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

.pagetit_wrap{
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url("../img/profile/pagetit_wrap_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.pagetit_box{
	width: 700px;
	margin-left: auto; margin-right: auto;
}
.pagetit_tit_obi{
	position: absolute;
	top: 60px;
	left: 0;
	width: calc( (100% - 700px) / 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: 24px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.3em;
	color: #e26666;
	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{
	width: 280px;
	float: left;
}
.pagetit_2{
	width: calc( 100% - 280px );
	float: right;
}
.pagetit_2_ph{
	width: 230px;
}
.pagetit_2_ph img{
	width: 100%;
	display: block;
}
.con1_wrap{
	padding-bottom: 110px;
	padding-top: 60px;
	background-color: #EEDDBB;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.con1_box{
	width: 700px;
	margin-left: auto; margin-right: auto;
}
.con1_tit{
	margin-bottom: 40px;
}
.con1_tit_mark{
	float: left;
	height: 22px;
	width: 22px;
	background-color: #e26666;
}
.con1_tit p{
	float: left;
	margin: 0;
	margin-left: 22px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1em;
	font-weight: 500;
	color: #e26666;
	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_border{
	height: 20px;
	margin-bottom: 20px;
	background-image: url("../img/profile/con1_border.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

