@charset "UTF-8";


/*------------------------------------------------------------------------------
	サイドナビゲーション設定
------------------------------------------------------------------------------*/
#snavi .kasai-erabi .ico-tk li { background: url(../img/snavi_icon_tk.gif) no-repeat left center; }
#snavi .kasai-erabi .tk-list { background: #e0f2fa; padding-top: 5px; padding-bottom: 5px; }
#snavi .kasai-erabi .tk-list li { border-style: none; margin: 0px; padding: 0px 0px 0px 5px; line-height: 1.3; }


/*------------------------------------------------------------------------------
	補償内容
------------------------------------------------------------------------------*/
.body-tk .tab { border-bottom: 4px solid #2ca5df; }
.body-tk .blue{color:#2ca5df;}

.body-tk .menseki table.jishin { margin: 0 auto; padding: 0; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.body-tk .menseki table.jishin thead th { padding: 5px 20px; color: #fff; text-align: center; background-color: #8ec43e; border-right: 1px solid #ccc;}
.body-tk .menseki table.jishin tbody th { text-align: center; background-color: #e8face; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.body-tk .menseki table.jishin tr { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.body-tk .menseki table.jishin td { padding: 4px 50px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.body-tk .menseki table.jishin td.lineDot { border-right: 2px dotted #ccc;}

/* 補償内容 テーブル
------------------------------------------------------------------------------*/
.body-tk .hosho table thead th.type {
	font-size: 16px;
	background: #2ca5df;
}
.hosho table tbody tr td {
	background: #d5edf9;
}
.body-tk .hosho table thead th.type.etc {
	font-size: 14px;
	background: #ff7200;
}

.body-tk .hosho table tbody tr td.no {
	background: #b5cad4;
}
.body-tk .hosho table tbody tr td.etc {
	background: #ffe3cc;
}
.body-tk .hosho table tbody tr td.etc.no {
	background: #d9c1ae;
}

/* 免責金額
------------------------------------------------------------------------------*/
.roundBox_01 {
	color: #fff;
	display: inline-block;
	background: #dd525d;
	border-radius: 2px;
	padding: 0 4px;
	margin: 0 2px;
	height: 1.5em;
	line-height: 1.5em;
}
.roundBox_02 {
	display: inline-block;
	background: none;
	border: 3px solid #ed7a9b;
	/*border-radius: 10px;*/
	padding: 1px 3px;
	margin: 0 2px;
	height: 20px;
	line-height: 20px;
	box-sizing: content-box;
}
.roundBox_03 {
	display: inline-block;
	background: none;
	/*border-radius: 10px;*/
	padding: 1px 3px;
	margin: 0 2px;
	line-height: 20px;
}
.roundBox_03 a {
	font-size: 12px
}

.riskBox { font-size: 14px; margin: 15px 0; padding: 10px 15px; border: 1px solid #2ca5df; }
.riskBox .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.riskBox .roundBox_03 {
	width: 100%;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
	display: inline-block;
	background: #7eb242;
	border-radius: 5px;
	padding: 3px 10px 2px;
	margin: 0 0 10px;
	line-height: 25px;
}

.riskBox .roundBox_03 + p {
	margin: 0 0 10px;
}

.riskBox .squareBox {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #000;
	padding: 2px 10px;
	margin: 0 10px;
}
.riskBox .squareBox.bg01 {
	background: #dbecc8;
	margin-left: 0;
}
.riskBox .squareBox span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	background: #dbecc8;
}
@media screen and (max-width: 767px) {
	.riskBox .squareBox{
		margin: 0;
		text-align: center;
	}
	.riskBox .squareBox.bg01,
	.riskBox .squareBox{
		display: block;
		height: auto;
		text-align: left;
	}
}

.riskBox hr {
	margin: 15px 0;
	border-style: 1px dotted #b3b3b3;
}

.riskBox .roundBox_04 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	background: #17aab0;
	border-radius: 6px;
	padding: 2px 10px;
	margin: 30px 0 10px;
	line-height: 25px;
}
.riskBox .riskBox-wind{
	position: relative;
}

.riskBox .riskBox-wind:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #b3b3b3;
	position: absolute;
	bottom: -15px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.riskBox .riskBox-wind{
	text-align: center;
	}
}

.riskBox table {
	border-collapse: collapse;
	margin: 5px 0 10px;
}
.riskBox table th,
.riskBox table td {
	border: 1px solid #000;
}
.riskBox table th {
	text-align: center;
	background: #9adcdf;
}
.riskBox table td {
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
}
.riskBox table td.water {
	background: #d6f9fb;
	text-align: center;
}
.riskBox table td span {
	color: #17aab0;
    font-weight: bold;
}

.body-tk .red-border{
	border:1px solid #eb6d98;
	font-size:1.2rem;
	margin-top: 15px;
	padding: 10px;
}

/* 事故の際に修理費を補償する損害保険金
------------------------------------------------------------------------------*/
.songai-ex{
	margin-top: 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.songai-ex .col01{
	background: #fadae3;
	padding: 10px;
	font-size: 1.4rem;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.songai-ex .col01,
.songai-ex .col02{
	color: #eb6d98;
	text-align: center;
	font-weight: bold;
}
.songai-ex .col02{
	padding: 12px;
	font-size: 2rem;
	width: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.songai-ex .col03{
	width: 75%;
}
.songai-ex ul{
	display: table;
	background: #fdeef2;
}
.songai-ex ul:not(:last-child){
	padding-bottom: 0;
	margin-bottom: 10px;
}

.songai-ex ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-size: 1.4rem;
}
.songai-ex ul li:first-child{
	width:20%;
}
.songai-ex ul li img{
	width:80%;
}
.songai-ex ul li:last-child{
	width: 40%;
}
.songai-ex ul li:not(:last-child){
	background: #fadae3;
}
.songai-ex ul li span{
	font-weight: bold;
}
.songai-ex ul li span b{
	color: #eb6d98;
}

@media screen and (max-width: 767px) {
	.songai-ex .col01,
	.songai-ex .col02,
	.songai-ex .col03{
		width: 100%;
		display: block;
	}
	.songai-ex ul{
		display: block;
	}
	.songai-ex ul li{
		padding: 8px 10px;
		display: block;
	}
	.songai-ex ul li:last-child{
		width: 100%;
		text-align: left;
	}
	.songai-ex ul li:first-child{
	width: 100%;
	}
	.songai-ex .col02{
		padding: 0;
	}
}

/* 地震保険について
------------------------------------------------------------------------------*/
.risk-box{
	overflow: hidden;
	margin-bottom: 10px;
}
.risk-box dl{
	width: 50%;
	float: left;
}
.risk-box dt{
	padding: 5px 0;
	border-right: 4px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #2ca5df;
}
.risk-box dl:last-child dt{ border-right:none;}
.risk-box dd{
	padding: 10px 5px;
	width: 100%;
	height:110px;
	border-bottom:  2px solid #fff;
	display: table;
	color: #2ca5df;
	background-color: #dcf2fd;
}
.risk-box dd img,
.risk-box dd span{
	vertical-align: middle;
	display: table-cell;
}
.risk-box dd img{
	padding: 10px 0 0 10px;
}
.risk-box dd span{
	font-weight: bold;
	width: 70%;
}
@media screen and (max-width: 767px) {
	.risk-box dl{
		width: 100%;
		float:none;
		margin-bottom: 10px;
	}
	.risk-box dl:last-child{margin-bottom:0;}
	.risk-box dt{ border-right: none;}
}


/*------------------------------------------------------------------------------
	オプション・サポートサービス
------------------------------------------------------------------------------*/

/* 住まいのサイバーアシスト */
.option .cyber-risk{
	border: 1px dotted #9c699f;
	border-radius: 8px;
}
.option .cyber-risk .txt-b{
	color: #9c699f;
	font-size: 1.6rem;
}

/* 住まいの選べるアシスト特約 */
.option table.assist {
	font-size: 1.4rem;
	border-collapse: collapse;
	margin: 10px 0 0 0;
}
.option table .thwl{ width: 25%;}
.option table .thwr{ width: 75%;}

.option table.assist th,
.option table.assist td {
	padding: 5px 10px;
	border: 1px solid #999;
}
.option table.assist th {
	text-align: center;
	font-size: 1.4rem;
	background: #eee;
}
.option table.assist thead th {
	text-align: center;
}
.option table.assist th img {
	float: left;
	margin: 0 10px 0 0;
}
.option table.assist th span {
	font-size: 1.4rem;
	font-weight: normal;
}
.option table.assist td {
	vertical-align: middle;
}
.option table.assist td span{
	display: inline-block;
}
.option table.assist td span:not(:last-child) {
	margin-right: 5px;
}
.option table.assist td span::before {
	color: #2ca5df;
}
@media screen and (max-width: 767px) {
	.option table .thwl{ width: 40%;}
	.option table .thwr{ width: 60%;}
	.option table.assist th { font-size: 1.4rem;}
	.option table.assist th img{
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}


/*------------------------------------------------------------------------------
	新マンション総合
------------------------------------------------------------------------------*/
.body-tk .hosyo-box{margin-top: 15px;}
.body-tk .hosyo-box li{margin-bottom: 15px;}
.body-tk .hosyo-box li:last-child{margin-bottom: 0;}
.body-tk .hosyo-box .border-box{
  border:2px solid #bddbc0;
  border-radius: 10px;
  padding-left: 10px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  /* align-items: center; */
}
.body-tk .hosyo-box .text-area{
  width: 50%;
	padding: 10px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.body-tk .hosyo-box .img-area{
  width: 50%;
  float: left;
  border-radius: 0 9px 9px 0;
  background-color: #ebf5ec;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:center;/*--- safari（PC）用 ---*/
  justify-content:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}
.txt-border{
  border:1px solid #ccc;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 10px 0 0;
}
.body-tk.body-kumiai img[src$='.svg']{width: auto;}
.body-tk.body-kumiai .hosyo-box img{
	max-height: 91px;
}


/*------------------------------------------------------------------------------
	一般企業総合保険
------------------------------------------------------------------------------*/
.tk-i sup{ color: #C00}
.hosho02 .hosho-tbl table{table-layout: auto;}
.hosho02 .hosho-tbl .col-hosyo{width: 200px;}

.hosho02 table thead th.type_1,
.hosho02 table thead th.type_2,
.hosho02 table thead th.type_3,
.hosho02 table thead th.type_4,
.hosho02 table thead th.type_5,
.hosho02 table thead th.type_6{
  color: #fff;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0;
  border-left: 2px solid #fff;
}
.hosho02 table thead th.type_1{ background-color:#00aaeb;}
.hosho02 table thead th.type_2{ background-color:#6dba4f;}
.hosho02 table thead th.type_3{ background-color:#f4a22c;}
.hosho02 table thead th.type_4{ background-color:#e46540;}
.hosho02 table thead th.type_5{ background-color:#e8579a;}
.hosho02 table thead th.type_6{ background-color:#a94f99;}
.hosho02 table tbody tr td,
.hosho02 table tbody tr th{
  background-color: #fdeef2;
}
.hosho02 .p_head{
  width: 4%;
  background-color: #eb6d98;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}
.hosho02 table tbody tr td{line-height: 1;}

.hosho02 .brn{border-bottom: none;}
.hosho02 table .pl_1{ color:#00aaeb;}
.hosho02 table .pl_2{ color:#6dba4f;}
.hosho02 table .pl_3{ color:#f4a22c;}
.hosho02 table .pl_4{ color:#e46540;}
.hosho02 table .pl_5{ color:#e8579a;}
.hosho02 table .pl_6{ color:#a94f99;}
.hosho02 table sup{ color:#C00;}
.body-tk .hosho02 table tbody tr td.no{
  background-color: #e6e6e6;
  color:#808080;
}
.hiyou .box-border .ttl{font-size: 1.6rem;}
.hiyou .txt-bg-pink{
  color: #fff;
  background-color: #eb6d98;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}
.ttl03-bell{ background-color: #ebf7f0; border-left: 3px solid #3db26f; }
.ttl03-bell span::before,
.ttl03-bell span::after{ background-color: #3db26f}
.ttl03-bell.link-icon::after{ border-color: #3db26f!important;}

.ttl-bell{
  color: #3db26f;
  margin-top: 10px;
  font-weight: bold;
}
.img-tel{
  display: block;
  margin-top: 10px;
}