/* スマホ */
@media screen and (max-width: 600px) {

    /*************************** 01. 枠組共通 ***********************/
    .sp {
        display: initial;
    }

    .pc {
        display: none;
    }

    /*************************** 02. header（ヘッダー） ***********************/
    /*************************** 03. 共通パーツ ***********************/
    .concept .catchcopy br {
        display: inherit;
    }

    .concept .concept-bg {
        font-size: 4.8rem;
    }

    ul.before-after li:first-child::after {
        font-size: 10rem;
    }

    ul.before-after li:first-child::before {
        font-size: 2.8rem;
        margin-bottom: 0.6rem;
    }

    ul.before-after li:last-child::before {
        font-size: 2.8rem;
        margin-bottom: 0.6rem;
    }

    .conversion a {
        padding: 2.8rem 0;
        font-size: 2.8rem;
    }

    .miniConversion {
        width: 100%;
    }

    .miniConversion a {
        padding: 2.0rem;
        font-size: 2.0rem;
    }

    div.largeT table thead {
        display: none;
    }

    div.largeT table tbody tr {
        background: #fff;
    }

    div.largeT table tbody th {
        background: #f0f2f4;
        display: block;
        border: none;
    }

    div.largeT table tbody td {
        display: flex;
        border-left: none;
        border-right: none;
    }

    div.largeT table tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 1.6rem;
    }

    div.largeT table tbody td:last-child {
        padding-bottom: 4rem;
    }

    dl.table {
        flex-direction: column;
        border-top: 1px solid #ddd;
    }

    dl.table dt {
        width: 100%;
        padding: 1.4rem 0.8rem 0.2rem;
        background: none;
        font-weight: bold;
        border-bottom: none;
    }

    dl.table dd {
        width: 100%;
        padding: 0.2rem 0.8rem 1.4rem;
    }

    .flex-container-four>* {
        width: 48%;
        margin: 0 1% 3%;
    }

    .related-article-container {
        flex-direction: column;
    }

    .related-article-box {
        width: 100%;
        margin-bottom: 3rem;
    }

    .related-article-box div.img img {
        width: 18rem;
        height: 12rem;
    }

    .related-article-box div.txt {
        width: calc(100% - 19rem);
    }
    div.leftImg .img,
    div.rightImg .img {
        float: inherit;
        margin: 0 auto 1rem;
        width: 60%;
    }

    .page-parent li {
        min-height: 14.0rem;
    }

    .page-parent li a {
        font-size: 2.0rem;
    }

    .flow-section-container {
        background: none;
    }

    .flow-section-container section {
        width: 100%;
    }

    .flow-section-container section:not(:last-child) {
        background: url(/images/icons/flow-bottom-start-gray.svg) no-repeat center bottom;
        padding-bottom: 5rem;
        background-size: 15rem;
    }

    .flow-section-container section:nth-child(odd) {
        margin-left: 0;
    }

    /*************************** 04. breadcrumb（パンくず） ***********************/
    /*************************** 05. aside（サイドバー） ***********************/
    /*************************** 06. footer（フッター） ***********************/
    .footer-conversion {
        display: flex;
        list-style: none;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 10;
    }

    .footer-conversion li {
        width: 100%;
        margin: 0;
        text-align: left;
        position: relative;
    }

    .footer-conversion li a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        padding-left: 48px;
        color: #fff;
    }

    .footer-conversion li a .arrow-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .footer-conversion li:first-child {
        background: #222222;
    }

    .footer-conversion li:nth-child(2) {
        background: #0469EF;
    }

    .footer-conversion li:nth-child(3) {
        background: #50c900;
    }

    .c-widget__title.-spmenu {
        display: none;
    }

    .custom-footer {
        padding: 10px 0 0;
    }

    .footer-divider {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .footer-top {
        justify-content: center;
    }

    .footer-box {
        padding: 0;
    }

    .footer-box h3 {
        font-size: 22px;
    }

    .footer-links {
        gap: 1%;
        align-items: center;
        justify-content: left;
    }

    .footer-links li {
        padding: 0;
        width: 48%;
    }

    .footer-links li::after {
        display: none;
    }

    .footer-box p {
        text-align: left;
        margin-bottom: 0;
        font-size: 12px;
    }

    .footer-box p.footer-label {
        text-align: center;
    }
}