@charset "UTF-8";

/* -----------------------------------------------------------
	member_contact
----------------------------------------------------------- */
.cont_inner {
    max-width: 850px;
}

.regulations_box .secttl {
	font-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
}

.regulations_box .picbox {
	max-width: 280px;
	float: right;
	margin-top: -130px;
}

.regulations_box .annai {
	margin-top: 40px;
	margin-bottom: 100px;
}
.regulations_box .ttl {
	font-weight: normal;
	margin-bottom: 16px;
	font-size: 22px;
	text-align: center;
}
.regulations_box .ttl2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
}
.regulations_box .text1 {
	text-align: center;
}


.member_contact {
	background: #f4f4f4;
	padding: 20px 30px;
	line-height: 1.7;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.member_contact .ttl {
	font-size: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
	padding-bottom: 8px;
	text-align: center;
}
.btn_link {
	text-align: center;
	max-width: 400px;
}
.btn_link .notetex {
	font-size: 90%;
    color: #666;
    margin-top: 4px;
    display: inline-block;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
.regulations_box .secttl {
	font-size: 28px;
}
.regulations_box .picbox {
	width: 34%;
}
}
@media screen and (max-width: 767px) {
.regulations_box .secttl {
	font-size: 19px;
	text-align: center;
	margin-bottom: 30px;
}
.regulations_box .picbox {
	max-width: 250px;
	margin: 0 auto 30px;
	float: none;
}
.regulations_box .annai {
	margin-bottom: 60px;
}
.regulations_box .ttl {
	font-size: 19px;
}
.regulations_box .text1 {
	text-align: left;
}
.regulations_box .ttl2 {
	font-size: 15px;
}
.member_contact .ttl {
	font-size: 16px;
}
.member_contact {
	padding: 16px;
}

}
