@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/bg_main.png) 0 0 repeat;
	background-size: 112px 112px;
	padding: 0;
	color: #222;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.end_txt {
	padding: 15px 0;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.display-sp {
	display: none;
}
.em-ft {
	color: #e4002b;
}
.note-txt {
	font-size: 1.2rem;
	color: #333;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
/* ============== top ================= */
.top_logo {
	background: #fff;
	padding: 15px 30px;
}
.top_ttl {
	background: #e4002b;
	position: relative;
	padding: 0 30px;
}
.top_ttl_badge {
	position: absolute;
	top: -54px;
	z-index: 100;
	max-width: calc(100% - 60px);
}
/* ============== btn ================= */
.btn_wrap {
	text-align: center;
	margin: 50px auto;
}
.btn_link {
	margin-top: 10px;
	display: inline-block;
}
/* ============== sec ================= */
.sec {
	padding: 5px 20px;
}
.sec_inner {
	max-width: 850px;
	margin: 75px auto;
}
.sec_ttl {
	margin: 0 auto 40px;
}
.point_ttl, .step_ttl, .voice_ttl {
	width: 52%;
}
.sec_lead {
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.sec_list {
	display: flex;
	flex-flow: column;
}
.sec_item {
	text-align: left;
	position: relative;
	min-height: 180px;
	border-radius: 10px;
	border-width: 4px;
	border-style: solid;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 2;
}
.sec_item_num {
	width: 61px;
	position: absolute;
	left: 22px;
	top: -11px;
	z-index: 100;
}
.sec_item_pic {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 440px);
	padding: 10px 30px 20px;
}
.sec_item_ttl {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 15px;
}
.sec_item_inner {
	text-align: left;
	flex: 0 0 412px;
	margin-left: 30px;
}
.sec_item_txt {
	color: #232323;
}
.sec_item_table {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 2.5;
	margin-top: 15px;
}
.sec_item_table tr {
	border: 1px solid #d4d4d4;
}
.sec_item_table_ttl {
	padding-left: 1rem;
}
#contents .sec_item_btn {
	margin: 25px auto 10px;
	padding-top: 2px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fffbe4;
	border-radius: 20px;
	border: 2px solid #f0cb00;
	color: #232323;
	text-decoration: none;
	height: 40px;
	filter: drop-shadow(0 4px 0 #f0cb00);
}
#contents .sec_item_btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #F0CB00 transparent transparent transparent;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.sec_item_txt_pic {
	margin-top: 25px;
}
/*summary*/
.summary .sec_inner {
	margin-top: 45px;
}
.summary .btn_wrap:first-of-type {
	margin-top: 0;
}
.summary_ttl {
	margin-top: 80px;
}
.summary_data {
	margin-bottom: 70px;
}
.summary_data_list {
	display: flex;
	margin-bottom: 30px;
}
.summary_data_item {
	border: 4px solid #ffd800;
	border-radius: 10px;
	background: #fff;
	width: calc((100% - 30px)/2);
}
.summary_data_item + .summary_data_item {
	margin-left: 30px;
}
.summary_data_item_ttl {
	background: #ffd800;
	font-size: 2rem;
	padding: 2px;
}
.summary_data_item_ttl .fz-l {
	font-size: 3rem;
}
.summary_data_item_ttl .em-ft {
	font-weight: bold;
}
.summary_data_item_txt {
	padding: 12px;
	line-height: 1.75;
	font-weight: bold;
	font-size: 1.6rem;
}
/*point*/
.point {
	background-size: auto auto;
	background-color: #fff08d;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 27px, #fff196 27px, #fff196 45px);
}
.point_list.sec_list {
	margin-top: 48px;
}
.point .sec_item {
	border-color: #fee64d;
	padding: 20px 25px;
}
.point .sec_item + .sec_item {
	margin-top: 38px;
}
.point_item-01 .sec_item_pic {
	padding-top: 20px;
}
.point .sec_item_ttl {
	color: #e4002b;
}
/*STEP*/
.step_list.sec_list {
	margin-top: 45px;
}
.step .sec_item + .sec_item{
	margin-top: 72px;
}
.step .sec_item {
	border-color: #ffd6ad;
	padding: 25px;
}
.step .sec_item:nth-of-type(n + 2)::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 24px 0 24px;
	border-color: #FFC387 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -55px;
	z-index: 100;
}
.step .sec_item_ttl {
	color: #ff7f00;
}
.step_item {
	min-height: 290px;
}
.step_item.step_item-04 {
	min-height: 170px;
}
.step_item.step_item-04 .sec_item_pic {
	padding: 20px 30px;
}
/*voice*/
.voice {
	background-size: auto auto;
	background-color: #ffe4cf;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 27px, #ffe6d2 27px, #ffe6d2 45px);
}
.voice_list.sec_list {
	margin-top: 30px;
}
.voice .sec_item + .sec_item {
	margin-top: 60px;
}
.voice_icon {
	display: inline-block;
	width: 132px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fdc083;
	position: absolute;
	left: 18px;
	top: -35px;
	z-index: 100;
}
.voice .sec_item {
	border-color: #fdc083;
	border-width: 4px;
}
.voice_item_inner {
	width: 100%;
}
.voice .sec_item_ttl {
	background: #ffd0a1;
	font-weight: bold;
	padding: 22px 20px 25px 168px;
	margin-bottom: 0;
	border-radius: 6px 6px 0 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.voice .sec_item_txt {
	padding: 23px 25px;
	border-width: 0;
}
.voice_status {
	font-size: 1.4rem;
	display: block;
	margin-left: -0.5rem;
}
/*iso*/
.iso {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}
.iso_inner {
	max-width: 695px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.iso_main {
	margin-left: 25px;
}
.iso_img {
	flex-shrink: 0;
}
.iso_ttl {
	font-weight: bold;
}
.iso_txt {
	font-size: 1.4rem;
}
/* ============== att =================== */
.att.sec {
	background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/bg_att.png) 0 0 repeat;
	background-size: 112px 112px;
}
.att .sec_list {
	background: #fff;
	border-radius: 20px;
	padding: 40px 50px;
	text-align: left;
	line-height: 1.7;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	padding-bottom: 10px;
	border-bottom: 3px solid #fdc083;
	margin-bottom: 15px;
	font-size: 2.4rem;
	color: #232323;
	font-weight: bold;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin: 20px auto;
	text-align: center;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
	margin-left: 1em;
	margin-bottom: 5px;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_small-unit dt {
	font-weight: bold;
	text-indent: 0;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	#contents {
		background-size: 56px 56px;
		font-size: 14px;
	}
	#contents a:hover {
		opacity: 1;
	}
	.note-txt {
		font-size: 1.2rem;
	}
	/* ============== top ================= */
	.top_ttl {
		background: #e4002b url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/mv_sp_20221025.png) 0 0 no-repeat;
		background-size: contain;
		padding: 95.1% 0 0 0;
	}
	/* ============== btn ================= */
	.btn_wrap {
		margin: 50px auto;
	}
	.btn_ttl {
		display: block;
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/btn_ttl_sp.png) 0 0 no-repeat;
		background-size: contain;
		padding-top: 15.38%;
	}
	.btn_ttl.btn_ttl-hoken {
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/btn_ttl_hoken_sp.png) 0 0 no-repeat;
		background-size: contain;
		padding-top: 14.72%;
	}
	.btn_ttl.btn_ttl-att {
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/btn_ttl_att_sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	.btn_balloon {
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/btn_balloon_sp.png) 0 0 no-repeat;
		background-size: contain;
		padding-top: 57.85%;
		margin-bottom: 20px;
		margin-left: -6px;
	}
	.btn_link {
		margin-top: 15px;
		display: block;
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/btn_sp.png) 0 0 no-repeat;
		background-size: contain;
		padding-top: 26.89%;
	}
	/* ============== sec ================= */
	.sec_inner {
		max-width: 100%;
		margin: 45px auto;
	}
	.point_ttl, .step_ttl, .voice_ttl {
		width: 100%;
	}
	.sec_lead {
		margin-bottom: 15px;
		line-height: 1.75;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.sec_list {
		display: flex;
		flex-flow: column;
	}
	.sec_item {
		border-radius: 5px;
		border-width: 0;
	}
	.sec_item_num {
		left: 15px;
		top: -7px;
	}
	.sec_item_pic {
		position: static;
		transform: none;
		width: 100%;
		border-width: 2px;
		border-style: solid;
		border-bottom: 0;
		border-top: 0;
		padding: 0;
	}
	.sec_item_ttl {
		font-size: 2.1rem;
		line-height: 1.6;
		padding: 10px 10px 10px 84px;
		border-radius: 5px 5px 0 0;
		margin-bottom: 0;
	}
	.sec_item_inner {
		flex: 1;
		margin-left: 0;
	}
	.sec_item_txt {
		padding: 20px;
		border-radius: 0 0 5px 5px;
		border-width: 2px;
		border-style: solid;
		border-top: 0;
	}
	#contents .sec_item_btn {
		margin: 15px auto 4px;
		border-radius: 30px;
		height: 58px;
		line-height: 1.5;
	}
	.sec_item_txt_pic {
		margin-top: 25px;
	}
	.sec_item_table {
		line-height: 1.7;
	}
	.sec_item_table_ttl {
		padding: 0.7rem 1rem;
		border: 1px solid #d4d4d4;
	}
	.sec_item_table_txt {
		padding: 0.7rem 1rem;
	}
	/*summary*/
	.summary .sec_inner {
		margin-top: 40px;
	}
	.summary_ttl {
		margin-top: 50px;
		background: url(https://pntc.sslcs.cdngc.net/cdn/bang_insurance_wzj/img/summary_ttl_sp.png) no-repeat center center;
		background-size: contain;
		padding-top: 110%;
	}
	.summary_data {
		margin-bottom: 50px;
	}
	.summary_data_list {
		flex-flow: column;
		margin-bottom: 15px;
	}
	.summary_data_item {
		border-width: 2px;
		border-radius: 5px;
		width: 100%;
	}
	.summary_data_item + .summary_data_item {
		margin-top: 20px;
		margin-left: 0;
	}
	.summary_data_item_ttl {
		font-size: 1.4rem;
		padding: 2px;
	}
	.summary_data_item_txt {
		padding: 12px;
	}
	/*point*/
	.point {
		background-image: repeating-linear-gradient(90deg, transparent, transparent 9px, #fff196 9px, #fff196 27px);
	}
	.point .sec_item {
		padding: 0;
	}
	.point .sec_item + .sec_item {
		margin-top: 30px;
	}
	.point .sec_item_txt, .point .sec_item_pic {
		border-color: #fee64d;
	}
	.point_item-01 .sec_item_pic {
		padding-top: 0;
	}
	.point .sec_item_ttl {
		color: #232323;
		background: #ffd800;
	}
	/*STEP*/
	.step_list.sec_list {
		margin-top: 45px;
	}
	.step .sec_item {
		padding: 0;
	}
	.step .sec_item + .sec_item {
		margin-top: 60px;
	}
	.step .sec_item_txt, .step .sec_item_pic {
		border-color: #ffd6ad;
	}
	.step .sec_item:nth-of-type(n + 2)::before {
		border-width: 26px 21px 0 21px;
		top: -42px;
	}
	.step .sec_item_ttl {
		color: #fff;
		background: #ff7f00;
	}
	.step .sec_item:last-of-type .sec_item_pic {
		border-top: 2px solid #ffd6ad;
		border-radius: 5px 5px 0 0;
	}
	.step .sec_item_pic {
		padding-top: 10px;
	}
	.step_item.step_item-04 .sec_item_pic {
		padding: 10px 0 0;
	}
	/*voice*/
	.voice {
		background-image: repeating-linear-gradient(90deg, transparent, transparent 9px, #ffe6d2 9px, #ffe6d2 27px);
	}
	.voice_list.sec_list {
		margin-top: 30px;
	}
	.voice_icon {
		width: 90px;
		border: 0;
		top: 15px;
	}
	.voice .sec_item {
		border-width: 2px;
		border-radius: 5px;
	}
	.voice .sec_item + .sec_item {
		margin-top: 30px;
	}
	.voice .sec_item_ttl {
		padding: 10px 10px 12px 128px;
		border-radius: 3px 3px 0 0;
		font-size: 1.8rem;
		min-height: 118px;
	}
	.voice .sec_item_txt {
		padding: 23px 25px;
		border-radius: 0 0 3px 3px;
	}
	.voice_status {
		font-size: 1rem;
	}
	/*iso*/
	.iso_inner {
		display: block;
		position: relative;
	}
	.iso_img {
		position: absolute;
		width: 72px;
		left: 0;
		top: 0;
	}
	.iso_ttl {
		height: 32px;
		padding-left: 80px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}
	.iso_txt {
		font-size: 1.2rem;
	}
	.iso_main {
		margin-left: 0;
	}
	/* ============== att =================== */
	.att.sec {
		background-size: 56px 56px;
	}
	.att .sec_list {
		border-radius: 5px;
		padding: 30px 20px;
	}
	.att_item + .att_item {
		margin-top: 8%;
	}
	.att_item_ttl {
		font-size: 1.6rem;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}