.flexBox{
	display: flex;
}
.sb{
	justify-content: space-between;
}
.f12{
	font-size: 12px;
}
.mT10{
	margin-top: 10px;
}


.wrap-main > .title {
    background-image: url(/product/zexeed/images/back_others.jpg);
}



#lowerContent{
	margin-bottom: 5em;
}
#lowerContent p,
#lowerContent div{
	line-height: 1.8em;
}
#lowerContent .nowrap {
    white-space: nowrap;
}
.afe {
    align-items: flex-end;
}


#standard{
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto 0;
}

.sSP{
    display: none;
}





#zexeed_top_news {
	margin: 3em auto 0;
  color: black;
  background-color: white;
  width: 100%;
	padding: 0;
}

#zexeed_top_newsIn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (min-width: 414px) {
  .news {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .news {
    /*padding: 0 14%; */
  }
}



.news .body{

}
.news .body .item:nth-of-type(n+2){
	margin-top: 2em;
}
.news .body .item .itemiIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: flex-start;
}
.news .body .item .date {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #00569b;
	margin-top: 0.2em;
}
.news .body .item .itemiIn .tag{
	background-color: #00569b;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	min-width: 6em;
	font-size: 12px;
	margin-right: 1em;
}
.news .body .item .text {
  font-size: 14px;
   /*width: calc(100vw - 225px);*/
  text-overflow: ellipsis;
  overflow: hidden;
}



@media screen and (min-width: 897px) {
  .news .body .item .text {
    /* width: calc(72vw - 205px);*/
  }
}
.news .body .item .text .link:hover {
  color: #00569b;
}






/* 詳細 */
#NewsTitleArea .text{
	width: 100%;
	margin-top: 0.5em;
	font-size: 24px;
	line-height: 1.5em;
}
#NewsTitleArea .news .body .item .itemiIn{
	flex-wrap: wrap;
}


#NewsDetailArea{
	margin-top: 3em;
}
#NewsDetailArea p{
	line-height: 2em;
	margin-bottom: 1.5em;
	font-size: 14px;
}
#NewsDetailArea p a,
#NewsDetailArea div a{
	color: #00569b;
	text-decoration: underline;
}
#NewsDetailArea p a:hover,
#NewsDetailArea div a:hover{
	text-decoration: none;
}
#NewsDetailArea .img80p{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#NewsDetailArea h2{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.5em;
	padding-left: 1em;
	margin: 2.5em 0 1em;
	color: #00569B;
}
#NewsDetailArea h2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 50px;
	background: #00569B;
}
#NewsDetailArea h2:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #D1D6DB;
}
#NewsDetailArea .DetailAreaHalf{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
#NewsDetailArea .DetailAreaHalf > div{
	width: 48%;
	line-height: 2em;
	font-size: 14px;
}
#NewsDetailArea h3{
	color: #04355E;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
	margin: 2.5em 0 1em;
}
#NewsDetailArea .detailLink{
	display: block;
	color: #00569b;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.7em;
}
#NewsDetailArea .detailLink:hover{
	text-decoration: none;
}
#NewsDetailArea .detailLink:before,
#NewsDetailArea .detailLink:after{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#NewsDetailArea .detailLink:before{
    left: 2px;
    width: 12px;
    height: 3px;
    background: #00569b;
	top: 10px;
}
#NewsDetailArea .detailLink:after{
    left: 6px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #00569b;
    border-right: 3px solid #00569b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 6.5px;
}

#NewsDetailArea ul{
	margin-bottom: 1em;
}
#NewsDetailArea ul li{
	list-style: disc;
	font-size: 14px;
	margin-left: 1.5em;
}


#NewsDetailAction{
	margin: 5em auto 0;
	text-align: center;
}




@media screen and (max-width: 896px) {
	#standard{
		padding: 0 20px;
	}
	
	#zexeed_top_newsIn{
		display: block;
		width: 100%;
	}
	#zexeed_top_news{
		height: auto;
		margin: 2em auto 0;
	}

	.news .body{
		width: auto;
	}
	

	.news .body .item .itemiIn{
		flex-wrap: wrap;
	}
	.news .body .item .text{
		width: 100%;
		margin-top: 0.7em;
	}
	
	
	
	/* 詳細 */
	
	#NewsTitleArea .text {
	    font-size: 20px;
	}
	
	
	#NewsDetailArea {
		margin-top: 2em;
	}
	#NewsDetailArea .img80p,
	#NewsDetailArea .DetailAreaHalf > div{
		width: auto;
	}

	#NewsDetailArea .DetailAreaHalf{
		display: block;
	}
	#NewsDetailArea .DetailAreaHalf > div:nth-of-type(n+2){
		margin-top: 1em;
	}
	
	#NewsDetailArea h2{
		font-size: 20px;
	}
	#NewsDetailArea h2:before{
   		height: 32px;
	}
	#NewsDetailArea h3{
		font-size: 17px;
	}
}
