@charset "utf-8";


.top_mv_words {
    max-width: 84rem;
    width: 44vw;
}
.worries {
    margin-top: 8rem;
    display: flex;

}
.worries_list {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    margin-bottom: 0rem;
}
.worries_img img {
    max-width: 40rem;
}
.worries_list ul {
    padding: 3.3rem 0  0 6.6rem;
    line-height: 5rem;
}
.worries_list ul li {
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 0;
    letter-spacing: 0.15rem;
}
.worries_words p {
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-left: 4rem;
    letter-spacing: 0.11rem;
}
.worries_list ul li:before {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: block;
    position: absolute;
    left: -2.4rem;
    top: 2rem;
    content: "";
    background: #38C4C9;
}
.p_training_detail {
    /* width: 100%; */
    width: 60%;
}
.p_training_introduction {
    border: 1px solid #73D8DC;
    margin-top: 4rem;
    display: flex;
    padding: 4.8rem 4.8rem 4rem 5rem;
}
.p_training_introduction p {
    font-size: 2rem;
    letter-spacing: -0.119rem;
}
.p_training_img  {
    margin-left: 4rem;
    width: 40rem;
}
.p_training_img img:nth-child(1) {
    margin-bottom: 2rem;
}

/* 料金表ここから */
.price {
    background-image: url(../images/personal_training/ptraining_price_BG.svg);
    background-position: top 3rem left;
    background-repeat: no-repeat;
    font-size: 2.6rem;
    margin-top: 4rem;
    padding-top: 12rem;
}
.price table {
    margin: 0 auto;
    width: 84%;
    border-radius: 2rem;
    font-size: 2.6rem;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0;
    border: 0.3rem solid #38C4C9;
    border-radius: 2rem;
}
.price tr {
    height: 7.4rem;
}
.table_title {
    width: 11rem;
    text-align: center;
    background-color: #38C4C9;
    border-radius: 1.5rem 0 0 1.5rem;
    color: white;
}
.table_left {
    padding-left: 2.3rem;
    letter-spacing: 0.1rem;
    background-color: #38C4C9;
    color: white;
}
.price1 .table_left {
    padding-left: 2.3rem;
    letter-spacing: 0.1rem;
    border-radius: 1.5rem 0 0 1.5rem;
    width: 50%;
}
.price2 tr td img {
    margin: 0 auto;
}
.price2 .table_left,
.price3 .table_left {
    width: 39%;
    border-left: 0.5rem solid #38C4C9;
}
.price2 tr .table_left:nth-child(1) {
    border-top: 0.3rem solid white;
}
.price3 tr .table_left:nth-child(1) {
    border-top: 0.3rem solid white;
}
.price2 tr .table_right:nth-child(2) {
    border-top: 0.3rem solid #38C4C9;
}
.price3 tr .table_right:nth-child(2) {
    border-top: 0.3rem solid #38C4C9;
}
.table_right {
    font-size: 3.4rem;
    text-align: right;
    padding-right: 2.5rem;
    letter-spacing: -0.1rem;
}
.table_right span {
    font-size: 2.4rem;
    font-weight: normal;
}
.yen {
    font-size: 3rem;
}
.price .price1 {
    margin-bottom: 5rem;
}
.price .price2 {
    margin-bottom: 5rem;
}
.service {
    font-size: 2.8rem;
    font-weight: bold;
    color: #38C4C9;
    margin-top: 2.8rem;
    text-align: center;
    letter-spacing: 0.15rem;
}
.anotation {
    margin-top: 2rem;
    padding-left: 10rem;
    font-size: 1.6rem;
    line-height: 3.5rem;
    margin-bottom: 6rem;
}
.br_1385 {
    display: none;
}
.br_960_on {
    display: none;
}
.traning_image_sp {
    display: none;
}
/* 料金表ここまで */

@media screen and (max-width: 1385px) {
    .br_1385 {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .price1 .table_right span {
        display: inline;
    }
    .table_right span {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .wrapper_main {
        padding: 0;
        width: 89%;
    }
    .worries {
        margin-top: 7rem;
        flex-direction: column-reverse;
    }
    .worries_list ul {
        padding: 2rem 0 0 6rem;
        line-height: 7.7rem;
    }
    .worries_list ul li {
        font-size: 3.6rem;
        padding-left: 0;
        letter-spacing: 0.15rem;
    }
    .worries_list ul li:before {
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        left: -5rem;
        top: 3.3rem;
        content: "";
        background: #38C4C9;
    }
    .worries_words p {
        font-size: 3.6rem;
        padding-top: 5.5rem;
        padding-left: 1rem;
        letter-spacing: 0.15rem;
        line-height: 6rem;
    }
    .br_960_on {
        display: block;
    }
    .worries_img {
        margin-top: 5.5rem;
    }
    .traning_image {
        display: none;
    }
    .traning_image_sp {
        display: block;
    }
    .worries_img img {
        width: 100%;
        max-width: 100%;
    }
    .p_training_introduction {
        margin-top: 13rem;
        flex-direction: column;
        padding: 6rem 4.8rem 4rem 5rem;
    }
    .p_training_detail {
        width: 100%;
    }
    .p_training_introduction p {
        font-size: 3.4rem;
        letter-spacing: 0.09rem;
        line-height: 5.75rem;
    }
    .p_training_img {
        width: 100%;
        margin: 3rem 0 2.3rem 0;
    }
    .p_training_img img {
        width: 100%;
    }
    .p_training_img img:nth-child(2) {
        margin-bottom: 4rem;
    }
    .price {
        width: 100%;
        padding: 21.8rem 5.5% 0 5.5%;
        background-position: top 11rem left -5%;
        background-size: 80%;
    }
    .price table {
        width: 100%;
        border: none;
        font-size: 3.6rem;
        letter-spacing: 0.8rem;
    }
    .price1 .table_left {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 2rem 2rem 0 0;
        padding: 0;     
    }
    .price .price1 {
        margin-bottom: 3.5rem;
    }
    .price .price2 {
        margin-bottom: 3.5rem;
    }
    .price .table_right {
        border: 0.3rem solid #38C4C9;
        border-radius: 0 0 2rem 2rem;
        font-size: 4.4rem;
        height: 9rem;
        line-height: 8rem;
    }
    .price table td {
        display: block;
        width: 100%;
        text-align: center;
        height: 10rem;
        line-height: 10rem;
    }
    .table_left {
        padding: 0;
    }
    .price2 .table_left,
    .price3 .table_left {
        width: 100%;
        border-radius: 2rem 2rem 0 0;
    }
    .price2 .table_left {
        border-radius: 2rem 2rem 0 0;
    }
    .price tr .table_right span {
        display: inline;
    }
    .price .yen {
        font-size: 3.6rem;
        font-weight: bold;
        margin-left: 0.5rem;
    }
    .price .onetime {
        font-size: 3.2rem;
        font-weight: normal;
    }
    .price2 .table_title .traning_image_sp {
        display: inline;
        width: 11.5rem;
        vertical-align: middle;
    }
    .table_title {
        width: 11rem;
        text-align: center;
        background-color: white;
        border-radius: 2rem 0 0 2rem;
        color: #38C4C9;
        vertical-align: middle;
    }  
    .price .price2 .table_left, 
    .price .price3 .table_left {
        height: 8.5rem;
        line-height: 8.5rem;
    }
    .br_1385 {
        display: none;
    }
    .price2 tr:nth-child(1) .table_right {
        border-radius: 0;  
    }
    .price2 tr:nth-child(2) .table_left {
        border-radius: 0;  
    }
    .price3 tr:nth-child(1) .table_right {
        border-radius: 0;  
    }
    .price3 tr:nth-child(2) .table_left {
        border-radius: 0;
    }
    .price3 tr:nth-child(2) .table_right {
        border-radius: 0;
    }
    .price3 tr:nth-child(3) .table_left {
        border-radius: 0;
    }
    .price2 tr .table_left:nth-child(1) {
        border-top: none;
    }
    .price3 tr .table_left:nth-child(1) {
        border-top: none;
    }
    .table_right {
        padding: 0;
    }
    .service {
        font-size: 4rem;
        margin-top: 6.3rem;
        text-align: center;
        letter-spacing: 0.3rem;
    }
    .anotation {
        margin-top: 4.4rem;
        padding-left: 0rem;
        font-size: 3.6rem;
        line-height: 5.1rem;
        letter-spacing: -0.06em;
        margin-bottom: 6rem;
    }

}
