@charset "UTF-8";

/* ===================================================================
   ニュース専用css
=================================================================== */

#contents.news {}
.news_content {}

/*一覧*/
.news_list {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
	margin-bottom: 60px;
}
.news_item {
	flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    margin-bottom: 45px;
    padding: 0 15px;
    position: relative;
	/* padding:20px 15px; */
	/* border-bottom:1px solid #707070; */
}
.news_item:first-child {
	/* border-top: 1px solid #707070; */
}
.news_link {
	display:block;
	padding:0 20px 0 0;
	position:relative;
}
/* .news_link:after {
	content:"";
	display:block;
	width: 10px;
	height: 10px;
	border-top:1px solid #262835;
	border-left:1px solid #262835;
	transform:rotate(135deg) translateY(-50%);
	position:absolute;
	top: -5px;
	bottom: 0;
	right: 11px;
	margin: auto;
} */
.news_list_item_data {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.news_list_item_image {
	width: 240px;
	position: relative;
}
.news_list_item_details {
	-webkit-flex: 1;
    flex: 1;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding: 0 0 0 10px;
}
.news_title {
	font-size: 14px;
	line-height: 18px;
	color: #383838;
}
.news_date {
	color: #969696;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
}


/*詳細*/
.news_detail .common_title{
	line-height: 39px;
}

.news_detail .news_title_h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 16px;
}
.news_detail .news_title_h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 16px;
}
.news_detail .layout_left{
	text-align:left;
}
.news_detail .layout_center{
	text-align:center;
}
.news_detail .layout_right{
	text-align:right;
}
.news_detail .news_date{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #757575;
	line-height: 21px;
	margin-bottom: 20px;
}
.intro_image{
	width: 100%;
	max-width: 1200px;
	margin-bottom: 30px;
	text-align: center;
}
.intro_image img{
	width:auto;
	max-width:100%;
}
.intro_text{
	font-size:14px;
	line-height: 1.5;
	margin-bottom: 60px;
}
.intro_text *{
	line-height: 1.5;
}
.news_detail {
	margin-bottom: 60px;
}
.news_detail_item{
	width: 100%;
	margin-bottom: 60px;
}
.news_detail_item *{
	font-size: 1.4rem;
	line-height:1.5;
}
.news_detail_item a{
	text-decoration:underline;
}
.news_detail_item .goods_list a{
	text-decoration:none;
}
.news_detail_item .news_text ul li{
	list-style-position: outside;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom: 10px;
	line-height: 1.5;
}

.news_detail_item .news_text ul li:before{
	content:"・";
}
.news_detail_item ol li{
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 10px;
	line-height: 1.5;
}
/* 動画ブロック */
.movie_area {
    width: 560px;
    margin: 0 auto;
}

.movie_area .movie {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.movie_area .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_detail_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.news_detail_data {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.news_detail_data.news_detail_data_column {}
.news_detail_date {
	color: #969696;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	margin: 15px 0 10px;
	text-align: center;
}
.news_detail_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	margin-bottom: 20px;
}
.news_detail_description {
	font-size: 14px;
	line-height: 18px;
	margin-top: 60px;
}
.news_detail_description * {
	font-size: 13px;
	line-height: 1.5;
}

.news_detail_photo {
	-webkit-flex-basis: 400px;
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
	max-width: 400px;
	padding: 0 20px;
}
.news_detail_image {
	margin-bottom: 10px;
}
.news_detail_image img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.news_image_only{
	margin-bottom: 60px;
}
.news_imagetext_area_item{
}

.news_image-text2,
.news_image-text3,
.news_leftimage-text .news_imagetext_area_item,
.news_rightimage-text .news_imagetext_area_item{
	display:flex;
	flex-wrap: nowrap;
	max-width: 100%;
	width: auto;
}
.news_image-text2,
.news_image-text3{
	margin:0 -10px;
}
.news_image-text2 .news_imagetext_area_item,
.news_image-text3 .news_imagetext_area_item{
	padding:0 10px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 50%;
}


.news_rightimage-text .news_imagetext_area_item{
	flex-direction: row-reverse;
}
.news_rightimage-text .news_imagetext_area_item > div{

}
.news_image-text2 img,
.news_image-text3 img{
	max-width: 100%;
}
.news_rightimage-text .news_imagetext_area_item > .news_detail_image{
	margin-left:20px;
}
.news_leftimage-text .news_imagetext_area_item > .news_detail_image{
	margin-right:20px;
}
.news_detail_comment{

}

.layout_left img{
	display: block;
	margin-left:0;
	margin-right:auto;
}
.layout_left div{
	margin-left:0;
	margin-right:auto;
}
.layout_center img{
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.layout_center div{
	margin-left:auto;
	margin-right:auto;
}
.layout_right img{
	display: block;
	margin-left:auto;
	margin-right:0;
}
.layout_right div{
	margin-left:auto;
	margin-right:0;
}

/* about_page
--------------------------------------------------------------------*/

.news_pager {
	margin-bottom: 30px;
	padding: 0 15px;
}
.pager {
	display: flex;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}
.pager li {
	display:inline-block;
	height: 30px;
	width: 30px;
	margin: 0 5px;
	position: relative;
}
.pager li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
}
.pager .pager_number {
	line-height: 30px;
}
.pager .pager_number a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.pager .pager_number.active span {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #e6e6e6;
}
.pager_number.brank span {}
.pager .pager_prev {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}
.pager .pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.pager .pager_next {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.pager .pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
