@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #444;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
img {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.yellow {
  color: #fbd952;
}
.hisu {
  background-color: #b62436;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  padding: 2px 4px 3px 4px;
  display: inline-block;
  vertical-align: 16%;
  margin-left: 0.4rem;
}
header {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  height: min(12vw, 7rem);
  display: flex;
  align-items: center;
  gap: 3rem;
}
header .logo {
  width: 15.4rem;
  height: 7rem;
  display: flex;
  align-items: center;
}
header p {
  font-size: 2rem;
  color: #004191;
}
.flowlist_back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
  background-color: #fff;
}
.flowlist_back .flowlist_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 3.7rem;
}
.flowlist_back .flowlist_wrap p {
  font-size: min(2.4vw, 1.4rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.flowlist_back .flowlist_wrap p span {
  font-size: 1.8em;
  font-weight: 500;
}
.flowlist_back .flowlist_wrap .flow_list {
  display: flex;
  justify-content: space-between;
  width: 320px;
}
.flowlist_back .flowlist_wrap .flow_list li {
  position: relative;
  z-index: 2;
  display: table;
  width: 46px;
  height: 46px;
  font-size: 24px;
  font-weight: 500;
  color: #999;
  border-radius: 23px;
  background: #eeeeee;
}
.flowlist_back .flowlist_wrap .flow_list li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  top: 50%;
  right: -30px;
  z-index: -1;
  background: #13b3e7;
  border-radius: 1px;
}
.flowlist_back .flowlist_wrap .flow_list li.active {
  color: #fff;
  background: #13b3e7;
}
.flowlist_back .flowlist_wrap .flow_list span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}
.feature {
  width: 100%;
  background-color: #13b3e7;
  padding: 2.4rem 0 3.6rem;
}
.feature p {
  font-size: min(3.4vw, 3.4rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
}
.feature p span.big {
  font-size: 5.6rem;
  font-weight: 700;
  color: #fbd952;
  vertical-align: -8%;
}
.feature ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  margin: 1.2rem auto 0;
  gap: 1vw 0;
  width: 90%;
}
.feature ul .feature1 {
  max-width: 387px;
}
.feature ul .feature2 {
  max-width: 400px;
}
.feature ul .feature3 {
  max-width: 260px;
}
main {
  width: 100%;
  padding: min(7vw, 6rem) 0 min(7vw, 7rem);
  background-color: #e3f7f7;
}
main p.update {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1;
}
main p.update span {
  font-size: 3.2rem;
  color: #13b3e7;
}
main article {
  overflow: hidden;
  display: block;
  padding: 52px 0;
  height: 100%;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2rem;
}
main article form.step_form {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
main article form.step_form .container {
  min-width: 100%;
  padding: 0 38px;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
main article form.step_form .container .question {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 27px;
  line-height: 1.6;
}
main article form.step_form .container .question p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
}
main article form.step_form .container ul.answer {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
}
main article form.step_form .container ul.page1 {
  flex-direction: column;
}
main article form.step_form .container ul.page1 li {
  margin: 0 auto;
  width: 60% !important;
}
main article form.step_form .container ul.page1 li input.textbox {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  width: 8rem;
  height: 4rem;
  padding: 6px;
  margin: 0 1.6rem;
  text-align: center;
  background-color: #fff;
}
main article form.step_form .container ul.page1 li input.textbox::placeholder {
  color: #aaa;
}
main article form.step_form .container ul.answer li input[type="radio"],
main article form.step_form .container ul.answer li input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main article form.step_form .container ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  border: 2px solid #999;
  background-color: #fff;
  vertical-align: middle;
  top: 25%;
  left: 2rem;
  transition: 0.3s;
}
main article form.step_form .container ul li input[type="checkbox"]:checked {
  background: #fff;
}
main
  article
  form.step_form
  .container
  ul
  li
  input[type="checkbox"]:checked::before {
  position: absolute;
  padding: 4px;
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  content: "\f00c";
  line-height: 1;
}
main article form.step_form .container ul li input[type="radio"] {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border: 2px solid #999;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  top: 25%;
  left: 2rem;
}
main
  article
  form.step_form
  .container
  ul
  li
  input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #13b3e7;
  content: "";
}
main article form.step_form .container ul.answer li {
  width: 48%;
  position: relative;
}
main article form.step_form .container ul.answer li input:checked + label {
  background: #e7f7fd;
  border: 2px solid #13b3e7;
}
main article form.step_form .container ul.answer li label input:checked {
  background: #e7f7fd;
  border: 2px solid #13b3e7;
}
main article form.step_form .container ul.answer li label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 1.4;
  border-radius: 6px;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
  background: #fff;
  padding: 0 2rem 0 2rem;
  cursor: pointer;
}
main article form.step_form .container ul.answer li label span {
  padding-left: 5rem;
}
main article form.step_form .container .btn_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 2%;
}
main article form.step_form .container .btn_area button.next_btn,
main article form.step_form .container .btn_area button.submit {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2.4rem;
  text-align: center;
  background-color: #f24c3d;
  width: 30%;
  border-radius: 9999px;
  cursor: pointer;
  letter-spacing: 0.1em;
  box-shadow: 0px 4px #bc4759;
}
main article form.step_form .container .btn_area button.next_btn:after,
main article form.step_form .container .btn_area button.submit:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 18px;
  top: 50%;
  right: 25px;
  margin-top: -9px;
  background: url(../img/next_arrow.png) no-repeat center center;
}
main article form.step_form .container .btn_area button.next_btn:hover,
main article form.step_form .container .btn_area button.submit:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
}
main article form.step_form .container .btn_area button.return_btn {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2.4rem;
  text-align: center;
  background-color: #b4b4b4;
  width: 30%;
  border-radius: 9999px;
  cursor: pointer;
  letter-spacing: 0.1em;
  box-shadow: 0px 4px #898989;
}
main article form.step_form .container .btn_area button.return_btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 18px;
  top: 50%;
  left: 25px;
  margin-top: -9px;
  background: url(../img/return_arrow.png) no-repeat center center;
}
main article form.step_form .container .btn_area button.return_btn:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
}
main article form.step_form .container dt.item {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
main article form.step_form .container dd select.long {
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  width: 80%;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  line-height: 1;
}
main article form.step_form .container dd input.short {
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  width: 12%;
  font-size: 1.6rem;
  padding: 1rem 1.4rem;
  line-height: 1;
}
main article form.step_form .container dd select.short {
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  width: auto;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  line-height: 1;
  text-align: right;
}
main article form.step_form .container dd select.short::not(:first-child) {
  margin-left: 5rem;
}
main article form.step_form .container dd.birthday {
  font-size: 1.6rem;
}
main article form.step_form .container dd.gender {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  align-items: center;
}
main article form.step_form .container dd.gender label {
  font-size: 1.6rem;
  margin-right: 2rem;
}
main article form.step_form .container input.info {
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  line-height: 1;
}
main article form.step_form .container input.zip {
  width: 30%;
}
main article form.step_form .container dd span.zip_mark {
  font-size: 2rem;
  margin-right: 1rem;
}
main article form.step_form .container input.info::placeholder {
  color: #ccc;
}
.pp {
  width: 100%;
  height: 500px;
  overflow: auto;
  border: 1px solid #e7e7e7;
  padding: 4%;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
.pp h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.pp dl dt {
  margin-top: 1em;
}
.pp .indent {
  padding-left: 2.2em;
}
main article form.step_form .container p.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
main article form.step_form .container p.privacy label {
  font-size: 1.6rem;
}
main article form.step_form .container p.privacy label a {
  color: #2457a0;
  text-decoration: underline;
}
header.thanks {
  background-image: none;
  background-color: #ececec;
}
header.thanks .mv .logo {
  margin: 0 auto;
}
main.thanks {
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #999;
}
main.thanks h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}
main.thanks p.thanks_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
main.thanks button {
  border: 1px solid #999;
  border-radius: 6px;
  display: block;
  padding: 1rem 2rem;
  margin: 6rem auto 0;
}
main.thanks button a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
footer {
  max-width: 800px;
  width: 90%;
  padding: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 4rem 2%;
}
footer .logo_box {
  display: block;
  width: fit-content;
}
footer .logo_box .logo {
  width: 180px;
  margin-bottom: 1rem;
}
footer .cap {
  font-size: 1.2rem;
}
footer .overview {
  width: 64%;
  font-size: 1.4rem;
  line-height: 1.6;
}
footer .overview h3 {
  font-weight: 600;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0.8rem;
}
footer .overview table {
  width: 98%;
  margin: 0 auto;
}
footer .overview table th {
  width: 17%;
  font-weight: normal;
}
footer .overview table td {
  width: 83%;
}

footer .overview .contact_link {
  text-decoration: underline;
  color: #2491d3;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header p {
    font-size: 3vw;
  }
  header .logo {
    width: 30vw;
  }
  .feature {
    padding: 3vw 0 4vw;
  }
  .feature p {
    font-size: 3.9vw;
  }
  .feature p span.big {
    font-size: 9vw;
    vertical-align: -8%;
  }
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90vw;
    margin: 1.4rem auto 0;
  }
  .feature ul .feature1 {
    max-width: 32%;
  }
  .feature ul .feature2 {
    max-width: 32%;
  }
  .feature ul .feature3 {
    max-width: 32%;
  }
  .flowlist_back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
  }
  .flowlist_back .flowlist_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2vw;
  }
  .flowlist_back .flowlist_wrap .txt_list {
    font-size: 4vw;
    display: flex;
    margin: 0 auto;
    gap: 1vw;
  }
  .flowlist_back .flowlist_wrap p.step {
    font-size: 1.6vw;
  }
  .flowlist_back .flowlist_wrap p.step span {
    font-size: 5.2vw;
  }
  .flowlist_back .flowlist_wrap .flow_list {
    display: flex;
    justify-content: space-between;
    width: 58%;
    margin: 0 auto;
    gap: 5vw;
  }
  .flowlist_back .flowlist_wrap .flow_list li {
    position: relative;
    z-index: 2;
    width: 8vw;
    height: 8vw;
    font-size: 3.8vw;
    border-radius: 4vw;
  }
  .flowlist_back .flowlist_wrap .flow_list li:not(:last-child):before {
    content: "";
    position: absolute;
    width: 2vw;
    height: 1px;
    margin-top: 0;
    top: 50%;
    right: -3.5vw;
    z-index: -1;
    border-radius: 1px;
  }
  .flowlist_back .flowlist_wrap p.seconds {
    font-size: 1.8vw;
    text-align: center;
    line-height: 1;
  }
  .flowlist_back .flowlist_wrap p.seconds span {
    font-size: 7vw;
  }
  .flowlist_back .flowlist_wrap p.seconds small {
    font-size: 3.6vw;
  }
  main article {
    padding: 7vw 0;
    width: 90%;
  }
  main article form.step_form .container ul.page1 li {
    width: 100% !important;
  }
  main article form.step_form .container {
    padding: 0 5vw;
    gap: 7vw 0;
  }
  main article form.step_form .container ul.answer li {
    width: 100%;
  }
  main article form.step_form .container .btn_area button.next_btn,
  main article form.step_form .container .btn_area button.submit {
    width: 48%;
  }

  main article form.step_form .container .btn_area button.next_btn {
    justify-content: flex-start;
    padding-left: 12%;
  }
  main article form.step_form .container .btn_area button.return_btn {
    width: 48%;
    justify-content: flex-end;
    padding-right: 12%;
  }
  main article form.step_form .container ul.answer li label {
    height: 60px;
  }
  main p.update {
    font-size: 5.2vw;
    margin-bottom: 4vw;
  }
  main p.update span {
    font-size: 6vw;
  }
  main article form.step_form .container ul.answer {
    font-size: 4.2vw;
    gap: 4vw 0;
  }
  main article form.step_form .container .question {
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }
  main article form.step_form .container .btn_area {
    margin-top: 4vw;
    gap: 5vw 2%;
    justify-content: center;
  }
  main article form.step_form .container dd select.long {
    width: 100%;
  }
  main article form.step_form .container dd input.short {
    width: 20vw;
    font-size: 1.6rem;
    padding: 0.6rem 1.4rem;
  }
  main article form.step_form .container dd select.short {
    width: auto;
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
  }
  main article form.step_form .container dd.birthday {
    font-size: 4vw;
  }
  main article form.step_form .container ul.page1 li input.textbox {
    margin: 0 2vw;
  }
  main article form.step_form .container ul.answer li label span {
    padding-left: 9vw;
  }
  main article form.step_form .container ul li input[type="checkbox"] {
    left: 4vw;
  }
  main article form.step_form .container input.zip {
    width: 50vw;
  }
  footer {
    width: 90%;
  }
  footer .logo_box {
    order: 2;
    margin: 0 auto;
    text-align: center;
  }
  footer .overview {
    font-size: 2.7vw;
    width: 100%;
    order: 1;
  }
  footer .overview table th {
    width: 18%;
  }
  footer .overview table td {
    width: 82%;
  }
  header.thanks {
    height: 23vw;
  }
  main.thanks h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  main.thanks {
    padding: 12%;
  }
  main.thanks p.thanks_text {
    font-size: 1.4rem;
    text-align: justify;
  }
  main.thanks button {
    padding: 1rem 2rem;
    margin: 4rem auto 0;
  }
}
