/******************************************************************
サイトコンテンツスタイルシート（スマホ版）
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/

/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
#head-bar-sp {
    background-color: #ffffff;
}

/*
メニューボタン
*/
.menu-btn a,
.menu-btn a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-btn a {
    position: relative;
    width: 40px;
    height: 30px;
    color: #000000;
}
.menu-btn a:after {
    content: "メニュー";
    display: inline-block;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: -16px;
    left: 0px;
    right: 0px;
}
.menu-btn a.btn-close:after {
    content: "閉じる";
    left: 0px;
}
.menu-btn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    border-radius: 4px;
}
.menu-btn a span:nth-of-type(1) {
    top: 5px;
}
.menu-btn a span:nth-of-type(2) {
    top: 13px;
}
.menu-btn a span:nth-of-type(3) {
    bottom: 5px;
}

.menu-btn a.btn-close span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.menu-btn a.btn-close span:nth-of-type(2) {
    opacity: 0;
}
.menu-btn a.btn-close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

/*
メニュー
*/
.overlay {
    position: fixed;
    z-index: 100;
    background-color: #f1f1f1;
    border-top: 1px solid #6f6067;
    border-bottom: 1px solid #6f6067;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem 1.2rem;
    height: calc(100% - 75px);
}
/* スクロールバーのカスタマイズ */
.overlay::-webkit-scrollbar{
    /*    width: 10px;*/
    width: 5px;
}
.overlay::-webkit-scrollbar-track{
    background: #ffffff;
    border-left: solid 1px #ececec;
}
.overlay::-webkit-scrollbar-thumb{
    background: #bbbbbb;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.overlay_inner {
    /*        overflow-y: scroll;*/
}

.wrap-globalnavi-sp {
    margin-bottom: 1.5rem;
}
.wrap-globalnavi-sp .globalnavi {
    background-color: #ffffff;
}
.wrap-globalnavi-sp .globalnavi > ul {
    flex-flow: wrap;
}
.wrap-globalnavi-sp .globalnavi > ul > li {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}
.wrap-globalnavi-sp .globalnavi ul li a {
    /*    font-size: 0.9rem;*/
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #dddddd;
}
.wrap-globalnavi-sp .globalnavi ul li a:hover {
    background-color: #cde4eb;
    color: #000000;
    opacity: 1;
}

.overlay .nav-decoration > li {
    line-height: 1;
    display: flex;
    justify-content: center;
}
.overlay .nav-decoration > li.contact-form {
    margin-bottom: 0.8rem;
}
.overlay .nav-decoration > li .btn-contact {
    background-color: #ffffff;
    color: #534e4c;
    font-size: 1.2rem;
    border-radius: 6px;
    border: 1px solid #534e4c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 170px;
    padding: 0.2rem 0.5rem;
}
.overlay .nav-decoration > li .btn-contact:hover {
    background-color: #dddddd;
}
.overlay .nav-decoration > li .btn-contact img {
    max-width: 30px;
}
.overlay .telno {
    background-color: #ffffff;
    color: #534e4c;
    font-size: 1.3rem;
    border-radius: 6px;
    border: 1px solid #534e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    padding: 0.4rem 0.5rem;
    width: 100%;
    margin: 0 auto;
}
.overlay .wrap-utilitynavi {
    margin-bottom: 1rem;
}

/* アコーディオン装飾 */
.globalnavi-sp ul li .dropdown li a {
    padding: 0.8rem 0.5rem 0.8rem 2.5rem;
}
.globalnavi-sp ul li a {
    position: relative;
}
.globalnavi-sp ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: inherit;
    font-weight: normal;
    position: absolute;
    right: 15px;
}
.globalnavi-sp ul li.menu-item-has-children > a:after {
    content: "\f196";
}
.globalnavi-sp ul li.menu-item-has-children.dropdown_open > a:after {
    content: "\f147";
}

.overlay .go-inheritance {
    text-align: center;
}
.overlay .go-inheritance a {
    display: block;
}
.overlay .go-inheritance img {
    max-width: 120px;
}


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

メディアクエリー

*******************************************************************
******************************************************************/
/* 1281px ~ : PC Large screens -> Default */

/* ~ 1280px : PC screens */
@media only screen and (max-width: 80em) {


}

/* ~ 1180px : PC screens */
@media only screen and (max-width: 73.75em) {

}

/* ~ 1024px : Medium screens */
@media only screen and (max-width: 64em) {

    .head-bar-inner .wrap-globalnavi-pc .globalnavi-ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 3.0%;
    }


    /*-------------------------------------------
    アシンメトリーコンテンツ：共通
    -------------------------------------------*/
    .home .asymmetry-content .icon-square-box {
        /* width: 40px;
        height: 40px; */
    }
    .home .asymmetry-content .section_title {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .home .asymmetry-content .section_main {
        margin-top: -3%;
    }
    .home .asymmetry-content .section_inner_title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .home .asymmetry-content .section_inner .description {
        margin-bottom: 1rem;
        padding-left: 0;
    }

    /*-------------------------------------------
    アシンメトリーコンテンツ：odd
    -------------------------------------------*/
    .home .asymmetry-content.odd .section_inner_text {
        padding: 4% 1% 1% 3%;
    }

    /*-------------------------------------------
    アシンメトリーコンテンツ：even
    -------------------------------------------*/
    .home .asymmetry-content.even .section_inner_text {
        padding: 4% 1% 1% 0;
    }
    
    /*-------------------------------------------
    農業事業者様
    -------------------------------------------*/
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper {
        flex-wrap: wrap;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .icon {
        order: 2;
        flex: 0 0 50%;
    }


}

/* ~ 960px : Tablet screens */
@media only screen and (max-width: 60em) {

    /*-------------------------------------------
    アシンメトリーコンテンツ：共通
    -------------------------------------------*/
    .home .asymmetry-content .section_thumb_wrapper {
        max-width: 60%;
        flex-basis: 60%;
    }
    .home .asymmetry-content .section_main {
        margin-top: 0;
    }
    .home .asymmetry-content .section_inner_text {
        flex-basis: 60%;
        max-width: 60%;
        padding: 1% 1% 1% 3%;
    }
    .home .asymmetry-content.odd .section_inner_text {
        padding: 1% 1% 1% 3%;
    }
    .home .asymmetry-content.even .section_inner_text {
        padding: 1% 1% 1% 0;
    }

}

/* ~ 896px : スマホ横 */
@media only screen and (max-width: 56em) {

    /*-------------------------------------------
    フッターナビ
    -------------------------------------------*/
    .footernavi-ul {
        justify-content: flex-start;
    }
    .footernavi-ul > li {
        flex-basis: calc(96% / 3);
        max-width: calc(96% / 3);
        margin-right: calc(4% / 2);
    }
    .footernavi-ul > li:last-child,
    .footernavi-ul > li:nth-child(6n+6) {
        margin-right: 2%;
    }
    .footernavi-ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

    .category .postlist > li .date-wrapper {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .category .postlist > li .text-thumb {
        flex-basis: 100%;
        max-width: 100%;
    }


    /*-------------------------------------------
    アシンメトリーコンテンツ
    -------------------------------------------*/
    .home .asymmetry-content .icon-square-box {
        /* width: 30px;
        height: 30px; */
    }
    .home .asymmetry-content .section_title {
        font-size: 1.5rem;
    }

}

/* ~ 812px : iphone X screens */
@media only screen and (max-width: 50.750em) {

    .home #lead-area .section_title_text {
        font-size: 1.7rem;
    }
    .home #lead-area .lead_text {
        font-size: 1.1rem;
    }

    .home #lead-area .section_inner.strengths .section_inner_box {
    }
    .home #lead-area .section_inner.strengths .section_inner_box .strengths-list-wrapper {
        order: 1;
        padding: 2rem 0%;
    }
    .home #lead-area .section_inner.strengths .section_inner_box .icon-wrapper {
        order: 2;
        flex: 0 0 50%;
        max-width: 245px;
        margin-bottom: 2rem;
    }
    .home #lead-area .section_inner.credo .credo-inner {
        flex-direction: column;
        align-items: center;
    }

    .home #main section.asymmetry-content {
        margin-bottom: 2rem;
    }
    .home .asymmetry-content .section_inner_title {
        display: none;
    }
    .home .asymmetry-content .section_inner_thumb {
        display: none;
    }
    .home .asymmetry-content .section_inner_text {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .home .asymmetry-content .section_inner .description {
        margin-bottom: 2rem !important;
    }
    .home .asymmetry-content .section_inner_text_box {
        padding: 5% 0% 3% 0%;
    }
    .home .asymmetry-content.odd .section_inner_text_box {
        padding: 5% 0% 7% 0%;
    }
    .home .asymmetry-content.even .icon-square-box {
        order: inherit;
    }
    .home .asymmetry-content.odd .section_title_text {
        order: inherit;
    }
    .home .asymmetry-content.even .section_inner_thumb {
        order: inherit;
    }
    .home .asymmetry-content.even .section_title {
        justify-content: inherit;
    }


    /*-------------------------------------------
    税務顧問・会計顧問
    -------------------------------------------*/
    .page-advisor #main #page-lead {
    }

        
    /*-------------------------------------------
    不動産オーナー様
    -------------------------------------------*/
    .page-rental-housing #main #page-lead .worry_main .worry_examples {
        flex-wrap: wrap;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example {
        order: 1;
        flex-basis: 100%;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples .image {
        order: 2;
        flex: 0 0 50%;
    }

}

/* ~ 767px : Tablet screens */
@media only screen and (max-width: 47.938em) {

    #link-area {
        display: none;
    }
    .home .section_title {
        font-size: 2.0rem;
    }
    .categorynavlist {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 0 1.8%; */
    }
    .anchor-list,
    .page-company .anchor-list {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 0 1.8%; */
    }


    /*-------------------------------------------
    投稿
    -------------------------------------------*/
    .single-post #main {
        flex: unset;
        margin-right: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
    .single-post #sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }

}

/* 641px ~ */
@media only screen and (min-width: 40.0625em) {

    #head-bar-sp-sticky-wrapper {
        display: none !important;
    }

}

/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {


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

    共通

    ******************************************************************/
    html {
       font-size: 0.9375rem;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1.15rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    h6 {
        font-size: 1.05rem;
    }
    .button {
/*        padding: 0.4rem 1rem 0.35rem 1rem;*/
    }
    .button_wrapper {
        text-align: center;
    }
    img {
        width: 100%;
    }
    .home #main .button {
        font-size: 1.0rem;
    }

    /*-------------------------------------------
    ページタイトル
    -------------------------------------------*/
    .headline_wrapper .headline_title {
        font-size: 1.3rem;
    }
    .page-contact .headline_wrapper,
    .page-privacy-policy .headline_wrapper,
    .page-website-policy .headline_wrapper {
        margin-bottom: 1.5rem;
    }

    /*-------------------------------------------
    パンくずリスト
    -------------------------------------------*/
    .wrap_breadcrumb {
        margin-bottom: 1rem;
    }
    

    /*-------------------------------------------
    テーブルの基本レイアウト
    -------------------------------------------*/
    table.base_table {
    }
    table.base_table tr {
    }
    table.base_table tr th,
    table.base_table tr td {
        display: block;
        width: 100%;
    }
    table.base_table tr th {
        padding: 1.2rem 0 0.2rem 0;
        border-bottom: none;
    }
    table.base_table tr td {
        padding: 0.2rem 0 1.2rem 0;
    }


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

    構造調整タグ

    ******************************************************************/
    .base_width {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .base_width.base_width_sp {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inner_width {
        width: 100% !important;
        margin: 0 auto !important;
    }
    main {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    
    /* section */
    #main section {
        margin-bottom: 2rem;
    }

    .home #main section {
        margin-bottom: 3rem;
    }
    br.br-pc {
        display: none;
    }
    br.br-sp {
        display: block;
    }

    .nav-decoration .telno .tel-mobile {
        pointer-events: initial;
    }



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

    汎用パーツ

    ******************************************************************/
    /*
    横並びレイアウト
    */
    .flexbox {
        flex-flow: row wrap;
    }
    .flexbox-wrap {
    }
    .flexbox-center {
    }

    .intlink-wrapper {
        text-align: center;
        margin: 0 auto;
    }
    .headline_wrapper {
    }
    .headline {
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .headline.icon-title, .section_title.icon-title {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .headline.icon-title:before, .section_title.icon-title:before {
        width: 40px;
        height: 40px;
    }


    .block-sp {
        margin-left: 0;
        display: block;
    }


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

    プラグイン

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



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

    ヘッダー

    ******************************************************************/
    #head-bar {
        display: none;
    }
    #head-bar-sp {
        display: block;
    }
    #head-bar-sticky-wrapper {
        display: none !important;
    }
    .wrap-globalnavi-pc {
        display: none;
    }
    #head-bar-sp .head-bar-inner {
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }
    #head-bar-sp .head-bar-inner .head-bar-left {
        flex-basis: 20%;
        max-width: 20%;
        order: 1;
        padding: 1rem;
    }
    #head-bar-sp .head-bar-inner .head-bar-center {
        flex-basis: 60%;
        max-width: 60%;
        order: 2;
        padding: 1rem 0;
        text-align: center;
    }
    #head-bar-sp .head-bar-inner .head-bar-right {
        flex-basis: 20%;
        max-width: 20%;
        order: 3;
        padding: 1rem;
    }
    .head-bar-inner .logo img {
        max-width: 200px;
    }


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

    サイドバー

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



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

    ユーティリティナビゲーション

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



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

    フッター

    ******************************************************************/
    #before-footer-tel {
        padding: 2rem 0;
    }
    #before-footer-tel .wrap-tel .tel-link {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    #before-footer-tel .wrap-tel .tel-link p {
        font-size: 2.0rem;
    }
    #before-footer-tel .wrap-tel .tel-link .info-list .info-item {
        font-size: 1.0rem;
    }
    #before-footer-tel .wrap-tel .tel-prompt {
        font-size: 1.3rem;
        text-align: left;
    }
    #before-footer-nav .flexbox {
        flex-direction: column-reverse;
        gap: 0.5rem 0;
    }
    #before-footer-nav .nav-decoration,
    #before-footer-nav .wrap-utilitynavi {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
    #before-footer-nav .nav-decoration > li .btn-contact {
        font-size: 1rem;
        max-width: 170px;
        padding: 0.2rem 1.2rem;
    }
    #before-footer-nav .telno {
        font-size: 1.1rem;
        max-width: 170px;
    }



    /*-------------------------------------------
    フッターナビ
    -------------------------------------------*/
    .footernavi-ul > li {
        flex-basis: calc(96% / 2);
        max-width: calc(96% / 2);
        margin-right: calc(4% / 1);
    }
    .footernavi-ul > li:last-child,
    .footernavi-ul > li:nth-child(6n+6) {
        margin-right: 4%;
    }
    .footernavi-ul > li:nth-child(3n+3) {
        margin-right: 4%;
    }
    .footernavi-ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

    /*-------------------------------------------
    ユーティリティーナビ
    -------------------------------------------*/    
    .utilitynavi-ul {
        justify-content: center;
    }
    .utilitynavi-ul > li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .utilitynavi-ul > li:first-child {
        border-left: none;
        padding-left: 0;
    }
    .utilitynavi-ul > li:last-child {
        border-right: none;
        padding-right: 0;
    }


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

    トップページ(toppage)

    ******************************************************************/
    /*-------------------------------------------
    リード
    -------------------------------------------*/
    .home #lead-area .section_header {
    }
    .home #lead-area .section_main {
    }
    .home #lead-area .main-image-bottom {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 1rem;
    }
    .home #lead-area .section_header_text {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 1rem;
    }
    .home #lead-area .section_inner.strengths .section_inner_box .strengths-list-wrapper {
        padding: 1rem 0%;
    }
    .home #lead-area .section_inner.strengths .section_inner_box .section_inner_title {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .home #lead-area .section_inner.strengths .section_inner_box .strengths-list > li {
        font-size: 1.0rem;
        padding: 0.5rem;
        margin-bottom: 0.8rem;
    }
    .home #lead-area .section_inner.strengths .section_inner_box .icon-wrapper {
        margin-bottom: 1rem;
    }
    .home #lead-area .section_inner.credo .credo-inner .text .section_inner_title {
        font-size: 1.3rem;
    }
    .home #lead-area .section_inner.credo .credo-inner .text .section_inner_box {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .home #lead-area .section_inner.credo .credo-inner .button {
        font-size: 1.1rem;
    }

    .home .asymmetry-content .section_title {
        font-size: 1.3rem;
    }
    .home .asymmetry-content .section_thumb_wrapper {
        max-width: 100%;
        flex-basis: 100%;
    }
    .home .asymmetry-content.odd .section_title_text {
        padding: 4% 0% 2% 0;
    }
    .home .asymmetry-content.even .section_title_text {
        padding: 1% 0% 2% 0;
    }
    .home .asymmetry-content .section_header {
        flex-flow: wrap;
    }
    .home .asymmetry-content .section_title_text {
        text-align: left;
    }    
    .home .asymmetry-content.odd .section_inner_text_box {
        padding: 0% 0% 6% 0%;
    }
    .home .asymmetry-content.even .section_inner_text_box {
        padding: 0% 0% 0% 0%;
    }
    .home .asymmetry-content .section_inner .subtitle {
        font-size: 1.2rem;
        margin: 1rem 0 0.5rem;
    }
    .home .asymmetry-content .section_inner .description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    /*-------------------------------------------
    メッセージ
    -------------------------------------------*/
    .home #message-area .section_header_text {
        font-size: 1.3rem;
        text-align: left;
    }

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

    投稿（お知らせ）

    ******************************************************************/
    .postlist-wrapper .postlist {
        grid-template-columns: repeat(1, 1fr);
    }
    .category .postlist > li .text {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .category .postlist > li .thumb {
        flex-basis: 100%;
        max-width: 100%;
    }


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

    固定ページ(page)

    ******************************************************************/
    .page:not(.page-privacy-policy):not(.page-website-policy):not(.page-contact) #after-header {
        margin-bottom: 1rem;
    }
    .page .images_wrapper {
        padding-bottom: 2rem;
    }

    /*-------------------------------------------
    税務顧問・会計顧問
    -------------------------------------------*/
    .page-advisor #main #page-lead .section_header .section_title {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 0.5rem;
    }
    .page-advisor #main #page-lead .section_main .section_inner .description {
        font-size: 1rem;
        text-align: left;
    }
    .page-advisor #examples .examples {
        padding-bottom: 1.5rem;
    }
    .page-advisor #examples .example {
        padding: 1rem 0;
    }
    .page-advisor #examples .example_title {
        font-size: 1.3rem;
    }
    .page-advisor #examples .example_description {
        font-size: 1rem;
    }
    
    /*-------------------------------------------
    相続の手続き
    -------------------------------------------*/
    .page-inheritance #main #page-lead .section_header .section_title {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    .page-inheritance #main #page-lead .section_main .section_inner .description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-inheritance #introduction .introduction {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .page-inheritance #introduction .introduction .description {
        padding-top: 0rem;
    }
    .page-inheritance #introduction .introduction .description .description_title {
        margin-bottom: 0.5rem;
    }
    .page-inheritance #introduction .introduction .description .description_title h2 {
        font-size: 1.1rem;
    }
    .page-inheritance #introduction .introduction .description .description_text {
        font-size: 1rem;
    }
    .page-inheritance #example .section_header {
        margin-bottom: 2rem;
    }
    .page-inheritance #example .section_title {
        font-size: 1.3rem;
    }
    .page-inheritance #example .examples {
        gap: 1.5rem;
    }
    .page-inheritance #example .example {
        flex-direction: column;
        align-items: center;
    }
    .page-inheritance #example .example .image {
        max-width: 170px;
    }
    .page-inheritance #example .example .description {
        padding-top: 0rem;
    }
    .page-inheritance #example .example .description_title h2 {
        font-size: 1.1rem;
        padding: 0.3rem 1.0rem;
    }
    .page-inheritance #example .example .description_text {
        font-size: 1rem;
    }

    /*-------------------------------------------
    不動産オーナー様
    -------------------------------------------*/
    .page-rental-housing #main #page-lead .section_header .section_title {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 0.5rem;
    }
    .page-rental-housing #main #page-lead .worry {
        padding: 1rem 0;
    }
    .page-rental-housing #main #page-lead .worry_header {
        margin-bottom: 0.5rem;
    }
    .page-rental-housing #main #page-lead .worry_header .worry_title {
        font-size: 1.1rem;
    }
    .page-rental-housing #main #page-lead .worry_main {
        margin-bottom: 0.5rem;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples {
        gap: 0.5rem 1rem;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples .image {
        max-width: 150px;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example {
        gap: 0.5rem;
    }
    .page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example p {
        font-size: 1rem;
    }
    .page-rental-housing #main #page-lead .worry_footer .prompt {
        font-size: 1.1rem;
    }
    .page-rental-housing #support .section_header .section_title {
        font-size: 1.3rem;
        margin: 0 auto 1.5rem;
    }
    .page-rental-housing #support .section_main {
        margin-bottom: 1.5rem;
    }
    .page-rental-housing #support .examples {
        gap: 1.5rem;
    }
    .page-rental-housing #support .example {
        flex-direction: column;
        align-items: center;
    }
    .page-rental-housing #support .example .image {
        max-width: 170px;
    }
    .page-rental-housing #support .example .description_title {
        margin-bottom: 0.5rem;
    }
    .page-rental-housing #support .example .description_title h2 {
        font-size: 1.1rem;
        padding: 0.3rem 1rem;
    }
    .page-rental-housing #support .example .description_text {
        font-size: 1.0rem;
    }
    .page-rental-housing #support .section_footer .last_title {
        margin-bottom: 1rem;
    }
    .page-rental-housing #support .section_footer .last_title h2 {
        font-size: 1.3rem;
    }
    .page-rental-housing #support .section_footer .last_text {
        font-size: 1.0rem;
    }

    /*-------------------------------------------
    農業事業者様
    -------------------------------------------*/
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper {
        gap: 1rem 3%;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .icon {
        max-width: 70px;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .section_title_wrapper {
        margin-bottom: 0.5rem;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .section_title {
        font-size: 1.3rem;
    }
    .page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .text {
        font-size: 1rem;
    }
    .page-agriculture #example {
        padding-bottom: 1.5rem;
    }
    .page-agriculture #example .examples {
        gap: 1.5rem;
    }
    .page-agriculture #example .example {
        flex-direction: column;
        align-items: center;
    }
    .page-agriculture #example .example .image {
        max-width: 170px;
    }
    .page-agriculture #example .example .description_title {
        margin-bottom: 0.5rem;
    }
    .page-agriculture #example .example .description_title h2 {
        font-size: 1.1rem;
    }
    .page-agriculture #example .example .description_text {
        font-size: 1rem;
    }
    
    /*-------------------------------------------
    創業支援
    -------------------------------------------*/
    .page-startup #main #page-lead .section_header {
        margin: 0 auto 2rem;
    }
    .page-startup #main #page-lead .section_header .section_title {
        font-size: 1.3rem;
    }
    .page-startup #main #page-lead .section_main .lead-content-header {
        margin-bottom: 1rem;
    }
    .page-startup #main #page-lead .section_main .lead-content-header-title {
        font-size: 1.3rem;
    }
    .page-startup #main #page-lead .section_main .image {
        margin-bottom: 1rem;
    }
    .page-startup #main #page-lead .section_main .description {
        font-size: 1rem;
    }
    .page-startup #task .task-content {
        padding: 1rem 0;
    }
    .page-startup #task .task-content-inner {
        flex-direction: column-reverse;
    }
    .page-startup #task .task-content-inner.row-reverse {
        flex-direction: column-reverse;
    }
    .page-startup #task .task-content-inner .images.column-reverse {
        flex-direction: column;
    }
    .page-startup #task .task-content-inner .text .task-text-header {
        margin-bottom: 0.5rem;
    }
    .page-startup #task .task-content-inner .text .task-text-header-title {
        font-size: 1.1rem;
    }
    .page-startup #task .task-content-inner .text .task-examples {
        gap: 0.5rem;
    }
    .page-startup #task .task-content-inner .text .task-example-header-title {
        font-size: 1.1rem;
    }
    .page-startup #task .task-content-inner .text .task-example-body {
        font-size: 1.0rem;
    }
    .page-startup #support .section_header {
        padding: 1rem 0;
    }
    .page-startup #support .section_header .section_title {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 1rem;
    }
    .page-startup #support .section_header .section_title_sub {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .page-startup #support .section_main {
        padding: 1rem 0;
    }
    .page-startup #support .section_main .burden .icon {
        text-align: center;
        margin-bottom: 1rem;
    }
    .page-startup #support .section_main .burden p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .page-startup #support .section_main .burden p:nth-of-type(2) {
        margin-bottom: 1.5rem;
    }
    .page-startup #support .section_main .burden-list {
        margin-bottom: 0.5rem;
    }
    .page-startup #support .section_main .burden-list li {
        font-size: 1rem;
    }
    .page-startup #support .section_main .avoidable p:last-of-type {
        margin-bottom: 1.5rem;
    }
    .page-startup #support .section_main .avoidable p {
        font-size: 1rem;
    }
    .page-startup .self-introduction {
        margin-bottom: 1rem;
    }
    .page-startup .self-introduction p {
        font-size: 1.3rem;
    }

    
    /*-------------------------------------------
    会社情報
    -------------------------------------------*/
    .page-company .section_header {
        max-width: 170px;
    }
    .page-company .section_title_wrapper {
        padding: 1rem 1.5rem;
    }
    .page-company .section_title_en {
        font-size: 1.5rem;
    }
    .page-company .section_title_jp {
        font-size: 1.1rem;
    }
    .page-company #greeting .greeting-content {
        margin-bottom: 1rem;
    }
    .page-company #greeting .greeting-content .greeting-content_header {
        margin-bottom: 1rem;
    }
    .page-company #greeting .greeting-content .greeting-content_title {
        font-size: 1.3rem;
    }
    .page-company #greeting .greeting-content .greeting-content_text {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-company #greeting .greeting-content .point-list {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    .page-company #greeting .greeting-content .point-list li {
        font-size: 1.1rem;
        padding: 0.2rem 1rem;
    }
    .page-company #greeting .greeting-content .point-details-list {
        gap: 1rem;
    }
    .page-company #greeting .greeting-content .point-details-list_header {
        margin-bottom: 0.5rem;
    }
    .page-company #greeting .greeting-content .point-details-list_header h3 {
        font-size: 1.1rem;
    }
    .page-company #greeting .greeting-content .point-details-list_main p {
        font-size: 1rem;
    }
    .page-company #profile {
        padding: 1rem 0;
    }
    .page-company #profile .profile-table-wrapper {
        margin-bottom: 1rem;
    }
    .page-company #profile .profile-table {
        font-size: 1.1rem;
    }
    .page-company #profile .profile-table tr {
        display: flex;
        flex-direction: column;
    }
    .page-company #profile .profile-table tr + tr {
        margin-top: 1rem;
    }
    .page-company #profile .thumb-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .page-company #profile .thumb-wrapper .thumb {
        max-width: 240px;
    }

    /*-------------------------------------------
    プライバシーポリシー
    -------------------------------------------*/
    .page-privacy-policy #privacy-policy .section_inner_header {
        margin-bottom: 1.3rem;
    }
    .page-privacy-policy #privacy-policy .section_main .section_inner_block {
        margin-bottom: 1.2rem;
    }
    .page-privacy-policy #privacy-policy .section_main .section_inner_block h2 {
        font-size: 1.1rem;
    }
    
    /*-------------------------------------------
    サイトポリシー
    -------------------------------------------*/
    .page-website-policy .entry-content .section_header {
        margin-bottom: 1.5rem;
    }
    .page-website-policy .entry-content .section_title {
        margin-bottom: 0.5rem;
    }
    .page-website-policy .entry-content .section_title_text {
        font-size: 1.2rem;
    }
    .page-website-policy .entry-content .section_inner_header,
    .page-website-policy .entry-content .section_main .section_inner_block {
        margin-bottom: 1rem;
    }
    .page-website-policy .entry-content .section_inner_header h2,
    .page-website-policy .entry-content .section_main .section_inner_block h2 {
        font-size: 1.1rem;
    }
    
    /*-------------------------------------------
    お問い合わせ
    -------------------------------------------*/
    .page-contact #contact .section_header {
        margin-bottom: 1.5rem;
    }


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

    カスタム投稿

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


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

    404 Page Not Found

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


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

    お問い合わせフォーム

    ******************************************************************/
    .form-wrapper .info-wrapper .info-box .th {
        font-size: 1.1rem;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding: 0;
    }
    .form-wrapper .info-wrapper .info-box .td {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    .regulations-area .scroll-box {
        max-height: 300px;
    }
    select {
        min-width: unset;
        min-width: 200px;
    }


} /* 641以下end */

/* 479px以下: SP screens */
@media only screen and (max-width: 29.938em) {

    /*-------------------------------------------
    不動産オーナー様
    -------------------------------------------*/
    .page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example p {
        text-align: left;
    }
    .page-rental-housing #main #page-lead .worry_footer .prompt {
        text-align: left;
    }
    .page-rental-housing #support .section_header .section_title {
        text-align: left;
    }
    
    /*-------------------------------------------
    創業支援
    -------------------------------------------*/
    .page-startup #task .task-content-inner .images .icon img {
        max-width: 180px;
    }


    /*-------------------------------------------
    サイトポリシー
    -------------------------------------------*/
    .page-website-policy .entry-content .section_inner_header h2,
    .page-website-policy .entry-content .section_main .section_inner_block h2 {
        font-size: 1.2rem;
    }

    .utilitynavi-ul > li a {
        font-size: 0.85rem;
    }
    .copyright {
        font-size: 0.8rem;
    }

}
