/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*  ヘッダー削除
---------------------------------------------------------------------------*/
/*header#site-header {
    display: none;
}
.vk-mobile-nav-menu-btn {
    display: none;
}
.site-body {
    padding: 0;
}*/
/*  copyright非表示　FOTTER
---------------------------------------------------------------------------*/
.site-footer-copyright p:last-child {
    display: none;
}
/*  グローバルメニュー
---------------------------------------------------------------------------*/
.site-header {
    background-color: rgb(244 248 248);
}
.site-header-logo {
    position: relative;
}
.site-header-logo:before {
    content: "採用サイト";
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 0;
    font-size: 12px;
    background-color: var(--vk-color-primary-dark);
    padding: 0 1em;
    line-height: 1.4;
    color: #fff;
    border-radius: 5px;
}
@media (min-width: 600px) {
    .site-header-logo:before {
        font-size: 20px;
        padding: 6px 20px;
        bottom: 0;
        right: -14px;
    }
}
@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
        max-width: var(--wp--style--global--wide-size);
        padding-right: 0px;
        padding-left: 1.25rem;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
        align-items: center;
    }
    .global-nav-list li {
        display: flex;
        align-items: center;
    }
    global-nav-list > li:before {
        content: none;
    }
    .global-nav-list > li.menu-item {
        padding: 0;
    }
    .site-header-logo:before {
        content: "採用サイト";
        position: absolute;
        width: max-content;
        bottom: 2px;
        left: 100px;
        font-size: 12px;
        padding: 0 1em;
    }
    .site-header--layout--nav-float .site-header-logo {
        margin-bottom: 0;
        padding-top: 0;
    }
    .site-header--layout--nav-float .site-header-logo img {
        width: 188px;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 8px;
        max-height: 64px;
    }
    .device-mobile .global-nav-list > li .global-nav-name, .global-nav-list .global-nav-name {
        font-weight: normal;
    }
    .global-nav-list li.Gnavi_0 a {
        padding: 14px 0.6rem;
    }
    .global-nav-list li.Gnavi_mail i {
        font-size: 28px;
        display: block;
        margin: auto;
        padding-top: 4px;
        background-color: var(--wp--preset--color--vk-color-primary);
    }
    .global-nav-list li.Gnavi_tel, .global-nav-list li.Gnavi_mail {
        margin-left: 10px;
        justify-content: center;
    }
    .global-nav .global-nav-list {
        margin-right: 20px;
    }
    .global-nav-list li.Gnavi_tel a, .global-nav-list li.Gnavi_mail a {
        padding: 0;
    }
    .global-nav-list li.Gnavi_tel i, .global-nav-list li.Gnavi_mail i {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        color: #fff;
        font-size: 27px;
        background-color: var(--wp--preset--color--vk-color-primary);
    }
    .global-nav-list li.Gnavi_tel span, .global-nav-list li.Gnavi_tel p, .global-nav-list li.Gnavi_mail span {
        display: none;
    }
    .global-nav-list > li:before {
        bottom: 14px;
    }
    .global-nav-list > li.Gnavi_tel:before, .global-nav-list > li.Gnavi_mail:before {
        content: none;
    }
    .global-nav-list > li.Gnavi_0:hover .global-nav-name {
        color: var(--wp--preset--color--vk-color-primary);
        font-weight: bold;
    }
    /*スクロールナビ*/
    .header_scrolled .global-nav-list {
        width: calc(var(--vk-width-container) - 15px * 2);
        max-width: 930px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .header_scrolled .global-nav-list li:not(.Gnavi_tel):not(.Gnavi_mail) {
        width: 100%;
        border-right: 1px solid var(--vk-color-border-hr)
    }
    .header_scrolled .global-nav-list > li:first-child {
        border-left: 1px solid var(--vk-color-border-hr);
    }
    .header_scrolled .global-nav-list li.Gnavi_tel {
        border-right: none;
    }
    .header_scrolled .global-nav-list li:not(.Gnavi_tel):not(.Gnavi_mail) a {
        width: 100%;
    }
    .header_scrolled .global-nav-list li.Gnavi_tel a, .header_scrolled .global-nav-list li.Gnavi_mail a {}
}
@media (min-width: 1200px) {
    .site-header-logo:before {
        font-size: 1rem;
        left: 140px;
    }
    .site-header--layout--nav-float .site-header-logo img {
        width: 100%;
    }
    .global-nav-list li.Gnavi_tel {
        width: min-content;
    }
    .global-nav-list li.Gnavi_tel span, .global-nav-list li.Gnavi_tel p, .global-nav-list li.Gnavi_mail span {
        display: block;
    }
    .global-nav-list li.Gnavi_tel a {
        padding: 0;
    }
    .global-nav-list li.Gnavi_tel {
        margin-left: 1.5em;
        margin-right: 2em;
    }
    .global-nav-list li.Gnavi_tel .global-nav-name {
        display: grid;
        align-items: center;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .global-nav-list li.Gnavi_tel .global-nav-name i {
        font-size: 1.3rem;
        color: var(--wp--preset--color--vk-color-primary);
        background-color: transparent;
        grid-area: 1/1;
        margin: 0;
    }
    .global-nav-list li.Gnavi_tel span {
        grid-row: 1;
        grid-column: 2;
        text-decoration: underline 1px dotted #222222;
    }
    .global-nav-list li.Gnavi_tel p {
        font-size: 0.85rem;
        font-weight: normal;
        letter-spacing: 1px;
        grid-row: 2;
        grid-column: 1 / 3;
        margin-bottom: 0;
    }
    .global-nav-list li.Gnavi_mail {
        background-color: var(--wp--preset--color--vk-color-primary);
        min-width: 130px;
        justify-content: center;
    }
    .global-nav-list li.Gnavi_mail a {
        padding: 9px 1.5em;
        color: #fff;
    }
    .global-nav-list li.Gnavi_mail .global-nav-name {
        font-size: 18px;
        line-height: 1.2;
    }
    .global-nav-list li.Gnavi_mail i {
        font-size: 40px;
        padding-top: 4px;
    }
}
/*  モバイルメニュー
---------------------------------------------------------------------------*/
.vk-mobile-nav {
    max-width: 600px;
    width: 90%;
}
/*
 * ハンバーガーメニュー
---------------------------------------------------------------------------*/
.vk-mobile-nav-menu-btn {
    width: 38px;
    height: 44px;
    padding-top: 28px;
    background-position: top;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    text-indent: 4px;
    font-size: 10px;
    overflow: visible;
}
.vk-mobile-nav {
    padding: 0 7% 24px;
}
nav.vk-mobile-nav-menu-outer ul {
    border: none;
}
.vk-mobile-nav nav ul li {
    margin-bottom: 8px;
}
.vk-mobile-nav nav ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 18px;
}
.m_menu_contact {
    background: #fff;
}
.mobile_map iframe {
    max-width: 100%;
    width: 100%;
    height: 340px;
    aspect-ratio: 16 / 9;
}
@media (min-width: 576px) {
    .vk-mobile-nav-menu-outer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vk-mobile-nav-menu-outer li {
        width: 48%;
    }
}
/*
 * モバイル用フッター固定ナビ
---------------------------------------------------------------------------*/
.mobile-fixed-menu {
    display: none;
}
@media (max-width: 767.98px) {
    .mobile-fixed-menu {
        display: none; /* 初期状態では非表示 */
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(0 0 0 / 50%);
        z-index: 9999;
        transition: transform 0.3s;
        transform: translateY(100%); /* 初期状態で画面外に隠す */
    }
    .mobile-fixed-menu.show {
        display: block;
        transform: translateY(0); /* メニューを表示 */
    }
    .mobile-fixed-menu ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
        z-index: 98;
        box-shadow: 0 -1px 3px rgba(100, 120, 130, 0.25);
        padding-left: 0;
    }
    .mobile-fixed-menu ul li i {
        font-size: 24px;
        display: block;
        width: auto;
        margin: 0;
    }
    .mobile-fixed-menu ul li {
        display: table-cell;
        text-align: center;
        font-size: 10px;
    }
    .mobile-fixed-menu ul li a {
        display: block;
        padding: 9px 0 6px;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
    }
}
@media (max-width: 767.98px) {
    .mobile-fixed-menu ul li i {}
}
/*  戻るボタン(親サイトへ）
---------------------------------------------------------------------------*/
.entry-body {
    position: relative;
}
.back_btn {
    position: fixed;
    z-index: 1;
    width: 100%;
}
.back_btn a {
    position: absolute;
    top: -40px;
	left: 50px;
    background: rgb(240 248 255 / 70%);
    border: 1px solid;
    border-radius: 8px;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
}
.header_scrolled .back_btn a {
    top: 10px;
}
@media (min-width: 992px) {
    .back_btn a {
        left: 10px;
        top: 0;
    }
	.header_scrolled .back_btn a {
    top: 0;
}
}
@media (min-width: 1100px) {
	.header_scrolled .back_btn a {
    top: -36px;
}
}
@media (min-width: 1200px) {
	.header_scrolled .back_btn a {
    top: -54px;
}
}
/*  ヒーロエリア sec_hero
---------------------------------------------------------------------------*/
.flowing {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    animation: flowing-anim 8s;
}
@keyframes flowing-anim {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}
/* テキスト */
.vkp_catch_bg_flow {
    font-size: min(32px, 6.4vw);
    position: relative;
    display: inline-block;
    padding: 0 10px;
    z-index: 1;
}
/* 背景 */
.vkp_catch_bg_flow::before {
    background-color: rgba(255, 255, 255, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    z-index: -1;
    animation: bg 1s ease-out 1.0s backwards;
}
.vkp_catch_bg_flow.vkp_second_flow::before {
    animation: bg 1s ease-out 1.5s backwards;
}
.vkp_catch_bg_flow.vkp_third_flow::before {
    animation: bg 1s ease-out 2.0s backwards;
}
@keyframes bg {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
    50%, 100% {
        opacity: 1;
    }
}
/* アニメーション
---------------------------------------------------------------------------*/
.js-scroll-trigger {
    opacity: 0;
}
.js-scroll-trigger {
    position: relative;
    top: 3em;
    -webkit-transition: all .5s ease-out .5s;
    transition: all .5s ease-out .5s;
}
.js-scroll-trigger.is-active {
    top: 0;
    opacity: 1;
}
.is-active.u-fade-type-up_2s {
    transition-delay: 0.2s;
}
.is-active.u-fade-type-up_4s {
    transition-delay: 0.4s;
}
.is-active.u-fade-type-up_6s {
    transition-delay: 0.6;
}
/* フェードイン アニメーション　未使用 */
.wp-block-group.vkp_fadein {
    animation-name: fadein;
    animation-duration: 1s; /* アニメーションの時間 */
    animation-delay: 0s; /* 秒後に開始 */
    animation-fill-mode: backwards; /*最初のキーフレームの状態*/
}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translatey(20px); /* 動かす距離 */
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
/*  応募の前に　.sec_app
---------------------------------------------------------------------------*/
.sec_app_box .vk_alert_icon_text {
    display: none;
}
/*  募集職種　3カラム
---------------------------------------------------------------------------*/
.sec_job .vk_custom_css_16 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 60px 30px;
}
@media (min-width: 576px) {
    .sec_job .vk_custom_css_16 {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}
@media (min-width: 992px) {
    .sec_job .vk_custom_css_16 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}
.vk_gridcolcard_item_header {
    overflow: hidden;
}
.btn_100 {
    width: 100%;
}
.sec_jobH img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    overflow: clip;
    position: relative;
    margin: 0;
    box-shadow: none;
    left: 0;
    object-fit: cover;
    outline: none;
    object-position: 82% 50%;
}
@media (max-width: 575px) {
    .sec_jobBOX .wp-block-cover {
        min-height: 260px !important;
    }
}
/**************************************************************************
		=====			募集職種が1つの時　START　　=====　
**************************************************************************/
.sec_job .vk_custom_css_16 h3 {
    font-size: 26px !important;
}
@media (min-width: 576px) {
    .sec_job .vk_custom_css_16 .vk_gridcolcard_item {
        flex-direction: row;
    }
    .sec_job .vk_custom_css_16 .vk_gridcolcard_item_header {
        width: 40%;
    }
    .sec_job .vk_custom_css_16 .vk_gridcolcard_item_body {
        width: 55%;
    }
}
/**************************************************************************
		=====			募集職種が1つの時　END　　=====　
**************************************************************************/
/*  メンバー紹介　3カラム
---------------------------------------------------------------------------*/
.sec_mem .vk_custom_css_43 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 60px 30px;
}
@media (min-width: 576px) {
    .sec_mem .vk_custom_css_43 {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}
@media (min-width: 992px) {
    .sec_mem .vk_custom_css_43 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}
.vk_custom_css_43 .vk_gridcolcard_item:nth-child(1):hover .vk_gridcolcard_item_header img {
    transform: scale(1.08);
    transition: transform 0.2s linear;
}
.vk_custom_css_43 .vk_gridcolcard_item:nth-child(2):hover .vk_gridcolcard_item_header img {
    transform: scale(1.08);
    transition: transform 0.2s linear;
}
.vk_custom_css_43 .vk_gridcolcard_item:nth-child(3):hover .vk_gridcolcard_item_header img {
    transform: scale(1.08);
    transition: transform 0.2s linear;
}
.sec_mem1 img {
    object-position: 60% 0 !important;
}
@media (min-width: 1400px) {
    .sec_mem1 img {
        object-position: 60% 7% !important;
    }
}
/*  会社を知る
---------------------------------------------------------------------------*/
/*菱信産業を知る*/
@media (min-width: 992px) {
    .sec_learn01 {
        gap: 48px 24px;
    }
}
.sec_learn01 > div {
    grid-template-rows: subgrid;
    grid-row: span 3;
}
.sec_learn01 .vk_custom_css_38::before {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    margin: 0 auto 1.2rem;
    background-color: currentColor !important;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    border: unset;
}
.sec_learn01 .vk_custom_css_43 {
    line-height: 1.2em;
    font-family: "Arial", "メイリオ";
}
/*業務*/
.sec_learn02 h3 {
    font-size: clamp(1.375rem, 1.017rem + 1.53vw, 1.75rem);
    color: var(--vk-color-text-body) !important;
}
.sec_learn02 h3:before {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    margin: 0 auto 1rem;
    background-color: var(--wp--preset--color--vk-color-primary);
}
.sec_learn02 h4 {
    font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem);
    /*height: 50px;*/
    align-items: center;
    color: var(--vk-color-text-body) !important;
}
@media (min-width: 782px) and (max-width: 991px) {
    .sec_learn02 h4 {
        font-size: 15px;
    }
}
@media (max-width: 781px) {
    .sec_learn02 h4 {
        font-size: clamp(0.875rem, 0.615rem + 1.3vw, 1.25rem);
    }
}
.sec_learn02 .backIMG_light {
    grid-template-rows: auto;
    grid-auto-rows: minmax(66px, auto);
    place-items: center;
    background: #fff;
    border: 3px solid var(--wp--preset--color--vk-color-primary);
}
.sec_learn02 .backIMG_light figure {
    max-width: 110px;
    margin: auto;
}
.sec_learn02 .opacity_1 img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(73%) saturate(316%) hue-rotate(127deg) brightness(92%) contrast(85%);
}
.D_Block span {
    display: block;
}
/*  FAQ
---------------------------------------------------------------------------*/
/*全て閉じる・開くボタン*/
.OpenBtnBox {
    text-align: right;
    border-bottom: 1px solid var(--vk-color-border);
    padding-bottom: 12px;
}
/* アコーディオン閉じた状態 */
.vk_faq .vk_faq_content {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}
/* アコーディオン開いた状態 */
.vk_faq:not(.vk_faq-accordion-close) .vk_faq_content {
    height: auto;
    overflow: hidden;
    opacity: 1;
    transition: height 0.5s ease;
    padding: .8rem .8rem .8rem 3rem;
}
.vk_faq:not(.vk_faq-accordion-close) .vk_faq-body {
    margin-top: 0;
    margin-bottom: 0;
}
.vk_faq:not(.vk_faq-accordion-close) .vk_faq_title::after {
    position: absolute;
    top: 50%;
    right: unset;
    right: 2.5rem;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    transition: border-color .3s ease, -webkit-transform .6s ease;
    -webkit-transition: border-color .3s ease, -webkit-transform .6s ease;
    transition: border-color .3s ease, transform .6s ease;
    transition: border-color .3s ease, transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform: translate(32px, -5px) rotate(-45deg); /* 上向き矢印 */
    transform: translate(32px, -5px) rotate(-45deg);
}
/*アクセス*/
div.sec_FAQ_box_item {
    justify-content: space-around;
}
@media (min-width: 576px) {
    div.sec_FAQ_box_item {
        gap: 0 10%;
        justify-content: center;
    }
}
@media (min-width: 782px) {
    div.sec_FAQ_box_item {
        gap: 0 3%;
    }
}
/*　個人面談　流れ
---------------------------------------------------------------------------*/
.sec_entory .sec_ent01 .vk_gridcolcard_item .itemNUM {
    justify-self: auto;
    font-size: 1.8rem;
}
@media (min-width: 576px) {
    .sec_entory .sec_ent01 {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
}
@media (min-width: 992px) {
    .sec_entory .sec_ent01 {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}
@media (max-width: 575px) {
    .sec_entory .sec_ent01 .vk_gridcolcard_item {
        grid-template-columns: repeat(2, 1fr);
        grid-template-columns: 47% 1fr;
        align-items: center;
    }
    .sec_entory .sec_ent01 .vk_gridcolcard_item .itemNUM {
        grid-row: 1 / 3;
        justify-self: auto;
        font-size: 2.3rem;
    }
    .sec_entory .sec_ent01 .vk_gridcolcard_item .itemBody {
        justify-self: start;
    }
    .sec_entory .sec_ent01 .vk_gridcolcard_item:nth-child(1) {
        grid-template-columns: 42% 1fr;
    }
    .sec_entory .sec_ent01 .vk_gridcolcard_item:nth-child(2), .sec_entory .sec_ent01 .vk_gridcolcard_item:nth-child(3) {
        grid-template-columns: 44% 1fr;
    }
}
.sec_entory .sec_ent01 .border_double {
    outline: 6px double #FFEB3B;
    outline-offset: -6px;
    box-shadow: 0 0 8px #FFF9C4;
}
.sec_entory .sec_ent01 .vk_gridcolcard_item {
    position: relative;
}
.sec_entory .sec_ent01 .vk_gridcolcard_item:not(:last-of-type)::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 2px solid var(--vk-color-border-zuru);
    border-right: 2px solid var(--vk-color-border-zuru);
    position: absolute;
    top: calc(50% - 14px);
    right: -30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 575.98px) {
    .sec_entory .sec_ent01 .vk_gridcolcard_item:not(:last-of-type)::after {
        position: absolute;
        top: unset;
        bottom: -25px;
        right: unset;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
        -webkit-transform: translateX(-50%) rotate(135deg);
    }
}
/*　Contactoform7【共通】お問い合わせ(contact)＆エントリー(entry)
---------------------------------------------------------------------------*/
.inquiry, .inquiry th, .inquiry td {
    border: none;
}
.inquiry, .inquiry-chk-info {
    max-width: 768px;
    margin: auto;
}
/*セル　デザイン*/
.inquiry tr:not(:last-child) {
    border-bottom: 1px dotted #BDBDBD;
}
.inquiry th, .inquiry td {
    font-size: var(--vk-size-text);
}
.inquiry th {
    width: 10em;
    padding-top: 8px;
    text-align: left;
    font-weight: 400;
}
.inquiry td {
    padding-top: 14px;
    padding-bottom: 8px;
}
/*必須・任意*/
.inquiry th p {
    position: relative;
}
.haveto, .any {
    position: absolute;
    top: -16px;
    left: -16px;
    margin-right: 1em;
    padding: 0 5px;
    font-size: var(--vk-size-text-xs);
    border: 1px solid;
    border-radius: 5px;
    line-height: 1.4;
}
.haveto {
    border-color: #EF5350;
    color: #EF5350;
}
.any {
    border-color: #1565C0;
    color: #1565C0;
}
/*個人情報*/
h3.inq_h {
    font-size: 16px;
    color: #6c757d;
}
.inquiry-chk-info {
    margin-top: 1rem;
    padding: 0 14px;
}
.inquiry-txt-area {
    margin: 1em;
    color: #c00;
}
.inquiry-chk-info .scroll-box {
    width: 100%;
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px 18px;
    resize: vertical;
    font-size: 12px;
    color: #888;
}
.inq_box_in {
    background: #f6ffff;
    padding: 1em;
    margin-bottom: 2rem;
}
.inq_box_in p {
    width: 17em;
    margin: 0 auto 5px !important;
}
.submit-button {
    display: grid;
}
.submit-button input {
    padding: 10px 1em;
}
.conf_e {
    padding: 10px 10px 5px;
    line-height: 1.6;
    font-size: var(--vk-size-text-sm);
    color: #1565C0;
    /* display: block; */
}
@media screen and (max-width: 767.98px) {
    table.inquiry {
        background: #fff;
        padding: 2rem;
        border: 1px solid #bbc8d4;
    }
    table.inquiry th, table.inquiry td {
        display: grid;
    }
    table.inquiry th {
        background: #f9f9f9;
        text-align: center;
        width: 100%;
    }
    .haveto, .any {
        top: 6px;
        left: 2rem;
    }
    .inquiry-txt-area br {
        display: none;
    }
}
/*　投稿ヘッダー
---------------------------------------------------------------------------*/
.page-header {
    background: repeating-linear-gradient(-45deg, #f3ffeb, #afafaf 3px, #bbc8d4 3px, #fdf6f5 6px);
    color: #23282d;
    letter-spacing: 12px;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
}
/*　フッター
---------------------------------------------------------------------------*/
.site-footer {
    background-color: #3c8b860f;
    border: none;
}
.site-body-bottom .widget_block {
    margin-bottom: 0;
}
.footer-nav .footer-nav-list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .footer-nav {
        display: none;
    }
}
/*　右側固定ボタン（ウェイジェット：右側固定ボタンで入力）
---------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .right-side-fixed-vk-buttons {
        position: fixed;
        top: 50vh;
        transform: translateY(-50%);
        left: calc(100% - 55px);
        /* Firefox 対策 */
        z-index: 1001;
    }
    .right-side-fixed-vk-buttons .vk_button a.btn {
        writing-mode: vertical-rl;
        letter-spacing: 1px;
        border-radius: 0;
        padding: 1rem 0 1.25rem 0;
        width: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        font-family: "Hiragino Mincho ProN", 游明朝, serif;
        border-width: 2px;
    }
    .right-side-fixed-vk-buttons .vk_button .vk_button_link {
        min-width: unset;
    }
    .right-side-fixed-vk-buttons .vk_button .has-text-color.is-style-outline {
        /* 「背景なし」の場合、背景色を白にする。 */
        background-color: #fff;
    }
    .right-side-fixed-vk-buttons .vk_button a.btn i {
        margin: .1em 0 .2em;
    }
}