@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: 30px;
    right: 90px;
    z-index: 10;
}

/* ヘッダーメニューの翻訳スイッチ*/
.msta_menu_box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.msta_select_label {
    font-size : 16px;
    border: solid 1px;
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 25px 8px 5px;
    position: relative;
    margin: 0;
    display: block;
    text-align: start;
    line-height: 1.3;
}

.msta_select_label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}

.menu.vk-menu-acc.global-nav-list.nav.vk-menu-acc-active>li:last-child {
    margin-left: 10px;
}

ul.msta_menu_list li,
.msta_select_label {
    cursor: pointer;
}

.msta_menu_list {
    font-size: 14px;
    position: absolute;
    z-index: 999;
    text-align: start;
    background: #fff;
    color: #000;
    padding: 10px !important;
    width: 100% !important;
    border: solid 1px;
    border-radius: 3px;
    max-height: none !important;
    top: 40px;
}

.msta_menu_list li:not(:last-child) {
    border-bottom: solid 1px #7a7a7a;
}

.display_none {
    display: none !important;
}

.vk-mobile-nav .msta_select_label {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vk-mobile-nav .msta_select_label br,
.vk-mobile-nav .msta_menu_box .acc-btn.acc-btn-open {
    display: none;
}

.vk-mobile-nav .msta_select_label {
    margin-top: 5px;
    width: 100%;
}

.vk-mobile-nav nav ul.msta_menu_list {
    top: 32px;
}

@media (min-width: 992px) {
    body.device-pc .vk-mobile-nav-menu-btn {
        display: none;
    }
}

/* マニュアル一覧のサムネ削除*/
.vk_post .media-img {
    display: none;
}

/*カスタム投稿タイプ「マニュアル」の前後ページボタンを逆に*/
#after_article .p-pnLinks {
    flex-direction: row-reverse;
}
#after_article .p-pnLinks__item.-next:before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    left: .35em;
    transform: rotate(45deg) translateY(-50%);
}
.p-pnLinks .-next .p-pnLinks__link {
    border-right: none;
    border-left: 1.25em solid var(--color_main);
}
.p-pnLinks__item.-next .p-pnLinks__link {
    justify-content: start;
}

#after_article .p-pnLinks__item.-prev:before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    right: .35em;
    left: auto;
    transform: rotate(-135deg) translateY(-50%);
    top: 40%;
}
.p-pnLinks .-prev .p-pnLinks__link {
    border-left: none;
    border-right: 1.25em solid var(--color_main);
}
.p-pnLinks__item.-prev .p-pnLinks__link {
    justify-content: flex-end;
}



/* Gnavi「ダウンロード」強調 */
/* #menu-item-379 {
    margin: 1px;
    text-decoration: none;
    font-size: 1.2rem;
}
*/


/* グローバルメニュー */
.c-gnav {
    padding: 20px 0;
}
/* ログインボタン */
.c-gnav>.global-menu-login {
    background: var(--color_deep02);
    text-shadow: 0 1px 0 #853702;
    color: #ffffff;
    border-bottom: solid 3px var(--color_pale02);
    border-radius: 100px;
    padding: 5px 1.5em;
} 

/* フッター */
#footer .l-footer__inner {
    background-color: var(--color_pale02);
}
#footer .l-footer__foot {
    background: var(--color_text);
    color: var(--color_bg);
}



/* メタデータの非表示化 */
.entry-meta .byline,
.entry-meta .cat-links {
    display: none;
}

.entry-meta .posted-on {
    display: none;
}

/* 見出しの上書き */
.c-pageTitle {
    font-size: 1.6em;
    text-align: center;
    padding: 0 0 0.5em;
    border-bottom: 1px solid var(--color_pale02);
}
@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2.0em;
        padding: 0 0 1.0em;
    }
}
.c-pageTitle__inner {
    display: inline-block;
}


/* フロート用バナー*/
.floating-banner {
    position: fixed;
    bottom: 5px;
    padding: 0px;
    width: 200px;
    z-index: 99999;
    white-space: nowrap;
    right: 0;
    left: 0;
    margin: auto;

}


/*フロートバナーをスマホだけ小さめに表示させる*/
@media screen and (max-width: 480px) {
    .floating-banner {
        width: 200px;
    }
}


/*フロートバナーをスマホだけ表示させる*/
@media only screen and (max-width: 767px) {
    .floating-banner {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .floating-banner {
        display: none;
    }
}

.vk_post_imgOuter,
.next-prev .vk_post.card h5.card-title+.vk_post_date {
    display: none;
}

.card-intext .card-intext-inner .vk_post_body {
    background-color: unset;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 50px;
    transition: unset;
}

.card-intext .card-intext-inner:hover .vk_post_body {
    height: 50px !important;
    transition: unset;
}

/* 投稿一覧の「新着」の文字消す*/
/* .vk_post_title_new {
    display: none;
} */

/* reCAPTCHAの位置修正 */
.grecaptcha-badge {
    z-index: 10;
}

/* ページトップボタンの位置修正 */
.p-fixBtnWrap {
    bottom: 6.5em;
}
@media (min-width: 960px) {
    .p-fixBtnWrap {
        right: 1.5em;
    }
}

/* お問い合わせフォームの上書き */
form p {
    margin-bottom: 2em;

}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 1rem;
    border: 1px solid #cbcbcb;
    border-radius:3px;
    padding: .8em 1em;
    margin: 0 0 .5rem;
    width: 100%;
    background-color: #fff;
}

[type=button], [type=reset], [type=submit] {
    width: 100%;
    font-size: 1.4em;
    background: var(--color_deep04);
    padding: 0.5em;
    border-radius: 100px;
    color: white;
}