@media screen and (min-width: 769px), print {
  .banner {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #c2dee9), to(#abd4e3));
    background: -webkit-linear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: -moz- oldlinear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: linear-gradient(180deg, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    z-index: 1;
  }
  .banner_inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_inner {
    padding-top: vwPc(150);
  }
}

@media screen and (min-width: 769px), print {
  .banner.active .banner_float {
    opacity: 1;
    scale: 1;
  }
  .banner.active picture {
    opacity: 1;
    bottom: 0;
  }
  .banner picture {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 85%;
    opacity: 0;
    bottom: -100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner picture {
    width: vwPc(864);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scale: 0.4;
    opacity: 0;
    -webkit-transition-delay: 1.5s;
       -moz-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float {
    width: vwPc(1400);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float img {
    position: absolute;
  }
  .banner_float.--kids {
    -webkit-transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
  }
  .banner_float.--kids img:first-child {
    width: 230px;
    top: 160px;
    left: 50px;
    z-index: 1;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--kids img:nth-child(2) {
    width: 330px;
    right: 80px;
    top: 20px;
    z-index: 2;
    -webkit-animation: kid02 1.8s ease-in-out alternate infinite;
       -moz-animation: kid02 1.8s ease-in-out alternate infinite;
            animation: kid02 1.8s ease-in-out alternate infinite;
  }
  .banner_float.--kids img:nth-child(3) {
    width: 310px;
    right: 80px;
    bottom: 10px;
    -webkit-animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--kids img:nth-child(4) {
    width: 180px;
    left: 265px;
    top: 15px;
    -webkit-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--kids img:nth-child(5) {
    width: 170px;
    right: 80px;
    top: 25px;
    -webkit-animation: kid01 1.2s ease-in-out alternate infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate infinite;
            animation: kid01 1.2s ease-in-out alternate infinite;
  }
  .banner_float.--kids img:last-child {
    width: 370px;
    left: 50px;
    bottom: 2px;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float.--kids img:first-child {
    width: vwPc(230);
    top: vwPc(160);
    left: vwPc(50);
    z-index: 1;
  }
  .banner_float.--kids img:nth-child(2) {
    width: vwPc(330);
    right: vwPc(80);
    top: vwPc(20);
    z-index: 2;
  }
  .banner_float.--kids img:nth-child(3) {
    width: vwPc(310);
    right: vwPc(80);
    bottom: vwPc(10);
  }
  .banner_float.--kids img:nth-child(4) {
    width: vwPc(180);
    left: vwPc(265);
    top: vwPc(15);
  }
  .banner_float.--kids img:nth-child(5) {
    width: vwPc(170);
    right: vwPc(80);
    top: vwPc(25);
  }
  .banner_float.--kids img:last-child {
    width: vwPc(370);
    left: vwPc(50);
    bottom: vwPc(2);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float.--book {
    -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    -moz-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .banner_float.--book img:first-child {
    width: 200px;
    top: 30px;
    left: 50px;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--book img:nth-child(2) {
    width: 200px;
    top: 30px;
    left: 250px;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(3) {
    width: 200px;
    top: 20px;
    right: 350px;
    -webkit-animation: kid05 1.8s ease-in-out alternate infinite;
       -moz-animation: kid05 1.8s ease-in-out alternate infinite;
            animation: kid05 1.8s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(4) {
    width: 220px;
    top: 30px;
    right: 100px;
    -webkit-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(5) {
    width: 200px;
    bottom: 5px;
    left: 30px;
    -webkit-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
            animation: kid01 1.2s ease-in-out alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(6) {
    width: 180px;
    bottom: 50px;
    right: 60px;
    -webkit-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float.--book img:first-child {
    width: vwPc(200);
    top: vwPc(30);
    left: vwPc(160);
  }
  .banner_float.--book img:nth-child(2) {
    width: vwPc(270);
    top: vwPc(30);
    right: vwPc(380);
  }
  .banner_float.--book img:nth-child(3) {
    width: vwPc(270);
    top: vwPc(40);
    right: vwPc(60);
  }
  .banner_float.--book img:nth-child(4) {
    width: vwPc(270);
    top: vwPc(140);
    right: vwPc(610);
  }
  .banner_float.--book img:nth-child(5) {
    width: vwPc(270);
    bottom: vwPc(5);
    left: vwPc(50);
  }
  .banner_float.--book img:nth-child(6) {
    width: vwPc(270);
    bottom: vwPc(210);
    right: vwPc(60);
  }
  .banner_float.--book img:nth-child(7) {
    width: vwPc(220);
    top: vwPc(20);
    left: vwPc(400);
  }
  .banner_float.--book img:last-child {
    width: vwPc(230);
    bottom: vwPc(330);
    left: vwPc(28);
  }
}

@media screen and (min-width: 769px), print {
  .bNews {
    padding: 10px 0;
    background: #008ed6;
  }
  .bNews ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .bNews ul li a span {
    padding: 5px 15px;
    background: #fff;
    font-weight: bold;
    color: #008ed6;
    font-size: 1.6rem;
    margin-right: 15px;
  }
  .bNews ul li a time {
    margin-right: 15px;
    font-weight: bold;
  }
  .anniversary img {
    width: 100%;
    height: auto;
  }
  .bDiscount {
    background-color: #e73116;
    padding: 62px 50px 110px;
  }
  .bDiscount .txt_top {
    text-align: center;
    color: #fff;
    font-size: 3.7rem;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 70px;
  }
  .bDiscount .txt_top span {
    color: #FBAE34;
  }
  .bDiscount .txt_top span strong {
    font-size: 5.5rem;
  }
  .bDiscount_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .bDiscount_item_ttl {
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    /*background-color: #FBBD0F;*/
    padding: 5px 0 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bDiscount_item .item_box {
    background-color: #fff;
    width: 50%;
    padding: 30px 25px;
    border-radius: 45px 0 0 45px;
  }
  .bDiscount_item .item_box:first-child {
            
  }
  .bDiscount_item .item_box:last-child {
            border-radius: 0 45px 45px 0;
  }
  .bDiscount_item .item_box .it_label {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: bold;
    /*border-bottom: 2px solid #E73116;*/
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  .bDiscount_item .item_box .it_label:after {
/*    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 36px 21px 0 21px;
    border-color: #E73116 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);*/
  }
  .bDiscount_item .item_box .it_label2 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: bold;
    background-color: #FBBD0F;
    margin: 15px -30px 50px;
    text-align: center;
    padding: 5px;
  }
  .bDiscount_item .item_box .b_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 126px;
  }
  .bDiscount_item .item_box .b_pr p {
    font-size: 2.7rem;
    line-height: 32px;
    font-weight: bold;
    color: #000;
  }
  .bDiscount_item .item_box .b_pr .pr {
    padding-left: 100px;
    position: relative;
  }
  .bDiscount_item .item_box .b_pr .pr:before {
    content: "";
    width: 54px;
    height: 49px;
    background: url("../img/top_renew/arr_price.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
  }
  .bDiscount_item .item_box .b_pr .pr b {
    font-size: 5.5rem;
    line-height: 1;
    color: #E73116;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg {
    font-size: 12rem;
    line-height: 100px;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg small {
    font-size: 4.2rem;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg span {
    font-size: 6.5rem;
  }
  .bDiscount_item .item_box .b_pr .pr b small {
    font-size: 3.3rem;
  }
  .bDiscount_item .item_box .b_pr .pr b span {
    font-size: 4.5rem;
  }
  .bDiscount_item .flx01 .studen1 {
    position: absolute;
    width: 240px;
    left: 0;
    top: -273px;
    /*z-index: 1;*/
  }
  .bDiscount_item .flx01 .studen2 {
    position: absolute;
            width: 175px;
        right: 50px;
        top: -270px;
    z-index: -1;
  }
  .bDiscount_item .flx01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    position: relative;
    transform: translateZ(0);
  }
  .bDiscount_item .flx01 .item_box:not(:last-child) {
    position: relative;
  }
  .bDiscount_item .flx01 .item_box:not(:last-child):after {
    content: "";
    width: 58px;
    height: 58px;
    background: url("../img/top_renew/icon_plus.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -78px;
  }
  .bDiscount_item .flx02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .bDiscount_item .note {
    text-align: right;
    font-size: 1.8rem;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
  }
  .bConcerns_top {
    padding: 60px 0 100px;
  }
  .bConcerns_ttl {
    text-align: center;
    font-size: 5.1rem;
    line-height: 1.2;
    color: #fbae34;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .bConcerns_ttl span {
    color: #00a83b;
  }
  .bConcerns_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 25px;
  }
  .bConcerns_item {
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px);
  }
  .bConcerns_item .txt_top {
    margin-bottom: 15px;
    text-align: center;
  }
  .bConcerns_item .txt_top_arr {
    position: relative;
  }
  .bConcerns_item .txt_top_arr:after {
    content: "";
    width: 26px;
    height: 19px;
    background: url("../img/top_renew/arr_concerns.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -13px;
    right: 80px;
  }
  .bConcerns_item .txt_top_box {
    background-color: #00a83b;
    min-height: 55px;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bConcerns_item .txt_top_box:before, .bConcerns_item .txt_top_box:after {
    content: "";
    position: absolute;
    top: 0;
  }
  .bConcerns_item .txt_top_box:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
  }
  .bConcerns_item .txt_top_box:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #FFFFFF transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 0;
  }
  .bConcerns_item .txt_top_box p {
    min-height: 55px;
    font-size: 1.5rem;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    letter-spacing: 0;
    padding: 5px 15px;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bConcerns_item .txt_top_box p:before, .bConcerns_item .txt_top_box p:after {
    content: "";
    position: absolute;
    bottom: 0;
  }
  .bConcerns_item .txt_top_box p:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #FFFFFF;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
  }
  .bConcerns_item .txt_top_box p:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #FFFFFF transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -1px;
  }
  .bConcerns_item .tap {
    width: 52px;
    height: 39px;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    margin: -5px auto 6px;
    color: #fff;
    background: url("../img/top_renew/bg_tap.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "HiraginoSans", sans-serif;
    padding-bottom: 8px;
  }
  .bConcerns_item_box a {
    display: block;
    -moz-border-radius: 23px;
         border-radius: 23px;
    position: relative;
    min-height: 380px;
  }
  .bConcerns_item_box a:hover .pic img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bConcerns_item_box .pic {
    -moz-border-radius: 23px;
         border-radius: 23px;
    overflow: hidden;
    height: 380px;
  }
  .bConcerns_item_box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .bConcerns_item_box .txt {
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  .bConcerns_item_box .txt h3 {
    font-size: 3rem;
    line-height: 38px;
    font-weight: 800;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-bottom: 5px;
  }
  .bConcerns_item_box .txt p {
    font-size: 1.7rem;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom {
    padding: 30px 0 40px;
    background-color: #fbbd0f;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .bConcerns_bottom:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 28px 29px 0 29px;
    border-color: #fbbd0f transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bConcerns_bottom h3 {
    font-size: 4.7rem;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom p {
    font-size: 3.7rem;
    line-height: 61px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom p span {
    font-size: 4.6rem;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_des {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin: 20px 0;
    color: #00a83b;
  }
  .sec_des span {
    color: #fbae34;
  }
  .bDesign {
    padding: 50px 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bDesign .sec_des {
    margin-bottom: 0;
  }
  .bDesign .list_top ul li img {
    max-width: 100%;
  }
  .bDesign .list_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bDesign .list_bot ul li {
    width: 32%;
  }
  .bRanking {
    padding: 50px 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bRanking h3 {
    margin: 20px 0 10px;
    color: #fbae34;
    font-weight: bold;
  }
  .bRanking .ranking_wrap {
    padding: 30px 0;
    background-color: #fff;
    border: 3px dashed #f8b62d;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bRanking .ranking_wrap .ranking_in {
    width: 240px;
    height: 250px;
    position: relative;
    border-left: 2px solid #f8b62d;
  }
  .bRanking .ranking_wrap .ranking_in .rank_count {
    background-color: #00A83B !important;
  }
  .bRanking .ranking_wrap .slick-arrow.slick-next {
    background-image: url(../img/top_renew/rank_arrowR.png);
  }
  .bRanking .ranking_wrap .slick-arrow.slick-prev {
    background-image: url(../img/top_renew/rank_arrowL.png);
  }
  .bRakuraku {
    padding: 50px 0;
  }
  .bRakuraku .rakubaner {
    text-align: center;
  }
  .bWebadver {
    padding: 50px 0;
    background: url(../img/top_renew/dot_orange.png) repeat;
  }
  .bWebadver .rakubaner {
    text-align: center;
  }
  .bResult {
    padding: 50px 0;
    background: #00a83b;
  }
  .bResult .row {
    position: relative;
    padding-top: 220px;
  }
  .bResult__ttl {
    color: #3BBC68;
    text-transform: uppercase;
    font-size: 13.2rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 87px;
  }
  .bResult__top {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bResult__top picture {
    width: 750px;
  }
  .bResult__bottom__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 22px;
  }
  .bResult__bottom__left {
    width: 680px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bResult__bottom__left > div {
    height: -webkit-calc((100% - 22px) / 2);
    height: -moz-calc((100% - 22px) / 2);
    height: calc((100% - 22px) / 2);
  }
  .bResult__bottom__left > div:first-child picture {
    width: 230px;
    right: -10px;
  }
  .bResult__bottom__left > div:last-child {
    z-index: 3;
  }
  .bResult__bottom__left > div:last-child h5 {
    margin-bottom: 10px;
  }
  .bResult__bottom__left > div:last-child picture {
    width: 330px;
    right: -200px;
    bottom: -22px;
  }
  .bResult__bottom__right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    margin-left: 22px;
  }
  .bResult__bottom__right > div {
    height: 100%;
  }
  .bResult__bottom__right > div picture {
    width: 440px;
    right: 0;
    bottom: -1px;
  }
  .bResult__bottom__item {
    background-color: #ffffff;
    padding: 20px 20px 30px;
    position: relative;
  }
  .bResult__bottom__item h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .bResult__bottom__item h5 span:not(.number) {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .bResult__bottom__item h5 .sub_ttl {
    font-size: 1.7rem;
    line-height: 1;
    position: absolute;
    bottom: -22px;
    right: 0;
    text-decoration: none;
  }
  .bResult__bottom__item h5 .number {
    color: #00a83b;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 1;
    font-style: italic;
    padding-right: 20px;
  }
  .bResult__bottom__item p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: -webkit-calc(37 / 29);
    line-height: -moz-calc(37 / 29);
    line-height: calc(37 / 29);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -1px;
    text-align: justify;
  }
  .bResult__bottom__item p span {
    color: #00a83b;
    font-size: 3.7rem;
    margin-left: 20px;
  }
  .bResult__bottom__item p span ins {
    text-decoration: none;
    font-size: 2.8rem;
  }
  .bResult__bottom__item picture {
    position: absolute;
    bottom: 0;
  }
  .bResult__bottom__flex > div:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bResult__bottom__flex > div:first-child picture {
    width: 430px;
    position: static;
  }
  .bResult__bottom__flex > div:first-child > div {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 30px;
  }
  .bResult__bottom__flex > div:first-child > div h5 {
    font-size: 3.8rem;
    white-space: nowrap;
    letter-spacing: -1px;
  }
  .bResult__bottom__flex > div:first-child > div p {
    display: block;
    line-height: 1.5;
  }
  .bResult__bottom__flex > div:last-child {
    margin-top: 22px;
  }
  .bResult__bottom__flex > div:last-child h5 {
    font-size: 3.8rem;
  }
  .bResult__bottom__flex > div:last-child > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bResult__bottom__flex > div:last-child > div picture {
    width: 620px;
    position: static;
  }
  .bResult__bottom__flex > div:last-child > div > p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-right: 50px;
    line-height: 1.5;
  }
  .bContact {
    margin-bottom: 80px;
  }
  .bContact .row {
    max-width: 1100px;
  }
  .bContact_ttl ins {
    text-decoration: none;
    color: #2686d5;
    font-weight: bold;
    font-size: 3rem;
  }
  .bContact h3 {
    font-size: 2.4rem;
    line-height: -webkit-calc(24 / 22);
    line-height: -moz-calc(24 / 22);
    line-height: calc(24 / 22);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3e3a39;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #2686d5;
  }
  .bContact_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bContact_top li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    min-height: 277px;
    border: 1px solid #9fa0a0;
  }
  .bContact_top li p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000233;
    margin-top: 20px;
  }
  .bContact_top li.phone .number {
    margin-top: 40px;
  }
  .bContact_top li.phone .number a {
    font-size: 3.4rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    background: url("../img/top_renew/icon-hotline.png") no-repeat left top 5px;
    -moz-background-size: 42px auto;
         background-size: 42px auto;
    padding-left: 50px;
    color: #000233;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    padding-right: 25px;
    margin-top: 5px;
    color: #000233;
  }
  .bContact_top li.line img {
    width: 45px;
  }
  .bContact_top li.line h3 ins {
    color: #04c755;
  }
  .bContact_top li.line .link {
    margin-top: 20px;
  }
  .bContact_top li.line .link a {
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
    margin: 15px 0 5px;
    font-weight: 700;
    padding: 10px;
    background: #04c755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    /*padding-left: 50px;*/
    color: #fff;
  }
  .bContact_top li.line .link span {
    font-size: 1.4rem;
  }
  .bContact_top li.mail > a {
    font-size: 1.8rem;
    /*white-space: nowrap;*/
    font-weight: 700;
    line-height: 1;
    margin-top: 50px;
    display: block;
    color: #000233;
  }
  .bContact_top li.mail > a:hover {
    opacity: 1;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 50px 20px 60px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 1px solid #9fa0a0;
    margin-top: 80px;
  }
  .bContact_form h3 {
    margin-bottom: 60px;
  }
  .bContact_form > p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000233;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #2686d5;
    text-align: center;
    padding: 12px 40px;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    max-width: 830px;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    text-align: center;
    font-size: 1.6rem;
    color: #000233;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 20px;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 54px;
  }
  .bContact_form__step li.active::after {
    height: 54px;
    background: url("../img/ctStep_bg_active.png") no-repeat left center;
    -moz-background-size: auto 54px;
         background-size: auto 54px;
    width: 280px;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 298px;
    height: 44px;
    background: url("../img/ctStep_bg.png") no-repeat left center;
    -moz-background-size: auto 44px;
         background-size: auto 44px;
  }
  .bContact_form__form {
    margin-top: 50px;
    color: #000233;
  }
  .bContact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*.agree {
          flex: 1 0;
          label {
            font-size: rem(13);
            font-weight: 600;
            position: relative;
            cursor: pointer;
            input {
              width: 0;
              height: 0;
              visibility: hidden;
              position: absolute;
              &:checked + span {
                background: url("../img/checkbox-active.svg") no-repeat left
                  center / 100%;
                background-size: 15px;
              }
            }
            span {
              display: block;
              background: url("../img/checkbox.svg") no-repeat left center /
                100%;
              background-size: 15px;
              padding-left: 20px;
            }
          }
        }*/
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
  .bContact_form__form .form-group .group {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .bContact_form__form .form-group > label {
    font-size: 1.5rem;
    line-height: -webkit-calc(30 / 15);
    line-height: -moz-calc(30 / 15);
    line-height: calc(30 / 15);
    font-weight: 600;
    width: 250px;
    white-space: nowrap;
    display: block;
    color: #000233;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #2686d5;
    display: inline-block;
    padding: 3px 5px 4px;
    margin-right: 8px;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #000233;
    border: 1px solid #000233;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 30px;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 150px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .radio-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__form .form-group .radio-list label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  .bContact_form__form .form-group .radio-list label:not(:last-child) {
    margin-right: 15px;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
         border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .bContact_form__form .form-group button:hover {
    background-color: #000000;
  }
  .bContact_form__form .mw_wp_form_complete p {
    font-size: 1.8rem;
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top a {
    padding: 10px;
    background: #000233;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPrivacy {
    color: #000233 !important;
  }
  .bPrivacy .row {
    max-width: 1100px;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 30px 40px;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 20px;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 20px;
    cursor: pointer;
    border: 4px solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 1.5rem;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .banner {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #c2dee9), to(#abd4e3));
    background: -webkit-linear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: -moz- oldlinear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: linear-gradient(180deg, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    z-index: 1;
    overflow: hidden;
    padding-top: 6.51042vw;
  }
  .banner_inner {
    margin: 0 auto;
    position: relative;
    /*padding-top: vw(450);*/
  }
  .banner.active .banner_float {
    opacity: 1;
    scale: 1;
  }
  .banner.active picture {
    opacity: 1;
    bottom: 0;
  }
  .banner picture {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
    /*opacity: 0;*/
    /*bottom: vw(-100);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .banner picture img {
    width: 100%;
    display: block;
  }
  .banner_float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scale: 0.4;
    opacity: 0;
    -webkit-transition-delay: 1.5s;
       -moz-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .banner_float img {
    position: absolute;
  }
  .banner_float.--book {
    -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    -moz-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .banner_float.--book img:first-child {
    display: none;
    width: 32.55208vw;
    top: 6.51042vw;
    left: -13.02083vw;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--book img:nth-child(2) {
    display: none;
    width: 39.0625vw;
    top: 2.60417vw;
    right: 1.30208vw;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(3) {
    width: 32.55208vw;
    top: 32.55208vw;
    left: -6.51042vw;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--book img:nth-child(4) {
    width: 36.45833vw;
    top: 32.55208vw;
    right: 0vw;
    -webkit-animation: kid01 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid01 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid01 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(5) {
    width: 26.04167vw;
    top: 65.10417vw;
    left: -3.90625vw;
    -webkit-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
            animation: kid01 1.2s ease-in-out alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(6) {
    width: 26.04167vw;
    top: 71.61458vw;
    right: 2.60417vw;
    -webkit-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
  }
  .bNews {
    padding: 1.30208vw 0;
    background: #008ed6;
  }
  .bNews ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  .bNews ul li a span {
    padding: 5px 1.95313vw;
    /*width: 100%;*/
    background: #fff;
    font-weight: bold;
    color: #008ed6;
    font-size: 3.64583vw;
    margin-right: 1.95313vw;
  }
  .bNews ul li a time {
    margin-right: 1.95313vw;
    font-weight: bold;
  }
  .bNews ul li a p {
    width: 100%;
  }
  .anniversary img {
    width: 100%;
    height: auto;
  }
  .bDiscount {
    background-color: #e73116;
    padding: 6.51042vw 10px 10.41667vw;
  }
  .bDiscount .txt_top {
    text-align: center;
    color: #fff;
    font-size: 4.55729vw;
    line-height: 6.51042vw;
    font-weight: bold;
    margin-bottom: 6.51042vw;
  }
  .bDiscount .txt_top span {
    color: #FBAE34;
  }
  .bDiscount .txt_top span strong {
    font-size: 6.51042vw;
  }
  .bDiscount_item:not(:last-child) {
    margin-bottom: 5vw;
  }
  .bDiscount_item_ttl {
    font-size: 5.51042vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    /*background-color: #FBBD0F;*/
    padding: 0.65104vw 0 1.30208vw;
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .bDiscount_item .item_box {
    background-color: #fff;
    border-radius: 25px 25px 0 0px;
    padding: 4.55729vw 2.60417vw;
  }
  .bDiscount_item .item_box:last-child {
    border-radius: 0 0 25px 25px;
  }
  .bDiscount_item .item_box .it_label {
    font-size: 5.98958vw;
    line-height: 1;
    font-weight: bold;
    /*border-bottom: 0.26042vw solid #E73116;
    padding-bottom: 1.95313vw;*/
    margin-bottom: 3.90625vw;
    text-align: center;
    position: relative;
  }
  .bDiscount_item .item_box .it_label:after {
    /*content: "";
    width: 0vw;
    height: 0vw;
    border-style: solid;
    border-width: 4.6875vw 2.73438vw 0 2.73438vw;
    border-color: #E73116 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: -4.6875vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);*/
  }
  .bDiscount_item .item_box .it_label2 {
    font-size: 5.85938vw;
    line-height: 1;
    font-weight: bold;
    background-color: #FBBD0F;
    margin: 1.95313vw -2.60417vw 6.51042vw;
    text-align: center;
    padding: 0.65104vw;
  }
  .bDiscount_item .item_box .b_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 16.40625vw;
  }
  .bDiscount_item .item_box .b_pr p {
    font-size: 5vw;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
  }
  .bDiscount_item .item_box .b_pr .pr {
    padding-left: 13.02083vw;
    position: relative;
  }
  .bDiscount_item .item_box .b_pr .pr:before {
    content: "";
    width: 7.03125vw;
    height: 6.38021vw;
    background: url("../img/top_renew/arr_price.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.90625vw;
  }
  .bDiscount_item .item_box .b_pr .pr b {
    font-size: 7.16146vw;
    line-height: 1;
    color: #E73116;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg {
    font-size: 15.625vw;
    line-height: 13.02083vw;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg small {
    font-size: 5.46875vw;
  }
  .bDiscount_item .item_box .b_pr .pr b.fz_lg span {
    font-size: 8.46354vw;
  }
  .bDiscount_item .item_box .b_pr .pr b small {
    font-size: 4.29688vw;
  }
  .bDiscount_item .item_box .b_pr .pr b span {
    font-size: 5.85938vw;
  }
  .bDiscount_item .flx01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.02083vw;
    position: relative;
    transform: translateZ(0);
    padding: 0 5vw;

  }
  .bDiscount_item .flx01 .studen1 {
    position: absolute;
                    width: 30vw;
        left: -2vw;
        top: -33vw;
    /*z-index: 1;*/
  }
  .bDiscount_item .flx01 .studen2 {
    position: absolute;
            width: 23vw;
        right: 2vw;
        top: -34vw;
    z-index: -1;
  }
  .bDiscount_item .flx01 .item_box:not(:last-child) {
    position: relative;
  }
  .bDiscount_item .flx01 .item_box:not(:last-child):after {
    content: "";
    width: 7.55208vw;
    height: 7.55208vw;
    background: url("../img/top_renew/icon_plus.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10.15625vw;
  }
  .bDiscount_item .flx02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
  }
  .bDiscount_item .note {
    text-align: right;
    font-size: 3.86458vw;
    line-height: 1.5;
    margin-top: 1.95313vw;
    color: #fff;
  }
  .bConcerns_top {
    padding: 7.8125vw 0 13.02083vw;
  }
  .bConcerns_ttl {
    text-align: center;
    font-size: 7.29167vw;
    line-height: 1.2;
    color: #fbae34;
    font-weight: bold;
    margin-bottom: 6.51042vw;
  }
  .bConcerns_ttl span {
    color: #00a83b;
  }
  .bConcerns_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8125vw;
  }
  .bConcerns_item .txt_top {
    margin-bottom: 1.95313vw;
    text-align: center;
  }
  .bConcerns_item .txt_top_arr {
    position: relative;
  }
  .bConcerns_item .txt_top_arr:after {
    content: "";
    width: 6.77083vw;
    height: 4.94792vw;
    background: url("../img/top_renew/arr_concerns.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -3.25521vw;
    right: 32.55208vw;
  }
  .bConcerns_item .txt_top_box {
    background-color: #00a83b;
    min-height: 14.32292vw;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bConcerns_item .txt_top_box:before, .bConcerns_item .txt_top_box:after {
    content: "";
    position: absolute;
    top: 0;
  }
  .bConcerns_item .txt_top_box:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.125vw 3.125vw 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
  }
  .bConcerns_item .txt_top_box:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 3.125vw 3.125vw 0;
    border-color: transparent #FFFFFF transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 0;
  }
  .bConcerns_item .txt_top_box p {
    min-height: 14.32292vw;
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    letter-spacing: 0;
    padding: 1.30208vw 6.51042vw;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bConcerns_item .txt_top_box p:before, .bConcerns_item .txt_top_box p:after {
    content: "";
    position: absolute;
    bottom: 0;
  }
  .bConcerns_item .txt_top_box p:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.125vw 0 0 3.125vw;
    border-color: transparent transparent transparent #FFFFFF;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
  }
  .bConcerns_item .txt_top_box p:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 3.125vw 3.125vw;
    border-color: transparent transparent #FFFFFF transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 0;
  }
  .bConcerns_item .tap {
    width: 13.54167vw;
    height: 10.15625vw;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: bold;
    margin: -0.26042vw auto 1.95313vw;
    color: #fff;
    background: url("../img/top_renew/bg_tap.png") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "HiraginoSans", sans-serif;
    padding-bottom: 1.5625vw;
  }
  .bConcerns_item_box a {
    display: block;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    position: relative;
  }
  .bConcerns_item_box a:hover .pic img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bConcerns_item_box .pic {
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    overflow: hidden;
  }
  .bConcerns_item_box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .bConcerns_item_box .txt {
    position: absolute;
    bottom: 3.90625vw;
    left: 3.25521vw;
  }
  .bConcerns_item_box .txt h3 {
    font-size: 7.8125vw;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-bottom: 1.95313vw;
  }
  .bConcerns_item_box .txt p {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom {
    padding: 5.20833vw 0 7.8125vw;
    background-color: #fbbd0f;
    text-align: center;
    position: relative;
    margin-bottom: 5.20833vw;
  }
  .bConcerns_bottom:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.55729vw 5.20833vw 0 5.20833vw;
    border-color: #fbbd0f transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    bottom: -3.90625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bConcerns_bottom h3 {
    font-size: 6.11979vw;
    line-height: 8.46354vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom p {
    font-size: 4.81771vw;
    line-height: 7.94271vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bConcerns_bottom p span {
    font-size: 5.98958vw;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_ttl img {
    width: 28.64583vw;
  }
  .sec_des {
    text-align: center;
    font-weight: bold;
    font-size: 4.42708vw;
    margin: 3.90625vw 0;
    color: #00a83b;
  }
  .sec_des span {
    color: #fbae34;
  }
  .bDesign {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bDesign .list_top ul li {
    margin-bottom: 20px;
  }
  .bDesign .list_top ul li img {
    width: 100%;
    max-width: 100%;
  }
  .bDesign .list_bot ul li {
    margin-bottom: 20px;
    /*width: 100%;*/
  }
  .bRanking {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bRanking h3 {
    margin: 20px 0;
    color: #fbae34;
  }
  .bRanking .ranking_wrap {
    padding: 3.90625vw 0;
    background-color: #fff;
    border: 3px dashed #f8b62d;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bRanking .ranking_wrap .ranking_in {
    width: 31.25vw;
    height: 32.55208vw;
    position: relative;
    border-left: 2px solid #f8b62d;
  }
  .bRanking .ranking_wrap .ranking_in .rank_count {
    background-color: #00A83B !important;
  }
  .bRanking .ranking_wrap .slick-arrow.slick-next {
    background-image: url(../img/top_renew/rank_arrowR.png);
  }
  .bRanking .ranking_wrap .slick-arrow.slick-prev {
    background-image: url(../img/top_renew/rank_arrowL.png);
  }
  .bRakuraku {
    padding: 9.11458vw 0;
  }
  .bRakuraku .rakubaner {
    text-align: center;
  }
  .bWebadver {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_orange.png) repeat;
  }
  .bWebadver .rakubaner {
    text-align: center;
  }
  .bResult {
    padding: 6.51042vw 0;
    background: #00a83b;
    overflow: hidden;
  }
  .bResult .row {
    position: relative;
    padding: 0 6.51042vw;
  }
  .bResult__ttl {
    display: none;
  }
  .bResult__top picture {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
  .bResult__top picture img {
    width: 100%;
  }
  .bResult__bottom__wrap {
    margin-bottom: 3.90625vw;
  }
  .bResult__bottom__left {
    margin-bottom: 3.90625vw;
  }
  .bResult__bottom__left > div:first-child {
    margin-bottom: 3.90625vw;
  }
  .bResult__bottom__left > div:first-child picture {
    width: 44.27083vw;
    right: 0;
  }
  .bResult__bottom__left > div:first-child picture img {
    width: 100%;
  }
  .bResult__bottom__left > div:last-child {
    z-index: 3;
  }
  .bResult__bottom__left > div:last-child h5 {
    margin-bottom: 3.90625vw;
  }
  .bResult__bottom__left > div:last-child picture {
    width: 39.0625vw;
    right: -5.20833vw;
    bottom: 0;
  }
  .bResult__bottom__left > div:last-child picture img {
    width: 100%;
  }
  .bResult__bottom__right > div {
    height: 100%;
  }
  .bResult__bottom__right > div picture {
    width: 54.6875vw;
    right: -13.02083vw;
    bottom: 0;
  }
  .bResult__bottom__right > div picture img {
    width: 100%;
  }
  .bResult__bottom__item {
    background-color: #ffffff;
    padding: 3.25521vw 3.90625vw 6.51042vw;
    position: relative;
  }
  .bResult__bottom__item h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 6.77083vw;
    line-height: 1;
    margin-bottom: 6.51042vw;
  }
  .bResult__bottom__item h5 span:not(.number) {
    display: inline-block;
    position: relative;
    padding-right: 0;
  }
  .bResult__bottom__item h5 .sub_ttl {
    font-size: 3.90625vw;
    line-height: 1;
    position: absolute;
    bottom: -6.51042vw;
    right: -11.71875vw;
    text-decoration: none;
  }
  .bResult__bottom__item h5 .number {
    color: #00a83b;
    font-weight: 700;
    font-size: 13.02083vw;
    line-height: 1;
    font-style: italic;
    padding-right: 3.90625vw;
  }
  .bResult__bottom__item p {
    font-size: 5.46875vw;
    font-weight: 700;
    line-height: -webkit-calc(37 / 29);
    line-height: -moz-calc(37 / 29);
    line-height: calc(37 / 29);
    margin-bottom: 3.90625vw;
    text-align: justify;
  }
  .bResult__bottom__item p:last-child {
    margin-bottom: 0;
  }
  .bResult__bottom__item p span {
    color: #00a83b;
    font-size: 8.33333vw;
    display: block;
    line-height: 1;
  }
  .bResult__bottom__item p span ins {
    text-decoration: none;
    font-size: 5.20833vw;
  }
  .bResult__bottom__item picture {
    position: absolute;
    bottom: 0;
  }
  .bResult__bottom__flex > div:first-child {
    padding-bottom: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bResult__bottom__flex > div:first-child picture {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    position: static;
    margin-top: 5.20833vw;
  }
  .bResult__bottom__flex > div:first-child picture img {
    width: 100%;
  }
  .bResult__bottom__flex > div:first-child > div {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bResult__bottom__flex > div:first-child > div h5 {
    font-size: 7.8125vw;
    line-height: 1.2;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.60417vw;
  }
  .bResult__bottom__flex > div:first-child > div p {
    display: block;
    line-height: 1.5;
  }
  .bResult__bottom__flex > div:last-child {
    margin-top: 3.90625vw;
    padding-bottom: 2.60417vw;
  }
  .bResult__bottom__flex > div:last-child h5 {
    font-size: 7.8125vw;
    line-height: 1.2;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.90625vw;
  }
  .bResult__bottom__flex > div:last-child > div picture {
    position: static;
  }
  .bResult__bottom__flex > div:last-child > div picture img {
    width: 100%;
  }
  .bResult__bottom__flex > div:last-child > div > p {
    line-height: 1.5;
  }
  .bContact {
    color: #000233 !important;
  }
  .bContact_ttl ins {
    text-decoration: none;
    color: #2686d5;
    font-weight: bold;
    font-size: 5.20833vw;
  }
  .bContact h3 {
    font-size: 4.6875vw;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5.20833vw;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #2686d5;
  }
  .bContact_top {
    margin-top: 7.16146vw;
  }
  .bContact_top li {
    width: 100%;
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 5.20833vw 2.60417vw;
    position: relative;
    text-align: center;
    border: 1px solid #9fa0a0;
  }
  .bContact_top li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .bContact_top li p {
    font-size: 3.38542vw;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 3.90625vw;
  }
  .bContact_top li.phone .number {
    margin-top: 2.60417vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bContact_top li.phone .number a {
    font-size: 10.41667vw;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    background: url("../img/icon-hotline.png") no-repeat left top 2.34375vw;
    -moz-background-size: 10.41667vw auto;
         background-size: 10.41667vw auto;
    padding-left: 11.71875vw;
    color: #000233;
  }
  .bContact_top li.phone .number span {
    display: block;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 700;
    padding-right: 6.51042vw;
    margin-top: 0.65104vw;
    text-align: center;
  }
  .bContact_top li.line img {
    width: 7.8125vw;
  }
  .bContact_top li.line h3 ins {
    color: #04c755;
  }
  .bContact_top li.line .link {
    margin-top: 2.60417vw;
  }
  .bContact_top li.line .link a {
    font-size: 3.64583vw;
    line-height: 1;
    display: inline-block;
    margin: 15px 0 5px;
    font-weight: 700;
    padding: 10px;
    background: #04c755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    /*padding-left: 50px;*/
    color: #fff;
    display: block;
  }
  .bContact_top li.line .link span {
    font-size: 3.125vw;
  }
  .bContact_top li.mail > a {
    font-size: 5.85938vw;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    margin-top: 3.90625vw;
    color: #000233;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 6.51042vw 3.90625vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-top: 10.41667vw;
    border: 1px solid #9fa0a0;
  }
  .bContact_form h3 {
    margin-bottom: 6.51042vw;
  }
  .bContact_form > p {
    font-size: 3.125vw;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #2686d5;
    text-align: center;
    padding: 1.95313vw 5.20833vw 2.21354vw;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    padding: 0 !important;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    color: #000233;
    text-align: center;
    color: #000233;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 600;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 7.55208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 2.60417vw;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 9.11458vw;
  }
  .bContact_form__step li.active::after {
    height: 9.11458vw;
    background: url("../img/ctStep_bg_active.png") no-repeat right center;
    -moz-background-size: auto 9.11458vw;
         background-size: auto 9.11458vw;
    width: 27.99479vw;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 31.90104vw;
    height: 7.55208vw;
    background: url("../img/ctStep_bg.png") no-repeat right center;
    -moz-background-size: auto 7.55208vw;
         background-size: auto 7.55208vw;
  }
  .bContact_form__form {
    margin-top: 5.20833vw;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .bContact_form__form .form-group > label {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.95313vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000233;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 2.34375vw;
    line-height: 1;
    background-color: #2686d5;
    display: inline-block;
    padding: 0.65104vw 1.04167vw 0.78125vw;
    margin-right: 1.30208vw;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #000233;
    border: 0.13021vw solid #000233;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 9.11458vw;
    width: 100%;
    border: 0.13021vw solid #e6e6e6;
    font-size: 3.125vw;
    font-weight: 500;
    padding: 0 2.60417vw;
    display: block;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 26.04167vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.30208vw 2.60417vw !important;
  }
  .bContact_form__form .form-group .radio-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -1.95313vw;
  }
  .bContact_form__form .form-group .radio-list label {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    font-size: 2.86458vw;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.95313vw;
    display: block;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
    padding-left: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 2.86458vw;
    font-weight: 600;
    position: relative;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
    padding-left: 4.55729vw;
  }
  .bContact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 41.66667vw;
    height: 10.41667vw;
    font-size: 2.86458vw;
    font-weight: 600;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    display: block;
  }
  .bContact_form__form .mw_wp_form_complete p {
    font-size: 3.64583vw;
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top a {
    padding: 10px;
    background: #000233;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 10.41667vw 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 3.90625vw 2.60417vw;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 2.60417vw;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 2.60417vw;
    cursor: pointer;
    border: 0.52083vw solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 2.86458vw;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 1.69271vw;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 1.04167vw;
    height: 2.60417vw;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
