
    /*----------------------------共通*/
    a,
    a:visited {
        color: #000;
    }

    .ganpla_wrap_ew {
        max-width: 1200px;
        margin: 10px auto 0;
        font-size: calc(112.5% + 0.25vw)-2;
        /*16px*/
    }

    .ganpla_wrap_ew * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        vertical-align: bottom;
        box-sizing: border-box;
        line-height: 1.8;
        list-style-type: none;
    }

    .w-img_ew img {
        width: 100%!important;
        text-align: center;
    }

    /*表示非表示*/
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /*PCの場合*/
    @media only screen and (min-width:671px) {
        .pc {
            display: block !important;
        }

        .sp {
            display: none !important;
        }
    }

    .mb2_ew {
        margin-bottom: 2rem;
    }

    .mb18_ew {
        margin-bottom: 1.8rem;
    }

    .mt2_ew {
        margin-top: 2rem;
    }

    /*----------------------------コンテンツ*/
    .detail_ew>li {
        margin-bottom: 1.8rem;
    }

    .h5_ew {
        background-color: #005BAA;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #accordion>.h5_ew {
        background-color: #000;
    }

    .accordion>.h5_ew {
        background-color: #000;
    }

    .gold_ew,
    .silver_ew,
    .bronze_ew,
    .edion_ew {
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .gold_ew {
        background-color: #d08c05;
    }

    .silver_ew {
        background-color: #7d8286;
    }

    .bronze_ew {
        background-color: #c95218;
    }

    .edion_ew {
        background-color: #004ea0;
    }

    .text_ew {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }

    .h6_ew {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }

    .col2_ew dl {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .col2_ew dt {
        width: calc(35% - 20px);
    }

    .col2_ew dd {
        width: 65%;
    }

    .item1_ew li,
    .item2_ew p,
    p.item1_ew,
    p.item2_ew {
        text-indent: -1em;
        padding-left: 1.5em;
    }

    .item1_ew li:before,
    p.item1_ew:before {
        content: "●";
        padding-right: 0.5rem;
    }

    .item1_ew li.h7_ew:before {
        content: none;
    }

    .h7_ew {
        font-weight: bold;
        margin-top: 1rem;
    }

    .item2_ew:before {
        content: "※";
        padding-right: 0.5rem;
    }

    .red_ew {
        color: red;
    }

    .red_ew_b {
        color: red;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .comments_ew {
        margin: 0 0 3rem;
        background-color: #e4eef7;
        border: 3px solid #005baa;
        border-radius: 5px;
        padding: 0.7rem;
        text-align: left;
    }

    /*インスタ読み込み -追加 201111-*/
    .bold_ew {
        font-weight: 600;
    }

    .comments_ew.gold_ew,
    .comments_ew.silver_ew,
    .comments_ew.bronze_ew,
    .comments_ew.edion_ew {
        color: unset;
        font-weight: initial;
        font-size: 1rem;
    }

    .comments_ew.gold_ew {
        background-color: #f3e5c7;
        border: 3px solid #d08c05;
    }

    .comments_ew.silver_ew {
        background-color: #d6d6d6;
        border: 3px solid #7d8286;
    }

    .comments_ew.bronze_ew {
        background-color: #f5d9cc;
        border: 3px solid #c95218;
    }

    .comments_ew.edion_ew {
        background-color: #c7dcef;
        border: 3px solid #004ea0;
    }

    .award_ew .col2_ew {
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .award_ew .col2_ew>div {
        /*width: calc((100% - 1rem) / 2);*/
        margin-bottom: 1rem;
    }

    .award_ew .col_ew>div iframe,
    .award_ew .col2_ew>div iframe {
        min-width: auto !important;
        width: 100% !important;
    }

    .award_ew .col_ew,
    .award_ew .col2_ew {
        padding: 1rem;
    }

    /*開閉ボタン矢印*/
    .accordion-content {
        padding: 1rem;
    }

    /*下矢印↓*/
    .accordion-click .ttl_ew {
        position: relative;
        margin-bottom: 4%;
    }

    .accordion-click .ttl_ew::before,
    .accordion-click .ttl_ew::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10%;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .accordion-click .ttl_ew::before {
        width: 3rem;
        height: 3rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
    }

    .accordion-click .ttl_ew::after {
        right: 13%;
        top: -4px;
        width: 1.2rem;
        height: 1.2rem;
        border-top: 7px solid #1898e4;
        border-right: 7px solid #1898e4;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }


    /*上矢印↑*/
    .accordion-click.on .ttl_ew::after {
        top: 6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.ganpla_wrap_ew *{

margin: 2% auto!important;}

    /*PCの場合*/
    @media only screen and (min-width:671px) {

        .mb18_ew,
        .detail_ew>li {
            margin-bottom: 3rem;
        }

        .h5_ew {
            font-size: 2.5rem;
        }

        .h5s_ew.gold_ew,
        .h5s_ew.silver_ew,
        .h5s_ew.bronze_ew,
        .h5s_ew.edion_ew,
        .text_ew {
            font-size: 2rem;
        }

        .col2_ew {
            display: flex;
            align-items: stretch;
            justify-content: space-around;
        }

        .col2_ew li {
            width: calc((100% - 35px) / 2);
            /* 幅指定 */
        }

        /*追加 201111*/
        .award_ew .col_ew,
        .award_ew .col2_ew {
            display: flex;
            align-items: start;
            justify-content: space-between;
        }

        .award_ew .col2_ew {
            flex-wrap: wrap;
        }

        .award_ew .col_ew.tree_ew>div iframe {
            margin: 0 auto 1rem !important;
            width: 80% !important;
        }

        .award_ew .two_ew {
            align-items: center;
        }

        .award_ew .two_ew div {
            width: 100%!important;
        }

        .award_ew .two_ew p {
            width: 100%!important;
        }

        .award_ew .four_ew div,
        .award_ew .four_ew p {
            width: calc((100% - 3rem) / 4);
        }

        .award_ew .col_ew.tree_ew {
            justify-content: space-around;
            flex-wrap: wrap;
        }

        /*.award_ew .col_ew.tree_ew>div:last-child div {height: 580px;}*/
        .award_ew .tree_ew>div {
            width: calc((100% - 5rem) / 3);
        }

        .award_ew .col2_ew>div {
            width: calc((100% - 1rem) / 3);
        }

        /*開閉ボタン矢印*/
        /*下矢印↓*/
        .accordion-click .ttl_ew::before,
        .accordion-click .ttl_ew::after {
            right: 3.6%;
        }

        .accordion-click .ttl_ew::before {
            width: 2.5rem;
            height: 2.5rem;
        }

        .accordion-click .ttl_ew::after {
            right: 4.5%;
            top: -6px;
            width: 1rem;
            height: 1rem;
            border-top: 5px solid #1898e4;
            border-right: 5px solid #1898e4;
        }

        /*上矢印↑*/
        .accordion-click.on .ttl_ew::after {
            top: 5px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    /*----------------------------アニメーション*/
    .fadein {
        opacity: 0;
    }

    .fadein.on {
        animation-name: fadein;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    @keyframes fadein {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /*----------------------------追加*/
    /*201127 ツイッター埋め込み個所*/
    /*PCの場合*/
    @media only screen and (min-width:671px) {
        .twitter-tweet {
            margin: 2rem auto !important;
        }
    }

    /*----------------------------追加*/
    /*201217 注釈*/
    .notice_ew {
        color: #1da1f3;
        text-align: left;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .black {
        margin: 5% 4%;
        font-size: 2.8rem;
        color: #000;
        text-align: center;
        font-weight: 900;
    }

    .black_2 {
        margin: 5% 4%;
        font-size: 2.2rem;
        color: #000;
        text-align: center;
        font-weight: 300;
    }

    .black_3 {
        margin: 5% 4%;
        font-size: 1.5rem;
        color: #000;
        text-align: center;
        font-weight: 300;
    }

    /*PCの場合*/
    @media only screen and (min-width:671px) {
        .notice_ew {
            text-align: center;
            font-size: 1.6rem;
        }
    }

    .accordion input {
        display: none;
    }

    .accordion .show {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }

    .ac:checked+.show {
        height: auto;
        padding: 5px;
        opacity: 1;
    }

    .dl_btn {
        display: block !important;
        background: #FFB333 !important;
        width: 85% !important;
        margin: 0 auto 2% !important;
        padding: 1% !important;
        font-size: 4.2vw;
        font-weight: 900 !important;
        text-align: center !important;
        color: #fff !important;
        border-radius: 10px !important;
    }

    .dl_btn:hover {
        opacity: 0.75;
    }

    .mt20 {
        margin-top: 2%;
    }

    .h6_ew span {
        line-height: 1.3;
    }

    /*----------------------------202411追加*/
    .archive {
        text-align: right!important;
    }

    @media only screen and (max-width:670px) {
        .award_ew .col2_ew {
            justify-content: space-around !important;
        }

        .text_ew span,
        .h6_ew span {
            display: block;
        }

        .h6_ew span {
            line-height: 1.3;
        }

        .notice_ew {
            font-size: 5vw;
        }

        .black {
            margin: 3% 0%;
            font-size: 1.15rem;
            color: #000;
            text-align: center;
            font-weight: 900;
        }

        .black_2 {
            margin: 3% 0%;
            font-size: 1.0rem;
            color: #000;
            text-align: center;
            font-weight: 500;
        }

        .black_3 {
            margin: 3% 0%;
            font-size: 0.5rem;
            color: #000;
            text-align: center;
            font-weight: 500;
        }

    }

    @media only screen and (min-width:671px) {
        .dl_btn {
            width: 75% !important;
            font-size: 2rem;
        }

        .dl_btn br {
            display: none;
        }

        .mb18_ew .judge {
            font-size: 2rem;
            text-align: center;
        }

        .sp_br {
            display: none;
        }
    }
