@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap');

.serif {
	font-family: 'Zen Old Mincho', serif;
}

/* insured_box */
.insured_box {
	border: 2px solid #004098;
	border-radius: 10px;
	margin: 1em 0 3em;
}
.insured_tit {
	color: #fff;
	background: #004098;
	border-radius: 8px 8px 0 0;
	padding: .5em 1em;
	font-size: clamp(20px, 1vw, 22px);
	font-weight: bold;
}
.insured_tit .fs_small {
	font-size: clamp(16px, 1vw, 18px);
	font-weight: normal;
	letter-spacing: 0;
}
.insured_body {
	padding: 1.2em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.insured_body > div {
	width: 49%;
	background: #FFFBC7;
	border-radius: 8px;
	padding: 1em;
	line-height: 1.5;
}
.insured_stit {
	color: #004098;
	font-size: clamp(18px, 1vw, 20px);
	font-weight: bold;
	margin-bottom: .5em;
	line-height: 1.4;
}
.insured_body .list.dot > li {
	font-weight: bold;
}
.insured_body .list.dot > li::before {
	color: #809FCB;
	font-weight: normal;
}
.insured_body .list.dot > li * {
	font-weight: normal;
}

/* flow_box */
.flow_box + .flow_box {
	margin-top: 3em;
}
.flow_box .sec_stit {
	margin-bottom: .75em;
}

/* goods_block */
.goods_block {
	background: #fadce9;
	padding: 60px 0 120px;
}
.goods_box {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}
.goods_heading {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.goods_heading .sec_tit {
	background: transparent;
	color: #e85292;
	font-size: clamp(30px, 1vw, 32px);
	padding: 0;
}
.goods_heading ._img {
	position: absolute;
	right: -40px;
	top: -55px;
	z-index: -1;
}
.goods_body + .goods_body {
	margin-top: 30px;
}
.goods_box .sec_stit {
	color: #E85292;
}
.list.merit {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.list.merit > li {
	font-size: clamp(18px, 1vw, 20px);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4;
	position: relative;
	width: 100%;
	padding: .4em 0 .4em 2.2em;
}
.list.merit > li::before,
.list.merit > li::after {
	content: "";
	position: absolute;
}
.list.merit > li::before {
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	border: 3px solid #ccc;
	top: .3em;
	left: 0;
}
.list.merit > li::after {
	width: 1.25em;
	height: .75em;
	border-bottom: 4px solid #004098;
	border-left: 4px solid #004098;
	transform: rotate(-45deg);
	top: .4em;
	left: .3em;
}
.goods_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1em 0;
}
.goods_list > li {
	width: 16.66%;
	padding: .75em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.goods_list > li:nth-child(6n+1) {
	border-left: none;
}
.goods_list > li:nth-child(n+7) {
	border-bottom: none;
}
.flex.consult ._copy {
	width: 47%;
}
.flex.consult ._img {
	width: 50%;
	text-align: center;
}


@media only screen and (max-width: 768px) {
	/* insured_box */
	.insured_box {
		border-width: 1px;
	}
	.insured_tit {
		border-radius: 9px 9px 0 0;
		padding: .5em .75em;
		font-size: clamp(17px, 1vw, 19px);
	}
	.insured_tit .fs_small {
		font-size: clamp(14px, 1vw, 16px);
	}
	.insured_body {
		padding: 1.2em .75em;
		flex-direction: column;
	}
	.insured_body > div {
		width: 100%;
	}
	.insured_body > div + div {
		margin-top: 1em;
	}
	.insured_stit {
		font-size: clamp(16px, 1vw, 18px);
	}
	
	/* flow_box */
	.flow_box + .flow_box {
		margin-top: 2em;
	}
	.flow_box .sec_stit {
		font-size: clamp(14px, 5vw, 16px);
		margin-bottom: .5em;
		letter-spacing: 0;
	}
	
	/* goods_block */
	.goods_block {
		padding: 30px 0 60px;
	}
	.goods_box {
		padding: 20px 4%;
		border-radius: 10px;
	}
	.goods_heading .sec_tit {
		font-size: clamp(20px, 5vw, 22px);
	}
	.goods_heading ._img {
		width: 55%;
		position: absolute;
		right: -4.3%;
		top: -20px;
	}
	.goods_heading ._copy {
		line-height: 1.5;
	}
	.list.merit > li {
		font-size: clamp(14px, 4vw, 16px);
		letter-spacing: 0;
	}
	.list.merit > li:nth-child(n+2) {
		margin-top: 0;
	}
	.list.merit > li::before {
		width: 1.4em;
		height: 1.4em;
		border-width: 1px;
		top: .5em;
	}
	.list.merit > li::after {
		border-bottom-width: 3px;
		border-left-width: 3px;
		top: .6em;
	}
	.flex.consult ._copy,
	.flex.consult ._img {
		width: 100%;
	}

	
	
	
	
}
@media only screen and (min-width: 769px) {
	
}