@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #080e14;
    font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
}

a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    color: #080e14;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #d40020 !important;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img, iframe {
    vertical-align: bottom;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ICON FONT
------------------------------------------ */
@font-face {
    src: url("../../fonts/arowana/icon-font.eot?9c0ltd");
    src: url("../../fonts/arowana/icon-font.eot?9c0ltd#iefix") format("embedded-opentype"), url("../../fonts/arowana/icon-font.ttf?9c0ltd") format("truetype"), url("../../static/fonts/arowana/icon-font.woff?9c0ltd") format("woff"), url("../../fonts/arowana/icon-font.svg?9c0ltd#icon-font") format("svg");
    font-family: 'icon-font';
    font-style: normal;
    font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.icon-search:before {
    content: "\e900";
}

.icon-book:before {
    content: "\e901";
}

.icon-download:before {
    content: "\e902";
}

.icon-hatenabookmark {
    width: 20px;
    height: 100%;
    background: url(/media/z/2019/icon_hatenabookmark.svg) no-repeat center center;
    content: "";
}

.icon-saas:before {
  content: url(/media/z/2024/icon_saas.png);
  display: inline-block;
  vertical-align: middle;
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-print:before {
    content: "\f02f";
}

.icon-feed:before {
    content: "\f09e";
}

.icon-rss:before {
    content: "\f09e";
}


.icon-paperclip:before {
    content: "\f0c6";
}

.icon-newspaper-o:before {
    content: "\f1ea";
}

.icon-get-pocket:before {
    content: "\f265";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-x:before {
  content: "\e90a";
}




/* HEADER FOOTER
------------------------------------------ */
/* header */
.g-grid-container {
    width: calc(100vw - 2rem);
    min-width: 288px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .g-grid-container {
        width: calc(100vw - 4rem)
    }
}

@media (min-width: 1440px) {
    .g-grid-container {
        width: 1296px;
        max-width: 1440px
    }
}


.u-grid-columns {
    --grid-cols: 2;
    display: grid;
    grid-gap: 1rem;
    grid-gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(var(--grid-cols), 1fr)
}

@media (min-width: 768px) {
    .u-grid-columns {
        --grid-gap: 1.5rem;
        --grid-cols: 6
    }
}

@media (min-width: 1024px) {
    .u-grid-columns {
        --grid-cols: 12
    }
}

@media (min-width: 768px) {
    .md\:u-col-1 {
        grid-column-end: span 1
    }

    .md\:u-col-5 {
        grid-column-end: span 5
    }

}

@media (min-width: 768px)and (max-width: 1023px) {
    .md\:u-col-hide {
        display: none
    }
}

@media (min-width: 1024px) {
    .lg\:u-col-3 {
        grid-column-end: span 3
    }

    .lg\:u-col-9 {
        grid-column-end: span 9
    }

}


.c-globalSvgs {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}


#facebook g, #twitter path:first-child {
    fill: none;
}


.c-siteHeader {
    height: 86px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    background: #d0ff4b;
    z-index: 5200;
}

@media (min-width: 1230px) {
    .c-siteHeader {
        height: auto;
    }
}

.c-siteHeaderNavigation {
    height: 100%;
}

.c-siteHeaderNavigation_item {
    display: inline-flex;
}

.c-siteHeaderNavigation a {
    -webkit-tap-highlight-color: transparent;
}

.c-siteHeaderNavigation_buttonShelf, .c-siteHeaderNavigation_topicShelf {
    height: 100%;
}

.c-siteHeaderNavigation_buttonShelf {
    display: flex;
    justify-content: flex-end;
}

.c-siteHeaderNavigation_topicShelf {
    display: none;
}

.c-siteHeaderNavigation_sloganWrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.c-siteHeaderNavigation_slogan {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #080a12;
}

.c-siteHeaderNavigation_slogan:hover {
    color: #d40020;
}

.c-siteHeaderNavigation .c-siteHeaderNavigation-more {
    display: none;
}

@media (max-width: 767px) {
    .c-siteHeaderNavigation, .c-siteHeaderNavigation_buttonShelf {
        justify-content: space-between;
    }

    .c-siteHeaderNavigation_sloganWrapper {
        visibility: hidden;
        overflow: hidden;
        width: 0;
        flex-grow: 0;
    }
}

@media (max-width: 1229px) {
    .c-siteHeaderNavigation {
        display: flex;
        grid-gap: 0;
    }

    .c-siteHeaderNavigation_shelves {
        flex: 1;
    }
}

@media (min-width: 768px) {
    .c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item > div {
        margin-left: 48px;
    }

    .c-siteHeaderNavigation_slogan {
        margin-left: 1.5rem;
    }
}

@media (min-width: 1230px) {
    .c-siteHeaderNavigation_shelves {
        display: flex;
        flex-direction: column-reverse;
    }

    .c-siteHeaderNavigation_buttonShelf {
        height: 107px;
    }

    .c-siteHeaderNavigation_buttonShelf .c-sitePrimaryMenu_subNav {
        top: 0;
        padding-top: 70px;
    }

    .c-siteHeaderNavigation_topicShelf {
        display: flex;
        justify-content: space-between;
        height: 70px;
    }

    .c-siteHeaderNavigation .c-siteHeaderNavigation-more {
        display: inline-flex;
    }

    .c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item > div {
        margin-left: 110px;
    }

    .c-siteHeaderNavigation_slogan {
        margin-left: 0;
        position: relative;
        z-index: 4;
        transition: color .5s ease
    }

    .c-siteHeaderNavigation_slogan:hover {
        transition: none;
    }

    .c-siteHeaderNavigation .c-siteHeaderMasthead {
        position: relative;
        z-index: 4;
    }

    .c-siteHeaderNavigation .c-siteHeaderMasthead svg, .c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton svg, .c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon svg {
        transition: fill .5s ease;
    }

    .c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton:hover svg, .c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon:hover svg {
        transition: none;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderMasthead svg {
        fill: #d0ff4b;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderMasthead:hover svg {
        transition: none;
        fill: #ff435a;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan {
        color: #d0ff4b;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan:hover {
        color: #ff435a;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_item:after {
        display: none;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation-login svg, .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_itemIcon svg {
        fill: #d0ff4b;
    }

    .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_loginButton:hover svg, .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu.is-expanded .c-sitePrimaryMenu_itemIcon svg, .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu:hover .c-sitePrimaryMenu_itemIcon svg {
        fill: #ff435a;
    }
}

.c-siteHeaderMasthead {
    z-index: 5800000;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.c-siteHeaderMasthead:hover svg {
    fill: #20222a
}

.c-siteLogo_image {
    width: 100%;
    height: 100%;
    display: block
}

.c-siteLogo_image-color-brand {
    fill: #d0ff4b
}

.c-siteLogo_image-color-text {
    fill: #080a12
}

.c-siteLogo_image-footer, .c-siteLogo_image-normal {
    width: 66px;
    height: 42px
}

@media (min-width: 1230px) {
    .c-siteLogo_image-footer, .c-siteLogo_image-normal {
        height: 64px;
        width: 100px
    }
}

.c-siteLogo_image-small {
    height: 32px;
    width: 50px
}

.c-siteLogo_image-amp, .c-siteLogo_image-header {
    width: 107px;
    height: 70px
}

@media (min-width: 1230px) {
    .c-siteLogo_image-header {
        width: 220px;
        height: 144px
    }
}

.c-sitePrimaryMenu {
    align-items: center;
    display: flex
}

.c-sitePrimaryMenu_text {
    font-weight: 600;
    color: #080a12;
    font-size: 16px;
    font-feature-settings: "palt" 1;
    margin-top: -32px
}

.c-sitePrimaryMenu_item {
    cursor: default;
}

.c-sitePrimaryMenu_item > svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #080a12;
}

.c-sitePrimaryMenu_itemLink {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.c-sitePrimaryMenu_item:hover {
    color: #d40020;
}

.c-sitePrimaryMenu_item:hover svg {
    fill: #d40020;
}

.c-sitePrimaryMenu_subNav {
    background-color: #20222a;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    z-index: 2;
    overflow: auto;
    max-height: 100vh;
}

@media (min-width: 768px) {
    .c-sitePrimaryMenu_subNav {
        left: auto;
    }
}

@media (min-width: 1230px) {
    .c-sitePrimaryMenu_subNav {
        left: 0;
    }
}

.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #20222a;
    z-index: 1;
    visibility: hidden;
    transform: scaleX(0) translateZ(0);
    transition: transform .1s ease, visibility 0s .1s
}

.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_text {
    color: #d40020;
}

.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item svg {
    fill: #d40020;
}

.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
}

.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item:after {
    visibility: visible;
    transform: scaleX(1) translateZ(0);
    transition: transform .1s ease;
}

.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_subNav {
    visibility: hidden;
    clip: rect(0, 200vw, 0, 0);
    transition: clip .3s linear, visibility 0s .3s;
}

.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_subNav {
    visibility: visible;
    clip: rect(0, 200vw, 100vh, 0);
    transition: clip .5s linear;
    z-index: 3;
}

.c-sitePrimaryMenuSearch.c-sitePrimaryMenu_hasSubNav.is-expanded + .c-smartSearch {
    visibility: visible;
    clip: rect(0, 200vw, 100vh, 0);
    transition: clip .5s linear;
    z-index: 3;
    margin-left: 0;
    width: 100%;
}


@media (min-width: 1230px) {
    .c-sitePrimaryMenu_accordion {
        display: none;
    }

    .c-sitePrimaryMenu_item > svg {
        width: 24px;
        height: 24px;
        z-index: 4;
    }
}

.c-siteMenuList {
    position: relative;
    font-weight: 600;
    padding: 16px;
    line-height: 22px;
}

.c-siteMenuList_item {
    color: #fff;
    margin: 32px 16px 32px 0;
}

.c-siteMenuList_label {
    color: #fff;
    opacity: .5;
}

.c-siteMenuList_label:hover {
    color: #fff;
}

.c-siteMenuList_link {
    display: block;
    color: inherit;
    cursor: pointer
}

.c-siteMenuList_link:hover {
    color: #ff435a
}

.c-siteMenuList_link:hover > svg {
    fill: #ff435a
}

.c-siteMenuList_linkIcon {
    width: 14px;
    height: 12px;
    vertical-align: middle;
    margin-left: 5px;
    fill: #ff3350
}

@media (min-width: 768px)and (max-width: 1229px) {
    .c-siteMenuList {
        max-width: 430px
    }
}

@media (max-width: 1229px) {
    .c-siteMenuList {
        display: block;
    }
}

@media (min-width: 1230px) {
    .c-siteMenuList {
        display: flex;
        justify-content: flex-end;
    }
}


@media (min-width: 768px) {
    .c-smartSearch {
        width: calc(100% - 110px);
    }
}

.c-smartSearch_form {
    display: flex;
    margin: 1.5rem 0
}

@media (min-width: 768px) {
    .c-smartSearch_form {
        margin: 2rem 0 1.5rem
    }
}

@media (max-width: 1229px) {
    .c-smartSearch-grid {
        display: block
    }
}


.c-smartSearch button[type=submit] {
    display: flex;
    align-items: center;
}
.c-smartSearch button[type=submit], .c-smartSearch input[type=search] {
    height: 56px;
    line-height: 54px;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none !important;
}
.c-smartSearch button[type=submit], .c-smartSearch input[type=text] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none !important;
}
.c-smartSearch button[type=submit], .c-smartSearch input[type=text]:focus {
    background-image: none !important;
   text-indent: 0 !important;
}

@media (min-width: 768px) {
    .c-smartSearch button[type=submit], .c-smartSearch input[type=search] {
        height: 54px;
        line-height: 52px
    }
}

.c-smartSearch input[type=search] {
    color: #fff;
    border: 1px solid #d1d0d3;
    margin: 0 12px 0 0;
    box-shadow: none;
    flex-grow: 1;
    padding: 0 9px;
    background: transparent
}

@media (min-width: 768px) {
    .c-smartSearch input[type=search] {
        margin: 0 1rem 0 0;
        padding: 0 20px
    }
}

.c-smartSearch input[type=search]::-moz-placeholder {
    color: #fff;
    text-transform: lowercase
}

.c-smartSearch input[type=search]:-ms-input-placeholder {
    color: #fff;
    text-transform: lowercase
}

.c-smartSearch input[type=search]::placeholder {
    color: #fff;
    text-transform: lowercase
}

.c-smartSearch button[type=submit] {
    flex-grow: 0;
    background-color: #eb0e33;
    color: #fff;
    border: none;
    padding: 0 16px;
    text-transform: none;
    font-weight: 600;
    text-transform: lowercase
}

.c-smartSearch button[type=submit] svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    vertical-align: middle;
    margin-left: .5rem
}

.c-smartSearch button[type=submit]:active, .c-smartSearch button[type=submit]:hover {
    background-color: #d40020
}

@media (min-width: 768px) {
    .c-smartSearch button[type=submit] {
        padding: 0 77px
    }
}

.c-smartSearch .c-smartSearch_resultContainer {
    min-height: 288px;
    margin-bottom: 1.5rem
}

.c-siteAccordionMenu {
    border-top: 1px solid #383a42;
    line-height: 80px;
    position: relative;
    z-index: 2;
    font-weight: 600
}

.c-siteAccordionMenu.c-sitePrimaryMenu_subNav {
    position: fixed;
    top: 0;
    bottom: 0
}

.c-siteAccordionMenu_content {
    width: 100%;
    max-height: 100%;
    overflow: auto
}

.c-siteAccordionMenu_section .c-siteAccordionMenu_item {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    line-height: 20px;
    margin: 0;
    transition: opacity .3s ease, max-height .3s ease .3s, margin .3s ease .3s, visibility 0s .3s
}

.c-siteAccordionMenu_section.is-expanded {
    border-bottom: 1px solid #383a42
}

.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_sectionToggle > svg {
    transform: rotateX(180deg)
}

.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_item {
    visibility: visible;
    max-height: 80px;
    margin: 2rem 0;
    opacity: 1;
    transition: opacity .3s ease .3s, max-height .3s ease, margin .3s ease
}

.c-siteAccordionMenu_item {
    color: #fff;
    font-size: 13px;
    padding: 0 1rem
}

.c-siteAccordionMenu_itemArrowIcon {
    width: 15px;
    height: 13px;
    vertical-align: middle;
    margin-left: 5px;
    fill: #eb0e33
}

.c-siteAccordionMenu_item:hover {
    color: #ff435a
}

.c-siteAccordionMenu_item:hover svg {
    fill: #ff435a
}

.c-siteAccordionMenu_link {
    -webkit-tap-highlight-color: transparent;
    display: block;
    color: inherit
}

.c-siteAccordionMenu_link:hover {
    color: #ff435a
}

.c-siteAccordionMenu_closeButton {
    border-bottom: 1px solid #383a42;
    line-height: 84px;
    padding: 0 1rem;
    cursor: pointer;
    display: block;
    text-align: right;
    box-sizing: border-box
}

.c-siteAccordionMenu_closeButton > svg {
    width: 17px;
    height: 17px;
    fill: #eb0e33;
    vertical-align: middle
}

.c-siteAccordionMenu_sectionToggle {
    position: relative;
    border-bottom: 1px solid #383a42;
    padding: 0 1rem;
    font-size: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.c-siteAccordionMenu_sectionToggle > svg {
    width: 13px;
    height: 7px;
    position: absolute;
    fill: #fff;
    top: 35px;
    right: 1rem;
    transition: transform .3s ease
}

@media (min-width: 768px) {
    .c-siteAccordionMenu {
        width: 430px
    }

    .c-siteAccordionMenu_closeButton, .c-siteAccordionMenu_item, .c-siteAccordionMenu_sectionToggle {
        padding: 0 2rem
    }

    .c-siteAccordionMenu_sectionToggle > svg {
        right: 2rem
    }
}


.body_scroll_fixed {
    position: fixed;
    left: 0;
}


/* footer */
footer {
    position: relative;
    margin-top: 72px;
    padding: 32px 0;
    background: url(/static/img/bg_footer.jpg) no-repeat center center;
    background-size: cover;
    color: #cad6de;
    font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: center;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
footer > .pg-container,
footer .footer-copyright {
    position: relative;
    z-index: 5;
}

.footer-sns {
    display: flex;
    justify-content: center;
    gap: 0 16px;
    padding: 40px 0;
}
.footer-sns li {
    width: 40px;
    height: 40px;
    font-size: 24px;
}
.footer-sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

footer a {
    color: #fff;
    font-weight: bold;
}
/* 変更ここまで */

footer a:hover {
    color: #EB1A33 !important;
}

.footer-menu {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

.footer-menu .footer-menu-block {
    width: 24%;
    text-align: left;
}

.footer-menu .footer-menu-block ul {
    margin-bottom: 16px;
}

.footer-menu .footer-menu-block li {
    margin-bottom: 8px;
}

.footer-menu .footer-menu-block h4,
.footer-menu .footer-menu-block h4 > a {
    margin-bottom: 8px;
    /* color: #6a767f;*/
    color: #ccd7e0;
}

.footer-copyright {
    padding-top: 32px;
    border-top: 1px solid #cad6de;
}

.footer-copyright ul {
    padding: 24px 0;
}

.footer-copyright li {
    display: inline-block;
    margin: 0 8px;
    padding: 0 8px;
}

/* LAYOUT
------------------------------------------ */
.pg-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 24px 0;
}

#page-wrap {
    background-color: #FFF;
}

.pg-container-col2 {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.pg-container-main {
    -webkit-flex-basis: 830px;
    -ms-flex-basis: 830px;
    flex-basis: 830px;
}

.pg-container-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 370px;
    margin-left: 40px;
}

.pg-mod {
    margin-bottom: 40px;
}

/* 3col */
.pg-container-main-2col {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.pg-container-main-2col .pg-container-main-primary {
    order: 2;
    width: 100%;
    margin-left: 40px;
}

.pg-container-main-2col .pg-container-main-secondary {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    order: 1;
    width: 200px;
}

.pg-parts-3col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.pg-parts-3col .pg-parts-3col-inner {
    width: 30%;
    margin: 0 5% 40px 0;
}

.pg-parts-3col .pg-parts-3col-inner:nth-of-type(3n) {
    margin-right: 0;
}

.pg-parts-2col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.pg-parts-2col .pg-parts-2col-inner {
    width: 48%;
    margin: 0 2% 40px 0;
}

.pg-parts-2col .pg-parts-2col-inner:nth-of-type(even) {
    margin-right: 0;
}

/* margin padding */
.mgt48 {
    margin-top: 48px !important;
}

.mgt24 {
    margin-top: 24px !important;
}

/* PARTS
------------------------------------------ */
.header-info-editorial {
    padding: 16px 0;
    background-color: #E9EEF1;
    text-align: center;
}

.header-info-editorial dt, .header-info-editorial dd {
    display: inline-block;
}

.header-info-editorial dt {
    color: #6a767f;
    font-weight: bold;
}

.header-info-editorial a {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    color: #EB1A33;
}

.header-info-editorial a:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: auto;
    left: 0;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border: solid 5px;
    border-color: #EB1A33 transparent transparent transparent;
    content: "";
}

/* heading */
[class^="ttl-"] {
    margin-bottom: 16px;
    font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
}

.ttl-line-center {
    position: relative;
    color: #EB1A33;
    font-size: 1.125rem;
    text-align: center;
}

.ttl-line-center::before {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cad6de;
    content: "";
}

.ttl-line-center a {
    color: #EB1A33;
}

.ttl-line-center span {
    display: inline-block;
    z-index: 5;
    position: relative;
    padding: 4px 16px;
    background-color: #fff;
}

.ttl-line-center strong {
    color: #cad6de;
}

.ttl-line-center small {
    display: inline-block;
    line-height: 1.3;
}

.ttl-red-center {
    color: #EB1A33;
    font-size: 0.875rem;
    text-align: center;
}

.ttl-red {
    color: #EB1A33;
    font-size: 100%;
}

.ttl-red a {
    color: #EB1A33;
}

.ttl-gray,
.ttl-gray a {
    color: #6a767f;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 32px;
    border-top: 1px solid #cad6de;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 12px;
    color: #6a767f;
    font-size: 0.75rem;
}

.breadcrumb li a {
    position: relative;
    padding-right: 12px;
    color: #6a767f;
}

.breadcrumb li a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    border-top: 1px solid #6a767f;
    border-right: 1px solid #6a767f;
    content: "";
}

.breadcrumb li:last-of-type a::after {
    display: none;
}

/* list */
[class^="list"] li {
    margin-bottom: 24px;
    line-height: 1.4;
}

[class^="list"] .thumb {
    position: relative;
    text-align: center;
}

[class^="list"] .thumb img {
    max-width: 100%;
}

[class^="list"] .thumb::before {
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 39, 54, 0);
    content: "";
    transition: background-color .2s;
}

[class^="list"] .thumb:hover::before {
    background-color: rgba(22, 39, 54, 0.5);
}

[class^="list"] .txt-ttl {
    font-feature-settings: "palt" 1;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

[class^="list"] .txt-summary {
    margin-top: 8px;
    color: #6a767f;
    font-size: 0.75rem;
}

[class^="list"] .txt-meta {
    margin-top: 8px;
    font-size: 0.75rem;
}

[class^="list"] .txt-label {
    margin-left: 8px;
    color: #6a767f;
}

[class^="list"] .txt-label a {
    color: #6a767f;
}

[class^="list"] .label-txt-gray {
    color: #6a767f;
    font-size: 0.75rem;
}

.list-disc {
    margin-left: 16px;
    list-style: disc;
}

.list-disc li {
    margin-bottom: 16px;
}

.list-disc ul {
    margin-top: 8px;
    list-style: circle;
}

.list-ranking {
    counter-reset: ranking;
}

.list-ranking li {
    position: relative;
    padding-left: 32px;
}

.list-ranking li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #6a767f;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    content: counter(ranking);
    counter-increment: ranking;
}

.list-ranking li:first-of-type::before, .list-ranking li:nth-of-type(2)::before, .list-ranking li:nth-of-type(3)::before {
    color: #EB1A33;
}

/* */
.list-numbering {
    counter-reset: numbering;
}

.list-numbering li {
    position: relative;
    padding-left: 32px;
}

.list-numbering li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #6a767f;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    content: counter(numbering);
    counter-increment: numbering;
}

.list-numbering li:first-of-type::before, .list-numbering li:nth-of-type(2)::before, .list-numbering li:nth-of-type(3)::before {
    color: #1174c7;
}

.list-thumb-s li,
.list-thumb-l li {
    overflow: hidden;
}

.list-thumb-s .thumb,
.list-thumb-l .thumb {
    width: 80px;
    float: left;
}

.list-thumb-s .txt,
.list-thumb-l .txt {
    margin-left: 96px;
    line-height: 1.3;
}

.list-thumb-s .txt-label-pr,
.list-thumb-l .txt-label-pr {
    padding: 0 4px;
    float: right;
    border: 1px solid #6a767f;
    color: #6a767f;
    font-size: 10px;
    line-height: 1.2;
}

.list-thumb-l li {
    margin-bottom: 32px;
}

.list-thumb-l .thumb {
    width: 184px;
}

.list-thumb-l .txt {
    margin-left: 210px;
}

.list-thumb-l .txt-ttl {
    font-size: 1.5rem;
}

.list-thumb-l .txt-summary {
    margin-top: 16px;
    font-size: 0.875rem;
}

.list-thumb-2col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-thumb-2col li {
    width: 46%;
}

.list-thumb-4col {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.list-thumb-4col li {
    width: 22%;
}

.list-thumb-4col li .thumb {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}

.list-thumb-4col li .thumb img {
    max-width: 100%;
}

.list-thumb-4col li p {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3;
}

.list-label {
    margin-top: 16px;
}

.list-label dt, .list-label dd {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
}

.list-label dt {
    margin-right: 16px;
    color: #6a767f;
}

.list-label dd a {
    display: block;
    margin-left: 4px;
    padding: 0 4px;
    border: 1px solid #EB1A33;
    color: #EB1A33;
}

.list-label dd a:hover {
    border-color: #080e14;
    color: #080e14 !important;
}

.list-special .list-disc {
    margin-bottom: 24px;
    font-size: 0.75rem;
}

.list-special.list-special-col2 .list-disc {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-special.list-special-col2 li {
    width: 48%;
}

.list-company-release dt {
    color: #6a767f;
    font-size: 1.125rem;
    font-weight: bold;
}

.list-company-release dt a {
    color: #6a767f;
}

.list-company-release dd {
    margin-bottom: 24px;
}

.list-company-release .txt-summary {
    margin-top: 0;
}

.list-qa dt span {
    color: #EB1A33;
    font-weight: bold;
}

.list-qa dd {
    margin-bottom: 24px;
}

.list-qa dd span {
    color: #1174c7;
    font-weight: bold;
}

/* link */
.link-txt {
    text-align: right;
}

.link-txt a {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding-right: 16px;
    color: #6a767f !important;
    font-size: 0.875rem;
    font-weight: bold;
}

.link-txt a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid #EB1A33;
    border-right: 1px solid #EB1A33;
    content: "";
}

.link-txt a:hover {
    color: #EB1A33 !important;
}

.link-more .btn-primary {
    width: 100%;
}

/* box */
.bx-gray {
    padding: 24px;
    background-color: #E9EEF1;
}

/* table */
table {
    width: 100%;
}

table th, table td {
    padding: 8px;
    border: 1px solid #cad6de;
}

table th {
    background-color: #E9EEF1;
}

/* text */
.txt-note {
    color: #6a767f;
    font-size: 0.875rem;
}

.txt-update {
    margin-top: 8px;
    color: #EB1A33;
    font-size: 0.75rem !important;
    font-weight: bold;
}

.txt-bold {
    font-weight: bold;
}

.txt-gray {
    color: #6a767f !important;
}

.txt-red {
    color: #EB1A33 !important;
}

.txt-blue {
    color: #1174c7 !important;
}


.txt-size-75 {
    font-size: 0.75rem !important;
}

.txt-size-87 {
    font-size: 0.875rem !important;
}

.txt-size-100 {
    font-size: 1rem !important;
}

.txt-size-125 {
    font-size: 1.125rem !important;
}

.txt-size-150 {
    font-size: 1.5rem !important;
}

.txt-c {
    text-align: center;
}

/* pagination */
.pagination {
    margin-left: 0;
}

.pagination li {
    display: inline-block;
    font-weight: bold;
}

.pagination li a {
    display: block;
    margin: 0 8px;
    padding: 0 8px;
    color: #6a767f;
}

.pagination li a:hover {
    color: #EB1A33 !important;
}

.pagination li.current span {
    color: #EB1A33;
    margin: 0 8px;
    padding: 0 8px;
}

.pagination li.prev a, .pagination li.next a {
    position: relative;
    padding-left: 16px;
}

.pagination li.prev a::after, .pagination li.next a::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 1px solid #6a767f;
    border-right: 1px solid #6a767f;
    content: "";
}

.pagination li.prev a:hover::after, .pagination li.prev a:hover::before, .pagination li.next a:hover::after, .pagination li.next a:hover::before {
    border-color: #EB1A33;
}

.pagination li.next a {
    padding: 0 16px 0 0;
}

.pagination li.next a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 0;
    left: auto;
    transform: rotate(45deg);
}

.nextpage_link {
    padding-bottom: 24px;
    text-align: center;
}

.nextpage_link a, .nextpage_link p {
    display: inline-block;
    padding: 4px 8px;
}

.nextpage_link a {
    background-color: #080e14;
    color: #fff;
}

.nextpage_link a:hover {
    background-color: #EB1A33;
}

.key_chain_disable .nextpage_link p {
    background-color: #E9EEF1;
    color: #6a767f;
}

/* button */
.btn-area {
    clear: both;
    text-align: center;
}

.btn-primary,
.btn-line-bk {
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 24px;
    background-color: #EB1A33;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: background-color .2s;
}

.btn-primary:hover,
.btn-line-bk:hover {
    background-color: #080e14;
    color: #fff !important;
    cursor: pointer;
}

.btn-primary {
    color: #fff !important;
}

.btn-line-bk {
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -ms-transition: border-color .2s;
    -o-transition: border-color .2s;
    border: 1px solid #080e14;
    background-color: transparent;
    color: #080e14;
    transition: border-color .2s;
}

.btn-line-bk:hover {
    border-color: #EB1A33;
    background-color: transparent;
    color: #EB1A33 !important;
}

.btn-l {
    min-width: 70%;
}

/* dropdown */
.dropdown {
    position: relative;
    height: 100%;
}

.dropdown li {
    height: 100%;
}

.dropdown .dropdown-trigger {
    position: relative;
}

.dropdown .dropdown-trigger:hover {
    cursor: pointer;
}

.dropdown .dropdown-trigger span {
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dropdown .dropdown-trigger:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 180px;
    border-top: 3px solid #EB1A33;
    background: #20222a;
    font-weight: bold;
}

.dropdown .dropdown-menu::after {
    display: block;
    z-index: 9999;
    position: absolute;
    top: -12px;
    right: 32px;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #EB1A33 transparent;
    content: "";
}

.dropdown .dropdown-menu li {
    padding: 0 16px 8px;
}

.dropdown .dropdown-menu li:first-of-type {
    padding-top: 8px;
}

.dropdown .dropdown-menu a {
    color: #fff;
    font-size: 0.75rem;
}

/* newsletters */
.mailmagazine input {
    margin-top: 24px;
}

.mailmagazine .btn-area {
    margin-top: 24px;
}

/* calendar */
.calendar_y,
.calendar_m,
.calendar_d {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -16px 0 16px;
    border: 2px solid #E9EEF1;
    text-align: center;
}

.calendar_y li,
.calendar_m li,
.calendar_d li {
    padding: 4px;
    color: #cad6de;
}

.calendar_y li.selected,
.calendar_m li.selected,
.calendar_d li.selected {
    background-color: #E9EEF1;
    color: #080e14;
}

.calendar_y a,
.calendar_m a,
.calendar_d a {
    display: block;
    margin: -4px;
    padding: 4px;
    color: #080e14;
}

.calendar_y a:hover,
.calendar_m a:hover,
.calendar_d a:hover {
    background-color: #E9EEF1;
}

.calendar_y li {
    width: 50%;
}

.calendar_m li {
    width: 33.3%;
}

.calendar_d {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 72%, #d3e8f4 72%, #d3e8f4 86%, #e9dddd 86%, #e9dddd 100%);
}

.calendar_d li {
    width: 14.28%;
}

/* poll */
#quickpoll_vote_area {
    display: block;
    margin-top: 16px;
}
#quickpoll_vote_area li label {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px 16px;
    overflow: hidden;
    background-color: #E9EEF1;
}
#quickpoll_vote_area #inactive_btn {
    background: #ccc;
    border: none;
    color: #fff;
    pointer-events: none;
}
#quickpoll_vote_area .txt-note a {
  color: #d40020;
}

.poll_result {
    margin-bottom: 24px;
    padding: 16px;
    overflow: hidden;
    background-color: #E9EEF1;
}

.poll_result dt {
    padding-top: 10px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
}

.poll_result dd {
    width: 85%;
    float: left;
}

.poll_result .percent {
    width: 13%;
    float: right;
    color: #1174c7;
    font-size: 12px;
    font-weight: bold;
}

.poll_result .bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #ffffff;
}

.poll_result .indicator {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 17px;
    border-radius: 3px;
    background: #1174c7;
}




/* TOP
------------------------------------------ */
.article-gallery {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 420px;
}

.article-gallery .article-gallery-main,
.article-gallery .article-gallery-secondary {
    position: relative;
    height: 100%;
}

.article-gallery .article-gallery-main a,
.article-gallery .article-gallery-secondary a {
    display: block;
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
}

.article-gallery .article-gallery-main a::before,
.article-gallery .article-gallery-secondary a::before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(8, 14, 20, 0) 0%, rgba(8, 14, 20, 0.8) 100%);
    content: "";
}

.article-gallery .article-gallery-main a:hover .article-gallery-ttl,
.article-gallery .article-gallery-secondary a:hover .article-gallery-ttl {
    color: #EB1A33;
}

.article-gallery .article-gallery-main .article-gallery-ttl,
.article-gallery .article-gallery-secondary .article-gallery-ttl {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    position: absolute;
    bottom: 32px;
    left: 32px;
    padding: 0 24px;
    border-left: 1px solid #EB1A33;
    color: #fff;
    font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 1.5rem;
    line-height: 1.3;
    transition: color 0.2s;
}

.article-gallery .article-gallery-main .article-gallery-ttl .article-gallery-label,
.article-gallery .article-gallery-secondary .article-gallery-ttl .article-gallery-label {
    display: block;
    margin-bottom: 8px;
    color: #fff !important;
    font-size: 0.875rem;
}

.article-gallery .article-gallery-main {
    width: 50%;
}

.article-gallery .article-gallery-secondary {
    width: 25%;
}

.article-gallery img.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.article-gallery img.img-fit {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.article-gallery-s {
    height: 300px;
}

.article-gallery-s .article-gallery-main .article-gallery-ttl,
.article-gallery-s .article-gallery-secondary .article-gallery-ttl {
    left: 0;
    bottom: 16px;
    padding: 0 16px;
    border: none;
    font-size: 1rem;
}

.article-gallery-s .article-gallery-main {
    width: 40%;
}

.article-gallery-s .article-gallery-secondary {
    width: 30%;
}

.lead-us-news {
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Raleway', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
}

.lead-us-news .lead-us-txt {
    margin-right: 24px;
    color: #6a767f;
}

.lead-us-news .lead-us-txt strong {
    color: #080e14;
    font-size: 1.5rem;
}

.lead-us-news .lead-us-btn {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 200px;
}

/* ARTICLE
------------------------------------------ */
.article-header {
    margin-bottom: 16px;
    font-feature-settings: "palt" 1;
}

.article-header .article-header-primary {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.article-header .article-header-thumb {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 184px;
    margin-right: 24px;
    text-align: center;
}

.article-header .article-header-thumb img {
    max-width: 100%;
}

.article-header .article-header-ttl .article-header-label {
    color: #EB1A33;
    font-size: 0.875rem;
    font-weight: bold;
}

.article-header .article-header-ttl .article-header-label a {
    color: #EB1A33;
}

.article-header .article-header-ttl h1 {
    font-size: 2.25rem !important;
    line-height: 1.3;
}

.article-header .article-header-meta {
    padding-top: 16px;
    clear: both;
    color: #6a767f;
    font-size: 0.875rem;
}

.article-header .article-header-meta p {
    display: inline-block;
    margin-right: 8px;
    font-weight: normal;
}

.article-header .article-header-meta a {
    color: #1174c7;
}

.article-contents {
    font-size: 1.125rem;
    line-height: 1.9;
}

.article-contents h2, .article-contents h3, .article-contents h4, .article-contents h5 {
    padding: 16px 0 24px;
}

.article-contents h2 {
    font-size: 1.5rem;
}

.article-contents h3 {
    font-size: 1.125rem;
}

.article-contents p {
    padding-bottom: 24px;
}

.article-contents em {
    font-weight: bold;
    font-style: normal;
}

.article-contents a {
    color: #1174c7;
}

.article-contents a:hover {
    color: #EB1A33 !important;
}

.article-contents ul, .article-contents ol {
    margin-left: 24px;
    padding-bottom: 24px;
    list-style: disc;
}

.article-contents ul li, .article-contents ol li {
    margin-bottom: 16px;
}

.article-contents ol {
    list-style: decimal;
}

.article-contents .center,
.article-contents .left,
.article-contents .right {
    padding-bottom: 24px;
    color: #6a767f;
    font-size: 0.875rem;
    line-height: 1.5;
}

.article-contents .center img,
.article-contents .left img,
.article-contents .right img {
    max-width: 100%;
    margin-bottom: 8px;
}

.article-contents .center {
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.article-contents .left {
    padding-right: 24px;
    float: left;
}

.article-contents .right {
    padding-left: 24px;
    float: right;
}

.article-contents .img-l {
    max-width: 184px;
}

.article-contents .img-xl {
    max-width: 240px;
}

.article-contents .img-xxxl {
    max-width: 620px;
    margin: 0 auto;
}

.article-contents blockquote {
    margin-bottom: 24px;
    padding: 16px 0 0 16px;
    border-left: 8px solid #cad6de;
}

.article-contents pre {
    margin-bottom: 24px;
}

.article-contents .person1,
.article-contents .person2,
.article-contents .person3,
.article-contents .person4,
.article-contents .person5,
.article-contents .person6 {
    padding: 0 16px 0 8px;
    border-left: 2px solid #c62828;
    color: #c62828;
    font-weight: bold;
}

.article-contents .person2 {
    border-color: #303f9f;
    color: #303f9f;
}

.article-contents .person3 {
    border-color: #009688;
    color: #009688;
}

.article-contents .person4 {
    border-color: #ffc107;
    color: #ffc107;
}

.article-contents .person5 {
    border-color: #9c27b0;
    color: #9c27b0;
}

.article-contents .person6 {
    border-color: #546e7a;
    color: #546e7a;
}

.article-contents .profile08 {
    margin-bottom: 24px;
    padding: 24px !important;
    overflow: hidden;
    border-top: 1px solid #cad6de;
    border-bottom: 1px solid #cad6de;
    background: #E9EEF1 !important;
    font-size: 0.875rem;
}

.article-contents .profile08 dt {
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: bold;
}

.article-contents .box-pro-epi {
    position: relative;
    margin: 45px 0 30px;
    padding: 25px 15px 0;
    border: 5px solid #ddd;
}

.article-contents .box-pro-epi em {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 15px;
    padding: 0 15px;
    background-color: #fff;
    font-size: 16px;
}

.article-contents .bubble {
    position: relative;
    margin: 30px 0;
    padding: 15px;
    background-color: #efefef;
}

.article-contents .bubble::after {
    display: block;
    position: absolute;
    bottom: -14px;
    left: 30px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background-color: #efefef;
    content: "";
}

.article-contents .release-notes {
    text-align: right;
    color: #666;
    font-size: 80%;
}

.article-contents .leaf_body_foot p {
    font-size: 0.875rem;
}

.article-contents .leaf_body_foot a {
    color: #1174c7;
}

.article-contents .leaf_body_foot a:hover {
    color: #EB1A33 !important;
}

.article-pagination {
    padding-top: 40px;
    clear: both;
}

.article-pagination .article-pagination-next {
    margin-bottom: 24px;
    text-align: center;
}

.article-pagination .article-pagination-next a {
    display: inline-block;
    min-width: 50%;
    padding: 4px 8px;
    background-color: #EB1A33;
    color: #fff;
}

.article-pagination .article-pagination-next a:hover {
    background-color: #080e14;
    color: #fff !important;
}

.article-pagination .pagination {
    margin-left: 0;
    text-align: center;
}

/* sns button */
.article-sns {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.article-sns-btn {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right:15%;
display:flex;
}

.article-sns-btn li {
    margin-right: 4px;
    /*float: left;*/
margin-top:-3px;
}

.sns_note_kaku {
    display: block;
    border-radius: 3px;
    background-color: #2cb696;
    height: 20px;
    padding: 0px 4px 0px 2px;
    margin-top: 8px;
}

.sns_note_kaku img {
    position: relative;
    left: -4px;
    top: -5px;
}

.sns_note_kaku span {
    color: white;
    zoom: 1;
    white-space: nowrap;
    font-size: 11px;
    display: inline-block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 3px;
    line-height: 1;
    vertical-align: top;
    position: relative;
    left: -6px;
    top: 1px;
}

.sns_note_kaku:hover {
    background-color: #228d74;
}

.article-utility-btn {
    -webkit-justify-content: space-between;
    -webkit-align-items: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding-top: 6px;
}

.article-utility-btn li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 20px;
    margin-right: 2px;
    border-radius: 3px;
    background-color: #1D3446;
}

.article-utility-btn li a {
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.article-utility-btn li a:hover {
    cursor: pointer;
}

.article-utility-btn li i {
    color: #fff;
    font-size: 18px;
}

.article-utility-btn.dropdown .dropdown-trigger span {
    height: 20px;
}

.article-utility-btn.dropdown .dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    font-size: 0.875rem;
    font-weight: normal;
}

.article-utility-btn.dropdown .dropdown-menu::after {
    top: -10px;
    right: 2px;
    border-color: transparent transparent #E9EEF1 transparent;
}

.article-utility-btn.dropdown .dropdown-menu li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 100%;
    border-radius: 0;
    background-color: #E9EEF1;
}

.article-utility-btn.dropdown .dropdown-menu li .txt-gray:hover {
    cursor: none;
}

.article-utility-btn.dropdown .dropdown-menu li > span {
    display: block !important;
    height: auto;
}

.article-utility-btn.dropdown .dropdown-menu li > span:hover {
    color: #EB1A33;
}

.article-utility-btn #atode_tooltip {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: absolute;
    top: 26px;
    right: 0;
    width: 180px;
    height: auto;
    padding: 8px 16px;
    border-radius: 0;
    background-color: #E9EEF1;
    color: #6a767f;
    font-size: 0.875rem;
}

.msg_login {
    position: relative;
    margin-top: 40px;
    padding: 24px 16px 0;
    border-top: 1px solid #cad6de;
    font-size: 0.875rem;
}

.msg_login::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: -13px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
    border-top: 1px solid #cad6de;
    border-right: 1px solid #cad6de;
    background-color: #fff;
    content: "";
}

.article-mailmagizine {
    padding: 24px 16px;
    border-top: 1px solid #cad6de;
    background-color: #E9EEF1;
    text-align: center;
}

.article-mailmagizine a {
    color: #1174c7;
}

.article-mailmagizine .btn-area {
    margin-top: 24px;
}

/* roundup */
.list-roundup {
    margin: 0 !important;
    list-style: none !important;
}

.list-roundup li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #E9EEF1;
}

.list-roundup li:last-of-type {
    margin-bottom: 0;
}

.list-roundup li .thumb {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 80px;
    margin-left: 16px;
}

.list-roundup li .thumb::before {
    display: none;
}

.list-roundup li .thumb img {
    max-width: 100%;
}

.list-roundup li .txt {
    width: 100%;
    margin-bottom: 16px;
}

.list-roundup li h3,
.list-roundup li .txt-summary {
    padding: 0;
}

.list-roundup li .txt-summary {
    font-size: 0.875rem;
}

.list-roundup li a {
    color: #080e14;
}


/* photo report */
.story_photoreport {
    margin-bottom: 40px;
}

.story_photoreport #slideShowMain {
    position: relative;
}

.story_photoreport #slideShowMain .galleryImage {
    position: relative;
    text-align: center;
}

.story_photoreport #slideShowMain .galleryImage img {
    max-height: 600px;
    margin: 0 auto;
}

.story_photoreport #slideShowMain .galleryImage .media-prev,
.story_photoreport #slideShowMain .galleryImage .media-next {
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.story_photoreport #slideShowMain .galleryImage .media-next {
    right: 0;
    left: auto;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item,
.story_photoreport #slideShowMain .galleryImage .media-next-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    position: absolute;
    top: calc(50% - 25px);
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EB1A33;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item::before,
.story_photoreport #slideShowMain .galleryImage .media-next-item::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 22px;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item:hover,
.story_photoreport #slideShowMain .galleryImage .media-next-item:hover {
    background-color: #fff;
}

.story_photoreport #slideShowMain .galleryImage .media-prev-item:hover::before,
.story_photoreport #slideShowMain .galleryImage .media-next-item:hover::before {
    border-color: #EB1A33;
}

.story_photoreport #slideShowMain .galleryImage .media-next-item {
    right: 5px;
    left: auto;
}

.story_photoreport #slideShowMain .galleryImage .media-next-item::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 20px;
    transform: rotate(45deg);
}

.story_photoreport #slideShowMain .caption {
    padding: 16px 24px;
    font-size: 1rem;
}

.story_photoreport #slideShowMain .credit {
    padding: 0 24px;
    color: #6a767f;
    font-size: 0.875rem;
    text-align: right;
}

.story_photoreport #slideShowThumbNav {
    margin-top: 8px;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .previous,
.story_photoreport #slideShowThumbNav .scrollingArrows .next {
    display: block;
    position: relative;
    width: 32px;
    height: 60px;
    margin-right: 8px;
    float: left;
    background-color: #EB1A33;
    cursor: pointer;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .previous::before,
.story_photoreport #slideShowThumbNav .scrollingArrows .next::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 14px;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.story_photoreport #slideShowThumbNav .scrollingArrows .next {
    margin-right: 0;
    float: right;
}

.story_photoreport #slideShowThumbNav .scrollingArrows .next::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 10px;
    transform: rotate(45deg);
}

.story_photoreport #slideShowThumbNav #thumbContainer {
    height: 60px;
    overflow: hidden;
}

.story_photoreport #slideShowThumbNav #thumbHousing {
    width: 1000% !important;
    margin: 0;
    padding: 0;
}

.story_photoreport #slideShowThumbNav .thum {
    height: 60px;
    float: left;
    list-style: none !important;
    text-align: center;
}

.story_photoreport #slideShowThumbNav .thum.fixed {
    margin: 0 8px 0 0;
    overflow: hidden;
}

.story_photoreport #slideShowThumbNav .thum.currentSlide {
    border: 1px solid #EB1A33;
}

.story_photoreport #slideShowThumbNav .thum > a > div {
    -webkit-background-size: cover;
    width: 80px !important;
    height: 60px !important;
    background-size: cover;
}


/*-----------------------------------------------------------------------------
  記事の目次
-----------------------------------------------------------------------------*/

.inner-story-index{
background-color:#f5f5f5;
border-radius:5px;
padding:24px;
}

.inner-story-index:before{
content:"目次";
padding-bottom:4px;
border-bottom:1px solid #ccc;
}

.inner-story-index ol{
counter-reset: counter;
list-style-type: none;
}

.inner-story-index ol li{
list-style-type: none !important;
margin:5px 0 !important;
font-weight:bold;
}

.inner-story-index ol li a{
color:#000 !important;
}

.inner-story-index ol li:before {
counter-increment: counter;
content: counters(counter, '-') '. ';
}

.inner-story-index ol ol{
padding:10px 0 !important;
}

.inner-story-index ol ol li{
margin-left:24px !important;
font-weight:normal !important;
color:#757575 !important;
}

.inner-story-index ol ol li a{
font-weight:normal !important;
color:#757575 !important;
}

/* company center */
#selector_navi ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 16px;
    background: #1D3446;
}

#selector_navi li {
    width: 100%;
}

#selector_navi li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

#selector_navi li a:hover,
#selector_navi li.on a {
    color: #fff !important;
    background: #EB1A33;
}

#selector_navi li a:hover::after,
#selector_navi li.on a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #EB1A33 transparent transparent transparent;
}

#selector table {
    width: 100%;
}

#selector th {
    text-align: left;
}

#selector th,
#selector td {
    vertical-align: top;
}


/* enlarge image */
.img-enlarge {
    padding: 40px 0;
}


/* CATEGORY
------------------------------------------ */
.category-header {
    margin-bottom: 40px;
}

.category-header .category-header-ttl h1 {
    font-size: 2.75rem;
    line-height: 1.3;
}

.category-header .category-header-summary {
    padding-top: 24px;
    font-size: 1rem;
    font-weight: normal;
}

.category-pagination {
    padding-top: 16px;
    overflow: hidden;
    border-top: 1px solid #E9EEF1;
}

.category-pagination .pagination {
    float: right;
}


/* SPECIAL
------------------------------------------ */
.list-special-thumb li {
    margin-bottom: 80px;
}

.list-special-thumb > li > a {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.list-special-thumb > li > a .thumb {
    flex-shrink: 0;
    margin-right: 24px;
}

.list-special-thumb > li > a .txt {
    margin: 0;
}

.list-special-thumb li .list-disc li {
    margin-bottom: 8px;
    overflow: visible;
    font-size: .875rem;
}

.list-special-thumb li.list-special-thumb-top {
    padding: 16px;
    background-color: #E9EEF1;
}

.list-special-thumb li.list-special-thumb-top .thumb {
    width: 320px;
}

.list-special-thumb li.list-special-thumb-top .list-disc li {
    font-weight: bold;
}

.special-header p.special-header-summary {
    display: block;
    margin: 0;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.5;
}


/* WP
------------------------------------------ */
.list-wp-top-4col li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.list-wp-top-4col li .thumb {
    -ms-align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.list-wp-top-4col li .thumb img {
    max-height: 200px;
    border: 1px solid #CCCCCC;
}

#wp_industry_recommend_area .list-roundup li {
    padding-bottom: 24px;
}

/* wp search */
.wp-search {
    padding: 16px 24px 24px;
    background-color: #E9EEF1;
}

.wp_searchbox {
    position: relative;
    border: 1px solid #EB1A33;
}

.wp_searchbox .search_text_google_paper {
    width: calc(100% - 48px) !important;
    border: none !important;
}

.wp_searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #fff url(/media/z/2019/icon_search.svg) no-repeat center center;
    text-indent: -9999px;
}

/* wp leaf */
.wp_img {
    width: 200px;
    margin: 0 0 24px 24px;
    float: right;
}

.wp_img img {
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
}

.wp_img .caption {
    font-size: 0.875rem;
}

#dl_start {
    padding: 24px;
    clear: both;
    background-color: #E9EEF1;
}

#dl_start h1, #dl_start h2, #dl_start h3, #dl_start h4, #dl_start h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#dl_start .login {
    text-align: left;
}

#dl_start .login dt {
    color: #EB1A33;
    font-size: 0.875rem;
    font-weight: bold;
}

#dl_start .login dd {
    margin-bottom: 16px;
}

#dl_start .register {
    padding-top: 24px;
    border-top: 1px solid #cad6de;
}

#dl_start .alert{
    font-size: 14px;
    color:#ff0000;
    font-weight:bold;
}

#dl_start .alert li{
    font-size: 14px;
}

#wp_cont p, #wp_cont li {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.75rem;
}

#wp_cont .notify {
    color: #EB1A33;
    font-size: 0.75rem;
    font-weight: normal;
}

#wp_cont .form_q {
    margin: 8px 0 16px;
    padding-top: 24px;
    background-color: #fff;
}

#wp_cont .form_q li {
    padding: 2px 0;
    font-size: 1rem;
    list-style: none;
}

#wp_cont .form_q .error {
    padding: 0 24px 8px;
    color: #EB1A33;
    font-size: 0.875rem;
    font-weight: bold;
}

#wp_cont [class^="btn_"] {
    padding: 24px 0;
    text-align: center;
}

#wp_cont .btn-primary {
    min-width: 60%;
    font-size: 1rem;
}

/* GLOSSARY
------------------------------------------ */
#glossary_index table {
    margin-bottom: 16px;
    table-layout: fixed;
}

#glossary_index table td {
    padding: 0;
}

#glossary_index table td a {
    display: block;
    padding: 8px;
    text-align: center;
}

#glossary_index table td a:hover {
    background-color: #E9EEF1;
}

/* FORM
------------------------------------------ */
input[type="text"],
input[type="password"],
select {
    width: 100%;
    min-height: 48px;
    padding: 8px;
    border: 1px solid #cad6de;
    font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder {
    color: #cad6de;
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
select:focus::placeholder {
    color: transparent;
}

input[class^="btn-"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input.btn-primary {
    border: 1px solid #EB1A33;
    background: #EB1A33;
}

/* AD
------------------------------------------ */
.ad-bnr-large {
    overflow: hidden;
    text-align: center;
}

.ad-bnr-large > div {
    min-height: 115px;
    padding: 25px 0 0 0;
}

.ad-bnr-rect,
.ad-bnr-rect-btm {
    text-align: center;
}

.ad-bnr-rect {
    min-height: 250px;
}


.ad-bnr-rect-btm {
    margin-top: 16px;
}

.ad-bnr-rect-btm a {
    display: inline-block;
    margin-bottom: 16px;
}

.ad-bnr-rect-btm a:last-of-type {
    margin-bottom: 0;
}

.ad-txt {
    min-height: 80px;
}

.ad-txt li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 2.5em;
    font-size: 0.75rem;
}

.ad-txt li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #6a767f;
    content: "";
    content: "PR";
}

.ad_container {
    font-size: 0;
}


/* logly */

.ad_interestmatch {
    border-top: 1px solid #cad6de;
    padding: 40px 0;
}

.ad_interestmatch ul.list_disc li {
    list-style: disc inside;
    margin-bottom: 0px;
    font-size: 0.875rem;
}

.ad_interestmatch .adby {
    text-align: right;
    font-size: 11px;
}

.ad_interestmatch .adby a {
    color: #6a767f;
}


/* iframe */
.iframe-list-thumb-2col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iframe-list-thumb-2col li {
    width: 48%;
}


/* RESPONSIVE
------------------------------------------ */


@media screen and (max-width: 1920px) {
    .js-move-menu-1 {
        display: none;
    }

    .header-dropdown-trigger {
        display: inline;
    }
}

/*20200701 add*/


@media screen and (min-width: 1911px) {
    .header-nav .header-dropdown .header-dropdown-trigger {
        display: none;
    }
}

/*20200701 add*/


@media screen and (max-width: 1200px) {
    .js-move-menu-2 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .pg-container-side {
        width: 300px;
    }

    /* top */
    .article-gallery .article-gallery-secondary .article-gallery-ttl {
        font-size: 1.125rem;
    }

    .article-gallery-s .article-gallery-secondary .article-gallery-ttl {
        font-size: 1rem;
    }
}

/* 1024 */

@media screen and (min-width: 961px) {
    #header-main .header-nav,
    #header-main .header-login .header-dropdown {
        display: block !important;
    }
}

/* tablet */
@media screen and (max-width: 960px) {
    .js-move-menu-1 {
        display: block;
    }

    .js-move-menu-2 {
        display: block;
    }

    .header-dropdown-trigger {
        display: none;
    }

    .pg-container-col2 {
        display: block;
    }

    .pg-container-main,
    .pg-container-side {
        width: 100%;
        max-width: none;
        margin: 0 0 24px;
    }

    .iframe-list-thumb-2col {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .iframe-list-thumb-2col li {
        width: 48%;
    }

    #header-secondary {
        display: none;
    }

    #header-main .header-logo,
    #header-main .header-search,
    #header-main .header-nav,
    #header-main .header-login {
        width: 25%;
    }

    #header-main .header-logo {
        top: 0;
        left: 0;
        height: 100%;
    }

    #header-main .header-logo a {
        -webkit-align-items: center;
        -webkit-justify-content: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #header-main .header-logo img {
        width: 86%;
        height: 86%;
    }

    #header-main .header-search {
        margin-left: 25%;
    }

    #header-main .header-search .header-search-trigger {
        display: none;
    }

    #header-main .header-search .sp-header-search-trigger {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        background-color: #080e14;
    }

    #header-main .header-nav {
        -webkit-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -webkit-transform-style: preserve-3d;
        z-index: 9999;
        top: 60px;
        right: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
    }

    #header-main .header-nav.js-open {
        -webkit-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
        -webkit-transform-style: preserve-3d;
        max-height: 2000px;
        overflow: visible;
        opacity: 1;
        transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
    }


    #header-main .header-nav .header-dropdown {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*
    #header-main .header-nav .header-dropdown::after {
        display: block;
        z-index: 9999;
        position: absolute;
        top: -12px;
        right: 37%;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #EB1A33 transparent;
        content: "";
    }

 */
    #header-main .header-nav .header-dropdown li {
        width: 50%;
        height: 40px;
        background-color: #20222a;

        padding: 0px 16px;
        /* transition: padding-top 1s ease 0s, padding-bottom 1s ease 0s; */
    }

    #header-main .header-nav .header-dropdown a {
        -webkit-justify-content: center;
        justify-content: center;
        color: #fff;

        /*visibility: hidden;
        opacity: 0;
        transition: opacity 0.6s linear 0s, visibility 0.6s linear 0s;*/
    }

    /*   #header-main .header-nav .header-dropdown .header-dropdown-trigger {
      display: none;
    }
    */
    #header-main .header-nav .header-dropdown .header-dropdown-trigger span,
    #header-main .header-nav .header-dropdown .header-dropdown-menu {
        display: none;
    }

    #header-main .sp-header-nav-trigger {
        -webkit-align-items: center;
        -webkit-justify-content: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        align-items: center;
        justify-content: center;
        width: 25%;
        height: 100%;
    }

    #header-main .sp-header-nav-trigger:hover {
        cursor: pointer;
    }

    #header-main .header-login {
        right: 0;
    }

    #header-main .header-login .header-dropdown-trigger span {
        display: none;
    }

    #header-main .header-login .sp-header-dropdown-trigger {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #header-main .header-login .sp-header-dropdown-trigger:hover {
        cursor: pointer;
    }

    #header-main .header-login .header-dropdown {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100vw;
    }

    #header-main .header-login .header-dropdown-menu {
        display: block;
        width: 100%;
        text-align: center;
    }

    #header-main .header-login .header-dropdown-menu::after {
        right: calc(12.5% - 5px);
    }

    #header-main .header-login .header-dropdown-trigger {
        display: inline;
    }

    .ad-bnr-rect-btm a {
        margin: 0 4px 16px;
    }

    .header-info-editorial {
        font-size: 0.875rem;
        text-align: left;
    }

    .header-info-editorial dt {
        display: none;
    }

    .footer-menu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-menu .footer-menu-block {
        width: 48%;
    }

    /* top */
    .article-gallery {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .article-gallery .article-gallery-main {
        width: 100%;
        height: 400px;
    }

    .article-gallery .article-gallery-secondary {
        width: 50%;
    }
}

/* 960 */
/* hide large bnr */
@media screen and (max-width: 800px) {
    .ad-bnr-large {
        min-height: 0px;
    }

    .breadcrumb {
        margin: 16px 0;
        border: none;
    }
}

/* 800 */
/* sp */
@media screen and (max-width: 640px) {
    .pg-container {
        padding: 0 8px;
    }

    /* 3col */
    .pg-container-main-2col {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pg-container-main-2col .pg-container-main-primary {
        order: 1;
        margin-left: 0;
    }

    .pg-container-main-2col .pg-container-main-secondary {
        order: 2;
        width: 100%;
    }

    .pg-parts-3col .pg-parts-3col-inner {
        width: 47.5%;
        margin: 0 5% 40px 0;
    }

    .pg-parts-3col .pg-parts-3col-inner:nth-of-type(3n) {
        margin-right: 5%;
    }

    .pg-parts-3col .pg-parts-3col-inner:nth-of-type(even) {
        margin-right: 0;
    }

    footer {
        padding-top: 0;
    }

    .footer-menu {
        display: none;
    }

    .footer-copyright ul {
        padding-bottom: 0;
    }

    .footer-copyright li {
        display: block;
        margin-bottom: 16px;
    }

    .header-info-editorial {
        padding: 8px 0;
        font-size: 0.75rem;
    }

    .header-info-editorial dd {
        display: block;
        padding: 0 8px;
    }

    .header-info-editorial dd a {
        display: block;
        margin: 0;
    }

    [class^="list"] li {
        margin-bottom: 16px;
        font-size: 0.875rem;
    }

    .list-thumb-l .thumb {
        width: 80px;
    }

    .list-thumb-l .txt {
        margin-left: 96px;
    }

    .list-thumb-l .txt-ttl {
        font-size: 0.875rem;
    }

    .list-thumb-l .txt-summary {
        display: none;
    }

    .list-thumb-2col li {
        width: 100%;
    }

    .list-thumb-4col {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-thumb-4col li {
        width: 48%;
    }

    .list-special.list-special-col2 .list-disc {
        display: block;
    }

    .list-special.list-special-col2 li {
        width: 100%;
    }

    .pagination li.prev a, .pagination li.next a {
        text-indent: -9999px;
    }

    /* top */
    .article-gallery .article-gallery-main {
        height: 100%;
        margin-bottom: 24px;
    }

    .article-gallery .article-gallery-main .article-gallery-ttl {
        font-size: 1.125rem;
    }

    .article-gallery .article-gallery-secondary {
        width: 100%;
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .article-gallery .article-gallery-secondary a::before {
        display: none;
    }

    .article-gallery .article-gallery-secondary img {
        width: 80px;
        height: 60px;
        margin-right: 16px;
        float: left;
    }

    .article-gallery .article-gallery-secondary .article-gallery-ttl {
        position: static;
        margin-left: 96px;
        padding: 0;
        border: none;
        color: #080e14;
        font-size: 0.875rem;
    }

    .article-gallery .article-gallery-secondary .article-gallery-ttl .article-gallery-label {
        margin-bottom: 8px;
        color: #6a767f !important;
        font-size: 0.75rem;
    }

    .lead-us-news {
        display: block;
        text-align: center;
    }

    .lead-us-news .lead-us-txt {
        margin-right: 0;
    }

    .lead-us-news .lead-us-btn {
        margin: 16px auto 0;
    }

    /* category */
    .category-header .category-header-ttl h1 {
        font-size: 1.5rem;
    }

    /* article */
    .article-header .article-header-primary {
        display: block;
    }

    .article-header .article-header-thumb:before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .article-header .article-header-thumb {
        width: 100%;
        float: none;
        position: relative;
    }

    .article-header .article-header-thumb img {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }

    .article-header .article-header-ttl {
        margin: 8px 0 0;
    }

    .article-header .article-header-ttl h1 {
        font-size: 1.5rem !important;
    }

    .article-header .article-header-meta {
        padding-top: 16px;
        font-size: 0.75rem;
    }

    .article-contents p, .article-contents li {
        font-size: 1rem;
    }

    .article-contents h2 {
        font-size: 1.125rem;
    }

    .article-contents h3 {
        font-size: 1rem;
    }

    .article-contents .left,
    .article-contents .right {
        float: none;
        text-align: center;
    }

    .article-contents .img-l,
    .article-contents .img-xl,
    .article-contents .img-xxxl {
        max-width: 100%;
        padding: 0 0 24px;
    }

    .article-contents img {
        max-width: 100%;
    }

    .article-contents iframe,
    .article_body iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 360px;
    }

    .article-contents .release-notes {
        text-align: left;
        color: #666;
        font-size: 80%;
    }

    /* sns button */
    .article-sns {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-sns .article-sns-btn li {
        margin-bottom: 8px;
    }

    .article-sns .article-utility-btn {
        /*max-width: 50%;*/
        max-width: 100%;
    }

    .article-sns .article-utility-btn.dropdown .dropdown-menu {
        right: auto;
        left: 0;
        width: 130px;
    }

    .article-sns .article-utility-btn.dropdown .dropdown-menu::after {
        right: auto;
        left: 4px;
    }

    .article-pagination {
        padding-top: 16px;
    }

    /* special */
    .list-special-thumb > li > a .thumb {
        margin-right: 16px;
    }

    .list-special-thumb li .list-disc li {
        font-size: .75rem;
    }

    .list-special-thumb li.list-special-thumb-top a {
        display: block;
    }

    .list-special-thumb li.list-special-thumb-top .thumb {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .list-special-thumb li.list-special-thumb-top .txt-ttl {
        font-size: 1.125rem;
    }

    .list-special-thumb li.list-special-thumb-top .list-disc li {
        font-weight: normal;
    }

    .special-header .article-header-thumb img {
        position: static;
    }

    .special-header .article-header-thumb:before {
        display: none;
    }

    .special-header p.special-header-summary {
        font-size: .875rem;
    }

    /* wp */
    .wp_img {
        width: 100%;
        margin: 0 0 24px;
        float: none;
        text-align: center;
    }


    #selector_navi li a {
        white-space: normal;
    }

    /* iframe special */
    .iframe-list-thumb-2col li {
        width: 100%;
    }

}

/* 640 */
@media screen and (max-width: 480px) {
    /* button */
    .btn-primary,
    .btn-line-bk {
        line-height: 1.3;
    }

    /* sns button */
    .article-sns .article-sns-btn .note {
        clear: both;
    }

    .article-sns li.print {
        display: none;
    }

    .article-contents iframe,
    .article_body iframe {
        min-height: 0;
    }

    .ad-bnr-large > div {
        padding: 15px 0 0 0;
        min-height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* 480 */

/* GDPR
--------------------------------------------------*/
#gdpr_area {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    line-height: 1.5;
}

#gdpr_area a {
    text-decoration: underline;
}

#gdpr_area .gdpr_area_inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 10px 40px 10px 0;
    font-size: 12px !important;
}

#gdpr_area .gdpr_area_inner a {
    color: #fff;
}

#gdpr_area .gdpr_area_inner a:hover {
    text-decoration: underline;
}

#gdpr_area .gdpr_area_inner span.break {
    display: block;
}

#gdpr_area .gdpr_btn_agree {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-color: #999;
}

#gdpr_area .gdpr_btn_agree::after,
#gdpr_area .gdpr_btn_agree::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    display: block;
    width: 2px;
    height: 15px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
}

#gdpr_area .gdpr_btn_agree::before {
    transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
    #gdpr_area .gdpr_area_inner {
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 40px 10px 10px;
    }

    #gdpr_area .gdpr_area_inner span.break {
        display: inline;
    }

    #gdpr_area .gdpr_btn_agree {
        right: 10px;
    }
}


/* Tieup Common
--------------------------------------------------*/
#content {
    overflow: hidden;
}

.adspecial_type1 {
    margin: 0 auto !important;
    max-width: 980px !important;
}

.adspecial_type1 h1 {
    font-size: 14px;
}

.adspecial_type1 .pagination {
    text-align: center;
    margin-bottom: 10px;
}

.adspecial_type1 .article-pagination-next {
    margin-bottom: 24px;
    text-align: center;
}

.adspecial_type1 .article-pagination-next a {
    display: inline-block;
    min-width: 50%;
    padding: 4px 8px;
    background-color: #EB1A33;
    color: #fff;
}

.adspecial_type1 .article-pagination-next a:hover {
    background-color: #080e14;
    color: #fff !important;
}

@media screen and (max-width: 480px) {
    .adspecial_type1 .pagination li.next {
        display: inline-block;
        margin: 0;
    }
}


/*---------------------------------------------------*/
table.event-table th {
    text-align: left;
    width: 30%;
}

hr.dotted-line {
    margin: 20px 0;
    border-bottom: 1px dotted #bbb;
}

#event_page {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 16px;
}

#event_page h2 {
    margin: 24px 0;
    border-bottom: 1px solid #EB1A33;
    color: #EB1A33;
}

#event_page a {
    color: #1174c7;
}

#event_page .resister_flow {
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

#event_page .resister_flow li {
    width: 100%;
    margin: 0 4px;
    padding: 4px 8px;
    background-color: #E9EEF1;
    text-align: center;
}

#event_page .resister_flow li.on {
    background-color: #EB1A33;
    color: #fff;
}

#event_page .resister_flow li:first-of-type {
    display: none;
}

#event_page .text-center {
    padding: 24px 0;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #event_page .resister_flow {
        display: block;
    }

    #event_page .resister_flow li {
        margin: 0 0 4px;
    }
}


/**
 * Splash
 */
#splash-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #b5b5b5;
}

#splash-header {
    background-color: #efefef;
    height: 25px;
    width: auto;
    text-align: right;
    line-height: 25px;
    color: #000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 10px;
}

#splash-header a {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    height: 32px;
}

#splash {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #b5b5b5;
    z-index: 999999;
    overflow-y: auto;
}

/*
 * browser Control
 */
html {
    overflow-y: scroll;
}

/*
 * Core web vital
 */
@media screen and (max-width: 480px) {
    #ad_text {
        margin-bottom: 30px
    }

    .ad-txt {
        min-height: 88px
    }
}

/*
 * WPDL Thanks
 */
#whitepaper.article-header-meta {
    padding-top: 10px !important;
}

#whitepaper.header-info-editorial {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

#whitepaper .breadcrumb {
    margin-bottom: 10px !important;
}

#whitepaper .ttl-red {
    margin-bottom: 0px !important;
    font-size: 85% !important;
}

#whitepaper .leaftitle {
    font-size: 2rem !important;
}

#whitepaper .wp_download h2 {
    padding: 0px 0px 7px 0px !important;
    font-size: 1.3rem !important;
}

#whitepaper p.dl_start {
    font-size: 1rem !important;
    line-height: 1.2 !important;
}

#whitepaper .article-contents p {
    padding-bottom: 12px !important;
}

#whitepaper div.wp_download > h3:nth-of-type(1) {
    font-size: 100% !important;
}

#whitepaper .go_dl_btn {
    margin: 0px 0px 12px 0px !important;
    font-size: 1rem !important;
    line-height: 0.6 !important;
}

#whitepaper .go_dl_text {
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    font-size: 1rem;
    line-height: 0.6;
}

#whitepaper .border {
    border-width: thin;
    border-style: solid;
    border-color: rgb(209, 209, 209);
}

#whitepaper .go_left {
    margin: 5px 15px 0px 10px;
    float: left;
}

#whitepaper .go_right {
    margin: 5px 0px 0px 0px;
    float: left;
    width: 520px;
}

#whitepaper .go_right_text {
    font-size: 0.8rem;
}

#whitepaper .txt-category {
    color: red;
    font-size: 0.8rem;
    margin-bottom: 3px;
}

#whitepaper .go_button-area {
    margin: 7% 5% 0% 5%;
    text-align: center;
    vertical-align: middle;
}

#whitepaper .go_button {
    text-align: center;
}


@media screen and (max-width: 769px) {

    #whitepaper .go_right {
        margin: 5px 0px 0px 0px;
        float: left;
        width: 480px;
    }

}

@media screen and (max-width: 480px) {

    #whitepaper .go_left {
        margin: 5px 0px;
        float: left;
        width: 100%;
        text-align: center;
    }

    #whitepaper .go_right {
        margin: 5px 0px 0px 0px;
        float: left;
        width: auto;
    }

    #whitepaper .txt-category {
        color: red;
        margin-bottom: 3px;
        font-size: 15px !important;
    }

    #whitepaper .go_button-area {
        margin: 7% 5% 0% 5%;
        text-align: center;
        vertical-align: middle;
    }
}

/*related wp*/
#zd_wp_leaf_recommends .pg-mod {
    margin-bottom: 12px;
}

#rcmd-wrapper {
    margin-bottom: 12px;
}

#rcmd-wrapper .txt-area {
    overflow-x: hidden;
    overflow-y: hidden;
}

#rcmd-wrapper .rcmd-content {
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    margin-bottom: 10px;
}


#rcmd-wrapper .rcmd-img {
    width: 120px;
    float: left;
    margin-right: 10px;
    border: 1px solid rgb(204, 204, 204);
}

#rcmd-wrapper .txt-ttl {
    position: relative;
    color: rgb(8, 14, 20);
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#rcmd-wrapper .txt-ttl:hover {
    position: relative;
    color: rgb(54, 114, 193);
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#rcmd-wrapper .txt-summary {
    position: relative;
    margin-top: 8px;
    color: rgb(106, 118, 127);
    font-size: 0.75rem;
}

#ad_rect > div > div {
    width: auto !important;
}


/*  PR add 2024
------------------------------------*/


.block_sponsored_area{
color:#000;
font-size:14px;
border:1px solid #000;
margin:25px 10px;
padding:20px 20px 10px;
position:relative;
}

.block_sponsored_area span{
margin:5px 0;
display:block;
}


.block_sponsored_area:before{
display:block;
content:"PR";
position:absolute;
top:-12px;
left:30px;
width:40px;
height:30px;
text-align:center;
background-color:#fff;
}



#corporate-ad-block {
    height: 50px;

}

#corporate-ad-line {
    display: flex;
    justify-content: flex-end;
    clear: both;
    color: #6a767f;
    font-size: 0.875rem;
    height: 18px;
}

/*----------------------------------------------------------------------------------------------------------
 floating banner setting 2024
----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {

    .floating_banner_area {
        position: relative;
        display: block;
        transition: .5s;
    }

    .floating_banner_a {
        position: fixed;
        bottom: 10%;
        right: 15px;
        z-index:100 !important;
    }

    .floating_banner_a .floating_box {
        width: 300px;
        height: auto;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 0 15px #999;
        display: flex;
        position: relative;
    }

    .floating_banner_b {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index:100 !important;
    }

    .floating_banner_b .floating_box {
        padding: 20px;
        background-color: #f5f5f5;
        display: flex;
        position: relative;
    }

    .floating_banner_a .floating_box .thumb,
    .floating_banner_b .floating_box .thumb {
        width: 100px;
        height: auto;
        margin-right: 10px;
    }

    .floating_banner_b .floating_box .thumb {
        margin-left: 35px;
    }

    .floating_banner_a .floating_box .thumb img,
    .floating_banner_b .floating_box .thumb img {
        max-width: 100px;
    }

    .floating_banner_a .floating_box .content,
    .floating_banner_b .floating_box .content {
        font-size: 13px;
        color: #333;
        line-height: 1.4;
    }

    .floating_banner_a .floating_box .content span,
    .floating_banner_b .floating_box .content span {
        display: block;
    }

    .floating_banner_a .floating_box .title,
    .floating_banner_b .floating_box .title {
        font-weight: bold;
    }

    .floating_banner_a .floating_box .close_btn {
        position: absolute;
        top: -15px;
        right: -10px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: #444;
    }

    .floating_banner_a .floating_box .close_btn::before,
    .floating_banner_a .floating_box .close_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px; /* 棒の幅（太さ） */
        height: 18px; /* 棒の高さ */
        background: #fff; /* バツ印の色 */
    }

    .floating_banner_a .floating_box .close_btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .floating_banner_a .floating_box .close_btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .floating_banner_b .floating_box .close_btn {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 36px;
        height: 36px;
    }

    .floating_banner_b .floating_box .close_btn::before,
    .floating_banner_b .floating_box .close_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px; /* 棒の幅（太さ） */
        height: 28px; /* 棒の高さ */
        background: #666; /* バツ印の色 */
    }

    .floating_banner_b .floating_box .close_btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .floating_banner_b .floating_box .close_btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .content_hidden {
        opacity: 0;
        visibility: hidden;
    }
}
/* floating banner setting 2024 end -----------------------------------------------------------------------------*/

/** GAM **/
#SPLASH {
    display: none;
}
#SKIN {
    display: none;
}
#FLOAT {
    display: none;
}
#INREAD_RICH {
  text-align: center;
}
#INREAD {
  text-align: center;
}
#INREAD2 {
  text-align: center;
}
#INREAD3 {
  text-align: center;
}
#INREAD4 {
  text-align: center;
}
#INREAD5 {
  text-align: center;
}
#INREAD6 {
  text-align: center;
}