@charset 'UTF-8';
@media only screen and (min-width: 40em) {
  .main{font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;}
  .simpleMv--full {
    width: 100%;
    height: 450px;
    padding: 0;
    background: #fff;
  }
  .simpleMv--full > .simpleMv__img {
    height: 450px;
  }
}
#recArea text {
  display: none !important;
}
.heading--title {
  font-size: 27px;
  margin-bottom: 60px;
  color: #0057b8;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #0057b8;
}

.section__container{ padding: 30px 10px;}

/* sec01 */

#sec00 {
  text-align: center;
    background: url("../img/info/bg.png")repeat;
}
.point,.point2,.point3{
    background: #fff;
    margin: 10px 0 20px;
}
.point2{padding: 0 20px;}
.point3{padding: 20px; border: 6px double #fa0c6f;}

 
#sec00 .flex {
  display: flex;
  justify-content: center;
}
#sec00 .flex img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}
#sec00 .flex_c {
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向*/
  flex-direction: column;
}
#sec00  .text{font-size: 19px; font-weight: bold;}
#sec00  .point3 .text,.point2 .text span{font-size: 30px;}
#sec00 .text span{color: #fa0c6f;}


/* sec01 */
#sec01 {
  background: #f2f4f7;
  position: relative;
  margin: 0 auto;
  padding: 28px 0;
}

#sec01 .text {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
#sec01 .detail ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec01 .detail ul li {
  text-align: center;
  width: 25%;
}
#sec01 .detail .catch {
  margin: 40px 0 20px;
  color: #0057b8;
  font-size: 18px;
  font-weight: bold;
}
#sec01 .detail .catch + p {
  line-height: 1.8;
  font-size: 16px;
}

/* sec02 */

#sec02 .heading--title {
  border-bottom: none;
}

/***** ▼検索BOX　*****/
.sec_search {
  max-width: 992px;
  margin: 40px auto;
  background: #e9f6fe;
}
.htb-title-search {
  margin: 0 auto;
  padding: 0.5em 0;
  background: #cfebf9;
  text-align: center
}
.sec_search .formInner {
  padding: 30px 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec_search .formInner dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.sec_search .formInner .sec02, .sec_search .formInner .sec03, .sec_search .formInner .sec04, .sec_search .formInner .sec05 {
  width: 48%;
}
.sec_search .formInner .sec02, .sec_search .formInner .sec04 {
  margin-right: 20px;
}
.sec_search .formInner dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #092b6f;
  width: 5em;
  margin-right: 0.5em;
}
.sec_search .formInner dl dd {
  flex-grow: 2;
  font-size: 14px;
}
.sec_search .formInner .sec01 dd label {
  margin-right: 1.5%;
}
.sec_search .formInner .sec02 dd input, .sec_search .formInner .sec03 dd select, .sec_search .formInner .sec04 dd select, .sec_search .formInner .sec05 dd select, .sec_search .formInner .sec06 dd input {
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0.8em;
  line-height: 100%;
  margin: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.sec_search .formInner .sec02 dd input {
  width: 86%;
}
.sec_search .formInner .sec02 dd .ui-datepicker-trigger {
  max-width: 30px;
  margin-left: 8px;
  margin-top: 2px;
  cursor: pointer;
}
.sec_search .formInner .sec03 dd select {
  width: 34%;
}
.sec_search .formInner .sec07 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.sec_search .formInner .sec07 .btn_search {
  width: 300px;
  color: #ffffff;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  padding: 2.25% 0;
  margin: 0 auto;
  background: #0057b8;
  border-radius: 25px;
  border: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.sec_search .formInner .sec07 .btn_search:hover {
  opacity: 0.7;
}

.heading--title span {
    color: #fa0c6f;
  }

/*SP用*/
@media screen and (max-width: 39.9375em) {
      section img {
    max-width: 100%;
  }
    
.section__container{ padding: 10px;}

#sec00  .text{font-size: calc(29vw / (750 / 100)) !important;}
#sec00 .point3 .text, .point2 .text span{font-size: calc(31vw / (750 / 100)) !important;}
.point2{padding: 10px 15px 20px;}
.point3{padding: 20px 5px;}
    
.simpleMv--full > .simpleMv__img {
     height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
.simpleMv--full {
    height: auto;
  }
.heading--title {
    font-size: calc(39vw / (750 / 100));
}
  #sec01 .detail ul {
    flex-direction: column;
  }
  .heading--title {
    margin-bottom: 0;
  }

  #sec01 .detail ul li {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
  }

    #sec01 .detail .catch {
    margin: 20px 0 10px;
    font-size: calc(36vw / (750 / 100));
        /*padding-top: calc(10vw / (750 / 100));*/
}
    
  #sec00 .flex {
    display: flex;
    flex-direction: column;
  }
  /***** ▼検索　*****/
  .sec_search .formInner .sec02, .sec_search .formInner .sec03, .sec_search .formInner .sec04, .sec_search .formInner .sec05 {
    width: 100%;
  }
  .sec_search {
    margin: auto;
  }
  .sec_search select {
    background: #fff;
  }
  .htb-title-search {
    margin: 0 auto;
    padding: 0.5em 0;
    background: #cfebf9;
    text-align: center
  }
  .sec_search .formInner {
    padding: 0.8em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec_search .formInner dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_search .formInner .sec02, .sec_search .formInner .sec04 {
    margin-right: 20px;
  }
  .sec_search .formInner dl dt {
    font-size: 3.4vw;
    font-weight: bold;
    color: #092b6f;
    width: 5em;
    margin-right: 0.5em;
  }
  .sec_search .formInner dl dd {
    width: 74vw;
  }
  .sec_search .formInner .sec01 dd input {
    margin: 0;
    vertical-align: middle;
  }
  .sec_search .formInner .sec01 dd label {
    font-size: 3.2vw
  }
  .sec_search .formInner .sec02 dd input, .sec_search .formInner .sec03 dd select, .sec_search .formInner .sec04 dd select, .sec_search .formInner .sec05 dd select, .sec_search .formInner .sec06 dd input {
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0.5em;
    line-height: 100%;
    margin: 0;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .sec_search .formInner .sec02 dd input {
    width: 80%;
  }
  .sec_search .formInner .sec02 dd .ui-datepicker-trigger {
    max-width: 5.4vw;
    margin-left: 0.5em;
    cursor: pointer;
  }
  .sec_search .formInner .sec03 dd select {
    width: 30%;
  }
  .sec_search .formInner .sec03 dd .tail, .sec_search .formInner .sec03 dd .tail2 {
    font-size: 3.2vw
  }
  .sec_search .formInner .sec07 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .sec_search .formInner .sec07 .btn_search {
    width: 300px;
    color: #ffffff;
    outline: none;
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 0;
    margin: 0 auto;
    background: #092b6f;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .sec_search .formInner .sec07 .btn_search:hover {
    opacity: 0.7;
  }
  /***** ▲検索　*****/
}