/*
Theme Name: LIQUID CORPORATE Child
Description: Child Theme
Version: 1.0.0
Template: liquid-corporate
*/
@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
}
/*--------------------
 Header
--------------------*/
.headline .logo_text {
    background-color: rgb(242, 242, 242) !important;
}

.headline .ttl,
.headline .subttl {
    font-size: 10px;
}

@media (max-width: 767.98px) {
    .headline .com {
        margin-top: 10px;
    }
}

.headline .row {
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .headline .row {
        align-items: flex-start;
    }
}

.headline .com_name {
    margin: 0 0 5px;
}

.headline .com_tel,
.headline .com_fax {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .headline .com_tel,
    .headline .com_fax {
        font-size: 14px;
    }
}

.headline .com_tel span,
.headline .com_fax span {
    color: initial;
}

.header-info {
    padding: 12px 0 0;
}

.header-info__banner {
    margin: 0;
    width: fit-content;
}

.header-info__banner img {
    aspect-ratio: 163 / 55;
    height: 45px;
    object-fit: cover;
    object-position: center;
    width: auto;
}

.header-info__tel {
    padding: 4px 0 0;
}

.header-info__tel .com_tel {
    margin: 0;
}

@media (min-width: 576px) {
    .header-info__tel {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .header-info {
        margin: 0 0 0 auto;
        padding: 0;
        text-align: right;
    }

    .header-info__banner {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 575.98px) {
    .headline .logo img {
        height: 36px !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .headline .logo img {
        height: 44px !important;
    }
}

/* @media (min-width: 576px) and (max-width: 767px) {
    .headline .container {
        min-width: 600px;
    }
} */

.navbar .current-menu-item,
.navbar .current-menu-parent,
.navbar .current_page_item {
    background-color: transparent;
}

.navbar .current-menu-item a,
.navbar .current-menu-parent a,
.navbar .current_page_item a {
    background-color: rgba(255, 255, 255, .2);
}

.navbar .current-menu-item a:hover,
.navbar .current-menu-parent a:hover,
.navbar .current_page_item a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.navbar.navbar-light  {
    background-color: #0046be !important;
}

.navbar .navbar-nav a {
    color: #fff !important;
    font-feature-settings: 'palt';
}

@media (max-width: 1200px) {
    .navbar-nav a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .navbar-nav a {
        font-size: 13px;
    }
}

@media (min-width: 1201px) {
    .navbar-nav a {
        font-size: 16px;
        /* padding: 17px 5px 15px; */
    }
}

.navbar-nav a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav {
        justify-content: flex-start;
    }
}

.navbar-nav a {
    align-items: center;
    border-right-color: rgba(255, 255, 255, .6);
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    padding: 17px 10px 15px;
}

.navbar-nav > .nav-item {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    width: 14.2857143%;
}

@media (max-width: 767.98px) {
    .navbar-nav > .nav-item {
        flex-grow: 0;
        flex-shrink: 0;
        width: auto;
    }
}

.navbar-nav > .nav-item:first-child {
    border-left-color: rgba(255, 255, 255, .6);
}

.navbar .navbar-nav > .nav-item:last-child:not(.sticky-none) {
    margin-left: 0;
}

#menu-liquid-global-menu.navbar-nav > .nav-item:last-child:not(.sticky-none) a {
    background-color: transparent !important;
    color: #fff !important;
}

#menu-liquid-global-menu.navbar-nav > .nav-item:last-child:not(.sticky-none) a:hover {
    background-color: rgba(255, 255, 255, .2) !important;
}

.nav-item--external a:after {
    background-image: url(./images/icon-external-link-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 6px;
    bottom: 0;
    content: '';
    display: inline-block;
    font-size: 5px;
    height: 6px;
    line-height: 1.0;
    margin: 3px 0 0 5px;
    vertical-align: middle;
    width: 7px;
}

/*--------------------
 Main
--------------------*/
@media (max-width: 767.98px) {
    .cover_overlay {
        align-items: center;
    }
}

.cover_overlay .container {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.cover_ttl {
    font-size: 44px;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 1200px) {
    .cover_ttl {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .cover_ttl {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .cover_ttl {
        min-width: 400px;
    }
}

.cover_lead {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .cover_lead {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .cover_lead {
        font-size: 12px;
    }
}

.cover_ttl mark {
    align-items: flex-start;
    background: none;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    font-feature-settings: 'palt';
    padding: 0;
    letter-spacing: .05em;
}

.cover_ttl mark span {
    background-color: #0A44A7;
    display: block;
    padding: 3px 12px;
    text-align: left;
}

.cover_ttl mark span:last-child {
    padding-left: 12px;
}

/* .cover_ttl mark {
    background-color: transparent;
    color: #0046be;
    display: block;
    line-height: 1.0;
    margin: 0;
    padding: 0;
}

.cover_ttl mark span {
    background-color: rgba(255, 255, 255, .8);
    font-feature-settings: 'palt';
    letter-spacing: .05em;
    line-height: 1.55;
    padding: 5px 8px;
}

.cover_ttl mark span:first-child {
    padding-right: 10px;
} */


@media (max-width: 767.98px) {
    .cover_ttl mark,
    .cover_lead mark {
        line-height: 1.6;
    }
}

.carousel-item img {
    height: 410px;
    object-fit: cover;
}

/* @media (max-width: 767.98px) {
    .carousel-item img {
        height: 500px;
    }
} */

.wp-block-table .table th {
    background-color: rgba(0, 69, 189, .05);
}

.wp-block-table--service .table th,
.wp-block-table--about .table th {
    white-space: nowrap;
}

.wp-block-table--about-2 .table th,
.wp-block-table--about-2 .table td {
    padding: .375rem .75rem;
}

@media (max-width: 767.98px) {
    .wp-block-table--about-2 .table th {
        width: 140px;
    }
}

.about-greeting-desc {
    hanging-punctuation: allow-end last;
}

@media (min-width: 768px) {
    .about-greeting-desc {
        padding: 0 44px;

    }
}

.about-access-table {
    margin: 0 0 8px;
}

.about-access-table .table {
    border: none;
    margin: 0 auto;
    table-layout: auto !important;
    width: fit-content !important;
}

@media (max-width: 767.98px) {
    .about-access-table .table {
        display: block;
    }
}

.about-access-table-prev-text {
    margin-bottom: 0;
}

.about-access-table .table + p {
    margin-top: 0;
}

.about-access-table .table th,
.about-access-table .table td {
    background: none;
    border: none;
    padding: 0 6px;
    text-align: left;
    width: auto;
}

.about-access-table .table th {
    font-weight: 400;
    white-space: nowrap;
    width: 70px;
}

@media (max-width: 767.98px) {
    .about-access-table .table th {
        width: 64px;
    }
}

.wp-block-embed--gmap .wp-block-embed__wrapper {
    height: 400px;
    padding: 0;
    position: relative;
    width: 100%;
}

.wp-block-embed--gmap .wp-block-embed__wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post_body {
    margin-top: 30px;
}

.post_body a:not(.btn):hover,
.post_body a:not(.btn):focus {
    text-decoration: none;
}

.mw_wp_form table.table td {
    word-break: break-all;
}

.mw_wp_form table.table td input[type='text'],
.mw_wp_form table.table td textarea {
    width: 100%;
}

.biz {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .biz {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.biz_list .ttl {
    margin-top: 15px;
}

.biz_list .icon_big {
    background-color: transparent !important;
    background-size: cover;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 66.6666667% 0 0;
    width: 100%;
}

.wp-block-button__link {
    min-width: 100px;
    padding: 8px 15px;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button__link:hover {
        opacity: .75;
    }
}

.post_body .is-style-blockbox {
    border: 2px solid #0046be;
    padding: 8px;
}

/*--------------------
 Footer
--------------------*/
.foot .logo img {
    filter: none;
    height: 34px !important;
}

@media (min-width: 992px) {
    .foot .logo img {
        height: 42px !important;
    }
}

@media (min-width: 992px) {
    .foot-container {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

.foot__info {
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .foot__info {
        margin-bottom: 0;
        text-align: left;
    }
}

.foot__nav {
    padding: 10px 0 0;
}

.foot__nav__menu {
    margin: 0;
    padding: 0;
    align-items: flex-start;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: center;
}

@media (min-width: 992px) {
    .foot__nav__menu {
        justify-content: flex-end;
    }
}

.foot__nav__menu li {
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
}

.foot__nav__menu li:after {
    background-color: #333;
    bottom: 0;
    content: '';
    display: block;
    height: 14px;
    left: auto;
    margin: auto 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(15deg);
    width: 1px;
}

.foot__nav__menu li:last-child {
    padding-right: 0;
}

.foot__nav__menu li:last-child:after {
    display: none;
}

.foot__nav__menu li a,
.foot__nav__menu li a:visited,
.foot__nav__menu li a:hover,
.foot__nav__menu li a:focus {
    color: #333;
}

.foot__nav__menu li a {
    font-feature-settings: 'palt';
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .foot__nav__menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .foot__nav__menu li a {
        font-size: 14px;
    }
}

.foot__nav__menu li a:hover {
    text-decoration: underline;
}

.foot .com_name {
    margin: 0 0 5px;
}

.foot .com_tel {
    display: block;
}

.foot .com_fax {
    display: block;
}

.copy .rwd {
    display: none !important;
}

@media (max-width: 1199px) {
    .hidden-mb {
        display: none !important;
    }
}
