@charset "utf-8";
/* CSS Document */

/*
 * pickup contents main area CSS
 * Individual description file
 * pickup "Lawyers office" Contents
 * ========================================================================== */

/* ========================
 * page head
 * ======================== */
.head {
	background: url("../../../images/pickup/insurance/03/head_bg.webp") no-repeat center center;
	background-size: cover;
	color: #fff;
}

.head.type_bg h1 .upper_title {
	padding: 16px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	font-size: 20px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
}

h2 .number {
	font-size: 40px;
}

h3 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: normal;
}

em {
	font-style: normal;
	text-decoration: underline;
}

.step_items {
	list-style: none;
}

.step_items li {
	position: relative;
	margin-bottom: 16px;	
}

.step_items li::after {
	content: '';
	display: block;
	position: relative;
	bottom: -8px;
	right: 0;
	left: 0;
	margin: auto;
	width: 26px;
	height: 44px;
	background: url("../../../images/pickup/insurance/03/step_arrow.webp") no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
}

.step_items li:last-child::after {
	display: none;
}

.step_items li .text_bos {
	margin-bottom: 16px;
	padding: 16px 16px 16px 40px;
	position: relative;
	background: #eee;
	line-height: 24px;
}

.step_items li .text_bos .number {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 8px;
	border-radius: 0 0 8px 0;
	background: #dd5847;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.step_items li .photo_box {
	display: flex;
	justify-content: center;
}

table {
	margin-bottom: 24px;
}

table tr th,
table tr td {
	padding: 8px;
	border: solid 1px #fff;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}

table tr th {
	font-weight: normal;
	background: #009bd3;
	color: #fff;
}

table tr th:first-child {
	background: #dededd;
	color: #333;
}

table tr td {
	background: #def1fb;
	font-size: 18px;
	line-height: 28px;
}

table tr td span {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

ul.items {
	margin-bottom: 32px;
	padding-left: 20px;
}

ul.items li {
	margin-bottom: 16px;
	line-height: 24px;
}

.flex_wrapper {
	margin-bottom: 32px;
}

.notice {
	padding-top: 32px;
	border-top: solid 1px #333;
}

.notice ul.items li {
	font-size: 14px;
	line-height: 20px;
}



/*
 * Tablet CSS
 * タブレット用CSS
 * ========================================================================== */
@media (min-width: 766px) {
	.head {}

	.head.type_bg h1 .upper_title {
		width: 20em;
		font-size: 32px;
		line-height: 48px;
		text-align: left;
	}

	.head.type_bg h1 .lower_title {
		display: block;
		margin: 0 auto;
		width: 20em;
		text-align: left;
	}

	h2 {
		display: flex;
		align-items: flex-end;
	}

	h2>span {
		margin-right: 1em;
		flex-shrink: 0;
	}

	h2::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		border-top: solid 1px #333;
		padding-bottom: 0.5em;
	}

	h2 .number {}

	h3 {}

	em {}

	.step_items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.step_items li {
		max-width: 450px;
	}

	.step_items li::after {}

	.step_items li:last-child::after {}

	.step_items li .text_bos {}

	.step_items li .text_bos .number {}

	.step_items li .photo_box {}

	table {
		margin: 0 auto 24px;
	}

	table tr th,
	table tr td {}

	table tr th {}

	table tr th:first-child {}

	table tr td {}

	table tr td span {}

	ul.items {}

	ul.items li {}

	.photo_box img {
		margin: 0 auto;
	}

	.flex_wrapper {}

	.notice {}

	.notice ul.items li {}

}

/*
 * PC CSS
 * コンピュータ用CSS
 * ========================================================================== */

@media (min-width: 1240px) {
	.head {}

	.head.type_bg h1 .upper_title {
		font-size: 46px;
		line-height: 64px;
	}

	.head.type_bg h1 .lower_title {}

	h2 {
		margin-bottom: 42px;
	}

	h2>span {}

	h2::after {}

	h2 .number {}

	h3 {}

	em {}

	.step_items {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}

	.step_items li {
		margin-right: 64px;
	}

	.step_items li:nth-child(1) {
		width: 252px;
	}

	.step_items li:nth-child(2) {
		width: 372px;
	}

	.step_items li:nth-child(3) {
		width: 244px;
	}

	.step_items li:last-child {
		margin-right: 0;
	}

	.step_items li::after {
		position: absolute;
		margin: auto 0;
		top: 0;
		bottom: 0;
		right: -48px;
		left: auto;
		transform: rotate(0);
	}

	.step_items li:last-child::after {}

	.step_items li .text_bos {}

	.step_items li .text_bos .number {}

	.step_items li .photo_box {}

	table {
		margin: 0;
		width: 480px;
	}

	table tr th,
	table tr td {}

	table tr th {}

	table tr th:first-child {}

	table tr td {}

	table tr td span {}

	.flex_wrapper {
		justify-content: space-between;
	}
	
	section.featurs .flex_wrapper {
		align-items: flex-start;
	}

	section.featurs ul.items {
		width: 440px;
	}
	
	section.recent ul.items {
		width: 450px;
	}
	
	ul.items {}

	ul.items li {}

	.photo_box img {
		margin: 0 auto;
	}

	.flex_wrapper {}

	.notice {}

	.notice ul.items li {}

}
