@charset "utf-8";
/* CSS Document */

.info-title {




}
.info-title p {
	text-align: center;
	background-image: url(../img/info-title-bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 170px;
	padding-bottom: 130px;
	color: #FFFFFF;
	font-size: 3rem;
}
.contents dl dt {
	text-align: center;
	color: #D86C6C;
	font-weight: bold;
	font-size: 1.6em;
	padding-bottom: 20px;
}
.contents dl dd {
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.table-info {
	width: 100%;
	margin-bottom: 50px;
}
.table-info th {
	width: 30%;
	font-weight: bold;
}
.table-info td {
	width: 70%;
}
.table-info th, .table-info td {
	padding: 10px;
}
.table-info tr:nth-child(odd) {
	background-color: #F5D5D6;
}








@media screen and (max-width:640px){
.info-title p {
	text-align: center;
	background-image: url(../img/info-title-bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 97px;
	padding-bottom: 65px;
	color: #FFFFFF;
	font-size: 9vw;
	background-size: 100% auto;
}
.contents dl dt {
	text-align: center;
	color: #D86C6C;
	font-weight: bold;
	font-size: 6vw;
	padding-bottom: 20px;
}
.contents dl dd {
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}



}
