@charset "UTF-8";

#news .mainImg {
    background-color: #006f97;
    background-size: cover;
}

#news #main section h1 {
	color:#000;
	background:none;
	padding:0;
	font-size:32px;
	font-weight:normal;
	margin-bottom:30px;
    line-height: 1.6;
}
#news #main section h1 a {
	text-decoration:none;
}
#news #main section h1 a:hover {
	/*text-decoration:underline;*/
}

#page.en #main .midashiC {
  text-align: left;
}
#page #main .midashiC {
  font-weight: normal;
}

#news #main section .txt {
	margin-bottom:38px;
}
#news #main section .txt p {
	margin-bottom:20px;
}
#news #main section .sns {
	margin-bottom:16px;
}
#news #main section .status {
    background:#006f97;
	text-align:right;
	padding:10px 15px;
	font-size:12px;
	color:#fff;
}
#news #main section .status span {
}
#news #main section .status span:before {
	content:"|";
	padding-right:8px;
	margin-left:8px;
}

/*20171221追記*/
#news #main section .status span a:hover {
    opacity: 0.6;
}

#news #main section {
	margin-bottom:94px;
}

#news.news_single #main section {
	margin-bottom:0;
}
#news #main section img {
    margin-bottom: 20px;
}
#page #main .midashiC:before {
    height: 38px;
    top: initial;
}
#page #main .midashiC {
    font-size: 28px;
}
/*　IE9用 */
#page #main .midashiC:not(:target) {
  padding-top: 0\9;
}
/*　IE11用 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #page #main .midashiC { padding-top: 0 } /* IE11 */
}




#page #main .topics a {
    color: #fff;
}


@media screen and (max-width: 760px) {
    #news #main section {
        padding: 0 20px;
    }

#news #main section h1 {
	font-size:20px;
}
#news #main section img {
	max-width:100%;
	height:auto;
}
#news.news_single #main section {
	margin-bottom:40px;
}
#news #pager {
	margin-top:50px;
	margin-bottom:80px;
	position:relative;
}
#news #pager .home {
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
	margin:0;
	bottom:-40px;
	left:20px;
}
    #page #main .midashiC:before {
        top: 12px;
        height: 25px;
        
    }
    #page #main .midashiC {
        font-size: 22px;
    }
	
  #page .contentIn {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}