#contact_page_confirm {
    .top-sp {
        margin-top: 200px;
    }

    .kuzu {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
    }

    .kenpin {
        padding: 15px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
    }

    .kiyaku-title {
        background: #f7f7f7;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .dai {
        font-weight: bold;
    }

    .kiyaku-txt {
        margin-bottom: 20px;
    }

    .kiyaku-txt-bottom {
        margin-bottom: 40px;
    }

    .kiyaku-midasi {
        font-weight: bold;
        margin-top: 5px;
    }

    .s-koumoku {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .toku-top {
        border-top: 1px solid #CCC;
        border-bottom: 1px dotted #CCC;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .toku {
        border-bottom: 1px dotted #CCC;
        margin-bottom: 10px;
    }

    .toku-bottom {
        border-bottom: 1px solid #CCC;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .top-mes {
        background: #f7f7f7;
        padding: 10px;
        text-align: center;
    }

    .k-btn {
        box-shadow: none;
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #35aec3;
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;
        border: 1px solid #35aec3;
    }

    .k-btn:hover {
        background: #FFF;
        color: #35aec3;
        border: 1px solid #35aec3;
    }

    .k-btn-r {
        box-shadow: none;
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #f7f7f7;
        text-align: center;
        color: #585858;
        cursor: pointer;
        border: 1px solid #585858;
    }

    .k-btn-r:hover {
        background: #585858;
        color: #FFF;
        border: 1px solid #585858;
    }

    .btn-box {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    @media screen and (max-width: 768px) {
        .toku-top {
            border: none;

        }
        .toku {
            border: none;

        }
        .toku-bottom {
            border: none;

        }
        .xs-border {
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
        }
        .xs-top {
            margin-top: 80px;
        }
        .kiyaku-txt {
            margin-bottom: 5px;
        }
        .btn-box {
            margin-top: 10px;
        }
    }
}

