@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;
	max-width:100%;
}
#cpn-main {
	background-color:#fff;
	color:#000;
	padding:0 30px;
}
#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;
	}
}


@media screen and (max-width: 768px) {
	#cpn-main a.btn {
		width:86%;
		margin:0 auto;
		display:block;
	}
	#cpn-main img {
		max-width:100%;
	}
}



.red {
	color:#c03;
}



.kv {

}
.kv h1 {
	padding:0;
}
.kv img {
	width:100%;
}
.kv p {
	padding-top:10px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.kv p {
		padding:1rem;
	}
}



.g1 {
	margin:2rem auto;
	text-align:center;
}
.g1 p {
	color:#D21938;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	margin:2rem auto;
}
.g1 .btn {
	width:513px;
	margin:0 auto;
	display:block;
}
.g1 .btn img {
	width:100%;
}
@media screen and (max-width: 768px) {
	.g1 p {
		font-size:5vw;
	}
}



.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 table {
	border-collapse:collapse;
	border:none;
	width:auto;
}
.description table td {
	padding:0;
	border:none;
}
.description table td:first-child {
	padding-right: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 ul.list p {
	padding:0;
}
@media screen and (max-width: 768px) {
	.description {
		padding:0 1rem;
	}
}



.g2 {
	text-align:center;
}
.g2 .img1 {
	margin:3rem auto;
}
.g2 img {
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.g2 .img1 {
		padding:0 1rem;
	}
}





.g3 img {
	margin:3rem auto;
}
@media screen and (max-width: 768px) {
	.g3 img {
		margin:1.5rem auto;
	}
}



.cfooter {
	margin:3rem auto 0;
	padding:0 3rem;
}
.cfooter h2 {
	font-size:1.2rem;
	padding:0;
	margin-bottom:1rem;
}
.cfooter .ccode {
	margin:1rem auto;
}
.cfooter .ccode small {
	color:#999999;
}
.cfooter p {
	margin:1rem auto;
	padding:0;
}
.cfooter p.t2 {
	margin-top:2rem;
}
.cfooter .cwrap {
}
#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;
}