@charset "UTF-8";
.femcare .f-play {
  font-family: "Playfair Display", serif !important;
}

.femcare .f-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
 serif !important;
}

.femcare .f-gothic {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic",
 sans-serif !important;
}

.femcare a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .femcare a {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .femcare a:hover {
    opacity: 0.7;
  }
}

.femcare .page_link {
  position: relative;
}

.femcare .page_link:after {
  content: "";
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 125%;
  bottom: 0;
  right: 45%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .femcare .page_link:after {
    top: 10%;
    right: 25px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .femcare .border-btm {
    border-bottom: 1px solid #c0c0c0;
  }
}

.femcare .contents_box {
  border-right: solid 2px #a09a67;
  border-bottom: solid 2px #a09a67;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}

.femcare .item_box {
  border: solid 1px #a09a67;
  text-align: center;
}

.femcare .item_box2 {
  background-color: #c6b593;
  text-align: center;
}

.femcare .design1 {
  position: relative;
}

.femcare .design1:after {
  content: "";
  border-right: 1px solid #A09A67;
  border-bottom: 1px solid #A09A67;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0%;
  bottom: 0;
  right: 5%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .femcare .design1:after {
    top: 0%;
    right: 15px;
    width: 10px;
    height: 10px;
  }
}

.femcare .design2 {
  color: #ffffff;
  position: relative;
}

.femcare .design2:after {
  content: "";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0%;
  bottom: 0;
  right: 5%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .femcare .design2:after {
    top: 0%;
    right: 15px;
    width: 10px;
    height: 10px;
  }
}

.femcare .balloon {
  background-color: #fde5b7;
  border-bottom: 1px solid #a09a67;
  position: relative;
}

.femcare .balloon::before {
  border: 10px solid transparent;
  border-top-color: #a09a67;
  content: '';
  position: absolute;
  bottom: -20px;
  /*ボックスの下に指定 */
  left: 50%;
  /*ボックスの左に指定 */
}

.femcare .balloon:after {
  border: 10px solid transparent;
  border-top-color: #fde5b7;
  content: '';
  position: absolute;
  bottom: -19px;
  /*　外枠となる三角形の位置から1pxずらす */
  left: 50%;
  /*　外枠となる三角形の位置から1pxずらす */
}
/*# sourceMappingURL=femcare_style.css.map */