@charset "utf-8";
form {
    width:100%;
    margin:0 auto 150px 0;
    text-align: left;
}

input, textarea, select {
    box-sizing: border-box;
    padding:15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #f8f8f8;
    border: 1px solid #efefef;
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    margin:0 auto 30px 0;
}

input, select  {
    width:100%;
    max-width: 500px;
}

textarea {
    width:100%;
}

   /* .input_line_middle, .input_line_short, .input_line_min {
        width:100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .input_line_middle input, .input_line_middle textarea {
        width:100%;
        max-width: 200px;
        padding:20px 5px;
    }
    .input_line_short input, .input_line_short textarea {
        width:100%;
        max-width: 100px;
        padding:20px 5px;
    }
    .input_line_min input, .input_line_min textarea {
        width:100%;
        max-width: 55px;
        padding:20px 7px;
    }*/
    input:hover, textarea:hover {
        border: 1px solid #23AB94;
        
    }
    input:focus, textarea:focus {
        border: 1px solid #23AB94;
        outline: none;
    }
    input::placeholder, textarea::placeholder {
        font-size: 90%;
    }
    input:focus::placeholder, textarea:focus::placeholder {
        opacity: 0.6;
    }

textarea {
    height: 200px;
}

button.contact_btn{
    font-size: 22px;
    width:450px;
    margin: 50px auto 100px auto;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
    border:none;
    
    background-color: #F0F5AE;
    color:#011945;
    text-decoration: none;
    padding: 15px;
    display: block;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
}


.contact_guide p {
    text-align: left;
    margin: 15px auto 5px 0;
    font-size: 18px;
    color: #2D6361;
}

p.error_message {
    text-align: left;
    color:#F06382;
    margin:1em 0 0 1em;
    font-size:18px;
    font-weight: bold;
}

.must {
    font-size: 14px;
    margin-left: 7px;
    color: #FF7B94;
}





.contact_confirm p{
    font-size: 18px;
    padding: 13px 8px;
    text-align: left;    
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
}
    .contact_confirm p.koumoku {
        font-size:15px;
        color: #5FA294;
        letter-spacing: 0.2em;
        border-bottom: 1px solid #86B9AE;
        padding: 4px 8px;margin-top: 20px;
    }
.goback_btn {
    font-size: 14px;
    display: block;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



#thanks_badckle, #thanks_badckle p, #thanks_badckle h1 {
    text-align: center;
}

#thanks_badckle p{
    text-align: center;
    font-size: 17px;
    line-height: 1.8em;
}
                            @media screen and (max-width: 660px)  {
                                #thanks_badckle p{
                                    text-align: left;
                                }
                                #thanks_badckle br{
                                    display: none;
                                }
                            }
                            



