@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: 110px;
  min-height: 70px;
  background-color: #5ab5bd;
}
.l-footer .copyright {
  width: 1200px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

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

.c-box {
  padding: 120px 0 100px;
}
.c-box__inner {
  margin: 0 auto;
  width: 1100px;
}

.c-box__title {
  margin: 0 auto 80px;
  padding-bottom: 30px;
  width: 1040px;
  text-align: center;
  font-size: 35px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
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;
  font-size: 62.5%;
}

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

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

form legend {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mainvisual {
  position: relative;
  background-color: #EFF3F5;
  text-align: center;
}
.mainvisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 55%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 6.5px 6.5px;
  background-attachment: fixed;
}
.mainvisual__inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
.form-progress {
  background: -webkit-gradient(linear, left top, right top, from(#5b6e7f), color-stop(50%, #5b6e7f), color-stop(50%, #eee), to(#eee));
  background: linear-gradient(90deg, #5b6e7f 0%, #5b6e7f 50%, #eee 50%, #eee 100%);
}
.form-progress__pic {
  text-align: center;
}

.faq {
  padding: 60px 0;
}
.faq.c-box {
  padding-bottom: 62px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f0f2f3;
}
.faq .c-box__title {
  margin: 0 auto 40px;
  padding-bottom: 5px;
  background: url(../../img/pc/title_bg1.png) left bottom no-repeat;
  color: #136dbd;
}
.faq .lead {
  margin-bottom: 30px;
  line-height: 1.6875;
  font-size: 16px;
  color: #727272;
}
.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-left: 60px;
  height: 49px;
  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.4;
  font-size: 20px;
  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: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(../../img/pc/qa_question.png) left top no-repeat;
  background-size: 100%;
}
.faq .title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../../img/pc/arrow14.png) left top no-repeat;
  background-size: 100%;
}
.faq .text {
  position: relative;
  padding: 10px 20px 15px 60px;
  background: #fff;
  text-align: justify;
  line-height: 1.7777777778;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #545454;
}
.faq .text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(../../img/pc/qa_answer.png) left top no-repeat;
  background-size: 100%;
}
.faq .inner.is-open .title::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.form-area {
  overflow: hidden;
  padding: 50px 0 150px;
  background: #fff;
  color: #545454;
}
.form-area > * {
  margin: 0 auto;
  width: 920px;
}
.form-area__lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6875;
  font-size: 16px;
  color: #727272;
}
.form-area__lead em {
  font-weight: bold;
}
.form-area__lead span {
  display: block;
  line-height: 1.6;
  font-size: 12px;
}
.form-area__lead a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px auto;
  width: 220px;
  color: #555;
}
.form-area__lead a span {
  font-size: 20px;
  font-weight: bold;
}
.form-area__lead a:hover > * {
  opacity: 1;
  text-decoration: underline;
}
.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: 40px;
  text-align: center;
}
.form-area .flow-list {
  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;
  margin-bottom: 60px;
}
.form-area .flow-item {
  margin-right: 35px;
  text-align: center;
}
.form-area .flow-item__pic {
  margin-bottom: 20px;
}
.form-area .flow-item__text .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #136dbd;
}
.form-area .flow-item__text .text {
  line-height: 1.4;
  font-size: 16px;
  color: #545454;
}
.form-area .flow-item:last-child {
  margin-right: 0;
}
.form-wrapper {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.85;
  font-size: 14px;
}
.form-item {
  display: table-row;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.form-item .item-inner {
  display: table;
  width: 100%;
}
.form-item:nth-child(odd) {
  background: #f8f6f5;
}
.form-item:nth-child(even) {
  background: #fff;
}
.form-item:first-child {
  border-top: 1px solid #ccc;
}
.form-label, .form-input {
  display: table-cell;
  padding: 15px 20px;
  height: 81px;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  line-height: 1.6875;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #727272;
}
.form-label {
  position: relative;
  width: 295px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.form-label label {
  display: block;
  position: relative;
}
.form-label label em {
  display: block;
  font-size: 12px;
}
.form-label small {
  display: block;
  padding-left: 18px;
  line-height: 1.4;
}
.form-label small em {
  color: #de5b62;
}
.form-input {
  border-right: 1px solid #ccc;
  word-break: break-all;
}
.form-input li {
  line-height: 1.5;
}
.form-input input[type=radio] {
  margin-right: 5px;
}
.form-input select,
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input textarea {
  padding: 5px 10px;
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  color: #727272;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-input select,
.form-input input[name=name],
.form-input input[name=tel] {
  width: 60%;
}
.form-input textarea {
  padding: 10px;
  height: 150px;
  line-height: 1.6875;
}
.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 {
  padding: 5px 0;
}
.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;
  cursor: pointer;
  vertical-align: middle;
}
.form-item.date > * {
  background: #fff;
}
.form-item.date .form-input label {
  display: block;
  float: left;
  padding-top: 10px;
  width: 80px;
}
.form-item.date .form-input .wrapper {
  line-height: 1;
}
.form-item.date .form-input input[type=text] {
  float: left;
  margin-right: 0;
  width: 235px;
  height: 32px;
}
.form-item.date .form-input .ui-datepicker-trigger {
  border: 1px solid #ccc;
  border-left: 0;
  vertical-align: top;
}
.form-item.date .form-input select {
  vertical-align: top;
}

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

.formError .formErrorContent {
  padding: 5px 10px 2px;
  width: 96%;
  border-radius: 5px;
  background: #df5b62;
  text-align: left;
  color: #fff;
}
.formError .errMsg {
  font-size: 16px;
}
.formError .formErrorClose {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 13px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  color: #df5b62;
}
.formError .formErrorClose:hover {
  background: #ccc;
}
.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px;
}
.formError .formErrorArrow div {
  background: #df5b62;
}

.submit {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  position: relative;
  margin-top: 50px;
}
.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: 283px;
  height: 72px;
  border: none;
  border-radius: 0;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: center;
  text-indent: -1000px;
}

.l-footer {
  padding: 0;
}

.form.input .form-label label + span {
  display: none;
}
.form.input .form-label.required.is-empty::after {
  content: "";
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required.png) left bottom no-repeat;
  background-position: left top;
}
.form.input .form-label.required.is-ng::after, .form.input .form-label.required.err::after {
  content: "";
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required_ng.png) left bottom no-repeat;
  background-position: left top;
}
.form.input .form-label.required::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 61px;
  height: 24px;
  background: url(../../img/pc/form_required_ok.png) left bottom no-repeat;
  background-position: left top;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form.input .operation .form-label::before {
  content: none;
}
.form.input .agree {
  margin: 60px 0 20px;
  text-align: center;
  font-size: 16px;
}
.form.input .agree span {
  display: block;
  margin: 10px auto;
  padding-left: 14px;
  width: 510px;
  text-align: left;
  text-indent: -12px;
  line-height: 1.4;
  font-size: 12px;
}
.form.input .agree span::before {
  content: "※";
}
.form.input .input-form-button {
  margin-top: 50px;
}
.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: 400px;
  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;
  -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 .formError .formErrorContent {
  background: inherit;
  text-align: left;
  color: #df5b62;
}
.form.input .submit.confirmation .submit__button {
  background: url(../../img/pc/form_button_confirmation.png);
}
.form.input #error {
  margin: 15px auto 40px;
  padding: 25px 0;
  border: 3px solid #df5b62;
  background: url(../../img/pc/form_message_bg.gif) 115px 22px no-repeat #fff;
}
.form.input #error p {
  padding-left: 187px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #df5b62;
}
.form.input #error p span {
  font-size: 12px;
  color: #545454;
}
.form.input .modal {
  display: none;
  position: fixed;
}
.form.input .modal__inner {
  position: absolute;
  overflow: hidden;
  padding: 0 30px 30px;
  width: 960px;
  border: 1px solid rgba(184, 211, 235, 0.9);
  background: rgba(243, 248, 252, 0.9);
  color: #7d7d7d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form.input .modal__close {
  margin-bottom: 10px;
  cursor: pointer;
  text-align: right;
}
.form.input .modal__map {
  float: left;
  margin-right: 18px;
}
.form.input .modal__list {
  float: left;
  margin-bottom: 20px;
  width: 440px;
  font-size: 16px;
}
.form.input .modal__item {
  display: table;
  padding: 2px 0;
  width: 100%;
  border-bottom: 2px solid #136dbd;
}
.form.input .modal__item .item-title,
.form.input .modal__item .item-text {
  display: table-cell;
  padding: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  line-height: 1.2;
}
.form.input .modal__item .item-title {
  width: 108px;
  background: #d0e2f2;
  text-align: center;
}
.form.input .modal__item:first-child {
  border-top: 2px solid #136dbd;
}
.form.input .modal__access table {
  font-size: 16px;
}
.form.input .modal__access table td {
  padding-left: 22px;
  border: none;
  vertical-align: top;
  text-align: left;
  text-indent: -22px;
  line-height: 1.75;
}
.form.input .modal__access table td.data1 {
  width: 170px;
}
.form.input .modal__access table td.data2 {
  width: 160px;
}
.form.input .modal__access table td span {
  white-space: nowrap;
}
.form.input .modal__access table td span::before {
  content: "▶︎";
}
.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-progress {
  background: #eee;
}
.form.confirmation .form-area__lead {
  margin-bottom: 30px;
}
.form.confirmation .form-item .form-input {
  font-size: 18px;
}
.form.confirmation .form-item.email .form-input, .form.confirmation .form-item.tel .form-input {
  font-size: 20px;
  font-weight: bold;
  color: #df5b62;
}
.form.confirmation .submit.back, .form.confirmation .submit.send {
  display: block;
  float: left;
}
.form.confirmation .submit.send {
  margin-left: 95px;
}
.form.confirmation .submit.send .submit__button {
  width: 283px;
  height: 72px;
  background: url(../../img/pc/form_button_send.png) left top no-repeat;
}

.form.send .form-progress {
  background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #eee), color-stop(50%, #5b6e7f), to(#5b6e7f));
  background: linear-gradient(90deg, #eee 0%, #eee 50%, #5b6e7f 50%, #5b6e7f 100%);
}
.form.send .form-area__complete {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  color: #727272;
}
.form.send .form-area__mailaddress {
  margin-bottom: 30px;
  border: 3px solid #136dbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form.send .form-area__mailaddress .title,
.form.send .form-area__mailaddress .text {
  display: table-cell;
  vertical-align: middle;
}
.form.send .form-area__mailaddress .title {
  padding: 0 25px;
  width: 194px;
  height: 70px;
  background: #136dbd;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.form.send .form-area__mailaddress .text {
  padding: 0 22px;
  width: 636px;
  background: #fff;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
  color: #d6507a;
  word-break: break-all;
}
.form.send .form-area__careful {
  position: relative;
  margin: 50px auto;
  padding: 30px 26px 30px 44px;
  width: 920px;
  background: #ebebeb;
  text-indent: -9px;
  line-height: 1.4;
  font-size: 18px;
  color: #545454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form.send .form-area__careful em {
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  color: #d6507a;
}
.form.send .form-area__careful::before {
  content: "※";
  display: inline-block;
}
.form.send .form-area__note {
  font-size: 16px;
  color: #727272;
}
.form.send .form-area__note .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #d6507a;
}
.form.send .form-area__note .contents {
  line-height: 1.5;
}
.form.send .form-area__note .list {
  margin-top: 18px;
}
.form.send .form-area__note .item {
  margin-left: 22px;
  list-style-position: outside;
  list-style-type: disc;
  text-indent: -6px;
  line-height: 1.75;
  color: #d6507a;
}
.form.send .recommend {
  margin-top: 30px;
}
.form.send .recommend > .title {
  position: relative;
  margin-bottom: 30px;
  padding: 26px 0 26px 40px;
  border-bottom: 1px solid #ccc;
  line-height: 1.1428571429;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  color: #545454;
}
.form.send .recommend > .title::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/pc/box_title_bg.svg) left top no-repeat;
  background-size: contain;
}
.form.send .recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form.send .recommend__item {
  position: relative;
  width: 276px;
  border: 1px solid #ccc;
}
.form.send .recommend__item a {
  display: block;
}
.form.send .recommend__item a:hover, .form.send .recommend__item a:hover > * {
  opacity: 0.75;
  text-decoration: none;
}
.form.send .recommend__item__title {
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #136dbd;
}
.form.send .recommend__item__pic {
  -webkit-box-shadow: 0 3px 5px #ccc;
          box-shadow: 0 3px 5px #ccc;
}
.form.send .recommend__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 30px 0 15px;
  min-height: 48px;
  line-height: 1.2;
  font-size: 14px;
  color: #545454;
}
.form.send .recommend__item::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 13px;
  height: 13px;
  background-image: url(../../img/pc/arrow1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.form.send .submit.top {
  text-align: center;
}

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

.privacypolicy-text {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.8333333333;
  font-size: 1.2rem;
  color: #555;
}

.p-privacypolicy {
  position: relative;
}
.p-privacypolicy-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../../img/pc/privacypolicy_arrow2.png) center bottom 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: 40px 0;
  width: 100%;
  background: url(../../img/pc/privacypolicy_arrow1.png) center bottom no-repeat;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  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: 1px;
  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: 50px;
  padding-bottom: 100px;
}
.p-privacypolicy-contents-box {
  margin-bottom: 20px;
}
.p-privacypolicy-contents-box.last {
  margin-bottom: 0;
}
.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: 10px;
  font-size: 1.2rem;
}
.p-privacypolicy-contents .reception-title {
  margin-bottom: 7px;
}
.p-privacypolicy-contents .reception-tel a {
  padding: 0.5em;
  text-decoration: underline;
  font-size: 1.3rem;
  color: #4ab4fc;
}
/*# sourceMappingURL=form.css.map */
