@charset "utf-8";
/* CSS Document */

/* news */
.news {
	width: 100%;
	margin-bottom: 100px;
	padding: 0;
}
.news_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.news_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.news_list {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_detail {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box, .news_detail_box2, .news_detail_box3 {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_detail_box p{
	width: 48%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box2 p{
	width: 31%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box3 p{
	width: 22%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box p.wide, .news_detail_box2 p.wide {
    width: 100%;
}
.news_detail_box p.semiwide {
    width: 35%;
}
.video { max-width: 1200px; width: 100%; margin: 20px auto;}
.news_box {
	width: 48%;
	padding: 0;
	margin-bottom: 40px;
	border:1px solid #ddd;
	display: flex;
	flex-wrap: nowrap;
}
.news_box div {
	width: 50%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_box div:last-child {
	width: 40%;
	padding:0 5%;
}
.news_box_tit {
	font-size: 22px;
	color: #000;
}
.news_txt_tit {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.news_box_link {
	text-align: right;
	font-size: 13px;
}
.news_box_link a {
	text-decoration: none;
	color: #666;
}
.news_box_link span {
	color: #e70012;
}
.news_navi {
	max-width: 1130px;
	width: 100%;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	padding-top:10px;
	position: relative;
}
.news_next {
	width: 50%;
	text-align: left;
	font-size: .8rem;
	color: #666;
	margin-top:15px;
	padding-left: 30px;
	position: relative;
}
.news_arrow_next {
	position: absolute;
	left: 5px;
	top: 15px;
	display: block;

    width: 13px;
    height: 13px;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    cursor: pointer;
	border: 0;
    border-top: solid 3px #ddd;
	border-left: solid 3px #ddd;
    outline: none;
    background: transparent;
}
.news_prev {
	width: 50%;
	text-align:right;
	font-size: .8rem;
	color: #666;
	margin-top:15px;
	padding-right: 30px;
	position: relative;
}
.news_next a, .news_prev a {
	text-decoration: none;
	color: #999;
}
.news_arrow_prev {
	position: absolute;
	right: 5px;
	top: 15px;
	display: block;

    width: 13px;
    height: 13px;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    cursor: pointer;
	border: 0;
    border-top: solid 3px #ddd;
	border-right: solid 3px #ddd;
    outline: none;
    background: transparent;
}
.news_navi_tit {
	font-size: 1.2rem;
	line-height: 2em;
	margin:0;
	padding:0;
	color: #666;
}

@media screen and (max-width: 998px){
.news {
	width: 100%;
	margin: 0 auto 100px auto;
	padding: 0;
}
.news_head {
	padding:0;
}
}


@media screen and (max-width: 767px){
.news {
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0;
}
.news_head {
	padding:0;
}
.news_box {
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
	border:1px solid #ddd;
	display: flex;
	flex-wrap: nowrap;
}
.news_detail_box p{
	width: 100%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box2 p{
	width: 100%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box3 p{
	width: 48%;
	margin-bottom: 15px;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_detail_box p.semiwide {
    width: 100%;
}
.news_navi_tit {
	font-size: 1rem;
	line-height: 2em;
	margin:0;
	padding:0;
	color: #666;
}
}
