@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Avenir, "Helvetica Neue", "Droid Sans", sans-serif; }

body {
  color: #1d1d1d;
  font-size: 1.6rem;
  min-width: 1060px;
  -webkit-text-size-adjust: none;
  background: #0055b8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden; }

img {
  border: 0;
  vertical-align: top; }

sup {
  font-size: .4em;
  vertical-align: super; }

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.sub-title__text h3 {
  font-size: 4.2rem; }

@media screen and (min-width: 751px) {
  .sp {
    display: none; }
  a:hover {
    opacity: .7; } }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }
  html {
    font-size: 1.33333vw; }
  body {
    min-width: 0; }
  img {
    max-width: 100%; }
  main {
    position: relative;
    overflow: hidden; } }

header {
  background: #FFF; }
  header .l-header {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    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; }
    header .l-header__logo {
      width: 260px; }
    header .l-header__right .upper-text {
      color: #0055b8;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 12px;
      position: relative;
      text-align: center;
      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; }
      header .l-header__right .upper-text span {
        margin: 0 .5rem; }
      header .l-header__right .upper-text:before, header .l-header__right .upper-text:after {
        background-color: #0055b8;
        content: '';
        height: 1px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    header .l-header__right__botton-box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      header .l-header__right__botton-box ul li a {
        padding: 0.4em 3rem 0.4em 5rem;
        position: relative;
        border: 1px solid #dadada;
        border-radius: 6px;
        font-weight: bold;
        font-size: 2rem; }
        header .l-header__right__botton-box ul li a:before {
          background-position: center;
          background-repeat: no-repeat;
          content: '';
          height: 24px;
          width: 19px;
          margin-right: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        header .l-header__right__botton-box ul li a:after {
          content: '';
          height: 11px;
          width: 6px;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          margin-left: 10px;
          background-position: center;
          background-repeat: no-repeat;
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      header .l-header__right__botton-box ul li:first-child {
        margin: auto 0 auto auto;
      }
      header .l-header__right__botton-box ul li:first-child a {
        padding: 0.4em 3rem;
        color: #FFF;
        background: #f04d90; }
        header .l-header__right__botton-box ul li:first-child a:after {
          background-image: url(../imgs/common/ico_arrow_sm.png); }
      header .l-header__right__botton-box ul li:nth-child(2) a {
        color: #fff;
        background: #53c671; }
        header .l-header__right__botton-box ul li:nth-child(2) a:before {
          background-image: url(../imgs/common/ico_calendar.svg);
          height: 26px;
          left: 15px;
          left: 1.5rem;
          width: 26px; }
        header .l-header__right__botton-box ul li:nth-child(2) a:after {
          background-image: url(../imgs/common/ico_arrow_sm.png); }
      header .l-header__right__botton-box ul li + li {
        margin-left: 1rem; }
      header .l-header__right__botton-box ul li:nth-child(3) a {
        color: #505050;
        background: #faff1c; }
        header .l-header__right__botton-box ul li:nth-child(3) a:before {
          background-image: url(../imgs/common/ico_file.svg);
          height: 26px;
          left: 15px;
          left: 1.5rem;
          width: 26px; }
        header .l-header__right__botton-box ul li:nth-child(3) a:after {
          background-image: url(../imgs/common/ico_arrow_sm2.png); }
      header .l-header__right__botton-box ul li + li {
        margin-left: 1rem; }
      header nav .l-header__right__botton-box ul li:first-child a {
        padding: 0.4em 3rem 0.4em 5rem;
        color: #fff;
        background: #53c671; }
        header nav .l-header__right__botton-box ul li:first-child a:before {
          background-image: url(../imgs/common/ico_calendar.svg);
          height: 26px;
          left: 15px;
          left: 1.5rem;
          width: 26px; }
        header .l-header__right__botton-box ul li:first-child a:after {
          background-image: url(../imgs/common/ico_arrow_sm.png); }
      header nav .l-header__right__botton-box ul li:nth-child(2) a {
        color: #505050;
        background: #faff1c; }
        header nav .l-header__right__botton-box ul li:nth-child(2) a:before {
          background-image: url(../imgs/common/ico_file.svg);
          height: 26px;
          left: 15px;
          left: 1.5rem;
          width: 26px; }
        header nav .l-header__right__botton-box ul li:nth-child(2) a:after {
          background-image: url(../imgs/common/ico_arrow_sm2.png); }
      header .l-header__right__botton-box ul li + li {
        margin-left: 1rem; }

@media screen and (max-width: 750px) {
  header .l-header {
    padding: 4vw 3vw;
    font-size: 3.2vw; }
    header .l-header__logo {
      width: 30vw; }
    header .l-header__right {
      width: 60vw; }
      header .l-header__right .upper-text {
        margin-bottom: 1.5vw; }
      header .l-header__right__botton-box ul li a {
        padding: 1.5vw 5vw 1.5vw 6vw;
        cursor: pointer; }
      header .l-header__right__botton-box ul li + li {
        margin-left: 3vw; }
      header .l-header__right__botton-box ul li:first-child a {
        padding: 0.8em 3.5rem;
        position: relative; }
        header .l-header__right__botton-box ul li:first-child a:before {
          position: absolute;
          height: 6vw;
          left: 20px;
          left: 2rem;
          left: 0px;
          left: 0rem;
          width: 6vw;
          -webkit-transform: scale(0.5);
                  transform: scale(0.5);
          top: 0vw; }
        header .l-header__right__botton-box ul li:first-child a:after {
          position: absolute;
          top: 35%;
          -webkit-transform: scale(0.6);
                  transform: scale(0.6);
          margin-left: 3px;
          margin-left: 0.3rem; }
      header .l-header__right__botton-box ul li:first-child .floating-action-btn:before {
        position: absolute;
        height: 10vw;
        width: 10vw;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: -0.5vw;
        display: block;
        left: 6vw; }
      header .l-header__right__botton-box ul li:first-child .floating-action-btn:after {
        position: absolute;
        top: 32%;
        -webkit-transform: scale(1);
                transform: scale(1);
        margin-left: 10px;
        margin-left: 1rem; }
      header .l-header__right__botton-box ul li:nth-child(2) a {
        position: relative; }
        header .l-header__right__botton-box ul li:nth-child(2) a:before {
          position: absolute;
          height: 6vw;
          left: 20px;
          left: 2rem;
          left: 0px;
          left: 0rem;
          width: 5vw;
          -webkit-transform: scale(0.5);
                  transform: scale(0.5);
          top: 0; }
        header .l-header__right__botton-box ul li:nth-child(2) a:after {
          position: absolute;
          top: 25%;
          -webkit-transform: scale(0.6);
                  transform: scale(0.6);
          margin-left: 3px;
          margin-left: 0.3rem; }
      header .l-header__right__botton-box ul li:nth-child(2) .floating-action-btn:before {
        position: absolute;
        height: 10vw;
        width: 10vw;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: -0.5vw;
        display: block;
        left: -1.2vw; }
      header .l-header__right__botton-box ul li:nth-child(2) .floating-action-btn:after {
        position: absolute;
        top: 32%;
        -webkit-transform: scale(1);
                transform: scale(1);
        margin-left: 10px;
        margin-left: 1rem; } }
  @media screen and (max-width: 750px) and (max-width: 320px) {
    header .l-header__right {
      width: 65vw; } }

@media screen and (max-width: 320px) {
  header .l-header {
    padding: 1rem 1rem;
    font-size: 3.2vw; }
    header .l-header__logo {
      width: 25vw; } }

.fv .u-layout {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }
  .fv .u-layout h2 {
    position: absolute;
    width: 33.28571%;
    margin-right: -45px;
    left: 51.57143%;
    top: 16.4557%; }
    .fv .u-layout h2 img {
      width: 100%; }

.main-vusial {
  width: 100%; }
  .main-vusial img {
    width: 100%; }

@media screen and (max-width: 750px) {
  .fv {
    height: auto;
    padding: 0; } }

.v-section02-bg {
  background: #FFF; }

.c-section {
  max-width: 1000px;
  margin: 0 auto; }
  .c-section__body .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.v-button {
  background: #4294dc;
  color: #FFF; }

.v-button--yellow {
  background: #ffeb00;
  color: #505050; }

.v-section02 {
  background: #fff;
  padding: 60px 0; }
  .v-section02 .v-headline__text {
    color: #0055b8;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4; }
    .v-section02 .v-headline__text.is-yahoo {
      font-size: 44px; }
    .v-section02 .v-headline__text > span {
      display: inline-block;
      line-height: 1;
      padding: .1em;
      background-color: #e0f127; }
  .v-section02 .v-right {
    padding-top: 92px;
    position: relative; }
    .v-section02 .v-right > img {
      position: absolute;
      right: 0;
      top: -150px; }
    .v-section02 .v-right .v-button {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #fff;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 22px;
      font-weight: bold;
      height: 89px;
      padding-left: 100px;
      width: 356px; }
      .v-section02 .v-right .v-button::before {
        background-image: url(../imgs/common/sec2_btn_ico2.png);
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        height: 112px;
        left: -45px;
        position: absolute;
        width: 112px; }
      .v-section02 .v-right .v-button::after {
        background-image: url(../imgs/common/ico_arrow.png);
        height: 19px;
        right: 19px;
        width: 10px; }
      .v-section02 .v-right .v-button--yellow {
        margin-bottom: 35px; }
        .v-section02 .v-right .v-button--yellow::before {
          background-image: url(../imgs/common/sec2_btn_ico1.png); }
        .v-section02 .v-right .v-button--yellow::after {
          background-image: url(../imgs/common/ico_arrow2.png); }
  .v-section02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    position: relative; }
    .v-section02__list::after {
      background: url(../imgs/common/sec2_ico_chat.png) no-repeat center right;
      bottom: 13px;
      content: '';
      height: 125px;
      position: absolute;
      right: -70px;
      width: 126px; }
    .v-section02__list > li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #0055b8;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      font-weight: bold;
      height: 100px;
      margin-right: 20px;
      padding-left: 110px;
      position: relative;
      width: 320px; }
      .v-section02__list > li::before {
        background: url(../imgs/common/ico_point.png) no-repeat center left;
        content: '';
        height: 43px;
        left: 45px;
        position: absolute;
        width: 43px; }
      .v-section02__list > li:last-child {
        margin-right: 0;
        padding-left: 75px; }
        .v-section02__list > li:last-child::before {
          left: 20px; }
  @media screen and (max-width: 750px) {
    .v-section02 {
      padding: 3rem 5vw; }
      .v-section02 .v-headline__text {
        font-size: 6.13333vw;
        margin-bottom: 0rem; }
        .v-section02 .v-headline__text.is-yahoo {
          font-size: 6.13333vw; }
      .v-section02 .v-right {
        padding-top: 2rem; }
        .v-section02 .v-right > img {
          position: static;
          margin-bottom: 0rem; }
        .v-section02 .v-right .v-button {
          padding: 5vw 5vw;
          width: 100%;
          height: auto;
          padding-left: 24vw; }
          .v-section02 .v-right .v-button::before {
            width: 20vw;
            left: -10px;
            left: -1rem;
            background-size: contain; }
          .v-section02 .v-right .v-button--yellow {
            margin-bottom: 5vw; }
      .v-section02__list {
        display: block;
        margin-top: 5vw; }
        .v-section02__list::after {
          bottom: 10px;
          bottom: 1rem;
          right: 0;
          width: 20vw;
          height: 20vw;
          background-size: contain; }
        .v-section02__list li {
          width: 100%;
          padding-left: 0;
          height: auto; }
          .v-section02__list li ~ li {
            margin-top: 1rem; }
          .v-section02__list li::before {
            margin-left: 5vw;
            height: 8vw;
            left: 0px;
            left: 0rem;
            background-size: contain; }
          .v-section02__list li:last-child {
            padding-left: 18vw; }
            .v-section02__list li:last-child::before {
              left: 0; }
        .v-section02__list li {
          font-size: 4.26667vw;
          padding: 4vw 5vw;
          padding-left: 18vw; } }

.consul-section {
  background: #0055b8;
  padding: 150px 0; }
  .consul-section__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 16px; }
    .consul-section__inner .pickup-point-item {
      width: 90%;
      text-align: left;
      margin: 0 auto;
      margin: 60px 60px; }
      .consul-section__inner .pickup-point-item li {
        list-style: none;
        display: inline-block;
        width: 47%;
        font-size: 2.0rem;
        font-weight: bold;
        border-bottom: 1px solid #3a83d7;
        padding: 1.2rem;
        position: relative;
        text-indent: 6rem; }
        .consul-section__inner .pickup-point-item li:before {
          background: url(../imgs/sec3_wrap3_ico_point.svg) no-repeat center left;
          content: '';
          height: 62px;
          left: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 62px;
          display: block; }
        .consul-section__inner .pickup-point-item li .text-yellow {
          color: #e0f127; }
          .consul-section__inner .pickup-point-item li .text-yellow-large {
            font-size: 3.4rem; }
      .consul-section__inner .pickup-point-item li:first-child, .consul-section__inner .pickup-point-item li:nth-child(2) {
        border-top: 1px solid #3a83d7; }
      .consul-section__inner .pickup-point-item li:nth-child(2n) {
        margin-left: 2%; }

h2 .title-wapper {
  margin-top: -50px;
  background: #0055b8;
  display: inline-block;
  padding: 0 4rem; }
  h2 .title-wapper span {
    font-size: 3.6rem; }

@media screen and (max-width: 750px) {
  h2 .title-wapper span {
    font-size: 6.4vw; }
  h2 .title-wapper .title-wapper__logo {
    width: 55vw; }
  .consul-section {
    padding: 25vw 0 20vw 0; }
    .consul-section__inner {
      margin: 1rem; }
      .consul-section__inner .pickup-point-item {
        margin: 0 auto;
        margin-top: 8vw;
        margin-bottom: 8vw;
        width: 94%; }
        .consul-section__inner .pickup-point-item li {
          display: block;
          width: 100%;
          text-indent: 11vw;
          font-size: 4.26667vw; }
          .consul-section__inner .pickup-point-item li .text-yellow-large {
            font-size: 6.93333vw; }
          .consul-section__inner .pickup-point-item li:before {
            width: 13vw;
            -webkit-transform: scale(0.48);
            transform: scale(0.48);
            height: 13vw;
            top: 1vw;
            left: 0vw;
            padding-bottom: 10px;
            padding-bottom: 1rem; }
        .consul-section__inner .pickup-point-item li:nth-child(2n) {
          margin-left: 0; } }

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5%;
  bottom: -10%;
  background: #6bc0fd;
  opacity: 0.9;
  z-index: 998;
  border-radius: 6px; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 40%; }

@media screen and (max-width: 750px) {
  #page_top {
    bottom: -15%;
    width: 50px;
    height: 50px; }
  #page_top a::before {
    top: 40%;
    left: 33%; } }

.l-footer {
  background: #848c9b; }
  .l-footer__inner {
    padding: 3rem 0;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .l-footer__inner__logo {
      width: 150px;
      margin: 0 auto; }
      .l-footer__inner__logo img {
        width: 100%; }
    .l-footer__inner P {
      color: #FFF;
      font-size: 1.2rem;
      margin-top: 2rem; }

@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding: 3rem 0 38vw 0; } }

.c-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #53c671;
  border: 1px solid #dadada;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 240px; }
  .c-button::after {
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .c-button--small2 {
    background: #4294dc; }
  .c-button--large {
    font-size: 1.8rem;
    padding: 20px 60px; }
  .c-button--block {
    display: block;
    text-align: center; }
  .c-button--yellow {
    background-color: #faff1c;
    color: #505050; }
  .c-button--yellow2 {
    background-color: #98a600; }
  .c-button--yellow3 {
    background-color: #ffeb00;
    color: #505050; }
  .c-button.has-no-link {
    cursor: auto; }
  .c-button[disabled], .c-button.is-disabled {
    background: #0b537a;
    cursor: not-allowed;
    color: #ccc; }
    .c-button[disabled]:hover, .c-button.is-disabled:hover {
      color: #ccc;
      background: #0b537a; }
  .c-button__secondary {
    background: #eee;
    color: #333;
    border: 1px solid #ccc; }
    .c-button__secondary:hover, .c-button__secondary.is-active {
      color: #333;
      background: #fff; }
    .c-button__secondary[disabled], .c-button__secondary.is-disabled {
      background: #c8c8c8;
      color: #666; }
      .c-button__secondary[disabled]:hover, .c-button__secondary.is-disabled:hover {
        color: #666;
        background: #c8c8c8; }

@media screen and (max-width: 750px) {
  .c-button {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: .4rem; }
    .c-button--small {
      font-size: 1.4rem;
      padding: .5rem 1rem; } }

.main-contens {
  background: #0055b8;
  color: #FFF; }

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

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

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

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 5.6vw; } }

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

@media screen and (max-width: 750px) {
  .whats-age h4 {
    font-size: 8.53333vw; }
    .whats-age h4 span {
      font-size: 6.4vw; } }

.uq_whatsAga {
  background: #0055B8;
  color: #fff;
  text-align: center;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  margin-top: 40px;
  font-size: 4.2rem;
  font-weight: bold; }
  .uq_whatsAga .ja {
    font-size: 2.1rem; }

@media screen and (max-width: 750px) {
  .uq_whatsAga {
    padding: 4vw 4vw;
    margin-top: 5vw; } }

.uq_whatsAga__text {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold; }

.uq_whatsAga__textLarge {
  font-size: 150%;
  display: block;
  margin-bottom: 40px; }

@media screen and (max-width: 750px) {
  .uq_whatsAga__text {
    font-size: 4.53333vw; }
  .uq_whatsAga__textLarge {
    font-size: 6.66667vw; } }

.uq_agaData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px; }
  .uq_agaData__title {
    margin-top: 40px;
    font-size: 2.4rem; }

.uq_agaData__column {
  width: calc(50% - 25px);
  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; }

.uq_agaDataTable {
  margin-top: 40px;
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border: solid 1px #848C9B;
  border-top: none;
  text-align: center; }

.uq_agaDataTable__th {
  background: #848C9B;
  color: #fff;
  padding: 10px;
  width: 50%; }

.uq_agaDataTable__td {
  padding: 15px 10px;
  color: #848C9B;
  vertical-align: middle;
  font-size: 1.8rem;
  padding-bottom: 22px; }

.uq_agaDataTable__aga {
  color: #0055B8;
  font-weight: bold;
  border-bottom: solid 2px #E0F127; }

.uq_agaData__graph {
  margin-top: 40px;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto; }

.uq_agaDataTable__note {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 13px; }

.uq_agaDataComment {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 40px; }

.uq_agaDataComment__text {
  font-size: 15px;
  margin-right: 20px;
  -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; }

.uq_agaDataComment__image {
  width: 106px; }
  .uq_agaDataComment__image img {
    width: 100%; }

@media screen and (max-width: 750px) {
  .uq_agaData {
    display: block;
    margin: 0; }
  .uq_agaData__column {
    width: 100%; }
  .uq_agaData__title {
    font-size: 6.4vw; }
  .uq_agaDataTable {
    font-size: 4.26667vw; }
  .uq_agaDataTable__td {
    font-size: 4.26667vw;
    padding: 5vw 1vw; }
  .uq_agaDataComment__text {
    font-size: 3.73333vw; } }

.aga-factor-wrap {
  margin: 0 auto;
  background: #0055b8;
  padding: 5rem;
  margin-top: 30px;
  max-width: 780px; }
  .aga-factor-wrap__title {
    color: #FFF;
    margin-bottom: 40px; }
    .aga-factor-wrap__title h3 {
      font-size: 2.6rem;
      letter-spacing: 0.1rem; }
      .aga-factor-wrap__title h3 .dot-text {
        color: #64e6f7;
        padding-top: 1.2rem;
        background-position: top left -0.2rem;
        background-repeat: repeat-x;
        background-size: 2.7rem 0.8rem;
        border-bottom: solid 3px #64e6f7; }

.aga-factor__list {
  list-style: none; }
  .aga-factor__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF; }

.aga-factor__list__item {
  border: 1px solid #FFF;
  padding: 2rem;
  border-radius: 8px; }

.aga-factor__list__item + .aga-factor__list__item {
  margin-top: 4rem; }

.aga-factor__list__item__text {
  font-size: 1.6rem;
  margin-left: 20px;
  -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; }

.aga-factor__list__item__headline {
  width: 150px; }
  .aga-factor__list__item__headline__text {
    background: #FFF;
    color: #0055b8;
    padding: 0.5rem 2rem;
    border-radius: 60px;
    font-weight: bold; }
  .aga-factor__list__item__headline__img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px; }

@media screen and (max-width: 750px) {
  .aga-factor-wrap__title {
    margin-bottom: 2rem; }
  .aga-factor-wrap__title h3 {
    font-size: 4.8vw; }
    .aga-factor-wrap__title h3 .dot-text {
      background-size: 2.0rem 0.8rem; }
  .aga-factor-wrap {
    padding: 4.5rem 1.5rem 2rem 1.5rem; }
  .aga-factor__list__item {
    display: block; } }

.uq_cycle__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 50px; }

.uq_cycle {
  margin: 0 auto;
  max-width: 780px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .uq_cycle__column {
    width: calc(50% - 8px);
    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; }

.uq_cycle__titleBlue {
  background: #0155b9;
  color: #FFF; }

.uq_cycle__titleRed {
  background: #f04d90;
  color: #FFF; }

.uq_cycle__titleBlue, .uq_cycle__titleRed {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold; }

.uq_cycle__graph img {
  width: 100%; }

.uq_cycle__box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.uq_cycle__circle {
  border-radius: 50%;
  border: solid 10px #0155b9; }

.uq_cycle__object {
  width: 45px;
  height: 45px;
  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: #f04d90; }
  .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: bold;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left; }

@media screen and (max-width: 750px) {
  .uq_cycle {
    display: block; }
    .uq_cycle__column {
      width: 100%; }
  .uq_cycle__column + .uq_cycle__column {
    margin-top: 4rem; }
  .aga-factor__list__item__headline {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
    margin-top: 1rem; }
  .aga-factor__list__item__headline__text {
    display: inline-table;
    width: 35vw;
    margin-left: 5vw;
    font-size: 3.73333vw; }
  .aga-factor__list__item__text {
    margin-left: 0;
    font-size: 3.73333vw; }
  .aga-factor__list__item {
    padding: 1.5rem; }
  .aga-factor__list__item__headline__img {
    padding: 1vw;
    width: 20vw; }
  .uq_cycle__title {
    font-size: 4.53333vw; }
  .uq_cycle__titleBlue, .uq_cycle__titleRed {
    font-size: 4.53333vw; }
  .uq_cycle__list {
    font-size: 3.73333vw; } }

.uq_sectionTitle {
  font-size: 3.2rem;
  text-align: center;
  color: #0055B8;
  font-weight: bold; }
  .uq_sectionTitle span {
    font-size: 2.6rem; }
  .uq_sectionTitle .uq_sectionTitle__large {
    font-size: 3.2rem; }

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

.uq_care__number {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: #0055B8; }

.uq_care__column {
  max-width: 400px;
  width: calc(50% - 20px); }

.uq_care__headline {
  font-size: 2.4rem;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.2; }

.uq_care__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: solid 1px #0055B8;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold; }

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

.uq_care__list {
  text-indent: -1em;
  padding-left: 1em; }

.uq_care__text {
  font-weight: bold;
  font-size: 1.6rem; }

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

.uq_care__icon {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
  margin-left: 20px; }

.uq_care__photo {
  margin-top: 30px; }
  .uq_care__photo img {
    width: 100%; }

@media screen and (max-width: 750px) {
  .uq_sectionTitle span {
    font-size: 6.4vw; }
  .uq_sectionTitle .uq_sectionTitle__large {
    font-size: 8.53333vw; }
  .uq_care {
    display: block; }
    .uq_care__column {
      width: 100%; }
  .uq_care__headline {
    font-size: 4.8vw; }
  .uq_care__number {
    width: 36px;
    max-width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 18px; }
  .uq_care__text {
    font-size: 3.73333vw; }
  .uq_care__column {
    margin-top: 50px; } }

.m_color__yellow {
  color: #e0f127; }

.about-aga {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 100px; }
  .about-aga__inner {
    text-align: center; }

.about-aga {
  margin-top: 100px; }

.about-aga2 {
  margin-top: 150px; }

@media screen and (max-width: 750px) {
  .about-aga {
    margin: 0rem 1rem;
    border-radius: 2rem; }
    .about-aga__inner {
      margin-bottom: 15vw; } }

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

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

.top-button-wapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0; }
  .top-button-wapper__text {
    font-size: 2.8rem;
    font-weight: bold; }

.top-button a {
  border-width: 2px;
  border-color: white;
  border-radius: 10px;
  background-color: #faff1c;
  font-weight: bold;
  font-size: 2.6rem;
  color: #002d60;
  padding: 10px 60px;
  margin-top: 20px;
  display: inline-block;
  position: relative; }
  .top-button a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #002d60;
    border-right: solid 1px #002d60;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 750px) {
  .top-button-wapper {
    padding: 5rem 0;
    margin-bottom: 20vw; }
    .top-button-wapper__text {
      font-size: 6.13333vw; }
  .top-button a {
    font-size: 4.8vw;
    padding: 10px 20vw; } }

.about-aga__inner h2 .title-wapper {
  margin: 0; }

.main-contens {
  background: #0055b8;
  color: #FFF; }

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

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

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

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

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 5.6vw; } }

.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: #0055b8;
  margin: 60px 60px;
  border-radius: 32px;
  padding: 60px; }

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

.aga-type {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 150px; }
  .aga-type__inner {
    text-align: center; }

@media screen and (max-width: 750px) {
  .aga-type {
    margin: 0rem 1rem;
    border-radius: 2rem; }
    .aga-type__inner {
      margin-bottom: 5vw; } }

.sectionLead-wrap {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 50px; }

.uq_sectionLead {
  margin-top: 1.0em;
  font-size: 15px;
  font-weight: bold; }

@media screen and (max-width: 750px) {
  .uq_sectionLead {
    font-size: 3.73333vw; } }

.uq_typeTable {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.uq_typeTable .uq_typeTable__item {
  width: 17%;
  margin-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .uq_typeTable .uq_typeTable__item:first-child {
    margin-left: 0; }

.uq_typeTable__item__img {
  margin: 10px 0;
  width: 90px; }
  .uq_typeTable__item__img img {
    width: 100%; }

.uq_typeTable .uq_typeTable__item dt {
  position: relative; }

.uq_typeTable .uq_typeTable__item dd {
  padding-top: 5px;
  text-align: left;
  font-size: 1.2rem; }
  .uq_typeTable .uq_typeTable__item dd img {
    width: 100%; }

.uq_typeTable .uq_typeTable__item:nth-child(n+6) {
  margin-top: 25px; }

.uq_typeTable .uq_typeTable__item dt:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/aga-type/icon-arrow.svg);
  background-position: center;
  position: absolute;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translate3d(-70%, -150%, 0);
  transform: rotate(-90deg) translate3d(-70%, -150%, 0);
  top: 40px;
  left: -25px; }

.uq_typeTable .uq_typeTable__item:first-child dt:before {
  display: none; }

@media screen and (max-width: 750px) {
  .uq_typeTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .uq_typeTable .uq_typeTable__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    margin-left: 0;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .uq_typeTable .uq_typeTable__item dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .uq_typeTable .uq_typeTable__item dd {
      text-align: center;
      font-size: 3.73333vw; }
  .uq_typeTable .uq_typeTable__item:first-child dt {
    padding-top: 0; }
  .uq_typeTable .uq_typeTable__item dt:before {
    content: '';
    display: block;
    width: 50px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../imgs/aga-type/icon-arrow.svg);
    background-position: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, 30%, 0);
    transform: translate3d(-50%, 30%, 0); }
  .uq_typeTable .uq_typeTable__item dt {
    width: auto;
    padding-top: 44px; }
  .uq_typeTable .uq_typeTable__item:first-child dd {
    padding-top: 0; }
  .uq_typeTable .uq_typeTable__item:nth-child(n+6) {
    margin-top: 0px; }
  .uq_typeTable__item__type-img {
    width: 20vw; }
    .uq_typeTable__item__type-img img {
      width: 100%; }
  .uq_typeTable__item__img {
    width: 32vw;
    margin-left: 5vw; }
    .uq_typeTable__item__img img {
      width: 100%; }
  .uq_typeTable__item__txt {
    margin: 3vw 0vw 4vw 0vw;
    padding: 0 9vw;
    text-align: left; } }

.uq_typeResult {
  margin-top: 80px;
  position: relative; }
  .uq_typeResult__text {
    font-size: 2.4rem;
    padding: 2.5% 10px;
    font-weight: bold;
    text-align: center; }
  .uq_typeResult__image {
    position: absolute;
    right: 0rem;
    bottom: 10px;
    width: 30%;
    max-width: 270px; }
    .uq_typeResult__image img {
      width: 100%; }

.uq_typeResult .uq_typeResult__title {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  padding: 0 0.5em;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.0;
  white-space: nowrap; }

@media screen and (max-width: 750px) {
  .uq_typeResult {
    margin-top: 10vw; }
  .uq_typeResult .uq_typeResult__title {
    font-size: 4.26667vw; }
  .uq_typeResult__text {
    font-size: 5.6vw;
    margin: 5vw 0;
    text-align: left; }
  .uq_typeResult__image {
    position: absolute;
    right: 0rem;
    bottom: -90px;
    width: 80%;
    max-width: 270px;
    z-index: 1; } }

.main-contens {
  background: #0055b8;
  color: #FFF; }

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

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

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

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

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 5.6vw; } }

.selfcheck h4 {
  font-size: 3.2rem; }
  .selfcheck h4 span {
    font-size: 2.6rem; }

@media screen and (max-width: 750px) {
  .selfcheck h4 {
    font-size: 8.53333vw; }
    .selfcheck h4 span {
      font-size: 6.4vw; } }

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

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

.selfcheck {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 150px; }
  .selfcheck__inner {
    text-align: center; }

@media screen and (max-width: 750px) {
  .selfcheck {
    margin: 0rem 1rem;
    border-radius: 2rem; }
    .selfcheck__inner {
      margin-bottom: 5vw; } }

.m_btnYellow {
  background: #E0F127;
  margin-top: 30px; }
  .m_btnYellow:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.uq_detailedLink__btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uq_sectionTitle {
  font-size: 32px;
  text-align: center; }

.uq_sectionTitle__br {
  display: none; }

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

.uq_detailedLink {
  text-align: center;
  font-size: 0;
  margin-top: 25px; }

.uq_detailedLink__btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  color: #002D60; }

.uq_detailedLink__btn::before {
  right: 0;
  border-color: #002D60; }

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

.uq_detailedLink__text {
  font-size: 12px;
  color: #002D60;
  margin-top: 5px;
  text-align: center; }

.uq_subTitle {
  margin-top: 40px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px; }

.uq_checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: bold;
  margin-top: 40px;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto; }

.uq_checkList + .uq_checkList {
  margin-top: 20px; }

.uq_checkList__number {
  width: 45px;
  height: 45px;
  background: #64E6F7;
  color: #0055B8;
  font-size: 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;
  margin-right: 15px;
  border-radius: 50%; }

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

.uq_checkList__question {
  font-size: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left; }

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

.uq_checkList__check {
  margin-left: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  margin-top: 10px; }

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

.uq_checkList__checkLabel {
  cursor: pointer;
  display: block; }

.uq_checkList__checkInput {
  border: none;
  visibility: hidden;
  pointer-events: none;
  position: absolute; }

.uq_checkList__checkIcon {
  display: block;
  width: 25px;
  height: 25px;
  border: solid 2px #0055B8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.uq_checkList__checkInput:checked + .uq_checkList__checkIcon::before, .uq_checkList__checkInput:checked + .uq_checkList__checkIcon::after {
  content: '';
  display: block;
  height: 4px;
  background: #002D60;
  position: absolute;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  left: 45%;
  bottom: 4%;
  pointer-events: none; }

.uq_checkList__checkInput:checked + .uq_checkList__checkIcon::before {
  width: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1; }

.uq_checkList__checkInput:checked + .uq_checkList__checkIcon::after {
  width: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2; }

.uq_arrow {
  margin-top: 40px;
  margin-bottom: 25px;
  width: 92px;
  margin-right: auto;
  margin-left: auto; }

.uq_resultArea {
  display: none; }

.uq_result {
  position: relative;
  border: solid 2px gray;
  background: #e6e6e6;
  padding: 40px 80px 50px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #002D60; }

.m_buttonWrapper {
  margin: 0 auto;
  max-width: 610px; }

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

@media (max-width: 425px) {
  .uq_result {
    padding: 30px 15px 51.76vw; } }

.uq_result.is_colorPreset__excellent {
  border-color: #2F94D3;
  background-color: #E7FBFD; }

.uq_result.is_colorPreset__green {
  border-color: #0FB14D;
  background-color: #EAFCF5; }

.uq_result.is_colorPreset__passing {
  border-color: #F49514;
  background-color: #FDF5EA; }

.uq_result.is_colorPreset__failing {
  border-color: #EF1C24;
  background-color: #FCEDEE; }

.uq_resultBox__result {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; }

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

.uq_result.is_colorPreset__excellent .uq_resultBox__result {
  color: #2F94D3; }

.uq_result.is_colorPreset__green .uq_resultBox__result {
  color: #0FB14D; }

.uq_result.is_colorPreset__passing .uq_resultBox__result {
  color: #F49514; }

.uq_result.is_colorPreset__failing .uq_resultBox__result {
  color: #EF1C24; }

.uq_resultBox__score {
  font-size: 272.72727%;
  line-height: 1; }

.uq_resultBox__large {
  font-size: 163.63636%;
  line-height: 1; }

.uq_result.is_colorPreset__excellent .m_stripeObject__item {
  background-color: #2F94D3; }

.uq_result.is_colorPreset__green .m_stripeObject__item {
  background-color: #0FB14D; }

.uq_result.is_colorPreset__passing .m_stripeObject__item {
  background-color: #F49514; }

.uq_result.is_colorPreset__failing .m_stripeObject__item {
  background-color: #EF1C24; }

.uq_resultBox__details {
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px; }

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

.uq_resultBox__level {
  font-size: 26px;
  font-weight: bold;
  text-align: center; }

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

.uq_result.is_colorPreset__excellent .uq_resultBox__level {
  color: #2F94D3; }

.uq_result.is_colorPreset__green .uq_resultBox__level {
  color: #0FB14D; }

.uq_result.is_colorPreset__passing .uq_resultBox__level {
  color: #F49514; }

.uq_result.is_colorPreset__failing .uq_resultBox__level {
  color: #EF1C24; }

.uq_resultBox__title {
  font-size: 24px;
  text-align: center;
  margin-top: 8px; }

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

.uq_resultBox__titleBlock {
  display: inline-block; }

.uq_resultBox__text {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 18px; }

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

.uq_resultBox__button {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  display: none; }

.uq_resultBox__excellent, .uq_resultBox__good, .uq_resultBox__passing, .uq_resultBox__failing, .uq_resultBox__objectB {
  position: absolute;
  bottom: 0;
  z-index: 1; }

.uq_resultBox__excellent, .uq_resultBox__good, .uq_resultBox__passing, .uq_resultBox__failing {
  left: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 768px) {
  .uq_resultBox__excellent, .uq_resultBox__good, .uq_resultBox__passing, .uq_resultBox__failing {
    left: auto !important;
    right: calc(50% + 10px);
    -webkit-transform: none;
    transform: none; } }

.uq_resultBox__excellent {
  width: 223px;
  left: 80px; }

@media (max-width: 768px) {
  .uq_resultBox__excellent {
    right: 45%; } }

@media (max-width: 425px) {
  .uq_resultBox__excellent {
    width: 52.47vw; } }

.uq_resultBox__good {
  width: 173px; }

@media (max-width: 425px) {
  .uq_resultBox__good {
    width: 40.7vw; } }

.uq_resultBox__passing {
  width: 123px; }

@media (max-width: 425px) {
  .uq_resultBox__passing {
    width: 28.94vw; } }

.uq_resultBox__failing {
  width: 141px; }

@media (max-width: 425px) {
  .uq_resultBox__failing {
    width: 33.17vw; } }

.uq_resultBox__objectB {
  right: 100px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 174px; }

@media (max-width: 768px) {
  .uq_resultBox__objectB {
    left: 50%;
    right: auto;
    -webkit-transform: none;
    transform: none; } }

@media (max-width: 425px) {
  .uq_resultBox__objectB {
    width: 40.94vw; } }

/*# sourceMappingURL=selfcheck.css.map */
.main-contens {
  background: #0055b8;
  color: #FFF; }

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

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

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

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

@media screen and (max-width: 750px) {
  .sub-title__text {
    font-size: 5.6vw; } }

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

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

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

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

.cost {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 150px; }
  .cost__inner {
    text-align: center; }

@media screen and (max-width: 750px) {
  .cost {
    margin: 0rem 1rem;
    border-radius: 2rem; }
    .cost__inner {
      margin-bottom: 5vw; } }

.advance-wrapper {
  background: #0055b8;
  padding: 4rem;
  color: #FFF;
  margin-top: 4rem; }
  .advance-wrapper__text--yellow {
    color: #e0f127;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem; }
  .advance-wrapper__text--normal {
    font-size: 2.2rem;
    font-weight: bold; }
  .advance-wrapper__text--blue {
    font-size: 3.4rem;
    color: #63e7f7;
    font-weight: bold; }
  .advance-wrapper__p {
    text-align: left;
    font-size: 1.6rem;
    margin: 2rem 0; }

@media screen and (max-width: 750px) {
  .advance-wrapper {
    padding: 2rem; }
    .advance-wrapper__text--yellow {
      font-size: 5.6vw; }
    .advance-wrapper__text--normal {
      font-size: 4.8vw; }
    .advance-wrapper__text--blue {
      font-size: 8.53333vw; }
    .advance-wrapper__p {
      font-size: 3.73333vw; } }

.advance__table__title {
  background-color: #02d9f5;
  font-size: 28px;
  font-weight: bold;
  margin: 50px 0 0;
  padding: 6px 0;
  text-align: center;
  color: #FFF;
  border: 1px solid #002d60; }

.v-table {
  border: 1px solid #002d60;
  border-collapse: collapse;
  width: 100%; }

.v-table tr {
  border-bottom: 2px solid #002d60; }

.v-table th {
  background-color: #848c9b;
  border-right: 2px solid #002d60;
  color: #fff;
  font-size: 2rem;
  padding-left: 10px;
  text-align: left;
  width: 164px; }
  .v-table th img {
    width: 30px;
    margin-right: 6px; }

.v-table td {
  background-color: #fbfde3;
  color: #002d60;
  font-size: 1.8rem;
  padding: 16px;
  text-align: left; }

.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 #002d60; }
  .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: 5.33333vw; }
  .v-table li {
    list-style: none;
    padding-left: 2rem;
    text-indent: -1.4rem; } }

.uq_select__single {
  border-top: 1px solid #0055b8;
  margin-top: 50px; }
  .uq_select__single__title {
    background: #0055b8;
    color: #64e6f7;
    font-size: 2.8rem;
    padding: 1rem 2rem;
    font-weight: bold;
    margin-top: 50px; }
  .uq_select__single__text {
    text-align: left;
    font-size: 1.8rem;
    margin: 2rem 0;
    font-weight: bold; }

.m_marker__blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #64E6F7));
  background: linear-gradient(transparent 70%, #64E6F7 70%); }

@media screen and (max-width: 750px) {
  .uq_select__single {
    margin-top: 3rem; }
    .uq_select__single__title {
      font-size: 5.86667vw;
      margin-top: 3rem; }
    .uq_select__single__text {
      font-size: 4vw; } }

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

.m_btnYellow__arrowUnder {
  background: #E0F127; }

.m_btnBlue__arrowUnder, .m_btnYellow__arrowUnder {
  background: #64E6F7;
  padding-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%; }

.m_btnBlue__arrowUnder, .m_btnYellow__arrowUnder {
  background: #64E6F7;
  padding-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%; }

.m_btnYellow__arrowUnder {
  background: #E0F127; }

.m_btnYellow, .m_btnBlue, .m_btnBlue__arrowUnder, .m_btnYellow__arrowUnder {
  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: 30px;
  padding-left: 30px;
  border: solid 2px #fff;
  border-radius: 10px;
  color: #002D60;
  font-size: 22px;
  height: 68px;
  -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; }

.m_btnBlue__arrowUnder::before, .m_btnYellow__arrowUnder::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 90%;
  right: 50%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  .m_btnYellow, .m_btnBlue, .m_btnBlue__arrowUnder, .m_btnYellow__arrowUnder {
    font-size: 4.8vw; } }

.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 #0055B8;
  border-bottom: solid 1px #0055B8;
  color: #0055B8;
  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: #0055B8;
  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 #0055B8;
  border-collapse: collapse;
  border-spacing: 1px; }

.uq_table__thYellow, .uq_table__thBlue, .uq_table__thGray, .uq_table__tdYellow, .uq_table__tdBlue {
  border: solid 1px #0055B8;
  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 #0055B8;
  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 #0055B8; } }

.uq_select__name {
  font-size: 22px;
  background: #0055B8;
  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: #01418D;
  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: #70985A; }

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

.uq_contentsTab__btn.is_colorBlue {
  color: #3293C2; }

.uq_contentsTab__btn.is_colorBlue.is_stateActive {
  color: #64E6F7; }

.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: 0 0 15px 15px;
  border-top: none;
  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: #0055B8;
  margin: 30px 80px 60px 80px; }

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

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

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

.uq_contentsBox__title.is_colorBlue {
  background: #64E6F7; }

.uq_contentsBox__inner {
  padding: 40px 20px 60px; }

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

.uq_contentsBox__wrapper {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto; }

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

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

@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 #0055B8;
  font-size: 25px;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

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

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

.uq_costLabel__small {
  display: block;
  font-size: 15px; }

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

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

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

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

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

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

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

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

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

.uq_price__number {
  font-size: 200%; }

.uq_price__tax {
  font-size: 59.45946%; }

.uq_price__br {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uq_detailPrice__number {
  font-size: 189.47368%; }

.uq_detailPrice__tax {
  font-size: 73.68421%; }

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

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

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

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

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

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

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

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

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

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

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

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

.uq_flow__arrowText {
  margin-bottom: 4px;
  font-size: 16px;
  text-align: center;
  color: #0055B8;
  font-weight: bold; }

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

.uq_flow__title {
  border-top: solid 2px #0055B8;
  border-bottom: solid 2px #0055B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

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

@media (max-width: 768px) {
  .uq_flow__titleNumber {
    width: 36px;
    height: 36px;
    margin-right: 15px; } }

.uq_flow__titleText {
  font-size: 22px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: left; }

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

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

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

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

.uq_flow__icon {
  width: 70px;
  margin-left: 10px; }

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

.uq_flow__iconImage1 {
  width: 90.77341%; }

.uq_flow__iconImage2 {
  width: 69.60651%; }

.uq_flow__iconImage3 {
  width: 88.33107%; }

.uq_flow__iconImage4 {
  width: 74.08412%; }

.uq_flow__iconImage5 {
  width: 73.4057%; }

.uq_flow__iconImage6 {
  width: 100%; }

.uq_flow__iconImage7 {
  width: 72.04885%; }

/*# sourceMappingURL=cost.css.map */
span.m_bold {
  font-weight: bold; }

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

.contens-head__title {
  font-weight: bold; }
  .contens-head__title--large {
    font-size: 3.6rem; }
  .contens-head__title--sub {
    font-size: 2.6rem;
    position: relative;
    display: inline-block; }
    .contens-head__title--sub:before {
      content: '';
      background: url(../imgs/cost/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/cost/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: #e0f127; }
    .contens-head__title--price .en {
      font-size: 4.6rem;
      position: relative; }
      .contens-head__title--price .en:after {
        content: '※1';
        position: absolute;
        font-size: 18px;
        font-size: 1.8rem;
        top: -50%;
        right: 5%; }
    .contens-head__title--price .tax {
      font-size: 2.6rem;
      color: #FFF; }

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

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

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

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

.uq_costNote {
  border: 1px solid #0055b8;
  padding: 3rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold; }
  .uq_costNote__list {
    list-style: none;
    margin: 2rem 0 0 0; }
    .uq_costNote__list li {
      margin-left: 2rem;
      text-indent: -2rem; }
      .uq_costNote__list li:before {
        content: '●'; }
  .uq_costNote .small {
    font-size: 1.4rem; }

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

@media screen and (max-width: 750px) {
  .small-comment {
    font-size: 2.66667vw; } }

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

@media screen and (max-width: 750px) {
  .uq_contentsBox, .loan-handling-Box {
    margin: 30px 1rem 1rem 1rem; }
  .contens-head {
    margin-top: 5vw; }
    .contens-head__title--sub {
      font-size: 5.06667vw; }
    .contens-head__title--large {
      font-size: 6.4vw; }
    .contens-head__title--price {
      font-size: 10.66667vw;
      letter-spacing: 0.25rem; }
      .contens-head__title--price .en {
        font-size: 6.93333vw; }
      .contens-head__title--price .tax {
        font-size: 3.73333vw; }
    .contens-head__text {
      font-size: 3.73333vw;
      margin: 30px 4vw; }
      .contens-head__text span {
        font-size: 2.66667vw; }
  .about_uq_detailSeparate {
    font-size: 3.73333vw; }
  .uq_costNote {
    padding: 5vw;
    font-size: 4vw; }
  .loan-handling-Box__text {
    padding: 5vw;
    font-size: 3.73333vw; }
  .loan-handling-Box__title {
    font-size: 4.66667vw; }
  .uq_contentsLead {
    margin: 0 5vw;
    font-size: 5.33333vw; }
  .m_textSmall {
    font-size: 3.2vw; }
  .uq_costNote .small {
    font-size: 2.66667vw; } }

.v-section03 {
  background: #0055b8;
  padding-top: 155px;
  padding-bottom: 1px; }
  .v-section03 .c-headline__text {
    color: #e0f127;
    font-size: 52px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -80px; }
    .v-section03 .c-headline__text .v-span {
      background: #0055b8;
      display: inline-block;
      padding: 0 25px; }
      .v-section03 .c-headline__text .v-span__white {
        color: #fff;
        font-size: 32px; }
      .v-section03 .c-headline__text .v-span__lg {
        font-size: 70px; }
      .v-section03 .c-headline__text .v-span > img {
        vertical-align: middle; }
  .v-section03 .v-wrapper {
    border: 2px solid #fff;
    border-radius: 20px;
    margin-bottom: 145px;
    padding: 70px 90px;
    position: relative; }
    .v-section03 .v-wrapper .v-text {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      .v-section03 .v-wrapper .v-text__lg {
        font-size: 38px;
        margin-bottom: 30px; }
      .v-section03 .v-wrapper .v-text__med {
        font-size: 22px;
        margin-top: 25px;
        position: relative; }
        .v-section03 .v-wrapper .v-text__med::before, .v-section03 .v-wrapper .v-text__med::after {
          background: url(../img/pc/ico_line.png) no-repeat center;
          content: '';
          height: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 280px; }
        .v-section03 .v-wrapper .v-text__med::before {
          left: 0; }
        .v-section03 .v-wrapper .v-text__med::after {
          right: 0; }
      .v-section03 .v-wrapper .v-text__md {
        color: #fff;
        font-size: 38px;
        font-weight: bold; }
      .v-section03 .v-wrapper .v-text .v-span__yellow {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(224, 241, 39, 0)), color-stop(40%, rgba(224, 241, 39, .6)));
        background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 40%, rgba(224, 241, 39, .6) 40%);
        background-size: 200% 30%;
        background-repeat: repeat-x;
        background-position: -100% 100%;
        color: #e0f127; }
      .v-section03 .v-wrapper .v-text .v-span__lg {
        font-size: 80px;
        font-weight: bold; }
    .v-section03 .v-wrapper .v-flex {
      margin-bottom: 75px; }
      .v-section03 .v-wrapper .v-flex__item {
        background-color: #fff;
        border-radius: 14px;
        margin-right: 28px;
        padding: 30px 25px; }
        .v-section03 .v-wrapper .v-flex__item:nth-child(3n+3) {
          margin-right: 0; }
        .v-section03 .v-wrapper .v-flex__item:nth-child(n+4) {
          margin-top: 30px; }
        .v-section03 .v-wrapper .v-flex__item > p {
          color: #0055b8;
          font-size: 28px;
          font-weight: bold;
          text-align: center; }
          .v-section03 .v-wrapper .v-flex__item > p > span {
            font-size: 20px; }
        .v-section03 .v-wrapper .v-flex__item .v-button {
          background-color: #e0f127;
          border-color: #fff;
          border-radius: 6px;
          color: #002d60;
          font-size: 16px;
          height: 50px;
          line-height: 50px;
          width: 230px; }
          .v-section03 .v-wrapper .v-flex__item .v-button::after {
            background-image: url(../img/pc/ico_arrow_angle.png);
            content: '';
            height: 14px;
            right: 10px;
            width: 8px; }
    .v-section03 .v-wrapper .v-table {
      border: 1px solid #002d60;
      border-collapse: collapse;
      width: 100%; }
      .v-section03 .v-wrapper .v-table tr {
        border-bottom: 2px solid #002d60; }
        .v-section03 .v-wrapper .v-table tr:last-child {
          border-bottom: 0; }
      .v-section03 .v-wrapper .v-table th {
        background-color: #848c9b;
        border-right: 2px solid #002d60;
        color: #fff;
        font-size: 20px;
        padding-left: 10px;
        text-align: left;
        width: 164px; }
        .v-section03 .v-wrapper .v-table th.is-light {
          background-color: #9ea8ba; }
        .v-section03 .v-wrapper .v-table th > img {
          margin-right: 10px; }
      .v-section03 .v-wrapper .v-table td {
        background-color: #fbfde3;
        color: #002d60;
        font-size: 18px;
        padding: 16px; }
        .v-section03 .v-wrapper .v-table td.is-yellow {
          background-color: #e0f127;
          font-size: 24px;
          font-weight: bold;
          text-align: center; }
      .v-section03 .v-wrapper .v-table__list > li {
        list-style: none;
        padding-left: 20px;
        text-indent: -20px; }
        .v-section03 .v-wrapper .v-table__list > li::before {
          content: '・'; }
    .v-section03 .v-wrapper--1 {
      padding: 70px 50px; }
      .v-section03 .v-wrapper--1 .v-text {
        margin-bottom: 50px; }
      .v-section03 .v-wrapper--1__slider {
        position: relative;
        height: 231px;
        margin-bottom: 60px;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .v-section03 .v-wrapper--1__slider__slide {
          width: 280px;
          text-align: center;
          opacity: .5;
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          .v-section03 .v-wrapper--1__slider__slide.is-active {
            opacity: 1; }
        .v-section03 .v-wrapper--1__slider__button--prev {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
          left: 50%;
          margin-left: -154px; }
        .v-section03 .v-wrapper--1__slider__button--next {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
          right: 50%;
          margin-right: -154px; }
    .v-section03 .v-wrapper--2 .v-rounded {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border: 1px solid #002d60;
      border-radius: 16px;
      color: #0055b8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 22px;
      font-weight: bold;
      height: 107px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 50px;
      margin-top: 50px;
      text-align: center; }
      .v-section03 .v-wrapper--2 .v-rounded--2 {
        position: relative; }
        .v-section03 .v-wrapper--2 .v-rounded--2::before {
          background: url(../img/pc/sec3_ico_point.png) no-repeat center;
          content: '';
          height: 36px;
          left: -15px;
          position: absolute;
          top: -15px;
          width: 36px; }
      .v-section03 .v-wrapper--2 .v-rounded__lg {
        font-size: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .v-section03 .v-wrapper--2 .v-rounded__lg > img {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          height: auto;
          vertical-align: middle;
          margin-right: 8px; }
    .v-section03 .v-wrapper--2 .v-img {
      margin: 70px 0 -60px; }
    .v-section03 .v-wrapper--3 .v-text__med {
      color: #e0f127;
      font-size: 32px;
      margin-bottom: 35px; }
    .v-section03 .v-wrapper--3 .v-text__md {
      margin-top: 25px; }
      .v-section03 .v-wrapper--3 .v-text__md > img {
        vertical-align: middle; }
    .v-section03 .v-wrapper--3 .v-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 35px 0 15px; }
      .v-section03 .v-wrapper--3 .v-list ul {
        border-top: 1px solid #3a83d7;
        width: 380px; }
        .v-section03 .v-wrapper--3 .v-list ul li {
          border-bottom: 1px solid #3a83d7;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          list-style: none;
          padding: 13px 0;
          padding-left: 50px;
          position: relative; }
          .v-section03 .v-wrapper--3 .v-list ul li::before {
            background: url(../img/pc/sec3_wrap3_ico_point.png) no-repeat center left;
            content: '';
            height: 32px;
            left: 10px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 32px; }
          .v-section03 .v-wrapper--3 .v-list ul li .v-yellow {
            color: #e0f127; }
            .v-section03 .v-wrapper--3 .v-list ul li .v-yellow__lg {
              font-size: 34px;
              line-height: 1; }
      .v-section03 .v-wrapper--3 .v-list__remarks {
        margin-bottom: 75px;
        font-size: 11px;
        color: #fff; }
    .v-section03 .v-wrapper--3 .v-shop {
      margin-top: 30px; }
      .v-section03 .v-wrapper--3 .v-shop__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .v-section03 .v-wrapper--3 .v-shop__list > li {
          border: 1px solid #fff;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          height: 65px;
          line-height: 65px;
          list-style: none;
          width: 205px; }
          .v-section03 .v-wrapper--3 .v-shop__list > li > a {
            color: #fff;
            display: block;
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            text-decoration: none; }
          .v-section03 .v-wrapper--3 .v-shop__list > li.is-active {
            background-color: #02d9f5; }
            .v-section03 .v-wrapper--3 .v-shop__list > li.is-active > a {
              color: #0055b8; }
      .v-section03 .v-wrapper--3 .v-shop__content {
        background-color: #fff;
        padding: 40px 30px 50px; }
        .v-section03 .v-wrapper--3 .v-shop__content.is-none {
          display: none; }
        .v-section03 .v-wrapper--3 .v-shop__content-item {
          margin-bottom: 55px; }
          .v-section03 .v-wrapper--3 .v-shop__content-item:last-child {
            margin-bottom: 0; }
          .v-section03 .v-wrapper--3 .v-shop__content-item .v-button {
            background-color: #0055b8;
            height: 37px;
            line-height: 37px;
            width: 267px; }
            .v-section03 .v-wrapper--3 .v-shop__content-item .v-button--pink {
              background-color: #e057b1; }
            .v-section03 .v-wrapper--3 .v-shop__content-item .v-button::after {
              background-image: url(../img/pc/sec3_wrap3_ico_arrow.png);
              height: 11px;
              right: 16px;
              width: 6px; }
      .v-section03 .v-wrapper--3 .v-shop__img {
        margin-right: 40px;
        width: 350px; }
      .v-section03 .v-wrapper--3 .v-shop__text {
        color: #0055b8;
        font-size: 16px;
        overflow: auto;
        overflow-y: hidden;
        display: inline-block; }
        .v-section03 .v-wrapper--3 .v-shop__text-sm {
          font-size: 18px; }
        .v-section03 .v-wrapper--3 .v-shop__text-address {
          margin: 8px 0; }
        .v-section03 .v-wrapper--3 .v-shop__text-med {
          font-size: 26px;
          font-weight: bold;
          line-height: 1; }
        .v-section03 .v-wrapper--3 .v-shop__text-lg {
          font-size: 38px;
          font-weight: bold;
          line-height: 1;
          margin-top: 3px; }
        .v-section03 .v-wrapper--3 .v-shop__text a {
          text-decoration: none;
          color: #0055b8; }
    .v-section03 .v-wrapper--4_content {
      background: url(../img/pc/ico_line.png) repeat-x center bottom;
      padding-bottom: 80px;
      position: relative; }
      .v-section03 .v-wrapper--4_content.is-last {
        padding-bottom: 0;
        background: none; }
    .v-section03 .v-wrapper--4 .c-headline__text {
      top: -35px; }
    .v-section03 .v-wrapper--4 .v-txt {
      color: #fff;
      font-size: 16px; }
      .v-section03 .v-wrapper--4 .v-txt__label {
        padding-top: 80px;
        text-align: center;
        margin-bottom: 10px; }
      .v-section03 .v-wrapper--4 .v-txt__sm {
        font-size: 11px;
        margin-top: 15px; }
      .v-section03 .v-wrapper--4 .v-txt__med {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center; }
      .v-section03 .v-wrapper--4 .v-txt__lg {
        line-height: 1;
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 45px;
        text-align: center; }
        .v-section03 .v-wrapper--4 .v-txt__lg.has-padding-top {
          padding-top: 80px; }
        .v-section03 .v-wrapper--4 .v-txt__lg.has-line-height {
          line-height: 1.6; }
      .v-section03 .v-wrapper--4 .v-txt__blue {
        background-color: #02d9f5;
        font-size: 28px;
        font-weight: bold;
        margin: 50px 0 25px;
        padding: 6px 0;
        text-align: center; }
      .v-section03 .v-wrapper--4 .v-txt .v-span__yellow {
        color: #e0f127;
        font-size: 48px; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__yellow.has-marker {
          background: rgba(224, 241, 39, 0);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(224, 241, 39, 0)), color-stop(85%, rgba(224, 241, 39, .6)));
          background: linear-gradient(to bottom, rgba(224, 241, 39, 0) 85%, rgba(224, 241, 39, .6) 85%); }
      .v-section03 .v-wrapper--4 .v-txt .v-span__sm {
        font-size: 32px; }
      .v-section03 .v-wrapper--4 .v-txt .v-span__med {
        color: #02d9f5;
        font-size: 42px; }
      .v-section03 .v-wrapper--4 .v-txt .v-span__lg {
        font-size: 46px; }
      .v-section03 .v-wrapper--4 .v-txt .v-span__xl {
        font-size: 64px; }
      .v-section03 .v-wrapper--4 .v-txt small {
        font-size: .6em; }
    .v-section03 .v-wrapper--4 .v-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      color: #fff;
      margin-bottom: 30px; }
      .v-section03 .v-wrapper--4 .v-label::after, .v-section03 .v-wrapper--4 .v-label::before {
        content: '';
        display: block;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 1px;
        background: #fff; }
      .v-section03 .v-wrapper--4 .v-label span {
        margin: 0 1em;
        font-size: 28px; }
    .v-section03 .v-wrapper--4 .v-wc2__bg {
      background-color: #fff;
      margin-top: 35px;
      margin-bottom: 40px;
      padding: 60px 40px; }
    .v-section03 .v-wrapper--4 .v-wc2__blue {
      background-color: #6bc0fd;
      border-radius: 30px;
      color: #fff;
      font-size: 26px;
      font-weight: bold;
      margin: 0 auto 35px;
      padding: 10px 0;
      text-align: center;
      width: 340px; }
    .v-section03 .v-wrapper--4 .v-wc2__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      margin-bottom: 50px; }
      .v-section03 .v-wrapper--4 .v-wc2__flex::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e2e5eb; }
    .v-section03 .v-wrapper--4 .v-wc2__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .v-section03 .v-wrapper--4 .v-wc2__box--item {
        border: 1px solid #0055b8;
        color: #0055b8;
        font-size: 22px;
        padding: 5px 0;
        text-align: center;
        width: 146px; }
    .v-section03 .v-wrapper--4 .v-wc2__remarks {
      border: 1px solid #0055b8;
      border-radius: 10px;
      padding: 30px;
      color: #0055b8; }
      .v-section03 .v-wrapper--4 .v-wc2__remarks h4 {
        font-size: 18px;
        margin-bottom: 20px; }
      .v-section03 .v-wrapper--4 .v-wc2__remarks ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .v-section03 .v-wrapper--4 .v-wc2__remarks ul li::before {
          content: '●';
          margin-right: .3em; }
      .v-section03 .v-wrapper--4 .v-wc2__remarks__note {
        margin-top: 5px;
        font-size: 11px;
        text-align: left; }
      .v-section03 .v-wrapper--4 .v-wc2__remarks__note2 {
        margin-top: 14px;
        color: #0055b8;
        text-align: right; }
    .v-section03 .v-wrapper--4 .v-wc2__alert {
      border: 1px solid #6bc0fd; }
      .v-section03 .v-wrapper--4 .v-wc2__alert__head {
        font-size: 20px;
        color: #fff;
        background: #6bc0fd;
        line-height: 1;
        padding: 1em 0;
        text-align: center; }
      .v-section03 .v-wrapper--4 .v-wc2__alert__body {
        padding: 25px;
        color: #fff; }
        .v-section03 .v-wrapper--4 .v-wc2__alert__body > p {
          font-size: 18px; }
          .v-section03 .v-wrapper--4 .v-wc2__alert__body > p strong {
            font-weight: normal;
            color: #e0f127; }
    .v-section03 .v-wrapper--4 .v-wc3__graph {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #fff;
      font-size: 16px; }
      .v-section03 .v-wrapper--4 .v-wc3__graph__image {
        margin: -20px 0 0 35px; }
      .v-section03 .v-wrapper--4 .v-wc3__graph__remark {
        font-size: 11px;
        margin-top: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .v-section03 .v-wrapper--4 .v-wc3__graph__remark span {
          margin-right: 10px; }
    .v-section03 .v-wrapper--4 .v-wc4__doctors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .v-section03 .v-wrapper--4 .v-wc4__doctor {
      width: 150px;
      text-align: center; }
      .v-section03 .v-wrapper--4 .v-wc4__doctor__photo {
        margin-bottom: 10px; }
      .v-section03 .v-wrapper--4 .v-wc4__doctor__name {
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1.4; }
        .v-section03 .v-wrapper--4 .v-wc4__doctor__name > span {
          font-size: 18px; }
    .v-section03 .v-wrapper--4 .v-wc4__descript {
      color: #fff;
      margin-top: 25px;
      font-size: 16px;
      text-align: center; }
    .v-section03 .v-wrapper--4 .v-wc4__descript2 {
      color: #fff;
      margin-top: 25px;
      font-size: 11px;
      text-align: center; }
    .v-section03 .v-wrapper--4 .v-wc5__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .v-section03 .v-wrapper--4 .v-wc5__body__photo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 50px; }
      .v-section03 .v-wrapper--4 .v-wc5__body__text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 16px;
        color: #fff; }
      .v-section03 .v-wrapper--4 .v-wc5__body__remark {
        font-size: 11px;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .v-section03 .v-wrapper--4 .v-wc5__body__remark span {
          margin-right: 5px; }
    .v-section03 .v-wrapper--4 .v-wc6__body__text {
      font-size: 18px;
      text-align: center;
      color: #fff;
      margin-bottom: 20px; }
    .v-section03 .v-wrapper--4 .v-wc6__body__photo img {
      width: 100%; }
  .v-section03 .v-pickup {
    margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .v-section03 .v-wrapper--1__google,
    .v-section03 .v-wrapper--2__google {
      margin-bottom: 5rem !important; }
    .v-section03 .v-wrapper--3__google {
      margin-bottom: 10rem !important; }
    .v-section03 .v-wrapper--4__google {
      margin-bottom: 10rem !important; }
    .v-section03 .c-headline__text {
      font-size: 3.6rem;
      top: -1.5em; }
      .v-section03 .c-headline__text .v-span {
        padding: 0 2rem; }
        .v-section03 .c-headline__text .v-span__white {
          font-size: 2rem; }
        .v-section03 .c-headline__text .v-span > img {
          height: 2rem;
          margin-bottom: .5rem; }
    .v-section03 .v-wrapper {
      border-width: 1px;
      border-radius: 1rem;
      padding: 2rem;
      margin-bottom: 10rem; }
      .v-section03 .v-wrapper .v-text {
        font-size: 1.4rem; }
        .v-section03 .v-wrapper .v-text__lg {
          font-size: 2.4rem; }
          .v-section03 .v-wrapper .v-text__lg.has-sm-line-height-sp {
            margin-top: 2rem;
            line-height: 1; }
        .v-section03 .v-wrapper .v-text__med {
          font-size: 1.6rem;
          margin-bottom: 1.5rem; }
          .v-section03 .v-wrapper .v-text__med::before, .v-section03 .v-wrapper .v-text__med::after {
            height: 10px;
            height: 1rem;
            width: 50px;
            width: 5rem; }
        .v-section03 .v-wrapper .v-text__md {
          font-size: 2.8rem; }
        .v-section03 .v-wrapper .v-text .v-span__lg {
          font-size: 5rem; }
      .v-section03 .v-wrapper .v-flex {
        margin-bottom: 4rem;
        display: block; }
        .v-section03 .v-wrapper .v-flex__item {
          padding: 1.5rem;
          border-radius: 1rem;
          margin: 0; }
          .v-section03 .v-wrapper .v-flex__item:nth-child(n+2) {
            margin-top: 2rem; }
          .v-section03 .v-wrapper .v-flex__item > img {
            width: 100%; }
          .v-section03 .v-wrapper .v-flex__item > p {
            font-size: 2.4rem; }
            .v-section03 .v-wrapper .v-flex__item > p > span {
              font-size: 1.6rem; }
          .v-section03 .v-wrapper .v-flex__item .v-button {
            width: 100%;
            height: 6rem;
            line-height: 6rem;
            padding: 0;
            font-size: 1.6rem;
            padding-right: 2rem; }
      .v-section03 .v-wrapper .v-table {
        border-width: 2px; }
        .v-section03 .v-wrapper .v-table, .v-section03 .v-wrapper .v-table thead, .v-section03 .v-wrapper .v-table tbody, .v-section03 .v-wrapper .v-table tr, .v-section03 .v-wrapper .v-table th, .v-section03 .v-wrapper .v-table td {
          display: block; }
        .v-section03 .v-wrapper .v-table th {
          width: auto;
          background-repeat: none;
          border-bottom: 2px solid #002d60;
          padding: 1rem;
          font-size: 1.8rem;
          border-right: 0; }
          .v-section03 .v-wrapper .v-table th.is-light {
            display: none; }
          .v-section03 .v-wrapper .v-table th > img {
            vertical-align: middle;
            height: 1.4em; }
          .v-section03 .v-wrapper .v-table th > br {
            display: none; }
        .v-section03 .v-wrapper .v-table td {
          padding: 1rem;
          font-size: 1.8rem; }
          .v-section03 .v-wrapper .v-table td.is-yellow {
            font-size: 2rem; }
      .v-section03 .v-wrapper--1 {
        padding: 2rem;
        margin-bottom: 5rem; }
        .v-section03 .v-wrapper--1 .v-text {
          margin-bottom: 3rem; }
        .v-section03 .v-wrapper--1__slider {
          margin-bottom: 3rem; }
      .v-section03 .v-wrapper--2 {
        padding-top: 8rem;
        margin-bottom: 5rem; }
        .v-section03 .v-wrapper--2 .c-headline__text .v-span > img {
          height: 3rem;
          margin-top: 1rem; }
        .v-section03 .v-wrapper--2 .v-rounded {
          height: auto;
          display: block;
          font-size: 1.6rem;
          margin-bottom: 3rem;
          padding: 1rem;
          border-radius: 1rem;
          margin-top: 2rem; }
          .v-section03 .v-wrapper--2 .v-rounded__lg {
            display: block;
            font-size: 2.4rem;
            white-space: normal; }
            .v-section03 .v-wrapper--2 .v-rounded__lg > img {
              height: 4rem; }
        .v-section03 .v-wrapper--2 .v-img {
          margin: 4rem 0 -2rem; }
      .v-section03 .v-wrapper--3 .v-text__med {
        font-size: 2.4rem;
        margin-bottom: 2rem; }
      .v-section03 .v-wrapper--3 .v-text__md {
        margin-top: 2rem; }
        .v-section03 .v-wrapper--3 .v-text__md > img {
          height: 4rem; }
      .v-section03 .v-wrapper--3 .v-list {
        display: block;
        margin: 3rem 0 1.5rem; }
        .v-section03 .v-wrapper--3 .v-list ul {
          width: auto; }
          .v-section03 .v-wrapper--3 .v-list ul li {
            font-size: 1.6rem;
            padding-left: 3.4rem; }
            .v-section03 .v-wrapper--3 .v-list ul li::before {
              height: 24px;
              height: 2.4rem;
              width: 24px;
              width: 2.4rem;
              background-size: contain;
              left: 5px;
              left: .5rem; }
            .v-section03 .v-wrapper--3 .v-list ul li .v-yellow__lg {
              font-size: 2.4rem; }
        .v-section03 .v-wrapper--3 .v-list__remarks {
          margin-bottom: 4rem;
          font-size: 1rem; }
      .v-section03 .v-wrapper--3 .v-shop {
        margin-top: 2rem; }
        .v-section03 .v-wrapper--3 .v-shop__list > li {
          height: 5rem;
          line-height: 5rem;
          width: 25%;
          border-top-right-radius: 1rem;
          border-top-left-radius: 1rem; }
          .v-section03 .v-wrapper--3 .v-shop__list > li > a {
            font-size: 1.8rem; }
        .v-section03 .v-wrapper--3 .v-shop__content {
          padding: 1.5rem; }
          .v-section03 .v-wrapper--3 .v-shop__content-item {
            margin-bottom: 3rem; }
          .v-section03 .v-wrapper--3 .v-shop__content .v-button {
            width: 100%;
            padding: 0;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.6rem; }
        .v-section03 .v-wrapper--3 .v-shop__img {
          width: auto;
          margin-right: 0;
          margin-bottom: 2rem; }
          .v-section03 .v-wrapper--3 .v-shop__img > img {
            width: 100%; }
        .v-section03 .v-wrapper--3 .v-shop__text {
          font-size: 1.4rem; }
          .v-section03 .v-wrapper--3 .v-shop__text-sm {
            font-size: 1.6rem; }
          .v-section03 .v-wrapper--3 .v-shop__text-med {
            font-size: 2.2rem;
            margin-top: 1rem; }
          .v-section03 .v-wrapper--3 .v-shop__text-lg {
            font-size: 2.8rem; }
      .v-section03 .v-wrapper--4_content {
        padding-bottom: 4rem; }
      .v-section03 .v-wrapper--4 .c-headline__text {
        top: -1.4em; }
      .v-section03 .v-wrapper--4 .v-txt {
        font-size: 1.4rem; }
        .v-section03 .v-wrapper--4 .v-txt__label {
          padding-top: 4rem;
          margin-bottom: 1rem; }
        .v-section03 .v-wrapper--4 .v-txt__sm {
          font-size: 1rem; }
        .v-section03 .v-wrapper--4 .v-txt__med {
          font-size: 1.8rem; }
        .v-section03 .v-wrapper--4 .v-txt__lg {
          font-size: 2.4rem; }
        .v-section03 .v-wrapper--4 .v-txt__blue {
          font-size: 2rem;
          margin: 2.5rem 0 1.5rem;
          padding: .5rem 0; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__yellow {
          font-size: 3.6rem;
          line-height: 5.8rem; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__sm {
          font-size: 2.2rem; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__med {
          font-size: 3.2rem; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__lg {
          font-size: 3.4rem; }
        .v-section03 .v-wrapper--4 .v-txt .v-span__xl {
          font-size: 4.2rem; }
      .v-section03 .v-wrapper--4 .v-label span {
        font-size: 2rem; }
      .v-section03 .v-wrapper--4 .v-wc2__bg {
        padding: 1.5rem;
        margin-bottom: 2rem;
        margin-top: 2rem; }
      .v-section03 .v-wrapper--4 .v-wc2__blue {
        font-size: 1.4rem;
        padding: 1.5rem; }
      .v-section03 .v-wrapper--4 .v-wc2__flex {
        display: block;
        margin-bottom: 3rem; }
        .v-section03 .v-wrapper--4 .v-wc2__flex::before {
          content: none; }
        .v-section03 .v-wrapper--4 .v-wc2__flex--item + .v-wc2__flex--item {
          padding-top: 2rem;
          margin-top: 2rem;
          border-top: 1px solid #e2e5eb; }
      .v-section03 .v-wrapper--4 .v-wc2__remarks {
        border-radius: .5rem;
        padding: 1.5rem; }
        .v-section03 .v-wrapper--4 .v-wc2__remarks h4 {
          font-size: 1.6rem; }
        .v-section03 .v-wrapper--4 .v-wc2__remarks__note2 {
          text-align: left; }
      .v-section03 .v-wrapper--4 .v-wc2__alert__head {
        font-size: 1.6rem; }
      .v-section03 .v-wrapper--4 .v-wc2__alert__body {
        padding: 1.5rem; }
        .v-section03 .v-wrapper--4 .v-wc2__alert__body > p {
          font-size: 1.6rem; }
      .v-section03 .v-wrapper--4 .v-wc3__graph {
        display: block;
        font-size: 1.4rem; }
        .v-section03 .v-wrapper--4 .v-wc3__graph__image {
          margin: 2rem 0 0 0; }
        .v-section03 .v-wrapper--4 .v-wc3__graph__remark {
          margin-top: 2rem; }
      .v-section03 .v-wrapper--4 .v-wc4__doctors {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .v-section03 .v-wrapper--4 .v-wc4__doctor {
        width: calc(50% - 0.75rem); }
        .v-section03 .v-wrapper--4 .v-wc4__doctor:nth-child(n+3) {
          margin-top: 2rem; }
        .v-section03 .v-wrapper--4 .v-wc4__doctor__photo {
          margin-bottom: 1rem; }
          .v-section03 .v-wrapper--4 .v-wc4__doctor__photo > img {
            width: 100%; }
        .v-section03 .v-wrapper--4 .v-wc4__doctor__name {
          font-size: 1.2rem; }
          .v-section03 .v-wrapper--4 .v-wc4__doctor__name > span {
            font-size: 1.6rem; }
      .v-section03 .v-wrapper--4 .v-wc4__descript {
        margin-top: 3rem;
        font-size: 1.4rem;
        text-align: left; }
      .v-section03 .v-wrapper--4 .v-wc4__descript2 {
        margin-top: 3rem;
        font-size: 1rem;
        text-align: left;
        color: #FFF; }
      .v-section03 .v-wrapper--4 .v-wc5__body {
        display: block; }
        .v-section03 .v-wrapper--4 .v-wc5__body__photo {
          margin-left: 0;
          margin-bottom: 2rem; }
          .v-section03 .v-wrapper--4 .v-wc5__body__photo > img {
            width: 100%; }
        .v-section03 .v-wrapper--4 .v-wc5__body__text {
          font-size: 1.4rem; }
        .v-section03 .v-wrapper--4 .v-wc5__body__remark {
          margin-top: 1rem; }
      .v-section03 .v-wrapper--4 .v-wc6__body__text {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }

@media screen and (max-width: 750px) {
  .v-section03__yahoo {
    padding-top: 5rem !important; }
  .v-section03__google {
    padding-top: 10rem; } }

.main-contens {
  background: #0055b8;
  color: #FFF; }

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

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

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

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

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

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

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

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

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

.cost {
  border: 1px solid #FFF;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  margin-top: 150px; }
  .cost__inner {
    text-align: center; }

@media screen and (max-width: 750px) {
  .cost {
    margin: 0rem 1rem;
    border-radius: 2rem; }
    .cost__inner {
      margin-bottom: 5vw; } }

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

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

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

.v-shop {
  padding: 0 60px;
  margin-top: 50px;
  margin-bottom: 50px; }

.v-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #FFF; }
  .v-shop__list li {
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 65px;
    line-height: 65px;
    list-style: none;
    width: 25%; }
    .v-shop__list li a {
      color: #FFF;
      font-weight: bold;
      font-size: 1.8rem;
      display: block; }
  .v-shop__list .is-active {
    background: #02d9f5; }
    .v-shop__list .is-active a {
      color: #0055b8; }

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

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

.uq_clinicPhoto picture img {
  width: 100%; }

@media screen and (max-width: 750px) {
  .v-shop {
    padding: 0 5vw; }
  .v-shop__list li a {
    font-size: 4.26667vw; }
  .v-shop__list li {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    height: 12vw;
    line-height: 12vw; } }

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

.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: 5.06667vw; }
  .v-txt__lg {
    font-size: 6.4vw;
    line-height: 1.2; }
    .v-txt__lg span {
      font-size: 9.6vw; }
  .v-label span {
    font-size: 5.33333vw; }
  .v-wc4__doctor__name {
    font-size: 4.26667vw; }
  a.js-modal-open {
    font-size: 4vw; }
  .v-wc4__descript {
    font-size: 4vw;
    text-align: left; }
  .v-wc4__descript2 {
    text-align: left;
    font-size: 2.66667vw; }
  .v-wc4__doctor__name {
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.4; }
    .v-wc4__doctor__name span {
      font-size: 4.26667vw; }
  .doctor__box-area {
    font-size: 4vw; }
  h3.doctor__box-name {
    font-size: 6.93333vw; }
    h3.doctor__box-name span {
      font-size: 3.73333vw; }
  .doctor__box-comment {
    font-size: 4vw; }
  .doctor__box-history {
    font-size: 4vw; } }

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

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

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

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

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

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

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

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

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

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

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

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

.uq_clinicBox {
  width: calc(100% - 40px);
  max-width: 918px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 15px 15px;
  background: #fff;
  color: #0055B8;
  /* margin-top: 40px; */
  overflow: hidden;
  position: relative; }

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

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

.uq_clinicBox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: gray transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

.uq_clinicBox__inner {
  /* max-width: 900px; */
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #FFF; }

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

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

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

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

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

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

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

.uq_clinicLogo.is_nagoya {
  width: 319px; }

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

.uq_clinicLogo.is_fukuoka {
  width: 293px; }

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

.uq_clinicPhoto {
  margin-top: 30px; }

@media (max-width: 768px) {
  .uq_clinicPhoto {
    margin-left: -15px;
    margin-right: -15px; } }

.uq_detailTable {
  margin-top: 30px; }

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

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

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

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

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

.uq_detailTable__title {
  width: 290px;
  margin-right: 20px;
  text-align: center;
  padding: 15px 10px;
  background: #E2E5EB;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 15px; }

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

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

.uq_detailTable__data {
  min-width: 530px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding: 15px 0;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.uq_openTable__head {
  background: #6BC0FD;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

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

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

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

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

.uq_openTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

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

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

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

.uq_openTable__hours {
  font-weight: bold;
  padding-left: 1em;
  font-size: 14px;
  text-align: left; }

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

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

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

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

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

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

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

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

.svg_dClinicLogo__logo {
  fill: #0055B8; }

.svg_dClinicLogo__background {
  fill: #fff; }

.svg_dClinicLogo__name {
  fill: #000; }

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

.svg_dClinicTokyoMens__logo {
  fill: #0055B8; }

.svg_dClinicTokyoMens__hex {
  fill: #fff; }

.svg_dClinicTokyoMens__name {
  fill: #000; }

.svg_dClinicTokyoMens__mens {
  fill: #0055B8; }

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

.svg_dClinicTokyoWomens__logo {
  fill: #F5426C; }

.svg_dClinicTokyoWomens__hex {
  fill: #fff; }

.svg_dClinicTokyoWomens__name {
  fill: #000; }

.svg_dClinicTokyoWomens__womens {
  fill: #F5426C; }

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

.svg_dClinicOsakaMens__logo {
  fill: #0055B8; }

.svg_dClinicOsakaMens__hex {
  fill: #fff; }

.svg_dClinicOsakaMens__name {
  fill: #000; }

.svg_dClinicOsakaMens__mens {
  fill: #0055B8; }

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

.svg_dClinicOsakaWomens__logo {
  fill: #F5426C; }

.svg_dClinicOsakaWomens__hex {
  fill: #fff; }

.svg_dClinicOsakaWomens__name {
  fill: #000; }

.svg_dClinicOsakaWomens__womens {
  fill: #F5426C; }

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

.svg_dClinicNagoya__logo {
  fill: #009C75; }

.svg_dClinicNagoya__hex {
  fill: #fff; }

.svg_dClinicNagoya__name {
  fill: #000; }

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

.svg_dClinicFukuoka__logo {
  fill: #009C75; }

.svg_dClinicFukuoka__hex {
  fill: #fff; }

.svg_dClinicFukuoka__name {
  fill: #000; }

.menu {
  max-width: 1200px;
  margin: 0 auto; }
  .menu__list {
    list-style: none;
    padding-bottom: 1rem; }
    .menu__list__item {
      display: inline-block;
      width: 19.6%; }
      .menu__list__item a {
        display: block;
        text-align: center;
        padding: 1rem 0;
        font-size: 1.6rem;
        font-weight: bold;
        color: #3c3c3c; }
      .menu__list__item .reindeer {
        fill: #3c3c3c; }
      .menu__list__item .is-current {
        color: #0055b8; }
        .menu__list__item .is-current .reindeer {
          fill: #0055b8; }
    .menu__list__item + .menu__list__item {
      border-left: solid 1px rgba(0, 85, 184, .25); }
    .menu__list__item:first-child {
      border-left: solid 1px rgba(0, 85, 184, .25); }
    .menu__list__item:last-child {
      border-right: solid 1px rgba(0, 85, 184, .25); }

.nav-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top; }
  .nav-icon img {
    width: 100%;
    height: 100%; }

.st0 {
  color: #F00; }

@media screen and (max-width: 750px) {
  .menu {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .95);
    width: 100%; }
    .menu__list {
      padding-bottom: 0; }
      .menu__list__item {
        width: 19.2%; }
        .menu__list__item a {
          text-align: center;
          letter-spacing: -0.025rem; }
      .menu__list__item + .menu__list__item {
        border-left: none; }
      .menu__list__item:first-child {
        border-left: none; }
      .menu__list__item:last-child {
        border-right: none; }
  .nav-icon {
    display: block;
    width: 100%;
    height: 8vw;
    margin: 0.5rem 0; }
    .nav-icon .reindeer {
      width: 8vw; }
  .sp-btn {
    padding: 1vw 3vw 2vw 3vw; }
    .sp-btn li {
      width: 48%; }
      .sp-btn li a {
        display: block;
        text-align: center;
        font-size: 3.73333vw !important; } }

.m_stripeObject {
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.m_stripeObject__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  width: 1px;
  height: 13px;
  margin-right: 6px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background: #0055B8;
  -webkit-transform: rotate(40deg) translate3d(0, 0, 0);
  transform: rotate(40deg) translate3d(0, 0, 0); }

.about-aga-obj {
  position: relative;
  margin-top: 140px;
  z-index: 1; }

.about-aga-obj-axis {
  position: relative; }
  .about-aga-obj-axis:after {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .about-aga-obj {
    margin-top: 125px; }
  .about-aga-obj-axis:after {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 98%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.type-obj {
  position: relative;
  margin-top: 140px;
  z-index: 11; }

.type-obj-axis {
  position: relative; }
  .type-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .type-obj {
    margin-top: 125px; }
  .type-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 98%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.cost-obj {
  position: relative;
  margin-top: 140px;
  z-index: 11; }

.cost-obj-axis {
  position: relative; }
  .cost-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .cost-obj {
    margin-top: 125px; }
  .cost-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.selfcheck-obj {
  position: relative;
  margin-top: 140px;
  z-index: 1; }

.selfcheck-obj-axis {
  position: relative; }
  .selfcheck-obj-axis:before {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    content: '';
    display: block;
    width: 100%;
    height: 143px;
    background-image: url(../imgs/common/headline-object03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    bottom: -147px;
    position: absolute;
    left: 0;
    -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
    z-index: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media screen and (max-width: 750px) {
  .selfcheck-obj {
    position: relative;
    margin-top: 130px;
    z-index: 1; }
  .selfcheck-obj-axis {
    position: relative; }
    .selfcheck-obj-axis:before {
      -webkit-transform: translateY(120%);
      transform: translateY(120%);
      content: '';
      display: block;
      width: 98%;
      height: 143px;
      background-image: url(../imgs/common/headline-object03.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 10;
      bottom: -147px;
      position: absolute;
      left: 0;
      -webkit-animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
      animation: popInAll 0.5s cubic-bezier(0.4, 0.2, 0, 1.61) 0.8s 1 both;
      z-index: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); } }

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