/* ========================================
   出展社募集オンライン説明会
======================================== */

.orientation-wrap {
    max-width: 880px;
    margin: 0 auto;
    color: #251e1c;
    font-size: 15px;
    line-height: 1.9;
}

/* リード文 */
.orientation-lead {
    margin: 0 0 32px;
    line-height: 2;
}


/* PDFボタン
------------------------------ */
.orientation-wrap .pdf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 560px;
    max-width: 100%;

    min-height: 64px;
    height: auto;

    margin: 30px auto 45px;
    padding: 12px 25px;
    box-sizing: border-box;

    background: #392c69;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    border-radius: 4px;
}

.orientation-wrap .pdf-btn img {
    width: 30px;
    height: auto;
    margin: 0;
}

.orientation-wrap .pdf-btn:hover {
    background: #251c50;
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(57, 44, 105, .22);
}


/* 説明会日程
------------------------------ */
.orientation-info {
    position: relative;
    margin: 0 0 55px;
    padding: 30px 35px;
    background: #f7f6f3;
    border-left: 4px solid #392c69;
}

.orientation-info h3 {
    margin: 0 0 20px;
    color: #392c69;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
}

.orientation-info dl,
.orientation-info dt,
.orientation-info dd {
    margin: 0;
}

.orientation-info dl > div {
    display: flex;
    align-items: center;
}

.orientation-info dt {
    flex: 0 0 100px;
    font-weight: 700;
}

.orientation-info dd {
    font-size: 17px;
    font-weight: 700;
}

.orientation-deadline {
    margin: 20px 0 0;
    padding-top: 16px;
    color: #e34232;
    font-weight: 700;
    border-top: 1px solid #ddd9d5;
}


/* フォーム見出し
------------------------------ */
.orientation-heading {
    margin: 0 0 25px;
    text-align: center;
}

.orientation-heading span {
    display: block;
    margin-bottom: 6px;
    color: #392c69;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}

.orientation-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: #251e1c;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
}



/* 注意事項
------------------------------ */
.orientation-notes {
    margin: 0 0 35px;
    padding: 20px 25px 20px 45px;
    background: #ffebeb;
    font-size: 13px;
    line-height: 1.8;
}

.orientation-notes li + li {
    margin-top: 7px;
}


/* フォーム本体
------------------------------ */
#orientationform {
    padding: 40px;
    background: #fff;
    border: 1px solid #dfddda;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .045);
}

#orientationform > label,
#orientationform .form-group,
#orientationform .item_other_text {
    display: block;
    margin-bottom: 30px;
}


/* ラベル */
#orientationform .form-label {
    display: block;
    margin-bottom: 9px;
    color: #251e1c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

#orientationform .form-label em {
    display: inline-block;
    margin-left: 7px;
    padding: 2px 7px;
    color: #fff;
    background: #ef4937;
    border-radius: 2px;
    font-size: 10px;
    font-style: normal;
    line-height: 1.5;
    vertical-align: 1px;
}

#orientationform .form-label small {
    display: inline-block;
    margin-left: 7px;
    color: #777;
    font-size: 11px;
    font-weight: 400;
}


/* input
------------------------------ */
#orientationform input[type="text"],
#orientationform input[type="email"],
#orientationform input[type="url"] {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #251e1c;
    background: #fafafa;
    border: 1px solid #ccc8c4;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    transition: .2s;
}

#orientationform input[type="text"]:focus,
#orientationform input[type="email"]:focus,
#orientationform input[type="url"]:focus {
    background: #fff;
    border-color: #392c69;
    box-shadow: 0 0 0 3px rgba(57, 44, 105, .08);
}


/* チェックボックス
------------------------------ */
#orientationform .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

#orientationform .wpcf7-list-item {
    margin: 0;
}

#orientationform .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    background: #f8f7f5;
    border: 1px solid #e1dfdc;
    border-radius: 3px;
    cursor: pointer;
}

#orientationform input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #392c69;
}


/* 送信ボタン
------------------------------ */
#orientationform .form-submit {
    margin-top: 45px;
    text-align: center;
}

#orientationform input[type="submit"] {
    display: flex;
    width: min(100%, 340px);
    min-height: 62px;
    padding: 15px 30px;
    color: #fff;
    background: #392c69;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    cursor: pointer;
    transition: .25s ease;
    margin: auto;
}

#orientationform input[type="submit"]:hover {
    background: #ef4937;
    transform: translateY(-2px);
}


/* Contact Form 7 メッセージ */
#orientationform .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 15px 18px !important;
    border-width: 1px !important;
    font-size: 13px;
}


/* 完了メッセージ */
#orientationform_ok {
    display: none;
    margin-top: 25px;
    padding: 22px;
    background: #f7f6f3;
    border-left: 4px solid #392c69;
    text-align: center;
    line-height: 1.8;
}

#orientationform_ok strong {
    color: #392c69;
    font-size: 17px;
}


/* SP
------------------------------ */
.sp-only {
    display: none;
}

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

    .orientation-wrap {
        font-size: 14px;
    }

    .orientation-info {
        padding: 24px 20px;
        margin-bottom: 45px;
    }

    .orientation-info h3 {
        font-size: 18px;
    }

    .orientation-info dl > div {
        display: block;
    }

    .orientation-info dt {
        margin-bottom: 5px;
    }

    .orientation-info dd {
        font-size: 15px;
    }

    .orientation-heading h2 {
        font-size: 21px;
    }

    #orientationform {
        padding: 25px 18px;
    }

    #orientationform .wpcf7-checkbox {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .orientation-notes {
        padding: 18px 18px 18px 35px;
    }

    .orientation-wrap .pdf-btn {
        min-height: 58px;
        font-size: 14px;
    }

    .sp-only {
        display: block;
    }
}