@charset "utf-8";
/* ------- NEWS ------------------------------------------------------------------------ */
.news-wrap{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-contents{
  background-color: #FFF;
}

.btn-wrap a{
  background-color: #FFF;
  font-weight: 700;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.btn-wrap a:before{
  background: url("../../common/img/ic_arrow_news.svg") no-repeat;
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (min-width:781px) {
  .news-wrap{
    background-image: url("../img/bg_main.png");
    padding: 90px 0 80px;
  }
  .news-contents{
    margin: 0 auto;
    padding: 80px 75px 125px;
    width: 90%;
    max-width: 904px;
  }
  
  
  .btn-wrap{
    margin-top: 70px;
  }
  .btn-wrap a{
    padding: 20px;
    width: 17.569%;
    transition: .3s;
  }
  .btn-wrap a:hover{
    opacity: .7;
  }
  .btn-wrap a:before{
    height: 13px;
    width: 80px;
    right: 30px;
    top: 45%;
    transform: translate(100%,-50%);
  }
}
@media screen and (max-width: 780px) {
  .news-wrap{
    background-image: url("../img/bg_main_sp.png");
    padding: 45px 20px 70px;
  }
  .news-contents{
    padding: 50px 40px 70px;
  }
  
  
  .btn-wrap{
    margin-top: 50px;
  }
  .btn-wrap a{
    font-size: 1.3rem;
    padding: 15px;
    width: 52.7%;
  }
  .btn-wrap a:before{
    background-size: 56px auto;
    height: 9px;
    width: 56px;
    right: 20px;
    top: 45%;
    transform: translate(100%,-50%);
  }
}

/* ------- NEWS TITLE ---------------------------------------------- */
.news-contents-head{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-contents-head .sub{
  border-bottom: 1px solid #707070;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px 10px;
}
.news-contents-head .main{
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media print, screen and (min-width:781px) {
  .news-contents-head .sub{
    font-size: 2.0rem;
  }
  .news-contents-head .main{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .news-contents-head .sub{
    font-size: 2.0rem;
  }
  .news-contents-head .main{
    font-size: 1.5rem;
  }
}

/* ------- NEWS LIST ---------------------------------------------- */
.news-list > div > dt{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 2.5;
}
.news-list > div > dd a{
  font-weight: 700;
  text-decoration: underline;
}


@media print, screen and (min-width:781px) {
  .news-list{
    margin-top: 90px;
  }
  .news-list > div{
    display: flex;
    margin-top: 25px;
  }
  .news-list > div > dt{
    font-size: 1.6rem;
    width: 110px;
  }
  .news-list > div > dd{
    font-size: 2.0rem;
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 780px) {
  .news-list{
    margin: 55px 40px 0;
  }
  .news-list > div{
    margin-top: 40px;
  }
  .news-list > div > dt{
    font-size: 1.0rem;
  }
  .news-list > div > dd{
    font-size: 1.2rem;
  }
}


/* ------- NEWS DETAIL ---------------------------------------------- */

.news-detail-contents-head .date{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.news-detail-contents-head .heading{
  font-weight: 700;
}
@media print, screen and (min-width:781px) {
  .news-detail-contents-wrap{
    margin-top: 95px;
  }
  .news-detail-contents-head .date{
    font-size: 1.6rem;
  }
  .news-detail-contents-head .heading{
    font-size: 2.0rem;
  }
  .news-detail-contents{
    margin-top: 35px;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-contents-wrap{
    margin-top: 95px;
  }
  .news-detail-contents-head .date{
    font-size: 1.0rem;
  }
  .news-detail-contents-head .heading{
    font-size: 1.6rem;
  }
  .news-detail-contents{
    font-size: 1.3rem;
    margin-top: 20px;
  }
}


/* ------- NEWS DETAIL CONTENTS ---------------------------------------------- */
.news-detail-contents > *:first-child{
  margin-top: 0 !important;
}
.news-detail-contents a{
  color: #006FBC;
  text-decoration: underline;
}
.news-detail-contents p{
  margin-top: 30px;
}
.news-detail-contents ul{
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 30px;
}
.news-detail-contents ul > li{
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.news-detail-contents h2{
  font-weight: 700;
  font-size: 2.0rem;
  margin-top: 60px;
}
.news-detail-contents h3{
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 60px;
}
.news-detail-contents h4{
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 30px;
}
.news-detail-contents h5{
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 15px;
}
.news-detail-contents h2 + *,
.news-detail-contents h3 + *,
.news-detail-contents h4 + *,
.news-detail-contents h5 + *{
  margin-top: 15px;
}











/* ------- RECOMMEND ---------------------------------------------- */
#recommended-contents-sec{
  background-color: #F4F7F8;
}
#recommended-contents-sec .ttl{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.interview-item p{
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.interview-item .image{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.interview-item dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.interview-item dt{
  background-color: #FFF;
  font-weight: 700;
  padding: 0 10px;
}
.interview-item dd{
  font-weight: 700;
  text-align: center;
  line-height: 1.63;
}
.interview-item dd span{
  background-color: #FFF;
  padding: 0 10px;
}
@media print, screen and (min-width:781px) {
  #recommended-contents-sec{
    padding: 60px 0 90px;
  }
  #recommended-contents-sec .ttl {
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
  }
  #recommended-contents-sec .ttl > span{
    background-color: #FFF;
    padding: 10px 30px;
  }
  .interview-list{
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
  .interview-item{
    margin-left: 17px;
    margin-right: 17px;
    width: 240px;
  }
  .interview-item a{
    display: block;
    transition: .3s;
  }
  .interview-item a:hover{
    opacity: .6;
  }
  .interview-item p{
    font-size: 1.4rem;
  }
  .interview-item dl{
    margin-top: -10px;
  }
  .interview-item dt{
    font-size: 1.2rem;
    text-align: center;
  }
  .interview-item dd{
    font-size: 2.2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  #recommended-contents-sec{
    padding: 60px 0 90px;
  }
  #recommended-contents-sec .ttl{
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
  }
  #recommended-contents-sec .ttl > span{
    background-color: #FFF;
    padding: 10px 20px;
  }
  .interview-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .interview-item{
    margin-top: 75px;
    width:45.584%; 
  }
  .interview-item a{
    display: block;
  }
  .interview-item p{
    font-size: 1.1rem;
  }
  .interview-item dl{
    margin-top: -10px;
  }
  .interview-item dt{
    font-size: 1.0rem;
    text-align: center;
  }
  .interview-item dd{
    font-size: 1.85rem;
    margin-top: 5px;
  }
}