@charset "UTF-8";

.containerMain .respServiceLinkLineNone{
		text-decoration: none!important;
}
.w50 {
	width: 50%;
}
.verticalMid {
	vertical-align: middle;
	background-color: aliceblue;
}
.containerMain table {
	border-collapse: collapse;
	border-right-style: hidden;
	border-left-style: hidden;
}
.containerMain table.rkaigohoken_table td,table.rkaigohoken_table th{
	border: 1px solid #dddddd;
	border-collapse: collapse;
}
.containerMain table.rkaigohoken_table {
	margin-bottom: 15px;
	margin-top: 19px;
}
.containerMain table.rkaigohoken_table tbody th {
	text-align: left;
	vertical-align: top;
}
.containerMain table.rkaigohoken_table td.subTxt{
	width: 30%;
    background-color: white;
}
.containerMain table.rkaigohoken_table td,table.rkaigohoken_table th{
	padding: 10px;
}
.containerMain table.rkaigohoken_table td.number {
	padding: 10px 0 2px;
	white-space: nowrap;
}

.font14pxAreaRspIryosoudansupport {
	font-size: 14px !important;
}

/*- 注釈リスト -*/
.containerMain .canetArea ul.respUlNote {
	display: inline-block;
	margin: 0;
	position: relative;
}
.containerMain .canetArea ul.respUlNote li {
	padding-left: 1.6em;
	position: relative;
}
.containerMain .canetArea ul.respUlNote li span.kome {
	position: absolute;
	left: 0;
}

/*- モーダルリンク -*/
a.linkModalQuesRightRspIryosoudansupport {
	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;
}
a.linkModalQuesRightNormalBlackRspIryosoudansupport {
	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: #333333;
}
@media only screen and ( min-width: 768px ) {
	a.linkModalQuesRightRspIryosoudansupport:hover {
		opacity: 0.7;
	}
	a.linkModalQuesRightNormalBlackRspIryosoudansupport:hover {
		text-decoration: underline;
	}
}

/* リンクボタン */
a.btnBlueBlankRspKeiyakuAdd {
	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: 112%;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,25%);
}
a.btnBlueBlankRspKeiyakuAdd span.btnTxIconBlankRspKeiyakuAdd {
	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;
}
a.telLinkBtnRspKeiyakuAdd {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 296px;
	width: 100%;
	height: 56px;
	margin: 0 auto;
	padding-left: 0;
	border-radius: 56px;
	background-color: #ffffff;
	background-image: none;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,30%);
	font-size: 24px;
	font-weight: bold;
	text-decoration: none !important;
	color: #333333 !important;
}

/***************************************************
* pc-style
***************************************************/
@media only screen and ( min-width: 768px ) {
	/***************************************************
	* 基本設定
	***************************************************/
	#contents.container .containerMain {
		width: 748px !important;
		font-size: 16px;
	}
	.containerMain a .respServiceBtBlue:hover,a .respServiceBtBlue:active{
		opacity: 0.7;
	}
	.containerMain .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;
	}
	.containerMain .respServiceBtBlue img{
		width: 20px;
		margin: 0 0 10px 10px;
	}
       .containerMain .respServicePCBt,a.respServicePCBt{
		display: block;
		width: 330px;
		margin: 0 auto;
		text-decoration: none!important;
		color: #333333!important;
	}
	.containerMain .respServicePCBt{
		display: block;
		/* width: 250px; */
		margin: 0 auto;
	}

	#contents.container .containerMain {
		width: 748px !important;
		font-size: 16px;
	}
	body{
		background: #ffffff;
	}
	.showSP {
		display: none;
	}
	.containerMain .canetArea .respUlNote{
		font-size: 14px;
	}
	.containerMain .canetArea .respUlNote .kome{
		margin-right: 5px;
	}
	/***************************************************
	* テキスト設定
	***************************************************/
	p{
		font-size: 16px;
		line-height: 1.8;
	}
	figcaption{
		font-size: 14px;
		text-align: center;
	}
	h1{
		font-size: 35px;
		font-weight: bold;
		margin: 40px 0 0 15px;
	}
	h2{
		font-size: 26px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: bold;
	}
	h3{
		font-size: 28px;
		text-align: center;
		margin-bottom: 10px;
	}
	.txRead{
		font-size: 18px;
	}
	.txCaption{
		font-size: 14px;
	}
	#wrapper{
		background: #ffffff;
	}
	.topicPath{
		font-size: 14px;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	.borderboxIndex{
		text-align: center;
		font-weight: bold;
		padding: 15px;
		background: #e4f4f9;
		border-top: solid 1px #e1e1e1;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 20px;
	}
	.borderboxIndex p {
		margin: 0px
		padding: 0;
	}
	.borderboxText{
		padding: 15px 30px;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 20px;
	}
	.borderboxtext p {
		margin: 0px
		padding: 0;
	}
	.logoHeading {
		display: table;
		border-collapse: separate;
		border-spacing: 3px 0;
		margin-bottom: 30px;
	}
	.logoHeading>p {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}
	.logoHeading .showPC {
		width: 320px;
	}
	.respServiceQuesIcon img {
		margin: 0 4px 2px 0;
		vertical-align: middle;
    }
    .descHeading {
    	text-align: center;
    }
    .descHeading .descCorp {
    	text-align: right;
    }
	.respServiceTimeList span {
		display: inline-block;
		width: 120px;
	}
	.introductionFrame {
		background-color: #eeeeee;
		padding: 30px 50px;
		margin-bottom: 30px;
	}
	.introductionFrameElement {
		text-align: center;
	}
	.introductionFrame .title {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}
	.introductionFrame .attributeIryo {
		font-size: 119%;
	}
	.introductionFrame .titleDesc {
		font-weight: bold;
		text-align: center;
		font-size: 14px;
	}
	.introductionFrame .attributeRKaigo {
		text-align: center;
		background-color: #dc4f4f;
		border-radius: 5px;
		margin: 0px 34% 30px;
		padding: 8px 0;
		color: #ffffff;
	}
	.introductionFrame .attributeDesc {
		font-size: 14px;
	}
	.introductionFrame .attributeDesc div {
		display: block;
		padding-left: 18%;
		text-align: left;
	}
	.introductionFrame .commentary {
		text-align: left;
		padding-bottom: 20px;
	}
	.introductionFrame .telArea {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		padding: 20px;
	}
	.canetArea {
		padding:0 45px;
		margin-bottom: 50px;
	}
	.canetArea a {
		text-decoration: none;
		color: #0da5d9;
	}
	.canetArea .respP {
		margin:0;
		font-size: 16px;
		line-height: 1.8;
	}
	.imgIconTel {
		width: 10px;
		margin: 0 4px 5px 3px;
		vertical-align: text-bottom;
	}
	.imgIconPdf {
		width: 14px;
		margin: 0 4px 2px 4px;
		vertical-align: text-bottom;
	}
	.imgIconBlank {
		margin: 0 6px 6px 2px;
		vertical-align: text-bottom;
	}
	/*- 電話番号 -*/
	.txFreedialRspIryosoudansupport {
		position: relative;
		margin-top: 15px;
		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: 28px;
		font-weight: bold;
		line-height: 1;
	}
	.txFreedialRspIryosoudansupport .punFreedialKenkouRspIryosoudansupport {
		position: absolute;
		left: 149px;
		bottom: 100%;
		font-size: 12px;
		font-weight: normal;
	}
	.txFreedialRspIryosoudansupport .punFreedialKenkouRspIryosoudansupport > span:nth-of-type(1) {
		padding-right: 6px;
		padding-left: 7px;
	}
	.txFreedialRspIryosoudansupport .punFreedialKenkouRspIryosoudansupport > span:nth-of-type(3) {
		padding-right: 4px;
		padding-left: 20px;
	}
	.txFreedialRspIryosoudansupport .punFreedialKaigoRspIryosoudansupport {
		position: absolute;
		left: 161px;
		bottom: 100%;
		font-size: 12px;
		font-weight: normal;
	}
	.txFreedialRspIryosoudansupport .punFreedialKaigoRspIryosoudansupport > span:nth-of-type(1) {
		padding-right: 2px;
		padding-left: 8px;
	}
	.txFreedialRspIryosoudansupport .punFreedialKaigoRspIryosoudansupport > span:nth-of-type(3) {
		padding-right: 6px;
		padding-left: 7px;
	}
	.txDialRspIryosoudansupport {
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
	}
	.txDialRspIryosoudansupport > span {
		font-size: 14px;
		font-weight: normal;
	}
	.txReceptionRspIryosoudansupport {
		font-size: 114%;
	}
	.txTelNumRspKeiyakuAdd {
		font-size: 251%;
		font-weight: bold;
		line-height: 1;
	}
	.txSizeNormalTelAreaRspKeiyakuAdd {
		font-size: 114%;
	}
	
	/* リンクボタン */
	a.btnBlueBlankRspKeiyakuAdd {
		display: inline-block;
		max-width: none;
		min-width: 360px;
		width: auto;
		padding: 18px 30px 19px;
	}
	a.btnBlueBlankRspKeiyakuAdd:hover {
		opacity: 0.7;
	}
	
}

/***************************************************
* sp-style
***************************************************/
@media only screen and ( max-width: 767px ) {
	/***************************************************
	* ﾃﾌﾞﾙと青Btn
	***************************************************/
    .containerMain .rkaigohoken_table{
    	margin-bottom: 10px;
    }
	.container .containerMain 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;
	}
	.containerMain .respServiceBtBlue img{
		width: 14px;
		margin: 0 0 7px 10px;
	}
	.containerMain a.respServiceTelLink,a .respServicePCBt{
		width: 250px;
		display: block;
		margin: 0 auto;
		text-decoration: none!important;
	}
	.containerMain .respServicePCBt{
		display: block;
		width: 250px;
		margin: 0 auto;
	}
	.containerMain 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;
	}
	.containerMain .respServiceBtBlue img{
		width: 14px;
		margin: 0 0 7px 10px;
	}
	.containerMain .canetArea .respUlNote{
		font-size: 13px;
	}
	.containerMain .canetArea .respUlNote .kome{
		margin-right: 5px;
	}
	/***************************************************
	* 基本設定
	***************************************************/
	.container div.containerMain{
		background: #ffffff;
		font-size: 16px;
	}
	#contents.container .containerMain {
		padding: 24px 10px 50px !important;
	}
	h1{
		font-size: 25px;
		text-align: center;
		margin-bottom: 22px;
		font-weight: bold;
	}
	.blo2col{
		display: block;
	}
	figcaption{
		font-size: 13px;
	}
	h2{
		font-size: 23px;
		text-align: center;
		margin-bottom: 16px;
		font-weight: bold;
	}
	h3{
		font-size: 20px;
		text-align: center;
		margin: 25px 0 10px;
	}
	.txRead{
		font-size: 18px;
	}
	.txCaption{
		font-size: 13px;
	}
	.showPC {
		display: none;
	}
	.respServiceQuesIcon img {
		margin: 0 3px 1px 0;
		vertical-align: middle;
	}
	.logoHeading {
		margin-bottom: 40px;
	}
	.logoHeading p {
		text-align: center;
	}
	.logoHeading .txt {
		text-align: left;
	}
	/***************************************************
	* ページ固有設定
	***************************************************/
	ul.ulNote_mi li {
		font-size: 13px;
	}
	.borderboxIndex{
		text-align: center;
		font-weight: bold;
		padding: 15px;
		background: #e4f4f9;
		border-top: solid 1px #e1e1e1;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 12px;
	}
	.borderboxIndex p {
		margin: 0px
		padding: 0;
	}
	.borderboxText{
		padding: 15px;
		border-bottom: solid 1px #e1e1e1;
		margin: 0 12px;
	}
	.borderboxtext p {
		margin: 0px
		padding: 0;
	}
	.descHeading .descTxt {
		text-align: center;
	}
	.font80p {
		font-size: 80%;
	}
	.descCorp {
		text-align: right;
	}
	.introductionFrame {
		background-color: #eeeeee;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.introductionFrameElement {
		text-align: center;
	}
	.introductionFrame .title {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}
	.introductionFrame .attributeIryo {
		font-size: 119%;
	}
	.introductionFrame .titleDesc {
		font-weight: bold;
		text-align: center;
		font-size: 14px;
	}
	.introductionFrame .attributeRKaigo {
		background-color: #dc4f4f;
		text-align: center;
 		border-radius: 5px;
		margin-bottom: 10px;
		padding: 8px 0;
		color: #ffffff;
	}
	.introductionFrame .attributeDesc {
		font-size: 12px;
		text-align: left;
	}
	.introductionFrame .attributeDesc div {
		display: block;
		text-align: left;
	}
	.introductionFrame .commentary {
		text-align: left;
		padding-bottom: 20px;
	}
	.introductionFrame .commentaryEnd {
		text-align: left;
	}
	.introductionFrame .commentaryEnd li {
		font-size: 12px;
	}
	.introductionFrame .telArea {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		padding: 20px;
		font-size: 80%;
	}
	.canetArea {
		padding:0;
	}
	.canetArea a {
		text-decoration: none;
		color: #0da5d9;
	}
	.canetArea .respP {
		margin:0;
	}
	.respServiceTimeList span {
		display: inline-block;
		width: 120px;
	}
	.imgIconTel {
		width: 10px;
		margin: 0 9px 1px 2px;
		vertical-align: middle;
	}
	.footerCaution {
		font-size: 14px;
	}
	.imgIconPdf {
		width: 11px;
		margin-left: 4px;
		vertical-align: middle;
	}
	.imgIconBlank {
		margin-left: 2px;
		vertical-align: middle;
	}
	.plr10-sp{
		padding: 0 10px;
	}
	.pblr10-sp{
		padding: 0 10px 10px;
	}
	.centerUlWrapRspIryosoudansupport {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	/*- 電話番号 -*/
	.txFreedialRspIryosoudansupport > a {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 296px;
		width: 100%;
		height: 56px;
		margin: 0 auto;
		padding-left: 0;
		border-radius: 56px;
		background-color: #ffffff;
		background-image: none;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
		font-size: 24px;
		text-decoration: none !important;
		color: #333333 !important;
	}
	.txFreedialRspIryosoudansupport > a > span {
		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;
		font-weight: bold;
	}
	.txDialRspIryosoudansupport > a {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 296px;
		width: 100%;
		height: 56px;
		margin: 0 auto;
		padding-left: 0;
		border-radius: 56px;
		background-color: #ffffff;
		background-image: none;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
		font-size: 24px;
		font-weight: bold;
		text-decoration: none !important;
		color: #333333 !important;
	}
	.txDialRspIryosoudansupport > a > span {
		font-size: 13px;
		font-weight: normal;
	}
	.txReceptionRspIryosoudansupport {
		font-size: 129%;
	}
	.txSizeNormalTelAreaRspKeiyakuAdd {
		font-size: 86%;
	}
}
@media only screen and ( max-width: 374px ) {
	.txFreedialRspIryosoudansupport > a {
		font-size: 20px;
	}
	.txFreedialRspIryosoudansupport > a > span {
		padding-left: 35px;
		background-size: 32px auto;
	}
	.txDialRspIryosoudansupport > a {
		font-size: 20px;
	}
	.txDialRspIryosoudansupport > a > span {
		font-size: 11px;
	}
}
/***************************************************
* 共通設定
***************************************************/
ul.ulNote {
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.ulNote li {
	padding-left: 1.6em;
	position: relative;
}
ul.ulNote li span.kome {
	position: absolute;
	left: 0;
}
.txPr {
	font-weight: bold;
	padding-right: 15px;
}
.borderLine {
	border: solid 1px #cccccc;
	margin: 50px 0;
}
.txBold {
	font-weight: bold;
}
.registered {
	font-size: 80%;
	vertical-align: top;
	position: relative;
}
.smallFont {
	font-size: 80%;
}
.txBlankIconRspIryosoudansupport {
	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;
}
