@media screen and (min-width: 769px), print {
  .ttl_section_en {
    text-align: center;
    display: block;
  }
  .ttl_section_jp {
    text-align: center;
    display: block;
    font-size: 3.3rem;
    line-height: 42px;
    font-weight: bold;
    margin-top: 22px;
  }
  .topPage {
    position: relative;
  }
  .topPage:before {
    content: "";
    width: 100%;
    height: 165px;
    background-color: #4AA336;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .main_slider {
    padding-top: 25px;
  }
  .main_slider .item img {
    width: 100%;
    height: auto;
  }
  .main_slider.slick-slider .slick-arrow {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .main_slider.slick-slider:hover .slick-arrow {
    opacity: 1;
  }
  .main_slider.slick-slider:hover .slick-arrow.slick-prev {
    -webkit-transform: translate(10px, -50%);
       -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .main_slider.slick-slider:hover .slick-arrow.slick-next {
    -webkit-transform: translate(-10px, -50%);
       -moz-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .main_slider .slick-prev {
    width: 50px;
    height: 50px;
    background: url("../img/top/prev1.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 100%;
         border-radius: 100%;
    left: 40px;
    z-index: 9;
    -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;
  }
  .main_slider .slick-next {
    width: 50px;
    height: 50px;
    background: url("../img/top/next1.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 100%;
         border-radius: 100%;
    right: 40px;
    z-index: 9;
    -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;
  }
  .box_news {
    padding: 40px 0;
    background-color: #fff;
    position: relative;
  }
  .box_news .slider_news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .box_news .slider_news li:not(:last-child) {
    margin-right: 45px;
  }
  .box_news .slider_news 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;
  }
  .box_news .slider_news li time {
    color: #fff;
    background-color: #00B4ED;
    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-size: 1.8rem;
    line-height: 1;
    width: 137px;
    height: 41px;
    margin-right: 15px;
  }
  .box_news .slider_news li em {
    display: block;
    font-style: normal;
    font-size: 2rem;
    line-height: 35px;
    width: -webkit-calc(100% - 137px);
    width: -moz-calc(100% - 137px);
    width: calc(100% - 137px);
  }
  .st_choice_product .choice_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_design {
    background: url("../img/my_page/bkg_mypage.png") repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 124px 60px 40px;
    margin-top: -84px;
  }
  .st_design .bnr_chice {
    width: 100%;
    max-width: 100%;
  }
  .st_design .b_top {
    position: relative;
    -moz-border-radius-topleft: 15px;
         border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
         border-top-right-radius: 15px;
    background: url("../img/top/mark_02.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 0 45px;
  }
  .st_design .b_top .ttl_section {
    margin-bottom: 35px;
  }
  .st_design .b_top .ttl_section_jp {
    color: #fff;
  }
  .st_design .b_top .tabs {
    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;
  }
  .st_design .b_top .tabs li {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 100px;
    position: relative;
    cursor: pointer;
  }
  .st_design .b_top .tabs li:before {
    content: "";
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .st_design .b_top .tabs li:not(:last-child) {
    margin-right: 130px;
  }
  .st_design .b_top .tabs li.active:after, .st_design .b_top .tabs li:hover:after {
    content: "";
    width: 60px;
    height: 38px;
    background: url("../img/top/arr_tab_act.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .st_design .b_top .tabs li:nth-child(1):before {
    background: url("../img/top/vt_tab_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(1).active:before, .st_design .b_top .tabs li:nth-child(1):hover:before {
    background: url("../img/top/vt_tab_act_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(2):before {
    background: url("../img/top/vt_tab_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(2).active:before, .st_design .b_top .tabs li:nth-child(2):hover:before {
    background: url("../img/top/vt_tab_act_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(3):before {
    background: url("../img/top/vt_tab_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(3).active:before, .st_design .b_top .tabs li:nth-child(3):hover:before {
    background: url("../img/top/vt_tab_act_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(4):before {
    background: url("../img/top/vt_tab_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(4).active:before, .st_design .b_top .tabs li:nth-child(4):hover:before {
    background: url("../img/top/vt_tab_act_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .tabs_container .tab_content {
    display: none;
    width: 100%;
  }
  .st_design .tabs_container .tab_content.active {
    display: inline-block;
  }
  .st_design .tabs_container {
    background-color: #EFEFEF;
    padding: 50px 30px;
    -moz-border-radius-bottomleft: 15px;
         border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
         border-bottom-right-radius: 15px;
  }
  .st_design .tabs_container .list_ds {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: -20px 0 0 -50px;
  }
  .st_design .tabs_container .list_ds li {
    width: -webkit-calc(20% - 50px);
    width: -moz-calc(20% - 50px);
    width: calc(20% - 50px);
    margin: 20px 0 0 50px;
  }
  .st_design .tabs_container .list_ds li a {
    display: block;
  }
  .st_design .tabs_container .list_ds li figure .img {
    position: relative;
    height: 204px;
    text-align: center;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -moz-border-radius: 25px;
         border-radius: 25px;
  }
  .st_design .tabs_container .list_ds li figure .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    max-height: 204px;
    height: auto;
  }
  .st_design .tabs_container .list_ds li figure figcaption {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 20px;
    margin-top: 10px;
  }
  .st_about {
    padding: 76px 0;
  }
  .st_about .row {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_about .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
  }
  .st_about .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .st_about_txt {
    width: -webkit-calc(100% - 750px);
    width: -moz-calc(100% - 750px);
    width: calc(100% - 750px);
    padding-right: 50px;
  }
  .st_about_txt .btn_guide_design a {
    background: #00B4ED;
  }
  .st_about_txt .ttl_ab {
    font-size: 4rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .st_about_txt p {
    font-size: 1.6rem;
    line-height: 27px;
  }
  .st_about_img {
    width: 750px;
  }
  .st_about_img img {
    width: 100%;
    height: auto;
  }
  .st_flow {
    background: #EFEFEF;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0 55px;
  }
  .st_flow .ttl_fl {
    font-size: 4rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
  }
  .st_flow .list_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -40px;
  }
  .st_flow .list_item li {
    width: -webkit-calc(25% - 40px);
    width: -moz-calc(25% - 40px);
    width: calc(25% - 40px);
    height: 210px;
    margin: 0 0 0 40px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: #fff;
    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;
    text-align: center;
    position: relative;
  }
  .st_flow .list_item li .ab_box {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid #00B4ED;
    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;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #00B4ED;
    font-weight: bold;
    font-size: 1.6rem;
    top: -50px;
    right: -20px;
  }
  .st_flow .list_item li:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 36px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -19px;
  }
  .st_flow .list_item li a {
    width: 100%;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 60px;
  }
  .st_flow .list_item li em {
    display: block;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 30px;
    font-weight: bold;
    color: #00B4ED;
  }
  .st_flow .list_item li span {
    height: 30px;
    width: 30px;
    /*display: block;*/
    background-color: #00B4ED;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
  }
  .st_flow .list_item li.bkg_red {
    background-color: #00B4ED;
  }
  .st_flow .list_item li.bkg_red:after {
    border-color: transparent transparent transparent #00B4ED;
  }
  .st_flow .list_item li.bkg_red em {
    color: #fff;
  }
  .st_flow .list_item li.bkg_red ins {
    text-decoration: none;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .st_flow .txt_bt {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    background-color: #7C8792;
    /*border-radius: 100px;*/
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    margin-top: 35px;
  }
  .b_regis {
    background: #00B4ED;
  }
  .b_regis.pink {
    background: #EE5EA2;
  }
  .b_regis a {
    padding: 60px 0;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    /*background: url('../img/top/mark_01.png') repeat;*/
  }
  .b_regis a em {
    font-style: normal;
    display: block;
    margin-bottom: 20px;
  }
  .b_regis a span {
    /* margin-top: 5px; */
    background: #EE5EA2;
    padding: 5px 30px;
    font-size: 2.6rem;
    /* width: 100px; */
    color: #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .price_list {
    background: #F8BEDA;
    padding: 50px 0;
  }
  .price_list .list_point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 0 -20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price_list .list_point li {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 0 0 20px;
  }
  .price_list .list_point li figure figcaption {
    display: block;
    font-size: 1.4rem;
    line-height: 22px;
    text-align: center;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    margin-top: 10px;
  }
  .price_list .ttl_point {
    text-align: center;
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    color: #493A34;
    margin-bottom: 50px;
  }
  .price_list .ttl_point .txt_small {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #493A34;
    padding-bottom: 20px;
  }
  .st_marker {
    padding: 82px 0 85px;
  }
  .st_marker .ttl_mk {
    font-size: 4rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 80px;
    text-align: center;
  }
  .st_marker .btn_it {
    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;
  }
  .st_marker .btn_it a {
    width: 350px;
    height: 48px;
    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-size: 2.2rem;
    font-weight: bold;
    background-color: #EE5EA2;
    color: #fff;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 15px;
  }
  .st_marker .b_item .item:nth-child(even) .item_txt {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st_marker .b_item .item:not(:last-child) {
    margin-bottom: 150px;
  }
  .st_marker .b_item .item .flx {
    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;
  }
  .st_marker .b_item .item_txt {
    width: -webkit-calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: calc(100% - 550px);
    text-align: center;
  }
  .st_marker .b_item .item_txt h3 {
    font-size: 3.5rem;
    line-height: 40px;
    font-weight: 600;
    margin: 10px 0;
  }
  .st_marker .b_item .item_txt em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 27px;
  }
  .st_marker .b_item .item_photo {
    width: 550px;
  }
  .st_marker .b_item .item .l_link {
    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;
    margin-top: 80px;
  }
  .st_marker .b_item .item .l_link li {
    width: 356px;
    height: 70px;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .st_marker .b_item .item .l_link li a {
    width: 100%;
    height: 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;
    color: #fff;
  }
  .st_marker .b_item .item .l_link li.link_ds {
    background-color: #00B4ED;
  }
  .st_marker .b_item .item .l_link li.link_res {
    background-color: #EE5EA2;
  }
  .st_marker .b_item .item .l_link li.link_ct {
    background-color: #00B4ED;
  }
  .st_ranking {
    padding: 45px 0 35px;
    background: #00B4ED;
  }
  .st_ranking .ttl_section {
    margin-bottom: 45px;
  }
  .st_ranking .ttl_section_jp {
    color: #fff;
  }
  .st_ranking .list_rank {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 0 -50px;
  }
  .st_ranking .list_rank li {
    width: -webkit-calc(20% - 50px);
    width: -moz-calc(20% - 50px);
    width: calc(20% - 50px);
    margin: 0 0 0 50px;
    text-align: center;
  }
  .st_ranking .list_rank li .nb_01 img {
    width: 12px;
  }
  .st_ranking .list_rank li .nb_05 img {
    width: 21px;
  }
  .st_ranking .list_rank li a {
    display: block;
  }
  .st_ranking .list_rank li figure {
    position: relative;
    height: 204px;
    text-align: center;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -moz-border-radius: 25px;
         border-radius: 25px;
  }
  .st_ranking .list_rank li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    max-height: 204px;
    height: auto;
  }
  .st_ranking .list_rank li span {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .st_ranking .list_rank li span img {
    width: 24px;
    margin: 0 auto;
  }
  .st_faq {
    padding: 70px 0 90px;
  }
  .st_faq .ttl_section {
    margin-bottom: 65px;
  }
  .st_faq .faq .list_faq {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: -30px 0 0 -30px;
  }
  .st_faq .faq .list_faq li {
    width: -webkit-calc(30% - 30px);
    width: -moz-calc(30% - 30px);
    width: calc(30% - 30px);
    margin: 30px 0 0 30px;
  }
  .st_faq .faq .list_faq 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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: #00B4ED;
    color: #fff;
    font-size: 2.7rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    min-height: 100px;
    position: relative;
  }
  .st_infor {
    padding: 60px 0 40px;
    background: url("../img/my_page/bkg_mypage.png") repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .st_infor .ttl_section {
    margin-bottom: 35px;
  }
  .st_infor .list_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
  }
  .st_infor .list_info li:not(:last-child) {
    margin-right: 100px;
  }
  .st_infor .list_info li a {
    display: block;
    text-align: center;
  }
  .st_infor .list_info li span {
    width: 190px;
    height: 190px;
    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;
    background-color: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
  }
  .st_infor .list_info li em {
    display: block;
    font-style: normal;
    font-size: 2rem;
    line-height: 33px;
    font-weight: bold;
    margin-top: 15px;
  }
  .st_support .ttl_section {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .ttl_section_en {
    text-align: center;
    display: block;
  }
  .ttl_section_jp {
    text-align: center;
    display: block;
    font-size: 4.29688vw;
    line-height: 5.46875vw;
    font-weight: bold;
    margin-top: 3.25521vw;
  }
  .main_slider .item img {
    width: 100%;
    height: auto;
  }
  .main_slider .slick-prev {
    width: 6.51042vw;
    height: 6.51042vw;
    background: url("../img/top/prev.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 100%;
         border-radius: 100%;
    left: 3.90625vw;
    z-index: 9;
    -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;
  }
  .main_slider .slick-next {
    width: 6.51042vw;
    height: 6.51042vw;
    background: url("../img/top/next1.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 100%;
         border-radius: 100%;
    right: 3.90625vw;
    z-index: 9;
    -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;
  }
  .box_news {
    padding: 5.20833vw 0;
    background-color: #fff;
    position: relative;
  }
  .box_news .slider_news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .box_news .slider_news li:not(:last-child) {
    margin-right: 5.85938vw;
  }
  .box_news .slider_news 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;
  }
  .box_news .slider_news li time {
    color: #fff;
    background-color: #E60012;
    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-size: 3.125vw;
    line-height: 1;
    width: 19.53125vw;
    height: 6.51042vw;
    margin-right: 1.95313vw;
  }
  .box_news .slider_news li em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    width: -webkit-calc(100% - 19.53125vw);
    width: -moz-calc(100% - 19.53125vw);
    width: calc(100% - 19.53125vw);
  }
  .st_choice_product .choice_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_design {
    background: url("../img/my_page/bkg_mypage.png") repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 6.51042vw 0 5.20833vw;
  }
  .st_design .b_top {
    position: relative;
    -moz-border-radius-topleft: 1.95313vw;
         border-top-left-radius: 1.95313vw;
    -moz-border-radius-topright: 1.95313vw;
         border-top-right-radius: 1.95313vw;
    background: url("../img/top/mark_02.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4.55729vw 0 5.85938vw;
  }
  .st_design .b_top .ttl_section {
    margin-bottom: 6.51042vw;
  }
  .st_design .b_top .ttl_section_en img {
    width: 28.64583vw;
  }
  .st_design .b_top .ttl_section_jp {
    color: #fff;
  }
  .st_design .b_top .tabs {
    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;
  }
  .st_design .b_top .tabs li {
    color: #fff;
    font-size: 3.38542vw;
    line-height: 1;
    padding-top: 13.02083vw;
    position: relative;
    cursor: pointer;
  }
  .st_design .b_top .tabs li:before {
    content: "";
    width: 11.45833vw;
    height: 11.45833vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .st_design .b_top .tabs li:not(:last-child) {
    margin-right: 7.8125vw;
  }
  .st_design .b_top .tabs li.active:after {
    content: "";
    width: 7.8125vw;
    height: 4.94792vw;
    background: url("../img/top/arr_tab_act.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .st_design .b_top .tabs li:nth-child(1):before {
    background: url("../img/top/vt_tab_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(1).active:before {
    background: url("../img/top/vt_tab_act_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(2):before {
    background: url("../img/top/vt_tab_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(2).active:before {
    background: url("../img/top/vt_tab_act_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(3):before {
    background: url("../img/top/vt_tab_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(3).active:before {
    background: url("../img/top/vt_tab_act_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(4):before {
    background: url("../img/top/vt_tab_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .b_top .tabs li:nth-child(4).active:before {
    background: url("../img/top/vt_tab_act_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_design .tabs_container .tab_content {
    display: none;
    width: 100%;
  }
  .st_design .tabs_container .tab_content.active {
    display: inline-block;
  }
  .st_design .tabs_container {
    background-color: #EFEFEF;
    padding: 6.51042vw 3.90625vw;
    -moz-border-radius-bottomleft: 1.95313vw;
         border-bottom-left-radius: 1.95313vw;
    -moz-border-radius-bottomright: 1.95313vw;
         border-bottom-right-radius: 1.95313vw;
  }
  .st_design .tabs_container .list_ds {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: -3.25521vw 0 0 -3.90625vw;
  }
  .st_design .tabs_container .list_ds li {
    width: -webkit-calc(33.33% - 3.90625vw);
    width: -moz-calc(33.33% - 3.90625vw);
    width: calc(33.33% - 3.90625vw);
    margin: 3.25521vw 0 0 3.90625vw;
  }
  .st_design .tabs_container .list_ds li a {
    display: block;
  }
  .st_design .tabs_container .list_ds li figure .img {
    position: relative;
    height: 26.04167vw;
    text-align: center;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -moz-border-radius: 3.25521vw;
         border-radius: 3.25521vw;
  }
  .st_design .tabs_container .list_ds li figure .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    max-height: 26.04167vw;
    height: auto;
  }
  .st_design .tabs_container .list_ds li figure figcaption {
    display: block;
    text-align: center;
    font-size: 3.125vw;
    line-height: 1.5;
    margin-top: 1.95313vw;
  }
  .st_about {
    padding: 9.76563vw 0;
  }
  .st_about .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
  }
  .st_about .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .st_about_txt {
    margin-bottom: 6.51042vw;
    text-align: center;
  }
  .st_about_txt .btn_guide_design a {
    background: #00B4ED;
  }
  .st_about_txt .ttl_ab {
    font-size: 5.72917vw;
    line-height: 6.25vw;
    font-weight: bold;
    margin-bottom: 3.90625vw;
  }
  .st_about_txt p {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .st_about_img {
    width: 76.30208vw;
    margin: 0 auto;
  }
  .st_about_img img {
    width: 100%;
    height: auto;
  }
  .st_flow {
    background: url("../img/my_page/bkg_mypage.png") repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.8125vw 0 6.51042vw;
  }
  .st_flow .ttl_fl {
    font-size: 5.72917vw;
    line-height: 5.85938vw;
    font-weight: bold;
    margin-bottom: 5.85938vw;
    text-align: center;
  }
  .st_flow .list_item li {
    width: 100%;
    height: 31.25vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    background-color: #fff;
    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;
    text-align: center;
    position: relative;
  }
  .st_flow .list_item li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .st_flow .list_item li:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 36px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -19px;
  }
  .st_flow .list_item li .ab_box {
    position: absolute;
    width: 13.02083vw;
    height: 13.02083vw;
    border: 3px solid #00B4ED;
    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;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #00B4ED;
    font-weight: bold;
    font-size: 2.60417vw;
    top: -50px;
    right: -20px;
  }
  .st_flow .list_item li a {
    width: 100%;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 7.8125vw;
  }
  .st_flow .list_item li em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    font-weight: bold;
    color: #00B4ED;
  }
  .st_flow .list_item li span {
    height: 5.85938vw;
    width: 5.85938vw;
    /*display: block;*/
    background-color: #00B4ED;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 500;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
  }
  .st_flow .list_item li.bkg_red {
    background-color: #E60012;
  }
  .st_flow .list_item li.bkg_red:after {
    border-color: transparent transparent transparent #00B4ED;
  }
  .st_flow .list_item li.bkg_red em {
    color: #fff;
  }
  .st_flow .list_item li.bkg_red ins {
    text-decoration: none;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .st_flow .txt_bt {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.5;
    background-color: #7C8792;
    /*border-radius: 100px;*/
    color: #fff;
    font-weight: 500;
    padding: 1.95313vw;
    margin-top: 4.55729vw;
  }
  .b_regis {
    background: #00B4ED;
  }
  .b_regis.pink {
    background: #EE5EA2;
  }
  .b_regis a {
    padding: 7.8125vw 0;
    font-size: 4.94792vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
  }
  .st_marker {
    padding: 10.67708vw 0 11.06771vw;
  }
  .st_marker .ttl_mk {
    font-size: 5.46875vw;
    line-height: 5.85938vw;
    font-weight: bold;
    margin-bottom: 10.41667vw;
    text-align: center;
  }
  .st_marker .b_item .item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .st_marker .b_item .item:nth-child(1) .item_txt .nb img {
    width: 3.90625vw;
  }
  .st_marker .b_item .item .btn_it {
    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;
  }
  .st_marker .b_item .item .btn_it a {
    width: 350px;
    height: 48px;
    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-size: 2.2rem;
    font-weight: bold;
    background-color: #EE5EA2;
    color: #fff;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 15px;
  }
  .st_marker .b_item .item_txt {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .st_marker .b_item .item_txt .nb img {
    width: 7.8125vw;
  }
  .st_marker .b_item .item_txt h3 {
    font-size: 4.94792vw;
    line-height: 5.46875vw;
    font-weight: 600;
    margin: 2.60417vw 0;
  }
  .st_marker .b_item .item_txt em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .st_marker .b_item .item_photo {
    text-align: center;
  }
  .st_marker .b_item .item_photo img {
    width: 78.125vw;
  }
  .st_marker .b_item .item .l_link {
    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;
    margin-top: 6.51042vw;
  }
  .st_marker .b_item .item .l_link li {
    width: 45.57292vw;
    height: 10.41667vw;
    font-size: 3.25521vw;
    font-weight: 500;
  }
  .st_marker .b_item .item .l_link li a {
    width: 100%;
    height: 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;
    color: #fff;
  }
  .st_marker .b_item .item .l_link li.link_ds {
    background-color: #00B4ED;
  }
  .st_marker .b_item .item .l_link li.link_res {
    background-color: #EE5EA2;
  }
  .st_marker .b_item .item .l_link li.link_ct {
    background-color: #00B4ED;
  }
  .price_list {
    background: #F8BEDA;
    padding: 6.51042vw 0;
  }
  .price_list .list_point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 0 -20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price_list .list_point li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
  .price_list .list_point li figure figcaption {
    display: block;
    font-size: 1.4rem;
    line-height: 22px;
    text-align: center;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    margin-top: 10px;
  }
  .price_list .ttl_point {
    text-align: center;
    font-size: 5.98958vw;
    line-height: 1;
    font-weight: bold;
    color: #493A34;
    margin-bottom: 50px;
  }
  .price_list .ttl_point .txt_small {
    display: block;
    text-align: center;
    font-size: 4.6875vw;
    color: #493A34;
    padding-bottom: 20px;
  }
  .st_ranking {
    padding: 5.85938vw 0 5.20833vw;
    background: #00B4ED;
  }
  .st_ranking .ttl_section {
    margin-bottom: 5.85938vw;
  }
  .st_ranking .ttl_section_en img {
    width: 34.63542vw;
  }
  .st_ranking .ttl_section .ttl_section_jp {
    color: #fff;
  }
  .st_ranking .list_rank {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -3.90625vw 0 0 -3.90625vw;
  }
  .st_ranking .list_rank li {
    width: -webkit-calc(33.33% - 3.90625vw);
    width: -moz-calc(33.33% - 3.90625vw);
    width: calc(33.33% - 3.90625vw);
    margin: 3.90625vw 0 0 3.90625vw;
  }
  .st_ranking .list_rank li .nb_01 img {
    width: 2.21354vw;
  }
  .st_ranking .list_rank li .nb_05 img {
    width: 3.51563vw;
  }
  .st_ranking .list_rank li a {
    display: block;
  }
  .st_ranking .list_rank li figure {
    position: relative;
    height: 26.04167vw;
    text-align: center;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -moz-border-radius: 3.25521vw;
         border-radius: 3.25521vw;
  }
  .st_ranking .list_rank li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    max-height: 26.04167vw;
    height: auto;
  }
  .st_ranking .list_rank li span {
    display: block;
    margin-top: 3.25521vw;
    text-align: center;
  }
  .st_ranking .list_rank li span img {
    width: 3.90625vw;
    margin: 0 auto;
  }
  .st_faq {
    padding: 6.51042vw 0 6.51042vw;
  }
  .st_faq .ttl_section {
    margin-bottom: 6.51042vw;
  }
  .st_faq .ttl_section_en img {
    width: 17.1875vw;
  }
  .st_faq .faq .list_faq li:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .st_faq .faq .list_faq 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;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    background-color: #00B4ED;
    color: #fff;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 500;
    padding: 1.30208vw 1.30208vw 1.30208vw 1.30208vw;
    min-height: 15.625vw;
    position: relative;
  }
  .st_infor {
    padding: 7.8125vw 0 5.20833vw;
    background: url("../img/my_page/bkg_mypage.png") repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .st_infor .ttl_section {
    margin-bottom: 4.55729vw;
  }
  .st_infor .ttl_section_en img {
    width: 50.26042vw;
  }
  .st_infor .list_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
  }
  .st_infor .list_info li:not(:last-child) {
    margin-right: 6.51042vw;
  }
  .st_infor .list_info li a {
    display: block;
    text-align: center;
  }
  .st_infor .list_info li span {
    width: 20.83333vw;
    height: 20.83333vw;
    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;
    background-color: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
  }
  .st_infor .list_info li span img {
    width: 11.06771vw;
  }
  .st_infor .list_info li em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 4.29688vw;
    font-weight: bold;
    margin-top: 2.60417vw;
  }
  .st_support .ttl_section {
    padding: 6.51042vw 0;
  }
  .st_support .ttl_section_en img {
    width: 39.45313vw;
  }
}
