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


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

/* 特長1 */
.block-hosyo{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.block-hosyo__ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	min-width: 50px;
	padding: 8px 5px;
	margin: 0 0 10px 0;
	background-color: #22a4e6;
}
.block-hosyo__detail{
	display: flex;
	flex-direction: column;
	text-align: center;
	border: 1px solid #22a4e6;
}
.block-hosyo__detail dt{
	color: #fff;
	padding: 6px 10px;
	background-color: #22a4e6;
}
.block-hosyo__detail dd{
	padding: 12px 10px 2px;
}

.block-hosyo__list--main{
	display: flex;
	flex-flow: wrap;
	margin-top: 10px;
}
.block-hosyo__list--main li{
	width: calc(100% / 2 - 4px);
	padding: 5px;
	margin-bottom: 8px;
	background-color: #d6eafa;
}
.block-hosyo__list--main li:not(:nth-child(2n)){
	margin-right: 8px;
}

@media screen and (max-width:767px) {
	.block-hosyo{
		flex-direction: column;
	}
}
@media screen and (min-width:768px) {
	.block-hosyo__ttl,
	.block-hosyo__detail dt{
		font-size: 1.8rem;
	}
	.block-hosyo__ttl{
		padding: 15px 5px;
		margin: 0 10px 0 0;
		writing-mode: vertical-lr;
		-ms-writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
		letter-spacing: .2em;
		}
	.block-hosyo__detail dt{
		padding: 10px 10px 7px;
	}
	.block-hosyo__detail dd{
		padding: 15px 20px 10px;
	}
	.block-hosyo__list--main li{
		width: calc(100% / 4 - 9px);
		font-size: 1.5rem;
		padding: 8px 5px 5px;
		margin-bottom: 10px;
	}
	.block-hosyo__list--main li:not(:nth-child(4n)){
		margin-right: 12px;
	}
}


/* 特長2 */
.block-hosyo--option .block-hosyo__ttl{
	color: #333;
	background-color: #f2f2f2;
}
.block-hosyo__inner{
	display: flex;
	flex-flow: wrap;
}
.block-hosyo__inner .block-hosyo__detail{
	margin-bottom: 10px;
}
.block-hosyo__inner .block-hosyo__detail dd {
	padding: 10px;
}

.block-hosyo--option .block-hosyo__detail:first-child {border-color: #00a5a3;}
.block-hosyo--option .block-hosyo__detail:first-child dt {background-color: #00a5a3;}
.block-hosyo--option .block-hosyo__detail:nth-child(2) {border-color: #96c23d;}
.block-hosyo--option .block-hosyo__detail:nth-child(2) dt {background-color: #96c23d;}
.block-hosyo--option .block-hosyo__detail:nth-child(3) {border-color: #de54a0;}
.block-hosyo--option .block-hosyo__detail:nth-child(3) dt {background-color: #de54a0;}
.block-hosyo--option .block-hosyo__detail:nth-child(4) {border-color: #724ba6;}
.block-hosyo--option .block-hosyo__detail:nth-child(4) dt {background-color: #724ba6;}
.block-hosyo--option .block-hosyo__detail:nth-child(5) {border-color: #0062a9;}
.block-hosyo--option .block-hosyo__detail:nth-child(5) dt {background-color: #0062a9;}

@media screen and (max-width:767px) {
	.block-hosyo__inner{
		flex-direction: column;
	}
}
@media screen and (min-width:768px) {
	.block-hosyo__inner .block-hosyo__detail{
		width: calc(100% / 3 - 8px);
	}
	.block-hosyo__inner .block-hosyo__detail:not(:nth-child(3n)){
		margin-right: 12px;
	}
	.block-hosyo__inner .block-hosyo__detail:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.block-hosyo__inner .block-hosyo__detail dt {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 10px 10px 8px;
	}
	.block-hosyo__inner .block-hosyo__detail dd {
		padding: 15px 15px 12px;
	}
	.block-hosyo__inner .block-hosyo__detail dd .list-s{
		display: inline-block;
		margin: 0 auto;
	}
}



/* 保障内容
========================================================================== */

/* 保障内容一覧 */
.guard-hosyo .compensation__tbl .bg00 {
	font-size: 2.0rem;
	padding: 15px 12px 18px;
	background: #0061a0;
}
.guard-hosyo .compensation__tbl .bg00 .txt-ss{
	display: block;
}

.guard-hosyo .compensation__tbl th{
	position: relative;
	padding: 15px 0;
	text-align: left;
}
.guard-hosyo .compensation__tbl .dis__none {
	width: auto;
}
.guard-hosyo .compensation__tbl .dis__none.item-ttl--side {
	background-color: #fff;
}
.guard-hosyo .compensation__tbl th.item-ttl--side{
	width: 12px;
	padding: 0;
}
.guard-hosyo .compensation__tbl th.item-ttl{
	position: relative;
	width: 100%;
}
.guard-hosyo .compensation__tbl th.item-ttl::before{
	position: absolute;
	content: '';
	top: 0;
	left: -3px;
	background-color: #ccc;
	width: 4px;
	height: 100%;
}
.guard-hosyo .compensation__tbl__wrap:last-child .compensation__tbl th.item-ttl{
	width: auto;
}

.guard-hosyo .tr__plus td{
	padding: 10px;
}
.guard-hosyo .tr__plus img{
	margin: 0;
}
.txt-bg--menjo{
	color: #f27318;
	margin: 5px 0;
	background-color: #ffecde;
}
@media screen and (min-width:768px) {
	.guard-hosyo .compensation__tbl__wrap{
		margin-bottom: 10px;
	}
	.guard-hosyo .compensation__tbl th.item-ttl--side{
		width: 20px;
	}
	.compensation__tbl td{
		padding: 15px;
	}
}
@media screen and (max-width:767px) {
	.guard-hosyo .compensation__tbl .bg00{
		font-size: 1.7rem;
		padding: 10px 5px;
	}
	.guard-hosyo .compensation__tbl .bg00 .txt-ss{
		font-size: 1.0rem!important;
	}
	.guard-hosyo .compensation__tbl th{
		font-size: 1.5rem;
		width: 100px;
		padding: 10px 32px 10px 2px;
	}
	.guard-hosyo .compensation__tbl__wrap:last-child .compensation__tbl th.item-ttl{
		padding: 10px 10px 10px 2px;
	}
	.guard-hosyo .compensation__tbl__wrap:last-child .compensation__tbl th.item-ttl .tbl__help{
		top: auto;
		bottom: 8px;
	}
	.guard-hosyo .compensation__tbl .payment__type{
		margin-bottom: 0;
	}
	.guard-hosyo .compensation__tbl .benefits__unit.fz18{
		font-size: 1.6rem!important;
	}
}

.guard-hosyo .compensation__tbl th{color: #fff;}
.guard-hosyo .basic__tbl th{background: #22a4e6;}
.guard-hosyo .basic__tbl th.item-ttl::before{background: #22a4e6;}
.guard-hosyo .basic__tbl .td__left{background: #e5f7ff;}
.guard-hosyo .senshin__tbl th{background: #00a5a3;}
.guard-hosyo .senshin__tbl th.item-ttl::before{background: #00a5a3;}
.guard-hosyo .senshin__tbl .td__left{background: #e1f5f4;}
.guard-hosyo .chiryo__tbl th{background: #96c23d;}
.guard-hosyo .chiryo__tbl th.item-ttl::before{background: #96c23d;}
.guard-hosyo .chiryo__tbl .td__left{background: #eef5e0;}
.guard-hosyo .woman__tbl th{background: #de54a0;}
.guard-hosyo .woman__tbl th.item-ttl::before{background: #de54a0;}
.guard-hosyo .woman__tbl .td__left{background: #ffebf6;}
.guard-hosyo .severe__tbl th{background: #724ba6;}
.guard-hosyo .severe__tbl th.item-ttl::before{background: #724ba6;}
.guard-hosyo .severe__tbl .td__left{background: #f3ebff;}
.guard-hosyo .support__tbl th{background: #0062a9;}
.guard-hosyo .support__tbl th.item-ttl::before{background: #0062a9;}
.guard-hosyo .support__tbl .td__left{background: #e5f4ff;}
.guard-hosyo .menjo__tbl th{background: #f27318;}
.guard-hosyo .menjo__tbl th.item-ttl::before{background: #f27318;}
.guard-hosyo .menjo__tbl .td__left{background: #fff0e5;}

.guard-hosyo .tbl__help{
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 8px;
	margin: auto;
	background: url(../../img/icon/ico_help_white.svg) no-repeat 0 0px;
}
@media screen and (max-width:767px) {
	.guard-hosyo .tbl__help{
		height: 20px;
		width: 20px;
		background-size: 20px;
	}
}



/* プラン一覧 */
.guard-hosyo .plan__tbl .plan__tbl__select th {background-color: #e0e0e0; color: #333;}
.guard-hosyo .plan__tbl .plan__tbl__select.bg04 th {background-color: #666; color: #fff;}
.guard-hosyo .plan__tbl th:nth-child(2), .guard-hosyo .plan__tbl td:nth-of-type(2){color: #0061a0;}
.guard-hosyo .plan__tbl th:nth-child(3), .guard-hosyo .plan__tbl td:nth-of-type(3){color: #00a5a3;}
.guard-hosyo .plan__tbl th:nth-child(4), .guard-hosyo .plan__tbl td:nth-of-type(4){color: #84b326;}
.guard-hosyo .plan__tbl th:nth-child(5), .guard-hosyo .plan__tbl td:nth-of-type(5){color: #d14f97;}
@media screen and (min-width:768px) {
	.guard-hosyo .plan__tbl .col1 {width: 110px;}
	.guard-hosyo .plan__tbl .col2 {width: 180px;}
}
@media screen and (max-width:767px) {
	.block-plan__tbl{
		position: relative;
	}
	.block-plan__tbl::before,
	.block-plan__tbl::after{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 2px;
		height: 84px;
		background-color: #fff;
	}
	.block-plan__tbl::after{
		left: auto;
		right: 0;
	}
	.block-plan__tbl .plan__tbl{
		position: static;
	}

	.guard-hosyo .plan__tbl .col1 {
		width: 30px;
		max-width: 30px;
	}
	.plan__tbl thead th:first-of-type{
		border-bottom: 2px solid #cccccc!important;
	}
	.guard-hosyo .plan__tbl thead .tr__balloon th:first-of-type::before{
		content: none;
	}
	.plan__tbl tbody th{padding: 10px;}
	.guard-hosyo .plan__tbl .td__left {left: 34px;}
}

.tr__balloon th{
	padding: 0 5px 8px;
	border: none!important;
}
.plan__tbl .plan-balloon{
	position: relative;
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 8px;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
}
.plan__tbl .plan-balloon::before{
	position: absolute;
	content: "";
	bottom: -29px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FFF;
	z-index: 2;
}
.plan__tbl .plan-balloon::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #b3b3b3;
	z-index: 1;
}

.tr__balloon th:first-child{
	position: relative;
}
.tr__balloon th:first-child::before{
	position: absolute;
	content: '';
	top: 0;
	left: -2px;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

@media screen and (min-width:768px) {
	.plan__tbl .plan-balloon{
		font-size: 1.4rem;
	}
}
@media screen and (max-width:767px) {
	.tr__balloon th{
		padding: 0 5px 12px;
		height: 85px;
	}
	.plan__tbl .tr__balloon th:first-child,
	.plan__tbl .tr__balloon + tr th:first-child{
		z-index: 100;
	}
	.plan__tbl .plan-balloon::before,
	.plan__tbl .plan-balloon::after{
		bottom: -17px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 8px solid #FFF;
	}
	.plan__tbl .plan-balloon::after{
		bottom: -18px;
		border-top: 8px solid #b3b3b3;
	}
}


/* 月払保険料例 */
.guard-hosyo .price__tbl .th__plan.bg01 {color: #0061a0;}
.guard-hosyo .price__tbl .th__plan.bg02 {color: #00a5a3;}
.guard-hosyo .price__tbl .th__plan.bg03 {color: #84b326;}
.guard-hosyo .price__tbl .th__plan.bg04 {color: #d14f97;}



