@charset "UTF-8";

/************************************************************
LIST
************************************************************/

.news .news_ttl {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-right: 3.2%;
  width: 14%;
  vertical-align: top;
}

.news .products-sec__title {
  background-color: #006948;
  padding: 8px 16px;
  text-align: center;
  margin-top: 20px;
}

.news .products-sec__title span {
  display: block;
  background-color: #fff;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  padding: 17px 32px;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.news .battery-article__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #999;
  position: relative;
  padding-left: 28px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.news .battery-article__ttl span {
  font-weight: 600;
}

.news .battery-article__ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  background-image: url(../images/template/bg-battery-content-subtitle.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

.news .news_ttl img {
  max-width: 100%;
  height: auto;
}

.news .tx_std {
  font-size: 2.2rem;
}

.news .tx_std a {
  color: #000;
  font-weight: bold;
}
.news .tx_std a:hover{
  opacity: .8;
}

.news .tx_std a .fa {
  color: #000;
}
.news .tx_std.news_body a{
  color: #00aca0;
  font-weight: normal;
}
.news .tx_std.news_body a:hover{
  color: #000;
  opacity: .8;
}
.news_contents{
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 82.8%;
  vertical-align: top;
}

.news .news_list {
  list-style: none;
}

.news_item {
  padding: 16px 0;
  border-top: 1px solid #B8B9BA;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.news_item:last-child {
  border-bottom: 1px solid #B8B9BA;
}

.news_item .date {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 72px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: top;
}

.news_item .new_wrap {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 60px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}

 .news_item .new_wrap .new {
	display: none;
}

 .news_item .new_wrap .new_mark {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ff0000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.news_item .title {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 1.4;
  vertical-align: top;
}
.news_item .title a{
  color: #00aca0;
  cursor: pointer;
}
.news_item .title a:hover{
  color: #000;
}

.news_contents .btn_wrap {
  padding: 20px 0;
  border-top: 1px dotted #808080;
  text-align: center;
}

/* ---------------SP */

@media screen and (max-width: 869px) {
  .news .tx_std {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {

  .news .tx_std {
    font-size: 1.6rem;
  }

  .news_item .new_wrap {
    display: none;
  }

  .news_item,
  .news_item .date {
    display: block;
  }

  .news_item .date {
    margin-bottom: 4px;
  }

  .news .products-sec__title span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {

.news .news_ttl {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.news_contents{
  display: block;
  width: 100%;
}

}

@media screen and (max-width: 480px) {

  .news .battery-article__ttl {
    font-size: 1.6rem;
  }

  .news .products-sec__title span {
    font-size: 1.8rem;
    padding: 16px 20px;
  }
}

/************************************************************
DETAIL
************************************************************/

.news_body {
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px solid #B8B9BA;
}

.news_body p {
 margin-bottom: 1em;
 word-break: break-all;
}

.news_body p em {
  font-style: italic;
}

.news_body p a {
  color: #e47e24;
}

.news_body p a span {
  color: #e47e24;
}

.news-wrap {
  margin: 30px auto;
}
.bold {
  font-weight: bold;
}

.ttl {
  border-bottom: 1px solid #999;
  display: block;
}
.small {
  font-size: 16px;
}

.news-img-flex4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  align-content: flex-end;
}
.news-img-flex4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.news-img-flex4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.news-img-flex4 > div{
		width: 50%;
	}
}

/* add-Twitter-CP */

.cp-box-wrap {
  margin: 10px auto 35px;
  padding: 30px 15px 10px;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
}