@charset "UTF-8";
/* ===============================
article
================================ */
article {
    /* padding: 0; */
    padding: clamp(20px, 4vw, 60px); /* add */
}
@media only screen and (max-width: 767px) {
    article {
        padding-left: 0; /* add */
        padding-right: 0; /* add */
        font-size: 1.45rem; /* adjust */
    }
}

article > * {
    max-width: 1080px;
    margin: 0;
}

article .base-header {
    margin: 0 auto 1em;
    padding: 0 0.5em 0.5em;
    border-bottom: 1px solid #000;
}

article .base-header h1 {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 180%;
}

article .base-main > * {
    margin: 0 0 4em;
}

article .base-main h2 img {
    display: block;
    width: 100%;
    height: auto;
}

/* article .base-main div */
article .base-main div:not(.slider *) { /* adjust */
    margin: 0 0 1.5em;
}

article .base-main.collabo-main h2 + div {
    margin: 0 0 3em;
}

article .base-main div p {
    margin: 0 0 1.5em;
    padding: 0 1em;
}

article .base-main.collabo-main h2 + div p {
    text-align: center;
}

article .base-main div p em {
    font-weight: bold;
}

article .base-main div p:last-of-type {
    margin: 0;
}

article .base-main div ul {
    padding: 0 1em;
}

article .base-main h3 {
    font-size: 1.6em;
    padding: 0 0.5em 0.5em;
    margin: 0 0 1.5em;
    border-bottom: 2px solid #000;
}

article .base-main.collabo-main h3 {
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 0.5em;
    border-bottom: none;
}

article .base-main.collabo-main h3:after {
    display: block;
    content: "";
    margin: 0.5em auto 0;
    width: 1em;
    height: 2px;
    background: #000;
}

article .base-main h4 {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0 0.5em;
    margin: 0 0 0.5em;
}

article .base-main.collabo-main h4 {
    font-size: 1.8em;
    text-align: center;
}

article .base-main.collabo-main h5 {
    font-size: 1.4em;
}

article .base-main table {
    width: 100%;
    margin: 0 0 3em;
    table-layout: fixed;
}

article .base-main.collabo-main table {
    table-layout: auto;
}

article .base-main table tbody tr > * {
    padding: 1.5em 0.5em;
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 499px) {
    article .base-main table tbody tr > * {
        padding: 0em 0.5em;
        border-bottom: none;
    }
}

@media only screen and (max-width: 499px) {
    article .base-main table tbody tr {
        display: flex;
        flex-flow: column;
        text-align: left;
    }
}

article .base-main table tbody tr th {
    font-weight: bold;
    vertical-align: middle;
    width: 15em;
    white-space: nowrap;
}

article .base-main.collabo-main table tbody tr th {
    min-width: 12em;
}

article .base-main table tbody tr td {
    width: calc(100% - 6em);
    vertical-align: middle;
}

@media only screen and (max-width: 499px) {
    article .base-main table tbody tr th {
        width: 100%;
        padding: 1.5em 0.5em 0.5em;
    }
}

@media only screen and (max-width: 499px) {
    article .base-main table tbody tr td {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding: 0.5em 0.5em 1.5em;
    }
}

article .base-main table tbody tr td ol {
    counter-reset: num;
}

article .base-main table tbody tr td ol li:before {
    counter-increment: num;
    content: counter(num) ".";
    margin: 0 0.5em 0 0;
}

article .base-main.collabo-main .base-caution ul {
    padding: 1em 2em;
    background: #F9F9F9;
    border-radius: 3px;
}

article .base-main .base-caution ul li small {
    font-size: 0.9em;
}

article .base-main .base-caution .base-frame {
    height: 25em;
    overflow: auto;
    border: 1px solid #ebebeb;
    padding: 1em;
}

article .base-main .base-caution .base-frame p {
    font-size: 0.9em;
}

article .base-main .base-special {
    padding: 0 1em;
}

article .base-main .base-special > ol {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

article .base-main .base-special > ol > li {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    margin: 0 0 3em;
    width: 50%;
    padding: 0 1em;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-special > ol > li {
        width: 100%;
    }
}

article .base-main .base-special > ol > li > * {
    box-sizing: border-box;
}

article .base-main .base-special > ol > li > dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25em;
    width: 100%;
    height: 5em;
    margin: 0 0 0.5em;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-special > ol > li > dl {
        height: auto;
    }
}

article .base-main .base-special > ol > li > dl dt {
    width: 3em;
    font-weight: bold;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-special > ol > li > dl dt {
        width: 100%;
    }
}

article .base-main .base-special > ol > li > dl dd {
    width: calc(100% - 3em);
}

@media only screen and (max-width: 499px) {
    article .base-main .base-special > ol > li > dl dd {
        width: 100%;
        margin: 0 0 1em;
    }
}

article .base-main .base-special > ol > li > span img {
    width: 100%;
    height: auto;
}

article .base-main .base-item > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

article .base-main .base-item > ul > li {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 0 3em;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-item > ul > li {
        width: 100%;
    }
}

article .base-main .base-item > ul > li > * {
    box-sizing: border-box;
}

article .base-main .base-item > ul > li > span {
    width: 45%;
    padding: 0 0.5em 0 0.75em;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-item > ul > li > span {
        width: 100%;
    }
}

article .base-main .base-item > ul > li > span img {
    width: 100%;
    height: auto;
}

article .base-main .base-item > ul > li > dl {
    display: flex;
    flex-flow: column;
    width: 55%;
    line-height: 180%;
    padding: 0 0.75em 0 0.5em;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-item > ul > li > dl {
        width: 100%;
    }
}

article .base-main .base-item > ul > li > dl dt {
    font-size: 1.05em;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
}

article .base-main .base-item > ul > li > dl dd cite {
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

article .base-main .base-item > ul > li > dl dd small {
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

article .base-main .base-item > ul > li > dl dd em {
    font-size: 0.95em;
    font-weight: bold;
}

article .base-main .base-item > ul > li > dl dd span {
    color: #FFF;
    font-size: 0.85em;
    background: red;
    padding: 0.25em 0.5em;
    border-radius: 3px;
}

article .base-main .base-item > ul > li > dl dd ul {
    font-size: 0.9em;
    line-height: 160%;
    padding: 0 0 0 0.25em;
    margin: 0 0 0.5em;
}

article .base-main .base-item > ul > li > dl dd ul li::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0.3em;
    height: 0.3em;
    margin: 0 0.5em 0 0;
    background: #000;
    border-radius: 10px;
}

article .base-main .base-item > ul > li > dl dd:nth-of-type(1) {
    order: -1;
}

article .base-main .base-feature .base-feature-image ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

article .base-main .base-feature .base-feature-image ul li {
    padding: 0 0.5em 1em 0.5em;
}

article .base-main .base-feature .base-feature-image ul:nth-of-type(1) li {
    width: calc(100% / 3);
}

@media only screen and (max-width: 499px) {
    article .base-main .base-feature .base-feature-image ul:nth-of-type(1) li {
        width: calc(100% / 1);
    }
}

article .base-main .base-feature .base-feature-image ul:nth-of-type(2) li {
    width: calc(100% / 5);
}

@media only screen and (max-width: 499px) {
    article .base-main .base-feature .base-feature-image ul:nth-of-type(2) li {
        width: calc(100% / 2);
    }
}

article .base-main .base-feature .base-feature-image ul li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

article .base-main .base-feature .base-feature-comment {
    max-width: 960px;
    margin: auto;
}

article .base-main .base-feature .base-feature-comment h5 {
    text-align: center;
    margin: 0 0 0.5em;
}

article .base-main .base-feature .base-feature-comment div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

article .base-main .base-feature .base-feature-comment div img {
    width: 100%;
    height: 20em;
    margin: 1em 0;
    object-fit: none;
    border-radius: 5px;
}

article .base-main .base-feature .base-feature-purchase {
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 1.4em;
}

article .base-main .base-feature .base-feature-purchase p {
    text-align: center;
}

article .base-main .base-feature .base-feature-purchase > dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 0.5em;
}

article .base-main .base-feature .base-feature-purchase > dl dt {
    width: 100%;
    text-align: center;
}

article .base-main .base-feature .base-feature-purchase > dl dd {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 1em;
}

article .base-main .base-feature .base-feature-purchase ol {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

article .base-main .base-feature .base-feature-purchase ol li {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 2em 2em 2em;
}

article .base-main .base-feature .base-feature-purchase ol li dl {
    display: flex;
    flex-flow: column;
    align-items: center;
}

article .base-main .base-feature .base-feature-purchase ol li dl dt {
    margin: 0 0 0.5em;
}

article .base-main .base-feature .base-feature-purchase ol li dl dd {
    margin: 0 0 0.5em;
}

article .base-main .base-feature .base-feature-purchase ol li dl dd em {
    font-weight: bold;
}

article .base-main .base-feature .base-feature-purchase ol li a {
    display: block;
    color: #FFF;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    width: 12em;
    margin: auto;
    padding: 0.55em 0.6em;
    border-radius: 3px;
    box-sizing: border-box;
    background: #000;
}

article .base-footer {
    margin: 7em 0 0;
    padding: 0 1em;
}

article .base-footer .base-sns {
    margin: 0 0 2em;
}

article .base-footer .base-sns ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

article .base-footer .base-sns ul li {
    font-size: 2.2em;
    padding: 0.25em;
    border-radius: 3px;
}

article .base-footer .base-sns ul li.sns-twitter {
    background: #1B95E0;
}

article .base-footer .base-sns ul li a {
    color: #FFF;
}

article .base-footer .base-copyright p {
    font-size: 0.9em;
}

/* ===============================
news
================================ */

/* ===============================
event
================================ */
.updated-date {
    color: var(--global-text-color-gray); /* add */
}

/* ===============================
old
================================ */

.container {
    max-width: 1180px;
    margin: 0 auto; /* adjust */
    padding-left: 15px; /* adjust */
    padding-right: 30px; /* adjust */
}
@media only screen and (max-width: 767px) {
    .container {
        padding-right: 15px; /* adjust */
    }
}

.single-post #primary .post .post-thumbnail {
    display: none;
    margin: 0;
}

.search-content {
    display: none;
}

#primary {
    color: #000;
    line-height: 240%;
}

#primary .post .entry-content table,
#primary .page .entry-content table {
    color: #000;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
    margin: 0 0 13px; /* adjust metro-magazine/style.css */
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
    font-size: 30px;
    line-height: 160%;
    font-weight: 400; /* adjust */
}

#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td {
    padding: 1.5em 1em;
}

#primary .post .entry-content iframe,
#primary .page .entry-content iframe {
    margin: 0;
    vertical-align: middle; /* adjust */
    width: 100%; /* adjust */
}

.lp-wrap section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 6em;
}

.lp-wrap > p {
    display: none;
}

.lp-wrap section:last-of-type {
    margin: 0;
}

.lp-wrap section h3 {
    width: 100%;
    text-indent: 0.5em;
}

.lp-wrap section h3:after {
    display: block;
    content: "";
    height: 2px;
    margin: 0.2em auto 0;
    background: #314B9D;
}

.lp-wrap section p {
    width: 100%;
    padding: 0 0.5em;
    margin: 0 0 1em;
    box-sizing: border-box;
}

.lp-wrap p small {
    display: block;
    text-align: right;
    margin: 0 1em;
}

.lp-wrap table th {
    line-height: 140%;
    white-space: nowrap;
}

.lp-wrap table td {
    line-height: 140%;
}

.lp-wrap table iframe {
    min-height: 35vh;
    margin: 0;
}

.lp-wrap ul,
.lp-wrap ol {
    margin: 0;
    padding: 0;
}

.lp-wrap table ol li {
    list-style: inside decimal;
    padding: 1em 0;
    border-bottom: 1px dashed #ebebeb;
}

.lp-wrap table ol li:first-child {
    padding: 0 0 1em;
}

.lp-wrap table ol li:last-child {
    border: none;
    padding: 1em 0 0;
}

.lp-wrap .lp-summary div {
    width: 60%;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-wrap .lp-summary p + div {
    width: 100%;
}

.lp-wrap .lp-summary picture {
    width: 40%;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-wrap .lp-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.lp-wrap .lp-item ul li {
    list-style: none;
    width: calc(100% / 5);
    padding: 0 10px;
}

.lp-wrap .lp-item ul li > span {
    display: block;
    min-height: 230px;
}

.lp-wrap .lp-item ul li img {
    display: block;
    margin: 0 0 0.75em;
}

.lp-wrap .lp-item ul li p,
.lp-wrap .lp-item ul li br {
    display: none;
}

.lp-wrap .lp-item ul li dl {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.lp-wrap .lp-item ul li dl dt {
    margin: 0.5em 0;
    padding: 0;
    line-height: 140%;
}

.lp-wrap .lp-item ul li dl dt span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
}

.lp-wrap .lp-item ul li dl dt em {
    display: block;
    font-style: normal;
}

.lp-wrap .lp-item ul li dl dd {
    margin: 0;
    padding: 0;
    line-height: 160%;
}

.lp-wrap .lp-item ul li dl dd:nth-of-type(1) {
    order: -1;
    font-size: 0.7em;
    line-height: 1em;
}

.lp-wrap .lp-item ul li dl dd span {
    color: #FFF;
    padding: 0.4em 0.5em;
    border-radius: 3px;
}

.lp-wrap .lp-item ul li dl dd span:nth-child(2n) {
    margin: 0 0.25em;
}

.lp-wrap .lp-item ul li dl dd span.blue {
    background: #3A71D6;
}

.lp-wrap .lp-item ul li dl dd span.green {
    background: #7BBC34;
}

.lp-wrap .lp-item ul li dl dd span.orange {
    background: #E74718;
}

.lp-wrap .lp-item ul li dl dd span.red {
    background: #E20111;
}

.lp-wrap .lp-item ul li dl dd span.pink {
    background: #EB6688;
}


.lp-wrap .lp-item ul li dl dd:nth-of-type(2)::before {
    content: "￥";
}

.lp-wrap .lp-item ul li dl dd:nth-of-type(2)::after {
    font-size: 0.8em;
    content: "（税別）";
    margin: 0 0 0 -0.25em;
}

.lp-wrap .lp-item ul li dl dd.taxin:nth-of-type(2)::after {
    font-size: 0.8em;
    content: "（税込）";
    margin: 0 0 0 -0.25em;
}

.lp-wrap .lp-rtcampaign div {
    width: 65%;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-wrap .lp-rtcampaign figure {
    width: 35%;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-wrap .lp-rtcampaign figure twitterwidget {
    width: 100%;
    min-width: inherit !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: inherit !important;
    max-height: inherit !important;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 991px) {
    #primary {
        color: #000;
        line-height: 220%;
    }

    #primary .post .entry-content h2,
    #primary .page .entry-content h2 {
        font-size: calc(32px * 0.8);
    }

    #primary .post .entry-content h3,
    #primary .page .entry-content h3 {
        font-size: calc(32px * 0.9);
        text-align: center;
        text-indent: 0;
    }

    #primary .post .entry-content table th,
    #primary .page .entry-content table th {
        padding: 1em 1em 0
    }

    #primary .post .entry-content table td,
    #primary .page .entry-content table td {
        padding: 0.5em 1em 1em;
    }

    .lp-wrap section p {
        text-align: center;
        padding: 0;
    }

    .lp-wrap section h2 + p {
        text-align: left;
    }

    .lp-wrap section h3:after {
        width: 3em;
    }

    .lp-wrap section table tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .lp-wrap section table tr th {
        width: 100%;
    }

    .lp-wrap section table tr td {
        width: 100%;
    }

    .lp-wrap .lp-item ul li {
        width: calc(100% / 3);
    }

    .lp-wrap .lp-item ul li > span {
        min-height: 0;
    }

    .lp-wrap .lp-summary div,
    .lp-wrap .lp-summary picture,
    .lp-wrap .lp-rtcampaign div,
    .lp-wrap .lp-rtcampaign figure {
        width: 100%;
        padding: 0;
    }

    .lp-wrap .lp-summary picture {
        padding: 0 20%;
        display: none;
    }

    .lp-wrap .lp-rtcampaign figure {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 767px) {
    #primary {
        color: #000;
        line-height: 210%;
    }

    #primary .post .entry-content h2,
    #primary .page .entry-content h2 {
        font-size: calc(32px * 0.7);
    }

    #primary .post .entry-content h3,
    #primary .page .entry-content h3 {
        font-size: calc(30px * 0.8);
    }

    .lp-wrap .lp-item ul li {
        width: calc(100% / 2);
    }

}

/*.single-post #primary .post .entry-header .entry-title,
#primary .page .entry-header .entry-title */
.single-post .entry-title {
    font-size: clamp(16px, 2.667vw, 25px); /* 18px / 750 * 100 */ /* 30px */ /* add */
    line-height: 1.36; /* 36px; */ /* add */
    font-weight: 400; /* add */
    margin: 0 auto 0.5em; /* 0 auto 1em */
    padding: 0 0 0.5em;
    border-bottom: 1px solid var(--global-bg-color-gray);
}

.all-post .post .category:first-child {
    display: none;
}

.section-five .post .category:first-child {
    display: none;
}

/* ===============================
Delete
================================ */

#primary .post .entry-header .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.fa-plus-circle:before {
    content: "\f055";
}

.page-header .page-title {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.single-post #primary .post .entry-header .entry-title,
#primary .page .entry-header .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6em;
    padding: 0 0.5em 0.5em;
    margin: 0 0 1.5em;
}

.section-three .post .entry-header .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.section-three .header .header-title {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 29px; /* adjust */
    padding: 0 0.5em;
    margin: 0 0 0.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    outline: none;
}

#primary .post .entry-content,
#primary .page .entry-content {
    margin: 0 0 50px;
}

@media only screen and (max-width: 499px) {
    #primary .post .entry-content,
    #primary .page .entry-content{
        line-height: 24px;
    }
}

#content {
    padding: 58px 0px;
}

article > * {
    max-width: 100%;
    margin: 0;
}

all-post .post .category {
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 6px 5px;
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
}

.section-five .post .category {
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 6px 5px;
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 499px) {

    #primary .post .entry-content table th,
    #primary .page .entry-content table th {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {

    #primary .post .entry-content h3,
    #primary .page .entry-content h3 {
        text-align: left;
    }
}

.single-post #primary .post .entry-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-post .addtoany_share_save_container {
    margin: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; /* flex-end */
}

#primary .post .entry-meta {
    /*margin: 0 0 1em;*/
    margin: 0 0 0.2em;
}
@media only screen and (max-width: 767px) {
    #primary .post .entry-meta {
        line-height: 1.74; /* add */
    }
}

#primary .post .entry-content table th,
#primary .page .entry-content table th {
    text-align: center;
}

/* ===============================
投稿
================================ */
.base-emergency {
    border: 1px solid #000 !important;
    padding: 2em 1em !important;
    margin: 1em 0 2em !important;
}

.base-emergency h1,
.base-emergency h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    margin: 0 1em 1em !important;
    line-height: 160% !important;
}

.base-emergency a {
    color: red !important;
}

article .base-main .base-emergency a:link,
article .base-main .base-emergency a:visited {
    color: red !important;
    text-decoration: none !important;
}

article .base-main .base-emergency a:hover,
article .base-main .base-emergency a:active {
    color: red !important;
    text-decoration: underline !important;
}


article .base-main table em {
    font-weight: bold;
}

article .base-main a:link,
article .base-main a:visited {
    text-decoration: none;
}

article .base-main a:hover,
article .base-main a:active {
    text-decoration: underline;
}

article .base-main .base-item li {
    vertical-align: middle; /* adjust */
}

article .base-main .base-item-tokuten>ul>li>dl dd:nth-of-type(2) {
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
}

article .base-main .base-item-tokuten>ul>li>dl dd small {
    line-height: normal;
}

article .base-main .base-item>ul>li>dl dd span {
    margin: 0 0.5em 0 0;
}

article .base-main .base-esc span {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

article .base-main .base-esc span img {
    display: block;
    max-width: 100%;
    height: auto;
}

article .base-main .base-esc.base-esc-guide span {
    margin: 1em 0;
}

article .base-main .base-esc.base-esc-guide span img {
    max-width: 640px;
}

article .base-main iframe {
    width: 100%;
    height: 300px;
}

article .base-main .base-item-tokuten>ul>li>dl dd:nth-of-type(2) {
    border-bottom: 1px solid #CCC;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
}

article .base-main .base-item-tokuten>ul>li>dl dd small {
    line-height: normal;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul {
    justify-content: flex-start;
    padding: 0;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul>li {
    width: 25%;
    margin: 0;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul>li>span {
    width: 100%;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul>li>span img {
    width: 65%;
    margin: auto;
    display: block;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul>li>dl {
    width: 100%;
    padding: 0 1.5em;
}

article .base-main .base-item.base-item-tokuten-amnibus>ul>li>dl dt {
    border-bottom: none;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-item.base-item-tokuten-amnibus>ul>li {
        width: 50%;
        margin: 0;
    }

    article .base-main .base-item.base-item-tokuten-amnibus>ul>li>span img {
        width: 100%;
    }

    article .base-main .base-esc.base-esc-guide span img {
        max-width: 100%;
    }

}

article .base-main .base-item-main>ul>li {
    align-items: center;
}

article .base-main .base-item-main>ul>li {
    flex-flow: column;
}

article .base-main .base-item-main>ul>li>span {
    width: 90%;
}

article .base-main .base-item-main>ul>li>dl {
    width: 90%;
}

/*LPスライダー*/
article .base-main div ul.slick-list.draggable,
article .base-main div ul.slick-list.draggable,
article .base-main div ul.slick-track,
article .base-main div ul.slick-slider {
    margin: 0 !important;
    padding: 0 !important;
}

article .base-main .base-item ul.slick-dots {
    position: static;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    bottom: auto;
}

article .base-main .base-item ul.slick-dots li {
    width: 30% !important;
    height: auto;
}

article .base-main .base-item ul.slick-dots li a {
    display: block;
    cursor: pointer;
    margin: 0.5em;
}

article .base-main .base-item ul.slick-dots li a img {
    display: block;
    outline: 1px solid #EFEFEF;
}

@media only screen and (max-width: 499px) {
    article .base-main .base-item ul.slick-dots li {
        width: 25% !important;
    }
}

/* ===============================
slick-theme.css?ver=1.1.7
// adjust metro-magazine/css/slick-theme.css
================================ */
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px !important;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-slide{
    margin: 0 10px;
}

.slick-slide img {
    width: auto;
    /*height: 384px;*/
    height: 264px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .slick-slide{
        margin: 0 3px;
    }

    .slick-slide img {
        width: auto;
        height: 48vw;
        object-fit: cover;
    }
}