/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

.p_info__search {
  margin: 63px 0 40px;
}
@media screen and (min-width: 768px) {
  .p_info__search {
    margin: 100px 0 40px;
  }
}
.p_info__search .c_ttl32 {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p_info__search .c_ttl32 {
    margin-bottom: 40px;
  }
}
.p_info__search .search_form {
  background-color: rgba(242, 244, 245, 0.8);
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p_info__search .search_form {
    padding: 50px 100px;
  }
}
.p_info__search .search_form .form {
  width: 100%;
  position: relative;
}
.p_info__search .search_form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  transition: 0.5s;
}
.p_info__search .search_form button svg {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .p_info__search .search_form button:hover {
    opacity: 0.7;
  }
}
.p_info__search .search_form input {
  width: 100%;
  background-color: #fff;
  height: 60px;
  padding: 13px 70px 13px 24px;
  border: 1px solid #9caab8;
  outline: none;
}
.p_info__search .search_form input::placeholder {
  font-weight: 500;
  color: #9caab8;
  opacity: 0.3;
}
.p_info__content {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_info__content {
    margin-bottom: 100px;
  }
}
.p_info__content .c_ttl24 {
  padding-bottom: 31px;
}
@media screen and (min-width: 768px) {
  .p_info__content .c_ttl24 {
    padding-bottom: 25px;
  }
}
.p_info__content .desc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_info__content .desc {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.p_info__content .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 60px 28px 14px;
  line-height: 1.45;
  font-size: 1.25rem;
  border-top: 1px solid #dbe4e6;
  border-bottom: 1px solid #dbe4e6;
  position: relative;
  color: #00295f;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_info__content .item {
    padding: 30px clamp(
      1.75rem,
      4.7619047619vw + -0.5357142857rem,
      3.75rem
  ) 28px 14px;
  }
}
.p_info__content .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background-color: #2a3546;
}
.p_info__content .item svg {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p_info__content .item svg {
    right: clamp(
      0.9375rem,
      1.4880952381vw + 0.2232142857rem,
      1.5625rem
  );
  }
}
.p_info__questions .c_ttl32 {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_info__questions .c_ttl32 {
    padding-bottom: 40px;
  }
}
.p_info__pager {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_info__pager {
    text-align: 59px;
  }
}
.p_info__inquiry {
  margin: 55px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_info__inquiry {
    margin: 100px 0 clamp(
      6.25rem,
      9.2261904762vw + 1.8214285714rem,
      10.125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_info__inquiry .c_ttl32 {
    text-align: center;
  }
}
.p_info__inquiry .sub {
  color: #5f6974;
  font-weight: 500;
  padding-top: 26px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_info__inquiry .sub {
    padding-top: 34px;
    text-align: center;
  }
}
.p_info__inquiry .btn {
  width: 100%;
  max-width: 375px;
  margin: 26px auto 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #00295f;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 21px 5px 30px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_info__inquiry .btn {
    max-width: 260px;
    margin: 34px auto 0;
  }
}
/*# sourceMappingURL=information.css.map */
