@charset "utf-8";

.news_title {
  background: #165e83;
}
.news_title h2 {
  font-size: 3.0rem;
  text-align: center;
  font-family:  "Sawarabi Mincho";
  margin-bottom: 0;
}
#contents {
  padding-top: 48px;
  padding-bottom: 80px;
  background: #165e83;
}

#contents div.container {
  max-width: 1090px !important;
}

#title h3 {
  text-align: left;
  padding-top: 0;
}

#posts.col-sm-8 {
  padding-right: 40px !important;
}

.post {
  padding: 3em 0 2em;
  border-top: 2px dotted #fff;
}

.post:first-child {
  padding-top: 0;
  border: none;
}

.post a {
  -webkit-transform-style: preserve-3d;
  color: #fff;
}
.post a:hover {
  opacity: .6;
  transition: opacity .3s ease;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
}

.post a:hover p {
  text-decoration: underline;
}

#contents .post h3 {
  color: #fff !important;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 5px;
  padding-top: 0;
}

.post .date {
  display: block;
  margin-bottom: .5em;
}

.post .date span {
  color: #fff !important;
}

.post p {
  margin-bottom: 1em;
}

.pager {
  line-height: 1em;
  margin: 0 0 45px !important;
}

.pager div.prev {
  float: right;
}

.pager div.next {
  float: left;
}
.pager div.next a, .pager div.prev a{
  color: #fff;
}

.side {
  margin-bottom: 50px;
}

.side a {
  font-size: 1.6rem;
  display: block;
}

#contents .side h4 {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 1.1em;
  padding-top: 0;
  padding-bottom: .7em;
  border-bottom: 2px dotted #fff !important;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-family:  "Sawarabi Mincho";
}

#contents .side h4 span {
  display: inline-block;
  color: #fff !important;
  font-size: 2.4rem;
  line-height: 1em;
  padding-top: 0;
}

.side li {
  border-bottom: 1px solid #fff !important;
  padding: 1.4em 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5%;
}

.side:first-child li {
  background-image: none;
}

.side li a {
  line-height: 1.2;
  color: #fff;
}
.side li a:hover {
  text-decoration: none;
  color: #ffd700;
  transition: .3s;
}
.side li span {
  font-size: 1.4rem;
  line-height: 1em;
  color: #fff !important;
  display: block;
  margin-bottom: .5em;
}
#contents  .w3eden .card {
  border-radius: 0;
}
#contents .wpdm-download-link.btn.btn-primary {
  border-radius: 0;
}

@media (max-width: 1115px) {

  #contents h3 {
    padding-left: 5px;
  }

  #contents img.h6_icon {
    width: 54px;
  }

}

@media (max-width: 991px) {
  #posts.col-sm-8 {
    padding-right: 15px !important;
  }

  #contents .post h3 {
    font-size: 2.0rem;
    letter-spacing: 2px;
    padding-left: 0px;
    line-height: 1.4;
  }

  .side a {
    font-size: 1.6rem;
    display: block;
  }

  #contents .side h4 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    padding-left: 0;
    line-height: 1em;
  }

  #contents .side h4 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  #contents .contents_wrap_01 {
    margin-bottom: 30px;
  }

  .text01 {
    padding-top: 15px;
  }

  .text03 {
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .img01 {
    margin-bottom: 10px;
  }

  .nursary ul {
    float: left;
    padding: 20px;
  }

  .nursary ul span.text06 {
    width: 90px;
    float: left;
    margin-left: 0;
  }

  .nursary li {
    display: inline;
    float: left;
  }

}
div.wp-block-embed iframe {
  position: initial !important;
}