@charset "utf-8";

#section1 input, #section1 textarea {
    box-sizing: border-box;
    width:100%;
    max-width: 600px;
    padding:20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border: 1px solid #efefef;
	font-family:'Roboto',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
}
    #section1 .input_line_middle, #section1 .input_line_short, #section1 .input_line_min {
        width:100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    #section1 .input_line_middle input, #section1 .input_line_middle textarea {
        width:100%;
        max-width: 200px;
        padding:20px 5px;
    }
    #section1 .input_line_short input, #section1 .input_line_short textarea {
        width:100%;
        max-width: 100px;
        padding:20px 5px;
    }
    #section1 .input_line_min input, #section1 .input_line_min textarea {
        width:100%;
        max-width: 55px;
        padding:20px 7px;
    }
    #section1 input:hover, #section1 textarea:hover {
        border: 1px solid #23AB94;
        
    }
    #section1 input:focus, #section1 textarea:focus {
        border: 1px solid #23AB94;
        outline: none;
    }
    #section1 input::placeholder, #section1 textarea::placeholder {
        font-size: 90%;
    }
    #section1 input:focus::placeholder, #section1 textarea:focus::placeholder {
        opacity: 0.6;
    }

#section1 textarea {
    height: 200px;
}

button.contact_btn{
    width:250px;
    padding: 20px 0;
    margin: 30px auto 0 auto;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
}


.contact_guide p {
    text-align: left;
    width:100%;
    max-width: 600px;
    margin: 15px auto 0 auto;
    font-size: 16px;
    color: #2D6361;
}
.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;
    }

p.error_message {
    text-align: left;
    color:#F06382;
}
.goback_btn {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    width:250px;
    margin-left: auto;
    margin-right: auto;
}