@charset "UTF-8";
.home-catch {
  width: 94%;
  margin: 3rem auto;
  max-width: 1024px;
}

.home-catch h2 {
  text-align: center;
  font-size: 1.8rem;
  font-style: italic;
  margin: 2rem auto;
}

.home-section {
  width: 94%;
  max-width: 1024px;
  margin: 4rem auto 4rem auto;
  border: 1px solid #999999;
  border-radius: 18px;
  padding: 1.4rem;
}

.home-section .home-section-title {
  width: 100%;
  text-align: center;
}

.home-section .home-section-title h2 {
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: 1px solid #298900;
  margin-bottom: 2rem;
}

.home-section .home-section-title h3 {
  /*  text-align: center; */
  font-weight: bold;
  font-size: 1.5rem;
  /*
    display: inline-block;
    border-bottom: 1px solid #298900;
  */
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-section .home-section-title h4 {
  /*  text-align: center; */
  /*  font-weight: bold; */
  font-size: 1.2rem;
  /*
    display: inline-block;
    border-bottom: 1px solid #298900;
  */
  margin-top: 1rem;
  /*    margin-bottom: 1.0rem; */
}

.home-section .follow {
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 3px;
  margin: 18px auto 12px auto;
  padding: 6px 12px;
  width: 90%;
}
.home-section .follow .follow-cation {
  color: #f00;
  text-align: center;
  margin-bottom: 1.4rem;
}

.home-section .home-section-contents {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1.3rem;
}

.home-section .home-section-contents dd {
  margin-left: 1.1rem;
}

.home-section .home-section-subtitle {
  margin-top: 1.2rem;
  width: 100%;
}

.home-section .home-section-subtitle h3 {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  border-bottom: 1px solid #298900;
  margin-bottom: 1.2rem;
}

.home-section .home-section-contents .doctor-profile {
  border-radius: 18px;
  padding: 1.4rem;
  background-color: #f0f0f0;
}

.home-section .home-section-contents .doctor-profile .doctor-profile-subtitle {
  width: 100%;
  text-align: center;
}

.home-section .home-section-contents .doctor-profile .doctor-profile-subtitle h3 {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 1px solid #298900;
  margin-bottom: 1.4rem;
}

.doctor {
  text-align: center;
}

.doctor h4 {
  margin-top: 0.5rem;
  font-weight: bold;
}

#doctor-history {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.small-context {
  font-size: 0.9rem;
}

/*-- dl テーブル : responsive --*/
.doctor-history-responsive-dl {
  margin: 2em auto;
}

.doctor-history-responsive-dl dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: stretch;
  margin: auto;
}

.doctor-history-responsive-dl dt {
  /*    display: block; */
  /*  background-color: #f1f1f1; */
  flex-basis: 40%;
  padding: 0.3em;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  font-weight: normal;
  /*  margin-top: 0.2em; */
}

.doctor-history-responsive-dl dd {
  /*    display: block; */
  flex-basis: 60%;
  padding: 0.3em;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  /*  background-color: #fff; */
  /*    border-bottom: 1px solid #ccc; */
  /*  margin-top: 0.2em; */
}

@media screen and (max-width: 559px) {
  .doctor-history-responsive-dl dl {
    flex-flow: column;
  }
  .doctor-history-responsive-dl dt,
  .doctor-history-responsive-dl dd {
    width: 100%;
  }
  .sp_p {
    padding-top: 1.3rem;
  }
}
.home-card {
  /*    height: 42vh; */
  width: 18rem;
}

.home-card-title {
  font-size: 0.9rem;
}

.home-card-text {
  font-size: 0.8rem;
}

/*-- localize --*/
.carousel-block {
  position: relative;
}

.catch-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #005417;
}

.home-catch-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-catch-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #298900;
  height: 0.3rem;
  width: 100%;
}

.home-products {
  margin: 0 auto;
  padding: 24px 0 54px 0;
  width: 84%;
}

.home-products h2 {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.background-on-color {
  background-color: #FFFFE5;
}

.home-products .product {
  background-color: #ffffff;
  padding: 18px;
  margin-bottom: 18px;
  border-top: 2px solid #007855;
  border-bottom: 1px solid #007855;
}

.flex-harf-column img {
  width: 80%;
  margin: 0 auto;
}

.product-context {
  width: 94%;
  text-align: center;
  margin: 0.8rem auto 1rem auto;
}

.product-context h3 {
  font-size: 1.3rem;
  position: relative;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 1.6em;
  border-bottom: 3px solid #094;
}

.product-context h3:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #00cc5b;
}

.product-context p {
  text-align: left;
}

.product-context-desc {
  text-align: left;
  font-size: 1.1rem;
}

.product-context-desc dt {
  font-size: 1.1rem;
  font-weight: normal;
  color: #3F6400;
}

.product-context-desc dt::before {
  content: "■ ";
}

.product-context-desc dd {
  font-size: 1.1rem;
  padding: 9px;
}

.product-context-desc p {
  padding-top: 6px;
  padding-bottom: 18px;
}

.dl-box {
  padding: 9px 9px;
  /*  background-color: #F4FFF1; */
  background-color: #fff;
  background-image: radial-gradient(#C7FF80 30%, transparent 30%);
  background-size: 9px 9px;
  border-radius: 6px;
  border: 1px solid #3F6400;
}

.dl-box dd li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.dl-box dt {
  color: #3F6400;
}

.dl-box dd li::before {
  color: #f00;
  font-family: bootstrap-icons;
  content: "\f271";
  margin-right: 6px;
  font-size: 1.1rem;
  vertical-align: -0.125em;
}

/*-- caulcel --*/
.carousel-caption {
  /*  border: 1px solid #f00; */
  bottom: 25%;
  left: -5%;
  background-color: #ffffff;
  color: #000;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.2;
}

/*-- calucel --*/
/*-- table --*/
/*-- table --*/
/*-- price section --*/
.price-dl dt {
  padding: 0.4rem;
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #f8f8f8;
}

.price-dl dd {
  padding: 0.4rem;
}

.price-dl td {
  line-height: 2rem;
}

.td-indent {
  padding-left: 1.3rem;
}

.bottom-line {
  border-bottom: 1px solid #cccccc;
}

/*# sourceMappingURL=home.css.map */
