._end{
	margin-bottom: 20px;
}
._zero{
	margin-bottom: 0;
}
._pc{
	display: block;
	visibility: visible;
}
._m{
	display: none;
	visibility: hidden;
}

body{
	background-color: #fff;
}


/*title*/
.title_h1{
	font-size: 40px;
}
.title17{
	font-size: 17px;
	line-height: 2;
	font-weight: bolder;
}
.title23,.title23p{
	font-size: 23px;
	line-height: 2;
}
.title31{
	width: 70%;
	height: auto;
	font-size: 31px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background-color: #edabab;
	padding: 3% 0;
	margin-top: 20px;
	margin-bottom: 20px
}
.title31p{
	font-size: 31px;
	line-height: 1.5;
	color: #fff;
	padding: 3% 0;
}
.title37 {
    font-size: 37px;
    line-height: 1.3;
    margin-bottom: 0;
}
.title39{
	font-size: 39px;
	line-height: 1.5;
	margin-bottom: 0;
}
.title47{
	font-size: 47px;
	line-height: 47px;
	font-weight: bold;
	padding-top: 50px;
}
.title50{
	font-size: 50px;
	line-height: 1.2;
	font-weight: bolder;
}
/*p*/
.p15{
	font-size: 15px;
	line-height: 1.5;
}







.box-out{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg.jpg) left top repeat;
	background-size: 100%;
}
.box-in{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0 0 20px #555;
	overflow: hidden;
	margin: 0 auto;
}

/*no1*/
.no1{
	width: 100%;
	height: auto;
	background-color: #edabab;
	overflow: hidden;
}
/*no2*/
.no2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*no3*/
.no3{
	width: 100%;
	height: auto;
	background: url(../images/no3_bg.jpg);
	background-size: 100%;
	overflow: hidden;
	padding: 5%;
}
.no3-in{
	width: 80%;
	height: auto;
	padding: 5% 8% 1% 8%;
	background-color: #abb4c9;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 20%;
}
/*no4*/
.no4{
	width: 100%;
	height: auto;
	background-color: #fcfcf7;
	padding: 6% 10%;
	overflow: hidden;
}
/*no5*/
.no5-out{
	width: 100%;
	height: auto;
	background: url(../images/no5_bg.jpg) right top no-repeat;
	background-size: 104%;
	padding: 13% 7% 5% 7%;
	overflow: hidden;
}
.no5-in{
	width: 400px;
	height: auto;
	padding: 2% 4%;
	background-color: #abb4c9;
	overflow: hidden;
}
/*form*/
.form_box{
	margin-bottom: 0;
}
.btn_block{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.form_txt,.form_txt a{
	font-size: 14px;
	line-height: 2;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}

.btn-style{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 50px;
}

/*feedback*/
.feedback_box-in{
	width: 60%;
	height: auto;
	background-color: white;
	overflow: hidden;
	margin: 0 auto;
	padding: 8% 0;
}






/*PAD*/
@media (max-width:1199px) and (min-width:992px){
	.title47 {
	    font-size: 41px;
	    line-height: 41px;
	    font-weight: bold;
	    padding-top: 50px;
	}
	.no3-in {
	    width: 100%;
	    height: auto;
	    padding: 5% 8% 1% 8%;
	    background-color: #abb4c9;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-left: unset;
	}
	.no5-out {
	    width: 100%;
	    height: auto;
	    background: url(../images/no5_bg.jpg) center top no-repeat;
	    background-size: 117%;
	    padding: 15% 7% 3% 7%;
	    overflow: hidden;
	}
}


/*pad 768------------------------------------------*/
@media (max-width:991px) and (min-width:768px){
	.title47 {
	    font-size: 47px;
	    line-height: 47px;
	    font-weight: bold;
	    padding-top: 25px;
	}
	.title17 {
	    font-size: 13px;
	    line-height: 2;
	    font-weight: bolder;
	}
	.no3-in {
	    width: 100%;
	    height: auto;
	    padding: 5% 7% 1% 7%;
	    background-color: #abb4c9;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-left: unset;
	}
	.title39 {
	    font-size: 31px;
	    line-height: 1.5;
	    margin-bottom: 0;
	}
	.no5-out {
	    width: 100%;
	    height: auto;
	    background: url(../images/no5_bg.jpg) center top no-repeat;
	    background-size: 150%;
	    padding: 18% 7% 5% 7%;
	    overflow: hidden;
	}
}

/*MOBILE  414------------------------------------------*/
@media screen and (max-width:767px){
	._pc{
		display: none;
		visibility: hidden;
	}
	._m{
		display: block;
		visibility: visible;
	}
	.box-in{
		width: 100%;
	}
	.btn-style{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.no3 {
	    width: 100%;
	    height: auto;
	    background: url(../images/no3_bg_m.jpg) no-repeat;
	    background-size: 100%;
	    background-color: #abb4c9;
	    overflow: hidden;
	    padding: 5%;
	}
	.title47 {
	    font-size: 47px;
	    line-height: 56px;
	    font-weight: bold;
	    padding-top: 50px;
	}
	.title37 {
	    font-size: 32px;
	    line-height: 1.3;
	    letter-spacing: -2px;
	    margin-bottom: 0;
	}
	.title17 {
	    font-size: 13px;
	    line-height: 2;
	    font-weight: bolder;
	}
	.no3-in {
	    width: 100%;
	    height: auto;
	    padding: 0%;
	    background-color: #abb4c9;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 30%;
	    margin-left: unset;
	}
	.no4 {
	    width: 100%;
	    height: auto;
	    background-color: #fcfcf7;
	    padding: 6% 5%;
	    overflow: hidden;
	}
	.title50 {
	    font-size: 40px;
	    line-height: 1.2;
	    font-weight: bolder;
	    margin-bottom: 10px;
	}
	.title23 {
	    font-size: 17px;
	    line-height: 1.4;
	    margin-bottom: 10px;
	}
	.title23p{
		font-size: 17px;
	    line-height: 2.5;
	}
	.no5-out {
	    width: 100%;
	    height: auto;
	    background: url(../images/no5_bg_m.jpg) center top no-repeat;
	    background-color: #abb4c9;
	    background-size: 100%;
	    padding: 110% 0% 0% 0%;
	    overflow: hidden;
	}
	.no5-in {
	    width: 100%;
	    height: auto;
	    padding: 7%;
	    background-color: #abb4c9;
	    overflow: hidden;
	}
	.new-footer{
		background-color: #fff;
	}
	.p15 {
	    font-size: 13px;
	    line-height: 1.5;
	}
	/*feedback*/
	.feedback_box-in{
		width: 100%;
		height: auto;
		background-color: white;
		overflow: hidden;
		margin: 0 auto;
		padding: 8%;
	}
	.title_h1 {
	    font-size: 38px;
	}
}