@charset "utf-8";

/* media query viewSwitch
------------------------------------------------*/
@media screen and (min-width: 769px) {
	.mq-pc{  }
	.mq-sp{ display:none; }
}

@media screen and (max-width: 768px) {
	.mq-pc{ display:none; }
	.mq-sp{  }
}


/* header/footer
------------------------------------------------*/
.cpn_footer p {
	text-align:right;
	font-size:12px;
	padding:0 10px;
}

.cpn_footer2 {
	font-size:10px;
}

@media screen and (max-width: 768px) {
	.contents {
		padding:0 10px;
	}
}



/* contents
------------------------------------------------*/
strong {
	font-weight:bold;
}
img {
	display:block;
	width:100%;
}
#cpn-main {
	color:#000;
}
#cpn-main a {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	color:#D21938;
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
	#cpn-main {
		margin:0;
		padding:0;
	}
}



.kv {

}
@media screen and (max-width: 768px) {
	.kv p {
		padding:1rem;
	}
}


.g1 {
	margin:3rem auto;
}
.g1 img {
	width:75%;
	margin:0 auto;
}


.g2 {
	margin:2rem auto;
	max-width:894px;
	position:relative;
}
.g2 img {
	display:block;
	width:100%;
}
.g2 .link1,
.g2 .link2,
.g2 .link3,
.g2 .link4 {
	display:block;
	position:absolute;
	height:5.5%;
	width:28.2%;
}
.g2 .link1 {
	left:14.6%;
	top:38.2%;
}
.g2 .link2 {
	left:55.8%;
	top:38.2%;
}
.g2 .link3 {
	left:14.6%;
	top:88.8%;
}
.g2 .link4 {
	left:55.8%;
	top:88.8%;
}
@media screen and (max-width: 768px) {
	.g2 {
		width:90%;
	}
	.g2 .link1,
	.g2 .link2,
	.g2 .link3,
	.g2 .link4 {
		width:38.4%;
		height:4.5%;
	}
	.g2 .link1 {
		left:52%;
		top:16.8%;
	}
	.g2 .link2 {
		left:52%;
		top:41.6%;
	}
	.g2 .link3 {
		left:52%;
		top:66.4%;
	}
	.g2 .link4 {
		left:52%;
		top:91%;
	}
}



.g3 {
	margin:3rem auto;
}
.g3 .btn1 {
	display:block;
	width:319px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.g3 {
		margin:0 auto;
	}
	.g3 .btn1 {
		width:80%;
		margin:2rem auto;
	}
}


.description {
	margin:3rem auto;
	line-height:1.6;
}
.description h2 {
	margin:0 0 1rem;
	padding:0;
	font-size:1.2rem;
	color:#D21938;
}
.description .cap1 {
	margin-left:1rem;
	text-indent:-1rem
}
.description ul {
	padding-left:1.5em;
}
.description li {
	list-style:disc outside;
}
.description li.nod {
	list-style-type: none;
}
.description .red {
	color:#D21938;
}
#cpn-main .description .onoffbtn {
	color:#00f;
	margin:1rem auto;
}
.description ul.list {
	padding:0;
	margin:1rem auto;
}
.description ul.list li {
	list-style:none;
	padding:.5rem;
}
.description ul.list h3 {
	font-weight:normal;
	font-size:1rem;
	margin:.5rem auto;
	padding:0;
}
.description table {
	border-collapse:collapse;
	border:none;
	margin-bottom:1rem;
	width:auto;
}
.description table td {
	border:none;
	padding:0 1rem 0 0;
}
.description table tbody tr td:nth-child(2) {
	text-align:right;
}
.description ul.list p {
	padding:0;
}
@media screen and (max-width: 768px) {
	.description {
		padding:0 1rem;
	}
	.description table,
	.description table tbody,
	.description table tbody tr,
	.description table tbody tr td {
		display:block;
	}
	.description table tbody tr td:nth-child(2) {
		display:inline-block;
		margin-right:1em;
	}
	.description table tbody tr td:nth-child(3) {
		display:inline-block;
	}
	.description table tbody tr {
		margin-bottom:1rem;
	}
}



.cfooter {
	margin:3rem auto 0;
}
.cfooter h2 {
	font-size:1.2rem;
	padding:0;
	margin-bottom:1rem;
}
.cfooter p {
	margin:1rem auto;
	padding:0;
}
.cfooter p.t2 {
	margin-top:2rem;
}
.cfooter .cwrap {
	display:flex;
	justify-content:space-between;
}
#cpn-main .cfooter a {
	color:#000;
}
@media screen and (max-width: 768px) {
	.cfooter {
		padding:0 1rem;
	}
	.cfooter .cwrap {
		flex-wrap:wrap;
	}
	.cfooter .cwrap > div {
		width:100%;
	}
}



input[type="checkbox"].on-off {
	display:none;
}
input[type="checkbox"].on-off + ul {
	height:0;
	overflow:hidden;
}
input[type="checkbox"].on-off:checked + ul {
	height:auto;
}