@charset "utf-8";

.link{
	text-decoration: none;
}
.link-under span{
	position: relative;
	background: linear-gradient(#2D2D2D, #2D2D2D) 0 100% / 0 1px no-repeat;
	transition: background .4s;
}
a:hover .link-under span{
	background-size: 100% 1px;
}

.tabBtn {
	margin-bottom: 10px;
}
.tabBtn li{
	background: #F7F7F7;
	cursor: pointer;
	width: calc(100% / 2 - 4px);
	border: solid 1px #A8A8A8;
	color: #707070;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.556em;
	letter-spacing: 0.06em;
	position: relative;
}
.tabBtn li + li{
	margin-left: 10px;
}
.tabBtn li.active,
.tabBtn li:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.tabBtn li.active::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 14px solid #333333;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.archive-list ul.list{
	margin: 0 -20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.js-tab-list ul.list{
	display: none;
}
.js-tab-list ul.list.active{
	display: flex;
}
.archive-list ul.list > li{
	margin: 64px 20px 0;
	width: calc(100% / 3 - 40px);
}
.archive-list ul.list > li figure{
	aspect-ratio: 47 / 27;
	overflow: hidden;
	width: 100%;
}
.archive-list ul.list > li figure a{
	width: 100%;
	height: 100%;
}
.archive-list ul.list > li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-list ul.list > li h4{
	font-size: 1.8rem;
	margin-top: 16px;
	text-align: left;
}

.archive-list ul.list > li .txtBox{
	text-align: left;
}

.archive-list ul.list > li .txtBox dl{
	margin-top: 16px;
	font-size: 1.4rem;
}

.archive-list ul.list > li .txtBox dl dt{
	float: left;
}
.archive-list ul.list > li .txtBox dl dd{
	padding-left: 4em;
}
.archive-list ul.list > li .txtBox dl dd::after{
	content: "";
	display: block;
	clear: both;
}

.archive-list ul.list > li .txtBox .meritBox{
	background: #F3F3F3;
	padding: 16px;
	font-size: 1.4rem;
	margin-top: 16px;
}
.archive-list ul.list > li .txtBox .meritBox p{
	font-weight: 700;
}
.archive-list ul.list > li .txtBox .meritBox li{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 4px;
}
.archive-list ul.list > li .txtBox .meritBox li::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #A2000D;
	border-radius: 50%;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
}
.archive-list ul.list > li .txtBox .btnBasic{
	margin-top: 24px;
	text-align: center;
	line-height: 2.375em;
	max-width: inherit;
}

.archive-list ul.list > li .data{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.archive-list ul.list > li .data .label{
	border: solid 1px #A2000D;
	color: #A2000D;
	border-radius: 4px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 4px 13px;
	margin-right: 16px;
	flex-shrink: 0;
}
.archive-list ul.list > li.off .data .label{
	background: #F3F3F3;
	color: #707070;
	border: #707070;
}
.archive-list ul.list > li .data + h4 {
	margin-top: 8px;
}

.archive-list #list-event > li .txtBox .btnBasic{
	background: #fff;
	color: #A2000D;
	border: solid 1px #A2000D;
}

#mainBlock .thanks-comment {
	padding: 120px 24px 180px;
}

#mainBlock .thanks-comment .ttl {
	font-size: 2.8rem;
    margin-bottom: 1em;
}

#mainBlock .thanks-comment .txt {
	font-size: 1.8rem;
}

@media screen and (max-width: 1024px){
	.archive-list ul.list{
		max-width: 830px;
		margin: 0 auto;
	}
	.archive-list ul.list > li{
		width: calc(100% / 2 - 40px);
		max-width: 375px;
	}
}
@media screen and (max-width: 767px){
	.archive-list ul.list{
		margin: 0 auto;
	}
	.archive-list ul.list > li{
		width: 100%;
		margin: 64px auto 0;
	}
}




