@charset "UTF-8";
/*==================================================
News
==================================================*/
main{
  width: 100%;
  background: #FAFAFA;
  margin-top: 125px;
}

.news-sec{
  width: 100%;
}
.news-wrap{
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.news-tag{
  display: inline-block;
  text-align: left;
}
.news-tag span{
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #A6B4AD;
  border-radius: 3px;
  min-width: 100px;
  padding: 0 2rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-wrap h1{
  font-size: 2.8rem;
  margin-top: 2.2vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.news-wrap time{
  display: block;
  font-size: 1.6rem;
  margin-top: 1.5vw;
}
.news-content{
  margin-top: 1.5vw;
  padding-top: 3.66vw;
  border-top: 1px solid #CCCCCC;
}
.news-content p {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 3.2vw;
  margin: 3.2vw 0 0 0;
}
.news-content p:first-child{
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 0;
}
.p-rich_text_block .p-rich_text_section {
  font-size: 1.4rem;
  line-height: 2.2;
}
.p-rich_text_block .p-rich_text_section:not(:first-child) {
  margin-top: 3.2vw;
}
.news-content .main-img {
    width: 100%;
    margin-bottom: 5rem;
}
.news-content-btnwrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12rem;
}
.news-content-btnwrap .btn01{
  width: 15%;
}
.news-content-btnwrap .btn01.btn-prev{
  text-align: right;
}
.news-content-btnwrap .btn01.btn-prev a{
  padding-right: 0;
  padding-left: 4rem;
}
.news-content-btnwrap .btn01.btn-prev a:after{
  right: unset;
  left: 0.8rem;
  transform: translateY(-50%) rotate(180deg);
}



/*==================================================
SP
==================================================*/

@media screen and (max-width: 767px) {
  main{
    margin-top: 105px;
  }

  .news-sec{
    padding: 0;
  }
  .news-wrap{
    padding: 0 5vw;
  }
  .news-wrap h1{
    margin-top: 4.7vw;
  }
  .news-wrap time{
    margin-top: 4vw;
  }
  .news-content{
    margin-top: 6vw;
    padding-top: 10vw;
  }
  .news-content p{
    margin: 9.5vw 0 0 0;
  }
  .news-content-btnwrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7rem 0;
  }
    .news-content .main-img {
        margin-bottom: 3rem;
    }
  .news-content-btnwrap .btn01{
    width: 31%;
    min-width: unset;
  }
  .news-content-btnwrap .btn01.btn-prev{
    text-align: right;
  }
  .news-content-btnwrap .btn01.btn-prev a{
    padding-right: 0;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .news-content-btnwrap .btn01.btn-index a,
  .news-content-btnwrap .btn01.btn-next a{
    padding-right: 2rem;
    font-size: 1.4rem;
  }
  .news-content-btnwrap .btn01.btn-prev a:after{
    right: unset;
    left: 0.8rem;
    transform: translateY(-50%) rotate(180deg);
  }
}



.news-content h2, .news-content h3, .news-content h4, .news-content h5 {
  margin-top: 3rem;
  font-weight: 600;
  line-height: 2.2;
}
@media print, screen and (min-width: 1024px) {
  .news-content h2, .news-content h3, .news-content h4, .news-content h5 {
    margin-top: 45px
  }
}
.news-content h2 {
  font-size: 1.6rem;
  letter-spacing: 1.6px
}
@media print, screen and (min-width: 1024px) {
  .news-content h2 {
    font-size: 20px;
    letter-spacing: 2px
  }
}
.news-content h3 {
  font-size: 1.4rem;
  letter-spacing: 1.4px
}
@media print, screen and (min-width: 1024px) {
  .news-content h3 {
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.news-content p {
  margin-top: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.6px
}
@media print, screen and (min-width: 1024px) {
  .news-content p {
    margin-top: 20px;
    line-height: 2.29;
    letter-spacing: 1.4px
  }
}
.news-content img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  width: auto;
  margin-top: 1.5rem;
}
.news-content a {
  text-decoration: none;
  display: inline;
  line-height: 2.29;
  color: #A6B4AC;
  letter-spacing: 1.4px;
}
@media print, screen and (min-width: 1024px) {
  .news-content a {
  }
}
.news-content a:hover {
  text-decoration: underline
}
.news-content ul {
  margin-top: 1.5rem
}
@media print, screen and (min-width: 1024px) {
  .news-content ul {
    margin-top: 30px
  }
}
.news-content li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 2.2;
}
@media print, screen and (min-width: 1024px) {
  .news-content li {
  }
}
.news-content ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 12px;
  font-size: 2rem;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #A6B4AC
}
.news-content li + li {
  margin-top: 1.4rem
}
@media print, screen and (min-width: 1024px) {
  .news-content li + li {
    margin-top: 17px
  }
}
.news-content strong {
  font-weight: 600
}

.news-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.6px;
  line-height: 2.2;
}

.news-content table th,
.news-content table td {
  border: 1px solid #A6B4AC;
  padding: 1rem;
  text-align: left;
}

.news-content table th {
  background-color: #f0f0f0;
  font-weight: 600;
}


.news-content pre,
.news-content code {
  font-family: "Courier New", monospace;
  background-color: #f5f5f5;
  padding: 1.2rem;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 2.2;
  overflow-x: auto;
  display: block;
  margin-top: 2rem;
}


.news-content blockquote {
  border-left: 4px solid #A6B4AC;
  margin: 3rem 0;
  padding-left: 1.5rem;
  color: #555;
  font-style: italic;
  line-height: 2.2;
}


.news-content ol {
  margin-top: 1.5rem;
  padding-left: 2rem;
  counter-reset: list-counter;
}

.news-content ol li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1.4rem;
  list-style: none;
  counter-increment: list-counter;
}

.news-content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #A6B4AC;
  font-weight: 600;
  font-size: 1.4rem;
}
.news-content em {
  font-style: italic;
}

.news-sec {
  width: 100%;
  margin-top: 125px;
}
@media print, screen and (min-width: 1024px) {
.news-sec {
    margin-top: 105px;
  }