@charset "UTF-8";

/* ==[ basic ]============================== */
body{
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 100%;
	line-height: 1.8em;
	word-wrap: break-word; 
	overflow-wrap: break-word;
}

/* link */
a,
button {
	color: #333;text-decoration: none;
	-webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover,
button:hover {
	text-decoration: underline;
	opacity: 0.7;
}

/**/
.t-center {
	text-align: center;
}

/* ==[ style ]============================== */
.glWrap {
	overflow: hidden;
}
header .wrap {
	border-bottom: 1px solid #facd89;
}
header .inner {
	width: 1024px;
	margin: 0 auto;
}
header h1 {
	width: 114px;
	height: 52px;
	margin: 0.54em 0;
	background: url("../img/logo.png") 0 0 scroll no-repeat;
	background-size: contain;
	text-indent: -9999em;
}
#v2020 header h1 {
	width: 150px;
	background: url("../img/logo2020-header.png") 0 0 scroll no-repeat;
}
#v2021 header h1 {
	width: 150px;
	background: url("../img/logo2021-header.png") 0 0 scroll no-repeat;
}
#v2022 header h1 {
	width: 150px;
	background: url("../img/logo2022-header.png") 0 0 scroll no-repeat;
}
#v2023 header h1 {
	width: 150px;
	background: url("../img/logo2023-header.png") 0 0 scroll no-repeat;
}
#v2024 header h1 {
	width: 150px;
	background: url("../img/logo2024-header.png") 0 0 scroll no-repeat;
}
#v2025 header h1 {
	width: 150px;
	background: url("../img/logo2025-header.png") 0 0 scroll no-repeat;
}

.mv {
	background-color: #fffde7;
	border-bottom: 1px solid #facd89;
}
.mv .inner {
	position: relative;
	display: flex;
	justify-content: center;
	background: url("../img/logo.png") center 1.5em scroll no-repeat;
}
#v2020 .mv .inner {
	background: url("../img/logo2020.png") center 1.5em scroll no-repeat;
}
#v2021 .mv .inner {
	background: url("../img/logo2021.png") center 1.5em scroll no-repeat;
}
#v2021.amx .mv .inner {
	background: url("../img/logo2021amx.png") center 1.5em scroll no-repeat;
}
#v2022 .mv .inner {
	background: url("../img/logo2022.png") center 1.5em scroll no-repeat;
}
#v2023 .mv .inner {
	background: url("../img/logo2023.png") center 1.5em scroll no-repeat;
}
#v2024 .mv .inner {
	background: url("../img/logo2024.png") center 1.5em scroll no-repeat;
}
#v2025 .mv .inner {
	background: url("../img/logo2025.png") center 1.5em scroll no-repeat;
}
.mv h2 {
	width: 516px;
	height: 52px;
	margin: 229px 0 31px;
	background: url("../img/purchase/mv.png") 0 0 scroll no-repeat;
	background-size: contain;
	text-indent: -9999em;
}
#v2020 .mv h2,
#v2021 .mv h2,
#v2022 .mv h2,
#v2023 .mv h2,
#v2024 .mv h2,
#v2025 .mv h2 {
	margin-top: 260px;
}

@media screen and (max-width: 1024px) {
	header .inner {
		width: 100%;
	}
	header h1 {
		margin-left: 1em;
	}
	.mv .inner,
	#v2020 .mv .inner,
	#v2021 .mv .inner,
	#v2022 .mv .inner,
	#v2023 .mv .inner,
	#v2024 .mv .inner,
	#v2025 .mv .inner {
		padding-top: 30.664%;
		background-size: 40%;
	}
	#v2020 .mv .inner,
	#v2021 .mv .inner,
	#v2022 .mv .inner,
	#v2023 .mv .inner,
	#v2024 .mv .inner,
	#v2025 .mv .inner {
		padding-top: 35.664%;
	}
	.mv h2 {
		position: absolute;
		width: 50%;
		height: 17%;
		left: 25%;
		right:25%;
		bottom: 10%;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.mv .inner,
	#v2020 .mv .inner,
	#v2021 .mv .inner,
	#v2022 .mv .inner,
	#v2023 .mv .inner,
	#v2024 .mv .inner,
	#v2025 .mv .inner {
		padding-top: 236px;
		background-size: 316px 148px;
	}
	#v2020 .mv .inner,
	#v2021 .mv .inner,
	#v2022 .mv .inner,
	#v2023 .mv .inner,
	#v2024 .mv .inner,
	#v2025 .mv .inner {
		background-size: 250.1346px 140px;
	}
}
@media screen and (max-width: 567px) {
	.mv .inner {
		padding-top: 48.664%;
		background-size: 60%;
	}
	.mv h2 {
		position: absolute;
		width: 70%;
		height: 17%;
		left: 15%;
		right:15%;
		bottom: 10%;
		margin: 0;
	}
}
@media screen and (max-width: 425px) {
	header h1 {
		width: 86px;
		height: 40px;
	}
	#v2020 header h1,
	#v2021 header h1,
	#v2022 header h1,
	#v2023 header h1,
	#v2024 header h1,
	#v2025 header h1 {
		width: 120px;
		background-size: contain;
	}
}

.contents {
	width: 800px;
	margin: 3.6em auto;
	border-radius: 12px;
	border: 1px solid #dcdcdc;
}
.contents h3 {
	padding: 1.4em 0;
	border-top-left-radius: 11.4px;
	border-top-right-radius: 11.4px;
	background-color: #FCD9B9;
	font-size: 1.12em;
	font-weight: 600;
	text-align: center;
}
.contents ul {
	padding: 1.2em 1.5em;
}
.contents ul.list li {
	margin-bottom: 1.5em;
	padding-bottom: 1.3em;
	border-bottom: 1px solid #d2d2d2;
}
.contents ul.list li dl {
	display: flex;
}
.contents ul.list li dt {
	width: 87px;
	height: 106px;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
.contents ul.list li:first-child dt {background-image: url("../img/purchase/ic-cont01.png");}
.contents ul.list li:nth-child(2) dt {background-image: url("../img/purchase/ic-cont02.png");}
.contents ul.list li:nth-child(3) dt {background-image: url("../img/purchase/ic-cont03.png");}
.contents ul.list li:nth-child(4) dt {background-image: url("../img/purchase/ic-cont04.png");}
.contents ul.list li:nth-child(5) dt {background-image: url("../img/purchase/ic-cont05.png");}
.contents ul.list li:nth-child(6) dt {background-image: url("../img/purchase/ic-cont06.png");}
.contents ul.list li:nth-child(7) dt {background-image: url("../img/purchase/ic-cont07.png");}
.contents ul.list li:nth-child(8) dt {background-image: url("../img/purchase/ic-cont08.png");}
.contents ul.list li:nth-child(9) dt {background-image: url("../img/purchase/ic-cont09.png");}
.contents li dd {
	max-width: 617px;
	margin-left: 3em;
	padding-top: 1.2em;
}
.contents li dd p {
	font-size: 1.06em;
	font-weight: 600;
}
.contents li dd .method {
	margin-top: 0.8em;
	line-height: 2.0em;
}
.contents li dd .method span {
	display: inline-block;
	width: 7em;
	margin-right: 1em;
	padding: 0.5em 1em;
	border-radius: 5px;
	background: #F68319;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	line-height: 1em;
}
.contents .notes {
	padding-top: 0;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
	.contents {
		width: 78vw;
	}
	.contents li dd {
		width: calc(471.64px + 145.36 * (100vw - 801px)/ 223);
	}
	.contents ul.list li dt {
		width: 8.46vw;
		height: auto;
		padding-top: 11.48vh;
		background-size: contain;
	}
}
@media screen and (max-width: 800px) {
	.contents {
		width: 90%;
	}
	.contents li dd	{
		width: calc(546.2px + 30 * (100vw - 768px)/ 32);
	}
}
@media screen and (max-width: 767px) {
	.contents ul.list li dt {
		width: auto;
		min-width: 8.46vw;
		padding-top: 11.48vh;
	}
	.contents li dd	{
		width: calc(374.2px + 172 * (100vw - 568px)/ 200);
		font-size: 0.86em;
	}
}
@media screen and (max-width: 567px) {
	.contents {
		width: 100%;
		margin: 0;
		border: none;
	}
	.contents h3 {
		padding: 1em 0;
		border-radius: 0;
	}
	.contents ul.list li dl {
		flex-direction: column;
	}
	.contents ul.list li dt {
		padding-top: 4.48vh;
	}
	.contents ul.list li dd {
		width: 100%;
		margin-left: 0;
	}
	.contents .notes {
		font-size: 0.86em;
	}
}

.detail {
	background-color: #F5F9EA;
}
.detail .inner {
	width: 800px;
	margin: 0 auto;
	padding: 4em 0;
}
.detail h2 {
	margin-bottom: 3em;
	font-size: 1.08em;
	font-weight: 600;
	text-align: center;
}
.detail dt {
	float: left;
	width: 20%;
	padding: 1.5em 0 1.5em 1em;
	font-weight: 600;
}
.detail dd {
	border-bottom: 1px solid #d2d2d2;
	padding: 1.5em 1em 1.5em 12em;
}
.detail .notes {
	padding: 3.5em 1em 0;
	font-size: 0.8em;
}
.detail .notes li {
	margin-bottom: 0.8em;
	padding-left: 1.5em;
	line-height: 1.4em;
}
.detail .notes li:before {
	content: "※";
	margin-left: -1.5em;
	padding-right: 0.5em;
}

@media screen and (max-width: 800px) {
	.detail .inner {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.detail {
		font-size: 0.86em;
	}
	.detail.specified dt {
    float: none;
    width: auto;
		padding-bottom: 0.1em;
		font-size: 1.08em;
	}
	.detail.specified dt br {
		display: none;
	}
	.detail.specified dd {
		padding: 0 1em 1.5em;
	}
}
@media screen and (max-width: 567px) {
	.detail .inner {
		padding: 2em 0;
	}
	.detail dt {
    float: none;
    width: auto;
		padding-bottom: 0.1em;
		font-size: 1.08em;
	}
	.detail dd {
		padding: 0 1em 1.5em;
	}
}

.application {
	text-align: center;
}
.application .inner {
	padding: 4em 0;
}
.application dt {
	margin-bottom: 0.5em;
}
.application dt h4 {
	display: block;
	width: 8em;
	margin: 0 auto;
	padding: 0.5em 0;
	border-radius: 5px;
	background: #F68319;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
}
.application dd {
	margin-bottom: 3em;
}
.application dd a,
.application dd button,
.application dd .bt {
	display: block;
	width: 12em;
	margin: 0 auto;
	padding: 0.86em 0;
	border: none;
	border-radius: 12px;
	background: rgb(97,184,90);
	background: -moz-linear-gradient(top, rgba(97,184,90,1) 0%, rgba(54,143,13,1) 100%);
	background: -webkit-linear-gradient(top, rgba(97,184,90,1) 0%,rgba(54,143,13,1) 100%);
	background: linear-gradient(to bottom, rgba(97,184,90,1) 0%,rgba(54,143,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b85a', endColorstr='#368f0d',GradientType=0 );
	color: #FFF;
	font-size: 2.2em;
	line-height: 1em;
	text-decoration: none;
}
.application dd a span,
.application dd button span {
	display: block;
	margin-bottom: -0.5em;
	padding: 0;
	font-size: 40%;
}
.application dd ul {
	width: 24.8em;
	margin: 0 auto;
	padding: 1.5em 0 0;
	text-align: left;
}
.application .notes {
	display: block;
	width: 500px;
	margin: auto;
}
.application .notes li {
	font-size: 0.8em;
	text-align: left;
}
.application .notes li:before {
	content: "※";
	margin-left: -1.5em;
	padding-right: 0.5em;
}

@media screen and (max-width: 567px) {
	.application .inner {
		padding: 2em 0 1em;
	}
	.application dt {
		font-size: 0.86em;
	}
	.application dd a,
	.application dd button,
	.application dd .bt {
		font-size: 1.6em;
	}
	.application dd ul {
		width: 24.8em;
		font-size: 0.8em;
	}
	.application .notes {
		width: 90%;
		font-size: 0.6em;
	}
	.application .notes li {
		margin-left: 1.5em;
		line-height: 1.8em;
	}
	.application .notes img {
		width: 70%;
	}
}
@media screen and (max-width: 320px) {
	.application dd a, .application dd button {
		font-size: 1.3em;
	}
	.application dd ul {
		font-size: 0.7em;
	}
}

footer .wrap {
	background-color: #313131;
	color: #fff;
	text-align: center;
}
footer .wrap .inner {
	padding: 0.8em 0;
}
.copyright {
	font-size: 0.8em;
}

