@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*--------------------------------------------
    ボタン
    ---------------------------------------------*/
    .btn {
        width: 250px;
        font-size: 14px;
        border-radius: 5px;
        box-shadow: 0 2px #e5e5e5;
        padding: 20px 5px 16px;
    }

    .btn .icon.arrow {
        margin-right: 10px;
        top: -2px;
    }

    .btn.radius {
        border-radius: 30px;
    }

    .btn.to-contractor-page {
        font-weight: bold;
        background-position: 10px bottom;
        background-size: 44px;
        padding-bottom: 20px;
        border-radius: 5px;
        font-size: 3.5vw;
    }

    .btn.to-contractor-page .icon.arrow {
        right: 13px;
        transform: translateY(-50%);
    }

    .btn.to-contractor-page .icon.arrow:before {
        width: 8px;
        height: 2px;
    }

    .btn.to-contractor-page .icon.arrow:after {
        width: 8px;
        height: 2px;
    }

    .top a {
        width: 92%;
    }

    #entryform input[type="submit"],
    #entryform input[type="button"]#confirm,
    #entryform button[type="submit"] {
        width: 100%;
    }

    /*--------------------------------------------
    アイコン
    ---------------------------------------------*/
    .icon.circle {
        width: 30px;
    }

    .icon.arrow {
        width: 7px;
        height: 7px;
    }

    .icon.arrow:before {
        width: 8px;
        height: 2px;
    }

    .icon.arrow:after {
        width: 8px;
        height: 2px;
    }

    /*--------------------------------------------
    タイトル
    ---------------------------------------------*/
    .ttl-circle {
        font-size: 18px;
    }

    .ttl-circle .icon {
        margin-right: 9px;
    }

    .ttl-border-l {
        font-size: 18px;
        padding-left: 10px;
        border-left-width: 4px;
    }

    h2.error:before {
        top: 4px;
    }

    /*--------------------------------------------
    コンテンツ
    ---------------------------------------------*/
    .content {
        font-size: 14px;
        width: 100%;
    }

    .content h2 {
        padding-left: 20px;
        font-size: 20px;
        margin: 10px 0 20px 0;
        border-left: 5px solid #f00;
    }

    .content .headSentence {
        font-size: 14px;
        line-height: 1.7;
        margin: 0 0 30px 0;
    }

    .content.inner {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    /*--------------------------------------------
    スマホ横向き時の表示(sp_direction)
    ---------------------------------------------*/
    .fadeLayerParent #fadeLayer {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        font-size: 1.5em;
        z-index: 99999;
        display: table;
        left: 0;
        text-align: center;
    }

    .fadeLayerParent #fadeLayer span {
        display: table-cell;
        vertical-align: middle;
    }

    /*--------------------------------------------
    パンくずリスト
    ---------------------------------------------*/
    .breadcrumb {
        height: 38px;
        background: url(/img/bc_back.jpg) repeat-x;
        vertical-align: middle;
        line-height: 38px;
        margin-top: 0;
        display: flex;
        font-size: 12px;
        padding-left: 2%;
        width: 100%;
    }

    .breadcrumb-item a {
        color: #0099FF;
        text-decoration: underline;
    }

    .breadcrumb li:after {
        padding: 0 0.2rem 0 0.2rem;
        font-size: 1rem;
        font-weight: normal;
        content: '/';
    }

    .breadcrumb li:last-child::after {
        padding: 0;
        content: "";
    }
}