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



.access img{
	width: 100%;
}
.access > div{
	margin-bottom: 120px;
	padding: 0 5vw;
}
.access > div h4{
	text-align: center;
	color: #136;
	font-size: 1.8em;
	border-bottom: 2px solid #136;
	padding-bottom: 0.2em;
	margin-bottom: 0;
}
.access iframe{
	margin-top: 30px;
	width: 100%;
}
.access h5{
	color: #136;
	font-size: 1.2em;
	margin-bottom: 0;
}
.access p span{
	font-size: 0.9em;
}
.access p.pdf_btn {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 1em 0;
    font-size: .9em;
}
.access p.pdf_btn a {
    display: block;
    background: url(../common/img/yajirusi01.png) no-repeat right 10px center;
    background-size: 8px 14px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
	padding: 1em 1.5em 1em 1em;
}
.access 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: 800px){
	.access > div{
		max-width: 1000px;
		margin: 0 auto;
	}
	.access .access_box{
		max-width: 720px;
		margin: 0 auto;
	}
	.access .car_pdf_box{
		display: flex;
		justify-content: space-between;
	}
	.access .car_pdf_box p{
		width: 49%;
	}
}






























































