@charset "utf-8";
/* CSS Document */

/*
 * insurance special contents
 * hoken -nenkin handbook
 * per article  styles CSS
 * ========================================================================== */

.interview.bond section section {
	margin-bottom: 64px;
}

.interview.bond h3 {
	position: relative;
	margin-bottom: 16px;
	padding: 8px;
	background: #007c8e;
	color: #fff;
	line-height: 20px;
}

.interview.bond h3.no_bg {
	background: none;
	color: #333;
	font-size: 24px;
	line-height: 28px;
}

.interview.bond h3.number {
	margin-left: 32px;
	padding-left: 40px;
}

.interview.bond h3 span.number {
	display: block;
	position: absolute;
	left: -32px;
	bottom: 0;
	width: 64px;
	height: 64px;
	background: #fff;
	border: solid 2px #007c8e;
	border-radius: 50%;
	color: #007c8e;
	font-size: 40px;
	font-weight: normal;
	line-height: 64px;
	text-align: center;
}

.interview.bond h3 span.lowyer {
	display: block;
	text-align: right;
}

.interview.bond .about_bond {
	display: flex;
	justify-content: space-between;
}

.interview.bond .about_bond p {
	width: 640px;
	max-width: 100%;
}

.interview.bond .about_bond img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*
 * Tablet CSS
 * タブレット用CSS
 * ========================================================================== */
@media (max-width: 1024px) {
	.interview.bond .about_bond {}

	.interview.bond .about_bond p {
		margin-right: 20px;
		width: 500px;
	}

	.interview.bond .about_bond .graph {
		width: 200px;
	}

	.interview.bond .about_bond img {}

}

/*
 * Smart phone CSS
 * スマホ用CSS
 * ========================================================================== */
@media (max-width: 767px) {
	.interview.bond .about_bond {
		flex-direction: column;
	}

	.interview.bond .about_bond p {}

	.interview.bond .about_bond img {
		display: block;
		margin: 0 auto;
	}

}
