@charset "UTF-8";
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 22vw;
  padding-bottom: calc(22vw + constant(safe-area-inset-bottom) * 0.8);
  padding-bottom: calc(22vw + env(safe-area-inset-bottom) * 0.8);
  min-height: 18.6666666667vw;
  background-color: #5ab5bd;
}
.l-footer .copyright {
  text-align: center;
  font-size: 2.9333333333vw;
  color: #fff;
}

.accordion__contents {
  overflow: hidden;
  height: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.accordion.is-open .accordion__contents {
  will-change: transform;
}

.c-box {
  padding: 5rem 0;
}
.c-box__inner {
  margin: 0 1.5rem;
}

.c-box__title {
  margin: 0 auto 2.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Koburina Gothic W3 JIS2004;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-box__title em {
  font-family: Koburina Gothic W6 JIS2004;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------
// File Name:		form.scss
// Note:			SPフォーム用SCSSファイル


// New Creation:	2019/02/07.
// Last Change:	　2019/02/07.


// Created By		Kosuke Inoue
------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	header
4.	main
5.	side
6.	footer
7.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

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

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type=search] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

body.is-modal {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

form legend {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.faq.c-box {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0;
  background-image: url(../../img/sp/box_bg3.png);
  background-position: center top 17rem;
  background-repeat: no-repeat;
  background-color: #f0f2f3;
  background-size: auto 61%;
}
.faq.c-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 13.5rem;
  background: url(../../img/sp/box_bg1.png) center no-repeat;
  background-size: auto 100%;
}
.faq .c-box__inner {
  margin: 0 1rem;
}
.faq .c-box__title {
  margin-bottom: 2rem;
  background: url(../../img/sp/title_bg1.png) left bottom no-repeat;
  background-size: 100% auto;
  font-family: Koburina Gothic W3 JIS2004;
  color: #136dbd;
}
.faq .lead {
  margin-bottom: 1.5rem;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #545454;
}
.faq .lead a {
  text-decoration: underline;
  color: #136dbd;
}
.faq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 3rem 1rem 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f0f7), color-stop(50%, #d6e5f3), to(#c6dbee));
  background: linear-gradient(#e7f0f7 0%, #d6e5f3 50%, #c6dbee 100%);
  line-height: 1.2;
  font-family: Koburina Gothic W6 JIS2004;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #136dbd;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../img/sp/qa_question.png) left top no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  width: 15px;
  height: 15px;
  background: url(../../img/pc/arrow14.png) left top no-repeat;
  background-size: 100%;
}
.faq .text {
  position: relative;
  padding: 0.6rem 3rem 0.6rem 4rem;
  background: #fff;
  text-align: justify;
  line-height: 1.4;
  font-family: Koburina Gothic W3 JIS2004;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #545454;
}
.faq .text::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../img/sp/qa_answer.png) left top no-repeat;
  background-size: 100% auto;
}
.faq .inner.is-open .title::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.form-area {
  overflow: hidden;
  padding: 0 0 30rem;
  background: #fff;
  color: #545454;
}
.form-area__lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #545454;
}
.form-area__lead em {
  font-weight: bold;
}
.form-area__lead span {
  display: block;
  line-height: 1.6;
  font-size: 1.1rem;
}
.form-area__lead a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  text-decoration: underline;
  color: #555;
}
.form-area__lead a span {
  font-size: 1.6rem;
  font-weight: bold;
}
.form-area__lead a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 39px;
  height: 32px;
  background: url(../../img/pc/tel_freecall_bg2.png) no-repeat;
  background-size: contain;
}
.form-area__lead small {
  font-size: 14px;
}
.form-area__progress {
  margin-bottom: 2.8rem;
  text-align: center;
}
.form-area .flow-list {
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.form-area .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-area .flow-item__pic {
  margin-right: 1rem;
  width: 35%;
}
.form-area .flow-item__text {
  width: 65%;
}
.form-area .flow-item__text .title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #136dbd;
}
.form-area .flow-item__text .text {
  line-height: 1.4;
  font-size: 1.3rem;
  color: #545454;
}
.form-wrapper {
  border: 0;
  font-size: 1.5rem;
}
.form-item {
  margin-bottom: 0.2rem;
  padding: 1rem;
}
.form-item:nth-child(odd) {
  background: #f8f6f5;
}
.form-item:nth-child(even) {
  background: #fff;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-label {
  line-height: 1.4;
  font-size: 1.7rem;
  color: #585858;
}
.form-label label {
  font-weight: bold;
}
.form-label label + span {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.4rem;
  background: #949494;
  vertical-align: top;
  font-size: 1rem;
  color: #fff;
}
.form-label label em {
  font-size: 1.3rem;
}
.form-label small {
  display: block;
  line-height: 1.4;
  font-size: 1.2rem;
}
.form-label small em {
  color: #de5b62;
}
.form-input {
  font-size: 1.6rem;
  word-break: break-all;
}
.form-input .table {
  display: block;
  margin-top: 0.8rem;
  border: 1px solid #c7bcb5;
  border-radius: 2px;
  background: #fff;
}
.form-input li {
  display: block;
  padding: 1rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
.form-input input[type=radio] {
  margin-right: 0.2rem;
}
.form-input select,
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #c7bcb5;
  background: #fff;
  font-size: 1.6rem;
  color: #545454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-input textarea {
  height: 14rem;
  line-height: 1.4;
}
.form-input input::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: #9e9e9e;
}
.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: #9e9e9e;
}
.form-input input::-ms-input-placeholder, .form-input textarea::-ms-input-placeholder {
  color: #9e9e9e;
}
.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #9e9e9e;
}

.form-item.clinic .form-input ol li {
  border-bottom: 1px solid #c7bcb5;
}
.form-item.clinic .form-input ol li span {
  content: "";
  display: inline-block;
  margin: -2px 0 0 5px;
  width: 56px;
  height: 26px;
  background: url(../../img/pc/form_map.png) left center no-repeat;
  vertical-align: middle;
}
.form-item.clinic .form-input ol:last-child li:last-child {
  border-bottom: 0;
}
.form-item.history .form-input ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item.history .form-input li {
  width: 50%;
  border-right: 1px solid #c7bcb5;
}
.form-item.history .form-input li:last-child {
  border-right: 0;
}
.form-item.date .form-input .input {
  position: relative;
  margin-top: 0.5rem;
}
.form-item.date .form-input input[type=text] {
  width: 17rem;
  height: 3.5rem;
}
.form-item.date .form-input .ui-datepicker-trigger {
  position: absolute;
  bottom: 0.34rem;
  left: 13.4rem;
  width: 11%;
  border: 1px solid #c7bcb5;
}
.form-item.date .form-input select {
  height: 3.5rem;
}

.ui-autocomplete {
  font-size: 16px;
}
.ui-autocomplete li {
  padding: 5px 10px;
}

.formError .formErrorContent {
  padding: 0;
  width: 100%;
  border-radius: 5px;
  background: none;
  text-align: left;
  color: #df5b62;
}
.formError .errMsg {
  font-size: 1.4rem;
}

.submit {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  position: relative;
  margin-top: 2.5rem;
}
.submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.submit__button {
  display: block;
  position: relative;
  z-index: 15;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 30rem;
  height: 7rem;
  border: none;
  border-radius: 0;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  text-indent: -1000px;
}

.l-footer {
  padding: 0.9rem 0 5.5rem;
  min-height: auto;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}

.form.input .form-label label + span {
  display: none;
}
.form.input .form-label.required.is-empty::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 15%;
  background: url(../../img/sp/form_required.png) left bottom no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.form.input .form-label.required.is-ng::after, .form.input .form-label.required.err::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 15%;
  background: url(../../img/sp/form_required_ng.png) left bottom no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.form.input .form-label.required::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 19%;
  background: url(../../img/sp/form_required_ok.png) left bottom no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.form.input .agree {
  margin: 4rem 0 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.form.input .agree span {
  display: block;
  margin: 1rem 2rem;
  padding-left: 1rem;
  text-align: left;
  text-indent: -1rem;
  line-height: 1.4;
  font-size: 1rem;
}
.form.input .agree span::before {
  content: "※";
}
.form.input .input-form-button {
  margin-top: 3rem;
}
.form.input .input-form-button-item {
  display: none;
  margin: 0 auto;
  width: auto;
  border: 0;
  text-align: center;
}
.form.input .input-form-button-item.is-active {
  display: block;
}
.form.input .input-form-button button {
  padding: 10px 30px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
}
.form.input .input-form-button .is-failure button {
  width: 300px;
  background: #d1000f;
  line-height: 1.75;
  font-size: 16px;
}
.form.input .input-form-button .is-clear button {
  position: relative;
  width: 90%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #008000), color-stop(50%, #007b00), to(#007100));
  background: linear-gradient(#008000 50%, #007b00 50%, #007100);
  background-color: #008000;
  line-height: 3.5;
  font-size: 16px;
  font-weight: bold;
}
.form.input .input-form-counter {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2000;
  padding: 10px 30px;
  border: 1px solid #d1000f;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  opacity: 0;
  line-height: 1;
  font-size: 1.3333333333em;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.form.input .input-form-counter .rest .inner-text {
  font-weight: bold;
  color: #d1000f;
}
.form.input .input-form-counter-text {
  line-height: 1.5;
  font-size: 16px;
  color: #727272;
}
.form.input .input-form-counter-text .inner-text {
  font-weight: bold;
}
.form.input .input-form-counter.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form.input .input-form-counter.is-clear {
  border-color: #008000;
}
.form.input .input-form-counter.is-clear .rest {
  font-weight: bold;
  color: #008000;
}
.form.input .input-form .contact .table > * {
  display: block;
}
.form.input .input-form .contact .table > * li {
  border: 0;
}
.form.input .input-form .contact .table > * li label {
  line-height: 1.2;
}
.form.input .input-form .contact .table > * li:first-child {
  border-bottom: 0.1rem solid #ccc;
}
.form.input .input-form .formError .formErrorContent {
  background: inherit;
  text-align: left;
  color: #df5b62;
}
.form.input .form-area {
  padding-bottom: 8rem;
}
.form.input .submit.confirmation .submit__button {
  background: url(../../img/sp/form_button_confirmation.png) left top no-repeat;
  background-size: 100% auto;
}
.form.input #error {
  margin-bottom: 2rem;
  padding: 0.5rem;
  border: 2px solid #df5b62;
}
.form.input #error p {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  color: #df5b62;
}
.form.input #error p span {
  font-size: 1.2rem;
  color: #545454;
}
.form.input .modal {
  display: none;
  position: fixed;
}
.form.input .modal__inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(184, 211, 235, 0.9);
  background: rgba(243, 248, 252, 0.9);
  color: #7d7d7d;
}
.form.input .modal__close {
  float: right;
  padding: 0.5rem 1rem;
  width: 15%;
}
.form.input .modal__map, .form.input .modal__text {
  padding: 0 1rem 1.5rem;
  font-size: 1.3rem;
}
.form.input .modal__item {
  display: table;
  width: 100%;
  border-bottom: 2px solid #136dbd;
}
.form.input .modal__item .item-title,
.form.input .modal__item .item-text {
  display: table-cell;
  padding: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
.form.input .modal__item .item-title {
  width: 4rem;
  background: #d0e2f2;
  text-align: center;
  line-height: 1.25;
}
.form.input .modal__item .item-title span {
  font-size: 1.2rem;
}
.form.input .modal__item .item-text {
  line-height: 1.2;
  font-size: 1.3rem;
}
.form.input .modal__item:first-child {
  border-top: 2px solid #136dbd;
}
.form.input .modal.is-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

.form.confirmation .form-area,
.form.send .form-area {
  padding-bottom: 12rem;
}
.form.confirmation .form-area__lead,
.form.send .form-area__lead {
  margin-bottom: 2rem;
}
.form.confirmation .l-footer,
.form.send .l-footer {
  padding-bottom: 0.9rem;
}

.form.confirmation .form-item.email .form-input, .form.confirmation .form-item.tel .form-input {
  font-size: 1.8rem;
  font-weight: bold;
  color: #df5b62;
  word-break: break-all;
}
.form.confirmation .form-label {
  font-size: 1.3rem;
  color: rgba(88, 88, 88, 0.5);
}
.form.confirmation .form-input {
  padding-top: 0.2rem;
  line-height: 1.2;
  font-size: 1.7rem;
}
.form.confirmation .submit.back, .form.confirmation .submit.send {
  display: block;
}
.form.confirmation .submit.back {
  float: left;
  margin-left: 2rem;
  width: 35.7333333333vw;
}
.form.confirmation .submit.send {
  float: right;
  margin-right: 2rem;
}
.form.confirmation .submit.send .submit__button {
  width: 47.7333333333vw;
  height: 12.5333333333vw;
  background: url(../../img/sp/form_button_send.png) left top no-repeat;
  background-size: 100% auto;
}

.form.send .form-area {
  padding: 3rem 1.5rem 5rem;
}
.form.send .form-area__complete {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.9rem;
}
.form.send .form-area__lead {
  padding-left: 0;
}
.form.send .form-area__mailaddress {
  margin-bottom: 1.75rem;
  border: 1px solid #136dbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form.send .form-area__mailaddress .title {
  padding: 0.7rem 0 0.8rem;
  background: #136dbd;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.form.send .form-area__mailaddress .text {
  padding: 1.75rem 1.2rem;
  background: #fff;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: bold;
  color: #d6507a;
  word-break: break-all;
}
.form.send .form-area__careful {
  position: relative;
  margin: 2.5rem 0;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background: #ebebeb;
  text-indent: -0.75rem;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #545454;
}
.form.send .form-area__careful em {
  display: block;
  margin-left: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #d6507a;
}
.form.send .form-area__careful::before {
  content: "※";
  display: inline-block;
}
.form.send .form-area__note {
  font-size: 1.4rem;
  color: #545454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form.send .form-area__note .contents {
  line-height: 1.5;
  color: #7d7c7d;
}
.form.send .form-area__note .list {
  margin-top: 1rem;
}
.form.send .form-area__note .item {
  margin-left: 2rem;
  list-style-type: disc;
  line-height: 1.75;
  color: #d6507a;
}
.form.send .recommend {
  margin-top: 3rem;
}
.form.send .recommend > .title {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 0 2rem 2.5rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.1666666667;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #545454;
}
.form.send .recommend > .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../img/pc/box_title_bg.svg) left top no-repeat;
  background-size: contain;
}
.form.send .recommend__item {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  min-height: 8.5rem;
  border-top: 0.1rem dotted rgba(89, 80, 77, 0.5);
}
.form.send .recommend__item__title {
  margin-bottom: 1rem;
  padding: 1rem 8.5rem 1rem 1rem;
  background: #ebebeb;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  color: #545454;
}
.form.send .recommend__item__pic {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 8.5rem;
}
.form.send .recommend__item__text {
  margin-right: 9.5rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #726b5f;
}
.form.send .recommend__item:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.form.send .recommend__item:first-child .recommend__item__pic {
  top: 0;
}
.form.send .recommend__item::after {
  content: "";
  position: absolute;
  right: 9.5rem;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../../img/pc/arrow1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.form.send .submit {
  margin: 4rem auto 0;
  width: 49.0666666667vw;
}
.form.send .submit.top {
  text-align: center;
}

.consultation .first .required::after,
.consultation .first .formErrorMsg {
  display: none;
}

.privacypolicy-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #555;
}

.p-privacypolicy {
  position: relative;
}
.p-privacypolicy-inner {
  margin: 0 4vw;
}
.p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../../img/sp/privacypolicy_arrow2.png) center bottom 0/4.2666666667vw 2.4vw no-repeat;
}
.p-privacypolicy-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.7333333333vw 0;
  width: 100%;
  background: url(../../img/sp/privacypolicy_arrow1.png) center bottom 0/4.2666666667vw 2.4vw no-repeat;
  text-align: center;
  font-size: 3.3333333333vw;
  letter-spacing: 0.18em;
  color: #555;
}
.p-privacypolicy-title::before, .p-privacypolicy-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.2666666667vw;
  background-color: #ccc;
}
.p-privacypolicy-title::before {
  margin-right: 1em;
}
.p-privacypolicy-title::after {
  margin-left: 1em;
}
.p-privacypolicy-contents {
  color: #555;
}
.p-privacypolicy-contents-wrapper {
  margin-top: 3rem;
}
.p-privacypolicy-contents-box {
  margin-bottom: 4vw;
}
.p-privacypolicy-contents-box.last {
  margin-bottom: 0;
  padding-bottom: 10.6666666667vw;
}
.p-privacypolicy-contents-box .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-privacypolicy-contents-box p,
.p-privacypolicy-contents-box ul {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-privacypolicy-contents-box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.p-privacypolicy-contents .reception {
  margin-top: 2vw;
  font-size: 1.2rem;
}
.p-privacypolicy-contents .reception-title {
  margin-bottom: 2vw;
}
.p-privacypolicy-contents .reception-tel a {
  padding: 0.5em;
  text-decoration: underline;
  color: #4ab4fc;
}
/*# sourceMappingURL=form.css.map */
