
@charset "shift_jis";

/************************************************************
保険料控除に関するご案内配下 Common
************************************************************/

/* adjust
-----------------------------------------------------------*/
#contentsArea .mod-guidebook_link {
	background: url(/library/default/img/parts/button-link_bg01.png) no-repeat left center;
}
#contentsArea .mod-guidebook_link a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.bg-wrap {
	box-sizing: border-box;
	padding-right: 256px;
	background: url(/library/kumiaiin/tetsuzuki/koujo/img/index1_pop_004_bg01.png) no-repeat right bottom;
}

/* guarantee-list
-----------------------------------------------------------*/
:root .guarantee-list {
	overflow: hidden;
	margin-right: -2px;
	margin-left: -2px;
}

.guarantee-list > li {
	float: left;
	box-sizing: border-box;
	width: 20%;
	padding: 0 2px;
}

.guarantee-list > li a {
	display: block;
}

.guarantee-list > li img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* float-box
-----------------------------------------------------------*/
.float-box {
	overflow: hidden;
}

.float-box_image {
	float: left;
	width: 24.64%;
	margin-right: 20px;
}
.float-box_image a {
	display: block;
}
.float-box_image img {
	width: 100%;
	height: auto;
}

.float-box_detail {
	overflow: hidden;
}

.float-box_detail_title {
	margin-top: 0 !important;
	margin-bottom: 9px;
	font-size: 1.6em !important;
}

.float-box_detail_text {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}
