@charset "UTF-8";
/* Modified: 2024.12.05 */
.contents.is-w100 {
  width: 100%;
}

#main-area.wide-area {
  position: relative;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border-left: none;
}

.main-pankuzu {
  margin: 20px 0 0 0;
}

.main-pankuzu > ul > li {
  display: inline-block;
}

.main-pankuzu > ul > li:before {
  content: ">";
  margin: 0 5px;
  font-size: 1.2rem;
}

.main-pankuzu > ul > li:first-child:before {
  content: "";
  margin: 0;
}

.main-pankuzu > ul > li > a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
}

.main-pankuzu > ul > li > span {
  color: #007cc5;
  font-size: 1.2rem;
}

.footer-bnr-nav {
  display: none !important;
}

.main-footer {
  margin-bottom: 100px;
}

.conversion-link-warp .conversion-btn {
  position: relative;
  margin: 0 auto;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  color: #fff;
  max-width: 550px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ec6145;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 5px 37px 5px 78px;
}
.conversion-link-warp .conversion-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  margin: auto;
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url(/img/top/icon-searchhospital.png) top center no-repeat;
  background-size: contain;
}
.conversion-link-warp .conversion-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.conversion-link-note {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}

.title-header {
  background-color: #f5f8fa;
  padding: 20px;
  min-height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-header .title-header-ttl {
  color: #007cc5;
  font-size: 3.5rem;
  font-weight: bold;
  list-style: 1.48;
}

.content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
}

.txt-basic {
  font-size: 1.6rem;
  line-height: 1.875;
}

.conversion-area {
  margin-top: 45px;
}

.conversion-warp {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 0;
}
.conversion-warp .conversion-box {
  background-color: #fdf4f3;
  border-radius: 6px;
  padding: 30px 34px 40px 35px;
  margin: 0;
}
.conversion-warp .conversion-box > dt {
  border-bottom: dashed 1px #959292;
  padding-bottom: 30px;
}
.conversion-warp .conversion-box > dd {
  margin: 0;
  padding-top: 30px;
}
.conversion-warp .conversion-head-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.conversion-warp .conversion-head-row > dt {
  width: 68px;
}
.conversion-warp .conversion-head-row > dd {
  flex: 1;
  margin: 0;
  padding-top: 9px;
}
.conversion-warp .conversion-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background-color: #ec6145;
  border-radius: 6px;
  padding: 10px;
}
.conversion-warp .conversion-ico img {
  width: 8px;
}

.info-area {
  margin-top: 55px;
}

.info-heading {
  text-align: center;
}
.info-heading .info-heading-ttl {
  position: relative;
  display: inline-block;
  padding: 0 10px 15px 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.info-heading .info-heading-ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/img/contents/hospitalsearch/icon-search.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  left: 0;
  width: 31px;
  height: 32px;
}
.info-heading .info-heading-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 100%;
  height: 3px;
  color: #333;
  background-color: #007cc5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info-column {
  margin-top: 50px;
}
.info-column > li {
  margin-top: 30px;
}
.info-column > li:first-child {
  margin-top: 0;
}

.info-unit {
  padding: 0;
  margin: 0;
}
.info-unit > dt {
  background-color: #007cc5;
  border-radius: 6px 6px 0 0;
  padding: 0;
  margin: 0;
}
.info-unit > dd {
  border: solid 1px #e0e6e9;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 0;
  margin: 0;
}
.info-unit .info-unit-num {
  font-size: 3.4rem;
  line-height: 1;
  padding-top: 4px;
}
.info-unit .info-unit-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.info-unit .info-unit-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px 0;
  margin: 0;
  color: #fff;
}
.info-unit .info-unit-head > dt {
  width: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.info-unit .info-unit-head > dd {
  border-left: solid 1px #0a537d;
  flex: 1;
  padding: 0 5px 0 25px;
  margin: 0;
}
.info-unit .info-unit-desc {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 25px 25px 30px;
  margin: 0;
}
.info-unit .info-unit-desc > dt {
  width: 100%;
  max-width: 388px;
  padding: 5px 0 0 0;
  margin: 0;
}
.info-unit .info-unit-desc > dd {
  flex: 1;
  padding: 0 0 0 25px;
  margin: 0;
}

.conversion-link-warp2 {
  margin-top: 60px;
}

.txt-foot {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 2.22;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .main-pankuzu {
    display: none !important;
  }
  .footer-bnr-nav {
    display: none !important;
  }
  .main-footer {
    margin-bottom: 50px;
  }
  .conversion-link-warp .conversion-btn {
    width: 100%;
    max-width: none;
    font-size: 1.9rem;
    line-height: 1.44;
    min-height: 80px;
    padding: 5px 23px 5px 62px;
  }
  .conversion-link-warp .conversion-btn::before {
    left: 15px;
    width: 33px;
    height: 36px;
  }
  .conversion-link-warp .conversion-btn::after {
    right: 14px;
    width: 9px;
    height: 9px;
  }
  .conversion-link-note {
    font-size: 1.28rem;
    line-height: 1.58;
  }
  .title-header {
    padding: 20px;
    min-height: 170px;
  }
  .title-header .title-header-ttl {
    font-size: 3rem;
    list-style: 1.36;
  }
  .content-wrapper {
    max-width: none;
  }
  .txt-basic {
    font-size: 1.69rem;
  }
  .conversion-area {
    margin-top: 25px;
  }
  .conversion-warp .conversion-box {
    padding: 20px 15px 20px 15px;
  }
  .conversion-warp .conversion-box > dt {
    padding-bottom: 18px;
  }
  .conversion-warp .conversion-box > dd {
    padding-top: 25px;
  }
  .conversion-warp .conversion-head-row > dt {
    width: 52px;
  }
  .conversion-warp .conversion-head-row > dd {
    padding-top: 9px;
  }
  .conversion-warp .conversion-ico {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .conversion-warp .conversion-ico img {
    width: 6px;
  }
  .info-area {
    margin-top: 45px;
  }
  .info-heading .info-heading-ttl {
    padding: 0 10px 12px 35px;
    font-size: 2.54rem;
  }
  .info-heading .info-heading-ttl::before {
    top: -4px;
    width: 29px;
    height: 29px;
  }
  .info-column {
    margin-top: 27px;
  }
  .info-column > li {
    margin-top: 15px;
  }
  .info-column > li:first-child {
    margin-top: 0;
  }
  .info-unit .info-unit-num {
    font-size: 3.4rem;
    line-height: 1;
    padding-top: 0;
  }
  .info-unit .info-unit-ttl {
    font-size: 2.12rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .info-unit .info-unit-head > dt {
    width: 51px;
  }
  .info-unit .info-unit-head > dd {
    padding: 0 15px;
  }
  .info-unit .info-unit-desc {
    display: block;
    padding: 15px;
  }
  .info-unit .info-unit-desc > dt {
    max-width: none;
    padding: 0;
  }
  .info-unit .info-unit-desc > dd {
    padding: 15px 0 0 0;
  }
  .conversion-link-warp2 {
    margin-top: 36px;
  }
  .txt-foot {
    margin-top: 30px;
    font-size: 1.9rem;
    line-height: 2.22;
    margin-bottom: 85px;
  }
}
.br-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}