@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: 
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/


/************************************
** Child Theme
************************************/

html {
    overflow-y: scroll;
}

body {
    /* overflow: hidden; */
    overflow: initial;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.main {
    border: none;
}
/*リンク下線なし*/

a {
    text-decoration: none;
}


/* a:link {
	color:inherit;
} */

a:hover {
    color: #9e9e9e;
}

/*記事非表示項目*/
/* .entry-title,
.sns-share,
.sns-follow,
.date-tags,
.toc,
.author-info {
    display: none;
} */
.entry-title,
.sns-share,
.sns-follow,
.date-tags,
.toc,
.author-info {
    display: none;
}


/* 仕切り */

hr {
    color: #eee;
    display: block;
    overflow: hidden;
    border-style: ridge;
    border-width: 1px;
}


/*ブロック区画*/

.wp-block,
.wp-block-table,
.wp-block-media-text {
    margin: 1.2vw;
}


/* リッチフォント */

.rich_font {
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    font-weight: 500;
}

.rich_font a {
    color: inherit;
}


/*特定のページでFont Awesomeが表示されない対応*/

.fas {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
} */

/*not-found画像部分表示設定*/

.not-found {
    max-width: 88%;
    display: flex;
    margin: 0 auto;
}


/* メニューラベルを非表示 */

.mobile-menu-buttons .menu-caption {
    display: none;
}


/*ロゴ左寄せ*/

.logo {
    text-align: left;
    padding-left: 36px;
}


/*--- ヘッダーブロック ---*/

header {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.fixed-header header {
    box-shadow: none;
}

.header-in {
    position: relative;
}

.header-block {
    position: absolute;
    width: 268px;
    top: 4px;
    right: 0px;
}


/*ヘッダーリンクブロック(上)*/


/*マウスオーバーリンクテキスト下線表示*/

#header-link-block a:hover {
    text-decoration: underline;
}


/*リンク色なし*/

#header-link-block a {
    color: inherit;
}

#header-link-block {
    top: 0px;
    left: 92px;
    font-size: medium;
    position: relative;
}


/*ヘッダー検索ブロック(下)*/


/*メイン部検索窓*/

main .search-box {
    margin: 1em 0 1em;
    position: relative;
    width: 30%;
    height: 10p;
}

#header-search-box-block {
    top: -22px;
    width: 214px;
    position: relative;
}

#header-search-box-block .search-box {
    position: relative;
}

#header-search-box-block input[type="text"],
#header-search-box-block input[type="search"],
textarea,
select {
    font-size: 14px;
    width: 100%;
    height: 31px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 0 10px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}


/*↓ --- ヘッダー(PC) --- ↓*/

.header-container {
    height: 112px;
}


/* メインメニュー */

.navi {
    background-color: inherit;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 71px;
}


/* メニュー右寄せ */

.navi-in>ul {
    justify-content: flex-end;
}


/* メニュー高さ */

.navi-in>ul li {
    height: 32px;
    line-height: 32px;
}


/*---スクロール移動時---*/

.hlt-top-menu {
    height: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


/* ロゴ */

.hlt-top-menu .logo-header img {
    margin: 10px;
}

.fixed-header {
    height: inherit !important;
}

.hlt-top-menu .wrap {
    width: inherit;
}


/* メニュー高さ */

.hlt-top-menu .navi {
    top: 50px;
}

.hlt-top-menu .navi-in>ul li {
    height: 30px;
    line-height: 30px;
}


/* ヘッダーブロック */

.hlt-top-menu .header-block {
    position: absolute;
    top: 5px;
    align-self: flex-end;
    left: 998px;
}


/* ヘッダーブロックリンク */

.hlt-top-menu #header-link-block {
    top: -2px;
    right: 150px;
    left: inherit;
    font-size: smaller;
}


/* ヘッダーブロック検索窓 */

.hlt-top-menu #header-search-box-block input[type="text"] {
    font-size: 13px;
    height: 24px;
}

.hlt-top-menu #header-search-box-block {
    top: -50px;
    right: 10px;
}

.hlt-top-menu .search-submit {
    top: calc(50% - 8px);
    font-size: 15px;
}


/*↑ --- --- ↑*/


/* フッター */


/* フッターリンクhover */

.navi-footer-in a:hover {
    background-color: #77777777;
}

.footer {
    border-top: 1px solid #ccc;
}


/*ワイドブロック*/

.wide-block {
    position: relative;
    margin-top: 50px;
    padding: 1px 0px 1px 0px;
}

.wide-block:before {
    content: "";
    display: block;
    background: #f7f7f7;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#custom_html-3 {
    display: flex;
    top: 50px;
    right: 50px;
    padding: 1px 0px 1px 0px;
}


/*検索結果*/

main .entry-title,
.archive-title {
    font-size: 16px;
    margin: 12px 0;
    line-height: 0.3;
}

main .search-edit,
input[type="text"] {
    font-size: 16px;
    height: 34px;
    width: 100%;
}

main .search-box {
    margin: 1em 0 1em;
}


/*検索結果のページの更新日非表示*/

.entry-card-info .post-date {
    display: none;
}


/*区切り(左)*/

.left-sep {
    border-left: 2px #dedede solid;
}


/*文字の最後にアイコン表示*/

.fae:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    right: 2%;
    bottom: 0;
    left: auto;
    width: 9px;
    height: 37px;
    margin: auto;
}


/* ボタン 矢印*/

.btn:before,
.ranking-item-link-buttons a:before,
.btn:after,
.ranking-item-link-buttons a:after,
.btn-wrap>a:before,
.btn-wrap>a:after {
    margin-right: 0.8vw;
}


/*ボタン全体の丸みを取る*/

.btn,
.ranking-item-link-buttons a,
.btn-wrap>a,
.wp-block-freeform .btn-wrap>a {
    border-radius: 1px;
}


/*--- リンクボタン ---*/

.link-btn {
    width: 100%;
    text-align: left;
}

.link-btn:after,
.btn-bar:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: left;
    display: block;
    margin-top: -0.5em;
    width: 14px;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
}


/*article上下間隔変更*/

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-top: 2.8em;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-bottom: 10px;
}


/*タイトル付き見出し*/

.ats-h2 {
    margin-top: 2.8em;
    position: relative;
    list-style: none;
    border-bottom: 3px solid #f5f6f7;
}

.ats-h2 .title {
    display: inline-table;
    font-size: 1.5rem;
    color: #fff;
    padding: 5px 18px 0px 18px;
    margin-right: 14px;
    color: black;
    background-color: #f5f6f7;
}


/*行*/

.row {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0.8vw;
    list-style: none;
}


/*項目*/
.col {
    width: 100%;
}


/*リストアイコン*/
.list-text {
    padding-left: 6px;
    vertical-align: middle;
    line-height: 21px;
}

.fa span {
    padding-left: 6px;
    vertical-align: middle;
}

.icon-smaller:before {
    font-size: small;
    font-family: FontAwesome;
}


/*フレーム*/
.frame {
    display: inline-block;
    border: 3px solid #c5dfff;
    padding: 1vw 1vw 0.4vw 1vw;
    margin: 0.5vw;
}


/* カバー */
.wp-block-cover {
    overflow: hidden;
}

.wp-block-cover p {
    margin-bottom: 0.4em;
}


/* カバーボタン */
.wp-block-cover .btn {
    width: 100%;
}


/* カバー画像 */
.wp-block-cover__image-background {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.wp-block-cover:hover .wp-block-cover__image-background {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
}


/******************************/


/* 新着、お知らせ */


/******************************/

.news {
    padding: 2vw 2vw 2vw 2vw;
    margin-top: 2em;
    background-color: #cbdde670;
    border-radius: 6px !important;
}


/* 行 */

.news .wp-block-columns {
    padding: 0px 1.4vw 0px 2vw;
    color: #000;
}


/* 画面中サイズでセンター割れする */

.news .wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
    flex-grow: 0;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
    margin-top: 0em !important;
    margin-bottom: 26px !important;
}


/* 日付カラム */

.news .wp-block-column:nth-child(1) {
    min-width: 120px;
    margin-bottom: 0px;
}


/* 詳細カラム */

.news .wp-block-column:nth-child(2) {
    width: 100%;
    margin-left: 1em;
}


/******************************/


/* 会社概要 */


/******************************/

.company {
    padding: 2vw 2vw 2vw 2vw;
    margin-top: 2em;
    background-color: #cbdde6ab;
    border-radius: 6px !important;
}


/* 行 */
.company .wp-block-columns {
    padding: 0px 1.4vw 0px 2vw;
    color: #000;
    border-bottom: 1px white solid;
}


/* 画面中サイズでセンター割れする */
.company .wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
    flex-grow: 0;
}

.company h1,
.company h2,
.company h3,
.company h4,
.company h5,
.company h6 {
    margin-top: 0em;
    margin-bottom: 26px;
}

.company .wp-block-group__inner-container {
    padding: 20px 0px 20px 0px;
}


/* タイトルカラム */
.company .wp-block-column:nth-child(1) {
    min-width: 120px;
    margin-bottom: 0px;
}

/* 詳細カラム */
.company .wp-block-column:nth-child(2) {
    width: 100%;
    margin-left: 1em;
}
/* カラム内レスポンシブで折り返される対応 */
@media (max-width: 781px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        display: grid;
    }
}

/******************************/
/* 問合せ */
/******************************/
.qform {
    padding: 2vw 2vw 2vw 2vw;
    background-color: #cbdde6fa;
    border-radius: 6px !important;
}


/* テキスト */

.qform p {
    color: #363636;
}


/* 項目全体 */

.qform .mw_wp_form_input {
    padding: 0px 1.4vw 0px 2vw;
    color: #000;
}


/* 見出し */

.qform h1,
.qform h2,
.qform h3,
.qform h4,
.qform h5,
.qform h6 {
    margin-top: 0em !important;
    margin-bottom: 26px !important;
}


/* 上部確認テキスト */

.cfm_head {
    margin: 20px 0px 20px 0px;
}


/* 各画面表示制御 */


/* mw_wp_form	全画面共通
mw_wp_form_input	入力画面
mw_wp_form_confirm	確認画面
mw_wp_form_complete	送信完了画面 */


/* ヘッドテキスト */

.mw_wp_form_input .cfm_confirm,
.mw_wp_form_input .cfm_complete {
    display: none;
}

.mw_wp_form_input .cfm_back {
    /* 入力時戻るボタン */
    display: none;
}

.mw_wp_form_confirm .cfm_input,
.mw_wp_form_confirm .cfm_complete {
    display: none;
}

.mw_wp_form_complete .cfm_input,
.mw_wp_form_complete .cfm_confirm {
    display: none;
}


/* 入力項目 */

.qform input[type="text"],
.qform input[type="search"],
.qform textarea,
.qform select {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 32px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 3px 4px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}


/* 確認テキストブロック */

.mw_wp_form_input .cfm_confirm_text {
    background-color: inherit;
}

.mw_wp_form_confirm .cfm_confirm_text {
    background-color: #ffffffcf;
    border-radius: 3px !important;
    padding: 10px;
    margin: 10px 0px 35px 0px;
}


/* ボタンブロック */

.qform .formbtn {
    width: 30%;
    display: -webkit-box;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


/* 確認、戻る、送信ボタン */

.qform input[type='submit'] {
    color: white;
    font-size: unset;
    border-radius: 6px !important;
    background-color: #de0029cf;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.mw_wp_form_input .cfm_back {
    display: none;
}

.cfm_back {
    margin-right: 7px;
}

.cfm_back input[type='submit'] {
    color: white;
    background-color: #646464cf;
}

.mw_wp_form_input .formbtn {
    display: block;
}


/******************************/


/* 数字リストブロック */

ul.li-number {
    counter-reset: li;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font: 14px/1.6 'arial narrow', sans-serif;
    list-style: none;
}

.article .li-number li {
    position: relative;
    padding: 0px 4px 0px 32px;
    margin-top: 3.2vw;
    /* border-bottom: 1px dashed #ccc; */
    font-size: initial;
    color: #333;
}

.li-number li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    z-index: -1;
    left: -5px;
    top: 1px;
    background: #fff;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0, 0, 0, .05);
    text-align: center;
    font: italic bold 1.2em/1.4em Georgia, Serif;
    color: #ccc;
    border-radius: 0.1em;
    transition: all .2s ease-out;
}

.li-number li:hover:before {
    color: #BBB;
    border-color: #BBB;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.li-number .title {
    margin-top: 4px;
}


/**********************************/


/*------------------------------------*/


/*---------- 個別設定 ----------------*/


/*------------------------------------*/


/* 検索結果アイキャッチ */

.entry-card-content {
    margin-left: 20px;
}

/* アクセス数(非表示) */

.admin-pv {
    display: none;
}


/*--- アピールエリア ---*/


/* 高さ */

.appeal .appeal-in {
    min-height: 680px;
}


/*アピールエリア画像サイズ調整*/

.appeal {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 25%);
}


/*アピールエリア内側*/

.appeal-in {
    background-size: cover;
    position: relative;
    /* 左をつめる */
    left: 0px;
    /* 右寄せ */
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    padding: inherit;
}

.appeal-in::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(74%);
    -webkit-filter: brightness(74%);
}


/*アピールエリアテキスト*/

.appeal-content {
    max-width: inherit;
    left: -17vw;
    font-size: 38px;
    text-shadow: 1px 1px 6px #000000cc;
    color: aliceblue;
    border-radius: 4px;
    background-color: inherit;
    text-align: left;
}

.appeal-content .info {
    display: inline-flex;
    font-size: 10px;
    background: inherit;
    padding-left: 0px;
}

.appeal-content .info .icon {
    margin: 5px;
}


/*サイト全体の区画の丸みを取る*/

div {
    border-radius: 1px !important;
}


/*概要ブロック*/

.corp-block {
    display: inherit;
}

figure.corp-block table {
    width: 100%;
}

figure.corp-block h4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    border-top: 0px;
    border-right: 0px;
}

.corp-block table th {
    text-align: left;
    border-left: 0px;
    padding: 8px 6px 8px 10px;
    background-color: inherit;
    min-width: 110px;
    width: 230px;
}

.corp-block table td {
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    padding: 8px 6px 8px 10px;
    background-color: inherit;
}


/*日付リスト*/

figure.day-list table {
    width: 100%;
}

.day-list table th {
    font-weight: normal;
}


/*アイコンリスト*/

.iconlist-title {
    font-weight: 700;
    text-align: left;
}

iframe {
    width: 100% !important;
}

/* スライダー */
.flex-direction-nav .flex-next {
    right: 0px !important;
}
.flex-direction-nav .flex-prev {
    left: 0px !important;
}


/************************************
** Responsive design
************************************/

@media screen and (max-width: 1023px) {
    /*------------------------------------*/
    /*---------- 個別設定 ----------------*/
    /*------------------------------------*/
    /* アピールエリアテキスト */
    .appeal-content {
        padding: 1em 1em 1em 1.6em;
        left: -6vw;
        top: -4vw;
        font-size: 31px;
    }
    .appeal-message {
        margin-top: 68px;
    }
    /* カラム上下設定 */
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    /* モバイル時非表示 */
    .mbn {
        display: none !important;
    }
    /*ヘッダーモバイルサイズ判定を1023px*/
    .header div.header-in,
    .appeal div.appeal-in {
        min-height: auto;
    }
    /*ブロック区画*/
    .wp-block-table,
    .wp-block-media-text {
        margin: 0px;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 4%;
    }
    .article p,
    .demo .entry-content p,
    .article dl,
    .article ul,
    .article ol,
    .article blockquote,
    .article pre,
    .article table,
    .article .author-box,
    .article .blogcard-wrap,
    .article .login-user-only,
    .article .information-box,
    .article .question-box,
    .article .alert-box,
    .article .information,
    .article .question,
    .article .alert,
    .article .memo-box,
    .article .comment-box,
    .article .common-icon-box,
    .article .blank-box,
    .article .button-block,
    .article .micro-bottom,
    .article .caption-box,
    .article .tab-caption-box,
    .article .label-box,
    .article .toggle-wrap,
    .article .wp-block-image,
    .booklink-box,
    .article .kaerebalink-box,
    .article .tomarebalink-box,
    .article .product-item-box,
    .article .speech-wrap,
    .article .toc,
    .article .column-wrap,
    .article .new-entry-cards,
    .article .popular-entry-cards,
    .article .navi-entry-cards,
    .article .box-menus,
    .article .ranking-item,
    .article .wp-block-categories,
    .article .wp-block-archives,
    .article .wp-block-archives-dropdown,
    .article .wp-block-calendar,
    .article .rss-entry-cards,
    .article .ad-area,
    .article .wp-block-gallery,
    .article .wp-block-audio,
    .article .wp-block-cover,
    .article .wp-block-file,
    .article .wp-block-media-text,
    .article .wp-block-video,
    .article .wp-block-buttons,
    .article .wp-block-columns,
    .article .wp-block-separator,
    .article .components-placeholder,
    .article .wp-block-search,
    .article .wp-block-social-links,
    .article .timeline-box,
    .article .blogcard-type,
    .article .btn-wrap,
    .article .btn-wrap a,
    .article .block-box,
    .article .wp-block-embed,
    .article .wp-block-group,
    .article .wp-block-table,
    .article .scrollable-table,
    .article .wp-block-separator,
    [data-type="core/freeform"] {
        margin-bottom: 12px;
    }
    .blank-box,
    .is-style-blank-box-red,
    .is-style-blank-box-navy,
    .is-style-blank-box-blue,
    .is-style-blank-box-yellow,
    .is-style-blank-box-green,
    .is-style-blank-box-pink,
    .is-style-blank-box-orange,
    .is-style-sticky-gray,
    .is-style-sticky-yellow,
    .is-style-sticky-red,
    .is-style-sticky-blue,
    .is-style-sticky-green {
        padding: 2vw;
    }
    /*見出しarticle上下間隔変更*/
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        margin-top: 14px;
    }
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        margin-bottom: 6px;
    }
    .ats-h2,
    .ats-h3,
    .ats-h4,
    .ats-h5,
    .ats-h6 {
        margin-top: 14px;
        margin-bottom: 6px;
    }
    /*クレジット表記小さく*/
    .copyright {
        font-size: xx-small;
    }
    /* RES-メニュー高さ変更 */
    .mobile-header-menu-buttons {
        height: 42px;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
    }
    .mobile-menu-buttons {
        min-height: 42px;
    }
    .logo-menu-button {
        line-height: 42px;
    }
    .mobile-menu-buttons .menu-icon {
        /*メニューの高さにより調整*/
        padding-top: 6px;
    }
    /* モバイル時PCヘッダー非表示 */
    .header-container {
        display: none;
    }
    /* メニューボタン*/
    .navi-menu-icon .fa-bars {
        /*個別調整*/
        left: 15px;
        /*個別調整*/
        top: 12px;
        position: fixed;
    }
    /* 検索ボタン*/
    .search-menu-icon .fa-search {
        right: 15px;
        top: 12px;
        position: fixed;
    }
    /* モバイル時ヘッダー非表示*/
    .header {
        display: none;
    }
    /*モバイルロゴ設定*/
    img.site-logo-image {
        visibility: hidden;
    }
    .logo-menu-button.menu-button {
        /*縦サイズ*/
        background-size: auto 30px;
        background-position: center;
        background-repeat: no-repeat;
        /*左位置調整*/
        left: -7px;
    }
    /*検索結果*/
    main .search-box {
        margin: 1em 0 1em;
        position: relative;
        width: 100%;
        height: 10p;
    }
    /*スライドインメニューを右から*/
    .navi-menu-content {
        left: auto;
        right: 0;
        /*背景色やや透過*/
        background-color: #ffffff73;
        /*右から*/
        transform: translateX(101%);
    }
    /*リスト装飾*/
    .menu-drawer a {
        height: 48px;
        width: 100%;
        display: inline-block;
        padding: 14px 13px;
        background: #1d1d1da6;
        color: #ffffffb0;
        border-bottom: solid 1px #00000066;
        border-radius: 3px;
    }
    /*リスト押下時(同カラー設定)*/
    .menu-drawer a:active {
        background: #1d1d1da6;
        color: #ffffffb0;
        border-bottom: solid 1px #00000066;
        border-radius: 3px;
    }
    /*リスト*/
    .menu-content .menu-drawer {
        padding: 0 0px 5px;
    }
    /*「×」ボタン非表示(透過)*/
    .menu-close-button {
        opacity: 0;
        /*ヘッダーの高さに合わせる*/
        height: 43px;
    }
    /*行*/
    .row {
        flex-wrap: wrap;
    }
    /*タイトル付き見出し*/
    .ats-h2 .title {
        margin-top: inherit;
        display: table-cell;
        width: 100%;
    }
    .wp-block-spacer {
        height: 1vw !important;
    }
    /*------------------------------------*/
    /*---------- 個別設定 ----------------*/
    /*------------------------------------*/
    /*--- アピールエリア ---*/
    .appeal {
        height: 480px;
    }
    .appeal-in {
        height: inherit;
        left: inherit;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /*隙間調整*/
    .mblt-header-mobile-buttons {
        margin-top: 43px;
    }
    /*新着モバイル*/
    .article .contents-news-list ul {
        padding-left: 0px;
    }
    /*タイトル付きリスト*/
    .article .contents-title-list ul {
        padding-left: 0px;
    }
    /*概要ブロック*/
    .corp-block table th {
        width: 110px;
        padding: 6px 4px 6px 4px;
    }
    .corp-block table td {
        padding: 6px 4px 6px 4px;
    }
}

/*the following 834px*/

@media screen and (max-width: 834px) {
    main.main,
    div.sidebar {
        padding: 2px 8px;
        margin: 10px 0;
        border-width: 0;
    }
    .wp-block-column {
        margin-bottom: 0.8em;
    }
    /*------------------------------------*/
    /*---------- 個別設定 ----------------*/
    /*------------------------------------*/
    /* アピールエリアテキスト */
    .appeal-content {
        padding: 1em 1em 1em 0.6em;
        left: -6vw;
        top: -4vw;
        font-size: 31px;
    }
    .appeal-message {
        margin-top: 68px;
    }
}

/* カラム折り返し無しサイズ */

@media screen and (max-width: 600px) {
    /* ブロック順番指定 */
    .orderblock {
        display: contents;
    }
    /*------------------------------------*/
    /*---------- 個別設定 ----------------*/
    /*------------------------------------*/
    /* アピールエリアテキスト */
}


/*the following 480px*/

@media screen and (max-width: 480px) {
    /* 検索結果に本文を表示 */
    .no-sp-snippet .entry-card-snippet {
        display: block;
    }
    /*------------------------------------*/
    /*---------- 個別設定 ----------------*/
    /*------------------------------------*/
    /* アピールエリアテキスト */
    .appeal-content {
        left: -6vw;
        top: -4vw;
        font-size: 31px;
    }
}