<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.full-width img {
	width: 100%;
	display: block;
}

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.full-width h1,
.full-width h2,
.full-width h3 {
	line-height: 1.5;
}

.full-width h3 {
	font-size: 1.6rem;
}

.title_main {
	font-size: 3rem;
	text-align: center;
	position: relative;
	margin: 0 0 40px;
}

.title_main:before {
	width: 80px;
	height: 5px;
	content: "";
	background-color: #1F7DCC;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.title_sub {
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 20px;
}

.hero_box {
	background-image: url(/lp/1900mn/images/hero_bg.png);
	background-size: cover;
}

.hero_box &gt; section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; a img {
	max-width: 150px;
	margin: 0 0 10px;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; h1 {
	font-size: 4.6rem;
	margin: 0 0 10px;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; h1 span {
	font-size: 3.6rem;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; p {
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 30px;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul li {
	width: 140px;
	height: 140px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #55b568;
	font-size: 2rem;
	font-weight: bold;
	background: rgba(255, 255, 255, 30%);
	border: 1px solid #55b568;
	border-radius: 50%;
}

.hero_box &gt; section &gt; div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul li img {
	max-width: 80px;
	height: 50px;
	object-fit: contain;
	margin: 0 0 10px;
}

.hero_box &gt; section &gt; div:nth-of-type(2) &gt; img {
	max-width: 350px;
	margin: 0 0 20px;
}

.hero_box &gt; section &gt; div:nth-of-type(2) &gt; h2 {
	font-size: 4rem;
}

.hero_box &gt; section &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
	font-size: 2rem;
}

.hero_box &gt; section &gt; div:nth-of-type(2) &gt; p:nth-of-type(2) {
	width: 100%;
	max-width: 250px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #207dcc;
	border-radius: 20px;
	padding: 5px 10px;
}

.mynumber_box &gt; p {
	text-align: center;
	background: #e8f3f7;
	padding: 20px 10px;
	margin: 0 auto;
}

.office_box &gt; div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
	margin: 0 auto;
}

.situation_box h2.title_sub {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	text-align: left;
	margin: 0 0 20px;
}

.situation_box h2 img {
	max-width: 60px;
	margin: 0 10px 0 0;
}

.situation_box &gt; div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 50px;
	margin: 0 auto;
}

.situation_box &gt; div h3 {
	text-align: center;
}

.situation_box &gt; div img {
	max-width: 210px;
	height: 150px;
	object-fit: contain;
	margin: 0 auto 20px;
}

.reader_box &gt; p:nth-of-type(1) {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}

.reader_box &gt; p:nth-of-type(2) {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #def0f2;
	padding: 5px 10px;
	margin: 0 0 30px;
}

.reader_box &gt; img {
	max-width: 600px;
	margin: 0 auto 30px;
}

.reader_box &gt; div {
	max-width: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}

.reader_box &gt; div &gt; div {
	flex: 1;
	text-align: center;
}

.reader_box &gt; div &gt; div img {
	max-width: 300px;
	height: 180px;
	object-fit: contain;
	margin: 0 auto 10px;
}

.reader_box &gt; div &gt; div p {
	color: #158aad;
	font-size: 2rem;
	font-weight: bold;
}

.reader_box &gt; div &gt; div p span {
	display: block;
	color: #000;
	font-size: 1.4rem;
	font-weight: normal;
}

.reader_box &gt; div &gt; p {
	width: fit-content;
	color: #000;
	font-size: 2rem;
	margin: 0 0 60px;
}

.taiou_box &gt; div:nth-of-type(1) {
	background: #F2F2F2;
	border: 3px solid #E8E8E8;
	border-radius: 20px;
	padding: 30px 20px;
	margin: 0 0 30px;
}

.taiou_box &gt; div &gt; img:nth-of-type(1) {
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}

.taiou_box &gt; div &gt; img:nth-of-type(2) {
	max-width: 700px;
	display: block;
	margin: 0 auto;
}

.taiou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) {
	max-width: 700px;
	display: flex;
	gap: 30px;
	margin: 0 auto 30px;
}

.taiou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) img {
	max-width: 280px;
	min-width: 280px;
	display: block;
	margin: 0 auto;
}

.taiou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
	max-width: 700px;
	margin: 0 auto;
}

.taiou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) h3 {
	margin: 0 0 10px;
}

.taiou_box &gt; div:nth-of-type(2) {
	max-width: 600px;
	margin: 0 auto;
}

.taiou_box &gt; div:nth-of-type(2) &gt; p {
	text-align: right;
}


.taiou_box &gt; div:nth-of-type(2) &gt; div {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin: 0 0 10px;
}

.taiou_box &gt; div:nth-of-type(2) &gt; div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.kadai_box &gt; div:nth-of-type(1) {
	max-width: 800px;
	display: flex;
	justify-content: center;
	border: 1px solid #dedede;
	position: relative;
	padding: 20px;
	margin: 0 auto 100px;
}

.kadai_box &gt; div:nth-of-type(1)::before {
	content: "";
	width: 100px;
	height: 40px;
	background: linear-gradient(rgb(255, 255, 255, 100%), #0368ff 70%);
	position: absolute;
	bottom: -30px;
}

.kadai_box &gt; div:nth-of-type(1)::after {
	content: "";
	background: #0368ff;
	width: 50px;
	height: 200px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: -150px;
	transform: rotate(90deg);
}

.kadai_box &gt; div:nth-of-type(1) ul li {
	color: #1c3f85;
	font-size: 2rem;
	font-weight: bold;
	list-style: none;
	line-height: 1.5;
	border-bottom: 1px solid #dedede;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}

.kadai_box &gt; div:nth-of-type(1) ul li:last-of-type {
	margin: 0;
}

.kadai_box &gt; div:nth-of-type(1) ul li::before {
	content: "";
	width: 27px;
	height: 25px;
	background: url(/assets/img/icon/icon_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}

.kadai_box &gt; div:nth-of-type(2) {
	margin: 0 0 80px;
}

.kadai_box &gt; div:nth-of-type(2) h3,
.kadai_box &gt; div:nth-of-type(3) h3 {
	width: fit-content;
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	margin: 0 auto 30px;
}

.kadai_box &gt; div:nth-of-type(2) h3::before {
	content: "";
	width: 15px;
	height: 20px;
	background: #0368ff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: -14px;
	right: -14px;
}

.kadai_box &gt; div:nth-of-type(2) h3::after {
	content: "一括で";
	width: 90px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	background: #0368ff;
	transform: rotate(5deg);
	position: absolute;
	top: -50px;
	right: -50px;
}

.kadai_box &gt; div:nth-of-type(3) h3::before {
	content: "";
	width: 15px;
	height: 20px;
	background: #0368ff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: scale(-1.1);
	position: absolute;
	top: -14px;
	left: -14px;
}

.kadai_box &gt; div:nth-of-type(3) h3::after {
	content: "1台で";
	width: 90px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	background: #0368ff;
	transform: rotate(-5deg);
	position: absolute;
	top: -50px;
	left: -50px;
}

.kadai_box &gt; div:nth-of-type(2) img {
	max-width: 800px;
	display: block;
	margin: 0 auto;
}

.kadai_box &gt; div:nth-of-type(3) &gt; div {
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0 auto 30px;
}

.kadai_box &gt; div:nth-of-type(3) &gt; div &gt; div {
	text-align: center;
}

.kadai_box &gt; div:nth-of-type(3) &gt; div &gt; div img {
	margin: 0 0 10px;
}

.shiyou_box &gt; h2 {
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	background: #666;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.shiyou_box &gt; div {
	width: 100%;
	max-width: 950px;
	overflow-x: scroll;
}

.shiyou_box &gt; div &gt; table {
	width: 950px;
}

.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr th,
.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr td,
.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr td table tr td {
	font-size: 1.4rem;
	line-height: 1.5;
	border: 1px solid #dedede;
	padding: 10px;
}

.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr th {
	background-color: #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
}

.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(1) td {
	width: 40%;
}

.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr td table {
	width: 100%;
}

.showroom_box &gt; div h2 {
	font-size: 2rem;
	margin: 0 0 10px;
}

.showroom_box &gt; div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}

.showroom_box &gt; div a {
	color: #00863C;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid;
	margin: 0 0 10px;
}

.showroom_box &gt; div img {
	max-width: 300px;
	min-width: 300px;
}

.showroom_box &gt; div p {
	margin: 0 0 10px;
}

.showroom_box &gt; div p:last-of-type {
	margin: 0;
}

.kounyu_box &gt; div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0 0 30px;
}

.kounyu_box &gt; div &gt; a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 20px;
}

.kounyu_box &gt; div &gt; a img {
	max-width: 200px;
	height: 40px;
	object-fit: contain;
}

@media screen and (max-width:1024px) {
	.hero_box &gt; section {
		flex-flow: column;
	}

	.hero_box &gt; section &gt; div:nth-of-type(1) &gt; h1 {
		font-size: 3.6rem;
		text-align: center;
	}

	.hero_box &gt; section &gt; div:nth-of-type(1) &gt; h1 span {
		font-size: 3rem;
	}

	.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul {
		gap: 10px;
	}

	.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul li {
		width: 100px;
		height: 100px;
		font-size: 1.4rem;
	}

	.hero_box &gt; section &gt; div:nth-of-type(1) &gt; ul li img {
		max-width: 50px;
		height: 35px;
	}

	.hero_box &gt; section &gt; div:nth-of-type(2) {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.hero_box &gt; section &gt; div:nth-of-type(2) &gt; img {
		max-width: 270px;
	}

	.hero_box &gt; section &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
		font-size: 1.6rem;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(1) td {
		width: 45%;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr th {
		width: 95px;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		border: none;
		border-top: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		position: absolute;
		z-index: 2;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:last-of-type th {
		height: 43px;
		border-bottom: 1px solid #dedede;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(4) th,
	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(9) th,
	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(9) td,
	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(12) th {
		height: 63px;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(7) th {
		height: 190px;
	}

	.shiyou_box &gt; div &gt; table &gt; tbody &gt; tr:nth-of-type(15) th {
		height: 105px;
	}

}

@media screen and (max-width: 767px) {

	.mynumber_box &gt; p {
		max-width: 500px;
	}


	.office_box &gt; div {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
	}

	.office_box &gt; div img {
		max-width: 300px;
		margin: 0 auto;
	}

	.situation_box h2.title_sub {
		width: fit-content;
		margin: 0 auto 20px;
	}

	.situation_box &gt; div {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
	}

	.reader_box &gt; div {
		flex-flow: column;
	}

	.reader_box &gt; div &gt; p {
		margin: 0;
	}

	.taiou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) {
		flex-flow: column-reverse;
	}

	.kadai_box &gt; div:nth-of-type(1) ul li {
		font-size: 1.6rem;
	}

	.kadai_box &gt; div:nth-of-type(3) &gt; div {
		gap: 15px;
	}

	.kadai_box &gt; div:nth-of-type(3) &gt; div p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.kadai_box &gt; div:nth-of-type(2) h3,
	.kadai_box &gt; div:nth-of-type(3) h3 {
		font-size: 1.8rem;
	}

	.kadai_box &gt; div:nth-of-type(2) h3::after {
		right: -10px;
	}

	.kadai_box &gt; div:nth-of-type(2) h3::before {
		transform: rotate(70deg);
		top: -13px;
		right: -2px;
	}

	.kadai_box &gt; div:nth-of-type(3) h3::before {
		left: 6px;
	}

	.kadai_box &gt; div:nth-of-type(3) h3::after {
		left: -30px;
	}

	.kounyu_box &gt; div {
		grid-template-columns: repeat(1, minmax(300px, 400px));
		justify-content: center;
	}

}


.finish_old::before {
    font-family: serif;
    font-style: oblique;
    font-size: 18px;
    position: absolute;
    margin: auto;
    content: "販売終了";
    top: -20px;
    left: 0;
    color: red;
    font-weight: bold;
}

.finish_old {
    position: relative;
    display: inline-block;
	margin-top: 15px;
}
</pre></body></html>