@charset "UTF-8";

#content form {
    max-width: 768px;
    margin: 0 auto;
}

#content form > p {
    margin-bottom: 5%;
}

#content form > dl {
    margin-bottom: 10%;
}

#content form > dl > dt {
    margin-bottom: 15px;
    font-size: 17px;
    color: rgb(80, 80, 80);
}

#content form > dl > dt > span {
    padding: 4px 3px 3px 4px;
    margin-left: 10px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: rgb(250, 145, 165);
}

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

input,
textarea {
    width: 100%;
    padding: 6px 9px;
    border: 1px solid rgb(80, 80, 80);
    font-size: 18px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input::placeholder {
    color: rgb(210, 210, 210);
}

input:focus,
textarea:focus {
    outline: 0;
    border: 2px solid rgb(250, 145, 165);
}

input:nth-child(2) {
    margin-top: 15px;
}

input.w200 {
    max-width: 200px;
    margin-right: 10px;
}

textarea {
    height: 200px;
}

/*法人・個人の選択*/
#type > ul {
    margin-bottom: 6%;
}

#type > ul > li {
    width: 48%;
    padding: 20px 0 16px;
    border: 2px solid rgb(250, 145, 165);
    color: rgb(250, 145, 165);
    font-size: 20px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#type > ul > li:hover {
    background-color: rgb(250, 145, 165);
}

#type > ul > li:hover i,
#type > ul > li:hover span {
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#type > ul > li:first-child {
    margin-right: 4%;
}

#type > ul > li > i {
    margin-bottom: 10px;
    font-size: 40px;
}

/*法人・個人の入力フォーム*/

#type > div {
    padding: 5%;
    border: 1px solid rgb(80, 80, 80);
    margin-bottom: 6%;
    display: none;
}

#type > div > h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(80, 80, 80);
    margin-bottom: 20px;
    font-size: 20px;
    color: rgb(80, 80, 80);
    line-height: 1;
}

#type > div > dl {
    margin-bottom: 50px;
}

#type > div > dl > dt {
    margin-bottom: 15px;
    color: rgb(80, 80, 80);
}

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

#type > div > dl > dd span {
    color: rgb(80, 80, 80);
}

#type > div > dl > dd p.post_num {
    position: relative;
}

#type > div > dl > dd p.post_num:after {
    content: "";
    width: 45px;
    height: 41px;
    border: 1px solid rgb(250, 145, 165);
    border-right: none;
    background-color: rgb(250, 145, 165);
    background-image: url(../img/post_mark.png);
    background-position: center center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#type > div > dl > dd input#zip {
    max-width: 200px;
    height: 41px;
    padding-left: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#type > div > dl > dd input#zip:after {
    content: "";
    width: 60px;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#type > div > button {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(250, 145, 165);
    display: block;
}

#type > div > button:hover {
    opacity: 0.7;
}

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

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


    #content form > p {
        margin-bottom: 8%;
    }

    #content form > dl {
        margin-bottom: 8%;
    }

    #content form > dl > dt {
        margin-bottom: 18px;
        font-size: 17px;
    }

    #content form > dl > dd {
        margin-bottom: 18px;
    }

    #content form > dl > dd input {
        border: 1px solid rgb(200, 200, 200);
        font-size: 17px;
    }

}
