@charset "UTF-8";
/*---------------------------------------------------------------------------
リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("sanitize.css");
/*---------------------------------------------------------------------------
Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("all.min.css");

/*---------------------------------------------------------------------------
全体の設定
---------------------------------------------------------------------------*/
figure,
dd {
  margin: 0;
}

nav {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
}

iframe {
  width: 100%;
}

/*---------------------------------------------------------------------------
リンクテキストの設定
---------------------------------------------------------------------------*/
a {
  color: #222;
  transition: all 0.4s 0s ease;
}

a:hover {
  color: #7e6aa5;
}

/*---------------------------------------------------------------------------
inputs
---------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  height: 60px;
  padding: 10px;
  color: #222;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  background: #f0f0f0;
  border: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
}

select,
textarea,
.field {
  display: block;
  height: 60px;
  padding: 10px 20px;
  font-size: 1em;
  color: #222;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  background: #f0f0f0;
  border: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="text"]:active {
  background-color: #f7f8fa;
}

input[type="password"]:focus,
input[type="password"]:active {
  background-color: #f7f8fa;
}

input[type="datetime"]:focus,
input[type="datetime"]:active {
  background-color: #f7f8fa;
}

input[type="datetime-local"]:focus,
input[type="datetime-local"]:active {
  background-color: #f7f8fa;
}

input[type="date"]:focus,
input[type="date"]:active {
  background-color: #f7f8fa;
}

input[type="month"]:focus,
input[type="month"]:active {
  background-color: #f7f8fa;
}

input[type="time"]:focus,
input[type="time"]:active {
  background-color: #f7f8fa;
}

input[type="week"]:focus,
input[type="week"]:active {
  background-color: #f7f8fa;
}

input[type="number"]:focus,
input[type="number"]:active {
  background-color: #f7f8fa;
}

input[type="email"]:focus,
input[type="email"]:active {
  background-color: #f7f8fa;
}

input[type="url"]:focus,
input[type="url"]:active {
  background-color: #f7f8fa;
}

input[type="search"]:focus,
input[type="search"]:active {
  background-color: #f7f8fa;
}

input[type="tel"]:focus,
input[type="tel"]:active {
  background-color: #f7f8fa;
}

input[type="color"]:focus,
input[type="color"]:active {
  background-color: #f7f8fa;
}

select:focus,
select:active {
  background-color: #f7f8fa;
}

textarea:focus,
textarea:active {
  background-color: #f7f8fa;
}

.field:focus,
.field:active {
  background-color: #f7f8fa;
}

/*---------------------------------------------------------------------------
container
---------------------------------------------------------------------------*/
#container {
  overflow: hidden;
}

/*---------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
  background: #fff;
  padding-top: 30px;
  padding-left: 75px;
  padding-right: 45px;
}

.logo {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
  display: table;
}

.logo a,
.logo img {
  display: block;
}

.logo a {
  transition: all 0.4s 0s ease;
}

.logo a:hover {
  opacity: 0.7;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo.logo01 {
  max-width: 100px;
}

.logo.logo01 img {
  pointer-events: none;
}

.logo.logo02 {
  margin: 0 auto;
  margin-top: 35px;
  max-width: 700px;
}

.header-sns-wrap,
.sp-sns-wrap {
  display: table;
  margin: 0 0 0 auto;
  margin-top: 40px;
}

.header-sns-wrap ul,
.sp-sns-wrap ul {
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.header-sns-wrap ul>li,
.sp-sns-wrap ul>li {
  font-size: 1rem;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

.header-sns-wrap ul>li:first-child,
.sp-sns-wrap ul>li:first-child {
  margin-left: 0;
}

.header-sns-wrap ul>li:last-child,
.sp-sns-wrap ul>li:last-child {
  margin-right: 0;
}

.header-sns-wrap ul>li a,
.sp-sns-wrap ul>li a {
  text-decoration: none;
  line-height: 0;
  display: block;
  transition: all 0.4s 0s ease;
}

.header-sns-wrap ul>li a img,
.sp-sns-wrap ul>li a img {
  width: 100%;
  max-width: 40px;
  height: auto;
  display: block;
}

.header-sns-wrap ul>li a:hover,
.sp-sns-wrap ul>li a:hover {
  opacity: 0.7;
}

.sp-sns-wrap {
  display: none;
  margin: 0;
  background: #fff;
  padding: 30px 20px;
}

.sp-sns-wrap ul {
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 1350px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .header-sns-wrap ul>li {
    margin: 0 5px;
  }

  .header-sns-wrap ul>li a img {
    max-width: 35px;
  }
}

@media screen and (max-width: 950px) {
  .header-sns-wrap ul>li {
    margin: 0 4px;
  }

  .header-sns-wrap ul>li a img {
    max-width: 30px;
  }
}

@media screen and (max-width: 850px) {
  .header-inner .row>div:last-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 35px;
  }

  header .row>div {
    margin: 0 !important;
  }

  .logo.logo01 {
    max-width: 70px;
  }

  .logo.logo02 {
    margin-top: 30px;
  }

  .sp-sns-wrap {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .logo.logo01 {
    max-width: 50px;
  }
}

/*---------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  padding: 30px 0;
  background: #621c88;
}

footer .logo.logo02 {
  max-width: 270px;
  margin-top: 0;
}

footer .row {
  margin-top: 50px;
}

footer .text-wrap01 .text,
footer .text-wrap02 .text {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 0;
}

footer .text-wrap01 .text {
  font-size: 1.125rem;
}

footer .text-wrap02 .text {
  font-size: 0.875rem;
}

footer .copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  footer .row {
    margin-top: 35px;
  }

  footer .row>div {
    margin: 0 !important;
  }

  footer .text-wrap01 .text {
    font-size: 1rem;
  }

  footer .text-wrap02 {
    margin-top: 35px;
  }
}

/*---------------------------------------------------------------------------
pages application
---------------------------------------------------------------------------*/
.schedule-wrap_application {
  display: table;
  margin: 0 auto;
}

.schedule-wrap_application .heading {
  text-align: center;
  display: table;
  margin: 0 auto;
}

.schedule-wrap_application .heading .label,
.schedule-wrap_application .heading .inner-text {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: middle;
}

.schedule-wrap_application .heading .label {
  font-size: 1.125rem;
  color: #fff;
  background: #7e6aa5;
  margin-right: 20px;
  padding: 0.9em 1.75em;
  border-radius: 25px;
}

.schedule-wrap_application .heading .inner-text {
  font-size: 1.5rem;
}

.schedule-wrap_application .text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
}

.schedule-wrap_application .text.text01 {
  margin-top: 1em;
}

.flow-wrap_application {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.flow-wrap_application .img-wrap img {
  height: auto;
}

.flow-wrap_application .text {
  font-size: 2.0rem;
  margin: 0;
}

.flow-wrap_application .text.text_caution {
  color: #e64177;
  margin-top: 1em;
}

.form-wrap {
  margin-top: 40px;
}

.form-wrap .heading {
  position: relative;
  display: inline-block;
}

.form-wrap .required .heading:after {
  position: absolute;
  top: -5px;
  right: -11px;
  content: "*";
  color: #d76264;
}

.form-wrap .input-wrap01,
.form-wrap .input-wrap02 {
  display: flex;
  align-items: center;
}

.form-wrap .input-wrap01 .label01,
.form-wrap .input-wrap01 .label02,
.form-wrap .input-wrap02 .label01,
.form-wrap .input-wrap02 .label02 {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}

.form-wrap .input-wrap01 .label01,
.form-wrap .input-wrap02 .label01 {
  width: 50px;
}

.form-wrap .input-wrap01 .label02,
.form-wrap .input-wrap02 .label02 {
  width: 80px;
}

.form-wrap .input-wrap02 {
  margin-bottom: 10px;
}

.form-wrap .input-wrap02:last-child {
  margin-bottom: 0;
}

.form-wrap .input-wrap_zip .zip1,
.form-wrap .input-wrap_zip .zip2 {
  max-width: 95px;
}

.form-wrap .input-wrap_zip .zip1 {
  margin-right: 7px;
}

.form-wrap .input-wrap_zip .zip2 {
  margin-left: 7px;
}

.form-wrap .input-wrap_zip button {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #707070;
  line-height: 1.4;
  letter-spacing: 0.015em;
  background: #efefef;
  border: 1px solid #707070;
  border-radius: 8px;
  margin-left: 70px;
  padding: 0.45em 1.7em 0.35em;
  display: table;
  transition: all 0.4s 0s ease;
  cursor: pointer;
}

.form-wrap .input-wrap_zip button:hover {
  color: #fff;
  background: #707070;
}

.form-wrap .input-wrap_birthday {
  align-items: end;
}

.form-wrap .input-wrap_birthday .birthday {
  max-width: 90px;
  margin-right: 10px;
  font-size: 0.875rem;
  padding-left: 15px;
}

.form-wrap .input-wrap_birthday .birthday2,
.form-wrap .input-wrap_birthday .birthday3 {
  margin-left: 30px;
}

.form-wrap .radio-box-wrap label,
.form-wrap .check-box-wrap label {
  cursor: pointer;
  margin-right: 40px;
  padding-left: 40px;
  position: relative;
}

.form-wrap .radio-box-wrap label:last-child,
.form-wrap .check-box-wrap label:last-child {
  margin-right: 0;
}

.form-wrap .radio-box-wrap label::before,
.form-wrap .radio-box-wrap label::after,
.form-wrap .check-box-wrap label::before,
.form-wrap .check-box-wrap label::after {
  content: "";
  display: block;
  position: absolute;
}

.form-wrap .radio-box-wrap label::before,
.form-wrap .check-box-wrap label::before {
  background-color: #f0f0f0;
  border-radius: 0%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border: 1px solid #000;
}

.form-wrap .radio-box-wrap label::after,
.form-wrap .check-box-wrap label::after {
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  opacity: 0;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  top: 2px;
  left: 6px;
}

.form-wrap .radio-box-wrap input,
.form-wrap .check-box-wrap input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-wrap .radio-box-wrap input:checked+label::after,
.form-wrap .check-box-wrap input:checked+label::after {
  opacity: 1;
}

.form-wrap .sub-text {
  margin: 0;
}

.form-wrap .sub-text.sub-text01 {
  margin-top: 0.3em;
  padding-left: 60px;
}

.form-wrap .sub-text.sub-text02 {
  margin-top: 0.3em;
  padding-left: 20px;
}

.form-wrap .sub-text.sub-text02 .small {}

.form-wrap .sub-text.sub-text03 {
  margin-top: 0.7em;
}

.form-wrap .sub-text.sub-text04 {
  margin-bottom: 0.7em;
}

.form-wrap .sub-text .small {
  font-size: 1.1rem;
  /* display: inline-block;  */
}

.form-wrap .tr_birthday td {
  padding-bottom: 2em;
}

.form-wrap .tr_wheelchair {
  border-top: 1px solid #222;
}

.form-wrap .submit-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 100px;
  overflow: hidden;
  border: 4px solid #7e6aa5;
  border-radius: 37px;
}

.form-wrap .submit-wrap:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7e6aa5;
  content: "\f061";
  transition: all 0.4s 0s ease;
}

.form-wrap .submit-wrap input[type="submit"] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7e6aa5;
  text-align: center;
  display: block;
  background: #fff;
  padding: 1.35em 2em;
  padding-right: 3em;
  transition: all 0.4s 0s ease;
  border: none;
  width: 100%;
  cursor: pointer;
}

.form-wrap .submit-wrap.change:after,
.form-wrap .submit-wrap:hover:after {
  color: #fff;
}

.form-wrap .submit-wrap.change input[type="submit"],
.form-wrap .submit-wrap:hover input[type="submit"] {
  color: #fff;
  background: #7e6aa5;
}

.explanation_companion {
  font-size: 1.125rem;
  color: #e64177;
  letter-spacing: 0.08em;
  margin: 0;
  margin-top: 65px;
}

.companion-wrap {
  margin-top: 20px;
}

.companion-wrap .heading_companion-wrap {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin: 0;
}

.acd-check {
  display: none;
}

.acd-check:checked+.acd-label .inner-text:before {
  content: "\f068";
}

.acd-label {
  position: relative;
  background: #fff;
  display: block;
  margin-top: 25px;
  padding: 1.08em 1em;
  border: 1px solid #7e6aa5;
  cursor: pointer;
  transition: all 0.4s 0s ease;
}

.acd-label:hover {
  opacity: 0.7;
}

.acd-label .inner-text {
  position: relative;
  text-align: right;
  display: table;
  margin: 0 auto;
  padding-left: 2em;
}

.acd-label .inner-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7e6aa5;
  content: "\f067";
  transition: all 0.4s 0s ease;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  padding: 20px 0;
  opacity: 1;
  visibility: visible;
}

label.address-label {
  cursor: pointer;
  margin-right: 40px;
  padding-left: 40px;
  position: relative;
}

label.address-label:before,
label.address-label:after {
  content: "";
  display: block;
  position: absolute;
}

label.address-label:before {
  background-color: #f0f0f0;
  border-radius: 0%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

label.address-label:after {
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  opacity: 0;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  top: 2px;
  left: 6px;
}

input.address-check {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

input.address-check:checked+label.address-label::after {
  opacity: 1;
}

.address-wrap,
.assistance-wrap {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.address-wrap.open,
.assistance-wrap.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.address-check:checked+.address-label+.address-wrap {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.privacy-wrap .box {
  height: 170px;
  overflow-y: auto;
  border: 1px solid #707070;
  margin-top: 80px;
  padding: 25px;
  background: #fff;
}

.privacy-wrap .box .text {
  margin: 0;
}

.privacy-wrap .box .text.text02 {
  margin-top: 1em;
}

.privacy-wrap .check-box-wrap {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .form-wrap table.table_tr th {
    padding-top: 2.1em;
  }

  .form-wrap table.table_tr .tr_radio-box td {
    padding-top: 2.1em;
  }

  .contact-wrap {
    padding: 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .schedule-wrap_application .heading .label {
    font-size: 0.875rem;
    border-radius: 19px;
  }

  .schedule-wrap_application .heading .inner-text {
    font-size: 1rem;
  }

  .schedule-wrap_application .text {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }

  .flow-wrap_application .text {
    font-size: 1.89rem;
  }

  .form-wrap .input-wrap01 .label01,
  .form-wrap .input-wrap01 .label02,
  .form-wrap .input-wrap02 .label01,
  .form-wrap .input-wrap02 .label02 {
    margin-right: 0.3em;
  }

  .form-wrap .input-wrap01 .label02,
  .form-wrap .input-wrap02 .label02 {
    width: 110px;
  }

  .form-wrap .input-wrap_zip {
    display: block;
  }

  .form-wrap .input-wrap_zip .zip1,
  .form-wrap .input-wrap_zip .zip2 {
    display: inline-block;
  }

  .form-wrap .input-wrap_zip button {
    margin-top: 1em;
    margin-left: 0;
  }

  .form-wrap .sub-text.sub-text01 {
    padding-left: 40px;
  }

  .form-wrap .sub-text.sub-text02 {
    padding-left: 0;
  }

  .form-wrap .sub-text.sub-text02 .small {
    margin-left: 0;
  }

  .form-wrap .sub-text.sub-text03 {
    font-size: 0.875rem;
  }

  .form-wrap .sub-text .small {
    display: block;
  }

  .form-wrap table.table_tr td .row {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .form-wrap table.table_tr td .row>div {
    margin: 0 15px;
  }

  .form-wrap table.table_tr td .row>div:first-child {
    margin-left: 0;
  }

  .form-wrap table.table_tr td .row>div:last-child {
    margin-right: 0;
  }

  .form-wrap .submit-wrap {
    margin-top: 40px;
  }

  .explanation_companion {
    font-size: 1.0625rem;
    margin-top: 35px;
  }

  .companion-wrap .heading_companion-wrap {
    font-size: 1.0625rem;
  }

  .privacy-wrap .box {
    height: 255px;
    margin-top: 20px;
    padding: 20px;
  }

  .privacy-wrap .check-box-wrap label {
    font-size: 0.875rem;
    padding-left: 35px;
  }
}

@media screen and (max-width: 480px) {
  .schedule-wrap_application .heading .label {
    font-size: 0.8125rem;
    margin-right: 10px;
    border-radius: 18px;
  }

  .schedule-wrap_application .heading .inner-text {
    font-size: 0.9375rem;
  }

  .schedule-wrap_application .text {
    font-size: 0.875rem;
  }

  .form-wrap .input-wrap_birthday .birthday {
    margin-right: 7px;
  }

  .form-wrap .input-wrap_birthday .birthday2,
  .form-wrap .input-wrap_birthday .birthday3 {
    margin-left: 15px;
  }

  .acd-label .inner-text {
    text-align: left;
  }
}

@media screen and (max-width: 370px) {

  .schedule-wrap_application .heading .label,
  .schedule-wrap_application .heading .inner-text {
    letter-spacing: 0;
  }

  .schedule-wrap_application .heading .label {
    font-size: 0.75rem;
    border-radius: 16px;
  }

  .schedule-wrap_application .heading .inner-text {
    font-size: 0.875rem;
  }

  .schedule-wrap_application .text {
    font-size: 0.75rem;
  }
}

/*---------------------------------------------------------------------------
display
---------------------------------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.pe-n {
  pointer-events: none;
}

/*---------------------------------------------------------------------------
layout
---------------------------------------------------------------------------*/
.container600,
.container700,
.container800,
.container860,
.container1040 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container600 {
  max-width: 600px;
}

.container700 {
  max-width: 700px;
}

.container800 {
  max-width: 800px;
}

.container860 {
  max-width: 860px;
}

.container1040 {
  max-width: 1040px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1 {
  flex: 1;
}

.col-2 {
  flex: 2;
}

.col-3 {
  flex: 3;
}

.col-4 {
  flex: 4;
}

.col-5 {
  flex: 5;
}

.col-6 {
  flex: 6;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 30px;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
  .row>div:first-child {
    margin-left: 0 !important;
  }

  .row>div:last-child {
    margin-right: 0 !important;
  }

  .wrap_va-m {
    display: table;
    width: 100%;
    height: 100%;
  }

  .wrap_va-m .inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1080px) {
  .container1040 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-sp-margin{
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .container860 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .row .col-1,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6 {
    margin: 20px 0;
  }

  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 740px) {
  .container700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .container600 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .font-size-h2-sp{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 568px) {
  .row2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .row2 .col-1,
  .row2 .col-2,
  .row2 .col-3,
  .row2 .col-4,
  .row2 .col-5,
  .row2 .col-6 {
    margin: 20px 0;
  }

  .row2 .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .row2 .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

/*---------------------------------------------------------------------------
background
---------------------------------------------------------------------------*/
.bg_wh {
  position: relative;
  background: #fff;
}

.bg_wh01 {
  padding: 25px 0 32px;
}

@media screen and (max-width: 768px) {
  .bg_wh01 {
    padding: 35px 0 5px;
  }
}

/*---------------------------------------------------------------------------
text
---------------------------------------------------------------------------*/
.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .ta-l_pc {
    text-align: left;
  }

  .ta-c_pc {
    text-align: center;
  }

  .ta-r_pc {
    text-align: right;
  }
}

/*---------------------------------------------------------------------------
heading
---------------------------------------------------------------------------*/
.heading_mid01 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  margin-bottom: 1em;
}

.heading_mid02 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}

.heading_band {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  background: #7e6aa5;
  margin: 0;
}

.heading_band.heading_band01 {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 0.38em 1em;
}

.heading_band.heading_band02 {
  margin-top: 2em;
  margin-bottom: 1.3em;
  padding: 0.3em 3em;
}

@media screen and (max-width: 768px) {
  .heading_band {
    font-size: 1.8rem;
  }

  .heading_band.heading_band01,
  .heading_band.heading_band02 {
    text-align: center;
    padding: 0.875em 1em;
    /* white-space: nowrap; */
    font-size: 12px;
  }
}

.check-box-wrap01 {
  margin: 2em auto 0;
  display: table;
}

/*---------------------------------------------------------------------------
image
---------------------------------------------------------------------------*/
.img-wrap {
  line-height: 0;
}

.img-wrap img {
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}

/*---------------------------------------------------------------------------
table
---------------------------------------------------------------------------*/
table.table_tr {
  width: 100%;
  background: transparent;
  border: 0;
}

table.table_tr tr,
table.table_tr th,
table.table_tr td {
  background: transparent;
  border: 0;
}

table.table_tr th,
table.table_tr td {
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
  padding: 1.1em 0;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  table.table_tr th {
    width: 28.5%;
    padding-right: 1em;
  }
}

@media screen and (max-width: 768px) {

  table.table_tr th,
  table.table_tr td {
    width: 100%;
    display: block;
    padding: 1.3em 0;
  }

  table.table_tr th {
    padding-right: 0;
    padding-bottom: 0.5em;
  }

  table.table_tr td {
    padding-top: 0.5em;
  }
}

/*---------------------------------------------------------------------------
margin
---------------------------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*---------------------------------------------------------------------------
animation
---------------------------------------------------------------------------*/
.preload {
  transition: 0 !important;
}

/*# sourceMappingURL=style.css.map */

header {
  border-top: solid 26px #FFFFFF;
}

footer {
  background: #0153AD;
}

.row>.pipo {
  margin-right: auto !important;
}

h1#title {
  color: #EF5F63;
  text-align: center;
  margin: auto;
  font-size: 60px;
  line-height: 1.45;
  font-weight: bold;
}

.row>.pipo {
  position: absolute;
  left: calc(50% - 275px);
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:640px) {
  .row>.pipo {
    left: calc(50% - (calc((50px/2) + (32 - (32/2))*(100vw - 375px)/(640 - 375))) * 5);
  }
}

ul.under_txt {
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.under_txt li {
  list-style: none;
}

/* ul.under_txt>li:nth-child(1) {
  background: #fff;
  color: #fff;
  margin: auto 0 0;
  padding: 0.5em 1.2em;
  font-size: calc((18px/2) + (18 - (18/2))*(100vw - 375px)/(1440 - 375));
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
} */

ul.under_txt>li:nth-child(1) {
  margin: auto;
}

ul.under_txt>li:nth-child(1)>ul {
  padding: 0;
  display: flex;
  margin-bottom: 1em;
  font-size: 18px;
}

ul.under_txt>li:nth-child(1)>ul:last-child {
  margin-bottom: 0;
}

ul.under_txt>li:nth-child(1)>ul>li:nth-child(1) {
  background: #0153AD;
  color: #Fff;
  font-weight: bold;
  padding: 0.3em 1.2em;
  margin: auto 0;
  /* font-size: calc((16px/2) + (16 - (16/2))*(100vw - 375px)/(1440 - 375)); */
  font-size: 18px;
  white-space: nowrap;
}

ul.under_txt>li:nth-child(1)>ul>li:nth-child(2) {
  font-size: 25px;
  margin: auto 0;
  margin-left: 1.2em;
  font-weight: bold;
  /* font-size: calc((22px/2) + (16 - (16/2))*(100vw - 375px)/(1440 - 375)); */
}

.heading_band {
  background: #0153AD;
  text-align: center;
}

.input_wrap_box {
  background: #7e6aa51c !important;
  border: none !important;
  padding: 32px 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.input_wrap_content {
  display: flex;
  width: 100%;
  justify-content: center;
}

.input_wrap_content_btn {
  background: #0153AD;
}

input#resister_email {
  border-radius: 10px !important;
  height: 40px !important;
  border: 1px solid #707070 !important;
}

@media screen and (max-width:640px) {

  h1#title {
    font-size: calc((50px/2) + (32 - (32/2))*(100vw - 375px)/(640 - 375));
  }

  .row>.pipo {
    max-width: calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(640 - 375));
    z-index: 1;
  }

  ul.under_txt {
    flex-direction: column;
    justify-content: center;
  }

  /* ul.under_txt>li:nth-child(1) {
    margin-bottom: 2em;
    text-align: center;
    font-size: 18px;
  } */

  ul.under_txt>li:nth-child(1)>ul>li:nth-child(1) {
    font-size: 16px;
    text-align: center;
  }

  ul.under_txt>li:nth-child(1) {
    width: 100%;
    margin: auto;
  }

  ul.under_txt>li:nth-child(1)>ul {
    margin-bottom: 0;
    font-size: 16px;
    flex-direction: column;
  }

  ul.under_txt>li:nth-child(1)>ul>li:nth-child(2) {
    font-size: 16px;
    margin: .5em;
    text-align: center;
  }

  ul.under_txt>li:nth-child(1)>ul>li:nth-child(1)>span {
    background: #FFBA00;
    font-size: 90%;
    padding: 0.1em 0.5em;
    border-radius: 20px;
    margin-left: 1em;
  }

  .heading_band.heading_band01 {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }

  .privacy-wrap {
    font-size: 14px;
  }

  .privacy-wrap h3.heading_mid01 {
    font-size: 16px;
  }

  .is_pc {
    display: none;
  }

}

.flow-wrap_application .text.text_caution {
  color: #FFBA00;
  text-align: center;
}

.col-1.font_txt {
  font-size: 12px;
}

.col-1.font_txt>span {
  color: #EF5F63;
}

.form-wrap .submit-wrap input[type="submit"] {
  color: #EF5F63;
}

.form-wrap .submit-wrap:after {
  color: #EF5F63 !important;
}

.form-wrap .submit-wrap {
  border: 4px solid #EF5F63;
}

.acd-label {
  border: 1px solid #EF5F63;
}

.acd-label .inner-text:before {
  color: #EF5F63;
}

.form-wrap .submit-wrap.change input[type="submit"],
.form-wrap .submit-wrap:hover input[type="submit"] {
  color: #fff;
  background: #EF5F63;
}

footer {
  background: #FFFFFF;
  height: 26px;
  padding: 0;
}

.submit-wrap2 input[type="submit"] {
  color: #ef5f63 !important;
}

.submit-wrap2.back:before {
  color: #ef5f63 !important;
}

.submit-wrap2:after {
  color: #ef5f63 !important;
}

.submit-wrap2 {
  border: 4px solid #ef5f63 !important;
}

.submit-wrap2:hover input[type="submit"] {
  background: #ef5f63 !important;
  color: #fff !important;
}

.submit-wrap2:hover:after,
.submit-wrap2.back:hover:before {
  color: #fff !important;
}

.last_memo {
  color: #FF0000;
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (min-width:641px) {

  .is_sp {
    display: none;
  }

}


@media screen and (min-width:1903px) {


  /* ul.under_txt>li:nth-child(1) {
    font-size: 18px;
  } */


  ul.under_txt>li:nth-child(1)>ul>li:nth-child(1) {
    font-size: 16px;
  }

  ul.under_txt>li:nth-child(1)>ul>li:nth-child(2) {
    font-size: 16px;
  }

}


.yellow_memo {
  color: #FFBA00;
  text-align: center;
  margin: 2em auto 3em;
  font-size: 20px;
}

.foot_memo {
  color: #FF0000;
  font-size: 12px;
  margin: 5em 0 0;
}

@media screen and (max-width:640px) {

  .yellow_memo {
    font-size: 14px;
    text-align: left;
  }

}

/* 屋外 */

/* ul.under_txt>li:nth-child(1) {
  margin: auto 0 54px;
} */

.form-place-number {
  display: flex;
  flex-wrap: nowrap;
}

.form-place-number .input-wrap01 {
  margin-right: 1rem;
  max-width: 90px;
}

.form-place-number-p {
  margin-right: 1rem;
}

.check-box-wrap02 {
  margin: 1em 0;
  display: table;
}

.form-place input {
  margin-left: 2rem;
}

.form-place .input-wrap01 {
  margin-bottom: 1rem;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.header-marginleft{
  margin-right: 0 !important;
}

@media screen and (min-width:769px) {
  .header-marginleft{
    margin-right: calc(((16px/2) + (16 - (16/2))*(100vw - 375px)/(1440 - 375))*5 + 5px) !important;
  }
  tr.border-bottom>td {
    padding-bottom: 2.5rem;
  }
}

tr.border-bottom>td {
  padding-bottom: 2rem;
}

span.small.color-red {
  display: block;
  font-size: 1.2rem;
}

button.ajaxzip3_1.place-number-button {
  margin-top: 8px;
  height: fit-content;
  padding: 10px 20px;
}

@media screen and (max-width:500px) {
  button.ajaxzip3_1.place-number-button {
    margin-top: 0px;
    height: fit-content;
    padding: 10px 5px;
  }
}

.site-logo {
    text-align: center;
    width: 100%;
}
.site-logo > img {
    /* margin-left: 30px; */
    padding-top: 20px;
    margin-bottom: 0px;
    max-width: 460px;
    width: 100%;
}