.page-wrap-2-column {
    margin: 0 auto;
    background: #f0f4f3;
}

.game-header.is-top {
    width: 60%;
    height: 18vw;
    margin: 0 auto;
    object-fit: contain;

}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

.game-header-navi>._title>._icon {
    display: table-cell;
    width: 48px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
}

.game-header-navi {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.game-header-navi>._title {
    display: table;
    width: 60%;
    table-layout: fixed;
}

.fll {
    float: left;
}

.game-header-navi.is-top {
    position: absolute;
    bottom: 0;
    width: 60%;
}

.game-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.game-header-navi>._right-area.is-top {
    margin-left: 14px;
}

.game-header-navi>._right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
}

.game-header-navi>._right-area>._menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60%;
}

.game-header-navi_item {
    position: relative;
    width: 100px;
}

.game-header-navi_item>._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.game-header-navi_item>._inner .is-normal-icon,
.game-header-navi_item>._inner .is-fixed-icon {
    margin-right: 8px;
}

.game-header-navi_item>._inner>._text {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}

.game-header-navi .is-normal-icon {
    display: inline-block;
}

.game-header-navi>._right-area>._search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
}

.game-header-navi .is-normal-icon {
    display: inline-block;
}

.game-header-navi .is-fixed-icon {
    display: none;
}

.search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 14px;
}

.search-form_input input[type=text] {
    padding: 6px;
    font-size: 12px;
}

input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=number]:placeholder-shown,
textarea:placeholder-shown,
.dummy-input:placeholder-shown {
    color: #a8a8a8;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
.dummy-input {
    display: inline-block;
    width: 100%;
    padding: 8px 6px;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    *display: inline;
    zoom: 1;
}

* {
    box-sizing: border-box;
}

* {
    word-wrap: break-word;
}

.game-header-navi>._title>._text {
    display: table-cell;
    padding-left: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}



/* メニューバーの編集 */
.global-menu-wrap.is-top {
    width: 60%;
    margin: 0 auto;
}

.global-menu-wrap {
    position: relative;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 1px 2px 0 rgb(0 0 0 / 24%);
}

.global-menu {
    width: 100%;
    margin: 0 auto;
}

/* .global-menu>li:first-child {
    width: 108px;
} */

.global-menu_item {
    position: relative;
    display: block;
    float: left;
    width: 11.11%;
    height: 48px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1085px) {
    .game-header.is-top {
        width: 100%;
        height: 27vw;
    }

    .global-menu-wrap.is-top {
        width: 100%;
    }

    .game-header-navi>._title {
        width: 100% !important;
    }

    .global-menu_item {
        width: 33.3%;
        height: 30px;
        font-size: 10px;
        text-align: center;
        cursor: pointer;
    }

    .global-menu_item>a {
        display: block;
        padding: 5px !important;
        font-weight: 700;
        color: #444;
    }

    .wrapper-2-column {
        flex-direction: column;
        align-items: center;
        display: flex;
        width: 100% !important;
        padding-top: 5px !important;
        margin: 0 auto;
    }

    .main-wrap-2-column {
        width: 100% !important;
        margin: 0 16px 0 10px;
    }

    .sub-wrap-2-column {
        width: 100% !important;
    }

    .pankuzu-inner {
        width: 100% !important;
        padding-top: 5px !important;
        margin: 0 auto;
    }

    .main-wrap-2-column {
        width: 100%;
        margin: 0 16px 0 10px;
    }

    .article-hero>.article-top>._title {
        display: block;
        font-size: 18px !important;
        font-weight: 700;
        line-height: 28px;
    }
}

.global-menu_item>a {
    display: block;
    padding: 14px 4px 15px;
    font-weight: 700;
    color: #444;
}

.global-menu-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
}

.global-menu-indicator>._active-bar {
    width: 0;
    height: 3px;
    background: #a8a8a8;
}

.global-menu-indicator>._pointer {
    position: absolute;
    top: -3px;
    left: 0;
    display: none;
    width: 8px;
    height: 8px;
    background: #34b792;
    border-radius: 50%;
}

.global-menu>li:first-child:before {
    left: 0;
}

.global-menu>li:first-child:before,
.global-menu>li:after {
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    content: '';
    border-left: 1px solid #f2f2f2;
}

.global-menu>li:after {
    right: 0;
    z-index: 1;
}

.global-menu>li:first-child:before,
.global-menu>li:after {
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    content: '';
    border-left: 1px solid #f2f2f2;
}

.cf:after {
    display: block;
    clear: both;
    content: "";
}

/* パンクズリスト */

.pankuzu-wrap.is-2-column {
    background-color: #f0f4f3;
}

.pankuzu-wrap {
    /* width: 80%; */
    background-color: #f2f2f2;
}

.pankuzu-inner {
    width: 60%;
    padding-top: 10px;
    margin: 0 auto;
}

.pankuzu-child {
    float: left;
}

.pankuzu-child-title {
    font-size: 12px;
}

.pankuzu-arrow {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../assets/arrow.jpg) no-repeat -438px -315px;
    background-size: 568px 533.5px;
    vertical-align: middle;
    margin: 0 6px;
}

.pankuzu-inner:after {
    display: block;
    clear: both;
    content: "";
}


/* サイドのバー */
.sticky_icons {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    left: 0;
    z-index: 49;
    width: 32px;
    margin-top: 40px;
}

.sticky_icon.is-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    color: #FFF;
    background: #34b792;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.sticky_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.sticky_icon.is-comment ._icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* background: url(/img/spt_tips/spt_tips1651111521620.png) no-repeat -286px -513px; */
    background-size: 568px 533.5px;
}

.sticky_icons ._comment-num {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #34b792;
    text-align: center;
}

.sticky_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sticky_icon.is-good {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.sticky_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sticky_icon.is-good ._img {
    width: 17px;
    height: 16px;
}

.sticky_icon ._img.is-hidden {
    display: none;
}

.sticky_icon.is-bad ._img {
    width: 17px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sticky_icon ._img.is-hidden {
    display: none;
}

.sticky-icons-nps-menu-button,
.sticky-icons-enquete-menu-button {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #444;
    text-align: left;
    background: #fff;
    border: none;
}

.sticky-icons-nps.is-bad {
    top: -130px;
}

.sticky-icons-nps.is-hidden {
    display: none;
}

.sticky-icons-nps {
    position: relative;
    top: -176px;
    left: 40px;
    z-index: 49;
    width: 240px;
}

.sticky-icons-enquete.is-hidden {
    display: none;
}

.sticky-icons-enquete {
    position: relative;
    top: -176px;
    left: 40px;
    z-index: 49;
    width: 240px;
}

.sticky-icons-nps-menu,
.sticky-icons-enquete-menu {
    width: 300px;
    padding: 8px;
    margin-bottom: 16px;
    counter-reset: choice;
    background: #fff;
    -webkit-filter: drop-shadow(0 12px 17px rgba(0, 0, 0, .14)) drop-shadow(0 5px 22px rgba(0, 0, 0, .12)) drop-shadow(0 7px 8px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 12px 17px rgba(0, 0, 0, .14)) drop-shadow(0 5px 22px rgba(0, 0, 0, .12)) drop-shadow(0 7px 8px rgba(0, 0, 0, .2));
    border-radius: 4px;
}

.sticky-icons-nps-menu-item+.sticky-icons-nps-menu-item,
.sticky-icons-nps-menu-item+.sticky-icons-enquete-menu-item,
.sticky-icons-enquete-menu-item+.sticky-icons-nps-menu-item,
.sticky-icons-enquete-menu-item+.sticky-icons-enquete-menu-item {
    border-top: 1px solid #e2e2e2;
}


/* 右下の画面上まで戻るボタン */
.bottom_float {
    position: fixed;
    right: calc(50vw - 980px/2 - 56px - 16px);
    bottom: 106px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.bottom_float ._img {
    width: 22px;
    height: 11px;
}

/* メインページ詳細 */

.main-wrap-2-column {
    width: 60%;
    margin: 0 16px 0 10px;
}

.main-wrap-2-column .article-hero {
    padding: 24px 24px 16px;
}

.article-hero {
    padding: 24px;
    background-color: #FFF;
}

/* お知らせ */
.w-for-tips-custom-style {
    /* background-image: url(https://img.gamewith.jp/service/hd/images/b14b397….png); */
    background-size: 390px 139px;
}

.w-for-tips-custom-style {
    background-repeat: repeat;
}

.c-box {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 1px 2px 0 rgb(0 0 0 / 24%);
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 2px;
}

main-wrap-2-column .article-hero {
    padding: 24px 24px 16px;
}

.article-hero {
    padding: 24px;
    background-color: #FFF;
}

.article-hero>.article-top>._title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.game-announce {
    padding-top: 10px;
    background-color: #FFF;
}

.game-announce>._header {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #ea2a3d;
}

.game-announce>._header+._list {
    margin-top: 8px;
}

.game-announce>._list {
    padding: 14px 10px;
    border: 1px solid #ea2a3d;
    border-radius: 4px;
}

.game-announce>._list>li:first-child {
    padding-top: 0;
}

.game-announce>._list>._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-announce>._list>._heading {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #ea2a3d;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-announce>._list>._item>._i-notification {
    display: inline-block;
    width: 14px;
    height: 14px;
    /* background: url(/img/spt_tips/spt_tips1651111521620.png) no-repeat -552px -514px; */
    background-size: 568px 533.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
}

.game-announce>._list>._item>._link {
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #0074e0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper-2-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-top: 10px;
    margin: 0 auto;
}

.main-wrap-2-column #article-body h2 {
    margin: 16px 0 12px;
    font-size: 16px;
}

#article-body h2,
.w-for-tips-custom-style .article-recommend>._head {
    background-image: url(../assets/bar.jpg);
    padding-left: 20px;
    color: #FFF;
}

.pickup {
    background-image: url(../assets/bar.jpg);
    padding-left: 20px;
    color: #FFF;
}

#article-body h2,
.w-for-tips-custom-style .article-recommend>._head {
    background: left top no-repeat, right top no-repeat, center center;
    background-size: contain, contain, contain;
}

#article-body h2 {
    padding: 12px 10px;
    margin: 25px 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #444;
}

.main-wrap-2-column #article-body h3 {
    margin: 12px 0 8px;
    font-size: 16px;
}

#article-body h3 {
    background-image: url(../assets/bar.jpg);
    padding: 7px 20px;
    color: inherit;
}

#article-body h3 {
    background: left top no-repeat, right top no-repeat, center center;
    background-size: contain, contain, contain;
    border-left: 0;
}

#article-body h3 {
    padding: 5px 0 5px 8px;
    margin: 20px 0 15px;
    font-size: 16px;
    font-weight: 700;
    border-left: 2px solid #444;
}

/* 更新記事 */
.article-news-list {
    margin-bottom: 15px;
    font-size: 0;
}

u-my-m {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-news-list_item {
    width: 100%;
}

article-body .article-news-list .article-news-list_item>._inner.has-border {
    border: 1px solid #CDA64B;
}

.article-news-list_item>._inner.has-border {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

.article-news-list_item>._inner {
    overflow: hidden;
}

.media:last-child {
    border-bottom: 0;
}

.media {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #e2e2e2;
}

.article-news-list_item-ogp {
    width: 100px;
    vertical-align: top;
}

.media_left,
.media_body,
.media_right {
    display: table-cell;
    vertical-align: middle;
}

.article-news-list_item-ogp>._inner {
    position: relative;
    width: 100px;
    padding-top: 52.5%;
}

.main-wrap-2-column #article-body img {
    margin: 0 auto 8px;
}

#article-body img {
    display: block;
    margin: 0 auto 15px;
}

.c-progressive-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media_body.is-full {
    width: 100%;
}

.media_body {
    position: relative;
    padding: 0 0 0 10px;
}

.media_left,
.media_body,
.media_right {
    display: table-cell;
    vertical-align: middle;
}

.article-news-list_item-body>._title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.default-color,
.u-default-color {
    color: #444;
}

.article-news-list_item-body>._last-update {
    font-size: 12px;
    color: gray;
}

.article-news-list_item-body>._last-update>._time {
    white-space: nowrap;
}

/* ページメイン右側 */

.sub-wrap-2-column {
    width: 40%;
}

.sub-wrap-2-column .c-box,
.sub-wrap-2-column .content-wrap {
    margin-bottom: 16px;
}

.c-title,
.w-for-tips-custom-style .c-title-l {
    /* background-image: url(https://img.gamewith.jp/service/hd/images/825f14e….png), url(https://img.gamewith.jp/service/hd/images/697256f….png), url(https://img.gamewith.jp/service/hd/images/a897d9d….png); */
}

.c-title,
.w-for-tips-custom-style .c-title-l {
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, right top, center center;
    background-size: contain, contain, contain;
}

.c-title,
.title {
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #444;
}

.i-tips-head-ranking {
    display: inline-block;
    width: 20px;
    height: 18px;
    /* background: url(/img/spt_tips/spt_tips1651111521620.png) no-repeat -164px -491px; */
    background-size: 568px 533.5px;
}

.c-title_icon {
    margin-right: 5px;
    vertical-align: middle;
}

.c-title_text {
    vertical-align: middle;
}

.tab-wrap {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e2e2e2;
}

.tab {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tab-item {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e2e2e2;
}

.tab-item.is-active>a {
    color: #444;
    background-color: #FFF;
}

.ranking-tab>._inner {
    padding: 10px 8px;
}

.tab-item>a {
    position: relative;
    top: 1px;
    display: block;
    padding: 10px 8px;
    font-weight: 700;
    text-align: center;
}

.ranking-tab.is-active>._inner>._text {
    color: #444;
}

.ranking-tab>._inner>._text {
    color: #a8a8a8;
    vertical-align: middle;
}

.dfp-ad-ranking {
    padding: 0 10px;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

.article-list>._item {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.article-list.is-inarticle-ranking>._item>._inner {
    padding: 10px 0;
    background-color: transparent;
}

.article-list>._item>._inner {
    position: relative;
}

.dfp-ad-ranking .media {
    border-bottom: 0;
}

.media.is-fixed {
    table-layout: fixed;
}

.media:last-child {
    border-bottom: 0;
}

.media {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #e2e2e2;
}

.article-list>._item>._inner>._thumbnail {
    width: 78px;
}

.media_left.is-top,
.media_body.is-top,
.media_right.is-top {
    vertical-align: top;
}

.media_left,
.media_body,
.media_right {
    display: table-cell;
    vertical-align: middle;
}

article-list>._item>._inner>._thumbnail>._inner {
    width: 78px;
}

.c-article-thumbnail {
    position: relative;
    padding-bottom: 51.28205128%;
    background: #f2f2f2;
}

.article-list>._item>._inner>._thumbnail>._inner>.c-progressive-img {
    object-fit: cover;
}

.c-progressive-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-list>._item>._inner>._body {
    padding-left: 8px;
}

.media_body.is-full {
    width: 100%;
}

.media_body {
    position: relative;
    padding: 0 0 0 10px;
}

.media_left,
.media_body,
.media_right {
    display: table-cell;
    vertical-align: middle;
}

.article-list.is-inarticle-ranking>._item>._inner>._number {
    left: 0;
}

.article-list>._item>._inner>._number.is-no1 {
    background-color: #d1b467;
}

.article-list>._item>._inner>._number {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 4px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 0 0 2px;
    font-size: 11px;
}

.c-more-link {
    display: block;
    padding: 10px;
    text-align: right;
    background: #fff;
}

.c-more-link ._text {
    vertical-align: middle;
}

a img {
    border: 0;
}

img {
    vertical-align: bottom;
}

img {
    border: 0;
}

.article-list>._item>._inner>._number.is-no2 {
    background-color: #89afc2;
}

.article-list>._item>._inner>._number.is-no3 {
    background-color: #b48654;
}

.article-list>._item>._inner>._number.is-others {
    background-color: #aaa;
}

li {
    list-style-type: none;
    /*リストマーカー無しにする*/
}

/* 右側　広告 */
.content-wrap {
    margin: 0 0 10px;
}

iframe [属性スタイル] {
    width: 300px;
    height: 250px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

html.i-amphtml-inabox {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 1085px) {
    #page_top {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 50px;
        bottom: 50px;
        background: #3f98ef;
        opacity: 0.6;
        border-radius: 50%;
    }

    #page_top a {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }

    #page_top a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f102';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -14px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    #sidemenu {
        display: block !important;
    }
}

#sidemenu {
    display: none;
}
canvas #myChart {
    background-color: #34b792;
}