@charset "utf-8";

/* ==========================================================================
	hasei_title
========================================================================== */
.hasei_title h2{width: 250px;margin-right: 20px;}
.hasei_title:before {
    content:"";
    display: block;
    width: 188px;
    height: 90px;
    position: absolute;
    top: -18px;
    right: 50px;
    background:url(../image/contact/title_icon.png);
    background-size:cover;
    z-index:10;
}



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

    .hasei_title h2{width: 170px;}
    .hasei_title:before {
        width: 102px;
        height: 49px;
        top: 32px;
        right: 22px;
    }
    
}



/* ==========================================================================
	contact
========================================================================== */
.contact{
    position: relative;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    max-width:1200px;
    margin:75px auto 135px;
}

.contact h2{
     width: 100%;
    text-align: center;
}
.contact h2 img{
     width: 410px;   
}

.contact .c_txt{
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin:30px auto 70px;
}

.contact .tel_line {
    position: relative;
    width: 38%;
}
.contact .tel_line li{
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 333px;
    background:#fff;
    border-radius:30px;
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
    
}
.contact h3 {
    text-align: center;
}
.contact h3 span{
    display:inline-block;
    font-size: 23px;
    font-weight: 700;
    border-bottom:1px solid #333;
    padding-bottom: 5px;
}
.contact .tell a {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color:#333;
    padding-left: 20px;
    margin:44px auto 16px;
}
.contact .tell a:before{
    content:"";
    display: block;
    width: 29px;
    height: 46px;
    position: absolute;
    left: -18px;
    top: -10px;
    background:url(../image/search/contact_tell_icon.png);
    background-size:cover;
}
.contact .tell p {
    font-size: 14px;
}

.contact .tell span {    
    font-size: 12px;
}


.contact .tell h3 span{
    font-size: 23px;
}


.contact .fax{margin:12px auto;}
.contact .fax h4 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color:#333;
    padding-left: 30px;
    margin:44px auto 16px;
}
.contact .fax h4:before{
    content: "FAX";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 24px;
    position: absolute;
    left: -21px;
    top: 3px;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: 700;
    border-radius:26px;
}



.contact .line div{
    width: 90%;
    margin:0 auto;
}

.contact .line a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width:280px;
    height: 60px;
    background:#fff;
    border:1px solid #5bbc1f;
    border-radius:30px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
    color:#5bbc1f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 32px;
    box-sizing:border-box;
    margin:44px auto 0;
}
.contact .line a:hover{
    background:#5bbc1f;
    color:#fff;
    box-shadow:none;
    transform: translateY(3px);
}
.contact .line a:before{
    content:"";
    display: block;
    width: 34px;
    height: 32px;
    position: absolute;
    left: calc(50% - 80px);
    top: 13px;
    background:url(../image/search/contact_line_icon.png);
    background-size:cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.contact .line a:hover:before{
    background-image:url(../image/search/contact_line_icon_af.png);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.form_wrap{
    position: relative;
    width: 60%;
    background:#fff;
    border-radius:45px;
    padding:90px 0 120px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
}

.form_wrap.conf{
    width: 90%;
    margin-right: 5%;
}


#form{
    width: 100%;
    max-width:530px;
    margin:0 auto 0;
}

.conf #form{
    max-width:800px;
}
.contact .area {
    width:90%;
    box-sizing:border-box;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin: 50px auto 0;
}
.contact .box{width: 100%;margin-bottom: 32px;}
.contact .box.radio{margin-bottom: 25px;}


.contact .box.fl{width: 49%;}



.contact .area .box:last-child{margin-bottom: 0;}
.contact .box h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    vertical-align: middle;
}
.contact .box.radio h4{margin-bottom: 15px;}


.form_wrap.conf p{
    font-size: 15px;
    font-weight: 700;
    text-align:left;
}



.contact .box h4 span{
     display:inline-block;
    padding:3px 8px 2px;
    background:#fff;
    border:1px solid #fe817d;
    color:#fe817d;
    font-size: 11px;
    border-radius:18px;
    vertical-align: middle;
    margin-left: 5px;
}




.form-list li{
    position: relative;
    display:inline-block;
    border:none;
    margin-right: 30px;
	position: relative;
    min-height:40px;
    padding-top:11px;
}
.form-list li:last-child,
.form-list li:nth-child(2){margin-right: 0;}

.form-list .type-mg {
	margin-right: 60px;
}

.form-list label {
	padding-left: 43px;
	position: relative;
	cursor: pointer;
	font-size:18px;
}

.form-list input {
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 0;
}

.form-list label:before,
.form-list label:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.form-list label:before {
	width: 35px;
	height: 35px;
	top: -3px;
	left: 0;
	z-index: 0;
    background:#f5f5f5;
    border: 1px solid #CEC3A8;
}

@supports (-ms-accelerator: true) and (not (color: unset)) {
  
.form-list label:before {
	top: -6px;
}
}
@supports (-ms-ime-align: auto) {
 .form-list label:before {
	top: -6px;
}
}



.form-list.input-radio label:before {
	border-radius: 50px;
}

.form-list input + label:after {
	width: 15px;
	height: 15px;
    top: 7px;
    left: 10px;
	z-index: 1;
	opacity: 0;
    background:#FF8280;
}

.form-list input:checked + label:after {
	opacity: 1;
}

.form-list.input-radio input + label:after {
	border-radius: 50%;
}
.contact-form-item {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: #faf9f5;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    border: 1px solid #CEC3A8;
}
.contact-form-item.short{
    max-width: 230px;
}
.contact-form-item.short02{
    max-width: 260px;
}
textarea.contact-form-item {
    min-height:155px;
}


input:focus,
textarea:focus{
    background: #ffe6e1;
}



.ps_area{
    width: 268px;
    text-align: center;
    margin: 60px auto 37px;
}


.ps_area a{
     text-decoration:underline;
}

input[type=radio], input[type=checkbox] {
        /*
  display: none;*/
        opacity: 0;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 38px;
  vertical-align: middle;
  font-size:14px ;
  display:inline-block !Important;
  cursor: pointer;
    font-weight: 500;
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
    top: -6px;
    left: 0;
  display: block;
  width: 26px;
  height: 26px;
border: 1px solid #CEC3A8;
  border-radius: 26px;
    background: #faf9f5;
  content: '';
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  content: '';
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
    top: 3px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-radius:10px;
    z-index:500;
    opacity: 0;
    background: #FF8280;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


.form_area p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}


.form_area .submit{
    position: relative;
    width: 260px;
    margin: 45px auto 0;
    border:none;
}
.form_area .submit:before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 58px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #ff8080;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 60;
}
.form_area .submit:hover:before{
    transform:translate(3px,3px);
    border-color: transparent transparent transparent #fff;
    
}
.form_area .back{
    position: relative;
    width: 260px;
    border:none;    
}
.form_area .back .link_btn{
    background: #f1f0e9;
}
.form_area .back:before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 58px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-style: solid;
    border-width: 3.5px 5px 3.5px 0;
    border-color: transparent #ff8080 transparent transparent ;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 60;
}
.form_area .back:hover:before{
    transform:translate(3px,3px);
    color:#fff;
    border-color: transparent #fff transparent transparent ;
    
}
.form_area .back:hover .link_btn{background:#333;}


.form_area .submit .link_btn,
.form_area .back .link_btn{border:none;}

.form-foot{
    width: 570px;
    margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    
}
.form-foot .submit{
    margin:0;
}



.contact .inview{
    display: block;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 43%;
    opacity:0;
    transform: translateX(50px);
    transition:1s;
}

.contact .inview.move{
    opacity:100;
    transform: translateX(0);
    transition:1s;
    
}


.thanks .link_btn{background:#fff;margin:0 auto;}

.thanks .link_btn:hover{background:#ff8080 ;margin:0 auto;}
@media screen and ( max-width: 1000px ) {
    
    .contact .tel_line{width: 340px;}
    .form_wrap{width: calc(100% - 355px);}
}
@media screen and ( max-width: 800px ) {


    .contact{
        position: relative;
        display: block;
        width: 100%;
        max-width:1200px;
        margin:50px auto 295px;
    }
    .contact.conf,
    .contact.thanks{
         margin-bottom: 105px;   
    }

    .contact h2{
        text-align: center;
    }
    .contact h2 img{
         width: 288px;   
    }

    .contact .c_txt{
        width: 80%;
        font-size: 13px;
        line-height: 26px;
        text-align:left;
        margin:20px auto 40px;
    }
    .contact .sub_tit {
        font-size: 11px;
        margin:10px auto 27px;
    }
    .contact .tel_line {
        width: 93%;
        margin:0 auto 27px;
    }
    .contact .tel_line li{
        width: 100%;
        padding:30px 0;
        border-radius:23px;
        height: auto;
    }
    .contact h3 span{
        font-size: 17px;
    }
    .contact .tell a {
        font-size: 25px;
        padding-left: 30px;
        margin:19px auto 11px;
    }
    .contact .tell a:before{
        width: 21px;
        height: 33px;
        left: 0;
        top: -7px;
    }
    .contact .tell p {
        font-size: 11px;
    }
    .contact .tell span {    
        font-size: 10px;
    }
    .contact .tell h3 span{
        font-size: 17px;
    }

    
    
    

    .contact .fax{margin:10px auto;}
    .contact .fax h4 {
        font-size: 25px;
        padding-left: 30px;
        margin:22px auto 0;
    }
    .contact .fax h4:before{
        width: 34px;
        height: 20px;
        left: -10px;
        top: 2px;
        border: 1px solid #333;
        font-size: 10px;
    }

    
    
    .contact .line a {
        width: 210px;
        max-width:210px;
        height: 54px;
        border-radius:27px;
        box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.2); 
        font-size: 13px;
        padding-left: 18px;
        margin:20px auto 0;
    }
    .contact .line a:before{
        width: 26px;
        height: 24px;
        left: calc(50% - 80px);
        top: 15px;
    }
    
    
    .form_wrap{
        width: 100%;
        border-radius:0;
        padding: 50px 0 80px;
    }
    
    .form_wrap.conf{
        width: 100%;
        margin:0;
    }
    #form{
        width: 75%;
        margin:45px auto 0;
    }

    .contact .area {
        width: 100%;
        margin-top: 35px;
    }
    .contact .area:first-child {
        padding-right: 0;
    }
    .contact .area:nth-child(2) {
        padding-left: 0;
        border-left:none;
    }
    .contact .box{margin-bottom: 18px;}
    .contact .box.fl{width: 100%;}
    .contact .box.radio{margin-bottom: 8px;}

    .contact .area .box:last-child{margin-bottom: 0;}
    .contact .area:first-child .box:last-child{margin-bottom: 18px;}
    .contact .box h4{
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .form_wrap.conf p{font-size: 14px;}
    
    .contact .box.radio h4{margin-bottom: 10px;}
    .contact .box h4 span{
        padding:3px 7px;
        font-size: 10px;
        border-radius:15px;
        margin-left: 10px;
    }
    .form-list li{
        margin-right: 0;
        width: 100%;
        min-height:30px;
        padding-top:6px;
    }
    .form-list label {
        padding-left: 40px;
        font-size:14px;
    }
    .form-list label:before {
        width: 30px;
        height: 30px;
        top: -4px;
    }
    .form-list.input-radio label:before {
        border-radius: 35px;
    }
    .form-list input + label:after {
        width: 13px;
        height: 12px;
        top: 5px;
        left: 9px;
    }

    .contact-form-item {
        width: 100%;
        max-width:800px;
        height: 43px;
        padding: 0 10px;
        border-radius: 22px;
        font-size: 14px;
        border: 1px solid #CEC3A8;
    }
    
    
    .contact-form-item.short,
    .contact-form-item.short02{
        width: 60%;max-width: 170px;
    }
    
    
    .fl .contact-form-item,
    #jiki{max-width:235px;}
    
    textarea.contact-form-item {
        min-height:170px;
    }
    .ps_area{
        width: 237px;
        margin: 28px auto 27px;
    }

    .checkbox {
      padding: 0 0 0 35px;
      font-size:13px;
    }

    .checkbox:after {
      top: -6px;
      width: 24px;
      height: 24px;
      border: 1px solid #CEC3A8;
      border-radius: 24px;
    }

    .checkbox:before {
        top: 2px;
        left: 8px;
        width: 10px;
        height: 10px;
        border-radius:8px;
    }

    .form_area p{
        font-size: 13px;
        line-height: 24px;
    }


    .form_area .submit{
        width: 217px;
        margin: 26px auto 0;
        border:none;
    }
    .form_area .submit:before{
        left: 50px;
        border-width: 3.5px 0 3.5px 5px;
        border-color: transparent transparent transparent #ff8080;
    }

    
    .form-foot .submit{margin-top: 15px;}

    .form_area .back{
        width: 217px;
        margin-top: 30px;
    }
    .form_area .back:before{
        left: 50px;
    }


    .form-foot{
        width: 217px;
        margin:0 auto;
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;

    }



    .contact .inview{
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom:-220px;
        margin:auto;
        width: 320px;
        opacity:0;
        transform: translateX(50px);
        transition:1s;
    }


    .thanks .link_btn{width: 80%;}
    
}