@charset "UTF-8";

@media (max-width: 900px) {

    html, body {
        font-size: 16px;
    }

    body {
        padding-top: 56px;  /* for header. */
    }

    /**
        ユーティリティ.
     */
    .pc-only { display: none; }
    .sp-only { display: inherit; }
    .c-sp-mt-20 { margin-top: 20px !important;}
    .c-sp-w-90 { width: 90px !important; }
    .c-sp-w-880 { width: 880px !important; }

    /*
        ヘッダー.
     */
    .c-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #FFFFFF;
        border-bottom: 2px solid #0178C4;
    }
    .c-header-body {
        position: relative;
        display: block;
        height: 55px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .c-header-title-img {
        width: auto;
        height: 41px;
    }
    .c-header-tel, .c-header-web {
        display: none;
    }
    .c-header-menu {
        position: absolute;
        top: 13px;
        right: 6px;
        width: 36px;
        height: 36px;
    }

    /*
        ナビゲーション（メニューとして利用）.
     */
    .c-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: rgba(55, 58, 60, 0.4);
    }
    .c-nav.show {
        display: block;
    }
    .c-nav ul {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 270px;
        height: 100%;
        background: #373A3C;
        padding-top: 65px;
    }
    .c-nav li {
        /*text-align: left;*/
        border-right: 0px solid rgba(0,0,0,0);
        border-top: 1px solid #EEEEEE;
        /*padding-left: 20px;*/
    }
    .c-nav li:last-child {
        border-bottom: 1px solid #EEEEEE;
    }
    .c-nav li::before,
    .c-nav li::after {
        display: none;
    }
    .c-nav a {
        display: block;
        line-height: 40px;
        font-size: 16px;
        font-weight: normal;
    }
    .c-nav br {
        display: none;
    }
    .c-nav-close {
        position: absolute;
        top: 22px;
        right: 22px;
        height: 22px;
        width: 17px;
        height: 17px;
        background: url("../image/icon-close.svg??v=12");
        background-size: 17px;
    }

    /**
        セクション.
     */
    .c-section {
        padding-left: 0;
        padding-right: 0;
    }
    .c-section-body {
        padding: 20px 10px;
    }
    .c-section-body-content {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .c-section-title {
        font-size: 24px;
    }
    .c-section .c-h2 {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

    /**
        テーブル.
     */
    .c-table th, .c-table td {
        font-size: 16px;
        line-height: 1.4em;
    }

    /**
        h1ヘッダー.
     */
    .c-h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /**
        h2ヘッダー.
     */
    .c-h2 {
        font-size: 20px;
        height: auto;
        line-height: 1.5em;
        margin-bottom: 0;
        padding: 5px;
    }

    /**
        フッター.
     */
    .c-footer {
        padding: 20px;
        flex-direction: column-reverse;
    }
    .c-footer-top {
        display: block;
        padding-bottom: 30px;
    }
    .c-footer-links ul {
        margin-bottom: 0;
    }
    .c-footer-logo {
        width: 270px;
        margin-bottom: 15px;
    }
    .c-footer-address {
        font-size: 14px;
    }
    .c-footer-links {
        display: block;
    }
    .c-footer-links a {
        line-height: 2.5em;
    }
    .c-footer-links-bottom {
        display: flex;
        margin-top: 40px;
        margin-bottom: 75px !important;
    }
    .c-footer-links ul {
        font-size: 12px;
    }
    .c-footer-links-bottom li {
        margin-right: 20px;
    }
    .copyright {
        padding-left: 20px;
        text-align: left;
    }

    /**
        パンくずリスト.
     */
    .c-breadcrumbs {
        padding-left: 10px;
    }

    /**
        ボタン.
     */
    .c-button {
        height: 44px;
        line-height: 42px;
    }



    /**
        ヘルプ.
     */
    .help {
        flex-direction: column-reverse;
    }
    .help-text {
        margin-right: 0;
    }
    .help-image {
        flex: 1;
        margin-bottom: 20px;
    }
    .help-image img {
        width: 100%;
    }

    /**
        選ばれる理由.
     */
    .choice-reason {
        display: block;
    }
    .choice-reason-item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
    .choice-reason-title {
        min-height: auto;
        margin-bottom: 15px;
    }

    /**
        事務所概要.
     */
    .office th {
        min-width: 80px;
    }

    /**
        よくある質問.
     */
    .qa-box {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .qa-box-q, .qa-box-a {
        padding: 10px 10px 10px 40px;
    }
    .qa-box-q::before, .qa-box-a::before {
        top: 14px;
        left: 13px;
        width: 22px;
        height: 22px;
    }
    .qa-box-q::before {
        background: url(../image/icon-qa-q.svg);
        background-size: 22px 22px;
    }
    .qa-box-a::before {
        background: url(../image/icon-qa-a.svg);
        background-size: 22px 22px;
    }















}