.u-scroll-showup {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.u-scroll-showup.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-contact {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact .box {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ececec;
  border-radius: 8px;
}
@media screen and (min-width: 910px) {
  .p-contact .box {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.p-contact .box + .box {
  margin-top: 12px;
}
@media screen and (min-width: 910px) {
  .p-contact .box + .box {
    margin-top: 58px;
  }
}
.p-contact .box .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  color: #4bb2b3;
  text-align: center;
  border-bottom: 1px dotted #c1c1c1;
}
@media screen and (min-width: 910px) {
  .p-contact .box .title {
    font-size: 20px;
    line-height: 55px;
  }
}
.p-contact .box .tel {
  padding-top: 26px;
  padding-bottom: 18px;
}
@media screen and (min-width: 910px) {
  .p-contact .box .tel {
    padding-top: 38px;
    padding-bottom: 24px;
  }
}
.p-contact .box .tel .num {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 910px) {
  .p-contact .box .tel .num {
    margin-bottom: 34px;
    font-size: 30px;
  }
}
.p-contact .box .tel .num img {
  width: 18px;
  height: auto;
  margin-right: 8px;
}
@media screen and (min-width: 910px) {
  .p-contact .box .tel .num img {
    width: 28px;
    margin-right: 13px;
  }
}
.p-contact .box .tel .time {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
@media screen and (min-width: 910px) {
  .p-contact .box .tel .time {
    font-size: 18px;
    line-height: 21px;
  }
}
.p-contact .form {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 910px) {
  .p-contact .form {
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-contact .form .label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 910px) {
  .p-contact .form .label {
    margin-bottom: 10px;
  }
}
.p-contact .form .label span {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  line-height: 16px;
  background-color: #ff7461;
  margin-left: 10px;
  color: #fff;
}
.p-contact .form .label:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 910px) {
  .p-contact .form .label:not(:first-child) {
    margin-top: 27px;
  }
}
.p-contact .form .select {
  position: relative;
}
@media screen and (min-width: 910px) {
  .p-contact .form .select {
    max-width: 300px;
  }
}
.p-contact .form .select-label {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  transition: border-radius 0.1s 0.5s;
  color: rgba(51, 51, 51, 0.3);
  background-color: #fff;
  cursor: pointer;
}
.p-contact .form .select-label::after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  width: 14px;
  height: 8px;
  content: url(/assets/img/faq/arrow.svg);
  font-size: 0;
  line-height: 8px;
  z-index: 1;
  pointer-events: none;
}
.p-contact .form .select-label.is-open {
  transition: border-radius 0.1s 0s;
  border-radius: 5px 5px 0 0;
}
.p-contact .form .select-label.is-open::after {
  transform-origin: center 3px;
  transform: rotate(180deg);
}
.p-contact .form .select-list {
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.1s;
  z-index: 1;
  padding-top: 38px;
  pointer-events: none;
}
.p-contact .form .select-list .select-container {
  padding-bottom: 15px;
  pointer-events: none;
}
.p-contact .form .select-list.is-open {
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
.p-contact .form .select-list ul {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  pointer-events: auto;
}
.p-contact .form .select-list ul li input[type=radio] {
  display: none;
}
.p-contact .form .select-list ul li label {
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  background-color: #fff;
}
.p-contact .form .select-list ul li + li label {
  border-top: 1px solid #dbdbdb;
}
.p-contact .form .select-list:not(.is-open) ul li input:checked ~ label {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
  width: calc(100% - 30px);
  pointer-events: none;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.p-contact .form .select-list:not(.is-open) ul li input:checked ~ label::after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  width: 14px;
  height: 8px;
  content: url(/assets/img/faq/arrow.svg);
  font-size: 0;
  line-height: 8px;
  z-index: 1;
  pointer-events: none;
}
.p-contact .form .contents {
  display: none;
  margin-top: 38px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 910px) {
  .p-contact .form .contents {
    width: 100%;
  }
}
.p-contact .form .contents.is-show {
  display: block;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-contact .form .contents.is-hide {
  opacity: 0;
}
.p-contact .form .checkbox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 910px) {
  .p-contact .form .checkbox {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.p-contact .form .checkbox-label {
  position: relative;
  margin-bottom: 15px;
}
.p-contact .form .checkbox-label input[type=checkbox] {
  display: none;
}
.p-contact .form .checkbox-label input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  content: url(/assets/img/contact/check.svg);
  width: 11px;
  height: 8px;
  font-size: 0;
  line-height: 8px;
}
.p-contact .form .checkbox-label span {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.p-contact .form .checkbox-label span::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 20px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  margin-right: 5px;
}
@media screen and (min-width: 910px) {
  .p-contact .form .checkbox-label span::before {
    margin-right: 10px;
  }
}
.p-contact .form .checkbox-label:not(:last-child) {
  margin-right: 12px;
}
@media screen and (min-width: 910px) {
  .p-contact .form .checkbox-label:not(:last-child) {
    margin-right: 20px;
  }
}
.p-contact .form input[type=text],
.p-contact .form input[type=email],
.p-contact .form input[type=tel] {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
@media screen and (min-width: 910px) {
  .p-contact .form input[type=text],
  .p-contact .form input[type=email],
  .p-contact .form input[type=tel] {
    max-width: 477px;
  }
}
.p-contact .form input[type=text]::-moz-placeholder, .p-contact .form input[type=email]::-moz-placeholder, .p-contact .form input[type=tel]::-moz-placeholder {
  opacity: 0.3;
}
.p-contact .form input[type=text]::placeholder,
.p-contact .form input[type=email]::placeholder,
.p-contact .form input[type=tel]::placeholder {
  opacity: 0.3;
}
.p-contact .form input[type=text]:focus,
.p-contact .form input[type=email]:focus,
.p-contact .form input[type=tel]:focus {
  outline: none;
}
.p-contact .form textarea {
  width: 100%;
  height: 115px;
  font-size: 13px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.p-contact .form textarea::-moz-placeholder {
  opacity: 0.3;
}
.p-contact .form textarea::placeholder {
  opacity: 0.3;
}
.p-contact .form textarea:focus {
  outline: none;
}
.p-contact .form .policy {
  margin-top: 40px;
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
@media screen and (min-width: 910px) {
  .p-contact .form .policy {
    font-size: 13px;
    line-height: 16px;
  }
}
.p-contact .form .policy a {
  color: #009de2;
  text-decoration: underline;
  transform: opacity 0.3s;
}
@media (hover: hover) {
  .p-contact .form .policy a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .p-contact .form .policy a:active {
    opacity: 0.5;
  }
}
.p-contact .form button[type=submit] {
  position: relative;
  display: block;
  width: 190px;
  height: 46px;
  padding-left: 50px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}
.p-contact .form button[type=submit]::after {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.36%207.59%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linejoin%3Abevel%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%220%207.09%2016.01%207.09%209.27%20.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  transition: background-image 0.3s;
}
@media (hover: hover) {
  .p-contact .form button[type=submit]:hover {
    color: #333;
    background-color: #fff;
  }
  .p-contact .form button[type=submit]:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.36%207.59%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Abevel%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%220%207.09%2016.01%207.09%209.27%20.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .p-contact .form button[type=submit]:hover.is-blue {
    color: #0b7cd7;
  }
  .p-contact .form button[type=submit]:hover.is-blue::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.36%207.59%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3Anone%3Bstroke%3A%230b7cd7%3Bstroke-linejoin%3Abevel%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%220%207.09%2016.01%207.09%209.27%20.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media (hover: none) {
  .p-contact .form button[type=submit]:active {
    color: #333;
    background-color: #fff;
  }
  .p-contact .form button[type=submit]:active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.36%207.59%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Abevel%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%220%207.09%2016.01%207.09%209.27%20.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .p-contact .form button[type=submit]:active.is-blue {
    color: #0b7cd7;
  }
  .p-contact .form button[type=submit]:active.is-blue::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.36%207.59%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3Anone%3Bstroke%3A%230b7cd7%3Bstroke-linejoin%3Abevel%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%220%207.09%2016.01%207.09%209.27%20.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.p-contact-faq {
  padding: 35px 20px 46px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 910px) {
  .p-contact-faq {
    padding: 93px 20px 0;
  }
}
.p-contact-faq .title {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-faq .title {
    font-size: 26px;
    line-height: 31px;
  }
}
.p-contact-faq .button {
  margin-top: 40px;
}

.p-contact-complete {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact-complete .box {
  padding-top: 42px;
  padding-bottom: 58px;
  background-color: #ececec;
  border-radius: 8px;
}
.p-contact-complete .box .icon {
  width: 59px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.p-contact-complete .box .icon img {
  width: 100%;
  height: auto;
}
.p-contact-complete .box .title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.p-contact-complete .box .text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.p-contact-complete .button {
  margin-top: 40px;
}