@charset "UTF-8";

/* CSS Document */

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "游ゴシック体", "Yu Gothic", arial, helvetica, sans-serif;
}

ul li {
  list-style-type: none;
  line-height: 1.4;
}

input,
select,
textarea {
  font-size: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
}

input::placeholder {
  color: #333;
}

select {
  border-radius: 0;
  padding: 8px 10px;
  color: #333;
}

label {
  padding-right: 20px;
  display: inline-block;
  margin: 5px 0;
}

label.vertical{
  display: block;
  padding-right:0;
  margin: 0;
}

label.vertical + label.vertical{
  margin-top: 8px;
}

.label{
  display: block;
}

.required {
  padding:0 5px;
  font-weight: normal;
  line-height: 2;
  color: #e40013;
}

table tr th span.required {
  padding:0 5px;
  color: #fff;
  font-weight: normal;
  line-height: 2;
  font-size: 13px;
  color: #e40013;
}

table tr th span.jp{
  display: block;
  font-size: 14px;
  font-weight: bold;
}

table tr th span.en{
  display: block;
  font-size: 12px;
  font-weight: bold;
}

/* header */

#header {
  border-top: 5px solid #e40013;
}

#header .inner {
  position: relative;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
}

#header .inner .top_logo {
  margin: 40px auto 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#header .inner .top_logo .logo img {
  width: 100%;
  max-width: 120px;
}

#header .inner .top_logo .ttl {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  bottom: 5px;
  text-align: center;
  margin: 20px 0 0;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

#header .inner .top_logo .ttl b{
  padding: 0 0 5px;
  display: block;
}

#header .inner .top_logo .ttl small{
  display: block;
  font-size:14px;
}


#header .inner .step {
  color: #999999;
  font-size: 13px;
  text-align: center;
  margin: 0 0 60px 0;
  display: flex;
  justify-content: center;  
}

#header .inner .step .box {
  padding: 15px 10px;
  border: none;
  color: #8D8D8D;
  background-color: #EFEFEF;
  border-radius:5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 27%;
  max-width: 150px;
  box-sizing: border-box;
}

#header .inner .step span{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .inner .step .box b{
  padding: 0 0 5px;
  display: block;
}

#header .inner .step .box small{
  display: block;
  font-size:10px;
}

#header .inner .step .box.cur {
  border: none;
  color: #FFFFFF;
  background-color: #e40013;
  border-radius:5px;
}

#header .inner .tel {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
}

/* main */

#main {
  margin-bottom: 120px;
}

#main .inner {
  position: relative;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
}

#main input,
#main textarea {
  font-size: 16px;
}

table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 0 0 40px 0;
}

table tr {
  border-bottom: 1px solid #ddd;
}

table tr th {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 35%;
}

table tr th span {
  font-weight: normal;
}

table tr th span.mandatoryfield {
  color: #e40013;
}

table tr td {
  color: #333333;
  font-size: 15px;
  line-height: 1.4;
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
  width: 65%;
}

table tr td.k_data_01_td input[type=text] {
  max-width: 540px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border: 1px #dddddd solid;
  background: #f0f0f0;
  box-sizing: border-box;
}

table tr .k_data_02_td input[type=text] {
  width: 100px;
  padding: 0 10px;
  border: 1px #333 solid;
  background: #fff;
  height: 40px;
  box-sizing: border-box;
}

table tr .k_data_03_td input[type=text] {
  width: 100px;
  height: 60px;
  padding: 0 10px;
  border: 1px #dddddd solid;
  background: #f0f0f0;
  box-sizing: border-box;
}

table tr td.k_data_04_td input[type=text] {
  max-width: 540px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border: 1px #f0f0f0 solid;
  background: #f0f0f0;
  box-sizing: border-box;
}

table tr td select {
  box-sizing: border-box;
}

table tr td textarea {
  border: 1px #f0f0f0 solid;
  background: #f0f0f0;
  width: 100%;
}

#main .inner .explanatory {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#main .inner .btn {
  transition: all 0.3s ease;
}

#main .inner .btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

#main .inner .btn a {
  border-radius: 5px;
  color: #FFFFFF;
  width: 100%;
  max-width: 500px;
  padding: 20px 20px 23px;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  display: block;
  background:#e40013;
  line-height:1.3;
}

#main .inner ul.btn_ul {
  width: 450px;
  margin: 0 auto;
  overflow: hidden;
}

#main .inner ul.btn_ul li.left {
  transition: all 0.3s ease;
  margin: 0 20px 0 0;
  float: left;
}

#main .inner ul.btn_ul li.left:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

#main .inner ul.btn_ul li.left a {
  border-radius: 5px;
  color: #FFFFFF;
  width: 200px;
  padding: 20px 10px 23px 10px;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  display: block;
  background: #ccc;
  box-sizing: border-box;  
}

#main .inner ul.btn_ul li.right {
  transition: all 0.3s ease;
  float: left;
}

#main .inner ul.btn_ul li.right:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

#main .inner ul.btn_ul li.right a {
  border-radius: 5px;
  color: #FFFFFF;
  width: 200px;
  padding: 20px 10px 23px 10px;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  display: block;
  background: #ec3a3a;
  background: -moz-linear-gradient(top, #ec3a3a 0%, #d63030 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec3a3a), color-stop(100%, #d63030));
  background: -webkit-linear-gradient(top, #ec3a3a 0%, #d63030 100%);
  background: -o-linear-gradient(top, #ec3a3a 0%, #d63030 100%);
  background: -ms-linear-gradient(top, #ec3a3a 0%, #d63030 100%);
  background: linear-gradient(to bottom, #ec3a3a 0%, #d63030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec3a3a', endColorstr='#d63030', GradientType=0);
}

#main .inner .ttl_wrapper {
  width: 800px;
  margin: 0 auto;
}

#main .inner .ttl_wrapper p.ttl {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px 0;
  line-height: 1.5;  
}

#main .inner .ttl_wrapper p.sttl {
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.5;
}

#main .section_type_06 {
  padding: 0 0 20px;
  text-align: center;
}

#modal {
  display: flex;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#modal.inview {
  display: none;
}

.mdl_box {
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 60px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.mdl_tit {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 40px;
  color: #FD2D44;
}

.mdl_txt {
  font-size: 16px;
  padding: 0 0 40px;
  text-align: left;
}

.mdl_txt li {
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.mdl_txt li+li {
  margin: 15px 0 0;
}

#mdl_btn {
  max-width: 200px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  background: #FD2D44;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#mdl_btn:hover {
  opacity: 0.6;
}


.select_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.select_wrap::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  z-index: 2;
}

.select_wrap.age {
  width: 200px;
}

.select_wrap.prefecture {
  width: 200px;
}

.select_wrap.month {
  width: 90px;
}

.select_wrap.day {
  width: 90px;
}

.select_wrap.time {
  width: 150px;
}

.select_wrap select {
  box-sizing: border-box;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  z-index: 4;
  color: #333333;
  font-size: 16px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #dddddd;
  z-index: 1;
}

.select_wrap select:not(:target) {
  width: 120% \9;
}

.date_wtap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date_wtap+.date_wtap {
  margin-top: 20px;
}

.date_wtap span {
  padding: 0 10px 0 5px;
  white-space: nowrap;
}

.date_wtap span:first-child {
  width: 100%;
  padding: 0 5px 10px;
}

@media (max-width:640px) {

  /* header */

  #header .inner .top_logo .logo img {
    max-width: 120px;
  }

  #header .inner .top_logo .ttl {
    font-size: 18px;
  }

  /* main */

  #main {
    margin-bottom: 60px;
  }

  #main .inner .ttl_wrapper {
    width: auto;
  }

  table tr th {
    display: block;
    padding: 20px 0 10px;
    width: auto;
  }

  table tr td {
    display: block;
    padding: 0 0 20px;
    width: auto;
  }

  #main .section_type_06 {
    text-align: left;
  }

  .mdl_tit {
    padding: 0 0 30px;
  }

  .mdl_txt {
    padding: 0 0 30px;
  }

  .mdl_txt li+li {
    margin: 10px 0 0;
  }

  .mdl_box {
    padding: 40px;
  }

  #main .inner ul.btn_ul {
    width: 100%;
  }

  #main .inner ul.btn_ul li.right,
  #main .inner ul.btn_ul li.left {
    width: calc(50% - 5px);
  }

  #main .inner ul.btn_ul li.left {
    margin: 0 10px 0 0;
  }

  #main .inner ul.btn_ul li.right a,
  #main .inner ul.btn_ul li.left a {
    width: 100%;
    font-size: 14px;
    padding: 18px 0 18px 0;
  }

  .select_wrap::before {
    top: calc(50% - 5px);
    width: 5px;
    height: 5px;
  }
  
  .select_wrap.age {
    width: 160px;
  }
  
  .select_wrap.prefecture {
    width: 160px;
  }
  
  .select_wrap.month {
    width: 60px;
  }
  
  .select_wrap.day {
    width: 60px;
  }
  
  .select_wrap.time {
    width: 150px;
  }
  
  .select_wrap select {
    padding: 10px;
  }
  
  .date_wtap+.date_wtap {
    margin-top: 15px;
  }
  
  .date_wtap span {
    padding: 0 8px 0 4px;
  }

}