@charset "utf-8";
section#title_news {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #000;
}
h2.news {
  font-size: 4.0rem;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 0;
}

section.area-3 {
  background-color: #000 !important;
}

section.area-3 a {
  color: #fff !important;
}

#contents {
  background-color: #000;
}

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

#title {
  width: 100%;
  padding: 22px 0;
  background-color: #000;
  color: white;
  line-height: 1em;
  margin-bottom: 60px;
}

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

#title h6 span {
  line-height: 1em;
  padding-top: 15px;
}

#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;
}

.post img {
  max-width: 100%;
  height: auto !important;
}

.post a:hover,
.post a:hover img {
  opacity: .7;
  transition: opacity .4s ease;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
}

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

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

.post .date {
  display: block;
  margin-bottom: .5em;
  letter-spacing: 2px;
}

.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;
}

.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: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
}

#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;
  letter-spacing: 2px;
}

.side li span {
  font-size: 1.4rem;
  line-height: 1em;
  color: #fff !important;
  display: block;
  margin-bottom: .5em;
  letter-spacing: 2px;
}

.bt_list {
  display: block;
  max-width: 240px;
  padding: 5px;
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  transition-duration: 0.3s;
  color: #fff;
}

.bt_list:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}

@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;
  }

}
@media only screen and (min-width: 916px) {
  .nav_list li:nth-child(7) a{
    background: #000;
    color: #fff;
  }
  .nav_list li:nth-child(8) a{
    background: #fff;
    color: #000;
  }
}/* pc */