

@charset "utf-8";
/*
PC
@media print, screen and ( min-width: 768px ) {}

SP
@media only screen and ( max-width: 767px ) {}
*/
/* topバナー */
.flex {
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 768px) {
	.tabControlBoxBanner {
		height: 185px;
		padding: 20px 10px;
	}
	.tabControlBoxBannerText{
		width: 100%;
		margin-left: 20px;
		font-size: 88%;
	}
	.logoWidth {
		width: 30%;
		margin-top: 22px;
	}
	.textWidth {
		width: 70%;
		margin-top: 15px;
		line-height: 1.6;
	}
	.newText {
		display:none;
	}
}
@media print, screen and (max-width: 767px) {
	.logoWidth {
		width: 50%;
		flex: 1;
		margin-top: 35px;
		padding-bottom: 10px;
		position: relative;
	}
	.dugWidth {
		width: 50%;
	}
	.textWidth{
		flex-basis: 51%;
		margin-top: 18px;
		margin-right: 10px;
	}
	.newText {
		display:none;
	}
	.tabControlMainBannerText{
	padding: 0px 10px 10px;
	font-size: 12px;
	}
}
@media only screen and ( max-width: 767px ) {
	/* .topTablist-sp */
	.topTablist {
		padding: 0 5px;
		border-top: none;
		background: none;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topTablist:after {
		clear: both;
		content: "";
		display: table;
	}
	.topTablist .tab,
	.tabList > .tab {
		float: left;
		display: table;
		width: calc( 50% - 10px);
		height: 51px;
		box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.25);
		margin: 0 5px;
		font-size: 79%;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background: #fff;
	}
	.topTablist .tab > * {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.topTablist .tab > a,
	.tabList .tab > a,
	.tabList .tab.active a{
		color: #333;
		text-decoration: none;
		padding: 0 3px;
	}
	.topTablist .tab.active > a {
		pointer-events: none;
		color: #ffffff;
		text-decoration: none;
		padding: 0 3px;
	}
	.topTablist .tab.active,
	.topTablist .tab.activeTab {
		background: #ccc;
		box-shadow: none;
		border-radius: 0 !important;
	}
	.tabControlBox.bottom .topTablist {
		border-bottom: 0;
	}
	.tabControlBox.top {
		margin: 0px -10px 22px;
	}
	.tabControlBox.top .topTablist {
		border-top: 0;
	}
	.tabControlBoxBannerText{
		margin: 0 15px;
		font-size: 88%;
	}
}
@media print, screen and ( min-width: 768px ) {
	.topTablist {
	}
	.topTablist:after {
		content: "";
		clear: both;
		display: block;
	}
	.topTablist .tab {
		border-bottom: none !important;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	.topTablist > .tab,
	.tabList > .tab {
		float: left;
		display: table;
		width: calc(50% - 10px);
		height: 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
		margin: 0 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.topTablist .tab.active > a,
	.topTablist .tab.activeTab > a {
		display: table-cell;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
	}
	.topTablist .tab > a,
	.topTablist .tab > a ,
	.tabList .tab > *{
		display: table-cell;
		color: #333;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 8px;
	}
	.topTablist .tab a:hover {
		opacity: .8;
	}
	.topTablist .tab.active {
		background: #DBE000;
		border: 2px solid #009BDE;
		box-shadow: none;
		border-radius: 0;
		pointer-events: none;
	}
	/* .tabControlBox.top */
	.tabControlBox.top {
		background-color: #fff;
	}
	.tabControlBox.top .topTablist {
		border-top: 0;
		padding: 12px 6px 0;
	}
	.tabControlBox.top .topTablist .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	/* .tabControlBox.bottom-pc */
	.tabControlBox.bottom .topTablist {
		padding: 0 7px 12px;
		border-bottom: 0;
	}
	.tabControlBox.bottom .topTablist .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
	}
}
.topTablist {
	border-bottom: solid 3px #0168b7;
}
.topTablist .tab.active,
.topTablist .tab.activeTab {
	background: #0168b7;
	border-color: #0168b7;
}
/* タブリスト下 */
.tabList {
	border-color: #0168b7 !important;
	background: #e9f1f3;
}
.tabList .tab.active,
 .tabList .tab.activeTab {
	background: #0168b7;
	border-color: #0168b7 !important;
}
.tabList .tab.active a {
	color: #fff !important;
}
@media print, screen and ( min-width: 768px ) {
	/* .tabControlBox.bottom.downarrow-pc */
	.tabControlBox.bottom.downarrow {
		margin: 0 auto 30px;
	}
}
/* tabcolor green */
.tabControlBox.bottom.downarrow:after {
	border-top-color: #0168b7;
}
/* .lightSimButton */
.lightSimButton > a {
	width: 360px;
	background: rgba(29, 163, 143);
	text-align: center;
	text-decoration: none !important;
	padding: 12px 40px;
	border-radius: 45px;
	color: white !important;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	box-shadow: 0px 3px 5px darkgrey;
}
.lightSimButton > a:hover {
	opacity: 0.85;
}
.lightSimButton > a img {
	width: 21px;
	width: auto;
	height: 29px;
	margin-top: -2px;
	margin-right: 11px;
	vertical-align: middle;
}
@media print, screen and ( min-width: 768px ) {
	.lightLeadButtonWrap {
		display: flex;
		justify-content: center;
		column-gap: 28px;
		margin-bottom: 30px;
	}
	.lightLeadButtonItem {
		width: calc((100% - 28px) / 2);
	}
	.lightLeadButtonTxCenter {
		margin: 10px 0 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	a.lightLeadButtonTxLink {
		color: #33b0e3;
		text-decoration: none;
	}
	.lightSimButton > a {
		height: 73px;
		align-items: center;
	}
}

@media only screen and ( max-width: 767px ) {
	.lightLeadButtonWrap {
	margin-bottom: 30px;
	}
	.lightLeadButtonItem  {
		width: 100%;
	}
	.lightLeadButtonItem + .lightLeadButtonItem {
		margin-top: 16px;
	}
	.lightLeadButtonTxCenter {
		margin: 8px 0 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	a.lightLeadButtonTxLink {
		color: #33b0e3;
		text-decoration: none;
	}
	.lightSimButton > a {
		width: 100%;
		min-height: 60px;
		background: rgba(29, 163, 143);
		text-align: center;
		text-decoration: none !important;
		padding: 10px 20px;
		border-radius: 45px;
		color: white !important;
		font-weight: bold;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		vertical-align: middle;
		box-shadow: 0px 3px 5px darkgrey;
	}
	.lightSimButton > a img {
		width: 20px;
		width: auto;
		height: 28px;
		margin-right: 10px;
		vertical-align: sub;
	}
}
@media only screen and (max-width: 767px){
	.lightRequestBtn {
		border-radius: 40px;
		-webkit-border-radius: 40px;
		padding: 5px;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		border: 2px solid #e98300;
		background: #e98300;
		width: 100%;
		float: none;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lightRequestBtn > span {
		min-height: 0;
		box-sizing: content-box;
		color: #fff;
		padding: 0px 0px 0px 40px;
		position: relative;
		font-size: 18px;
		font-weight: bold;
		display: inline-block;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		text-align: center;
		letter-spacing: 1px;
		pointer-events: none;
	}
	.lightRequestBtn > span:before {
	display: block;
		width: 34px;
		height: 37px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
		background-size: 80%;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: -2px;
		left: 2%;
	}
}
	@media print, screen and ( min-width: 768px ){
	.lightRequestBtn {
		border: 2px solid #e98300;
		background: #e98300;
		width: 360px;
		height: 73px;
		margin: 0 auto;
		padding: 12px 10px 12px;
		display: flex;
		cursor: pointer;
		outline: none;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		color: #ffffff;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		align-items: center;
		justify-content: center;
	}
	.lightRequestBtn:hover {
		opacity: 0.85;
	}
	.lightRequestBtn > span {
		font-size: 20px;
		font-weight: bold;
		background: #e98300;
		min-height: 0;
		padding: 0px 0px 0px 45px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		letter-spacing: 1px;
		pointer-events: none;
	}
	.lightRequestBtn > span:before {
	display: block;
		width: 26px;
		height: 30px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
		background-size: 26px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 1px;
		left: 5%;
	}
}

/*コンテンツ部分*/
.whiteBox {
    background: #fff;
    padding: 40px 15px;
    margin-bottom: 0;
}

/* トップ文言 */
.lightTopTextArea{
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.lightTopTextBlue{
	font-size: 26px;
	color: #0168b7;
}
.lightTopText{
	font-size: 24px;
}
@media only screen and (max-width: 767px){
	.lightTopTextBlue{
		font-size: 20px;
	}
	.lightTopText{
		font-size: 18px;
	}
	.lightTitleBarRight .rightText{
		font-size: 14px !important;!i;!;
	}
}

/* TitleBar */
.lightTitleBar {
	display: flex !important;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 25px;
}
.lightTitleBarLeft {
	flex: 1 0 1%;
	background-color: #0168b7;
}
.lightTitleBarRight {
	flex: 1 0 99%;
	background-color:#c9d8ef;
	margin-left: 3px;
}
.lightTitleBarRight .rightText{
	font-size: 16px;
}
.lightTitleBarRight .ageText{color: #0168b7;font-size: 20px;}
.lightTitleBarText {
	padding: 10px 10px 5px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px){
	.lightTitleBar {
		display: flex !important;
		font-weight: bold;
		font-size: 140%;
		margin-bottom: 25px;
	}
	.lightTitleBarLeft {
		flex: 1 0 3%;
		background-color: #0168b7;
	}
	.lightTitleBarRight {
		flex: 1 0 97%;
		background-color:#c9d8ef;
		margin-left: 3px;
	}
	.lightTitleBarText {
		padding: 3px 10px 5px;
		font-size: 20px;
		display: flex;
		align-items: baseline;
	}
}
/*特長*/
.tokutyoFlex{
	display: flex;
	margin: 0px 0px 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #efefef;
}
.noBorder{
	border:none;
}
.tokutyoFlex>img{
	height:100%
}
.textArea{
	margin-left: 20px;
}
.textArea .boldText{
	font-weight: bold;
	font-size: 24px;
}
.textArea .boldRed{
	font-weight: bold;
	color: red;
}
.textArea p,
.textArea a{
	margin-bottom: 10px;
	font-size: 16px;
}
.textArea > img{
	margin-bottom:10px;
}
.textArea .queText{
	color: #33b0e3 !important;
	display: flex;
	align-items: center;
}
.textArea .queText img{
	vertical-align: middle;
	margin-right: 10px;
}
.textArea .queSmoker{
	color: #333333 !important;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.textArea .queSmoker:hover{
	text-decoration:underline;
}
ul.ulNoteRspPercent > li {
	position: relative;
	padding-left: 1.5em;
}
ul.ulNoteRspPercent > li > .kome {
	position: absolute;
	left: 0;
}
@media only screen and ( max-width: 767px ) {
	.tokutyoFlex{
		display: flex;
		margin: 20px 0px 20px 0;
		align-items: center;
		padding: 20px 0 0 0;
		border-top: 2px solid #efefef;
		border-bottom: none;
	}
	.noBorderSP{
		border:none;	
	}
	.textArea .queText{
		color: #33b0e3 !important;
		display: flex;
		align-items: flex-start;
	}
	.textArea .queText img{
		vertical-align: middle;
		margin-right: 10px;
		margin-top: 6px;
	}
	.textArea .queSmoker{
		color: #333333 !important;
		text-decoration: none;
	}
	.textArea .queSmoker:hover{
		text-decoration:underline;
	}
	.textArea .boldText{
		font-weight: bold;
		font-size: 20px;
	}
}
/* 保障内容 */
.boldText{
	font-weight: bold;
	font-size: 24px;
	margin-bottom:5px;
}
.txBold{
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
}
table{
	border:solid 2px #e6e6e6;
	width: 100%;
}
.tableTitleLeft{
	width:60%;
	text-align:center;
	padding: 5px 0;
	background-color: #f6f6f6;
	font-size: 16px;
}
.tableTitleRight{
	width:40%;
	text-align:center;
	padding:5px 0;
	background-color: #e1eef7;
	font-weight: bold;
	font-size: 16px;
	border-left: solid 2px #e6e6e6;
}
.tableTitleRight .moneyText{
	color: #0168b7;
	font-size: 20px;
}
.tableLeft{
	color: white;
	background-color: #0168b7;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
	border: solid 2px #e6e6e6;
}
.tableLeft .largeText{
	font-size: 20px;
}
.tableRight{
	border: solid 2px #e6e6e6;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.whiteText{
	color: black;
	display: inline;
	background-color: #ffffff;
	font-weight: normal;
	padding: 1px 5px;
	font-size: 14px;
}
.moneyLargeText{
	color: #0168b7;
	font-size: 24px;
}
.kikanImg{
	width:100%;
	margin:10px 0;
}
@media only screen and ( max-width: 767px ) {
	.boldText{
		font-size: 20px;
	}
	.txBold{
		margin-bottom:25px;
	}
	table{
		border:solid 2px #e6e6e6;
		width: 100%;
	}
	.tableTitleLeft{
		width:60%;
		text-align:center;
		padding: 5px 0;
		background-color: #f6f6f6;
		font-size: 14px;
	}
	.tableTitleRight{
		width:40%;
		text-align:center;
		padding:5px 0;
		background-color: #e1eef7;
		font-weight: bold;
		font-size: 16px;
		border-left: solid 2px #e6e6e6;
	}
	.tableTitleRight .moneyText{
		color: #0168b7;
		font-size: 20px;
	}
	.tableLeft{
		color: white;
		background-color: #0168b7;
		font-weight: bold;
		font-size: 14px;
		padding: 5px 10px;
		border: solid 2px #e6e6e6;
	}
	.tableLeft .largeText{
		font-size: 16px;
	}
	.tableRight{
		border: solid 2px #e6e6e6;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.whiteText{
		color: black;
		display: inline;
		background-color: #ffffff;
		font-weight: normal;
		padding: 1px 5px;
		font-size: 12px;
	}
	.moneyLargeText{
		color: #0168b7;
		font-size: 24px;
	}
}
/*よくあるご質問*/
.questionBlock {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
}
.question {
    display: flex;
    padding: 10px 10px 0;
    align-items: center;
}
.qIcon {
    height: 36px;
    width: 40px;
    background-color: #0168b7 !important;
    border-radius: 50%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.qText {
    padding: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 95%;
}
@media only screen and ( max-width: 767px ) {
	.qIcon {
	    height: 36px;
	    width: 41px;
	    background-color: #0168b7 !important;
	    border-radius: 50%;
	    display: flex;
	    color: white;
	    justify-content: center;
	    font-weight: bold;
	    font-size: 18px;
	    padding-bottom: 4px;
	}
}
/*  フッター部資料請求     */

.duckBtnShiryo:hover {
	opacity: 0.85;
}
@media only screen and (min-width: 768px){
	.duckBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 100%;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		outline: none;
	}
	.siryoButtom {
		width: 48%;
		padding-top: 65px;
		float: right;
	}
	
}
.duckBtnShiryo span {
	display: inline-block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px !important;
}
@media only screen and (max-width: 767px){
	.duckBtnShiryo span {
		min-height: 30px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		font-size: 18px;
		width: 92%;
		padding: 10px 0;
		left: 20px;
	}
	.duckButtonBanner .image{
		width:75%;
	}
	.siryoButtom {
		clear: both;
		width: 100%;
	}
	
}
@media only screen and (min-width: 768px){
	.duckBtnShiryo span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
		background-size: 22px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 15px;
		left: -5px;
	}
}
@media only screen and (max-width: 767px){
	.duckBtnShiryo span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
		background-size: 80%;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 22%;
		left: 8%;
	}
	
}
@media only screen and (min-width: 768px){
	.duckBtnShiryo span {
		background: #e98300;
		min-height: 43px;
		padding-top: 12px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		padding-left: 35px;
	}
}
.duckBtnShiryo {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 5px;
	border: 2px solid #e98300;
	background: #e98300;
	width: 100%;
	float: none;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
}
/* .bloOuterBanner バナー外側デザイン
----------------------------------------------- */

.bloOuterBanner {
	display: none !important;
}

.bloOuterBanner.isFixed{
	display: grid !important;
}
.bloOuterBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: grid;
    width: 100%;
    margin: 0;
    background: #f6e8a8;
}

@media print, screen and (min-width: 768px) {   /* PC */
    .bloOuterBanner {
        align-content: center;
        justify-content: center;
        grid-template: auto / 748px minmax(auto, 262px);
        height: 110px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloOuterBanner {
        margin: 0;
    }
}


/* .bloInnerBanner バナー内側デザイン
----------------------------------------------- */
.bloInnerBanner {
    display: grid;
    align-items: center;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloInnerBanner {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloInnerBanner {
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding: 10px 17px 0;
        align-items: center;
    }
}
.imgTotalPremiumDuck{
	width: 65px;
}
/* 画像 */
@media only screen and (max-width: 767px) {     /* SP */
    .bloInnerBanner > .imgTotalPremiumDuck {
        display: none;
    }
}
/* .buttonBanner バナー用ボタン
----------------------------------------------- */
.buttonBanner {
    justify-self: center;
    display: grid;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50px;
    background: #e98300;
    color: #ffffff !important;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .buttonBanner {
        grid-template: auto / auto auto;
        gap: 22px;
        width: 330px;
        height: 60px;
        font-size: 20px;
    }
    .iconButtonBanner {
        width: 28px;
    }
	.shiryoFloArea{
		margin-bottom: 0;
	}
	.simFloArea{
		margin-bottom: 25px;
	}
	.calchokenryouFlo {
		width: 290px;
		background: rgba(29,163,143);
		text-align: center;
		text-decoration: none !important;
		padding: 16px 0px;
		border-radius: 45px;
		color: white !important;
		font-weight: bold;
		font-size: 18px;
		display: flex;
		justify-content: center;
		vertical-align: middle;
		height: 60px;
	}
	.calchokenryouFlo img {
		width: 20px;
		margin-right: 10px;
	}
	body.pageWrap_bottomNavi{
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 767px) {     /* SP */
	.buttonBanner,
	.calchokenryouFlo {
        gap: 0 10px;
        padding: 5px 20px 3px 20px;
        font-size: 16px;
        letter-spacing: 0.1em;
        width: 98%;
        grid-template: auto / auto auto;
        min-height: 3em;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2em;
    }
	.iconButtonBanner {
	    width: 20px;
    }
	.shiryoFloArea{
		flex:1;
	}    
	.spBlo{
		display:block;
	}
	.calchokenryouFlo {
        background: rgba(29,163,143);
        text-decoration: none !important;
        border-radius: 50px;
        color: white !important;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        display: grid;
    }
	.simFloArea{
		margin-bottom: 20px;
		flex:1;
	}
        
    .calchokenryouFlo img {
        width: 15px;
    }
    .tabControlBox {
		background: #e9f1f3 !important;
    }
	#jqDrawerMenuWrapper{
	padding-bottom: 25px;
	}
}



