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

body{
	width:100%;
	margin:0 auto;
	background-color:#D7EFF2;
	font-size:1.5em;
	font-weight: 500;
	font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
	scroll-behavior: smooth;
}

img{
	width:100%;
	padding:0;
}

a:hover{
	opacity: 0.6;
}

a{
	text-decoration:none;
}

p{
	color:#675953;
	font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

li{
	list-style: none;
}

@media(min-width:768px){
	body{
		font-size:0.5em !important;
		font-weight: 400 !important;
	}
}

@media(min-width:768px){
	.sp{
		display:none;
}
}

@media(max-width:767px){
	.pc{
		display:none;
}}

.firstview{
	margin:0 auto;
	margin-bottom:0px;
}

.header{
	display: flex;
	margin:0 auto;
	padding:0;
	width:100%;
	position: fixed;
}

.header li{
	padding:0;
}

.header img{
	width:100%;
	padding:0;
}

.cta{
	width:50%;
	margin:0 auto;
}

.cta img{
	width:100%;
	margin-top:10%;
}


.secondview{
	margin-top:0px;
}

.midashi{
	width:70%;
	margin:0 auto;
	text-align:center;
	font-size:4.0em;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.midashi{
	font-size:0.9em;
}
}

.midashi_sp{
	margin:0 auto;
}

.midashi_sp p{
		text-align: center;
	font-size:0.9em;
	font-weight: 600;
}

.cta_sp{
	width:100%;
	bottom: 15px;
	position: fixed;
}

.cta_sp img{
	width:90%;
	margin:5%;
}

.cta_sp a{
	margin:0 auto !important;
}

.marker{
	font-size:1.3em;
	color:#ED6000;
	background: linear-gradient(
    transparent 70%,
    #fbeb64 70%
  );
}

.four{
	display: flex;
	margin:0 auto;
	justify-content: center;
	width:80%;
	text-align:center;
	vertical-align: middle;
}

.four li{
	margin:0 auto;
	margin:20px;
	text-align:center;
	vertical-align: middle;
}

.four_sp{
	width:90%;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding:5px;
	border-radius: 10px;
}

.four_sp p{
	font-size:0.7em;
	line-height:1.4em;
}

.four_sp p span{
	color:#E56A17;
}

.wrapimg{
	width:100%;
}

@media screen and (max-width: 768px) {
	.wrapimg{
	width:40%;
	margin:5px 0px;
}
	.wrap_txt{
		width:80%;
	}
}

.circle {
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
	padding:10px;
}

.circle p{
	margin-top:10px;
	line-height: 1.6em;
	font-size:2.6em;
	font-weight: 500;
}

.circle_sp {
  width: 85%;
  border-radius: 10px;
	padding:5px;
}

.incircle{
	padding: 17px;
}

.incircle img{
	width:70%;
	margin-top:-20%;
}

.incircle p span{
	color:#E56A17;
}

.salanohoken img{
	width:35%;
	margin-bottom:0px;
}

.third{
	background-color:#DFF3CD;
}

.QA{
	width:68%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.QA{
	width:90%;
}
}

.kaiketsu{
	max-width:100%;
	text-align:left !important;
}

.kaiketsuA{
	width:90%;
	background-color:#1EAD4C;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	padding-bottom:20px
}

.kaiketsuA img{
	height:20%;
	width:auto;
	margin: -15px 20px 0 20px;
}

.kaiketsuA li{
	margin:0 auto;
	text-align:left;
}

.kaiketsuA p{
	color:#fff;
	font-size:2.7em;
	text-align:left;
	margin-right:20px;
}

@media screen and (max-width: 768px) {
	.kaiketsuA{
	width:100%;
	align-items: center;
	}
	.kaiketsuA img{
	height:20%;
	width:auto;
	margin: -10px 15px 0 15px;
}
	.kaiketsuA p{
		font-size:0.6em;
		margin: 0px 15px 0px 0px;
	}
}

.kaiketsuB{
	background-color:#00B5CC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	margin-top:-20px;
}

.kaiketsuB img{
	height:90%;
	width:auto;
	margin: -15px 20px 0 20px;
}

.kaiketsuB li{
	margin:0 auto;
	text-align:left;
}

.kaiketsuB p{
	color:#fff;
	font-size:2.7em;
	text-align:left;
	margin-left:30px;
}

@media screen and (max-width: 768px) {
	.kaiketsuB{
		align-items: center;
	}
	.kaiketsuB p{
	font-size:0.6em;
		margin: 0px 0px 0px 20px;
	}
	.kaiketsuB img{
	height:20%;
	width:auto;
	margin: -10px 15px 0 10px;
}
}


.kaitou{
	text-align:left;
	background-color:#fff;
	padding:10px 30px;
	margin:0 auto;
}

.kaitou_title{
	padding-bottom:0px;
}

.kaitou_title p{
	font-size:3.8em;
	font-weight: 500;
	margin: 10px 0;
}

.kaitou_title span{
	color:#E56A17;
	background: linear-gradient(
    transparent 70%,
    #fbeb64 70%
  );
}


@media screen and (max-width: 768px) {
	.kaitou_title p{
	font-size:0.8em !important;
	font-weight: 600;
}
}

.setsumei{
	display: flex;
	margin-top:0px;
}

.setsumei img{
	width:30%;
	height:100%;
}

.setsumei p{
	width:70%;
	line-height: 1.8em;
	font-size:2.1em;
}

.setsumei_figure{
	margin:0 auto !important;
	width:100%;
}

@media screen and (max-width: 768px) {
.setsumei{
	text-align:center;
	display:block;
	margin:0 auto !important;
}
	.setsumei_figure{
	width:80%;
}
	.setsumei p{
	font-size:0.6em;
	width:100%;
		text-align:left;
}
	.setsumei img{
	width:80%;
		margin:0 auto;
		text-align:center;
}
}

.kaiketsuC{
	width:85%;
	background-color:#1EAD4C;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
}

.kaiketsuC img{
	height:20%;
	width:auto;
	margin: -15px 20px 0 20px;
}

.kaiketsuC p{
	color:#fff;
	font-size:2.7em;
	text-align:left;
	margin-right:20px;
}

@media screen and (max-width: 768px) {
	.kaiketsuC{
	width:100%;
		justify-content: center;
		align-items: center;
	}
	.kaiketsuC p{
	font-size:0.6em;
	margin: 0px 15px 0px 0px;
	}
	.kaiketsuC img{
	height:20%;
	width:auto;
	margin: -15px 15px 0 20px;
}
}

.kaiketsuD{
	width:85%;
	background-color:#00B5CC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
}

.kaiketsuD img{
	height:20%;
	width:auto;
	margin: -15px 20px 0 20px;
}

.kaiketsuD p{
	color:#fff;
	font-size:2.7em;
	text-align:left;
	margin-right:20px;
}

@media screen and (max-width: 768px) {
	.kaiketsuD{
	width:100%;
		justify-content: center;
		align-items: center;
	}
	.kaiketsuD p{
	font-size:0.6em;
	margin: 0px 15px 0px 0px;
	}
	.kaiketsuD img{
	height:20%;
	width:auto;
	margin: -15px 10px 0 10px;
}
}


.orangebig{
	font-size:1.5em;
	color:#E56A17;
}

.orangebig2{
	font-size:1.3em;
	color:#E56A17;
}

.orange{
	color:#E56A17;
}

.blue{
	background-color:#D7EFF2;
}

.midashi2{
	display:flex;
	width:100%;
	margin:0 auto !important;
	text-align:center;
	align-items: center;
	justify-content:center;
}

.midashi2 p{
	width:100%;
	line-height: 1.3em;
	padding-left:40px;
	text-align:left;
		font-size:4.0em;
	font-weight: 600;
}

.midashi2 img{
	width:15%;
	height:auto;
	margin-bottom:10px;
}

@media screen and (max-width: 768px) {
	.midashi2{
	display:block;
		width:80%;
	}
	.midashi2 p{
		font-size:1.0em;
		text-align:center;
		font-weight: 600;
		margin:20px 0;
		padding-left:0px;
	}
	.midashi2 img{
	width:70%;
		height:auto;
	}
}


.white_two{
	display: flex;
	width:68%;
	margin:0 auto;
}

.white_rect{
	background-color: #fff;
	margin:20px;
	padding:30px;
	border-radius: 20px;
	text-align:center;
}

.white_rect p{
	text-align:left;
	line-height: 1.7em;
}

.midashi3{
	font-size:2.8em !important;
	font-weight: 600;
	margin-top:3px;
	margin-bottom:3px;
	line-height: 1.8em;
}

.white_rect p{
	font-size:2.0em;
}

@media screen and (max-width: 768px) {
	.white_two{
		display: block;
		width:90%;
	}
	.white_rect{
	margin:0 auto;
		border-radius: 10px;
			padding:20px;
}
	.white_rect p{
	font-size:0.6em;
}
	.midashi3{
	font-size:0.8em !important;
	font-weight: 600;
}

}

.bold{
	font-weight: 600;
}

.white_one{
	width:70%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.white_one{
	width:90%;
}
}

.lightgreen_rect{
	width:97%;
	background-color: #DFF3CD;
	margin:0 auto;
	text-align: center;
	padding:20px;
	border-radius: 15px;
}

.onestop{
	width:100%;
	display: flex;
	margin:0 auto;
	text-align: center;
	align-items: center;
}

.onestop_1{
	background: #F6FCF1;
	width:20vw;
	margin:10px;
	border-radius: 15px;
	padding:5px;
}

.onestop_1 p{
	text-align: center !important;
	font-weight: 500;
	font-size:2.3em;
	margin-top:5px;
	margin-bottom:10px;
}

.onestop_1 img{
	width:80%;
	margin-bottom:0px;
	margin-top:5px;
}

.lightgreen_rect p{
	text-align:left;
	padding:0 30px;
	line-height: 1.7em;
}

@media screen and (max-width: 768px) {
	.lightgreen_rect{
	width:90%;
		border-radius: 10px;
	}
	.onestop_1{
	width:30vw;
	height:28vw;
		border-radius: 10px;
	}
	.lightgreen_rect p{
	padding:0 10px;
	}
	.onestop_1 p{
	font-size:0.6em;
}
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #1ead4c;
  border-right: 0;
}

.triangle_shita {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #1ead4c;
  border-bottom: 0;
}

.right_triangle{
	float:right;
	margin-right:50px;
}

.salaphone{
	width:60%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.salaphone1{
		margin-left:30px;
	margin-bottom:0px;
}

.salaphone2 img{
	width:30%;
	margin-bottom:0px;
}

.salaphone2 p{
	font-size:2.7em;
	font-weight: 500;
	text-align:center;
	margin-top:0px;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
	.salaphone{
	width:100%;
		display: block;
	}
	.salaphone2 img{
	width:25%;
	}
	.salaphone1{
		width:25%;
		margin:0 auto;
	}
	.salaphone p{
		font-size:0.7em;
		text-align: center;
		line-height: 1.2em;
		font-weight: 500;
		margin:10px 0px;
	}
}

.orange_rect_two{
	display: flex;
}

.orange_rect{
	background-color:#E56A17;
	width:50%;
	margin:20px;
	border-radius: 15px;
	text-align:center;
}

.orange_rect p{
	color:#fff;
	text-align:center;
	line-height: 1.0em;
	font-weight: 500;
	font-size:2.8em;
}

.big{
	font-size:2.3em;
}

.triangle2 {
	margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #E56A17;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
	.orange_rect{
	margin:5px;
	border-radius: 10px;
}
	.orange_rect p{
	line-height: 1.0em;
	font-size:0.5em;
}
	.triangle2 {
	margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #E56A17;
  border-bottom: 0;
}
}

.midashi4 p{
	font-size:2.3em;
	text-align:center;
	margin:0 auto !important;
	font-weight:500;
}

.pink_rect_two{
	display: flex;
}

.pink_rect{
	background-color:#FFF8F3;
	width:50%;
	margin:20px;
	border-radius: 15px;
	text-align:center;
	padding:25px;
}

@media screen and (max-width: 768px) {
	.midashi4 p{
	font-size:0.7em;
}
	.pink_rect_two{
	overflow-x: auto;
}
}


.icon_midashi{
	display: flex;
	margin-bottom:0px;
}

.icon{
	width:18%;
	margin-right:20px;
	margin-top:2%;
	margin-left:5%;
}

.okyakumidashi{
	font-size:1.3em;
	font-weight:500;
	margin-top:0px;
}



.kuchikomi_txt p{
		width:90% !important;
	height: auto;
}



.soudan{
	width:70%;
	display: flex;
	margin:0 auto;
	text-align: center;
	align-items: center;
}


.soudan_1{
	background: #F6FCF1;
	width:20%;
	margin:10px;
	border-radius: 20px;
	padding:10px;
	text-align:center;
}

.soudan_2{
	width:70%;
	display: flex;
	margin:0 auto;
	text-align: center;
}

.soudan_txt2{
	width:20%;
	margin:10px;
	border-radius: 20px;
	padding:10px;
	text-align:center;
}

.soudan_txt2 p{
	font-size:2.0em;
	line-height: 1.5em;
	margin-top:0px;
}

.soudan_1 p{
	text-align: center !important;
	font-weight: 500;
	font-size:2.3em;
	margin-top:5px;
	margin-bottom:10px;
}

.soudan_img{
	margin-top:15px !important;
	width:80%;
	margin-bottom:0px;
	text-align:center;
	margin:0 auto;
}

.soudan_yoko{
	display:flex;
	margin:0 5px;
}


.triangle_wh {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
}

.triangle_tomei {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
	opacity:0;
  border-right: 0;
}


.soudan_txt{
	display: flex;
	width:70%;
	margin:0 auto;
	text-align:center;
}

.soudan_txt1{
	width:30%;
	margin:0 30px;
}

.soudan_txt1 p{
	font-size:2.0em;
	line-height: 1.5em;
	margin-top:0px;
}

@media screen and (max-width: 768px) {

	.soudan{
		width:85%;
		display: block;
	}
.soudan_1{
	width:100%;
	border-radius: 10px;
	margin:0 auto;
	padding:1px;
	}
	.soudan_1 p{
	font-size:0.8em;
	}
	.soudan_img{
		width:30%;
		margin:0 10px 0 0;
	}
	.soudan_txt1{
		width:70%;
		text-align:left;
		margin:0px;
	}
	.soudan_txt1 p{
	font-size:0.5em;
		margin-top:15px;
}

	.triangle_wh {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
		margin:0 auto;
}
}



.QA_back{
	background-color:#F6FCF1;
	width:53%;
	margin:0 auto;
	padding:20px 35px;
	padding-bottom:10px;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	line-height: 1em;
}



.qanda{
	font-size:4.0em;
	font-weight: 500;
	margin-right:10px;
}

.qanda p{
		color:#1FAC4C;
}

.question{
	display: flex;
	align-items: center;
	margin: -25px 0px;
}

.question p{
	text-align: left;
}

.question .qa_text{
	font-size:2.5em;
	font-weight: 500;
}

.answer .qa_text{
	font-size:1.8em;
	font-weight: 400;
}


.answer{
	display: flex;
	align-items: center;
	padding:0px;
	margin: 0px;
}

.qa_text p{
	line-height:1.5em;
}

@media screen and (max-width: 768px) {
	.QA_back{
	width:80%;
	padding:20px 20px;
			padding-bottom:0px;
		border-radius: 10px;
}
	.qanda{
	font-size:1.0em;
}
	.question, .answer{

	}
	.question .qa_text{
	font-size:0.6em;
	}
	.answer .qa_text{
	font-size:0.6em;
	margin-bottom:0px !important;
	}
	.answer{
	margin:0px !important;
	}
}



#contactform{
	text-align: center;
}

#contactform p{
	width:80%;
	margin:0 auto;
	line-height: 1.7em;
}

#contactform .midashi{
	width:100%;
}

.attention{
	font-size:2.0em;
}

@media screen and (max-width: 768px) {
	.attention{
	font-size:0.5em;
}
}

/**************************************

form.css

***************************************/



.formArea{
    width:60%;
	margin:0 auto;
	padding: 50px 0;
}

@media screen and (max-width: 780px) {
	.formArea{
    width:90%;
	}}
.formConfirm,
.formFinish{
    margin-top: 100px;
}
.formArea__tit{
    background-color: #f4901e;
    margin-bottom: 60px;
}
.formArea__txt{
    color: #353535;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.formArea__txt span{
    color: #f00;
    font-weight: bold;
}
.formArea__txt .tellink{
    font-size: 2rem;
}
.formArea__txt .formTxtLink{
    background: #f4901e;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 25px;
    border-radius: 10px;
}

.contactTable{
    width: 90%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.contactTable{
    width: 100%;
	}
}
.contactTable th{
    width: 100%;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 780px) {
    .contactTable th{
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
}
.contactTable th .require{
	background-color:#1fac4c;
	padding: 1px 7px;
	border-radius: 5px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
	align-items: center;
}
.contactTable td{
    width: 75%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contactTable td .contactTable__checkWrap{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.contactTable td .contactTable__checkWrap input{
    margin-right: 10px;
}
.contactTable td .contactTable__checkTxt{
    font-size: 12px;
}
.contactTable td .contactTable__select{
    font-size: 14px;
    border: 0px solid #7A7A7A;
    padding: 12px 8px;
}
.contactTable td .addressmb{
    margin-bottom: 8px;
}
.contactTable td input[type="checkbox"]{

}
.contactTable td input[type="text"]{
    width: 100%;
    border: 0px solid #7A7A7A;
    font-size: 15px;
    padding: 12px 8px;
    box-sizing: border-box;
	border-radius: 5px;
}
.contactTable td input[type="text"].info__inputText--middle{
    width: 50%;
}
.contactTable td textarea{
    width: 100%;
    border: 0px solid #7A7A7A;
    padding: 12px 8px;
    font-size: 15px;
    box-sizing: border-box;
	border-radius: 5px;
}
@media screen and (max-width: 780px) {
    .formConfirm,
    .formFinish{
        margin-top: 60px;
    }

    .contactTable td{
        display: block;
        width: 100%;
    }
    .contactTable td input[type="text"].info__inputText--middle{
        width: 100%;
    }
}


.txtContact01{
    margin: 30px auto;
    background-color: #E6E6E6;
    padding: 20px 30px;
    line-height: 1.8;
}
.txtContact01 p{
	font-size:18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.txtContact01 ul li{
    font-size: 14px;
}

.txtContact01 ul{
	padding:0;
}

.txtContact02 .agree{
    text-align: center;
    margin-bottom: 30px;
}

.txtContact02 .agree span{
	font-size:20px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.txtContact02 .agree span{
	font-size:15px;
	}
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

/*.txtContact02{

}
.txtContact02 .checkOk{
    text-align: center;
    margin-bottom: 40px;
}
.txtContact02 .checkOk input[type=checkbox]{
    opacity: 0;
    position: absolute;
}
.txtContact02 .checkOk label{
    padding-left: 40px;
    margin-left: 65px;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
}
.txtContact02 .checkOk label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: -4px;
}
.txtContact02 .checkOk label:checked+label:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    background-image: url("") no-repeat center;
    background-size: 16px 10px;
    z-index: 0;
    top: 3px;
    left: 4px;
}*/


.btn-action{

}
.btn-action .c-btn01{
    background-color: #1fac4c;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    margin: 0 auto 40px;
    cursor: pointer;
    border-radius: 10px;
}
.btn-action .c-btn01:hover{

}
@media screen and (max-width: 780px) {
    .btn-action .c-btn01{
        width: 90%;
		font-size: 20px;
		padding: 15px 0;
    }
}

.txtContact03{
    font-size: 16px;
    text-align: left;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.5;
    padding-left:1em;
    text-indent:-1em;
}
.txtContact03 #mailContact{
    color: #f4901e;
}


.formConfirm__cont{
    margin: 30px auto 0;
}

/* ==================== form__submit・form__back ==================== */

.form__submit{
    text-align: center;
}
.form__submit .form__submitBtn{
    background-color: #f4901e;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 auto;
}
.form__submit .form__submitBtn:hover{

}

.form__back{

}
.form__back .form__backBtn{
    background-color: #9099A8;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 20px auto 0;
}
.form__back .form__backBtn:hover{

}
@media screen and (max-width: 780px) {
    .form__submit .form__submitBtn,
    .form__back .form__backBtn{
        width: 100%;
    }
}


/* ==================== formError ==================== */

.formError{
    color: #b52020;
    text-align: center;
    margin-bottom: 30px;
}
.formError__tit{

}
.formError__items{
    margin-top: 12px;
}
.formError__items .formError__item{

}


@media screen and (max-width: 765px) {
	.icon{
		flex-shrink: 0;
	}
	.okyakumidashi{
		font-size: 26px;
		white-space: wrap;
	}
	.kuchikomi_txt{
		white-space: wrap;
	}
	.kuchikomi_txt p{
		margin:0 auto;
	}
	.pink_rect_two {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
	.pink_rect {
		margin:10px;
        padding: 12px;
        min-width: 275px;
		max-width: 275px;
    }
	.pink_rect:first-child {
        margin-left: 45px;
    }
}

.wh{
	background-color:#fff;
}

footer{
	background-color:#fff;
	margin: 0 auto !important;
	display:flex;
	width:100%;
	    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}

.footer_inner{
	margin:10px;
	font-size:12px;
	display:flex;
}

.footer_inner img{
	width:30%;
	text-align: right;
	margin-right:0px !important;
	padding-right:0px;
}

footer p{
	text-align:center;
	margin: 0 auto;
}

footer a{
	margin:0 auto;
	color:#5F5F5F;
}

.footer_logo{
	padding-top:20px;
	background-color:#fff;
	text-align:center;

}
.footer_logo img{
	margin: 0 auto;
}

.footer_inner sp{
	margin-right: 0px;
	padding-right:0px;
}

@media screen and (max-width: 765px) {
	footer{
	display:block;
	}

	.footer_inner{
		font-size:14px;
		border-bottom: 1px solid #DFF3CD;
		width:100% !important;
		margin:0px;
		padding:10px 0px;
	}
	
	.footer_inner a{
		width:300%;
	}
	
	footer a{
	margin-left:15px;
}
	
	footer p{
		font-size:10px;
	}
}
