.p-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.p-items .l-container {
  padding-left: 0;
  padding-right: 0;
}
.p-items .l-block h2.c-title {
  margin-bottom: 50px;
}
.p-items .l-block.l-news-on {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-items .l-block.l-news-on .date {
  width: auto;
  min-width: 100px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.p-items .l-block.l-news-on .cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 82px;
  margin: 0 auto 15px auto;
}
.p-items .l-block.l-news-on .cates .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  padding: 9px 10px 7px 10px;
  border: 1px solid;
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-items .l-block.l-news-on .cates .cate.cate-1 {
  color: #d81434;
}
.p-items .l-block.l-news-on .cates .cate.cate-2 {
  color: #142954;
}
.p-items .l-block.l-news-on .title {
  position: relative;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.8;
  font-family: A-OTF-R;
  text-align: center;
}
.p-items .l-block.l-news-on .title--border-bottom {
  padding-bottom: 40px;
}
.p-items .l-block.l-news-on .title--border-bottom::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  background: #111;
  content: "";
}
.p-items .l-block.l-news-on .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 64px;
  overflow: hidden;
}
.p-items .l-block.l-news-on .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-items .l-block.l-news-on .content {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-items .l-block.l-news-on .content p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-items .l-block.l-news-on .content p:last-child {
  margin-bottom: 0;
}
.p-items .l-block.l-news-on .c-gr-button {
  margin-top: 70px;
}
/* Custom */
.sozai h3{
  font-size: 24px;
  line-height: 160%;
  border-bottom: 1px solid #707070;
  padding: 20px;
  font-family: "A-OTF-R";
}
.sozai .note{
  margin-top: 10px;
}

.sozai .note dl{
  display: flex;
  justify-content: space-between;
}

.sozai .note dl dt, .sozai .note dl dd{
  font-size: 15px;
  line-height: 160%;
  padding: 20px;
}

.sozai .note dl dt{
  text-align: center;
  width: 20%;
  color: #225B26;
  border-bottom: 1px solid #225B26;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.sozai .note dl dd{
  width: 78%;
  border-bottom: 1px solid #707070;
}
/* Custom */
@media screen and (min-width: 992px) {
  .p-items {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .p-items .l-block.l-news {
    margin-bottom: 40px;
  }
  .p-items .l-block.l-news-on {
    margin-bottom: 40px;
  }
  .p-items .c-tabs-list {
    margin-bottom: 20px;
  }
  .p-items .c-products2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-items {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-items .l-block.l-news {
    margin-bottom: 30px;
  }
  .p-items .l-block.l-news-on {
    margin-bottom: 30px;
  }
  .p-items .l-block.l-news-on .title {
    font-size: 3.4rem;
  }
  .p-items .l-block.l-news-on .content {
    margin-top: 30px;
  }
  .p-items .l-block.l-news-on .c-gr-button {
    margin-top: 40px;
  }
  .p-items .c-tabs-list {
    margin-bottom: 30px;
  }
  .p-items .c-products2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-items .l-block.l-news-on .title {
    font-size: 2.8rem;
  }
  .p-items .c-products2 {
    margin-bottom: 20px;
  }
}
