    body {
        margin: 0;
        font-family: "メイリオ", 'Meiryo', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        color: #333333;
    }

    .header {
        position: -webkit-sticky;
        position: sticky;
        padding: 20px 20px 0 20px;
        top: 0;
        text-align: end;
        z-index: 998;
    }

    .hamburger {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        right: 20px;
        z-index: 100;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        cursor: pointer;
        background-color: #E9E9E9;
        z-index: 999;
    }

    .hamburger__line {
        position: absolute;
        left: 11px;
        width: 26px;
        height: 2px;
        background-color: #333;
        transition: all .4s;
    }

    .hamburger__line:nth-of-type(1) {
        top: 14px;
    }

    .hamburger__line:nth-of-type(2) {
        top: 23px;
    }

    .hamburger__line:nth-of-type(3) {
        top: 32px;
    }

    /* メニューオープン時 */
    .hamburger.active .hamburger__line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .hamburger.active .hamburger__line:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.active .hamburger__line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .header_nav_list {
        position: fixed;
        top: 0;
        left: 0;
        width: 282px;
        height: 100vh;
        background-color: #E9E9E9;
        box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.20);
        transform: translateX(-100%);
        transition: transform .4s;
        z-index: 90;
        padding: 100px 50px;
        text-align: left;
    }

    .header_nav_list.active {
        transform: translateX(0);
    }

    .nav__list {
        margin: 0;
        list-style: none;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .nav__item {
        padding: 0 20px;
    }

    .nav__link {
        display: block;
        padding: 15px 0;
        color: #333;
        text-decoration: none;
    }

    .nav__item a {
        color: #333;
        font-size: 14px;
    }

    .nav__item a:hover {
        color: #008803;
        text-decoration: none;
    }

    .container {
        width: 90%;
        max-width: 950px;
        margin: 0 auto;
        padding-top: 70px;
    }

    .container p {
        letter-spacing: 0.03em;
        width: 85%;
        max-width: 800px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 2em;
    }

    .container p.caution {
        width: auto;
        font-size: 12px;
        letter-spacing: 0.03em;
    }

    .container a {
        text-decoration: none;
    }

    .sp {
        display: none;
    }

    .letter_spacing {
        letter-spacing: -0.3em;
    }

    h1.main__title {
        color: #008803;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    #top .note_link {
        margin-top: 20px;
    }

    .main {
        margin-bottom: 50px;
    }

    h2 {
        font-size: 26px;
        color: #fff;
        background-color: #008803;
        padding: 0.3em 0 0.1em 0;
        letter-spacing: 0.12em;
        font-weight: 700;
        text-align: center;
        margin: 40px 0 40px 0;
    }

    /* --------date-------- */
    .date {
        margin-bottom: 80px;
    }

    .date p {
        text-align: center;
    }

    .date .big_date {
        font-size: 1.6em;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    /* --------reason------- */
    .reason {
        margin-bottom: 80px;
    }

    /* --------background-------- */
    .background {
        margin-top: -60px;
        padding-top: 60px;
    }

    h4 {
        font-size: 20px;
        padding: 0em 0.6em;
        /*上下 左右の余白*/
        background: transparent;
        /*背景透明に*/
        border-left: solid 7px #008803;
        /*左線*/
        letter-spacing: 0.08em;
        margin: 0px 0 20px 0;
        line-height: 26px;
    }

    figure {
        margin: 40px auto 0 auto;
    }

    .background figure {
        margin-bottom: 50px;
    }

    .content {
        margin-bottom: 80px;
    }

    /* --------(accordion)-------- */
    .accordion-content {
        display: block;
        /* デフォルトは開いた状態 */
        width: 85%;
        max-width: 800px;
        margin: 0 auto;
    }

    .accordion-content p {
        letter-spacing: 0.04em;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 2em;
    }

    .accordion-header {
        font-family: "メイリオ", 'Meiryo', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        background-color: #008803;
        color: white;
        font-weight: 700;
        cursor: pointer;
        padding: 8px 8px 3px 8px;
        text-align: center;
        font-size: 26px;
        letter-spacing: 0.12em;
        border: none;
        width: 100%;
        outline: none;
        transition: background-color 0.3s ease;
        position: relative;
        margin-bottom: 30px;
    }

    .accordion-content figure {
        text-align: center;
        width: auto;
    }

    .accordion-content figure img {
        width: 100%;
        max-width: 670px;
    }

    .figure_flex {
        display: flex;
        max-width: 670px;
        margin: 0px auto;
        justify-content: space-between;
    }

    figcaption {
        font-size: 14px;
        margin-top: 8px;
    }

    figcaption.mt_lay {
        margin-top: 20px;
    }

    .accordion-content .match_height img {
        height: 215px;
        width: 96%;
    }

    /* --------point-------- */
    .point {
        margin-top: -60px;
        padding-top: 60px;
    }

    .small_caption {
        display: inline-block;
        font-size: 12px;
        text-align: left;
    }

    .point_area {
        margin-top: 30px;
        width: 100%;
        border: #008803 2px solid;
        border-radius: 20px;
        padding: 20px 0px 30px;
    }

    .point_area p {
        font-size: 20px;
        font-weight: 700;
        line-height: 1em;
    }

    .point_area ul {
        list-style: none;
        width: 86%;
        margin: auto;
    }

    .point_area ul li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .point_area ul li:last-child {
        margin-bottom: 0;
    }

    .point_area ul li .icon_point01 {
        display: inline-block;
        background-image: url(../img/1_icon_point.png);
        width: 52px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .point_area ul li .icon_point02 {
        display: inline-block;
        background-image: url(../img/2_icon_point.png);
        width: 52px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .point_area ul li .icon_point03 {
        display: inline-block;
        background-image: url(../img/3_icon_point.png);
        width: 52px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .point_area ul li p {
        margin-left: 15px;
        line-height: 28px;
    }

    .point_area ul li p .caution {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
        display: inline-block;
    }

    .point_area figure {
        width: 86%;
        margin: auto;
        margin-top: 30px;
    }

    .contents_flex .content_item .max-width img {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    figure.small-width img {
        max-width: 470px;
    }

    /* --------attempt-------- */
    .attempt {
        margin-top: -60px;
        padding-top: 60px;
    }

    .container h3 {
        font-size: 22px;
        position: relative;
        overflow: hidden;
        padding: 15px 30px 15px 82px;
        border: solid 1px #008803;
        line-height: 22px;
        display: inline-block;
        margin: 0 0 20px 0;
        letter-spacing: 0.05em;
    }

    .container h3:before {
        position: absolute;
        content: '';
        top: 0%;
        left: 0px;
        width: 52px;
        height: -webkit-fill-available;
        background: #008803;
    }

    .container h3 span {
        position: absolute;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        top: 32%;
        left: 0;
        z-index: 1;
        font-size: 28px;
        padding-left: 9px;
        color: #fff;
    }

    .contents_flex {
        display: flex;
        justify-content: space-between;
    }

    .contents_flex .content_item {
        width: 46%;
    }

    .contents_flex .content_item .content_text {
        min-height: 162px;
    }

    .contents_flex .content_item .content_text2 {
        min-height: 173px;
    }

    .contents_flex .content_item .content_text3 {
        min-height: 238px;
    }

    .attempt .flex {
        display: flex;
        justify-content: space-between;
    }

    .attempt .flex .content_item {
        width: 45%;
    }

    .attempt .flex figure {
        margin-top: 0;
    }

    .contents_flex .content_item img {
        width: 85%;
    }

    /* --------infra-------- */
    .infra {
        margin-top: -60px;
        padding-top: 60px;
    }

    /* --------release-------- */
    .release {
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .release h2 {
        margin-top: 40px;
    }

    .release .release_box {
        margin-top: 40px;
    }

    .release .link_box {
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .release .link_box a {
        position: relative;
        width: calc(33% - 10px);
        max-width: 300px;
        font-size: 17px;
        line-height: 1;
        letter-spacing: 0.06em;
        color: #008803;
        border: #008803 solid 1px;
        padding: 25px 14px 25px 16px;
        font-weight: 700;
        transition: 0.3s ease;
        margin-right: 20px;
        margin-top: 12px;
    }

    .release .link_box a:last-child {
        margin-right: 0px;
    }

    .release .link_box a::after {
        content: "";
        display: block;
        background: url(../img/ico_pdf_g.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 14px;
    }

    .release .link_box a:hover {
        color: #fff;
        background-color: #008803;
    }

    .release .link_box a:hover::after {
        background: url(../img/ico_pdf_w.svg) no-repeat;
    }

    .release .link_box a .small {
        font-size: 12px;
    }

    .release .link_box a.linkbox_2 {
        padding: 16px 16px 16px 16px;
    }

    /* --------fare-------- */
    .fare {
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .fare .fare_list {
        width: 85%;
        max-width: 800px;
        margin: auto;
        margin-bottom: 30px;
    }

    .fare .flex {
        display: flex;
        justify-content: space-between;
    }

    h5 {
        font-size: 18px;
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: #008803;
        text-decoration-thickness: 1px;
        text-underline-offset: 0.3em;
        letter-spacing: 0.04em;
        font-weight: 400;
        margin-top: 0;
        line-height: 32px;
    }

    figure h5 {
        margin-bottom: 15px;
    }

    .pdf_link a {
        font-size: 16px;
        color: #008803;
        transition: background-color 0.3s ease;
        position: relative;
    }

    .pdf_link a:hover {
        text-decoration: underline;
    }

    .pdf_link a::after {
        content: "";
        display: inline-block;
        background: url(../img/ico_pdf.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 13px;
        vertical-align: middle;
        margin: 0 5px;
        right: -15px;
    }

    .fare .fare_list .pdf_link {
        margin-top: 6px;
    }

    .fare .fare_list .caution {
        margin-top: 5px;
    }

    .new_icon {
        display: inline-block;
        padding: 1px 4px 0px 4px;
        align-items: center;
        margin-right: 8px;
        background: #008803;
        box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.5px;
    }

    .fare .text_box p {
        margin-bottom: 0;
    }

    /* --------map-------- */
    .map_area {
        border-radius: 16px;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }

    .map_area img {
        width: 80%;
        margin: 25px 0;
    }

    .map_area .ttl {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7em;
        text-align: center;
        width: 100%;
    }

    .text_box p {
        width: auto;
        margin-bottom: 10px;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
    }

    .map_area p {
        text-align: left;
    }

    .map_area .caution {
        text-align: left;
    }

    .map_area .dots {
        -webkit-text-emphasis: filled;
        text-emphasis: filled;
    }

    .map_area .green {
        background-color: #99CDB2;
    }

    /* --------offpeak-------- */
    .offpeak {
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .offpeak .pdf_link {
        max-width: 800px;
        margin: 5px auto;
        padding-left: 1em;
    }

    .offpeak .content {
        width: 85%;
        max-width: 800px;
        margin: auto;
        margin-top: 50px;
    }


    /* --------other-------- */
    .other {
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .other .pdf_link {
        max-width: 800px;
        margin: 5px auto;
        padding-left: 1em;
    }

    .other .content {
        width: 85%;
        max-width: 800px;
        margin: auto;
        margin-top: 50px;
    }


    /* --------search-------- */
    .search .accordion-content {
        display: none;
    }

    .search {
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .search a {
        color: #008803;
    }

    .search a:hover {
        text-decoration: underline;
    }

    .search .accordion_area {
        width: 85%;
        max-width: 800px;
        margin: 0 auto;
    }

    .search h4 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.04em;
        border: #008803 1px solid;
        padding: 7px 30px;
        width: 18%;
        margin-bottom: 25px;
    }

    .accordion_regular {
        margin-top: 40px;
    }

    .accordion_normal {
        margin-top: 60px;
    }

    /* --------search / accordion-------- */
    .search .accordion_area p.question {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .search .accordion {
        border-radius: 4px;
        width: 100%;
        margin: 20px auto;
    }

    .search .accordion-header {
        font-family: "メイリオ", 'Meiryo', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        background-color: #008803;
        color: white;
        font-weight: 700;
        cursor: pointer;
        padding: 8px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.04em;
        border: none;
        width: 100%;
        outline: none;
        transition: background-color 0.3s ease;
        position: relative;
        margin-bottom: 0;
    }

    .accordion-header:hover {
        background-color: #3a9e40;
    }

    .accordion-header .icon {
        position: absolute;
        right: 22px;
        /* 右端に配置 */
        font-size: 23px;
    }

    .search .accordion-header .icon {
        top: 5px;
    }

    .search .accordion-content {
        display: none;
        /* デフォルトは閉じた状態 */
        padding: 20px;
        background-color: #EFEFEF;
        margin: 0;
        width: auto;
    }

    .search .accordion-content p,
    .search .accordion-content ul {
        margin: 0;
        line-height: 2em;
    }

    .accordion-content p.caution {
        margin-top: 10px;
    }

    .accordion-content a {
        color: #008803;
        text-decoration: none;
        position: relative;
    }

    .accordion-content a.blank::after {
        content: "";
        display: inline-block;
        background: url(../img/ico_blank.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -15px;
    }

    .accordion-content a:hover {
        text-decoration: underline;
    }

    /* --------contact-------- */
    .contact {
        text-align: center;
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .contact .contact_btn {
        height: auto;
    }

    .contact .contact_btn a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 0.06em;
        color: #008803;
        border: #008803 solid 1px;
        padding: 20px 45px 20px 25px;
        font-weight: 700;
        transition: 0.3s ease;
        width: 31%;
        text-align: left;
    }

    .contact .contact_btn a::after {
        content: "";
        display: block;
        background: url(../img/rectangle_g.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
    }

    .contact .contact_btn a:hover {
        color: #fff;
        background-color: #008803;
    }

    .contact .contact_btn a:hover::after {
        background: url(../img/rectangle_w.svg) no-repeat;
    }

    /* --------announce-------- */
    .announce {
        margin-top: 70px;
        background-color: #E6F0E6;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 100px;
    }

    /* --------tablet ボタン調整-------- */
    @media screen and (max-width: 1045px) {
        .release .link_box a {
            width: calc(50% - 10px);
        }

        .contact .contact_btn a {
            width: 40%;
        }

        .search h4 {
            width: 24%;
        }
    }

    /* --------SP-------- */
    @media screen and (max-width: 750px) {
        .pc {
            display: none;
        }

        .sp {
            display: block;
        }

        .container {
            padding-top: 0vw;
        }

        .container p {
            width: 100%;
            line-height: 1.8em;
        }

        .text_box p {
            width: auto;
        }

        h1.main__title {
            font-size: 8vw;
            line-height: 1.4em;
            margin-bottom: 6vw;
        }

        p.main__lead {
            text-align: left;
        }

        h2 {
            margin: 15vw 0 7vw 0;
            line-height: 1em;
            padding: 4vw 0;
            font-size: 1.5em;
            letter-spacing: 0.08em;
        }

        .container h3 {
            line-height: 30px;
        }

        .letter_spacing {
            letter-spacing: -0.1em;
        }

        .contents_flex .content_item img {
            width: 100%;
        }

        .contents_flex .content_item .content_text {
            height: auto;
        }

        .accordion-content .match_height figure img {
            width: 90%;
            height: auto;
        }

        /* --------point-------- */
        .point .contents_flex {
            display: block;
        }

        .point .contents_flex .content_item {
            width: 100%;
        }

        .point_area ul li {
            align-items: flex-start;
        }

        .point_area ul li p {
            margin-top: 1.5vw;
        }

        .point_area figure {
            margin-top: 20px;
        }

        .point_area figure img {
            width: 100%;
        }

        /* --------release-------- */
        .release .link_box {
            display: block;
            width: 100%;

        }

        .release .link_box a {
            width: auto;
            max-width: 600px;
            display: block;
            padding: 25px 0 25px 25px;
            margin-top: 4vw;
            margin-right: 0;
        }

        /* --------fare-------- */
        .fare .fare_list h5 {
            margin-top: 0;
        }

        .fare .fare_list {
            display: block;
            width: 100%;
        }

        .fare .fare_list .normal,
        .fare .fare_list .regular {
            width: 100%;
        }

        .fare .fare_list .regular,
        .fare .fare_list .specific {
            margin-top: 6vw;
        }

        .fare .flex {
            display: block;
        }

        /* --------map-------- */
        .map_area img {
            width: 100%;
        }

        .map_area p,
        .map_area p.caution {
            width: 98%;
        }

        /* --------other-------- */
        .other {
            width: 100%;
        }

        .other p {
            width: 98%;
        }

        .other .pdf_link a {
            letter-spacing: 0;
            padding-left: 0;
        }

        /* --------search-------- */
        .search .accordion_area {
            width: 100%;
        }

        .search h4 {
            width: 38vw;
        }

        .accordion-content {
            width: 100%;
        }

        .accordion-header {
            line-height: 1em;
            padding: 4vw 0;
            font-size: 1.5em;
            letter-spacing: 0.08em;
        }

        .search .accordion-header {
            line-height: 18px;
            padding: 3vw 0;
            font-size: 18px;
            letter-spacing: 0.08em;
        }

        .accordion-header .icon {
            right: 2vw;
        }

        .search .accordion-header .icon {
            font-size: 18px;
            top: auto;
        }

        /* --------announce-------- */
        .announce {
            padding: 4vw 2vw;
        }

        .announce p.caution {
            margin-top: 2vw;
        }

        /* --------contact-------- */
        .contact .contact_btn {
            width: 90%;
            margin: auto;
        }

        .contact .contact_btn a {
            width: auto;
            display: block;
            padding: 25px 0 25px 25px;
        }

        /* --------offpeak-------- */
        .offpeak .content {
            width: 100%;
        }

        /* --------other-------- */
        .other .content {
            width: 100%;
        }
    }