@charset "UTF-8";
/*! /ninchi/css/ninchi.css */


/* 特長
========================================================================== */

/* 保障内容 */
.block-hosho{
	display: flex;
	margin-top: 20px;
}
.block-hosho__inner{
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;
}
.block-hosho__plus{
	margin: auto;
}
.block-hosho__plus img{
	display: block;
	width: 30px;
	margin: 5px auto 15px;
}
.block-hosho__price{
	color: #e53342;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.block-hosho__price b{
	font-size: 2.8rem;
}
@media screen and (max-width:767px) {
	.block-hosho{
		flex-direction: column;
	}
}
@media screen and (min-width:767px) {
	.block-hosho__price{
		font-size: 2.0rem;
	}
	.block-hosho__plus img{
		width: 35px;
		margin: auto 20px;
	}
}

/* お申込みの流れ */
.box-step {
	display: flex;
	gap: 30px;
}
.box-step li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 2px solid #f39800;
	width: 100%;
}
.box-step li:not(:last-child)::before {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 10px solid #cbcbcd;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.box-step li .box-step__num {
	position: absolute;
	display: flex;
	align-items: center;
    justify-content: center;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #f39800;
}
.box-step li:last-child {
	color: #fff;
	font-weight: bold;
	background-color: #f39800;
}
.box-step li img {
	max-width: 30px;
	max-height: 30px;
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	.box-step {
		flex-direction: column;
	}
	.box-step li:not(:last-child)::before {
		top: auto;
		bottom: -36px;
		left: 0;
		right: 0;
		border-top: 12px solid #cbcbcd;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		z-index: -5;
	}
	.box-step li .box-step__num {
		color: #f39800;
		background-color: #ffe9c2;
		padding: 8px;
		width: auto;
		height: 100%;
	}
}
@media screen and (min-width:768px) {
	.box-step {
		font-size: 1.5rem;
	}
	.box-step li:not(:last-child) {
		padding: 10px 10px 10px 30px;
	}
	.box-step li:last-child {
		max-width: 70px;
	}
	.box-step li .box-step__num {
		font-size: 1.6rem;
	}
	.box-step li img {
		max-width: 40px;
		max-height: 40px;
		margin-left: 15px;
	}
}

/* 保障の対象 */
.tbl-subject {border-top: none;}
.tbl-subject thead th {border-top: 1px solid #ccc;}

@media screen and (max-width:767px) {
	.tbl-subject {line-height: 1.5;}
}
@media screen and (min-width:768px) {
	.tbl-subject {font-size: 1.6rem;}
}

.tbl-subject thead th:nth-child(2),
.tbl-subject tbody td:nth-child(2) {background-color: #fffeee;}
.tbl-subject thead th:nth-child(3),
.tbl-subject tbody td:nth-child(3) {background-color: #f6faed;}

.tbl-subject thead th:first-child {
	border-top: none;
	border-left: none;
	padding: 0;
	background-color: #fff;
}
.tbl-subject thead th:first-child span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 8px 10px;
	margin-top: 70px;
	background-color: #ffdb66;
}
.tbl-subject thead th:first-child span::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #ffdb66 transparent transparent transparent;
	z-index: 0;
}
.tbl-subject tbody th {
	background-color: #fff;
}

.tbl-subject thead th:not(:first-child) span {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #f39800;
	border-radius: 5px;
}
.tbl-subject thead th:nth-child(2) b {color: #eb6100; font-weight: bold;}
.tbl-subject thead th:nth-child(3) span {background-color: #8ec43e;}
.tbl-subject thead th:nth-child(3) b {color: #43b149; font-weight: bold;}

.tbl-subject .th--person01 b,
.tbl-subject .th--person02 b,
.tbl-subject td b {
	display: inline-block;
	color: #f280a6;
	font-weight: bold;
	padding: 3px 8px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 2px solid #ef858c;
	border-radius: 6px;
}
.tbl-subject .th--person02 b,
.tbl-subject tr:last-of-type td:last-of-type b {
	color: #ba6bb0;
	border-color: #ba79b1;
}
@media screen and (min-width:768px) {
	.tbl-subject thead th:first-child span {
		padding: 8px 20px;
		margin-top: 35px;
	}
	.tbl-subject thead th:not(:first-child) span {
		padding: 5px 5px 3px;
	}
	.tbl-subject .th--person01 b,
	.tbl-subject .th--person02 b,
	.tbl-subject td b {
		padding: 4px 20px 0;
	}
}


/* 保険料例
========================================================================== */

@media screen and (max-width:767px) {
	#price .list.elm-section-l {margin-bottom: 0!important;}
}