/*
Theme Name: zeroichi-kokoku
Author: Zeroichi.inc
Author URI: https://zeroichi.biz/
Description: Kokoku's website style
Version: 0.1

Text Domain: text_domain-kokoku
*/

/* Imports */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/* Defaults */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    visibility: hidden;
}
html.wf-active, html.wf-timeout {
    visibility: visible;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

/* base structure */
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    background-color: #ececec;
}
body > header,
body > nav,
body > main,
body > footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin: auto;
}
body > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
}

body > main > section,
body > main > aside {
    width: 100%;
}
body > main > section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
body > main > aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 300px;
}

@font-face {
    font-family: 'NotoSans CJK JP';
    src:url('fonts/NotoSansCJKjp-Regular.otf') format('opentype');
    /* font-weight:black;
    font-style:nomal; */
}

/* Helper selectors */
.hide {
    display: none!important;
}
.max-width-1200 {
    max-width: 1200px;
    margin: auto;
}
.position-relative {
    position: relative;
}
li.empty {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    height: 0px;
}
a:hover {
    opacity: 0.8;
}
a img {
    opacity: inherit;
}
.br-mobile {
    display: none;
}
.udkakugo-n {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.udkakugo-db {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
}
@media (max-width: 768px) {
    .br-mobile {
        display: inline;
    }
}

/* Main Header */
.body-header {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* height: 80px; */
    /* padding: 10px 0px 10px 20px; */
    background-color: #ffffff;
}
.body-header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 10px 0px;
    margin-left: 20px;
}
.body-header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    z-index: 50;
}
@media screen and (max-width: 768px) {
    .body-header__right {
        height: 67.27px;
    }
}
@media screen and (max-width: 434px) {
    .body-header__right {
        height: 82.27px;
    }
}
@media screen and (max-width: 387px) {
    .body-header__right {
        height: 97.27px;
    }
}
@media screen and (max-width: 375px) {
    .body-header__right {
        height: 92.49px;
    }
}
@media screen and (max-width: 315px) {
    .body-header__right {
        height: 107.49px;
    }
}
.body-header__quote {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 3px;
    color: #001a55;
}
.body-header__navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body-header__logo {
    width: 200px;
    margin-right: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0px;
}
.body-header__logo img {
    max-width: 100%;
    height: auto;
}

.body-header__contact {
    display: inline-block;
    background-color: #fef552;
}
.body-header__contact:not(:last-child) {
    border-right: 1px solid #011b56;
}
.body-header__contact__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    opacity: 1.0 !important;
}
.body-header__contact__link--mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.body-header__contact--phone {
    width: 250px;
    padding: 0px 18px;
}
.body-header__contact--phone__phone-icon {
    width: 34px;
    height: 34px;
    margin-right: 5px;
}
.body-header__contact--phone__number-image {
    width: 172px;
    height: 34px;
}
.body-header__contact--mail {
    width: 80px;
}
.body-header__contact--mail__mail-icon {
    width: 36px;
    height: 20px;
    margin-top: 10px;
}
.body-header__contact--mail__text {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    font-size: 10px;
    margin-top: 10px;
}
.body-header__contact--nav {
    display: none;
}

.body-header__contact--nav__nav-open-icon {
    display: block;
    width: 23px;
    height: 23px;
}
.body-header__contact--nav__nav-close-icon {
    display: none;
    width: 23px;
    height: 23px;
}
.nav-open .body-header__contact--nav__nav-open-icon {
    display: none;
}
.nav-open .body-header__contact--nav__nav-close-icon {
    display: block;
}

@media (max-width: 1280px) {
    .body-header__logo {
        margin-right: 10px;
    }
}
@media (min-width: 1201px) {
    .body-header__contact--mail {
        border-right: none !important;
    }
}
@media (max-width: 1200px) {
    .body-nav-toggle {
        display: block;
    }
    .body-header__contact {
        width: 53px;
        /* height: 70px; */
        padding: 0px;
    }
    .body-header__contact--phone__phone-icon {
        width: 20px;
        height: 20px;
        margin-right: 0px;
    }
    .body-header__contact--phone__number-image {
        display: none;
    }
    .body-header__contact--mail__mail-icon {
        margin-top: 0px;
        width: 23px;
        height: 13px;
    }
    .body-header__contact--mail__text {
        display: none;
    }
    .body-header__contact--nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .body-header__nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: 100;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px 0px;
    }
    .body-nav-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .body-header__left {
        margin: 4px 0px;
        margin-left: 10px;
    }
    .body-header__quote {
        display: inline-block;
        font-size: 7px;
        padding-right: 20px;
        width: calc(100% - 150px);
    }
    .body-header__logo {
        width: 165px;
    }
    .body-header__nav {
        top: 52px;
    }
}
@media (max-width: 375px) {
    .body-header__navigation-wrapper {
        height: 100%;
    }
    .body-header__logo {
        width: 135px;
    }
}

/* Main navigation */
.body-nav-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.body-nav-list__item {
    margin: 0px 15px;
}
.body-nav-list__item_container{
    position: relative;
}
.body-nav-list__item--privacy-policy {
    display: none;
}
.body-nav-list__item__a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}
.body-nav-list__item .body-nav-list__item__a {
    color: #111a55;
}
.body-nav-list__item__notification {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: white;
    background: red;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    /* right: -13px; */
    overflow: hidden;
}
.body-nav-list__item__notification:after {
    content: "";
    display: block;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    /* background: black; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(45deg);
    
    animation: shine 4s ease-in infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shine {
    0% {
        left: -100%;
        top: -100%;
    }
    25% {
        left: 100%;
        top: 100%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}
@keyframes shine {
    0% {
        left: -100%;
        top: -100%;
    }
    25% {
        left: 100%;
        top: 100%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}

@media (max-width: 1200px) {
    .body-nav-list__item {
        margin: 30px 0px 30px 30px;
        padding-right: 30px;
    }
    .body-nav-list__item--privacy-policy {
        display: list-item;
    }
    .body-nav-list__item:not(:last-child) {
        border-right: 1px solid #011b56;
    }
    .body-nav-list__item__a {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .body-nav-list__item {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100% / 3);
        border-right: 1px solid #011b56;
        margin: 15px 0px;
        padding: 0px 15px;
        text-align: center;
    }
    .body-nav-list__item:nth-child(3n) {
        border-right: none;
    }
    .body-nav-list__item__a {
        font-size: 9px;
    }
    .body-nav-list__item__notification {
        font-size: 10px;
        width: 15px;
        height: 15px;
        top: -1px;
        /* right: -10px; */
    }
}

/* Footer */
.footer {
    background-color: #011b56;
    color: #ffffff;
}
.footer__content-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 14px;
}
.footer__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__content-top__logo {
    display: inline-block;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 273px;
            flex: 0 0 273px;
}
.footer__content-top__logo img {
    max-width: 100%;
    height: auto;
}
.footer__contact-info {
    font-size: 14px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.footer__contact-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer__contact-info__item__field:not(:last-child) {
    margin-right: 2em;
}
.footer__copyright {
    text-align: center;
    background-color: #ffffff;
    color: #011B56;
    font-size: 12px;
    padding: 1px 0px;
}

.footer__nav {
    overflow: hidden;
}
.footer__nav--mobile {
    display: none;
}
.footer__nav__list {
    margin: 0px -30px;
    margin-top: 50px;
    /* line-height: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* align-items: flex-start; */
    /* justify-content: center; */
}
.footer__nav__list__li {
    margin: 0px 30px;
    width: calc(100% / 5 * 1 - calc(30px * 2));
}
.footer__nav__list__li--wide {
    width: calc(100% / 5 * 3 - calc(30px * 2));
}
.footer__nav__block {
    margin-bottom: 40px;
}
.footer__nav__list__li .footer__nav__block:last-child {
    margin: 0px;
}
.footer__nav__block__title {
    font-size: 14px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.footer__nav__block__title--bold {
    font-size: 16px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    /* line-height: 40px; */
}
.footer__nav__block__list {
    padding-left: 1em;
}
.footer__nav__block__list--wide {
    margin: 0px -30px;
    margin-right: calc(-30px - 1em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer__nav__block__list li {
    line-height: 2.0em;
}
.footer__nav__block__list__separator {
    height: 0.5em;
    pointer-events: none;
}
.footer__nav__block a {
    color: inherit;
    text-decoration: none;
}
.footer__nav__block__list__li--wide {
    margin: 0px 30px;
    width: calc(100% / 3 * 1 - calc(30px * 2));
}
.footer__nav__block__list__li--wide:nth-child(n+4) {
    margin-top: 50px;
}

.footer__nav--mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer__nav--mobile__list__item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% / 3);
    border-right: 1px solid #ffffff;
    margin: 15px 0px;
    padding: 0px 14px;
    text-align: center;
}
.footer__nav--mobile__list__item:nth-child(3n) {
    border: none;
}
.footer__nav--mobile__list__item__a {
    color: #ffffff;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .footer__nav__list {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        max-width: 739px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer__nav__list__li {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: calc(100% / 3 * 1 - calc(30px * 2));
    }
    .footer__nav__list__li--wide {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .footer__copyright {
        font-size: 7px;
    }
    .footer__nav {
        display: none;
    }
    .footer__nav--mobile {
        display: block;
        margin-top: 40px;
    }
    .footer__content-wrapper {
        padding: 25px 10px;
    }
    .footer__content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0px 45px;
    }
    .footer__content-top__logo {
        max-width: 160px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .footer__contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer__contact-info li {
        margin-top: 20px;
        max-width: 480px;
    }
    .footer__contact-info__item {
        flex-direction: column;
    }
    .footer__nav--mobile__list__item__a {
        font-size: 9px;
    }
}
@media (max-width: 425px) {
    .footer__contact-info__item__field {
        font-size: 10px;
    }
}
@media (max-width: 375px) {
    .footer__contact-info__item__field {
        font-size: 8px;
    }
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
    padding: 15px;
    max-width: 1200px;
    margin: auto;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
}
.breadcrumbs-wrapper.mobile {
    display: none;
}
.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 1em;
}
.breadcrumbs li:not(:last-child)::after {
    content: '＞';
    margin-left: 1em;
    color: #011b56;
}
.breadcrumbs li .breadcrumbs__link {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    text-decoration: none;
}
@media (max-width: 768px) {
    .breadcrumbs-wrapper.mobile {
        
display: block;
    }
    .breadcrumbs-wrapper.pc {
        display: none;
    }
    .breadcrumbs {
        font-size: 10px;
    }
}

/* Index */
.carousel {
    position: relative;
}
.page-home .carousel {
    overflow: hidden;
    line-height: 0px;
}
.carousel__slider--sp {
    display: none !important;
}

.page-home .carousel__slider__item {
    max-width: 100vw;
}
.page-home .carousel__slider__item img {
    width: 100%;
}
.carousel__scroll {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    outline: none;
    border: none;
    background-color: transparent;
    width: 58px;
}
.carousel__scroll img {
    width: 100%;
}
@media (min-width: 769px) {
    .page-home .carousel {
        max-height: calc(100vh - 70px);
    }
}

@media (max-width: 768px) {
    .carousel__slider--pc {
        display: none !important;
    }
    .carousel__slider--sp {
        display: block !important;
    }
    .carousel__scroll {
        display: none;
    }
}


/* Block */
.block {
    padding: 80px 0px;
    text-align: center;
    color: #011b56;
    background-color: #ececec;
}
.page-company .block,
.page-privacy-policy .block,
.page-contact .block {
    padding-top: 50px;
    padding-bottom: 200px;
}
.page-news .block,
.page-single-product .block {
    padding-top: 100px;
    padding-bottom: 200px;
}
.block__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    /* margin-top: 44px; */
    font-size: 24px;
}
.page-home .block__title {
    margin-top: 44px;
}
.block__subtitle {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #011b56;
    display: block;
    margin-top: 50px;
    font-size: 16px;
}
.block__button {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #011b56;
    background-color: #011b56;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    width: 220px;
    height: 50px;
}
.block__content {
    margin: 15px;
    margin-top: 50px;
    padding: 50px 100px;
    background-color: #ffffff;
    text-align: left;
}
.page-company .block__content {
    padding: 0px;
}
.page-privacy-policy .block__content {
    padding: 50px 100px;
}

@media (max-width: 768px) {
    .block {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page-company .block,
    .page-privacy-policy .block,
    .page-contact .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-news .block,
    .page-single-product .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block__title {
        font-size: 16px;
    }
    .page-home .block__title {
        margin-top: 35px;
    }
    .block__subtitle {
        margin-top: 20px;
        font-size: 10px;
    }
    .block__button {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 30px;
        font-size: 10px;
        width: 120px;
    }
    .block__content {
        margin: 10px;
    }
    .page-privacy-policy .block__content {
        padding: 40px 20px;
    }
}
@media (max-width: 375px) {
    .page-home .block__title {
        margin-top: 0px;
    }
}

/* Product categories block */
.product-categories-container {
    margin-top: 40px;
    padding: 0px 15px;
    height: 700px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.product-categories-container--1 {
    background-image: url('../images/pc/ad-image-traffic.jpg');
}
.product-categories-container--2 {
    background-image: url('../images/pc/ad-image-undergroundcity.jpg');
    text-align: left;
}
.product-categories-container--3 {
    background-image: url('../images/pc/ad-image-outdoors.jpg');
    text-align: left;
}
.product-categories-container__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    max-width: 600px;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 52px;
    left: -11px;
}
.product-categories-container__title--1-mobile {
    display: none;
}
.product-categories {
    display: inline-block;
    margin: 172px auto 128px auto;
    background-color: rgba(255, 255, 255, 0.8);
}
.product-categories__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-categories__tabs--mobile {
    display: none;
}
.product-categories__tabs li {
    border: 1px solid #011b56;
    height: 40px;
    padding: 0px 13px;
    margin: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-categories__tabs li.selected {
    background-color: #011b56;
}
.product-categories__tabs__tab {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #011b56;
    text-decoration: none;
}
.product-categories__tabs li.selected .product-categories__tabs__tab {
    color: #ffffff;
}
.product-categories__note {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.product-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-categories__list .product-category:nth-child(2n) {
    border-left: 1px solid #011b56;
}
.product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 60px;
    margin: 10px;
}
.product-category__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}
.product-category__sub-categories {
    text-align: left;
    margin-left: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-category__sub-categories li {
    margin-bottom: 18px;
}
.product-category__sub-category {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #011b56;
    text-decoration: none;
}

.product-categories-container--2 .product-categories,
.product-categories-container--3 .product-categories {
    margin-left: 150px;
}
.product-categories-container--2 .product-category,
.product-categories-container--3 .product-category {
    width: 400px;
    height: 380px;
}
.product-categories-container--2 .product-category__sub-categories,
.product-categories-container--3 .product-category__sub-categories {
    margin-left: 0px;
}
@media (max-width: 1024px) {
    .product-category {
        padding: 0px 20px;
    }
}
@media (max-width: 768px) {
    .product-categories-container {
        margin-top: 80px;
        text-align: center;
        height: auto;
    }
    .product-categories-container:first-child {
        margin-top: 170px;
    }
    .product-categories-container--1 {
        background-image: url('../images/sp/ad-image-traffic.jpg');
        margin-top: 0px;
    }
    .product-categories-container--2 {
        background-image: url('../images/sp/ad-image-undergroundcity.jpg');
    }
    .product-categories-container--3 {
        background-image: url('../images/sp/ad-image-outdoors.jpg');
    }
    .product-categories-container__title {
        height: 50px;
        top: -40px;
        font-size: 16px;
        max-width: 350px;
    }
    .product-categories-container--1 .product-categories-container__title {
        display: none;
    }
    .product-categories-container__title--1-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        margin-top: 40px;
    }
    .product-categories-container .product-categories {
        margin: 42px auto 38px auto;
    }
    .product-categories-container .product-category {
        height: auto;
        width: auto;
        padding: 40px 60px;
    }
    .product-categories-container--1 .product-category {
        padding: 15px 15px;
        margin: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .product-categories__tabs--pc {
        display: none;
    }
    .product-categories__tabs--mobile {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .product-categories__tabs li {
        margin: 20px 10px;
    }
    .product-categories__tabs__tab {
        font-size: 12px;
    }
    .product-categories__note {
        position: absolute;
        right: 0px;
        bottom: -35px;
    }
    .product-category__sub-categories {
        margin-left: 0px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .product-categories__list .product-category:nth-child(2n) {
        border: none;
    }
    .product-category__title {
        font-size: 14px;
    }
    .product-category__sub-category {
        font-size: 12px;
    }
}

/* Products block */
.page-product-search .block--products {
    padding-top: 0px;
    padding-bottom: 180px;
}
.page-recommended-products .block--products {
    padding-top: 80px;
    padding-bottom: 180px;
}
.block--products-index {
    background-image: url('../images/pc/bg-recommended-products.jpg');
    background-size: cover;
}
.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-content: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 60px;
}
.page-product-search .product-list {
    margin-top: 0px;
}
.product-list li {
    margin: 0px 15px;
    margin-bottom: 30px;
    width: calc((100% - 0px) / 3 - 30px);
}
.page-recommended-products .product-list li {
    margin: 0px 20px;
    margin-bottom: 50px;
    width: calc((100% - 0px) / 2 - 40px);
}
.product-item {
    background-color: #ffffff;
    text-align: left;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-item__new {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background-color: #cc3333;
    color: #ffffff;
    width: 80px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
}
.product-item__image {
    font-size: 0px;
    border: 1px solid #011b56;
    flex: 0 1 auto;
}
.product-item__image::after {
    content: '';
    display: block;
    padding-bottom: 75%;
    width: 100%;
}
.product-item__image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.product-item__image img {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}

.product-item__info {
    padding: 30px 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.product-item__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    padding: 0px 5px;
    flex: 1 1 auto;
}
.product-item__title a {
    color: #011b56;
    text-decoration: none;
}
.product-item__detail {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-item__detail__item {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    min-height: 30px;
    color: #707070;
    background-image: url('https://via.placeholder.com/240x240');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
    /* text-indent: 35px; */
    padding-top: 3px;
    padding-left: 35px;
    margin-right: 10px;
    word-break: break-all;
}
.product-item__detail__item--media {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    background-image: url('../images/icon_media.png');
}
.product-item__detail__item--type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    background-image: url('../images/icon_type.png');
}
.product-item__detail__item--place {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-image: url('../images/icon_engine.png');
}
.product-item__detail__item--cost {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-image: url('../images/icon_money.png');
}
.page-recommended-products .product-item__detail__item--media {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
}
.page-recommended-products .product-item__detail__item--type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
}
.page-recommended-products .product-item__detail__item--place {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
}
.page-recommended-products .product-item__detail__item--cost {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
}

.product-item__detail-button {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    display: block;
    margin-top: 30px;
    border: 1px solid #011b56;
    color: #011b56;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .block--products-index {
        background-image: url('../images/sp/bg-recommended-products.jpg');
    }
    .page-recommended-products .block--products {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .page-product-search .block--products {
        padding-top: 00px;
        padding-bottom: 20px;
    }
    .product-list li,
    .page-recommended-products .product-list li {
        margin: 0px 10px;
        margin-bottom: 20px;
        width: calc((100% - 0px) / 2 - 20px);
    }
    .product-item__new {
        width: 40px;
        height: 20px;
        top: -10px;
        left: 10px;
        font-size: 10px;
    }
    .product-item__title {
        font-size: 12px;
        padding: 0px;
    }
    .product-item__detail {
        
padding-left: 0px;
    }
    .product-item__detail__item {
        font-size: 9px;
        line-height: 10px;
        background-size: 15px;
        padding-left: 25px;
        margin-top: 10px;
        min-height: 15px;
    }
    .product-item__detail-button {
        margin-top: 10px;
        font-size: 10px;
        padding: 7px;
    }
    .product-item__info {
        padding: 15px 8px;
    }
    .page-recommended-products .product-item__detail__item--media {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(50% - 10px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .page-recommended-products .product-item__detail__item--type {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(50% - 10px);
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .page-recommended-products .product-item__detail__item--place {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .page-recommended-products .product-item__detail__item--cost {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(50% - 10px);
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
}
@media (max-width: 425px) {
    .product-list {
        margin-top: 20px;
    }
}

/* Block single product */
.product {
    padding: 0px 15px;
}
.product__header {
    width: 100%;
    position: relative;
}
.product__header__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #011b56;
    background-color: #ffffff;
    width: fit-content;
    min-width: 600px;
    max-width: 100%;
    min-height: 70px;
    padding: 12px 20px;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
    position: absolute;
    top: -35px;
    left: 0px;
}
.product__header__image {
    border: 1px solid #011b56;
    max-width: 800px;
    font-size: 0px;
    margin: auto;
}
.product__header__image img {
    max-width: 100%;
}

.product__info {
    margin-top: 100px;
}
.product__info__table {
    width: 100%;
    border-collapse: collapse;
    /* border: 1px solid #011b56; */
}
.product__info__table th {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    font-size: 18px;
    width: 185px;
    border: 1px solid #011b56;
    background-color: #ffffff;
    padding: 12px 30px;
    /* height: 80px; */
    min-height: 80px;
}
.product__info__table td {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #707070;
    font-size: 18px;
    width: 400px;
    border: 1px solid #011b56;
    background-color: #ffffff;
    padding: 12px 30px;
    /* height: 80px; */
    min-height: 80px;
    text-align: left;
}
.product__info__table td.empty {
    background-color: transparent;
    border: none;
}

.product__flow {
    width: 100%;
    position: relative;
    margin-top: 150px;
}
.product__flow__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #011b56;
    background-color: #ffffff;
    height: 70px;
    padding: 0px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.product__flow__image img {
    max-width: 100%;
}
.product__flow__image img.pc {
    display: inline;
}
.product__flow__image img.sp {
    display: none;
}

@media (max-width: 768px) {
    .product {
        padding: 0px 10px;
    }
    .product__header {
        margin-top: 25px;
    }
    .product__header__title {
        font-size: 12px;
        min-height: 50px;
        top: -25px;
        left: -10px;
        padding: 0px 10px;
        width: fit-content;
        min-width: 320px;
        max-width: 100%;
    }
    .product__info {
        margin-top: 20px;
    }
    .product__info__table {
        border: none;
        border-top: 1px solid #011b56;
    }
    .product__info__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    }
    .product__info__table th {
        padding: 20px 10px;
        width: calc(30%);
        border: none;
        border-bottom: 1px solid #011b56;
        border-left: 1px solid #011b56;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .product__info__table td {
        padding: 20px 10px;
        width: calc(70%);
        border: 1px solid #011b56;
        border-top: none;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .product__flow {
        margin-top: 75px;
    }
    .product__flow__title {
        height: 50px;
        padding: 0px;
        font-size: 16px;
        padding: 20px;
    }
    
    .product__flow__image img.pc {
        display: none;
    }
    .product__flow__image img.sp {
        display: block;
        max-width: 400px;
        width: 100%;
        margin: auto;
    }
}

/* Search block */
.page-home .block--product-search {
    background-color: #dddddd;
}
.block--product-search .block__title {
    display: inline-block;
    /* padding-left: 1.5em; */
    /* background-image: url('../images/icon_search.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center left; */
}
.page-product-search .block--product-search .block__title {
    /* display: none; */
}

.page-home .product-search {
    margin-top: 100px;
}
.product-search__tabs-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.product-search__tabs-selection li {
    margin: 0px 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #bfbfbf;
}
.product-search__tabs-selection li.active {
    background: #ffffff;
}
.product-search__tab-selection__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.product-search__tabs-selection li.active .product-search__tab-selection__anchor:hover {
    opacity: 1.0;
}
.product-search__tab-selection__anchor img {
    width: 28px;
    height: 28px;
    margin-right: 25px;
}
.product-search__tab-selection__anchor span {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}

.product-search__tabs {
    padding: 0px 15px;
    min-height: 500px;
    display: flex;
}
.product-search__tab {
    background-color: #ffffff;
    width: 100%;
    /* height: 100%; */
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-search__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: 80px; */
}
.product-search__filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 4 - 60px);
    margin: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-search__filter__image {
    width: 70px;
    flex: 0 1 100px;
}
.product-search__filter__image img {
    width: 100%;
    height: auto;
}
.product-search__filter__caption {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}
.product-search__filter__select {
    margin-top: 50px;
}
.product-search__filter__select select {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-left: 10px;
    width: 200px;
    border: 1px solid #011b56;
    color: #011b56;
    background-color: #ffffff;
    height: 38px;
    border-radius: 0px;
    -webkit-appearance: none;
    background-image: url('../images/icon-pulldown.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 7px;
}
.product-search__filter__select select option {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #011b56;
}

.product-search__requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-search__request {
    display: block;
    position: relative;
    width: 300px;
    height: 300px;
    margin: 30px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #011b56;
}
.product-search__request:hover {
    opacity: 1.0;
}
.product-search__request--1 {
    background-image: url('../images/pc/image-request-1.jpg');
}
.product-search__request--2 {
    background-image: url('../images/pc/image-request-2.png');
}
.product-search__request--3 {
    background-image: url('../images/pc/image-request-3.png');
}
.product-search__request__caption {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    background-color: rgba(255, 255, 255, 0.88);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-search__request:hover .product-search__request__caption {
    background-color: rgba(1, 27, 86, 0.87);
    color: #ffffff;
}

.product-search__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: 140px; */
}
.product-search__price {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    width: 200px;
    height: 70px;
    margin: 15px 10px;
    border: 1px solid #011b56;
    background-color: #ffffff;
    color: #011b56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}
.product-search__price.selected {
    background-color: #011b56;
    color: #ffffff;
    cursor: auto;
}

@media (max-width: 1024px) {
    .product-search__filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* margin-top: 20px; */
        flex-wrap: nowrap;
        flex: 1 1 auto;
    }
    .product-search__filter {
        margin: 20px 20px;
        width: calc(100% - 40px);
        max-width: 600px;
        flex-direction: row;
    }
    .product-search__filter:first-child {
        margin-top: 35px;
    }
    .product-search__filter__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        margin-right: 20px;
    }
    .product-search__filter__caption {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 230px;
        flex: 1 1 230px;
        max-width: 230px;
        text-align: left;
        margin-right: 20px;
    }
    .product-search__filter__select {
        margin-top: 0px;
    }
    .product-search__request {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .page-product-search .block--product-search .block__title {
        display: inline-block;
    }
    .block--product-search .block__title {
        background-size: 18px 18px;
    }
    .page-home .product-search {
        margin-top: 35px;
    }
    .product-search__tabs-selection li {
        margin: 0px 10px;
    }
    .product-search__tab-selection__anchor img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .product-search__tab-selection__anchor span {
        font-size: 10px;
    }
    .product-search__tabs {
        padding: 0px 10px;
    }
    .product-search__filter__image {
        
max-width: 30px;
        
-ms-flex: 0 0 30px;
        
flex: 0 0 30px;
    }
    .product-search__request {
        width: 400px;
        height: 180px;
    }
    .product-search__request--1 {
        background-image: url('../images/sp/image-request-1.jpg');
    }
    .product-search__request--2 {
        background-image: url('../images/sp/image-request-2.jpg');
    }
    .product-search__request--3 {
        background-image: url('../images/sp/image-request-3.jpg');
    }
    .product-search__request__caption {
        font-size: 15px;
        height: 30px;
    }
    .product-search__prices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* margin-top: 20px; */
    }
    .product-search__price {
        font-size: 14px;
        height: 30px;
    }
}
@media (max-width: 640px) {
    .product-search__tab-selection__anchor {
        padding: 10px 5px;
    }
    .product-search__tab-selection__anchor img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .product-search__filter__caption {
        font-size: 10px;
    }
    .product-search__filter__select select {
        max-width: 120px;
        font-size: 12px;
        height: 28px;
    }
    .product-search__request {
        width: 200px;
        height: 90px;
    }
}

/* News block */
/* Index news */
.block--index-news {
    background-color: #e5e8ee;
    padding: 80px 15px;
}
.block--index-news .block__title {
    display: inline-block;
    padding-right: 1.5em;
    background-image: url('../images/icon_blog.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center right;
}
.block--index-news .block__button {
    margin-top: 60px;
    border: 1px solid #011b56;
    background-color: transparent;
    color: #011b56;
}
.news-list--index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 770px;
    margin: auto;
    margin-top: 60px;
    /* padding: 0px 15px; */
}
.news-list--index li {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d2d2d3;
}
.news-list--index li:first-child {
    border-top: 1px solid #d2d2d3;
}
.news-item--index {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-item--index__date {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #011b56;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    text-align: left;
}
.news-item--index__category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    text-align: left;
}
.news-item--index__category a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #011b56;
    color: #011b56;
    padding: 0px 5px;
    text-decoration: none;
}
.news-item--index__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 460px;
            flex: 1 1 460px;
    text-align: left;
}
.news-item--index__title a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #011b56;
    text-decoration: none;
    word-break: break-all;
}
@media (max-width: 768px) {
    .block--index-news {
        padding: 40px 15px;
    }
    .block--index-news .block__title {
        background-size: 18px 18px;
    }
    .news-list--index {
        margin-top: 25px;
    }
    .news-list--index li {
        height: auto;
    }
    .news-item--index {
        padding: 10px;
    }
    .news-item--index__date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 10px;
        margin-top: 5px;
    }
    .news-item--index__category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 10px;
    }
    .news-item--index__category a {
        font-size: 9px;
    }
    .news-item--index__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* News page */
.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 0px 15px;
}
.news__categories {
    min-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
}
.news__categories__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    padding-right: 1.5em;
    background-image: url('../images/icon_blog.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center right;
    margin-bottom: 40px;
    display: inline-block;
}

.news__categories__list li:not(:first-child) {
    margin-top: 20px;
}
.news__categories__list__link {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #011b56;
    text-decoration: none;
}

.news__items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.news__items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.news__items__list > li {
    background-color: #ffffff;
    padding: 35px 40px;
    width: 100%;
}
.news__items__list > li:not(:first-child) {
    margin-top: 30px;
}
.news__items__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news__items__list__item__title {
    font-size: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.news__items__list__item__title a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    text-decoration: none;
    word-break: break-all;
}
.news__items__list__item__more {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    margin-right: 40px;
    margin-left: 60px;
}
.news__items__list__item__more a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #011b56;
    text-decoration: none;
}
.news__items__list__item__info {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    color: #707070;
}
.news__items__list__item__info__tag {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #707070;
    margin-bottom: 10px;
}
.news__items__list__item__info__tag a {
    color: inherit;
}

.news__single-post-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.news__post {
    padding: 35px 40px;
    background-color: #ffffff;
}
.news__post hr {
    background-color: #d2d2d2;
    height: 1px;
    border: none;
    margin: 0px 20px;
}
.news__post__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    /* word-break: break-all; */
}
.news__post__header__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #011b56;
    margin-right: 40px;
    word-break: break-all;
}
.news__post__header__info {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    color: #707070;
}
.news__post__header__info__tag {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #707070;
    margin-bottom: 10px;
}
.news__post__header__info__tag a {
    color: inherit;
}
.news__post__content {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news__categories {
        margin: auto;
        text-align: center;
    }
    .news__categories__title {
        margin-bottom: 0px;
    }
    .news__categories__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* align-items: center; */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .news__categories__list li {
        margin: 20px 0px;
        padding: 0px 20px;
        border-right: 1px solid #011b56;
    }
    /* .news__categories__list li:not(:last-child) {
        border-right: 1px solid #011b56;
    } */
}
@media (max-width: 768px) {
    .news {
        padding: 0px 10px;
    }
    .news__categories__title {
        font-size: 16px;
        background-size: 22px 22px;
    }
    .news__categories__list li {
        font-size: 10px;
        /* flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100% / 3);
        margin: 15px 0px;
        padding: 0px 5px; */
        text-align: center;
    }
    /* .news__categories__list li:nth-child(3n) {
        border: none;
    } */
    .news__items__list > li {
        padding: 20px;
    }
    .news__items__list > li:not(:first-child) {
        margin-top: 10px;
    }
    .news__items__list__item {
        /* flex-direction: column; */
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .news__items__list__item__title {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 14px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: center;
    }
    .news__items__list__item__more {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        font-size: 10px;
        margin: auto;
    }
    .news__items__list__item__info {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        font-size: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
    }
    .news__items__list__item__info__tag {
        font-size: 9px;
        margin-bottom: 0px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .news__items__list__item__info__date {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 10px;
    }
    .news__items__list__item__info__date__time {
        display: none;
    }
    .news__post {
        padding: 20px;
    }
    .news__post__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    }
    .news__post__header__title {
        font-size: 14px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
    }
    .news__post__header__info {
        font-size: 10px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
    }
    .news__post__header__info__date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
        margin-top: 2px;
    }
    .news__post__header__info__date__time {
        display: none;
    }
    .news__post__header__info__tag {
        font-size: 9px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0px;
    }
    .news__post__content p {
        font-size: 10px;
    }
}

/* Company block */
.company-information-table {
    width: 100%;
    max-width: calc(100% - 160px);
    margin: auto;
    border-spacing: 40px;
    border-collapse: separate;
}
.company-information-table th {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2em;
    width: 180px;
    text-align: right;
    vertical-align: top;
    border: none;
}
.company-information-table td {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    border: none;
}

.company-information-table__history th {
    text-align: left;
    width: 150px;
    letter-spacing: 0.1em;
}
.company-information-table__history td {
    padding-left: 20px;
}

.company-information-table_map {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin: 10px 0px 15px 0px;
    padding: 5px 10px;
    color: #011b56;
    border: 1px solid #011b56;
    text-decoration: none;
}
.company-information-table_map:hover {
    background-color: #011b56;
    color: #ffffff;
    opacity: 1.0;
}
@media (max-width: 768px) {
    .company-information-table {
        max-width: 100%;
        border-spacing: 0px;
        padding: 40px 20px;
    }
    .company-information-table tr {
        display: block;
    }
    .company-information-table tr:not(:first-child) {
        margin-top: 20px;
    }
    .company-information-table__history tr:not(:first-child) {
        margin-top: 10px;
    }
    .company-information-table th {
        font-size: 12px;
        display: block;
        text-align: left;
    }
    .company-information-table td {
        font-size: 10px;
        display: block;
    }
    .company-information-table__history th {
        font-size: 10px;
        display: table-cell;
        width: 80px;
    }
    .company-information-table__history td {
        font-size: 10px;
        display: table-cell;
    }
    .company-information-table_map {
        
font-size: 9px;
        
margin: 5px 0px 8px 0px;
    }
}

/* Privacy policy block*/
.page-privacy-policy a {
    color: #011b56;
}
.page-privacy-policy p {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #011b56;
    font-size: 18px;
}
.privacy-policy-article {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #011b56;
}
.privacy-policy-article__title {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #011b56;
    margin-top: 40px;
    margin-bottom: 20px;
}
.privacy-policy-article__list {
    padding-left: 3em;
}
.privacy-policy-article__list--decimal {
    list-style-type: decimal;
}
.privacy-policy-article__list--upper-roman {
    list-style-type: upper-roman;
    padding-left: 2em;
}
.privacy-policy-article__list--lower-roman {
    list-style-type: lower-roman;
    padding-left: 2em;
}

@media (max-width: 768px) {
    .page-privacy-policy p {
        font-size: 10px;
    }
    .privacy-policy-article {
        font-size: 10px;
    }
    .privacy-policy-article__title {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

/* Contact */
.contact {
    padding: 15px;
    margin-top: 50px;
}
.contact-form {
    background-color: #ffffff;
    padding: 50px;
}
.contact-form form {
    margin-top: 80px;
}
.contact p {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #011b56;
    max-width: 770px;
    margin: auto;
    letter-spacing: 0.15em;
}
@media (max-width: 768px) {
    .contact {
        padding: 10px;
        margin-top: 20px;
    }
    .contact-form {
        padding: 40px 20px;
    }
    .contact p {
        font-size: 10px;
    }
    .contact-form form {
        margin-top: 20px;
    }
}


/* Pagination */
.navigation.pagination {
    margin-top: 20px;
}

.nav-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    padding: 0px 15px;
}
.nav-links .page-numbers {
    width: 6px;
    height: 6px;
    text-decoration: none;
    line-height: 0px;
    font-size: 0px;
    margin: 9px;
    border: none;
    border-radius: 6px;
    background-image: url('../images/icon-pager.png');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.nav-links .page-numbers.prev {
    background-image: url('../images/icon-arrow-left.png');
    width: 13px;
    height: 13px;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: 5px;
}
.nav-links .page-numbers.next {
    background-image: url('../images/icon-arrow-right.png');
    width: 13px;
    height: 13px;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 5px;
}
.nav-links .page-numbers.current {
    pointer-events: none;
    cursor: default;
    background-image: url('../images/icon-pager-on.png');
}

.news .nav-links .page-numbers.prev {
    left: -9px;
}
.news .nav-links .page-numbers.next {
    right: -9px;
}

.single-post-navigation {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding: 0px 15px;
}
.single-post-nav {
    position: absolute;
}
.single-post-nav a {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #011b56;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.single-post-nav.nav-prev {
    top: 0px;
    left: 0px;
}
.single-post-nav.nav-prev a {
    background-image: url('../images/icon-arrow-left.png');
    background-position: center left;
    padding-left: 2em;
}
.single-post-nav.nav-next {
    top: 0px;
    right: 0px;
}
.single-post-nav.nav-next a {
    background-image: url('../images/icon-arrow-right.png');
    background-position: center right;
    padding-right: 2em;
}

@media (min-width: 1367px) {
    .page-home .block--products .nav-links {
        position: initial;
    }
    .page-home .block--products .nav-links .page-numbers.prev {
        position: absolute;
        top: calc(50% - 110px);
        left: -56px;
    }
    .page-home .block--products .nav-links .page-numbers.next {
        position: absolute;
        top: calc(50% - 110px);
        right: -57px;
    }
}

/* Form */
form {
    width: 100%;
}
.form__field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
}
.form__field--inner {
    margin-bottom: 20px;
}
.form__field__label {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-right: 50px;
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
}
.form__field__label--required::after {
    content: '※';
    color: #cc0000;
}
.form__field__label--required.has-error {
    color: #cc0000;
}
.form__field--inner .form__field__label {
    margin-right: 20px;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 16px;
    width: 50px;
}
.form__field__input,
.form__field__input-set {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.form__field__input.has-error {
    border: 1px solid #cc0000;
}
input.form__field__input {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #011b56;
    max-width: 500px;
    min-height: 50px;
    border: 1px solid #011b56;
    padding: 0px 10px;
    line-height: 40px;
}
select.form__field__input {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #011b56;
    max-width: 500px;
    min-width: 200px;
    background-color: #ffffff;
}
textarea.form__field__input {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #011b56;
    max-width: 650px;
    min-height: 220px;
    border: 1px solid #011b56;
    padding: 10px;
    line-height: 25px;
}
.form__field--inner select.form__field__input {
    max-width: 200px;
    height: 30px;
    font-size: 14px;
    padding-left: 15px;
}

.form__buttons {
    margin-top: 80px;
}
.form__button {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    color: #011b56;
    background-color: #fff600;
    border: none;
    width: 100%;
    max-width: 550px;
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.form__button:hover {
    opacity: 0.8;
}
.form__button img {
    width: 36px;
    height: 20px;
    position: absolute;
    right: 40px;
}

.form__button--search {
    max-width: 220px;
    height: 50px;
    margin-bottom: 40px;
}
.form__button--search img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    position: relative;
    right: 0px;
}

.form-result-container {
    margin-top: 10px;
}
.form-success {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 770px;
}
.form-error {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 770px;
}

@media (max-width: 1024px) {
    .form__button--search {
        margin-top: 35px;
    }
}
@media (max-width: 768px) {
    .form__field {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form__field__label {
        font-size: 12px;
        display: block;
        text-align: left;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-bottom: 10px;
    }
    .form__field__input {
        display: block;
    }
    input.form__field__input {
        min-height: 35px;
        line-height: 20px;
        font-size: 12px;
    }
    .form__field--inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .form__field__input-set {
        padding-left: 30px;
    }
    .form__field--inner .form__field__label {
        font-size: 10px;
        width: 35px;
    }
    .form__field--inner select.form__field__input {
        min-width: 120px;
        max-width: 150px;
        font-size: 10px;
        height: 25px;
        padding-left: 10px;
    }
    .form__buttons {
        margin-top: 40px;
    }
    .form__button {
        max-width: 375px;
        height: 50px;
        font-size: 14px;
        margin-top: 40px;
    }
    .form__button--search {
        width: 120px;
        height: 30px;
        font-size: 10px;
    }
    .form__button img {
        width: 30px;
        height: 17px;
        right: 30px;
    }
    .form__button--search img {
        width: 18px;
        height: 18px;
        right: 0px;
    }
}
@media (max-width: 375px) {
    .form__button {
        font-size: 12px;
    }
    .form__button img {
        width: 25px;
        height: 13px;
        right: 25px;
    }
    .form__button--search img {
        width: 18px;
        height: 18px;
        right: 0px;
    }
}

.advertisement h2{
    margin-bottom:60px;

}

.advertisement_flex{
    display: flex;
}

.advertisement_img{
max-width: 45%;

}

.advertisement_p{
max-width: 45%;
margin-left: auto;
border: 1px solid #011b56;
}

.advertisement_p_p1 {
width: 96%;
margin: 0 auto;
padding-top:12%;
padding-bottom: 12%;
}

.advertisement_p_p2 {
width: 96%;
margin: 0 auto;
padding-top:25%;
padding-bottom: 25%;
}


.advertisement .block__button {
    width: 300px;
}

@media (max-width: 768px){
    .advertisement h2{
    margin-bottom:20px;

}

    .advertisement_flex{
    display: block;
}

.advertisement_img{
max-width: 96%;
margin: 0 auto;
}

.advertisement_p{
max-width: 94%;
margin:20px auto;
border: 1px solid #011b56;
}
}

.umeda_box .h1_display .block__title {
display: block;
max-width: 346px;
margin:0 auto;
text-align: center;
}

.umeda_area{
display: flex;
margin:50px auto 100px auto;
max-width: 1200px;
}

.umeda_box .block__title{
 display: block; 
}

.umeda_area h1{
margin-bottom: 50px;
}

.umeda_area_img{
max-width: 35%;
margin-right: auto;
}

.umeda_area_p{
max-width: 60%;
border: 1px solid #011b56;
}

.umeda_area_p p{
padding:5% 2% 5% 2%;
text-align: left;
}


.umeda_box .h1_display .block__title {
    background-image:none;
    padding-left: 0;
}

.umeda_box{
margin-top: -80px;
}
.area-tbl {
margin: 50px auto 100px auto;
max-width: 1200px;
width: 100%;
}

.area-tbl tr th,
.area-tbl tr td {
padding: 20px;
border: none;
}

.area-tbl tr th {
width: 30%;
background: #bfbfbf;
color: #fff;
font-weight: bold;
border-bottom: #ececec 1px solid;
}
@media (max-width: 723px){
.umeda_box .h1_display .block__title {
display: block;
width: 60%;
margin:0 auto;
}

.umeda_area{
display: block;
}

.umeda_area_img{
max-width: 96%;
margin: 0 auto;
}

.umeda_area_p{
max-width: 96%;
margin: 100px auto;
}

.umeda_area_p p{
padding:0 2% 0 2%;
}
.area-tbl {
max-width: 96%;
margin: 100px auto;
}
}

.hankyu_box .h1_display .block__title {
display: block;
max-width: 346px;
margin:0 auto;
text-align: center;
}

.hankyu_area{
display: flex;
margin:50px auto 100px auto;
max-width: 1200px;
}

.hankyu_box .block__title{
 display: block; 
}

.hankyu_area h1{
margin-bottom: 50px;
}

.hankyu_area_img{
max-width: 35%;
margin-right: auto;
}

.hankyu_area_p{
max-width: 60%;
border: 1px solid #011b56;
}

.hankyu_area_p p{
padding:5% 2% 5% 2%;
text-align: left;
}

.hankyu_box .h1_display .block__title {
    background-image:none;
    padding-left: 0;
}

@media (max-width: 723px){
.hankyu_box .h1_display .block__title {
display: block;
width: 60%;
margin:0 auto;
}

.hankyu_area{
display: block;

}

.hankyu_area_img{
max-width: 87%;
margin: 0 auto;
}

.hankyu_area_p{
max-width: 96%;
margin: 100px auto;
}

.hankyu_area_p p{
padding:0 2% 0 2%;
}
}

.osaka_metro-transit_price{
    margin-top:100px;
    background-color: #fff;
}

.osaka_metro-transit_price h2{
    padding-top: 40px;
    margin-bottom: 40px;
}

.osaka_metro-transit_price .area {
  max-width:100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
 
.osaka_metro-transit_price .tab_class {
  width: calc(100%/3);
  height: 50px;
  background-color: darkgrey;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}

/* 20240520:阪急一覧タブ */
.osaka_metro-transit_price.tab-hankyu .tab_class {
    width: calc(100% / 4);
}
/* 20240520:阪急一覧タブ */
 
.osaka_metro-transit_price input[name="tab_name"] {
  display: none;
}
 
.osaka_metro-transit_price input:checked + .tab_class {
  background-color: #011b56;
  color: aliceblue;
}
 
.osaka_metro-transit_price .content_class {
  display: none;
  max-width: 100%;
  margin: 50px auto;
}
 
.osaka_metro-transit_price input:checked + .tab_class + .content_class {
  display: block;
}


.saka_metro-transit_price_flex_box{
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
}

.saka_metro-transit_price_flex_box_img{
    max-width: 45%;
}

.saka_metro-transit_price_flex_box_txt{
    max-width: 45%;
    padding-top: 5%;
}

.osaka_metro-transit_price table{
  width: 94%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing:0px 0px;
}

.osaka_metro-transit_price table tr{
    height: 60px;
}


.osaka_metro-transit_price table th{
    background-color: #DDDDDD;
}

.osaka_metro-transit_price table th:last-child{
    width: 60px;
}

.osaka_metro-transit_price table, th, td {
  border:1px solid #333;
}

@media only screen and (max-width: 570px) {
    .saka_metro-transit_price_flex_box{
    display: block;
}

.saka_metro-transit_price_flex_box_img{
    max-width: 90%;
    margin: 0 auto;
}

.saka_metro-transit_price_flex_box_img img{
    margin:0 auto;
}

.saka_metro-transit_price_flex_box_txt{
    max-width: 90%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 1045px) {
.osaka_metro-transit_price table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.advertisement_more {
    display: none;
}
@media (max-width: 768px) {
    .advertisement_more {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 20px;
        cursor: pointer;
        transition: .5s margin-top, .5s padding-bottom, .2s opacity;
    }
    .advertisement_more--hidden {
        margin-top: -1.5em;
        padding-bottom: 0;
        opacity: 0;
        pointer-events: none;
    }
    .advertisement_p_p1, .advertisement_p_p2 {
        box-sizing: content-box;
        max-height: 46em;
        transition: .5s max-height, .5s padding-top, .5s padding-bottom;
        overflow: clip;
    }
    .advertisement_p_close {
        max-height: 3em;
        padding-top: 20px;
        padding-bottom: 0;
    }
}


.faq-content {
    margin: 40px auto;
    padding: 32px 8px 40px;
    background-color: #FFF;
    text-align: center;
}
.faq-body {
    margin-top: 36px;
}
.faq-item {
    width: 100%;
    max-width: 680px;
    text-align: left;
    margin: auto;
    padding: 24px;
    color: #011b56;
    border-top: 1px solid #011b56;
}
.faq-item:last-of-type {
    border-bottom: 1px solid #011b56;
}
.faq-item__question {
    font-size: 18px;
    list-style: none;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}
.faq-item__question::-webkit-details-marker {
    display:none;
}
.faq-item__question::before {
    content: "Q";
    position: absolute;
    top: -1px;
    left: 0;
}
/* .faq-item__question::after {
    position: absolute;
    content: ">";
    right: 0;
    top: 1px;
    left: auto;
    transform: rotate(90deg) scaleY(1.5);
} */
.faq-item__answer {
    margin-top: 12px;
    padding-left: 24px;
    position: relative;
}
.faq-item__answer::before {
    content: "A";
    position: absolute;
    top: -1px;
    left: 0;
}

/*20230920 add*/
.flow_box2_area {
    margin:  24px auto;
    padding: 0 8px;
    position: relative;
  }
.flow_box2_area:not(:last-of-type)::after {
    content: "";
    display: block;
    width: min(40%, 300px);
    aspect-ratio: 3/1;
    margin: 24px auto;
    background-color: #dbdbdb;
    clip-path: polygon(25% 50%, 25% 0, 75% 0, 75% 50%, 100% 50%, 50% 100%, 0 50%);
}
.flow_box2 {
    max-width: 960px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: min-content max-content;
    gap: 8px 24px;
    margin: auto;
}
.flow_box2_text {
    display: contents;
    text-align: left;
}
.flow_box2_title {
    font-size: 24px;
}
.flow_box2_p {
    display: grid;
    place-content: center;
    padding: 16px;
    border: 2px solid #011b56;
    grid-column: 1 / 2;
}
.flow_box2_img img {
    margin: 0;
    object-fit: cover;
}
@media (max-width: 768px) {
  .flow_box2_title {
      font-size: 18px;
  }
}

/* 20240115 追加 梅田 ビジョン広告のよくある質問 ビジョン広告の掲載商品一覧表 */
.osaka_metro-transit_price{
    margin-top:100px;
    background-color: #fff;
}
.osaka_metro-transit_price h2{
    padding-top: 40px;
    margin-bottom: 40px;
}
.osaka_metro-transit_price .area {
  max-width:100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.osaka_metro-transit_price .tab_class {
  width: calc(100%/3);
  height: 50px;
  background-color: darkgrey;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
.osaka_metro-transit_price input[name="tab_name"] {
  display: none;
}
.osaka_metro-transit_price input:checked + .tab_class {
  background-color: #011b56;
  color: aliceblue;
}
.osaka_metro-transit_price .content_class {
  display: none;
  max-width: 100%;
  margin: 50px auto;
}
.osaka_metro-transit_price input:checked + .tab_class + .content_class {
  display: block;
}
.saka_metro-transit_price_flex_box{
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
}
.saka_metro-transit_price_flex_box_img{
    max-width: 45%;
}
.saka_metro-transit_price_flex_box_txt{
    max-width: 45%;
    padding-top: 5%;
}
.osaka_metro-transit_price table{
  width: 94%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing:0px 0px;
}
.osaka_metro-transit_price table tr{
    height: 60px;
}
.osaka_metro-transit_price table th{
    background-color: #DDDDDD;
}
.osaka_metro-transit_price table th:last-child{
    width: 60px;
}
.osaka_metro-transit_price table, th, td {
  border:1px solid #333;
}
@media only screen and (max-width: 570px) {
    .saka_metro-transit_price_flex_box{
    display: block;
}
.saka_metro-transit_price_flex_box_img{
    max-width: 90%;
    margin: 0 auto;
}
.saka_metro-transit_price_flex_box_img img{
    margin:0 auto;
}
.saka_metro-transit_price_flex_box_txt{
    max-width: 90%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1045px) {
.osaka_metro-transit_price table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}


/* 20240402 広告掲載の流れコンテンツのテキスト化 start */
.product__flow__list__title{
    z-index: 50;
}
.product__flow__list {
    position: relative;
    overflow: hidden;
    background-color: #011b56;
    color: #ffffff;
    font-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/flow_background.jpg");
}
@media (max-width: 768px) {
    .product__flow__list {
        font-size: 12px;
    }
}

.product__flow__list::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 27, 86, 0.8);
}

.product__flow__list ol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    z-index: 10;
}

@media (max-width: 768px) {
    .product__flow__list ol {
        display: block;
        padding: 30px 0;
    }
}

.product__flow__list li {
    position: relative;
    width: 11.1111111111%;
    padding: 2em 2.5em 2em 2em;
}

@media (max-width: 768px) {
    .product__flow__list li {
        padding: 2em 2em 3em 2em;
        width: 100%;
    }
    .product__flow__list > ol > li{
        text-align: center;
    }
}

.product__flow__list li:last-child .product__flow__list-arrow:before,
.product__flow__list li:last-child .product__flow__list-arrow:after {
    display: none;
}

.product__flow__list li span {
    position: relative;
    z-index: 10;
}

.product__flow__list-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    color: #fff;
    line-height: 1;
    width: 1000px;
    height: 1000px;
}

@media (max-width: 768px) {
    .product__flow__list-arrow {
        top: auto;
        right: 50%;
        bottom: 0;
    }
}

.product__flow__list-arrow::before,
.product__flow__list-arrow:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.product__flow__list-arrow:before {
    top: 0;
    left: 0;
    height: 2px;
    transform-origin: right bottom;
    transform: rotate(70deg);
}

@media (max-width: 768px) {
    .product__flow__list-arrow:before {
        top: auto;
        right: 0;
        bottom: 0;
        transform-origin: right bottom;
        transform: rotate(12deg);
    }
}

.product__flow__list-arrow:after {
    top: 0;
    left: 0;
    height: 2px;
    transform-origin: right top;
    transform: rotate(-70deg) translate(1px, 0px);
}

@media (max-width: 768px) {
    .product__flow__list-arrow:after {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        transform-origin: right bottom;
        transform: rotate(-192deg) translate(1px, 2px);
    }
}

/* 20240402 広告掲載の流れコンテンツのテキスト化 end */

/* 20240624:内部リンクボタンの設置 */
.retouch-serchblock-link {
    margin-block: 3em 0;
}
/* //20240624:内部リンクボタンの設置 */
/* 20240624:「流れ」コンテンツデザイン改修 */
.retouch-filters {
    padding-inline: 5%;
    gap: 60px;
}

.retouch-filters .product-search__filter {
    position: relative;
    margin: 0;
    padding: 1em;
    width: calc((100% - 180px) / 4);
    background-color: #ddd;
}

.retouch-filters .product-search__filter:before {
    position: absolute;
    right: -65px;
    top: 50%;
    display: block;
    content: "";
    width: 60px;
    height: 40px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ddd;
    transform: translate(0, -50%) rotate(90deg);
}

.retouch-filters .product-search__filter:last-child:before {
    display: none;
}

.retouch-filters .product-search__filter__image {
    margin-inline: auto;
    margin-bottom: 1.5em;
}

.retouch-filters .product-search__filter__inner {
    background-color: #ececec;
    padding: 1em;
    width: 100%;
}

@media (max-width: 1024px) {
    .retouch-filters {
        gap: 20px;
    }

    .retouch-filters .product-search__filter {
        margin: 20px 20px;
        padding: 0.5em;
        width: calc(100% - 40px);
        max-width: 600px;
        flex-direction: row;
    }

    .retouch-filters .product-search__filter:before {
        top: auto;
        bottom: -55px;
        right: 50%;
        transform: translate(50%, 0) rotate(180deg);
    }

    .retouch-filters .product-search__filter__image {
        margin: 0;
    }

    .retouch-filters .product-search__filter__caption {
        padding-left: 2em;
    }

    .retouch-filters .product-search__filter__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
/* //20240624:「流れ」コンテンツデザイン改修 */

/* 20240624:電鉄別紹介コンテンツの設置 */

.cmn-block--index-retouch-type {
    padding-bottom: 10em;
    background-color: #fff;
}

.cmn-block--index-retouch-type .block__title {
    margin-bottom: 2em;
}

.cmn-block--index-retouch-type .nx-type-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
}

.cmn-block--index-retouch-type .nx-type-item figure {
    position: relative;
    aspect-ratio: 1900/1400;
    margin-bottom: 1em;
}

.cmn-block--index-retouch-type .nx-type-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cmn-block--index-retouch-type .nx-type-item p {
    padding-top: 0.8em;
    text-align: left;
}

@media (max-width: 768px) {
    .cmn-block--index-retouch-type {
        padding-bottom: 20px;
    }
    .cmn-block--index-retouch-type .nx-type-lists {
        padding-bottom: 25px;
        grid-template-columns: 1fr;
        padding-inline: 15px;
        gap: 40px;
    }
}

/* //20240624:電鉄別紹介コンテンツの設置 */

/* 20240805 */
@media(max-width:768px) {
    .cmn_box.umeda_box {
        margin-top: 0px;
    }
}

.cmn_block__title {
    font-weight: bold;
    margin: 0px auto 15px;
}

.osaka_metro-transit_price .area.cmn-area {
    margin-bottom: 60px;
}

.cmn_footer__nav__block__title {
    white-space:nowrap;
}

/* 20241009 */
.cmn-ad {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0px 0px 0px;
}

.cmn-ad-osakametro.cmn-ad {
    margin: -180px auto 0px;
}

.cmn-ad .block__title {
    text-align: center;
}

.cmn-ad-area {
    margin: 50px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn-ad-box {
    margin: 0px 15px 30px;
    width: calc((100% - 0px) / 3 - 30px);
    box-sizing: border-box;
}

@media(max-width:768px) {
    .cmn-ad {
        padding: 40px 0px 0px 0px;
    }

    .cmn-ad-osakametro.cmn-ad {
        margin: -20px auto 0px;
    }

    .cmn-ad .block__title {}

    .cmn-ad-area {
        margin: 20px auto 0px;
    }

    .cmn-ad-box {
        margin: 0px 10px;
        margin-bottom: 20px;
        width: calc((100% - 0px) / 2 - 20px);
        box-sizing: border-box;
    }

}

/* 20241121 product-keihan product-hankyu product-osakametro 広告料金一覧 */
.price-link{
 color: #011b56;
}

/* 20241209 */
.h1_top{
    margin-top: 90px;
}
.about_advertising_area{
    display: flex;
    max-width: 1200px;
    margin: 50px auto 100px auto;
}
.advertisement_txt_block{
    width: 65%;
    margin-right: auto;
}
.advertisement_txt_block p{
    margin-bottom: 15px;
}
.advertisement_txt_block p:last-child{
    margin-bottom: 0;
}
.advertisement_img_block{
    display: flex;
    align-items: flex-end;
    width: 30%;
}
@media (max-width: 723px) {
    .h1_top{
    margin-top: 40px;
    }
    .about_advertising_area{
        display: block;
        max-width: 95%;
        margin: 50px auto 50px auto;
    }
    .advertisement_txt_block{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .advertisement_img_block{
        width: 100%;
    }
    .ad_pc{
        display: none;
    }
}

/* 20250114 流れコンテンツの改修 */
.flow__step {
    display: flex;
    margin: 0 auto;
    padding: 80px 0;
    max-width: 1200px;
}
.flow__step li {
    position: relative;
    width: calc(100% / 4 - 2%);
    background: #fff;
    border: 2px solid #011b56;
    margin: 0 auto;
    padding: 30px 0;
}
.flow__step li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 55px;
    height: 55px;
    left: -20px;
    top: -20px;
}
.flow__step li:nth-child(1)::before {
    background: url(/wp-content/uploads/2025/01/flow_num_icon_1.png) no-repeat;
    background-size: contain;
}
.flow__step li:nth-child(2)::before {
    background: url(/wp-content/uploads/2025/01/flow_num_icon_2.png) no-repeat;
    background-size: contain;
}
.flow__step li:nth-child(3)::before {
    background: url(/wp-content/uploads/2025/01/flow_num_icon_3.png) no-repeat;
    background-size: contain;
}
.flow__step li:nth-child(4)::before {
    background: url(/wp-content/uploads/2025/01/flow_num_icon_4.png) no-repeat;
    background-size: contain;
}
.flow__step li img {
    text-align: center;
    max-height: 80px;
    margin: 0 auto;
}
.flow__step dt {
    margin-top: 30px;
    padding: 10px;
    background: #fff600;
    font-weight: 600;
}
.flow__step dd {
    margin-top: 30px;
    padding: 0 20px;
    text-align: left;
}
@media (max-width: 1024px) {
    .flow__step {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .flow__step {
        max-width: 94%;
        display: block;
    }
    .flow__step li {
        padding: 40px 0;
        margin-top: 50px;
        width: 100%;
    }
    .flow__step li::before {
        top: calc(-55px / 2);
        left: calc(50% - (55px / 2));
    }
    .flow__step li img {
        max-height: 50px;
    }
    .flow__step dt,
    .flow__step dd {
        margin-top: 15px;
    }
}
/* //20250114 流れコンテンツの改修 */
/* 20250116 top強みコンテンツ設置 */
.dot_title span {
    border-bottom: dotted 2px #011b56;
    padding: 0 10px;
}
.top__feature {
    margin: 50px auto;
}
.top__feature li {
    text-align: left;
    max-width: 1000px;
    margin: 30px auto 0;
    position: relative;
    background-color: #FEF552;
    padding: 30px 10px 30px 130px;
    min-height: 108px;
}
.top__feature li .text-strong {
    font-size: 20px;
    font-weight: bold;
}
.top__feature li::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 93px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.top__feature li:nth-of-type(1)::before {
    background-image: url(https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/top_feature_01.png);
}
.top__feature li:nth-of-type(2)::before {
    background-image: url(https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/top_feature_02.png);
}
.top__feature li:nth-of-type(3)::before {
    background-image: url(https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/top_feature_03.png);
}
@media (max-width: 768px) {
    .top__feature {
        max-width: 96%;
    }
    .top__feature li {
        text-align: left;
        max-width: 1000px;
        margin: 30px auto 0;
        position: relative;
        background-color: #FEF552;
        padding: 30px 10px 30px 85px;
        min-height: 108px;
    }
    .top__feature li::before {
        width: 63px;
        height: 60px;
        left: 10px;
        top: 10px;
    }
}
/* 20250116 広告コンテンツ改修 */
.advertisement .index__advertisement__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.advertisement .index__advertisement__list .advertisement__item {
    width: calc(100% / 3 - 42px);
    margin: 0px 15px;
    border: #011b56 solid 2px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.advertisement .index__advertisement__list .advertisement__item .advertisement__item__inner {
    padding: 44px 10px 20px;
    height: 100%;
}
.advertisement .index__advertisement__list .advertisement__item::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -25px;
    background-image: url(https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/advertisement_item_check.png);
    transform: translateX(-50%);
}
.advertisement .advertisement__item .advertisement_flex {
    flex-direction: column;
    height: 100%;
}
.advertisement .index__advertisement__list h2 {
    margin-bottom:20px;
    text-align: center;
    margin-top: 0;
}
.advertisement .index__advertisement__list h2::after {
    content: "";
    display: block;
    height: 4px;
    width: 200px;
    background-color: #A5A5A5;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: rotate(-3deg) translateX(-50%);
}
.advertisement__item__inner .advertisement_img,
.advertisement__item__inner .advertisement_p {
    max-width: 100%;
}
.advertisement__item__inner .advertisement_img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}
.advertisement__item__inner .advertisement_img img {
    object-fit: cover;
    width: 100%;
}
.advertisement__item__inner .advertisement_p {
    border: unset;
}
.advertisement__item__inner .advertisement_p_text {
    padding: 20px 0;
    text-align: start;
}
.advertisement .advertisement__item__inner .block__button {
    max-width: 300px;
    width: 100%;
    margin: auto auto 0;
    background-color: #44546A;
    border: unset;
    border-radius: 10px;
    padding:0 60px 0 10px;
    position: relative;
    font-size: 18px;
}
.more_btn_arrow {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 15.4px 0;
    background-color: #fff;
    right: 10px;
    border-radius: 0 20px 20px 0;
}

.more_btn_arrow::before,
.more_btn_arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1px;
    width: 22px;
    height: 3px;
    background-color: #fff;
    transform-origin: calc(100% - 0px) 50%;
    border-radius: 20px;
}

.more_btn_arrow::before {
    transform: rotate(25deg);
    }

.more_btn_arrow::after {
    transform: rotate(-25deg);
}
@media (max-width: 1200px) {
    .advertisement .advertisement__item__inner .block__button {
        font-size: clamp(0.813rem, 0.259rem + 1.15vw, 1.125rem);
    }
}
@media (max-width: 768px) {
    .advertisement .index__advertisement__list .advertisement__item {
        width: 96%;
        margin: 40px 10px 20px;
    }
    .advertisement .index__advertisement__list h2 {
        text-align: center;
    }
    .advertisement .index__advertisement__list .advertisement_img img {
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .advertisement .index__advertisement__list h2::after {
        width: 130px;
        bottom: 0px;
    }
    .advertisement .advertisement__item__inner .block__button {
        font-size: 16px;
    }
}

/* 20250212 「電鉄紹介」コンテンツ設置 */
.about_osakametro {
    display: flex;
    margin: 50px auto;
    max-width: 1200px;
}

.about_osakametro_img {
    max-width: 42%;
    margin-right: auto;
}

.about_osakametro_p {
    max-width: 55%;
    border: 1px solid #011b56;
}

.about_osakametro_p p {
    padding: 5% 2% 5% 2%;
    text-align: left;
}

@media (max-width: 723px) {
    .about_osakametro {
        display: block;
    }

    .about_osakametro_img {
        max-width: 96%;
        margin: 0 auto;
    }

    .about_osakametro_p {
        max-width: 96%;
        margin: 25px auto;
    }

    .about_osakametro_p p {
        padding: 0 2% 0 2%;
    }
}
.about_osakametro_retouch {
    margin-top: 50px;
    padding-top: 0;
}

/* 20250217 フッター Googleマップの追加 cssをスタイルシートへ移動 */
.cmn-footer-map {
    margin: 40px auto 20px;
}
.cmn-footer-map iframe {
    width: 100%;
    height: 350px;
}

/* 20250217 スムーススクロールの追加 */
#js-pagetop {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    height: 80px;
    width: 80px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    background: url(https://ks-ad.co.jp/wp-content/themes/zeroichi-kokoku/images/pagetop_img.png) no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: all 0.7s;
}
#js-pagetop.scroll-active {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    #js-pagetop {
        height: 65px;
        width: 65px;
        right: 5px;
    }
}

/* 20250217 エリアページ コンテンツ移動 */
.umeda_box.retouth {
    margin-top: 50px;
}
.hankyu_box.retouch {
    margin-top: 50px;
}
@media (max-width: 723px) {
    .hankyu_box.retouch .hankyu_area_img {
        max-width: 96%;
        margin: 0 auto;
    }
    .hankyu_box.retouch .hankyu_area_img img {
        width: 100%;
    }
}

/* 20250225 add Main navigation */
.body-nav-list__item__span {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}
.body-nav-list__item .body-nav-list__item__span {
    color: #111a55;
}
.parent-item {
    position: relative;
}
.child-item-list {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    width: 200px;
    padding: 10px;
    left: -10px;
}
.child-item-list li::before {
    content: "・";
}
.parent-item:hover .child-item-list {
    opacity: 1;
    z-index: 100;
    transition: .2s;
}
@media (max-width: 768px) {
    .parent-item {
        display: none;
    }
}

/*--20250331 追加 コンテンツ情報の改善--*/
.osaka_metro-transit_price .content_class{
    width: calc(100% - 40px);
}
.osaka_metro-transit_price table{
    width: 100%;
}

/* 20250407 追加 商品ラインナップ・電鉄別広告 */
.product-lineup h3 {
    padding: 10px;
    background: #fff600;
    font-weight: 600;
    text-align: left;
}
.product-lineup .product-list--2-items li {
    width: calc(50% - 30px);
}
.product-lineup .product-flex {
    display: flex;
    padding: 15px;
    gap: 30px;
    background-image: url("./images/top/lineup/20250331_back ground1.png");
}
.product-lineup .product-item {
    background-color: transparent;
    width: 100%;
}
.product-lineup .product-item__info {
    padding: 15px 0 0 0;
}
@media (max-width: 425px) {
    .product-lineup .product-flex {
        flex-direction: column;
    }
    .product-lineup .product-list li {
        width: 100%;
    }
}

/* 20250626 重複コンテンツの削除 内部リンク追加 */
.btn__product-umeda {
    width: fit-content;
    padding: 0 20px;
}

/* 20250626 阪急広告 梅田エリア Hタグ修正 */
.fs-h1 {
    font-size: 2rem;
}
@media (max-width: 768px) {
    .fs-h1 {
        font-size: 1.5rem;
    }
}

/* 20250626 阪急広告 媒体別情報の表示 */
.product-jumpLink {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 30px;
}
.product-jumpLink .product-item__detail-button {
    width: 300px;
    background-color: #fff;
}
#signage .block__title,
#poster .block__title,
#inside .block__title,
#sp-media .block__title {
    width: calc(100% - 40px);
    text-align: left;
    border-left: 5px solid #011b56;
    padding: 0 .5em;
    margin: 50px auto;
}
#no-category .product-list,
#signage .product-list,
#poster .product-list,
#inside .product-list,
#sp-media .product-list {
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .product-jumpLink {
        max-width: 96%;
        gap: 10px;
        margin-top: 15px;
    }
    #signage .block__title,
    #poster .block__title,
    #inside .block__title,
    #sp-media .block__title {
        margin: 25px auto;
    }
}
/* 20250729 梅田エリアの広告一覧 */
/* <h1>タグ */
.umeda_box {
    .block__title.fs-h1 {
        text-align: center;
        margin-bottom: 40px;
    }
}
/* <h2>タグ */
.umeda_box {
    .h1_display {
        .block__title {
            text-align: center;
        }
    }
}
/* CTA */
.cta {
    padding-block: 80px;
    text-align: center;

    .block__title {
        text-align: center;
    }

    .block__button {
        width: revert;
        height: revert;
        background-color: #fef552;
        padding: 30px 30px;
        border: 0;
        color: #011b56;
    }
}
@media (max-width: 768px) {
    .cta {
        padding: 40px 8px 10px;

        .block__button {
            padding: 20px;
        }
    }
}
/* 20251027 商業施設の掲載 */
.facility-content {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0px;
    text-align: center;
}
.facility-content .facility-wrap {
    margin: 50px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility-content .facility-wrap .facility-wrap-item {
    margin: 0px 15px 30px;
    width: calc((100% - 0px) / 3 - 30px);
    box-sizing: border-box; 
}
.facility-content .facility-wrap .facility-wrap-text {
    background-color: #FFF;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
    color: #011b56;
}
@media (max-width: 768px) {
    .facility-content {
        padding: 20px 0;
    }
    .facility-content .facility-wrap .facility-wrap-item { 
        margin: 0px 10px;
        margin-bottom: 20px;
        width: calc((100% - 0px) / 2 - 20px);
        box-sizing: border-box;
    }
    .facility-content .facility-wrap .facility-wrap-text {
        padding: 6px;
        font-size: 14px;
    }
}

/* 20251112 よくある質問の設置と構造化データ */
.hankyu_box {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .hankyu_box {
        margin-top: 50px;
    }
}

/* 20251218 料金一覧のユーザビリティ強化 */
.scn-price-table .price-link,
.scn-detail-link {
    color: #00398B;
    text-decoration: underline;
    font-weight: bold;
}