.item-news {
  color: #1c3c8e !important;
}

.item-news:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

/*====================================
MV mvsub
=====================================*/
.mvsub {
  padding: 95px 0;
  background: url(../../news/img/bg-mvsub_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.mvsub h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.mvsub-txt {
  position: absolute;
  width: 753px;
  max-width: 68%;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

/*====================================
news
=====================================*/
.news {
  padding-bottom: 0;
}

.news_box01-accordion {
  padding: 30px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

/* .news_box01-accordion.box06 {
  margin-bottom: 0;
} */

/*
.news_box01-accordion.box07 {
  margin-bottom: 0;
}
*/

.news_box01-accordion.box08 {
  margin-bottom: 0;
}

.news_box01-accordion:hover {
  opacity: 0.7;
}

.news_box01-accordion-title h3 {
  font-size: 2.4rem;
  line-height: calc(36/24);
  color: #333333;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.news_box01-accordion-title h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../news/img/icn_01.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.news_box01-accordion.current {
  opacity: 1;
}

.news_box01-accordion.current .news_box01-accordion-title h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../news/img/icn_02.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.news_box01-accordion.current .news_box01-accordion-content {
  display: block;
}

.news_box01-accordion-content {
  display: none;
  width: 100% !important;
}

.news_box01-accordion-content ul {
  margin-top: 20px;
}

.news_box01-accordion-content ul li {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 20px;
}

.news_box01-accordion-content ul li:last-child {
  margin-bottom: 0;
}

.news_box01-accordion-content ul li a {
  display: block;
}

.news_box01-accordion-content ul li a:hover {
  text-decoration: underline;
}

.news_box01-accordion-content ul li a:hover .txt01 {
  text-decoration: none;
}

.news_box01-accordion-content ul li .txt01 {
  color: #1c3c8e;
  width: 130px; /*--10/29--*/
  font-weight: bold;
  float: left;
}

.news_box01-accordion-content ul li .two-file {
  height: 22px;
}

.news_box01-accordion-content ul li .txt02 {
  display: table;
  position: relative;
}

.news_box01-accordion-content ul li .txt02:after {
  content: '';
  width: 16px;
  height: 20px;
  background: url(../../news/img/icn-pdf.png);
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 5px;
}

.news_box01-accordion-content ul li .txt02.txt02-no:after {
  display: none;
}

.news_more a:after {
  background: url(../../news/img/icn_link.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  content: '';
  right: 0;
  top: 2px;
  position: absolute;
}

.news_left ul li {
  padding: 20px 0;
}

.news h2.ttl {
  color: #333333;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  /*====================================
	MV Sub
	=====================================*/
  .mvsub {
    padding: 50px 0;
    background: url(../../news/img/bg-mvsub_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
  }
  .mvsub h1 {
    font-size: 1.8rem;
  }
  .mvsub-txt {
    position: absolute;
    width: 263px;
    max-width: 82%;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  /*====================================
	news
	=====================================*/
  .news {
    padding-bottom: 0;
  }
  .news_box01-accordion {
    padding: 20px;
    margin-bottom: 10px;
  }
  .news_box01-accordion-title h3 {
    font-size: 1.8rem;
  }
  .news_box01-accordion-title h3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../news/img/icn_01.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background-size: 100% 100%;
  }
  .news_box01-accordion.current .news_box01-accordion-title h3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../news/img/icn_02.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
  }
  .news_box01-accordion-content ul {
    margin-top: 10px;
  }
  .news_box01-accordion-content ul li {
    font-size: 1.2rem;
    line-height: 1.54545455;
    margin-bottom: 15px;
  }
  .news_box01-accordion-content ul li .txt01 {
    float: none;
    font-size: 10px;
    line-height: 1.7;
  }
  .news_box01-accordion-content ul li .txt02 {
    font-size: 1.2rem;
    line-height: 1.54545455;
  }
  .news_box01-accordion-content ul li .txt02:after {
    content: '';
    width: 16px;
    height: 20px;
    background: url(../../news/img/icn-pdf.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
  }
  .news_more a:after {
    background: url(../../news/img/icn_link.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    content: '';
    right: 0;
    top: 2px;
    position: absolute;
  }
  .news_left ul li {
    padding: 0;
  }
  .news h2.ttl {
    font-size: 2.3rem;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
