@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
/* PC固定ページ 共通設定 */
.common_page_main_wrap .common_page_main {
    margin-bottom: 10px;
    background-color: #F4F4F4;
    padding: 30px 0;
}

.common_page_main_wrap .common_page_main .text_box::before, .common_page_main_wrap .common_page_main .text_box::after {
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.common_page_main_wrap .common_page_main .text_box::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    width: 50px;
    height: 9px;
    background-color: #FBC252;
    z-index: 1;
    transform: translateX(-50px);
    animation-name: moveRight;
    animation-delay: 0.1s;
}

.common_page_main_wrap .common_page_main .text_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 85px;
    transform: translateY(50px);
    background-color: #144272;
    animation-name: moveTop;
}

@keyframes moveRight {
    0% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes moveTop {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

.common_page_main_wrap .common_page_main .text_box .inner {
    padding: 70px 0;
    text-align: center;
}

.common_page_main_wrap .common_page_main .text_box .inner::before, .common_page_main_wrap .common_page_main .text_box .inner::after {
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.common_page_main_wrap .common_page_main .text_box .inner::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 9px;
    height: 85px;
    background-color: #FBC252;
    transform: translateY(-50px);
    animation-name: moveUnder;
    animation-delay: 0.2s;
}

.common_page_main_wrap .common_page_main .text_box .inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 9px;
    background-color: #144272;
    z-index: 1;
    transform: translateX(50px);
    animation-name: moveLeft;
    animation-delay: 0.3s;
}

@keyframes moveLeft {
    0% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes moveUnder {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

.common_page_main_wrap .common_page_main .text_box .inner .ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.common_page_main_wrap .common_page_main .text_box .inner .en_ttl {
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.common_page_main_wrap .common_page_main .text_box .inner .en_ttl::first-letter {
    color: #144272;
}

.common_page_main_wrap .breadcrumb {
    font-size: 12px;
    letter-spacing: 0.08em;
}

.common_page_main_wrap .breadcrumb a {
    color: #000000;
}

.common_page {
    padding: 100px 0;
}

.common_page_ttl_box.center {
    text-align: center;
}

.common_page_ttl_box .en_ttl {
    font-size: 50px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #144272;
    margin-bottom: 4px;
}

.common_page_ttl_box .ttl {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
}

.common_page_ttl_box .border {
    display: inline-block;
    width: 30px;
    height: 2px;
    line-height: 1;
    background-color: #000000;
}

/* 沿革 */
#history_page .history_list_sec .cont {
    align-items: flex-start;
}

#history_page .history_list_sec .cont .text_box {
    padding-top: 45px;
    width: 410px;
}

#history_page .history_list_sec .cont .text_box::before {
    content: "";
    position: absolute;
    left: 108px;
    bottom: -200px;
    width: 182px;
    height: 2px;
    background-color: #000;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

#history_page .history_list_sec .cont .text_box .en {
    font-size: 100px;
    color: rgba(0, 54, 114, 0.1);
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: -31px;
}

#history_page .history_list_sec .cont .text_box .ttl {
    margin-left: 215px;
    line-height: 1;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #144272;
}

#history_page .history_list_sec .cont .history_block {
    width: 665px;
}

#history_page .history_list_sec .cont .history_block .list ul::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 11px;
    width: 1px;
    height: 750px;
    background-color: #144272;
}

#history_page .history_list_sec .cont .history_block .list ul li {
    flex-wrap: nowrap;
}

#history_page .history_list_sec .cont .history_block .list ul li+li {
    margin-top: 40px;
}

#history_page .history_list_sec .cont .history_block .list ul li:last-child .circle {
    position: relative;
}

#history_page .history_list_sec .cont .history_block .list ul li:last-child .circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #CFE4F9;
    z-index: -1;
}

#history_page .history_list_sec .cont .history_block .list ul li .circle {
    flex-shrink: 0;
    margin-right: 40px;
    width: 24px;
    height: 24px;
    background-color: #144272;
    border-radius: 50%;
    border: 5px solid #EBEBEB;
}

#history_page .history_list_sec .cont .history_block .list ul li .history_box {
    width: 100%;
}

#history_page .history_list_sec .cont .history_block .list ul li .history_box .year {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

#history_page .history_list_sec .cont .history_block .list ul li .history_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#history_page .history_list_sec .cont .history_block .list ul li .history_box .text+.text {
    margin-top: 5px;
}

/* 会社概要 */
#company_page .company_profile .common_page_ttl_box {
    margin-bottom: 30px;
}

#company_page .company_profile table {
    width: 80%;
    margin: 0 auto 40px;
    border-collapse: collapse;
}

#company_page .company_profile table th,
#company_page .company_profile table td {
    padding: 15px 1rem 20px;
    border-bottom: 1px solid #D4D4D4;
}

#company_page .company_profile table th {
    vertical-align: inherit;
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: normal;
}

#company_page .company_profile table td {
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.08em;
}

#company_page .btn_wrap {
    justify-content: center;
    gap: 0 30px;
}

#company_page .btn_wrap a {
    display: block;
    width: 300px;
    line-height: 55px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

#company_page .btn_wrap a:hover {
    box-shadow: none;
}

/* 不動産事業 */
#estate_page .estate_intro_sec {
    margin-bottom: 70px;
}

#estate_page .estate_intro_sec .text_box {
    padding: 0 10%;
    text-align: center;
}

#estate_page .estate_intro_sec .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

#estate_page .estate_own_sec .common_page_ttl_box {
    margin-bottom: 40px;
}

.common_estate_block {
    padding-top: 20px;
    border-top: 2px solid #144272;
}

.common_estate_block+.common_estate_block {
    margin-top: 60px;
}

.common_estate_block .name {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    font-weight: bold;
    color: #144272;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

.common_estate_block .data_wrap {
    flex-wrap: nowrap;
}

.common_estate_block .data_wrap .data_box {
    width: 50%;
}

.common_estate_block .data_wrap .data_box .ttl,
.common_estate_block .data_wrap .data_box .data {
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 10px 15px;
    border: solid 1px #eee;
    font-weight: 500;
}

.common_estate_block .data_wrap .data_box .ttl {
    background-color: #eee;
    width: 25%;
}

.common_estate_block .data_wrap .data_box .data {
    width: 75%;
}

.common_estate_block .main_slider_cont {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap,
.common_estate_block .main_slider_cont .map_wrap {
    width: 49%;
    background-color: #f1f1f1;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap .bukken_slider .slick-slide .img {
    width: 100%;
    height: 400px;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap .bukken_slider .slick-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_estate_block .main_slider_cont .map_wrap {
    height: 400px;
}

.common_estate_block .main_slider_cont .map_wrap iframe {
    width: 100%;
    height: 100%;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow {
    background-color: rgba(20, 66, 114, 0.65);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 175px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow.slick_prev {
    left: -20px;
}

.common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow.slick_next {
    right: -20px;
}

/* 映像作成事業 */
#video_page .video_intro_sec {
    margin-bottom: 70px;
}

#video_page .video_intro_sec .text_box {
    padding: 0 10%;
    text-align: center;
}

#video_page .video_intro_sec .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

#video_page .video_works_sec .common_page_ttl_box {
    margin-bottom: 20px;
}

#video_page .video_works_sec .block {
    padding-top: 20px;
    border-top: 2px solid #144272;
}

#video_page .video_works_sec .block+.block {
    margin-top: 60px;
}

#video_page .video_works_sec .block .ttl {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    font-weight: bold;
    color: #144272;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

#video_page .video_works_sec .block .cont {
    flex-wrap: nowrap;
    align-items: center;
}

#video_page .video_works_sec .block .cont .text_box {
    width: 45%;
    flex-shrink: 0;
    margin-right: 5%;
}

#video_page .video_works_sec .block .cont .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
}

#video_page .video_works_sec .block .cont .movie_wrap {
    width: 100%;
    aspect-ratio: 16/9;
    line-height: 1;
}

#video_page .video_works_sec .block .cont .movie_wrap .cs_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7d7d7;
    font-size: 20px;
    letter-spacing: .05em;
    color: #144272;
}

#video_page .video_works_sec .block .cont .movie_wrap video {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 14px;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: 0.3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type=text],
#page_contact input[type=email],
#page_contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact #btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    text-align: center;
}

#page_contact #btn_wrap button[name=submitBack] {
    background-color: #333;
    margin-right: 20px;
}

#page_contact #btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #144272;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all 0.3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    color: #144272;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type=checkbox] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #144272 #144272;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 30px;
}

#page_contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f5f5f5;
    color: #999999;
}

#page_contact .progressbar .item:not(:last-child)::before,
#page_contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 37px solid transparent;
    border-left: 20px solid #f5f5f5;
    margin: auto;
}

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #fff;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #144272;
    color: #fff;
}

#page_contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #144272;
}

#page_contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/* PC固定ページ 個人情報保護方針 */
.privacy_page .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.privacy_page dl {
    margin-bottom: 30px;
}

.privacy_page dl:last-child {
    margin-bottom: 0;
}

.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 5px solid;
    padding-left: 1em;
}

.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page-404 {
    text-align: center;
}

#page-404 .num {
    font-size: 100px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #fff;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi .current {
    color: #fff;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: 0.5em;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    margin: 5px;
    letter-spacing: 0.08em;
}

.singleContent h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: center;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent h5:before {
    content: "■";
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: 0.7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news_not_found {
    text-align: center;
}

#single_page aside#info_side ul li a {
    color: initial;
    flex-wrap: nowrap;
    padding: 0 0 12px;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: 0.7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: 0.5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .single_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.08em;
}

.singleContent .day_cat {
    margin: 40px 0;
    align-items: center;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.aside_article_type li a {
    flex-wrap: nowrap;
}

.aside_article_type .cat {
    /* background-color: #333; */
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.aside_article_type .cat li {
    background: #333;
}

.aside_article_type .cat ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    align-items: flex-start;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: 30px 0;
    flex-wrap: nowrap;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
    align-items: flex-start;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

/* .a2a_kit { */
/*     top: 280px !important; */
/* } */
/* .a2a_kit::before { */
/*     content: ""; */
/*     width: 1px; */
/*     height: 100px; */
/*     background: #ccc; */
/*     position: absolute; */
/*     left: 0; */
/*     right: 0; */
/*     margin: auto; */
/*     top: -103px; */
/* } */
/* .a2a_kit::after { */
/*     content: "SHARE ON"; */
/*     position: absolute; */
/*     top: -169px; */
/*     font-size: 11px; */
/*     writing-mode: vertical-lr; */
/*     text-align: center; */
/*     left: 8px; */
/*     right: 0; */
/*     margin: auto; */
/* } */
.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 34%;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    width: 140px;
    margin-bottom: 15px;
    position: relative;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.breadcrumb.single a {
    color: #000000;
}

.aside_article_type .text_box {
    width: 100%;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent h2::before,
.singleContent h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent article ul {
    border: solid 1px #ccc;
    padding: 20px 10px 20px 0;
}

.singleContent ul li+li {
    margin-top: 10px;
}

.singleContent ul li {
    position: relative;
    padding-left: 30px;
}

.singleContent ul li::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/aticle_list_arrow.png) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.singleContent_links ul li::before {
    display: none;
}

@media (max-width: 750px) {

    /* SP固定ページ 共通設定 */
    .common_page_main_wrap .common_page_main {
        margin-bottom: 2vw;
        padding: 3vw 0;
    }

    .common_page_main_wrap .common_page_main .text_box::before {
        top: 1vw;
        left: -1vw;
        width: 5vw;
        height: 1vw;
        transform: translateX(-3.5vw);
    }

    .common_page_main_wrap .common_page_main .text_box::after {
        width: 1vw;
        height: 8vw;
        transform: translateY(3.5vw);
    }

    @keyframes moveRight {
        0% {
            transform: translateX(-3.5vw);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes moveTop {
        0% {
            transform: translateY(3.5vw);
        }

        100% {
            transform: translateY(0);
        }
    }

    .common_page_main_wrap .common_page_main .text_box .inner {
        padding: 7vw 0;
    }

    .common_page_main_wrap .common_page_main .text_box .inner::before {
        bottom: -1vw;
        right: 1vw;
        width: 1vw;
        height: 8vw;
        transform: translateY(-3.5vw);
    }

    .common_page_main_wrap .common_page_main .text_box .inner::after {
        width: 5vw;
        height: 1vw;
        transform: translateX(3.5vw);
    }

    @keyframes moveLeft {
        0% {
            transform: translateX(3.5vw);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes moveUnder {
        0% {
            transform: translateY(-3.5vw);
        }

        100% {
            transform: translateY(0);
        }
    }

    .common_page_main_wrap .common_page_main .text_box .inner .ttl {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    .common_page_main_wrap .common_page_main .text_box .inner .en_ttl {
        font-size: 11vw;
    }

    .common_page_main_wrap .breadcrumb {
        font-size: 3.1vw;
    }

    .common_page {
        padding: 13vw 0;
    }

    .common_page_ttl_box .en_ttl {
        font-size: 8vw;
        margin-bottom: 2vw;
    }

    .common_page_ttl_box .ttl {
        font-size: 3.4vw;
    }

    .common_page_ttl_box .border {
        width: 5vw;
        height: 2px;
    }

    /* 沿革 */
    #history_page .history_list_sec .cont {
        display: block;
    }

    #history_page .history_list_sec .cont .text_box {
        padding-top: 0;
        width: 100%;
        margin-bottom: 7vw;
    }

    #history_page .history_list_sec .cont .text_box::before {
        left: 0;
        bottom: auto;
        top: 8vw;
        width: 11vw;
        height: 1px;
        transform-origin: center;
    }

    #history_page .history_list_sec .cont .text_box .en {
        font-size: 15vw;
        margin-bottom: -5vw;
        margin-left: 15vw;
    }

    #history_page .history_list_sec .cont .text_box .ttl {
        margin-left: 0;
        text-align: right;
        font-size: 5.5vw;
        letter-spacing: 0.08em;
        margin-bottom: 3vw;
    }

    #history_page .history_list_sec .cont .history_block {
        width: 100%;
    }

    #history_page .history_list_sec .cont .history_block .list ul::before {
        top: 1vw;
        left: 2vw;
        height: 167vw;
    }

    #history_page .history_list_sec .cont .history_block .list ul li+li {
        margin-top: 8vw;
    }

    #history_page .history_list_sec .cont .history_block .list ul li:last-child .circle::before {
        width: 6vw;
        height: 6vw;
    }

    #history_page .history_list_sec .cont .history_block .list ul li .circle {
        margin-right: 4vw;
        width: 4vw;
        height: 4vw;
        border: 1vw solid #EBEBEB;
    }

    #history_page .history_list_sec .cont .history_block .list ul li .history_box .year {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    #history_page .history_list_sec .cont .history_block .list ul li .history_box .text {
        font-size: 3.6vw;
        letter-spacing: 0.08em;
        line-height: 1.6;
    }

    #history_page .history_list_sec .cont .history_block .list ul li .history_box .text+.text {
        margin-top: 2vw;
    }

    /* 会社概要 */
    #company_page .company_profile .common_page_ttl_box {
        margin-bottom: 4vw;
    }

    #company_page .company_profile table {
        width: 100%;
        margin-bottom: 8vw;
    }

    #company_page .company_profile table th,
    #company_page .company_profile table td {
        padding: 4vw 1rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #000000;
    }

    #company_page .company_profile table {
        border-top: 1px solid #000000;
    }

    #company_page .company_profile table th {
        width: 100%;
        background-color: #F8F8F8;
        font-size: 3.6vw;
    }

    #company_page .company_profile table td {
        width: 100%;
        font-size: 3.4vw;
    }

    #company_page .btn_wrap {
        display: block;
    }

    #company_page .btn_wrap a {
        width: 100%;
        line-height: 12vw;
        font-size: 3.8vw;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    }

    #company_page .btn_wrap a+a {
        margin-top: 3vw;
    }

    #company_page .btn_wrap a:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    }

    /* 不動産事業 */
    #estate_page .estate_intro_sec {
        margin-bottom: 13vw;
    }

    #estate_page .estate_intro_sec .text_box {
        padding: 0;
        text-align: left;
    }

    #estate_page .estate_intro_sec .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #estate_page .estate_own_sec .common_page_ttl_box {
        margin-bottom: 4vw;
    }

    .common_estate_block {
        padding-top: 5vw;
        border-top: 1px solid #144272;
    }

    .common_estate_block+.common_estate_block {
        margin-top: 10vw;
    }

    .common_estate_block .name {
        padding-bottom: 5vw;
        font-size: 4.5vw;
        margin-bottom: 3.5vw;
    }

    .common_estate_block .data_wrap {
        display: block;
    }

    .common_estate_block .data_wrap .data_box {
        width: 100%;
    }

    .common_estate_block .data_wrap .data_box .ttl,
    .common_estate_block .data_wrap .data_box .data {
        font-size: 3.6vw;
    }

    .common_estate_block .data_wrap .data_box .ttl {
        width: 100%;
        padding: 3vw 3.5vw;
    }

    .common_estate_block .data_wrap .data_box .data {
        width: 100%;
        padding: 4vw 3.5vw;
    }

    .common_estate_block .main_slider_cont {
        display: block;
        margin-bottom: 4vw;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap {
        margin-bottom: 3vw;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap,
    .common_estate_block .main_slider_cont .map_wrap {
        width: 100%;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap .bukken_slider .slick-slide .img {
        width: 100%;
        height: 55vw;
    }

    .common_estate_block .main_slider_cont .map_wrap {
        height: 55vw;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow {
        width: 7vw;
        height: 7vw;
        top: 20vw;
        padding: 2.5vw;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow.slick_prev {
        left: -3.5vw;
    }

    .common_estate_block .main_slider_cont .bukken_slider_wrap .slick-arrow.slick_next {
        right: -3.5vw;
    }

    /* 映像作成事業 */
    #video_page .video_intro_sec {
        margin-bottom: 13vw;
    }

    #video_page .video_intro_sec .text_box {
        padding: 0;
        text-align: left;
    }

    #video_page .video_intro_sec .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #video_page .video_works_sec .common_page_ttl_box {
        margin-bottom: 3.5vw;
    }

    #video_page .video_works_sec .block {
        padding-top: 5vw;
        border-top: 1px solid #144272;
    }

    #video_page .video_works_sec .block+.block {
        margin-top: 10vw;
    }

    #video_page .video_works_sec .block .ttl {
        padding-bottom: 5vw;
        font-size: 4.5vw;
        margin-bottom: 3.5vw;
    }

    #video_page .video_works_sec .block .cont {
        flex-direction: column-reverse;
    }

    #video_page .video_works_sec .block .cont .text_box {
        width: 100%;
        margin-right: 0;
    }

    #video_page .video_works_sec .block .cont .text_box .text {
        font-size: 3.5vw;
    }

    #video_page .video_works_sec .block .cont .movie_wrap {
        aspect-ratio: 16/9;
        margin-bottom: 4vw;
    }

    #video_page .video_works_sec .block .cont .movie_wrap .cs_text {
        font-size: 4.2vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type=text],
    #page_contact input[type=email],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 30%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /* SP固定ページ 個人情報保護方針 */
    .privacy_page .main_text {
        font-size: 3.5vw;
    }

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 4vw;
    }

    .privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page-404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page-404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
    }

    .singleContent .single_title::after {
        font-size: 3vw;
        top: -6vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin: 12vw 0;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        column-gap: 2vw;
        row-gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        padding: 10vw 0 5vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
        text-align: center;
        margin: 0;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 6vw;
        row-gap: 7vw;
    }

    .recommend_post_area .day_cat {
        display: none;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
    }

    .breadcrumb.single {
        margin-bottom: 2vw;
        text-align: left;
        font-size: 3.2vw;
    }

    .singleContent_links .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .singleContent_links .img img {
        height: 20vw !important;
        object-fit: contain;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent ul li+li {
        margin-top: 3vw;
    }

    .singleContent ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent ul li::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }
}