/*-------------------------
  News記事（PC）
-------------------------*/
.mainview {
  width: 100%;
  height: 200px;
  margin-top: 80px;
  background-image: url(../../assets/img/news-back.jpg);
  background-size: cover;
  background-position: center;
}

.mainview-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.mainview-title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.484;
}

.mainview-title-ja {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.458;
  text-indent: 1em;
  position: relative;
}

.mainview-title-ja::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translate(0, -50%);
}

.article {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-to-list {
  margin-top: 32px;
  padding-bottom: 16px;
  text-align: right;
}

.btn-to-list-a {
  color: #000!important;
  font-size: 16px!important;
  font-weight: 900!important;
  display: inline-block!important;
}

.btn-to-list-a .fa-arrow-right {
  margin-left: 0.25em;
}

.btn-to-list-a:hover {
  color: #757575!important;
}

/* 記事のCSS */
.article-contents {
  font-size: 16px;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 175%;
  word-break: break-all;
}

.article-tag-wrap {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.article-tag {
  margin-right: 16px;
  min-width: 150px;
  background-color: #000;
  padding: 4px 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.article-date {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.article-contents h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 24px;
}

.article-contents h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 8px 0 8px 16px;
  position: relative;
}

.article-contents h2::before {
  content: '';
  width: 8px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.article-contents h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
}

.article-contents h3::before {
  content: '';
  width: 8px;
  height: 30px;
  background-color: #808080;
  position: absolute;
  top: 0;
  left: 0;
}

.article-contents h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 4px;
  color: #808080;
  border-bottom: 1px solid #808080;
}

.article-contents hr {
  padding: 0;
  border: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #808080 0, #808080 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

.article-contents p {
  margin-bottom: 1em;
}

.article-contents a {
  display: inline;
  color: #000;
  font-weight: 900;
  transition: all 0.5s;
}

.article-contents a:hover {
  color: #757575;
}

.article-contents img {
  max-width: 100%;
  width: 840px;
  border-radius: 8px;
  display: block;
  margin: 24px auto;
  object-fit: contain;
}

.article-contents small {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}

.article-contents strong,
.article-contents b {
  font-size: 16px;
  font-weight: 900;
  line-height: 175%;
  background:linear-gradient(transparent 70%, rgba(255, 128, 0, 0.3) 30%);
}

.article-contents blockquote {
  border: 2px solid #000;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.10);
  padding: 32px;
  margin-top: 48px;
  margin-bottom: 24px;
  position: relative;
}

.article-contents blockquote::before {
  content: '';
  width: 75px;
  height: 50px;
  background-image: url(../../assets/img/QuotationMark.svg);
  position: absolute;
  top: -32px;
  left: 32px;
}

.article-contents ul, 
.article-contents ol {
  margin: 40px 0 40px 16px;
}

.article-contents ul > li,
.article-contents ol > li {
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

.article-contents ul > li > ul,
.article-contents ol > li > ol {
  margin: 8px 0 0 16px;
}

.article-contents ul > li:before {
  content: "";
  width: 9px;
  height: 10px;
  background-image: url(../../assets/img/li-1.svg);
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
}

.article-contents ul > li > ul > li:before {
  content: "";
  width: 9px;
  height: 10px;
  background-image: url(../../assets/img/li-2.svg);
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 0;
}

.article-contents ol{
  counter-reset: item;
}

.article-contents ol > li{
  counter-increment: item;
}

.article-contents ol > li:not(ol > li > ol > li):before {
  position: absolute;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  content: counter(item) "";
  left: -5px;
  top: 4px;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 6px;
  background: #000;
  padding: 5px;
}

.article-contents ol > li > ol {
  counter-reset: item2;
}

.article-contents ol > li > ol > li{
  counter-increment: item2;
  position: relative;
}

.article-contents ol > li > ol > li:before {
  position: absolute;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  content: counter(item2, lower-alpha) ".";
  left: 0;
  top: 4px;
  color: #000;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 1;
}

.article-contents table {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  border-bottom: 4px solid #000;
  table-layout: fixed;
  width: 100%;
}

.article-contents thead {
  background-color: #F4FBF8;
}

.article-contents tbody {
  border-top: 4px solid #000;
}

.article-contents th {
  text-align: center;
}

.article-contents tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}

.article-contents th, td {
  padding: 8px 16px;
  vertical-align: middle;
}

/*-------------------------
  News記事（SP）
-------------------------*/
@media screen and (max-width: 768px){
  .mainview {
    width: 100%;
    height: 160px;
    margin-top: 60px;
  }
  .article-contents blockquote::before {
  display: none;
}
.article-contents blockquote {
  padding: 20px 15px;
  margin-top: 24px;
}
.article-contents ul, .article-contents ol {
  margin: 20px 0;
}
}