

@charset "UTF-8";
/***************************************************
* service配下共通要素
***************************************************/
/* h3RspServiceCommon */
.h3RspServiceCommon {
	font-size: 27px;
}

/* txLinkHoverAction02Responsive */
a.txLinkHoverAction02Responsive {
	text-decoration: underline;
}
@media only screen and (min-width: 768px){
	a.txLinkHoverAction02Responsive:link {
		text-decoration: underline !important;
	}
	a.txLinkHoverAction02Responsive:visited {
		text-decoration: underline !important;
	}
	a.txLinkHoverAction02Responsive:hover {
		text-decoration: none !important;
	}
	a.txLinkHoverAction02Responsive:active {
		text-decoration: none !important;
	}
}

/* fz14AreaRspServiceCommon */
.fz14AreaRspServiceCommon {
	font-size: 14px;
}

/* childBorderOffRspServiceCommon */
.childBorderOffRspServiceCommon > * {
	border-width: 0 !important;
}

/* rspAnchorLinkBtnWrapRspServiceCommon */
.rspAnchorLinkBtnWrapRspServiceCommon {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.rspAnchorLinkBtnWrapRspServiceCommon > li {
	width: calc((100% - 58px) / 3);
}
.rspAnchorLinkBtnWrapRspServiceCommon > li > a {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #D9D9D9;
	background: #e9f1f3;
	text-decoration: none;
	color: #333;
	transition: all .5s;
	font-size: 18px;
	cursor: pointer;
}
.rspAnchorLinkBtnWrapRspServiceCommon > li > a:hover {
	opacity: 0.7;
}
.rspAnchorLinkBtnWrapRspServiceCommon > li > a > span {
	display: block;
	padding: 35px 13px 65px;
	text-align: center;
}
.rspAnchorLinkBtnWrapRspServiceCommon > li > a > span:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 22px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 17px;
	background: url(/content/dam/aflac/jp/ja/static/service/images/icon_resp_service_arrow_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

/* accordionBtnRspServiceCommon  */
.accordionBtnRspServiceCommon {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.accordionBtnRspServiceCommon > span {
	position: relative;
	padding-right: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #4bacc6;
}
.accordionBtnRspServiceCommon > span::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 15px;
	height: 15px;
	border: solid #d9d9d9;
	transform: rotate(135deg);
	border-width: 2px 2px 0 0;
}
.accordionBtnRspServiceCommon.isActive > span::after {
	top: 12px;
	transform: rotate(-45deg);
}
.accordionPanelInnerRspServiceCommon {
	padding: 20px;
	background-color: #f2f2f2;
}

/* blankIconLink */
.txBlankIconLinkRspServiceCommon {
	padding-right: 22px;
	background: url(/content/dam/shared/jp/ja/static/images/icon_blank_link_rsp.png);
	background-size: auto 14px;
	background-repeat: no-repeat;
	background-position: top 50% right 3px;
}

@media only screen and ( min-width: 768px ) {
	/***************************************************
	* 基本設定
	***************************************************/
	#contents.container .containerMain {
		width: 748px !important;
		font-size: 16px;
	}
	body{
		background: #ffffff;
	}
	
	/***************************************************
	* service配下共通要素
	***************************************************/
	/* childPlOffRspServiceCommon-pc */
	.childPlOffRspServiceCommon > * {
		padding-left: 0 !important;
	}

	/* blankIconLink */
	a.txBlankIconLinkRspServiceCommon:hover {
		text-decoration: none;
	}

	/***************************************************
	* テキスト設定
	***************************************************/
	.respServiceContentWrapper .respP{
		margin-bottom: 0;
		font-size:16px;
		line-height:1.8;
	}
	.respServiceContentWrapper .respFigcaption{
		font-size:14px;
		text-align:center;
	}
	.respServiceContentWrapper .respH1{
		font-size:40px;
		text-align:center;
		margin: 30px 0;
	}
	.respServiceContentWrapper .respH1.respServiceContentH1-38px{
		font-size:38px;
	}
	.respServiceContentWrapper .respH2{
		font-size:36px;
	}
	.respServiceContentWrapper .respTxRead{
		font-size:18px;
	}
	.respServiceContentWrapper .respTxCaption{
		font-size:14px;
	}
	#wrapper{
		background: #ffffff;
	}
	.topicPath{
		font-size: 14px;
	}
	.respServiceContentWrapper .respUlNote{
		font-size: 14px;
	}
	.respServiceContentWrapper .respUlNote .kome{
		margin-right: 5px;
	}

	/***************************************************
	* ページ固有設定
	***************************************************/
	.respServiceContentWrapper .respServiceUnderline{
		border-bottom: 2px solid #bebebe;
	}
	.respServiceContentWrapper .respServicePCBt,a.respServicePCBt{
		display: block;
		width: 330px;
		margin: 0 auto;
		border-radius: 36px;
		text-decoration: none!important;
		color: #333333!important;
	}
	.respServiceContentWrapper .respServiceTel{
		font-size: 24px;
		font-weight: bold;
		padding: 14px 50px 14px 45px;
		border-radius: 36px;
		box-shadow: 0 0 8px gray;
	}
	.respServiceContentWrapper .respServiceTel img{
		margin: 0 5px 12px 0;
	}
	.respServiceContentWrapper .respServiceTel.respServiceTelWithSmallTxt {
		padding: 14px 30px 14px 25px;
		border-radius: 100px;
		line-height: 1.4;
	}
	.respServiceContentWrapper .respServiceTel.respServiceTelWithSmallTxt > span {
		display: block;
		font-size: 14px;
	}
	.respServiceContentWrapper .respServiceBtColumn{
		display: -webkit-flex;
		display: flex;
		justify-content: -webkit-space-between;
		justify-content: space-between;
	}
	.respServiceContentWrapper .respServiceBtColumn div{
		width: 350px;
	}
	.respServiceContentWrapper .respServiceBtLeft{
		padding: 38px 0 0;
	}
	.respServiceContentWrapper .respServiceTxBlue{
		color: #1c3664;
	}
	.respServiceContentWrapper a .respServiceBtBlue:hover,a .respServiceBtBlue:active{
		opacity: 0.7;
	}
	.respServiceContentWrapper .respServiceQuesIcon img{
		margin: 0 6px 6px 0;
	}
	.respServiceContentWrapper .respServiceIconOrange{
		display:inline-block;
		width: 64px;
		height: 32px;
		margin: 0 10px 0 0;
		background-color: #e98300;
		border-radius: 8px;
		color: #ffffff;
		font-weight: bold;
	}
	.respServiceContentWrapper .respServiceBtBlue{
		width: 330px;
		background-color: #00a5d9;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		padding: 14px 50px 14px 45px;
		border-radius: 36px;
		box-shadow: 0 0 8px gray;
	}
	.respServiceContentWrapper .respServiceBtBlue img{
		width: 20px;
		margin: 0 0 10px 10px;
	}
	.respServiceContentWrapper .respServiceLinkLineNone{
		text-decoration: none!important;
	}
	.respServiceContentWrapper a.respServiceNetLink{
		text-decoration: none;
    	color: #0da5d9;
	}
	.respServiceContentWrapper .respServiceTimeList span{
		display: inline-block;
    	width: 120px;
	}
	.respServiceContentWrapper .respServiceServiceList{
		display: -webkit-flex;
		display: flex;
		justify-content: -webkit-space-between;
		justify-content: space-between;
		flex-wrap: -webkit-wrap;
		flex-wrap: wrap;
	}
	.respServiceContentWrapper .respServiceServiceList a{
		color: #333333;
		font-size: 18px;
		background: no-repeat url("/content/dam/aflac/jp/ja/static/service/images/resp_icon_arrow.png") 0px/15px;
		padding-left: 20px;
	}
	.respServiceContentWrapper .respServiceServiceList div{
		width:350px;
		margin-bottom: 10px;
	}
	.respServiceContentWrapper .respServiceServiceList a img{
		width: 15px;
		margin: 0 0 6px 6px;
	}
	.respServiceContentWrapper .respServiceServiceListCaption{
		width:350px;
		margin-bottom: 10px;
	}
	.respServiceContentWrapper .respCaptionText{
		margin-left: 20px;
		font-size: 14px;
	}
	
	/* service/checkup_web_service.html */
	.respServiceContentWrapper .respCheckupWebServiceTopLogo > img {
		width: 480px;
	}
	/* service/checkup_web_service.html */
	
	.respServiceContentWrapper .txTelNumRspService {
		position: relative;
		padding-left: 68px;
		background-image: url(/content/dam/shared/jp/ja/static/images/icon_freedial_green_01.png);
		background-repeat: no-repeat;
		background-size: 50px auto;
		background-position: top 50% left 0;
		font-size: 251%;
		font-weight: bold;
		line-height: 1;
	}
	.respServiceContentWrapper .txTelNumNotFreeRspService {
		font-size: 251%;
		font-weight: bold;
		line-height: 1;
	}
	
	.respServiceContentWrapper .txSizeNormalTelAreaRespService {
		font-size: 114%;
	}
	.respServiceContentWrapper .txSizeSmallTelAreaRespService {
		font-size: 100%;
	}
}


/***************************************************
* sp-style
***************************************************/
@media only screen and ( max-width: 767px ) {
	/***************************************************
	* service配下共通要素
	***************************************************/
	/* h3RspServiceCommon */
	.h3RspServiceCommon {
		font-size: 23px;
	}
	
	/* rspAnchorLinkBtnRspServiceCommon */
	.rspAnchorLinkBtnWrapRspServiceCommon {
		display: block;
	}
	.rspAnchorLinkBtnWrapRspServiceCommon > li {
		width: 100%;
		margin-top: 20px;
	}
	.rspAnchorLinkBtnWrapRspServiceCommon > li > a:hover {
		opacity: 1;
	}
	.rspAnchorLinkBtnWrapRspServiceCommon > li > a > span {
		padding: 17px 5px 27px;
	}
	.rspAnchorLinkBtnWrapRspServiceCommon > li > a > span:before {
		bottom: 10px;
		width: 17px;
		height: 10px;
		margin-left: -8px;
		background-size: 17px 10px;
	}
	
	/***************************************************
	* 基本設定
	***************************************************/
	.container div.containerMain{
		background: #ffffff;
		font-size: 16px;
	}
	#contents.container .containerMain {
		padding: 24px 10px 50px !important;
	}
	.respServiceContentWrapper .respH1{
		font-size: 24px;
		text-align:center;
		margin-bottom: 16px;
	}
	.respServiceContentWrapper .respFigcaption{
		font-size:13px;
	}
	.respServiceContentWrapper .respH2{
		font-size:22px;
	}
	.respServiceContentWrapper section .respP{
		margin-bottom: 0;
		padding: 0 10px;
	}
	.respServiceContentWrapper .respTxRead{
		font-size:18px;
	}
	.respServiceContentWrapper .respTxCaption{
		font-size:13px;
	}
	.respServiceContentWrapper .respUlNote{
		font-size: 13px;
	}
	.respServiceContentWrapper .respUlNote .kome{
		margin-right: 5px;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.respServiceContentWrapper .respServiceUnderline{
		border-bottom: 2px solid #bebebe;
	}
	.respServiceContentWrapper a.respServiceTelLink,a .respServicePCBt{
		width: 250px;
		display: block;
		margin: 0 auto;
		text-decoration: none!important;
	}
	.respServiceContentWrapper .respServicePCBt{
		display: block;
		width: 250px;
		margin: 0 auto;
		border-radius: 36px;
	}
	.respServiceContentWrapper .respServiceTel{
		color: #333333!important;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0 10px 8px;
		border-radius: 36px;
		box-shadow: 0 0 8px gray;
		margin: 0 auto;
	}
	.respServiceContentWrapper a .respServiceBtBlue{
		display: block;
		width: 250px;
		background-color: #00a5d9;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 10px 8px;
		border-radius: 36px;
		box-shadow: 0 0 8px gray;
		margin: 0 auto;
	}
	.respServiceContentWrapper .respServiceBtBlue img{
		width: 14px;
		margin: 0 0 7px 10px;
	}
	.respServiceContentWrapper .respServiceTel img{
		width: 30px;
		margin: 0 5px 7px 0;
	}
	.respServiceContentWrapper .respServiceTel.respServiceTelWithSmallTxt > span {
		display: block;
		font-size: 12px;
	}
	.respServiceContentWrapper .respServiceTxBlue{
		color: #1c3664;
	}
	.respServiceContentWrapper .respServiceQuesIcon img{
		margin: 0 6px 6px 0;
	}
	.respServiceContentWrapper .respServiceIconOrange{
		display:inline-block;
		width: 64px;
		height: 32px;
		margin: 0 10px 0 0;
		background-color: #e98300;
		border-radius: 8px;
		color: #ffffff;
		font-weight: bold;
		line-height: 1.8;
	}
	.respServiceContentWrapper .respServiceLinkLineNone{
		text-decoration: none!important;
	}
	.respServiceContentWrapper a.respServiceNetLink{
		text-decoration: none;
    	color: #0da5d9;
	}
	.respServiceContentWrapper .respServiceServiceList a{
		display: block;
		color: #333333;
		font-size: 18px;
		background: no-repeat url("/content/dam/aflac/jp/ja/static/service/images/resp_icon_arrow.png") 0px/15px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.respServiceContentWrapper .respServiceServiceList a img{
		width: 18px;
		margin: 0 0 6px 6px;
	}
	.respServiceContentWrapper .respServiceServiceListCaption{
		width:350px;
		margin-bottom: 10px;
	}
	.respServiceContentWrapper .respCaptionText{
		margin-left: 10px;
		font-size: 14px;
	}
	.respServiceContentWrapper .respServiceTimeList span{
		display: inline-block;
    	width: 120px;
	}
	
	/* service/checkup_web_service.html */
	.respServiceContentWrapper .respCheckupWebServiceTopLogo > img {
		width: 300px;
	}
	/* service/checkup_web_service.html */
	
	.respServiceContentWrapper .telAreaRespService .respServiceTelLink {
		width: 100%;
		max-width: 275px;
		font-size: 24px;
		border-radius: 36px;
		box-shadow: 0 0 8px grey;
		text-align: center;
	}
	.respServiceContentWrapper .telAreaRespService .respServiceTelLink > p {
		display: inline-block;
		font-size: 24px;
		padding-left: 43px;
		background-image: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_tel_free.png);
		background-size: 37px auto;
		background-repeat: no-repeat;
		background-position: top 50% left 0;
		border-radius: 0;
		box-shadow: none;
	}
	.respServiceContentWrapper .telAreaRespService .respServiceTelLink > p.notFreedialRspService {
		padding-left: 0;
		background-image: none;
	}
	.respServiceContentWrapper .txSizeNormalTelAreaRespService {
		font-size: 86%;
	}
	.respServiceContentWrapper .txSizeSmallTelAreaRespService {
		font-size: 86%;
	}
	
	/* accordionBtnRspServiceCommon */
	.accordionBtnRspServiceCommon > span {
		padding-right: 35px;
		font-size: 20px;
	}
	.accordionBtnRspServiceCommon > span::after {
		top: -1px;
	}
	.accordionBtnRspServiceCommon.isActive > span::after {
		top: 9px;
	}
}


/*- モーダル -*/
div.dialogOption a.footerClose {
	display: block;
	padding: 13px 10px 12px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
body#dialog div#mainCol .ksupportDialog {
	width: 711px;
	margin: 0 auto;
	font-size: 100%;
}
body#dialog div#mainCol .txRead{
	margin-bottom: 10px;
	font-weight: bold;
}
body#dialog div#mainCol li{
	margin-bottom: 5px;
}
body.popupWindowLayout{
	padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {		/* SP */
body#dialog div#mainCol .ksupportDialog {
    width: auto !important;
}
body#dialog div#mainCol .respTxRead.respP{
	line-height: 1.45;
}
}

/*- 注釈リスト -*/
.respServiceContentWrapper ul.respUlNote {
	display: inline-block;
	margin: 0;
	position: relative;
}
.respServiceContentWrapper ul.respUlNote li {
	padding-left: 1.6em;
	position: relative;
}
.respServiceContentWrapper ul.respUlNote li span.kome {
	position: absolute;
	left: 0;
}
#contents.container .containerMain .respServiceContent14px {
		font-size: 14px;
}

/*- モーダルリンク -*/
a.linkModalQuesRightRspService {
	padding: 3px 20px 3px 0;
	background-image: url(/content/dam/shared/jp/ja/static/images/icon_modal_link_question.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: top 44% right 0;
	text-decoration: none;
	color: #00a5d9;
	font-weight: bold;
}
@media only screen and ( min-width: 768px ) {
	a.linkModalQuesRightRspService:hover {
		opacity: 0.7;
	}
}

/*- 中央寄せ・行頭左揃え -*/
.txCenteringWrapRspService {
	display: flex;
	justify-content: center;
}





