@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
figure,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

fieldset,
img {
  width: 100%;
  border: 0;
  vertical-align: middle; }

/* form部品ブラウザごとのスタイルリセット */
select,
button,
textarea,
input,
input[type="submit"] {
  outline: none;
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #f0f0f0; }

textarea {
  width: 100%;
  min-height: 104px;
  padding: 10px;
  border: 1px solid #808080;
  border-radius: 8px;
  resize: none; }

button {
  cursor: pointer;
  padding: 0; }

/*
  Link style
*/
a {
  color: #0887a1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover {
  text-decoration: none; }

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q::before,
q::after {
  content: ""; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

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

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  background: #f0f0f0; }

input[type="checkbox"]:checked + label::after {
  opacity: 1; }

input:disabled {
  opacity: 0.7;
  cursor: auto !important; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

html {
  color: #000;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html *,
  html *::before,
  html *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

body {
  font-family: "source-han-serif-japanese", serif, sans-serif;
  line-height: 1.6;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }
  body::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/top_01.png") no-repeat, url("../images/top_02.png") no-repeat, url("../images/top_03.png") no-repeat, url("../images/top_04.png") no-repeat;
    background-position: left 32px top 32px, right 32px top 32px, right 32px bottom 32px, left 32px bottom 32px;
    position: fixed;
    top: 0;
    z-index: -1; }
  body::after {
    content: "";
    width: 337px;
    height: 120px;
    background-image: url(../images/top_bg_logo.png);
    background-size: 337px 120px;
    z-index: -1;
    position: fixed;
    right: 160px;
    bottom: 200px; }
  @media (max-width: 480px) {
    body {
      padding: 0; } }

.scrollToTop {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 1000;
  height: 40px;
  width: 40px; }
  .scrollToTop img {
    width: 100%; }
  @media (max-width: 650px) {
    .scrollToTop.withFloating {
      bottom: 96px; } }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .scrollToTop img.scrollToTop__hide__ieOnly {
    display: none; } }
/* for ie11 hack */
.isFixed {
  width: 100%;
  height: 100%;
  position: fixed; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

  *::-ms-backdrop,
  input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

  *::-ms-backdrop,
  input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; } }
/* for ie11 hack */
.isHidden {
  display: none !important; }

.isShow {
  display: block !important; }

input[type="submit"] {
  -webkit-appearance: none; }

.errorColor {
  color: #f00;
  margin-top: 4px; }

.errorInput {
  border: 1px solid #f00 !important; }

.errorButton {
  border: 1px solid #f00 !important;
  background: #ffeded !important;
  color: #f00 !important; }

@media all and (max-width: 767px) {
  .m-sp {
    display: block; }

  .m-pc {
    display: none; } }
@media (min-width: 768px) and (max-width: 992px) {
  .m-tb {
    display: block; }

  .m-pc {
    display: none; } }
@media (min-width: 993px) {
  .m-sp {
    display: none; }

  .m-tb {
    display: none; }

  .m-pc {
    display: block; } }
dl.table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  dl.table_flex dt {
    margin-right: 20px; }

.copy_alert {
  display: none; }

.date__label {
  height: 16px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 4px;
  background: #dcf2f7;
  margin-right: 5px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif; }
  .date__label.orange {
    width: 42px;
    height: 14px;
    background: #f3e0af;
    margin-right: 0;
    margin-left: 5px;
    padding: 2px 10px; }
  .date__label.pink {
    width: 42px;
    height: 14px;
    background: #ffb0b0;
    margin-right: 0;
    margin-left: 5px;
    padding: 2px 10px; }

.profile__label__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .profile__label__wrapper .profile__label {
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    background: #FFEFEF;
    color: #E05D61;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px; }
    .profile__label__wrapper .profile__label:last-child {
      margin-right: 0; }
    .profile__label__wrapper .profile__label.blue {
      background: #ECFCFF;
      color: #0887A1; }
    .profile__label__wrapper .profile__label.yellow {
      background: #E6FCF5;
      color: #259E78; }

.br_pcOnly {
  display: block; }

.br_spOnly {
  display: none; }

@media (max-width: 425px) {
  .br_pcOnly {
    display: none; }

  .br_spOnly {
    display: block; } }
.headrt_icon {
  width: 14px;
  height: 14px;
  margin-bottom: 3px; }

.textIndent-12 {
  padding-left: 12px;
  text-indent: -12px; }

.textIndent-13 {
  padding-left: 13px;
  text-indent: -13px; }

.textIndent-14 {
  padding-left: 14px;
  text-indent: -14px; }

.textIndent-15 {
  padding-left: 15px;
  text-indent: -15px; }

.textIndent-16 {
  padding-left: 16px;
  text-indent: -16px; }

.width100 {
  width: 100% !important; }

.width90 {
  width: 90% !important; }

.width80 {
  width: 80% !important; }

.width70 {
  width: 70% !important; }

.width60 {
  width: 60% !important; }

.height100 {
  height: 100% !important; }

.max-height-300 {
  max-height: 300px; }

.max-height-500 {
  max-height: 500px; }

.backgroundColor-red {
  background-color: #ffefef;
  padding: 24px 16px; }
  .backgroundColor-red .backgroundColor-red__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .backgroundColor-red .backgroundColor-red__flex .alert__icon {
      width: 22px;
      height: 20px; }

.backgroundColor-lightblue {
  background-color: #ecfcff; }

.backgroundColor-gray {
  background-color: #f9f9f9; }

.backgroundColor-purple {
  background-color: #ecfcff; }

.backgroundColor-paleNavy {
  background-color: #ecfcff; }

.fontSans {
  font-family: "Noto Sans JP", sans-serif; }

.fontYuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif; }

.fontSize-24 {
  font-size: 24px; }

.fontSize-20 {
  font-size: 20px; }

.fontSize-21 {
  font-size: 21px;
  line-height: 25px; }

.fontSize-18 {
  font-size: 18px; }

.fontSize-16 {
  font-size: 16px; }

.fontSize-15 {
  font-size: 15px !important; }

.fontSize-14 {
  font-size: 14px;
  font-size: 14px !important; }

.fontSize-13 {
  font-size: 13px; }

.fontSize-12 {
  font-size: 12px;
  font-size: 12px !important; }

.fontSize-11 {
  font-size: 11px;
  font-size: 11px !important; }

.fontSize-10 {
  font-size: 10px;
  font-size: 10px !important; }

.fontSize-8 {
  font-size: 8px;
  font-size: 8px !important; }

.fontWeight-bold {
  font-weight: bold !important; }

.fontWeight-500 {
  font-weight: 500 !important; }

.fontWeight-normal {
  font-weight: 400 !important; }

.fontColor-black {
  color: #000; }

.fontColor-red {
  color: #ff0000; }

.fontColor-white {
  color: #fff; }

.fontColor-purple {
  color: #0887a1; }

.fontColor-gray {
  color: #808080; }

.fontColor-pink {
  color: #F99093; }

.underline {
  text-decoration-line: underline;}

  .marginAuto {
  margin: 0 auto; }

.textAlign-center {
  text-align: center !important; }

.textAlign-left {
  text-align: left !important; }

.textAlign-right {
  text-align: right !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-6 {
  margin-left: 6px !important; }

.ml-8 {
  margin-left: 8px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-12 {
  margin-left: 12px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-8 {
  margin-right: 8px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-16 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px !important; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pr-0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-16 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px !important; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.borderRadius-4 {
  border-radius: 4px; }

.borderBottom-gold {
  border-bottom: 2px solid #d4c59d; }

.borderBottom-gray {
  border-bottom: 1px solid #c9c9c9; }

.y-scroll {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: auto; }
  .y-scroll::-webkit-scrollbar {
    width: 3px;
    height: 8px; }
  .y-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .y-scroll::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 0; }
  .y-scroll::-webkit-scrollbar-thumb:hover {
    background: #c4c4c4; }
  .y-scroll::-webkit-scrollbar-thumb:active {
    background: #c4c4c4; }
  .y-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border: 0px none #ffffff;
    border-radius: 0; }
  .y-scroll::-webkit-scrollbar-track:hover {
    background: #e8e8e8; }
  .y-scroll::-webkit-scrollbar-track:active {
    background: #e8e8e8; }
  .y-scroll::-webkit-scrollbar-corner {
    background: transparent; }

.x-scroll {
  white-space: normal;
  overflow-x: auto;
  overflow-y: hidden; }
  .x-scroll::-webkit-scrollbar {
    width: 3px;
    height: 8px; }
  .x-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .x-scroll::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 0; }
  .x-scroll::-webkit-scrollbar-thumb:hover {
    background: #c4c4c4; }
  .x-scroll::-webkit-scrollbar-thumb:active {
    background: #c4c4c4; }
  .x-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border: 0px none #ffffff;
    border-radius: 0; }
  .x-scroll::-webkit-scrollbar-track:hover {
    background: #e8e8e8; }
  .x-scroll::-webkit-scrollbar-track:active {
    background: #e8e8e8; }
  .x-scroll::-webkit-scrollbar-corner {
    background: transparent; }

.l-container {
  width: 100%;
  max-width: 498px;
  box-shadow: 0px 0px 20px #333;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 40px); }
  @media (max-width: 480px) {
    .l-container {
      min-height: 100vh; } }

body.is-scrolloff {
  overflow: hidden !important; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-container {
    min-height: auto; } }
/* for ie11 hack */
.l-footer {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  border-top: 1px solid #c9c9c9; }
  .l-footer.withFloating {
    padding-bottom: 80px; }
  .l-footer .l-footer__link__wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 12px; }
    .l-footer .l-footer__link__wrapper .l-footer__link {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer .l-footer__link__wrapper .l-footer__link li {
        width: 50%;
        font-size: 14px;
        color: #595959;
        padding-bottom: 12px;
        font-family: "Noto Sans", sans-serif;
        text-align: center; }
        @media (max-width: 480px) {
          .l-footer .l-footer__link__wrapper .l-footer__link li {
            font-size: 12px; } }
        .l-footer .l-footer__link__wrapper .l-footer__link li a {
          color: #303030;
          opacity: 0.8; }
          @media (hover: hover) {
            .l-footer .l-footer__link__wrapper .l-footer__link li a:hover {
              opacity: 0.7; } }
  .l-footer .l-footer__content {
    width: 100%;
    height: 32px;
    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;
    background: #2db7d4;
    font-size: 14px;
    color: #fff; }
  .l-footer .l-footer__icon {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-footer .l-footer__icon li a {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 12px;
      margin-right: 12px; }
      .l-footer .l-footer__icon li a img {
        width: 24px;
        height: 24px; }

.l-header {
  width: 100%;
  max-width: 498px;
  height: 66px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1050;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
  /*background: linear-gradient(270deg, #2db7d4 0%, #2db7d4 100%); } */
  background: linear-gradient(#d2f1f8 0, #d2f1f8 20vw, transparent 20vw, transparent 100%); }

  @media (max-width: 480px) {
    .l-header {
      height: 50px; } }
  .l-header .l-header__logo {
    width: 100px;
    height: 36px; }
    @media (max-width: 480px) {
      .l-header .l-header__logo {
        width: 100px;
        height: 28px; }
        .l-header .l-header__logo svg {
          width: 100px;
          height: 28px; } }
    .l-header .l-header__logo img {
      width: 100%; }
  .l-header .l-header__btn {
    display: flex; }
    .l-header .l-header__btn .l-header__btn__box {
      width: 45px;
      height: 45px;
      background: linear-gradient(180deg, #f0eaff 57.29%, #cabaf2 100%);
      border-radius: 4px;
      margin-left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change {
        position: relative;
        width: 45px;
        height: 45px; }
        @media (max-width: 480px) {
          .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change {
            width: 34px;
            height: 34px; } }
        .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.login {
          background: url("../images/icon_login.png") no-repeat, no-repeat;
          background-size: 45px 45px; }
          @media (max-width: 480px) {
            .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.login {
              background: url("../images/icon_login.png") no-repeat, no-repeat;
              background-size: 34px 34px; } }
        .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.info {
          background: url("../images/icon_info.png") no-repeat, no-repeat;
          background-size: 45px 45px; }
          @media (max-width: 480px) {
            .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.info {
              background: url("../images/icon_info.png") no-repeat, no-repeat;
              background-size: 34px 34px; } }
        .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.logout {
          background: url("../images/icon_logout.png") no-repeat, no-repeat;
          background-size: 45px 45px; }
          @media (max-width: 480px) {
            .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.logout {
              background: url("../images/icon_logout.png") no-repeat, no-repeat;
              background-size: 34px 34px; } }
        .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__change.red__circle:after {
          position: absolute;
          right: -2px;
          top: -2px;
          content: " ";
          height: 10px;
          width: 10px;
          background-color: #ff0000;
          border-radius: 50%;
          transform: rotate(-45deg); }
      .l-header .l-header__btn .l-header__btn__box .l-header__btn__box__menu {
        width: 100%; }
      @media (max-width: 480px) {
        .l-header .l-header__btn .l-header__btn__box {
          width: 34px;
          height: 34px; } }
  .l-header .l-header__menu__background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10400;
    background: #000;
    opacity: 0.7; }
  .l-header .l-header__menu__background.is-grayscale {
    display: block; }
  .l-header .l-header__menu {
    width: 100%;
    max-width: 350px;
    height: 100vh;
    position: fixed;
    z-index: 105000;
    top: 0;
    right: -350px;
    transition: 0.5s;
    background: #fff;
    overflow-y: auto;
    padding-bottom: 30px; }
    @media (max-width: 425px) {
      .l-header .l-header__menu {
        max-width: calc(100vw - 40px);
        right: -400px; } }
    .l-header .l-header__menu .l-header__menu__close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      z-index: 100;
      cursor: pointer; }
      @media (hover: hover) {
        .l-header .l-header__menu .l-header__menu__close:hover {
          opacity: 0.7; } }
      .l-header .l-header__menu .l-header__menu__close:after {
        position: absolute;
        left: 15px;
        content: " ";
        height: 22px;
        width: 2px;
        background-color: #d4c59d;
        transform: rotate(-45deg); }
      .l-header .l-header__menu .l-header__menu__close:before {
        position: absolute;
        left: 15px;
        content: " ";
        height: 22px;
        width: 2px;
        background-color: #d4c59d;
        transform: rotate(45deg); }
    .l-header .l-header__menu .l-header__menu__wrapper {
      width: 100%;
      margin-top: 30px;
      position: relative; }
      .l-header .l-header__menu .l-header__menu__wrapper .l-header__menu__list__wrapper .l-header__menu__list .l-header__menu__list__title {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-left: 15px;
        border-bottom: 2px solid #d4c59d; }
      .l-header .l-header__menu .l-header__menu__wrapper .l-header__menu__list__wrapper .l-header__menu__list .l-header__menu__sublist li {
        font-size: 16px;
        font-weight: bold; }
        .l-header .l-header__menu .l-header__menu__wrapper .l-header__menu__list__wrapper .l-header__menu__list .l-header__menu__sublist li a {
          position: relative;
          padding: 15px;
          border-bottom: 1px solid #c9c9c9;
          display: block;
          color: #000; }
          @media (hover: hover) {
            .l-header .l-header__menu .l-header__menu__wrapper .l-header__menu__list__wrapper .l-header__menu__list .l-header__menu__sublist li a:hover {
              opacity: 0.7; } }
          .l-header .l-header__menu .l-header__menu__wrapper .l-header__menu__list__wrapper .l-header__menu__list .l-header__menu__sublist li a img {
            width: 10px;
            height: 16px;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%); }
  .l-header .l-header__menu.is-manuopen {
    right: 0;
    transition: 0.5; }

  .h1__text {
    padding: 3px 5px 0px 5px;
    width: 100%;
    max-width: 498px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    background: #fff; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-header__menu {
    transition: none; }

  *::-ms-backdrop,
  .l-header__menu.is-manuopen {
    transition: none; } }
/* for ie11 hack */
.l-main {
  width: 100%;
  max-width: 498px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  flex: 1; }
  .l-main .l-main__content {
    width: 100%; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-main {
    flex: none; } }
/* for ie11 hack */
.l-section__silde__wrapper {
  padding: 8px 8px 0; }
  .l-section__silde__wrapper .l-section__silde ul.slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-section__silde__wrapper .l-section__silde ul.slick-dots li {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
      .l-section__silde__wrapper .l-section__silde ul.slick-dots li button {
        width: 3px;
        height: 3px;
        transform: scale(0.5);
        border-radius: 50%;
        border: 2px solid #2db7d4; }
        .l-section__silde__wrapper .l-section__silde ul.slick-dots li button:before {
          display: none; }
      .l-section__silde__wrapper .l-section__silde ul.slick-dots li.slick-active button {
        background: #2db7d4; }
        .l-section__silde__wrapper .l-section__silde ul.slick-dots li.slick-active button:before {
          display: none; }

.l-section {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
  height: 100%; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-section {
    height: auto; } }
/* for ie11 hack */
.l-section__profile__wrapper .l-section__profile__border {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #dcf2f7;
  position: relative; }
  .l-section__profile__wrapper .l-section__profile__border.border_none {
    border: none; }
  .l-section__profile__wrapper .l-section__profile__border .l-section__profile__heartIcon {
    position: absolute;
    top: 24px;
    right: 5px;
    z-index: 3; }
    .l-section__profile__wrapper .l-section__profile__border .l-section__profile__heartIcon img {
      width: 24px;
      height: 24px; }
.l-section__profile__wrapper .l-section__profile__line {
  position: relative; }
  .l-section__profile__wrapper .l-section__profile__line:last-child::after {
    display: none; }
  .l-section__profile__wrapper .l-section__profile__line::after {
    content: "";
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #dcf2f7;
    display: block;
    padding-top: 20px; }
  .l-section__profile__wrapper .l-section__profile__line .l-section__profile__heartIcon {
    position: absolute;
    top: 24px;
    right: 5px;
    z-index: 3; }
    .l-section__profile__wrapper .l-section__profile__line .l-section__profile__heartIcon img {
      width: 24px;
      height: 24px; }
.l-section__profile__wrapper .l-section__profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
  position: relative; }
  .l-section__profile__wrapper .l-section__profile .l-section__profile__heartIcon {
    position: absolute;
    top: 24px;
    right: 5px;
    z-index: 3; }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__heartIcon img {
      width: 24px;
      height: 24px; }
  @media (max-width: 425px) {
    .l-section__profile__wrapper .l-section__profile {
      margin: 0 auto; } }
  .l-section__profile__wrapper .l-section__profile .l-section__profile__left {
    width: 120px; }
    @media (max-width: 425px) {
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left {
        width: 92px; } }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__left img {
      width: 120px; border-radius: 50%; }
      @media (max-width: 425px) {
        .l-section__profile__wrapper .l-section__profile .l-section__profile__left img {
          width: 92px; } }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__left p {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      line-height: 20.27px;
      height: 24px;
      border-radius: 4px;
      margin-top: 2px;
      width: 120px; }
      @media (max-width: 425px) {
        .l-section__profile__wrapper .l-section__profile .l-section__profile__left p {
          width: 92px; } }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.white {
        background: #fff; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.yellow {
        background: #dabb1b; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.violet {
        background: #0887a1; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.purple {
        background: #cb12cf; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.royal_purple {
        background: #0887a1; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.pink {
        background: #cd99c2; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.blue {
        background: #2db7d4; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.gold {
        background: #ab9763; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__left p.black {
        background: #202020; }
  .l-section__profile__wrapper .l-section__profile .l-section__profile__right {
    margin-left: 12px;
    width: calc(100% - 120px); }
    @media (max-width: 425px) {
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right {
        width: calc(100% - 92px); } }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name__hurigana {
      font-size: 10px;
      line-height: 15px;
      font-weight: 500;
      padding-right: 35px; }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name {
      font-size: 15px;
      font-weight: 500;
      line-height: 22.5px; }
      @media (max-width: 425px) {
        .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name {
          margin-right: 25px; } }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name a {
        color: #0887a1;
        text-decoration-line: underline;
        font-size: 18px;
        font-weight: bold; }
        @media (hover: hover) {
          .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name a:hover {
            opacity: 0.7; } }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 16px; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__box .l-section__profile__tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        margin-right: 12px; }
        .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__box .l-section__profile__tel img {
          width: 9px;
          height: 12px;
          margin-right: 4px; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__box .l-section__profile__career {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500; }
        .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__box .l-section__profile__career img {
          width: 13px;
          height: 12px;
          margin-right: 4px; }
    .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__lebel__wrapper {
      margin-top: 16px;
      font-weight: 500; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__lebel__wrapper .l-section__profile__inspiration {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__lebel__wrapper .l-section__profile__type {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__lebel__wrapper .label {
        width: 42px;
        height: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        font-weight: 500;
        background: #dcf2f7;
        border-radius: 4px;
        padding: 2px; }
.l-section__profile__wrapper .l-section__profile__waiting {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px; }
  .l-section__profile__wrapper .l-section__profile__waiting span.label {
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    background: #dcf2f7;
    border-radius: 4px;
    padding: 0 4px; }
  .l-section__profile__wrapper .l-section__profile__waiting span.date {
    font-size: 16px;
    font-weight: 500; }
  .l-section__profile__wrapper .l-section__profile__waiting span.time {
    font-size: 18px;
    font-weight: 500; }

.c-breadcrumb {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  font-family: "Noto Sans", sans-serif; }
  .c-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-size: 12px; }
    .c-breadcrumb ul li {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-breadcrumb ul li:last-child::after {
        display: none; }
      .c-breadcrumb ul li::after {
        content: ">";
        margin-left: 6px;
        margin-right: 6px;
        color: #000; }

.c-button {
  width: 100%;
  border: double 2px transparent;
  border-radius: 10px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
  position: relative; }
  .c-button:disabled {
    cursor: auto !important; }
    .c-button:disabled.purple {
      background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9), linear-gradient(to bottom, #f0f0f0, #d9d9d9); }
    .c-button:disabled:hover {
      opacity: 1; }
  .c-button.large {
    height: 50px; }
  .c-button.large-50 {
    height: 50px; }
  .c-button.x-large {
    height: 60px; }
  .c-button a {
    display: block;
    position: relative; }
    .c-button a.large {
      height: 50px; }
    .c-button a.x-large {
      height: 60px; }
  .c-button:hover {
    opacity: 0.7; }
  .c-button.purple {
    background-image: linear-gradient(to bottom, #61CFE6, #0098B7), linear-gradient(to bottom,  #FFFFFF99, #FFFFFF99); }
  .c-button.gold {
    background-image: linear-gradient(to bottom, #ECDB81, #DAB222), linear-gradient(to bottom, #FFFFFF99, #FFFFFF99); }
  .c-button.gray {
    background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9), linear-gradient(to bottom,  #FFFFFF99, #FFFFFF99); }
  .c-button.gray {
    background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9), linear-gradient(to bottom,  #FFFFFF99, #FFFFFF99); }
  .c-button.red {
    background-image: linear-gradient(to bottom, #EB6B6B, #AD3838), linear-gradient(to bottom, #FFFFFF99, #FFFFFF99); }
  .c-button.redViolet {
    background-image: linear-gradient(to bottom, #FAA0A3, #E98487), linear-gradient(to bottom,  #FFFFFF99, #FFFFFF99); }
  .c-button.green {
    background-image: linear-gradient(to bottom, #7CE2C2, #3CC298FA), linear-gradient(to bottom,  #FFFFFF99, #FFFFFF99); }
  .c-button.purpleBorder {
    border: double 1px transparent;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #2DB7D4, #2db7d4); }
    .c-button.purpleBorder span {
      background: -webkit-gradient(linear, left top, right top, from(#0e0d6a), to(#0599e6));
      background: linear-gradient(0deg, #2db7d4, #2DB7D4);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-background-clip: text; }
  .c-button .c-button__text {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .c-button .c-button__text .tel_img {
      width: 12px;
      height: 18px;
      margin-right: 8px; }
      @media (max-width: 375px) {
        .c-button .c-button__text .tel_img {
          margin-right: 5px; } }
    .c-button .c-button__text .people_img {
      width: 15.5px;
      height: 18px;
      margin-right: 8px; }
      @media (max-width: 375px) {
        .c-button .c-button__text .people_img {
          margin-right: 5px; } }

.c-button__tel .c-button__text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em; }
  @media (max-width: 375px) {
    .c-button__tel .c-button__text {
      font-size: 18px; } }
.c-button__tel .c-phone {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 375px) {
    .c-button__tel .c-phone {
      left: 20px; } }

.c-button__beginner .c-button__text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.05em; }
  @media (max-width: 375px) {
    .c-button__beginner .c-button__text {
      font-size: 14px; } }
.c-button__beginner .c-button__beginner__icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 32px;
  display: inline-block; }
  @media (max-width: 375px) {
    .c-button__beginner .c-button__beginner__icon {
      left: 20px; } }

.c-logoutButton {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .c-logoutButton a {
    font-size: 18px;
    font-weight: bold;
    position: relative; }
    @media (hover: hover) {
      .c-logoutButton a:hover {
        opacity: 0.7; } }
    .c-logoutButton a img {
      width: 8.7px;
      height: 15.5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -15px; }

.c-rightButton {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  padding-right: 20px; }
  .c-rightButton a {
    font-size: 16px;
    font-weight: bold;
    position: relative; }
    @media (hover: hover) {
      .c-rightButton a:hover {
        opacity: 0.7; } }
    .c-rightButton a img {
      width: 8.7px;
      height: 15.5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -15px; }

.c-button__2col {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-button__2col .c-button {
    width: calc(50% - 1.5px); }
    .c-button__2col .c-button:nth-child(1) {
      margin-right: 1.5px; }
    .c-button__2col .c-button:nth-child(2) {
      margin-left: 1.5px; }

.c-button__menu__wrapper {
  width: 100%;
  padding: 16px;
  background: #ecfcff; }
  .c-button__menu__wrapper .c-button__menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-button__menu__wrapper .c-button__menu li {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25%;
      height: 44px;
      font-size: 14px;
      font-weight: bold;
      line-height: 14px;
      border: 1px solid #079CBB;
      border-collapse: collapse;
      cursor: pointer;
      text-align: center;
      background: #fff;
      position: relative;
      padding-left: 5px; }
      @media (max-width: 425px) {
        .c-button__menu__wrapper .c-button__menu li {
          font-size: 12px;
          font-weight: bold; } }
      @media (max-width: 360px) {
        .c-button__menu__wrapper .c-button__menu li {
          font-size: 10px;
          font-weight: bold; } }
      .c-button__menu__wrapper .c-button__menu li span {
        color: #61CFE6;
        background: -webkit-gradient(linear, left top, right top, from(#0e0d6a), to(#0599e6));
        background: linear-gradient(0deg, #2db7d4, #61CFE6);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text; }
      .c-button__menu__wrapper .c-button__menu li img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        width: 11px;
        height: 11px; }
        @media (max-width: 400px) {
          .c-button__menu__wrapper .c-button__menu li img {
            right: 5px; } }
      .c-button__menu__wrapper .c-button__menu li:nth-child(1) {
        border-radius: 4px 0px 0px 4px;
        border-right: none; }
      .c-button__menu__wrapper .c-button__menu li:nth-child(2) {
        border-right: none; }
      .c-button__menu__wrapper .c-button__menu li:nth-child(3) {
        border-right: none; }
      .c-button__menu__wrapper .c-button__menu li:nth-child(4) {
        border-radius: 0 4px 4px 0;
        padding-right: 19px; }
        @media (max-width: 400px) {
          .c-button__menu__wrapper .c-button__menu li:nth-child(4) {
            padding-right: 15px; } }
      .c-button__menu__wrapper .c-button__menu li.selected {
        color: #fff;
        background: linear-gradient(180deg, #61CFE6 0%, #0098B7 100%); }
        
        .c-button__menu__wrapper .c-button__menu li.selected span {
          color: #fff;
          background: none;
          background: nonel;
          -webkit-background-clip: text;
          background-clip: text; }
    .c-button__menu__wrapper .c-button__menu .c-button__menu__search__wrapper {
      display: none;
      position: absolute;
      top: 44px;
      left: 0;
      width: 100%;
      padding: 16px;
      z-index: 1040;
      background: #fff;
      box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.4);
      border-radius: 4px;
      border: 2px solid #2DB7D4; }

.c-button__listButton__wrapper {
  width: 100%;
  max-width: 300px;
  margin: 20px auto; }
  .c-button__listButton__wrapper .c-button__listButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-button__listButton__wrapper .c-button__listButton li {
      width: 14.2%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .c-button__listButton__wrapper .c-button__listButton li span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        cursor: pointer;
        color: #a8a8a8;
        width: 32px;
        height: 32px; }
        .c-button__listButton__wrapper .c-button__listButton li span.focused {
          color: #fff;
          background-color: #0887a1;
          border-radius: 50%; }
      .c-button__listButton__wrapper .c-button__listButton li img {
        width: 8.7px;
        height: 15.5px; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-button__menu__wrapper .c-button__menu li {
    background: none; }

  *::-ms-backdrop,
  .c-button__menu__wrapper .c-button__menu li span {
    background: none;
    color: #61cfe6; }

  *::-ms-backdrop,
  .c-button__menu__wrapper .c-button__menu li.selected {
    background: #354da2; }

  *::-ms-backdrop,
  .c-button__menu__wrapper .c-button__menu li.selected span {
    background: none;
    color: #fff; }

  *::-ms-backdrop,
  .c-button.purpleBorder {
    background: none;
    border: #61cfe6 solid 1px; }

  *::-ms-backdrop,
  .c-button.purpleBorder span {
    background: none;
    color: #61cfe6; } }
/* for ie11 hack */
.c-input {
  margin-bottom: 24px;
  /*
  .c-input__desc {
    margin-top: 10px;
    @media (max-width: 767px) {
      @include fz(10);
    }
  }
  .c-input__tel {
    max-width: 425px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    input {
      max-width: 126px;
      width: 100%;
      &::before {
        content: "-";
        margin-right: 100px;
        display: inline-block;
      }
      @media (max-width: 767px) {
        max-width: 103px;
      }
    }
    span {
      width: 8px;
      height: 1px;
      background: #333;
    }
  }
  */ }
  .c-input .c-input__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border-left: 2px solid #bda055;
    padding-left: 5px;
    margin-bottom: 10px; }
    .c-input .c-input__title.normal__text {
      font-size: 15px;
      font-weight: 400;
      line-height: 16px;
      border-left: none;
      padding-left: 0; }
    .c-input .c-input__title .c-input__title__icon {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      color: #fff;
      width: 30px;
      height: 16px;
      font-weight: 500;
      line-height: 14px;
      background: #bda055;
      border-radius: 2px;
      margin-left: 5px; }
  .c-input .c-input__text__gray {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
    margin-top: 5px;
    padding-left: 8px; }
    .c-input .c-input__text__gray.red {
      color: #f00; }
  .c-input input {
    width: 100%;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
    border: 1px solid #808080;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  .c-input .c-input__flex {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-input .c-input__flex input {
      text-align: right;
      padding-right: 10px; }
    .c-input .c-input__flex .c-input__flex__input {
      width: calc(100% - 53px); }
    .c-input .c-input__flex .c-input__flex__text {
      width: 50px;
      margin-left: 3px; }

     .c-input .c-input__flex_half {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-input .c-input__flex_half input {
          text-align: right;
          padding-right: 10px; }
        .c-input .c-input__flex_half .c-input__flex_half__input {
          width: calc(50% - 53px); }
        .c-input .c-input__flex_half .c-input__flex_half__text {
          width: 15px;
          margin-left: 3px; }

.c-checkbox .c-checkbox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-checkbox .c-checkbox__flex .c-checkbox__flex__contents {
    width: 50%;
    margin-bottom: 15px; }
.c-checkbox .c-checkbox__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  border-left: 2px solid #bda055;
  padding-left: 5px;
  margin-bottom: 10px; }
  .c-checkbox .c-checkbox__title .c-checkbox__title__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #fff;
    width: 30px;
    height: 16px;
    font-weight: 500;
    line-height: 14px;
    background: #bda055;
    border-radius: 2px;
    margin-left: 5px; }
.c-checkbox input[type="checkbox"] {
  display: none; }
.c-checkbox input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  cursor: pointer;
  background: url(../images/icon_checkbox_off.png) no-repeat;
  background-size: contain;
  background-size: 22px 22px; }
.c-checkbox input[type="checkbox"]:checked + label {
  background: url("../images/icon_checkbox_on.png") no-repeat;
  background-size: contain;
  background-size: 22px 22px; }
.c-checkbox .c-checkbox__text__link {
  color: #0887a1;
  text-decoration-line: underline; }
  @media (hover: hover) {
    .c-checkbox .c-checkbox__text__link:hover {
      opacity: 0.7; } }

.c-checkbox__heartIcon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3; }
  @media (max-width: 470px) {
    .c-checkbox__heartIcon {
      right: 0; } }
  .c-checkbox__heartIcon.c-checkbox__heartIcon__thankList {
    top: 5px;
    right: 0; }
  .c-checkbox__heartIcon.c-checkbox__heartIcon__right {
    position: relative;
    top: auto;
    right: auto; }
  .c-checkbox__heartIcon input[type="checkbox"] {
    display: none; }
  .c-checkbox__heartIcon input[type="checkbox"] + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../images/icon_heart.png") no-repeat;
    background-size: contain;
    background-size: 24px 24px; }
  .c-checkbox__heartIcon input[type="checkbox"]:checked + label {
    background: url("../images/icon_heart_on.png") no-repeat;
    background-size: contain;
    background-size: 24px 24px; }
  .c-checkbox__heartIcon.c-checkbox__heartIcon__right {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 25px; }
    .c-checkbox__heartIcon.c-checkbox__heartIcon__right input[type="checkbox"] + label {
      display: inline-block;
      width: auto;
      height: 25px;
      background: url("../images/icon_heart.png") no-repeat;
      background-size: contain;
      background-size: 24px 24px;
      background-position: center right 2px;
      color: #0887a1;
      text-decoration-line: underline;
      font-size: 16px;
      font-weight: bold;
      padding-right: 30px; }
    .c-checkbox__heartIcon.c-checkbox__heartIcon__right input[type="checkbox"]:checked + label {
      background: url("../images/icon_heart_on.png") no-repeat;
      background-size: contain;
      background-size: 24px 24px;
      background-position: center right 2px; }

.c-input__search__wrapper .c-input__search {
  position: relative; }
  .c-input__search__wrapper .c-input__search .c-input__search__icon {
    width: 14px;
    height: 14px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 19px;
    cursor: pointer; }
    .c-input__search__wrapper .c-input__search .c-input__search__icon img {
      vertical-align: inherit;
      width: 100%; }
  .c-input__search__wrapper .c-input__search .c-input__search__close {
    width: 14px;
    height: 14px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    cursor: pointer; }
    .c-input__search__wrapper .c-input__search .c-input__search__close img {
      vertical-align: inherit;
      width: 100%; }
  .c-input__search__wrapper .c-input__search input {
    width: 100%;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    background: #ececec;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }

input::placeholder {
  color: #a8a8a8; }
input::-ms-input-placeholder {
  color: #a8a8a8; }
input::-ms-input-placeholder {
  color: #a8a8a8; }

.c-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .c-modal .c-modal__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.7; }
  .c-modal .c-modal__content {
    display: none;
    width: 100%;
    max-width: 470px;
    padding: 24px 16px;
    background: #fff;
    position: absolute;
    z-index: 5;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 480px) {
      .c-modal .c-modal__content {
        max-width: 90%; } }
    .c-modal .c-modal__content .c-modal__content__text {
      font-size: 1.6vw; }
      @media (max-width: 480px) {
        .c-modal .c-modal__content .c-modal__content__text {
          font-size: 15px; } }
    .c-modal .c-modal__content .c-modal__content__icon__wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      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; }
      .c-modal .c-modal__content .c-modal__content__icon__wrapper p {
        font-size: 18px;
        font-weight: 500; }
        .c-modal .c-modal__content .c-modal__content__icon__wrapper p span {
          font-size: 15px;
          margin-right: 10px; }
      .c-modal .c-modal__content .c-modal__content__icon__wrapper .c-modal__content__icon {
        width: 50px;
        height: 16px;
        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;
        background: #dcf2f7;
        border-radius: 4px;
        padding: 0 4px;
        font-size: 10px;
        margin-right: 8px; }
    .c-modal .c-modal__content.c-modal__content__scroll {
      height: 90%;
      max-height: 620px;
      top: 5%;
      left: 50%;
      transform: translate(-50%, 0); }
      .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content {
        display: flex;
        flex-direction: column;
        height: 100%; }
        .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content h3 {
          flex: 0 0 auto; }
        .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content .c-modal__content__scroll__box {
          flex: 1 1 auto;
          position: relative;
          overflow-y: auto; }
          .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content .c-modal__content__scroll__box.border {
            padding-left: 16px;
            border: 1px solid #E5E5E5;
            padding-top: 16px; }
            @media (max-width: 375px) {
              .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content .c-modal__content__scroll__box.border {
                padding-left: 7px;
                padding-top: 7px; } }
        .c-modal .c-modal__content.c-modal__content__scroll .c-modal__content__scroll__content button {
          flex: 0 0 auto; }

.c-radio__wrapper .c-radio__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  border-left: 2px solid #bda055;
  padding-left: 5px;
  margin-bottom: 10px; }
  .c-radio__wrapper .c-radio__title .c-radio__title__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #fff;
    width: 30px;
    height: 16px;
    font-weight: 500;
    line-height: 14px;
    background: #bda055;
    border-radius: 2px;
    margin-left: 5px; }
.c-radio__wrapper .c-radio {
  margin-bottom: 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-radio__wrapper .c-radio label {
    position: relative;
    font-size: 15px;
    line-height: 22.5px;
    cursor: pointer;
    padding-left: 30px;
    margin-right: 40px; }
    @media (max-width: 375px) {
      .c-radio__wrapper .c-radio label {
        margin-right: 20px; } }
    .c-radio__wrapper .c-radio label span {
      font-size: 14px; }
    .c-radio__wrapper .c-radio label::before, .c-radio__wrapper .c-radio label::after {
      content: "";
      position: absolute;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      border-radius: 50%; }
    .c-radio__wrapper .c-radio label::before {
      left: 0;
      width: 24px;
      height: 24px;
      border: 1px solid #808080; }
    .c-radio__wrapper .c-radio label::after {
      top: 6px;
      left: 6px;
      width: 12px;
      height: 12px;
      background: #0887a1;
      opacity: 0; }
  .c-radio__wrapper .c-radio.c-radio__modal label {
    font-weight: 500;
    font-size: 15px; }
    .c-radio__wrapper .c-radio.c-radio__modal label::before {
      width: 22px;
      height: 22px; }
    .c-radio__wrapper .c-radio.c-radio__modal label::after {
      top: 5.5px;
      left: 5.5px;
      width: 11px;
      height: 11px; }
    .c-radio__wrapper .c-radio.c-radio__modal label .c-radio__modal__time {
      font-size: 18px;
      font-weight: 500;
      margin-left: 15px; }
      @media (max-width: 375px) {
        .c-radio__wrapper .c-radio.c-radio__modal label .c-radio__modal__time {
          margin-left: 10px; } }
  .c-radio__wrapper .c-radio.c-radio__modal .c-radio__modal__text {
    font-size: 15px;
    margin-left: 100px;
    margin-top: 5px; }
    @media (max-width: 375px) {
      .c-radio__wrapper .c-radio.c-radio__modal .c-radio__modal__text {
        margin-left: 95px; } }
  .c-radio__wrapper .c-radio input[type="radio"]:checked + label::after {
    opacity: 1; }

.c-select__wrapper .c-select__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  border-left: 2px solid #bda055;
  padding-left: 5px;
  margin-bottom: 10px; }
  .c-select__wrapper .c-select__title .c-select__title__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #fff;
    width: 30px;
    height: 16px;
    font-weight: 500;
    line-height: 14px;
    background: #bda055;
    border-radius: 2px;
    margin-left: 5px; }
.c-select__wrapper .c-select {
  margin-bottom: 24px;
  position: relative;
  cursor: pointer; }
  .c-select__wrapper .c-select::after {
    content: "";
    width: 11px;
    height: 9px;
    border: 0;
    background: url("../images/icon_arrow_down_gray.png") no-repeat, no-repeat;
    position: absolute;
    background-size: 11px 9px;
    transform: translateY(-50%);
    top: 50%;
    right: 17px; }
  .c-select__wrapper .c-select .c-input__text__gray {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
    margin-top: 6px;
    padding-left: 10px; }
  .c-select__wrapper .c-select select {
    width: 100%;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
    border: 1px solid #808080;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    .c-select__wrapper .c-select select::-ms-expand {
      display: none; }
    .c-select__wrapper .c-select select.c-select__alignRight {
      font-size: 18px;
      text-align-last: right;
      text-align: right;
      padding-right: 35px;
      -ms-text-align-last: right;
      -moz-text-align-last: right; }
.c-select__wrapper .c-select__3col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-select__wrapper .c-select__3col .c-select:nth-child(1) {
    width: 40%; }
  .c-select__wrapper .c-select__3col .c-select:nth-child(2) {
    width: 30%; }
  .c-select__wrapper .c-select__3col .c-select:nth-child(3) {
    width: 30%; }
.c-select__wrapper .c-select__2col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-select__wrapper .c-select__2col .c-select {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 0; }
    .c-select__wrapper .c-select__2col .c-select::after {
      right: 30px; }
  .c-select__wrapper .c-select__2col .c-select__text {
    width: 50%; }

select {
  color: #a8a8a8; }
  select.selected__color {
    color: #000; }
  select option {
    color: #000; }

.c-title__large {
  width: 100%;
  text-align: center;
  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;
  position: relative; }
  .c-title__large .c-title__large__text {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    font-family: "source-han-serif-japanese", serif; }

.c-title__middle {
  width: 100%;
  text-align: center;
  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;
  position: relative; }
  .c-title__middle .c-title__middle__text {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    font-family: "source-han-serif-japanese", serif; }

.c-title__middle__02 {
  width: 100%;
  text-align: center;
  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;
  position: relative; }
  .c-title__middle__02 .c-title__middle__02__text {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 16px; }

.c-title__small {
  width: 100%;
  margin-top: 24px; }
  .c-title__small .c-title__small__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #bda055;
    line-height: 20px;
    padding-left: 5px;
    font-family: "source-han-serif-japanese", serif; }
    .c-title__small .c-title__small__text .c-title__small__text__icon {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      color: #fff;
      width: 30px;
      height: 16px;
      font-weight: 500;
      line-height: 14px;
      background: #bda055;
      border-radius: 2px;
      margin-left: 5px; }
  .c-title__small span {
    line-height: 22.5px; }
    .c-title__small span.c-title__small__error {
      color: #ff0000;
      display: block;
      padding-top: 24px;
      padding-bottom: 10px; }

.c-title__background {
  background-image: url("../images/title_background_icon_01.png"), url("../images/title_background_icon_02.png"), url("../images/title_background_icon_04.png"), url("../images/title_background_icon_03.png");
  background-repeat: no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  background-color: #ecfcff;
  padding: 10px;
  background-size: 18px 18px;
  text-align: center;
  border: 3px solid #ecfcff; }
  .c-title__background.red {
    background-image: url("../images/title_background_red_icon_01.png"), url("../images/title_background_red_icon_02.png"), url("../images/title_background_red_icon_04.png"), url("../images/title_background_red_icon_03.png");
    background-color: #ffefef;
    border: 3px solid #ffefef; }
  .c-title__background .c-title__background__text {
    font-size: 18px;
    font-weight: bold; }
  .c-title__background .c-title__background__tel {
    font-size: 18px;
    letter-spacing: 0.3em; }
  .c-title__background .c-title__background__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20%; }
    @media (max-width: 470px) {
      .c-title__background .c-title__background__flex {
        padding: 0 10%; } }
    @media (max-width: 400px) {
      .c-title__background .c-title__background__flex {
        padding: 0 5%; } }
    .c-title__background .c-title__background__flex p:nth-child(1) {
      text-align: left;
      width: 60%;
      font-size: 13px;
      line-height: 19.5px; }
    .c-title__background .c-title__background__flex p:nth-child(2) {
      width: 40%;
      text-align: right;
      font-size: 18px;
      font-weight: bold;
      line-height: 19.5px; }
  .c-title__background .c-title__background__name {
    padding-left: 20%;
    text-align: left;
    margin-bottom: 18px; }
    @media (max-width: 470px) {
      .c-title__background .c-title__background__name {
        padding: 0 10%; } }
    @media (max-width: 400px) {
      .c-title__background .c-title__background__name {
        padding: 0 5%; } }
    .c-title__background .c-title__background__name span {
      margin-left: 20px; }

.c-title__background {
  background-image: url("../images/title_background_icon_01.png"), url("../images/title_background_icon_02.png"), url("../images/title_background_icon_04.png"), url("../images/title_background_icon_03.png");
  background-repeat: no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  background-color: #ecfcff;
  padding: 10px;
  background-size: 18px 18px;
  text-align: center;
  border: 3px solid #ecfcff; }
  .c-title__background.red {
    background-image: url("../images/title_background_red_icon_01.png"), url("../images/title_background_red_icon_02.png"), url("../images/title_background_red_icon_04.png"), url("../images/title_background_red_icon_03.png");
    background-color: #ffefef;
    border: 3px solid #ffefef; }

.c-title__background__fade__wrapper {
  position: relative; }
  .c-title__background__fade__wrapper .c-title__background__fade__button {
    text-align: center; }
    .c-title__background__fade__wrapper .c-title__background__fade__button p {
      font-size: 12px;
      font-weight: bold;
      color: #f99093;
      display: inline-block;
      position: relative;
      cursor: pointer; }
      .c-title__background__fade__wrapper .c-title__background__fade__button p:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        content: "";
        width: 16px;
        height: 9px;
        display: block;
        background-image: url("../images/icon_arrow_pink.png");
        background-size: 16px 9px;
        background-repeat: no-repeat; }
  .c-title__background__fade__wrapper .c-title__background__fade {
    max-height: 350px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 90%, transparent);
    position: relative; }
    .c-title__background__fade__wrapper .c-title__background__fade.fade-in {
      max-height: none;
      overflow: visible;
      -webkit-mask-image: none; }
    .c-title__background__fade__wrapper .c-title__background__fade .c-title__background__fade__background {
      background-image: url("../images/title_background_pink_icon_01.png"), url("../images/title_background_pink_icon_02.png"), url("../images/title_background_pink_icon_04.png"), url("../images/title_background_pink_icon_03.png");
      background-repeat: no-repeat;
      background-position: left top, right top, right bottom, left bottom;
      background-color: #ffedee;
      padding: 10px;
      background-size: 18px 18px;
      text-align: center;
      border: 3px solid #ffedee; }
      .c-title__background__fade__wrapper .c-title__background__fade .c-title__background__fade__background .c-title__background__fade__heading {
        color: #f99093;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px; }
      .c-title__background__fade__wrapper .c-title__background__fade .c-title__background__fade__background .c-title__background__fade__contents {
        background: #fff;
        border-radius: 12px;
        padding: 20px 16px; }
        .c-title__background__fade__wrapper .c-title__background__fade .c-title__background__fade__background .c-title__background__fade__contents p {
          font-size: 14px;
          text-align: left; }

.c-title__pink {
  background-image: url("../images/title_background_pink_icon_05.png"), url("../images/title_background_pink_icon_06.png");
  background-repeat: no-repeat;
  background-position: right bottom, left bottom;
  background-size: 40px 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #b02daa;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 2px; }

.c-title__crown {
  background-image: url("../images/title_background_icon_crown_01.png"), url("../images/title_background_icon_crown_02.png");
  background-repeat: no-repeat;
  background-position: center -2px, center 32px;
  background-size: 24px 14px, 300px 25px;
  font-size: 18px;
  font-weight: bold;
  max-width: 300px;
  height: 62px;
  margin: 0 auto;
  width: 100%;
  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; }
  @media (max-width: 350px) {
    .c-title__crown {
      background-size: 24px 14px, 280px 25px; } }

.c-textLink__cancel {
  color: #0887a1;
  text-decoration-line: underline;
  display: inline-block; }
  @media (hover: hover) {
    .c-textLink__cancel:hover {
      opacity: 0.7; } }

.c-textLink_arrow {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: inline-block; }
  .c-textLink_arrow a {
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    position: relative; }
    @media (hover: hover) {
      .c-textLink_arrow a:hover {
        opacity: 0.7; } }
    .c-textLink_arrow a img {
      width: 8.7px;
      height: 15.5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -15px; }
  .c-textLink_arrow.cancel {
    margin-top: 16px; }
    .c-textLink_arrow.cancel a {
      font-size: 14px;
      font-weight: bold; }
      .c-textLink_arrow.cancel a img {
        width: 6px;
        height: 12px;
        right: -10px; }

.c-iconLink {
  position: relative;
  color: #0887a1;
  text-decoration-line: underline;
  display: inline-block; }
  @media (hover: hover) {
    .c-iconLink:hover {
      opacity: 0.7; } }
  .c-iconLink .c-list_cardList__heartIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-iconLink .c-list_cardList__heartIcon img {
      margin-left: 5px;
      width: 24px;
      height: 24px; }

.c-list__text-indent li {
  font-size: 15px;
  padding-left: 16px;
  text-indent: -16px;
  color: #000; }

.c-list__link__wrapper .c-list__link li {
  font-size: 16px; }
  .c-list__link__wrapper .c-list__link li.c-list__link__item:nth-child(-n + 3) .c-list__link__title__message {
    font-weight: bold; }
    .c-list__link__wrapper .c-list__link li.c-list__link__item__gray {
      /* background: #f9f9f9;  */
      background: #ededed; 
    }
  /* .c-list__link__wrapper .c-list__link li.c-list__link__item:nth-child(n + 4) {
    background: #f9f9f9; } */
  .c-list__link__wrapper .c-list__link li a {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #c9c9c9;
    display: block;
    color: #000; }
    @media (hover: hover) {
      .c-list__link__wrapper .c-list__link li a:hover {
        opacity: 0.7; } }
    .c-list__link__wrapper .c-list__link li a img {
      width: 10px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .c-list__link__wrapper .c-list__link li a.c-list__link__title {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 16px;
      padding-right: 22px; }
  .c-list__link__wrapper .c-list__link li:first-child {
    border-top: 1px solid #c9c9c9; }

.c-list__text-grayBackground {
  padding: 0 16px; }
  .c-list__text-grayBackground li {
    font-size: 15px;
    color: #000;
    line-height: 22.5px; }
    .c-list__text-grayBackground li p {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 18px;
      font-weight: bold;
      line-height: 14px;
      background: #f2f2f2;
      text-indent: 10px;
      height: 24px;
      margin-bottom: 9px; }
  .c-list__text-grayBackground span {
    font-size: 15px; }


.c-list__text-grayBackground.purple-background li p {
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecfcff;
  height: 32px; }

.c-list_cardList__wrapper {
  width: 100%; }
  .c-list_cardList__wrapper .c-list_cardList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px; }
    .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item {
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - 5px);
      height: auto;
      background-color: #fff;
      margin-bottom: 10px;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
      border: 4px solid #fff; }
      .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item:nth-child(2n-1) {
        margin-right: 5px; }
      .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item:nth-child(2n) {
        margin-left: 5px; }
      .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__heartIcon {
        position: absolute;
        top: 18px;
        right: 23%;
        z-index: 3; }
        @media (max-width: 400px) {
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__heartIcon {
            top: 18px;
            right: 18%; } }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__heartIcon img {
          width: 24px;
          height: 24px; }
      .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__bg {
        display: none;
        border: 1px solid #bda055;
        margin: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        position: absolute;
        z-index: 1; }
      .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents {
        background: url(../images/top_card_bg_01.png) no-repeat, url(../images/top_card_bg_02.png) no-repeat, url(../images/top_card_bg_03.png) no-repeat, url(../images/top_card_bg_04.png) no-repeat;
        background-position: left top, right top, right bottom, left bottom;
        background-size: 50px 50px;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 2px 6px 8px 6px; }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img {
          background: url(../images/top_teacher_img_bg_01.png) no-repeat;
          background-position: center;
          background-size: contain;
          width: 100%;
          max-width: 160px;
          margin-top: 12px;
          margin-bottom: 0px;
          margin-right: auto;
          margin-left: auto;
          text-align: center;
          position: relative; }
          @media (max-width: 470px) {
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img {
              max-width: 104px; } }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img img {
            width: 100%;
            max-width: 150px;
            padding: 10px;
            border-radius: 50%; }
            @media (max-width: 470px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img img {
                padding: 7px;
                max-width: 97px;
                border-radius: 50%; } }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking {
            width: 32px;
            left: 10px;
            position: absolute;
            bottom: 8px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking img {
              width: 28px;
              max-width: none;
              padding: 0; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking.top3 {
              bottom: -2px; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking.top3 img {
                width: 32px; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking.icon_recommend {
                left: 6px; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking.icon_recommend img {
                width: 36px; }
            @media (max-width: 470px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking {
                left: -6px; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__img .c-list_cardList__ranking.icon_recommend {
                left: -8px;
                bottom: 6px; }   }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper {
          min-height: 35px;
          line-height: 35px;
          vertical-align: middle;
          text-align: center;
          margin-top: 5px; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper .c-list_cardList__name {
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            display: inline-block;
            vertical-align: middle;
            padding: 0 2px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper .c-list_cardList__name a {
              color: #0887a1;
              text-decoration-line: underline;
              margin-right: 2px;
              line-height: 16px;
              font-size: 14px;
              font-weight: bold; }
              @media (hover: hover) {
                .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper .c-list_cardList__name a:hover {
                  opacity: 0.7; } }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper .c-list_cardList__name.two_line {
              font-size: 16px;
              margin-top: -1px; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__name__wrapper .c-list_cardList__name.two_line span {
                font-size: 14px; }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 5px; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__tel {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 10px;
            font-weight: 500;
            line-height: 15px;
            margin-right: 5px; }
            @media (max-width: 350px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__tel {
                width: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-right: 0; } }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__tel img {
              width: 9px;
              height: 12px;
              margin-right: 4px; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__career {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 10px;
            line-height: 15px;
            font-weight: 500;
            margin-left: 5px; }
            @media (max-width: 350px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__career {
                width: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-left: 0; } }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__box .c-list_cardList__career img {
              width: 13px;
              height: 12px;
              margin-right: 4px; }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label {
          font-size: 10px;
          line-height: 15px;
          font-weight: 500;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .top_label {
            padding: 0 4px;
            height: 14px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 4px;
            background: #FFEFEF;
            color: #E05D61; }
            @media (max-width: 350px) {
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .top_label {
               padding: 2px; } }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .top_label.blue {
              background: #ecfcff;
              color: #0887A1; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .top_label.yellow {
              background: #E6FCF5;
              color: #259E78; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .top_label:first-child {
            margin-right: 4px; }
          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__label .label {
            width: 32px;
            height: 14px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 4px;
            padding: 4px;
            background: #ecfcff;
            color: #0887a1; }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px;
          margin-bottom: 7px;
          cursor: pointer; }

          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 15px;
            font-weight: bold;
            line-height: 20.27px;
            width: 100%;
            height: 36px;
            border-radius: 18px;
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); }
            @media (max-width: 425px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p {
              font-size: 14px;
              letter-spacing: -1px; }
            }  
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p img {
              width: 11px;
              height: 16px;
              margin-right: 5px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.white {
              background: #fff; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.royal_purple_border {
              color: #0887a1;
              border: 1px solid #0887a1;
              background: #fff;
              text-align: center;
              font-size: 14px;
              line-height: 16px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.gray {
              background: #d9d9d9;
              box-shadow: none;
              text-align: center;
              font-size: 14px;
              line-height: 16px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.yellow {
              background: #dabb1b; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.violet {
              background: #0887a1; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.red-violet {
              background: #f99093; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.purple {
              background: #f99093; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.royal_purple {
              background: #0887a1; }
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.royal_purple img {
                width: 14px;
                height: 16px; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.pink {
              background: #cd99c2; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.blue {
              background: #2db7d4; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.gold {
              background: #ab9763; }
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation p.black {
              background: #202020; }
        .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__text {
          font-size: 12px;
          line-height: 16px;
          text-align: center;
          margin-top: 3px; }

.c-list__thanksList__wrapper {
  width: 100%; }
  .c-list__thanksList__wrapper .c-list__thanksList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px; }
    .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item {
      position: relative;
      width: 100%;
      padding-bottom: 25px; }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item:last-child::after {
        display: none; }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item::after {
        content: "";
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid #dcf2f7;
        display: block;
        padding-top: 25px; }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__heartIcon {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 3; }
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__heartIcon img {
          width: 24px;
          height: 24px; }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__label {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 8px; }
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__label .label {
          width: 42px;
          height: 14px;
          font-size: 10px;
          line-height: 15px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: #dcf2f7;
          border-radius: 4px;
          padding: 2px; }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left {
          width: 150px; }
          @media (max-width: 470px) {
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left {
              width: 92px; } }
          .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__item__left__img {
            width: 100%; }
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__item__left__img img {
              border-radius: 50%; }
          .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 3px; }
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              font-size: 14px;
              font-weight: 500;
              line-height: 20.27px;
              width: 100%;
              height: 30px;
              border-radius: 4px;
              margin-top: 2px; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.white {
                background: #fff; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.yellow {
                background: #dabb1b; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.violet {
                background: #0887a1; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.red-violet {
                background: #f99093; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.purple {
                background: #cb12cf; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.royal_purple {
                background: #0887a1; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.royal_purple_border {
                color: #0887a1;
                border: 1px solid #0887a1;
                background: #fff; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.pink {
                background: #cd99c2; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.blue {
                background: #2db7d4; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.gold {
                background: #ab9763; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p.black {
                background: #202020; }
              @media (max-width: 470px) {
                .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__left .c-list__thanksList__reservation p {
                  font-size: 12px; } }
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right {
          width: calc(100% - 162px);
          margin-left: 12px;
          margin-top: 40px; }
          @media (max-width: 470px) {
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right {
              margin-top: 25px;
              width: calc(100% - 104px); } }
          .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name {
            font-size: 22px;
            font-weight: bold;
            line-height: 21px;
            margin-top: 5px;
            padding-right: 40px; }
            @media (max-width: 470px) {
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name {
                font-size: 18px;
                font-weight: bold; } }
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name span {
              font-size: 16px;
              font-weight: 500; }
              @media (max-width: 470px) {
                .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name span {
                  font-size: 14px;
                  font-weight: 500; } }
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name.two_line {
              font-size: 14px;
              margin-top: -1px; }
              .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name.two_line span {
                font-size: 14px; }
            .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item .c-list__thanksList__item__flex .c-list__thanksList__item__right .c-list__thanksList__item__right__name a {
              display: contents;
              text-decoration: underline; }
    .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__left {
      width: 80px !important; }
      @media (max-width: 470px) {
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__left {
          width: 48px !important; } }
    .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__right {
      width: calc(100% - 92px) !important;
      margin-top: 10px !important; }
      @media (max-width: 470px) {
        .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__right {
          width: calc(100% - 60px) !important;
          margin-top: 0 !important; } }
      .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__right .c-list__thanksList__item__right__name {
        font-size: 18px !important;
        font-weight: 500 !important; }
        @media (max-width: 470px) {
          .c-list__thanksList__wrapper .c-list__thanksList .c-list__thanksList__item__small .c-list__thanksList__item__right .c-list__thanksList__item__right__name {
            font-size: 15px !important; } }

.c-list__content {
  padding: 16px; }

.c-list__pink__background__wrapper {
  background-color: #ffedee;
  width: 100%; }
  .c-list__pink__background__wrapper .c-list__pink__background {
    background-image: url("../images/list_background_02.png"), url("../images/list_background_01.png");
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: 180px 180px;
    padding: 16px; }
    @media (max-width: 450px) {
      .c-list__pink__background__wrapper .c-list__pink__background {
        background-size: 120px 120px; } }
    .c-list__pink__background__wrapper .c-list__pink__background .c-list__pink__background__list {
      width: 100%; }
      .c-list__pink__background__wrapper .c-list__pink__background .c-list__pink__background__list li {
        background-image: url("../images/icon_checkbox_pink.png");
        background-repeat: no-repeat;
        background-position: left 4px;
        background-size: 16px 16px;
        font-size: 15px;
        padding-left: 25px;
        margin-top: 15px; }

.c-list__step {
  width: 100%; }
  .c-list__step ul {
    width: 100%; }
    .c-list__step ul .c-list__step__contents {
      margin-top: 20px; }
      .c-list__step ul .c-list__step__contents .c-list__step__contents__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold; }
        .c-list__step ul .c-list__step__contents .c-list__step__contents__title .c-list__step__contents__title__label {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 11px;
          font-weight: 500;
          color: #0887a1;
          border: 1px solid #0887a1;
          border-radius: 14px;
          width: 54px;
          height: 18px;
          margin-right: 8px; }
      .c-list__step ul .c-list__step__contents .c-list__step__contents__text {
        margin-top: 8px;
        font-size: 13px; }

.c-list__treatment li {
  margin-top: 16px; }
  .c-list__treatment li span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    color: #0887a1;
    border: 1px solid #0887a1;
    border-radius: 14px;
    width: 74px;
    height: 18px;
    margin-bottom: 4px; }

.c-table {
  width: 80%;
  margin-left: auto; }
  .c-table tr {
    width: 100%;
    font-size: 15px; }
    .c-table tr th {
      width: 40%;
      border: 1px solid #e8e8e8;
      padding: 10px;
      background: #ecfcff; }
    .c-table tr td {
      border: 1px solid #e8e8e8;
      padding: 3px; }

.c-table__row__scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }
  .c-table__row__scroll .c-table__row {
    width: 100%;
    position: relative; }
    .c-table__row__scroll .c-table__row:last-child {
      border-bottom: 1px solid #61cfe6; }
    .c-table__row__scroll .c-table__row table {
      border-collapse: unset;
      width: 576px; }
      .c-table__row__scroll .c-table__row table thead tr td {
        font-size: 12px;
        color: #0887a1;
        background: #dcf2f7;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        text-align: center;
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 29px; }
      .c-table__row__scroll .c-table__row table thead tr th {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
        background: #dcf2f7;
        border-top: 1px solid #fff;
        font-size: 12px;
        width: 124px;
        min-width: 124px;
        max-width: 124px;
        height: 29px;
        text-overflow: ellipsis; }
        .c-table__row__scroll .c-table__row table thead tr th:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-right: 1px solid #fff; }
      .c-table__row__scroll .c-table__row table thead.borderTop td {
        border-top: 1px solid #61cfe6; }
      .c-table__row__scroll .c-table__row table thead.borderTop th {
        border-top: 1px solid #61cfe6; }
      .c-table__row__scroll .c-table__row table tbody tr td {
        border-right: 1px solid #61cfe6;
        border-top: 1px solid #61cfe6;
        background: #fff;
        font-size: 12px;
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 29px; }
      .c-table__row__scroll .c-table__row table tbody tr th {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
        padding-left: 8px;
        padding-top: 4px; /* 2022.01.26 */
        padding-bottom: 4px; /* 2022.01.26 */
        border-top: 1px solid #61cfe6;
        background: #fff;
        font-size: 10px;
        font-weight: 500;
        width: 124px;
        min-width: 124px;
        max-width: 124px;
        height: 29px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .c-table__row__scroll .c-table__row table tbody tr th:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          border-right: 1px solid #61cfe6;
          }
        .c-table__row__scroll .c-table__row table tbody tr th a {
          font-size: 12px;
          font-weight: 500;
          text-decoration: underline;
          margin-right: 5px; }
    .c-table__row__scroll .c-table__row .c-table__row__position {
      position: absolute;
      z-index: 1;
      width: 576px;
      left: 124px;
      top: 29px; }
      .c-table__row__scroll .c-table__row .c-table__row__position tbody tr td {
        border: none;
        background: none;
        font-size: 12px;
        width: 576px;
        height: 29px; }
        .c-table__row__scroll .c-table__row .c-table__row__position tbody tr td .c-table__row__position__bar__wrapper {
          width: 0;
          height: 17px;
          position: relative; }
          .c-table__row__scroll .c-table__row .c-table__row__position tbody tr td .c-table__row__position__bar__wrapper .c-table__row__position__bar {
            height: 17px;
            background: linear-gradient(180deg, #61CFE6 0%, #354DA2 100%);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px;
            margin: 0 3px; }

.c-table__col {
  margin-top: 20px;
  width: calc(100% + 32px);
  margin-left: -16px;
  position: relative; }
  .c-table__col table {
    border-collapse: collapse;
    width: 100%;
    height: 577px; }
    .c-table__col table thead tr td {
      font-size: 12px;
      color: #0887a1;
      background: #dcf2f7;
      border: 1px solid #fff;
      border-bottom: none;
      text-align: center;
      height: 24px;
      min-height: 24px;
      max-height: 24px; }
    .c-table__col table thead tr th {
      background: #fff;
      border-top: 1px solid #fff;
      border-left: none;
      font-size: 12px;
      width: 66px;
      min-width: 66px;
      max-width: 66px;
      height: 24px;
      min-height: 24px;
      max-height: 24px; }
    .c-table__col table tbody tr td {
      border: 1px solid #61cfe6;
      background: #fff;
      font-size: 12px;
      height: 24px;
      min-height: 24px;
      max-height: 24px; }
    .c-table__col table tbody tr th {
      border: 1px solid #fff;
      border-left: none;
      color: #0887a1;
      background: #dcf2f7;
      font-size: 12px;
      width: 66px;
      min-width: 66px;
      max-width: 66px;
      height: 24px;
      min-height: 24px;
      max-height: 24px;
      text-overflow: ellipsis;
      text-align: center; }
  .c-table__col .c-table__col__position {
    position: absolute;
    z-index: 1;
    width: calc(100% - 66px);
    left: 66px;
    top: 24px; }
    .c-table__col .c-table__col__position tbody tr td {
      border: none;
      background: none;
      font-size: 12px;
      height: 100%;
      position: relative; }
      .c-table__col .c-table__col__position tbody tr td .c-table__col__position__bar__wrapper {
        width: 100%;
        height: 0;
        position: absolute;
        top: 0;
        left: 0; }
        .c-table__col .c-table__col__position tbody tr td .c-table__col__position__bar__wrapper .c-table__col__position__bar {
          width: 20px;
          left: 50%;
          transform: translateX(-50%);
          background: linear-gradient(180deg, #61CFE6 0%, #354DA2 100%);
          position: absolute;
          border-radius: 20px;
          margin: 3px 0; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-table__row__scroll .c-table__row th {
    border-right: 1px solid #61cfe6; }

  .c-table__row__scroll .c-table__row th::before {
    display: none; }

  .c-table__row__scroll .c-table__row thead th {
    border-right: 1px solid #fff; } }
/* for ie11 hack */
.c-checkIcon {
  width: 72px;
  margin: 0 auto;
  display: block; }

.c-phone {
  width: 28px;
  height: 24px;
  display: inline-block; }

.c-tel {
  width: 12px;
  height: 18px;
  display: inline-block; }

.c-accordion__wrapper {
  margin-top: 20px;
  width: 100%; }
  .c-accordion__wrapper .c-accordion__title {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #61cfe6, #0098B7);
    padding-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-accordion__wrapper .c-accordion {
    width: 100%; }
    .c-accordion__wrapper .c-accordion .c-accordion__item {
      border-bottom: solid 1px #c9c9c9;
      background-color: #fff; }
      .c-accordion__wrapper .c-accordion .c-accordion__item.border_top {
        border-top: solid 1px #c9c9c9; }
      .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button {
        position: relative;
        min-height: 60px;
        text-decoration: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button:after {
          content: "";
          width: 2px;
          height: 15px;
          position: absolute;
          top: 50%;
          right: 16px;
          transform: translateY(-50%);
          background: #0887a1;
          transition: 100ms all ease-out; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button:before {
          content: "";
          height: 2px;
          width: 15px;
          position: absolute;
          right: 9.5px;
          top: 50%;
          transform: translateY(-50%);
          background: #0887a1;
          transition: 150ms all ease-out; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button .c-accordion__button__text {
          width: 100%;
          font-size: 16px;
          text-align: left;
          color: #333;
          padding-left: 40px;
          padding-right: 35px; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button .c-accordion__button__icon {
          width: 18px;
          height: 18px;
          position: absolute;
          left: 16px;
          top: 50%;
          transform: translateY(-50%); }
      .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__content {
        position: relative;
        display: none;
        padding: 16px;
        font-size: 16px;
        background: #ecfcff; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__content p {
          position: relative;
          padding-left: 25px; }
          .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__content p .c-accordion__content__icon {
            width: 18px;
            height: 18px;
            position: absolute;
            left: 0;
            top: 2px; }
      .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button.accordion-active {
        box-shadow: 0px 3px 2px 0.5px rgba(0, 0, 0, 0.1); }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button.accordion-active:before {
          display: none; }
        .c-accordion__wrapper .c-accordion .c-accordion__item .c-accordion__button.accordion-active:after {
          transform: translateY(-50%) rotate(90deg); }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-accordion__wrapper .c-accordion .c-accordion__button {
    height: 60px; } }
/* for ie11 hack */
.c-tab__wrapper {
  width: 100%; }
  .c-tab__wrapper .c-tab .c-tab__button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    list-style: none;
    padding: 0; }
    .c-tab__wrapper .c-tab .c-tab__button__wrapper .c-tab__button {
      width: 50%;
      color: #0887a1;
      font-size: 12px;
      font-weight: bold;
      line-height: 18px;
      cursor: pointer;
      padding: 8px 5px;
      border-bottom: solid #dcf2f7 3px;
      text-align: center;
      text-decoration: underline; }
      @media (hover: hover) {
        .c-tab__wrapper .c-tab .c-tab__button__wrapper .c-tab__button:hover {
          color: #0e0d6a;
          transition: 0.5s; } }
      .c-tab__wrapper .c-tab .c-tab__button__wrapper .c-tab__button.is-current {
        color: #202020;
        background: #dcf2f7;
        border-radius: 8px 8px 0px 0px;
        text-decoration: none; }
    .c-tab__wrapper .c-tab .c-tab__button__wrapper.col-3 .c-tab__button {
      width: 33.3%; }
  .c-tab__wrapper .c-tab .c-tab__content__wrapper .c-tab__content {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px; }
    .c-tab__wrapper .c-tab .c-tab__content__wrapper .c-tab__content.is-showing {
      display: block; }

.c-textarea {
  margin-bottom: 24px; }
  .c-textarea .c-textarea__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border-left: 2px solid #bda055;
    padding-left: 5px;
    margin-bottom: 10px; }
    .c-textarea .c-textarea__title .c-textarea__title__icon {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      color: #fff;
      width: 30px;
      height: 16px;
      font-weight: 500;
      line-height: 14px;
      background: #bda055;
      border-radius: 2px;
      margin-left: 5px; }
  .c-textarea textarea {
    width: 100%;
    min-height: 140px;
    padding: 10px;
    border: 1px solid #808080;
    border-radius: 8px;
    resize: none; }
    .c-textarea textarea::placeholder {
      color: #a8a8a8; }
    .c-textarea textarea::-ms-input-placeholder {
      color: #a8a8a8; }
    .c-textarea textarea::-ms-input-placeholder {
      color: #a8a8a8; }
    .c-textarea textarea.textarea-160 {
      min-height: 160px; }
    .c-textarea textarea.textarea-resize {
      resize: vertical; }

#tel_required2-error, #email_required-error, #tel_required-error, #email_typeC-error, #time-error, #time2-error, #name-error, #name2-error, #name3-error, #name4-error, #name5-error, #tel-error, #tel2-error, #email-error, #password-error, #password2-error, #password_change-error, #password_change2-error {
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif; }

#textarea_require-error, #textarea-error, #textarea2-error, #textarea3-error, #textarea4-error {
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif; }

#email_typeB-error {
  display: none !important; }

#password_typeB-error {
  display: none  !important; }

.valid_required label {
  display: block !important;
  padding-left: 0 !important; }
.valid_required input {
  border: 1px solid #808080 !important; }
.valid_required textarea {
  border: 1px solid #808080 !important; }
.valid_required .validation-rule {
  display: block !important; }
.valid_required .validation-rule__text {
  display: block !important; }
.valid_required .error {
  display: none !important; }

.field-error #tel_required2 {
  border: 1px solid #FF0000; }
.field-error #email_required {
  border: 1px solid #FF0000; }
.field-error #tel_required {
  border: 1px solid #FF0000; }
.field-error #textarea {
  border: 1px solid #FF0000; }
.field-error #textarea2 {
  border: 1px solid #FF0000; }
.field-error #textarea3 {
  border: 1px solid #FF0000; }
.field-error #textarea4 {
  border: 1px solid #FF0000; }
.field-error #textarea_require {
  border: 1px solid #FF0000; }
.field-error #email_typeC {
  border: 1px solid #FF0000; }
.field-error #time {
  border: 1px solid #FF0000; }
.field-error #time2 {
  border: 1px solid #FF0000; }
.field-error #name {
  border: 1px solid #FF0000; }
.field-error #name2 {
  border: 1px solid #FF0000; }
.field-error #name3 {
  border: 1px solid #FF0000; }
.field-error #name4 {
  border: 1px solid #FF0000; }
.field-error #name5 {
  border: 1px solid #FF0000; }
.field-error #tel {
  border: 1px solid #FF0000; }
.field-error #tel2 {
  border: 1px solid #FF0000; }
.field-error #email {
  border: 1px solid #FF0000; }
.field-error #password {
  border: 1px solid #FF0000; }
.field-error #password2 {
  border: 1px solid #FF0000; }
.field-error #password_change {
  border: 1px solid #FF0000; }
.field-error #password_change2 {
  border: 1px solid #FF0000; }
.field-error #email_typeB {
  border: 1px solid #FF0000; }
.field-error #email_typeC {
  border: 1px solid #FF0000; }
.field-error #password_typeB {
  border: 1px solid #FF0000; }

input.error {
  border: 1px solid #f00 !important; }

.field-error > .validation-rule {
  display: none; }

.field-error > .validation-rule__box .validation-rule__text {
  display: none; }

.field-error_text {
  display: none; }

.field-error-wrapper2 .field-error_text {
  display: block; }

.field-error-wrapper .field-error_text {
  display: block; }

.field-error_text_top {
  color: #ff0000;
  font-weight: 500;
  display: none; }
  .field-error_text_top img {
    width: 11px;
    margin-right: 5px; }

.field-error-wrapper .field-error_text_top {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-card__comment {
  width: 100%;
  background: #ecfcff;
  padding: 20px 16px; }
  .c-card__comment .c-card__comment__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-bottom: 10px; }
    .c-card__comment .c-card__comment__header .c-card__comment__header__left {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .c-card__comment .c-card__comment__header .c-card__comment__header__left p {
        font-size: 15px;
        line-height: 22.5px;
        margin-left: 8px; }
      .c-card__comment .c-card__comment__header .c-card__comment__header__left img {
        width: 26px;
        border-radius: 50%; }
    .c-card__comment .c-card__comment__header .c-card__comment__header__right p {
      font-size: 12px;
      font-weight: 500; }
  .c-card__comment .c-card__comment__contents {
    width: 100%; }
    .c-card__comment .c-card__comment__contents p {
      font-size: 14px; }

      @media screen and (min-width: 769px) {
        .c-card__comment .c-card__comment__contents .thanks__message {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
        }
      }
      @media screen and (max-width: 768px) {
        .c-card__comment .c-card__comment__contents .thanks__message {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
        }
      }

.c-card__merit {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  border: 4px solid #fff;
  background: #fff;
  margin-top: 20px; }
  .c-card__merit .c-card__merit__bg {
    background: url(../images/top_card_bg_01.png) no-repeat, url(../images/top_card_bg_02.png) no-repeat, url(../images/top_card_bg_03.png) no-repeat, url(../images/top_card_bg_04.png) no-repeat;
    background-position: left top, right top, right bottom, left bottom;
    background-size: 50px 50px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 3px; }
    .c-card__merit .c-card__merit__bg .c-card__merit__title {
      background: radial-gradient(50% 50% at 50% 50%, rgba(213, 169, 41, 0.4) 0%, rgba(213, 169, 41, 0) 100%);
      min-height: 48px;
      width: 100%;
      max-width: 320px;
      font-size: 16px;
      font-weight: bold;
      margin: 0 auto;
      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;
      text-align: center; }
    .c-card__merit .c-card__merit__bg .c-card__merit__text {
      font-size: 12px; }

.c-floating__banner {
  width: 100%;
  max-width: 498px;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  z-index: 999; }
  .c-floating__banner .c-floating__banner__left {
    width: calc(100% - 96px); }
  .c-floating__banner .c-floating__banner__right {
    width: 84px;
    margin-left: 12px; }

/* for ie11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .c-floating__banner.c-floating__banner__hide__ieOnly {
    display: none; } }
/* for ie11 hack */
.c-background_purple {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 24px;
  background: #3fbbd4; }
  .c-background_purple .c-background_purple__title {
    background-image: url("../images/title_background_icon_05.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 300px 25px;
    font-size: 24px;
    font-weight: 600;
    max-width: 310px;
    height: 45px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #fff; }
    @media (max-width: 350px) {
      .c-background_purple .c-background_purple__title {
        background-size: 270px 22px; } }
  .c-background_purple .c-background_purple__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 40px;
    max-width: 310px;
    width: 100%;
    height: 32px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
  .c-background_purple .c-background_purple__img {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .c-background_purple .c-background_purple__img img {
      width: 70px; }
  .c-background_purple .c-background_purple__text {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px; }
  .c-background_purple .c-background_purple__textimg {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .c-background_purple .c-background_purple__textimg img {
      width: 100%;
      max-width: 320px; }
  .c-background_purple.middleColor {
    background: #6ac2d4; }
    .c-background_purple.middleColor .c-background_purple__subtitle {
      margin-top: 24px; }
  .c-background_purple.lightColor {
    background: #7fc6d4; }
    .c-background_purple.lightColor .c-background_purple__subtitle {
      margin-top: 24px; }
  .news__unread{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #F00; 
    border-radius: 50%;
  }

  .mailbtn-table {
    width:100%; /* ボタンの横幅 */
    border-radius:45px; /* ボタンの角丸半径 */
    background-color:#f99093; /* ボタンの色 */
  }
  .mailbtn-td {
    padding:10px; /* ボタン内側の余白 ＝ tableタグのcellpaddingにも"10"を指定 */
    height:70px; /* ボタンの高さ */
  }
  .mailbtn-td a {
    color:#ffffff; /* ボタン文字色 */
    text-decoration:none; /* リンクアンダーラインの有無 */
    display:block; /* ボタンのリンク範囲を拡張 */
  }
  .mailbtn-font {
    font-size:24px; /* ボタン文字サイズ */
    line-height:1.4; /* ボタン文字行間 */
  }

  .lp-container {
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 0px 20px #333;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 40px); }
    @media (max-width: 480px) {
      .lp-container {
        min-height: 100vh; } }

.lp-main {
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  flex: 1; }
  .lp-main .lp-main__content {
    width: 100%; }

.arrow_under {
  width: 8%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}




.c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation2 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px;
          margin-bottom: 7px;
          cursor: pointer; }

          .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation2 div {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 15px;
            font-weight: bold;
            line-height: 20.27px;
            width: 100%;
            height: 36px;
            border-radius: 18px;
            box-shadow: #00000026; }
            @media (max-width: 425px) {
              .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation2 {
              font-size: 14px;
              letter-spacing: -1px; }
            }  
            .c-list_cardList__wrapper .c-list_cardList .c-list_cardList__item .c-list_cardList__item__contents .c-list_cardList__reservation2 div img {
              width: 10px;
              height: 11px;
              margin-right: 4px; }

.royal_purple2 {
  background: #2DB7D4; }

    .royal_purple2 ul{
      margin: 0;
      padding: 0;
      line-height: 100% }

/* ピックアップ口コミ */
.pickup_reviewlist{
  color: #BF9221;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

 /* 初回特典バナー右下のサークル */
 .circle {
  background: #E84364;
  max-width: 120px;
  border-radius: 50%;
  padding: 35px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  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;
  text-align: center;
  border: 1.5px solid white;
}
.circle::before {
display: block;
content: '';
padding-top: 100%;
}

@media (max-width: 768px) {
  .circle {
      max-width: 120px; 
      padding: 25px; 
  }

  .circle::before {
    display: block;
    content: '';
    padding-top: 100%;
  }
}

.text-in-img{
margin: 0;
font-size: 1.0rem;
color: #fff;
position: absolute;
left: 50%;
translate: -50%;
white-space: nowrap;
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
font-weight: bold;
}
.num-in-img{
font-size: 1.4rem;
color: #FFE851;
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
font-weight: bold;
}

@media (max-width: 768px) {
.text-in-img{
    font-size: 0.7rem;
  }

  .num-in-img{
    font-size: 0.9rem;
  }
}

