/********************signup-st*******************************/

.c-FFB198 {
    color: #FFB198;
}

.container-area {
    background-color: #fff;
    margin-top: -2rem;
    overflow: hidden;
}


/*inquiry*/

.inquiry-contents .moz-select select {
    background: rgba(255, 255, 255);
    color: #333333;
    text-shadow: 1px 1px 6px rgba(233, 233, 233, 0.3);
    border: solid 1px #d8d8d8;
    display: block;
    width: 90%;
    padding: 1rem;
    margin: 0 auto;
    height: 4rem;
    font-size: 1rem;
    border-radius: 0;
}

.inquiry-contents {
    overflow: hidden;
}

.inquiry-contents .moz-p {
    padding: 1rem;
}

input.inquiry-contents-input-1,
.inquiry-contents-input-2 {
    background: rgba(255, 255, 255, 0.2);
    color: #333333;
    text-shadow: 1px 1px 6px rgba(233, 233, 233, 0.3);
    border: solid 1px #d8d8d8;
    display: block;
    width: 90%;
    padding: 1rem;
    line-height: 2;
    font-size: 1rem;
}

.inquiry-contents-input-2 {
    height: 300px;
}

.inquiry-contents .moz_entry-link {
    background: transparent linear-gradient(270deg, #FFCA74 0%, #FFAD1C 49%, #FCC257 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 1.5rem;
    color: #ffffff;
    border-radius: 40px;
    padding: 1rem 0;
    width: 80%;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    text-decoration: none;
}

.inquiry-contents .moz_entry-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/white_right.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 20px;
    top: 40%;
}

.inquiry-contents-pcflex {
    display: block;
    width: 100%;
}

.inquiry-contents-pcflex-item-1,
.inquiry-contents-pcflex-item-2 {
    width: 100%;
}

@media screen and (min-width: 1001px) {
    .moz-p {
        line-height: 1.8;
    }
}

@media screen and (min-width: 1200px) {
    /*inquiry*/
    .inquiry-contents .moz-p {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    .inquiry-contents-pcflex {
        display: flex;
        background: #f2f2f2;
    }
    .inquiry-contents-pcflex-item-1 {
        width: 25%;
        padding-top: 1rem;
        padding-left: 2rem;
    }
    .inquiry-contents-pcflex-item-2 {
        width: 75%;
        margin-top: 1rem;
    }
    input.inquiry-contents-input-1,
    .inquiry-contents-input-2 {
        background: #ffffff;
        padding: 1.5rem;
    }
    .inquiry-contents .moz_entry-link {
        font-size: 2rem;
        border-radius: 60px;
        padding: 1.5rem 0;
        width: 70%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}


/*signupから移植*/

.inquiry-st-up-btn {
    background: transparent linear-gradient(270deg, #FFCA74 0%, #FFAD1C 49%, #FCC257 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    padding: 1rem;
    width: 90%;
    margin: 2rem auto;
    max-width: 560px;
    display: block;
    text-align: center;
}

.inquiry-st-up-btn-retake {
    background: #7095E1;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 1rem;
    width: 80%;
    margin: 2rem auto 0;
    max-width: 360px;
    display: block;
    text-align: center;
}

.inquiry-st-up-btn span,
.inquiry-st-up-btn-retake a {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.inquiry-st-up-btn span::after {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/img/white_right.svg);
    width: 1.33rem;
    height: 1.33rem;
    background-repeat: no-repeat;
    right: -2.6rem;
    top: 25%;
}

.inquiry-st-modal-flex,
.inquiry-st-modal-flex02 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inquiry-st-modal-inner {
    background-color: #fff;
    padding: .5rem;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 1rem;
    border: 1px solid;
}

.inquiry-st-modal-h2 {
    font-size: 1.22rem;
    position: relative;
    display: inline-block;
    margin: 1rem;
}

.inquiry-st-modal-h2 span {
    position: relative;
    display: inline-block;
    color: #FF7976;
}


/*
.inquiry-st-modal-h2 span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2rem;
    width: 10rem;
    height: 5rem;
    background: url(/assets/images/confirm.svg) no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

.inquiry-st-modal-dl {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 0.85rem 0;
    justify-content: space-between;
}

.inquiry-st-modal-dl dt {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

.inquiry-st-modal-dl dt span {
    color: #FF7976;
}

.inquiry-st-modal-dl dd {
    padding: 0;
    text-align: right;
    word-break: break-all;
    margin-left: 0.5rem;
}

.inquiry-st-alert {
    color: red;
    font-size: .93rem;
    padding: .33rem;
}

.inquiry-dd-comnets,
.inquiry-st-modal-flex02>.inquiry-st-modal-dl:last-of-type {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 0.85rem 0;
    flex-direction: column;
}

.inquiry-dd-comnets {
    flex-direction: column;
}

. @media screen and (min-width: 1200px) {
    .inquiry-st-modal-dl:first-child {
        border-right: 1px dashed #ccc;
        padding-right: 1rem;
        margin: 1rem 0 0 1rem;
    }
    .inquiry-st-modal-dl:nth-of-type(3) {
        border-left: 1px dashed #ccc;
        padding-left: 1rem;
        margin: 1rem 1rem 0 0;
    }
    .inquiry-st-alert {
        margin-bottom: -1rem;
        font-size: 1.14rem;
    }
    .inquiry-st-up-btn span,
    .inquiry-st-up-btn-retake a {
        font-size: 1.66rem;
    }
}

.hide {
    display: none;
}


/*確認用モーダル*/

.inquiry-st-modal-box {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: .5rem;
    height: auto;
}

.inquiry-st-modal-box {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background-color: #FFF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    max-height: 100%;
    max-width: 900px;
}

.inquiry-st-modal-overlay {
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.3;
}


/*page-inquiry-stfin*/

.container-signup {
    overflow: hidden;
}

.inquiry-st-header01 {
    display: block;
}

.inquiry-st-maintitle-2 {
    background-color: #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    padding-bottom: 1.5rem;
    padding-top: 6.2rem;
}

.inquiry-st-maintitle-2 .moz-title {
    font-size: 1.466rem;
    text-align: center;
    color: #3B4043;
    font-weight: 700;
    line-height: 1.3;
    margin: 2rem 0 0.666rem;
}

.inquiry-st-header01 {
    display: block;
}

.inquiry-st-tu-zai-wrap {
    display: block;
    position: relative;
    margin: 1rem 0 2rem;
}

.inquiry-st-upload-wrap-h2 {
    display: block;
    position: relative;
    background-color: #FFF4E3;
    font-size: 1.22rem;
    font-weight: bold;
    line-height: 1.2;
    height: 40px;
    letter-spacing: .2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.inquiry-st-upload-wrap-h2 span {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 0 1rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    max-width: 270px;
}

.inquiry-st-upload-wrap-h2 span::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 0 1rem;
    width: 60px;
    height: 20px;
    top: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inquiry-st-upload-wrap-h2 .inquiry-st-comp::before {
    background: url(/assets/images/sign-completed.svg) no-repeat;
    background-size: contain;
}


/*1登録完了ページ*/

.inquiry-st-comp-box {
    text-align: center;
    margin: 3rem 2rem;
}

.inquiry-st-comp-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inquiry-st-comp-flex p {
    text-align: center;
}

.inquiry-st-comp-company-box {
    background-color: #FFF4E3;
    padding: .4rem 1rem 1rem;
}

.inquiry-st-comp-dl {
    display: flex;
    margin: 1rem 2rem;
    flex-direction: column;
    align-items: center;
}

.inquiry-st-comp-dl dt {
    font-size: 1.06rem;
    letter-spacing: .1rem;
}

.inquiry-st-comp-dl dd:first-of-type {
    border-bottom: 1px dashed #aaa;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.hide {
    display: none;
}

@media screen and (min-width: 1200px) {
    .inquiry-st-tu-zai-wrap {
        margin: 4rem 0 3rem;
    }
    .inquiry-st-upload-wrap-h2 span {
        max-width: 460px;
        height: 60px;
        font-size: 1.66rem;
        line-height: 1.8;
    }
    .inquiry-st-upload-wrap-h2 span {
        padding: 1rem 1rem;
        top: -.8rem;
        max-width: 540px;
    }
    .inquiry-st-upload-wrap-h2 span::before {
        width: 100px;
        height: 50px;
        top: -2rem;
    }
}

.sig-button-end-no {
    background-color: #ccc;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    padding: 1rem;
    width: 70%;
    margin: 3rem auto 0.33rem;
    max-width: 560px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.57rem;
}