@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

/*input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}*/

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

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

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

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
#contact{
    padding: 5%;
    font-size: 1.1rem;
}
#reserve_kao{
    line-height: 1.5;
    margin-bottom: 3%;
    }
input.button2 {
    font-size: 1.9em !important;
    padding: 10px 30px;
    margin: 20px 0 50px;
    background-color: #14aaa0;
    border-style: none;
    color: #fff;
}
#cap{
    color: #14aaa0;
    font-size: 0.8em;
}
/* --------------------------------
c-header
----------------------------------- */
.contents-block {
  margin-top: 100px;
}

.ttl-style03 {
  border-top: 2px solid #8dadda;
  border-bottom: 2px solid #8dadda;
  color: #8dadda;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  padding: 18px 30px;
  text-align: center;
}

.ttl-style04,
.page-area h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
  padding-left: 20px;
  position: relative;
}

.ttl-style04:before,
.page-area h4:before {
  background: #8dadda;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 3px;
}

/* table */
.table-style01 {
  font-size: 16px;
  width: 100%;
}

.table-style01 th,
.table-style01 td {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 30px;
  text-align: left;
}

.table-style01 th {
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 210px;
}

.table-style01 th:not(:first-child):before {
  background: #e9e9e9;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 30px);
}

.table-style01 td {
  vertical-align: middle;
}

.table-style02 {
  font-size: 16px;
  width: 100%;
}

.table-style02 th,
.table-style02 td {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 30px;
  text-align: left;
}

.table-style02 th {
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 210px;
}

.table-style02 td {
  vertical-align: middle;
}

.table-style03 {
  border: 1px solid #ddd;
  font-size: 16px;
  width: 100%;
}

.table-style03 > tbody > tr > th,
.table-style03 > tbody > tr > td {
  border-bottom: 1px dotted #ddd;
}

.table-style03 > tbody > tr > th {
  background: #EDE3D3;
  padding: 20px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 240px;
}

.table-style03 > tbody > tr > td {
  padding: 20px 30px;
  vertical-align: middle;
}
.table-style03 > tbody > tr > td > input {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: 5px;
}

.table-style03 > tbody > tr.icon-required > th::before {
  background: #ffd350;
  color: #333;
  content: "必須";
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 28px;
  left: 20px;
  width: 54px;
}

.c-contact__caution {
  margin-top: 10px;
  color: #f65252;
  font-weight: bold;
}
.c-contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  min-height: 360px;
  margin-top: 10px;
}
.c-contact .select-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.c-contact .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.c-contact .select-box__box {
  position: relative;
}
.c-contact .select-box__box::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-contact .select-box select {
  padding: 10px 30px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.c-contact-box {
  margin-top: 10px;
}
.c-contact-box__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.c-contact-box__box01 + .c-contact-box__box01 {
  margin-top: 10px;
}

.c-contact-ttl {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact-ttl::after {
  content: "任意";
  background-color: #8b8b8b;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 4px;
}
.c-contact-ttl.pat-require::after {
  content: "必須";
  background-color: #f65252;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.radio-list > li {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.radio-list input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
}
.radio-list input[type=radio]:checked + label {
  background-color: #e1feee;
}
.radio-list input[type=radio]:checked + label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  border-bottom: 2px solid #2bb167;
  border-left: 2px solid #2bb167;
  -webkit-transform: rotate(-45deg) translateY(-4px);
          transform: rotate(-45deg) translateY(-4px);
}
.radio-list label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 30px;
  width: 100%;
  height: 100%;
}

.c-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-contact-list__item input {
  display: none;
}
.c-contact-list__item input.no-hidden {
  display: block;
}
.c-contact-list__item input:checked + label {
  background-color: #83c2ca;
  color: #fff;
}
.c-contact-list__item label {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.c-contact-list02 > li + li {
  margin-top: 10px;
}
.c-contact-list02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.c-contact-list02 fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  line-height: 1;
}
.c-contact-list02 fieldset input {
  padding: 10px;
  font-size: 16px;
  line-height: 1;
}
.c-contact-list02 select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  min-height: 46px;
}

.c-contact-clinic + .c-contact-clinic {
  margin-top: 50px;
}
.c-contact-clinic__list {
  margin-top: 10px;
}

.validate-box input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}
.validate-box .validate-text {
  color: #f65252;
  margin-top: 5px;
  font-weight: bold;
}

.confirm-area {
  display: none;
}

.submit-btn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  display: block;
  width: 364px;
  margin: 0 auto;
  margin: auto;
  padding: 0;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  color: #69b076;
  border: none;
  border: 2px solid #69b076;
}
.submit-btn:hover {
  background-color: #69b076;
  color: #fff;
}

.back-btn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  display: block;
  width: 364px;
  margin: 0 auto;
  margin: auto;
  padding: 0;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  color: #69b076;
  border: none;
  border: 2px solid #69b076;
}
.back-btn:hover {
  background-color: #69b076;
  color: #fff;
}

.btn-box {
  margin-top: 30px;
}

.btn-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.btn-style02 > button, .btn-style02 .top-button {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  display: block;
  width: 364px;
  margin: 0 auto;
  margin: auto;
  padding: 0;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  color: #69b076;
  border: none;
  border: 2px solid #69b076;
}
.btn-style02 > button:hover, .btn-style02 .top-button:hover {
  background-color: #69b076;
  color: #fff;
}

.confirm-area {
  margin-top: 50px;
}
.confirm-area .ttl-style01 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.confirm-area .table-style03 {
  margin-top: 20px;
}

img {
  width: 100%;
}

.c-contact-salin-txt {
  margin-top: 30px;
}

.ttl-style01 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 30px;
  background-color: #EDE3D3;
}

.contact-finish-text {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}

.picker--opened .picker__frame {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: initial;
  margin: 0;
}

/* .js-salon-list > li + li {
  margin-top: min(5.3333333333vw, 20px);
} */
.js-salon-list > li[data-salon] {
  display: none;
}
.js-salon-list__ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: min(4.8vw, 23px);
  padding: 20px;
  background-color: #b29163;
  position: relative;
}
.js-salon-list__ttl > span.arrow {
  width: min(2.6666666667vw, 20px);
  height: min(2.6666666667vw, 20px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.js-salon-list__cont {
  padding: min(5.3333333333vw, 20px);
  /* display: none; */
}
.js-salon-list__table {
  margin-top: min(5.3333333333vw, 20px);
}
.js-salon-list__map {
  margin-top: min(5.3333333333vw, 20px);
  aspect-ratio: 77/30;
}
.js-salon-list__map > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon-table {
  width: 100%;
}
.salon-table th, .salon-table td {
  padding: min(2.6666666667vw, 15px);
  font-size: min(3.7333333333vw, 20px);
}
.salon-table th {
  word-break: keep-all;
  background-color: #ddd;
  text-align: center;
  font-weight: bold;
}
.salon-table tr:not(:last-child) th,
.salon-table tr:not(:last-child) td {
  /* margin-bottom: 5px; */
  border-bottom: 3px solid white;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  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;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#wrapper {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

.fixd {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
}
.fixd__link {
  display: block;
}

.l-mv__link {
  display: block;
  /*margin-top: -28px;
  padding: 0 20px;*/
}
.l-mv .mv-img03 {
  display: block;
  width: 436px;
  margin: auto;
  margin-top: 18px;
}

.l-sec01 {
  /*margin-top: 70px;*/
}
.l-sec01 .l-sec01-2 {
  margin-top: 70px;
}

.l-sec02 {
  margin-top: 70px;
}
.l-sec02 .l-sec02-dec {
  display: block;
}
.l-sec02 .sec02_txt {
  display: block;
  margin: auto;
  margin-top: 25px;
}
.l-sec02 .sec02_txt.pat01 {
  width: min(44.2666666667vw, 332px);
}
.l-sec02 .sec02_txt.pat02 {
  width: min(46.9333333333vw, 352px);
}
.l-sec02 .sec02_txt.pat03 {
  width: min(44.8vw, 336px);
}
.l-sec02 .sec02_txt.pat04 {
  width: min(72vw, 540px);
}
.l-sec02 .sec02_txt.pat05 {
  width: min(72.8vw, 546px);
}
.l-sec02 .sec02_txt02 {
  display: block;
  width: 253px;
  margin: auto;
  margin-top: 25px;
}

.l-sec02-list {
  margin-top: -218px;
  padding-left: 92px;
  padding-right: 92px;
}
.l-sec02-list__li + .l-sec02-list__li {
  margin-top: 50px;
}

.l-sec03 {
  margin-top: 70px;
}
.gif-block{
  position: relative;
}
.l-sec03 .sec03-2-gif {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(73.33333333vw, 550px);
  margin-top: 15px;
  transform: translateX(-50%);
  /* padding-left: 40px; */
  /* padding-right: 40px; */
}
.l-sec03 .sec03-3 {
  margin-top: 70px;
}

.l-sec04 {
  margin-top: 70px;
}

.l-sec05 {
  margin-top: 70px;
}
.l-sec05 .sec05-1 {
  padding: 0 20px;
}
.l-sec05 .sec05-2 {
  margin-top: 70px;
}
.l-sec05__ttl {
  width: 476px;
  margin: auto;
}
.l-sec05__ttl img {
  width: 100%;
}
.l-sec05 .sec05-result {
  margin-top: 50px;
}
.flow-line {
  margin-top: 40px;
}
.l-sec05-list {
  margin-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
}
.l-sec05-list__li + .l-sec05-list__li {
  margin-top: 50px;
}
.l-sec05-list__q {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.l-sec05-list__q::before {
  content: "";
  background: url(../img/qa-dec01.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-sec05-list__q.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-sec05-list__a {
  font-size: min(3.2vw, 25px);
  padding: min(6vw, 20px) 0;
  position: relative;
  font-weight: 500;
}
.l-sec05-list__a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5.3333333333vw;
  background-color: #fff;
  position: absolute;
  bottom: 95%;
  left: 0;
}
.l-sec05-list__a.is-active {
  display: block;
}


.l-sec06 {
  margin-top: 75px;
  background: #EDE3D3;
  padding-top: 70px;
  padding-bottom: 90px;
}
.l-sec06__ttl {
  width: 286px;
  margin: auto;
}
.l-sec06__ttl img {
  width: 100%;
}

.l-sec06-list {
  margin-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
}
.l-sec06-list__li + .l-sec06-list__li {
  margin-top: 50px;
}
.l-sec06-list__q {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.l-sec06-list__q::before {
  content: "";
  background: url(../img/qa-dec01.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-sec06-list__q.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-sec06-list__a {
  font-size: min(3.2vw, 25px);
  padding: min(6vw, 20px) min(6vw, 23px);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  font-weight: 500;
}
.l-sec06-list__a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5.3333333333vw;
  background-color: #fff;
  position: absolute;
  bottom: 95%;
  left: 0;
}
.l-sec06-list__a.is-active {
  display: block;
}
.p_home-clinic-cont {
  padding-top: min(13.3333333333vw, 50px);
  padding-bottom: min(6.3333333333vw, 50px);
  /* padding-bottom: min(13.3333333333vw, 50px); */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  /* background-color: #FFF5E7; */
}

.p_home-clinic-ttl {
  text-align: center;
  font-weight: bold;
  font-size: min(5.3333333333vw, 30px);
}

.p_home-clinic-cap {
  text-align: center;
  margin: 20px 0;
  font-size: min(4.2666666667vw, 16px);
}
.wrap-video{
  position:relative;
    margin-bottom: -10px;
}

.wrap-video video{
  width: 750px;
  height:auto
}
.wrap-video .btn{
    position: absolute;
    display: block;
    bottom: 150px;
    width: 650px;
    margin: 0 0 0 7%;
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .radio-list > li {
    /* width: calc((100% - 40px) / 1); */
    width: 100%;
  }
  .c-contact-list > li {
    width: calc((100% - 20px) / 3);
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .l-wrap {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 640px) {
  body {
    /* font-size: 14px; */
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .table-style03 > tbody > tr > th,
  .table-style03 > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .radio-list {
    gap: 5px;
  }
  .radio-list > li {
    width: calc((100% - 5px) / 1);
  }
  .radio-list label {
    padding: 10px 5px 10px 30px;
  }
  .picker__footer button {
    font-size: 16px;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .l-wrap {
    padding-bottom: 40px;
  }
  .l-mv__link {
    /*margin-top: -3px;*/
  }
  .l-mv .mv-img03 {
    width: 350px;
  }
  .l-sec02 .l-sec02-dec {
    padding-left: 20px;
    margin-right: -40px;
    width: 621px;
  }
  .l-sec02 .sec02_txt {
    width: 350px;
  }
  .l-sec02 .sec02_txt02 {
    width: 200px;
  }
  .l-sec02-list {
    margin-top: -104px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec05__ttl {
    width: 294px;
  }
  .l-sec05-list__q::before {
    width: 15px;
    right: 10px;
    top: 45%;
  }
  .l-sec06 {
    padding-bottom: 65px;
  }
  .l-sec06__ttl {
    width: 180px;
  }
  .l-sec06-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec06-list__li + .l-sec06-list__li {
    margin-top: 25px;
  }
  .l-sec06-list__q::before {
    width: 15px;
    right: 10px;
    top: 45%;
  }
    .wrap-video video{
  width: 100%;
  height:auto
}
    .wrap-video .btn{
    position: absolute;
    display: block;
    bottom: 5.4rem;
    width: 85%;
    margin: 0 0 0 2rem;
}}
/*# sourceMappingURL=style.css.map */