@charset "UTF-8";
#page_header {
  position: relative;
}
#page_header .page_header_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0078c8;
}
#page_header .page_header_area .ttl {
  padding: 50px 0;
  color: #fff;
}
#page_header .page_header_area .ttl h1 {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 480px) {
  #page_header .page_header_area .ttl h1 {
    font-size: 3rem;
  }
}
#page_header .page_header_area .ttl p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.pankuzu {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .pankuzu {
    font-size: 1.4rem;
  }
}
.pankuzu a {
  color: #000;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .mb_150 {
    margin-bottom: 100px;
  }
}

.pageder {
  margin-top: 30px;
}
.pageder .page-numbers {
  display: inline-block;
  padding: 8px 10px;
  margin-right: 10px;
  border: 1px solid #0064c8;
  color: #000;
  font-size: 1.4rem;
}
.pageder .page-numbers.current {
  background-color: #0064c8;
  color: #fff;
  border: none;
}
@media screen and (max-width: 480px) {
  .pageder .page-numbers {
    font-size: 1.2rem;
  }
}
.pageder .page-numbers:last-child {
  margin-right: initial;
}

#page_news {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #page_news {
    margin-bottom: 30px;
  }
}
#page_news ul {
  border-bottom: 1px solid #003c8c;
}

#page_contact .text {
  line-height: 3rem;
}
#page_contact .point {
  background-color: #22a9bc;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px;
  font-weight: 400;
  margin-left: 10px;
}
#page_contact .area01 {
  background-color: #fff;
  padding: 100px;
}
@media screen and (max-width: 768px) {
  #page_contact .area01 {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  #page_contact .area01 {
    padding: 50px 25px;
  }
}
#page_contact .table table {
  width: 100%;
}
#page_contact .table table tr th, #page_contact .table table tr td {
  border-top: 1px solid #bde0e8;
}
#page_contact .table table tr th {
  padding: 20px 10px 0px 20px;
  text-align: left;
  font-size: 1.6rem;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #page_contact .table table tr th {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #page_contact .table table tr th {
    font-size: 1.4rem;
  }
}
#page_contact .table table tr th .back {
  position: relative;
  display: inline-block;
}
#page_contact .table table tr th .back::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #22a9bc;
}
#page_contact .table table tr td {
  height: 64px;
  padding: 20px 0 15px 0;
}
@media screen and (max-width: 768px) {
  #page_contact .table table tr td {
    height: auto;
    padding: 10px 0 20px 0;
    border-top: none;
  }
}
#page_contact .table table tr td input, #page_contact .table table tr td textarea {
  background-color: #eef8fa;
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 1.6rem;
}
#page_contact .table table tr td input[type=text], #page_contact .table table tr td textarea {
  width: 100%;
}
#page_contact .table table tr td .select_s {
  position: relative;
  display: inline;
}
#page_contact .table table tr td .select_s.right {
  margin-right: 5px;
}
#page_contact .table table tr td .select_s::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 2px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #1e5096;
  border-right: 1px solid #1e5096;
  z-index: 3;
}
#page_contact .table table tr td .size01 select {
  width: 150px;
}
#page_contact .table table tr td .size02 select {
  width: 70px;
}
#page_contact .table table tr td select {
  background: #fff;
  padding: 10px;
  z-index: 0;
  color: #828282;
}
#page_contact .table table tr td textarea {
  height: 170px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  #page_contact .table table tr th, #page_contact .table table tr td {
    display: block;
  }
}
#page_contact .btn {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page_contact .btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #page_contact .btn {
    margin-top: 10px;
  }
}
#page_contact .doi_area {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
}
#page_contact .radio_btn .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#page_contact .radio_btn label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
  font-size: 1.6rem;
  margin-right: 12px;
  display: block;
  margin: 2px 0;
}
#page_contact .radio_btn label::before {
  background: #eef8fa;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  left: 0px;
  top: -2px;
}
#page_contact .radio_btn label::before, #page_contact .radio_btn label::after {
  content: "";
  display: block;
  position: absolute;
}
#page_contact .radio_btn label::after {
  width: 15px;
  height: 15px;
  left: 4px;
  top: 2px;
  opacity: 0;
  background-color: #22a9bc;
  border-radius: 100px;
  transform: rotate(45deg);
  z-index: 10;
}
#page_contact .radio_btn input:checked + label::after {
  opacity: 1;
}
#page_contact .check_btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page_contact .check_btn {
    margin-bottom: 30px;
  }
}
#page_contact .check_btn .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#page_contact .check_btn #doi {
  opacity: 0;
}
#page_contact .check_btn label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
  font-size: 1.6rem;
  margin-right: 12px;
  display: inline-block;
  margin: 2px 0;
}
#page_contact .check_btn label::before {
  border: 1px solid #22a9bc;
  width: 15px;
  height: 15px;
  left: 0px;
  top: -2px;
}
#page_contact .check_btn label::before, #page_contact .check_btn label::after {
  content: "";
  display: block;
  position: absolute;
}
#page_contact .check_btn label::after {
  width: 5px;
  height: 10px;
  left: 5px;
  top: -1px;
  opacity: 0;
  border-right: 1px solid #22a9bc;
  border-bottom: 1px solid #22a9bc;
  transform: rotate(45deg);
  z-index: 10;
}
#page_contact .check_btn input:checked + label::after {
  opacity: 1;
}
#page_contact .ver_c {
  vertical-align: middle;
}
#page_contact .ver_t {
  vertical-align: top;
}

.thanks_text {
  text-align: center;
  padding: 100px 0;
}
.thanks_text h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 20px;
  color: #0078c8;
}
@media screen and (max-width: 480px) {
  .thanks_text h2 {
    font-size: 3rem;
  }
}
.thanks_text p {
  font-size: 1.8rem;
  line-height: 35px;
}
@media screen and (max-width: 480px) {
  .thanks_text p {
    font-size: 1.6rem;
  }
}

#page_policy .page_policy_area h3 {
  padding-bottom: 15px;
  font-weight: 800;
}
#page_policy .page_policy_area p {
  line-height: 3rem;
}
#page_policy h2.ttl_policy {
  color: #22a9bc;
}

/* step1 */
.step {
  list-style-type: none;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.step li {
  width: 33.3%;
  position: relative;
  background: #eef8fa;
  padding: 15px 10px;
  text-align: center;
  color: #22a9bc;
  font-weight: 800;
}
.step li.is-current {
  background: #22a9bc;
  font-weight: bold;
  color: #fff;
}
.step li.is-current:after {
  border-color: transparent transparent transparent #22a9bc;
}
.step li:before, .step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #eef8fa;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:last-child {
  padding-right: 1em;
}
.step li:last-child:before, .step li:last-child:after {
  display: none;
}

/* step2 sp */
.step_sp_area {
  width: 100%;
}

.step_sp {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.step_sp li {
  position: relative;
  width: 100%;
  background: #eef8fa;
  text-align: center;
  color: #22a9bc;
  border-bottom: 3px solid #fff;
}
.step_sp li:nth-child(1)::after, .step_sp li:nth-child(2)::after {
  background-color: #eef8fa;
}
.step_sp li:nth-child(1).is-current_sp, .step_sp li:nth-child(2).is-current_sp {
  background-color: #22a9bc;
  background: #22a9bc;
  color: #fff;
}
.step_sp li:nth-child(1).is-current_sp:after, .step_sp li:nth-child(2).is-current_sp:after {
  border-color: #22a9bc transparent transparent transparent;
  background-color: #22a9bc;
}
.step_sp li:after, .step_sp li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 0;
}
.step_sp li:after {
  bottom: -19px;
  z-index: 1;
}
.step_sp li::before {
  bottom: -22px;
  z-index: 1;
  background-color: #fff;
}
.step_sp li:nth-child(1) {
  padding: 30px 10px 5px 10px;
}
.step_sp li:nth-child(2) {
  padding: 40px 10px 5px 10px;
}
.step_sp li:last-child {
  padding: 40px 10px 30px 10px;
}

.contact_btn_area {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .contact_btn_area {
    width: 100%;
  }
}
.contact_btn_area input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  background: linear-gradient(270deg, rgb(156, 215, 222) 0%, rgb(0, 173, 191) 25%, rgb(0, 173, 191) 51%, rgb(156, 215, 222) 100%);
  border-radius: 100px;
  width: 100%;
  font-size: 1.6rem;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.contact_btn_area input[type=submit]:hover {
  background-position: 99% 50%;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 100%;
}
.tab-wrap:after {
  content: "";
  width: 100%;
  display: block;
  order: -1;
}

.tab-label {
  background: #eef8fa;
  font-weight: bold;
  text-align: center;
  padding: 15px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  margin-bottom: 30px;
  color: #22a9bc;
  width: 50%;
  line-height: 3rem;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content .content {
  margin-bottom: 50px;
}

.tab-switch:checked + .tab-label {
  background: #22a9bc;
  color: White;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}/*# sourceMappingURL=page.css.map */