

/*
PC
@media print, screen and ( min-width: 768px ) {}

SP
@media only screen and ( max-width: 767px ) {}
*/

@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;
	}
}

@media only screen and ( max-width: 767px ) {
	.pageHeader {
		margin: 0 -10px;
	}
	.pageHeaderContent {
		display: none;
	}
}

@media only screen and ( max-width: 767px ) {
	.pageHeaderImage {
		text-align: center;
	}
}

.shisanIndexAcArea.lastAcArea_qa {
	margin-bottom: 20px;
}

/* .shisanIndexAcArea */
.shisanIndexAcArea {
	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);
}
.shisanIndexAcArea .description > .list {
	padding-left: 1em;
}
.shisanIndexAcArea.lastAcArea {
	margin-bottom: 50px;
}
.shisanIndexAcArea > .shisanIndexAcBtn {
	padding: 10px 20px;
	display: table;
	width: 100%;
}
.shisanIndexAcArea > .shisanIndexAcBtn > div {
	display: table-cell;
}
.shisanIndexAcArea > .shisanIndexAcBtn > div:first-child {
	width: 36px;
}
.shisanIndexAcArea > .shisanIndexAcBtn > div:last-child {
	padding-left: 1em;
	padding-right: 2em;
	vertical-align: middle;
	background: url("/content/dam/aflac/jp/ja/static/shisankeisei/images/icon_pc_shisankeisei_index_ac_close.gif") no-repeat right center;
}
.shisanIndexAcArea > .shisanIndexAcBtn.open > div:last-child {
	background: url("/content/dam/aflac/jp/ja/static/shisankeisei/images/icon_pc_shisankeisei_index_ac_open.gif") no-repeat right center;
}
.shisanIndexAcArea > .shisanIndexAc > div {
	margin: 0 20px 30px;
}
.shisanIndexAcArea > .shisanIndexAc > div.shisanIndexAcBottomImage {
	margin: 0 20px 0;
}
.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap::after {
	content: "";
	display:block;
	clear: both;
}
.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div {
	/* display: inline-block; */
	/* float: left; */
}
.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div:first-child {
	/* padding-right: 34px; */
}
.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div.textWrap {
	width: 354px;
	padding-top: 27px;
}
.shisanIndexAcArea > .shisanIndexAcQA > div {
	display: table;
}
.shisanIndexAcArea > .shisanIndexAcQA > div > div {
	display: table-cell;
	vertical-align: top;
}
.shisanIndexAcArea > .shisanIndexAcQA > div > div:first-child {
	width: 36px;
}
.shisanIndexAcArea > .shisanIndexAcQA > div > div:last-child {
	padding-left: 1em;
}

@media only screen and ( max-width: 767px ) {
	.shisanIndexAcArea > .shisanIndexAcBtn > div {
		vertical-align: middle;
	}
	.shisanIndexAcArea > .shisanIndexAcBtn > div:last-child {
		padding-left: 0em;
		background: url("/content/dam/aflac/jp/ja/static/shisankeisei/images/icon_sp_shisankeisei_index_ac_close.png") no-repeat right center;
		background-size: 17px;
	}
	.shisanIndexAcArea > .shisanIndexAcBtn.open > div:last-child {
		background: url("/content/dam/aflac/jp/ja/static/shisankeisei/images/icon_sp_shisankeisei_index_ac_open.png") no-repeat right center;
		background-size: 17px;
	}
	.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div {
		float: none;
	}
	.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div:last-child {
		width: 100%;
		/* text-align: center; */
	}
	.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div:last-child > img {
		max-width: 280px;
		width: 100%;
	}
	.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div:first-child {
		padding-right: 0;
	}
	.shisanIndexAcArea > .shisanIndexAc .shisanIndexAcFloatWrap > div.textWrap {
		width: 100%;
		padding-top: 0;
		padding-bottom: 1em;
	}
	.shisanIndexAcArea > .shisanIndexAcQA > div {
		border-top: solid 2px #e6e6e6;
		padding-top: 10px;
	}
	.shisanIndexAcArea > .shisanIndexAcQA > div > div:last-child {
		padding-left: 0;
	}
	.shisanIndexAc > .shisanIndexAcCloseBtn {
		display: block !important;
		padding: 13px 0;
		border-top: solid 2px #e6e6e6;
		background: url("/content/dam/aflac/jp/ja/static/shisankeisei/images/icon_sp_shisankeisei_index_ac_open.png") no-repeat right center;
		background-size: 17px;
	}
}

.cardProd .cardBody .list{
	/* position: relative; */
	/* display: inline-block; */
	/* width: 100%; */
	/* padding-left: 20px; */
}

.cardProd .btnDeactive .btnLabel:after {
	border-color: transparent transparent transparent #fff;
}

/*レイアウトシフト対策*/
.reservedHeaderImgShisanRwd > img {
	max-width: 100%;
	height: auto;
}
/* -----------------------------------------------
	cardLinkArea
----------------------------------------------- */
.cardLinkShiryoBtnRspShisanIndex 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;
}
.cardLinkShiryoBtnRspShisanIndex button > span {
	position: relative;
	padding-left: 33px;
}
.cardLinkShiryoBtnRspShisanIndex 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){
	.cardLinkShiryoBtnRspShisanIndex button:hover{
		opacity: 0.7;
	}
}
.cardLinkListRspShisanIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cardLinkListRspShisanIndex > li {
	margin-right: 1em;
}
.tx14BlueArrowLeftRspShisanIndex {
	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;
}

@media only screen and (max-width: 767px){
	.buttonShiryoSeikyuRspShisanIndex-sp {
		display: flex;
		justify-content: center;
		align-items: center;
		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;
	}
	.buttonShiryoSeikyuRspShisanIndex-sp > span {
		position: relative;
		padding-left: 30px;
	}
	.buttonShiryoSeikyuRspShisanIndex-sp > 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;
	}
	.tx14BlueArrowLeftRspShisanIndex {
		background-position: left calc((1.56em - 15px) / 2 - 1px);
	}
}
.txBlackRspShisanIndex {
	color: #333333 !important;
}
/* 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;
}
/* pinkyumeko */
.cardProd.pinkyumeko .cardBadge,
.cardProd.pinkyumeko .cardBtn,
.cardProd.pinkyumeko .cardHeader {
	background-color: #F995B7;
}
/* shohinBoxText */
@media print, screen and ( min-width: 768px ) {
	.shohinBoxText{
	padding-left: 18px;
	padding-right: 12px;
	}
}
/* shisanHeaderTextSP */
.shisanHeaderTextSP{
	padding-left: 8px;
	padding-right: 8px;
}
/* shisanTallLogo */
.shisanTallLogo{
	margin-bottom: 15px;
}
/* -----------------------------------------------

	shisanIndexAnswer2colInner
	アコーディオン内2カラムコンテンツ

----------------------------------------------- */
.shisanIndexAnswer2colInner {
	display: flex;
	max-width: 658px;
}
.shisanIndexAnswer2colInner > div:last-child {
	box-sizing: border-box;
}
.shisanIndexAnswer2colInner div > table {
	border-width: 1px 0 0 1px;
	border-color: #dedede;
	border-style: solid;
	width: 100%;
}
.shisanIndexAnswer2colInner div > table th,
.shisanIndexAnswer2colInner div > table td {
	border-width: 0 1px 1px 0;
	border-color: #dedede;
	border-style: solid;
}
.shisanIndexAnswer2colInner div > table th {
	background: #d7d7d7;
}
.shisanIndexAnswer2colInner div > table td:first-child {
	background: #d6e9f2;
}

@media only screen and ( max-width: 767px ) {
	.shisanIndexAnswer2colInner {
		display: block;
	}
	.shisanIndexAnswer2colInner > div:nth-of-type(n+2) {
		padding-top: 1em;
	}
	.shisanIndexAnswer2colInner > div:last-child {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px){
	.shisanIndexAnswer2colInner div > table td:last-child {
		white-space: nowrap;
	    padding-left: 3em;
	    padding-right: 3em;
	}
	.shisanIndexAnswer2colInner div > table td:first-child {
	padding-right: 5em;
	}
}

/* -----------------------------------------------
	文字スペースの調整
----------------------------------------------- */
@media only screen and ( max-width: 767px ) {
	.shisanls1sp{
	letter-spacing: -1px;
	}
	.shisanls2sp{
	letter-spacing: -2px;
	}
}

@media only screen and (min-width: 768px){
	.shisanls1pc{
	letter-spacing: -1px;
	}
	.shisanls2pc{
	letter-spacing: -2px;
	}
}





