@charset "UTF-8";
.js-accordion__contents {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: all 0.18s ease-in;
}
.js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		form.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	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: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #4d4d4d;
}

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;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  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;
}

details {
  list-style: none;
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

@media (min-width: 376px) and (max-width: 749px) {
  html {
    font-size: calc(0.625rem + (1vw - 3.75px) * 2.6666666667);
  }
}
@media (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-footer {
  padding-bottom: 24vw;
  background: #004d90;
}
.l-footer__copyright {
  text-align: center;
  line-height: 5.3333333333vw;
  font-size: 3.2vw;
  color: #fff;
}

.page-title__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 37.3333333333vw;
}
.page-title .pic2 {
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 30.2666666667vw;
}

.progress {
  position: relative;
  text-align: center;
}

.form-area .form-wrapper {
  margin-bottom: 8vw;
}
.form-area .form-wrapper .form-item {
  position: relative;
  margin: 0;
  width: 100%;
  border-top: 0.2666666667vw solid #b4b5b5;
}
.form-area .form-wrapper .form-item:nth-child(odd), .form-area .form-wrapper .form-item.odd.odd {
  background: inherit;
}
.form-area .form-wrapper .form-item:last-child {
  border-bottom: 0.2666666667vw solid #b4b5b5;
}
.form-area .form-wrapper .form-item.is-no-choice .input-form-label label::after {
  content: initial;
}
.form-area .form-wrapper .form-item .item-inner {
  padding: 3.2vw 5.3333333333vw;
}
.form-area .form-wrapper .form-item .item-inner > * {
  line-height: 1.375;
}
.form-area .form-wrapper .form-label {
  position: relative;
  margin-bottom: 1.3333333333vw;
  padding-right: 10.6666666667vw;
}
.form-area .form-wrapper .form-label label {
  padding: 0.8vw 10.6666666667vw 0 0;
  line-height: 1.375;
  font-size: 4vw;
  font-weight: bold;
}
.form-area .form-wrapper .form-label .note {
  padding: 0;
  background: none;
  font-size: 3.7333333333vw;
  color: inherit;
}
.form-area .form-wrapper .form-label small {
  font-size: 3.2vw;
}
.form-area .form-wrapper .form-label small em {
  color: #df5b62;
}
.form-area .form-wrapper .form-label span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 2.6666666667vw;
  padding: 1.0666666667vw;
  line-height: 1.375;
  font-size: 3.2vw;
  color: #fff;
}
.form-area .form-wrapper .form-label.option span {
  background: #949494;
}
.form-area .form-wrapper .form-input {
  font-size: 4.2666666667vw;
  word-break: break-all;
}
.form-area .form-wrapper .table {
  display: table;
  width: 100%;
  border: 0.2666666667vw solid #ccc;
  border-radius: 1.6vw;
  background: #fff;
  table-layout: fixed;
}
.form-area .form-wrapper .table ol + ol {
  border-top: 0.2666666667vw solid #ccc;
}
.form-area .form-wrapper .table li {
  display: flex;
  position: relative;
  flex-basis: 50%;
  align-items: center;
  min-height: 8vw;
  border: 0;
  vertical-align: top;
  line-height: 1.6;
  box-sizing: border-box;
}
.form-area .form-wrapper .table li input {
  margin: 0 1.3333333333vw 0 2.6666666667vw;
}
.form-area .form-wrapper .table li label {
  padding: 1.8666666667vw 1.8666666667vw 1.8666666667vw 0;
  width: 100%;
}
.form-area .form-wrapper .table li + li {
  border-top: 0.2666666667vw solid #ccc;
}
.form-area .form-wrapper .table .none {
  border-bottom: 0;
}
.form-area .form-wrapper select,
.form-area .form-wrapper textarea,
.form-area .form-wrapper input[type=text],
.form-area .form-wrapper input[type=email],
.form-area .form-wrapper input[type=submit],
.form-area .form-wrapper input[type=number],
.form-area .form-wrapper input[type=tel] {
  padding: 2.6666666667vw;
  border: 0.2666666667vw solid #c7bcb5;
  border-radius: 1.6vw;
  background-color: #fff;
  line-height: 1.4;
  color: #4d4d4d;
  box-sizing: border-box;
}
.form-area .form-wrapper .short {
  width: 35%;
}
.form-area .form-wrapper .middle {
  width: 56%;
}
.form-area .form-wrapper .full {
  width: 100%;
}
.form-area .form-wrapper textarea {
  height: 37.3333333333vw;
  min-height: 37.3333333333vw;
}
.form-area .form-wrapper .required {
  display: flex;
  align-items: center;
}
.form-area .form-wrapper .required .item-inner {
  position: relative;
}
.form-area .form-wrapper .required .form-label,
.form-area .form-wrapper .required .input-form-input-table,
.form-area .form-wrapper .required .toggle-wrapper {
  position: relative;
  z-index: 1;
}
.form-area .form-wrapper .required span {
  background: #df5b62;
}
.form-area .form-wrapper .required .chkgroup {
  margin: -12px -15px;
  padding: 12px 15px;
}
.form-area .form-wrapper .required input:not([type=radio]):not([type=checkbox]).is-empty,
.form-area .form-wrapper .required textarea.is-empty {
  border-color: #df5b62;
}
.form-area .form-wrapper .symptoms .form-label label em {
  display: block;
  margin-top: 2.6666666667vw;
  padding-left: 3.2vw;
  text-indent: -3.2vw;
  font-size: 3.2vw;
  color: #ee7b75;
}
.form-area .button-wrapper {
  display: flex;
  justify-content: center;
}
.form-area .button-wrapper button {
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
.input .form-area .button-wrapper button {
  width: 49.0666666667vw;
}
.input .privacypolicy-text {
  margin: 8vw 0 5.3333333333vw;
  text-align: center;
  line-height: 1.5;
  font-size: 3.2vw;
  color: #4d4d4d;
}
.input .p-privacypolicy {
  position: relative;
  padding-bottom: 26.6666666667vw;
}
.input .p-privacypolicy-inner {
  margin: 0 5.3333333333vw;
}
.input .p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url("../../img/sp/form_privacypolicy_arrow2.png") center bottom no-repeat;
  background-size: 4.2666666667vw;
}
.input .p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6666666667vw 0 5.3333333333vw;
  width: 100%;
  background: url("../../img/sp/form_privacypolicy_arrow1.png") center bottom no-repeat;
  background-size: 4.2666666667vw;
  text-align: center;
  font-size: 3.7333333333vw;
  color: #4d4d4d;
}
.input .p-privacypolicy-title::before, .input .p-privacypolicy-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 0.2666666667vw;
  background-color: #ebebeb;
}
.input .p-privacypolicy-title::before {
  margin-right: 1.3333333333vw;
}
.input .p-privacypolicy-title::after {
  margin-left: 1.3333333333vw;
}
.input .p-privacypolicy-contents {
  padding-top: 5.3333333333vw;
  color: #4d4d4d;
}
.input .p-privacypolicy-contents-box {
  margin-bottom: 5.3333333333vw;
}
.input .p-privacypolicy-contents-box.last {
  margin-bottom: 0;
  padding-bottom: 2.6666666667vw;
}
.input .p-privacypolicy-contents-box .title {
  font-size: 3.4666666667vw;
  font-weight: bold;
}
.input .p-privacypolicy-contents-box p,
.input .p-privacypolicy-contents-box ul {
  line-height: 1.8333333333;
  font-size: 3.2vw;
}
.input .p-privacypolicy-contents-box li {
  padding-left: 9.3333333333vw;
  text-indent: -9.3333333333vw;
}
.input .p-privacypolicy-contents .reception {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
}
.input .p-privacypolicy-contents .reception-title {
  margin-bottom: 2.6666666667vw;
}
.input .p-privacypolicy-contents .reception-tel a {
  padding: 1.3333333333vw;
  text-decoration: underline;
  color: #004d90;
}
.input .ui-widget.ui-widget-content {
  font-size: 3.7333333333vw;
}
.input .ui-menu .ui-menu-item-wrapper {
  padding: 1.6vw;
}

.confirmation .form-area,
.send .form-area {
  margin-bottom: 26.6666666667vw;
}
.confirmation .form-area > .lead,
.send .form-area > .lead {
  margin: 5.3333333333vw;
  text-align: center;
  line-height: 1.6875;
  font-feature-settings: "palt";
  font-size: 4.2666666667vw;
  color: #4d4d4d;
}

.confirmation .form-area .button-wrapper {
  position: relative;
  justify-content: space-evenly;
}
.confirmation .form-area .button-wrapper .back {
  width: 38.1333333333vw;
}
.confirmation .form-area .button-wrapper .send {
  width: 47.7333333333vw;
}

.send .form-area .button-wrapper {
  margin-top: 13.3333333333vw;
}
.send .form-area .button-wrapper .top {
  width: 49.0666666667vw;
}
.send .mailaddress {
  margin: 0 5.3333333333vw;
  border: 0.2666666667vw solid #004d90;
}
.send .mailaddress .title {
  padding: 2.6666666667vw;
  background: #004d90;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
}
.send .mailaddress .text {
  padding: 2.6666666667vw;
  text-align: center;
  line-height: 1;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #df5b62;
  word-break: break-all;
}
.send .careful {
  position: relative;
  margin: 6.6666666667vw 5.3333333333vw 0;
  padding: 4vw 4vw 4vw 8vw;
  background: #ebebeb;
  text-indent: -2.1333333333vw;
  line-height: 1.4;
  font-size: 4.2666666667vw;
  color: #4d4d4d;
}
.send .careful em {
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #df5b62;
}
.send .careful::before {
  content: "※";
  display: inline-block;
}
.send .note {
  margin: 6.6666666667vw 5.3333333333vw;
}
.send .note > * {
  font-size: 3.7333333333vw;
}
.send .note .contents {
  margin-top: 2.4vw;
  line-height: 1.75;
  color: #4d4d4d;
}
.send .note .case-list {
  margin-top: 4.8vw;
}
.send .note .case-item {
  margin-left: 1.5em;
  list-style-type: disc;
  line-height: 1.2;
  color: #df5b62;
}
.send .recommend {
  margin: 0 5.3333333333vw;
}
.send .recommend .title {
  margin-bottom: 8vw;
  padding-bottom: 4vw;
  border-bottom: 0.5333333333vw solid #004d90;
  font-size: 5.3333333333vw;
}
.send .recommend__item {
  position: relative;
  margin-top: 4vw;
  padding-top: 4vw;
  min-height: 22.6666666667vw;
  border-top: 0.2666666667vw dotted rgba(89,80,77,.5);
}
.send .recommend__item__title {
  margin-bottom: 1rem;
  padding: 2.6666666667vw 22.6666666667vw 2.6666666667vw 2.6666666667vw;
  background: #ebebeb;
  line-height: 1.2;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #4d4d4d;
}
.send .recommend__item__pic {
  position: absolute;
  top: 4vw;
  right: 0;
  width: 22.6666666667vw;
}
.send .recommend__item__text {
  margin-right: 22.6666666667vw;
  line-height: 1.2;
  font-size: 3.7333333333vw;
  color: #4d4d4d;
}
.send .recommend__item:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.send .recommend__item:first-child .recommend__item__pic {
  top: 0;
}
.send .recommend__item::after {
  content: "▶︎";
  position: absolute;
  right: 24vw;
  bottom: 0;
  font-size: 3.4666666667vw;
  color: #004d90;
}
/*# sourceMappingURL=form.css.map */
