

@charset "UTF-8";
/* CSS Document */

/* 汎用クラス */
.txSize12RspKeiyakuGanSapport {
	font-size: 86% !important;
}
.txSize13RspKeiyakuGanSapport {
	font-size: 93% !important;
}
.txSize16RspKeiyakuGanSapport {
	font-size: 114% !important;
}
/* txLinkRspKeiyakuGanSapport */
.txLinkRspKeiyakuGanSapport {
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 23px;
	text-decoration: none;
	font-size: 129%;
	font-weight: bold;
	color: #00A5D9;
}
/* txLinkBlankRspKeiyakuGanSapport */
.txLinkBlankRspKeiyakuGanSapport {
	padding-right: 24px;
	background-image: url(/content/dam/aflac/jp/ja/static/keiyaku/seikyu/images/resp_icon_keiyaku_seikyu_blank_link.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: right 0 top 6px;
}
/* txLinkBlankRspKeiyakuGanSapport type02 */
.txLinkBlankRspKeiyakuGanSapport.type02 {
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 23px;
	text-decoration: none;
	font-size: 129%;
	font-weight: bold;
	color: #00A5D9;
	background-image: url(/content/dam/aflac/jp/ja/static/keiyaku/seikyu/images/resp_icon_keiyaku_seikyu_blank_link_02.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right 0 top 48%;
}
/* acBtnRspKeiyakuGanSapport */
.acBtnRspKeiyakuGanSapport {
	text-align: center;
}
.acBtnRspKeiyakuGanSapport > a {
	position: relative;
	display: inline-block;
	padding-right: 21px;
	text-decoration: none;
	font-size: 129%;
	font-weight: bold;
	color: #00A5D9;
}
.acBtnRspKeiyakuGanSapport > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background-color: #00A5D9;
}
.acBtnRspKeiyakuGanSapport > a:not(a.open):before {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 2px;
	height: 16px;
	margin-top: -8px;
	background-color: #00A5D9;
}
.acBtnRspKeiyakuGanSapport.typeArrow > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00A5D9;
  border-bottom: 2px solid #00A5D9;
  transform: translateY(-60%) rotate(45deg);
	background-color: rgba(0,0,0,0);
}
.acBtnRspKeiyakuGanSapport.typeArrow > a.open:after {
  transform: translateY(-20%) rotate(225deg);
}
.acBtnRspKeiyakuGanSapport.typeArrow > a:not(a.open):before {
	content: none;
}
.acBtnRspKeiyakuGanSapport > a:not(a.open) > span:last-child {display: none;}
.acBtnRspKeiyakuGanSapport > a.open > span:first-child {display: none;}

/* ulSupportServiceRspKeiyakuGanSapport */
.ulSupportServiceRspKeiyakuGanSapport > li {
	box-shadow: 0 2px 5px rgba(0,0,0,16%);
}
.ulSupportServiceRspKeiyakuGanSapport > li + li {
	margin-top: 25px;
}
.ulSupportServiceRspKeiyakuGanSapport > li > a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #333333;
}
.ulSupportServiceRspKeiyakuGanSapport > li > a > figure:first-child {
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #dedede;
}
.ulSupportServiceRspKeiyakuGanSapport > li > a > div:nth-of-type(1) {
	padding: 20px 22px 32px;
}
.ulSupportServiceRspKeiyakuGanSapport > li > a > div:nth-of-type(1) > p + p {
	margin-top: 12px;
}
/* linkBtnBgWhiteRspKeiyakuGanSapport */
.linkBtnBgWhiteRspKeiyakuGanSapport > a {
	display: inline-block;
	min-width: 260px;
	margin: 0 auto;
	padding: 14px 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 9999px;
	text-decoration: none;
	font-size: 128%;
	font-weight: bold;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s, box-shadow 0.2s;
	box-shadow:0 2px 6px 0 rgba(0, 0, 0, .16);
  }
/* -------------------------------------------------------------------
	pc-style
------------------------------------------------------------------- */
@media only screen and (min-width: 768px){
	/* containerMain */
	body.bodyContainerNarrowRspKeiyakuGanSapport .containerMain {
		width: 748px !important;
	}
	
	/* ulSupportServiceRspKeiyakuGanSapport */
	ul.ulSupportServiceRspKeiyakuGanSapport {
		display: flex;
		flex-wrap: wrap;
	}
	.ulSupportServiceRspKeiyakuGanSapport > li {
		width: calc(50% - 12px);
	}
	.ulSupportServiceRspKeiyakuGanSapport > li + li {
		margin-top: 0;
	}
	.ulSupportServiceRspKeiyakuGanSapport > li:nth-of-type(2n) {
		margin-left: 24px;
	}
	.ulSupportServiceRspKeiyakuGanSapport > li:nth-of-type(n+3) {
		margin-top: 24px;
	}
	.txSizePc14Sp12RspKeiyakuGanSapport {
		font-size: 100% !important;
	}
}
/* -------------------------------------------------------------------
	sp-style
------------------------------------------------------------------- */
@media only screen and (max-width: 767px){
	.txSizePc14Sp12RspKeiyakuGanSapport {
		font-size: 86% !important
	}
	.acBtnRspKeiyakuGanSapport.typeArrow > a.open:after {
  top: calc(50% + 1px);
	}
}