







.uq_contentsBox {
  background: #fff;
  /* color: #0055B8; */
  margin: 30px auto 30px; }

.uq_contentsBox + .uq_contentsBox {
  margin-top: 40px; }

.uq_contentsBox__title {
  background: #E0F127;
  color: #0055B8;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  max-width: 1124px;
  margin:0 auto;
  }

.uq_contentsBox__title.is_colorYellow {
  background: #E0F127 !important; }

.uq_contentsBox__title.is_colorBlue {
  background: #64E6F7; }

.uq_contentsBox__inner {
  padding: 40px 20px 60px; }

@media (max-width: 768px) {
  .uq_contentsBox__inner {
    padding: 30px 15px 40px; } }

.uq_contentsBox__wrapper {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto; }

.uq_costInner {
  max-width: 540px;
  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; }



.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 #0055B8;
  font-size: 25px;
  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; }

/* @media (max-width: 640px) {
  .uq_costLabel__item {
    font-size: 16px; } } */

/* @media (max-width: 375px) {
  .uq_costLabel__item {
    padding: 4px 8px;
    font-size: 14px; } } */

.uq_costLabel__text {
  width: 100%;
  text-align: center; }

.uq_costLabel__small {
  display: block;
  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: #0055b8; */ }

.uq_costLabel__center::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.uq_price {
  margin-top: 30px;
  text-align: center;
  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; } } */

.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: #E2E5EB;
  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 #0055B8;
  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(../img/cost/parts-arrow-double-under-navy.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.uq_flow__arrowText {
  margin-bottom: 4px;
  font-size: 16px;
  text-align: center;
  color: #0055B8;
  font-weight: bold; }

@media (max-width: 640px) {
  .uq_flow__arrowText {
    font-size: 14px; } }

.uq_flow__title {
  border-top: solid 2px #0055B8;
  border-bottom: solid 2px #0055B8;
  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; }

.uq_flow__titleNumber {
  width: 46px;
  height: 46px;
  font-size: 22px;
  background-color: #0055B8;
  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: 36px;
    height: 36px;
    margin-right: 15px; } }

.uq_flow__titleText {
  font-size: 22px;
  -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%;
  text-align: left; }

@media (max-width: 768px) {
  .uq_flow__titleText {
    font-size: 18px; } }

.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; }

@media (max-width: 640px) {
  .uq_flow__text {
    font-size: 14px; } }

.uq_flow__icon {
  width: 70px;
  margin-left: 10px; }

@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: bold; }

.contens-head {
  margin-top: 40px; }

.contens-head__title {
  font-weight: bold; }

.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(../img/cost/title-icon-left.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -25px;
  left: -25px;
  left: -25px;
  left: -2.5rem; }

.contens-head__title--sub:after {
  content: '';
  background: url(../img/cost/title-icon-right.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -25px;
  right: -25px;
  right: -25px;
  right: -2.5rem; }

@media screen and (max-width: 750px) {
  .contens-head__title--sub:before {
    top: -2px;
    top: -2px;
    top: -2px;
    top: -0.2rem;
    left: -20px;
    left: -20px;
    left: -20px;
    left: -2rem;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  .contens-head__title--sub:after {
    top: -2px;
    top: -2px;
    top: -2px;
    top: -0.2rem;
    right: -20px;
    right: -20px;
    right: -20px;
    right: -2rem;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

.contens-head__title--price {
  font-size: 7.4rem;
  color: #e0f127; }

.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: 18px;
  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%, rgba(224, 241, 39, .6)));
  background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 85%, rgba(224, 241, 39, .6) 85%); }

.about_uq_detailSeparate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold; }

.about_uq_detailSeparate__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.about_uq_detailSeparate__text {
  margin-left: 20px;
  text-align: left;
  width: 70%; }

.about_uq_detailSeparate + .about_uq_detailSeparate {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #0055b8; }

.uq_costNote {
  border: 1px solid #0055b8;
  padding: 3rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold; }

.uq_costNote__list {
  list-style: none;
  margin: 2rem 0; }

.uq_costNote__list li {
  margin-left: 2rem;
  text-indent: -2rem; }

.uq_costNote__list li:before {
  content: '●'; }

.uq_costNote .small {
  font-size: 1.4rem; }

.small-comment {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2rem; }

@media screen and (max-width: 750px) {
  .small-comment {
    font-size: 2.66667vw; } }

.loan-handling-Box {
  border: 1px solid #6bc0fd;
  margin: 50px 80px; }

.loan-handling-Box__title {
  background: #6bc0fd;
  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: #e0f127; }

@media screen and (max-width: 750px) {
  .uq_contentsBox, .loan-handling-Box {
    margin: 30px 15px -50px; }
  .contens-head {
    margin-top: 5vw; }
  .contens-head__title--sub {
    font-size: 5.06667vw; }
  .contens-head__title--large {
    font-size: 6.4vw; }
  .contens-head__title--price {
    font-size: 10.66667vw;
    letter-spacing: 0.25rem; }
  .contens-head__title--price .en {
    font-size: 6.93333vw; }
  .contens-head__title--price .tax {
    font-size: 3.73333vw; }
  .contens-head__text {
    font-size: 3.73333vw;
    margin: 30px 4vw; }
  .contens-head__text span {
    font-size: 2.66667vw; }
  .about_uq_detailSeparate {
    font-size: 3.73333vw; }
  .uq_costNote {
    padding: 5vw;
    font-size: 4vw; }
  .loan-handling-Box__text {
    padding: 5vw;
    font-size: 3.73333vw; }
  .loan-handling-Box__title {
    font-size: 4.66667vw; }
  .uq_contentsLead {
    margin: 0 5vw;
    font-size: 5.33333vw; }
  .m_textSmall {
    font-size: 3.2vw; }
  .uq_costNote .small {
    font-size: 2.66667vw; } }

.v-section03 {
  /* background: #0055b8; */
  padding-top: 155px;
  padding-bottom: 1px; }

.v-section03 .c-headline__text {
  color: #e0f127;
  font-size: 52px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -80px; }

.v-section03 .c-headline__text .v-span {
  /* background: #0055b8; */
  display: inline-block;
  padding: 0 25px; }

.v-section03 .c-headline__text .v-span__white {
  color: #fff;
  font-size: 32px; }

.v-section03 .c-headline__text .v-span__lg {
  font-size: 70px; }

.v-section03 .c-headline__text .v-span > img {
  vertical-align: middle; }

.v-section03 .v-wrapper {
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 145px;
  padding: 70px 90px;
  position: relative; }

.v-section03 .v-wrapper .v-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.v-section03 .v-wrapper .v-text__lg {
  font-size: 38px;
  margin-bottom: 30px; }

.v-section03 .v-wrapper .v-text__med {
  font-size: 22px;
  margin-top: 25px;
  position: relative; }

.v-section03 .v-wrapper .v-text__med::before, .v-section03 .v-wrapper .v-text__med::after {
  background: url(../img/pc/ico_line.png) no-repeat center;
  content: '';
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px; }

.v-section03 .v-wrapper .v-text__med::before {
  left: 0; }

.v-section03 .v-wrapper .v-text__med::after {
  right: 0; }

.v-section03 .v-wrapper .v-text__md {
  color: #fff;
  font-size: 38px;
  font-weight: bold; }

.v-section03 .v-wrapper .v-text .v-span__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(224, 241, 39, 0)), color-stop(40%, rgba(224, 241, 39, .6)));
  background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 40%, rgba(224, 241, 39, .6) 40%);
  background-size: 200% 30%;
  background-repeat: repeat-x;
  background-position: -100% 100%;
  color: #e0f127; }

.v-section03 .v-wrapper .v-text .v-span__lg {
  font-size: 80px;
  font-weight: bold; }

.v-section03 .v-wrapper .v-flex {
  margin-bottom: 75px; }

.v-section03 .v-wrapper .v-flex__item {
  background-color: #fff;
  border-radius: 14px;
  margin-right: 28px;
  padding: 30px 25px; }

.v-section03 .v-wrapper .v-flex__item:nth-child(3n+3) {
  margin-right: 0; }

.v-section03 .v-wrapper .v-flex__item:nth-child(n+4) {
  margin-top: 30px; }

.v-section03 .v-wrapper .v-flex__item > p {
  color: #0055b8;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.v-section03 .v-wrapper .v-flex__item > p > span {
  font-size: 20px; }

.v-section03 .v-wrapper .v-flex__item .v-button {
  background-color: #e0f127;
  border-color: #fff;
  border-radius: 6px;
  color: #002d60;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 230px; }

.v-section03 .v-wrapper .v-flex__item .v-button::after {
  background-image: url(../img/pc/ico_arrow_angle.png);
  content: '';
  height: 14px;
  right: 10px;
  width: 8px; }

.v-section03 .v-wrapper .v-table {
  border: 1px solid #002d60;
  border-collapse: collapse;
  width: 100%; }

.v-section03 .v-wrapper .v-table tr {
  border-bottom: 2px solid #002d60; }

.v-section03 .v-wrapper .v-table tr:last-child {
  border-bottom: 0; }

.v-section03 .v-wrapper .v-table th {
  background-color: #848c9b;
  border-right: 2px solid #002d60;
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  text-align: left;
  width: 164px; }

.v-section03 .v-wrapper .v-table th.is-light {
  background-color: #9ea8ba; }

.v-section03 .v-wrapper .v-table th > img {
  margin-right: 10px; }

.v-section03 .v-wrapper .v-table td {
  background-color: #fbfde3;
  color: #002d60;
  font-size: 18px;
  padding: 16px; }

.v-section03 .v-wrapper .v-table td.is-yellow {
  background-color: #e0f127;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.v-section03 .v-wrapper .v-table__list > li {
  list-style: none;
  padding-left: 20px;
  text-indent: -20px; }

.v-section03 .v-wrapper .v-table__list > li::before {
  content: '・'; }

.v-section03 .v-wrapper--1 {
  padding: 70px 50px; }

.v-section03 .v-wrapper--1 .v-text {
  margin-bottom: 50px; }

.v-section03 .v-wrapper--1__slider {
  position: relative;
  height: 231px;
  margin-bottom: 60px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.v-section03 .v-wrapper--1__slider__slide {
  width: 280px;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.v-section03 .v-wrapper--1__slider__slide.is-active {
  opacity: 1; }

.v-section03 .v-wrapper--1__slider__button--prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 50%;
  margin-left: -154px; }

.v-section03 .v-wrapper--1__slider__button--next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 50%;
  margin-right: -154px; }

.v-section03 .v-wrapper--2 .v-rounded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #002d60;
  border-radius: 16px;
  color: #0055b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 107px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center; }

.v-section03 .v-wrapper--2 .v-rounded--2 {
  position: relative; }

.v-section03 .v-wrapper--2 .v-rounded--2::before {
  background: url(../img/pc/sec3_ico_point.png) no-repeat center;
  content: '';
  height: 36px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 36px; }

.v-section03 .v-wrapper--2 .v-rounded__lg {
  font-size: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.v-section03 .v-wrapper--2 .v-rounded__lg > img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  vertical-align: middle;
  margin-right: 8px; }

.v-section03 .v-wrapper--2 .v-img {
  margin: 70px 0 -60px; }

.v-section03 .v-wrapper--3 .v-text__med {
  color: #e0f127;
  font-size: 32px;
  margin-bottom: 35px; }

.v-section03 .v-wrapper--3 .v-text__md {
  margin-top: 25px; }

.v-section03 .v-wrapper--3 .v-text__md > img {
  vertical-align: middle; }

.v-section03 .v-wrapper--3 .v-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 0 15px; }

.v-section03 .v-wrapper--3 .v-list ul {
  border-top: 1px solid #3a83d7;
  width: 380px; }

.v-section03 .v-wrapper--3 .v-list ul li {
  border-bottom: 1px solid #3a83d7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  padding: 13px 0;
  padding-left: 50px;
  position: relative; }

.v-section03 .v-wrapper--3 .v-list ul li::before {
  background: url(../img/pc/sec3_wrap3_ico_point.png) no-repeat center left;
  content: '';
  height: 32px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px; }

.v-section03 .v-wrapper--3 .v-list ul li .v-yellow {
  color: #e0f127; }

.v-section03 .v-wrapper--3 .v-list ul li .v-yellow__lg {
  font-size: 34px;
  line-height: 1; }

.v-section03 .v-wrapper--3 .v-list__remarks {
  margin-bottom: 75px;
  font-size: 11px;
  color: #fff; }

.v-section03 .v-wrapper--3 .v-shop {
  margin-top: 30px; }

.v-section03 .v-wrapper--3 .v-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.v-section03 .v-wrapper--3 .v-shop__list > li {
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 65px;
  line-height: 65px;
  list-style: none;
  width: 205px; }

.v-section03 .v-wrapper--3 .v-shop__list > li > a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }

.v-section03 .v-wrapper--3 .v-shop__list > li.is-active {
  background-color: #02d9f5; }

.v-section03 .v-wrapper--3 .v-shop__list > li.is-active > a {
  color: #0055b8; }

.v-section03 .v-wrapper--3 .v-shop__content {
  background-color: #fff;
  padding: 40px 30px 50px; }

.v-section03 .v-wrapper--3 .v-shop__content.is-none {
  display: none; }

.v-section03 .v-wrapper--3 .v-shop__content-item {
  margin-bottom: 55px; }

.v-section03 .v-wrapper--3 .v-shop__content-item:last-child {
  margin-bottom: 0; }

.v-section03 .v-wrapper--3 .v-shop__content-item .v-button {
  background-color: #0055b8;
  height: 37px;
  line-height: 37px;
  width: 267px; }

.v-section03 .v-wrapper--3 .v-shop__content-item .v-button--pink {
  background-color: #e057b1; }

.v-section03 .v-wrapper--3 .v-shop__content-item .v-button::after {
  background-image: url(../img/pc/sec3_wrap3_ico_arrow.png);
  height: 11px;
  right: 16px;
  width: 6px; }

.v-section03 .v-wrapper--3 .v-shop__img {
  margin-right: 40px;
  width: 350px; }

.v-section03 .v-wrapper--3 .v-shop__text {
  color: #0055b8;
  font-size: 16px;
  overflow: auto;
  overflow-y: hidden;
  display: inline-block; }

.v-section03 .v-wrapper--3 .v-shop__text-sm {
  font-size: 18px; }

.v-section03 .v-wrapper--3 .v-shop__text-address {
  margin: 8px 0; }

.v-section03 .v-wrapper--3 .v-shop__text-med {
  font-size: 26px;
  font-weight: bold;
  line-height: 1; }

.v-section03 .v-wrapper--3 .v-shop__text-lg {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px; }

.v-section03 .v-wrapper--3 .v-shop__text a {
  text-decoration: none;
  color: #0055b8; }

.v-section03 .v-wrapper--4_content {
  background: url(../img/pc/ico_line.png) repeat-x center bottom;
  padding-bottom: 80px;
  position: relative; }

.v-section03 .v-wrapper--4_content.is-last {
  padding-bottom: 0;
  background: none; }

.v-section03 .v-wrapper--4 .c-headline__text {
  top: -35px; }

.v-section03 .v-wrapper--4 .v-txt {
  color: #fff;
  font-size: 16px; }

.v-section03 .v-wrapper--4 .v-txt__label {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 10px; }

.v-section03 .v-wrapper--4 .v-txt__sm {
  font-size: 11px;
  margin-top: 15px; }

.v-section03 .v-wrapper--4 .v-txt__med {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-txt__lg {
  line-height: 1;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-txt__lg.has-padding-top {
  padding-top: 80px; }

.v-section03 .v-wrapper--4 .v-txt__lg.has-line-height {
  line-height: 1.6; }

.v-section03 .v-wrapper--4 .v-txt__blue {
  background-color: #02d9f5;
  font-size: 28px;
  font-weight: bold;
  margin: 50px 0 25px;
  padding: 6px 0;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-txt .v-span__yellow {
  color: #e0f127;
  font-size: 48px; }

.v-section03 .v-wrapper--4 .v-txt .v-span__yellow.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%, rgba(224, 241, 39, .6)));
  background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 85%, rgba(224, 241, 39, .6) 85%); }

.v-section03 .v-wrapper--4 .v-txt .v-span__sm {
  font-size: 32px; }

.v-section03 .v-wrapper--4 .v-txt .v-span__med {
  color: #02d9f5;
  font-size: 42px; }

.v-section03 .v-wrapper--4 .v-txt .v-span__lg {
  font-size: 46px; }

.v-section03 .v-wrapper--4 .v-txt .v-span__xl {
  font-size: 64px; }

.v-section03 .v-wrapper--4 .v-txt small {
  font-size: .6em; }

.v-section03 .v-wrapper--4 .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-section03 .v-wrapper--4 .v-label::after, .v-section03 .v-wrapper--4 .v-label::before {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff; }

.v-section03 .v-wrapper--4 .v-label span {
  margin: 0 1em;
  font-size: 28px; }

.v-section03 .v-wrapper--4 .v-wc2__bg {
  background-color: #fff;
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 60px 40px; }

.v-section03 .v-wrapper--4 .v-wc2__blue {
  background-color: #6bc0fd;
  border-radius: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 35px;
  padding: 10px 0;
  text-align: center;
  width: 340px; }

.v-section03 .v-wrapper--4 .v-wc2__flex {
  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;
  position: relative;
  margin-bottom: 50px; }

.v-section03 .v-wrapper--4 .v-wc2__flex::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e2e5eb; }

.v-section03 .v-wrapper--4 .v-wc2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.v-section03 .v-wrapper--4 .v-wc2__box--item {
  border: 1px solid #0055b8;
  color: #0055b8;
  font-size: 22px;
  padding: 5px 0;
  text-align: center;
  width: 146px; }

.v-section03 .v-wrapper--4 .v-wc2__remarks {
  border: 1px solid #0055b8;
  border-radius: 10px;
  padding: 30px;
  color: #0055b8; }

.v-section03 .v-wrapper--4 .v-wc2__remarks h4 {
  font-size: 18px;
  margin-bottom: 20px; }

.v-section03 .v-wrapper--4 .v-wc2__remarks ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.v-section03 .v-wrapper--4 .v-wc2__remarks ul li::before {
  content: '●';
  margin-right: .3em; }

.v-section03 .v-wrapper--4 .v-wc2__remarks__note {
  margin-top: 5px;
  font-size: 11px;
  text-align: left; }

.v-section03 .v-wrapper--4 .v-wc2__remarks__note2 {
  margin-top: 14px;
  color: #0055b8;
  text-align: right; }

.v-section03 .v-wrapper--4 .v-wc2__alert {
  border: 1px solid #6bc0fd; }

.v-section03 .v-wrapper--4 .v-wc2__alert__head {
  font-size: 20px;
  color: #fff;
  background: #6bc0fd;
  line-height: 1;
  padding: 1em 0;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-wc2__alert__body {
  padding: 25px;
  color: #fff; }

.v-section03 .v-wrapper--4 .v-wc2__alert__body > p {
  font-size: 18px; }

.v-section03 .v-wrapper--4 .v-wc2__alert__body > p strong {
  font-weight: normal;
  color: #e0f127; }

.v-section03 .v-wrapper--4 .v-wc3__graph {
  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;
  color: #fff;
  font-size: 16px; }

.v-section03 .v-wrapper--4 .v-wc3__graph__image {
  margin: -20px 0 0 35px; }

.v-section03 .v-wrapper--4 .v-wc3__graph__remark {
  font-size: 11px;
  margin-top: 45px;
  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; }

.v-section03 .v-wrapper--4 .v-wc3__graph__remark span {
  margin-right: 10px; }

.v-section03 .v-wrapper--4 .v-wc4__doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.v-section03 .v-wrapper--4 .v-wc4__doctor {
  width: 150px;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-wc4__doctor__photo {
  margin-bottom: 10px; }

.v-section03 .v-wrapper--4 .v-wc4__doctor__name {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4; }

.v-section03 .v-wrapper--4 .v-wc4__doctor__name > span {
  font-size: 18px; }

.v-section03 .v-wrapper--4 .v-wc4__descript {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  text-align: center; }

.v-section03 .v-wrapper--4 .v-wc4__descript2 {
  color: #fff;
  margin-top: 25px;
  font-size: 11px;
  text-align: center; }

.v-section03 .v-wrapper--4 .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; }

.v-section03 .v-wrapper--4 .v-wc5__body__photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 50px; }

.v-section03 .v-wrapper--4 .v-wc5__body__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  color: #fff; }

.v-section03 .v-wrapper--4 .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; }

.v-section03 .v-wrapper--4 .v-wc5__body__remark span {
  margin-right: 5px; }

.v-section03 .v-wrapper--4 .v-wc6__body__text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px; }

.v-section03 .v-wrapper--4 .v-wc6__body__photo img {
  width: 100%; }

.v-section03 .v-pickup {
  margin-bottom: 60px; }

@media screen and (max-width: 750px) {
  .v-section03 .v-wrapper--1__google,
  .v-section03 .v-wrapper--2__google {
    margin-bottom: 5rem !important; }
  .v-section03 .v-wrapper--3__google {
    margin-bottom: 10rem !important; }
  .v-section03 .v-wrapper--4__google {
    margin-bottom: 10rem !important; }
  .v-section03 .c-headline__text {
    font-size: 3.6rem;
    top: -1.5em; }
  .v-section03 .c-headline__text .v-span {
    padding: 0 2rem; }
  .v-section03 .c-headline__text .v-span__white {
    font-size: 2rem; }
  .v-section03 .c-headline__text .v-span > img {
    height: 2rem;
    margin-bottom: .5rem; }
  .v-section03 .v-wrapper {
    border-width: 1px;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 10rem; }
  .v-section03 .v-wrapper .v-text {
    font-size: 1.4rem; }
  .v-section03 .v-wrapper .v-text__lg {
    font-size: 2.4rem; }
  .v-section03 .v-wrapper .v-text__lg.has-sm-line-height-sp {
    margin-top: 2rem;
    line-height: 1; }
  .v-section03 .v-wrapper .v-text__med {
    font-size: 1.6rem;
    margin-bottom: 1.5rem; }
  .v-section03 .v-wrapper .v-text__med::before, .v-section03 .v-wrapper .v-text__med::after {
    height: 10px;
    height: 10px;
    height: 10px;
    height: 1rem;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 5rem; }
  .v-section03 .v-wrapper .v-text__md {
    font-size: 2.8rem; }
  .v-section03 .v-wrapper .v-text .v-span__lg {
    font-size: 5rem; }
  .v-section03 .v-wrapper .v-flex {
    margin-bottom: 4rem;
    display: block; }
  .v-section03 .v-wrapper .v-flex__item {
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 0; }
  .v-section03 .v-wrapper .v-flex__item:nth-child(n+2) {
    margin-top: 2rem; }
  .v-section03 .v-wrapper .v-flex__item > img {
    width: 100%; }
  .v-section03 .v-wrapper .v-flex__item > p {
    font-size: 2.4rem; }
  .v-section03 .v-wrapper .v-flex__item > p > span {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper .v-flex__item .v-button {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    padding: 0;
    font-size: 1.6rem;
    padding-right: 2rem; }
  .v-section03 .v-wrapper .v-table {
    border-width: 2px; }
  .v-section03 .v-wrapper .v-table, .v-section03 .v-wrapper .v-table thead, .v-section03 .v-wrapper .v-table tbody, .v-section03 .v-wrapper .v-table tr, .v-section03 .v-wrapper .v-table th, .v-section03 .v-wrapper .v-table td {
    display: block; }
  .v-section03 .v-wrapper .v-table th {
    width: auto;
    background-repeat: none;
    border-bottom: 2px solid #002d60;
    padding: 1rem;
    font-size: 1.8rem;
    border-right: 0; }
  .v-section03 .v-wrapper .v-table th.is-light {
    display: none; }
  .v-section03 .v-wrapper .v-table th > img {
    vertical-align: middle;
    height: 1.4em; }
  .v-section03 .v-wrapper .v-table th > br {
    display: none; }
  .v-section03 .v-wrapper .v-table td {
    padding: 1rem;
    font-size: 1.8rem; }
  .v-section03 .v-wrapper .v-table td.is-yellow {
    font-size: 2rem; }
  .v-section03 .v-wrapper--1 {
    padding: 2rem;
    margin-bottom: 5rem; }
  .v-section03 .v-wrapper--1 .v-text {
    margin-bottom: 3rem; }
  .v-section03 .v-wrapper--1__slider {
    margin-bottom: 3rem; }
  .v-section03 .v-wrapper--2 {
    padding-top: 8rem;
    margin-bottom: 5rem; }
  .v-section03 .v-wrapper--2 .c-headline__text .v-span > img {
    height: 3rem;
    margin-top: 1rem; }
  .v-section03 .v-wrapper--2 .v-rounded {
    height: auto;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 2rem; }
  .v-section03 .v-wrapper--2 .v-rounded__lg {
    display: block;
    font-size: 2.4rem;
    white-space: normal; }
  .v-section03 .v-wrapper--2 .v-rounded__lg > img {
    height: 4rem; }
  .v-section03 .v-wrapper--2 .v-img {
    margin: 4rem 0 -2rem; }
  .v-section03 .v-wrapper--3 .v-text__med {
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  .v-section03 .v-wrapper--3 .v-text__md {
    margin-top: 2rem; }
  .v-section03 .v-wrapper--3 .v-text__md > img {
    height: 4rem; }
  .v-section03 .v-wrapper--3 .v-list {
    display: block;
    margin: 3rem 0 1.5rem; }
  .v-section03 .v-wrapper--3 .v-list ul {
    width: auto; }
  .v-section03 .v-wrapper--3 .v-list ul li {
    font-size: 1.6rem;
    padding-left: 3.4rem; }
  .v-section03 .v-wrapper--3 .v-list ul li::before {
    height: 24px;
    height: 24px;
    height: 24px;
    height: 2.4rem;
    width: 24px;
    width: 24px;
    width: 24px;
    width: 2.4rem;
    background-size: contain;
    left: 5px;
    left: 5px;
    left: 5px;
    left: .5rem; }
  .v-section03 .v-wrapper--3 .v-list ul li .v-yellow__lg {
    font-size: 2.4rem; }
  .v-section03 .v-wrapper--3 .v-list__remarks {
    margin-bottom: 4rem;
    font-size: 1rem; }
  .v-section03 .v-wrapper--3 .v-shop {
    margin-top: 2rem; }
  .v-section03 .v-wrapper--3 .v-shop__list > li {
    height: 5rem;
    line-height: 5rem;
    width: 25%;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; }
  .v-section03 .v-wrapper--3 .v-shop__list > li > a {
    font-size: 1.8rem; }
  .v-section03 .v-wrapper--3 .v-shop__content {
    padding: 1.5rem; }
  .v-section03 .v-wrapper--3 .v-shop__content-item {
    margin-bottom: 3rem; }
  .v-section03 .v-wrapper--3 .v-shop__content .v-button {
    width: 100%;
    padding: 0;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--3 .v-shop__img {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem; }
  .v-section03 .v-wrapper--3 .v-shop__img > img {
    width: 100%; }
  .v-section03 .v-wrapper--3 .v-shop__text {
    font-size: 1.4rem; }
  .v-section03 .v-wrapper--3 .v-shop__text-sm {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--3 .v-shop__text-med {
    font-size: 2.2rem;
    margin-top: 1rem; }
  .v-section03 .v-wrapper--3 .v-shop__text-lg {
    font-size: 2.8rem; }
  .v-section03 .v-wrapper--4_content {
    padding-bottom: 4rem; }
  .v-section03 .v-wrapper--4 .c-headline__text {
    top: -1.4em; }
  .v-section03 .v-wrapper--4 .v-txt {
    font-size: 1.4rem; }
  .v-section03 .v-wrapper--4 .v-txt__label {
    padding-top: 4rem;
    margin-bottom: 1rem; }
  .v-section03 .v-wrapper--4 .v-txt__sm {
    font-size: 1rem; }
  .v-section03 .v-wrapper--4 .v-txt__med {
    font-size: 1.8rem; }
  .v-section03 .v-wrapper--4 .v-txt__lg {
    font-size: 2.4rem; }
  .v-section03 .v-wrapper--4 .v-txt__blue {
    font-size: 2rem;
    margin: 2.5rem 0 1.5rem;
    padding: .5rem 0; }
  .v-section03 .v-wrapper--4 .v-txt .v-span__yellow {
    font-size: 3.6rem;
    line-height: 5.8rem; }
  .v-section03 .v-wrapper--4 .v-txt .v-span__sm {
    font-size: 2.2rem; }
  .v-section03 .v-wrapper--4 .v-txt .v-span__med {
    font-size: 3.2rem; }
  .v-section03 .v-wrapper--4 .v-txt .v-span__lg {
    font-size: 3.4rem; }
  .v-section03 .v-wrapper--4 .v-txt .v-span__xl {
    font-size: 4.2rem; }
  .v-section03 .v-wrapper--4 .v-label span {
    font-size: 2rem; }
  .v-section03 .v-wrapper--4 .v-wc2__bg {
    padding: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .v-section03 .v-wrapper--4 .v-wc2__blue {
    font-size: 1.4rem;
    padding: 1.5rem; }
  .v-section03 .v-wrapper--4 .v-wc2__flex {
    display: block;
    margin-bottom: 3rem; }
  .v-section03 .v-wrapper--4 .v-wc2__flex::before {
    content: none; }
  .v-section03 .v-wrapper--4 .v-wc2__flex--item + .v-wc2__flex--item {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #e2e5eb; }
  .v-section03 .v-wrapper--4 .v-wc2__remarks {
    border-radius: .5rem;
    padding: 1.5rem; }
  .v-section03 .v-wrapper--4 .v-wc2__remarks h4 {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--4 .v-wc2__remarks__note2 {
    text-align: left; }
  .v-section03 .v-wrapper--4 .v-wc2__alert__head {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--4 .v-wc2__alert__body {
    padding: 1.5rem; }
  .v-section03 .v-wrapper--4 .v-wc2__alert__body > p {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--4 .v-wc3__graph {
    display: block;
    font-size: 1.4rem; }
  .v-section03 .v-wrapper--4 .v-wc3__graph__image {
    margin: 2rem 0 0 0; }
  .v-section03 .v-wrapper--4 .v-wc3__graph__remark {
    margin-top: 2rem; }
  .v-section03 .v-wrapper--4 .v-wc4__doctors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .v-section03 .v-wrapper--4 .v-wc4__doctor {
    width: calc(50% - 0.75rem); }
  .v-section03 .v-wrapper--4 .v-wc4__doctor:nth-child(n+3) {
    margin-top: 2rem; }
  .v-section03 .v-wrapper--4 .v-wc4__doctor__photo {
    margin-bottom: 1rem; }
  .v-section03 .v-wrapper--4 .v-wc4__doctor__photo > img {
    width: 100%; }
  .v-section03 .v-wrapper--4 .v-wc4__doctor__name {
    font-size: 1.2rem; }
  .v-section03 .v-wrapper--4 .v-wc4__doctor__name > span {
    font-size: 1.6rem; }
  .v-section03 .v-wrapper--4 .v-wc4__descript {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left; }
  .v-section03 .v-wrapper--4 .v-wc4__descript2 {
    margin-top: 3rem;
    font-size: 1rem;
    text-align: left;
    color: #FFF; }
  .v-section03 .v-wrapper--4 .v-wc5__body {
    display: block; }
  .v-section03 .v-wrapper--4 .v-wc5__body__photo {
    margin-left: 0;
    margin-bottom: 2rem; }
  .v-section03 .v-wrapper--4 .v-wc5__body__photo > img {
    width: 100%; }
  .v-section03 .v-wrapper--4 .v-wc5__body__text {
    font-size: 1.4rem; }
  .v-section03 .v-wrapper--4 .v-wc5__body__remark {
    margin-top: 1rem; }
  .v-section03 .v-wrapper--4 .v-wc6__body__text {
    font-size: 1.6rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 750px) {
  .v-section03__yahoo {
    padding-top: 5rem !important; }
  .v-section03__google {
    padding-top: 10rem; } }

.main-contens {
  /* background: #0055b8; */
  color: #FFF; }

@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: 9.06667vw; }
  .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: 5.6vw;
    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: 8.53333vw;
    letter-spacing: -0.25rem; }
  .cost h4 span {
    font-size: 6.4vw; } }

.m-white-box {
  background: #FFF;
  color: #0055b8;
  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; } }

.cost {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 150px; }

.cost__inner {
  text-align: center; }

@media screen and (max-width: 750px) {
  .cost {
    margin: 0rem 1rem;
    border-radius: 2rem; }
  .cost__inner {
    margin-bottom: 5vw; } }

.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: 6.4vw;
    padding: 0 1rem;
    width: 52vw; }
  .clinic-under-text-wrap__p {
    font-size: 3.73333vw;
    letter-spacing: -0.075rem; } }

.v-shop {
  padding: 0 60px;
  margin-top: 50px;
  margin-bottom: 50px; }

.v-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #FFF; }

.v-shop__list li {
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 65px;
  line-height: 65px;
  list-style: none;
  width: 25%; }

.v-shop__list li a {
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  display: block; }

.v-shop__list .is-active {
  background: #02d9f5; }

.v-shop__list .is-active a {
  color: #0055b8; }

.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 {
    padding: 0 5vw; }
  .v-shop__list li a {
    font-size: 4.26667vw; }
  .v-shop__list li {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    height: 12vw;
    line-height: 12vw; } }

.doctor-list {
  padding: 0 60px;
  margin-top: 100px; }

.doctor-list .m_stripeObject__item {
  background: #FFF; }

.doctor-list__title {
  margin-bottom: 50px; }

.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(../img/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(../img/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 {
    width: calc(20% - 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;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.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: 5.06667vw; }
  .v-txt__lg {
    font-size: 6.4vw;
    line-height: 1.2; }
  .v-txt__lg span {
    font-size: 9.6vw; }
  .v-label span {
    font-size: 5.33333vw; }
  .v-wc4__doctor__name {
    font-size: 4.26667vw; }
  a.js-modal-open {
    font-size: 4vw; }
  .v-wc4__descript {
    font-size: 4vw;
    text-align: left; }
  .v-wc4__descript2 {
    text-align: left;
    font-size: 2.66667vw; }
  .v-wc4__doctor__name {
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.4; }
  .v-wc4__doctor__name span {
    font-size: 4.26667vw; }
  .doctor__box-area {
    font-size: 4vw; }
  h3.doctor__box-name {
    font-size: 6.93333vw; }
  h3.doctor__box-name span {
    font-size: 3.73333vw; }
  .doctor__box-comment {
    font-size: 4vw; }
  .doctor__box-history {
    font-size: 4vw; } }

.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: 4.26667vw; }
  .clinic-btn__text {
    font-size: 4.8vw; }
  .clinic-btn__link a {
    font-size: 4.8vw; }
  .uq_detailTable__text a {
    font-size: 4.26667vw; } }

.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 {
  width: calc(100% - 40px);
  max-width: 918px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 15px 15px;
  background: #fff;
  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 {
    width: calc(100% - 30px); } }

.uq_clinicBox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: gray transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

@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 {
  /* max-width: 900px; */
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFF; }

.uq_clinicBox__inner + .uq_clinicBox__inner {
  margin-top: 50px; }

@media (max-width: 768px) {
  .uq_clinicBox__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

.uq_clinicLogo {
  margin-right: auto;
  margin-left: auto; }

.uq_clinicLogo.is_tokyoMens, .uq_clinicLogo.is_osakaMens {
  width: 320px; }

@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: 319px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_nagoya {
    width: 49.84vw; } }

.uq_clinicLogo.is_fukuoka {
  width: 293px; }

@media (max-width: 768px) {
  .uq_clinicLogo.is_fukuoka {
    width: 45.78vw; } }

.uq_clinicPhoto {
  margin-top: 30px; }

@media (max-width: 768px) {
  .uq_clinicPhoto {
    margin-left: -15px;
    margin-right: -15px; } }

.uq_detailTable {
  margin-top: 30px; }

@media (max-width: 768px) {
  .uq_detailTable {
    margin-top: 40px; } }

.uq_detailTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .uq_detailTable__row {
    display: block; } }

.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 {
  width: 290px;
  margin-right: 20px;
  text-align: center;
  padding: 15px 10px;
  background: #E2E5EB;
  font-weight: bold;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 15px; }

@media (max-width: 768px) {
  .uq_detailTable__title {
    width: auto;
    margin-right: 0;
    padding: 10px; } }

.uq_detailTable__titleNote {
  display: block;
  margin-top: 4px;
  font-weight: normal;
  font-size: 14px; }

.uq_detailTable__data {
  min-width: 530px;
  -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: 15px 0;
  text-align: left; }

@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; }

@media (max-width: 768px) {
  .uq_detailTable__data.is_hoursBox {
    padding-top: 15px; } }

.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 #0055B8;
  -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 #0055B8; } }

.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 #0055B8;
  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 #0055B8;
    -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: #6BC0FD;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  text-align: center; }

@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: 15px 0 10px;
  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; }

@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: bold;
  padding-left: 1em;
  font-size: 14px;
  text-align: left; }

@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: #000; */ }

.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; }

.menu {
  max-width: 1200px;
  margin: 0 auto; }

.menu__list {
  list-style: none;
  padding-bottom: 1rem; }

.menu__list__item {
  display: inline-block;
  width: 19.6%; }

.menu__list__item a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c; }

.menu__list__item .reindeer {
  fill: #3c3c3c; }

.menu__list__item .is-current {
  color: #0055b8; }

.menu__list__item .is-current .reindeer {
  fill: #0055b8; }

.menu__list__item + .menu__list__item {
  border-left: solid 1px rgba(0, 85, 184, .25); }

.menu__list__item:first-child {
  border-left: solid 1px rgba(0, 85, 184, .25); }

.menu__list__item:last-child {
  border-right: solid 1px rgba(0, 85, 184, .25); }

.nav-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top; }

.nav-icon img {
  width: 100%;
  height: 100%; }

.st0 {
  color: #F00; }

@media screen and (max-width: 750px) {
  .menu {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .95);
    width: 100%; }
  .menu__list {
    padding-bottom: 0; }
  .menu__list__item {
    width: 19.2%; }
  .menu__list__item a {
    text-align: center;
    letter-spacing: -0.025rem; }
  .menu__list__item + .menu__list__item {
    border-left: none; }
  .menu__list__item:first-child {
    border-left: none; }
  .menu__list__item:last-child {
    border-right: none; }
  .nav-icon {
    display: block;
    width: 100%;
    height: 8vw;
    margin: 0.5rem 0; }
  .nav-icon .reindeer {
    width: 8vw; }
  .sp-btn {
    padding: 1vw 3vw 2vw 3vw; }
  .sp-btn li {
    width: 48%; }
  .sp-btn li a {
    display: block;
    text-align: center;
    font-size: 3.73333vw !important; } }

.m_stripeObject {
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.m_stripeObject__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  width: 1px;
  height: 13px;
  margin-right: 6px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  /* background: #0055b8; */
  -webkit-transform: rotate(40deg) translate3d(0, 0, 0);
  transform: rotate(40deg) translate3d(0, 0, 0); }

.about-aga-obj {
  position: relative;
  margin-top: 140px;
  z-index: 1; }

.about-aga-obj-axis {
  position: relative; }

.about-aga-obj-axis:after {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  content: '';
  display: block;
  width: 100%;
  height: 143px;
  background-image: url(../imgs/common/headline-object03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -147px;
  position: absolute;
  left: 0;
  -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  z-index: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .about-aga-obj {
    margin-top: 125px; }
  .about-aga-obj-axis:after {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 98%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.type-obj {
  position: relative;
  margin-top: 140px;
  z-index: 11; }

.type-obj-axis {
  position: relative; }

.type-obj-axis:before {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  content: '';
  display: block;
  width: 100%;
  height: 143px;
  background-image: url(../imgs/common/headline-object03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -147px;
  position: absolute;
  left: 0;
  -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  z-index: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .type-obj {
    margin-top: 125px; }
  .type-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 98%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.cost-obj {
  position: relative;
  margin-top: 140px;
  z-index: 11; }

.cost-obj-axis {
  position: relative; }

.cost-obj-axis:before {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  content: '';
  display: block;
  width: 100%;
  height: 143px;
  background-image: url(../imgs/common/headline-object03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -147px;
  position: absolute;
  left: 0;
  -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  z-index: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .cost-obj {
    margin-top: 125px; }
  .cost-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.selfcheck-obj {
  position: relative;
  margin-top: 140px;
  z-index: 1; }

.selfcheck-obj-axis {
  position: relative; }

.selfcheck-obj-axis:before {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  content: '';
  display: block;
  width: 100%;
  height: 143px;
  background-image: url(../imgs/common/headline-object03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -147px;
  position: absolute;
  left: 0;
  -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
  z-index: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .selfcheck-obj {
    position: relative;
    margin-top: 130px;
    z-index: 1; }
  .selfcheck-obj-axis {
    position: relative; }
  .selfcheck-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 98%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

/*# sourceMappingURL=style.css.map */
html {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500; }

.reason__mv img {
  width: 100%; }

.reason__mvpc {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96ddf1+0,71c6e3+50,54a8ca+100 */
  background: #96ddf1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#96ddf1), color-stop(50%, #71c6e3), to(#54a8ca));
  background: linear-gradient(to bottom, #96ddf1 0%, #71c6e3 50%, #54a8ca 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ddf1', endColorstr='#54a8ca',GradientType=0 );
  /* IE6-9 */
  position: relative;
  height: 500px;
  z-index: -2; }

.reason__mvpc__text {
  width: 870px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px; }

.reason__mvpc__text img {
  width: 100%; }

.reason__mvpc:before {
  content: "";
  position: absolute;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/reason/mv-pc-ph.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1; }

.reason__mvpc .mv-small-text {
  font-size: 1.4rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 3%;
  color: #FFF; }

.top-notice {
  background-color: #FFF; }

.notice-online__wrap--reason {
  margin: 0px auto 0px auto;
  padding: 50px 0 0px 0; }

.reason-bg-color {
  background-color: #FFF;
  position: relative; }

.reason-bg-color:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 50px solid #FFF; }

.reason-outline {
  border: 1px solid #FFF;
  border-radius: 32px;
  margin-top: 40px;
  padding: 60px 60px;
  background: #7dcbe2;
  position: relative;
  z-index: 3; }

.reason {
  padding-top: 120px;
  padding-bottom: 80px;
  z-index: 0; }

.reason__contents {
  max-width: 1200px;
  margin: 0 auto; }

.reason__l-title {
  background: #faff1c;
  text-align: center;
  border-radius: 20px;
  position: relative; }

.reason__l-title h2 {
  color: #0055b8;
  font-size: 4.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 9;
  position: relative; }

.reason__l-title__figure {
  position: absolute;
  top: -110%;
  left: 50%;
  width: 460px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.reason__l-title__figure img {
  width: 100%; }

.reason-point {
  margin-top: 40px; }

.reason-point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.reason-point__wrap--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  color: #0055b8;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  width: calc(33.33333% - 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.reason-point__wrap--item a {
  display: block;
  cursor: pointer;
  padding: 5rem 0;
  width: 100%;
  color: #0055b8;
  position: relative; }

.reason-point__wrap--item a:before {
  position: absolute;
  content: '';
  bottom: 6%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #0055b8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.reason-point__wrap--item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .15); }

.reason-point__wrap--item:first-child:before {
  content: '';
  width: 165px;
  height: 90px;
  background-image: url(../imgs/reason/point01-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain; }

.reason-point__wrap--item:nth-child(2):before {
  content: '';
  width: 165px;
  height: 90px;
  background-image: url(../imgs/reason/point02-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain; }

.reason-point__wrap--item:nth-child(3):before {
  content: '';
  width: 165px;
  height: 90px;
  background-image: url(../imgs/reason/point03-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain; }

a.point01_link:before {
  bottom: -5%; }

.reason-point-item {
  background-color: #FFF;
  margin-top: 40px;
  border-radius: 32px;
  padding: 40px 60px; }

.reason-point-item__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.reason-point-item__title__icon {
  margin-right: 30px; }

.reason-point-item__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.reason-point-item__con__txt {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-right: 50px;
  letter-spacing: 0.075rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.reason-point-item__con__txt span {
  font-size: 1.2rem;
  vertical-align: super; }

.reason-point-item__con__img {
  margin-top: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem; }

.reason-point-item__con__ph {
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px; }

.reason-point-item__con__ph img {
  width: 100%; }

.reason-point-item__con__ph p {
  font-style: 1.6rem;
  margin-top: 0.5rem; }

.reason-point-item__con__txt-s {
  font-size: 1.4rem;
  margin-top: 2rem; }

.sec-reason {
  text-align: center;
  padding-top: 40px;
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 230px; }

.sec-reason__title span {
  background: #faff1c;
  color: #0055b8;
  display: inline;
  font-size: 3.8rem;
  padding: 1rem 2rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif; }

.sec-reason__title__wrap {
  position: relative;
  z-index: 3; }

.sec-reason__title--figure {
  width: 580px;
  position: absolute;
  top: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.sec-reason__title--figure img {
  width: 100%; }

.sec-reason-img {
  margin-top: 40px; }

.sec-reason__small-text {
  font-size: 1.4rem;
  margin-top: 1rem; }

.notice-text__wrap--reason {
  padding-bottom: 40px;
  margin: 0 auto 0px auto !important; }

section.top-notice-wapper {
  max-width: 1200px;
  margin: 0 auto; }

section.top-notice-wapper img {
  width: 100%; }

.notice-text__wrap {
  margin: 0 auto 30px auto;
  min-width: 30.28571%;
  max-width: 1200px; }

.notice-text__wrap p a {
  background: #2986D7;
  border: 1px solid #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFF;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  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; }

.notice-online__wrap {
  margin-bottom: 40px; }

.notice-text__wrap__inner p a span:first-child img {
  width: 16px;
  vertical-align: middle;
  padding-bottom: 4px; }

.notice-text__wrap__inner p a span:first-child {
  padding-right: 6px; }

@media screen and (max-width: 750px) {
  .reason-point {
    margin-top: 6vw; }
  .reason-outline {
    padding: 12vw 5vw 5vw 5vw;
    margin-top: 10vw; }
  .reason-bg-color:after {
    margin-left: -12vw;
    border: 12vw solid transparent;
    border-top: 8vw solid #FFF; }
  .reason {
    padding-top: 13vw;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 13vw; }
  .reason__l-title {
    border-radius: 6px; }
  .reason__l-title h2 {
    font-size: 6.93333vw; }
  .reason__l-title__figure {
    content: "";
    position: absolute;
    top: -94%;
    left: 50%;
    background-image: url(../imgs/reason/reason-tit-img.png);
    width: 70vw;
    height: 37vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain; }
  .reason-point__wrap {
    display: block;
    margin-top: 3vw; }
  .reason-point__wrap--item {
    width: 100%;
    padding: 3vw 0;
    font-size: 5.86667vw; }
  .reason-point__wrap--item:first-child:before {
    width: 30vw;
    height: 90px; }
  .reason-point__wrap--item:nth-child(2):before {
    width: 30vw;
    height: 90px; }
  .reason-point__wrap--item:nth-child(3):before {
    width: 30vw;
    height: 90px; }
  .reason-point__wrap--item:after {
    display: none; }
  .reason-point__wrap--item + .reason-point__wrap--item {
    margin-top: 6vw; }
  .reason-point-item {
    margin-top: 10vw;
    border-radius: 16px;
    padding: 10vw 5vw; }
  .reason-point-item__title {
    font-size: 5.86667vw;
    font-weight: bold;
    color: #0055b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .reason-point-item__title__icon {
    margin-right: 5vw;
    -ms-flex-preferred-size: 14vw;
    flex-basis: 14vw; }
  .reason-point-item__title__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4; }
  .reason-point-item__con {
    display: block;
    margin-top: 5vw; }
  .reason-point-item__con__txt {
    font-size: 4.26667vw;
    line-height: 1.7;
    margin-bottom: 5vw;
    margin-right: 0; }
  .sec-reason {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 20vw;
    padding-top: 10vw; }
  .sec-reason__title span {
    background: #faff1c;
    color: #0055b8;
    display: inline;
    font-size: 5.6vw;
    padding: 1rem 1rem;
    line-height: 2;
    margin-bottom: 40px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin: 0 auto; }
  .sec-reason-img {
    margin-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw; }
  .notice-text__wrap--reason {
    margin-bottom: 10vw !important; }
  .notice-text__wrap__inner p a {
    color: #FFF;
    font-size: 3.46667vw;
    background: #2986D7;
    border: 1px solid #FFF;
    padding: 1.5rem 2.5rem; }
  .notice-online__wrap--reason {
    padding: 30px 0 0px 0;
    margin-bottom: 5vw; }
  .notice-text__wrap--reason {
    margin-bottom: 0vw !important;
    padding-bottom: 0; }
  .sec-reason__small-text {
    font-size: 3.2vw;
    margin-top: 3vw; }
  .reason-point-item__con__txt-s {
    font-size: 3.2vw;
    text-indent: -3rem;
    margin-left: 3rem; }
  .sec-reason__title--figure {
    width: 91vw; }
  .reason-point__wrap--item a:before {
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 4vw solid #0055b8;
    bottom: -8%; }
  .reason-point__wrap--item:hover {
    -webkit-transform: inherit;
    transform: inherit; }
  .reason-point-item__con__ph p {
    font-size: 3.73333vw; } }

.consul-section__btnwrap {
  margin-top: 40px;
  margin-bottom: 50px; }

/*# sourceMappingURL=style.css.map */
.sec-reason {
  text-align: center;
  padding-top: 40px;
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 230px; }

.sec-reason__title span {
  background: #faff1c;
  color: #0055b8;
  display: inline;
  font-size: 3.8rem;
  padding: 1rem 2rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif; }

.sec-reason__title__wrap {
  position: relative;
  z-index: 3; }

.sec-reason__title--figure {
  width: 580px;
  position: absolute;
  top: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.sec-reason__title--figure img {
  width: 100%; }

.sec-reason__small-text {
  font-size: 1.4rem;
  margin-top: 1rem; }

.sec-reason-img {
  margin-top: 40px; }

@media screen and (max-width: 750px) {
  .sec-reason {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 20vw;
    padding-top: 10vw; }
  .sec-reason__title {
    margin: -1px auto 0; }
  .sec-reason__title span {
    background: #faff1c;
    color: #0055b8;
    display: inline;
    font-size: 5.6vw;
    padding: 1rem 1rem;
    line-height: 2;
    margin-bottom: 40px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin: 0 auto; }
  .sec-reason-img {
    margin-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw; }
  .notice-text__wrap--reason {
    margin-bottom: 10vw !important; }
  .notice-text__wrap__inner p a {
    color: #FFF;
    font-size: 3.46667vw;
    background: #2986D7;
    border: 1px solid #FFF;
    padding: 1.5rem 2.5rem; }
  .notice-online__wrap--reason {
    padding: 30px 0 0px 0;
    margin-bottom: 5vw; }
  .notice-text__wrap--reason {
    margin-bottom: 0vw !important;
    padding-bottom: 0; }
  .sec-reason__small-text {
    font-size: 3.2vw;
    margin-top: 3vw; }
  .reason-point-item__con__txt-s {
    font-size: 3.2vw;
    text-indent: -3rem;
    margin-left: 3rem; }
  .sec-reason__title--figure {
    width: 91vw; }
  .sec-reason__small-text {
    font-size: 3.2vw;
    margin-top: 3vw; }
  .sec-reason-img {
    margin-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw; } }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; }

body {
  color: #1d1d1d;
  font-size: 1.6rem;
  min-width: 1060px;
  -webkit-text-size-adjust: none;
  /* background: #0055b8; */
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden; }

img {
  border: 0;
  vertical-align: top; }

sup {
  font-size: .4em;
  vertical-align: super; }

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.sub-title__text h3 {
  font-size: 4.2rem; }

@media screen and (min-width: 751px) {
  .sp {
    display: none; }
  a:hover {
    opacity: .7; } }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }
  html {
    font-size: 1.33333vw; }
  body {
    min-width: 0; }
  img {
    max-width: 100%; }
  .floating_banner_btn1 img {
    max-width: none; }
  main {
    position: relative;
    overflow: hidden; } }

.tokyoEvent {
  background: #FFF;
  padding-bottom: 60px;
  position: relative;
  padding-top: 80px; }
  .tokyoEvent__inner {
    border: 1px solid #FFF;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    background: #7dcbe2;
    border-radius: 30px; }
    .tokyoEvent__inner .eventWrap {
      margin: 25px;
      border: 2px solid #FFF;
      border-radius: 22px; }
      .tokyoEvent__inner .eventWrap .headline {
        margin-top: 60px; }
        .tokyoEvent__inner .eventWrap .headline .ttl {
          font-size: 4.2rem;
          color: #0053a3;
          font-weight: bold;
          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; }
          .tokyoEvent__inner .eventWrap .headline .ttl:before {
            content: '';
            background: url(../imgs/tti-icon-left.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 35px;
            height: 64px;
            display: block;
            margin-right: 10px; }
          .tokyoEvent__inner .eventWrap .headline .ttl:after {
            content: '';
            background: url(../imgs/tti-icon-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 35px;
            height: 64px;
            display: block;
            margin-left: 10px; }
          .tokyoEvent__inner .eventWrap .headline .ttl .sub-ttl {
            font-size: 1.8rem; }
      .tokyoEvent__inner .eventWrap .bttl {
        margin: 0 auto;
        margin-top: 60px;
        margin-left: 50px;
        margin-right: 50px;
        background: #faff1c;
        font-size: 4.2rem;
        border-radius: 16px;
        padding: 0.5rem 0;
        color: #0053a3;
        font-weight: bold;
        margin-bottom: 40px; }
      .tokyoEvent__inner .eventWrap .l-fs, .tokyoEvent__inner .eventWrap .m-fs, .tokyoEvent__inner .eventWrap .s-fs {
        color: #0053a3;
        font-family: "Noto Sans"; }
      .tokyoEvent__inner .eventWrap .l-fs {
        font-size: 5.8rem; }
      .tokyoEvent__inner .eventWrap .m-fs {
        font-size: 4.8rem; }
      .tokyoEvent__inner .eventWrap .s-fs {
        font-size: 4.2rem; }
      .tokyoEvent__inner .eventWrap .sup {
        vertical-align: super;
        font-size: 1.2rem;
        position: relative;
        top: -14px; }
      .tokyoEvent__inner .eventWrap .text {
        font-size: 1.8rem;
        color: #0053a3;
        margin-top: 20px;
        font-weight: bold; }
      .tokyoEvent__inner .eventWrap .content {
        margin: 0 auto;
        max-width: 900px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px; }
        .tokyoEvent__inner .eventWrap .content .tokuten-l .list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item {
            max-width: 430px;
            list-style: none;
            background: #02559d;
            border-radius: 12px;
            width: 100%; }
            .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title {
              color: #FFF;
              font-size: 2rem;
              font-weight: bold;
              margin-top: 20px;
              margin-bottom: 1rem; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title span {
                vertical-align: super;
                font-size: 1.2rem; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title:before {
                content: "1";
                background: #FFF;
                color: #01549d;
                border-radius: 60px;
                font-size: 14px;
                font-size: 1.4rem;
                padding: 6px 9px;
                margin-right: 3px;
                position: relative;
                top: -2px; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title--02:before {
                content: "2"; }
            .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image {
              margin-bottom: 30px;
              position: relative; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image p {
                position: absolute;
                bottom: 7px;
                font-size: 1.2rem;
                right: 42px; }
      .tokyoEvent__inner .eventWrap .text02 {
        margin: 0 auto;
        max-width: 900px;
        font-size: 1.6rem;
        color: #0053a3;
        margin-top: 40px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 40px; }
      .tokyoEvent__inner .eventWrap .note {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        color: #FFF; }
      .tokyoEvent__inner .eventWrap .note01 {
        margin-bottom: 2.2rem; }
      .tokyoEvent__inner .eventWrap .btn {
        margin-top: 60px; }
        .tokyoEvent__inner .eventWrap .btn a {
          margin: 0 auto;
          max-width: 680px;
          background: #04569d;
          color: #faff1c;
          font-size: 2.2rem;
          display: block;
          padding: 2rem 0;
          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;
          border-radius: 6px;
          border: 2px solid #FFF;
          font-weight: bold; }
          .tokyoEvent__inner .eventWrap .btn a:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid #faff1c;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            margin-left: 10px; }

@media screen and (max-width: 750px) {
  .tokyoEvent {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 5vw;
    padding-top: 10vw; }
    .tokyoEvent__inner {
      border-radius: 20px; }
      .tokyoEvent__inner .eventWrap {
        margin: 2vw;
        border-radius: 18px;
        padding: 2vw; }
        .tokyoEvent__inner .eventWrap .headline {
          margin-top: 5vw; }
          .tokyoEvent__inner .eventWrap .headline .ttl {
            font-size: 6.93333vw;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
            .tokyoEvent__inner .eventWrap .headline .ttl:before {
              width: 10vw;
              height: 17vw;
              margin-right: 10px; }
            .tokyoEvent__inner .eventWrap .headline .ttl:after {
              width: 10vw;
              height: 17vw;
              margin-left: 10px; }
            .tokyoEvent__inner .eventWrap .headline .ttl .sub-ttl {
              font-size: 4.8vw; }
        .tokyoEvent__inner .eventWrap .bttl {
          margin-top: 5vw;
          font-size: 7.2vw; }
        .tokyoEvent__inner .eventWrap .l-fs {
          font-size: 8.53333vw; }
        .tokyoEvent__inner .eventWrap .m-fs {
          font-size: 7.2vw; }
        .tokyoEvent__inner .eventWrap .s-fs {
          font-size: 5.6vw; }
        .tokyoEvent__inner .eventWrap .sup {
          font-size: 3.2vw;
          top: -4px; }
        .tokyoEvent__inner .eventWrap .text {
          font-size: 4.26667vw;
          margin-top: 5vw;
          text-align: left; }
        .tokyoEvent__inner .eventWrap .content {
          margin: 0 auto;
          display: block;
          max-width: 1000px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 20px; }
          .tokyoEvent__inner .eventWrap .content .tokuten-l {
            -ms-flex-preferred-size: 480px;
                flex-basis: 480px; }
            .tokyoEvent__inner .eventWrap .content .tokuten-l .list {
              display: block;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item {
                max-width: 100%;
                border-radius: 16px;
                position: relative;
                width: 100%;
                height: auto;
                padding-top: 1vw; }
                .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title {
                  font-size: 5.6vw;
                  margin-top: 5vw; }
                  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title span {
                    font-size: 3.2vw; }
                  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title:before {
                    content: "1";
                    border-radius: 60px;
                    font-size: 3.73333vw;
                    padding: 6px 9px;
                    margin-right: 3px;
                    position: relative;
                    top: -2px; }
                  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .title--02:before {
                    content: "2"; }
                .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .s-text {
                  font-size: 4.8vw;
                  margin-bottom: 5vw; }
                .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image {
                  position: initial;
                  bottom: 0;
                  width: 100%;
                  padding: 0 5vw 5vw 5vw;
                  position: relative; }
                  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image img {
                    width: 100%; }
                  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image p {
                    font-size: 3.2vw;
                    bottom: 6vw;
                    right: 7vw; }
              .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item + .item {
                margin-top: 5vw; }
        .tokyoEvent__inner .eventWrap .text02 {
          font-size: 3.73333vw;
          margin-top: 7vw; }
        .tokyoEvent__inner .eventWrap .note {
          font-size: 3.73333vw;
          padding-bottom: 0.5rem; }
        .tokyoEvent__inner .eventWrap .btn {
          margin-top: 10vw; }
          .tokyoEvent__inner .eventWrap .btn a {
            font-size: 5.86667vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 2rem 0; }
            .tokyoEvent__inner .eventWrap .btn a:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              margin-left: 10px; } }

.cont_page_event {
  background: #FFF;
  margin-top: 30px;
  color: #0053a3; }
  .cont_page_event .event_tokyo {
    padding-top: 20px;
    padding-bottom: 20px; }
    .cont_page_event .event_tokyo .headline {
      margin-top: 40px; }
      .cont_page_event .event_tokyo .headline .ttl {
        font-size: 4.2rem;
        color: #0053a3;
        font-weight: bold;
        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; }
        .cont_page_event .event_tokyo .headline .ttl:before {
          content: '';
          background: url(../imgs/tti-icon-left.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 35px;
          height: 64px;
          display: block;
          margin-right: 10px; }
        .cont_page_event .event_tokyo .headline .ttl:after {
          content: '';
          background: url(../imgs/tti-icon-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 35px;
          height: 64px;
          display: block;
          margin-left: 10px; }
        .cont_page_event .event_tokyo .headline .ttl .sub-ttl {
          font-size: 1.8rem; }
    .cont_page_event .event_tokyo .bttl {
      margin: 0 auto;
      margin-top: 20px;
      max-width: 800px;
      font-size: 4.2rem;
      border-radius: 16px;
      padding: 0.5rem 0;
      color: #0053a3;
      font-weight: bold; }
    .cont_page_event .event_tokyo .l-fs, .cont_page_event .event_tokyo .m-fs, .cont_page_event .event_tokyo .s-fs {
      color: #0053a3;
      font-family: "Noto Sans"; }
    .cont_page_event .event_tokyo .l-fs {
      font-size: 5.2rem; }
    .cont_page_event .event_tokyo .m-fs {
      font-size: 3.8rem; }
    .cont_page_event .event_tokyo .s-fs {
      font-size: 3.2rem; }
    .cont_page_event .event_tokyo .sup {
      vertical-align: super;
      font-size: 1.2rem;
      position: relative;
      top: -14px; }
    .cont_page_event .event_tokyo .text {
      font-size: 1.6rem;
      color: #0053a3;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
    .cont_page_event .event_tokyo .small-note {
      text-align: left;
      max-width: 800px;
      margin: 0 auto;
      margin-top: 2rem;
      font-size: 1.4rem; }
    .cont_page_event .event_tokyo .tokuten-top .list {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 800px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cont_page_event .event_tokyo .tokuten-top .list .item {
        max-width: 380px;
        width: 100%;
        background: #0053a3;
        padding: 25px 25px 35px 25px;
        color: #FFF;
        list-style: none;
        border-radius: 12px; }
        .cont_page_event .event_tokyo .tokuten-top .list .item .title {
          font-size: 2rem;
          margin-bottom: 5px;
          font-weight: bold; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .title:before {
            content: "1";
            background: #FFF;
            color: #01549d;
            border-radius: 60px;
            font-size: 14px;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 6px 9px;
            margin-right: 7px;
            position: relative;
            top: -2px; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .title--02:before {
            content: "2"; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .title span {
            vertical-align: super;
            font-size: 1.2rem;
            font-weight: normal; }
        .cont_page_event .event_tokyo .tokuten-top .list .item .s-text {
          margin-bottom: 10px; }
        .cont_page_event .event_tokyo .tokuten-top .list .item .image {
          position: relative; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .image p {
            position: absolute;
            bottom: 2px;
            right: 8px;
            font-size: 1.2rem;
            color: #000; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .image img {
            width: 100%; }
    .cont_page_event .event_tokyo .text02 {
      max-width: 800px;
      margin: 0 auto;
      font-size: 1.6rem;
      text-align: left;
      margin-top: 30px;
      font-weight: bold;
      margin-bottom: 40px; }
    .cont_page_event .event_tokyo .note {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
    .cont_page_event .event_tokyo .note01 {
      margin-bottom: 3.1rem; }
    .cont_page_event .event_tokyo .btn a {
      margin: 0 auto;
      max-width: 680px;
      background: #53c671;
      border: 2px solid #FFF;
      color: #FFF;
      font-size: 2.2rem;
      display: block;
      margin-bottom: 65px;
      padding: 2rem 0;
      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;
      border-radius: 6px; }
      .cont_page_event .event_tokyo .btn a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid #FFF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 10px; }

@media screen and (max-width: 750px) {
  .cont_page_event {
    margin: 5vw 1rem 5vw 1rem; }
    .cont_page_event .event_tokyo {
      padding-top: 5vw;
      padding-bottom: 5vw; }
      .cont_page_event .event_tokyo .headline {
        margin-top: 2vw; }
        .cont_page_event .event_tokyo .headline .ttl {
          font-size: 7.73333vw;
          color: #0053a3;
          font-weight: bold;
          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; }
          .cont_page_event .event_tokyo .headline .ttl:before {
            width: 10vw;
            height: 20vw;
            margin-right: 2vw;
            margin-top: 8vw; }
          .cont_page_event .event_tokyo .headline .ttl:after {
            width: 10vw;
            height: 20vw;
            margin-left: 2vw;
            margin-top: 8vw; }
          .cont_page_event .event_tokyo .headline .ttl .sub-ttl {
            font-size: 4.8vw; }
      .cont_page_event .event_tokyo .bttl {
        margin-top: 5vw;
        font-size: 6.4vw;
        border-radius: 14px;
        padding: 1.5rem 0 1rem 0;
        margin-left: 2vw;
        margin-right: 2vw; }
      .cont_page_event .event_tokyo .l-fs {
        font-size: 9.6vw; }
      .cont_page_event .event_tokyo .m-fs {
        font-size: 8.26667vw; }
      .cont_page_event .event_tokyo .s-fs {
        font-size: 6.13333vw; }
      .cont_page_event .event_tokyo .sup {
        font-size: 3.2vw;
        position: relative;
        top: -14px; }
      .cont_page_event .event_tokyo .text {
        font-size: 4.26667vw;
        text-align: left;
        margin: 5vw; }
      .cont_page_event .event_tokyo .tokuten-top .list {
        padding-left: 5vw;
        padding-right: 5vw;
        display: block; }
        .cont_page_event .event_tokyo .tokuten-top .list .item {
          max-width: 100%;
          width: 100%;
          padding: 5vw 4vw 6vw 4vw;
          border-radius: 12px; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .title {
            font-size: 4.8vw;
            margin-bottom: 5px;
            font-weight: bold; }
            .cont_page_event .event_tokyo .tokuten-top .list .item .title:before {
              font-size: 3.2vw; }
            .cont_page_event .event_tokyo .tokuten-top .list .item .title span {
              font-size: 3.2vw; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .s-text {
            margin-bottom: 10px;
            font-size: 4.26667vw; }
          .cont_page_event .event_tokyo .tokuten-top .list .item .image p {
            font-size: 3.2vw;
            bottom: 0;
            right: 2vw; }
        .cont_page_event .event_tokyo .tokuten-top .list .item + .item {
          margin-top: 5vw; }
      .cont_page_event .event_tokyo .text02 {
        font-size: 4.26667vw;
        margin-top: 5vw;
        margin-left: 5vw;
        margin-right: 5vw; }
      .cont_page_event .event_tokyo .note {
        font-size: 3.73333vw;
        margin-bottom: 2rem; }
      .cont_page_event .event_tokyo .btn a {
        font-size: 5.6vw;
        margin-bottom: 5vw;
        padding: 2rem 0;
        margin-left: 5vw;
        margin-right: 5vw; } }

.uq_contentsBox .tab-area {
  margin: 0 auto;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  max-width: 1124px; }


  .uq_contentsBox .tab-area .tab {
    line-height: 1;
    text-align: center;
    width: 47%;
    color: #0056b8;
    font-size: 2.2rem;
    border-radius: 16px 16px 0 0;
    font-weight: bold;
    padding: 2rem 0; }
  .uq_contentsBox .tab-area .tab.active {
    background-color: #fe8da6;
    color: #FFF;
    }

.uq_contentsBox .content-area {
  text-align: center; }
  .uq_contentsBox .content-area .content {
    margin: 0 auto;
    display: none;
    background: #FFF;
    max-width: 1124px;
    border-radius: 0 0 24px 24px; }
  .uq_contentsBox .content-area .content.show {
    display: block; }

@media screen and (max-width: 750px) {
  .uq_contentsBox {
    padding-bottom: 5vw; }
    .uq_contentsBox .tab-area {
      margin-top: 7vw;
      margin-left: 4vw;
      margin-right: 4vw; }
      .uq_contentsBox .tab-area .tab {
        font-size: 4.26667vw;
        border-radius: 8px 8px 0 0;
        padding: 2rem 0; }
      .uq_contentsBox .tab-area .tab.active {
        background-color: #0056b8;
        color: #FFF; }
    .uq_contentsBox .content-area {
      text-align: center;
      /* margin-left: 4vw;
      margin-right: 4vw; */
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0; }
      .uq_contentsBox .content-area .content {
        margin: 0 auto;
        display: none;
        max-width: 700px; }
      .uq_contentsBox .content-area .content.show {
        display: block; } }

.uq_contentsBox__inner {
  padding: 60px 20px 60px; }

@media screen and (max-width: 750px) {
  .uq_contentsBox__inner {
    padding: 10vw 10vw 10vw; }
  .uq_contentsBox .tab-area {
    max-width: 100%; } }

.uq_flow__layout__trial .uq_flow__image {
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px; }

.uq_flow__layout__trial .uq_flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px; }

@media screen and (max-width: 750px) {
  .uq_contentsBox__inner {
    padding: 10vw 5vw 10vw; }
  .uq_flow__layout__trial {
    display: block; }
    .uq_flow__layout__trial .uq_flow__text {
      margin-right: 0;
      font-size: 3.73333vw;
      margin-bottom: 5vw; }
    .uq_flow__layout__trial .uq_flow__image {
      width: 100%; }
      .uq_flow__layout__trial .uq_flow__image img {
        width: 100%; } }

.ft-content {
  text-align: left; }
  .ft-content .txt01 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 2.25rem;
  }
  .ft-content .txt-small {
    font-size: 1.2rem;
    color: #333; }
  .ft-content .txt02 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* .ft-content .txt02:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: #0055b8;
      margin-right: 10px;
      margin-right: 1rem; } */
  .ft-content .txt03 {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 2.25rem;
  }

  .ft-content .btn a {
    color: #0055b8;
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px; }
    .ft-content .btn a:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 6px solid #0055b8;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      margin-right: 10px; }
  .ft-content .btn02 {
    margin-top: 40px; }
    .ft-content .btn02 a {
      margin: 0 auto;
      max-width: 320px;
      background: #faff1c;
      color: #333;
      display: block;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 1rem 0; }
      .ft-content .btn02 a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid #333;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        margin-left: 10px; }

@media screen and (max-width: 750px) {
  .ft-content .txt01 {
    font-size: 4.8vw;
    margin-bottom: 2vw; }
  .ft-content .txt-small {
    font-size: 3.2vw; }
  .ft-content .txt02 {
    font-size: 4.8vw;
    margin-top: 5vw; }
    /* .ft-content .txt02:before {
      width: 10px;
      height: 10px;
     } */
  .ft-content .txt03 {
    font-size: 4.26667vw;
    margin-top: 2vw;
    margin-bottom: 5vw; }
  .ft-content .btn a {
    font-size: 4.8vw;
    margin-bottom: 2vw; }
    .ft-content .btn a:before {
      border-left: 6px solid #0055b8;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      margin-right: 10px; }
  .ft-content .btn02 {
    margin-top: 7vw; }
    .ft-content .btn02 a {
      font-size: 4.8vw;
      font-weight: bold;
      padding: 1rem 0; }
      .ft-content .btn02 a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid #333;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        margin-left: 10px; } }

.reason-bg-color:after {
  display: none; }

.tab-area .tab + .tab {
  margin-left: 20px; }

.uq_contentsBox .tab-area .tab {
  border: none;
  position: relative;
  top: 4px;
  border-radius: 8px 8px 0 0;
  background: #cdd9e6;
  border-bottom: #0056b8;
  color: #444;
  font-size: 18px;
  padding-top: 25px; }

.uq_contentsBox .tab-area .tab.active {
  background: #fe8da6;
  color: #FFF;
  border-bottom: #FFF;
  position: relative;
  z-index: 1;
  top: 4px;
  font-size: 22px; }
  /* .uq_contentsBox .tab-area .tab.active:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e0f127;
    border-radius: 12px 12px 0 0; } */

.uq_contentsBox .content-area {
  position: relative;
  z-index: 0; }

@media screen and (max-width: 750px) {
  .tab-area .tab + .tab {
    margin-left: 2vw; }
  .uq_contentsBox .tab-area .tab {
    font-size: 3.2vw;
    padding-bottom: 15px;
    padding-top: 19px; }
  .uq_contentsBox .tab-area .tab.active {
    font-size: 4vw;
    border-bottom: none; }
  .uq_contentsBox .tab-area .tab.active:after {
    top: -1px; } }

.uq_contentsBox--flow {
  background: none; }

.uq_costInner {
  max-width: 990px; }

.tokyoEvent__inner .eventWrap .whitebg {
  background: #FFF;
  margin: 0 50px 60px 50px;
  padding: 60px;
  border-radius: 18px; }
  .tokyoEvent__inner .eventWrap .whitebg .title {
    font-size: 4.2rem;
    font-weight: bold; }
    .tokyoEvent__inner .eventWrap .whitebg .title span {
      display: block;
      color: #0053a3;
      font-weight: bold;
      font-size: 5.2rem; }
  .tokyoEvent__inner .eventWrap .whitebg .lead {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5; }
    .tokyoEvent__inner .eventWrap .whitebg .lead .small {
      font-size: 1.6rem;
      margin-top: 20px; }
  .tokyoEvent__inner .eventWrap .whitebg .subtitle {
    color: #0053a3;
    font-size: 3.6rem;
    margin-top: 40px;
    font-weight: bold; }
  .tokyoEvent__inner .eventWrap .whitebg .small-note {
    margin-top: 40px;
    margin-bottom: 40px; }

@media screen and (max-width: 750px) {
  .tokyoEvent__inner .eventWrap .bttl {
    margin: 3vw 2vw 4vw 2vw;
    border-radius: 6px; }
  .tokyoEvent__inner .eventWrap .whitebg {
    margin: 0 2vw 2vw 2vw;
    padding: 7vw 5vw;
    border-radius: 6px; }
    .tokyoEvent__inner .eventWrap .whitebg .title {
      font-size: 5.6vw;
      font-weight: bold; }
      .tokyoEvent__inner .eventWrap .whitebg .title span {
        display: block;
        color: #0053a3;
        font-weight: bold;
        font-size: 6.93333vw; }
    .tokyoEvent__inner .eventWrap .whitebg .lead {
      text-align: left;
      margin-top: 5vw;
      font-size: 4.26667vw; }
      .tokyoEvent__inner .eventWrap .whitebg .lead .small {
        font-size: 3.2vw; }
    .tokyoEvent__inner .eventWrap .whitebg .sub-title {
      font-size: 5.6vw;
      margin-top: 10vw; }
    .tokyoEvent__inner .eventWrap .whitebg .subtitle {
      font-size: 5.6vw;
      margin-top: 16vw; }
    .tokyoEvent__inner .eventWrap .whitebg .small-note {
      margin-top: 2vw;
      margin-bottom: 5vw;
      text-align: left;
      font-size: 3.2vw; }
  .cont_page_event .event_tokyo .bttl {
    margin-top: 0; }
  .tokyoEvent__inner .eventWrap .content .tokuten-l .list .item .image {
    margin-bottom: 5vw; }
  .cont_page_event .event_tokyo .text {
    margin: 2vw 0 5vw 0; }
  .cont_page_event .event_tokyo .tokuten-top .list {
    padding-left: 0;
    padding-right: 0; }
  .cont_page_event .event_tokyo .small-note {
    font-size: 3.2vw; }
  .cont_page_event .event_tokyo {
    padding-bottom: 0; } }

.topAbout {
  background: #FFF; }
  .topAbout__inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #7dcbe2;
    padding: 60px 60px;
    text-align: center;
    border-radius: 32px; }
    .topAbout__inner .title {
      color: #0055b8;
      font-size: 4.2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      background: #faff1c;
      font-weight: bold;
      border-radius: 20px; }
    .topAbout__inner .content {
      background: #FFF;
      margin-top: 40px;
      border-radius: 20px;
      padding: 80px 120px;
      text-align: left;
      font-size: 19px; }
      .topAbout__inner .content .img {
        margin: 40px 0; }
      .topAbout__inner .content .iconWrap {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 40px 0; }
        .topAbout__inner .content .iconWrap .icon {
          margin-left: 30px; }
      .topAbout__inner .content .btn a {
        margin: 0 auto;
        max-width: 680px;
        background: #04569d;
        color: #faff1c;
        font-size: 2.2rem;
        display: block;
        padding: 2rem 0;
        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;
        border-radius: 6px;
        border: 2px solid #FFF;
        font-weight: bold;
        margin-top: 60px; }
        .topAbout__inner .content .btn a:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 8px solid #faff1c;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          margin-left: 10px; }

@media screen and (max-width: 750px) {
  .topAbout {
    background: #FFF;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 5vw; }
    .topAbout__inner {
      max-width: 1200px;
      margin: 0 auto;
      background: #7dcbe2;
      padding: 7vw 5vw;
      text-align: center;
      border-radius: 6px; }
      .topAbout__inner .title {
        color: #0055b8;
        font-size: 6.93333vw;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #faff1c;
        font-weight: bold;
        border-radius: 6px; }
      .topAbout__inner .content {
        margin-top: 5vw;
        border-radius: 6px;
        padding: 5vw 5vw;
        text-align: left;
        font-size: 4.26667vw; }
        .topAbout__inner .content .img {
          margin: 40px 0; }
        .topAbout__inner .content .iconWrap {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 40px 0; }
          .topAbout__inner .content .iconWrap .icon {
            margin-left: 0; }
            .topAbout__inner .content .iconWrap .icon img {
              width: 100%; }
          .topAbout__inner .content .iconWrap .icon:nth-child(2) {
            margin-left: 2vw;
            margin-right: 2vw; }
        .topAbout__inner .content .btn a {
          font-size: 5.06667vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 5vw;
          padding: 2rem 0;
          margin-top: 7vw;
          margin-bottom: 2vw; }
          .topAbout__inner .content .btn a:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid #faff1c;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            margin-left: 10px; } }

.advancedImageWrap {
  margin: 40px 0 40px 0; }
  .advancedImageWrap .sub-title {
    margin: 0 auto;
    background: #faff1c;
    font-size: 2em;
    color: #0053a3;
    margin-bottom: 20px;
    padding: 0.5rem 0;
    margin-top: 0;
    font-weight: bold;
    max-width: 900px; }
  .advancedImageWrap .list {
    list-style: none;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto; }
    .advancedImageWrap .list .item {
      margin-bottom: 15px; }

@media screen and (max-width: 750px) {
  .advancedImageWrap {
    margin: 5vw 0 5vw 0; }
    .advancedImageWrap .list {
      list-style: none;
      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;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 900px;
      margin: 0 auto; }
      .advancedImageWrap .list .item {
        margin-bottom: 2vw;
        width: 36vw; } }

.lead {
  margin-top: 20px;
  margin-bottom: 32px; }

.advanceFlowWrap {
  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; }

.advanceFlow01 {
  border: 2px solid #0053a3;
  padding: 32px 32px; }
  .advanceFlow01 .sub-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0;
    color: #0053a3; }
  .advanceFlow01 ul li {
    list-style: none;
    width: 220px; }
    .advanceFlow01 ul li img {
      width: 100%; }
  .advanceFlow01 ul li + li {
    margin-top: 16px; }

.advanceFlow02 {
  margin-left: 32px;
  margin-right: 32px; }

.advanceFlow03 {
  border: 2px solid #0053a3;
  padding: 32px 32px; }
  .advanceFlow03 .sub-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0;
    color: #0053a3; }
  .advanceFlow03 ul {
    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; }
    .advanceFlow03 ul li {
      list-style: none;
      width: 220px;
      width: 50%;
      max-width: 220px;
      margin-right: 16px; }
      .advanceFlow03 ul li img {
        width: 100%; }
      .advanceFlow03 ul li:nth-child(1), .advanceFlow03 ul li:nth-child(2) {
        margin-bottom: 16px; }

.advanceFlow02 {
  width: 0;
  height: 0;
  border-left: 30px solid #0053a3;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; }

.plusicon {
  padding-top: 32px;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 40px; }
  .plusicon:before, .plusicon:after {
    display: block;
    content: '';
    background-color: #0053a3;
    border-radius: 2px;
    position: absolute;
    width: 32px;
    height: 5px;
    top: 7px;
    left: 14px; }
  .plusicon:after {
    display: block;
    content: '';
    background-color: #0053a3;
    border-radius: 2px;
    position: absolute;
    width: 64px;
    height: 10px;
    top: 24px;
    left: 4px; }
  .plusicon:before {
    width: 10px;
    height: 64px;
    top: 0px;
    left: 30px; }

@media screen and (max-width: 750px) {
  .advanceFlowWrap {
    display: block; }
  .tokyoEvent__inner .eventWrap .whitebg .sub-title {
    margin-top: 0; }
  .advanceFlow01 {
    padding: 5vw 5vw; }
  .advanceFlow01 ul li {
    width: 100%; }
  .advanceFlow03 {
    padding: 5vw 5vw; }
    .advanceFlow03 .sub-title {
      font-size: 3.46667vw; }
  .advanceFlow03 ul li {
    width: 100%;
    margin-right: 0;
    max-width: 100%; }
  .advanceFlow03 ul li {
    margin-bottom: 16px; }
  .tokyoEvent__inner .eventWrap .whitebg .sub-title {
    font-size: 5.06667vw; }
  .advanceFlow02 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0053a3;
    margin: 0 auto;
    margin-top: 8vw; } }

.aboutTextWrap {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0053a3;
  letter-spacing: 0.175rem;
  margin-bottom: 60px; }
  .aboutTextWrap .large {
    font-size: 3.6rem; }
  .aboutTextWrap .border {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(75%, #faff1c));
    background: linear-gradient(transparent 70%, #faff1c 75%);
    font-weight: bold; }

@media screen and (max-width: 750px) {
  .aboutTextWrap {
    font-size: 3.73333vw;
    margin-bottom: 16px;
    line-height: 1.5; }
    .aboutTextWrap .large {
      font-size: 4.8vw; } }

@media screen and (max-width: 750px) {
  .plusicon {
    width: 10vw;
    height: 10vw; }
    .plusicon:before {
      height: 18vw;
      top: 0px;
      left: 50%; }
    .plusicon:after {
      width: 20vw;
      top: 70%;
      left: -30%; } }


      .shinjuku_logo_img {
        width:380px;
      }

      @media screen and (max-width: 750px) {
      .shinjuku_logo_img {
        width:223px;
        }
      }



/*# sourceMappingURL=style.css.map */

.flow_wrapper_0630{
background: #b2dfee;
padding:1px 0 50px;
margin-top: 0;
width: 100%;
}


@media screen and (max-width: 750px) {
  .flow_wrapper_0630{
  padding: 30px 0 50px;
  margin-top: 30px;
  width: 100%;
  }
}

.flow_wrapper_0630 .title-block{
  margin-top:-70px;
}

.position_flow {
  margin-top;-50px;
}

.flow_title {
color: #1b3664 ;
text-align: center;
margin:30px auto 40px;
font-size: 57px;
font-weight: bold;
}

@media screen and (max-width: 750px) {
  .flow_title {
  margin:0 auto 0;
  font-size: 28px;
  }
}



#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  background: #6bc0fd;
  opacity: 0.9;
  z-index: 998;
  border-radius: 6px; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 40%; }

@media screen and (max-width: 750px) {
  #page_top {
    display: none;
    /* bottom: -11%;
    width: 50px;
    height: 50px;  */
  }
  /* #page_top a::before {
    top: 40%;
    left: 33%; } } */
