@charset "UTF-8";
/* CSS Document */
/* news-article
----------------------------------------------- */
.article {
}
.article__list {
	position: relative;
	border-top: 1px solid #e5e5e5;
	z-index: 1;
}
.article__list:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -5px 0 0;
	width: 10px;
	height: 14px;
	background-image: url(../images/ic_arrow_black_right.svg);
	background-repeat: no-repeat;
	background-size: 10px 14px;
	pointer-events: none;
	z-index: 1;
}

.article__list a {
    display: block;
    padding: 35px 0;
    color: #000;
    text-decoration: none;
}
.article__lists--line .article__list a {
    display: flex;
    align-items: flex-start;
}

.article__header {
	display: flex;
	align-items: center;
	font-size: 0;
}
.article__lists--line .article__header {
	width: 300px;
}
.article__date {
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: 0.04em;
	width:9em;
	font-weight: 600;
}
.article__category {
	display: inline-block;
	margin: 0 0 0 18px;
	padding: 0 10px;
	min-width: 80px;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 0.04em;
	letter-spacing: 0.04em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.article__title {
	margin: 15px 80px 0 0;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 24px;
}

.article__lists--line .article__title {
	margin-top: -5px;
	width: calc(100% - 300px);
}
.article__lists--line .article__list--disabled .article__title {
	width: calc(100% - 220px);
}

@media(min-width:769px) {
	.article__list:after,
	.article__list a {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
	}
	
	/* hover */

	.article__list:hover:after {
		transform: translateX(3px);
	}
	.article__list:hover a {
		opacity: 0.6;
	}
	
}	
@media(max-width:991px) {
	
	.article__lists--line .article__header {
		width: auto;
	}
	.article__list:after {
		right: 0px;
		margin: -5px 0 0;
	}
	.article__list a {
		padding: 25px 0;
	}
	.article__lists--line .article__list a {
    display: block;
}
	
	.article__date {
		letter-spacing: 0.08em;
		width:9em;
	}
	.article__category {
		margin: 0 0 0 15px;
	}
	.article__title {
		margin: 15px 50px 0 0;
		font-size: 14px;
		line-height: 21px;
	}
	.article__lists--line .article__title,
	.article__lists--line .article__list--disabled .article__title {
		margin-top: 15px;
		width: auto;
	}
	
	
}
/*----------------------------------------------------
  #news-single
--------------------------------------------------- */


.news-section__item {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #dfe1e1;
}

.news-section__item .head {
    display: flex;
    margin-bottom: 15px;
    line-height: 1;
}

.news-section__item .head .date {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
}
.news-section__item .head .date {
    width: 110px;
    letter-spacing: 0.12em;
}
.news-section__item .head .category {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.news-section__item .head .category {
    letter-spacing: 0.12em;
}
.news-section__item .name {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
	clear: both; 
}


.news-section__item .name {
    line-height: 1.81818;
    letter-spacing: 0.05em;
}


.news-section__share .sns {
    display: flex;
    align-items: center;
}

.news_body {
    margin: 40px 0 30px;
}

.news_body h2 {
    line-height: 1.5;
    font-weight: 600;
}
.news_body p {
    line-height: 1.875;
}
@media screen and (min-width: 768px){
.news_body h2 {
    font-size: 24px;
     margin-bottom: 44px;
    border-left: 3px solid #140f14;
    padding-left: 16px;
}
.news_body p {
    font-size: 16px;
    margin-bottom: 44px;
}	
}


@media only screen and (max-width:768px)
{
.news-section__item .head .date {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
}	
.news-section__item .head .category {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #727c7c;
}	
.news-section__item .head .category {
    letter-spacing: 0.12em;
}
.news-section__item .name {
    font-size: 5.06667vw;
    font-weight: 600;
    color: #1a1b1b;
}
}

/*----------------------------------------------------
  #news-sns
--------------------------------------------------- */
/* シェア・カテゴリ
=============================================================================*/
.detail_text .bottom-area {
	margin-bottom:30px;

}
.detail_text .share .pc-area {
    display: inline;

}
/*share-bottom*/
.detail_text .bottom-area .bottom-share {
	background-color:#f6f6f6;

	padding:20px 20px 40px 20px;

	margin-bottom:2px;

}
.detail_text .bottom-area .bottom-share .txt-area {
	float:left;

	padding:3px 10px 0 0;

}
.detail_text .bottom-area .bottom-share .btn-area-sns {
	float:left;

}
.detail_text .bottom-area .bottom-share .btn-area-sns a {
	vertical-align:bottom;

}
.detail_text .bottom-area .bottom-share .btn-area-sns .share {
	margin:0;

}

/*カテゴリ*/
.detail_text .bottom-area .bottom-category {
	background-color:#ededed;

	padding:20px;

}
.detail_text .bottom-area .bottom-category .txt-area {
	float:left;

	padding:0 10px 0 0;

}
.detail_text .bottom-area .bottom-category .cat-area {
	float:left;

}

@media screen and (max-width: 899px){
/*share-bottom*/
.detail_text .bottom-area .bottom-share {
	padding:10px;

}
.detail_text .bottom-area .bottom-share .txt-area {
	float:none;

	padding:0 0 0 0;

}
.detail_text .bottom-area .bottom-share .btn-area {
	float:none;

	padding-left:20px;

}
/*カテゴリ*/
.detail_text .bottom-area .bottom-category {
	padding:10px;

}
.detail_text .bottom-area .bottom-category .txt-area {
	float:none;

	padding:0 0 0 0;

}
.detail_text .bottom-area .bottom-category .cat-area {
	float:none;

	padding-left:20px;

}	
	
}
/* SNS
=============================================================================*/
.detail_text .share {margin-bottom: 10px;
 }

.detail_text .share .pc-area {
	display:inline;

}
.detail_text .share a {
    display: inline-block;

    padding: .2em 1em;

    color: #fff;

    font-size: small;

    margin: 0 .1em .1em 0;

    opacity: 1;

	text-decoration:none;

}
.detail_text .share a:hover {
	opacity: 0.8;

	color: #fff;

	text-decoration: none;
 
}

.detail_text .share_facebook {
  background: #39599F;
 }

.detail_text .share_twitter {
  background: #45B0E3;
 }

.detail_text .share_google {
  background: #DB4437;
 }

.detail_text .share_hatena {
  background: #00A4DE;
 }

.detail_text .headline .sns {
  text-align: right;
 }
.detail_text .headline .sns a {
    font-size: large;

    display: inline-block;

    margin: 0 .2rem;
 }

@media screen and (max-width: 899px){
.detail_text .share .pc-area {
	display:none;

}
.detail_text .share a {
	vertical-align:middle;

}
.detail_text .share i.icon {
	font-size:18px;

	vertical-align:middle;

}
}
/* loading
----------------------------------------------- */

@keyframes loading {
	100% {
		opacity: 1;
	}
}

@keyframes breath {
	30% {
		opacity: 0.6;
	}
}
	