@media (max-width: 640px) {
	.pc{
		display:none !important;
	}
	.pc-inl{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
}
@media (min-width: 641px) {
	.sp{
		display:none !important;
	}
	.pc{
		display:block !important;
	}
	.pc-inl{
		display:inline !important;
	}
}
a{
	text-decoration:none;
}
.container{
	width:90% !important;
}
.cd{
	text-align:center;
	margin:0 auto 100px auto;
}
.cd span{
	margin:0;
	padding:0;
	font-size:1em;
}
.cd img{
	width:auto;
	height:auto;
}
.cd h1{
	font-size:1.25em;
}
.cd table{
	margin:0 auto 30px auto;
	padding:0;
	vertical-align:top;
}
.cd tr{
	vertical-align:top;
}
.cd th{
	margin:0;
	padding:0;
	width:40%;
	padding-right:20px;
}
.cd th img{
	max-width:300px;
	width:100%;
}
.cd td{
	margin:0;
	padding:0;
	text-align:left;
}
@media screen and (max-width:768px){
.cd th{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:5%;
}
.cd th img{
	max-width:300px;
	width:100%;
}
.cd td{
	display:block;
}
}