img {
  width: auto;
  height: auto;
  max-width: 100%;
}
h1.hd-desc {
  font-size: 0;
}

.contents--blog .container--hero-ttl {
  padding-top: 0;
}

.archives {
  padding-top: 85px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .archives {
    padding-top: 0;
  }
}

.archives a {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .archives {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
}

.archives-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .archives-ctn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.archives-main {
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  .archives-main {
    width: 100%;
    max-width: 100%;
  }
}

.archives-sep {
  width: 5%;
}

.archives-aside {
  width: 25%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .archives-aside {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}

.archives-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #B2B2B2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .archives-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.archives-post:first-of-type {
  border-top: 1px solid #B2B2B2;
}

.archives-post:hover {
  background: #E8F2FA;
  text-decoration: none;
}

.archives-post dl {
  display: block;
  padding: 25px;
  max-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .archives-post dl {
    margin: 0;
    margin-right: auto;
    padding: 10px;
  }
}

.archives-post dl dt {
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.archives-post dl dt::before {
  content: "";
  position: absolute;
  background: url(../images/common/arw_blog.svg) no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.archives-post dl dd {
  color: #fff;
  background-color: #68AADE;
  border-radius: 35px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 10px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .archives-post dl dd {
    display: inline-block;
    padding: 2px 10px;
  }
}

.archives-post dl:last-child {
  padding-left: 0;
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.archives-post dl:last-child dt {
  color: #003296;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}

.archives-post dl:last-child dt::before {
  content: none;
}

.archives-post dl:last-child dd {
  background: none;
  font-weight: normal;
  color: #000;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .archives-post dl:last-child dd {
    display: inline-block;
    padding: 5px 10px;
  }
}

.archives-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.archives-pagination .page-numbers {
  border: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #003296;
  padding: 5px 12px;
  margin-right: 10px;
}

.archives-pagination .page-numbers.current {
  background: #68AADE;
  border: 1px solid #68aaDE;
  font-size: 16px;
  color: #fff;
}

.archives .ttl {
  position: absolute;
  color: #4C6FB5;
  top: 0;
  margin: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -98%);
          transform: translate(-50%, -98%);
  width: 112px;
}

.archives .widgettitle {
  background: #4C6FB5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  margin: 0;
  font-size: 18px;
}

.archives .widget ul {
  background: #E5EAF4;
}

.archives .widget ul li {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 20px;
  color: #003296;
  font-weight: bold;
  position: relative;
}

.archives .widget ul li a {
  color: #003296;
}

.archives .widget ul li::before {
  content: "";
  background-size: contain;
  background: #68AADE;
  height: 7px;
  width: 7px;
  left: 7px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.archives .widget ul li:hover {
  color: #fff;
  background: #95C4E8;
}

.archives .widget ul li:hover::before {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .single-ctn {
    padding: 0 10px;
  }
}

.single-post {
  border-bottom: 1px solid #b2b2b2b2;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .single-post {
    padding: 50px 20px 0;
    border-bottom: none;
  }
}

.single-post .ttl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 5px solid #003296;
  padding-bottom: 10px;
}

.single-post .ttl-row span:first-child {
  position: relative;
  padding-left: 20px;
  color: #003296;
  font-weight: bold;
}

.single-post .ttl-row span:first-child::before {
  content: "";
  position: absolute;
  background: url(../images/common/icn_post_ttl.svg) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-post .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .single-post .post-categories {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.single-post .post-categories li {
  margin-left: 10px;
  width: auto;
}

.single-post .post-categories li a {
  color: #fff;
  background-color: #68AADE;
  border-radius: 35px;
  font-weight: bold;
  padding: 2px 15px;
  margin: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .single-post .post-categories li a {
    display: inline-block;
    padding: 2px 10px;
  }
}

.single-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 50px 0 60px;
  border-right: none;
  border-left: none;
}

@media screen and (min-width: 768px) {
  .single-pagination {
    border: none;
  }
}

.single-pagination .center, .single-pagination .left, .single-pagination .right {
  border: 1px solid #b2b2b2;
}

.single-pagination .center a, .single-pagination .left a, .single-pagination .right a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003296;
  font-weight: bold;
}

.single-pagination .center a:hover, .single-pagination .left a:hover, .single-pagination .right a:hover {
  text-decoration: none;
  background: #95C4E8;
  color: #fff;
}

.single-pagination .center {
  -ms-grid-column: 2;
  grid-column: 2;
}

@media screen and (min-width: 768px) {
  .single-pagination .center {
    width: 140px;
    margin: auto;
  }
}

.single-pagination .left {
  -ms-grid-column: 1;
  grid-column: 1;
}

@media screen and (min-width: 768px) {
  .single-pagination .left {
    width: 140px;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .single-pagination .left {
    border-left: none;
    border-right: none;
  }
}

.single-pagination .right {
  -ms-grid-column: 3;
  grid-column: 3;
}

@media screen and (min-width: 768px) {
  .single-pagination .right {
    width: 140px;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .single-pagination .right {
    border-left: none;
    border-right: none;
  }
}

.sec-movie {
  height: auto;
}

.news {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 50px;
  }
}

.news dt, .news dl, .news dd {
  margin: 0;
  color: #fff;
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news dt {
  margin-right: 15px;
  padding-left: 15px;
  position: relative;
  font-weight: normal;
}

.news dt::before {
  content: "";
  position: absolute;
  background: url(../images/common/icn_arw_menu.png) no-repeat;
  background-size: contain;
  height: 10px;
  width: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-ttl--white {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.125rem;
  max-width: 130px;
  width: 100%;
  margin: auto;
}

.news-rows {
  max-width: 680px;
  margin: 30px auto 0;
}

.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  border-top: 1px solid #666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-row dl, .news-row dt, .news-row dd {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-row:last-child {
  border-bottom: 1px solid #666;
}

.news-row:hover {
  cursor: pointer;
  background: #fff;
  text-decoration: none;
}

.news-row:hover dl, .news-row:hover dt, .news-row:hover dd {
  color: #000;
  text-decoration: none;
}

.news-btn {
  cursor: pointer;
  background: transparent;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #666;
  max-width: 240px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-btn a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-btn a::after {
  content: none;
}

.news-btn:hover {
  background: #fff;
}

.news-btn:hover a {
  color: #000;
}

@media screen and (min-width: 992px) {
  .hd-menu {
    width: 680px;
  }
  .hd-menu .hd-menu__item:first-child {
    width: 140px;
    min-width: auto;
  }
  .hd-menu__item {
    width: 110px;
    min-width: auto;
  }
  .hd-menu .hd-menu--sub__item:first-child,
  .hd-menu .hd-menu--sub__item {
    width: auto;
  }
}

.carac__hero--blog {
  background: url(../images/bg_blog.jpg) no-repeat;
  background-size: cover;
  height: 75vw;
}

@media screen and (min-width: 768px) {
  .carac__hero--blog {
    background: url(../images/bg_blog.jpg) 50% 50%/cover no-repeat;
    height: 430px;
  }
}
/*# sourceMappingURL=blog.css.map */