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

.pagetit_wrap{
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url("../img/class/pagetit_wrap_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 60px;
	padding-bottom: 120px;
}
.pagetit_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.pagetit_tit_obi{
	position: absolute;
	top: 60px;
	left: 0;
	width: calc( (100% - 900px) / 2 ) ;
	height: 43px;
	background-color: #e26666;
}
.pagetit_tit p{
	margin: 0;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	background-color: #e26666;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.3em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.pagetit_tit_text1{
	margin: 0;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	color: #444;
	font-family: 'Noto Serif JP', serif;
}
.pagetit_tit_text2{
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.pagetit_1{
	position: relative;
	width: 100%;
	float: left;
}
.con1_wrap{
	position: relative;
	padding-bottom: 40px;
	padding-top: 60px;
	background-color: #EEDDBB;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.con1_wrap .anc{
	position: absolute;
	top: -100px;
}
.con1_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.con_tit,.con_tit2,.con_tit3{
	margin-bottom: 30px;
}
.con_tit_mark{
	float: left;
	height: 22px;
	width: 22px;
	background-color: #e26666;
}
.con_tit p{
	float: left;
	margin: 0;
	margin-left: 22px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #e26666;
	font-family: 'Noto Serif JP', serif;
}
.con_tit p span{
	color: #444;
}
.con_tit2_mark{
	float: left;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #e26666;
}
.con_tit2 p{
	float: left;
	margin: 0;
	margin-left: 20px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #e26666;
	font-family: 'Noto Serif JP', serif;
}
.con_tit3_mark{
	float: left;
	height: 22px;
	width: 22px;
	background-color: #3388ff;
}
.con_tit3 p{
	float: left;
	margin: 0;
	margin-left: 22px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #3388ff;
	font-family: 'Noto Serif JP', serif;
}
.con1_l{
	float: left;
	width: 110px;
}
.con1_l p{
	font-size: 14px;
	line-height: 26px;
	color: #e26666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.con1_r{
	float: left;
	width: calc( 100% - 110px );
}
.con1_r p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.con1_lr{
	width: 100%;
}
.con1_lr p,.con2_lr p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.con_border{
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	background-image: url("../img/profile/con1_border.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.con2_wrap{
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 60px;
	background-color: #fff;
}
.con2_wrap .anc{
	position: absolute;
	top: -100px;
}
.con2_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.con2_tit{
	width: 100%;
}
.con2_tit p{
	margin: 0;
	color: #e26666;
}.con2_l{
	float: left;
	width: 110px;
}
.con2_l p{
	font-size: 14px;
	line-height: 26px;
	color: #e26666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.con2_r{
	float: left;
	width: calc( 100% - 110px );
}
.con2_r p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.con2_lr{
	width: 100%;
}

.musashino_ph_wrap{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.musashino_ph_wrap div{
	width: 274px;
}
.musashino_ph_wrap div img{
	width: 100%;
	display: block;
}

/**/
.opnenmenu_btn_c{
	position: absolute;
	width: 220px;
	margin-top: 30px;
	border: solid 1px #e26666;
	border-bottom: none;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
}
.opnenmenu_btn_c a{
	display: block;
	height: 32px;
}
.opnenmenu_btn_c p{
	position: absolute;
	top: 50%;
	left: 20px;
	margin: 0;
    transform: translate(0, -55%);
	font-size: 14px;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 0.4em;
}
.opnenmenu div:last-child {
	border-bottom: none;
}
.opnenmenu_btn_c .opnenmenu_btn_ov{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.7s;
}
.opnenmenu_btn_c a:hover > .opnenmenu_btn_ov{
	left: -50px;
	opacity: 1;
}
.btn_c_par{
	height: 32px;
	background-color: #eee;
	border-bottom: solid 1px #e26666;
	padding: 0;
	box-sizing: border-box;
}
.btn_c_par p{
	color: #e26666;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 32px;
	margin-top: 1px;
	margin-left: 10px;
}
.opnenmenu_btn_c .submenu .submenu__item{
	background-color: #fff!important;
	border-bottom: solid 1px #e26666;
	padding: 0;
}
.opnenmenu_btn_c .submenu .submenu__item a{
	font-family: 'Noto Serif JP', serif;
	line-height: 32px;
	color: #666;
	padding-left: 30px;
}
.opnenmenu_btn_c .menu__item__link:after {
	content: '';
}

.btn_c_par{
	display: block;
}
.btn_c_par_mark{
	width: 32px;
	height: 32px;
}
.ekimae_wrap{
	width: calc( 100% - 265px );
	float: left;
}
.ekimae_ph_wrap{
	width: 250px;
	float: right;
	margin-top: 25px;
}
.ekimae_ph_wrap img{
	width: 100%;
}
.getsusha_mk p{
	position:relative;
	line-height:2em;
	padding-left:1.5em;
}
.getsusha_mk p:before{
	position: absolute;
	left: 0;
	display: inline-block;
	width:2 em;
	height: 2em;
	content: url(../img/class/getsusha_mk.png);
	background-size: contain;
}

/*keikobi table*/
.keta{
	margin-top: 12px;
}
.keta p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #666;
}
.keta th{
	white-space: nowrap;
	vertical-align: top;
}
.keta td p{
	margin: 0;
}
.keta th p{
	margin: 0;
	padding-right: 2em;
}
.keta td span{
	white-space: nowrap;
}











