@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
  z-index: 10;
  background: rgba(23, 59, 130, 0.1);
  font-size: 1rem;
  padding: 1.5rem 0;
}
#breadcrumb span {
  color: rgba(0, 0, 0, 0.2);
}
#breadcrumb .current-item {
  color: var(--maincolor);
}
@media only screen and ( max-width : 767px ) {
  .content_inner {
    padding: 3rem 0 6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .content_inner {
    padding: 7rem 0 12rem;
    max-width: 85rem;
    margin: 0 auto;
  }
  
}


/* ---------------------------------------------------------------------------------------------

　   NEWS SINGLE

--------------------------------------------------------------------------------------------- */
.post_single h1 {
  border-bottom: 1px solid #c5c5c5;
  font-weight: 400;
  padding-bottom: .3em;
  margin-bottom: .8em;
  position: relative;
  color: var(--maincolor);
}
.post_single h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.2rem;
  width: 3rem;
  height: .3rem;
  background: var(--maincolor);
  z-index: 2;
}
#post_content p {
  margin-bottom: 2em;
  line-height: 2em;
}
#post_content p a {
  color: var(--maincolor);
  text-decoration: underline;
}
.post_meta .info_list_date {
  color: #858585;
  font-size: 1rem;
}
#post_content .wp-block-button__link {
  color: var(--maincolor);
  position: relative;
  display: flex;
  background: #fff;
  border: 1px solid var(--maincolor);
  border-radius: 6rem;
  width: 30rem;
  height: 6rem;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#post_content .wp-block-button__link:after {
  content: "";
  width: 2.1rem;
  height: .6rem;
  background: url(../img/arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

@media only screen and ( max-width : 767px ) {
  #post_content {
    margin-bottom: 6rem;
  }
  .post_single h1 {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
  .post_thumbs {
    margin-bottom: 4rem;
  }
  .post_meta {
    margin-bottom: 3rem;
  }
  #post_content .wp-block-button__link {
    max-width: 24rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #post_content {
    margin-bottom: 8rem;
  }
  .post_single h1 {
    font-size: 3.4rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
  .post_thumbs {
    margin-bottom: 4rem;
  }
  .post_meta {
    margin-bottom: 3rem;
  }
  #post_content .wp-block-button__link:hover {
    background: var(--maincolor);
    color: #fff;
    opacity: 1;
  }
  #post_content .wp-block-button__link:hover:after {
    background: url(../img/arrow_white.png) no-repeat center / 100%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {

}
