

/* 汎用クラス */
.txLeadRspSandai {
	font-size: 129% !important;
}
.txLargeRspSandai {
	font-size: 129% !important;
}
.txXSmallRspSandai {
	font-size: 86% !important;
}
.txSandaiBrown {
	color: #793100 !important;
}
.flexRspSandai {
	display: flex;
}
.txBlueArrowLeftRspSandai {
	padding-left: 20px;
	background-image: url("/content/dam/aflac/jp/ja/static/syushin/sandai/images/resp_icon_sandai_arrow_blue_01.png");
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: left calc((1.56em - 15px) / 2);
	line-height: 1.56;
}


/* topTablistRspSandai */
@media only screen and ( max-width: 767px ) {
	.topTablistRspSandai {
		padding: 0 5px;
		border-top: none;
		background: none;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topTablistRspSandai:after {
		clear: both;
		content: "";
		display: table;
	}
	.topTablistRspSandai .tab,
	.tabList > .tab {
		float: left;
		display: table;
		width: calc(50% - 10px);
		height: 70px;
		box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.25);
		margin: 0 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background: #fff;
	}
	.topTablistRspSandai .tab > * {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.topTablistRspSandai .tab > a {
		color: #333;
		text-decoration: none;
	}
	.topTablistRspSandai .tab.active > a {
		pointer-events: none;
		color: #ffffff;
		text-decoration: none;
	}
	.topTablistRspSandai .tab.active,
	.topTablistRspSandai .tab.activeTab {
		background: #ccc;
		box-shadow: none;
		border-radius: 0 !important;
	}
	.tabControlBox.bottom .topTablistRspSandai {
		border-bottom: 0;
	}
	.tabControlBox.top {
		margin: 0px -10px 30px;
	}
	.tabControlBox.top .topTablistRspSandai {
		border-top: 0;
	}
}
@media print, screen and ( min-width: 768px ) {
	.topTablistRspSandai:after {
		content: "";
		clear: both;
		display: block;
	}
	.topTablistRspSandai .tab {
		border-bottom: none !important;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	.topTablistRspSandai > .tab,
	.tabList > .tab {
		float: left;
		display: table;
		width: calc(100% / 3 - 10px);
		height: 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
		margin: 0 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.topTablistRspSandai .tab.active > a,
	.topTablistRspSandai .tab.activeTab > a {
		display: table-cell;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
	}
	.topTablistRspSandai .tab > a,
	.topTablistRspSandai .tab > a {
		display: table-cell;
		color: #333;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 3px;
	}
	.topTablistRspSandai .tab a:hover {
		opacity: .8;
	}
	.topTablistRspSandai .tab.active {
		background: #DBE000;
		border: 2px solid #d79162;
		box-shadow: none;
		border-radius: 0;
		pointer-events: none;
	}
	/* .tabControlBox.top */
	.tabControlBox.top {
		background-color: #fff;
	}
	.tabControlBox.top .topTablistRspSandai {
		border-top: 0;
		padding: 12px 6px 0;
	}
	.tabControlBox.top .topTablistRspSandai .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	/* .tabControlBox.bottom-pc */
	.tabControlBox.bottom .topTablistRspSandai {
		padding: 0 7px 12px;
		border-bottom: 0;
	}
	.tabControlBox.bottom .topTablistRspSandai .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
	}
}
.topTablistRspSandai {
	border-bottom: solid 3px #d79162;
}
.topTablistRspSandai .tab.active,
.topTablistRspSandai .tab.activeTab {
	background: #d79162;
	border-color: #d79162;
}
.cautionImgRspSandai {
	float: left;
	margin-top: 15px;
	width: 17px;
}
@media print, screen and (min-width: 768px) {
	.cautionImgRspSandai {
		margin-top: 10px;
		margin-left: 3px;
		width: 20px;
	}
}

/* .tabControlBoxBottom */
.tabControlBoxBottomRspSandai .bottomTablistRspSandai {
	padding: 0 7px 12px;
	border-bottom: 0;
	border-top: 2px solid #d79162;
}
.tabControlBoxBottomRspSandai:after {
	display: block;
	width: 0;
	height: 0;
	border-top: 51px solid #d79162;
	border-right: 62px solid transparent;
	border-bottom: 0;
	border-left: 62px solid transparent;
	margin: 40px auto 30px;
	clear: both;
	content: "";
}
.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab {
	box-shadow: 0px 2px 2px 1px #e6e6e6;
	border-top: none;
	margin: 0 5px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab.active {
	background-color: #d79162;
}
.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab > a {
	display: table-cell;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 3px;
}
.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab.active > a {
	display: table-cell;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}
.tabControlBoxBottomRspSandai .bottomTablistRspSandai:after {
	content: "";
	clear: both;
	display: block;
}

@media only screen and ( min-width: 768px ) {
	.tabControlBoxBottomRspSandai {
		margin: 30px auto;
	}
	.tabControlBoxBottomRspSandai .bottomTablistRspSandai {
		padding: 0 7px 12px;
		border-bottom: 0;
	}
	.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
		margin: 0 5px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		float: left;
		display: table;
		width: calc(100% / 3 - 10px);
		height: 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
	}
	.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab:not(.active) > a:hover {
		opacity: .8;
	}
}
@media print, screen and ( min-width: 768px ) {
	.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
	}
}
@media only screen and ( max-width: 767px ) {
	.tabControlBoxBottomRspSandai .bottomTablistRspSandai .tab {
		float: left;
		display: table;
		width: calc( 50% - 10px);
		height: 60px;
		box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 25%);
		margin: 0 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background-color: #ffffff;
	}
}


/* tabControlBox */
@media only screen and ( max-width: 767px ) {
	.tabControlBoxRspSandai {
		margin: 0px -10px 30px;
		background: #ffffff;
	}
}
@media only screen and ( max-width: 767px ) {
	.tabControlBoxRspSandai.top {
		margin: 0px -10px 30px;
	}
	.tabControlBoxRspSandai.top .topTablist {
		border-top: 0;
	}
}
@media print, screen and ( min-width: 768px ) {
	/* .tabControlBoxRspSandai.top */
	.tabControlBoxRspSandai.top {
		background-color: #fff;
	}
	.tabControlBoxRspSandai.top .topTablist {
		border-top: 0;
		padding: 12px 6px 0;
	}
	.tabControlBoxRspSandai.top .topTablist .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	.tabControlBoxBannerRspSandai {
		height: 220px;
		padding: 30px 0px;
	}
	.logoWidthRspSandai {
		width: 30%;
	}
	.textWidthRspSandai {
		width: 43%;
	}
}
@media print, screen and (max-width: 767px) {
	.textWidthRspSandai {
		flex: 1;
		margin-top: 10%;
		margin-right: 10px;
	}
}


/* whiteboxRspSandai */
.whiteboxRspSandai {
	width: calc(100% + 20px);
	margin-left: -10px;
	background-color: #ffffff;
	padding: 15px 10px 30px;
}

/* labelingh02AreaRspSandai */
.labelingh02AreaRspSandai {
	border-left: solid 10px #d79162;
}
.labelingh02AreaRspSandai > h2 {
	padding: 5px 0 0 8px;
	border-left: solid 2px #ffffff;
	background-color: #efe2d9;
}
/* labelingh02FlexAreaRspSandai */
.labelingh02FlexAreaRspSandai {
	border-left: solid 10px #d79162;
}
.labelingh02FlexAreaRspSandai > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0 4px;
	background-color: #efe2d9;
	border-left: solid 2px #ffffff;
}
.labelingh02FlexAreaRspSandai > div > h2 {
	padding-left: 8px;
}
.labelingh02FlexAreaRspSandai > div > h2 + dl {
	padding-right: 10px;
	font-size: 107%;
	font-weight: bold;
	line-height: 1.18;
	width: 11em;
	text-align: right;
}
.labelingh02FlexAreaRspSandai > div > h2 + dl > dt {
	display: inline;
}
.labelingh02FlexAreaRspSandai > div > h2 + dl > dd {
	display: inline;
}
.labelingh02FlexAreaRspSandai > div > h2 + dl > dd > span {
	font-size: 127%;
	color: #d79162;
}


/* dlTokuchoRspSandai */
.dlTokuchoRspSandai {
	display: flex;
	align-items: center;
}
.dlTokuchoRspSandai + .dlTokuchoRspSandai {
	margin-top: 50px;
}
.dlTokuchoRspSandai > dt {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	min-width: 80px;
	height: 80px;
	margin-right: 17px;
	border-radius: 80px;
	background-color: #d79162;
	color: #ffffff;
	text-align: center;
	font-size: 114%;
	line-height: 1.2;
}
.dlTokuchoRspSandai > dt > span {
	width: 100%;
}
.dlTokuchoRspSandai > dt > span:nth-child(2) {
	font-size: 200%;
	font-weight: bold;
}
.dlTokuchoRspSandai > dd {
	width: calc(100% - 97px);
}

/* siryoButton */
.siryoButtonRspSandai {
	clear: both;
	width: 100%;
	padding-bottom: 60px;
}
.duckBtnShiryoRspSandai {
	border: 2px solid #e98300;
	border-radius: 40px;
	background: #e98300;
	width: 100%;
	float: none;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,.25);
	padding: 5px;
}
.duckBtnShiryoRspSandai span {
	position: relative;
	display: inline-block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
}
.duckBtnShiryoRspSandai span:before {
	display: block;
	width: 29px;
	height: 37px;
	background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
	background-size: 80%;
	vertical-align: middle;
	content: "";
	position: absolute;
	top: 22%;
	left: -35%;
}
.duckBtnShiryoRspSandai.type1lineCentering {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
}
.duckBtnShiryoRspSandai.type1lineCentering > span {
	padding-top: 0;
	padding-left: 40px;
	min-height: 0;
}
.duckBtnShiryoRspSandai.type1lineCentering > span::before {
	width: 22px;
	height: 25px;
	background-size: 22px auto;
	top: calc(50% - 25px / 2);
	left: 0;
}

/* tableCoverageExampleDetail */
.tableTitleCoverageExampleDetailRspSandai {
	font-size: 114%;
	font-weight: bold;
	color: #ffffff;
	background-color: #bc7748;
	padding: 4px 15px 3px;
	width: calc(100% - 30px);
}
.tableCellWrapCoverageExampleDetailRspSandai {
	display: flex;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul {
	display: flex;
	position: relative;
	border-bottom: solid 1px #bc7748;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.leftCell,
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.rightCell {
	background-color: #f9e8dc;
	padding: 10px 6px 100px;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.leftCell {
	width: 57%;
	border-left: solid 1px #bc7748;
	border-right: solid 1px #bc7748;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.rightCell {
	width: 43%;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li .txTitleCellCoverageExampleDetailRspSandai {
	font-size: 114%;
	color: #cd2b31;
	font-weight: bold;
}
dl.dlLeftCellInnerTableCoverageExampleDetailRspSandai > dt {
	padding: 0 10px;
	background-color: #935649;
	color: #ffffff;
	text-align: center;
}
dl.dlLeftCellInnerTableCoverageExampleDetailRspSandai > dd {
	padding: 0 7px;
	background-color: #ffffff;
	border: solid 1px #935649;
	border-top: 0;
	text-align: center;
}

.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell {
	position: absolute;
	left: 23px;
	bottom: 13px;
	width: calc(100% - 43px);
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 10px 13px;
	border: solid 1px #bc7748;
	border-radius: 5px;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(1) {
	font-size: 15px;
	color: #ffffff;
	margin-right: 12px;
	padding: 0 3px;
	background-color: #ec3737;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(2) {
	width: calc(100% - 75px);
	font-size: 107%;
	text-align: center;
}
.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(2) .txNumCoverageExampleDetailRspSandai {
	font-size: 140%;
}
.tableCellWrapCoverageExampleDetailRspSandai > div {
	min-width: 30px;
	max-width: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	background-image: url("/content/dam/aflac/jp/ja/static/syushin/sandai/images/resp_bg_sandai_detail_table_01_sp.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}

/* txTtlTablePlanDetail */
.txTtlTablePlanDetailRspSandai {
	padding: 10px 20px;
	background-color: #aaabab;
	font-size: 114%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.tablePlanDetailRspSandai > ul {
	display: flex;
	justify-content: space-between;
	margin-top: 1px;
}
.tablePlanDetailRspSandai > ul > li:nth-of-type(1) {
	width: 40%;
}
.tablePlanDetailRspSandai > ul > li:not(:nth-of-type(1)) {
	width: calc(30% - 1px);
}
.ulHeadRowTablePlanDetailRspSandai > li:nth-of-type(1) {
	background-color: #aaabab;
}
.ulHeadRowTablePlanDetailRspSandai > li:nth-of-type(2) {
	background-color: #579ed7;
}
.ulHeadRowTablePlanDetailRspSandai > li:nth-of-type(3) {
	background-color: #ed7a9b;
}
.ulHeadRowTablePlanDetailRspSandai > li {
	font-size: 114%;
	font-weight: bold;
	color: #ffffff;
}
.tablePlanDetailRspSandai > ul > li {
	padding: 4px;
	text-align: center;
}
.tablePlanDetailRspSandai > ul:nth-of-type(2n) > li {
	background-color: #f2fcfc;
}
.tablePlanDetailRspSandai > ul:nth-of-type(2n+3) > li {
	background-color: #e5f6f6;
}

/* dialog */
.dialogContentRspSandai {
	padding: 15px;
	background-color: #ffffff;
}
.dialogContentRspSandai img {
	max-width: 100%;
}

/*-- pc-style  --*/
@media print, screen and (min-width: 768px) {
	/* 汎用クラス */
	.txLeadRspSandai-pc {
		font-size: 129%;
	}
	.txSizeNormalRspSandai-pc {
		font-size: 114%;
	}
	.txLargeRspSandai {
		font-size: 186% !important;
	}
	
	/* whiteboxRspSandai */
	.whiteboxRspSandai {
		width: 100%;
		margin-left: 0px;
		padding: 40px 20px 40px;
	}
	.labelingh02AreaRspSandai > h2 {
		padding-top: 0px;
		padding-left: 15px;
	}
	/* labelingh02FlexAreaRspSandai */
	.labelingh02FlexAreaRspSandai > div {
		padding: 0;
		align-items: flex-end;
	}
	.labelingh02FlexAreaRspSandai > div > h2 {
		padding-left: 15px;
	}
	.labelingh02FlexAreaRspSandai > div > h2 + dl {
		width: auto;
		align-items: baseline;
		font-size: 114%;
	}
	.labelingh02FlexAreaRspSandai > div > h2 + dl > dt {
		line-height: 1.5;
	}
	.labelingh02FlexAreaRspSandai > div > h2 + dl > dd {
		width: auto;
	}
	.labelingh02FlexAreaRspSandai > div > h2 + dl > dd > span {
		font-size: 125%;
	}
	
	/* siryoButton */
	.siryoButtonRspSandai {
		width: 48%;
		padding-top: 65px;
		float: right;
	}
	.siryoButtonRspSandai:hover {
		opacity: 0.7;
	}
	.siryoButtonRspSandai span {
		min-height: 43px;
		padding-top: 6px;
		box-sizing: content-box;
	}
	.duckBtnShiryoRspSandai span:before {
		background-size: 22px auto;
		top: 29%;
		left: -29%;
	}
	.duckBtnShiryoRspSandai.type1lineCentering {
		min-height: 63px;
	}
	
	/* topRecommendAreaIndex */
	.topRecommendAreaIndexRspSandai {
		width: 748px;
		height: 103px;
		display: flex;
		border-radius: 5px;
		overflow: hidden;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		width: 158px;
		height: 100%;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background-image: url("/content/dam/aflac/jp/ja/static/syushin/sandai/images/resp_bg_sandai_recommend_pc.png");
		background-size: auto 100%;
		background-repeat: no-repeat;
		padding: 6px 13px 0 0;
		line-height: 1.4;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span {
		display: block;
		width: 100%;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span:first-child {
		font-size: 19px;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span:last-child {
		font-size: 24px;
	}
	.topRecommendAreaIndexRspSandai > div:last-child {
		width: 590px;
		display: flex;
		align-items: center;
		background-color: #efe2d9;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child {
		width: 530px;
		font-size: 18px;
		font-weight: bold;
		color: #003366;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child > li {
		position: relative;
		padding-left: 11px;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child > li > span:first-child {
		position: absolute;
		left: 0;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child {
		width: 160px;
		margin-right: 7px;
		border-radius: 4px;
		text-align: center;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child > dt {
		width: 100%;
		padding: 5px 0px 7px;
		background-color: #d79162;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		line-height: 1;
		border-radius: 4px 4px 0 0;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child > dd {
		padding: 10px 0 10px;
		font-size: 16px;
		font-weight: bold;
		color: #d79162;
		line-height: 1;
		border-right: solid 2px;
		border-bottom: solid 2px;
		border-left: solid 2px;
		border-radius: 0 0 4px 4px;
		background-color: #ffffff;
	}
	
	/* tableTitleCoverageExampleDetail */
	.tableTitleCoverageExampleDetailRspSandai {
		width: 655px;
		font-size: 171%;
		text-align: center;
		padding: 7px;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul {
		width: 655px;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.leftCell {
		width: 372px;
		border-width: 2px;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.rightCell {
		width: 286px;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.leftCell,
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.rightCell {
		padding: 20px 20px 95px 14px;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell {
		left: 48px;
		bottom: 21px;
		width: 578px;
		border-radius: 9px;
		justify-content: center;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(1) {
		margin-right: 19px;
		padding: 0 11px;
		font-size: 114%;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(2) {
		width: auto;
		font-size: 114%;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(2) {
		width: auto;
		font-size: 114%;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.fixCell > span:nth-of-type(2) .txNumCoverageExampleDetailRspSandai {
		font-size: 163%;
	}
	dl.dlLeftCellInnerTableCoverageExampleDetailRspSandai > dt {
		font-size: 129%;
	}
	dl.dlLeftCellInnerTableCoverageExampleDetailRspSandai > dd {
		padding: 2px 10px;
		font-size: 114%;
	}
	.tableCellWrapCoverageExampleDetailRspSandai > div {
		min-width: 53px;
		max-width: 53px;
		font-size: 24px;
		padding: 0 10px;
		background-image: url("/content/dam/aflac/jp/ja/static/syushin/sandai/images/resp_bg_sandai_detail_table_01_pc.png");
	}
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li .txTitleCellCoverageExampleDetailRspSandai {
		font-size: 171%;
	}

	
	.width610pxWrapDetailRspSandai-pc {
		width: 610px;
		margin: 0 auto;
	}
	
	.txTtlTablePlanDetailRspSandai {
		font-size: 129%;
		padding: 10px 0px;
	}
	.ulHeadRowTablePlanDetailRspSandai > li {
		font-size: 129%;
		padding: 10px;
	}
	.tablePlanDetailRspSandai > ul > li {
		padding: 10px;
	}
	.tablePlanDetailRspSandai > ul > li:not(:nth-of-type(1)) {
		width: calc(30% - 2px);
	}
}
/*-- sp-style  --*/
@media print, screen and (max-width: 767px) {
	.txXSmallRspSandai-sp {
		font-size: 86% !important;
	}
	.txNormalSizeRspSandai-sp {
		font-size: 114%;
	}
	
	/* tabControlBoxBottom */
	.tabControlBoxBottomRspSandai {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	
	/* bgWhiteBottomArea */
	.bgWhiteBottomAreaRspSandai {
		width: calc(100% + 20px);
		margin-left: -10px;
		padding: 0px 10px;
		background-color: #ffffff;
	}
	
	/* topRecommendAreaIndex */
	.topRecommendAreaIndexRspSandai {
		width: 100%;
		display: flex;
		border-radius: 5px;
		overflow: hidden;
	}
	.topRecommendAreaIndexRspSandai > div:first-child {
		background-color: #f4be9a;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p {
		max-width: 94px;
		min-width: 94px;
		height: calc(100% - 4px);
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		margin-top: 4px;
		border-radius: 5px 0 0 0;
		background-color: #d79162;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span {
		display: block;
		width: 100%;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span:first-child {
		font-size: 12px;
	}
	.topRecommendAreaIndexRspSandai > div:first-child > p > span:last-child {
		font-size: 15px;
	}
	.topRecommendAreaIndexRspSandai > div:last-child {
		position: relative;
		width: calc(100% - 94px);
		padding: 12px 8px 10px 13px;
		background-color: #efe2d9;
		border-left: solid 3px #ffffff;
	}
	.topRecommendAreaIndexRspSandai > div:last-child:after {
		background-image: url("/content/dam/aflac/jp/ja/static/syushin/sandai/images/resp_bg_sandai_recommend_sp.png");
		background-repeat: no-repeat;
		background-size: 7px auto;
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: -3px;
		width: 7px;
		height: 8px;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child {
		padding-bottom: 5px;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child > li {
		position: relative;
		font-size: 13px;
		font-weight: bold;
		color: #003366;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > ul:first-child > li > span:first-child {
		position: absolute;
		left: 0;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child {
		display: flex;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child > dt {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 77px;
		height: 25px;
		background-color: #d79162;
		border-radius: 2px 0px 0px 2px;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		line-height: 1;
	}
	.topRecommendAreaIndexRspSandai > div:last-child > dl:last-child > dd {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 77px);
		background-color: #fff;
		font-size: 11px;
		font-weight: bold;
		color: #d79162;
		border: solid 2px;
		border-left: 0;
		border-radius: 0 2px 2px 0;
	}
}
@media print, screen and (max-width: 374px) {
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.leftCell,
	.tableCellWrapCoverageExampleDetailRspSandai > ul > li.rightCell {
		padding-bottom: 120px;
	}
}



