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



.membership img{
	width: 100%;
}
.membership > div{
	padding: 0 5vw;
}
.membership > div p{
	 line-height: 2;
}
.membership > div p span{
	font-size: 1.3em;
	font-weight: bold;
    margin-bottom: 0.5em;
}
.membership > div h4{
	text-align: center;
	color: #136;
	font-size: 1.8em;
	border-bottom: 2px solid #136;
	padding-bottom: 0.2em;
	margin-bottom: 0;
}
.membership h5{
	color: #136;
	font-size: 1.2em;
	margin-bottom: 0;
}
.membership div > ol{
	padding: 0 0 0 20px;
}
.membership div > ol li{
	list-style: decimal;
	line-height: 2;
}
.membership div > ol li span{
	color: #f00;
	font-weight: bold;
}
.membership .sheet{
	font-size: 1em;
	color: #f00;
}
.membership .transfer_box{
	padding: .5em 0;
}
.membership .transfer_box p{
	margin: 0;
	font-weight: bold;
}
.membership p.pdf_btn {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 1em 0;
    font-size: .9em;
}
.membership 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: .6em 0;*/
	padding: 1em 1.5em 1em 1em;
}
.membership 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;
}
.member_img_box{
	margin-top: 2em;
}
.member_img_box .m_img_pc{
	display: none;
}
.contact_box{
	max-width: 60%;
	margin: auto;
	text-align: center;
}
.contact_box h5{
	color: #000;
}
.contact_box p{
	margin: 0;
}
@media screen and (min-width: 1140px),print{
	.member_img_box .m_img_sp{
		display: none;
	}
	.member_img_box .m_img_pc{
		display: block;
	}
	.membership > div{
		max-width: 720px;
		margin: 0 auto;
	}
	.br_sp{
		display: none;
	}
}
























































