@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
/* メインイメージ */
.contentpage .m_img_area::before {
    background-image: url(../images/access/m_img@2x.jpg);
}




/*共通
--------------------------------------------------------------------*/
.no_page {
	margin-bottom: 100px;
}

article {
	padding: 80px 6% 40px;
	border-top: solid 1px rgba(204,204,204,0.5);
}
article img {
	max-width: 100%;
	height: auto;
}
article p {
	margin-top: 1.5em;
}
article p:first-child {
	margin-top: 0;
}

/* タイトル */
article .entry-inf {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article .entry-inf::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #f0a791;
}
article .entry-date {
	color: #ff968a;
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
article .entry-title {
	font-size: 170%;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.6em;
}
article .entry-title a {
	transition: all .5s;
}
article .entry-title a:hover {
	opacity: 0.6;
}

/* 記事内リンク */
.txt_summary a,
.entry-content a {
	color: #ff968a;
	font-weight: bold;
	text-decoration: underline;
	transition: all .5s;
}
.txt_summary a:hover,
.entry-content a:hover {
	opacity: 0.6;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
article {
	padding: 6% 3% 4%;
}
article p {
	margin-top: 1.0em;
}

/* タイトル */
article .entry-inf {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
article .entry-inf::before {
	height: 3px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.no_page {
	margin-bottom: 14%;
}
	
article {
	padding: 8% 3% 6%;
}
article p {
	margin-top: .8em;
}

/* タイトル */
article .entry-inf {
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
}
article .entry-inf::before {
	height: 2px;
}
article .entry-date {
	font-size: 110%;
	margin-bottom: .4em;
}
article .entry-title {
	font-size: 140%;
}
}



