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

.con_border{
	clear: both;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	background-image: url("../img/con1_border.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.pagetit_wrap{
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url("../img/contact/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: 14px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.pagetit_tit_text2{
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.pagetit_1{
	width: 100%;
	float: left;
}

.con1_wrap{
	padding-bottom: 60px;
	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_box_text1{
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.con1_box_text2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.con_tit{
	margin-bottom: 40px;
}
.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: 22px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #e26666;
	font-family: 'Noto Serif JP', serif;
}
.contact_wrap{
	width: 100%;
}
.con_l{
	width: 150px;
	float: left;
}
.con_r{
	width: calc( 100% - 150px );
	float: left;
}
.con_r1,.con_r2{
	width: 50%;
	float: left;
}
.con_r1_1{
	float: left;
	width: 30px;
}
.con_r2_1{
	float: left;
	width: 50px;
}
.con_r1_2{
	float: left;
	width: calc( 100% - 30px );
}
.con_r2_2{
	float: left;
	width: calc( 100% - 50px );
}
.con_l p,.con_r1_1 p,.con_r2_1 p{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.con1_box_text1 span,.con_l p span,.con_r1_1 p span,.con_r2_1 p span{
	color: #e26666;
}
.con_r2_1 p{
	margin-left: 20px;
}
.con_r1_2 input,.con_r2_2 input{
	width: 100%;
	height: 30px;
	border: 0;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.con_r input{
	width: 100%;
	height: 30px;
	border: 0;
	padding: 0;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.con_r textarea{
	width: 100%;
	height: 300px;
	border: 0;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
	margin-bottom: 40px;
}
.ex_btn_wrap{
	width: 520px;
	margin-left: auto; margin-right: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.ex_btn_pre,.ex_btn_nex{
	position: relative;
	width: 210px;
	height: 45px;
	border: solid 1px #e76666;
	background-color: #fff;
}
.ex_btn_pre1{
	width: 45px; height: 45px;
	float: left;
}
.ex_btn_nex2{
	width: 45px; height: 45px;
	float: left;
}
.ex_btn_pre2{
	width: 75px;
	height: 45px;
	float: left;
}
.ex_btn_nex1{
	width: 75px;
	height: 45px;
	float: left;
}
.ex_btn_pre_box,.ex_btn_nex_box{
	position: absolute;
	width: 120px;
	height: 45px;
	margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.ex_btn_pre2 p,.ex_btn_nex1 p{
	margin: 0;
	font-size: 16px;
	line-height: 45px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	color: #e26666;
}
.ex_btn_nex1 p{
	text-align: right;
}
.con_sub1{
	width: 210px;
}

/*cotact_ck*/
.con_r .ck_text{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.conck_cl{
	height: 40px;
}
.con_er1{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #c00;
}
.no_send{
	opacity: 0.5;
}
.footer_fix{
	position: fixed;
	bottom: 0;
}











