﻿
/*テキスト-黄*/
.txt-in {
    background-color: #e1edfa;
}

/*テキスト-白*/
.txt-out {
    background-color: #FFFFFF;
}

/*テキスト-赤*/
.txt-err {
    background-color: #FF0000;
}

/*テキスト*/
.txt-lefton {
    background-color: #FFFFFF;
    text-align: left;
    ime-mode: active;
}

.txt-leftoff {
    background-color: #FFFFFF;
    text-align: left;
    ime-mode: disabled;
}

.txt-leftinac {
    background-color: #FFFFFF;
    text-align: left;
    ime-mode: inactive;
}

.txt-centeron {
    background-color: #FFFFFF;
    text-align: center;
    ime-mode: active;
}

.txt-centeroff {
    background-color: #FFFFFF;
    text-align: center;
    ime-mode: disabled;
}

.txt-centerinac {
    background-color: #FFFFFF;
    text-align: center;
    ime-mode: inactive;
}

.txt-righton {
    background-color: #FFFFFF;
    text-align: right;
    ime-mode: active;
}

.txt-rightoff {
    background-color: #FFFFFF;
    text-align: right;
    ime-mode: disabled;
}

.txt-rightinac {
    background-color: #FFFFFF;
    text-align: right;
    ime-mode: inactive;
}

.txt-input {
    background-color: #e1edfa;
    text-align: center;
    ime-mode: disabled;
}

#maincontent {
    max-width: 1600px;
    margin: 0 auto 1em auto;
}



/* add inoue */
/* 送料 table */
table.soryo__table td {
    text-align: left;
    padding: 3px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.soryo__table th {
    vertical-align: middle;
    background: #26465E;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 3px;
}

table.soryo__table tr th:nth-of-type(1) {
    width: 2%;
    text-align: center;
}

table.soryo__table tr th:nth-of-type(2) {
    width: 6%;
    text-align: center;
}

table.soryo__table tr th:nth-of-type(n+3) {
    width: 7%;
    text-align: center;
}

table.soryo__table tr td {
    vertical-align: middle;
}

    table.soryo__table tr td:nth-of-type(1) {
        width: 2%;
        text-align: center;
    }

    table.soryo__table tr td:nth-of-type(2) {
        width: 6%;
        text-align: left;
    }

    table.soryo__table tr td:nth-of-type(n+3) {
        width: 7%;
        text-align: right;
    }

/* 半角 */
span.halfmsg {
    background: #4169e1;
    text-align: center;
    padding: .3em;
    line-height: 1.0;
    min-width: 50px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

.mainbox {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    overflow: auto;
    border: solid 1px #C6C7CE;
}

.box {
    width: 100%;
    text-align: left;
    padding: 0 0 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    overflow: auto;
}

/*メイン・左
--------------------------*/
.boxL {
    float: left;
    width: 30%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
}

/*メイン・右側
--------------------------*/
.boxR {
    float: right;
    width: 67%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
}

/* 一覧の数量ｴﾘｱ */
.cart_su {
    padding: .5em .5em 0em .5em;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-top: solid 1px #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}

/* 一覧の数量ｴﾘｱ */
.list_su {
    padding: .2em 0 0 0;
    text-align: left;
    /*font-size: 1.1rem;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/* 一覧の数量ｴﾘｱ */
.order_su {
    padding: .5em 0 .5em 0;
    text-align: left;
    margin-bottom: .5em;
    /*border-top: 1px solid #C6C7CE;*/
    border-bottom: 1px solid #C6C7CE;
    /*font-size: 1.1rem;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/* 詳細の数量ｴﾘｱ */
.detail_su {
    padding: .5em 0 .5em 0;
    text-align: left;
    border-top: 1px solid #C6C7CE;
    border-bottom: 1px solid #C6C7CE;
    font-size: 1.1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 2em auto 0 auto;
    max-width: 400px;
}

    .detail_su .Item {
        width: 30%;
        text-align: center;
    }

/* ﾎﾞﾀﾝ */
.btn__sbtn {
    text-decoration: none;
    border: 2px solid #343434;
    font-size: 26px;
    font-weight: 900;
    display: block;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    color: #fff !important;
    background: #343434;
    box-shadow: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn__sbtn:hover {
        background-color: #fff;
        text-decoration: none;
        color: #343434 !important;
        border: 2px solid #343434;
    }

.btn__cartsbtn {
    text-align: center;
    text-decoration: none;
    border: 2px solid #343434;
    font-size: 24px;
    font-weight: 800;
    display: block;
    line-height: 28px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff !important;
    background: #343434;
    margin: auto;
    cursor: pointer;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn__cartsbtn:hover {
        background-color: #fff;
        text-decoration: none;
        color: #343434 !important;
        border: 2px solid #343434;
    }

#divOrderList table td a.btn__sbtn {
    display: inline-block;
    border-radius: 2px;
}

.btn__10 {
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #343434;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    max-width: 50%;
    background: #fff;
    margin: auto;
    box-shadow: none;
}

    .btn__10:hover {
        background-color: #e5ffe5;
        text-decoration: none;
        color: #343434 !important;
        border: 2px solid #343434;
        cursor: pointer;
    }

.btn__10 {
    max-width: 250px;
    margin-left: 10px;
    margin-right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

#divOrderList table td a.btn__10 {
    display: inline-block;
    border-radius: 2px;
}

.btn__11 {
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #343434;
    font-size: 1em;
    font-weight: 400;
    display: block;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    color: black !important;
    background: #fff;
    margin: auto;
    box-shadow: none;
    max-width: 250px;
    margin: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}

    .btn__11:hover {
        background-color: #e5ffe5;
        text-decoration: none;
        color: #343434 !important;
        border: 2px solid #343434;
        cursor: pointer;
    }

/* 選択済商品一覧 */
.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    margin-bottom: 10px;
}

    .cp_actab input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .cp_actab label {
        line-height: 3;
        position: relative;
        display: block;
        padding: 0 0 0 0.5em;
        cursor: pointer;
        margin: 0 0 1px 0;
        background: #fff;
        color: #1a1a1a;
        font-size: 1.3rem;
        border-top: 2px solid #C6C7CE;
        border-bottom: 1px solid #e6e6e6;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .cp_actab .cp_actab-content {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.35s;
        transition: max-height 0.35s;
        color: #333333;
        background: #fff;
        /*background: #a9bce2;*/
    }

        .cp_actab .cp_actab-content p {
            margin: 1em;
        }
    /* :checked */
    .cp_actab input:checked ~ .cp_actab-content {
        max-height: 100%;
    }
    /* Icon */
    .cp_actab label::after {
        line-height: 3;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 3em;
        height: 3em;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-align: center;
    }

    .cp_actab input[type=checkbox] + label::after {
        content: '+';
    }

    .cp_actab input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }

    .cp_actab label .btn_deliv {
        float: left;
        width: 50px;
        height: 50px;
        text-align: center;
        margin-right: 2px;
    }

        .cp_actab label .btn_deliv:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            margin: 0 0 8px 0;
            background: url(../img/truck1.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        .cp_actab label .btn_deliv:hover {
            cursor: pointer;
            opacity: 0.5;
        }

    .cp_actab label .deliv_ken {
        float: left;
        margin-right: 20px;
        font-size: 0.8rem;
        line-height: 1.3;
        margin-top: 13px;
    }

    .cp_actab label .icon_cart {
        float: left;
        width: 26px;
        height: 26px;
        text-align: center;
        margin-top: 16px;
        margin-right: 2px;
        background: url(../img/Cart1.png) no-repeat;
        background-size: contain;
    }



.sp_deliv {
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 0 0 0 0.5em;
    cursor: pointer;
    background: #fff;
    color: #1a1a1a;
    font-size: 0.8rem;
}

    .sp_deliv :after {
        line-height: 1.5;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 2em;
        height: 1.5em;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-align: center;
    }


    .sp_deliv .btn_deliv {
        float: left;
        text-align: center;
        margin-right: 2px;
        margin-top: 6px;
        padding: 0 6px 2px 2px;
    }

        .sp_deliv .btn_deliv:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../img/truck1.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        .sp_deliv .btn_deliv:hover {
            cursor: pointer;
            opacity: 0.5;
        }

    .sp_deliv .deliv_ken {
        float: left;
        font-size: 0.8rem;
        line-height: 1.2;
        margin-top: 2px;
    }


    /* 商品メニュー */
ul.topnav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #1b2538;
}

    ul.topnav li {
        float: left;
    }

        ul.topnav li a {
            display: block;
            padding: 14px 16px;
            text-align: center;
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

            ul.topnav li a:hover:not(.active) {
                background-color: #a9bce2;
            }

            ul.topnav li a.active {
                background-color: #da3c41;
            }

        ul.topnav li.right {
            float: right;
        }

@media screen and (max-width: 480px) {
    ul.topnav li.right, ul.topnav li {
        float: none;
    }
}

/* sp用 */
ul.spnav {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

    ul.spnav li {
        display: inline-block;
        padding: 5px;
        font-weight: bold;
        cursor: pointer;
        color: #ffffff;
    }

        ul.spnav li a {
            padding: 5px;
            color: #ffffff;
            text-decoration: none;
        }

            ul.spnav li a:hover:not(.active) {
                background-color: #a9bce2;
            }

            ul.spnav li a.active {
                background-color: #da3c41;
            }

/* 同一ｶﾃｺﾞﾘﾘｽﾄTOP用 */
.detail_title {
    line-height: 1.5;
    position: relative;
    display: block;
    padding: .2em 0 .3em .5em;
    cursor: pointer;
    margin: 50px 0 1px 0;
    background: linear-gradient(to bottom, #bdb76b 0%, #fff 30%, #fff 30%, #fff 100%);
    border-top: 2px solid #b8860b;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 200;
}

/* 同一ｶﾃｺﾞﾘﾘｽﾄ用 */
.detail_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .detail_wrap .Item {
        width: calc(95% / 5);
        margin-right: 1.25%;
        margin-bottom: 1.0em;
        /* add */
        display: flex;
        flex-direction: column;
    }

        .detail_wrap .Item:nth-of-type(5n) {
            margin-right: 0;
        }

        .detail_wrap .Item img {
            cursor: pointer;
            /* add */
            aspect-ratio: 1 / 1; /* 正方形の枠 */
            width: 100%;
            height: auto;
            object-fit: contain; /* cover枠に合わせて切り取り */
            display: block;
            border-radius: 8px; /* 任意：角丸 */
            margin-bottom: .5em;
            cursor: pointer;
        }

        .detail_wrap .Item .name {
            font-size: 0.8rem;
        }

    /* SP用 */
    .detail_wrap .ItemSP {
        width: calc(96% / 3);
        margin-right: 2%;
        margin-bottom: 1.0em;
    }

        .detail_wrap .ItemSP:nth-of-type(3n) {
            margin-right: 0;
        }

        .detail_wrap .ItemSP img {
            cursor: pointer;
        }

        .detail_wrap .ItemSP .name {
            font-size: 0.8rem;
        }

.new_title {
    line-height: 2.5;
    position: relative;
    display: block;
    padding: .2em 0 .3em .5em;
    cursor: pointer;
    margin: 5px 0 10px 0;
    background: linear-gradient(to right, #6b8e23 0%, #fff 20%, #fff 20%, #fff 100%);
    font-size: 1.1rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    width: 260px;
}

    .new_title a {
        text-decoration: none;
    }

        .new_title a:hover {
            text-decoration: none;
        }

.bg__ordertop {
    background: rgba(255,255,255,0.8);
    border: 3px solid #fff;
    padding: 0.7em 1.5em 0 1.5em;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.025);
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.025);
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.025);
    width: 100%;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.top_btn_area {
    max-width: 680px;
    margin: 0 0 6px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top_boder {
    background-color: #1b2538;
    height: 3px;
}

/* 送付先 */
.deliv_top {
    padding: 2px 0 2px 0;
    text-align: left;
    margin-bottom: 5px;
    border-top: 1px solid #C6C7CE;
    border-bottom: 1px solid #C6C7CE;
    display: flex;
    width: 300px;
}

.deliv_btn {
    background-color: #8fbc8f;
    text-align: center;
    padding: 0 6px 0 6px;
    margin: 0 0 0 auto;
}

    .deliv_btn:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: -3px 5px 0 0;
        background: url(../img/truck1.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .deliv_btn:hover {
        cursor: pointer;
        /*background-color: #90ee90;*/
        opacity: 0.5;
    }

.deliv_tel:before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    font-weight: 900;
    margin-right: .25em;
    font-size: 0.9rem;
}

    /* ﾎﾟｯﾌﾟｱｯﾌﾟ */
.popup_wrap input[type=checkbox] {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    /*max-width: 680px;*/
    /*padding: 30px 40px;*/
    max-width: 980px;
    padding: 0 16px 20px 16px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    height: 86%;
    overflow: auto;
}

.popup_closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

/* ポップアップウインドウの設定 */
.popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70vw;
    height: 55vw;
    overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on {
    display: none;
}
    /* チェックされたらポップアップウインドウを開く */
    #popup-on:checked + .popup {
        display: block;
    }

/* 閉じるアイコン（右上） */
.icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px;
    background: #6495ed;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}

/* 閉じるボタン */
.btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 95%;
    text-align: center;
}

    .btn-close:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-bottom: 2px;
        background: url(../img/retern2.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

/* ポップアップの内容 */
.popup-content {
    margin: 40px auto 40px auto;
    width: 90%;
}



/* add inoue */

/*PAGE TOPボタン追加*/
#topbutton {
    /* ▼ボタンの表示位置を画面の右下に固定 */
    position: fixed; /* ←表示場所を固定 */
    bottom: 18px; /* ←下端からの距離 */
    right: 18px; /* ←右端からの距離 */
    /* ▼最初は非表示にしておく */
    display: none;
}

    #topbutton a {
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
        width: 8em; /* ←横幅 */
        /* ▼配色・配置・文字の装飾など */
        background-color: #008000; /* ←背景色 */
        opacity: 0.75; /* ←透明度 */
        border-radius: 24px; /* ←角丸の半径 */
        text-align: center; /* ←文字の位置 */
        font-size: 70%; /* ←文字サイズ */
        font-weight: bold; /* ←文字の太さ */
        margin: 0px; /* ←外側の余白 */
        padding: 10px; /* ←内側の余白 */
    }

        #topbutton a:hover {
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            text-decoration: none; /* ←下線なし */
            background-color: #006400; /* ←背景色 */
        }


.pagination li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px #ccc solid;
    color: #000053;
    border-radius: 5px / 5px;
    margin: 0 2px 5px 2px;
    background-color: white;
    cursor: pointer;
}

.pagination .pre {
    background-color: #ccc;
    color: #333;
}

.pagination .this {
    /*background-color: #777;*/
    background-color: #003396;
    color: white;
}

.pagination li a {
    display: block;
    text-decoration: none;
}

    .pagination li a:hover {
        /*color: #fff;*/
        text-decoration: underline;
        /*background-color: #003396;*/
        border-radius: 5px / 5px;
    }



#modalWrap {
    display: none;
    background: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

.modalBox {
    position: fixed;
    width: 85%;
    max-width: 420px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    opacity: 1;
    display: none;
    border-radius: 3px;
    z-index: 1000;
}

.modalInner {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

#logoutbutton {
    text-align: right;
    text-decoration: none;
    /*font-size: 80%;*/ /* ←文字サイズ 2023.11.21 del */
    float: right;
}

    #logoutbutton a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        /*color: black;*/ /* ←文字色 */
        text-decoration: none; /* ←下線なし */
        opacity: 1.0;
    }

#cartbutton {
    text-align: right;
    text-decoration: none;
    /*font-size: 80%;*/ /* ←文字サイズ 2023.11.21 del */
    margin-right: 30px;
    float: right;
}

    #cartbutton a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        /*color: black;*/ /* ←文字色 */
        text-decoration: none; /* ←下線なし */
        opacity: 1.0;
    }

#searchbutton {
    text-align: right;
    text-decoration: none;
    font-size: 80%; /* ←文字サイズ */
    margin-right: 30px;
    float: right;
}

    #searchbutton a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        /*color: black;*/ /* ←文字色 */
        text-decoration: none; /* ←下線なし */
        opacity: 1.0;
    }

.ImgButton_Gray_L_10 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 10px 20px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_20 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 20px 20px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_30 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 30px 20px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_40 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 40px 20px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_50 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 50px 20px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_60 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 60px 20px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_70 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 70px 20px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_L_80 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 80px 20px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_L_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_L_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_L_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Gray_M_10 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 10px 15px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_20 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 20px 15px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_30 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 30px 15px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_40 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 40px 15px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_50 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 50px 15px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Gray_M_60 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 60px 15px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_70 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 70px 15px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_M_80 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 80px 15px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_M_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_M_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_M_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Gray_S_10 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 10px 10px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_20 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 20px 10px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_30 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 30px 10px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_40 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 40px 10px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_50 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 50px 10px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_60 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 60px 10px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_70 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 70px 10px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Gray_S_80 {
    background-color: #4d4d4d; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 80px 10px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Gray_S_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Gray_S_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Gray_S_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Blue_L_10 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 10px 20px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_20 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 20px 20px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_30 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 30px 20px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_40 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 40px 20px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_50 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 50px 20px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_60 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 60px 20px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_70 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 70px 20px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_L_80 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 80px 20px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_L_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_L_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_L_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Blue_M_10 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 10px 15px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_20 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 20px 15px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_30 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 30px 15px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_40 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 40px 15px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_50 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 50px 15px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Blue_M_60 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 60px 15px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_70 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 70px 15px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_M_80 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 80px 15px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_M_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_M_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_M_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Blue_S_10 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 10px 10px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_20 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 20px 10px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_30 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 30px 10px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_40 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 40px 10px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_50 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 50px 10px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_60 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 60px 10px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_70 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 70px 10px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Blue_S_80 {
    background-color: #4169e1; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 80px 10px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Blue_S_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #1e90ff;
    }

    .ImgButton_Blue_S_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Blue_S_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #1e90ff;
            text-decoration: none; /* ←下線なし */
        }



.ImgButton_Green_L_10 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 10px 20px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_20 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 20px 20px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_30 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 30px 20px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_40 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 40px 20px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_50 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 50px 20px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_60 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 60px 20px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_70 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 70px 20px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_L_80 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 80px 20px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_L_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_L_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_L_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Green_M_10 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 10px 15px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_20 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 20px 15px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_30 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 30px 15px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_40 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 40px 15px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_50 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 50px 15px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Green_M_60 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 60px 15px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_70 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 70px 15px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_M_80 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 80px 15px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_M_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_M_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_M_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Green_S_10 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 10px 10px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_20 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 20px 10px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_30 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 30px 10px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_40 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 40px 10px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_50 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 50px 10px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_60 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 60px 10px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_70 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 70px 10px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Green_S_80 {
    background-color: #2e8b57; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 80px 10px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Green_S_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #3cb371;
    }

    .ImgButton_Green_S_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Green_S_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #3cb371;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Yellow_L_10 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 10px 20px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_20 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 20px 20px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_30 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 30px 20px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_40 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 40px 20px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_50 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 50px 20px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_60 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 60px 20px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_70 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 70px 20px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_L_80 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 80px 20px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_L_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_L_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_L_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Yellow_M_10 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 10px 15px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_20 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 20px 15px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_30 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 30px 15px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_40 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 40px 15px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_50 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 50px 15px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Yellow_M_60 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 60px 15px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_70 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 70px 15px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_M_80 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 80px 15px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_M_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_M_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_M_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Yellow_S_10 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 10px 10px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_20 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 20px 10px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_30 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 30px 10px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_40 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 40px 10px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_50 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 50px 10px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_60 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 60px 10px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_70 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 70px 10px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Yellow_S_80 {
    background-color: #ff8c00; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 80px 10px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Yellow_S_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #666666;
    }

    .ImgButton_Yellow_S_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Yellow_S_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #666666;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_10 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 10px 20px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_20 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 20px 20px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_30 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 30px 20px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_40 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 40px 20px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_50 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 50px 20px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_60 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 60px 20px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_70 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 70px 20px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_L_80 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 20px 80px 20px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_L_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_L_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_L_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Red_M_10 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 10px 15px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_20 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 20px 15px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_30 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 30px 15px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_40 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 40px 15px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_50 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 50px 15px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Red_M_60 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 60px 15px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_70 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 70px 15px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_M_80 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 15px 80px 15px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_M_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_M_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_M_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }


.ImgButton_Red_S_10 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 10px 10px 10px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_10:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_10 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_10 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_20 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 20px 10px 20px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_20:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_20 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_20 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_30 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 30px 10px 30px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_30:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_30 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_30 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_40 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 40px 10px 40px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_40:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_40 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_40 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_50 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 50px 10px 50px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_50:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_50 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_50 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_60 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 60px 10px 60px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_60:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_60 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_60 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_70 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 70px 10px 70px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_70:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_70 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_70 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.ImgButton_Red_S_80 {
    background-color: #ff6347; /* ←背景色 */
    border-radius: 24px; /* ←角丸の半径 */
    text-align: center; /* ←文字の位置 */
    margin: 0px; /* ←外側の余白 */
    padding: 10px 80px 10px 80px; /* ←内側の余白 */
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .ImgButton_Red_S_80:hover {
        cursor: pointer;
        /* ▼リンクの装飾 */
        background-color: #ff7f50;
    }

    .ImgButton_Red_S_80 a {
        cursor: pointer;
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
    }

        .ImgButton_Red_S_80 a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            background-color: #ff7f50;
            text-decoration: none; /* ←下線なし */
        }

.menulist nav {
    text-align: center;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
}

    .menulist nav ul {
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 90%;
        text-align: center;
    }

        .menulist nav ul li {
            display: table-cell;
            min-width: 50px;
            max-width: 80px;
            /* 2021/07/06 Upd Start */
            /*width: 18%;*/
            width: 10%;
            /* 2021/07/06 Upd End */
            /*border-right: 1px solid #808080;*/
            border-right: 1px solid #808080;
        }

            .menulist nav ul li:first-child {
                border-left: 1px solid #808080;
            }

            .menulist nav ul li a {
                display: block;
                width: 100%;
                padding: 10px 5px 0 5px;
                text-decoration: none;
                color: black;
                cursor: pointer;
                font-size: 70%;
                opacity: 0.5;
            }

                .menulist nav ul li a:hover {
                    color: black;
                    opacity: 1.0;
                    text-decoration: none;
                }

            .menulist nav ul li.current {
            }

                .menulist nav ul li.current a {
                    /*border-bottom: 3px solid #808080;*/
                    /*border-bottom: 5px solid #990e2a;*/
                    border-bottom: 5px solid #191970;
                    color: black;
                    opacity: 1.0;
                }


#nav-drawer {
    position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px; /*線の太さ*/
        width: 25px; /*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer;
    }

        #nav-open span:before {
            bottom: -8px;
        }

        #nav-open span:after {
            bottom: -16px;
        }

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 360px; /*最大幅（調整してください）*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%); /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.menubtn1 {
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    padding: 0.75em 2em;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 0.5px solid #808080;
    display: block;
    position: relative;
    overflow: hidden;
    color: black;
    background: #fff;
}

    .menubtn1:hover {
        background: #d3d3d3;
        text-decoration: none;
    }

.menubtn1point {
    margin-bottom: 6px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 1px solid #808080;
    background: #f0e160;
}

.menubtn2 {
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    padding: 0.75em 2em;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 0.5px solid #808080;
    display: block;
    position: relative;
    overflow: hidden;
    color: black;
    background: #fff;
}

    .menubtn2:hover {
        background: #d3d3d3;
        text-decoration: none;
    }

.menubtn2point {
    margin-bottom: 6px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 1px solid #808080;
    background: #99ccff;
}


.menubtn3 {
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    padding: 0.75em 2em;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 0.5px solid #808080;
    display: block;
    position: relative;
    overflow: hidden;
    color: black;
    background: #fff;
}

    .menubtn3:hover {
        background: #d3d3d3;
        text-decoration: none;
    }

.menubtn3point {
    margin-bottom: 6px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 1px solid #808080;
    background: #73e686;
}

.popup_msg_wrap input {
    display: none;
}

.popup_msg_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_msg_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_msg_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 680px;
    padding: 20px 10px 60px 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    overflow: auto;
}

.popup_msg_closebtn {
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    background: black;
    color: #fff;
    line-height: 14px;
    font-weight: bold;
}

.popup_msg_wrap input:checked ~ .popup_msg_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_meisai_wrap input {
    display: none;
}

.popup_meisai_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_meisai_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_meisai_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 980px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    height: 86%;
    overflow: auto;
}

.popup_meisai_closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}

.popup_meisai_wrap input:checked ~ .popup_meisai_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}



.popup_search_wrap #search_trigger {
    display: none;
}

.popup_search_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_search_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_search_content {
    /*top: -18%;*/
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 980px;
    /*padding: 0 10px 0 10px;*/
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    /*height: 300px;*/
    height:80%;
    max-height: 400px;
    overflow: auto;
}

.popup_search_closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}

.popup_search_wrap input:checked ~ .popup_search_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

/* まとめてカートに入れる */
.btn_allcart {
    position: fixed; /* ←表示場所を固定 */
    bottom: 30px; /* ←下端からの距離 */
    right: 120px; /* ←右端からの距離 */
    display: inline-block;
}

    .btn_allcart a {
        /* ▼リンクの装飾 */
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        color: white;
        background-image: linear-gradient(#00bcd4 0%, #51587b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-top: solid 3px #5e7fca;
    }

        .btn_allcart a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            text-decoration: none; /* ←下線なし */
            background-color: #00bcd4; /* ←背景色 */
            background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        }

.btn_allcart_sp {
    position: fixed; /* ←表示場所を固定 */
    bottom: 60px; /* ←下端からの距離 */
    right: 120px; /* ←右端からの距離 */
    display: inline-block;
}

    .btn_allcart_sp a {
        /* ▼リンクの装飾 */
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        color: white;
        background-image: linear-gradient(#00bcd4 0%, #51587b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        border-top: solid 3px #5e7fca;
    }

        .btn_allcart_sp a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            text-decoration: none; /* ←下線なし */
            background-color: #00bcd4; /* ←背景色 */
            background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        }


.cartmove_btn {
    /* ▼ボタンの表示位置を画面の右下に固定 */
    position: fixed; /* ←表示場所を固定 */
    bottom: 80px; /* ←下端からの距離 */
    right: 18px; /* ←右端からの距離 */
}

    .cartmove_btn a {
        /* ▼リンクの装飾 */
        color: white; /* ←文字色 */
        text-decoration: none; /* ←下線なし */
        width: 8em; /* ←横幅 */
        /* ▼配色・配置・文字の装飾など */
        background-color: #ff8c00; /* ←背景色 */
        opacity: 0.75; /* ←透明度 */
        border-radius: 24px; /* ←角丸の半径 */
        text-align: center; /* ←文字の位置 */
        font-size: 70%; /* ←文字サイズ */
        font-weight: bold; /* ←文字の太さ */
        margin: 0px; /* ←外側の余白 */
        padding: 10px; /* ←内側の余白 */
    }

        .cartmove_btn a:hover {
            cursor: pointer;
            /* ▼マウスが載ったときの装飾 */
            color: white; /* ←文字色 */
            text-decoration: none; /* ←下線なし */
            background-color: #666666; /* ←背景色 */
        }


.eventbox {
    padding: 0.2em 0.5em;
    /*margin: -10px 0 20px 0;*/
    margin: 0 auto 20px auto;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}

    .eventbox p {
        margin: 0;
        padding: 0;
    }

.txtdel {
    background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 56%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.txtmark {
    color: #1e90ff;
    background: linear-gradient(transparent 60%, #ffc0cb 100% );
}

.txtmark_cs {
    color: #1e90ff;
    background-color: #fdeeef;
}

.popup_cart_wrap input {
    display: none;
}

.popup_cart_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_cart_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_cart_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 980px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    max-height: 86%;
    overflow: auto;
}

.popup_cart_closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}

.popup_cart_wrap input:checked ~ .popup_cart_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
