@charset "UTF-8";
/* IEハック用mixin */
.invisible {
  display: none;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.over {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.over:hover {
  opacity: 0.7;
}

.l-search {
  background-color: transparent !important;
  color: #333333;
  font-size: 14px;
  line-height: 23px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .l-search {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.l-search p {
  margin: 0;
  padding: 0;
}
.l-search a {
  color: #0599c1;
  text-decoration: underline;
}
.l-search button {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.l-search input {
  outline: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-search input::-webkit-input-placeholder {
  color: #999999;
}
.l-search input::-moz-placeholder {
  color: #999999;
}
.l-search input:-ms-input-placeholder {
  color: #999999;
}
.l-search input::-ms-input-placeholder {
  color: #999999;
}
.l-search input::placeholder {
  color: #999999;
}
.l-search .wrap-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 72px;
}
.l-search .wrap-title:after {
  content: "";
  background: url(../images/search_results/icon1.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 58px;
}
@media screen and (max-width: 737px) {
  .l-search .wrap-title {
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 54px;
  }
  .l-search .wrap-title:after {
    width: 40px;
  }
}
.l-search .wrap-title .article-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 737px) {
  .l-search .wrap-title .article-title {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.03em;
  }
}
.l-search .wrap-title .sub-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  letter-spacing: 0.08em;
  line-height: 22px;
  text-align: center;
  color: #007aa3;
}
@media screen and (max-width: 737px) {
  .l-search .wrap-title .sub-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
  }
}
.l-search .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  .l-search .lead {
    padding: 0 0 4.1333333333vw;
  }
}
.l-search .lead__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .l-search .lead__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-search .lead__search input {
  font-size: 13px;
  border-radius: 20px;
  border: 2px solid #0599c1;
  padding: 0 19px;
  letter-spacing: -1px;
  width: 316px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-search .lead__search input {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    width: 90.6666666667vw;
    height: 11.2vw;
    border-width: 0.2666666667vw;
    border-radius: 5.6vw;
    padding: 0 5.3333333333vw;
    letter-spacing: 0;
  }
}
.l-search .lead__search button {
  background-color: #0599c1;
  width: 99px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-search .lead__search button {
    width: 46.1333333333vw;
    height: 10.4vw;
    border-radius: 5.0666666667vw;
    font-size: 4.2666666667vw;
    position: absolute;
    margin-left: 0;
    bottom: -25.0666666667vw;
  }
}
.l-search .lead__search button img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .l-search .lead__search button img {
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 3.3333333333vw;
  }
}
.l-search .lead__txt {
  padding: 15px 0 7px;
}
@media (max-width: 768px) {
  .l-search .lead__txt {
    padding: 2.5333333333vw 0 15.7333333333vw;
  }
}
.l-search .lead__link {
  text-align: center;
}
.l-search .lead__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-search .lead__link img {
  width: 15px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .l-search .lead__link img {
    width: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.l-search .main-ct {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 50px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .l-search .main-ct {
    border-radius: 0.6666666667vw;
    margin-bottom: 8vw;
    padding: 0 6vw;
  }
}
.l-search .main-ct::before {
  position: absolute;
  bottom: 0;
  left: 68px;
  background: url("../images/search/icon5.png") no-repeat center center/100% auto;
  width: 642px;
  height: 81px;
  content: "";
}
@media (max-width: 768px) {
  .l-search .main-ct::before {
    background-image: url("../images/search/sp_icon6.png");
    width: 84vw;
    height: 12.1333333333vw;
    left: 6.6666666667vw;
  }
}
.l-search .main-ct h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 39px 0 28px;
  border-bottom: 2px solid #e4ebf1;
  position: relative;
}
@media (max-width: 768px) {
  .l-search .main-ct h2 {
    font-size: 5.0666666667vw;
    padding: 8.9333333333vw 0 6.1333333333vw;
    border-width: 0.2666666667vw;
  }
}
.l-search .main-ct h2::before {
  background: url("../images/search/icon2.png") no-repeat center center/100% auto;
  width: 411px;
  height: 61px;
  position: absolute;
  top: 17px;
  left: calc(50% - 215px);
  content: "";
}
@media (max-width: 768px) {
  .l-search .main-ct h2::before {
    background-image: url("../images/search/sp_icon2.png");
    width: 83.2vw;
    height: 11.7333333333vw;
    top: 4.6666666667vw;
    left: -1.0666666667vw;
  }
}
.l-search .main-ct__search--group {
  padding: 26px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e4ebf1;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group {
    padding: 4.9333333333vw 0 0.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-search .main-ct__search--group:before {
  position: absolute;
  content: "";
}
.l-search .main-ct__search--group.group2:before {
  bottom: 0;
  left: 15px;
  background: url("../images/search/icon3.png") no-repeat center center/100% auto;
  width: 68px;
  height: 72px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.group2:before {
    width: 12vw;
    height: 12.6666666667vw;
    right: 2.2666666667vw;
    left: inherit;
    background-image: url("../images/search/sp_icon3.png");
  }
}
.l-search .main-ct__search--group.group3::before {
  bottom: 0;
  left: -60px;
  background: url("../images/search/icon4.png") no-repeat center center/100% auto;
  width: 785px;
  height: 331px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.group3::before {
    width: 7.4666666667vw;
    height: 11.0666666667vw;
    right: 2.1333333333vw;
    left: inherit;
    background-image: url("../images/search/sp_icon5.png");
  }
  .l-search .main-ct__search--group.group3::after {
    width: 100vw;
    height: 66.5333333333vw;
    left: -8.9333333333vw;
    top: 3.7333333333vw;
    background: url("../images/search/sp_icon4.png") no-repeat center center/100% auto;
    content: "";
    position: absolute;
    z-index: -1;
  }
}
.l-search .main-ct__search--group .label-control {
  font-weight: 700;
  color: #1697b9;
  padding-top: 11px;
  width: 126px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .label-control {
    padding-top: 0;
    width: auto;
    padding-bottom: 4vw;
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
.l-search .main-ct__search--group .input-list {
  border-left: 1px solid #e1e1e1;
  width: 504px;
  padding: 7px 0 0 35px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list {
    border-left: none;
    width: auto;
    padding: 0;
  }
}
.l-search .main-ct__search--group .input-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul {
    margin-right: -4vw;
  }
}
.l-search .main-ct__search--group .input-list ul li {
  padding-bottom: 12px;
}
.l-search .main-ct__search--group .input-list ul li.no-w {
  width: auto !important;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul li {
    padding-bottom: 5.7333333333vw;
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
  .l-search .main-ct__search--group .input-list ul li.no-w {
    margin-left: 0 !important;
  }
  .l-search .main-ct__search--group .input-list ul li:nth-child(odd) {
    width: 48%;
  }
  .l-search .main-ct__search--group .input-list ul li:nth-child(even) {
    width: 50%;
    margin-left: 2%;
  }
}
@media (min-width: 769px) {
  .l-search .main-ct__search--group .input-list ul.style1 li {
    width: 164px;
  }
  .l-search .main-ct__search--group .input-list ul.style1 li:nth-child(3n+1) {
    width: 138px;
  }
  .l-search .main-ct__search--group .input-list ul.style2 li {
    width: 206px;
  }
  .l-search .main-ct__search--group .input-list ul.style2 li:nth-child(even) {
    width: 261px;
  }
}
.l-search .main-ct__search--group .input-list ul label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-search .main-ct__search--group .input-list ul label.lt1 {
    letter-spacing: -0.2666666667vw;
  }
}
.l-search .main-ct__search--group .input-list ul label input {
  width: 20px;
  height: 20px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul label input {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.l-search .main-ct__search--group .input-list ul label input:checked ~ .checkmark {
  background-color: #1ea8cd;
  border-color: #1ea8cd;
}
.l-search .main-ct__search--group .input-list ul label input:checked ~ .checkmark:after {
  display: block;
}
.l-search .main-ct__search--group .input-list ul label .checkmark {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul label .checkmark {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.l-search .main-ct__search--group .input-list ul label .checkmark:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../images/search/icon_checkbox.png") no-repeat center center/100% auto;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul label .checkmark:after {
    width: 3.0666666667vw;
    height: 2.1333333333vw;
  }
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list ul label .text {
    width: 35.0666666667vw;
  }
}
.l-search .main-ct__search--group .input-list h4 {
  font-weight: 600;
  margin: 12px 0;
}
@media (min-width: 769px) {
  .l-search .main-ct__search--group .input-list h4:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group .input-list h4 {
    margin: 3.7333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.l-search .main-ct__search--group.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 49px 0 72px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.button-group {
    padding: 10.5333333333vw 0 20.5333333333vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-search .main-ct__search--group.button-group button {
  width: 133px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #1697b9;
  border-radius: 20px;
  color: #1697b9;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.button-group button {
    width: 40vw;
    height: 10.4vw;
    border-width: 0.2666666667vw;
    border-radius: 5.2vw;
  }
}
.l-search .main-ct__search--group.button-group button:nth-child(2) {
  background-color: #1697b9;
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.button-group button:nth-child(2) {
    margin-left: 4vw;
  }
}
.l-search .main-ct__search--group.button-group button:nth-child(2) img {
  width: 15px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .l-search .main-ct__search--group.button-group button:nth-child(2) img {
    width: 4.4vw;
    margin-right: 2.6666666667vw;
  }
}
.l-search .list {
  background-color: #fff;
  border-radius: 5px;
  padding: 37px 42px 17px;
}
@media (max-width: 768px) {
  .l-search .list {
    padding: 8vw 4.8vw 2.2666666667vw;
    border-radius: 0.6666666667vw;
  }
}
.l-search .list h2 {
  background-color: #007aa3;
  position: relative;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
  margin-bottom: 21px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .l-search .list h2 {
    font-size: 4.4vw;
    height: 9.0666666667vw;
    padding-left: 2.6666666667vw;
    letter-spacing: -0.1333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .l-search .list h2.style1 {
    padding-left: 0;
  }
}
.l-search .list h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #93cde7;
}
.l-search .list .list1 {
  padding-bottom: 14px;
}
.l-search .list .list1 h2 {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .l-search .list .list1 {
    padding-bottom: 5.3333333333vw;
  }
  .l-search .list .list1 h2 {
    padding-left: 1px;
  }
}
.l-search .list .list1 dl {
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .l-search .list .list1 dl {
    padding-bottom: 2.4vw;
    margin-right: -1.6vw;
  }
}
.l-search .list .list1 dl dt {
  font-weight: 600;
  padding-left: 29px;
  position: relative;
}
@media (max-width: 768px) {
  .l-search .list .list1 dl dt {
    font-size: 3.7333333333vw;
    padding-left: 7.6vw;
    line-height: 6.9333333333vw;
  }
}
.l-search .list .list1 dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/search/icon_arrow.png") no-repeat center center/100% auto;
  width: 20px;
  height: 20px;
  content: "";
}
@media (max-width: 768px) {
  .l-search .list .list1 dl dt::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-search .list .list1 dl dd {
  font-size: 13px;
  padding-top: 10px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .l-search .list .list1 dl dd {
    font-size: 3.4666666667vw;
    line-height: 5.4666666667vw;
    padding-top: 1.0666666667vw;
    letter-spacing: -0.1333333333vw;
  }
}
.l-search .list .list2 {
  padding-bottom: 14px;
}
.l-search .list .list2 ul li a {
  font-weight: 600;
  padding-bottom: 18px;
  padding-left: 29px;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .l-search .list .list2 ul li a {
    padding-bottom: 4.2666666667vw;
    padding-left: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: -0.1333333333vw;
    margin-right: -4vw;
  }
}
.l-search .list .list2 ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/search/icon_arrow.png") no-repeat center center/100% auto;
  width: 20px;
  height: 20px;
  content: "";
}
@media (max-width: 768px) {
  .l-search .list .list2 ul li a::before {
    width: 4.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-search .list .list2 ul li a::after {
  background: url("../images/search/icon_externallink.png") no-repeat center center/100% auto;
  width: 17px;
  height: 14px;
  margin-left: 5px;
  content: "";
  display: inline-block;
}
@media (max-width: 768px) {
  .l-search .list .list2 ul li a::after {
    width: 4.4vw;
    height: 3.3333333333vw;
    margin-left: 1.8666666667vw;
  }
}