@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.ls1em {
  letter-spacing: 1em !important;
  padding-left: 1em !important;
}

.count-num {
  counter-reset: number 0;
}
.count-num li {
  list-style: none;
  position: relative;
}
.count-num .num {
  font-weight: 600;
}
.count-num .num:before {
  counter-increment: number 1;
  content: counter(number) " ";
}

.deco_layer-mv:after, .deco_layer-mv::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
  width: 226px;
  height: 300px;
  bottom: 0px;
  background-image: url(../images/common/image-lungs-sm.png);
  background-size: 100% auto;
  background-position: center;
  z-index: 1;
}
.deco_layer-mv:after {
  right: calc(50% + 23vw);
}
.deco_layer-mv:before {
  left: calc(50% + 23vw);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.img-wrap .image-box {
  float: right;
  clear: right;
  margin-left: 60px;
}

.variable-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.variable-box .text-box {
  flex: 1;
}
.variable-box.text-center {
  justify-content: center;
}

.common-anchor-link {
  max-width: 580px;
  border: solid 1px #324b28;
  padding: 45px 20px 10px;
  display: inline-block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  border-radius: 6px;
}
.common-anchor-link.white {
  border-color: #fff;
  background-color: #324b28;
}
.common-anchor-link.white::before {
  color: #fff !important;
}
.common-anchor-link.white a {
  color: #fff !important;
}
.common-anchor-link.white a::before {
  background-color: #fff;
}
.common-anchor-link::before {
  content: "目次";
  position: absolute;
  font-weight: bold;
  top: 8px;
  font-size: 125%;
  color: #324b28 !important;
}
.common-anchor-link li {
  width: 50%;
}
.common-anchor-link li.w100 {
  width: 100%;
}
.common-anchor-link a {
  width: 100%;
  color: #324b28 !important;
  text-decoration: none !important;
  font-size: 112.5%;
  display: block;
  padding-left: 28px;
  position: relative;
}
.common-anchor-link a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #324b28;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #324b28;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #324b28 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #324b28;
}

/* NEWS */
.news-list dt {
  margin-bottom: 5px;
  color: #324b28;
  font-family: "Shippori Mincho", serif;
  font-size: 125%;
  font-weight: 600;
}
.news-list dt time {
  width: 120px;
  float: left;
  clear: left;
}
.news-list dt .titles {
  font-weight: 600;
}
.news-list dd {
  padding-left: 7.5em;
}
.news-list dd:not(:last-of-type) {
  margin-bottom: 43px;
}

.archive-news {
  margin-top: 50px;
}

.single-news {
  margin-top: 50px;
}
.single-news .titles-box {
  font-family: "Shippori Mincho", serif;
}
.single-news .title {
  font-weight: bold;
  font-size: 125%;
  color: #324b28;
  border-bottom: solid 1px #324b28;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.single-news .title.ls1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

body.news #title .level01 {
  display: none;
}

/* SUBNAV */
#subnav,
#subnav_layer {
  margin-bottom: 80px;
}
#subnav > span,
#subnav_layer > span {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 162.5%;
  /*26px*/
}
#subnav .subnav-list,
#subnav_layer .subnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#subnav .subnav-list li.on a, #subnav .subnav-list li.active a,
#subnav_layer .subnav-list li.on a,
#subnav_layer .subnav-list li.active a {
  color: #fff !important;
  background-color: #324b28;
}
#subnav .subnav-list li.on a::before, #subnav .subnav-list li.active a::before,
#subnav_layer .subnav-list li.on a::before,
#subnav_layer .subnav-list li.active a::before {
  background-color: #fff;
}
#subnav .subnav-list a,
#subnav_layer .subnav-list a {
  width: 300px;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
  color: #324b28 !important;
  background-color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  border: solid 1px #324b28;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#subnav .subnav-list a::before,
#subnav_layer .subnav-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: #324b28;
}
#subnav .subnav-list a:hover,
#subnav_layer .subnav-list a:hover {
  opacity: 0.6;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  .deco_layer-mv:after, .deco_layer-mv::before {
    width: 70px;
    height: 95px;
  }
  .deco_layer-mv::before {
    left: calc(50% + 25vw);
  }
  .deco_layer-mv:after {
    right: calc(50% + 25vw);
  }
  .common-anchor-link {
    padding: 45px 20px 8px;
    margin-bottom: 22px;
    display: block;
  }
  .common-anchor-link::before {
    font-size: 100%;
  }
  .common-anchor-link li {
    width: 100%;
  }
  .common-anchor-link a {
    font-size: 100%;
  }
  .variable-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .variable-box .image-box {
    width: auto !important;
  }
  .variable-box .text-box {
    width: auto !important;
  }
  /* NEWS */
  .news-list dt {
    font-size: 112.5%;
  }
  .news-list dt time {
    font-size: 77.77%;
    width: 100%;
    float: inherit;
  }
  .news-list dd {
    padding-left: 0;
  }
  .news-list dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /* SUBNAV */
  #subnav {
    margin-bottom: 50px;
  }
  #subnav > span {
    display: inline-block;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 162.5%;
    /*26px*/
  }
  #subnav .subnav-list {
    flex-direction: column;
    gap: 10px;
  }
  #subnav .subnav-list li.on a, #subnav .subnav-list li.active a {
    color: #fff !important;
    background-color: #324b28;
  }
  #subnav .subnav-list li.on a::before, #subnav .subnav-list li.active a::before {
    background-color: #fff;
  }
}
