@charset "UTF-8";


/* PC */
.spOnly {
		display: none;
}

.contents{
	width: 100%;
	padding-top: 58px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}


#guide{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
#guide .title{
	width: 273px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
}
#guide .title img{
	width: 100%;
}
#guide .title p{
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#guide .tb{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#guide .tb th{
	width: 295px;
	font-size: 16px;
	line-height: 200%;
	font-weight: normal;
}
#guide .tb td{
	width: 675px;
	font-size: 14px;
	line-height: 200%;
	padding-bottom: 60px;
}
#guide .tb td span{
	font-size: 16px;
}
#guide .tb td .box{
	font-size: 14px;
	line-height: 200%;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#guide .tb td .box .w_bt{
	width: 100%;
}
#guide .tb .box .w_bt th{
	width: 60%;
	font-size: 14px;
	font-weight: normal;
}
#guide .tb .box .w_bt td{
	width: 40%;
	font-size: 14px;
	text-align: right;
	padding-bottom: 0px;
}
#guide .tb td .w_tb2{
	width: 100%;
}
#guide .tb .w_tb2 th{
	width: 60%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#guide .tb .w_tb2 td{
	width: 40%;
	font-size: 14px;
	text-align: right;
	padding-bottom: 0px;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#guide .tb .w_tb2 td.speace{
	background-color: #FDFCFB;
	height: 10px;
	padding: 0px;
}




@media screen and (max-width: 780px){
/* SP */
.pcOnly {
		display: none;
}
.spOnly {
	display: block;
}


.contents{
	width: 100%;
	padding-top: 10em;
	border-top-style: none;
}


#guide{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0em;
}
#guide .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#guide .title img{
	width: 100%;
}
#guide .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#guide .tb{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#guide .tb th{
	width: 100%;
	font-size: 140%;
	line-height: 200%;
	font-weight: bold;
	display: block;
}
#guide .tb td{
	width: 100%;
	font-size: 100%;
	line-height: 200%;
	padding-bottom: 60px;
	display: block;
}
#guide .tb td span{
	font-size: 130%;
}
#guide .tb td .box{
	font-size: 100%;
	line-height: 200%;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#guide .tb td .box .w_bt{
	width: 100%;
}
#guide .tb .box .w_bt th{
	width: 60%;
	font-size: 100%;
	font-weight: normal;
	display:table-cell;
}
#guide .tb .box .w_bt td{
	width: 40%;
	font-size: 100%;
	text-align: right;
	padding-bottom: 0px;
	display:table-cell;
}
#guide .tb td .w_tb2{
	width: 100%;
}
#guide .tb .w_tb2 th{
	width: 70%;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display:table-cell;
}
#guide .tb .w_tb2 td{
	width: 30%;
	font-size: 100%;
	text-align: right;
	padding-bottom: 0px;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display:table-cell;
}
#guide .tb .w_tb2 td.speace{
	background-color: #FDFCFB;
	height: 10px;
	padding: 0px;
}



}
