/*--------------------------------------------

CONTACT

---------------------------------------------*/

#contact .content{
    max-width: none;
    width:100%;
}





/*-------------------

CONTACT

----------------------*/
#contact .contact {
    padding-top: 274px;
    padding-bottom: 180px;
}

#contact .sec_title {
    width: 100%;
    padding-bottom: 94px;
    overflow: hidden;
}

#contact .contact_contents {
    display: flex;
    flex-flow: column;
    align-items: end;
}


#contact .contact_doc{
	
}

#contact .contact_desc {
    max-width: 460px;
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 90px;
}



/*-------------------

FORM

----------------------*/

#contact .wpcf7{
    max-width: 760px;
    width: 100%;
    box-sizing: border-box;
}

#contact .wpcf7-spinner{
	position: absolute;
}

#contact .wpcf7 form.sent .wpcf7-response-output{
    border-color: #707070;
    border-width: 1px;
    margin-top: 40px;
    padding: 34px;
    font-size: 12px;
    text-align: center;
}

#contact #my_form{
    overflow: hidden;
}

#contact .cct {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

#contact .ctt_title {
    width: 30%;
    padding-top: 11px;
}

#contact .ctt_required {
    color: #FF0000;
}

#contact .ctt_input {
    width: 60%;
}

/*
#contact .ctt_input.required::before {
    position: absolute;
    display: block;
    content: "必須";
    font-size: 10px;
    background-color: rgb(255, 50, 50);
    color: rgb(255, 255, 255);
    top: 0;
    left: -50px;
    border-radius: 3px;
    padding: 5px 9px;
}
*/

#contact .cct.prefecture .ctt_input.required::before{
    top:0;
}

#contact .wpcf7-radio{
    display: block;
    padding-top: 10px;
}

#contact .wpcf7-radio .wpcf7-list-item{
    margin-right: 10px;
}

#contact .btn_apply{
    padding-top: 40px;
}



#contact .form-title{
    text-align: center;
}

#contact #my_form input[type="text"],
#contact #my_form input[type="email"],
#contact #my_form input[type="tel"],
#contact #my_form input[type="password"]{
    font-size: 16px;
    /* background-color: #F5F5F5; */
    border: 1px solid #C8C8C8;
    width: 100%;
    border: none;
    border: 1px solid #C8C8C8;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 24px;
    line-height: 1;
}


#contact #my_form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #C8C8C8;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 40px;
}




#contact #my_form .required{
    position: relative;
}


#contact #my_form .btn_apply input {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    width: 280px;
    height: 38px;
    line-height: 40px;
    outline: 0;
    border: none;
}


#ht .btn_send {
    display: block;
    /* color: #fff; */
    /* border-radius: 30px; */
    /* padding: 2px; */
/*    width: 100px;*/
	letter-spacing: 1px;
    text-align: center;
    /* background: linear-gradient(to right, #74daf8, #328eed); */
    border: none;
    background: none;
    cursor: pointer;
	padding: 6px 0;
    margin: 0 auto;
}







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

        

}




/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){




}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){



    

  
    

}




/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){

    
#contact .contact {
    padding-bottom: 160px;
}
	
#contact .cct {
    display: block;
}
	
#contact .ctt_title {
    width: 100%;
}
    
#contact .ctt_input {
    width: 100%;
}
	
#contact .sec_title {
    padding-bottom: 70px;
}

#contact .contact_desc {
    padding-bottom: 80px;
}
	
#contact .sec_btn {
    float: none;
    max-width: 40px;
    margin: 0 auto;
    display: block;
}
    

}




