@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	/*background-image: url("../img/news/main_bg.jpg");*/
}
.ttlArea .inner .newslist h1:before {
	content: "NEWSLIST";
}
.ttlArea .inner .workslist h1:before {
	content: "WORKSLIST";
}
.ttlArea .inner .h1Area .title {
	font-weight: 700;
	font-size: 20px;
	padding-top: 76px;
	margin-bottom: 26px;
}
.ttlArea .inner .h1Area .title:before {
	content: "NEWS";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: min(5.5vw,48px);
    line-height: 1;
    color: #37a7cc;
    /* font-family: 'Bebas Neue', sans-serif; */
    font-weight: 700;
    letter-spacing: 0.02em;
    width: 100%;
}
/* newslistArea */
.newslistArea .inner {
	padding: 74px 20px 100px;
	max-width: 1100px;
	margin: 0 auto;
}
.newslistArea .inner .listArea {
	padding-bottom: 80px;
}
.newslistArea .inner .listArea li {
	padding: 26px 0 12px;
	border-bottom: 1px dotted #acacad;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newslistArea .inner .listArea li .date {
	width: 130px;
	background-color: #eaeaea;
	text-align: center;
	border-radius: 30px;
	color: #222;
	font-size: min(3vw,13px);
	font-weight: bold;
	line-height: 2.5;
	padding: 0px 1em;
	margin-bottom: 5px;
}
.newslistArea .inner .listArea li .badge {
    margin: 3px 0;
}
.newslistArea .inner .listArea li .badge a {
    font-size: min(2.2vw,12px);
    padding: 0 2em;
    display: inline-block;
    border-radius: 20px;
    color: #FFF;
    background-color: #0478D6;
}
.newslistArea .inner .listArea li .ttl {
	width: 100%;
	line-height: 1.3;
	padding-top: 15px;
}
.newslistArea .inner .listArea li .ttl a {
	font-size: min(3.5vw,18px);
    font-weight: bold;
    color: #231815;
}
.newslistArea .inner .listArea li .ttl a:hover {
	color: #ccc;
}

/* pager */
.pager {
	margin-top: 50px;
}
.pager ul {
	position: relative;
}
.pager ul .prearrow {
	position: absolute;
	left: 0;
}
.pager ul .nextarrow {
	position: absolute;
	right: 0;
}
.pager ul li a {
	position: relative;
	padding: 0 18px;
	font-size: 13px;
	color: #44618b;
	font-weight: 700;
	line-height: 1;
}
.pager ul .prev .prearrow:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 2px solid #44618b;
	border-bottom: 2px solid #44618b;
}
.pager ul .next .nextarrow:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	right: 0;
	border-right: 2px solid #44618b;
	border-bottom: 2px solid #44618b;
}
.pager ul li a:hover {
	opacity: .8;
}

/* singleArea */
.singleArea .inner {
	padding: 100px 2vw;
	max-width: 1000px;
	margin: 0 auto;
}
.singleArea .inner .single {
	padding-bottom: 80px;
}
.singleArea .inner .single .ttlArea {
	padding-bottom: 20px;
}
.singleArea .inner .single .ttlArea .date {
	width: 130px;
	background-color: #eaeaea;
	text-align: center;
	border-radius: 30px;
	color: #131834;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 1em;
	margin-bottom: 5px;
}
.singleArea .inner .single .ttl {
	margin-top: 10px;
	font-size: min(3.5vw,18px);
	font-weight: 700;
	line-height: 1.4;
	padding: 26px 0;
	border-top: 1px dashed #389bd6;
	border-bottom: 1px dashed #389bd6;
}
.singleArea .inner .single .txt p {
	padding-top: 40px;
}
.singleArea .inner .single .txt p img {
	height: auto;
}

@media screen and (max-width: 1000px) {
/* newslistArea */
	.newslistArea .inner {
		padding: 46px 6vw 60px;
		max-width: 100%;
		width: 100%;
	}
	.newslistArea .inner .listArea {
		padding-bottom: 40px;
	}
	
/* singleArea */
	.singleArea .inner {
		padding: 52px 6vw 60px;
		max-width: 100%;
		width: 100%;
	}
	.singleArea .inner .single {
		padding-bottom: 40px;
	}
	.singleArea .inner .single .ttl {
		padding: 22px 0;
		font-size: 16px;
	}
	.singleArea .inner .single .txt p{
		padding-top: 30px;
	}
}	

@media screen and (max-width: 767px) {
}	

@media screen and (max-width: 600px) {
	/* ttlArea */
	.ttlArea .inner .h1Area .title {
		font-size: 14px;
		padding-top: 50px;
		margin-bottom: 16px;
	}	
	.ttlArea .inner .h1Area .title:before {
		font-size: 35px;
	}	
	/* newslistArea */
	.newslistArea .inner {
		padding: 20px 6vw 52px;
	}
	
	/* singleArea */
	.singleArea .inner {
		padding: 46px 6vw 52px;
	}
	.singleArea .inner .ttlArea {
		padding: 25px 0;
	}
	.singleArea .inner .single .ttl {
		padding: 18px 0;
		font-size: 15px;
	}
	.singleArea .inner .single .txt p {
		padding-top: 26px;
	}	
}	
