@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */

/*	管理パーツなど	*/
.entry-footer {
	max-width: 760px;
	margin: 0 auto 20px auto;
	padding: 10px;
}



/*	news	*/
body {

}

.unit_wrapper_news {
	background: #fff url(../../images/bg_news_topics.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}

.unit_wrapper_news .entry {
	width: 100vw;
	margin-top: 60px;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.unit_wrapper_news .entry .page-header,
.unit_wrapper_news .entry .entry-column,
.unit_wrapper_news .entry .acms-box-medium {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

.unit_wrapper_news .entry-title {
	background: none;
	border: 1px solid #014c91;
	outline: solid 3px #014c91;
	outline-offset: 3px;
	padding: 10px;
	text-align: center;
	color: #014c91;
	letter-spacing: 0.3em;
    font-size: 30px;
/*     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-weight: normal;
}

.unit_wrapper_news .entry-title a {
	color: #014c91 !important;
}


.unit_wrapper_news .index {
    width: 100%;
    max-width: 760px;
    margin: 50px auto;
    padding: 5%;
    background: url(../../images/newslist_bg.png) repeat;
    border-radius: 10px;
}

.unit_wrapper_news .index .acms-list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #333;
}

.unit_wrapper_news .index .acms-list-group-item {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

.unit_wrapper_news .index .acms-list-group-item time {
    display: inline-block;
    margin-left: 15%;
    padding-right: 3%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
    padding-left: 30px;
    background: url(../../images/link_8.png) no-repeat left center;
    vertical-align: top;
}

.unit_wrapper_news .index .acms-list-group-item a {
	display: inline-block;
    width: 60%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
}



/*	エントリー	*/
.unit_wrapper_news_entryunit {
	background: #fff;	
}

.unit_wrapper_news_entryunit .entryInfo {
	margin: 0;
}

.unit_wrapper_news_entryunit .entryInfo time {
	font-size: 16px;
	margin-bottom: 3%;
	border-bottom: 1px dotted #000;
	color: #014c92;
/* 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.unit_wrapper_news_entryunit h1.entry-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 30px;
	border: none;
	outline: none;
	border-bottom: 1px dotted #000;
	color: #014c92;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
}




@media screen and (max-width: 767px) {

	.unit_wrapper_news .index {
	    width: calc(100vw - 40px);
	    max-width: inherit;
	    margin: 0;
	    padding: 30px 20px;
	    background: url(../../images/newslist_bg.png) repeat;
	    border-radius: 0;
	}

	.unit_wrapper_news .index .acms-list-group-item {
		display: block;
		padding: 20px 10px;
		text-decoration: none;
		color: #333;
		border-bottom: 1px dotted #333;
	}

	.unit_wrapper_news .index .acms-list-group-item time {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    padding-right: 3%;
	    letter-spacing: 0.1em;
	    line-height: 1.6;
	    color: #000;
	    padding-left: 20px;
	    background: url(../../images/link_8.png) no-repeat left center;
	    vertical-align: top;
	}
	
	.unit_wrapper_news .index .acms-list-group-item a {
		display: block;
	    width: 100%;
	    letter-spacing: 0.1em;
	    line-height: 1.6;
	    color: #000;
	    margin: 0;
	    padding-left: 20px;
	}

	/*	entry	*/
	.unit_wrapper_news .entry {
		width: calc(100vw - 40px);
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
/* 		overflow: hidden; */
	}

	.unit_wrapper_news_entryunit .entryInfo time {
	    font-size: 14px;
	    margin-bottom: 3%;
	    border-bottom: 1px dotted #000;
	    color: #014c92;
/* 	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	}

	.unit_wrapper_news_entryunit h1.entry-title {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 30px;
		border: none;
		outline: none;
		border-bottom: 1px dotted #000;
		color: #014c92;
		text-align: left;
		letter-spacing: 0;
		font-weight: normal;
	}

}

@media screen and (min-width: 768px) {
	
}