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



/* 利用の申し込み
--------------------------------------------------------- */
.guide img{
	width: 100%;
}
.guide > div{
	padding: 0 5vw;
	margin-bottom: 120px;
}
.guide > div h4{
	text-align: center;
	color: #136;
	font-size: 1.8em;
	border-bottom: 2px solid #136;
	padding-bottom: 0.2em;
	margin-bottom: 0;
}
.guide > div p{
	 line-height: 2;
}
.guide h5{
	color: #136;
	font-size: 1.4em;
	margin-bottom: 0;
}
.guide h6{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}
.guide div > ol{
	padding: 0 0 0 20px;
}
.guide div > ol li{
	list-style: decimal;
	line-height: 2;
}
.guide p a{
	color: #03c;
	border-bottom: 1px solid #03c;
}
.guide_img_box{
	margin: 1.2em auto;
	max-width: 60vw;
}
.guide_img_box img.g_img_pc{
	display: none;
}
.guide table{
	margin: 0 auto;
	width: 100%;
}
.guide caption{
	background-color: #7A9CD0;
	color: #fff;
	border: 1px solid #000;
	border-bottom: none;
	font-weight: bold;
	padding: .5em;
}
.guide th{
	padding: .5em;
	text-align: center;
}
.guide td{
	padding: .5em;
}
.guide .color_table td span{
	font-size: .8em;
}
.guide .color_table th{
	background-color: #B9CBE6;
}
.guide p span{
	font-size: 0.9em;
}
.guide p.pdf_link a{
	background: url(../common/img/icon_pdf.png) no-repeat left center;
	padding: 3px 0 3px 22px;
}
.guide li a.li_link{
	color: #03c;
	border-bottom: 1px solid #03c;
}
.guide p.pdf_btn a {
    display: block;
    background: url(../common/img/yajirusi01.png) no-repeat right 10px center;
    background-size: 8px 14px;
   	padding: 1em 1.5em 1em 1em;
    border: 1px solid #CCC;
    text-align: center;
	color: #000;
}
.guide p.pdf_btn a::before {
    content: "";
    display: inline-block;
    background: url(../common/img/icon_pdf.png) no-repeat 0 0 / 16px auto;
    width: 24px;
    height: 16px;
}

@media screen and (min-width: 1140px),print{
	.guide_img_box img.g_img_sp{
		display: none;
	}
	.guide_img_box img.g_img_pc{
		display: block;
	}
	.guide > div{
		max-width: 720px;
		margin: 0 auto;
	}
	.br_sp{
		display: none;
	}
	.pdf_btn_box{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.pdf_btn_box .pdf_btn{
		width: 49%;
		margin-bottom: 0;
	}
}



























































