.news__title-date, .news__hdg, .news__contents, .pagetitle__hdg {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .news__title-date, .news__hdg, .news__contents, .pagetitle__hdg {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.news__table-link, .news__btnlink {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .news__table-link:hover, .news__btnlink:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .news__btnlink {
    max-width: 375px;
  }
}

.news__btnlink {
  padding-top: 33px;
  padding-bottom: 34px;
  padding-right: 20px;
  display: block;
  background-color: #ee8100;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .news__btnlink {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .news__btnlink {
    padding-top: 8.8vw;
    padding-bottom: 9.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.news__btnlink::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/common/images/pc/btn_icon_arrow.png);
  width: 45px;
  background-size: 26px;
}
@media screen and (max-width: 768px) {
  .news__btnlink::before {
    background-image: url(/common/images/sp/btn_icon_arrow.png);
    width: 40px;
    background-size: 21px;
  }
}
@media screen and (max-width: 375px) {
  .news__btnlink::before {
    width: 10.6666666667vw;
    background-size: 5.6vw;
  }
}

.news__table {
  border-spacing: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news__table {
    width: 100%;
  }
}

.news__table {
  font-size: 1.6rem;
  font-weight: 500;
  color: #665b3d;
  line-height: 1.8125;
}
@media screen and (max-width: 768px) {
  .news__table {
    line-height: 1.6875;
  }
}

.news__table-ttl {
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__table-ttl {
    width: 100%;
    min-width: 0;
    display: block;
  }
}
.news__table-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 10px;
  background-color: #fff1cd;
}
@media screen and (max-width: 768px) {
  .news__table-ttl::before {
    height: 100%;
  }
}

.news__table-data {
  border-top: 2px solid #fff1cd;
}
@media screen and (max-width: 768px) {
  .news__table-data {
    width: 100%;
    display: block;
    border-top: none;
  }
}

@media screen and (min-width: 769px) {
  .news__table-data--last {
    border-bottom: 2px solid #fff1cd;
  }
}

/* pagetitle:start */
.pagetitle {
  background-color: #faf7ef;
}
@media screen and (max-width: 768px) {
  .pagetitle__hdg {
    max-width: 335px;
  }
}

/* pagetitle:end */
.news__table-ttl {
  padding-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  width: 170px;
  font-weight: 500;
  color: #102b5d;
}
@media screen and (max-width: 768px) {
  .news__table-ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.news__table-ttl::before {
  background-color: #FFFFFF;
}

/* news:start */
.news__container {
  background-color: #faf7ef;
}
.news__title {
  padding-top: 40px;
  padding-bottom: 74px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .news__title {
    padding-bottom: 50px;
  }
}
.news__date-txt {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  background-color: #fff1cd;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #665b3d;
}
.news__hdg {
  margin-top: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .news__hdg {
    font-size: 2.3rem;
    line-height: 1.6956521739;
  }
}
.news__contents {
  padding-top: 66px;
  padding-bottom: 90px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #665b3d;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768px) {
  .news__contents {
    padding-top: 50px;
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}
.news__txt + .news__txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news__txt + .news__txt {
    margin-top: 36px;
  }
}
.news__table-area {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .news__table-area {
    margin-top: 40px;
  }
}
.news__table {
  margin-top: 40px;
  width: 100%;
}
.news__table-data {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 40px;
  border-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news__table-data {
    padding-top: 18px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: normal;
  }
}
.news__businesslist-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news__businesslist-item {
    flex-wrap: wrap;
  }
}
.news__businesslist-item:not(:first-child) {
  margin-top: 24px;
}
.news__businesslist-ttl {
  width: 215px;
}
@media screen and (max-width: 768px) {
  .news__businesslist-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news__businesslist-txt {
    padding-left: 25px;
  }
}
.news__btnlink {
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 510px;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .news__btnlink {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .news__btnlink {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.news__underline {
  font-weight: bold;
  background-image: linear-gradient(#665b3d, #665b3d);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center bottom;
}
.news__case {
  margin-top: 40px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .news__case {
    margin-top: 34px;
  }
}
.news__case-ttl {
  font-weight: bold;
}
.news__case-detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news__case-detail {
    margin-top: 36px;
  }
}
.news__case-listitem {
  display: flex;
  align-items: flex-start;
}
.news__case-listitem::before {
  content: "";
  margin-top: 17px;
  margin-right: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #665b3d;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news__case-listitem::before {
    margin-top: 13px;
    margin-right: 11px;
    width: 10px;
    height: 10px;
  }
}
.news__txt-strong {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__txt-strong {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

/* news:end */