@charset "UTF-8";

/*========================================

	東京海上ウエスト少額短期保険株式会社
	
	skin_hoken-82165.css
	Recent Edit | 2025.09.13

========================================*/

/* ●clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE ¥*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/

/* ●clear */
.clear {
	clear: both;
}

/*----------------------------------------------------*/

#container {
	width: 100%;
	padding-top: 4px;
	background: url(/shataku/img/common/contatiner_bg.gif) left top repeat-x;
}
/* #pan {
	width: 910px;
	margin: 0 auto;
	padding: 12px 0 10px;
} */
#contents {
	width: 916px;
	margin: 30px auto 30px auto;
	padding: 0 15px 0 12px;
	clear: both;
}
#main {
	width: 916px;
	margin: 0 auto;
}
#main p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	outline: none;
}

/* hoken-82165 */
.hoken_title {
	padding: 20px 0 20px 30px;
	font-size: 16px;
	background: url(/hoken-82165/img/img_hoken-82165_ttlbg.webp) left top no-repeat;
	margin-bottom: 20px;
}
.hoken-arrow {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 10px auto;
	opacity: 0.7;
}
.hoken-arrow.color01::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	border-top: 25px solid #50b4f0;
	border-right: 35px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 35px solid transparent;
}
.hoken-arrow.color02::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	border-top: 25px solid #f8a105;
	border-right: 35px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 35px solid transparent;
}

.hoken-btn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #f7f7f7, #c5c5c5);
	border-radius: 10px;
	border: solid 1px #a3a3a3;
	color: #000!important;
	text-align: left;
	margin: 5px auto 10px;
	height: 65px;
    width: 240px;
}
.hoken-btn01 img {
	width: 35px;
	height: 35px;
	padding-left: 15px;
}
.hoken-btn01 p {
	font-size: 18px;
	text-shadow: 1px 1px 2px #a3a3a3;
	font-weight: bold;
	line-height: 1;
}
.hoken-btn01 p span.small {
	font-size: 12px;
	font-weight: normal;
}

.hoken-btn02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 100px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 15px;
	margin: 0 auto 10px;
}
.hoken-btn02.color01 {
	background-color: #50b4f0;
	box-shadow: inset 1px 3px 5px 0px #50b4f0, inset -1px -2px 3px 1px #333;
}
.hoken-btn02.color02 {
	background-color: #f8a105;
	box-shadow: inset 1px 3px 5px 0px #f8a105, inset -1px -2px 3px 1px #333;
}
.hoken-btn02 p {
	font-size: 30px;
	text-shadow: 1px 1px 3px #333;
	color: #fff;
	line-height: 1;
}
.hoken-btn02 p span.small {
	font-size: 16px;
}
.hoken-btn02 img {
	width: 50px;
	height: 50px;
	padding-left: 20px;
}

.hoken-btn01:hover,
.hoken-btn02:hover {
	text-decoration: none;
	opacity: 0.8;
}

.hoken-table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 16px;
}

.hoken-table td {
	box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 5px;
	line-height: 1.5;
  text-align: center;
}
.hoken-table th {
	box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 5px;
	line-height: 1.5;
  font-weight: bold;
}

.hoken-table td.noborder {
	border: none;
	padding: 0;
}
.hoken-table .noborder-b {
	border-bottom: none;
}
.hoken-table .border02-t {
	border-top: 1px dotted #333;
}
.hoken-table .neo {
	padding: 15px 0;
}
.hoken-table .neo img {
	margin-bottom: 10px;
}

.hoken-table .bg-a01 {
	background-color: #fff8f5;
}
.hoken-table .bg-a02 {
	background-color: #ffd8c3;
}
.hoken-table .bg-b01 {
	background-color: #edf7fd;
}
.hoken-table .bg-b02 {
	background-color: #7ac2ee;
}
.hoken-table .bg-c01 {
	background-color: #fef6e6;
}
.hoken-table .bg-c02 {
	background-color: #ffd03b;
}

.font-b {
	font-weight: bold;
}
.hoken-table .font-n {
	font-weight: normal;
}

.hoken-table .font-11 {
	font-size: 11px;
}
.hoken-table .font-12 {
	font-size: 12px;
}
.hoken-table .font-13 {
	font-size: 13px;
}
.hoken-table .font-14 {
	font-size: 14px;
}
.hoken-table .font-15 {
	font-size: 15px;
}
.hoken-table .font-16 {
	font-size: 16px;
}
.hoken-table .font-17 {
	font-size: 17px;
}
.hoken-table .font-18 {
	font-size: 18px;
}
.hoken-table .font-19 {
	font-size: 19px;
}
.hoken-table .font-20 {
	font-size: 20px;
}

.hoken-table .h-50 {
	height: 50px;
}
.hoken-table .h-70 {
	height: 70px;
}

.hoken-table .w-300 {
	width: 300px;
}
.hoken-table .gap {
	width: 7.5px;
}

.hoken-table tr.lh-1 th {
	line-height: 1;
}

.font-red {
	color: red;
}

