

@charset "UTF-8";

/* テキスト ----------------------------------- */
.txLargeRspKeiyakuDeduction {
	font-size: 129%;
}
a.txPdfLinkRspKeiyakuDeduction {
	padding-right: 22px;
	background: url(/content/dam/aflac/jp/ja/static/sp/keiyaku/seikyu/images/ic_sp_keiyaku_seikyu_top_flow_pdf.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: top 50% right;
	color: #33b0e3 !important;
	font-weight: bold;
}

/* タブ --------------------------------------- */
.tabRspKeiyakuDeduction {
	display: flex;
	flex-wrap: wrap;
}
.tabRspKeiyakuDeduction > li {
	width: 50%;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.tabRspKeiyakuDeduction > li:nth-child(2n) {
	border-right: solid 1px #ccc;
}
.tabRspKeiyakuDeduction > li:nth-last-child(-n+2) {
	border-bottom: solid 1px #ccc;
}
.tabRspKeiyakuDeduction > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	font-size: 86%;
	text-decoration: none;
	text-align: center;
	color: #003366;
}
.tabRspKeiyakuDeduction > li > a.active {
	background-color: #009bdd;
	color: #ffffff;
}

/* アコ－ディオン ------------------------------ */
.acBtnRspDeductionCasestudy {
	display: flex;
	align-items: center;
	width: calc(100% + 20px);
	min-height: 59px;
	margin-left: -10px;
	padding: 10px 45px 10px 10px;
	border-top: solid 1px #d9d9d9;
	background-image: url(/content/dam/shared/jp/ja/static/images/icon_acordion_gray_arrow_01_cls.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: top 50% right 16px;
	font-size: 114%;
	cursor: pointer;
}
.acBtnRspDeductionCasestudy.open {
	background-image: url(/content/dam/shared/jp/ja/static/images/icon_acordion_gray_arrow_01_opn.png);
}
.acBtnLastRspDeductionCasestudy {
	border-bottom: 1px solid #d9d9d9;
}
.acBtnLastRspDeductionCasestudy.open {
	border-bottom: none;
}
.acLastRspDeductionCasestudy {
	border-bottom: 1px solid #d9d9d9;
}

/* 横スクロール表示 --------------------------- */
.scrollableImageAreaRspKeiyakuDeduction {
	width: 100%;
	overflow-x: auto;
}
.scrollableImageAreaRspKeiyakuDeduction > img {
	max-width: none;
}

/* -----------------------------------------------
*pc-style
----------------------------------------------- */
@media only screen and (min-width: 768px){
	/* body --------------------------------------- */
	body.withNavRspKeiyakuDeduction #contents.container .containerMain {
		width: 748px;
	}
	
	/* アコ－ディオン ----------------------------- */
	.acBtnRspDeductionCasestudy {
		width: 100%;
		min-height: 89px;
		margin: 0;
		padding: 17px 45px 17px 10px;
		background-size: 30px auto;
		font-size: 129%;
	}
	
	/* タブ --------------------------------------- */
	.tabRspKeiyakuDeduction {
		border: solid 1px #ccc;
	}
	.tabRspKeiyakuDeduction > li {
		width: 25%;
		border-top: none;
	}
	.tabRspKeiyakuDeduction > li:first-child {
		border-left: none;
	}
	.tabRspKeiyakuDeduction > li:nth-child(2n) {
		border-right: none;
	}
	.tabRspKeiyakuDeduction > li:nth-last-child(-n+2) {
		border-bottom: none;
	}
	.tabRspKeiyakuDeduction > li > a {
		height: 63px;
		padding: 0 10px;
		font-size: 143%;
		line-height: 1.3;
	}
	.tabRspKeiyakuDeduction > li > a:hover {
		background-color: #009bdd;
		color: #ffffff;
	}
}


