@charset "UTF-8";
/* IEハック用mixin */
.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group-btn .btn {
  margin: 0 10px;
}
@media screen and (max-width: 737px) {
  .group-btn .btn {
    margin: 20px 0 0;
  }
  .group-btn .btn:first-child {
    margin-top: 0;
  }
}

.btn {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  max-width: 200px;
  display: block;
  padding: 7px 10px;
  border-radius: 22px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn.disabled {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  pointer-events: none;
}
.btn-blue {
  background-color: #1ea8cd;
  border: 1px solid #efefef;
  padding: 8px 10px;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-gray {
  background-color: #b1b1b1;
  border: 2px solid #b1b1b1;
  color: #fff;
}
.btn-gray:hover {
  color: #fff;
}
.btn-border {
  background-color: #fff;
  border: 2px solid;
  color: #1ea8cd;
}
.btn-border:hover {
  color: #1ea8cd;
}
.btn:not(.disabled):hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 737px) {
  .btn {
    width: 94.5%;
    max-width: 595px;
  }
}

.invisible {
  display: none;
}

.l-search_results {
  background: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 135px !important;
  border-radius: none !important;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (max-width: 999px) {
  .l-search_results {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 737px) {
  .l-search_results {
    padding-bottom: 0 !important;
  }
}
.l-search_results img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 737px) {
  .l-search_results img {
    max-width: 100% !important;
  }
}
.l-search_results .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_results .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_results .wrap-title {
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 54px;
  }
  .l-search_results .wrap-title:after {
    width: 40px;
  }
}
.l-search_results .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_results .wrap-title .article-title {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.03em;
  }
  .l-search_results .wrap-title .article-title img {
    width: 40px;
  }
}
.l-search_results .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_results .wrap-title .sub-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
  }
}
.l-search_results .box-white {
  border-radius: 5px;
  background-color: #fff;
  padding: 38px 50px 50px;
  word-break: break-all;
}
@media screen and (max-width: 737px) {
  .l-search_results .box-white {
    padding: 32px 25px 40px;
  }
}
.l-search_results .group-outcome dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.1em;
}
.l-search_results .group-outcome dl dd {
  margin-left: 10px;
}
.l-search_results .group-outcome dl .count {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-search_results .group-outcome .text {
  margin: 14px 0 0 5px;
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 737px) {
  .l-search_results .group-outcome dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-search_results .group-outcome dl dd {
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: 0;
    margin-top: 15px;
  }
  .l-search_results .group-outcome dl .count {
    font-size: 20px;
    font-size: 2rem;
  }
  .l-search_results .group-outcome .text {
    margin: 20px -10px 0;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.l-search_results .group-btn {
  margin-top: 18px;
}
@media screen and (max-width: 737px) {
  .l-search_results .group-btn {
    margin-top: 22px;
  }
}
.l-search_results .article-list {
  margin-top: 31px;
}
@media screen and (max-width: 737px) {
  .l-search_results .article-list {
    margin-top: 28px;
  }
}
.l-search_results .article-list .card {
  border-bottom: 2px solid #e4ebf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 0 28.5px;
  min-height: 164px;
  position: relative;
}
.l-search_results .article-list .card:first-of-type {
  border-top: 2px solid #e4ebf1;
}
.l-search_results .article-list .card-group {
  width: calc(100% - 148px);
}
.l-search_results .article-list .card-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  color: #1697b9;
}
.l-search_results .article-list .card-title a, .l-search_results .article-list .card-title span {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: underline;
  position: relative;
  color: inherit;
}
.l-search_results .article-list .card-title a:hover {
  opacity: 0.8;
}
.l-search_results .article-list .card-excerpt {
  margin: 12px 0 0;
  line-height: 21px;
}
.l-search_results .article-list .card-tag {
  font-size: 11px;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  color: #1ea8cd;
}
.l-search_results .article-list .card-tag a, .l-search_results .article-list .card-tag span {
  text-decoration: none;
  margin-right: 19px;
  color: inherit;
}
.l-search_results .article-list .card-photo {
  border: 1px solid #e7e7e7;
  position: absolute;
  top: 35px;
  right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -ms-flex-preferred-size: 104px;
      flex-basis: 104px;
  width: 104px;
  height: 104px;
}
.l-search_results .article-list .card-photo a, .l-search_results .article-list .card-photo span {
  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;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-search_results .article-list .card-photo a img, .l-search_results .article-list .card-photo span img {
  max-width: 100% !important;
  max-height: 100%;
}
.l-search_results .article-list .card-photo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 737px) {
  .l-search_results .article-list .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 26px 0 28px;
  }
  .l-search_results .article-list .card-group {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .l-search_results .article-list .card-title {
    line-height: 29px;
  }
  .l-search_results .article-list .card-excerpt {
    margin: 6px 0 0;
  }
  .l-search_results .article-list .card-tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-search_results .article-list .card-photo {
    margin-top: 6px;
    position: relative;
    top: auto;
    right: auto;
    width: 52px;
    height: 52px;
  }
}
.l-search_results .pagination {
  margin-top: 34px;
}
.l-search_results .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-search_results .pagination ul li {
  margin: 0 4px;
}
.l-search_results .pagination ul li a, .l-search_results .pagination ul li span {
  display: block;
  border: 1px solid #b8b8b8;
  min-width: 24px;
  height: 24px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 4px;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 22px;
  text-align: center;
  color: #000;
}
.l-search_results .pagination ul li a:hover, .l-search_results .pagination ul li a.active, .l-search_results .pagination ul li span:hover, .l-search_results .pagination ul li span.active {
  background-color: #1ea8cd;
  border-color: #1ea8cd;
  color: #fff;
}
@media screen and (max-width: 737px) {
  .l-search_results .pagination {
    margin-top: 32px;
  }
}
.l-search_results .article-detail_title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-search_results .article-detail_photo {
  margin: 24px auto 30px;
  text-align: center;
}
.l-search_results .article-detail_photo img {
  max-height: 250px;
}
.l-search_results .article-detail .group-dl dl {
  border-bottom: 2px solid #e4ebf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0 19.5px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.l-search_results .article-detail .group-dl dl:first-of-type {
  border-top: 2px solid #e4ebf1;
}
.l-search_results .article-detail .group-dl dl dt {
  width: 140px;
  margin-right: 24px;
}
.l-search_results .article-detail .group-dl dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-search_results .article-detail .group-dl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: underline;
  color: #1ea8cd;
}
.l-search_results .article-detail .group-dl a:hover {
  color: #f30 !important;
}
.l-search_results .article-detail .group-dl a.pdf {
  padding-left: 28px;
}
.l-search_results .article-detail .group-dl a.pdf:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../images/search_results/icon-pdf.png) no-repeat top center/100%;
  width: 18px;
  height: 24px;
}
.l-search_results .article-detail .group-dl a.pdf.icon-blank: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;
}
.l-search_results .article-detail .group-dl a.pdf-other:before {
  background-image: url(../images/search_results/icon-other.png);
  background-size: 99%;
  height: 20px;
  top: 0;
}
@media screen and (max-width: 737px) {
  .l-search_results .article-detail_title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
  }
  .l-search_results .article-detail_photo {
    margin: 15px auto 14px;
  }
  .l-search_results .article-detail .group-dl dl {
    display: block;
    padding: 15px 0 19px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 29px;
    letter-spacing: 0;
  }
  .l-search_results .article-detail .group-dl dl dt {
    font-weight: 700;
    width: 100%;
    margin-right: 0;
  }
  .l-search_results .article-detail .group-dl dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
    line-height: 18px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .l-search_results .article-detail .group-dl a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
  }
  .l-search_results .article-detail .group-dl a:hover {
    text-decoration: none;
  }
  .l-search_results .article-detail .group-dl a.pdf {
    padding-left: 20px;
  }
  .l-search_results .article-detail .group-dl a.pdf:before {
    top: 0;
    width: 12px;
    height: 16px;
  }
  .l-search_results .article-detail .group-dl a.pdf.icon-blank:after {
    width: 11px;
    height: 10px;
  }
  .l-search_results .article-detail .group-dl a.pdf-other:before {
    top: 2px;
    height: 14px;
  }
  .l-search_results .article-detail .group-dl .auto-size {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
  }
}

.l-search_results_detail {
  padding-bottom: 22px !important;
}
@media screen and (max-width: 737px) {
  .l-search_results_detail {
    padding-bottom: 10px !important;
  }
}
.l-search_results_detail .box-white {
  padding-top: 38px;
  padding-bottom: 37px;
}
@media screen and (max-width: 737px) {
  .l-search_results_detail .box-white {
    padding-top: 36px;
    padding-bottom: 30px;
  }
}
.l-search_results_detail .group-btn {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 737px) {
  .l-search_results_detail .group-btn {
    margin-bottom: 18px;
    margin-top: 12px;
    padding: 0 20px;
  }
}

.l-search_results_help {
  padding-bottom: 22px !important;
}
@media screen and (max-width: 737px) {
  .l-search_results_help {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 737px) {
  .l-search_results_help .box-white {
    padding: 20px 20px 48px;
  }
}
.l-search_results_help .wrap-title .sub-title {
  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;
}
.l-search_results_help .wrap-title .sub-title img {
  margin-right: 5px;
}
.l-search_results_help .article-help {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
.l-search_results_help .article-help p {
  line-height: inherit;
}
.l-search_results_help .article-help p:last-child {
  margin-bottom: 0;
}
.l-search_results_help .article-help a {
  font-weight: 700;
  text-decoration: none;
  color: #1697b9;
}
.l-search_results_help .article-help sup {
  font-size: 0.9em;
  top: -0.5em;
}
.l-search_results_help .article-help .group {
  margin-bottom: 36px;
}
.l-search_results_help .article-help .group:last-child {
  margin-bottom: 0;
}
.l-search_results_help .article-help_title {
  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;
}
.l-search_results_help .article-help_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #93cde7;
}
.l-search_results_help .article-help dl {
  padding-left: 18px;
  margin-bottom: 24px;
}
.l-search_results_help .article-help dl:last-child {
  margin-bottom: 0;
}
.l-search_results_help .article-help dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 8px;
}
.l-search_results_help .article-help dl dt:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 8px;
  height: 8px;
  background-color: #1ea8cd;
  border-radius: 50%;
}
.l-search_results_help .article-help .group-gray {
  background-color: #f7f7f7;
  margin-bottom: 22px;
  margin-left: 20px;
  padding: 27px 26px 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
}
.l-search_results_help .article-help .group-gray h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.l-search_results_help .article-help .group-gray p {
  margin-bottom: 20px;
}
.l-search_results_help .article-help .group-gray p:last-child {
  margin-bottom: 0;
}
.l-search_results_help .article-help .email {
  font-weight: 700;
  text-decoration: none;
  color: #1697b9;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.08em;
}
.l-search_results_help .article-help .email ~ small {
  margin-left: 15px;
}
@media screen and (max-width: 737px) {
  .l-search_results_help .article-help {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
  }
  .l-search_results_help .article-help .group {
    margin-bottom: 18px;
  }
  .l-search_results_help .article-help_title {
    font-size: 4.5333333333vw;
    height: 9.0666666667vw;
    padding-left: 2.6666666667vw;
    letter-spacing: -0.1333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .l-search_results_help .article-help dl {
    padding-left: 14px;
    margin-bottom: 18px;
  }
  .l-search_results_help .article-help dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .l-search_results_help .article-help dl dt:before {
    top: 6px;
    left: -12px;
    width: 4px;
    height: 4px;
  }
  .l-search_results_help .article-help .group-gray {
    margin-bottom: 15px;
    margin-left: 0;
    padding: 18px 13px 34px 13px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
  .l-search_results_help .article-help .group-gray h4 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
  }
  .l-search_results_help .article-help .group-gray p {
    margin-bottom: 20px;
  }
}