@charset "utf-8";

/*---Global---*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

* {
  padding: 0;
  margin: 0;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

body {
  /* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    sans-serif;
  word-wrap: break-word;
  color: #345a7f;
  /* overflow: hidden; */ /*stickyが効かなかったため*/
  background-color: #f3f8ff;
  font-size: clamp(0.875rem, 0.827rem + 0.19vw, 1rem);
}

p {
  margin-top: clamp(1.25rem, 0.769rem + 1.92vw, 2.5rem);
  line-height: 2;
}

h3 {
  font-size: clamp(1.25rem, 1.036rem + 1.07vw, 2rem);
  color: #007fc7;
}

input,
input[type="checkbox"]::before {
  background: #f3f8ff;
}

fieldset {
  border: none;
  /* display: flex;
    flex-direction: column;
    row-gap: 1.25rem; */
}

[hidden] {
	display: none !important;
}

.box_overview,
.box_regulations,
.box_privacy {
  margin-top: clamp(1.25rem, 0.769rem + 1.92vw, 2.5rem);
}

/* 14px-16px Responsive*/
p,
button {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}

/*---SiteHead---*/
.logo {
  align-self: center;
  line-height: 0;
}

.logo img {
	width: clamp(7.5rem, 6.538rem + 3.85vw, 10rem);
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: solid 2px #bed2ea;
  background-color: #ffffff;
  padding: 2.5rem clamp(2rem, 1vw, 7.5rem);
}

.site_header {
  display: flex;
  position: sticky;
  max-width: 75rem;
  margin: 0 auto;
}

footer {
  background-color: #ffffff;
  border-top: solid 2px #bed2ea;
  padding: 2.5rem clamp(1.25rem, 1vw, 7.5rem);
}

.footer_inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #007fc7;
  
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .footer_inner {
    font-size: 12px;
    flex-direction: column;
    row-gap: 1.25rem;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
}

ul.footer_links {
  display: flex;
  justify-content: center;
  flex-direction: row;
  column-gap: 1.25rem;
  padding-left: 0;
}

ul.footer_links li {
  list-style:none;
  white-space: nowrap;
}

.copyright {
  white-space: nowrap;
}

/*---pageHead---*/
.page_head {
  margin-top: 5rem;
  background-color: #f2f2f2;
  padding: 1em 0;
}

.inner_head {
  margin: auto;
  /*max-width: 1290px;*/
  width: 90%;
}

/*---pageBody---*/
.page_body {
  width: 100%;
}

.area_conts {
  margin: clamp(2.5rem, 1.538rem + 3.85vw, 5rem) auto;
  width: calc(75rem + 2.5rem);
  padding: 0 1.25rem;
}

/*---StepBar---*/
.step {
  display: flex;
  flex-direction: row;
  column-gap: clamp(0.625rem, 0.208rem + 1.85vw, 1.875rem);
  margin-top: 2.5rem;
}

.step_item {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 2.5rem;
  padding: 0 4rem 0 2rem;
  background-color: #d0d0d0;
  width: 33.3%;
}

.step_item:before,
.step_item:after {
  position: absolute;
  left: -1.5rem;
  display: block;
  content: "";
  background-color: #d0d0d0;
  border-left: 0.3rem solid #fff;
  width: 2rem;
  height: 1.3rem;
}

.step_item:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.step_item:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.step_item:first-child:before,
.step_item:first-child:after {
  content: none;
}

.step_item.current {
  color: #fff;
  background-color: #65749d;
  font-weight: normal;
}

.step_item.current:before,
.step_item.current:after,
.step_item.passed:before,
.step_item.passed:after {
  background-color: #65749d;
}

.step_item.passed {
  background-color: #65749d;
  color: #c5cbda;
}

.step_item {
  padding: 0 2.5rem 0 0.5rem;
}

/*---横並びのdl*/
.dl_row {
  display: flex;
  flex-wrap: wrap;
}
.dl_row > dt {
  line-height: inherit;
}
.dl_tb {
  /*テーブル風*/
  align-items: stretch;
  padding: clamp(2.5rem, 2.019rem + 1.92vw, 3.75rem)
    clamp(1.25rem, 0.288rem + 3.85vw, 3.75rem);
  border-radius: 1rem;
  background-color: #fff;
}

.tb_row {
  /* box-sizing: content-box; */
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 2.5rem 0;
  flex-wrap: wrap;
  row-gap: 1rem;
  /* height: 3.125rem; */
}

.radio_row {
	min-height: 3.125rem;
}

.tb_row:first-child {
  padding-top: 0;
}

.tb_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tb_row > dt {
  box-sizing: border-box;
  font-weight: bold;
  margin-right: 0.625rem;
  font-size: clamp(0.875rem, 0.827rem + 0.19vw, 1rem);
}

.tb_row > dd:last-child {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .tb_row {
    flex-wrap: nowrap;
  }
  .tb_row > dt {
    width: 15rem;
    margin: 0;
  }
  .tb_row > dd:first-child {
    width: 14rem;
  }
  .tb_row > dd:last-child {
    flex: 1;
  }
}

.tb_row > dd > *:not(hr):first-child,
.tb_row > dd > ul:first-child *:first-child {
  margin-top: 0;
}
.tb_row > dd > hr {
  margin: 1em 0;
}
/*Floｗになっている*/
.dl_tb.dl_flow {
  border-right: none;
}
.dl_tb.dl_flow dd {
  border-right: 1px solid #ddd;
}
.dl_tb.dl_flow .flow_arrow {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-left: none;
  text-align: center;
  color: #293382;
  height: 3.5rem;
}
.dl_tb.dl_flow .flow_arrow i {
  font-size: 5rem;
  margin-top: -1rem;
}

/*----Form-----*/

.error_msg {
  color: #ce3030;
}

form a {
  color: #007fc7;
}

input,
textarea {
  width: 100%;
}

textarea {
  height: 21rem;
  line-height: 1.3;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  font-size: 1rem;
  padding: 0.56rem clamp(0.625rem, 0.385rem + 0.96vw, 1.25rem);
  background-color: #f3f8ff;
  border-radius: 0.25rem;
  color: #345a7f;
  border: solid 1px #bed2ea;
  font-family: inherit;
  height: 3.125rem;
}

::placeholder {
  color: #abc0d3;
  font-family: inherit;
}

button {
  font-family: inherit;
  color: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #657599;
  outline: 0;
}

.wrap_form {
  margin-top: 2rem;
}
.wrap_form hr {
  margin: 2rem 0;
}

.note {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.box_check input:disabled:checked {
  pointer-events: none;
}

.confirm dd {
  overflow-wrap: anywhere;
}

.confirm .box_check input:not(:checked) {
  border-color: #bed2ea;
  background-color: #f3f8ff;
  pointer-events: none;
}

.confirm .box_check label {
  pointer-events: none;
}

.confirm .box_check label:has(input:not(:checked)) {
  color: #abc0d3;
  pointer-events: none;
}



/* btn */

.btn_cmn {
  padding: 1rem 0rem;
  border-radius: 1.875rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
  border: solid 0.1rem #89a3be;
  font-weight: bold;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .btn_cmn {
    width: 20rem;
  }
}

.btn_cmn:hover {
  opacity: 0.7;
}
.btn_cmn:disabled {
  background-color: #9bb2bc;
  box-shadow: none;
  border: none;
}

.btn_blue {
  background-color: #007fc7;
  box-shadow: 0px 5px 15px 0px rgba(70, 94, 124, 0.35);
  color: #fff;
}
.btn_gray {
  background-color: #a4a4a4;
  color: #fff;
}
/* .btn_blue:hover, */
.btn_gray:hover {
  background-color: #707d96;
}

.btn_arrow {
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: relative;
}
.btn_arrow_before {
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: relative;
}
.btn_arrow::after {
  right: 0.5rem;
}
.btn_arrow::after,
.btn_arrow_before::before {
  font-family: Material Icons;
  content: "\e5cc";
  position: absolute;
  display: inline-block;
  top: calc(50% - 0.3rem);
}
.btn_arrow_before::before {
  left: 0.5rem;
  transform: rotate(180deg);
}

.box_submit {
  display: flex;
  column-gap: 2.5rem;
  row-gap: 0.625rem;
  justify-content: center;
  margin: 2.5rem auto 0;
  white-space: nowrap;
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 768px) {
  .box_submit {
    margin-top: 3.75rem;
  }
}

.box_check {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  column-gap: clamp(1.25rem, 0.769rem + 1.92vw, 2.5rem);
}

.box_radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  row-gap: 0.625rem;
  flex-wrap: wrap;
}

.box_radio label {
  cursor: pointer;
  white-space: nowrap;
}

.box_radio input {
  appearance: none; /* デフォルトの見た目消す */
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: solid 1px #89a3be;
}

.box_radio input:checked::before {
  display: block;
  background-color: #007fc7;
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ymd_form {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.375rem, 0.279rem + 0.38vw, 0.625rem);
  align-items: flex-end;
}

.ymd_form .year {
  width: clamp(5rem, 4.038rem + 3.85vw, 7.5rem);
}

.ymd_form .month {
  width: clamp(3.75rem, 3.269rem + 1.92vw, 5rem);
}

.situation_row:has(.situation:checked){
	min-height: 3.125rem;
}

.ymd_form .day {
  width: clamp(3.75rem, 3.269rem + 1.92vw, 5rem);
}

.ymd_form span {
  vertical-align: bottom;
}

.email_field {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.group_item {
  border: none;
  padding: 0;
}

.group_row {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

/*
  	Error
  */
input.error,
.box_check input.error {
  background-color: #ffeeee;
  border: 1px solid #df8d8d;
}

input.error::placeholder {
  color: #f6b9b9;
}

.completed_msgbox {
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  padding: clamp(2.5rem, 2.019rem + 1.92vw, 3.75rem)
    clamp(1.25rem, 0.769rem + 1.92vw, 2.5rem);
}


#reload_captcha {
    width: 250px;
    margin: 5px 0;
    padding: 0.5rem 1rem;
    line-height: 1.2;
    font-size: 0.85rem;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: 0.1s;
    color: #fff;
    background-color: #8a8a8a;
    border: none;
}

.notes {
  color: #345a7f;
  font-size: 14px;
}