@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/**archive**/
.archiveSettingArea{
	margin-bottom: 48px;
}
.yearListWrap .yearList {
	overflow: hidden;
}

.yearListWrap .yearList li {
	display: none;
	/* margin-right: 20px; */
	border-bottom: 1px solid #d1d1d6;
}
.yearListWrap .yearList li:first-of-type{
	display: block;
}
.yearListWrap .yearList li a,
.yearListWrap .yearList li .date {
	position: relative;
	display: block;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.21;
	padding: 10px 0;
}
.yearListWrap .yearList li a:before,
.yearListWrap .yearList li .date:before  {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	font-weight: 500;
	display: inline-block;
	border-color: #000;
	border-style: solid;
	border-width: 0 2px 2px 0;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
.newsList{
	margin-bottom: 60px;
}
.newsList li{
	margin-bottom: 40px;
}
.newsList li .img{
	margin-bottom: 16px;
}
.newsList li h2{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 8px;
}
.newsList li h2 a{
	color: #000;
}
.newsList li .flexBox{
	display: flex;
	align-items: center;
}
.newsList li .tag{
    display: inline-block;
    padding: 7px 16px 6px;
	margin-right: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background: #e5e5ea;
    border-radius: 100px;
	color: #000;
}
.newsList li .date{
	color: #8e8e93;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li{
	margin-right: 20px;
}
.pagination li:last-of-type{
	margin-right: 0;
}
.pagination li a{
	font-family: "Oswald", sans-serif;
	padding: 5px;
	color: #8e8e93;
	font-size: 20px;
	line-height: 1.5;
	box-sizing: border-box;
}
.pagination li span{
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 740px) {
	.archiveSettingArea{
		display: flex;
		justify-content: flex-end;
		margin-bottom: 100px;
	}
	.categoryArea{
		margin-left: 0;
		margin-right: auto;
	}
	.categoryArea ul{
		display: flex;
		align-items: center;
	}
	.categoryArea ul li{
		margin-right: 40px;
	}
	.categoryArea ul li p,
	.categoryArea ul li a{
		font-size: 14px;
		font-weight: bold;
		color: #000;
		line-height: 1.21;
		padding: 10px 0;
	}
	.categoryArea ul li.current p{
		border-bottom: 1px solid #000;
	}
	.yearListWrap {
		max-width: 274px;
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.newsList{
		display: flex;
		flex-wrap: wrap;
	}
	.newsList li{
		width: 32%;
		margin-right: 2%;
	}
	.newsList li:nth-of-type(3n){
		margin-right: 0;
	}
}

/**detail**/
.title_area{
	margin-bottom: 32px;
}
.title_area h2,
#contents .title_area h2{
	margin: 0;
    padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
    text-align: left;
}
.mv{
	margin-bottom: 24px;
}
.intro{
	margin-bottom: 24px;
}
.intro p{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.intro .flex_box .img + .img{
	margin-top: 20px;
}
.intro .flex_box {
	flex-wrap: wrap;
}
.detail{
	margin-bottom: 24px;
}
.detail h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 16px;
	text-align: left;
}
.detail p{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}
.detail .flex_box .img{
	width: 100%;
	margin-bottom: 20px;
}
.detail .flex_box .img:last-of-type{
	margin-bottom: 0;
}
.detail p + .flex_box{
	flex-wrap: wrap;
	margin-top: 24px;
}
.border_box{
	padding: 20px;
	margin-bottom: 40px;
	border: 1px dashed #8e8e93;
	box-sizing: border-box;
}
.border_box h3{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.18;
	text-align: left;
	margin-bottom: 10px;
}
.border_box dl{
	display: flex;
}
.border_box dt{
	width: 30%;
	margin-right: 5%;
}
.border_box dt p{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0;
}
.border_box dd{
	width: calc(100% - 30% - 5%);
}
.border_box dd p{
	color: #000;
	font-size: 14px;
	line-height: 1.8;
}
.end{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.end p{
	position: relative;
	width: 100%;
	font-family: "Oswald", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.end p::before,
.end p::after{
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 41%;
	height: 1px;
}
.end p::before{
	left: 0;
	border-top: 1px dashed #8e8e93;
}
.end p::after{
	right: 0;
	border-top: 1px dashed #8e8e93;
}
.detail_pagination{
	display: flex;
	align-items: center;
	justify-content: center;
    max-width: 307px;
    width: 79%;
    margin: auto;
    background: rgba(11, 30, 66, 0.05);
    border-radius: 100px;
    padding: 18px 40px;
	box-sizing: border-box;
}
.detail_pagination a,
.detail_pagination span{
	position: relative;
	display: block;
	max-width: 24px;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
}
.detail_pagination .pagination_home{
    margin: 0 35%;
}
.detail_pagination .pagination_home a{
	padding: 9px;
}
.detail_pagination img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 12px;
}
.detail_pagination .pagination_home img{
	width: 18px;
}
@media screen and (min-width: 740px) {
	.title_area{
		margin-bottom: 40px;
	}
	#contents .title_area h2,
	.title_area h2{
		font-size: 24px;
		text-align: left;
	}
	.mv{
		margin-bottom: 40px;
	}
	.intro p{
		margin-bottom: 40px;
	}
	.intro .flex_box{
		display: flex;
		justify-content: center;
	}
	.intro .flex_box .img{
		width: 49%;
		margin-right: 2%;
	}
	.intro .flex_box .img:last-of-type{
		margin: 0;
	}
	.detail{
		margin-bottom: 40px;
	}
	.detail h3{
		font-size: 24px;
		line-height: 1.8;
		margin-bottom: 24px;
	}
	.detail p + .flex_box{
		margin-top: 40px;
	}
	.detail .flex_box{
		display: flex;
		justify-content: center;
	}
	.detail .flex_box .img{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.detail .flex_box .img:last-of-type{
		margin-right: 0;
	}
	.border_box{
		padding: 40px;
		margin-bottom: 100px;
	}
	.border_box dt {
		width: 10%;
		margin-right: 1%;
	}
	.end p::before,
	.end p::after{
		width: 47%;
	}
}
@media screen and (max-width: 320px) {
	.border_box dt p,
	.border_box dd p{
		font-size: 12px;
	}
}
