@charset "UTF-8";
@media (max-width: 1000px) {
	body {
		padding-top: 100px;
		/* スマホ用高さ */
	}
}

#id {
	display: none;
}

.firstview .firstview_container .firstview_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.firstview .firstview_container .firstview_wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.appeal .appeal_wrapper {
	text-align: center;
}

.appeal .appeal_wrapper h2 {
	margin-top: 60px;
	color: #ffffff;
	font-size: 50px;
}

@media screen and (max-width: 1000px) {
	.appeal .appeal_wrapper h2 {
		font-size: 6.66667vw;
		line-height: 1.5;
		margin-top: 8vw;
	}
}

.appeal .appeal_wrapper .iluna {
	font-size: 16px;
	line-height: 1.5;
	width: 180px;
	margin: 0 auto;
	margin-top: 5%;
}

@media screen and (max-width: 1000px) {
	.appeal .appeal_wrapper .iluna {
		font-size: 3.46667vw;
		line-height: 1.5;
		width: 42.66667vw;
		margin: 0 auto;
		margin-top: 8vw;
	}
}

.appeal .appeal_wrapper .top {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 70px;
}

@media screen and (max-width: 1000px) {
	.appeal .appeal_wrapper .top {
		font-size: 3.46667vw;
		line-height: 1.5;
		margin-bottom: 13.33333vw;
	}
}

.appeal .appeal_wrapper .read {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
	.appeal .appeal_wrapper .read {
		font-size: 3.46667vw;
		line-height: 2;
		margin-bottom: 24vw 0;
	}
	.appeal .appeal_wrapper .read span {
		font-size: 5.06667vw 0;
		line-height: 1.5;
		margin-bottom: 10.66667vw;
	}
}

.appeal .appeal_wrapper .strong {
	font-size: 25px;
	line-height: 2;
	margin-bottom: 60px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.appeal .appeal_wrapper .strong {
		font-size: 5.33333vw;
		line-height: 2;
		margin-bottom: 2.66667vw;
	}
}

.appeal .point {
	margin-top: 18px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
	.appeal .point {
		margin-top: none;
		margin-bottom: 13.33333vw;
	}
}

.appeal .point ul {
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.appeal .point ul {
		width: 100%;
		margin: 0 auto;
	}
}

.appeal .point ul li {
	font-size: 20px;
	line-height: 2;
	position: relative;
	padding-left: 30px;
}

@media screen and (max-width: 1000px) {
	.appeal .point ul li {
		font-size: 3.46667vw;
		padding-left: 13.33333vw;
	}
}

.appeal .point ul li::before {
	content: "◆";
	font-size: 15px;
	vertical-align: middle;
	padding-right: 5px;
}

@media screen and (max-width: 1000px) {
	.appeal .point ul li::before {
		font-size: 3.46667vw;
		margin-left: -6.4vw;
		padding: 1.33333vw;
	}
}

.appeal .read {
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}

@media screen and (max-width: 1000px) {
	.appeal .read {
		font-size: 3.46667vw;
	}
}

.appeal .top-read {
	text-align: center;
	font-size: 27px;
	line-height: 1.8;
	text-decoration: underline;
	text-underline-offset: 6px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.appeal .top-read {
		font-size: 4vw;
	}
}

.appeal .bottom-read {
	font-size: 28px;
	line-height: 2;
	margin-bottom: 60px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.appeal .bottom-read {
		font-size: 5.33333vw;
		line-height: 2;
		margin-bottom: 2.66667vw;
	}
}

.question .question_container {
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding: 200px 0;
}

@media screen and (max-width: 1000px) {
	.question .question_container {
		width: 100%;
		padding: 0 9.33333vw;
		padding-bottom: 21.33333vw;
	}
}

.question .question_container .ttl {
	font-size: 20px;
}

@media screen and (max-width: 1000px) {
	.question .question_container .ttl {
		font-size: 3.46667vw;
	}
}

.question .question_container .read {
	font-size: 20px;
	border-bottom: solid 1px #707070;
	padding-bottom: 50px;
}

@media screen and (max-width: 1000px) {
	.question .question_container .read {
		font-size: 3.46667vw;
		border-bottom: none;
		padding-bottom: 9.33333vw;
	}
}

.question .question_container table {
	font-size: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 1000px) {
	.question .question_container table {
		font-size: 3.46667vw;
	}
}

.question .question_container table tr {
	border-bottom: solid 1px #707070;
	padding: 50px 0;
	display: block;
}

@media screen and (max-width: 1000px) {
	.question .question_container table tr {
		border-bottom: none;
		padding: 0;
	}
}

.question .question_container table tr th {
	color: #707070;
	width: 300px;
}

@media screen and (max-width: 1000px) {
	.question .question_container table tr th {
		width: 100%;
		padding: 4vw 0;
	}
}

.question .question_container table tr td {
	width: 700px;
}

@media screen and (max-width: 1000px) {
	.question .question_container table tr td {
		display: block;
		width: 100%;
		padding: 4vw 0;
	}
}

.kome {
	font-size: 12px;
}

@media (max-width: 1000px) {
	.kome {
		font-size: 10px;
		/* 好きに調整 */
	}
}

@media (max-width: 1000px) {
	.flex .img {
		margin-left: 15px;
		/* ←ここ調整 */
	}
}

.en-img {
	width: 70%;
}

@media (max-width: 1000px) {
	.en-img {
		display: inline-block;
		width: 100%;
	}
}

/*# sourceMappingURL=about.css.map */