@charset "UTF-8";

.menu ul li:nth-child(7) {
	border-radius: 50px;
	background: #fff3c7;
}
.menu ul li:nth-child(7) a i {
	display: block;
}

/*--------------------------------
　保険
---------------------------------*/
.insurance {
	width: 790px;
	margin: 50px auto;
}
.insurance h3 {
	margin-top: 0;
}
.insurance h3 span {
	padding-left: 10px;
	background: linear-gradient(transparent 50%, #fff3c7 50%);
}
.insurance .indent {
	padding: 0 30px;
}

.insurance section {
	width: 100%;
	margin: 70px auto 100px;
	padding: 20px;
	background: #f2f2f2;
}
.insurance section:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	border-width: 0 25px 25px 0;
	border-style: solid;
	border-color: #ccc #fff #ccc;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.insurance-inner {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.insurance section h4 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background: #fff3c7;
	border: 1px solid #cccccc;
}
.insurance section p {
	font-weight: 700;
	margin-bottom: 10px;
}
.insurance section p span {
	background: linear-gradient(transparent 50%, #fff3c7 50%);
}

.insurance-intro {
	text-align: center;
}

.insurance section ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #cccccc;
}
.insurance section ul li {
	padding-left: -20px;
}
.insurance section ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
@media print, screen and (min-width: 500px) {
	.insurance section ul {
		font-size: 15px;
	}
}
@media only screen and (max-width: 499px) {
	.insurance {
		width: 100%;
		padding: 0 15px;
		margin: 30px auto;
	}
	.insurance .indent {
		padding: 0;
	}

	.insurance section {
		margin: 30px auto;
		padding: 15px;
	}
	.insurance section h4 {
		font-size: 16px;
		margin: 0 auto 15px;
	}
	.insurance section p {
		font-size: 14px;
	}
	.insurance section ul {
		margin-bottom: 30px;
	}
	.insurance section ul li {
		width: 100%;
	}
}

/*--------------------------------
　バナー
---------------------------------*/
.insurance-banner {
	margin: 30px 0 70px;
}
.insurance-banner .fukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	font-weight: 700;
}
.insurance-banner .fukidashi::before {
	content: "";
	width: 20px;
	height: 2px;
	transform: rotate(60deg);
	box-sizing: border-box;
	background-color: #333333;
}
.insurance-banner .fukidashi::after {
	content: "";
	width: 20px;
	height: 2px;
	transform: rotate(-60deg);
	box-sizing: border-box;
	background-color: #333333;
}
.insurance-banner a {
	display: block;
	width: 300px;
	border: 1px solid #cccccc;
	margin: 0 auto;
}
.insurance-banner a:hover {
	opacity: 0.7;
}
.insurance-banner img {
	width: 100%;
}
@media only screen and (max-width: 499px) {
	.insurance-banner {
		width: 100%;
		margin: 30px 0 50px;
	}
	.insurance-banner .fukidashi {
		font-size: 13px;
		padding: 5px 0;
		gap: 5px;
	}
	.insurance-banner .fukidashi::before {
		width: 15px;
	}
	.insurance-banner .fukidashi::after {
		width: 15px;
	}
	.insurance-banner a {
		width: 100%;
		max-width: 250px;
	}
}
