@charset "utf-8";

.nokotsu_flow h3 span{
    font-size: 0.8rem;
}

.td_vertical_align_middle.td_vertical_align_middle{
    vertical-align: middle;
}

.table-bordered{
line-height: 1.2;
}

.table-bordered span{
font-size: 0.7rem;
letter-spacing:normal;
}

.flex{
    align-items: center;
}

.pt10{
    padding-top: 50px;
}

.maincat_v {
    height: 500px;
    background-image: url("../grave/img/main_sp.jpg");
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
}

.maincat_v h1 img {
    height: 230px;
    width: auto;
    margin: 170px auto 0 auto;
}

.swipeicon{
    width: 40px!important;
    margin: 0 auto 15px auto!important;
}

.compare {
    margin: 30px auto 70px auto;
}

.feature {
    margin: 50px auto 50px auto;
}

.feature h2 {
    text-align: center;
    margin-left: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}

.feature img {
    width: 70%;
    margin: 0 auto 30px auto;
}

.badge {
    font-family: sans-serif;
    padding: 10px;
    border-radius: 4px;
    background-color: #635667;
    margin-bottom: 6px;
}

.plan_cont {
    margin: 50px auto 100px auto;
}

.plan_cont img {
    width: 80%;
    margin: auto;
}

.plan_copy_l img,
.plan_copy_r img {
    height: 60px;
    width: auto;
    margin: 20px 0;
}

.main_copy h2,
.main_copy p {
    text-align: center;
}

.main_copy h2 {
    margin-bottom: 40px;
}

.main_copy p {
    margin-bottom: 80px;
    line-height: 2.2;
}

.card {
    margin-bottom: 20px;
}

.card-body {
    text-align: center;
}

.cat ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.cat li {
    font-size: 0.9rem;
    letter-spacing: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.cat li:last-child {
    border-bottom: none;
}

.feature > .row {
    margin-bottom: 50px;
}

.feature h3 {
    text-align: center;
    margin-bottom: 20px;
}

.feature img {
    border-radius: 50%;
}

.note {
    text-align: left !important;
    font-size: 0.8rem;
}

.caution {
    border: 1px dotted red;
    padding: 10px;
    color: red;
}

.table th,
.table td {
    text-align: center;
    padding: 25px;
}

thead {
    background-color: #e5dde8;
}

.ttl {
    font-weight: bold;
    background-color: #f4f4f4;
}


.message {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

.message h3 {
    color: #1e50a2;
    margin-bottom: 15px;
}

.message p:last-child {
    text-align: right;
}

/* お問い合わせ */

.contact {
    background-image: url('../grave/img/contact.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #fbf1ff;
    margin: 100px auto;
    padding: 100px 0;
    color: #fff;
}

.contact h3 {
    text-align: center;
    margin-bottom: 50px;
}

.contact p {
    text-align: left;
    margin-bottom: 20px;
}

.contact h4 {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 20px;
}

.contact .btn {
    width: 60%;
    display: block;
    margin: auto;
}

.contact .btn {
    width: 100%;
}

.tel {
    width: 50%;
    margin: 25px auto 50px auto;
}

/* FAQ */

.faq {
    margin-bottom: 32px;
    letter-spacing: 0;
}

.faq__dt,
.faq__dd {
    position: relative;
    padding-left: 24px;
}

.faq__dd {
    padding-bottom: 32px;
    border-bottom: 1px solid #e3e3e3;
}

.faq__dt::before,
.faq__dd::before {
    position: absolute;
    left: 0;
    top: 0;
}

.faq__dt {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.faq__dt::before {
    font-weight: bold;
    content: 'Q.';
    color: #c80021;
}

.faq__dd::before {
    content: 'A.';
    color: #482253;
}


/* ボタン */

.btn-primary {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #fff;
    border: 1px solid #635667;
    color: #635667;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.btn-primary:hover {
    background-color: #635667;
}

.btn-primary::after {
    position: absolute;
    top: 50%;
    right: .8em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #635667;
    opacity: 0;
    animation: arrow 1.2s infinite;
}

.discount {
    font-weight: bold;
    color: #1e50a2;
    text-align: center;
    padding: 10px;
    border: 1px solid #635667;
    width: 100%;
    margin: 30px auto auto auto;
}

.discount span {
    display: block;
    font-size: 1.2rem;
}

.price h3 {
    color: #353e5a;
    border-left: 5px solid #635667;
    padding: 10px;
    margin: 15px auto;
}

.cat h2 {
    font-size: 1.8rem;
    color: #635667;
    margin: 20px 0 20px 0;
    letter-spacing: 0;
}

.cat h2 span {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.compare h2 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.bt70 {
    margin-bottom: 40px;
}

.sokotsu h2,
.contact h2,
.faq h2 {
    margin-left: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin: 0 auto 50px auto;
    text-align: center;
}

.nokotsu_flow h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #ccc;
}

.nokotsu_flow p {
    margin-bottom: 35px;
}

.nokotsu_flow ol {
    margin-top: -15px;
}

.nokotsu_flow h3 {
    font-size: 1rem;
    margin-bottom: 30px;
}

.contact h5 {
    text-align: center;
}

.contact p {
    text-align: center;
}



@media (min-width: 576px) {
    
    .pt10{
        padding-top: 100px;
    }
    
    .maincat_v {
        height: 500px;
        background-image: url("../grave/img/main.jpg");
        background-size: cover;
        background-position: center center;
        margin-bottom: 100px;
    }

    .maincat_v h1 img {
        height: 250px;
        margin: 125px auto 0 auto;
    }

    .card {
        margin-bottom: 0;
    }

    .arigato,
    .jumoku {
        background-color: #635667;
        width: 95%;
    }

    .arigato {
        margin-left: auto;
    }

    .p01 {
        position: relative;
        top: 50px;
    }

    .p02 {
        position: relative;
        top: -50px;
    }

    .compare h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .feature h2 {
        margin-left: auto;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: none;
        border-bottom: none;
        padding: 20px;
        margin: auto;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .feature {
        margin: 200px auto 200px auto;
        background-image: url('../grave/img/bg.png');
        background-size: cover;
        background-position: top left;
    }

    .feature h3 {
        text-align: left;
    }

    .feature img {
        width: 100%;
        margin: auto;
    }

    .message {
        padding: 50px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 100px;
    }


    .special {
        margin-top: 50px;
    }

    .plan_cont {
        margin: 100px auto 100px auto;
    }


    .price p {
        margin-bottom: 40px;
    }

    .badge {
        padding: 6px;
        border-radius: 2px;
    }

    .cat h2 {
        margin: 0 0 20px 0;
    }


    .cat {
        max-width: 1720px;
        margin: 150px auto 0 auto;
    }

    .wh01 {
        padding: 50px;
        position: relative;
        background-color: #fff;
        right: 75px;
        bottom: 25px;
    }

    .wh02 {
        padding: 50px;
        position: relative;
        background-color: #fff;
        left: 75px;
        top: 25px;
    }

    .blank:before {
        content: "　"
    }

    .hanrei {
        margin-bottom: 30px;
    }

    .discount {
        border: 2px solid #353e5a;
        width: 160px;
        border-radius: 100px;
        margin: 30px 0 auto 0;
    }

    .compare {
        margin: 100px auto 0 auto;
    }

    .compare h2 {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 40px;
    }


    .plan_copy_r {
        padding-right: 50px;
        margin-bottom: 20px;
    }

    .plan_copy_l {
        padding-left: 50px;
    }

    .p03 {
        margin-bottom: 30px;
    }

    .bt70 {
        margin-bottom: 70px;
    }

    .contact .btn {
        width: 80%;
    }

    .btn-primary {
        width: auto;
    }

    .sokotsu h2,
    .contact h2,
    .faq h2 {
        margin-left: auto;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: none;
        border-bottom: none;
        padding: 20px;
        margin: 0 auto 50px auto;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
    }
    
    .contact h3 {
        text-align: center;
        margin-bottom: 70px;
    }
    

    .contact p {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .sns01,.sns02{
        display: none;
    }

}

@media (max-width: 577px) {
    .table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}