@charset "utf-8";

img {
    pointer-events: none;
    /*===== 画像抜き取り禁止指示==========*/
}

.main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}




/* エリア指定 */
.category-area-01 {
    width: 1300px;
    max-width: 96%;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}



/* タイトル部分指定 */
.event-title-1 h2 {
    font-size: 23px;
    line-height: 1.1;
    color: #595757;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #595757;
    border-left: 5px solid #595757;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
}













/* 1300pxで一括変換 */
@media screen and (max-width: 1300px) {

    img {
        pointer-events: none;
        /*===== 画像抜き取り禁止指示==========*/
    }

    .main {
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }

    /* カテゴリータイトル */

    .category-title {
        width: 100vw;
        max-width: 96%;
        display: flex;
        justify-content: space-between;
        margin-top: 2.308vw;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-title h1 {
        font-size: 2.077vw;
        padding-left: 5.769vw;
        padding-top: 0.769vw;
    }

    .top-title {
        width: 34.615vw;
        border-bottom: 1px solid #333;
        position: relative;
    }

    .no img {
        width: 5.154vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* 名前入力 */
    .name-area {
        width: 13.846vw;
        margin-left: 1.538vw;
        border-bottom: 1px solid #333;
        position: relative;
    }

    .name {
        position: absolute;
        font-size: 1.538vw;
        color: #333333;
        font-weight: bold;
        top: 1.154vw;
        left: 0;
    }

    .sama {
        position: absolute;
        font-size: 1.154vw;
        color: #333333;
        font-weight: bold;
        top: 1.923vw;
        right: 0;
    }

    /* メニューチェンジ */
    .menu-change {
        width: 44.615vw;
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        border-bottom: 0.5px solid #333;
    }

    .menu-change img {
        width: 6.538vw;
        margin-right: 0.769vw;
    }

    /* カテゴリータイトルここまで */


    /* イベントエリアここから */



    /* 本文指定 */
    .event-area p {
        font-size: 1.077vw;
        color: #222222;
        line-height: 1.5;
    }

    /* エリア指定 */
    .category-area-01,
    .category-area-02,
    .category-area-03 {
        width: 100vw;
        max-width: 96%;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

    .category-area-01 {
        display: flex;
        justify-content: space-between;
        margin-top: 2.692vw;
        margin-bottom: 2.308vw;
    }

    .schedule {
        width: 13.846vw;
        position: relative;
    }

    .yajirushi {
        width: 1.308vw;
        margin-top: 10.154vw;
    }

    .yajirushizumen {
        width: 1.423vw;
        margin-top: 10.231vw;
    }

    .yajirushikoujyou {
        width: 2.846vw;
        margin-top: 8.923vw;
    }


    /* カレンダー */

    /* ハウジングアドバイザリー（中） */

    input[name="schedule-date"] {
        font-size: 1.154vw;
        font-weight: 500;
        color: #000;
        width: 5.769vw;
        background-color: #fff;
        text-align: center;
        position: absolute;
        top: 20.615vw;
        left: 4.308vw;
        z-index: 2;
    }





    /* 小タイトル部分指定 */
    .event-title-1 h2 {
        font-size: 1.769vw;
        line-height: 1.1;
        color: #595757;
        background-color: #ffffff;
        padding-bottom: 0.769vw;
        border-bottom: 1px solid #595757;
        border-left: 5px solid #595757;
        margin-top: 0.769vw;
        padding-top: 0.615vw;
        padding-left: 1.154vw;
        width: 100%;
        margin-bottom: 1.154vw;
    }



    /* リスト */

    .category-area-02 {
        display: flex;
        justify-content: space-between;
    }

    h3 {
        display: inline-block;
        font-size: 1.462vw;
        background-color: #e8edf3;
        color: #333;
        padding: 0.615vw 1.154vw 0.538vw;
    }

    .event-title-2 {
        border-bottom: 1px solid #333;
        margin-bottom: 1.538vw;
    }


    /* お客様に決めていただく主な項目 */

    .listarea-1 {
        width: 79%;
    }

    /* お客様への資料 */
    .listarea-2 {
        width: 19%;
        border-left: 1px solid #a9a9a9;
        padding-left: 0.923vw;
    }

    /* お客様に決めていただく主な項目 */

    .listarea {
        display: flex;
        justify-content: space-between;
    }

    .list-1 {
        width: 17.692vw;
        padding-left: 0.923vw;
    }

    .list-2,
    .list-3,
    .list-4 {
        width: 18.615vw;
        padding-left: 1.077vw;
        border-left: 2px dotted #dcdcdc;
    }

    .list-5 {
        width: 16.769vw;
        padding-left: 1.077vw;
        border-left: 2px dotted #dcdcdc;
    }

    /* リストのスタイル */
    ol {
        margin-bottom: 4em;
        font-size: 1.308vw;
        font-weight: 600;
        line-height: 1.8;
    }

    .list-1,
    .list-2,
    .list-3,
    .list-4,
    .list-5,
    .list-6 {
        margin-bottom: 0;
    }


    .listarea-2 img {
        width: 88%;
        margin-top: 0.769vw;
        margin-left: 1.385vw;
    }


}