

@charset "UTF-8";
/* -----------------------------------------------

	/keiyaku/tokuyaku/index.html
	レスポンシブ対応用css

----------------------------------------------- */
body {
	background: #e9f1f3;
}
/***************************************************
* がん保険一覧
***************************************************/
#iryoTbl{
	width: 100%;
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	table-layout: fixed;
}
#iryoTbl th{
	text-align: center;
	vertical-align: top;
	border: 1px solid #d9d9d9;
	padding:1em;
	background: #f5f5f5;
	font-weight: bold;
	width: 130px;
}
#iryoTbl th.title{
	width:197px !important;
}
#iryoTbl th.data{
	width:160px !important;
}
#iryoTbl th.hoshoMinaoshi{
	width:390px !important;
}
#iryoTbl th.oneThird{
	width:110px !important;
}
#iryoTbl td{
	text-align: left;
	padding:1em;
	vertical-align: top;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	width: 315px;
	max-width: 100%;
}
#iryoTbl td.imgCell{
	border-top: none;
}
#iryoTbl td.borderBtmNone{
	border-bottom: none;
}
#iryoTbl td.date{
	font-weight: bold;
}
#iryoTbl td.value{
	font-size: 36px;
	padding: 0;
	text-align: center;
}
#iryoTbl td.bgGray {
	background: #EDEDED;
}
#iryoTbl td.value.pl45Px{
	font-size: 36px;
	padding: 0 0 0 45px;
	text-align: center;
}
/***************************************************
* 横スワイプ設定
***************************************************/
.scrollCtrl{
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch;
	display:-ms-flexbox;
	display:flex;
}
@media print, screen and (min-width: 768px) {
	.scrollCtrl{
		overflow-x:inherit;
	}
}
/***************************************************
* ボックス項目
***************************************************/
.boxContent{
	border-color: #f5f5f5;
}
.boxContentGoods{
	border-color: #f5f5f5;
	width:90%;
	background-color:#fff;
	margin-right: auto;
	margin-left: auto;
}
.boxtitle{
	font-size: 24px;
	font-weight: bold;
}
/* .ボックス内表 */
table.boxInTbl{
	border: 1px solid #d9d9d9;
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	width:95%;
	margin-right: auto;
	margin-left: auto;
}
table.boxInTbl th{
	vertical-align: top;
	text-align: left;
	border: 1px solid #d9d9d9;
	padding:1em 1em 1em 1em;
	background: #f5f5f5;
	font-size: 16px;
}
table.boxInTbl td{
	vertical-align: top;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	padding:1em;
}
table.boxInTbl td.imgCell{
	width:360px;
	padding:1em 1em 1em 4em;
}
/* .ボックス内見直し表 */
table.SplitTbl{
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	width:95%;
	margin-right: auto;
	margin-left: auto;
}
table.SplitTbl th{
	text-align: center;
	vertical-align: middle;
	padding:1em 0  1em 1em;
	font-weight: bold;
}
table.SplitTbl th.top{
	font-weight: bold;
	font-size:18px;
}
table.SplitTbl th.before{
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	width:44%;
}
table.SplitTbl th.separate{
	width:7%;
	padding:0;
}
table.SplitTbl th.after{
	background: #ebf0f7;
	border: 1px solid #d9d9d9;
	width:44%;
}
table.SplitTbl td{
	vertical-align: top;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding:1em;
}
table.SplitTbl td.comment{
	text-align: left;
	border: none;
}
/* .ボックス内電話番号 */
table.callTbl{
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
table.callTbl th{
	font-weight: normal; 
	vertical-align: top;
}
/* .ボックス内EVER */
table.everTbl{
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
table.everTbl th{
	width: 250px;
}
table.everTbl td{
	padding:3em 1em 1em;
	text-align: left;
}
/* .ボックス内商品選択 */
table.productSelectionTbl{
	table-layout: auto;
	padding: 0;
	margin: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
div.introduction{
	font-size: 16px;
	font-weight: bold;
	padding: 30px 5px 5px 15px;
	text-align: left;
}
div.annotation{
	padding: 5px 5px 5px 15px;
	text-align: left;
}
div.annotationIryo{
	padding: 5px 5px 5px 0px;
	text-align: left;
}
div.details{
	border-top: 1px solid #d9d9d9;
	text-align: right;
	padding: 10px 20px;
}

/* .dropdown設定 */
.dropdown, .dropdown2, .dropdow3 {
	padding: 0 0 20px;
	margin-top: 30px;
}
.dropdownControl a, .dropdownControl2 a, .dropdownControl3 a {
	display: block;
	background: #fff;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding: 14px 32px;
	color: #2eb056;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.dropdownControlSP a, .dropdownControl2SP a, .dropdownControl3SP a {
	display: block;
	background: #fff;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding: 14px 32px;
	color: #2eb056;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.dropdownControl a:hover, .dropdownControl2 a:hover, .dropdownControl3 a:hover {
	opacity: .8;
}
.dropdownControl .sup, .dropdownControl2 .sup, .dropdownControl3 .sup  {
	position: relative;
	top: -.5em;
	display: inline-block;
	font-size: 70%;
}
.dropdownControlSP a:hover, .dropdownControl2SP a:hover, .dropdownControl3SP a:hover {
	opacity: .8;
}
.dropdownControlSP .sup, .dropdownControl2SP .sup, .dropdownControl3SP .sup  {
	position: relative;
	top: -.5em;
	display: inline-block;
	font-size: 70%;
}

/* .dropdownContent */
.dropdownContent, .dropdownContent2, .dropdownContent3 {
	padding-top: 1em;
}
.dropdownContent > *:first-child, .dropdownContent2 > *:first-child, .dropdownContent3 > *:first-child {
	margin-top: 0 !important;
}
.dropdownContent > *:last-child, .dropdownContent2 > *:last-child, .dropdownContent3 > *:last-child {
	margin-bottom: 0 !important;
}
.dropdownContent .orangeTextTitle, .dropdownContent2 .orangeTextTitle, .dropdownContent3 .orangeTextTitle {
	margin-bottom: 40px;
	color: #ff921b;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/***************************************************
* pc-style
***************************************************/
@media print, screen and (min-width: 768px) {
	.nowrapMr1em{  
		white-space:nowrap;  
		overflow:hidden;  
	}  
	.nowrapMr2em{  
		white-space:nowrap;  
		overflow:hidden;  
	}
	.nowrapMr4em{  
		white-space:nowrap;  
		overflow:hidden;  
	}
	.containerMain > .section{
        	margin: 10px 0;
	}
	.dropdownControl a.close,.dropdownControl2 a.close,.dropdownControl3 a.close {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_close.png) right 30px center no-repeat #fff;
	}
	.dropdownControl a.open, .dropdownControl2 a.open, .dropdownControl3 a.open {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_open.png) right 30px center no-repeat #fff;
	}
	.dropdownControl a.jqDropDown-innerClsBtn.close,.dropdownControl a.jqDropDown-innerClsBtn2.close,.dropdownControl a.jqDropDown-innerClsBtn3.close {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_close.png) right 17px center no-repeat #fff;
	}
	#tell .description{
        	padding-left: 15em;
	}
	#tell .inquiry{
        	margin-top: 1em;
	}
	#ever .Content{
        	margin: 1em 7em 0;
	}
	#contents {
		padding: 0;
		margin: 24px auto 10px;
	}
	.btnStdCheck {
		width: 350px;
		min-height: 90px;
		border-radius: 5px;
		padding: 14px 10px 10px 10px;
		font-size: 24px;
	}
	.btnStdCheck :before {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}
	table.productSelectionTbl th{
		width: 10%;
	}
	table.productSelectionTbl td.img{
		width: 20%;
		text-align: left;
	}
	table.productSelectionTbl td.text{
		width: 50%;
	}
	.chPosition{
		text-align: left;
	}
	.footerTop .btnRow1-footerTop{
		background: #e9f1f3;
	}
	div.btnRowCol span.omiseBtnLabel {
		padding: 0 0 0 36px !important;
	}
	.ctaConsultationBtn .btnStdShop .btnLabel:before {
		position: absolute;
		margin-top: -10px;
	}
	.h2RspKyakuStep {
		font-size: 186%;
	}
}
.footerTop .btnRow1-footerTop{
	display: none;
}
/***************************************************
* sp-style
***************************************************/
@media print, screen and (max-width: 767px) {
	#iryoTbl div.showSP{
		margin-top:1em;
		font-weight:normal;
	}
	#iryoTbl .alignMiddleV {
		vertical-align: middle;
	}
	.nowrapMr1em{
		margin-right:1em;
		white-space:nowrap;  
		overflow:hidden;  
	}  
	.nowrapMr2em{  
		margin-right:2em;
		white-space:nowrap;  
		overflow:hidden;  
	}
	.nowrapMr4em{  
		margin-right:4em;
		white-space:nowrap;  
		overflow:hidden;  
	}
	.containerMain > .section{
	        margin: 10px 0;
	}
	.dropdownControlSP a, .dropdownControl2SP a, .dropdownControl3SP a {
		padding: 14px 45px;
	}
	.dropdownContent .orangeTextTitle, .dropdownContent2 .orangeTextTitle, .dropdownContent3 .orangeTextTitle {
		margin-bottom: 20px;
	}
	.dropdownContent, .dropdownContent2, .dropdownContent3 {
		padding-top: 30px;
	}
	.dropdownControlSP a.close,.dropdownControl2SP a.close,.dropdownControl3SP a.close {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_close.png) right 15px center no-repeat #fff;
	}
	.dropdownControlSP a.open, .dropdownControl2SP a.open, .dropdownControl3SP a.open {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_open.png) right 15px center no-repeat #fff;
	}
	.dropdownControlSP a.jqDropDown-innerClsBtnSP.close,.dropdownControlSP a.jqDropDown-innerClsBtn2SP.close,.dropdownControlSP a.jqDropDown-innerClsBtn3SP.close {
		background: url(/content/dam/aflac/jp/ja/static/keiyaku/iryo/images/icon_close.png) right 1px center no-repeat #fff;
	}
	/* .beforAfterDisp設定 */
	.beforAfterDisp{
		text-align: center;
	}
	.beforAfterDisp .textPadding{
		padding:1em;
	}
	.beforAfterDisp .textPadding8{
		padding:1em 8px;
	}
	.beforAfterDisp .title{
		margin: 10px;
		font-size: 20px;
		font-weight: bold;
	}
	.beforAfterDisp .subTitleBefor{
		margin: 0 10px;
		background: #f5f5f5;
		border: 1px solid #d9d9d9;
		font-weight: bold;
	}
	.beforAfterDisp .subTitleAfter{
		margin: 0 10px;
		background: #ebf0f7;
		border: 1px solid #d9d9d9;
		font-weight: bold;
	}
	.beforAfterDisp .Content{
		margin: 0 10px;
		text-align: left;
		border: 1px solid #d9d9d9;
		border-top: none;
	}
	.shopTbl{
		width:90%;
		margin-right: auto;
		margin-left: auto;
	}
	.shopTbl th{
		width:33%;
	}
	.shopTbl td .Content{
		margin:1em;
	}
	#tell .description{
        	padding-left: 1em;
	}
	#tell .inquiry{
        	margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
	}
	#tell .tellBtn{
		text-decoration: none !important;
		font-weight: bold;
		display: block;
		color: #333;
		border:1px solid #d6d6d6;
		border-radius:50px;
		-webkit-border-radius:50px;
		padding:1px;
		background:#ffffff;
		font-size: 24px;
        	margin: 1em;
		vertical-align: center;
	}
	#tell .tellMargin { margin: 0.5em 0.5em 0.2em !important; }
	#ever .inquiry{
        	margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
	}
	#ever .Content{
        	margin: 1em 1em 0;
		text-align: left;
	}
	.container .containerMain {
		padding: 24px 10px 10px;
	}
	table.productSelectionTbl th{
		width: 20px;
	}
	.chPosition{
		text-align: center;
	}
	table td.pad12 {
		padding: 1em 12px;
	}
	.h2RspKyakuStep{
		font-size: 157%;
	}
}

/***************************************************
* CheckBox
***************************************************/
.imageCbxBlue {
	background: url("/content/dam/aflac/jp/ja/static/keiyaku/tokuyaku/images/icon_blue_checkbox.png") no-repeat top;
	height: 32px;
	width: 32px;
	cursor: pointer;
	overflow: hidden;
}
.imageCbxBlue input {
	display: none;
}
.imageCbxBlueChecked {
	background-position: bottom center;
}
.noscript .imageCbxBlue {
	background: none;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
.noscript .imageCbxBlue input {
	display: inline;
}
#mainCol div.imageCbxBlue{
	margin-left: 15px;
}
#mainCol div.imageCbxBlue input{
	height: 1em;
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}
/***************************************************
* other-Config
***************************************************/
.cell .telNo{
	font-weight: bold;
}
.cell .telNo span:before {
	content: url("/content/dam/aflac/jp/ja/static/keiyaku/tokuyaku/images/icon_freedial.png");
	display: inline-block;
}

.mb1em{
	margin-bottom:1em;
}
.pl12em  { padding-left: 1.2em !important; }
.pl15em  { padding-left: 1.5em !important; }
.pl4em  { padding-left: 4em !important; }
.text30 { font-size:30px !important; }
.text72 { font-size: 72% !important; }
.mt6em  { padding-top: 6em !important; }
.btnRowCol {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0 5px;
	table-layout: fixed;
}
div.ctaConsultationBtn div.btnRowCol a.btnStd {
	border-radius: 200px !important;
	min-height:0px !important;
	display: block !important;
	height: auto !important;
}
.ctaConsultation {
	margin: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.netLink{
	text-decoration:none;
	color: #0da5d9;
}
a.lineLink{
	color: #0c51a6;
}
a.tellLink{
	text-decoration:none;
}
.nowrap{  
	white-space:nowrap;  
	overflow:hidden;  
}  
div.center{
	vertical-align:middle;
	text-align: center;
}
div.modReset{
	background-color:#e9f1f3;
}
div.footerTop{
	margin: 10px 0 !important;
}
.noBold{
	display: inline-block;
	font-weight: normal;
}
/*リスト箇条書き*/
.tim15em{
text-indent: -1.5em;
}
.mr05em{
margin-right: 0.5em;}
/* 汎用 */
.txGuardRed {
    color: #FF0000;
}
.txBold {
	font-weight: bold;
}
.pt110 {
	padding-top: 110px !important;
}
.pt130 {
	padding-top: 130px !important;
}
.pt140 {
	padding-top: 140px !important;
}

/* titleAlignSettingWrap */
@media print, screen and (min-width: 768px){
	.titleAlignSettingWrap h2.hdBoxBlankArea {
		text-align: left;
	}

/* attention PC style */
	div.bloBdy.attention {
		padding: 10px 19px 15px;
	}
	.ulNote.ulAttention {
		background: url(/content/dam/shared/jp/ja/static/images/icon_ulAttention.gif) 13px 50% no-repeat;
		padding: 4px 25px 4px 68px;
	}
}
/* attention SP style */
@media only screen and (max-width: 767px){
	div.bloBdy.attention {
		padding: 10px 12px 8px;
		font-size: 12px;
	}
	.attentionIcon {
		text-align: center;
		padding: 5px 0px 15px 0px;
	}
}
ul.ulNote {
	margin: 0;
	position: relative;
}
ul.ulNote li {
	padding: 3px 0px 3px 15px;
	position: relative;
}
ul.ulNote li span.kome {
	position: absolute;
	top: 3px;
	left: 0;
}
.bloSimple {
	background-color: white;
	margin-bottom: 50px;
	padding: 15px;
}
.bloSimpleImg {
	flex: 1;
}
.bloSimpleTxt {
	flex: 2;
	text-align: left;
}
.bloSimpleBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
a.simpleBtn {
	background-color: #11a851;
	color: #fff;
	height: 100%;
	border-radius: 6px;
	padding: 8px 10px 6px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.simpleBtn .btnLabel {
	padding-right: 15px;
	padding-left: 5px;
}
.bloSimple .bloSimpleCon .btnLabel:after {
    border-color: transparent transparent transparent #fff;
}
/* bloSimple PC style */
@media print, screen and (min-width: 768px){
	
	.bloSimpleCon {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0 10px 10px 0;
	}
	.bloSimpleTxt {
		padding: 0 20px;
	}
	.bloSimpleBtn {
		width: 190px;
	}
}
/* bloSimple SP style */
@media only screen and (max-width: 767px){
	.bloSimple {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.bloSimpleCon {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.bloSimpleImg {
		width: 190px;
	}
	.bloSimpleTxt {
		padding: 20px;
	}
	.bloSimpleBtn {
		width: 100%;
	}
}


