@media screen and (min-width: 1080px) {
  body article.news {
    background: #ffffff;
  }
  body article.archive section.archive ul {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
  }
  body article.archive section.archive ul li {
    margin-right: 30px;
    margin-bottom: 66px;
    height: 360px;
    overflow: hidden;
    float: left;
  }
  body article.archive section.archive ul li:nth-child(3n) {
    margin-right: 0;
  }
  body article.archive section.archive ul li a {
    width: 300px;
    display: block;
    text-decoration: none;
  }
  body article.archive section.archive ul li a span {
    display: block;
  }
  body article.archive section.archive ul li a span.head {
    margin-bottom: 16px;
  }
  body article.archive section.archive ul li a span.head .category {
    padding-right: 16px;
    font-family: "Open Sans";
    font-size: 12px;
  }
  /* body article.archive section.archive ul li a span.head .category:after {
    content: "-";
  } 日付削除により削除 */
  body article.archive section.archive ul li a span.head .date {
    font-family: "caslon-book";
    font-size: 16px;
  }
  body article.archive section.archive ul li a span.img {
    clear: both;
    width: 300px;
    height: 210px;
    background: no-repeat center center / cover;
  }
  body article.archive section.archive ul li a span.title {
    padding-top: 10px;
    height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "caslon-book", "hiraginokakugow3";
    line-height: 24px;
    font-size: 20px;
  }
  body article.archive section.archive ul li a span.title span {
    display: inline;
    font-size: 18px;
  }
  body article.news_detail section.archive header {
    margin-top: 80px;
    text-align: center;
  }
  body article.news_detail section.archive header p.date {
    font-family: "caslon-book";
    font-size: 14px;
  }
  body article.news_detail section.archive header h2 {
    margin: 20px 0 60px 0;
    line-height: 40px;
    font-size: 36px;
    padding: 0 60px;
  }
  body article.news_detail section.archive .frame {
    margin: 0 auto;
    width: 730px;
  }
  body article.news_detail section.archive .frame p.image {
    margin-bottom: 62px;
  }
  body article.news_detail section.archive .frame p.image img {
    width: 100%;
    height: auto;
  }
  body article.news_detail section.archive .frame dl {
    margin-bottom: 70px;
  }
  body article.news_detail section.archive .frame dl dt {
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-size: 19px;
  }
  body article.news_detail section.archive .frame dl dd {
    line-height: 30px;
    font-size: 14px;
  }
  body article.news_detail section.archive .frame ul.link {
    margin-bottom: 70px;
  }
  body article.news_detail section.archive .frame .related_contents {
    text-align: center;
  }
  body article.news_detail section.archive .frame .related_contents h3 {
    font-family: "caslon-book";
    font-size: 40px;
  }
  body article.news_detail section.archive .frame .related_contents dl {
    margin: 40px 0 90px 0;
  }
  body article.news_detail section.archive .frame .related_contents dl dt,
  body article.news_detail section.archive .frame .related_contents dl dd,
  body article.news_detail section.archive .frame .related_contents dl li {
    display: inline-block;
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 18px;
  }
  body article.news_detail section.archive .frame .related_contents dl dt,
  body article.news_detail section.archive .frame .related_contents ul li {
    padding: 0 20px;
  }
  body article.news_detail section.photo {
    background: #ffffff;
  }
  body article.news_detail section.photo .inner {
    border-bottom: none;
  }
}
@media screen and (max-width: 1079px) {
  body article {
    background: #ffffff;
  }
  body article.archive section.archive ul {
    margin: 0 30px;
    overflow: hidden;
  }
  body article.archive section.archive ul li {
    margin-bottom: 50px;
    overflow: hidden;
  }
  body article.archive section.archive ul li a {
    display: block;
    text-decoration: none;
  }
  body article.archive section.archive ul li a span {
    display: block;
  }
  body article.archive section.archive ul li a span.head {
    margin-bottom: 10px;
  }
  body article.archive section.archive ul li a span.head .category {
    padding-top: 2px;
    padding-right: 5px;
    float: left;
    font-family: "Open Sans";
    font-size: 11px;
  }
  /* body article.archive section.archive ul li a span.head .category:after {
    content: "-";
  } 日付削除により削除 */
  body article.archive section.archive ul li a span.head .date {
    font-family: "游明朝体";
    font-size: 14px;
  }
  body article.archive section.archive ul li a span.img {
    clear: both;
    padding-top: 75%;
    width: 100%;
    height: 0;
    background: no-repeat center center / cover;
  }
  body article.archive section.archive ul li a span.title {
    padding-top: 10px;
    max-height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "游明朝体";
    line-height: 24px;
    font-size: 16px;
  }
  body article.archive section.archive ul li a span.title span {
    display: inline;
    font-size: 14px;
  }
  body article.news_detail section.archive {
    background: #f3f5f5;
  }
  body article.news_detail section.archive header {
    margin-top: 80px;
    text-align: center;
  }
  body article.news_detail section.archive header p.date {
    font-family: "游明朝体";
    font-size: 14px;
  }
  body article.news_detail section.archive header h2 {
    margin: 20px 0 60px 0;
    line-height: 40px;
    font-size: 36px;
    padding: 0 20px;
  }
  body article.news_detail section.archive .frame {
    padding: 0 20px;
  }
  body article.news_detail section.archive .frame p.image {
    margin-bottom: 35px;
  }
  body article.news_detail section.archive .frame p.image img {
    width: 100%;
    height: auto;
  }
  body article.news_detail section.archive .frame dl {
    margin-bottom: 50px;
  }
  body article.news_detail section.archive .frame dl dt {
    margin-bottom: 16px;
    font-family: "Open Sans";
    font-size: 19px;
  }
  body article.news_detail section.archive .frame dl dd {
    line-height: 22px;
    font-size: 13px;
  }
  body article.news_detail section.archive .frame ul.link {
    margin-bottom: 50px;
  }
  body article.news_detail section.archive .frame .related_contents h3 {
    font-family: "游明朝体";
    font-size: 24px;
    text-align: center;
  }
  body article.news_detail section.archive .frame .related_contents dl {
    margin: 20px 0 40px 0;
    text-align: left;
  }
  body article.news_detail section.archive .frame .related_contents dl dt,
  body article.news_detail section.archive .frame .related_contents dl dd,
  body article.news_detail section.archive .frame .related_contents dl li {
    line-height: 32px;
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 14px;
  }
  body article.news_detail section.archive .frame .related_contents dl dt {
    width: 80px;
    float: left;
  }
  body article.news_detail section.archive .frame .related_contents dl dd {
    margin-left: 80px;
  }
  body article.news_detail section.archive .frame .related_contents dl dd ul li {
    padding: 0 20px 0 0;
  }
  body article.news_detail section.photo {
    background: #ffffff;
  }
  body article.news_detail section.photo h2 {
    font-size: 24px;
  }
}
.frame2 {
  padding: 0 60px;
}
body article.news_detail section.archive .frame2 dl dt {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 19px;
}
body article.news_detail section.archive .frame2 dl dt {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 19px;
}
body article.news_detail section.archive .frame2 dl dd {
  line-height: 30px;
  font-size: 14px;
}
body article.news_detail section.archive .frame2 dl {
  margin-bottom: 70px;
}
.related_inner {
  width: 100% !important;
}
.related_contents_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.related_contents dt {
  font-family: "Crimson Text";
  font-style: italic;
  font-size: 22px;
  margin-top: 15px;
}
.related_contents dd {
  line-height: 32px;
  font-family: "Crimson Text";
  font-style: italic;
  font-size: 18px;
}
.related_contents_list li {
  letter-spacing: normal;
  width: 22.2%;
  margin: 0 15px;
  margin-bottom: 40px;
  padding: 0 !important;
}
.related_contents_list li img {
  margin-bottom: 5px;
}
body article.archive section.archive ul li a span.head{
  display: flex;
	align-items: center;
}
body article.archive section.archive ul li a span.head .category{
	text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
  .related_contents_list li {
    width: 45.4% !important;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .related_contents_list li {
    width: 45.4% !important;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .related_contents_list li a div {
    background-size: contain !important;
  }
  .frame2 {
    padding: 0 20px;
  }
  body article.news_detail section.archive .frame2 dl dd {
    line-height: 2;
  }
}
