@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: 'sfr';
  src: url("./fonts/sfr.woff") format("woff"); }

@font-face {
  font-family: 'sfl';
  src: url("./fonts/sfl.woff") format("woff"); }

html {
  /*font-size: 62.5%;*/
  font-size: 74%;
}

body {
  /*font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; 
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .8px;
  background: #f4f4f4; }

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif; }

b, strong, .bold {
  /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; 
}

img {
  width: 100%; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  color: #3e3e3e; }
  a:hover {
    opacity: 0.7; }

.pc-hide {
  display: none; }

.sp-hide {
  display: block; }

@media screen and (max-width: 750px) {
  .sp-hide {
    display: none; }
  .pc-hide {
    display: block; } }

.l-header {
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  position: fixed;
  top: 0;
  background: #f4f4f4;
  z-index: 9999; }

.header {
  padding: 17px 32px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }
  .header__logo {
    max-width: 164px;
    width: 100%; }

.h-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .h-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .h-btn__item {
    max-width: 180px;
    width: 100%; }
    .h-btn__item a {
      text-align: center;
      display: block;
      cursor: pointer;
      font-weight: 500;
      padding: 12px 0;
      position: relative;
      color: #FFF; }
    .h-btn__item--green {
      background: #BD603D; }
    .h-btn__item--orange {
      background: #b02544; }
  .h-btn__item + .h-btn__item {
    margin-left: 16px; }

.h-menu {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 16px; }
  .h-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .h-menu__item a {
    color: #181818;
    font-weight: 500;
    font-size: 1.4rem; }
  .h-menu__item--current a {
    color: #BD603D; }

@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    padding: 4vw;
    margin-bottom: 0;
    text-align: center;
    display: inline; }
    .header__logo {
      width: 40vw;
      margin: 0 auto;
      text-align: center; }
  .h-btn__item a {
    font-size: 3.2vw;
    padding: 6px 0;
    text-indent: -0.5rem; }
    .h-btn__item a:after {
      right: calc(50% - 12vw);
      width: 1.2vw;
      height: 1.86667vw; } }

footer {
  padding-top: 60px; }

.upper-footer {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }
  .upper-footer__contents {
    text-align: center; }
    .upper-footer__contents__logo {
      max-width: 280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 80px; }

.bottom-footer {
  background: #000;
  padding: 60px 0;
  color: #FFF; }

.copyright {
  font-size: 1rem;
  text-align: center; }

.bottom-footer__logo {
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

@media screen and (max-width: 750px) {
  .bottom-footer__logo {
    max-width: 50vw; }
  .copyright {
    font-size: 2.4vw; } }

.l-top {
  margin-top: 40px; }

.l-main-visual.l-main-visual-top.sp-hide {
  max-height: none;
  max-height: initial; }
  .l-main-visual.l-main-visual-top.sp-hide .top-mv {
    width: 100%;
    }
    .l-main-visual.l-main-visual-top.sp-hide .top-mv__inner {
      position: relative;}

      .l-main-visual.l-main-visual-top.sp-hide .top-mv__inner p {
      position: absolute;
      width: 46%;
      top: 10%;
      left: 4%;}

.top-menu-btn {
  margin-bottom: 80px;
  margin-top: 100px; }
  .top-menu-btn__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .top-menu-btn__wrap__item {
      width: calc(25% - 30px);
      max-width: 116px;
      text-align: center;
      position: relative; }
      .top-menu-btn__wrap__item a {
        color: #181818;
        font-weight: 500; }
      .top-menu-btn__wrap__item__icon {
        margin-bottom: 18px;
        max-width: 80px;
        margin-left: auto;
        margin-right: auto; }
    .top-menu-btn__wrap__item + .top-menu-btn__wrap__item {
      margin-left: 60px; }

.top-secion {
  max-width: 980px;
  margin: 0 auto; }
  .top-secion__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px; }
    .top-secion__wrap__inner {
      max-width: 410px;
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px; }
      .top-secion__wrap__inner h2 {
        font-size: 3.2rem;
        line-height: 48px;
        font-weight: normal; }
      .top-secion__wrap__inner .top-about {
        color: #181818;
        font-weight: bold;}
      .top-secion__wrap__inner .top-selfcheck {
        color: #181818;
        font-weight: bold;}
      .top-secion__wrap__inner .top-flow {
        color: #181818;
        font-weight: bold;}
      .top-secion__wrap__inner .top-clinic {
        color: #181818; }
      .top-secion__wrap__inner__text {
        margin-top: 32px;
        font-size: 1.4rem;
        color: #181818;
        line-height: 28px; }
    .top-secion__wrap__images {
      max-width: 490px; }

.top-secion__btn a {
  font-size: 1.4rem;
  margin-top: 40px;
  padding: 16px 0;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #BD603D;
  color: #FFF; }

@media screen and (max-width: 750px) {
  .top-secion__wrap {
    display: block;
    margin-bottom: 15vw; }
  .top-secion__wrap__inner {
    position: relative; }
  .top-secion:last-child .top-secion__wrap__inner {
    margin-bottom: 0vw; }
  .top-secion__wrap__inner h2 {
    font-size: 7.2vw;
    margin-bottom: 5vw;
    font-weight: normal; }
  .top-secion__wrap {
    padding-left: 5vw;
    padding-right: 5vw; }
  .top-menu-btn {
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, .51);
            box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, .51);
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5vw;
    padding-top: 5vw;
    background: rgba(255, 255, 255, .9);
    z-index: 999; }
  .top-secion__wrap__inner__text {
    font-size: 3.73333vw; }
  .top-menu-btn__wrap__item + .top-menu-btn__wrap__item {
    margin-left: 0; }
  .top-menu-btn__wrap {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .top-menu-btn__wrap__item {
    font-size: 2.66667vw;
    width: inherit; }
  .h-btn__wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .sp-footer-menu {
    width: 90vw;
    margin: 0 auto;
    margin-top: 3vw; }
  .top-menu-btn__wrap__item__icon {
    margin-bottom: 2vw; }
    .top-menu-btn__wrap__item__icon img {
      width: 46%; }
  .sp-footer-menu a {
    padding: 3vw 0;
    text-indent: -0.5rem; }
    .sp-footer-menu a:after {
      right: calc(50% - 19vw); }
  .footer {
    padding-bottom: 36vw; }
  .l-main-visual--top--sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important; }
  .l-main-visual.l-main-visual-top.pc-hide {
    min-height: auto; } }

.news {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  padding: 50px 0; }
  .news--title {
    font-size: 2.2rem;
    color: #BD603D;
    font-weight: bold; }
  .news--txt {
    font-size: 1.4rem;
    line-height: 28px;
    margin-top: 40px; }

@media screen and (max-width: 750px) {
  .news {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw; }
    .news--title {
      position: relative;
      font-size: 5.86667vw; }
      .news--title:after {
        position: absolute;
        display: block;
        content: '▼';
        right: 5vw;
        top: 1vw;
        font-size: 3.73333vw; }
      .news--title.on:after {
        position: absolute;
        display: block;
        content: '▲';
        right: 5vw;
        top: 1vw;
        font-size: 3.73333vw; }
    .news--txt {
      display: none;
      margin-top: 5vw;
      padding-left: 8vw;
      padding-right: 8vw;
      font-size: 3.73333vw; } }

.topOnline {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px; }

.topOnline a {
display: block;
opacity: 1;  }


.topOnline a:hover {

opacity: 0.6;  }

@media screen and (max-width: 750px) {
  .topOnline {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    }}

.covid {
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  padding: 24px 0;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 980px;
  margin-bottom: 80px; }
  .covid a {
    color: #BD603D;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .covid a:before {
      content: '';
      display: block;
      background: url(../imgs/top/note-icon.png);
      background-repeat: no-repeat;
      width: 16px;
      height: 14px;
      margin-right: 10px; }

@media screen and (max-width: 750px) {
  .covid {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 5vw;
    margin-bottom: 10vw; } }

.l-about-visual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8 !important;
  position: relative;
  z-index: -4; }
  .l-about-visual__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 147px 0;
    position: relative; }
    .l-about-visual__inner h1 {
      font-size: 3.0rem;
      line-height: 1.2;
      color: #BD603D; }
    .l-about-visual__inner :after {
      content: '';
      background-size: cover;
      width: 500px;
      height: 320px;
      background-image: url(../imgs/about/mv-img.png);
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }

.sec-about {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
  color: #808080; }
  .sec-about__tit {
    font-size: 2.2rem;
    margin-top: 80px;
    margin-bottom: 32px;
    color: #181818;
    line-height: 36px; }
    .sec-about__tit--center {
      text-align: center;
      font-weight: 500;
      line-height: 36px;
      color: #BD603D;
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 50px; }
  .sec-about__text {
    margin-bottom: 60px; }
    .sec-about__text p {
      font-size: 1.4rem;
      line-height: 28px;
      color: #181818; }
      .sec-about__text p .pink {
        color: #BD603D;
        font-weight: bold; }

.sec01-about__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sec01-about__graph__smalltext {
    font-size: 1.2rem;
    margin-top: 30px;
    line-height: 1.4; }

.sec02-about__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sec-about03__figure {
  padding: 40px;
  background: #f4f4f4;
  border: 1px solid #E0E0E0;
  margin-bottom: 40px; }
  .sec-about03__figure__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .sec-about03__figure__inner__item {
      margin: 10px;
      width: calc(33.33333% - 20px);
      border-radius: 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      color: #BD603D;
      background: #FFF; }
      .sec-about03__figure__inner__item__icon {
        width: 70%;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px; }
      .sec-about03__figure__inner__item__txt {
        font-size: 1.4rem;
        margin-bottom: 18px;
        margin-top: 14px; }

.sec-about03__graph01 {
  margin-bottom: 80px; }

.sec-about03__txt {
  line-height: 28px;
  font-size: 1.4rem;
  margin-bottom: 80px;
  color: #181818; }

.sec-about03__fugire02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sec-about03__fugire02__item {
  max-width: 226px;
  padding: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  min-height: 230px;
  background: #FFF;
  width: 100%; }
  .sec-about03__fugire02__item__tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    color: #181818; }
    .sec-about03__fugire02__item__tit span {
      font-size: 1.6rem; }
    .sec-about03__fugire02__item__tit__left {
      margin-right: 10px; }
  .sec-about03__fugire02__item__txt {
    font-size: 1.4rem;
    line-height: 28px;
    color: #181818; }
    .sec-about03__fugire02__item__txt--icon {
      color: #181818;
      background: #BD603D;
      padding: 5px 10px;
      text-align: center;
      margin-top: 16px;
      margin-left: auto;
      position: absolute;
      bottom: 30px;
      max-width: 200px;
      width: 100%;
      background: #f4f4f4; }

.sec-about03__title--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-about03__title--01:before {
    content: '';
    background: url(../imgs/about/icon_01.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    background-size: contain;
    display: block;
    margin-right: 8px; }

.sec-about03__title--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-about03__title--02:before {
    content: '';
    background: url(../imgs/about/icon_02.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    background-size: contain;
    display: block;
    margin-right: 8px; }

.sec-about03__title--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-about03__title--03:before {
    content: '';
    background: url(../imgs/about/icon_03.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    background-size: contain;
    display: block;
    margin-right: 8px; }

.sec-about03__title--04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-about03__title--04:before {
    content: '';
    background: url(../imgs/about/icon_04.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    background-size: contain;
    display: block;
    margin-right: 8px; }

.sec-about03__title--05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-about03__title--05:before {
    content: '';
    background: url(../imgs/about/icon_05.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    background-size: contain;
    display: block;
    margin-right: 8px; }

.sec-about03__fugire02__item:nth-child(4),
.sec-about03__fugire02__item:nth-child(5) {
  min-height: auto; }

.sec-about03__fugire02__item:nth-child(3n+2) {
  margin-left: 30px;
  margin-right: 30px; }

.sec-about04 {
  margin-bottom: 80px; }

.sec02-about__graph__inner__sub-title {
  font-size: 2.6rem;
  background: #748df8;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  margin-top: 40px;
  background: #FFF;
  color: #181818;
  font-size: 1.8rem;
  font-weight: bold; }

.uq_cycle__box {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.uq_cycle__circle {
  border-radius: 50%;
  border: solid 14px #BD603D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.uq_cycle__object {
  width: 60px;
  height: 60px;
  margin-right: 20px; }

.uq_cycle__cross {
  position: relative; }
  .uq_cycle__cross:before, .uq_cycle__cross:after {
    content: '';
    display: block;
    width: 125%;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #BD603D; }
  .uq_cycle__cross:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .uq_cycle__cross:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.uq_cycle__text {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  text-align: left;
  font-size: 1.8rem; }
  .uq_cycle__text--purple {
    color: #181818;
    font-size: 1.8rem;
    line-height: 38px; }
  .uq_cycle__text--pink {
    color: #181818;
    font-size: 1.8rem;
    line-height: 38px; }

.sec02-about__graph__inner + .sec02-about__graph__inner {
  margin-left: 40px; }

@media screen and (max-width: 750px) {
  .l-about-visual__inner :after {
    background-image: none; }
  .sec-about {
    padding-left: 5vw;
    padding-right: 5vw; }
    .sec-about__tit {
      font-size: 5.86667vw;
      margin-bottom: 4vw;
      line-height: 10.13333vw; }
    .sec-about__text p {
      font-size: 3.73333vw; }
  .sec01-about__graph {
    display: block; }
    .sec01-about__graph__img + .sec01-about__graph__img {
      margin-top: 10vw; }
  .sec02-about__graph {
    display: block; }
  .uq_cycle__box {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin: 5vw 0vw; }
  .sec02-about__graph__inner__sub-title {
    font-size: 4.26667vw;
    padding: 0.5rem 0rem; }
  .uq_cycle__list {
    font-size: 3.73333vw;
    line-height: 1.4; }
  .uq_cycle__object {
    width: 11vw;
    height: 11vw; }
  .sec02-about__graph__inner + .sec02-about__graph__inner {
    margin-left: 0; }
  .sec-about03__figure {
    padding: 2vw;
    margin-bottom: 4vw; }
  .sec-about03__fugire02__item__tit__left {
    width: 8vw; }
  .sec-about03__fugire02__item {
    max-width: inherit;
    min-height: auto;
    width: 100%; }
  .sec-about03__fugire02__item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0; }
  .sec-about03__graph01 {
    margin-bottom: 5vw; }
  .sec-about03__txt {
    font-size: 3.73333vw;
    margin-bottom: 5vw; }
  .sec-about03__fugire02__item__txt--icon {
    font-size: 3.2vw;
    padding: 0.5rem 0rem; }
  .sec-about03__figure__inner__item {
    width: 45%;
    margin: 2vw; }
  .sec-about03__fugire02__item__txt {
    font-size: 3.73333vw; }
  .sec-about__tit {
    margin-top: 10vw; }
  .sec-about03__figure__inner__item__txt {
    font-size: 3.73333vw;
    padding-right: 2vw;
    padding-left: 2vw; }
  .sec-about04 {
    margin-bottom: 10vw; }
  .l-main-visual--sp {
    padding-bottom: 0;
    padding-top: 0; }
    .l-main-visual--sp h1 {
      font-size: 5.86667vw;
      line-height: 10.13333vw;
      padding: 5vw 8vw;
      text-shadow: 0px 0px 4.95px rgba(255, 255, 255, .9), 0px 0px 4.95px rgba(255, 255, 255, .9), 0px 0px 4.95px rgba(255, 255, 255, .9); }
  .sec-about {
    margin-top: 10vw; }
  .sec-title-img p {
    font-size: 7.46667vw;
    color: #181818;
    line-height: 11.2vw;
    margin-bottom: 4vw;
    font-weight: 500; }
  .uq_cycle__box__img {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .sec-about03__fugire02__item__txt--icon {
    position: inherit;
    width: 100%;
    max-width: 100%; } }

.l-mainvisual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8; }
  .l-mainvisual__inner--selcheck {
    max-width: 980px;
    margin: 0 auto;
    padding: 124px 0;
    position: relative; }
    .l-mainvisual__inner--selcheck h1 {
      font-size: 3.0rem;
      line-height: 44px;
      color: #BD603D;
      font-weight: 500;
      font-weight: bold; }
    .l-mainvisual__inner--selcheck :after {
      content: '';
      background-size: cover;
      width: 500px;
      height: 320px;
      background-image: url(../imgs/selfcheck/mv-img.png);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }

.healine__section--btitle {
  font-size: 2.2rem;
  color: #181818;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px; }
  .healine__section--btitle h2 small {
    font-size: 1.4rem; }

.l-main {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px; }

.healine__section--title h3 {
  font-size: 2.4rem;
  color: #181818;
  margin-top: 30px;
  font-weight: bold; }

.healine__section--txt {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #181818;
  line-height: 1.4;
  font-weight: 500; }

.mod_inner_section {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 23px; }

.md_btn_area.mod_rsp_marginTop50 .md_btn__pink {
  text-align: center;
  margin-top: 60px; }
  .md_btn_area.mod_rsp_marginTop50 .md_btn__pink .md_btn_inner {
    font-size: 1.6rem;
    color: #BD603D;
    border: 1px solid #BD603D;
    display: block;
    cursor: pointer;
    padding: 24px 60px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #BD603D;
    color: #FFF; }
  .md_btn_area.mod_rsp_marginTop50 .md_btn__pink :hover {
    opacity: 0.8; }

dt.uq_questionBox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  dt.uq_questionBox_title span {
    width: 30px;
    height: 23px;
    font-size: 2.2rem;
    font-family: 'sfl';
    color: #BD603D; }
    dt.uq_questionBox_title span img {
      width: 100%; }

#result {
  text-align: center; }

h2.mod_title__band {
  font-size: 2.2rem;
  padding: 15px;
  text-align: center;
  color: #181818;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 100px;
  position: relative;
  display: inline-block;
  margin: 0 auto; }
  h2.mod_title__band:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #181818;
    margin-top: 12px; }

.resultInner__txt {
  border: 1px solid #E0E0E0;
  padding: 80px 100px;
  margin-top: 80px; }

.uq_resultText {
  text-align: left;
  font-size: 2.8rem; }

.mod_section_text {
  font-size: 1.4rem;
  color: .mod_section_text #181818;
  line-height: 28px;
  margin-top: 16px;
  text-align: left; }

.uq_advice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.counseling-flow__box {
  margin-top: 120px; }

.counseling-flow {
  margin-top: 50px;
  margin-bottom: 80px;
  border: 1px solid #E0E0E0;
  padding: 80px 60px; }
  .counseling-flow__headline {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    color: #BD603D;
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
  .counseling-flow__listwrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #181818;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .counseling-flow__listwrap__img {
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px; }
    .counseling-flow__listwrap__textarea {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 40px; }
    .counseling-flow__listwrap__tit-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .counseling-flow__listwrap__title {
      font-size: 2.2rem;
      margin-left: 1rem;
      font-weight: 500; }
    .counseling-flow__listwrap__text {
      font-size: 1.4rem;
      margin-top: 2rem;
      line-height: 28px;
      margin-left: 60px; }

.stepicon {
  padding: 0.5rem 1rem;
  font-weight: 600; }

@media screen and (max-width: 750px) {
  .l-main--selfcheck {
    padding-left: 5vw;
    padding-right: 5vw; }
  h2.mod_title__band {
    font-size: 4.26667vw;
    margin-bottom: 5vw;
    padding: 3vw;
    text-indent: 2vw; }
  .mod_section_text {
    font-size: 3.73333vw;
    margin-top: 5vw; }
  .counseling-flow {
    padding: 10vw 5vw; }
    .counseling-flow__headline {
      font-size: 5.86667vw;
      margin-bottom: 5vw; }
    .counseling-flow__listwrap {
      display: block;
      margin-top: 13vw; }
      .counseling-flow__listwrap__img {
        margin-top: 5vw; }
      .counseling-flow__listwrap__textarea {
        margin-left: 0;
        margin-right: 0; }
      .counseling-flow__listwrap__tit-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .counseling-flow__listwrap__title {
        font-size: 5.86667vw; }
      .counseling-flow__listwrap__text {
        font-size: 3.73333vw;
        margin-top: 4vw;
        margin-left: 0; }
  .stepicon {
    font-size: 3.2vw;
    padding: 0.5rem 1.5rem; }
  .resultInner__txt {
    padding: 10vw 5vw;
    margin-top: 5vw; }
  .counseling-flow__box {
    margin-top: 25vw; } }

.uq_questionBox .uq_questionBox_title p {
  font-size: 1.4rem;
  line-height: 28px;
  background-position: left top;
  background-size: 38px;
  background-repeat: no-repeat;
  padding: 6px 0 6px 23px;
  color: #181818;
  font-weight: bold;
  font-size: 2.2rem; }

.uq_questionBox .uq_questionBox_main {
  margin-top: 20px; }

.uq_questionBox .uq_questionBox_main + .uq_questionBox_title {
  margin-top: 60px; }

.uq_checkList .uq_checkList_box {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
  background-image: url(../imgs/selfcheck/parts_btn_radio.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left top 3px;
  padding: 14px 20px;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  color: #181818;
  font-size: 1.4rem;
  z-index: 3;
  position: relative;
  border: 2px solid #FFF; }
  .uq_checkList .uq_checkList_box:before {
    content: '';
    background-image: url(../imgs/selfcheck/parts_btn_radio.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    display: block;
    float: left;
    margin-right: 12px; }
  .uq_checkList .uq_checkList_box:after {
    background: #FFF;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

@media (max-width: 640px) {
  .uq_checkList .uq_checkList_box {
    background-size: 20px;
    display: block;
    background-position: left top 7px;
    padding-left: 28px; } }

.uq_checkList .uq_checkList_box.is_checked {
  background-image: url(../imgs/selfcheck/parts_btn_radio_checked.svg);
  border: 2px solid #BD603D; }
  .uq_checkList .uq_checkList_box.is_checked:before {
    content: '';
    background-image: url(../imgs/selfcheck/parts_btn_radio_checked.svg);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain; }

#result {
  display: none; }

.uq_resultText {
  font-size: 26px;
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
  color: #BD603D;
  line-height: 2;
  text-align: center; }

@media (max-width: 640px) {
  .uq_resultText {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5; } }

.uq_advice_box {
  font-size: 0;
  padding: 35px 26px;
  margin-top: 30px;
  background: #FFF; }

@media (max-width: 440px) {
  .uq_advice_box {
    text-align: right; } }

.uq_advice_box .uq_advice_box_text {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 80px;
  display: inline-block;
  vertical-align: top;
  width: 80%; }

@media (max-width: 440px) {
  .uq_advice_box .uq_advice_box_text {
    text-align: left;
    width: 100%;
    padding-right: 0; } }

.uq_advice_box .uq_advice_box_img {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 17%; }

@media (max-width: 440px) {
  .uq_advice_box .uq_advice_box_img {
    width: 30%; } }

.uq_advice_box .uq_advice_title {
  font-size: 1.4rem;
  color: #181818;
  font-weight: bold;
  text-align: left; }

@media (max-width: 640px) {
  .uq_advice_box .uq_advice_title {
    font-size: 18px;
    font-size: 1.8rem; } }

.uq_ageArea .uq_ageArea_row {
  position: relative;
  padding-top: 70px; }

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row {
    padding-top: 0; } }

.uq_ageArea .uq_ageArea_row + .uq_ageArea_row {
  margin-top: 30px; }

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row + .uq_ageArea_row {
    margin-top: 0; } }

.uq_ageArea .uq_ageArea_row .uq_ageBtn {
  line-height: 60px;
  padding-left: 40px;
  background: #fff;
  border: solid 1px #cccccc;
  width: 49%;
  top: 0;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 26px auto;
  cursor: pointer; }

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn {
    width: 100%;
    position: static;
    margin-top: 20px; } }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._left {
  left: 0; }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._left + .js_acho_contents .js_result:before {
  left: 24%;
  margin-left: -17px; }

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn._left + .js_acho_contents .js_result:before {
    left: 50%; } }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._right {
  right: 0; }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._right + .js_acho_contents .js_result:before {
  right: 24%;
  margin-right: -17px; }

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn._right + .js_acho_contents .js_result:before {
    right: 50%; } }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age19 {
  background-image: url(../imgs/selfcheck/icon_check_pink.svg); }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age20 {
  background-image: url(../imgs/selfcheck/icon_check_blue.svg); }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age30 {
  background-image: url(../imgs/selfcheck/icon_check_orange.svg); }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age40 {
  background-image: url(../imgs/selfcheck/icon_check_cyaan.svg); }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age50 {
  background-image: url(../imgs/selfcheck/icon_check_green.svg); }

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age60 {
  background-image: url(../imgs/selfcheck/icon_check_yellow.svg); }

.uq_ageArea .js_acho_contents {
  display: none; }

.uq_ageArea .js_acho_contents .js_result {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 30px;
  position: relative; }

.uq_ageArea .js_acho_contents .js_result:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #f4f4f4 transparent;
  position: absolute;
  top: -17px; }

@media screen and (max-width: 750px) {
  .uq_questionBox .uq_questionBox_title p {
    font-size: 4.26667vw;
    background-size: 8vw;
    padding: 0vw 0 1.5vw 5vw; }
  .uq_checkList .uq_checkList_box {
    display: inline-block;
    width: 75vw; }
  .uq_questionBox .uq_questionBox_main {
    margin-top: 2vw; }
  .uq_questionBox .uq_questionBox_main + .uq_questionBox_title {
    margin-top: 8vw; }
  .md_btn_area.mod_rsp_marginTop50 .md_btn__pink {
    margin-top: 10vw; }
  .uq_resultText {
    font-size: 5.6vw;
    font-weight: 500;
    line-height: 1.4; }
  .uq_advice_box {
    display: block;
    position: relative; }
  .uq_advice_box .uq_advice_title {
    font-size: 3.73333vw;
    margin-bottom: 15vw;
    line-height: 7.46667vw; } }

.l-mainvisual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8; }
  .l-mainvisual__inner--flow {
    max-width: 980px;
    margin: 0 auto;
    padding: 147px 0;
    position: relative; }
    .l-mainvisual__inner--flow h1 {
      font-size: 3.0rem;
      line-height: 1.2;
      color: #BD603D;
      font-weight: bold; }
    .l-mainvisual__inner--flow :after {
      content: '';
      background-size: cover;
      width: 570px;
      height: 320px;
      background-image: url(../imgs/flow/mv-img.png);
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 0; }

.l-main {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px; }

.healine__section--title h3 {
  font-size: 2.4rem;
  color: #686868;
  margin-top: 30px;
  font-weight: bold; }

.healine__section--txt {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #686868;
  line-height: 1.4;
  font-weight: 500; }

.advance__table {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 0px 60px;
  border: 1px solid #E0E0E0; }
  .advance__table__title {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 50px 0 0;
    padding: 6px 0;
    text-align: left;
    color: #BD603D;
    border-bottom: 1px solid #E0E0E0;
    font-weight: bold;
    padding: 24px 0; }

.v-table {
  margin-top: 50px;
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px; }

.v-table tr {
  border-bottom: 1px solid #E0E0E0; }

.v-table th {
  background-color: #FFF;
  border-right: 1px solid #E0E0E0;
  color: #181818;
  font-size: 1.4rem;
  padding-left: 10px;
  text-align: left;
  width: 240px;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
  text-indent: 20px; }
  .v-table th img {
    width: 30px;
    margin-right: 6px; }

.v-table td {
  background-color: #f4f4f4;
  color: #181818;
  font-size: 1.4rem;
  padding: 24px 40px;
  text-align: left;
  line-height: 1.4; }

.v-table__list > li {
  list-style: none;
  padding-left: 0px;
  text-indent: -9px;
  margin-bottom: 7px;
  line-height: 28px; }
  .v-table__list > li:before {
    content: '・'; }

@media screen and (max-width: 750px) {
  .v-table, .v-table thead, .v-table tbody, .v-table tr, .v-table th, .v-table td {
    display: block;
    width: 100%; }
  .v-table {
    margin-top: 10vw;
    margin-bottom: 10vw; }
  .v-table tr {
    border-bottom: 1px solid #E0E0E0; }
  .v-table th {
    border-right: none;
    font-size: 4.8vw;
    padding: 0.5rem; }
    .v-table th img {
      width: 5vw;
      margin-right: 6px;
      vertical-align: text-bottom; }
  .v-table td {
    font-size: 3.73333vw; }
  .advance__table__title {
    font-size: 4.8vw; }
  .v-table li {
    list-style: none;
    padding-left: 2rem;
    text-indent: -1.4rem; }
  .advance__table {
    padding: 0px 5vw;
    margin-bottom: 20vw; } }

.cost {
  margin-top: 80px; }
  .cost__headline__m-title h2 {
    font-size: 2.2rem;
    padding: 14px 0;
    color: #181818;
    border-bottom: 1px solid #E0E0E0;
    font-weight: bold; }
  .cost__contents {
    margin-top: 40px; }
    .cost__contents__title {
      font-size: 1.8rem;
      background: #848c9b;
      padding: 12px;
      text-indent: 24px;
      color: #FFF;
      font-weight: 400;
      line-height: 1.4; }
    .cost__contents__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #BD603D;
      margin-bottom: 40px; }
    .cost__contents__datail {
      margin-right: 90px;
      width: 467px; }

.uq_costNote__text {
  font-size: 2.4rem;
  line-height: 1.4; }

.small-comment {
  font-size: 1.2rem;
  margin-top: 40px;
  color: #BD603D;
  margin-bottom: 42px; }

.loan {
  margin-bottom: 60px; }
  .loan__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
    .loan__inner p {
      color: #686868;
      font-size: 1.4rem;
      line-height: 28px; }
      .loan__inner p span {
        color: #BD603D;
        font-weight: bold; }

.flow-message {
  margin-bottom: 60px;
  margin-top: 40px; }
  .flow-message p {
    font-size: 1.4rem;
    color: #181818;
    line-height: 28px; }

@media screen and (max-width: 750px) {
  .l-main-flow {
    padding-left: 5vw;
    padding-right: 5vw; }
  .cost__contents__inner {
    display: block; }
  .cost__contents__datail {
    width: 100%; }
  .v-table td {
    padding: 5vw 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .v-table th {
    padding: 3vw 0px;
    font-size: 3.73333vw;
    text-indent: 5vw; }
  .advance_ico1:before, .advance_ico2:before, .advance_ico3:before, .advance_ico4:before, .advance_ico5:before,
  .advance_ico6:before, .advance_ico7:before {
    width: 5vw;
    height: 5vw;
    left: 5.5vw; }
  .loan {
    margin-bottom: 10vw; }
  .loan__inner {
    display: block;
    margin-top: 4vw; }
    .loan__inner p {
      font-size: 3.73333vw; }
    .loan__inner__img {
      width: 80%;
      margin-top: 8vw;
      margin-left: auto;
      margin-right: auto; }
  .advance__table__title {
    width: 100%;
    margin-top: 10vw;
    padding: 3vw 0;
    font-size: 5.86667vw; }
  .cost__headline__m-title h2 {
    font-size: 4.8vw;
    line-height: 10.13333vw; }
  .cost__contents__title {
    font-size: 5.06667vw; }
  .about_uq_detailSeparate__title, .about_uq_detailSeparate__text {
    font-size: 3.73333vw; }
  .uq_costNote__text, .uq_costNote__list {
    font-size: 3.73333vw; }
  .flow-message {
    margin-bottom: 10vw; }
    .flow-message p {
      font-size: 3.73333vw; } }

.uq_flow__iconImage1, .uq_flow__iconImage2, .uq_flow__iconImage3, .uq_flow__iconImage4, .uq_flow__iconImage5, .uq_flow__iconImage6, .uq_flow__iconImage7 {
  margin-right: auto;
  margin-left: auto; }

.uq_chartBtn, .uq_contentsTab__btn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0; }

.uq_sectionTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

@media (max-width: 768px) {
  .uq_sectionTitle {
    font-size: 26px; } }

.uq_sectionTitle__br {
  display: none; }

@media (max-width: 768px) {
  .uq_sectionTitle__br {
    display: block; } }

@media (max-width: 768px) {
  .uq_sectionTitle__large {
    font-size: 34px; } }

.uq_chartBtn {
  margin-top: 30px;
  font-size: 24px;
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: none;
  border-top: solid 1px #ff657b;
  border-bottom: solid 1px #ff657b;
  color: #ff657b;
  font-weight: bold;
  background: #DAEFFF; }

@media (max-width: 768px) {
  .uq_chartBtn {
    height: 90px;
    font-size: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8px; } }

.uq_chartBtn::before, .uq_chartBtn::after {
  content: '';
  display: block;
  background: #ff657b;
  position: absolute; }

.uq_chartBtn::before {
  width: 1px;
  height: 13px;
  right: 16px;
  top: calc(50% - 6.5px); }

.is_stateActive.uq_chartBtn::before {
  display: none; }

.uq_chartBtn::after {
  width: 13px;
  height: 1px;
  right: 10px;
  top: calc(50% - 1px); }

.uq_chartBody {
  display: none; }

.uq_table {
  table-layout: fixed;
  width: 100%;
  border-right: solid 1px #ff657b;
  border-collapse: collapse;
  border-spacing: 1px; }

.uq_table__thYellow, .uq_table__thBlue, .uq_table__thGray, .uq_table__tdYellow, .uq_table__tdBlue {
  border: solid 1px #ff657b;
  padding: 15px; }

@media (max-width: 768px) {
  .uq_table__thYellow, .uq_table__thBlue, .uq_table__thGray, .uq_table__tdYellow, .uq_table__tdBlue {
    padding: 10px 8px; } }

.uq_table__blank {
  border: solid 1px #ff657b;
  width: 140px;
  border-top: none; }

@media (max-width: 768px) {
  .uq_table__blank {
    width: 55px; } }

.uq_table__thYellow {
  background: #E0F127;
  border-top: none; }

.uq_table__thBlue {
  background: #64E6F7;
  border-top: none; }

.uq_table__thMain {
  font-size: 18px;
  color: #002D60; }

@media (max-width: 768px) {
  .uq_table__thMain {
    font-size: 12px; } }

.uq_table__thSub {
  font-size: 11px;
  color: #002D60; }

.uq_table__thGray {
  background: #848C9B;
  color: #fff;
  vertical-align: middle; }

@media (max-width: 768px) {
  .uq_table__thGray {
    font-size: 12px;
    padding: 0; } }

.uq_table__tdYellow {
  background: #FBFDE3; }

.uq_table__tdBlue {
  background: #DBF8FC; }

.uq_table__lead {
  font-weight: bold;
  font-size: 16px;
  color: #002D60; }

@media (max-width: 768px) {
  .uq_table__lead {
    font-size: 12px; } }

.uq_table__text {
  font-size: 14px;
  color: #002D60; }

@media (max-width: 768px) {
  .uq_table__text {
    font-size: 12px; } }

.uq_selectComment {
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 57px;
  position: relative; }

@media (max-width: 768px) {
  .uq_selectComment {
    margin-top: 30px;
    padding-bottom: 94px;
    padding-left: 0;
    padding-right: 0; } }

.uq_selectComment__title {
  text-align: center;
  padding: 40px;
  position: relative;
  background: #6BC0FD;
  border-radius: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative; }

@media (max-width: 768px) {
  .uq_selectComment__title {
    padding: 20px;
    font-size: 24px; } }

@media (max-width: 375px) {
  .uq_selectComment__title {
    font-size: 6.4vw; } }

.uq_selectComment__title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 28px 16px 0;
  border-color: transparent transparent #6BC0FD transparent;
  position: absolute;
  bottom: 0;
  right: 80px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
  z-index: 0; }

@media (max-width: 768px) {
  .uq_selectComment__title::before {
    border-width: 0px 28px 16px 0;
    right: 72px; } }

.uq_selectComment__okamura, .uq_selectComment__yabe {
  position: absolute;
  bottom: 0; }

.uq_selectComment__okamura {
  left: 4px;
  width: 109px;
  z-index: 1; }

@media (max-width: 768px) {
  .uq_selectComment__okamura {
    width: 105px; } }

.uq_selectComment__yabe {
  right: 4px;
  width: 134px;
  z-index: 1; }

@media (max-width: 768px) {
  .uq_selectComment__yabe {
    width: 130px; } }

.uq_select {
  margin-top: 40px; }

.uq_select__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -18px; }

@media (max-width: 640px) {
  .uq_select__title {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0; } }

.uq_select__titleBr {
  display: none; }

@media (max-width: 640px) {
  .uq_select__titleBr {
    display: block; } }

.uq_select__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 640px) {
  .uq_select__container {
    display: block; } }

.uq_select__column {
  width: calc(50% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 640px) {
  .uq_select__column {
    width: 100%; } }

@media (max-width: 640px) {
  .uq_select__column + .uq_select__column {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 2px #ff657b; } }

.uq_select__name {
  font-size: 22px;
  background: #ff657b;
  color: #E0F127;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 375px) {
  .uq_select__name {
    font-size: 5.86vw; } }

.uq_select__name.is_textColor__blue {
  color: #64E6F7; }

.uq_select__lead {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold; }

.uq_select__note {
  font-size: 12px;
  margin-top: 10px; }

.uq_select__btn {
  margin-top: 30px;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 640px) {
  .uq_select__btn {
    margin-top: 30px; } }

.uq_contents {
  margin-top: 50px;
  max-width: 1200px;
  width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 768px) {
  .uq_contents {
    width: calc(100% - 30px); } }

.uq_contentsTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uq_contentsTab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%; }

.uq_contentsTab__item + .uq_contentsTab__item {
  margin-left: -2px; }

.uq_contentsTab__btn {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #fff;
  border-radius: 15px 15px 0 0;
  border-bottom-color: #fff;
  background: #d64b5f;
  font-weight: bold;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4; }

@media (max-width: 640px) {
  .uq_contentsTab__btn {
    font-size: 18px;
    height: 68px; } }

.uq_contentsTab__btn.is_colorYellow {
  color: #FFF; }

.uq_contentsTab__btn.is_colorYellow.is_stateActive {
  color: #faffc2; }

.uq_contentsTab__btn.is_colorBlue {
  color: #FFF; }

.uq_contentsTab__btn.is_colorBlue.is_stateActive {
  color: #faffc2; }

.uq_contentsTab__btn.is_stateActive {
  border-bottom-color: transparent;
  background: transparent; }

.uq_contentsTab__br {
  display: none; }

@media (max-width: 640px) {
  .uq_contentsTab__br {
    display: block; } }

.uq_contentsBody {
  border: solid 2px #fff;
  border-radius: 15px 15px 15px 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px; }

@media screen and (max-width: 750px) {
  .uq_contentsBody {
    margin-bottom: 20px; } }

.uq_contentsBody__item:not(.is_stateActive) {
  display: none; }

.uq_contentsLead {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  margin-top: 40px; }

@media (max-width: 640px) {
  .uq_contentsLead {
    text-align: left; } }

@media (max-width: 640px) {
  .uq_contentsLead__br {
    display: none; } }

.uq_contentsLead__note {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  margin-top: 10px; }

@media (max-width: 640px) {
  .uq_contentsLead__note {
    display: block; } }

.uq_contentsBox {
  background: #fff;
  color: #ff657b;
  margin: 30px 80px 60px 80px; }

.uq_contentsBox + .uq_contentsBox {
  margin-top: 40px; }

.uq_contentsBox__title {
  background: #faffc3;
  color: #ff657b;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: bold; }

.uq_contentsBox__title.is_colorYellow {
  background: #faffc3 !important; }

.uq_contentsBox__title.is_colorBlue {
  background: #faffc3; }

.uq_contentsBox__inner {
  padding: 80px; }

@media (max-width: 768px) {
  .uq_contentsBox__inner {
    padding: 30px 15px 40px; } }

.uq_contentsBox__wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #E0E0E0;
  margin-top: 40px;
  margin-bottom: 16px; }

.uq_costInner {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto; }

.uq_bandTitle {
  background: #848C9B;
  border-radius: 20px;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 18px; }

@media (max-width: 640px) {
  .uq_bandTitle {
    padding: 8px; } }

.uq_bandTitle__margin {
  margin-top: 50px; }

.uq_costLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

@media (max-width: 640px) {
  .uq_costLabel {
    margin-top: 20px; } }

.uq_costLabel__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: solid 2px #BD603D;
  font-size: 2.4rem;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400; }

@media (max-width: 640px) {
  .uq_costLabel__item {
    font-size: 16px; } }

@media (max-width: 375px) {
  .uq_costLabel__item {
    padding: 4vw 2vw;
    font-size: 14px; } }

.uq_costLabel__text {
  width: 100%;
  text-align: center;
  font-weight: 500; }

.uq_costLabel__small {
  font-size: 15px; }

@media (max-width: 640px) {
  .uq_costLabel__small {
    font-size: 12px; } }

.uq_costLabel__center {
  width: 26px;
  height: 26px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 60px;
  line-height: 1;
  font-weight: normal; }

@media (max-width: 640px) {
  .uq_costLabel__center {
    width: 20px;
    height: 20px; } }

@media (max-width: 375px) {
  .uq_costLabel__center {
    margin-left: 10px;
    margin-right: 10px; } }

.uq_costLabel__center::before, .uq_costLabel__center::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background: #BD603D; }

.uq_costLabel__center::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.uq_price {
  margin-top: 30px;
  text-align: left;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; }

@media (max-width: 640px) {
  .uq_price {
    font-size: 24px;
    margin-top: 20px; } }

@media (max-width: 375px) {
  .uq_price {
    font-size: 6.4vw;
    text-align: center; } }

.uq_price__number {
  font-size: 200%; }

.uq_price__tax {
  font-size: 59.45946%; }

.uq_price__br {
  display: none; }

@media (max-width: 640px) {
  .uq_price__br {
    display: block; } }

.uq_detailSeparate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }

@media (max-width: 640px) {
  .uq_detailSeparate {
    margin-top: 20px; } }

.uq_detailSeparate__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  padding: 20px; }

@media (max-width: 640px) {
  .uq_detailSeparate__item {
    padding: 5vw; } }

.uq_detailSeparate__item:nth-child(n+3) {
  margin-top: 8px; }

.uq_detailSeparate_head {
  width: 100%;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uq_detailLabel {
  font-size: 18px;
  width: 100%;
  font-weight: bold; }

@media (max-width: 640px) {
  .uq_detailLabel {
    font-size: 16px; } }

.uq_detailLabel__sub {
  font-size: 14px;
  width: 100%; }

@media (max-width: 640px) {
  .uq_detailLabel__sub {
    font-size: 12px; } }

.uq_detailPrice {
  padding-left: 1em;
  width: 100%;
  margin-top: 8px;
  text-align: center;
  border-top: solid 2px #ff657b;
  font-size: 19px;
  font-weight: bold; }

@media (max-width: 640px) {
  .uq_detailPrice {
    padding-left: 0;
    font-size: 12px;
    letter-spacing: -0.05em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; } }

@media (max-width: 375px) {
  .uq_detailPrice {
    font-size: 3.2vw; } }

@media (max-width: 320px) {
  .uq_detailPrice {
    font-size: 8px; } }

.uq_detailPrice__number {
  font-size: 189.47368%; }

.uq_detailPrice__tax {
  font-size: 73.68421%; }

.uq_detailSecond {
  background: #E2E5EB;
  text-align: center;
  padding: 15px;
  margin-top: 30px; }

@media (max-width: 640px) {
  .uq_detailSecond {
    margin-top: 20px;
    padding: 8px; } }

.uq_detailSecond__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 640px) {
  .uq_detailSecond__list {
    margin-top: 20px; } }

.uq_detailSecond__card {
  width: calc(50% - 8px); }

.uq_detailSecond__card:nth-child(2) {
  margin-left: 16px; }

.uq_detailSecond__card:nth-child(3) {
  margin-top: 30px; }

@media (max-width: 640px) {
  .uq_detailSecond__card:nth-child(3) {
    margin-top: 20px;
    width: 60%; } }

.uq_costNote {
  font-size: 14px;
  margin-top: 10px; }

@media (max-width: 640px) {
  .uq_costNote {
    font-size: 12px; } }

.uq_flow__arrow {
  margin-top: 30px;
  margin-bottom: 30px; }

.uq_flow__arrow::after {
  content: '';
  display: block;
  width: 70px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../imgs/flow/parts-arrow-double-under-navy.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.uq_flow__arrowText {
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
  color: #BD603D;
  font-weight: 500; }

@media (max-width: 640px) {
  .uq_flow__arrowText {
    font-size: 14px; } }

.uq_flow__title {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.uq_flow__titleNumber {
  width: 26px;
  height: 26px;
  font-size: 1.6rem;
  background-color: #BD603D;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768px) {
  .uq_flow__titleNumber {
    width: 6vw;
    height: 6vw;
    margin-right: 15px;
    font-size: 2.93333vw; } }

.uq_flow__titleText {
  font-size: 2.2rem;
  color: #181818;
  font-weight: 500; }

@media (max-width: 768px) {
  .uq_flow__titleText {
    font-size: 5.86667vw;
    line-height: 1.4;
    margin-top: 5vw; } }

.uq_flow__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

.uq_flow__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 28px;
  color: #181818;
  margin-right: 80px; }

@media (max-width: 640px) {
  .uq_flow__text {
    font-size: 14px; } }

.uq_flow__icon {
  width: 70px;
  text-align: center;
  margin-right: 70px; }

@media (max-width: 320px) {
  .uq_flow__icon {
    width: 50px; } }

.uq_flow__iconImage1 {
  width: 90.77341%; }

.uq_flow__iconImage2 {
  width: 69.60651%; }

.uq_flow__iconImage3 {
  width: 88.33107%; }

.uq_flow__iconImage4 {
  width: 74.08412%; }

.uq_flow__iconImage5 {
  width: 73.4057%; }

.uq_flow__iconImage6 {
  width: 100%; }

.uq_flow__iconImage7 {
  width: 72.04885%; }

/*# sourceMappingURL=cost.css.map */
span.m_bold {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: block; }

.contens-head {
  margin-top: 40px; }

.contens-head__title {
  font-weight: bold;
  text-align: center; }
  .contens-head__title--large {
    font-size: 3.6rem; }
  .contens-head__title--sub {
    font-size: 2.6rem;
    position: relative;
    display: inline-block; }
    .contens-head__title--sub:before {
      content: '';
      background: url(../imgs/flow/title-icon-left.png);
      position: absolute;
      width: 20px;
      height: 33px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 0;
      left: -25px;
      left: -2.5rem; }
    .contens-head__title--sub:after {
      content: '';
      background: url(../imgs/flow/title-icon-right.png);
      position: absolute;
      width: 20px;
      height: 33px;
      background-size: contain;
      background-repeat: no-repeat;
      top: 0;
      right: -25px;
      right: -2.5rem; }
    @media screen and (max-width: 750px) {
      .contens-head__title--sub:before {
        top: -2px;
        top: -0.2rem;
        left: -20px;
        left: -2rem;
        -webkit-transform: scale(0.6);
                transform: scale(0.6); }
      .contens-head__title--sub:after {
        top: -2px;
        top: -0.2rem;
        right: -20px;
        right: -2rem;
        -webkit-transform: scale(0.6);
                transform: scale(0.6); } }
  .contens-head__title--price {
    font-size: 7.4rem;
    color: #faffc3; }
    .contens-head__title--price .en {
      font-size: 4.6rem;
      position: relative; }
      .contens-head__title--price .en:after {
        content: '※1';
        position: absolute;
        font-size: 18px;
        font-size: 1.8rem;
        top: -50%;
        right: 5%; }
    .contens-head__title--price .tax {
      font-size: 2.6rem;
      color: #FFF; }

.contens-head__text {
  margin: 30px 80px;
  font-size: 1.6rem;
  text-align: left; }
  .contens-head__text span {
    font-size: 1.2rem;
    display: block; }

.has-marker {
  background: rgba(224, 241, 39, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(224, 241, 39, 0)), color-stop(85%, #d64b5f));
  background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 85%, #d64b5f 85%); }

.about_uq_detailSeparate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .about_uq_detailSeparate__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 500; }
  .about_uq_detailSeparate__text {
    margin-left: 20px;
    text-align: left;
    width: 70%;
    line-height: 1.4;
    font-weight: 500; }

.about_uq_detailSeparate + .about_uq_detailSeparate {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ff657b; }

.uq_costNote {
  border: 1px solid #ff657b;
  padding: 3rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  color: #BD603D; }
  .uq_costNote__list {
    list-style: none;
    margin: 2rem 0;
    font-weight: 400; }
    .uq_costNote__list li {
      margin-left: 2rem;
      text-indent: -2rem;
      margin-bottom: 1.6rem;
      font-size: 1.6rem; }
      .uq_costNote__list li:before {
        content: '●'; }
  .uq_costNote .small {
    font-size: 1.2rem;
    font-weight: 400; }

.small-comment {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 1.4; }

@media screen and (max-width: 750px) {
  .small-comment {
    font-size: 2.66667vw;
    margin-bottom: 7vw; }
  .uq_costNote__list li {
    font-size: 3.73333vw;
    margin-bottom: 0.5vw; } }

.loan-handling-Box {
  border: 1px solid #ffadb8;
  margin: 50px 80px; }
  .loan-handling-Box__title {
    background: #ffadb8;
    color: #FFF;
    padding: 1.8rem;
    font-size: 2.2rem;
    font-weight: bold; }
  .loan-handling-Box__text {
    padding: 2rem 5rem;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem; }
    .loan-handling-Box__text span {
      color: #faffc3; }

@media screen and (max-width: 750px) {
  .uq_contentsBox, .loan-handling-Box {
    margin: 30px 1rem 1rem 1rem; }
  .contens-head {
    margin-top: 5vw; }
    .contens-head__title--sub {
      font-size: 10.13333vw; }
    .contens-head__title--large {
      font-size: 12.8vw; }
    .contens-head__title--price {
      font-size: 21.33333vw;
      letter-spacing: 0.25rem; }
      .contens-head__title--price .en {
        font-size: 13.86667vw; }
      .contens-head__title--price .tax {
        font-size: 7.46667vw; }
    .contens-head__text {
      font-size: 7.46667vw;
      margin: 30px 4vw; }
      .contens-head__text span {
        font-size: 5.33333vw; }
  .about_uq_detailSeparate {
    font-size: 7.46667vw; }
  .uq_costNote {
    padding: 5vw;
    font-size: 8vw;
    line-height: 1.4; }
  .loan-handling-Box__text {
    padding: 5vw;
    font-size: 7.46667vw; }
  .loan-handling-Box__title {
    font-size: 9.33333vw; }
  .uq_contentsLead {
    margin: 0 5vw;
    font-size: 10.66667vw; }
  .m_textSmall {
    font-size: 6.4vw; }
  .uq_costNote .small {
    font-size: 2.66667vw; }
  .uq_flow__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  span.m_bold {
    font-size: 4vw; } }

.flowContens {
  padding: 80px; }
  .flowContens__box {
    padding-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #E0E0E0; }
  .flowContens__number {
    color: #BD603D;
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    width: 30px;
    margin-right: 50px;
    font-family: 'sfr';
    font-size: 3.2rem;
    margin-top: -7px; }

.uq_flow__text {
  margin-top: 40px; }

.flowContens__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flowContens__box2 {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flowContens__box3 {
  margin-bottom: 0;
  border-top: none; }

.flowContens__box4 {
  margin-bottom: 40px; }

.uq_flow__titleText2 {
  font-size: 1.8rem;
  font-weight: bold; }

.uq_flow__text2 {
  margin-top: 20px; }

.flowContens__box2 + .flowContens__box2 {
  margin-top: 40px; }

.flowContens__subtext {
  text-align: center;
  border-top: 1px solid #E0E0E0;
  padding-top: 50px;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative; }
  .flowContens__subtext:before {
    content: '';
    background: url(../imgs/flow/under-arrow.svg);
    display: block;
    position: absolute;
    width: 10px;
    height: 80px;
    -webkit-transform: scale(-50%, -50%);
            transform: scale(-50%, -50%);
    left: 50%;
    top: -70%;
    background-repeat: no-repeat; }

.costContens {
  border: 1px solid #E0E0E0;
  padding: 80px 60px;
  margin-bottom: 80px; }
  .costContens--title {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    color: #BD603D; }
  .costContens__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px; }
  .costContens--headline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.2rem;
    line-height: 36px; }
  .costContens__txtInner {
    background: #FFF;
    -ms-flex-preferred-size: 520px;
        flex-basis: 520px;
    padding: 40px; }
  .costContens__txtInner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .costContens__txtInner1 .name {
      font-size: 1.8rem;
      color: #BD603D;
      font-weight: bold; }
      .costContens__txtInner1 .name small {
        font-size: 1.4rem; }
    .costContens__txtInner1 .price {
      font-size: 2.2rem;
      color: #BD603D;
      font-family: 'sfr'; }
      .costContens__txtInner1 .price span {
        font-size: 1.4rem; }
  .costContens__txtInner2, .costContens__txtInner3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .costContens__txtInner2 .item, .costContens__txtInner3 .item {
      font-weight: bold;
      margin-right: 40px; }
  .costContens__txtInner3 {
    margin-top: 20px; }

.costAnnotation {
  border: 1px solid #E0E0E0;
  padding: 50px;
  margin-top: 80px; }
  .costAnnotation__title {
    font-size: 1.8rem;
    margin-bottom: 60px; }
  .costAnnotation__txt {
    font-size: 1.4rem;
    line-height: 28px; }
  .costAnnotation__txt2 {
    font-size: 1rem;
    color: #808080;
    margin-top: 20px;
    line-height: 20px; }

@media screen and (max-width: 750px) {
  .costContens {
    padding: 10vw 5vw; }
    .costContens__box {
      display: block;
      margin-top: 5vw; }
  .costContens__txtInner {
    padding: 10vw 5vw;
    line-height: 6.4vw; }
  .costContens__txtInner1 {
    margin-bottom: 5vw; }
  .costContens__txtInner1, .costContens__txtInner2, .costContens__txtInner3 {
    display: block; }
  .costContens--headline {
    margin-bottom: 5vw; }
  .costAnnotation {
    padding: 10vw 5vw;
    margin-top: 10vw; }
    .costAnnotation__title {
      margin-bottom: 5vw;
      line-height: 7.46667vw; }
  .flowContens {
    padding: 10vw 10vw; }
    .flowContens__box {
      display: block; }
  .uq_flow__text {
    margin-right: 0;
    margin-top: 5vw;
    margin-bottom: 5vw; }
  .uq_flow__icon {
    text-align: center; } }

.l-main-visual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #FFF; }
  .l-main-visual__inner--clinic {
    max-width: 980px;
    margin: 0 auto;
    padding: 150px 0;
    position: relative; }
    .l-main-visual__inner--clinic h1 {
      font-size: 3.0rem;
      line-height: 1.2;
      color: #BD603D;
      font-weight: bold; }
    .l-main-visual__inner--clinic :after {
      content: '';
      background-size: contain;
      width: 620px;
      height: 320px;
      background-image: url(../imgs/clinic/mv-img.png);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      background-repeat: no-repeat; }

.l-main {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px; }

.healine__section--title h3 {
  font-size: 1.8rem;
  color: #181818;
  margin-top: 50px;
  font-weight: bold; }

.healine__section--txt {
  font-size: 1.4rem;
  line-height: 28px;
  margin-top: 30px;
  color: #181818;
  font-weight: 500; }
  .healine__section--txt small {
    font-size: 1.2rem;
    display: block;
    margin-top: 16px;
    color: #808080;
    line-height: 2; }

.uq_detailTable__row-flex--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.uq_detailTable__row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.uq_detailTable__row-flex--right__map {
  width: 500px;
  overflow: hidden;
  height: 360px;
  position: relative; }
  .uq_detailTable__row-flex--right__map iframe {
    width: 100%;
    position: absolute;
    top: -60%; }

.clinic-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px; }
  .clinic-contents__inner__left {
    margin-right: 60px; }
    .clinic-contents__inner__left img {
      width: 360px; }
  .clinic-contents__inner__right {
    color: #181818;
    line-height: 28px;
    font-size: 1.4rem; }
    .clinic-contents__inner__right small {
      font-size: 1.2rem;
      margin-top: 14px;
      display: block; }
    .clinic-contents__inner__right span {
      font-weight: bold; }

@media screen and (max-width: 750px) {
  .l-main {
    margin-top: 10vw; }
  .l-main-visual {
    min-height: auto; }
  .l-main--clinic {
    padding-left: 5vw;
    padding-right: 5vw; }
  .healine__section--btitle h2 {
    font-size: 5.86667vw;
    text-align: left;
    text-indent: 0;
    line-height: 1.4; }
  .healine__section--title h3 {
    font-size: 5.86667vw;
    line-height: 9.6vw;
    margin-top: 4vw; }
  .healine__section--txt {
    font-size: 3.73333vw;
    margin-top: 8vw;
    font-weight: 400; }
  .clinic-contents__inner {
    display: block;
    margin-top: 10vw; }
  .clinic-contents__inner__left img {
    width: 100%; }
  .uq_advice_box .uq_advice_box_img {
    width: 19vw;
    position: absolute;
    top: 2vw;
    right: 8vw; }
  .uq_detailTable__row-flex {
    display: block;
    margin-top: 0; }
  .uq_detailTable__row-flex--right {
    margin-top: 5vw; }
  .uq_detailTable__row-flex--right__map {
    width: 100%;
    height: 50vw; }
    .uq_detailTable__row-flex--right__map iframe {
      top: -70vw; }
  .clinic-contents__inner__left {
    margin-right: 0; }
  .clinic-contents__inner__right {
    font-size: 3.73333vw;
    margin-top: 5vw; }
  .uq_detailTable__title {
    margin-top: 4vw; } }

@media screen and (max-width: 750px) {
  .main-contens {
    margin-top: 25vw; }
  .top-main-contens {
    margin-top: 0vw; } }

.large-main-title {
  display: inline-block;
  background: #0055b8;
  margin: -50px;
  padding: 0 20px;
  text-align: center; }
  .large-main-title .title-wapper__text {
    font-size: 5.2rem;
    color: #e0f127; }
  .large-main-title .title-wapper__object {
    max-width: 168px;
    margin: 0 auto; }
    .large-main-title .title-wapper__object img {
      width: 100%; }

@media screen and (max-width: 750px) {
  .large-main-title .title-wapper__text {
    font-size: 18.13333vw; }
  .large-main-title .title-wapper__object {
    width: 30vw; } }

.sub-title {
  margin-top: 30px; }
  .sub-title__text {
    font-size: 3.2rem;
    margin-bottom: 2rem; }

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 11.2vw;
    margin-bottom: 1rem; } }

.cost h4 {
  font-size: 3.6rem; }
  .cost h4 span {
    font-size: 2.6rem; }

@media screen and (max-width: 750px) {
  .cost h4 {
    font-size: 17.06667vw;
    letter-spacing: -0.25rem; }
    .cost h4 span {
      font-size: 12.8vw; } }

.m-white-box {
  background: #FFF;
  color: #181818;
  margin: 60px 60px 100px 60px;
  border-radius: 32px;
  padding: 80px 100px; }

@media screen and (max-width: 750px) {
  .m-white-box {
    margin: 5vw 5vw 7vw 5vw;
    padding: 10vw 5vw 5vw 5vw;
    border-radius: 2rem; }
  .m-white-box + .m-white-box {
    margin-top: 15vw; } }

@media screen and (max-width: 750px) {
  .cost {
    margin-top: 12vw; }
    .cost__inner {
      margin-bottom: 5vw; }
  .cost__contents {
    margin-top: 8vw; } }

.sub-title__img {
  width: 460px;
  margin: 0 auto; }
  .sub-title__img img {
    width: 100%; }

.clinic-under-text-wrap {
  position: relative;
  padding: 0 60px;
  margin: 40px 0 20px 0; }
  .clinic-under-text-wrap__title {
    font-size: 4.2rem;
    color: #e0f127;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 9px;
    background: #0055b8;
    left: 50%;
    padding: 0 2rem; }
  .clinic-under-text-wrap__p {
    font-size: 1.8rem;
    margin-top: 5rem; }
  .clinic-under-text-wrap .m_stripeObject__item {
    background: #FFF; }

@media screen and (max-width: 750px) {
  .sub-title__img {
    width: 90vw; }
  .clinic-under-text-wrap {
    padding: 0 5vw; }
    .clinic-under-text-wrap__title {
      font-size: 12.8vw;
      padding: 0 1rem;
      width: 52vw; }
    .clinic-under-text-wrap__p {
      font-size: 7.46667vw;
      letter-spacing: -0.075rem; } }

.v-shop {
  margin-top: 50px; }

.v-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #686868; }
  .v-shop__list li {
    border: 1px solid #BD603D;
    height: 40px;
    line-height: 40px;
    list-style: none;
    width: 25%;
    text-align: center; }
    .v-shop__list li a {
      color: #686868;
      font-weight: 500;
      font-size: 2rem;
      display: block; }
  .v-shop__list .is-active {
    background: #BD603D; }
    .v-shop__list .is-active a {
      color: #FFF; }

.v-shop__content.is-none {
  display: none; }

.v-shop__content {
  color: #0055b8; }

.uq_clinicPhoto picture img {
  width: 100%; }

@media screen and (max-width: 750px) {
  .v-shop__list li a {
    font-size: 3.73333vw; }
  .v-shop__list li {
    height: 12vw;
    line-height: 12vw;
    width: 25%; } }

.doctor-list {
  padding: 0 60px;
  margin-top: 100px; }
  .doctor-list .m_stripeObject__item {
    background: #FFF; }

.v-txt__lg {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center; }

.v-span__yellow {
  color: #e0f127; }

.v-txt__label {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  .v-txt__label:before {
    content: '';
    background: url(../imgs/cost/title-icon-left.png);
    position: absolute;
    width: 20px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    left: -34px; }
  .v-txt__label:after {
    content: '';
    background: url(../imgs/cost/title-icon-right.png);
    position: absolute;
    width: 20px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    right: -34px; }

@media screen and (max-width: 750px) {
  .v-txt__label:before {
    top: -2px;
    left: -8vw; }
  .v-txt__label:after {
    top: -2px;
    right: -8vw; } }

.v-label span {
  margin: 0 1em;
  font-size: 2.8rem; }

.v-wc4__descript {
  color: #fff;
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center; }

.v-wc4__descript2 {
  color: #fff;
  margin-top: 25px;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 60px; }

.v-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px; }
  .v-label:before {
    content: '';
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background: #fff; }
  .v-label:after {
    content: '';
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background: #fff; }

.v-wc4__doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.v-wc4__doctor {
  width: calc(25% - 15px); }
  .v-wc4__doctor img {
    width: 100%; }

a.js-modal-open {
  color: #6ac0fd;
  text-decoration: underline; }

.js-modal-open {
  margin-top: 5px;
  display: block; }

.v-wc4__doctor__photo {
  margin-bottom: 10px; }

.v-wc4__doctor__name {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4; }
  .v-wc4__doctor__name span {
    font-size: 1.8rem; }

.access-wrap {
  padding: 0 80px;
  margin-top: 60px; }
  .access-wrap .m_stripeObject__item {
    background: #FFF; }

.v-wc5__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px; }

.v-wc5__body__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 16px;
  color: #fff;
  text-align: left; }

.v-wc5__body__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 50px; }

.v-wc5__body__remark {
  font-size: 11px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 750px) {
  .access-wrap {
    padding: 0 5vw; }
  .v-wc5__body__photo {
    margin-left: 0px;
    margin-bottom: 2rem; }
  .v-wc5__body {
    display: block; } }

.equipment_wrap {
  padding: 0 80px;
  margin-top: 60px;
  margin-bottom: 80px; }

.v-wc6__body__text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px; }

.v-wc6__body__photo {
  width: 100%; }
  .v-wc6__body__photo img {
    width: 100%; }

@media screen and (max-width: 750px) {
  .equipment_wrap {
    padding: 0 5vw;
    margin-bottom: 10vw; } }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.modal__bg {
  background: rgba(10, 51, 99, .75);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%; }

a.js-modal-open {
  color: #6ac0fd; }

.modal__inner__docphoto {
  width: 30%; }
  .modal__inner__docphoto img {
    width: 100%; }

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal__inner__docphoto {
    margin-right: 2rem; }
  .modal__inner__text {
    color: #464646; }

h3.doctor__box-name {
  font-size: 2.6rem;
  font-weight: normal; }

.doctor__box-history dt {
  display: block;
  float: left;
  width: 100px; }

.doctor__box-history dd {
  display: block;
  margin: 0 0 9px 100px; }

p.doctor__box-comment {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.doctor__box-name span {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0 5px 0 0; }

.close_btn {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem; }

.js-modal-open {
  margin-top: 5px;
  display: block; }

.close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
  background: #002d60;
  border-radius: 120px; }

.close span::before,
.close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 59%;
  left: 62%;
  width: 60%;
  height: 5%;
  margin: -8% 0 0 -42%;
  background: #FFF; }

.close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media screen and (max-width: 750px) {
  .modal__content {
    overflow: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 155vw;
    background: none;
    top: 52%;
    padding: 3rem; }
  .modal__inner {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 8%; }
  .close_btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 9999; }
  .modal__inner__docphoto {
    width: 100%; } }

@media screen and (max-width: 750px) {
  .doctor-list {
    padding: 0 5vw; }
  .v-wc4__doctors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .v-wc4__doctor {
    margin-bottom: 10vw;
    width: 45%; }
  .v-txt__label {
    font-size: 10.13333vw; }
  .v-txt__lg {
    font-size: 12.8vw;
    line-height: 1.2; }
    .v-txt__lg span {
      font-size: 19.2vw; }
  .v-label span {
    font-size: 10.66667vw; }
  .v-wc4__doctor__name {
    font-size: 8.53333vw; }
  a.js-modal-open {
    font-size: 8vw; }
  .v-wc4__descript {
    font-size: 8vw;
    text-align: left; }
  .v-wc4__descript2 {
    text-align: left;
    font-size: 5.33333vw; }
  .v-wc4__doctor__name {
    color: #fff;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4; }
    .v-wc4__doctor__name span {
      font-size: 8.53333vw; }
  .doctor__box-area {
    font-size: 8vw; }
  h3.doctor__box-name {
    font-size: 13.86667vw; }
    h3.doctor__box-name span {
      font-size: 7.46667vw; }
  .doctor__box-comment {
    font-size: 8vw; }
  .doctor__box-history {
    font-size: 8vw; } }

.uq_detailTable__gmlink {
  margin-top: 1rem; }

.uq_detailTable__gmlink a {
  font-size: 1.6rem;
  color: #0055B8;
  font-weight: bold; }

.uq_detailTable__text a {
  font-size: 1.6rem;
  color: #0055B8; }

.clinic-btn {
  margin-top: 40px; }
  .clinic-btn__text {
    font-size: 2.8rem;
    font-weight: bold; }
  .clinic-btn__link {
    margin-top: 2rem; }
    .clinic-btn__link a {
      max-width: 640px;
      width: 100%;
      font-size: 2.2rem;
      font-weight: bold;
      background-color: #faff1c;
      border-radius: 8px;
      color: #505050;
      cursor: pointer;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      display: block;
      margin: 0 auto;
      position: relative; }
      .clinic-btn__link a:after {
        background-image: url(../imgs/common/ico_arrow2.png);
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 18px;
        right: 18px;
        width: 9px; }

@media screen and (max-width: 750px) {
  .uq_detailTable__gmlink a {
    font-size: 8.53333vw; }
  .clinic-btn__text {
    font-size: 9.6vw; }
  .clinic-btn__link a {
    font-size: 9.6vw; }
  .uq_detailTable__text a {
    font-size: 8.53333vw; } }

.uq_area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 640px) {
  .uq_area {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.uq_area__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%; }

@media (max-width: 640px) {
  .uq_area__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 5px); } }

.uq_area__item + .uq_area__item {
  margin-left: 10px; }

@media (max-width: 640px) {
  .uq_area__item + .uq_area__item {
    margin-left: 0; } }

@media (max-width: 640px) {
  .uq_area__item:nth-child(even) {
    margin-left: 10px; } }

@media (max-width: 640px) {
  .uq_area__item:nth-child(n+3) {
    margin-top: 10px; } }

.uq_area__btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
  border: solid 2px #fff;
  border-radius: 10px;
  color: #002D60;
  font-size: 18px;
  height: 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
  background: #64E6F7; }

@media (max-width: 768px) {
  .uq_area__btn {
    font-size: 16px; } }

@media (min-width: 769px) {
  .uq_area__btn:hover {
    opacity: 0.4; } }

.uq_area__btn::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  top: auto;
  position: absolute;
  right: 50%;
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: solid 1px #0055B8;
  border-bottom: solid 1px #0055B8;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

.uq_clinicBox {
  margin-right: auto;
  margin-left: auto;
  color: #0055B8;
  /* margin-top: 40px; */
  overflow: hidden;
  position: relative; }

.uq_clinicBox:nth-child(2) {
  border-radius: 15px 15px 15px 15px; }

@media (max-width: 768px) {
  .uq_clinicBox::before {
    border-width: 70px 70px 0 0; } }

.is_labelMensOnly.uq_clinicBox::before {
  border-color: #6BC0FD transparent transparent transparent; }

.is_labelWomensOnly.uq_clinicBox::before {
  border-color: #F88FA8 transparent transparent transparent; }

.is_labelBoth.uq_clinicBox::before {
  border-color: #5ECBAF transparent transparent transparent; }

.uq_clinicBox::after {
  color: #fff;
  position: absolute;
  left: 45px;
  top: 45px;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  z-index: 2;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold; }

@media (max-width: 768px) {
  .uq_clinicBox::after {
    left: 22px;
    top: 22px;
    font-size: 12px; } }

.is_labelMensOnly.uq_clinicBox::after {
  content: '男性専門'; }

.is_labelWomensOnly.uq_clinicBox::after {
  content: '女性専門'; }

.is_labelBoth.uq_clinicBox::after {
  content: '男女診療可'; }

.uq_clinicBox__inner {
  margin-bottom: 100px; }

.uq_clinicBox__inner + .uq_clinicBox__inner {
  margin-top: 50px; }

@media (max-width: 768px) {
  .uq_clinicBox__inner {
    padding-bottom: 30px; } }

.uq_clinicLogo {
  margin-right: auto;
  margin-left: auto; }

.uq_clinicLogo.is_tokyoMens, .uq_clinicLogo.is_osakaMens {
  width: 396px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_tokyoMens, .uq_clinicLogo.is_osakaMens {
    width: 59.37vw; } }

.uq_clinicLogo.is_tokyoWomens, .uq_clinicLogo.is_osakaWomens {
  width: 425px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_tokyoWomens, .uq_clinicLogo.is_osakaWomens {
    width: 66.4vw; } }

.uq_clinicLogo.is_nagoya {
  width: 304px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_nagoya {
    width: 49.84vw; } }

.uq_clinicLogo.is_fukuoka {
  width: 274px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_fukuoka {
    width: 45.78vw; } }

@media (max-width: 768px) {
  .uq_clinicPhoto {
    width: 100%; } }

.uq_detailTable {
  margin-top: 30px; }

@media (max-width: 768px) {
  .uq_detailTable {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .uq_detailTable__row {
    display: block; }
  .uq_clinicBox__inner {
    padding-top: 0;
    margin-bottom: 10vw; } }

.uq_detailTable__row + .uq_detailTable__row {
  margin-top: 2px; }

@media (max-width: 768px) {
  .uq_detailTable__row + .uq_detailTable__row {
    margin-top: 25px; } }

.uq_detailTable__title {
  margin-right: 20px;
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.4rem;
  color: #181818;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0; }

.uq_detailTable__title2 {
  width: calc(100% - 20px);
  margin-top: 20px; }

@media (max-width: 768px) {
  .uq_detailTable__title {
    width: auto;
    margin-right: 0;
    padding: 10px 10px 10px 0; } }

.uq_detailTable__titleNote {
  display: block;
  margin-top: 4px;
  font-weight: normal;
  font-size: 14px;
  color: #686868; }

.uq_detailTable__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 30px 0;
  text-align: left;
  color: #181818;
  line-height: 28px; }
  .uq_detailTable__data span {
    display: block;
    font-size: 1rem; }

@media (max-width: 768px) {
  .uq_detailTable__data {
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 14px; } }

.uq_detailTable__data.is_hoursBox {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24px; }

@media (max-width: 768px) {
  .uq_detailTable__data.is_hoursBox {
    padding-top: 0vw; } }

.uq_detailTable__text, .uq_detailTable__link {
  font-size: 15px;
  color: #0055B8;
  text-align: left; }

@media (min-width: 769px) {
  .uq_detailTable__link:hover {
    text-decoration: underline; } }

.uq_openTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px #E0E0E0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (max-width: 768px) {
  .uq_openTable {
    display: block;
    border-right: none;
    border-bottom: solid 1px #E0E0E0; } }

.uq_openTable.is_color__pink {
  border-color: #f5416c; }

.uq_openTable.is_color__green {
  border-color: #019c75; }

.uq_openTable__column {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  border-left: solid 1px #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

@media (max-width: 768px) {
  .uq_openTable__column {
    border-left: none;
    border-top: solid 1px #E0E0E0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; } }

.uq_openTable.is_color__pink .uq_openTable__column {
  border-color: #f5416c; }

.uq_openTable.is_color__green .uq_openTable__column {
  border-color: #019c75; }

.uq_openTable__head {
  background: #FFF;
  color: #181818;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #E0E0E0; }

@media (max-width: 768px) {
  .uq_openTable__head {
    width: 120px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 425px) {
  .uq_openTable__head {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    margin-right: 10px; } }

.uq_openTable.is_color__pink .uq_openTable__head {
  background: #f88fa8; }

.uq_openTable.is_color__green .uq_openTable__head {
  background: #5fcbaf; }

.uq_openTable__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 35px 0 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768px) {
  .uq_openTable__data {
    padding: 10px 0; } }

.uq_openTable__holiday {
  color: #B7B7B7;
  font-weight: bold;
  padding-top: 0.5em; }

@media (max-width: 768px) {
  .uq_openTable__holiday {
    padding-top: 0; } }

.uq_openTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-weight: 400;
  color: #686868; }

@media (max-width: 768px) {
  .uq_openTable__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.uq_openTable__row + .uq_openTable__row {
  margin-top: 16px; }

@media (max-width: 768px) {
  .uq_openTable__row + .uq_openTable__row {
    margin-top: 8px; } }

.uq_openTable__hours {
  font-weight: 500;
  padding-left: 0.5em;
  font-size: 14px;
  text-align: center;
  padding-right: 0.5em; }

@media (max-width: 768px) {
  .uq_openTable__hours {
    padding-left: 0; } }

.uq_openTable__hours + .uq_openTable__hours {
  margin-top: 8px; }

@media (max-width: 768px) {
  .uq_openTable__hoursBrank {
    display: none; } }

.uq_openTable__note {
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-top: 5px; }

@media (max-width: 768px) {
  .uq_openTable__note {
    width: auto;
    margin-top: 0;
    margin-left: 10px; } }

.uq_openTable__memo {
  font-size: 12px;
  margin-top: 5px; }

/*# sourceMappingURL=clinic.css.map */
.svg_object__svg {
  fill: #f5426b; }

.svg_object__dClinicLogo::before {
  padding-top: 25.85366%; }

.svg_dClinicLogo__logo {
  fill: #0055B8; }

.svg_dClinicLogo__background {
  fill: #fff; }

.svg_dClinicLogo__name {
  fill: #000; }

.svg_object__dClinicTokyoMens::before {
  padding-top: 15.85776%; }

.svg_dClinicTokyoMens__logo {
  fill: #0055B8; }

.svg_dClinicTokyoMens__hex {
  fill: #fff; }

.svg_dClinicTokyoMens__name {
  fill: #000; }

.svg_dClinicTokyoMens__mens {
  fill: #0055B8; }

.svg_object__dClinicTokyoWomens::before {
  padding-top: 14.12067%; }

.svg_dClinicTokyoWomens__logo {
  fill: #F5426C; }

.svg_dClinicTokyoWomens__hex {
  fill: #fff; }

.svg_dClinicTokyoWomens__name {
  fill: #000; }

.svg_dClinicTokyoWomens__womens {
  fill: #F5426C; }

.svg_object__dClinicOsakaMens::before {
  padding-top: 15.85776%; }

.svg_dClinicOsakaMens__logo {
  fill: #0055B8; }

.svg_dClinicOsakaMens__hex {
  fill: #fff; }

.svg_dClinicOsakaMens__name {
  fill: #000; }

.svg_dClinicOsakaMens__mens {
  fill: #0055B8; }

.svg_object__dClinicOsakaWomens::before {
  padding-top: 14.12067%; }

.svg_dClinicOsakaWomens__logo {
  fill: #F5426C; }

.svg_dClinicOsakaWomens__hex {
  fill: #fff; }

.svg_dClinicOsakaWomens__name {
  fill: #000; }

.svg_dClinicOsakaWomens__womens {
  fill: #F5426C; }

.svg_object__dClinicNagoya::before {
  padding-top: 18.77133%; }

.svg_dClinicNagoya__logo {
  fill: #009C75; }

.svg_dClinicNagoya__hex {
  fill: #fff; }

.svg_dClinicNagoya__name {
  fill: #000; }

.svg_object__dClinicFukuoka::before {
  padding-top: 20.2952%; }

.svg_dClinicFukuoka__logo {
  fill: #009C75; }

.svg_dClinicFukuoka__hex {
  fill: #fff; }

.svg_dClinicFukuoka__name {
  fill: #000; }

@media screen and (max-width: 750px) {
  .v-shop {
    margin-top: 10vw; } }

.onlineWrap {
  margin: 0 auto;
  margin-top: 260px;
  text-align: center; }

.onlineContents {
  max-width: 700px;
  margin: 0 auto; }
  .onlineContents__inner .sp {
    display: none; }
  .onlineContents__inner h4 {
    font-size: 3.2rem;
    margin-bottom: 60px;
    font-weight: normal; }
  .onlineContents__text {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 40px; }

.onlineMerit {
  max-width: 778px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  padding: 80px 100px;
  margin-top: 120px; }
  .onlineMerit--title {
    font-size: 2.2rem;
    border-bottom: 1px solid #E0E0E0;
    color: #BD603D;
    margin-bottom: 60px;
    padding-bottom: 20px;
    display: inline-block; }

.onlineMeritBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  text-align: left;
  padding: 50px; }
  .onlineMeritBox__img {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    text-align: center; }
    .onlineMeritBox__img img {
      width: auto;
      width: initial; }
  .onlineMeritBox__num {
    font-size: 3.2rem;
    margin-left: 40px;
    margin-right: 40px;
    color: #BD603D;
    font-family: 'sfl'; }
  .onlineMeritBox__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .onlineMeritBox__text .title {
      font-size: 2.2rem; }
    .onlineMeritBox__text .txt {
      font-size: 1.4rem;
      line-height: 28px;
      margin-top: 30px; }

.onlineMeritBox + .onlineMeritBox {
  margin-top: 40px; }

.sec-online-item {
  max-width: 778px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  padding: 80px 100px;
  margin-top: 120px; }

.online-item__wrap {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.online-item__wrap + .online-item__wrap {
  margin-top: 40px; }

.sec-online-item__title h4 {
  color: #BD603D;
  font-size: 2.2rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  display: inline-block; }
  .sec-online-item__title h4 .sp {
    display: none; }

.sec-online-item__text {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 40px; }
  .sec-online-item__text .sp {
    display: none; }

.online-item__wrap {
  text-align: left;
  padding: 50px; }

.online-item__wrap__image {
  width: 190px;
  text-align: center; }
  .online-item__wrap__image img {
    width: auto;
    width: initial; }

.online-item__wrap__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 28px;
  margin-left: 40px; }
  .online-item__wrap__text small {
    display: block;
    font-size: 1rem; }

.online-item__wrap__image--text {
  background: #f4f4f4;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  font-size: 1.4rem; }

.onlineFlow {
  max-width: 778px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  padding: 80px 100px;
  margin-top: 120px; }
  .onlineFlow--title {
    color: #BD603D;
    font-size: 2.2rem;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-bottom: 60px;
    display: inline-block;
    font-weight: bold; }

.flowStepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flowStepBox.flowStepBox-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  flex-direction: row-reverse; }
  .flowStepBox.flowStepBox-reverse .flowStep + .flowStep {
    margin-left: 0px;
    margin-right: 50px; }

.flowStep {
  background: #FFF;
  width: calc(33.33333% - 34px);
  margin-bottom: 50px; }
  .flowStep__inner {
    display: block; }
    .flowStep__inner a {
      padding: 30px;
      display: block;
      cursor: pointer; }
      .flowStep__inner a .text {
        line-height: 36px;
        font-size: 1.8rem; }

.flowStep--icon {
  font-family: 'sfl';
  font-size: 1.8rem;
  color: #BD603D;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px;
  margin-bottom: 20px;
  display: inline-block; }

.flowStep + .flowStep {
  margin-left: 50px; }

.flowStep:nth-child(4) {
  margin-left: 0px; }

.flowStep.arrow-right {
  position: relative; }
  .flowStep.arrow-right:after {
    content: '';
    background: url(../imgs/online/arrow-right.png);
    width: 39px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -45px; }

.flowStep.arrow-left {
  position: relative; }
  .flowStep.arrow-left:after {
    content: '';
    background: url(../imgs/online/arrow-left.png);
    width: 39px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -45px; }

.flowStep.arrow-bottom {
  position: relative; }
  .flowStep.arrow-bottom:after {
    content: '';
    background: url(../imgs/online/arrow-bottom.png);
    width: 8px;
    height: 39px;
    position: absolute;
    bottom: -45px;
    right: 50%;
    background-repeat: no-repeat; }

.flowStepContentsBox {
  margin-top: 80px; }

.flowStepContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .flowStepContents__icon {
    width: 180px;
    color: #BD603D;
    font-size: 3.2rem;
    font-family: 'sfl'; }
  .flowStepContents__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .flowStepContents__txt .title {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 40px; }
    .flowStepContents__txt .txt {
      font-size: 1.4rem;
      line-height: 28px; }
      .flowStepContents__txt .txt .seColor {
        color: #BD603D;
        font-size: 1.8rem;
        margin-bottom: 16px; }
      .flowStepContents__txt .txt strong {
        font-weight: bold;
        display: block;
        font-size: 1.8rem;
        padding: 5px 0; }
      .flowStepContents__txt .txt .mt {
        margin-top: 30px;
        display: block; }
      .flowStepContents__txt .txt small {
        font-size: 1rem;
        line-height: 20px;
        color: #808080;
        margin-top: 20px;
        display: block; }

.flowStepContents--btn a {
  background: #BD603D;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 8px 0;
  margin-top: 20px; }

.flowStepContents--btn + .flowStepContents--btn {
  margin-top: 16px; }

.flowStepContents + .flowStepContents {
  margin-top: 60px; }

.online-kit {
  max-width: 778px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  padding: 80px 100px;
  margin-top: 120px;
  margin-bottom: 100px; }

.online-kit__title {
  font-size: 2.2rem;
  color: #BD603D;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 60px;
  display: inline-block; }

.online-kit__box {
  text-align: left;
  max-width: 490px;
  margin: 0 auto; }

.online-kit__box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px; }

.online-kit__box__text {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 50px; }
  .online-kit__box__text small {
    font-size: 1rem;
    color: #808080; }

.online-link a {
  background: #BD603D;
  display: block;
  padding: 16px;
  width: 100%;
  max-width: 460px;
  color: #FFF;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  .onlineContents__inner h4 {
    font-size: 6.4vw;
    padding-left: 10vw;
    padding-right: 10vw;
    line-height: 8.53333vw;
    margin-bottom: 10vw; }
    .onlineContents__inner h4 .sp {
      display: block; }
  .onlineMerit--title {
    margin-bottom: 10vw; }
  .onlineMerit {
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 15vw 5vw;
    margin-top: 15vw; }
  .onlineContents__text {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 3.73333vw; }
  .onlineMeritBox {
    padding: 10vw 5vw; }
    .onlineMeritBox__num {
      margin-left: 0;
      margin-right: 0;
      margin-top: 5vw;
      margin-bottom: 5vw; }
    .onlineMeritBox__text .title {
      font-size: 5.86667vw;
      line-height: 8.53333vw; }
  .sec-online-item {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 20vw;
    padding: 10vw 5vw; }
  .onlineWrap {
    margin-top: 32vw; }
  .onlineMeritBox {
    display: block; }
  .online-item__wrap {
    display: block;
    padding: 10vw 5vw; }
    .online-item__wrap__text {
      margin-left: 0; }
  .onlineFlow {
    margin-top: 15vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10vw 5vw; }
  .flowStep + .flowStep {
    margin-left: 0; }
  .flowStep {
    width: 100%; }
  .flowStepContents {
    display: block; }
  .flowStepBox {
    display: block; }
  .online-kit {
    margin-top: 20vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10vw 5vw;
    margin-bottom: 5vw; }
  .online-link {
    display: block;
    margin-bottom: 5vw; }
  .online-link a {
    display: inline;
    display: initial; }
  .online-kit__title {
    margin-bottom: 10vw; }
  .flowStepContents__txt .title {
    margin-bottom: 5vw; }
  .online-item__wrap__image {
    width: 100%; }
  .online-item__wrap__image--text {
    margin-bottom: 5vw; }
  .onlineFlow--title {
    margin-bottom: 10vw; }
  .flowStep:after, .flowStep.arrow-right:after, .flowStep.arrow-left:after {
    content: '';
    background: url(../imgs/online/arrow-bottom.png);
    width: 8px;
    height: 39px;
    position: absolute;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    bottom: -45px;
    right: 50%;
    background-repeat: no-repeat; }
  .flowStepBox.flowStepBox-reverse .flowStep {
    position: relative; }
    .flowStepBox.flowStepBox-reverse .flowStep:after {
      content: '';
      background: url(../imgs/online/arrow-bottom.png);
      width: 8px;
      height: 39px;
      position: absolute;
      top: auto;
      top: initial;
      left: auto;
      left: initial;
      bottom: -45px;
      right: 50%;
      background-repeat: no-repeat; }
  .flowStepBox.flowStepBox-reverse .flowStep:last-child:after {
    display: none; }
  .flowStepContents__icon {
    margin-bottom: 5vw; } }

.l-main-visual {
  background: #fff; }

.notice {
  max-width: 980px;
  margin: 0 auto; }
  .notice__inner {
    background: #FFF;
    padding: 100px 130px; }
  .notice__title {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 40px;
    color: #BD603D; }
    .notice__title h2 {
      font-weight: normal; }
  .notice__sub-title {
    text-align: center; }
    .notice__sub-title h3 {
      line-height: 44px;
      margin-bottom: 80px; }

.main-contens.main-contens--notice {
  margin-top: 270px;
  font-size: 2.2rem; }
  .main-contens.main-contens--notice .sp {
    display: none; }

.notice__text__list, .notice__text-block {
  font-size: 1.4rem;
  line-height: 28px; }

.notice__text2 {
  font-size: 1.4rem; }

ul.notice__text__list li {
  text-indent: -3rem;
  margin-left: 3rem; }

ul.notice__text__list li + li {
  margin-top: 20px; }

.notice__text-block {
  margin-top: 30px; }

@media screen and (max-width: 750px) {
  .main-contens.main-contens--notice {
    margin-top: 35vw;
    margin-left: 5vw;
    margin-right: 5vw; }
  .notice__inner {
    padding: 15vw 5vw; } }

.upper-footer__contents {
  color: #181818; }
  .upper-footer__contents__txt {
    font-size: 3.2rem;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 60px; }
    .upper-footer__contents__txt--small {
      font-size: 1rem;
      margin-top: 20px;
      line-height: 20px;
      color: #808080;
      line-height: 20px;
      }
    .upper-footer__contents__txt .super {
      font-size: 1.8rem;
      vertical-align: super; }
    .upper-footer__contents__txt .pink {
      color: #BD603D; }
    .upper-footer__contents__txt .storngbg {
      background: #BD603D;
      color: #FFF;
      padding: 3px 5px; }

.upper-footer__list-contents {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  margin-top: 37px; }
  .upper-footer__list-contents__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFF;
    padding: 60px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .upper-footer__list-contents__wrap__item {
      text-align: left;
      font-size: 2.0rem;
      color: #181818;
      font-weight: 500;
      border-top: 1px solid #E0E0E0;
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - 10px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 0; }
      .upper-footer__list-contents__wrap__item .seColor {
        color: #BD603D;
        font-weight: bold;}
      .upper-footer__list-contents__wrap__item .large {
        font-size: 2.2rem; }
      .upper-footer__list-contents__wrap__item:before {
        content: '';
        background-size: cover;
        height: 22px;
        width: 22px;
        background-image: url(../imgs/common/footer-icon01.svg);
        display: block;
        margin-right: 16px; }
    .upper-footer__list-contents__wrap__item:nth-child(2), .upper-footer__list-contents__wrap__item:first-child {
      border-top: none; }
    .upper-footer__list-contents__wrap__item:last-child, .upper-footer__list-contents__wrap__item:nth-child(7) {
      border-bottom: 1px solid #E0E0E0; }

.upper-footer__caption {
  text-align: right;
  margin-top: 20px; }
.upper-footer__caption__txt {
  font-size: 1rem;
  line-height: 20px;
  color: #808080;
  line-height: 20px;
  }

.upper-footer__btn {
  margin-top: 56px;
  margin-bottom: 100px; }
  .upper-footer__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .upper-footer__btn__wrap__item {
      width: calc(50% - 25px);
      position: relative; }
      .upper-footer__btn__wrap__item a {
        display: block;
        cursor: pointer;
        font-size: 1.8rem;
        padding: 24px 0;
        font-weight: 500; }
      .upper-footer__btn__wrap__item--orange a {
        background: #b02544;
        color: #FFF; }
      .upper-footer__btn__wrap__item--green a {
        background: #BD603D;
        color: #FFF; }
    .upper-footer__btn__wrap__item + .upper-footer__btn__wrap__item {
      margin-left: 50px; }

@media screen and (max-width: 750px) {
  .upper-footer__btn__wrap {
    display: block; }
    .upper-footer__btn__wrap__item {
      width: 75%;
      margin: 0 auto; }
  .upper-footer__btn__wrap__item + .upper-footer__btn__wrap__item {
    margin-left: auto;
    margin-top: 5vw; }
  .upper-footer__btn__wrap__item a {
    font-size: 4.8vw;
    padding: 2rem; }
    .upper-footer__btn__wrap__item a:after {
      right: calc(50% - 34vw);
      height: 3vw;
      width: 2vw; }
  .upper-footer__btn__wrap__item--orange:before {
    width: 65px;
    height: 65px; }
  .upper-footer__btn__wrap__item--green:before {
    width: 65px;
    height: 65px; }
  .upper-footer__list-contents {
    margin-top: 5vw; }
  .upper-footer__list-contents__wrap {
    display: block;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: 5vw;
    padding-left: 5vw;
    width: 80vw;
    padding-top: 3vw;
    padding-bottom: 3vw; }
  .upper-footer__list-contents__wrap__item {
    width: 100%;
    font-size: 3.73333vw;
    padding-left: 0;
    padding-top: 5vw;
    padding-bottom: 5vw; }
    .upper-footer__list-contents__wrap__item .seColor {
      display: contents; }
    .upper-footer__list-contents__wrap__item .large {
      font-size: 6.13333vw; }
  .upper-footer__list-contents__wrap__item:first-child {
    border-bottom: 1px solid #E0E0E0; }
  .upper-footer__list-contents__wrap__item:nth-child(even) {
    margin-left: 0; }
  .upper-footer__list-contents__wrap__item:before {
    width: 6vw;
    height: 6vw;
    background-size: contain;
    background-repeat: no-repeat; }
  .upper-footer__list-contents__wrap__item:nth-child(7) {
    border-bottom: 0; }
  .upper-footer__list-contents__wrap__item:last-child {
    border-bottom: 0; }
  .upper-footer__contents__txt {
    font-size: 6.93333vw;
    line-height: 12.8vw; }
  .upper-footer__contents__txt {
    font-size: 5.86667vw;
    line-height: 10.13333vw;
    margin-bottom: 10vw; }
    .upper-footer__contents__txt .pink {
      display: block; }
    .upper-footer__contents__txt .super {
      font-size: 2vw; }
  .upper-footer__contents__logo {
    width: 60%;
    margin-bottom: 0vw; }
  .upper-footer__contents__txt--small {
    font-size: 2.66667vw;
    margin-top: 5vw; }
  .upper-flloter__caption {
    text-align: right;
    margin-top: 20px; }
  .upper-footer__caption__txt {
    font-size: 1.5rem;
    line-height: 20px;
    color: #808080;
    line-height: 20px;}
  .upper-footer__btn {
    margin-top: 20vw;
    margin-bottom: 25vw; } }

/*# sourceMappingURL=styles.css.map */
