@charset "UTF-8";

/*------ NEWS -------*/
.news {
  margin: 50px 0;
}
.news .wrapper {
  position: relative;
}
.news__title {
  border-left: 9px solid var(--main-color-blue);
  padding-left: 3px;
  margin-bottom: .5em;
}
.news__btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.news__btn a {
  color: #fff;
  background: var(--main-color-blue);
  padding: 3px 10px;
  box-shadow: 2px 3px #000;
}
.news__items {
  border-top: 1px solid #000;
}
.news__item {
  display: flex;
  gap: 2em;
  padding: 0.7em 2px;
 font-size: 1.0rem;
}
.news__item img{
 width: 100px;
}
.news__item-date {
  color: var(--main-color-blue);
}
@media only screen and (max-width: 736px) {

/*------ NEWS -------*/
#parts .news__title {
  border-left: none;
}
#parts .news__items {
  margin-bottom: 40px;
}
#parts .news__item {
  padding: 1em;
}
.news__box-title  {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.news__box-date {
  color: var(--main-color-blue);
  margin-bottom: 3px;
}
.news__box-text {
  font-size: 2rem;
  margin-bottom: 10px;
  border-bottom: 1px #000 dotted;
}
.news__box-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .news__box-detail {
    display: block;
    text-align: justify;
  }
}

}

/*レスポンシブサイズ設定*/
/*デフォルト*/
.page_inner {
  padding: 75px 0 0 0;
  line-height: 22px;
  box-sizing: border-box;
}
.page_inner .page_title {
  text-align: center;
  margin: 0 0 50px 0;
}
.page_inner .page_read {
  font-family: "a-otf-ryumin-pr6n";
  text-align: center;
  margin: 0 0 70px 0;
}
@media print, screen and (min-width: 737px) {
  .page_inner .page_read p {
    margin: 15px 0;
    font-size: 1.5rem;
    line-height: 40px;
    letter-spacing: 3.45px;
  }
}
@media only screen and (max-width: 736px) {
  .page_inner .page_read p {
    margin: 15px 0;
    font-size: 1.2rem;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 737px) {
  .page_inner {
    width: 960px;
    height: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  .page_inner {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 737px) {
  .page_information {
    width: 960px;
    height: auto;
  }
}
@media only screen and (max-width: 736px) {
  .page_information {
    width: 100%;
    height: auto;
  }
}
.page_information .page_col_wrap {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 30px;
  padding: 30px;
  margin: 0 0 40px 0;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.page_information .post_date {
  text-align: right;
}
.page_information .post_title {
  font-size: 1.2rem;
  padding: 10px;
  border-bottom: 1px solid #bdbdbd;
  box-sizing: border-box;
}
.page_information .post_contents {
  padding: 10px;
  box-sizing: border-box;
}
