
@charset "utf-8";

ol, ul, dl, li, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ////////// pInq ////////// */
.pInq section .inner form > p {
    text-align: left;
}
@media screen and (min-width:1000px) {
    .pInq section .inner form > p {
        text-align: center;
        margin: 30px 0;
    }    
}
/* .mark */
.pInq section .inner .mark {
    color: #fff;
    background: #FF0000;
    border-radius: 26px;
    padding: .2em .6em .2em .8em;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    vertical-align: baseline;
}
.pInq section .inner form .mark {
    margin-left: 8px;
}
.pInq section .inner form .mark.optional {
    background: #29496F;
}
.pInq section .inner .inqBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    text-align:left;
    margin: 0 auto;
}
.pInq section .inner .inqBox > li {
    flex-basis: 100%;
}
.pInq section .inner .inqBox > li:not(:last-child) {
    padding-bottom:20px;
}
@media screen and (min-width:1000px) {
    .pInq section .inner .inqBox > li:not(:nth-last-child(-n+2)) {
        padding-bottom:40px;
    }
    .pInq section .inner .inqBox .two {
        flex-basis: calc(calc(100% - 40px) / 2);
    }
    *::-ms-backdrop, .pInq section .inner .inqBox .two {
        flex-basis: 44%; /* IE11 */
    }
}
.pInq .inqBox .example {
    line-height: 1;
    padding: .2em .6em;
    color: #888888;
}

/*inquiry*/
/* .focus */
.pInq#inquiry section .inner .focus {
    background:#ffe9d9;
}
/* .label */
.pInq#inquiry .inqBox label + ul {
    margin-top: 10px;
}
/* input[type="radio"] */
.pInq#inquiry section .inner input[type="radio"] {
    width:auto;
}
/* textarea */
.pInq#inquiry section .inner .inqBox textarea {
    width:100%;
    height:110px;
    margin:10px auto 0;
    padding:10px 20px;
    background:transparent;
    line-height:1.2;
    box-sizing:border-box;
    border: 1px solid #aaa;
    border-radius:6px;
}
.pInq#inquiry section .inner .inqBox textarea:focus {
    background:#edfbff;
}
/* input[type="text"] */
.pInq#inquiry section .inner .inqBox input[type="text"] {
    width:100%;
    margin:10px auto 0;
    padding:10px 20px;
    background:transparent;
    border: 1px solid #aaa;
    border-radius:6px;
    box-sizing:border-box;
}
.pInq#inquiry section .inner .inqBox input[type="text"]:focus {
    background:#edfbff;
}
/* button[type="submit"] */
.pInq#inquiry section .inner button[type="submit"] {
    width:100%;
    height:60px;
    display: block;
    border:none;
    border-radius:10px;
    margin: 0 auto;
    padding: 0 20px;
    cursor:pointer
}
@media screen and (min-width:1000px) {
    .pInq#inquiry section .inner button[type="submit"] {
        width: 400px;
    }
}

/*confirm*/
.pInq#confirm section .inner .inqBox li > p {
    margin: 10px 0 0;
}   
.pInq#confirm .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    text-align:left;
    color:#243a54;
    margin: 30px auto 0;
}
.pInq#confirm .btn a {
    display:block;
    width:100%;
    height:60px;
    border:none;
    border-radius:10px;
    margin: 0 auto;
    padding: 0 20px;
    text-decoration:none;
    display: flex;
    align-items:center;
    justify-content: center;
}
.pInq#confirm .btn a:first-child {
    margin-bottom: 20px;
}
@media screen and (min-width:1000px) {
    .pInq#confirm section .btn a {
        width: 400px;
        margin-bottom: 0;
    }
}

/*thanx*/
.pInq#thanks .address {
    border: 1px solid #efefef;
    margin: 30px auto;
    padding: 30px;
    line-height: 1.6;
    text-align:left;
    color:#666;
}
@media screen and (min-width:1000px) {
    .pInq#thanks .address {
        width: 600px;
    }
}



