@charset "utf-8";
/* CSS Document */


#news #contents {
	padding: 60px 0 0;
}

@media screen and (max-width: 768px){
	
	#news #contents {
		padding: 20px 0 0;
		position: relative;
		z-index: 2;
	}
	
}


/* -----------------------------
	ページタイトル
-------------------------------- */

#news .catch{
}
#news .catch .title{
	background: none;
    padding-left: 0;
	color: #fff;
}
#news .catch .title .title_e{
	color: #fff;
}

#news .back_link {
	font-size: 1.6rem;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
	margin: 0 auto;
}

#news .back_link a::before {
	display: inline-block;
	color: #ea0113;
	margin: 0 10px 0 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
}

@media screen and (max-width: 768px){
	
	#news .catch .title{
		padding-top: 20px;
	}
	
}


/* -----------------------------
	ページ共通
-------------------------------- */
#news .page_title_area{
	margin: 0 0 40px 0;
}

#news .newspage_titlearea{
	padding: 0 0 50px 0;
}

#news .newspage_titlearea .title{
	position: relative;
    z-index: 1;
}

#news .contents_left{
	width: 780px;
}

@media screen and (max-width: 768px){
	
	#news .page_title_area{
		margin: 0 0 25px 0;
	}
	
	#news .newspage_titlearea{
		padding: 20px 20px 0 20px;
	}
	
	#news .contents_left{
		width: 100%;
	}
	
}



/* -----------------------------------------------------------
    news-area
-------------------------------------------------------------- */

.news_subtitle {
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}

.news-area .news-item a {
	border-bottom: 1px solid #c8c8c8;
	display: block;
	padding: 25px 0 12px 5px;
	color: #333;
}

@media screen and (min-width: 769px) {
	.news-area .news-item a:hover {
		background: #fcf6f6;
	}
}

.news-area .news-item .news-area-date {
	font-family: 'Lato';
	float: left;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.news-area .news-item .news-txtlink {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding:  0 30px 0 0;
	transition: .5s;
}

@media screen and (min-width: 769px) {
	.news-area .news-item a:hover .news-txtlink {
		color: #e37777;
	}
}

.news-area .news-item .news-txtlink::before {
	content: "\f105";
	color: #ea0113;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: right .3s;
	right: 7px;
}

.news-area .news-item-elements {
	align-items: center;
	display: flex;
	font-weight: 400;
}

.news-area .news-item-elements .news-date {
	color: #b4b3b3;
	flex-shrink: 0;
	margin: 0 20px 0 0;
}

.news-area .news-item-elements .news-cate-wrap {
	display: flex;
	flex-wrap: wrap;
	color: #b4b3b3;
}

.news-area .news-item-elements .news-cate {
	margin: 0 20px 0 0;
	padding: 0 0 0 1.2em;
	position: relative;
}

.news-area .news-item-elements .news-cate::before {
	color: #b4b3b3;
	content: "ー";
	left: 0;
	position: absolute;
	height: 1px;
	width: 5px;
}


@media screen and (max-width: 768px) {
	
	.news_subtitle {
		padding: 0;
	}

	.news-area .news-box {
		display: block;
		padding: 30px 20px 20px;
	}
	
	.new-ttl-wrap {
		display: flex;
	}
	
	.news-area .news-box .news-list {
		padding: 15px 0 0 0;
		width: 100%;
	}
	
	.news-area .news-item a {
		padding: 15px 0 12px 10px;
	}

	.news-area .news-box .news-txtlink {
		line-height: 1.6;
		width: auto;
	}
	
	.news-area .news-item-elements .news-cate {
		font-size: 1.4rem;
		margin: 5px 10px 0 0;
	}
	
	.news-area .news-item-elements .news-date {
		font-size: 1.4rem;
		margin: 5px 10px 0 0;
	}

}









/* -----------------------------
	archive
-------------------------------- */
#news .contents_right{
	width: 260px;
}

.news_side_title{
	padding: 0 0 10px;
	font-family:  'Lato',sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 2rem;
	text-align: center;
	color: #ea0113;
}
ul.news_side_list{
	border-top:1px solid #ccc;
	padding: 0 0 40px;
	text-align: center;
}
ul.news_side_list li{
	border-bottom:1px solid #ccc;
	line-height: 1.4;
	font-size: 1.5rem;
}
ul.news_side_list li a{
	color: #333;
	padding: 20px 0;
	display: block;
}

@media screen and (min-width: 769px) {
	ul.news_side_list li a:hover {
		background: #fcf6f6;
		color: #e37777;
	}
}


@media screen and (max-width: 768px){
	
	#news .contents_right{
		width: 100%;
		padding: 40px 0 0 0;
	}
	
	.news_side_title{
		font-size: 1.8rem;
		padding: 0 0 5px;
		border-top: none;
	}
	ul.news_side_list{
		padding: 0 0 40px;
	}
	ul.news_side_list li{
	}
	ul.news_side_list li a{
		padding: 15px 0;
	}
	
}

/* -----------------------------
	一覧タグ
-------------------------------- */
#news .tag_area {
	padding: 0 0 30px 0;
}
#news .tag_area .tag_title {
	font-size: 1.5rem;
	padding: 0 0 20px 0;
}
#news .tag_area ul {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#news .tag_area ul li {
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}
#news .tag_area ul li a {
	display: block;
	padding: 6px 15px 9px;
	font-size: 1.2rem;
	background: #fff;
	border: #ccc solid 1px;
	color: #333;
	/*
	box-shadow: 2px 2px #000;
	border: 1px solid #000;
	*/
}

#news .tag_area ul li a:hover {
	background: #f8eaea;
	border-color: #f8eaea;
	color: #e35757;
}

@media screen and (max-width: 768px){
	
	#news .cmn-headerttl {
		padding: 40px 0 30px;
	}

	#news .tag_area {
		padding: 0;
	}
	#news .tag_area .tag_title {
		width: auto;
		padding: 0 0 10px 0;
	}
	#news .tag_area ul {
		width: auto;
		padding: 0;
	}
	#news .tag_area ul li {
		margin: 0 8px 8px 0;
	}

	#news .tag_area ul li a {
		padding: 4px 10px 6px 10px;
	}
	#news .tag_area ul li a:hover{
	}
	#news .tag_area .more_btn02{
		position: relative;
		display: block;
		cursor: pointer;
		
		padding: 15px 15px;
	}
	#news .tag_area .more_btn02::after {
		position: absolute;
		top: 11px;
		right: 11px;
		content: '\f196';
		color: #0099dd;
		font-size: 22px;
		font-family: fontAwesome;
	}
	#news .tag_area .more_btn02.open::after {
		position: absolute;
		top: 11px;
		right: 11px;
		content: '\f147';
		color: #0099dd;
		font-size: 22px;
		font-family: fontAwesome;
	}
}


/* -----------------------------
	詳細ページタグ
-------------------------------- */
#news .de_tag_area {
	margin: 0 0 50px 0;
	padding: 20px 0 10px 0;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
}
#news .de_tag_area .tag_title {
	float: left;
	width: 80px;
	font-size: 1.4rem;
	padding: 0 0 5px;
}
#news .de_tag_area ul {
	float: left;
	width: 710px;
}
#news .de_tag_area ul li {
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}
#news .de_tag_area ul li a {
	display: block;
	padding: 6px 15px 9px;
	font-size: 1.2rem;
	background: #fff;
	border: #ccc solid 1px;
	color: #333;
}
#news .de_tag_area ul li a:hover {
	background: #f8eaea;
	border-color: #f8eaea;
	color: #e35757;
}

@media screen and (max-width: 768px){
	
	/*  詳細ページタグ  */
	#news .de_tag_area {
		margin: 0 0 20px 0;
	}
	#news .de_tag_area .tag_title {
		padding: 5px 0 0 0;
		width: 60px;
		font-size: 1.3rem;
		float: left;
	}
	#news .de_tag_area ul {
		width: 75%;
	}
	#news .de_tag_area ul li {
		margin: 0 8px 8px 0;
	}
	#news .de_tag_area ul li a {
		padding: 4px 10px 6px 10px;
	}
	
}



/* -----------------------------------------------------------
    詳細タイトル部
-------------------------------------------------------------- */

.news_detail_title_area{
}
.news_detail_title_area .date {
	float: left;
	padding: 0 0 15px 0;
	color: #808080;
	width: 100px
}
.news_detail_title_area .category {
	float: left;
	font-size: 1.5rem;
	display: inline-block;
	font-weight: 500;
	width: 670px;
	text-align: left;
	color: #808080;
}
.news_detail_title_area .common_title {
	font-size: 2.9rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
	border-bottom: 5px solid #ea0113;
}


@media screen and (max-width: 768px){
	
	.news_detail_title_area{
	}
	.news_detail_title_area .date {
		width: 70px;
		padding: 0 0 10px 0;
		margin: 0 0 0 0;
		font-size: 1.2rem;
	}
	.news_detail_title_area .category {
		font-size: 1.2rem;
		width: 75%;
		padding: 0 0 10px 0;
	}
	.news_detail_title_area .common_title {
		font-size: 2rem;
		margin: 0 0 20px 0;
		padding: 0 0 6px 0;
		line-height: 1.3;
	}
	
}




/* -----------------------------------------------------------
    詳細コンテンツ部
-------------------------------------------------------------- */
.detail_contents{
	line-height: 1.8;
	padding: 0 0 50px !important;
}

/* pタグ */
.detail_contents p{
	margin-bottom: 1.5em;
	font-size: 1.6rem;
}

/* 見出し系 */
.detail_contents h1,
.detail_contents h2,
.detail_contents h3,
.detail_contents h4{
	font-weight: bold;
	color: #222;
	line-height: 1.5;
}
.detail_contents h5,
.detail_contents h6 {
	margin: 10px 0 5px;
}
.detail_contents h1 {
	margin: 30px 0 15px 0;
	font-size: 2.6rem;
	color: #333;
	background: rgb(252, 240, 240);
	padding: 10px 15px;
}
.detail_contents h2 {
	margin: 30px 0 20px;
	font-size: 2.5rem;
	border-bottom: 5px solid #f6707f;
	padding: 0 0 5px 0;
}
.detail_contents h3 {
	margin: 30px 0 20px;
	padding: 13px 0 7px;
	font-size: 2.2rem;
	border-bottom: dotted 4px #f6707f;
}
.detail_contents h4 {
	margin: 30px 0 20px;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
	position: relative;
}

.detail_contents h4::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 4px;
	height: 17px;
	background: #f6707f;
}

.detail_contents img{
	max-width: 790px;
	height: auto;
	display: block;
}
.detail_contents a:link{
	color: #ea0113;
	display: inline-block;
	text-decoration: underline;
}

.detail_contents a:hover {
	text-decoration: none;
}


@media screen and (max-width: 768px){
	
	.detail_contents{
		padding: 0 0 30px !important;
	}

	.detail_contents h1,
	.detail_contents h2,
	.detail_contents h3,
	.detail_contents h4{
		line-height: 1.3;
	}
	.detail_contents h1 {
		margin: 30px 0 10px 0;
		font-size: 2.2rem;
	}
	
	.detail_contents h1 {
		padding: 5px 10px;
		margin: 5px 0 10px 0;
		font-size: 2rem;
	}
	
	.detail_contents h2  {
		margin: 20px 0 5px 0;
		padding: 0 0 3px;
		font-size: 1.9rem;
	}
	.detail_contents h3 {
		margin: 20px 0 15px 0;
		padding: 0 5px 5px 5px;
		font-size: 1.8rem;
	}
	.detail_contents h4 {
		margin: 20px 0 15px 0;
		font-size: 1.7rem;
		padding: 0 0 0 12px;
	}
	.detail_contents img{
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		height: auto;
		display: block;
	}
}



