@charset "UTF-8";

/*==============================================================
入力
==============================================================*/
#input_form {
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
}

#input_form > p {
    margin-bottom: 45px;
    letter-spacing: 2px;
    line-height: 2.1;
}

#input_form > dl {
    margin-bottom: 45px;
}

#input_form > dl > dt {
    margin-bottom: 15px;
    letter-spacing: 3px;
}

#input_form > dl > dd {
    margin-bottom: 15px;
}

#input_form > dl > dd:last-child {
    margin-bottom: 0;
}

#input_form > dl > dd > input,
#input_form > dl > dd > textarea {
    width: 100%;
    padding: 5px 4px 3px;
    color: rgb(60, 60, 60);
    background-color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.5;
}

#input_form > dl > dd > textarea {
    height: 300px;
}

#input_form > div {
    width: 100%;
    margin: 0 auto;
}

#input_form > button {
    width: 100%;
    padding: 30px 0;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 3px;
}

#input_form > button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

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

    #input_form {
        max-width: 100%;
    }

}

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

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

    #input_form > p {
        margin-bottom: 30px;
        letter-spacing: 1px;
        line-height: 2;
        letter-spacing: 2px;
    }

    #input_form > p > br {
        display: none;
    }

    #input_form > dl {
        margin-bottom: 30px;
    }

}

/*==============================================================
確認
==============================================================*/

#check_form {
    width: 93%;
    max-width: 1200px;
    padding: 6% 6% 12%;
    border: 1px solid #fff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#check_form > p {
    margin-bottom: 6%;
    line-height: 1.8;
    letter-spacing: 3px;
}

#check_form dl {
    border-top: 1px solid #fff;
    margin-bottom: 6%;
}

#check_form dl dt {
    width: 30%;
    padding: 3% 0;
    border-bottom: 1px solid #fff;
    letter-spacing: 3px;
    line-height: 1.8;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#check_form dl dd {
    width: 70%;
    padding: 3% 0;
    border-bottom: 1px solid #fff;
    letter-spacing: 3px;
    line-height: 1.8;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#check_form .sendbtn button {
    width: 100%;
    max-width: 480px;
    padding: 3% 0;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background-color: #143c82;
    display: block;
}

#check_form .sendbtn button:hover {
    background-color: #3264a0;
}

/*thanksページ*/
.thanks .mark {
    width: 20%;
    margin: 0 auto 6%;
}

.thanks > div > p:nth-child(2) {
    width: 90%;
    margin: 0 auto 6%;
}

.thanks > div > a {
    width: 100%;
    max-width: 480px;
    padding: 3% 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #143c82;
    display: block;
}

.thanks > div > a:hover {
    background-color: #3264a0;
}

/*===============================
//
MAXWIDTH / 960
//
===============================---*/

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

/*===============================
//
MAXWIDTH / 480
//
===============================*/

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


    /*送信内容の確認*/

    #check_form {
        padding: 6% 6% 15%;
    }

    #check_form > p {
        margin-bottom: 8%;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    #check_form dl {
        margin-bottom: 12%;
    }

    #check_form dl dt {
        width: 100%;
        padding: 3% 0;
        border-bottom: 1px dotted #fff;
        float: none;
    }

    #check_form dl dd {
        width: 100%;
        padding: 9% 0;
        float: none;
    }

    #check_form .sendbtn button {
        padding: 9% 0;
    }

    /*thanksページ*/
    .thanks {
        width: 93%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .thanks .mark {
        width: 50%;
        margin: 0 auto %;
    }

    .thanks > div > p:nth-child(2) {
        width: 100%;
        margin: 0 auto 9%;
    }

    .thanks > div > a {
        padding: 7% 0;
    }

}
