

@charset "UTF-8";
/***************************************************
* 汎用クラス
***************************************************/
.displayInlineBlock {
	display: inline-block;
}

/***************************************************
* ページ固有設定
***************************************************/
h1 {
	padding: 30px 0 15px;
}
h2{
	padding-bottom: 10px;
}
.txNormalRespCounselingservice {
	font-size: 114%;
	line-height: 1.5;
}
.txSmallRespCounselingservice {
	font-size: 86%;
	line-height: 1.5;
}
.txNormalRespCounselingservice .innerTxLargeRespCounselingservice {
	font-size: 113%;
}
.txNormalRespCounselingservice .innerTxSmallRespCounselingservice {
	font-size: 75%;
}
.txTelBoxTtlRespCounselingservice {
	font-size: 103%;
	line-height: 1.5;
}
.txStrongWithHeading2RespCounselingservice {
	font-size: 150%;
}
.txBlankIconRespCounselingservice {
	padding: 3px 20px 3px 0;
	background-image: url(/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: top 44% right 0;
}

.topLogoAreaRespCounselingservice > p:nth-of-type(1) {
	width: 160px;
	margin: 0 auto;
}

.topAncBtnAreaRespCounselingservice {
	margin-bottom: 40px;
}
.topAncBtnAreaRespCounselingservice > div:not(:last-child) {
	margin-bottom: 10px;
}
.topAncBtnAreaRespCounselingservice > div > a {
	display: flex;
	justify-content: center;
	padding: 11px 20px 27px;
	background-image: url(/content/dam/aflac/jp/ja/static/keiyaku/images/fig_arrow_btn_anc_counselingservice_01.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: bottom 9px left 50%;
	background-color: #e9f1f3;
	border: solid 1px #d9d9d9;
	font-size: 129%;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.miniTxBoxBgPinkRespCounselingservice {
	display: block;
	width: 214px;
	margin: 0 auto 30px;
	padding: 14px 0;
	background-color: #f69499;
	border-radius: 3px;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.miniTxBoxBgBlueRespCounselingservice {
	display: block;
	width: 214px;
	margin: 0 auto 30px;
	padding: 14px 0;
	background-color: #4d9ed7;
	border-radius: 3px;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.btnUseDetailRespCounselingservice > a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 14px 10px 15px;
	border-radius: 100vw;
	background: #00a5d9;
	text-align: center;
	text-decoration: none;
	font-size: 114%;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,25%);
}
.btnUseDetailRespCounselingservice > a span.btnTxBlankIconRespCounselingservice {
	padding-right: 25px;
	background-image: url(/content/dam/aflac/jp/ja/static/keiyaku/seikyu/images/icon_resp_sick_blank_white.png);
	background-position: top 50% right 0px;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.innerGreenTxBoxRespCounselingservice {
	margin: 5px 0 10px;
	padding: 10px 15px;
	border: solid 1px #85d8c3;
	border-radius: 3px;
}
.telBorderAreaRespCounselingservice {
	padding: 25px 19px;
	border: solid 1px #cccccc;
}
a.txLinkTelRespCounselingservice {
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	color: #333333;
}
a.txLinkModalRespCounselingservice {
	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 50% right 0;
	text-decoration: none;
	color: #00a5d9;
	font-weight: bold;
}

.introductionFrameRespCounselingservice {
	background-color: #eeeeee;
	padding: 30px 20px;
	margin-bottom: 20px;
}

/***************************************************
* pc-style
***************************************************/
@media print, screen and (min-width: 768px) {
	#contents.container .containerMain {
		width: 748px;
	}
	.contentWrapRespCounselingservice {
		padding-bottom: 100px;
	}
	h1 {
		padding: 15px 0 5px;
	}
	.txNormalRespCounselingservice-pc {
		font-size: 114% !important;
		line-height: 1.5 !important;
	}
	.txSmallRespCounselingservice {
		font-size: 100%;
		line-height: 1.57;
	}
	.txNormalRespCounselingservice .innerTxSmallRespCounselingservice {
		font-size: 88%;
		line-height: 1.57;
	}
	
	.txStrongWithHeading2RespCounselingservice {
		font-size: 193%;
	}
	
	.topLogoAreaRespCounselingservice {
		display: table;
		border-collapse: separate;
		border-spacing: 3px 0;
		margin-bottom: 30px;
	}
	.topLogoAreaRespCounselingservice > p:nth-of-type(1) {
		display: table-cell;
		width: 320px;
	}
	.topLogoAreaRespCounselingservice > p:nth-of-type(2) {
		display: table-cell;
		vertical-align: middle;
	}
	.topAncBtnAreaRespCounselingservice {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.topAncBtnAreaRespCounselingservice > div {
		width: 233px;
	}
	.topAncBtnAreaRespCounselingservice > div > a {
		padding: 15px 15px 31px;
		background-position: bottom 14px left 50%;
	}
	.topAncBtnAreaRespCounselingservice > div > a:hover {
		opacity: 0.7;
	}
	.miniTxBoxBgPinkRespCounselingservice {
		width: 264px;
	}
	.miniTxBoxBgBlueRespCounselingservice {
		width: 264px;
	}
	.innerGreenTxBoxRespCounselingservice {
		border: solid 2px #85d8c3;
	}
	.telBorderAreaRespCounselingservice {
		margin: 0 23px;
		padding: 35px;
	}
	.txTelBoxTtlRespCounselingservice {
		font-size: 129%;
		line-height: 1.5;
	}
	.txFreedialRespCounselingservice {
		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;
	}
	.punFreedialRespCounselingservice {
		position: absolute;
		left: 170px;
		bottom: 100%;
		font-size: 41%;
		font-weight: normal;
	}
	.punFreedialRespCounselingservice > span:nth-of-type(1) {padding: 0 0 0 10px;}
	.punFreedialRespCounselingservice > span:nth-of-type(2) {padding: 0 0 0 9px;}
	.punFreedialRespCounselingservice > span:nth-of-type(3) {padding: 0 6px 0 25px;}
	.txMobileIconRespCounselingservice {
		padding-left: 16px;
		background-image: url(/content/dam/shared/jp/ja/static/images/icon_mobile_debice_01.png);
		background-repeat: no-repeat;
		background-position: top 50% left 0;
	}
	.btnUseDetailRespCounselingservice > a {
		display: inline-block;
		max-width: none;
		min-width: 360px;
		width: auto;
		padding: 18px 30px 19px;
	}
	.btnUseDetailRespCounselingservice > a:hover {
		opacity: 0.7;
	}
	a.txLinkModalRespCounselingservice {
		padding: 3px 25px 3px 0;
	}
	
	.introductionFrameRespCounselingservice {
		padding: 30px 50px;
		margin-bottom: 30px;
	}
	
}



