@charset "Shift_JIS";
.merit {}
.merit_title {
	max-width: 480px;
	margin-bottom: 31px;
}
.merit_title_btn {
	position: relative;
	cursor: pointer;
}
.merit_title_btn::after {
	content: "";
    display: block;
    background-image: url(../images/icon_plus_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 40px;
	height: 40px;
	right: 40px;
}
.merit_title_btn.is-show::after {
    background-image: url(../images/icon_minus_white.png);
}


.merit_listmain { display: none;}
.merit_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.merit_list > li {
	width: 30.8%;
	margin-left: 3.8%;
}
.merit_list > li:first-child {}
.merit_list > li:last-child {}
.merit_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.merit_list > li:nth-child(n+4) {
	margin-top: 3.9%;
}
.merit_box {
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #50B7EB;
	padding: 27px 27px 21px;
}
.merit_headline {
	display: flex;
	align-items: flex-start;
	font-size: 24px;
	color: #4E2F14;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 14px;
	min-height: 2.5em;
}
.merit_headline > b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #50B7EB;
	border-radius: 50%;
	min-width: 30px;
	margin-right: 8px;
	color: #fff;
	line-height: 1;
	font-size: 21px;
	font-weight: bold;
}
.merit_image {
	max-width: 240px;
	margin: 0 auto 0;
}
.merit_image > img {}
.merit_text {
	line-height: 1.8;
	margin-top: 14px;
}
@media screen and (min-width: 641px) {}
@media screen and (max-width: 640px) {
	.merit {}
	.merit_title {
		margin-bottom: 20px;
	}
	.merit_title_btn{
        padding: 15px 10px;
	}
	.merit_title_btn::after {
		width: 25px;
		height: 25px;
	}
	.merit_list {
		display: block;
	}
	.merit_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}
	.merit_list > li:first-child {
		margin-top: 0;
	}
	.merit_list > li:last-child {}
	.merit_list > li:nth-child(3n+1) {}
	.merit_list > li:nth-child(n+4) {}
	.merit_box {
		padding: 20px 20px;
	}
	.merit_headline {
		font-size: 18px;
		min-height: 0;
		margin-bottom: 10px;
	}
	.merit_headline > b {
		width: 26px;
		height: 26px;
		min-width: 26px;
		font-size: 16px;
		position: relative;
		z-index: 1;
		top: -0.2em;
	}
	.merit_image {}
	.merit_image > img {}
	.merit_text {
		line-height: 1.6;
	}
}
