@charset "utf-8";

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

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

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

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

.top-title h1 {
    font-size: 27px;
    padding-left: 75px;
    padding-top: 10px;
}

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

.no img {
    width: 67px;
    position: absolute;
    top: 0;
    left: 0;
}

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

.name {
    position: absolute;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    top: 15px;
    left: 0;
}

.sama {
    position: absolute;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    top: 25px;
    right: 0;
}

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

.menu-change img {
    width: 85px;
    margin-right: 10px;
}

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


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



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

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

.category-area-01 {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
}

.schedule {
    width: 178px;
    position: relative;
}

.yajirushi {
    width: 17px;
    margin-top: 132px;
}

.yajirushizumen {
    width: 18.5px;
    margin-top: 137px;
}

.yajirushikoujyou {
    width: 37px;
    margin-top: 116px;
}


/* カレンダー */

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

input[name="schedule-date"] {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 105px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 273px;
    left: 36px;
    z-index: 2;
}





/* 小タイトル部分指定 */
.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;
}



/* リスト */

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

h3 {
    display: inline-block;
    font-size: 19px;
    background-color: #e8edf3;
    color: #333;
    padding: 8px 15px 7px;
}

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


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

.listarea {
    display: flex;
    justify-content: space-between;
    height: 280px;
    position: relative;

}

.list-1 {
    width: 188px;
    padding-left: 12px;
}

.list-2 {
    width: 206px;
    padding-left: 12px;
    border-left: 2px dotted #dcdcdc;

}


/* リストのスタイル */
ol {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

/* リストのデザイン */

.list-1 li,
.list-2 li {
    display: flex;
    gap: 0 6px;
    margin-bottom: 13px;
}



.white::before {
    width: 17px;
    height: 17px;
    border: 1px solid #333;
    content: '';
}


.white {
    position: relative;
}


.white::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9fa0a0;
}


.grey::before {
    width: 17px;
    height: 17px;
    border: 1px solid #333;
    background-color: #b9b8b9;
    content: '';
}



.listarea-1 {
    position: relative;
}

.tool {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.pdfbtn {
    position: absolute;
    bottom: 0;
    right: 0;
}



/* ボタン */

.pdf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 27px;
    border-radius: 4px;
    background-color: #a7a5a4;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
}

.pdf-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
}

.pdf-button:hover {
    background-color: #c9caca;
    color: #fff;
}


.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 27px;
    border-radius: 4px;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
}

.button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #555555;
}

.button:hover {
    background-color: #bed6e3;
    color: #333333;
}



/* 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.692vw;
        position: relative;
    }

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

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

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


    /* カレンダー */

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

    input[name="schedule-date"] {
        font-size: 1.154vw;
        font-weight: 500;
        color: #000;
        width: 8.077vw;
        background-color: #fff;
        text-align: center;
        position: absolute;
        top: 21vw;
        left: 2.769vw;
        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.923vw;
    }


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

    .listarea {
        display: flex;
        justify-content: space-between;
        height: 21.538vw;
        position: relative;

    }

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

    .list-2 {
        width: 15.846vw;
        padding-left: 0.923vw;
        border-left: 2px dotted #dcdcdc;

    }


    /* リストのスタイル */
    ol {
        font-size: 1.308vw;
        font-weight: 600;
        line-height: 1.2;
    }

    /* リストのデザイン */

    .list-1 li,
    .list-2 li {
        display: flex;
        gap: 0 0.462vw;
        margin-bottom: 1vw;
    }



    .white::before {
        width: 1.308vw;
        height: 1.308vw;
        border: 1px solid #333;
        content: '';
    }


    .white {
        position: relative;
    }


    .white::after {
        content: '';
        position: absolute;
        top: 0.615vw;
        right: 0.769vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.615vw;
        height: 0.615vw;
        border-width: 0.077vw 0.077vw 0 0;
        border-style: solid;
        border-color: #9fa0a0;
    }


    .grey::before {
        width: 1.308vw;
        height: 1.308vw;
        border: 1px solid #333;
        background-color: #b9b8b9;
        content: '';
    }



    .listarea-1 {
        position: relative;
    }

    .tool {
        position: absolute;
        bottom: 3.846vw;
        right: 0;
    }

    .pdfbtn {
        position: absolute;
        bottom: 0;
        right: 0;
    }



    /* ボタン */

    .pdf-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6.923vw;
        height: 2.077vw;
        border-radius: 0.308vw;
        background-color: #a7a5a4;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 1vw;
        position: relative;
    }

    .pdf-button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.769vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.615vw;
        height: 0.615vw;
        border-width: 0.077vw 0.077vw 0 0;
        border-style: solid;
        border-color: #fff;
    }

    .pdf-button:hover {
        background-color: #c9caca;
        color: #fff;
    }


    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15vw;
        height: 2.077vw;
        border-radius: 0.308vw;
        background-color: #e6e6e6;
        color: #333333;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 1vw;
        position: relative;
    }

    .button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.769vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.615vw;
        height: 0.615vw;
        border-width: 0.077vw 0.077vw 0 0;
        border-style: solid;
        border-color: #555555;
    }

    .button:hover {
        background-color: #bed6e3;
        color: #333333;
    }



}