/*
PC
@media print, screen and ( min-width: 768px ) {}

SP
@media only screen and ( max-width: 767px ) {}
*/

@media only screen and ( max-width: 767px ) {
	body#death {
		padding-bottom: 57px;
	}
}

@media print, screen and ( min-width: 768px ) {
	.pageHeader {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pageHeaderContent {
		flex: 1;
		padding: 0 20px;
	}
	.pageHeaderImage {
		flex: none;
		width: 298px;
	}
	.pcPageHeader {
		padding: 1em 0;
		background: #fff;
	}
}

@media only screen and ( max-width: 767px ) {
	.pageHeader {
		margin: 0 -10px;
	}
	.pageHeaderContent {
		display: none;
	}
}

@media only screen and ( max-width: 767px ) {
	.duckButtonFeatures {
		background: #fff;
		padding: 15px 10px;
	}
	.pageHeaderImage {
		text-align: center;
	}
}

.duckButtonFeatures_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title {
		font-weight: normal;
	}
}

.duckButtonFeatures_title_button {
	position: relative;
	display: table;
	width: 100%;
	height: 70px;
	/* カフェダック */
	background: #11A851 url(/content/dam/aflac/jp/ja/static/iryo/images/fig_duck_iryo.png) 10px center no-repeat;
	background-size: 50px 47px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title_button {
		width: 484px;
		border-radius: 8px;
		background-size: 60px auto;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
	.duckButtonFeatures_title_button:hover {
		opacity: .8;
	}
}
.duckButtonFeatures_title_button:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	content: "";
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title_button:after {
		right: 20px;
		margin-top: -8px;
		border-width: 8px 0 8px 12px;
	}
}

.duckButtonFeatures_title_button:visited,
.duckButtonFeatures_title_button:link {
	color: #fff;
	text-decoration: none;
}
.duckButtonFeatures_title_button > * {
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
	padding-right: 60px;
}

/* .syshinIndexUlLink */
ul.syshinIndexUlLink li {
	padding: 2px 0 2px 16px;
	background: url(/content/dam/shared/jp/ja/static/images/common/arrow_link.gif) no-repeat 4px 0.6em;
}
ul.syshinIndexUlLink li > a {
	text-decoration: none;
	color: #333333;
}

/* .syshinIndexAcArea */
.syshinIndexAcArea {
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
}
.syshinIndexAcArea .description > .list {
	padding-left: 1em;
}
.syshinIndexAcArea .description > .list.komeNum {
	padding-left: 2.5em;
}
.syshinIndexAcArea .description > .list.komeNumsingle {
	padding-left: 1.5em;
}
.syshinIndexAcArea.lastAcArea {
	margin-bottom: 50px;
}
.syshinIndexAcArea > .syshinIndexAcBtn {
	padding: 10px 20px;
	display: table;
	width: 100%;
}
.syshinIndexAcArea > .syshinIndexAcBtn > div {
	display: table-cell;
}
.syshinIndexAcArea > .syshinIndexAcBtn > div:first-child {
	width: 36px;
}
.syshinIndexAcArea > .syshinIndexAcBtn > div:last-child {
	padding-left: 1em;
	padding-right: 2em;
	vertical-align: middle;
	background: url(/content/dam/aflac/jp/ja/static/iryo/images/icon_pc_iryo_index_ac_close.gif) no-repeat right center;
}
.syshinIndexAcArea > .syshinIndexAcBtn.open > div:last-child {
	background: url(/content/dam/aflac/jp/ja/static/iryo/images/icon_pc_iryo_index_ac_open.gif) no-repeat right center;
}
.syshinIndexAcArea > .syshinIndexAc > div {
	margin: 0 20px 30px;
}
.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap::after {
	content: "";
	display:block;
	clear: both;
}
.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div {
	display: inline-block;
	float: left;
}
.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div:first-child {
	padding-right: 34px;
}
.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div.textWrap {
	width: 354px;
	padding-top: 27px;
}
.syshinIndexAcArea > .syshinIndexAcQA > div {
	display: table;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div {
	display: table-cell;
	vertical-align: top;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div:first-child {
	width: 36px;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div:last-child {
	padding-left: 1em;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgGraph {
	text-align: left;
	padding: 10px 0px 0px 34px;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgGraphTitle  {
	text-align: left;
	padding: 16px 0px 0px 34px;
	font-size: 16px;
}
.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgNotes  {
	padding-left: 34px;
}
@media only screen and ( max-width: 767px ) {
	.syshinIndexAcArea > .syshinIndexAcBtn > div {
		vertical-align: middle;
	}
	.syshinIndexAcArea > .syshinIndexAcBtn > div:last-child {
		padding-left: 0em;
		background: url(/content/dam/aflac/jp/ja/static/iryo/images/icon_sp_iryo_index_ac_close.png) no-repeat right center;
		background-size: 17px;
	}
	.syshinIndexAcArea > .syshinIndexAcBtn.open > div:last-child {
		background: url(/content/dam/aflac/jp/ja/static/iryo/images/icon_sp_iryo_index_ac_open.png) no-repeat right center;
		background-size: 17px;
	}
	.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div {
		float: none;
	}
	.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div:last-child {
		width: 100%;
		text-align: center;
	}
	.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div:last-child > img {
		max-width: 280px;
		width: 100%;
	}
	.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div:first-child {
		padding-right: 0;
	}
	.syshinIndexAcArea > .syshinIndexAc .syshinIndexAcFloatWrap > div.textWrap {
		width: 100%;
		padding-top: 0;
		padding-bottom: 1em;
	}
	.syshinIndexAcArea > .syshinIndexAcQA > div {
		border-top: solid 2px #e6e6e6;
		padding-top: 10px;
	}
	.syshinIndexAcArea > .syshinIndexAcQA > div > div:last-child {
		padding-left: 0;
	}
	.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgGraph {
		padding: 0px;
	}
	.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgGraphTitle {
		font-size: 14px;
		padding: 16px 0px 8px 0px;
	}
	.syshinIndexAcArea > .syshinIndexAcQA > div > div > .imgNotes {
		padding-left: 0px;
	}
	.syshinIndexAc > .syshinIndexAcCloseBtn {
		display: block !important;
		padding: 13px 0;
		border-top: solid 2px #e6e6e6;
		background: url(/content/dam/aflac/jp/ja/static/iryo/images/icon_sp_iryo_index_ac_open.png) no-repeat right center;
		background-size: 17px;
	}
}
/* -----------------------------------------------

	cardProd
	商品

----------------------------------------------- */
.cardProd.ways .cardBadge,
.cardProd.ways .cardBtn,
.cardProd.ways .cardHeader {
	background-color: #0058a8;
}
.cardProd.purple .cardBadge,
.cardProd.purple .cardBtn,
.cardProd.purple .cardHeader {
	background-color: #9953a0;
}
.cardProd.skyblue .cardBadge,
.cardProd.skyblue .cardBtn,
.cardProd.skyblue .cardHeader {
	background-color: #00a7e3;
}
.cardProd.deepblue .cardBadge,
.cardProd.deepblue .cardBtn,
.cardProd.deepblue .cardHeader {
	background-color: #0068b7;
}
.cardProd.deepred .cardBadge,
.cardProd.deepred .cardBtn,
.cardProd.deepred .cardHeader {
	background-color: #b7183f;
}
/* -----------------------------------------------

	documentRequest_shiryou_btn
	資料請求ボタン

----------------------------------------------- */
.documentRequest_shiryou_btn {
	background: #f49e00;
}
.documentRequest_shiryou_btn:before {
	display: inline-block;
	width: 22px;
	height: 23px;
	background: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
	background-size: 22px auto;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	content: "";
}
.documentRequest_shiryou_btn:after {
	content: none;
}
.documentRequest_btn {
	background: #f49e00;
}
.documentRequest_btn:before {
	display: inline-block;
	width: 22px;
	height: 23px;
	background: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
	background-size: 22px auto;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	content: "";
}
.documentRequest_btn:after {
	content: none;
}

/* -----------------------------------------------

	syushinIndexAnswer2colInner
	アコーディオン内2カラムコンテンツ

----------------------------------------------- */
.syushinIndexAnswer2colInner {
	display: flex;
	max-width: 658px;
}
.syushinIndexAnswer2colInner > div.wid35Col {
	width: 35%;
}
.syushinIndexAnswer2colInner > div.wid48Col {
	width: 48%;
}
.syushinIndexAnswer2colInner > div.wid52Col {
	width: 52%;
}
.syushinIndexAnswer2colInner > div.wid65Col {
	width: 65%;
}
.syushinIndexAnswer2colInner > div.wid80Col {
	width: 80%;
}
.syushinIndexAnswer2colInner > div:last-child {
	box-sizing: border-box;
	padding-left: 1em;
}
.syushinIndexAnswer2colInner div > table {
	border-width: 1px 0 0 1px;
	border-color: #dedede;
	border-style: solid;
	width: 100%;
}
.syushinIndexAnswer2colInner div > table th,
.syushinIndexAnswer2colInner div > table td {
	border-width: 0 1px 1px 0;
	border-color: #dedede;
	border-style: solid;
}
.syushinIndexAnswer2colInner div > table th {
	background: #d7d7d7;
}
.syushinIndexAnswer2colInner div > table td:first-child {
	background: #d6e9f2;
}
@media only screen and ( max-width: 767px ) {
	.syushinIndexAnswer2colInner {
		display: block;
	}
	.syushinIndexAnswer2colInner > div.wid35Col,
	.syushinIndexAnswer2colInner > div.wid48Col,
	.syushinIndexAnswer2colInner > div.wid52Col,
	.syushinIndexAnswer2colInner > div.wid65Col,
	.syushinIndexAnswer2colInner > div.wid80Col{
		width: 100%;
	}
	.syushinIndexAnswer2colInner > div:nth-of-type(n+2) {
		padding-top: 1em;
	}
	.syushinIndexAnswer2colInner > div:last-child {
		padding-left: 0;
	}
}
/* -----------------------------------------------

	titlePinkLine
	アコーディオン内ピンク色アンダーライン

----------------------------------------------- */
.titlePinkLine {
	font-size: 83%;
	font-weight: bold;
	border-bottom: 2px solid pink;
	display: inline-block;
}
/* -----------------------------------------------

	titlePinkLine
	アコーディオン内ピンク色アンダーライン

----------------------------------------------- */
.lastAcArea {
	margin-bottom: 50px;
}

/* -----------------------------------------------

	titlePinkLine
	アコーディオン内ピンク色アンダーライン

----------------------------------------------- */
@media only screen and ( min-width: 768px ) {
	.footerTop-bnr .one-wide .widebnrWrap {
		width: calc(50% - 10px);
		margin: 0 auto;
	}
	.footerTop-bnr .one-wide .widebnrWrap .imgArea.household img {
		width: 100%;
		height: auto;
	}
}/* -----------------------------------------------

	spImg100per
	アコーディオン内画像幅100%

----------------------------------------------- */
@media only screen and ( max-width: 767px ) {
	.spImg100per {
		width: 100%;
	}
}

.mbM40{
margin-bottom:-40px;
}

.badge sup{
	vertical-align:top;
	position: relative;
	top: -0.5em;
}

.badgeRowCol .badge {
	height: 30px;
	line-height: 18px;
}

/* WAYSのbadgeRow3col
----------------------------------------------- */
.badgeRow3col {
	margin: 0 -3px 10px;
}
.badgeRow3col:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*- badgeRowCol -*/
.badgeRow3col > .badgeRowCol {
	float: left;
	padding: 0 3px;
	width: 33.3%;
}
.badgeRow3col > .badgeRowCol:nth-child(3n+1) {
	clear: left;
}
.badgeRow3col > .badgeRowCol:nth-child(n+4) {
	margin-top: 10px;
}

/*- badge -*/
.badgeRow3col .badge {
	width: 100%;
	padding: 7px 2px 5px;
	position: relative;
}
/* redtsumitasu */
.cardProd.redtsumitasu .cardBadge,
.cardProd.redtsumitasu .cardBtn,
.cardProd.redtsumitasu .cardHeader {
	background-color: #E7380D;
}
/* blueways */
.cardProd.blueways .cardBadge,
.cardProd.blueways .cardBtn,
.cardProd.blueways .cardHeader {
	background-color: #0058a8;
}
/* purplekashikoku */
.cardProd.purplekashikoku .cardBadge,
.cardProd.purplekashikoku .cardBtn,
.cardProd.purplekashikoku .cardHeader {
	background-color: #9953a0;
}
/* bluedonata */
.cardProd.bluedonata .cardBadge,
.cardProd.bluedonata .cardBtn,
.cardProd.bluedonata .cardHeader {
	background-color: #00a7e3;
}
/* bluelightfit */
.cardProd.bluelightfit .cardBadge,
.cardProd.bluelightfit .cardBtn,
.cardProd.bluelightfit .cardHeader {
	background-color: #0068b7;
}
/* redsandai */
.cardProd.redsandai .cardBadge,
.cardProd.redsandai .cardBtn,
.cardProd.redsandai .cardHeader {
	background-color: #b7183f;
}
/* redgift */
.cardProd.redgift .cardBadge,
.cardProd.redgift .cardBtn,
.cardProd.redgift .cardHeader {
	background-color: #ae0011;
}
/* -----------------------------------------------
	cardLinkArea
----------------------------------------------- */
.cardLinkShiryoBtnRspSyushinIndex button {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 210px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0 10px;
	background: linear-gradient(0deg, #f36500, #ff8100);
	border: 0;
	border-radius: 6px;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.cardLinkShiryoBtnRspSyushinIndex button > span {
	position: relative;
	padding-left: 33px;
}
.cardLinkShiryoBtnRspSyushinIndex button > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 23px;
	background: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png) no-repeat top left / 100% auto;
}
@media only screen and (min-width: 768px){
	.cardLinkShiryoBtnRspSyushinIndex button:hover {
		opacity: 0.7;
	}
}
.cardLinkListRspSyushinIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cardLinkListRspSyushinIndex > li {
	margin-right: 1em;
}
.tx14BlueArrowLeftRspSyushinIndex {
	padding-left: 20px;
	background-image: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_lerge_01.png);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: left calc((1.56em - 15px) / 2);
	line-height: 1.56;
}
.txBlackRspSyushinIndex {
	color: #333333 !important;
}
/* -----------------------------------------------
	文字スペースの調整
----------------------------------------------- */
@media only screen and ( max-width: 767px ) {
	.syushinls1sp{
	letter-spacing: -1px;
	}
	.syushinls2sp{
	letter-spacing: -2px;
	}
}

@media only screen and (min-width: 768px){
	.syushinls1pc{
	letter-spacing: -1px;
	}
	.syushinls2pc{
	letter-spacing: -2px;
	}
}
/* shohinBoxText */
@media print, screen and ( min-width: 768px ) {
	.shohinBoxText{
	padding-left: 22px;
	padding-right: 22px;
	}
}
@media print, screen and ( max-width: 767px ) {
	.shohinBoxText{
	padding-left: 22px;
	padding-right: 22px;
	}
}
/* syushinLongTable */
@media print, screen and ( min-width: 768px ) {
	.syushinLongTable{
	min-width: 650px;
	}
}
