@charset "utf-8";
/*
Theme Name: スポーツチームNo.01
Theme URI: https://www.ad-frontier.jp/
Description: アドフロンティアのスポーツチームテーマです
*/


.archive .archive-wrapper {
	padding-top:15rem;
	padding-bottom:15rem;
}

.archive #wrapper:before {
}

@media (max-width: 980px){
.archive .archive-wrapper {
	padding-top:7.5rem;
	padding-bottom:6rem;
}

}


.mc_list.article_wrapper {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	gap:2%;
}

.mc_list article {
/*	background:url(../../images/logo_bg.png) no-repeat right top rgba(255,255,255,0.9);*/
	background:url(../../images/logo_bg.png) no-repeat right top #FFF;
	margin-bottom:4.5rem;
	align-items: center;
	border-bottom: 1px solid #EEE;
	padding: 2rem;
	position:relative;
	width:32%;
}

.mc_list article:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../../images/overlay_hishigata.svg) no-repeat bottom left / contain;
}

.mc_list .img-box {
	overflow: hidden;
	border: 1px solid #EEE;
	position:relative;
    z-index: 1;
	margin-bottom:2rem;
}

.mc_list .text-box {
	position:relative;
	flex: 1;
    z-index: 1;
}

.mc_list .text-box h3 {
	font-size:clamp(16px, 1.5vw, 18px);
	margin: 0 0 1.5rem 0;
	letter-spacing:0;
}

.mc_list .text-box h3 strong {
	display:block;
	margin-top:0.5rem;
}

.mc_list .text-box h3:before {
    content: "\f1e3";
    font-family: FontAwesome;
    margin-right:0.5rem;
	color:#333;
}

.mc_list .text-box p {
	line-height:1.6;
    letter-spacing: 0;
	font-size:clamp(14px, 1.5vw, 15px) !important;
}

@media (max-width: 980px){
.mc_list article {
	padding:2rem;
}
.mc_list .img-box {
	flex: 0 0 180px;
	height: 180px;
} 
}

@media (max-width: 480px){
.mc_list article {
	display:block;
	margin-bottom:2rem;
	margin-right:0;
	width:100%;
}

.mc_list article:last-child {
	margin-bottom:0;
}

.mc_list article .img-box {
	width:100%;
	height:auto;
	margin-bottom:1.5rem;
}

}









