@media screen and (max-width: 520px) {
  :root {
    font-size: 70px;
  }
}

@media screen and (max-width: 520px) and (max-width: 320px) {
  :root {
    font-size: 50px;
  }
}

@media screen and (max-width: 520px) {
  img {
    width: 100%;
  }
  body {
    min-width: 320px;
  }
}

@media screen and (max-width: 520px) and (max-width: 320px) {
  body {
    min-width: 200px;
  }
}

@media screen and (max-width: 520px) {
  .wrap {
    overflow: hidden;
  }
  .inner_container {
    padding: 0 2vw 0 2vw;
  }
}

@media screen and (max-width: 520px) and (max-width: 320px) {
  .inner_container {
    padding: 0 1vw 0 1vw;
  }
}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header #logo {
    height: 1rem;
    line-height: 0.7rem;
    padding: 0 0.2rem;
  }
  header #logo .inner_container {
    padding: 0.2rem 0;
  }
  header #logo img {
    width: 80%;
  }
  header .header_top {
    height: inherit;
  }
  header .header_top .inner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header_top .inner_container .offer_btn_wrap {
    margin: 0;
    width: 90vw;
  }
  header .header_top .inner_container .mv_image {
    margin-top: 0.5rem;
    width: 100%;
  }
  header .header_top .inner_container .mv_image img {
    width: 100%;
  }
  header .header_bottom {
    padding: 0.3rem 0 0.3rem 0;
  }
  header .header_bottom .inner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header_bottom .performance .performance_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_bottom .performance .performance_item img {
    width: 50%;
  }
  header .header_bottom .attention {
    margin: 0;
    line-height: 0.3rem;
  }
  #intro {
    height: inherit;
    padding: 0.5rem 0 0.5rem 0;
  }
  #intro .inner_container .section_head .head_text {
    font-size: 0.23rem;
  }
  #intro .inner_container .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: inherit;
  }
  #intro .inner_container .contents .img {
    width: 100%;
  }
  #intro .inner_container .contents .point {
    background-color: var(--white);
    width: 100%;
    padding: 0.3rem 0 0 0;
  }
  #intro .inner_container .contents .point ul li:last-of-type {
    border-bottom: none;
  }
  #intro .inner_container .contents .point ul li {
    list-style: none;
    height: 0.8rem;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 0.2rem;
  }
  #intro .inner_container .contents .point ul li .point_title {
    font-size: 0.2rem;
    font-weight: 600;
    vertical-align: middle;
  }
  #intro .inner_container .contents .point ul li .point_title img {
    vertical-align: middle;
    width: 0.9rem;
    margin-right: 0.1rem;
  }
  #intro .inner_container .contents .point ul li .point_note {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  #intro .arrow {
    width: 50%;
    position: relative;
    height: 0.7rem;
    margin: 0 auto;
  }
  #intro .arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    top: 0.7rem;
    display: block;
  }
  .offer_btn {
    background-size: 100% 100%;
    height: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.8rem;
    padding: 0.15rem 0.18rem 0.18rem 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .offer_btn a {
    text-decoration: none;
    display: block;
    color: #333;
  }
  .offer_btn a .arrow {
    margin-right: 0.17rem;
    display: inline-block;
  }
  .offer_btn a .arrow img {
    width: 5vw;
  }
  .offer_btn a .text {
    display: inline-block;
  }
  .offer_btn a .easy {
    position: absolute;
    top: 0.23rem;
    right: 0.2rem;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    background-color: var(--light-brown);
    font-size: 0.16rem;
    border-radius: 0.04rem;
    padding: 0.09rem;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .offer {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
  }
  .offer .column_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer .column_two .col_first {
    width: 100%;
  }
  .offer .column_two .col_second .img {
    display: none;
    width: 100%;
    height: 3.5rem;
  }
  .offer .column_two .col_second .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .offer .column_two .offer_btn {
    margin: 0.2rem auto;
  }
  #nav {
    height: inherit;
    padding: 0.5rem 0 0.5rem 0;
    margin-bottom: 0;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #nav ul li:nth-of-type(3),
  #nav ul li:nth-of-type(4),
  #nav ul li:nth-of-type(5) {
    margin-top: 0.2rem;
  }
  #nav ul li {
    background-color: var(--white);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    width: 100%;
    margin-top: 0.2rem;
  }
  #nav ul li .eye_catch img {
    width: 100%;
    max-width: 4.5rem;
  }
  #nav ul li .title {
    padding: 0 0.17rem 0 0.1rem;
  }
  #nav ul li .title span::before {
    content: "";
    display: inline-block;
    height: 0.2rem;
    width: 0.2rem;
    background-image: url(../img/arrow_SS.png);
    background-size: contain;
    margin-right: 0.1rem;
    vertical-align: middle;
  }
  #nav ul li .title a {
    color: var(--primary);
    vertical-align: middle;
  }
  #nav ul li .title a:hover {
    color: #f30;
  }
  #nav ul li .note {
    font-size: 0.14rem;
    line-height: 0.22rem;
    padding: 0 0.16rem 0 0.1rem;
    margin-top: 0.1rem;
  }
  #course_and_curriculum {
    padding: 0.5rem 0 0.5rem 0;
  }
  #course_and_curriculum .inner_container .plan_common {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding-top: 0.52rem;
    padding-bottom: 0.3rem;
  }
  #course_and_curriculum .inner_container .plan_common .sub_title .title_text {
    font-size: 0.24rem;
    line-height: 0.38rem;
    padding: 0 0.2rem;
    font-weight: normal;
    text-align: left;
  }
  #course_and_curriculum .inner_container .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #course_and_curriculum .inner_container .item_list .item:nth-last-of-type(even) {
    margin-right: 0;
  }
  #course_and_curriculum .inner_container .item_list .item:nth-of-type(1),
  #course_and_curriculum .inner_container .item_list .item:nth-of-type(2),
  #course_and_curriculum .inner_container .item_list .item:nth-of-type(3),
  #course_and_curriculum .inner_container .item_list .item:nth-of-type(4) {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  #course_and_curriculum .inner_container .item_list .item {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: inherit;
    padding: 0.1rem;
  }
  #course_and_curriculum .inner_container .item_list .item ul {
    list-style: none;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  #course_and_curriculum .inner_container .plan {
    background: var(--beige);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 0.8rem;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.2rem;
  }
  #course_and_curriculum .inner_container .plan .plan_name {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 2rem;
    background-color: var(--white);
    line-height: 0.4rem;
    border: 1px solid var(--primary);
    font-size: 0.18rem;
    text-align: center;
    font-weight: 600;
  }
  #course_and_curriculum .inner_container .plan .plan_detail {
    font-size: 0.22rem;
    font-weight: 600;
  }
  #course_and_curriculum .inner_container .plan:nth-of-type(even) .plan_name {
    background-color: var(--primary);
    color: var(--white);
  }
  #course_and_curriculum .inner_container .note {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666666;
  }
  #method_and_performance {
    margin-bottom: 0.8rem;
  }
  #method_and_performance .inner_container .reason {
    margin-top: 0.3rem;
  }
  #method_and_performance .inner_container .reason .content {
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #method_and_performance .inner_container .reason .content .col:first-of-type {
    width: 90%;
    margin: 0.2rem auto;
  }
  #method_and_performance .inner_container .reason .content .img {
    margin-top: 0.1rem;
  }
  #method_and_performance .inner_container .reason .arrow {
    width: 50%;
    position: relative;
    height: 2rem;
    margin: 0 auto;
  }
  #method_and_performance .inner_container .reason .arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    bottom: 0.3rem;
    display: block;
  }
  #method_and_performance .inner_container .reason .point {
    background-color: var(--beige);
    padding: 0.33rem 0 0.3rem 0.3rem;
    font-size: 0.18rem;
    font-weight: bold;
    margin-top: 0.3rem;
  }
  #method_and_performance .inner_container .reason .point .point_list {
    margin-left: 0.3rem;
  }
  #method_and_performance .inner_container .reason .text {
    margin: 0.29rem 0 0.23rem 0;
  }
  #method_and_performance .inner_container .reason .text p {
    font-weight: 600;
    font-size: 0.18rem;
  }
  #method_and_performance .inner_container .reason .text em {
    font-style: normal;
    color: var(--red);
    font-weight: bold;
  }
  
    #voice .flex {
        display: block;
    }
    #voice .flex .img {
        width: 100%;
        margin-bottom: 0.1rem;
    }
    #voice .flex .text {
        width: 100%;
        margin: 0;
    }
    #voice .flex .text .parents::before {
        bottom: -32px;
        right: -35vw;
        border-style: solid;
        border-color: transparent transparent #eaeaea transparent;
        border-width: 0 45px 32px 0;
        transform : rotate(180deg);
    }
    #voice .flex .text .parents::after {
        bottom: -30px;
        right: -35vw;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0 43px 30px 0;
        z-index: 10;
        transform : rotate(180deg);
    }
    #voice .flex .text .parents .p-ico {
        bottom: -1rem;
        right: -0.3rem;
    }
    #voice .flex .text .parents .p-ico img {
        width: 50vw;
        max-width: 200px;
        height: auto;
    }

  #q_and_a .inner_container .content .item .anser .column_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #q_and_a .inner_container .content .item .anser .column_two .anser_text {
    width: 90%;
  }
  #q_and_a .inner_container .content .item .anser .column_two .ec_img {
    width: 88%;
  }
  #q_and_a .inner_container .content .item .anser .column_two .ec_img img {
    margin-top: 0.1rem;
  }
  #offer_area {
    padding: 0.3rem 0 0.3rem 0;
  }
  #offer_area .inner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #offer_area .performance .performance_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #offer_area .performance .performance_item img {
    width: 50%;
  }
  #offer_area .attention {
    margin: 0;
    line-height: 0.3rem;
  }
  footer .press .inner_container {
    height: inherit;
  }
  footer {
    margin-bottom: 0;
  }
  footer .main_footer {
    padding: 0.2rem 0.1rem;
  }
  footer .main_footer .inner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
  footer .main_footer .inner_container .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.2rem 0;
  }
  footer .main_footer .inner_container .footer_nav li {
    list-style: none;
    font-size: 0.16rem;
    margin-right: 0;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  footer .main_footer .inner_container .logo_copylight {
    text-align: right;
    color: var(--white);
  }
  footer .main_footer .inner_container .logo_copylight p {
    font-size: 0.12rem;
  }

  /** page school 2021-07-26 as **/
    .single .head-area .inner_container{
        padding: 0.2rem 0;
    }
    .single header .header_top .inner_container {
        padding: 0;
    }
    header .top-nav ul li:first-child {
        border-left: none;
    }
    header .top-nav ul li:last-child {
        border-right: none;
    }
    header .top-nav .inner_container {
        padding: 0;
    }
.single header .mv_img {
    position: relative;
}
.single header .mv_img .text {
    position: absolute;
    top: 5vw;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 0 0.15rem;
}
.single header .mv_img .text .inner {
    display: block;
    border-bottom: 1px solid #469dad;
    padding-bottom: 5vw;
}
.single header .mv_img .text .line01 {
    font-size: 5vw;
    text-align: center;
    padding: 1.5vw 6vw;
    margin: 0;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: inline-block;
}
.single header .mv_img .text .line02 {
    font-size: 6vw;
    text-align: center;
    margin-top: 4vw;
    display: block;
}
    .cv-area .tel-btn {
        border-radius: 5px;
        background-image: -moz-linear-gradient( 90deg, rgb(0,174,187) 0%, rgb(82,203,212) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(0,174,187) 0%, rgb(82,203,212) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(0,174,187) 0%, rgb(82,203,212) 100%);
        box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.14);
        width: 100%;
        margin-top: 0.1rem;
    }
    .cv-area .tel-btn a {
        color: #FFF;
        font-size: 7vw;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 0.25rem 0.1rem 0.2rem;
        line-height: 0.8;
    }
    .cv-area .tel-btn a span {
        font-size: 3.5vw;
        font-weight: normal;
    }
    header .header_bottom .performance .performance_item img {
        width: 40%;
    }
    header .header_bottom .inner_container .performance .performance_item {
        text-align: center;
        display: block;
    }
    .single #intro {
        padding-bottom: 0.3rem;
    }
    .single #intro .inner_container .contents {
        text-align: center;
        display: block;
    }
    .single #intro .inner_container .contents img {
        margin-bottom: 0.15rem;
        width: 80%;
        height: auto;
    }
    .single .reason02 h2 {
        line-height: 1.2;
    }
    .single .flex {
        display: block;
    }
    .single .reason02 .arrow img {
        width: 50%;
        height: auto;
    }
    .single .reason02 p {
        line-height: 1.2;
    }
    .single .reason02 .contents {
        display: block;
        text-align: center;
    }
    .single .reason02  .contents img {
        margin-bottom: 0.2rem;
        width: 80%;
        height: auto;
    }

    .single .faq .item .anser .column_two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .single .faq .item .anser .column_two .anser_text {
        width: 90%;
    }
    .single .faq .item .anser .column_two .ec_img {
        width: 88%;
    }
    .single .faq .item .anser .column_two .ec_img img {
        margin-top: 0.1rem;
    }
    .single #course_and_curriculum .inner_container .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: inherit;
    }
    .single #course_and_curriculum .inner_container .contents .img {
        width: 100%;
    }
    .single #course_and_curriculum .inner_container .contents .point {
        background-color: var(--white);
        width: 100%;
        padding: 0.3rem 0 0 0;
    }
    .single #course_and_curriculum .inner_container .contents .point ul li:last-of-type {
        border-bottom: none;
    }
    .single #course_and_curriculum .inner_container .contents .point ul li {
        list-style: none;
        height: auto;
        border-bottom: 2px solid #e2e2e2;
        margin-bottom: 0.2rem;
    }
    .single #course_and_curriculum .inner_container .contents .point ul li .point_title {
        font-size: 0.2rem;
        font-weight: 600;
        vertical-align: middle;
    }
    .single #course_and_curriculum .inner_container .contents .point ul li .point_title img {
        vertical-align: middle;
        width: 0.9rem;
        margin-right: 0.1rem;
    }
    .single #course_and_curriculum .inner_container .contents .point ul li .point_note {
        height: 0.5rem;
        line-height: 1.3;
        padding-top: 0.15rem;
    }
    .single #course_and_curriculum .catch {
        padding: 0.25rem 0;
    }
    .single #method_and_performance .inner_container .arrow-box img {
        width: 50%;
    }
    .offer_area .flex {
    }
    .offer_area .flex .performance .performance_item {
        text-align: center;
        display: block;
        margin-top: 0.2rem;
    }
    .offer_area .flex .performance .performance_item img {
        width: 40%;
    }
    .single #lead .inner_container.top {
        padding: 0;
    }
    .single #lead h2 {
        left: 32vw;
        font-size: 4.5vw;
    }
    .single #lead h2 span {
        font-size: 5vw;
    }
    .single #lead .contents {
        display: block;
        text-align: center;
    }
    .single #lead .contents img {
        margin-bottom: 0.2rem;
        width: 80%;
        height: auto;
    }
    .single #method_and_performance .shool-info .flex {
        display: block;
    }
    .single #method_and_performance .shool-info .flex .item {
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding-bottom: 0.25rem;
    }
    .single #method_and_performance .shool-info .flex .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    /**2022-01-12add**/
    p,
    #nav ul li .note,
    .offer .column_two .col_first .attention,
    #course_and_curriculum .inner_container .item_list .item li,
    #method_and_performance .inner_container .reason .content .text p,
    #school_info .map-box,
    #q_and_a .inner_container .content .item .question .question_text,
    #q_and_a .inner_container .content .item .anser .anser_text {
        font-size: 0.18rem;
    }
    .offer .column_two .col_first .attention {
        line-height: 0.28rem;
    }
    #nav ul li .title,
    #method_and_performance .inner_container .reason .content .text .first_sentence {
        font-size: 0.2rem;
    }
    #course_and_curriculum .inner_container .item_list .item .item_title {
        font-size: 0.21rem;
    }
    #course_and_curriculum .inner_container .item_list .item li {
        margin-bottom: 5px;
    }
    #course_and_curriculum .inner_container .note {
        font-size: 0.16rem;
    }
    #method_and_performance .inner_container .reason .sub_head .sub_head_text {
        padding: 0.4rem 0.2rem 0.4rem 0.4rem;
    }
    
    
    
    /*2022/04/14 add v02*/
    .v02 .row {
        width: 100%;
    }
    .v02 section {
        padding: 8vw 0;
    }
    .v02 #logo img {
        width: 60vw;
    }
    .v02 .mv {
        position: static;
        height: auto;
    }
    .v02 .mv .text p {
        position: static;
        transform: inherit;
        font-size: 5vw;
        padding: 4vw 2vw;
    }
    .v02 .mv .text p strong {
        font-size: 6vw;
    }
    .v02 .mv .img {
        position: static;
        transform: inherit;
    }
    .v02 .header-bottom {
        padding: 4vw 2vw;
    }
    .v02 .header-bottom p {
        font-size: 3.5vw;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .v02 .header-bottom strong {
        font-size: 4vw;
    }
    .v02 .compare table {
        margin-top: 5vw;
    }
    .v02 .compare th {
        font-size: 3vw;
        width: 16.6666%;
        padding: 2vw 0;
    }
    .v02 .compare .top th {
        padding: 2.5vw 0;
    }
    .v02 .compare td img {
        width: 7vw;
    }
    .v02 .compare td img.s {
        width: 6vw;
    }
    .v02 .menu {
        padding-bottom: 8vw;
    }
    .v02 .menu h2 {
        font-size: 5vw;
        line-height: 1.5;
    }
    .v02 .menu .flex {
        display: block;
        margin-top: 5vw;
    }
    .v02 .menu .flex .item {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
        padding: 4vw;
    }
    .v02 .menu .flex .item::after {
        background-repeat: no-repeat;
        width: 5vw;
        height: 2.5vw;
        right: 4vw;
    }
    .v02 .menu .flex .item p {
        font-size: 3.5vw;
        margin-right: 5vw;
    }
    .v02 .menu .flex .item strong {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }
    .v02 .menu .flex .img {
        margin-right: 4vw;
        width: 30vw;
    }
    .v02 .menu .flex .img img.i01 {
        width: 18vw;
    }
    .v02 .menu .flex .img img.i02 {
        width: 30vw;
    }
    .v02 .menu .flex .img img.i03 {
        width: 25vw;
    }
    .v02 .menu .flex .img img.i04 {
        width: 25vw;
    }
    .v02 .menu .bottom {
        font-size: 4vw;
        line-height: 1.5;
        text-align: left;
    }
    .v02 .type h2 {
        font-size: 5vw;
        margin-top: 10vw;
        display: flex;
        justify-content: flex-start;
    }
    .v02 .type h2 span {
        padding: 4.5vw;
        width: 20vw;
    }
    .v02 .type .sname {
        font-size: 4vw;
        padding: 4vw;
        margin-bottom: 5vw;
    }
    .v02 .type .flex {
        display: block;
    }
    .v02 .type .flex .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .v02 .type .flex .img img {
        width: 100%;
        height: auto;
    }
    .v02 .type .flex .text p {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }
    .v02 .type li {
        font-size: 3.5vw;
        margin-bottom: 4vw;
        line-height: 1.5;
    }
    .v02 .type .merit,
    .v02 .type .demerit {
        padding: 5vw 4vw;
        margin-top: 4vw;
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .v02 .type .merit .title,
    .v02 .type .demerit .title {
        font-size: 3.5vw;
        margin: -5vw -7vw;
        margin-bottom: 4vw;
        padding: 4vw 6vw;
    }
    .v02 .type .demerit {
        margin-bottom: 4vw;
    }
    .v02 .type .summary {
        margin-top: 4vw;
        padding: 4vw 0;
    }
    .v02 .type .summary .catch {
        margin-bottom: 4vw;
    }
    .v02 .type .summary .catch p {
        font-size: 4vw;
    }
    .v02 .type .summary .catch span {
        font-size: 5vw;
    }
    .v02 .type .summary .catch .img {
        margin-top: 4vw;
        padding: 2vw;
    }
    .v02 .type .summary .catch .img img {
        width: 100%;
    }
    .v02 .type .summary .img {
        font-size: 5vw;
    }
    .v02 .type .summary .flex {
        padding: 2vw;
    }
    .v02 .type .summary #voice .img {
        padding: 4vw;
        margin: 2vw;
    }
    .v02 .type .summary #voice .img img {
        width: 100%;
    }
    .v02 section#offer_area {
        padding: 0.3rem 0 0.3rem 0;
    }
    .v02 .step p {
        font-size: 3.5vw;
    }
    .v02 .step .catch {
        font-size: 5vw;
        padding-top: 4vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .v02 .step h2 {
        font-size: 5vw;
        margin-top: 10vw;
        margin-bottom: 5vw;
        display: flex;
        justify-content: flex-start;
        line-height: 1.5;
    }
    .v02 .step h2 span {
        padding: 4.5vw;
        width: 4vw;
    }
    .v02 .step .flex {
        display: block;
    }
    .v02 .step .flex .img {
        margin-right: 0;
    }
    .v02 .step .text p {
        margin-bottom: 4vw;
    }
    .v02 .price h2,
    .v02 .method h2,
    .v02 .faq h2 {
        font-size: 5vw;
        padding: 4vw;
        margin-bottom: 4vw;
    }
    .v02 .price {
        padding-bottom: 0;
    }
    .v02 .faq .catch {
        font-size: 4vw;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    .v02 .faq p {
        font-size: 3.5vw;
    }
    .v02 #q_and_a .inner_container .content .item .question .question_text,
    .v02 #q_and_a .inner_container .content .item .anser .anser_text {
        font-size: 3.5vw;
    }
    .v02 .offer {
        padding-top: 0;
    }
    .v02 #offer_area .inner_container .offer_btn_wrap {
        margin-left: 0;
    }
    
    /*add20220621*/
    .result.new .mv .first {
        background: #fff6df;
        padding: 10px 15px 20px;
        text-align: center;
    }
    .result.new .mv01,
    .result.new .mv02 {
        display: inline;
        text-align: center;
    }
    .result.new .mv .text01 {
        background: #FFF;
        padding: 2vw;
        line-height: 1.6;
        margin-bottom: 25px;
        box-sizing: border-box;
        width: 100%;
    }
    .result.new .mv .text01 .line01 {
        font-size: 4vw;
        font-weight: bold;
        color: #9f0c0c;
    }
    .result.new .mv .text01 .line02 {
        font-size: 4vw;
        font-weight: bold;
        color: #1e1e1e;
    }
    .result.new .mv .text01 .line03 {
        font-size: 3vw;
        color: #1e1e1e;
    }
    .result.new .mv .text02 {
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        width: 100%;
    }
    .result.new .mv .text02 .title {
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1;
        color: #5a2105;
        padding-bottom: 2.5vw;
        margin-bottom: 2.5vw;
        border-bottom: 1px solid #d5b987;
    }
    .result.new .mv .text02 .bg-area {
        background-image: url(/images/result/mv-bg-sp.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        font-weight: bold;
        color: #1e1e1e;
        line-height: 4vw;
    }
    .result.new .mv .text02 .bg-area div {
        display: inline-block;
    }
    .result.new .mv .text02 span {
        color: #9f0c0c;
        display: inline;
        font-size: inherit;
    }
    .result.new .mv .text02 .line01 {
        font-size: 3.8vw;
    }
    .result.new .mv .text02 .line02 {
        font-size: 3.2vw;
    }
    .result.new .mv .text02 .line03 {
        font-size: 3.2vw;
        position: relative;
    }
    .result.new .mv .text02 .line03 span.kome {
        font-size: 2vw;
        color: #333333;
        font-weight: normal;
        position: absolute;
        right: -2vw;
        top: -1vw;
        line-height: 1;
    }
    .result.new .mv .text02 .line04 {
        font-size: 2vw;
        font-weight: normal;
    }
    
}
/*# sourceMappingURL=mobile_style.css.map */