
.title--news{
    font-size: 2.125rem;
    border-bottom: 1px solid #666666;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 6px;
  }
  .newsbox{
    margin-top: 20px;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .newsitem{
    display: flex;
    flex-direction: row;
	width: 100%;
  }
  .newsitem + .newsitem{
    margin-top: 36px;
  }
  .newsitem > dt{
    width: 15%;
    flex-shrink: 0;
    font-weight: bold;
  }
.newsitem .category{
	width: 10%;
  }
.newsitem .news_txt{
	width: 75%;
  }
@media (max-width: 950px) {
.newsitem dt{
    width: 20%;
}
.newsitem .category{
	width: 15%;
  }
.newsitem .news_txt{
	width: 65%;
  }
}
@media (max-width: 767px) {
.newsitem dt{
    width: 100%;
}
.newsitem .category{
	width: 100%;
  }
.newsitem .news_txt{
	width: 100%;
  }
}


.newsitem > dd{
    flex-grow: 1;
  }
  .newsitem > dd > p{
    padding-left: 32px;
    line-height: 1.571428571;
    font-size: 0.875rem;
    position: relative;
  }
  .newsitem > dd > p + p{
    margin-top: 10px;
  }
  .newsitem__new::before{
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    background-image: url(/category/saving_and_new/saving/assets/img/top/new_01.jpg);
    width: 28px;
    height: 12px;
  }
  .newsitem > dd > p > a{
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .newsitem > .news_txt > p > a::before{
    display: none;
  }
   .newsitem > dd > p > a::before{
    content: "■";
    color: #5d8024;
    position: absolute;
    top: 0;
    left: 6px;
  }
  .newsitem > dd > .newsitem__meti > a::before{
    content: "";
    width: 12px;
    height: 22px;
    background-image: url(/common/img/sp/icon_meti.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .newsitem > dd > .newsitem__out > a::before{
    content: "";
    width: 12px;
    height: 22px;
	background-image: url("../img/common/icon_link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.newsitem > .news_txt{
    flex-grow: 1;
  }
  .newsitem > .news_txt > p{
    padding-left: 32px;
    line-height: 1.571428571;
    font-size: 0.875rem;
    position: relative;
  }
  .newsitem > .news_txt > p + p{
    margin-top: 10px;
  }
  .newsitem__new::before{
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    background-image: url(/category/saving_and_new/saving/assets/img/top/new_01.jpg);
    width: 28px;
    height: 12px;
  }
  .newsitem > .news_txt > p > a{
    display: block;
    position: relative;
    padding-left: 10px;
  }
  .newsitem > .news_txt > .newsitem__meti > a::before{
    content: "";
    width: 12px;
    height: 22px;
    background-image: url(/common/img/sp/icon_meti.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .newsitem > .news_txt > .newsitem__out > a::before{
    content: "";
    width: 12px;
    height: 22px;
	background-image: url("../img/common/icon_link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  @media (max-width: 767px) {
  .newsbox{
    margin-top: 20px;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .newsitem{
    flex-direction: column;
  }
  }
/*category_page*/
/* 4column */
.cate_4column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cate_4column li {
  width: calc((100% - 45px) / 4);
  display: block;
  /*position: relative;*/
  margin: 0 0 15px 0; 
}
.cate_4column a {
  display: block;
  overflow: hidden;
}
.cate_4column .bnr_ph_inner img {
  max-width: 100%!important;
  width: 100%;
}
.cate_4column .txt {
  padding: 0 15px;
  font-size: 0.85rem;
}
.cate_4column .txt p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.cate_4column a,
.cate_4column a:link {
  text-decoration: none;
}
.cate_4column .bg_grn {
  background-color: #528200;
}
.cate_4column .bg_blue {
  background-color: #007cad;
}
.cate_4column .bg_org {
  background-color: #c15000;
}
.cate_4column .bg_bluegrn {
	background: linear-gradient(to right, #007cad 0%, #007cad 50%, #528200 50%, #528200 100%);
}
@media all and (max-width: 767px) {
.cate_4column li {
  width: calc((100% - 26px) / 2);
}
}
@media all and (max-width: 400px) {
.cate_4column li {
  width: 100%;
}
}
@media all and (min-width: 768px) {
 .cate_4column a:hover {
    opacity: .8;
  }
}
.cate_4column .bnr_ph_inner {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cate_4column .banner-square__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}
.cate_4column .banner-square__ttl_bg_blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #007cad;
  padding: 10px 20px;
}
@media screen and (max-width: 980px) {
.cate_4column .banner-square__ttl {
  width: 99%;
  margin: 0 1%;
	}
.cate_4column .banner-square__ttl_bg_blue {
  width: 99%;
  margin: 0 1%;
	}
}
.cate_4column .banner-square__ttl span {
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: .9rem;
}
.cate_4column .banner-square__ttl_bg_blue span {
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: .9rem;
}
.cate_4column .banner-square__ttl .zebzeh_title div.zeb {
display: block;
width: 50%;
float: left;
text-align: center;
padding: 0 20px 0 0;
}
.cate_4column .banner-square__ttl .zebzeh_title div.zeh {
display: block;
padding: 0 0 0 20px;
text-align: center;
}
@media all and (max-width: 767px) {
  .cate_4column span {
    font-size: 0.8em;
  }
}
.cate_4column .banner-square__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  height: 13px;
  width: 8px;
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.cate_4column .banner-square__ttl_bg_blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  height: 13px;
  width: 8px;
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.news_sort_btn { 
  	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	border-bottom: thin dotted #000;
}
@media (max-width: 767px) {
.news_sort_btn { 
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space:nowrap;
	-webkit-overflow-scrolling: touch;
}
.news_sort_btn li { 
  	flex-shrink: 0;	
}
}
.news_sort_btn li { 
  	margin: 0 10px 10px 0;
	padding: 5px;
	cursor: pointer;
}

.bg_grn {
	background: #528200;
}
.bg_blue {
	background: #007cad;
}
.label_category.bg_blue {
	background: #007cad;
}
.bg_bluegrn {
	background: linear-gradient(to right, #007cad 0%, #007cad 50%, #528200 50%, #528200 100%);
}
.bg_org {
	background: #c15000;
}
.bg_gray {
	background: #606060;
}
.oly_sp{
	display: none;
	}

@media (max-width: 767px) {
.oly_sp{
	display: inherit;
	}
}
.label_category_blue {
	padding: 3px;
	font-size: .7rem;
	color: #fff;
	background: #007cad;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.label_category_grn {
	padding: 3px;
	font-size: .7rem;
	color: #fff;
	background: #528200;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.label_category_bluegrn {
	padding: 3px;
	font-size: .7rem;
	color: #fff;
	background: linear-gradient(to right, #007cad 0%, #007cad 50%, #528200 50%, #528200 100%);
	vertical-align: top;
	width: 100%;
	text-align: center;
	display: flex;
}
.label_category_bluegrn div {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cate_no {
	display: none;
	}
