.sec_third > .top_txt {
    margin-top: 0;
    margin-bottom: 2rem;
}
.artist_list {
	display: grid;
    grid-template-columns: 2fr 2fr 2fr;
	grid-column-gap:10px;
}
.artist_list li {
	/* width: 19%; */
	margin-top: 10px;
	margin-bottom: 8px;
}
.artist_list li a {
	display: block;
}
.artist_list li span {
	font-size: 1.4rem;
}

.sec_q_a {
	background: #f5f5f5;
	padding: 30px 24px;
	margin-bottom: 30px;
}
.sec_q_a .qaBox:first-child{
	margin-top:0;
}
.sec_q_a .qaBox{
	margin-top:40px;
}
.sec_q_a p.que{
	background:url(/lfj_2025/common/img/icon_q.jpg) no-repeat top left;
	padding-top:3px;
	padding-left:45px;
	font-size:1.4rem;
	min-height:33px;
	margin-bottom:15px;
	font-weight: bold;
	background-size: 33px;
}
.sec_q_a p.ans{
	padding-top:3px;
	padding-left:45px;
	font-size:1.4rem;
	min-height:33px;
	margin-bottom:10px;
}
.align_right {
	text-align: right;
	font-size:1.4rem;
}
@media screen and (min-width: 768px) {
.artist_list li a:hover {
	text-decoration: underline;
}
.artist_photo {
	width: 50%;
	margin: 20px auto !important;
}
/* #artist1,#artist2,#artist3 {
    margin-top:-140px !important;
    padding-top:140px !important;
} */
}
@media screen and (max-width: 767px) {
.artist_list li span {
	font-size: 1.2rem;
}
.artist_photo {
	width: 70%;
	margin: 20px auto !important;
}
/* #artist1,#artist2,#artist3 {
    margin-top:-55px !important;
    padding-top:55px !important;
} */
}


/* 2024追加 */
.anchor_btn {
	display: flex;
	margin-bottom: 50px;
	margin-top: 16px;
}
.anchor_btn li {
	font-size: 1.6rem;	
	margin-right: 10px;
}
.anchor_btn li a {
	padding: 14px 40px 22px;
	position: relative;
}
.anchor_btn li a:after {
	content: "";
	background: transparent url(/lfj_2025/common/img/icon_arrow_down_wt.svg) no-repeat center bottom;
	width:19px;
	height: 11px;
	position: absolute;
	left: 50%;
	bottom: 7px;
	transform: translateX(-50%);
}

.interview {
	padding: 10px;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
	.anchor_btn li a:hover:after {
		background: transparent url(/lfj_2025/common/img/icon_arrow_down_bk.svg) no-repeat center bottom;
	}
}
@media screen and (max-width: 767px) {
	.anchor_btn {
		margin-bottom: 50px;
		margin-top: 10px;
	}
	.anchor_btn li {
		font-size: 1.5rem;	
		margin-right: 2%;
	}
	.anchor_btn li a {
		padding: 10px 30px 22px;
	}
	.artist_list {
		flex-wrap: wrap;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap:10px;
	}
	.artist_list li {
		/* width: 32%; */
		margin-bottom: 0;
	}
	.interview {
		font-size: 1.5rem;
	}
}

