@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}

img {
  width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}

a:hover {
  opacity: 0.7;
}

small,
.small {
  font-size: 80%;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

.sp-hide_02 {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .sp-hide {
    display: none;
  }

  .sp-hide_02 {
    display: none;
  }

  .pc-hide {
    display: block;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #c37459;
  z-index: 999;
  box-shadow: 5px 5px 10px #00000013;
}

.header {
  position: relative;
  padding: 0.773480662983425vw 5.524861878453038vw 0 2.928176795580111vw;
  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;
}


.header__logo {
  position: absolute;
  left: 3vw;
  top: 3vw;
  width: 12.81767955801105vw;
  z-index: 10;
}

.h-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.h-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h-btn__item a {
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  padding: 0.6vw 0;
  position: relative;
}

.h-btn__item .tel-link {
  color: #e26250;
  padding-left: 2vw;
}

.h-btn__item .tel-link::before {
  content: '';
  background-size: cover;
  height: 1.49171270718232vw;
  width: 1.49171270718232vw;
  background-image: url(../imgs/top/tel-link_img.png);
  position: absolute;
  left: 2.1vw;
  top: 0.6vw;
}

.h-btn__item .web-link {
  padding-left: 2.5vw;
}

.h-btn__item .web-link::before {
  content: '';
  background-size: 100% 100%;
  height: 1.104972375690608vw;
  width: 1.657458563535912vw;
  background-image: url(../imgs/top/web-link_img.png);
  position: absolute;
  left: 2.1vw;
  top: 0.8vw;
}

.h-btn__item--blue {
  background: #6595d7;
}

.h-btn__item--green {
  background: #91edb7;
}

.h-btn__item--pink {
  background: #e26250;
}

.h-btn__item--beige {
  background: #fbeae8;
}

.h-btn__item--brown {
  background: #c27358;
}

.h-btn__item--orange {
  background: #f7d673;
}

.h-btn__item+.h-btn__item {
  margin-left: 16px;
}

.h-menu {
  max-width: 63.977900552486188vw;
  margin: 2vw 0 1.104972375690608vw 30.386740331491713vw;
}

.h-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-menu__item {
  position: relative;
  padding: 0 2.762430939226519vw;
}

.h-menu__item::after {
  content: '';
  position: absolute;
  right: 0;
  top: -0.1vw;
  height: 1.767955801104972VW;
  width: 2px;
  background-color: #ffffff;
}

.h-menu__item:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.1vw;
  height: 1.767955801104972VW;
  width: 2px;
  background-color: #ffffff;
}

.h-menu__item a {
  color: #ffffff;
  font-size: 1.215469613259668vw;
}

.h-menu__item--current a {
  color: #ffcac5;
}

@media screen and (max-width: 890px) {

  .h-menu__item::after {
    top: 0.3vw;
    width: 1px;
  }

  .h-menu__item:nth-child(1)::before {
    top: 0.3vw;
    width: 1px;
  }

}

@media screen and (max-width: 750px) {

  .h-btn__item a {
    font-size: 3.2vw;
    padding: 6px 0;
    text-indent: -0.5rem;
  }
}

/* 追加したヘッダースタイル ここから */
.header::after {
  position: absolute;
  width: 100%;
  height: 10.939226519337017vw;
  content: "";
  background-image: url(../imgs/top/header_bg_img_pc.png);
  background-size: 100% 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .header::after {
    height: 18.8vw;
    content: "";
    background-image: url(../imgs/top/header_bg_img_sp.png);
  }

}

.h-menu_sp {
  width: 52.666666666666667vw;
  margin: 4vw 3.733333333333334vw 5vw 44vw;
  z-index: 10;
}

.h-menu__wrap_sp {
  display: flex;
  gap: 2.8vw;
}

.h-menu__item_sp a {
  color: white;
  font-size: 2.666666666666667vw;
  text-wrap: nowrap;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
}

.h-menu__item1_sp a {
  padding: 1.733333333333333vw 1.4vw;
}

.h-menu__item2_sp a {
  padding: 1.733333333333333vw 2.7vw;
}

/* 追加したヘッダースタイル ここまで */


footer {
  background: #f9f9f9;
  padding-top: 60px;
}

.upper-footer {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.upper-footer__contents {
  text-align: center;
}

.upper-footer__contents__logo {
  /* max-width: 600px; */
  /* max-width: 850px; */
  max-width: 420px;
  width: 100%;
  /* margin-left: auto;
margin-right: auto;  */
  margin: 20px auto 25px;
}

.bottom-footer {
  background: #e6e6e6;
  padding: 35px 0;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
}

.bottom-footer__logo {
  /* max-width: 280px; */
  /* max-width: 480px; */
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .bottom-footer__logo {
    max-width: 50vw;
  }

  .copyright {
    font-size: 2.4vw;
  }
}

.l-main-visual {
  margin-top: 133px;
}

.l-main-visual-top {
  max-height: none !important;
  width: auto !important;
}

.l-top {
  margin-top: 40px;
}

/* index.htmlのfvコンテンツ更新　ここから */
.top_page_fv .pc {
  display: block;
}

.top_page_fv .sp {
  display: none;
}

.top_page_fv_inner {
  padding-left: 15.856353591160221vw;
}

.top_page_fv_img_pc {
  position: relative;
}

.top_page_fv_img_pc .top_page_cta {
  position: absolute;
  width: 26.906077348066298vw;
  left: 16%;
  bottom: 5%;
}

@media screen and (max-width: 750px) {
  .top_page_fv .pc {
    display: none;
  }
  .top_page_fv .sp {
    display: block;
  }
  .top_page_fv_inner {
    padding-left: 0;
  }
  .top_page_fv_img_sp {
    text-align: center;
  }
  .top_page_fv_img_sp .top_page_cta img {
    width: 70.266666666666667vw;
  }
}

.doctor_contents .pc {
  display: block;
}

.doctor_contents .sp {
  display: none;
}

.doctor_contents .doctor_contents_inner {
  background-color: #fbeae8;
  padding: 4.419889502762431vw 0 5.524861878453038vw;
}

.doctor_contents_h1_img1 {
  width: 20.718232044198895vw;
  margin: auto;
}

.doctor_contents_img1 {
  width: 70.05524861878453vw;
}

.doctor_contents_img2 {
  width: 69.005524861878453vw;
  margin-top: 1.823204419889503vw;
}

.doctor_contents_img1,.doctor_contents_img2 {
  margin-left: 15.69060773480663vw;
}

@media screen and (max-width: 750px) {
  .doctor_contents .pc {
    display: none;
  }

  .doctor_contents .sp {
    display: block;
  }

  .doctor_contents .doctor_contents_inner {
    padding: 10.666666666666667vw 0 11.333333333333333vw;
  }

  .doctor_contents_img1,.doctor_contents_img2 {
    margin: auto;
  }

  .doctor_contents_h1_img1 {
    width: 38vw;
    margin: auto;
  }

  .doctor_contents_img1 {
    width: 88.533333333333333vw;
    margin-top: 2.666666666666667vw;
  }

  .doctor_contents_img2 {
    width: 88.533333333333333vw;
    margin-top: 4vw;
  }

}

/* index.htmlのfvコンテンツ更新　ここまで */


.top-menu-btn {
  margin-top: 20px;
  margin-bottom: 80px;
}

.top-menu-btn__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-menu-btn__wrap__item {
  width: calc(25% - 30px);
  max-width: 116px;
  text-align: center;
  position: relative;
}

.top-menu-btn__wrap__item a {
  color: #686868;
  font-weight: 500;
}

.top-menu-btn__wrap__item__icon {
  margin-bottom: 18px;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.top-menu-btn__wrap__item+.top-menu-btn__wrap__item {
  margin-left: 60px;
}

.top-notice-online {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 30px auto;
}

.top-notice-online img {
  width: 100%;
  height: auto;
}

.top-notice-virus__wrap {
  margin: 0 auto 90px auto;
  min-width: 30.28571%;
  max-width: 1200px;
}

.top-notice-virus__wrap__inner p a {
  background: #c27358;
  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;
}

.top-notice-virus__wrap__inner p a span:first-child {
  padding-right: 6px;
}

.top-notice-virus__wrap__inner p a span:first-child img {
  width: 16px;
  vertical-align: middle;
  padding-bottom: 4px;
}

@media screen and (max-width: 750px) {
  .top-notice-online__wrap {
    width: 90vw;
    margin: 0 auto 20px auto;
  }

  .top-notice-virus__wrap {
    width: 90vw;
  }

  .top-notice-virus__wrap__inner p {
    text-align: center;
  }

  .top-notice-virus__wrap__inner p a {
    color: #FFF;
    font-size: 4.46667vw;
    background: #c27358;
    border: 1px solid #FFF;
    padding: 1.5rem 2.5rem;
  }

  .top-notice-virus__wrap__inner p a span:first-child {
    padding-right: 6px;
  }

  .top-notice-virus__wrap__inner p a span:first-child img {
    width: 8.5vw;
    vertical-align: middle;
    padding-bottom: 1vw;
  }
}

.top-notice-virus__wrap__inner p a .small {
  font-size: smaller;
}

.top-secion {
  max-width: 980px;
  margin: 50px auto 0;
}

.top-secion__wrap {
  position: relative;
  margin-bottom: 160px;
}

.top-secion__wrap__inner {
  position: absolute;
  top: 18%;
  right: 0;
  width: 50vw;
  max-width: 460px;
  padding: 30px;
  background: #fff;
  background-clip: padding-box;
  border: 18px solid rgba(255, 132, 112, 0.6);
}

.top-secion__wrap__inner h2 {
  font-size: 4rem;
  color: #ff8470;
  line-height: 1.2;
}

/* .top-secion__wrap__inner .top-about {
        color: #748df8; }
      .top-secion__wrap__inner .top-selfcheck {
        color: #7fcf97; }
      .top-secion__wrap__inner .top-flow {
        color: #fe8ca7; }
      .top-secion__wrap__inner .top-clinic {
        color: #ffca2a; } */
.top-secion__wrap__inner__text {
  margin-top: 32px;
  font-size: 1.6rem;
  color: #686868;
  line-height: 1.4;
}

.top-secion__wrap__images {
  width: 60%;
  max-width: 700px;
}

.top-secion__wrap__inner .square {
  position: absolute;
  top: -20%;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #686868;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
}

.top-secion__wrap__inner_02 {
  top: 20%;
  left: 0;
}

.top-secion__btn a {
  position: relative;
  font-size: 1.6rem;
  color: #ff8470;
  padding-top: 40px;
  padding-right: 100px;
  cursor: pointer;
  display: block;
  /* max-width: 200px; */
  text-align: right;
}

.top-secion__btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url(../imgs/common/btn_icon.svg);
  height: 10px;
  width: 54px;
  max-width: 54px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 86%;
  right: 0;
}

.top-secion__btn--flow a {
  color: #fe8ca7;
  border: 1px solid #fe8ca7;
  position: relative;
}

.top-secion__btn--flow a:after {
  content: '';
  background-size: cover;
  height: 8px;
  width: 6px;
  -webkit-mask-image: url(../imgs/common/arrow-white.svg);
  mask-image: url(../imgs/common/arrow-white.svg);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  right: calc(50% - 74px);
  background-color: #fe8ca7;
}

@media screen and (max-width: 750px) {
  .top-secion {
    margin-top: 5%;
    margin-bottom: 80%;
  }

  .top-secion__wrap {
    display: block;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .top-secion__wrap__images {
    width: 100%;
  }

  .top-secion__wrap__inner {
    width: 70.666vw;
    max-width: 660px;
    max-height: 520px;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 6% 5% 4%;
    border: 12px solid rgba(255, 132, 112, 0.6);
  }

  .top-secion__wrap__inner .square {
    top: -12%;
    left: 0;
    font-size: min(calc(40 / 750 * 100vw), 40px);
    width: min(calc(80 / 750 * 100vw), 80px);
    height: min(calc(80 / 750 * 100vw), 80px);
  }

  .top-secion:last-child .top-secion__wrap__inner {
    margin-bottom: 0;
  }

  .top-secion__wrap__inner h2 {
    font-size: min(calc(52 / 750 * 100vw), 52px);
    font-weight: 600;
  }

  .top-secion__btn a {
    padding: 8% 18% 0 8%;
    font-size: 3.73333vw;
  }

  .top-secion__btn a::after {
    background-image: url(../imgs/common/btn_icon_sp.svg);
    top: 82%;
    right: -7%;
    width: 41px;
    height: 8px;
  }

  @media screen and (max-width: 450px) {
    .top-secion__btn a {
      padding: 8% 18% 0 8%;
      font-size: 3.73333vw;
    }
  }

  .top-menu-btn {
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, .51);
    box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, .51);
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5vw;
    padding-top: 5vw;
    background: rgba(255, 255, 255, .9);
    z-index: 99;
  }

  .top-secion__wrap__inner__text {
    font-size: 3.73333vw;
  }

  .top-menu-btn__wrap__item+.top-menu-btn__wrap__item {
    margin-left: 0;
  }

  .top-menu-btn__wrap {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .top-menu-btn__wrap__item {
    font-size: 2.66667vw;
    width: inherit;
  }

  .h-btn__wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sp-footer-menu {
    width: 90vw;
    margin: 0 auto;
    margin-top: 3vw;
  }

  .top-menu-btn__wrap__item__icon {
    margin-bottom: 2vw;
  }

  .top-menu-btn__wrap__item__icon img {
    width: 46%;
  }

  .sp-footer-menu a {
    padding: 3vw 0;
    text-indent: -0.5rem;
  }

  .sp-footer-menu .h-btn__item a:after {
    right: 5%;
  }

  .footer {
    padding-bottom: 15vw;
  }

  .l-main-visual--top--sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 750px) {}

.l-about-visual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8;
  position: relative;
  z-index: -4;
}

.l-about-visual__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}

.l-about-visual__inner h1 {
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fe8ca7;
}

.l-about-visual__inner :after {
  content: '';
  background-size: cover;
  width: 500px;
  height: 320px;
  background-image: url(../imgs/about/mv-img.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sec-about {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
  color: #686868;
}

.sec-about__tit {
  font-size: 2.6rem;
  margin-top: 40px;
  margin-bottom: 32px;
  color: #686868;
}

.sec-about__tit--center {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.sec-about__text {
  margin-bottom: 30px;
}

.sec-about__text p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.sec-about__text p .pink {
  color: #fe8ca7;
}

.sec01-about__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01-about__graph__smalltext {
  font-size: 1.2rem;
  margin-top: 30px;
  line-height: 1.4;
}

.sec02-about__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-about03__figure {
  padding: 20px;
  background: #fe8ca7;
  margin-bottom: 40px;
}

.sec-about03__figure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-about03__figure__inner__item {
  margin: 10px;
  width: calc(33.33333% - 20px);
  border: 2px solid #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
}

.sec-about03__figure__inner__item__icon {
  width: 70%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.sec-about03__figure__inner__item__txt {
  font-size: 1.8rem;
  margin-bottom: 18px;
  margin-top: 14px;
}

.sec-about03__graph01 {
  margin-bottom: 80px;
}

.sec-about03__txt {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 80px;
}

.sec-about03__fugire02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* sozai-ptl 1012 */
.sec-about03__fugire02__item {
  /* max-width: 260px; */
  width: 358px;
  border: 5px solid #fe8ca7;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  min-height: 230px;
}

.sec-about03__fugire02__item__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.sec-about03__fugire02__item__tit__left {
  margin-right: 10px;
}

.sec-about03__fugire02__item__txt {
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec-about03__fugire02__item__txt--icon {
  color: #FFF;
  background: #fe8ca7;
  border-radius: 22px;
  padding: 10px;
  max-width: 160px;
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.sec-about03__fugire02__item:nth-child(4),
.sec-about03__fugire02__item:nth-child(5) {
  min-height: auto;
}

/* sozai-ptl 1012 */
/* .sec-about03__fugire02__item:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px; } */


.sec-about03__fugire02__item {
  margin-left: 20px;
  margin-right: 20px;
}


.sec-about04 {
  margin-bottom: 80px;
}

.sec02-about__graph__inner__sub-title {
  font-size: 2.6rem;
  background: #748df8;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  margin-top: 40px;
}

.sec02-about__graph__inner__sub-title--blue {
  background: #748df8;
}

.sec02-about__graph__inner__sub-title--pink {
  background: #fe8ca7;
}

.uq_cycle__box {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uq_cycle__circle {
  border-radius: 50%;
  border: solid 10px #748df8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.uq_cycle__object {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.uq_cycle__cross {
  position: relative;
}

.uq_cycle__cross:before,
.uq_cycle__cross:after {
  content: '';
  display: block;
  width: 125%;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fe8ca7;
}

.uq_cycle__cross:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.uq_cycle__cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.uq_cycle__text {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  text-align: left;
}

.uq_cycle__text--purple {
  color: #748df8;
}

.uq_cycle__text--pink {
  color: #fe8ca7;
}

.sec02-about__graph__inner+.sec02-about__graph__inner {
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  .l-about-visual__inner :after {
    background-image: none;
  }

  .sec-about {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sec-about__tit {
    font-size: 5.06667vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }

  .sec-about__text p {
    font-size: 3.73333vw;
  }

  .sec01-about__graph {
    display: block;
  }

  .sec01-about__graph__img+.sec01-about__graph__img {
    margin-top: 10vw;
  }

  .sec02-about__graph {
    display: block;
  }

  .uq_cycle__box {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 5vw 0vw;
  }

  .sec02-about__graph__inner__sub-title {
    font-size: 4.26667vw;
    padding: 0.5rem 0rem;
  }

  .uq_cycle__list {
    font-size: 3.73333vw;
    line-height: 1.4;
  }

  .uq_cycle__object {
    width: 11vw;
    height: 11vw;
  }

  .sec02-about__graph__inner+.sec02-about__graph__inner {
    margin-left: 0;
  }

  .sec-about03__figure {
    padding: 2vw;
    margin-bottom: 4vw;
  }

  .sec-about03__fugire02__item__tit__left {
    width: 8vw;
  }

  .sec-about03__fugire02__item {
    max-width: inherit;
    min-height: auto;
    width: 100%;
  }


  /* .sec-about03__fugire02__item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0; } */

  /* sozai-ptl 1012 */
  .sec-about03__fugire02__item {
    margin-left: 0;
    margin-right: 0;
  }


  .sec-about03__graph01 {
    margin-bottom: 5vw;
  }

  .sec-about03__txt {
    font-size: 3.73333vw;
    margin-bottom: 5vw;
  }

  .sec-about03__fugire02__item__txt--icon {
    font-size: 3.2vw;
    padding: 0.5rem 0rem;
  }

  .sec-about03__figure__inner__item {
    width: 45%;
    margin: 2vw;
  }

  .sec-about03__fugire02__item__txt {
    font-size: 3.73333vw;
  }

  .sec-about__tit {
    margin-top: 10vw;
  }

  .sec-about03__figure__inner__item__txt {
    font-size: 3.73333vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .sec-about04 {
    margin-bottom: 10vw;
  }

  .l-main-visual--sp {
    padding-bottom: 0;
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 20vw;
  }

  .l-main-visual--sp h1 {
    font-size: 6.66667vw;
    position: absolute;
    top: 8vw;
    left: 8vw;
    text-shadow: 0px 0px 4.95px rgba(255, 255, 255, .9), 0px 0px 4.95px rgba(255, 255, 255, .9), 0px 0px 4.95px rgba(255, 255, 255, .9);
  }

  .sec-about {
    margin-top: 10vw;
  }

  .sec-title-img p {
    font-size: 6.13333vw;
    color: #fe8ca7;
    line-height: 1.2;
    margin-bottom: 4vw;
    font-weight: 500;
  }

  .uq_cycle__box__img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-about03__fugire02__item__txt--icon {
    position: inherit;
  }
}

.l-mainvisual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8;
}

.l-mainvisual__inner--selcheck {
  max-width: 980px;
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}

.l-mainvisual__inner--selcheck h1 {
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fe8ca7;
  font-weight: 500;
}

.l-mainvisual__inner--selcheck :after {
  content: '';
  background-size: cover;
  width: 500px;
  height: 320px;
  background-image: url(../imgs/selfcheck/mv-img.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.l-main {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
}

.healine__section--btitle h2 {
  background: #fcf9f0;
  color: #fe8ca7;
  font-size: 3rem;
  padding: 15px 0;
  text-indent: 20px;
  font-weight: 500;
}

.healine__section--title h3 {
  font-size: 2.4rem;
  color: #686868;
  margin-top: 30px;
  font-weight: 500;
}

.healine__section--txt {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #686868;
  line-height: 1.4;
  font-weight: 500;
}

.mod_inner_section {
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #c6c6c6;
  padding-top: 23px;
}

.md_btn_area.mod_rsp_marginTop50 .md_btn__pink {
  text-align: center;
  margin-top: 60px;
}

.md_btn_area.mod_rsp_marginTop50 .md_btn__pink .md_btn_inner {
  font-size: 1.6rem;
  color: #fe8ca7;
  border: 1px solid #fe8ca7;
  display: block;
  cursor: pointer;
  padding: 24px 60px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.md_btn_area.mod_rsp_marginTop50 .md_btn__pink .md_btn_inner:after {
  position: absolute;
  content: '';
  background: url(../imgs/common/arrow-pink.svg);
  width: 6px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  right: calc(50% - 75px);
}

.md_btn_area.mod_rsp_marginTop50 .md_btn__pink :hover {
  opacity: 0.8;
}

h2.mod_title__band {
  background: #fe8ca7;
  font-size: 2.2rem;
  padding: 15px;
  text-indent: 15px;
  text-align: left;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
}

.uq_resultText {
  text-align: left;
  font-size: 2.8rem;
}

.mod_section_text {
  font-size: 1.6rem;
  color: #686868;
  line-height: 1.4;
  margin-top: 16px;
}

.uq_advice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counseling-flow {
  margin-top: 50px;
  margin-bottom: 80px;
}

.counseling-flow__headline {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  color: #fe8ca7;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.counseling-flow__listwrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #686868;
}

.counseling-flow__listwrap__img {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

.counseling-flow__listwrap__textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.counseling-flow__listwrap__tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counseling-flow__listwrap__title {
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 500;
}

.counseling-flow__listwrap__text {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.4;
}

.stepicon {
  background: #fe8ca7;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  color: #FFF;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .l-main--selfcheck {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  h2.mod_title__band {
    font-size: 4.26667vw;
    margin-bottom: 5vw;
    padding: 3vw;
    text-indent: 2vw;
  }

  .mod_section_text {
    font-size: 3.73333vw;
    margin-top: 5vw;
  }

  .counseling-flow__headline {
    font-size: 4.26667vw;
    margin-bottom: 5vw;
  }

  .counseling-flow__listwrap {
    display: block;
    margin-top: 13vw;
  }

  .counseling-flow__listwrap__img {
    margin-top: 5vw;
  }

  .counseling-flow__listwrap__textarea {
    margin-left: 0;
  }

  .counseling-flow__listwrap__tit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .counseling-flow__listwrap__title {
    font-size: 4.26667vw;
  }

  .counseling-flow__listwrap__text {
    font-size: 3.73333vw;
    margin-top: 4vw;
  }

  .stepicon {
    font-size: 3.2vw;
    padding: 0.5rem 1.5rem;
  }
}

.uq_questionBox .uq_questionBox_title p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  background-image: url(../imgs/selfcheck/icon_question.svg);
  background-position: left top;
  background-size: 38px;
  background-repeat: no-repeat;
  padding: 6px 0 6px 55px;
  color: #686868;
  font-size: 2rem;
}

.uq_questionBox .uq_questionBox_main {
  margin-top: 20px;
  padding-left: 55px;
}

.uq_questionBox .uq_questionBox_main+.uq_questionBox_title {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dotted 1px #9c9c9c;
}

.uq_checkList .uq_checkList_box {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 20px;
  background-image: url(../imgs/selfcheck/parts_btn_radio.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left top 3px;
  padding: 5px 0 5px 38px;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  color: #686868;
  font-size: 1.6rem;
}

@media (max-width: 640px) {
  .uq_checkList .uq_checkList_box {
    background-size: 20px;
    display: block;
    background-position: left top 7px;
    padding-left: 28px;
  }
}

.uq_checkList .uq_checkList_box.is_checked {
  background-image: url(../imgs/selfcheck/parts_btn_radio_checked.svg);
}

#result {
  display: none;
}

.uq_resultText {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
  color: #fe8ca7;
  line-height: 2;
}

@media (max-width: 640px) {
  .uq_resultText {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.uq_advice_box {
  font-size: 0;
  border: solid 2px #fe8ca7;
  padding: 35px 26px;
  border-radius: 10px;
  margin-top: 30px;
}

@media (max-width: 440px) {
  .uq_advice_box {
    text-align: right;
  }
}

.uq_advice_box .uq_advice_box_text {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

@media (max-width: 440px) {
  .uq_advice_box .uq_advice_box_text {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
}

.uq_advice_box .uq_advice_box_img {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 14%;
}

@media (max-width: 440px) {
  .uq_advice_box .uq_advice_box_img {
    width: 30%;
  }
}

.uq_advice_box .uq_advice_title {
  font-size: 2rem;
  color: #fe8ca7;
  font-weight: 500;
}

@media (max-width: 640px) {
  .uq_advice_box .uq_advice_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.uq_ageArea .uq_ageArea_row {
  position: relative;
  padding-top: 70px;
}

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row {
    padding-top: 0;
  }
}

.uq_ageArea .uq_ageArea_row+.uq_ageArea_row {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row+.uq_ageArea_row {
    margin-top: 0;
  }
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn {
  line-height: 60px;
  padding-left: 40px;
  background: #fff;
  border: solid 1px #cccccc;
  width: 49%;
  top: 0;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 26px auto;
  cursor: pointer;
}

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._left {
  left: 0;
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._left+.js_acho_contents .js_result:before {
  left: 24%;
  margin-left: -17px;
}

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn._left+.js_acho_contents .js_result:before {
    left: 50%;
  }
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._right {
  right: 0;
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._right+.js_acho_contents .js_result:before {
  right: 24%;
  margin-right: -17px;
}

@media (max-width: 640px) {
  .uq_ageArea .uq_ageArea_row .uq_ageBtn._right+.js_acho_contents .js_result:before {
    right: 50%;
  }
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age19 {
  background-image: url(../imgs/selfcheck/icon_check_pink.svg);
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age20 {
  background-image: url(../imgs/selfcheck/icon_check_blue.svg);
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age30 {
  background-image: url(../imgs/selfcheck/icon_check_orange.svg);
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age40 {
  background-image: url(../imgs/selfcheck/icon_check_cyaan.svg);
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age50 {
  background-image: url(../imgs/selfcheck/icon_check_green.svg);
}

.uq_ageArea .uq_ageArea_row .uq_ageBtn._age60 {
  background-image: url(../imgs/selfcheck/icon_check_yellow.svg);
}

.uq_ageArea .js_acho_contents {
  display: none;
}

.uq_ageArea .js_acho_contents .js_result {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 30px;
  position: relative;
}

.uq_ageArea .js_acho_contents .js_result:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #f4f4f4 transparent;
  position: absolute;
  top: -17px;
}

@media screen and (max-width: 750px) {
  .uq_questionBox .uq_questionBox_title p {
    font-size: 4.26667vw;
    background-size: 8vw;
    padding: 0vw 0 1.5vw 11vw;
  }

  .uq_checkList .uq_checkList_box {
    display: inline-block;
  }

  .uq_questionBox .uq_questionBox_main {
    padding-left: 10vw;
    margin-top: 2vw;
  }

  .md_btn_area.mod_rsp_marginTop50 .md_btn__pink {
    margin-top: 10vw;
  }

  .uq_resultText {
    font-size: 5.6vw;
    font-weight: 500;
    line-height: 1.4;
  }

  .uq_advice_box {
    display: block;
    position: relative;
  }

  .uq_advice_box .uq_advice_title {
    font-size: 5.06667vw;
    margin-bottom: 15vw;
  }
}

.l-mainvisual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8;
}

.l-mainvisual__inner--flow {
  max-width: 980px;
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}

.l-mainvisual__inner--flow h1 {
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fe8ca7;
  font-weight: 500;
}

.l-mainvisual__inner--flow :after {
  content: '';
  background-size: cover;
  width: 500px;
  height: 320px;
  /* background-image: url(../imgs/flow/mv-img.png); */
  background-image: url(../imgs/flow/mv-img_dr_hamanaka.png);

  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.l-main {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
}

.healine__section--btitle h2 {
  background: #fcf9f0;
  color: #fe8ca7;
  font-size: 3rem;
  padding: 15px 0;
  text-indent: 20px;
  font-weight: 500;
}

.healine__section--title h3 {
  font-size: 2.4rem;
  color: #686868;
  margin-top: 30px;
  font-weight: 500;
}

.healine__section--txt {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #686868;
  line-height: 1.4;
  font-weight: 500;
}

.advance__table {
  margin-bottom: 60px;
}

.advance__table__title {
  background-color: #fe8ca7;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 50px 0 0;
  padding: 6px 0;
  text-align: center;
  color: #FFF;
  border: 1px solid #ff657b;
  font-weight: 400;
  padding: 24px 0;
}

.v-table {
  border: 1px solid #ff657b;
  border-collapse: collapse;
  width: 100%;
}

.v-table tr {
  border-bottom: 1px solid #ff657b;
}

.v-table th {
  background-color: #dedede;
  border-right: 1px solid #ff657b;
  color: #5d5d5d;
  font-size: 2rem;
  padding-left: 10px;
  text-align: left;
  width: 240px;
  vertical-align: middle;
  font-weight: 400;
  position: relative;
  text-indent: 50px;
}

.v-table th img {
  width: 30px;
  margin-right: 6px;
}

.advance_ico1:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico1.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advance_ico2:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico2.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advance_ico3:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico3.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advance_ico4:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico4.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advance_ico5:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico5.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advance_ico6:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 35px;
  background: url(../imgs/flow/advance_ico6.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.v-table td {
  background-color: #fefff5;
  color: #fe8ca7;
  font-size: 1.8rem;
  padding: 24px 16px;
  text-align: left;
  line-height: 1.4;
}

.v-table__list>li {
  list-style: none;
  padding-left: 20px;
  text-indent: -20px;
}

.v-table__list>li:before {
  content: '・';
}

@media screen and (max-width: 750px) {

  .v-table,
  .v-table thead,
  .v-table tbody,
  .v-table tr,
  .v-table th,
  .v-table td {
    display: block;
    width: 100%;
  }

  .v-table tr {
    border-bottom: 1px solid #ff657b;
  }

  .v-table th {
    border-right: none;
    font-size: 4.8vw;
    padding: 0.5rem;
  }

  .v-table th img {
    width: 5vw;
    margin-right: 6px;
    vertical-align: text-bottom;
  }

  .v-table td {
    font-size: 3.73333vw;
  }

  .advance__table__title {
    font-size: 4.8vw;
  }

  .v-table li {
    list-style: none;
    padding-left: 2rem;
    text-indent: -1.4rem;
  }
}

.cost {
  margin-top: 80px;
}

.cost__headline__m-title h2 {
  font-size: 2.4rem;
  background: #fe8ca7;
  padding: 14px 0;
  text-indent: 24px;
  color: #FFF;
  font-weight: 500;
}

.cost__contents {
  margin-top: 40px;
}

.cost__contents__title {
  font-size: 1.8rem;
  background: #848c9b;
  padding: 12px;
  text-indent: 24px;
  color: #FFF;
  font-weight: 400;
  line-height: 1.4;
}

.cost__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fe8ca7;
  margin-bottom: 40px;
}

.cost__contents__datail {
  margin-right: 90px;
  width: 467px;
}

.uq_costNote__text {
  font-size: 2.4rem;
  line-height: 1.4;
}

.small-comment {
  font-size: 1.2rem;
  margin-top: 40px;
  color: #fe8ca7;
  margin-bottom: 42px;
}

.loan {
  margin-bottom: 60px;
}

.loan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.loan__inner p {
  color: #686868;
  font-size: 1.6rem;
  line-height: 1.6;
}

.loan__inner p span {
  color: #fe8ca7;
}

.flow-message {
  margin-bottom: 60px;
}

.flow-message p {
  font-size: 1.6rem;
  color: #686868;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .l-main-flow {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cost__contents__inner {
    display: block;
  }

  .cost__contents__datail {
    width: 100%;
  }

  .v-table td {
    padding: 5vw 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .v-table th {
    padding: 3vw 0px;
    font-size: 3.73333vw;
    text-indent: 9vw;
  }

  .advance_ico1:before,
  .advance_ico2:before,
  .advance_ico3:before,
  .advance_ico4:before,
  .advance_ico5:before,
  .advance_ico6:before,
  .advance_ico7:before {
    width: 5vw;
    height: 5vw;
    left: 5.5vw;
  }

  .loan {
    margin-bottom: 10vw;
  }

  .loan__inner {
    display: block;
    margin-top: 4vw;
  }

  .loan__inner p {
    font-size: 3.73333vw;
  }

  .loan__inner__img {
    width: 80%;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
  }

  .advance__table__title {
    width: 100%;
    margin-top: 10vw;
    padding: 3vw 0;
    font-size: 4.26667vw;
  }

  .cost__headline__m-title h2 {
    font-size: 4.26667vw;
  }

  .cost__contents__title {
    font-size: 3.73333vw;
  }

  .about_uq_detailSeparate__title,
  .about_uq_detailSeparate__text {
    font-size: 3.73333vw;
  }

  .uq_costNote__text,
  .uq_costNote__list {
    font-size: 3.73333vw;
  }

  .flow-message {
    margin-bottom: 10vw;
  }

  .flow-message p {
    font-size: 3.73333vw;
  }
}

.uq_flow__iconImage1,
.uq_flow__iconImage2,
.uq_flow__iconImage3,
.uq_flow__iconImage4,
.uq_flow__iconImage5,
.uq_flow__iconImage6,
.uq_flow__iconImage7 {
  margin-right: auto;
  margin-left: auto;
}

.uq_chartBtn,
.uq_contentsTab__btn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.uq_sectionTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .uq_sectionTitle {
    font-size: 26px;
  }
}

.uq_sectionTitle__br {
  display: none;
}

@media (max-width: 768px) {
  .uq_sectionTitle__br {
    display: block;
  }
}

@media (max-width: 768px) {
  .uq_sectionTitle__large {
    font-size: 34px;
  }
}

.uq_chartBtn {
  margin-top: 30px;
  font-size: 24px;
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: none;
  border-top: solid 1px #ff657b;
  border-bottom: solid 1px #ff657b;
  color: #ff657b;
  font-weight: bold;
  background: #DAEFFF;
}

@media (max-width: 768px) {
  .uq_chartBtn {
    height: 90px;
    font-size: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8px;
  }
}

.uq_chartBtn::before,
.uq_chartBtn::after {
  content: '';
  display: block;
  background: #ff657b;
  position: absolute;
}

.uq_chartBtn::before {
  width: 1px;
  height: 13px;
  right: 16px;
  top: calc(50% - 6.5px);
}

.is_stateActive.uq_chartBtn::before {
  display: none;
}

.uq_chartBtn::after {
  width: 13px;
  height: 1px;
  right: 10px;
  top: calc(50% - 1px);
}

.uq_chartBody {
  display: none;
}

.uq_table {
  table-layout: fixed;
  width: 100%;
  border-right: solid 1px #ff657b;
  border-collapse: collapse;
  border-spacing: 1px;
}

.uq_table__thYellow,
.uq_table__thBlue,
.uq_table__thGray,
.uq_table__tdYellow,
.uq_table__tdBlue {
  border: solid 1px #ff657b;
  padding: 15px;
}

@media (max-width: 768px) {

  .uq_table__thYellow,
  .uq_table__thBlue,
  .uq_table__thGray,
  .uq_table__tdYellow,
  .uq_table__tdBlue {
    padding: 10px 8px;
  }
}

.uq_table__blank {
  border: solid 1px #ff657b;
  width: 140px;
  border-top: none;
}

@media (max-width: 768px) {
  .uq_table__blank {
    width: 55px;
  }
}

.uq_table__thYellow {
  background: #E0F127;
  border-top: none;
}

.uq_table__thBlue {
  background: #64E6F7;
  border-top: none;
}

.uq_table__thMain {
  font-size: 18px;
  color: #002D60;
}

@media (max-width: 768px) {
  .uq_table__thMain {
    font-size: 12px;
  }
}

.uq_table__thSub {
  font-size: 11px;
  color: #002D60;
}

.uq_table__thGray {
  background: #848C9B;
  color: #fff;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .uq_table__thGray {
    font-size: 12px;
    padding: 0;
  }
}

.uq_table__tdYellow {
  background: #FBFDE3;
}

.uq_table__tdBlue {
  background: #DBF8FC;
}

.uq_table__lead {
  font-weight: bold;
  font-size: 16px;
  color: #002D60;
}

@media (max-width: 768px) {
  .uq_table__lead {
    font-size: 12px;
  }
}

.uq_table__text {
  font-size: 14px;
  color: #002D60;
}

@media (max-width: 768px) {
  .uq_table__text {
    font-size: 12px;
  }
}

.uq_selectComment {
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 57px;
  position: relative;
}

@media (max-width: 768px) {
  .uq_selectComment {
    margin-top: 30px;
    padding-bottom: 94px;
    padding-left: 0;
    padding-right: 0;
  }
}

.uq_selectComment__title {
  text-align: center;
  padding: 40px;
  position: relative;
  background: #6BC0FD;
  border-radius: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .uq_selectComment__title {
    padding: 20px;
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .uq_selectComment__title {
    font-size: 6.4vw;
  }
}

.uq_selectComment__title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 28px 16px 0;
  border-color: transparent transparent #6BC0FD transparent;
  position: absolute;
  bottom: 0;
  right: 80px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
  z-index: 0;
}

@media (max-width: 768px) {
  .uq_selectComment__title::before {
    border-width: 0px 28px 16px 0;
    right: 72px;
  }
}

.uq_selectComment__okamura,
.uq_selectComment__yabe {
  position: absolute;
  bottom: 0;
}

.uq_selectComment__okamura {
  left: 4px;
  width: 109px;
  z-index: 1;
}

@media (max-width: 768px) {
  .uq_selectComment__okamura {
    width: 105px;
  }
}

.uq_selectComment__yabe {
  right: 4px;
  width: 134px;
  z-index: 1;
}

@media (max-width: 768px) {
  .uq_selectComment__yabe {
    width: 130px;
  }
}

.uq_select {
  margin-top: 40px;
}

.uq_select__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -18px;
}

@media (max-width: 640px) {
  .uq_select__title {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.uq_select__titleBr {
  display: none;
}

@media (max-width: 640px) {
  .uq_select__titleBr {
    display: block;
  }
}

.uq_select__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .uq_select__container {
    display: block;
  }
}

.uq_select__column {
  width: calc(50% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .uq_select__column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .uq_select__column+.uq_select__column {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 2px #ff657b;
  }
}

.uq_select__name {
  font-size: 22px;
  background: #ff657b;
  color: #E0F127;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .uq_select__name {
    font-size: 5.86vw;
  }
}

.uq_select__name.is_textColor__blue {
  color: #64E6F7;
}

.uq_select__lead {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}

.uq_select__note {
  font-size: 12px;
  margin-top: 10px;
}

.uq_select__btn {
  margin-top: 30px;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  .uq_select__btn {
    margin-top: 30px;
  }
}

.uq_contents {
  margin-top: 50px;
  max-width: 1200px;
  width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .uq_contents {
    width: calc(100% - 30px);
  }
}

.uq_contentsTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uq_contentsTab__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.uq_contentsTab__item+.uq_contentsTab__item {
  margin-left: -2px;
}

.uq_contentsTab__btn {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #fff;
  border-radius: 15px 15px 0 0;
  border-bottom-color: #fff;
  background: #d64b5f;
  font-weight: bold;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .uq_contentsTab__btn {
    font-size: 18px;
    height: 68px;
  }
}

.uq_contentsTab__btn.is_colorYellow {
  color: #FFF;
}

.uq_contentsTab__btn.is_colorYellow.is_stateActive {
  color: #faffc2;
}

.uq_contentsTab__btn.is_colorBlue {
  color: #FFF;
}

.uq_contentsTab__btn.is_colorBlue.is_stateActive {
  color: #faffc2;
}

.uq_contentsTab__btn.is_stateActive {
  border-bottom-color: transparent;
  background: transparent;
}

.uq_contentsTab__br {
  display: none;
}

@media (max-width: 640px) {
  .uq_contentsTab__br {
    display: block;
  }
}

.uq_contentsBody {
  border: solid 2px #fff;
  border-radius: 15px 15px 15px 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .uq_contentsBody {
    margin-bottom: 20px;
  }
}

.uq_contentsBody__item:not(.is_stateActive) {
  display: none;
}

.uq_contentsLead {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .uq_contentsLead {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .uq_contentsLead__br {
    display: none;
  }
}

.uq_contentsLead__note {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .uq_contentsLead__note {
    display: block;
  }
}

.uq_contentsBox {
  background: #fff;
  color: #ff657b;
  /* margin: 30px 80px 60px 80px;  */
}

.uq_contentsBox+.uq_contentsBox {
  margin-top: 40px;
}

.uq_contentsBox__title {
  background: #faffc3;
  color: #ff657b;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.uq_contentsBox__title.is_colorYellow {
  background: #faffc3 !important;
}

.uq_contentsBox__title.is_colorBlue {
  background: #faffc3;
}

.uq_contentsBox__inner {
  padding: 60px 20px 60px;
}

@media (max-width: 768px) {
  .uq_contentsBox__inner {
    padding: 30px 15px 40px;
  }
}

.uq_contentsBox__wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fe8ca7;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 16px;
}

.uq_costInner {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.uq_bandTitle {
  background: #848C9B;
  border-radius: 20px;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 640px) {
  .uq_bandTitle {
    padding: 8px;
  }
}

.uq_bandTitle__margin {
  margin-top: 50px;
}

.uq_costLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .uq_costLabel {
    margin-top: 20px;
  }
}

.uq_costLabel__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: solid 2px #fe8ca7;
  font-size: 2.4rem;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

@media (max-width: 640px) {
  .uq_costLabel__item {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .uq_costLabel__item {
    padding: 4vw 2vw;
    font-size: 14px;
  }
}

.uq_costLabel__text {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.uq_costLabel__small {
  font-size: 15px;
}

@media (max-width: 640px) {
  .uq_costLabel__small {
    font-size: 12px;
  }
}

.uq_costLabel__center {
  width: 26px;
  height: 26px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
}

@media (max-width: 640px) {
  .uq_costLabel__center {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 375px) {
  .uq_costLabel__center {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.uq_costLabel__center::before,
.uq_costLabel__center::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background: #fe8ca7;
}

.uq_costLabel__center::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.uq_price {
  margin-top: 30px;
  text-align: left;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
}

@media (max-width: 640px) {
  .uq_price {
    font-size: 24px;
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .uq_price {
    font-size: 6.4vw;
    text-align: center;
  }
}

.uq_price__number {
  font-size: 200%;
}

.uq_price__tax {
  font-size: 59.45946%;
}

.uq_price__br {
  display: none;
}

.uq_price_note {
  font-size: 1.2rem;
  display: block;
  margin-top: 16px;
}

@media (max-width: 640px) {
  .uq_price__br {
    display: block;
  }
}

.uq_detailSeparate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .uq_detailSeparate {
    margin-top: 20px;
  }
}

.uq_detailSeparate__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  padding: 20px;
}

@media (max-width: 640px) {
  .uq_detailSeparate__item {
    padding: 5vw;
  }
}

.uq_detailSeparate__item:nth-child(n+3) {
  margin-top: 8px;
}

.uq_detailSeparate_head {
  width: 100%;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uq_detailLabel {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}

@media (max-width: 640px) {
  .uq_detailLabel {
    font-size: 16px;
  }
}

.uq_detailLabel__sub {
  font-size: 14px;
  width: 100%;
}

@media (max-width: 640px) {
  .uq_detailLabel__sub {
    font-size: 12px;
  }
}

.uq_detailPrice {
  padding-left: 1em;
  width: 100%;
  margin-top: 8px;
  text-align: center;
  border-top: solid 2px #ff657b;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .uq_detailPrice {
    padding-left: 0;
    font-size: 12px;
    letter-spacing: -0.05em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  }
}

@media (max-width: 375px) {
  .uq_detailPrice {
    font-size: 3.2vw;
  }
}

@media (max-width: 320px) {
  .uq_detailPrice {
    font-size: 8px;
  }
}

.uq_detailPrice__number {
  font-size: 189.47368%;
}

.uq_detailPrice__tax {
  font-size: 73.68421%;
}

.uq_detailSecond {
  background: #E2E5EB;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .uq_detailSecond {
    margin-top: 20px;
    padding: 8px;
  }
}

.uq_detailSecond__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .uq_detailSecond__list {
    margin-top: 20px;
  }
}

.uq_detailSecond__card {
  width: calc(50% - 8px);
}

.uq_detailSecond__card:nth-child(2) {
  margin-left: 16px;
}

.uq_detailSecond__card:nth-child(3) {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .uq_detailSecond__card:nth-child(3) {
    margin-top: 20px;
    width: 60%;
  }
}

.uq_costNote {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .uq_costNote {
    font-size: 12px;
  }
}

.uq_flow__arrow {
  margin-top: 30px;
  margin-bottom: 30px;
}

.uq_flow__arrow::after {
  content: '';
  display: block;
  width: 70px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../imgs/flow/parts-arrow-double-under-navy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.uq_flow__arrowText {
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
  color: #fe8ca7;
  font-weight: 500;
}

@media (max-width: 640px) {
  .uq_flow__arrowText {
    font-size: 14px;
  }
}

.uq_flow__title {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uq_flow__titleNumber {
  width: 26px;
  height: 26px;
  font-size: 1.6rem;
  background-color: #fe8ca7;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .uq_flow__titleNumber {
    width: 6vw;
    height: 6vw;
    margin-right: 15px;
    font-size: 2.93333vw;
  }
}

.uq_flow__titleText {
  font-size: 2rem;
  color: #fe8ca7;
  font-weight: 500;
}

@media (max-width: 768px) {
  .uq_flow__titleText {
    font-size: 4.26667vw;
    line-height: 1.4;
  }
}

.uq_flow__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.uq_flow__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #686868;
  margin-right: 0 auto;
}

@media (max-width: 640px) {
  .uq_flow__text {
    font-size: 14px;
  }
}

.uq_flow__icon {
  width: 70px;
  margin-left: 10px;
  text-align: center;
}

@media (max-width: 320px) {
  .uq_flow__icon {
    width: 50px;
  }
}

.uq_flow__iconImage1 {
  width: 90.77341%;
}

.uq_flow__iconImage2 {
  width: 69.60651%;
}

.uq_flow__iconImage3 {
  width: 88.33107%;
}

.uq_flow__iconImage4 {
  width: 74.08412%;
}

.uq_flow__iconImage5 {
  width: 73.4057%;
}

.uq_flow__iconImage6 {
  width: 100%;
}

.uq_flow__iconImage7 {
  width: 72.04885%;
}

/*# sourceMappingURL=cost.css.map */
span.m_bold {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: block;
}

.contens-head {
  margin-top: 40px;
}

.contens-head__title {
  font-weight: bold;
  text-align: center;
}

.contens-head__title--large {
  font-size: 3.6rem;
}

.contens-head__title--sub {
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
}

.contens-head__title--sub:before {
  content: '';
  background: url(../imgs/flow/title-icon-left.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -25px;
  left: -2.5rem;
}

.contens-head__title--sub:after {
  content: '';
  background: url(../imgs/flow/title-icon-right.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -25px;
  right: -2.5rem;
}

@media screen and (max-width: 750px) {
  .contens-head__title--sub:before {
    top: -2px;
    top: -0.2rem;
    left: -20px;
    left: -2rem;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  .contens-head__title--sub:after {
    top: -2px;
    top: -0.2rem;
    right: -20px;
    right: -2rem;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.contens-head__title--price {
  font-size: 7.4rem;
  color: #faffc3;
}

.contens-head__title--price .en {
  font-size: 4.6rem;
  position: relative;
}

.contens-head__title--price .en:after {
  content: '※1';
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  top: -50%;
  right: 5%;
}

.contens-head__title--price .tax {
  font-size: 2.6rem;
  color: #FFF;
}

.contens-head__text {
  margin: 30px 80px;
  font-size: 1.6rem;
  text-align: left;
}

.contens-head__text span {
  font-size: 1.2rem;
  display: block;
}

.has-marker {
  background: rgba(224, 241, 39, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(224, 241, 39, 0)), color-stop(85%, #d64b5f));
  background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 85%, #d64b5f 85%);
}

.about_uq_detailSeparate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.about_uq_detailSeparate__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.about_uq_detailSeparate__text {
  margin-left: 20px;
  text-align: left;
  width: 70%;
  line-height: 1.4;
  font-weight: 500;
}

.about_uq_detailSeparate+.about_uq_detailSeparate {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ff657b;
}

.uq_costNote {
  border: 1px solid #ff657b;
  padding: 3rem;
  margin-top: 3rem;
  margin-bottom: 42px;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  color: #fe8ca7;
}

.uq_costNote__list {
  list-style: none;
  margin: 2rem 0;
  font-weight: 400;
}

.uq_costNote__list li {
  margin-left: 2rem;
  text-indent: -2rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}

.uq_costNote__list li:before {
  content: '●';
}

.uq_costNote .small {
  font-size: 1.2rem;
  font-weight: 400;
}

.small-comment {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .small-comment {
    font-size: 2.66667vw;
    margin-bottom: 7vw;
  }

  .uq_costNote__list li {
    font-size: 3.73333vw;
    margin-bottom: 0.5vw;
  }
}

.loan-handling-Box {
  border: 1px solid #ffadb8;
  margin: 50px 80px;
}

.loan-handling-Box__title {
  background: #ffadb8;
  color: #FFF;
  padding: 1.8rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.loan-handling-Box__text {
  padding: 2rem 5rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}

.loan-handling-Box__text span {
  color: #faffc3;
}

@media screen and (max-width: 750px) {

  .uq_contentsBox,
  .loan-handling-Box {
    margin: 30px 1rem 1rem 1rem;
  }

  .uq_contentsBox.uq_contentsBox--flow {
    margin: 30px 0 1rem 0;
  }

  .contens-head {
    margin-top: 5vw;
  }

  .contens-head__title--sub {
    font-size: 10.13333vw;
  }

  .contens-head__title--large {
    font-size: 12.8vw;
  }

  .contens-head__title--price {
    font-size: 21.33333vw;
    letter-spacing: 0.25rem;
  }

  .contens-head__title--price .en {
    font-size: 13.86667vw;
  }

  .contens-head__title--price .tax {
    font-size: 7.46667vw;
  }

  .contens-head__text {
    font-size: 7.46667vw;
    margin: 30px 4vw;
  }

  .contens-head__text span {
    font-size: 5.33333vw;
  }

  .about_uq_detailSeparate {
    font-size: 7.46667vw;
  }

  .uq_costNote {
    padding: 5vw;
    margin-bottom: 7vw;
    font-size: 8vw;
    line-height: 1.4;
  }

  .loan-handling-Box__text {
    padding: 5vw;
    font-size: 7.46667vw;
  }

  .loan-handling-Box__title {
    font-size: 9.33333vw;
  }

  .uq_contentsLead {
    margin: 0 5vw;
    font-size: 10.66667vw;
  }

  .m_textSmall {
    font-size: 6.4vw;
  }

  .uq_costNote .small {
    font-size: 2.66667vw;
  }

  .uq_flow__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  span.m_bold {
    font-size: 4vw;
  }
}

.l-main-visual {
  width: 100%;
  max-height: 320px;
  margin-top: 133px;
  background: #f8f8f8;
}

.l-main-visual__inner--clinic {
  max-width: 980px;
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}

.l-main-visual__inner--clinic h1 {
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fe8ca7;
  font-weight: 500;
}

.l-main-visual__inner--clinic :after {
  content: '';
  background-size: cover;
  width: 500px;
  height: 320px;
  background-image: url(../imgs/clinic/mv-img.png?20210819);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.l-main {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 80px;
}

.healine__section--btitle h2 {
  background: #fcf9f0;
  color: #fe8ca7;
  font-size: 3rem;
  padding: 15px 0;
  text-indent: 20px;
  font-weight: 500;
}

.healine__section--title h3 {
  font-size: 2.4rem;
  color: #686868;
  margin-top: 30px;
  font-weight: 500;
}

.healine__section--txt {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #686868;
  line-height: 1.4;
  font-weight: 500;
}

.healine__section--txt small {
  font-size: 1.2rem;
  display: block;
  margin-top: 16px;
}

.healine__section--txt small:nth-last-child(1) {
  margin-top: 0;
}
/* 0914 */
.uq_detailTable__row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.uq_detailTable__row-flex--right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uq_detailTable__row-flex--right__map {
  width: 420px;
  overflow: hidden;
  height: 360px;
  position: relative;
}

.uq_detailTable__row-flex--right__map iframe {
  width: 100%;
  position: absolute;
  top: -60%;
}

.clinic-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
}

.clinic-contents__inner__left {
  margin-right: 60px;
}

.clinic-contents__inner__left img {
  width: 500px;
}

.clinic-contents__inner__right {
  color: #686868;
  line-height: 1.4;
  font-size: 1.6rem;
}

.clinic-contents__inner__right small {
  font-size: 1.2rem;
  margin-top: 14px;
  display: block;
}

@media screen and (max-width: 750px) {
  .l-main {
    margin-top: 10vw;
  }

  .l-main--clinic {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .healine__section--btitle h2 {
    font-size: 5.06667vw;
    padding: 2vw 5vw;
    text-align: left;
    text-indent: 0;
    line-height: 1.4;
  }

  .healine__section--title h3 {
    font-size: 4.26667vw;
    line-height: 1.4;
    margin-top: 4vw;
  }

  .healine__section--txt {
    font-size: 3.73333vw;
    margin-top: 8vw;
    font-weight: 400;
  }

  .clinic-contents__inner {
    display: block;
  }

  .clinic-contents__inner__left img {
    width: 100%;
  }

  .uq_advice_box .uq_advice_box_img {
    width: 19vw;
    position: absolute;
    top: 2vw;
    right: 8vw;
  }

  .uq_detailTable__row-flex {
    display: block;
  }

  .uq_detailTable__row-flex--right {
    margin-top: 5vw;
  }

  .uq_detailTable__row-flex--right__map {
    width: 100%;
    height: 50vw;
  }

  .uq_detailTable__row-flex--right__map iframe {
    top: -70vw;
  }

  .clinic-contents__inner__left {
    margin-right: 0;
  }

  .clinic-contents__inner__right {
    font-size: 3.73333vw;
    margin-top: 5vw;
  }

  .uq_detailTable__title {
    margin-top: 4vw;
  }
}

.main-contens {
  background: #686868;
  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: #686868;
  margin: -50px;
  padding: 0 20px;
  text-align: center;
}

.large-main-title .title-wapper__text {
  font-size: 5.2rem;
  color: #e0f127;
}

.large-main-title .title-wapper__object {
  max-width: 168px;
  margin: 0 auto;
}

.large-main-title .title-wapper__object img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .large-main-title .title-wapper__text {
    font-size: 18.13333vw;
  }

  .large-main-title .title-wapper__object {
    width: 30vw;
  }
}

.sub-title {
  margin-top: 30px;
}

.sub-title__text {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 11.2vw;
    margin-bottom: 1rem;
  }
}

.cost h4 {
  font-size: 3.6rem;
}

.cost h4 span {
  font-size: 2.6rem;
}

@media screen and (max-width: 750px) {
  .cost h4 {
    font-size: 17.06667vw;
    letter-spacing: -0.25rem;
  }

  .cost h4 span {
    font-size: 12.8vw;
  }
}

@media screen and (max-width: 750px) {
  .cost {
    border-radius: 2rem;
    margin-top: 12vw;
  }

  .cost__inner {
    margin-bottom: 5vw;
  }

  .cost__contents {
    margin-top: 8vw;
  }
}

.sub-title__img {
  width: 460px;
  margin: 0 auto;
}

.sub-title__img img {
  width: 100%;
}

.clinic-under-text-wrap {
  position: relative;
  padding: 0 60px;
  margin: 40px 0 20px 0;
}

.clinic-under-text-wrap__title {
  font-size: 4.2rem;
  color: #e0f127;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 9px;
  background: #686868;
  left: 50%;
  padding: 0 2rem;
}

.clinic-under-text-wrap__p {
  font-size: 1.8rem;
  margin-top: 5rem;
}

.clinic-under-text-wrap .m_stripeObject__item {
  background: #FFF;
}

@media screen and (max-width: 750px) {
  .sub-title__img {
    width: 90vw;
  }

  .clinic-under-text-wrap {
    padding: 0 5vw;
  }

  .clinic-under-text-wrap__title {
    font-size: 12.8vw;
    padding: 0 1rem;
    width: 52vw;
  }

  .clinic-under-text-wrap__p {
    font-size: 7.46667vw;
    letter-spacing: -0.075rem;
  }
}

.v-shop {
  margin-top: 50px;
}

.v-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #686868;
}

.v-shop__list li {
  border: 1px solid #fe8ca7;
  height: 40px;
  line-height: 40px;
  list-style: none;
  width: 33.3%;
  text-align: center;
}

.v-shop__list li a {
  color: #686868;
  font-weight: 500;
  font-size: 2rem;
  display: block;
}

.v-shop__list .is-active {
  background: #fe8ca7;
}

.v-shop__list .is-active a {
  color: #FFF;
}

.v-shop__content.is-none {
  display: none;
}

.v-shop__content {
  color: #686868;
}

.uq_clinicPhoto picture img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .v-shop__list li a {
    font-size: 3.73333vw;
  }

  .v-shop__list li {
    height: 12vw;
    line-height: 12vw;
    width: 33.3%;
  }
}

.doctor-list {
  padding: 0 60px;
  margin-top: 100px;
}

.doctor-list .m_stripeObject__item {
  background: #FFF;
}

.v-txt__lg {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}

.v-span__yellow {
  color: #e0f127;
}

.v-txt__label {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.v-txt__label:before {
  content: '';
  background: url(../imgs/cost/title-icon-left.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
  left: -34px;
}

.v-txt__label:after {
  content: '';
  background: url(../imgs/cost/title-icon-right.png);
  position: absolute;
  width: 20px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
  right: -34px;
}

@media screen and (max-width: 750px) {
  .v-txt__label:before {
    top: -2px;
    left: -8vw;
  }

  .v-txt__label:after {
    top: -2px;
    right: -8vw;
  }
}

.v-label span {
  margin: 0 1em;
  font-size: 2.8rem;
}

.v-wc4__descript {
  color: #fff;
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center;
}

.v-wc4__descript2 {
  color: #fff;
  margin-top: 25px;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 60px;
}

.v-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.v-label:before {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff;
}

.v-label:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff;
}

.v-wc4__doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v-wc4__doctor {
  width: calc(25% - 15px);
}

.v-wc4__doctor img {
  width: 100%;
}

a.js-modal-open {
  color: #6ac0fd;
  text-decoration: underline;
}

.js-modal-open {
  margin-top: 5px;
  display: block;
}

.v-wc4__doctor__photo {
  margin-bottom: 10px;
}

.v-wc4__doctor__name {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.v-wc4__doctor__name span {
  font-size: 1.8rem;
}

.access-wrap {
  padding: 0 80px;
  margin-top: 60px;
}

.access-wrap .m_stripeObject__item {
  background: #FFF;
}

.v-wc5__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.v-wc5__body__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.v-wc5__body__photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 50px;
}

.v-wc5__body__remark {
  font-size: 11px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .access-wrap {
    padding: 0 5vw;
  }

  .v-wc5__body__photo {
    margin-left: 0px;
    margin-bottom: 2rem;
  }

  .v-wc5__body {
    display: block;
  }
}

.equipment_wrap {
  padding: 0 80px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.v-wc6__body__text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.v-wc6__body__photo {
  width: 100%;
}

.v-wc6__body__photo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .equipment_wrap {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: rgba(10, 51, 99, .75);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

a.js-modal-open {
  color: #6ac0fd;
}

.modal__inner__docphoto {
  width: 30%;
}

.modal__inner__docphoto img {
  width: 100%;
}

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner__docphoto {
  margin-right: 2rem;
}

.modal__inner__text {
  color: #464646;
}

h3.doctor__box-name {
  font-size: 2.6rem;
  font-weight: normal;
}

.doctor__box-history dt {
  display: block;
  float: left;
  width: 100px;
}

.doctor__box-history dd {
  display: block;
  margin: 0 0 9px 100px;
}

p.doctor__box-comment {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.doctor__box-name span {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0 5px 0 0;
}

.close_btn {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
}

.js-modal-open {
  margin-top: 5px;
  display: block;
}

.close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
  background: #002d60;
  border-radius: 120px;
}

.close span::before,
.close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 59%;
  left: 62%;
  width: 60%;
  height: 5%;
  margin: -8% 0 0 -42%;
  background: #FFF;
}

.close span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .modal__content {
    overflow: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 155vw;
    background: none;
    top: 52%;
    padding: 3rem;
  }

  .modal__inner {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 8%;
  }

  .close_btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
  }

  .modal__inner__docphoto {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .doctor-list {
    padding: 0 5vw;
  }

  .v-wc4__doctors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .v-wc4__doctor {
    margin-bottom: 10vw;
    width: 45%;
  }

  .v-txt__label {
    font-size: 10.13333vw;
  }

  .v-txt__lg {
    font-size: 12.8vw;
    line-height: 1.2;
  }

  .v-txt__lg span {
    font-size: 19.2vw;
  }

  .v-label span {
    font-size: 10.66667vw;
  }

  .v-wc4__doctor__name {
    font-size: 8.53333vw;
  }

  a.js-modal-open {
    font-size: 8vw;
  }

  .v-wc4__descript {
    font-size: 8vw;
    text-align: left;
  }

  .v-wc4__descript2 {
    text-align: left;
    font-size: 5.33333vw;
  }

  .v-wc4__doctor__name {
    color: #fff;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4;
  }

  .v-wc4__doctor__name span {
    font-size: 8.53333vw;
  }

  .doctor__box-area {
    font-size: 8vw;
  }

  h3.doctor__box-name {
    font-size: 13.86667vw;
  }

  h3.doctor__box-name span {
    font-size: 7.46667vw;
  }

  .doctor__box-comment {
    font-size: 8vw;
  }

  .doctor__box-history {
    font-size: 8vw;
  }
}

.uq_detailTable__gmlink {
  margin-top: 1rem;
}

.uq_detailTable__gmlink a {
  font-size: 1.6rem;
  color: #0055B8;
  font-weight: bold;
}

.uq_detailTable__text a {
  font-size: 1.6rem;
  color: #0055B8;
}

.clinic-btn {
  margin-top: 40px;
}

.clinic-btn__text {
  font-size: 2.8rem;
  font-weight: bold;
}

.clinic-btn__link {
  margin-top: 2rem;
}

.clinic-btn__link a {
  max-width: 640px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #faff1c;
  border-radius: 8px;
  color: #505050;
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.clinic-btn__link a:after {
  background-image: url(../imgs/common/ico_arrow2.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  right: 18px;
  width: 9px;
}

@media screen and (max-width: 750px) {
  .uq_detailTable__gmlink a {
    font-size: 8.53333vw;
  }

  .clinic-btn__text {
    font-size: 9.6vw;
  }

  .clinic-btn__link a {
    font-size: 9.6vw;
  }

  .uq_detailTable__text a {
    font-size: 8.53333vw;
  }
}

.uq_area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  .uq_area {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.uq_area__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media (max-width: 640px) {
  .uq_area__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 5px);
  }
}

.uq_area__item+.uq_area__item {
  margin-left: 10px;
}

@media (max-width: 640px) {
  .uq_area__item+.uq_area__item {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .uq_area__item:nth-child(even) {
    margin-left: 10px;
  }
}

@media (max-width: 640px) {
  .uq_area__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

.uq_area__btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
  border: solid 2px #fff;
  border-radius: 10px;
  color: #002D60;
  font-size: 18px;
  height: 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
  background: #64E6F7;
}

@media (max-width: 768px) {
  .uq_area__btn {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .uq_area__btn:hover {
    opacity: 0.4;
  }
}

.uq_area__btn::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  top: auto;
  position: absolute;
  right: 50%;
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: solid 1px #0055B8;
  border-bottom: solid 1px #0055B8;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.uq_clinicBox {
  margin-right: auto;
  margin-left: auto;
  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::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: 89px;
  padding-right: 89px;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFF;
  border-left: 1px solid #fe8ca7;
  border-right: 1px solid #fe8ca7;
  border-bottom: 1px solid #fe8ca7;
  margin-bottom: 60px;
}

.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 {
  width: 520px;
}

.uq_clinicLogo.is_osakaMens {
  width: 380px;
}

@media (max-width: 768px) {

  .uq_clinicLogo.is_tokyoMens {
    width: 88vw;
    position: relative;
    left: calc(50% - 44vw);
  }
  .uq_clinicLogo.is_osakaMens {
    width: 65vw;
  }
}

.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: 380px;
}

@media (max-width: 768px) {
  .uq_clinicLogo.is_nagoya {
    width: 65vw;
  }
}

.uq_clinicLogo.is_fukuoka {
  width: 380px;
}

.uq_clinicLogo.is_sapporo {
  width: 340px;
}

@media (max-width: 768px) {

  .uq_clinicLogo.is_fukuoka {
    width: 65vw;
  }
  .uq_clinicLogo.is_sapporo {
    width: 50vw;
  }
}

.uq_clinicPhoto {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .uq_clinicPhoto {
    width: 100%;
  }
}

.uq_detailTable {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .uq_detailTable {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .uq_detailTable__row {
    display: block;
  }

  .uq_clinicBox__inner {
    padding-top: 10vw;
  }
}

.uq_detailTable__row+.uq_detailTable__row {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .uq_detailTable__row+.uq_detailTable__row {
    margin-top: 25px;
  }
}

.uq_detailTable__title {
  margin-right: 20px;
  text-align: left;
  padding: 15px 10px;
  background: #fe8ca7;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 1.6rem;
  color: #FFF;
  width: 340px;
  font-weight: 400;
}

.uq_detailTable__title2 {
  width: calc(100% - 20px);
  margin-top: 20px;
}

@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;
  color: #686868;
}

.uq_detailTable__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 15px 0;
  text-align: left;
  color: #686868;
  line-height: 1.4;
}

.uq_detailTable__data span {
  color: #f00;
}


@media (max-width: 768px) {
  .uq_detailTable__data {
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

.uq_detailTable__data.is_hoursBox {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .uq_detailTable__data.is_hoursBox {
    padding-top: 0vw;
  }
}

.uq_detailTable__text,
.uq_detailTable__link {
  font-size: 15px;
  color: #0055B8;
  text-align: left;
}

@media (min-width: 769px) {
  .uq_detailTable__link:hover {
    text-decoration: underline;
  }
}

.uq_openTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px #7e7e7e;
  -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 #7e7e7e;
  }
}

.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 #7e7e7e;
  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 #686868;
    -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: #afafaf;
  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: 35px 0 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .uq_openTable__data {
    padding: 10px 0;
  }
}

.uq_openTable__holiday {
  color: #B7B7B7;
  font-weight: bold;
  padding-top: 0.5em;
}

@media (max-width: 768px) {
  .uq_openTable__holiday {
    padding-top: 0;
  }
}

.uq_openTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-weight: 400;
  color: #686868;
}

@media (max-width: 768px) {
  .uq_openTable__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.uq_openTable__row+.uq_openTable__row {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .uq_openTable__row+.uq_openTable__row {
    margin-top: 8px;
  }
}

.uq_openTable__hours {
  font-weight: 500;
  padding-left: 0.5em;
  font-size: 14px;
  text-align: left;
  padding-right: 0.5em;
}

@media (max-width: 768px) {
  .uq_openTable__hours {
    padding-left: 0;
  }
}

.uq_openTable__hours+.uq_openTable__hours {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .uq_openTable__hoursBrank {
    display: none;
  }
}

.uq_openTable__note {
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .uq_openTable__note {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}

.uq_openTable__memo {
  font-size: 12px;
  margin-top: 5px;
}

/*# sourceMappingURL=clinic.css.map */
.svg_object__svg {
  fill: #f5426b;
}

.svg_object__dClinicLogo::before {
  padding-top: 25.85366%;
}

.svg_dClinicLogo__logo {
  fill: #0055B8;
}

.svg_dClinicLogo__background {
  fill: #fff;
}

.svg_dClinicLogo__name {
  fill: #000;
}

.svg_object__dClinicTokyoMens::before {
  padding-top: 15.85776%;
}

.svg_dClinicTokyoMens__logo {
  fill: #0055B8;
}

.svg_dClinicTokyoMens__hex {
  fill: #fff;
}

.svg_dClinicTokyoMens__name {
  fill: #000;
}

.svg_dClinicTokyoMens__mens {
  fill: #0055B8;
}

.svg_object__dClinicTokyoWomens::before {
  padding-top: 14.12067%;
}

.svg_dClinicTokyoWomens__logo {
  fill: #F5426C;
}

.svg_dClinicTokyoWomens__hex {
  fill: #fff;
}

.svg_dClinicTokyoWomens__name {
  fill: #000;
}

.svg_dClinicTokyoWomens__womens {
  fill: #F5426C;
}

.svg_object__dClinicOsakaMens::before {
  padding-top: 15.85776%;
}

.svg_dClinicOsakaMens__logo {
  fill: #0055B8;
}

.svg_dClinicOsakaMens__hex {
  fill: #fff;
}

.svg_dClinicOsakaMens__name {
  fill: #000;
}

.svg_dClinicOsakaMens__mens {
  fill: #0055B8;
}

.svg_object__dClinicOsakaWomens::before {
  padding-top: 14.12067%;
}

.svg_dClinicOsakaWomens__logo {
  fill: #F5426C;
}

.svg_dClinicOsakaWomens__hex {
  fill: #fff;
}

.svg_dClinicOsakaWomens__name {
  fill: #000;
}

.svg_dClinicOsakaWomens__womens {
  fill: #F5426C;
}

.svg_object__dClinicNagoya::before {
  padding-top: 18.77133%;
}

.svg_dClinicNagoya__logo {
  fill: #009C75;
}

.svg_dClinicNagoya__hex {
  fill: #fff;
}

.svg_dClinicNagoya__name {
  fill: #000;
}

.svg_object__dClinicFukuoka::before {
  padding-top: 20.2952%;
}

.svg_dClinicFukuoka__logo {
  fill: #009C75;
}

.svg_dClinicFukuoka__hex {
  fill: #fff;
}

.svg_dClinicFukuoka__name {
  fill: #000;
}

.upper-footer__contents {
  color: #686868;
}

.upper-footer__contents__txt {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 500;
}

.upper-footer__contents__txt--small {
  font-size: 1.4rem;
  margin-top: 32px;
}

.upper-footer__contents__txt .super {
  font-size: 1.8rem;
  vertical-align: super;
}

.upper-footer__contents__txt .pink {
  color: #ea6372;
}

.upper-footer__list-contents {
  max-width: 985px;
  margin: 0 auto;
  width: 100%;
  margin-top: 37px;
}

.upper-footer__list-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.upper-footer__list-contents__wrap__item {
  text-align: left;
  font-size: 2.4rem;
  color: #686868;
  font-weight: 500;
  padding: 24px 0;
  border-top: 1px solid #686868;
  line-height: 1.2;
  position: relative;
  padding-left: 5.5rem;
  width: 41.3%;
}

.upper-footer__list-contents__wrap__item.only-flow-footer {
  text-align: left;
  font-size: 2.4rem;
  color: #686868;
  font-weight: 500;
  padding: 24px 0;
  border-top: 1px solid #686868;
  line-height: 1.2;
  position: relative;
  padding-left: 5.5rem;
  width: 46.5%;
}



.upper-footer__list-contents__wrap__item .pink {
  color: #ea6372;
}

.upper-footer__list-contents__wrap__item .large {
  font-size: 3.4rem;
}

.upper-footer__list-contents__wrap__item:before {
  content: '';
  background-size: cover;
  height: 36px;
  width: 36px;
  background-image: url(../imgs/common/footer-icon01.svg);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 5%;
}

.upper-footer__list-contents__wrap__item:nth-child(even) {
  margin-left: 60px;
}

.upper-footer__list-contents__wrap__item:nth-child(5) {
  border-bottom: 1px solid #686868;
}

.upper-footer__list-contents__wrap__item:nth-child(6) {
  border-bottom: 1px solid #686868;
}

.upper-footer__list-contents__wrap__item:last-child {
  border-bottom: 1px solid #686868;
  border-top: none;
  width: auto;
}


@media screen and (max-width: 990px) {
  .upper-footer__list-contents__wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content:flex-start;
  }

  .upper-footer__list-contents__wrap__item {
    width: 100%;
    margin: 0 auto;
  }

  .upper-footer__list-contents__wrap__item.only-flow-footer {
    width: 100%;
    margin: 0 auto;
  }

  .upper-footer__list-contents__wrap__item.only-flow-footer:last-child {
    width: 100%;
    margin: 0 auto;
  }

  .upper-footer__list-contents__wrap__item:nth-child(even) {
    margin: 0 auto;
  }

  .upper-footer__list-contents__wrap__item:nth-child(5) {
    border-bottom: none;
  }

  .upper-footer__list-contents__wrap__item:last-child {
    width: calc(100% - 5rem);
  }
}

.upper-footer__btn {
  margin-top: 56px;
  margin-bottom: 76px;
}

.upper-footer__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upper-footer__btn__wrap__item {
  width: calc(50% - 25px);
  position: relative;
  padding-left: 55px;
}

.upper-footer__btn__wrap__item a {
  display: block;
  cursor: pointer;
  font-size: 2.2rem;
  padding: 32px 0;
  border-radius: 10px;
  font-weight: 500;
}

.upper-footer__btn__wrap__item a:after {
  content: '';
  background-size: cover;
  height: 14px;
  width: 10px;
  background-image: url(../imgs/common/arrow-white_2210.svg);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  right: calc(50% - 160px);
}

.upper-footer__btn__wrap__item--orange a {
  background: #c27358;
  color: #fff;
}

.upper-footer__btn__wrap__item--orange:before {
  content: '';
  background-size: cover;
  height: 110px;
  width: 110px;
  background-image: url(../imgs/common/footer-icon05.svg);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55px;
  z-index: 10;
}

.upper-footer__btn__wrap__item--pink a {
  background: #ff8470;
  color: #fff;
}

.upper-footer__btn__wrap__item--pink:before {
  content: '';
  background-size: cover;
  height: 110px;
  width: 110px;
  background-image: url(../imgs/common/footer-icon06.svg);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55px;
  z-index: 10;
}

.upper-footer__btn__wrap__item+.upper-footer__btn__wrap__item {
  margin-left: 50px;
}

@media screen and (max-width: 750px) {
  .upper-footer__btn__wrap {
    display: block;
  }

  .upper-footer__btn__wrap__item {
    width: 75%;
  }

  .upper-footer__btn__wrap__item.only-flow-footer {
    width: 90%;
  }


  .upper-footer__btn__wrap__item+.upper-footer__btn__wrap__item {
    margin-left: 0;
    margin-top: 30px;
  }

  .upper-footer__btn__wrap__item a {
    font-size: 4.26667vw;
    padding: 2rem;
  }

  .upper-footer__btn__wrap__item a:after {
    right: calc(50% - 34vw);
    height: 11px;
    width: 8px;
  }

  .upper-footer__btn__wrap__item--orange:before {
    width: 65px;
    height: 65px;
  }

  .upper-footer__btn__wrap__item--green:before {
    width: 65px;
    height: 65px;
  }

  .upper-footer__btn__wrap__item--pink:before {
    width: 65px;
    height: 65px;
  }

  .upper-footer__list-contents {
    margin-top: 5vw;
  }

  .upper-footer__list-contents__wrap {
    display: block;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .upper-footer__list-contents__wrap__item {
    width: 80vw;
    font-size: 4.26667vw;
    padding-left: 0;
    padding-left: 10vw;
  }

  .upper-footer__list-contents__wrap__item.only-flow-footer {
    width: 90vw;
    font-size: 4.26667vw;
    padding-left: 0;
    padding-left: 10vw;
  }


  .upper-footer__list-contents__wrap__item .large {
    font-size: 6.13333vw;
  }

  .upper-footer__list-contents__wrap__item:nth-child(even) {
    margin-left: 0;
    padding-left: 10vw;
  }

  .upper-footer__list-contents__wrap__item:before {
    width: 6vw;
    height: 6vw;
  }

  .upper-footer__list-contents__wrap__item:nth-child(5) {
    border-bottom: none;
  }

  .upper-footer__list-contents__wrap__item:nth-child(6) {
    border-bottom: 1px solid #686868;
  }

  .upper-footer__list-contents__wrap__item:last-child {
    border-bottom: 1px solid #686868;
    border-top: none;
    width: auto;
  }

  .upper-footer__contents__txt {
    font-size: 6.93333vw;
  }

  .upper-footer__contents__txt {
    font-size: 5.6vw;
  }

  .upper-footer__contents__txt .super {
    font-size: 2vw;
  }

  .upper-footer__contents__logo {
    width: 68%;
  }

  .upper-footer__contents__txt--small {
    font-size: 2.66667vw;
    margin-top: 5vw;
  }
}

/*# sourceMappingURL=styles.css.map */

/* covid-19 notice */

.l-notice {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 180px;
}

@media screen and (max-width: 750px) {
  .l-notice {
    margin: 25vw 6vw 6vw 6vw;
  }
}

.notice {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.notice__title {
  text-align: center;
  width: 100%;
}

.notice__title h2 {
  text-align: center;
  font-size: 5.2rem;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 55px;
}

.notice__title h2:before,
.notice__title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34%;
  height: 1px;
  background-color: black;
}

.notice__title h2:before {
  left: 0;
}

.notice__title h2:after {
  right: 0;
}

.notice__sub-title {
  text-align: center;
}

.notice__sub-title h3 {
  font-size: 2.8rem;
}

.notice__text {
  margin-top: 80px;
  font-size: 1.8rem;
}

.notice__text__list {
  list-style: none;
  margin-left: 1.4rem;
}

.notice__text__list li {
  padding-left: 1.6rem;
  text-indent: -2.8rem;
}

.notice__text__list li+li {
  margin-top: 20px;
}

.notice__text-block {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .main-contens--notice {
    margin-top: 0 !important;
  }

  .notice {
    padding: 15vw 5vw;
  }

  .notice__title h2 {
    font-size: 6.93333vw;
  }

  .notice__title h2:before,
  .notice__title h2:after {
    width: 29%;
  }

  .notice__title h2:before {
    left: 0;
  }

  .notice__title h2:after {
    right: 0;
  }

  .notice__sub-title h3 {
    font-size: 5.06667vw;
  }

  .notice__text {
    margin-top: 10vw;
    font-size: 4.26667vw;
  }

  .notice__text__list li {
    padding-left: 4.6rem;
    text-indent: -5.6rem;
  }
}

.main-contens {
  background: #686868;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .main-contens {
    margin-top: 20vw;
  }
}

/* covid-19 notice end */

/* online */
.l-online .main-contens {
  background-color: #fff;
}

.sec-online {
  text-align: center;
}

.sec-online img {
  width: 700px;
}

@media screen and (max-width: 750px) {
  .sec-online img {
    width: 100%;
  }
}

.aga-type h4 {
  font-size: 3.6rem;
}

/*.aga-type h4 span {
    font-size: 2.6rem; }*/

@media screen and (max-width: 750px) {
  .aga-type h4 {
    font-size: 8.53333vw;
  }

  /*.aga-type h4 span {
      font-size: 6.4vw; }*/
}

.m-white-box {
  background: #FFF;
  color: #686868;
  padding: 60px;
}

@media screen and (max-width: 750px) {
  .m-white-box {
    padding: 9vw 5vw 30vw 5vw;
  }

  .m-white-box+.m-white-box {
    margin-top: 15vw;
  }

  .type-wihte-box {
    padding-bottom: 30vw !important;
  }
}

.aga-type {
  border: 1px solid #FFF;
  max-width: 100%;
  margin-top: 130px;
}

.aga-type__inner {
  margin: auto;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .aga-type {
    margin: 0;
  }

  .aga-type__inner {
    margin-bottom: 5vw;
  }
}

.online {
  padding: 60px 0;
}

.online-step__annotation {
  margin-top: 16px;
}

.online-step__annotation ul {
  list-style: none;
  font-size: 1.2rem;
}

.sec-online__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.sec-about-online {
  text-align: center;
}

.sec-about-online__title {
  font-size: 3.6rem;
}

.sec-about-online__text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.sec-online-merit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.sec-online-merit__list {
  margin-top: 4rem;
}

.sec-online-merit__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-online-merit__list--item__img {
  width: 200px;
  text-align: center;
}

.sec-online-merit__list--item__img img {
  width: 60%;
}

.sec-online-merit__list--item__txt {
  text-align: left;
  margin-left: 20px;
  width: 460px;
}

.sec-online-merit__list--item__txt h5 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.sec-online-merit__list--item__txt p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.sec-online-merit__list--item+.sec-online-merit__list--item {
  margin-top: 6rem;
}

.sec-online-item {
  margin-top: 6rem;
  text-align: center;
}

.sec-online-item__title {
  color: #686868;
}

.sec-online-item__text {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 5rem;
  line-height: 2;
  color: #686868;
}

.online--bluebg {
  background: #fe8ca7;
  color: #FFF;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.online-item__wrap {
  border: 2px solid #FFF;
  border-radius: 24px;
  margin: auto;
  max-width: 750px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online-item__wrap__image {
  width: 180px;
  margin-right: 40px;
}

.online-item__wrap__image--icon img {
  width: 70%;
}

.online-item__wrap__image--text {
  background: #FFF;
  color: #fe8ca7;
  font-size: 1.6rem;
  border-radius: 26px;
  font-weight: bold;
  margin-top: 4rem;
  padding: 6px;
}

.online-item__wrap__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
}

.online-item__wrap__text small {
  display: block;
}

@media screen and (max-width: 750px) {
  .online-item__wrap__image--icon img {
    width: 50%;
  }
}

.online-item__wrap+.online-item__wrap {
  margin-top: 4rem;
}

.online-step {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.online-step__title {
  font-size: 2.4rem;
  text-align: center;
  background: #f7d673;
  color: #686868;
  font-weight: bold;
  padding: 20px 0;
}

.online-step__wrap {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.online-step__caption small {
  display: block;
  line-height: 1.2;
  margin-top: 0.7rem;
  text-align: right;
}

.online-step__box__headline {
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 1px solid #fe8ca7;
  border-bottom: 1px solid #fe8ca7;
  margin-top: 3rem;
  padding: 0 0;
  color: #fe8ca7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online-step__box__subtext {
  margin-top: 3rem;
}

.online-step__box__text {
  font-size: 1.3rem;
  margin-top: 3rem;
  line-height: 2;
  text-align: left;
}

.online-step__box__text small {
  display: block;
  line-height: 1.6;
  margin-top: 2rem;
}

.online-step__box__text2 {
  line-height: 2.4;
}

.online-step__box__subline {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  color: #fe8ca7;
}

.online-step__box__subtext {
  margin-top: 2rem;
  line-height: 1.8;
  text-align: left;
}

.online-link {
  text-align: center;
  border: 1px solid #fe8ca7;
}

.online-link a {
  color: #fe8ca7;
  padding: 1.2rem 0;
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.7;
}

.online-link-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.online-link-icon:before {
  content: '';
  background-image: url(../imgs/online/online-link-icon.svg);
  background-repeat: no-repeat;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background-size: contain;
  display: block;
}

.online-link {
  margin-top: 2rem;
}

.uq_flow__arrow {
  margin-top: 50px;
  margin-bottom: 30px;
}

.uq_flow__arrow::after {
  content: '';
  display: block;
  width: 70px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../imgs/flow/parts-arrow-double-under-navy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.online-step-flow {
  max-width: 100%;
  margin: 50px auto 0 auto;
}

.online-step-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.online-step-flow__list a {
  display: contents;
  color: #fe8ca7;
  cursor: pointer;
  position: relative;
}

.online-step-flow__list a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.online-step-flow__list a li {
  width: calc(33.33333% - 40px);
  position: relative;
}

.online-step-flow__list a li:first-child,
.online-step-flow__list a li:nth-child(2),
.online-step-flow__list a li:nth-child(3) {
  margin-bottom: 40px;
}

.online-step-flow__item {
  border: 3px solid #fe8ca7;
  list-style: none;
  width: calc(33.33333% - 26.66667px);
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.online-step-flow__item__inner {
  padding: 1rem;
}

.online-step-flow__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.online-step-flow__item--step01:after,
.online-step-flow__item--step02:after {
  content: '';
  width: 16px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  right: -36px;
  background-image: url(../imgs/online/parts-arrow-double-right-navy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.online-step-flow__item--step03:after {
  content: '';
  height: 16px;
  width: 35px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -38px;
  left: 50%;
  background-image: url(../imgs/online/parts-arrow-double-under-navy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.online-step-flow__item--step04:after,
.online-step-flow__item--step05:after {
  content: '';
  width: 16px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: -18px;
  background-image: url(../imgs/online/parts-arrow-double-under-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.online-step-flow__icon {
  background: #fe8ca7;
  color: #FFF;
  font-size: 1.2rem;
  border-radius: 60px;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: bold;
}

.online-step-flow__text {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 1rem;
  font-weight: bold;
}

.online-step-flow__text2 {
  margin-top: 2rem;
}

.nline-step-flow__item__inner {
  padding: 1.5rem 1rem;
}

.online-step-fs20 {
  font-size: 2rem;
  font-weight: bold;
  color: #fe8ca7;
}

.online-step-fs16b {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}

.online-step__afterday {
  margin-top: 4rem;
}

.online-step-mt {
  margin-top: 4rem;
}

.online-step__box {
  margin-bottom: 20px;
}

.online-kit {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.online-kit__title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 4rem;
}

.online-kit__box__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  color: #fe8ca7;
}

.online-kit__box__text {
  line-height: 1.8;
}

.online-kit__box+.online-kit__box {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  .online-kit {
    margin: auto 0rem;
  }
}

.online-step-icon {
  background: #fe8ca7;
  color: #FFF;
  padding: 1.6rem;
  margin-right: 2.2rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .online {
    padding: 10vw 0;
  }

  .online h4 {
    line-height: 1.4;
  }

  .sec-online {
    padding: 0;
  }

  .sec-online__text {
    font-size: 3.73333vw;
  }

  .online-item__wrap {
    display: block;
  }

  .sec-about-online__text {
    font-size: 3.73333vw;
  }

  .sec-online-merit__list--item {
    display: block;
  }

  .sec-online-merit__list--item__img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .sec-online-merit__list--item__txt {
    width: 95%;
    margin: auto;
  }

  .sec-online-merit__list--item__txt h5 {
    font-size: 4.8vw;
  }

  .sec-online-merit__list--item__txt P {
    font-size: 3.73333vw;
  }

  .sec-online-item__text p {
    font-size: 3.73333vw;
  }

  .online--bluebg {
    padding: 10vw 5vw;
  }

  .online-item__wrap {
    padding: 5vw;
  }

  .online-item__wrap__image {
    margin-right: 0;
    width: 100%;
  }

  .online-item__wrap__image--text {
    font-size: 3.73333vw;
  }

  .online-item__wrap__text {
    font-size: 3.73333vw;
    margin-top: 5vw;
  }

  .online-item__wrap+.online-item__wrap {
    margin-top: 10vw;
  }

  .online-link+.online-link {
    margin-top: 5vw;
  }

  .online-link a {
    padding: 0.6rem 0;
    font-size: 2.7vw;
  }

  .online-step__title {
    font-size: 6.4vw;
    padding: 2vw 0;
  }

  .online-step__box__headline {
    font-size: 4.8vw;
  }

  .online-step-icon {
    padding: 0.7rem 1.9rem;
  }

  .online-step__wrap {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .online-step__wrap {
    font-size: 3.73333vw;
  }

  .online-step__box__text {
    font-size: 3.5vw;
  }

  .online-step-fs20 {
    font-size: 4.8vw;
  }

  .online-step-fs16b {
    font-size: 3.6vw;
  }

  .online-kit {
    font-size: 3.73333vw;
  }

  .online-kit__title {
    margin-bottom: 5vw;
  }

  .online-kit__box__title {
    font-size: 3.8vw;
  }

  .online-kit__box__text {
    font-size: 3.5vw;
  }

  .online-kit__box__text small {
    display: block;
  }

  .online-link-icon {
    width: 1rem;
    height: 1rem;
    /* margin-bottom: 0.4rem; */
  }

  .online-link-icon:before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
}

.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: #686868;
}

.menu__list__item .is-current .reindeer {
  fill: #686868;
}

.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;
  }
}

@media screen and (max-width: 750px) {
  .online-step-flow {
    width: 100%;
    margin: 5vw auto 0 auto;
  }

  .online-step-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8vw;
  }

  .online-step-flow__list a {
    width: calc(50% - 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .online-step-flow__list a li:first-child,
  .online-step-flow__list a li:nth-child(2),
  .online-step-flow__list a li:nth-child(3) {
    margin-bottom: 10vw;
  }

  .online-step-flow__item {
    border: 2px solid #fe8ca7;
    width: 100%;
    padding: 4vw 2vw;
  }

  .online-step-flow__item--step01:after,
  .online-step-flow__item--step02:after,
  .online-step-flow__item--step03:after,
  .online-step-flow__item--step04:after,
  .online-step-flow__item--step05:after {
    background-image: none;
  }

  .online-step-flow__item--step01:after,
  .online-step-flow__item--step05:after {
    background-image: url(../imgs/online/parts-arrow-double-right-navy.svg);
    right: -8vw;
    left: auto;
  }

  .online-step-flow__item--step02:after,
  .online-step-flow__item--step04:after {
    background-image: url(../imgs/online/parts-arrow-double-under-navy.svg);
    bottom: -8vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 16px;
    width: 35px;
    right: auto;
    left: auto;
    top: auto;
  }

  .online-step-flow__item--step03:after {
    background-image: url(../imgs/online/parts-arrow-double-under-left.svg);
    width: 16px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    right: 40vw;
    left: auto;
  }

  .online-step-flow__icon {
    font-size: 2.93333vw;
  }

  .online-step-flow__text {
    font-size: 3.73333vw;
  }

  .online-step-flow__text2 {
    margin-top: 3.73333vw;
  }

  .online-step__annotation ul {
    font-size: 3.2vw;
  }

  .online-step__annotation ul li {
    text-indent: -2rem;
    margin-left: 2rem;
    font-size: 2.5vw;
  }

  .online {
    padding: 7vw 0;
    margin: 0 2vw;
  }

  .online h4 {
    line-height: 1.4;
  }

  .online h4 span {
    font-size: 7.46667vw;
  }

  .m-white-box.type-obj.sec-online {
    margin-top: 42vw;
  }

  /* .sec-online-item {
    margin-top: -3vh;
  } */

  .sec-online-item__text {
    padding: 0 2vw;
  }

  .online-step-flow__list a li {
    width: 100%;
  }

  .online-step-icon {
    padding: 3.5vw 2vw;
    font-size: 1.4rem;
    margin-right: 1.5vw;
  }

  .online-step__box__headline {
    font-size: 4.2vw;
  }

  .online-step-fs20 {
    font-size: 3.8vw;
  }

  .m-white-box--online {
    padding: 10vw 5vw 5vw 5vw;
  }

  .online-kit__title {
    margin-top: 0;
  }

  .online-step__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .m-white-box--online+.m-white-box--online {
    margin-top: 10vw;
  }
}

.m_stripeObject {
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 750px) {
  .m_stripeObject {
    width: auto;
  }
}

.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: #fe8ca7;
  -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;
  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-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: 60px;
  z-index: 11;
}

.cost-obj-axis {
  position: relative;
}

@media screen and (max-width: 750px) {
  .cost-obj {
    margin-top: 9vw;
  }

  .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);
  }
}



/* 追記20210817 */

@media screen and (max-width: 750px) {
  .uq_flow__layout__trial {
    display: block;
  }
}


/* about.html 追加コンテンツ
------------------------------------------------------------ */
.about_onayami_cont_wrapper {
  background-color: #FBF8F1;
  border-radius: 30px;
  padding: 30px 10px 50px;
  margin-bottom: 50px;
}

.txt_onayami_1 {
  color: #fe8ca7;
  font-size: 30px;
}

.txt_onayami_2 {
  font-size: 35px;
}


@media screen and (max-width: 750px) {
  .about_onayami_cont_wrapper {
    padding: 15px 10px 25px;
    margin-bottom: 60px;
  }

  .txt_onayami_1 {
    font-size: 21px;
  }

  .txt_onayami_2 {
    font-size: 24px;
  }

}


.voice_review_box {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  margin-bottom: 28px;
  /* list-style-type: none; */
  margin: -10px auto 0;
  width: 930px;
}


@media screen and (max-width: 750px) {
  .voice_review_box {
    margin-bottom: 28px;
    margin: 0px auto;
    width: 100%;
  }
}


.voice_review_item {
  display: table;
  background: #FFFFFF;
  border-radius: 12px;
  width: 220px;
}

.voice_review_item p {
  font-size: 15px;
  padding: 15px 9px 15px 12px;
  line-height: 1.5em;
}


@media screen and (max-width: 750px) {
  .voice_review_item {
    width: 300px;
    margin: 5px;
  }

  .voice_review_item p {
    font-size: 14px;
    line-height: 1.5em;
  }
}


.voice_review_item span {
  font-weight: bold;
  color: #ED6499;
  background: linear-gradient(transparent 70%, #FAFF76 70%);
}




.m_contents_4_txt p {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.8em;
}

.m_contents_4_txt p span {
  font-weight: bold;
  color: #fe8ca7;
  background: linear-gradient(transparent 70%, #FAFF76 70%);
}

@media screen and (max-width: 750px) {
  .m_contents_4_txt p {
    font-size: 15px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.6em;
  }

  .m_contents_4_txt p span {
    font-weight: bold;
    color: #fe8ca7;
    background: linear-gradient(transparent 70%, #FAFF76 70%);
  }
}


.m_contents_4_img {
  width: 80%;
  margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
  .m_contents_4_img {
    width: 100%;
    margin: 50px auto 0;
  }
}





.m_contents_5_ba_box {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  font-size: 18px;
  text-align: left;
  width: 980px;
  margin: 50px auto;
  background-color: #FDF9F8;
  border: 2px #fe8ca7 solid;
  border-radius: 12px;
  padding: 50px 0 10px;
}

.m_contents_5_ba_box .ba_ttl {
  width: 100%;
  margin: 0 auto 60px;
}

.m_contents_5_ba_item {
  display: table;
  width: 308px;
  height: 172px;
  background-color: #FFF;
  border-radius: 12px;
  margin: 0 0 60px 18px;
}

.m_contents_5_ba_item .ttl {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 20px 15px;
  color: #fe8ca7;
}

.m_contents_5_ba_item .txt {
  padding: 0 20px 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.m_contents_5_ba_item_before {
  width: 230px;
  height: 172px;
  position: relative;
  padding: 0 20px 0 3px;
}


.m_contents_5_ba_item_before:before {
  background-image: url(../imgs/about/m_contents_5_img_before_icon.svg);
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  right: -19px;
  top: -39px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}


.m_contents_5_ba_item_after {
  width: 230px;
  height: 172px;
  position: relative;
  padding: 0 57px 0 27px;
}

.m_contents_5_ba_item_after:before {
  background-image: url(../imgs/about/m_contents_5_img_after_icon.svg);
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  right: 18px;
  top: -39px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}



.m_contents_5_ba_notice {
  text-align: center;
  font-size: 14px;
  color: #786359;
  margin: -20px auto 30px;
  line-height: 2em;
}




@media screen and (max-width: 750px) {
  .m_contents_5_ba_box_sp {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin: 20px auto;
    background-color: #FDF9F8;
    border: 2px #fe8ca7 solid;
    border-radius: 12px;
    padding: 20px 0;
  }


  .m_contents_5_ba_item_sp {
    display: table;
    width: 320px;
    background-color: #FFF;
    border-radius: 12px;
    margin: 10px auto 30px;
  }

  .m_contents_5_ba_item_sp .ttl {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 20px 10px;
    color: #fe8ca7;
  }

  .m_contents_5_ba_item_sp .txt {
    padding: 0 20px 10px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .m_contents_5_ba_item_before_sp {
    width: 130px;
    position: relative;
    margin-bottom: 20px;
  }

  .m_contents_5_ba_item_before_sp:before {
    background-image: url(../imgs/about/m_contents_5_img_before_icon.svg);
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: -25px;
    top: -22px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .m_contents_5_ba_item_after_sp {
    width: 130px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .m_contents_5_ba_item_after_sp:before {
    background-image: url(../imgs/about/m_contents_5_img_after_icon.svg);
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: -14px;
    top: -25px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }


  .m_contents_5_ba_notice_sp {
    text-align: center;
    font-size: 12px;
    color: #786359;
    margin: 20px auto 10px;
    line-height: 1.6em;
    width: 95%;
  }


}



/* PCview非表示
------------------------------------------------------------ */
.pc_hide_a {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_hide_a {
    display: block;
  }
}

/* SPview非表示
------------------------------------------------------------ */
.sp-hide {
  display: block;
}

.sp-hide_02 {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 750px) {

  .sp-hide,
  .sp-hide_02 {
    display: none;
  }
}




.note_price {
  text-align: right;
  margin-top: 26px;
  line-height: 1.6;
  font-size: 1.2rem;
  color: #686868;
}

@media screen and (max-width: 750px) {
  .note_price {
    text-align: left;
    max-width: 90vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
}


.header__information .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.5rem;
}


/* clicnic 1217 */
.uq_detailTable__note {
  font-size: 12px;
  margin-top: 5px;
  color: #686868;
  text-align: right;
}

.introduction_name .js-modal-open {
  top: 34px;
  left: 172px;
}

@media screen and (max-width: 750px) {
  .introduction_name .js-modal-open {
    top: 29px;
    left: 140px;
  }
}


/* floating_banner 1218 */
.floating_banner {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: white;
  width: 100%;
  padding-left: 2vw;
  padding-top: 1vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.floating_banner.show {
  opacity: 1;
  visibility: visible;
}

.floating_banner_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.floating_banner_btn1 img {
  width: 53.333333333333333vw;
}

.floating_banner_btn2 img {
  width: 41.733333333333333vw;
}

.floating_banner_copy {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: white;
  width: 100%;
  padding-left: 2vw;
  padding-top: 1vw;
}