.entry .qa_box{
	margin-bottom: 75px;
}
.entry .qa_box dt{
    color: #807155;
    margin-bottom: 23px;
    font-size: 22px;
	font-weight: bold;
    letter-spacing: 0.5px;
	line-height: 1.7;
    position: relative;
    background: rgba(198, 175, 132, 0.1);
    padding: 22px 20px 23px 87px;
	min-height: 95px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 47.5px;
}
.entry .qa_box dt::after{
	content: "";
	width: 45px;
	height: 45px;
	background: url(../img/gallery/iconInterview.png) center / contain no-repeat;
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.entry .qa_box dd{
	line-height: 2.134;
	padding: 0 80px;
}
.entry .detail_list .img{
    font-size: 22px;
    font-weight: bold;
}
.entry .detail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 80px 0 0 0;
    font-size: 16px;
    line-height: 2;
}
.entry ul, .entry ul li{
    list-style: none;
}
.entry .detail_list li{
    width: 47.102%;
    margin-left: 5.796%;
}
.entry .detail_list li:nth-child(2n+1){
    margin-left: 0;
}
.entry .detail_list li:nth-of-type(n+3){
    margin-top: 70px;
}
.entry .detail_list div.img + p{
    font-size: 15px;
	line-height: 2.134;
	margin-top: 9px;
}
.entry .detail_list img{
    display: block;
    max-width: 100% !important;
    margin-bottom: -20px;
    text-align: center;
}
.secDetailsPattern .entry img{
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.entry .qa_box{
		margin-bottom: 33px;
	}
	.entry .qa_box dt{
		margin-bottom: 10px;
		font-size: 15px;
		letter-spacing: 0.3px;
		line-height: 1.667;
		padding: 15px 20px 15px 51px;
		min-height: 60px;
		border-radius: 30px;
	}
	.entry .qa_box dt::after{
		width: 30px;
		height: 30px;
		left: 15px;
	}
	.entry .qa_box dd{
		line-height: 2;
		padding: 0;
	}
    .entry .detail_list {
        margin: 53px 0 0 0;
    }
    .entry .detail_list li{
        width: 100%;
        margin-left: 0;
    }
    .entry .detail_list li:nth-child(2n+1){
        margin-left: 0;
    }
    .entry .detail_list li:nth-of-type(n+2){
        margin-top: 50px;
    }
    .entry .detail_list div.img + p{
        font-size: 14px;
        line-height: 2;
        margin-top: 3px;
    }
	.entry .detail_list .img{
        font-size: 16px;
    }
	.secDetailsPattern .entry img{
        border-radius: 20px;
    }
}