

@charset "UTF-8";
/***************************************************
* テキスト設定
***************************************************/
.respH1 {
	font-size: 40px;
	text-align: center;
	margin: 30px 0;
}
.respH2 {
	font-size: 36px;
	text-align: center;
}
.respP {
	margin-bottom: 50px;
	line-height: 1.8;
	font-size: 16px;
}
ul.respCommonUlNote > li {
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	line-height: 24px;
}
ul.respCommonUlNote > li.respP {
	font-size: 16px;
	line-height: 30px;
}
ul.respCommonUlNote > li > span.kome {
	position: absolute;
	left: 0;
}

.txLinkBlueRespCommon {
	color: #0049a3 !important;
}

.txBlankIconLinkRespCommon {
	padding-right: 22px;
	background: url("/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/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;
}
a.txLinkBlueArrowRespCommon {
	padding-left: 20px;
	background-image: url("/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/aflac/jp/ja/static/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_lerge_01.png");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #333333;
	text-decoration: none;
}


/***************************************************
* pc-style
***************************************************/
@media only screen and (min-width: 768px){
	/***************************************************
	* テキスト設定
	***************************************************/
	.respH1.respH1-38px-pc {
		font-size: 38px;
	}
	/***************************************************
	* パーツ設定
	***************************************************/
	.borderSectionRespCommon {
		margin-bottom: 45px;
		padding-bottom: 70px;
		border-bottom: solid 2px #bebebe;
	}
	.borderSectionRespCommon:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	a.txLinkBlueArrowRespCommon:link {
		text-decoration: none;
	}
	a.txLinkBlueArrowRespCommon:visited {
		text-decoration: none;
	}
	a.txLinkBlueArrowRespCommon:hover {
		text-decoration: underline;
	}
	a.txLinkBlueArrowRespCommon:active {
		text-decoration: underline;
	}
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px){
	/***************************************************
	* テキスト設定
	***************************************************/
	.respH1 {
		margin: 0 0 16px;
		font-size: 24px;
	}
	.respH2 {
		font-size: 22px;
	}
	.respP {
		margin-bottom: 37px;
		line-height: 1.5;
		font-size: 16px;
	}
	ul.respCommonUlNote > li {
		font-size: 13px;
		line-height: 20px;
	}
	ul.respCommonUlNote > li.respP {
		font-size: 16px;
		line-height: 25px;
	}
	/***************************************************
	* パーツ設定
	***************************************************/
	.borderSectionRespCommon {
		margin-bottom: 30px;
		padding: 0 10px 30px;
		border-bottom: solid 2px #bebebe;
	}
	.borderSectionRespCommon:last-child {
		margin-bottom: 0;
		padding: 0 10px 0;
		border-bottom: none;
	}
}


/***************************************************
* フォントサイズ設定 ％指定
***************************************************/
.h1RspPercent {
	padding: 20px 0 16px;
	font-size: 171%;
	line-height: 1.17;
	text-align: center;
}
.h2RspPercent {
	font-size: 157%;
	line-height: 1.18;
	text-align: center;
}
.txNormalRspPercent {
	font-size: 114%;
	line-height: 1.56;
}
.txSmallRspPercent {
	font-size: 93%;
	line-height: 1.54;
}
ul.ulNoteRspPercent > li {
	position: relative;
	padding-left: 1.5em;
}
ul.ulNoteRspPercent > li > .kome {
	position: absolute;
	left: 0;
}

/***************************************************
* pc-style
***************************************************/
@media print, screen and ( min-width: 768px ) {
	.h1RspPercent {
		padding: 15px 0 30px;
		font-size: 271%;
		line-height: 1.5;
	}
	.h2RspPercent {
		font-size: 257%;
		line-height: 1.5;
	}
	.txNormalRspPercent {
		font-size: 114%;
		line-height: 1.88;
	}
	.txSmallRspPercent {
		font-size: 100%;
		line-height: 1.71;
	}
	ul.ulNoteRspPercent > li {
		position: relative;
		padding-left: 1.5em;
	}
	ul.ulNoteRspPercent > li > .kome {
		position: absolute;
		left: 0;
	}
}




