

@charset "UTF-8";
/***************************************************
* base
***************************************************/
* {
	box-sizing: border-box;
	outline-width: 2px;
}

img {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure {
	margin: 0;
}

html {
	height: 100%;
}

/***************************************************
* modify main backgroung color
***************************************************/
body.modBgWhite #wrapper,
body.modBgWhite .container .containerMain,
body.modBgWhite {
	background: #ffffff !important;
}

/***************************************************
* #wrapper
***************************************************/
#wrapper {
	background: #e9f1f3;
}

/***************************************************
* header pc_only
***************************************************/

/* .headerShadow */
header .headerShadow {
	box-shadow: 0 1px 6px 0 rgba(1, 1, 1, .2);
}

/* .headerBlock */
header .headerBlock {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.headerPC {
	background: #fff;
	position: relative;
	z-index: 9999;
}
.headerBlockLogo {
	padding: 12.5px 0;
}
.headerBlock .headerLeftBox {
	float: left;
}
.headerBlock .headerLeftBox a {
	text-decoration: none;
}
.headerBlock .headerLeftBox .headerLogoImage {
	margin-right: 12px;
}
.headerBlock .headerLeftBox .headerLogoImage.headerLogoImageWithAnniv {
	margin-right: 11px;
}
.headerBlock .headerRightBox {
	position: relative;
	float: right;
	margin-top: 8px;
}
.headerBlock .headerRightBox.headerRightBoxIkiru {
	margin-top: -0.5px;
}
.headerRightBox .headerTopLink {
	display: inline-block;
	height: 30px;
	padding: 7px 0 7px 0px;
	margin: 4px 0 0 0px;
	color: #333;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	right: 20px;
}
.headerRightBox .headerTopLink:hover {
	text-decoration: underline;
}
.headerRightBox .searchBox {
	position: relative;
	display: inline-block;
	float: right;
	width: 220px;
	height: 32px;
	background: #e9f1f3;
	border: 1px solid #009cde;
	border-radius: 15px;
	margin: 0 0 0 53px;
	text-align: center;
	right: 20px;
}
.headerRightBox .searchBox form[name="iSearchForm"] input.iSearchAssist {
	float: left;
	width: 180px;
	height: 30px;
	border: none;
	padding-left: 10px;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}
.headerRightBox .searchBox form[name="iSearchForm"] input[type="submit"] {
	float: right;
	width: calc(117% - 223px);
	height: 30px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("/content/dam/shared/jp/ja/static/resp_images/icon/search_01.png");
	background-size: 100% 100%;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}
/* .headerBlockTop */
.headerBlock .headerTab {
	position: relative;
	float: left;
	display: inline-block;
	width: 25%;
	height: 48px;
	border-right: 1px solid #e6e6e6;
	padding: 0;
	margin: 0;
	color: #009bdd;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
ul.headerBlockTop li.firstMenu div.headerTab.open{
	background-color: #009bdd;
	color: #fff;
}
.headerBlock .headerTab.headerTabSoudan2Row {
	align-items: center;
	font-size: 15px;
	line-height: 1.3;
}
ul.headerBlockTop{
	padding-bottom: 0 !important; 
}
.keiyakuNav .nav-02 li ul.nav-03:first-child{
    min-height: 150px;
}
.kentouNav .nav-02 li ul.nav-03:first-child{
    min-height: 100px;
}
ul.nav-03{
    padding-bottom: 15px;
    padding-left: 8px;
}
ul .nav-03.categorySecond{
    padding-top: 33px;
}
ul .nav-03.categoryThird{
    padding-top: 33px;
}
.borderNone {
	border-right: none !important;
}
.headerBlock .headerTab.active,
.headerBlock .headerTab.active,
.headerBlock .headerTab:hover {
	background-color: #009bdd;
	color: #fff;
}

/* .headerBlockBottom */
.headerBlockBottom {
	display: table;
}
.headerBlockBottom > * {
	display: table-cell;
	height: 50px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.headerBlock .menu:last-child {
	padding-right: 0;
}
.headerBlock .menu a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.headerBlock .menu a:after {
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #fff;
	content: "";
	z-index: 2;
}
.headerBlock .menu a:focus:after,
.headerBlock .menu a:hover:after,
.headerBlock .menu a.active:after {
	border-bottom-color: #009bdd;
}
.fontSizeAdjust #bloFontSizeAdjuster {
	position: absolute;
	right: -41%;
	top: 2px;
	border: 1px solid #009CDE;
	font-size: 0 !important;
}
.fontSizeAdjust #bloFontSizeAdjuster img{
    padding:0 2px 0 0;
}
.fontSizeAdjust #bloFontSizeAdjuster img:first-child{
    padding: 0 2px 0 0;
}
.fontSizeAdjust #bloFontSizeAdjuster img:last-child{
    padding: 0 0 0 0;
}
.fontSizeAdjust .headerBlock .headerRightBox{
    left: -210px !important;
}
.fontSizeAdjust .headerRightBox .headerTopLink {
	right: 95px !important;
}
.fontSizeAdjust .headerRightBox .searchBox {
	right: 80px !important;
	margin: 0 0 0 95px;
}
#respHeaderMainNav {
	position: relative;
	float: right;
	top: 5px;
	left: 0px;
}
#respHeaderMainNav li{
	float: left;
	margin-right: 21px;
}
#respHeaderMainNav li:first-child{
	float: left;
	margin-right: 11px;
}
#respHeaderMainNav li:last-child{
    margin:0;
}
#respHeaderMainNav img.opacityImg:hover {
	opacity: .7;
}
.nav-inner{
	position: absolute;
	padding-bottom: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 5px 3px 3px rgb(0 0 0 / 15%);
	top: 139px;
	border-top: 1px solid #e6e6e6;
	width: 1010px;
	display: none;
}
.nav-inner div.navTextArea{
    margin: 0 auto 20px;
    max-width: 1010px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.largeFontSize .nav-inner div.navTextArea{
    margin: 0 auto 20px;
    max-width: 1010px;
    padding-top: 25px;
    display: flex;
    align-items: center;
}
.nav-inner div.navTextArea span.navText{
    font-weight: bold;
    font-size: 140%;
    padding-left: 40px;
}
.nav-inner div.navTextArea a{
	padding-left: 17px;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") left 6px no-repeat;
	text-decoration:none;
	margin-left: 20px;
	position: relative;
}
.nav-inner .nav-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1010px;
	margin: 0 auto;
	width: 100%;
}
.nav-inner .nav-02.type1{
	width: 33%;
}
.nav-inner .nav-02.type2{
	width:20%;
}
.nav-inner .nav-02.type3{
	width:100%;
}
.nav-inner .nav-02.type4{
	width:auto;
}
.nav-inner .nav-02{
	max-width: 1010px;
	border-radius: 0;
	background: #f3f9ff;
	width: 100%;
	padding: 0 5px 0 20px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.nav-inner .nav-02>li>a{
	position: relative;
}
.nav-inner:hover + .headerTab {
	background-color: #009bdd;
	color: #fff;
}
ul.headerBlockTop li.firstMenu div.headerTab{
	flex: 1;
	justify-content: center;
	display: inline-flex;
	text-decoration: none;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}
ul.headerBlockTop li.firstMenu div.headerTab.borderLeft{
    border-left: 1px solid #e6e6e6;
}
ul.headerBlockTop li.firstMenu a.navLink{
    display: inline-flex;
    text-decoration: none;
    z-index: 1000;
}
.nav-inner .nav-02>li{
	padding: 5px 0;
}
.nav-inner .nav-02>li>a{
	font-size: 16px;
	padding-left: 17px;
	position: relative;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") left 6px no-repeat;
}
.nav-inner .nav-03 li{
	padding: 2px 0;
}
.nav-inner .nav-03 li.navSubText{
	padding: 5px 0;
	font-size: 112%;
	font-weight: bold;
}
.nav-inner .nav-03 a{
	font-size: 16px;
	padding-left: 23px;
	position: relative;
}
.nav-03.sub li{
	padding-left: 20px;
}
.nav-03.goods{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-around;
}
.nav-03.goods a{
	font-size: 14px;
	padding-left: 12px;
	position: relative;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") left 5px no-repeat;
}
.nav-03.goods a.twoLine{
	font-size: 14px;
	padding-left: 12px;
	position: relative;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") left 15px no-repeat;
}
.nav-03 a:hover:after,
.nav-03 a.active:after,
.navTextArea a:hover:after{
	border-bottom:solid 2px #009bdd;
}
.navTextArea a:after{
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 17px;
    border-bottom: 2px solid #fff;
    content: "";
    z-index: 2;
}
.nav-03 a:after{
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 23px;
	border-bottom: 2px solid #fff;
	content: "";
	z-index: 2;
}
.goods a:after{
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 11px;
	border-bottom: 2px solid #fff;
	content: "";
	z-index: 2;
}
div.nav-box ul.nav-02:first-child{
    padding: 0 5px 0 40px;
}
.jqAcCloseGnavBtn{
    background: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    text-indent: 0;
    cursor: pointer;
}
.jqAcCloseGnavBtn::before,
.jqAcCloseGnavBtn::after{
    content: "";
    display:block;
    width: 5%;
    height: 100%;
    background: #000000;
    transform:rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 45%;
}
.jqAcCloseGnavBtn::after{
    transform:rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 50%;
}
#gnavBlack{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
/***************************************************
* .topicPath
***************************************************/
.containerMain .topicPath {
	margin: 0 0 15px 2px;
	padding: 0;
	line-height: 1.45;
}
.containerMain .topicPath li {
	display: inline;
	padding: 0;
}
.containerMain .topicPath em,
.containerMain .topicPath strong {
	font-weight: normal;
}
.containerMain .topicPath a {
	color: #999;
}
.containerMain .topicPath a:hover {
	text-decoration: none;
}

/***************************************************
* .containerSide pc_only
***************************************************/
#contents.container .containerSide {
	float: right;
	width: 210px;
}

/* 2025-09-06 add */
/*.containerSide > * {
	margin-bottom: 15px;
}
.containerSide > *:last-child {
	margin-bottom: 0 !important;
}
.containerSide > div {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
}*/

/* localnav_corp */
.localnavCorp .dropdown-sidebarmenu{
	border: solid 1px #d9d9d9;
}
.localnavCorp .dropdown-sidebarmenu .dropdown-menubar .icon-item .currentNavItem{
	background-image: url("/content/dam/shared/jp/ja/static/images/common/icon_pdf.gif");
	background-position: 11px 10px;
}
/* .sb-banner */
.containerSide .sb-banner {
	position: relative;
	display: block;
	height: 88px;
}
.sb-banner a {
	display: block;
	height: 100%;
	padding: 17px 0 0 60px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
}
.sb-banner a.sb-banner-normal-2row {
	font-size: 15px;
	line-height: 1.8;
}
.sb-banner a:hover {
	opacity: .8;
}
.sb-banner a .icon {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(-50%, -50%);
}
.sb-banner a span {
	font-size: 24px;
}
.sb-banner.sb-request-info a {
	border-radius: 4px;
	background: #f49e00;
}
.sb-banner.sb-advisory-info a {
	border-radius: 4px;
	background: #3492be;
}
.sb-banner.sb-commit-advisory a {
	color: #333;
}

.sb-banner_btnRequest {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 88px;
	background: #f49e00 url("/content/dam/shared/jp/ja/static/resp_images/localnav/icon_book_circle_orange.png") 10px center no-repeat;
	border-radius: 4px;
	border: 0;
	padding: 0 0 0 60px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	cursor: pointer;
}
.sb-banner_btnRequest:hover {
	opacity: .8;
}
.sb-banner_btnRequest strong {
	font-size: 24px;
}
/* .sb-title */
.sb-title {
	background: #009bdd;
	border-radius: 5px 5px 0 0;
	padding: 0 5px 0 12px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.containerSide .note-info {
	border-radius: 15px;
	background: #ace2ee;
	padding-top: 0 !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}

/* .sb-contact-info */
.sb-contact-info {
	font-weight: bold;
}
.sb-contact-info .sb-title {
	line-height: 67px;
	height: 67px;
}
.sb-contact-info .sb-contact-info-content {
	padding: 15px;
}
.sb-contact-info .sb-contact-info-content > div {
	padding-top: 7px;
}
.sb-contact-info .text-info {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}
.sb-contact-info .phone-info {
	display: inline-block;
	padding-top: 10px !important;
	color: #f49e00;
}
.sb-contact-info .phone-info:before {
	padding-right: 5px;
	content: url("/content/dam/shared/jp/ja/static/resp_images/localnav/icon_phone_black.jpg");
}
.sb-contact-info .phone-info p,
.sb-contact-info .phone-info span {
	display: inline-block;
}
.sb-contact-info .phone-info span {
	line-height: 1;
}
.sb-contact-info .phone-info .style-small {
	font-size: 90%;
}
.sb-contact-info .phone-info .style-big {
	font-size: 148%;
	letter-spacing: -.02em;
}
.sb-contact-info .timework-info {
	display: inline-block;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
.sb-contact-info .timework-info span:first-child {
	display: inline-block;
	padding-right: 6px;
	vertical-align: top;
}
.sb-contact-info .timework-info span:last-child {
	display: inline-block;
}


/*
2025-09-06 Add class
*/
.containerSide .navcontents, .containerSide .cmp-side-navigation {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
}
#sidenav-parts-wrapper > div .experiencefragment:last-child .navcontents{
	margin-bottom: 0 !important;
}


.cmp-side-navigation__btn {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 88px;
    background: #f49e00 url(/content/dam/shared/jp/ja/static/resp_images/localnav/icon_book_circle_orange.png) 10px center no-repeat;
    border-radius: 4px;
    border: 0;
    padding: 0 0 0 60px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
    cursor: pointer;
}

.cmp-side-navigation__btn--text-strong {
	font-size: 24px;
}

.cmp-side-navigation__btn:hover {
    opacity: .8;
}


/* .icon-item */
.containerSide .icon-item {
	font-weight: bold;
}
.containerSide .icon-item.splitLineRespLocalnav {
	border-bottom: solid 1px #b6bbbd;
}
.containerSide .icon-item a {
	display: inline-block;
	width: calc( 100% - 30px);
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") 15px 15px no-repeat;
	padding: 10px 15px 10px 28px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.6;
}

/* .sb-insur-type-lists */
.containerSide .sb-insur-type-lists {
	border-radius: 0;
	box-shadow: 0 0 1px #b6bbbd;
	margin-top: 8px;
	font-weight: bold;
}
.sb-insur-type-lists .icon-item > a {
	display: block;
	width: auto;
	padding: 16px 15px 16px 28px;
	margin: 0;
}
/* .items-level0 */
.sb-insur-type-lists .items-level0 > li {
	border-bottom: 1px solid #b6bbbd;
}
.sb-insur-type-lists .items-level0 > .icon-item > a {
	background-position: 15px 50%;
	text-decoration: none;
}
.sb-insur-type-lists .items-level0 > .icon-item > a.allow-position-02 {
	background-position: 15px 22px;
}
.sb-insur-type-lists .items-level0 > .icon-item.active > a,
.sb-insur-type-lists .items-level0 > .icon-item > a:hover {
	background-color: #009bdd;
	background-image: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_white_01.png");
	color: #fff;
}
.sb-insur-type-lists .items-level0 > .icon-item.active > a.allow-position-02,
.sb-insur-type-lists .items-level0 > .icon-item > a.allow-position-02:hover {
	background-position: 14px 22px;
}
.sb-insur-type-lists .items-level0 > .icon-item.active.current > a {
	background-image: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_down_white_01.png");
}
/* .items-level1 & .items-level2 */
.sb-insur-type-lists .items-level2 > .icon-item > a,
.sb-insur-type-lists .items-level1 > .icon-item > a {
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png") 15px 12px no-repeat;
	padding: 7px 15px 7px 28px;
	font-size: 14px;
	font-weight: normal;
}
.sb-insur-type-lists .items-level2 > .icon-item.active > a,
.sb-insur-type-lists .items-level2 > .icon-item > a:hover,
.sb-insur-type-lists .items-level1 > .icon-item.active > a,
.sb-insur-type-lists .items-level1 > .icon-item > a:hover {
	background-color: #ace2ee;
}

.sb-insur-type-lists .items-level1 > .icon-item.active.current > a {
	background-image: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_down_blue_01.png");
}

/* .items-level2 */
.sb-insur-type-lists .items-level2 {
	padding-left: 1em;
}

/* .sb-explore-insur */
.sb-explore-insur {
	position: relative;
	height: 88px;
}
.containerSide .sb-explore-insur a {
	position: relative;
	width: 100%;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_pink_01.png") no-repeat 15px 30px;
	padding: 25px 38px 25px 30px;
	margin: 0;
	color: #f9788a;
	line-height: 1.3;
}
.containerSide .sb-explore-insur a:hover {
	opacity: .8;
}

/* .sb-related-info */
.containerSide .sb-related-info {
	padding: 10px 15px 16px 15px;
}
.containerSide .sb-related-info .title {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.sb-related-info .items {
	margin-top: 9px;
}
.sb-related-info .icon-item a {
	width: 100%;
	background-position: left 6px;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
}
.sb-related-info .icon-item a:hover {
	text-decoration: underline;
}

/* .sb-register-info */
.sb-register-info .sb-title {
	height: 41px;
	line-height: 41px;
}
.sb-register-info .icon-item  a {
	width: 100%;
	line-height: 1.5;
}
.sb-register-info .icon-item a:hover {
	opacity: .8;
}

/* .sb-insur-rules */
.containerSide .sb-insur-rules a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.containerSide .sb-insur-rules a:hover {
	opacity: .8;
}
.containerSide .sb-insur-rules a span:first-child {
	padding-right: 10px;
}
.containerSide .sb-insur-rules a .insur-rules-logo {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	line-height: 0;
	transform: translateY(-50%);
}

/* .sb-insur-contract */
.containerSide .sb-insur-contract a {
	width: 100%;
	line-height: 1.5;
}
.containerSide .sb-insur-contract a:hover {
	opacity: .8;
}

/* .ctaLine */
.ctaLine {
	margin: 40px 0 20px;
}
.ctaLine * {
	box-sizing: border-box;
}
.ctaLine .image-info {
	margin: 0 40px 0 0;
}
.ctaLine .text-info {
	font-size: 16px;
	text-align: left;
}
.ctaLine .text-info strong{
	font-weight: bold;
}
.ctaLine .text-info > p {
	margin-bottom: 1em;
}
.ctaLine .timework-info {
	position: relative;
	display: inline-block;
	padding-left: 80px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.ctaLine .timework-info .title-info {
	position: absolute;
	left: 0;
	font-weight: bold;
}
.catLine-notice {
	line-height: 1.8;
}
.catLine-notice li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	margin-right: 2em;
}
.catLine-notice li:before {
	position: absolute;
	left: 0;
	content: "※";
}
.ctaLine-bnr {
	background: #faf58f url("/content/dam/shared/jp/ja/static/resp_images/common/bg_ctaLine_bnr.gif") 0 0 repeat;
	border-radius: 0 0 5px 5px;
	padding: 27px 20px 22px 20px;
}
.ctaLine-bnr > *:last-child {
	margin-bottom: 0;
}
.ctaLine-bnr-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.ctaLine-bnr-title strong {
	color: #00ba01;
	font-size: 24px;
}
.ctaLine-bnr-content {
	margin: 20px 0;
	text-align: center;
}
.ctaLine-bnr-content > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.ctaLine-bnr-content > *:last-child {
	margin-right: 0em;
}

.ctaLine-bnr-content a:hover {
	opacity: .8;
}

.btnRow1 .btnRowCol {
	height: 48px;
}

/* .description */
.description {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
.boxContent + .description {
	margin-top: 10px;
}
.description.float {
	float: left;
}
.description .list {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 13px;
}
.description.modFontSize .list {
	padding-left: 1.3em;
}
.description .list .bullet {
	position: absolute;
	left: 0;
}
.description sup {
	font-size: 60%;
	vertical-align: top;
}
@media print, screen and ( min-width: 768px ) {
	.description a:hover {
		text-decoration: none;
	}
}

.btnRow2-cardProd {
	display: flex;
	align-items: stretch;
	margin-left: 0;
	margin-right: 0;
}
.btnRow2-cardProd:after {
	display: none;
}
@media print, screen and ( min-width: 768px ) {
	.btnRow2-cardProd .btnRowCol {
		min-height: 60px;
	}
}

.btnRow2.btnRow2-cardProd .btnRowCol .btnStd {
	border-radius: 6px;
}
@media print, screen and ( min-width: 768px ) {
	.btnRow2.btnRow2-cardProd .btnRowCol .btnStd {
		height: 100%;
		border-radius: 6px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
	}
}
/* @media only screen and ( max-width: 767px ) {
	.btnRow2.btnRow2-cardProd .btnRowCol .btnStd {
		font-size: 14px;
	}
} */
.btnRow2-cardProd.is-orange .cardBtn{
	background-color: #F08200 !important;
}

/* .btn-inline-pc */
.btn-inline {
	letter-spacing: -.4em;
}
.btn-inline .btn-inline-item {
	position: relative;
	display: inline-table;
	width: 175px;
	height: 58px;
	background: #ccc;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 20px;
}
@media only screen and ( max-width: 767px ) {
	.btn-inline .btn-inline-item {
		width: 46%;
		width: calc( 50% - 10px);
		max-width: 175px;
		margin-right: 10px;
		font-size: 14px;
	}
	.btn-inline .btn-inline-item:last-child {
		margin-right: 0;
	}
}
@media only screen and ( max-width: 320px ) {
	.btn-inline .btn-inline-item {
		font-size: 12px;
	}
}

.btn-inline .btn-inline-item:hover {
	opacity: .8;
}
@media print, screen and ( min-width: 768px ) {
	.btn-inline .btn-inline-item:last-child {
		margin-right: 0;
	}
}
.btn-inline .btn-inline-item:after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 8px;
	height: 18px;
	background: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_white_02.png") 0 0 no-repeat;
	background-size: contain;
	content: "";
	transform: translateY(-50%);
}
.btn-inline .btn-inline-item > * {
	display: table-cell;
	vertical-align: middle;
}

.cardProd-cta .cardHeadLabel {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 10px 7px;
	color: #fff;
	text-align: center;
}

.cardProd-cta.cardProdWoman {
	border: 2px solid #f26f81;
}
@media only screen and ( max-width: 767px ) {
	.cardProd-cta.cardProdWoman {
		border: 0;
	}
}

.containerMain .badge-normal {
	font-size: 14px;
	font-weight: normal;
}

/* .documentRequest */
.documentRequest_btn {
	-webkit-appearance: none;
	background: none;
	border: 0;
	color: inherit;

	position: relative;
	display: block;
	width: 100%;
	min-height: 48px;
	background: #f49e00;
	border-radius: 2px;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	padding: 9px 10px 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.documentRequest_btn:before {
	display: inline-block;
	width: 22px;
	height: 23px;
	background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
	background-size: 22px auto;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	content: "";
}
.documentRequest_shiryou_btn {
	-webkit-appearance: none;
	background: none;
	border: 0;
	color: inherit;

	position: relative;
	display: block;
	width: 300px;
	min-height: 83px;
	margin: 0 auto;
	background: #f49e00;
	border-radius: 2px;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	padding: 9px 10px 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.documentRequest_shiryou_btn:before {
	display: inline-block;
	width: 22px;
	height: 23px;
	background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0;
	background-size: 22px auto;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	content: "";
}
@media print, screen and ( min-width: 768px ) {
	.documentRequest_btn:hover {
		opacity: .8;
	}
	.documentRequest_shiryou_btn:hover {
		opacity: .8;
	}
}
/* documentRequest_white */
.documentRequest_shiryou_btn.documentRequest_white,
.documentRequest_btn.documentRequest_white {
	background: #FFF !important;
	color: #333333 !important;
}
.documentRequest_shiryou_btn.documentRequest_white:before,
.documentRequest_btn.documentRequest_white:before {
	background-image: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_blue.png");
}

.modalProduct_menu_item {
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
	border-radius: 6px;
}
.modalProduct_menu_item ~ .modalProduct_menu_item {
	margin-top: 15px;
}
.modalProduct_menu_item a {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-radius: 6px;
}
@media print, screen and ( min-width: 768px ) {
	.modalProduct_menu_item a:hover {
		opacity: .8;
	}
}

.modalProduct_menu_item a > * {
	display: table-cell;
	vertical-align: middle;
}
.modalProduct_menu_item a:visited,
.modalProduct_menu_item a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.modalProduct_menu_item .image {
	width: 110px;
	background: #fff;
	border-radius: 6px 0 0 6px;
	padding: 20px;
}
.modalProduct_menu_item .segment {
	background: #ccc;
	border-radius: 0 6px 6px 0;
	padding: 20px;
}

.Iframe #cboxContent {
	margin-top: 0;
}

/***************************************************
* jqDrawerMenu Setting
***************************************************/
#jqDrawerMenuWrapper.fixed {
	position: fixed;
	left:0;
	top:0;
	width:100%;
}
#jqDrawerMenuNavArea {
	z-index: 9999;
	position: absolute;
	right: 0;
	top:0;
	display: none;
	width: 80%;
	background: #e7e7e7;
	font-size: 13px;
}
#jqDrawerMenuNavArea.opend {
	display: block;
	z-index: 9999;
	position: absolute;
	right: 0;
	top:0;
}
#jqDrawerMenuNavArea #jqDrawerMenuNavAreaInner {
	background:#FFFFFF;
	border-bottom: solid 1px #cccccc;
}
div#jqDrawerMenuNavArea ul.ulLinkList li a.txLinkNoArrow{
	padding-left: 16px;
	display: inline-block;
}
.Iframe #cboxClose {
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
	padding: 13px 10px 12px;
	color: #fff;
	font-size: 122%;
	font-weight: bold;
	text-align: center;
	text-indent: inherit;
	text-decoration: none;
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px) {
	.spHeadNavTop * {
		box-sizing: content-box;
	}
	#gHeaderInner {
		z-index: 1;
	}
	#gHeaderInner noscript {
		display: block;
		padding: 10px 10px 0;
	}
	noscript .txAttention {
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_emergencyinfo.png") left 0.1em no-repeat;
		background-size: 14px 14px;
		padding-left: 18px;
		font-size: 13px;
		color: #e11901;
		font-weight: bold;
	}
	.footerTop .btnRow1-footerTop .btnStdBook .btnLabel::before {
		top: 16px;
	}
	/***************************************************
	* base-sp
	***************************************************/
	.topicPath,
	.container .containerSide,
	.showPC {
		display: none !important;
	}
	/***************************************************
	* .gFooter-sp
	***************************************************/
	.gFooter {
		background: #fff;
		font-family: Helvetica, sans-serif;
		font-size: 12px;
		-webkit-box-shadow: 0px -2px 3px 0px rgba(4, 0, 0, 0.25);
		box-shadow: 0px -2px 3px 0px rgba(4, 0, 0, 0.25);
	}
	.gFooter .pc:after {
		display: inline-block;
		width: 16px;
		height: 14px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_pc_blue.png") right 50% no-repeat;
		background-size: 16px 14px;
		margin-left: 5px;
		vertical-align: middle;
		content:"";
	}
	.gFooterNav {
		padding: 22px 15px 22px 20px;
		font-size: 11px;
	}
	.gFooterNav li {
		margin-bottom: 8px;
	}
	.gFooterNav li a {
		color: #333;
		text-decoration:none;
	}
	.gFooter .pageTop {
		display: block;
		background: #33b0e3;
		font-size: 120%;
		color: #fff;
		line-height: 42px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		text-decoration:none;
	}
	.gFooter .pcTopBtn {
		margin: 0 10px;
	}
	.gFooter .pcTopBtn .pc {
		position: relative;
		display: block;
		background: #ecf1f2;
		border-radius: 3px;
		padding: 10px 30px;
		color: #333;
		font-size: 13px;
		text-decoration:none;
		text-align: center;
	}
	.gFooter .pcTopBtn .pc:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -7px 0 0 0;
	}
	.gFooter .copyright {
		padding: 20px 0;
		color: #fff;
		text-align: center;
	}
	.gFooter .copyright img {
		margin-bottom: 8px;
	}
	.gFooter .copyright small {
		display: block;
		font-size: 90%;
		color: #333;
		text-align: center;
	}

	/* #jqDrawerMenuNavAreaInner-sp */
	#jqDrawerMenuNavAreaInner .telBlock {
		margin: 0 -10px;
		padding: 28px 10px 30px;
		background: #e9f1f3;
	}
	#jqDrawerMenuNavAreaInner .telBlock .btnRow2,
	#jqDrawerMenuNavAreaInner .telBlock .btnRow1,
	#jqDrawerMenuNavAreaInner .telBlock .cardTel {
		margin-bottom: 0;
	}
	#jqDrawerMenuNavAreaInner .telBlock:first-child {
		padding-top: 7px;
	}
	#jqDrawerMenuNavAreaInner .telBlock.type02 {
		background: #daebf2;
	}

	/***************************************************
	* .container-sp
	***************************************************/
	.container .containerMain {
		background: #e9f1f3;
		padding: 24px 10px 50px;
	}
	.containerMain > *:first-child {
		margin-top: 0;
	}
	.containerMain > *:last-child {
		margin-bottom: 0;
	}

	/***************************************************
	* modules-sp
	***************************************************/
	.containerMain .wide-sp,
	.containerMain .fullbleed {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.bottomNavi {
		box-shadow: 0px -2px 5px 0px rgba(4, 0, 0, 0.25);
	}
	.bottomNavi > ul:after {
		content: "";
	}
	.bottomNaviLinkForm {
		display: inherit;
		width: 100%;
		height: 57px;
	}
	.bottomNaviLinkForm button {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 57px;
		padding: 32px 5px 3px;
		border: 0;
		background: transparent;
		color: #fff;
		font-size: 72%;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.bottomNaviLinkForm button:before {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 19px;
		height: 20px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") 0 0 no-repeat;
		background-size: contain;
		content: "";
	}

	/* .row-sp */
	.row {
		position: relative;
		margin-bottom: 20px;
	}
	.row:after {
		content: "";
		clear: both;
		display: block;
	}
	.row .linkBox {
		position: relative;
		display: block;
		max-width: 50px;
		margin: 20px auto;
	}
	.row .col-2,
	.row .col {
		position: relative;
	}
	.row .col-2 > *:first-child,
	.row .col > *:first-child {
		margin-top: 0;
	}
	.row .col-2 > *:last-child,
	.row .col > *:last-child {
		margin-bottom: 0;
	}
	.row .col-2 ~ .col-2 {
		margin-top: 20px;
	}

	/* cardProd-sp */
	.cardProd .cardHeader {
		background-color: #ccc;
	}
	.cardProd .cardBody {
		padding: 10px;
	}
	.cardProd .cardBody .mediaLeft .mediaImage {
		width: 80px;
		padding-right: 15px;
	}
	.cardProd .cardBody .mediaLeft .mediaImage img {
		width: auto;
	}
	.cardProd .cardBody .badgeRow2 {
		margin-left: 0;
		margin-right: 0;
	}
	.cardProd .cardBody .badgeRow2 .badgeRowCol {
		width: calc( 50% - 5px);
		padding: 0;
		margin-right: 10px;
	}
	.cardProd .cardBody .badge-normal {
		font-size: 12px;
		font-weight: bold;
	}
	@media only screen and ( max-width: 320px ) {
		.cardProd .cardBody .badgeRow1 .badge,
		.cardProd .cardBody .badgeRow2 .badgeRowCol .badge {
			font-size: 12px;
		}
	}
	.cardProd .cardBody .badgeRow2 .badgeRowCol:last-child {
		margin-right: 0;
	}
	.cardProd .cardBody .btnRow2 .btnRowCol {
		float: left;
		width: calc( 50% - 5px);
		padding: 0;
		margin: 0 10px 0 0;
		min-height: 52px;
	}
	.cardProd .cardBody .btnRow2 .btnRowCol:nth-child(even) {
		margin-right: 0;
	}
	.cardProd .cardBody .btnRow2:after {
		content: "";
		clear: both;
		display: block;
	}
	.ctaProd.ctaProdIryo .ctaHead.showSP {
		display: table !important;
	}
	.ctaProdIryo .cta-item .ctaBtnImage img {
		width: 50px;
	}

	/* .boxContent-sp */
	.boxContent {
		position: relative;
		border: 2px solid #ccc;
		margin: 15px auto 0;
		background: #fff;
	}
	/* .boxContentHeadTitle-sp */
	.boxContentHeadTitle {
		padding: 1em 0;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	/* .boxContentTitle-sp */
	.boxContentTitle {
		position: relative;
		background: #ccc;
		padding: 6px 12px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	/* .boxContentInside-sp */
	.boxContentInside {
		padding: 20px 10px;
	}
	.boxContentInside > *{
		margin-bottom: 20px;
	}
	.boxContentInside > *:first-child{
		margin-top: 0 !important;
	}
	.boxContentInside > *:last-child{
		margin-bottom: 0 !important;
	}
	.boxContentInside > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.row.type06 .col-2 .boxContent {
		border: none;
	}

	/* .splitContent-sp */
	.splitContent {
		position: relative;
	}
	.splitContent:nth-child(even) {
		margin-top: 20px;
	}
	.splitContent img {
		display: block;
		margin: 0 auto;
	}

	/* .bubbleBox-sp */
	.bubbleBox .linkbox img {
		width: 50px;
	}
	.bubbleTitle {
		position: relative;
		width: 100%;
		margin: 20px 0 45px;
	}
	.bubbleBoxText {
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}
	.bubbleBoxText:before,
	.bubbleBoxText:after {
		position: relative;
		top: 5px;
		display: inline-block;
		width: 1px;
		height: 26px;
		background: #191718;
		content: "";
	}
	.bubbleBoxText:before {
		margin-right: 20px;
		-webkit-transform: rotate(-26.8deg);
		transform: rotate(-26.8deg);
	}
	.bubbleBoxText:after {
		margin-left: 20px;
		-webkit-transform: rotate(26.8deg);
		transform: rotate(26.8deg);
	}
	.bubbleTitle .bubbleTitleText,
	.bubbleTitle p {
		position: relative;
		background-color: #ccc;
		border-radius: 3px;
		padding: 12px 10px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
	}
	.bubbleTitle .bubbleTitleText:after,
	.bubbleTitle p:after {
		position: absolute;
		top: 105%;
		left: 50%;
		width: 0;
		height: 0;
		border: 25px solid #ccc;
		border-bottom: 0;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		content: '';
		transform: translateX(-50%);
	}
	.bubbleTitle .smallText {
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}

	/* .widebnrWrap-sp */
	.widebnrWrap .imgArea {
		text-align: center;
	}
	.widebnrWrap .imgArea.no1 {
		background: #ace2ee;
	}
	.widebnrWrap .captionArea {
		background: #fff;
		padding: 12px 10px;
		font-size: 12px;
	}
	.widebnrWrap .imgArea.household {
		background: #ceede4;
	}

	/* .BtnBox-sp */
	.BtnBox-inner {
		width: 100%;
		margin-bottom: 15px;
		border-radius: 2px;
		background-color: #fff;
		box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
	}
	/* .BtnBox .BtnBoxRow1 */
	.BtnBox .BtnBoxRow1 .BtnBoxCol a {
		display: block;
		padding: 17px 10px;
	}
	/* .BtnBox .BtnBoxRow3 */
	.BtnBox .BtnBoxRow3 .BtnBoxCol {
		float: left;
		display: table;
		width: 50%;
		height: 48px;
		border: #e6e6e6 solid;
		border-width: 1px 1px 0 0;
	}
	.BtnBox .BtnBoxRow3 .BtnBoxCol:nth-child(2),
	.BtnBox .BtnBoxRow3 .BtnBoxCol:first-child {
		border-top: 0;
	}
	.BtnBox .BtnBoxRow3 .BtnBoxCol:nth-child(even) {
		border-right: 0;
	}
	.BtnBox .BtnBoxRow3 .BtnBoxCol:last-child:nth-child(odd) {
		width: 100%;
		border-right: 0;
	}
	/* .footerTop .BtnBox */
	.footerTop .BtnBox .BtnBoxCol a {
		display: table-cell;
		padding: 0 20px 0 10px;
		vertical-align: middle;
	}
	.footerTop .BtnBox .BtnBoxCol a {
		position: relative;
		color: #333;
		font-size: 93%;
		text-decoration: none;
	}
	.footerTop .BtnBox .BtnBoxCol a:after {
		position: absolute;
		top: 25px;
		right: 10px;
		display: block;
		width: 0;
		height: 0;
		border-width: 5px 0 5px 8px;
		border-style: solid;
		border-color: transparent transparent transparent #009bdd;
		margin-top: -7px;
		content: '';
	}

	/* .footerTop-sp */
	.footerTop {
		margin-top: 50px;
	}
	.footerTop > *:last-child {
		margin-bottom: 0 !important;
	}
	.footerTop .section {
		margin-bottom: 50px;
	}
	.footerTop .hdg2 + .ctaConsultation {
		margin-top: 15px;
	}
	.footerTop .widebnrWrap {
		margin: 0 -10px;
	}
	.footerTop .btnRow1-footerTop {
		margin: 25px 0 0;
	}
	.footerTop .btnRow1-footerTop .btnRowCol {
		padding: 0;
	}
	.footerTop-bnr {
		margin-bottom: 50px;
	}

	/* ctaLine-sp */
	.ctaLine {
		margin: 40px 0;
	}
	.ctaLine .image-info {
		display: block;
		margin: 0 0 20px 0;
	}
	.catLine-notice {
		margin-top: .3em;
		font-size: 12px;
		line-height: 1.5;
	}
	.catLine-notice li {
		display: block;
		padding-left: 1.2em;
		margin: 0;
	}
	.ctaLine-bnr-title {
		font-size: 14px;
	}
	.ctaLine-bnr-title strong {
		font-size: 16px;
	}
	.ctaLine-bnr-content > a:hover {
		opacity: .7;
	}
	.ctaLine-bnr-content > * {
		margin-right: 0;
	}
	.ctaLine-bnr-qr {
		display: none;
	}

	/* .ancRow3 and .ancRow4 -sp */
	.ancRow3,
	.ancRow4 {
		margin: 40px 0;
	}
	.ancRow3:after,
	.ancRow4:after {
		content: "";
		clear: both;
		display: block;
	}
	.ancRow4 .ancRowCol {
		float: left;
		width: calc( 50% - 5px);
		margin: 10px 10px 0 0;
	}
	.ancRow4 .ancRowCol:nth-child(even) {
		margin-right: 0;
	}
	.ancRow4 .ancRowCol:nth-child(2),
	.ancRow4 .ancRowCol:first-child {
		margin-top: 0;
	}
	.ancRow3 .ancRowCol > a,
	.ancRow4 .ancRowCol > a {
		display: block;
	}
	.ancRow3 .smallText,
	.ancRow4 .smallText {
		font-size: 73%;
	}
	/* .tabControlBox-sp */
	.tabControlBox {}
	.tabControlBox .tabControlBoxBanner {
		position: relative;
		margin: 0 0 5px;
	}
	/* .tabList-sp */
	.tabList {
		background: #fff;
		border-top: 2px solid #DBE000;
		border-bottom: 2px solid #DBE000;
		padding: 0 5px;
	}
	.tabList:after {
		clear: both;
		content: "";
		display: table;
	}
	.tabList .tab {
		float: left;
		display: table;
		width: calc( 50% - 10px);
		height: 60px;
		box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.25);
		margin: 0 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
	}
	.tabList .tab > * {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.tabList .tab > a {
		color: #333;
		text-decoration: none;
	}
	.tabList .tab.active > a {
		pointer-events: none;
	}
	.tabList .tab.active,
	.tabList .tab.activeTab {
		background: #ccc;
		box-shadow: none;
		border-radius: 0 !important;
	}
	/* .tabControlBox.top-sp */
	.tabControlBox.top {
		background: #fff;
		margin: -24px -10px 30px;
	}
	.tabControlBox.top .tabControlBoxBanner {
		background: #fff;
	}
	.tabControlBox.top .tabList {
		border-top: 0;
	}
	/* .tabControlBox.bottom-sp */
	.tabControlBox.bottom {
		background: #fff;
		margin: 0 -10px;
		overflow: hidden;
	}
	.tabControlBox.bottom .tabList {
		border-bottom: 0;
	}
	.tabControlBox.bottom.downarrow:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid #11a851;
		border-right: 60px solid transparent;
		border-bottom: 0;
		border-left: 60px solid transparent;
		margin: 30px auto;
		content: "";
	}

	/* .duckButtonBox-sp */
	.duckButtonBox {
		margin: 0 0 20px;
		background: #fff;
	}
	.duckButtonBanner {
		text-align: center;
	}
	.duckButtonBox.white .duckButtonBanner {
		background: #fff;
		padding: 0 10px 15px;
		margin: 0;
	}
	.duckButtonBox .description {
		padding: 5px 10px 10px;
	}
	.duckButtonBanner .image {
		margin-bottom: 20px;
	}
	.duckButtonBanner .duckButton {
		display: inline-block;
		width: 100%;
		background: #f49e00;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		border-radius: 3px;
		padding: 18px 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.duckButton:before {
		display: inline-block;
		width: 25px;
		height: 27px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") 0 0 no-repeat;
		background-size: contain;
		margin-right: 20px;
		vertical-align: middle;
		content: "";
	}
	/* others-sp */
	.bnr-inline-col2-sp img {
		width: 49%;
	}
	.btnRow1-sp .btnRowCol {
		width: 100%;
	}
	#colorbox {
		max-height: 100vh !important;
		overflow: auto !important;
	}
	/* 20250926:モーダル横スクロール解消のため追加 */
	#colorbox:has(.fix-overflow-hidden) {
		overflow: hidden!important;
	}
	#cboxContent {
		margin-bottom: 0;
	}
}

/***************************************************
* pc-style
***************************************************/
@media print, screen and ( min-width: 768px ) {
	/***************************************************
	* base-pc
	***************************************************/
	body {
		min-width: 1010px;
		background: #e9f1f3;
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, Osaka, sans-serif;
		font-size: 14px;
		overflow: auto;
	}
	body.pageWrap_bottomNavi {
		padding-bottom: 0;
	}

	.showSP {
		display: none !important;
	}

	.pageTopBtnArea {
		display: none;
	}

	#contents {
		padding: 0;
		margin: 24px auto 100px;
	}
	a:focus {
		outline: -webkit-focus-ring-color auto 2px;
	}
	a.txLinkQuestion:hover {
		text-decoration: none;
	}
	/***************************************************
	* container-sp
	***************************************************/
	.container {
		width: 1010px;
		margin: 0 auto;
	}
	.container:after {
		display: block;
		clear: both;
		content: '';
	}
	#contents.container .containerMain {
		float: left;
		width: 748px;
	}
	#contents.container .containerMain.containerWide {
		float: none;
		width: 100%;
	}

	.containerMain > .section {
		margin: 40px 0;
	}
	.containerMain > *:first-child {
		margin-top: 0;
	}
	.containerMain > *:last-child {
		margin-bottom: 0;
	}

	/* .breadcrumb */
	.containerMain .breadcrumb {
		margin-bottom: 24px;
	}

	/***************************************************
	* .gFooter-pc
	***************************************************/
	.gFooter {
		background: #fff;
		border-bottom: 4px solid #009bdd;
		padding: 22px 0 18px;
	}
	.gFooterNav {
		margin-bottom: 22px;
	}
	.gFooterNav li {
		display: inline-block;
		margin: 0 22px 6px 0;
		font-size: 14px;
		vertical-align: top;
	}
	.gFooterNav li a {
		color: #333333;
		text-decoration: none;
	}
	.gFooterNav li a:hover {
		text-decoration: underline;
	}
	.gFooter .copyright .copyrightLogo {
		display: block;
		width: 100px;
		margin: 0 0 4px 46px;
	}
	.gFooter .copyright small {
		display: block;
	}

	/***************************************************
	* modules-pc
	***************************************************/
	.bottomNavi {
		display: none;
	}
	/* .footerTop-pc */
	.footerTop {
		margin: 40px 0;
	}
	.footerTop > *:last-child {
		margin-bottom: 0 !important;
	}
	.footerTop a:hover {
		opacity: .8;
	}
	.footerTop .hdg2 .hdgLabel {
		font-size: 24px;
	}
	.footerTop .ctaConsultation {
		box-shadow: none;
	}
	.footerTop .ctaConsultation .ctaHeadVoice .ctaHeadLabel {
		position: relative;
		display: inline-block;
		padding: 0 20px;
		font-size: 24px;
		font-weight: bold;
	}
	.ctaConsultation .ctaConsultationBtn {
		background: white;
		border-radius: 4px;
		padding: 5px 0 2px 0;
		margin: 2px 0;
		text-align: center;
	}
	.ctaConsultation .ctaConsultationBtn .btnStd {
		width: 350px;
		min-height: 90px;
		border-radius: 5px;
		padding: 14px 10px 10px 10px;
		font-size: 24px;
	}
	.ctaConsultationBtn .btnStdShop .btnLabel {
		padding: 0;
	}
	.ctaConsultationBtn .btnStdShop .btnLabel:before {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}

	.footerTop .ctaConsultationMenu {
		width: 634px;
		margin: 19px auto;
	}
	.footerTop .ctaConsultationMenu > li {
		position: relative;
		width: 35%;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.footerTop .ctaConsultationMenu > li img {
		float: left;
		margin: 0 10px 0 0;
		width: 80px;
	}
	.footerTop .ctaConsultationMenu > li div {
		position: absolute;
		top: 50%;
		left: 90px;
		display: inline-block;
		width: calc( 100% - 90px );
		transform: translateY(-50%);
	}
	.footerTop .ctaConsultationMenu > li:nth-child(2) {
		width: 32%;
		margin-left: 3%;
	}
	.footerTop .ctaConsultationMenu > li:last-child {
		width: 30%;
	}
	.footerTop .ctaConsultationComment {
		width: 634px;
		padding: 10px;
		margin: 0 auto;
		background-color: #ebf7fa;
	}
	.footerTop .ctaConsultationComment .mediaLeft {
		display: inline-block;
		width: auto;
		padding: 0 102px 0 108px;
	}
	.footerTop .ctaConsultationComment .mediaLeft .mediaImage {
		display: inline-block;
		padding-right: 15px;
	}
	.footerTop .ctaConsultationComment .mediaLeft .mediaDetail {
		display: inline-block;
		line-height: 82px;
	}
	.footerTop-bnr {
		margin-bottom: 25px;
	}
	.footerTop-bnr .btnRow2 .btnStd {
		padding-top: 0;
		padding-bottom: 0;
	}
	.footerTop .ctaProdIryo {
		background: transparent;
		margin: 0;
		box-shadow: none;
	}
	.footerTop .ctaProdIryo .cta-item {
		float: left;
		width: calc(50% - 10px);
	}
	.footerTop .ctaProdIryo .cta-item.cta-item-011 {
		margin-left: 0;
	}
	.footerTop .ctaProdIryo .cta-item:last-child {
		float: right;
		margin-right: 0;
	}
	.footerTop .ctaProdIryo .cta-item .ctaBtnImage img {
		width: 60px;
		height: 56px;
	}
	.footerTop .ctaProdIryo .cta-item .btnRow1 {
		margin: 0;
	}
	.footerTop .ctaProdIryo .cta-item .jqEqualHeight {
		margin: 0 -5px !important;
		padding: 3px 0 2px 0;
	}
	.footerTop .ctaProdIryo .cta-item .jqEqualHeight .btnStdBorder {
		height: 50px;
		line-height: 1.5;
	}
	.footerTop .ctaProdIryo .cta-item .jqEqualHeight .btnStdBorder .btnLabel:after {
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #333;
	}
	.footerTop .ctaProdIryo .ctaHead {
		background: #fff;
		border-top: 4px solid #11a851;
		border-bottom: 4px solid #11a851;
		border-radius: 5px;
		padding: 0;
	}
	.footerTop .ctaProdIryo .ctaHead .ctaHeadImage {
		width: 60%;
		vertical-align: bottom;
	}
	.footerTop .ctaProdIryo .ctaHead .ctaHeadLabel {
		width: 40%;
	}
	.footerTop .ctaProdIryo .ctaBody {
		padding: 8px;
		border-radius: 5px;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
	}
	.footerTop .ctaProdIryo .ctaBody .btnRow1 .btnRowCol {
		position: relative;
		border-radius: 5px;
		background: #11a851;
		box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
		padding: 1px 15px;
		margin-bottom: 5px;
	}
	.footerTop .ctaProdIryo .ctaBtn {
		width: 100%;
		height: 54px;
		padding: 5px 10px 0!important;
		background-color: transparent;
		box-shadow: none;
		box-sizing: content-box;
	}
	.footerTop .section {
		margin-bottom: 36px;
	}
	.footerTop .ulLinkList {
		margin: 0;
		text-align: right;
	}
	.footerTop .BtnBox {
		position: relative;
	}
	.footerTop .BtnBox .BtnBoxLink {
		position: absolute;
		/* bottom: 10px; */
		right: 12px;
		z-index: 1;
		padding-top: 1em;
	}
	.footerTop .BtnBoxLink a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.footerTop .btnRow1-footerTop {
		background: #fff;
		border-radius: 3px;
		padding: 16px 0;
		margin: 40px 0 0;
		text-align: center;
	}
	.btnRow1-footerTop .btnRowCol {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.btnRow1-footerTop .btnStd {
		height: 80px;
		border: 0;
		padding: 0 50px;
		font-size: 16px;
		line-height: 80px;
		font-size: 18px;
	}
	.footerTop .btnRow1-footerTop .btnStdBook .btnLabel:before {
		top: 16px;
	}

	/* .tabControlBox-pc */
	.tabControlBox {
		margin: 0 0 20px;
	}
	.tabList {
		border-bottom: 2px solid #e6e6e6;
		border-top: 2px solid #e6e6e6;
	}
	.tabList:after {
		content: "";
		clear: both;
		display: block;
	}
	.tabList > .tab {
		float: left;
		display: table;
		width: calc(25% - 10px);
		height: 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
		margin: 0 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.tabList .tab > * {
		display: table-cell;
		color: #333;
		text-decoration: none;
		vertical-align: middle;
	}
	.tabList .tab a:hover {
		opacity: .8;
	}
	.tabList .tab.active {
		background: #DBE000;
		border: 2px solid #DBE000;
		box-shadow: none;
		border-radius: 0;
		pointer-events: none;
	}
	/* .tabControlBox.top */
	.tabControlBox.top {
		background-color: #fff;
	}
	.tabControlBox.top .tabList {
		border-top: 0;
		padding: 12px 6px 0;
	}
	.tabControlBox.top .tabList .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}
	/* .tabControlBox.bottom-pc */
	.tabControlBox.bottom .tabList {
		padding: 0 7px 12px;
		border-bottom: 0;
	}
	.tabControlBox.bottom .tabList .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
	}
	/* .tabControlBox.bottom.downarrow-pc */
	.tabControlBox.bottom.downarrow {
		margin: 30px auto;
	}
	.tabControlBox.bottom.downarrow:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 51px solid #ccc;
		border-right: 62px solid transparent;
		border-bottom: 0;
		border-left: 62px solid transparent;
		margin: 30px auto;
		clear: both;
		content: "";
	}

	/* .widebnrWrap-pc */
	.widebnrWrap .captionArea {
		padding: 12px 0;
	}

	/* .two-wide-pc */
	.two-wide .widebnrWrap {
		float: left;
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.two-wide .widebnrWrap:nth-child(odd) {
		margin-right: 0;
	}
	.two-wide .widebnrWrap .imgArea img {
		width: 100%;
		height: auto;
	}
	/* .one-wide-pc */
	.one-wide .widebnrWrap {
		width: calc(50% - 10px);
		margin: 0 auto;
	}
	.one-wide .widebnrWrap .imgArea img {
		width: 100%;
		height: auto;
	}
	/* .content-contact-info-pc */
	.content-contact-info {
		display: inline-block;
		width: 100%;
		color: #333;
		font-weight: bold;
	}
	.content-contact-info .ft-title {
		min-height: 48px;
		background: #009bdd;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
	}
	.content-contact-info > div {
		float: left;
		display: inline-block;
		width: calc(50% - 10px);
		background: #fff;
		border-radius: 5px;
		margin-right: 20px;
		overflow: hidden;
	}
	.content-contact-info > div:first-child {
		min-height: 234px;
	}
	.content-contact-info > div:nth-child(2n) {
		margin-right: 0;
	}

	/* .ft-info-content-pc */
	.ft-info-content {
		padding: 17px 10px 12px 10px;
	}
	.ft-info-content .text-info {
		font-size: 14px;
		text-align: center;
	}
	.ft-info-content .phone-info {
		color: #f49e00;
		text-align: center;
	}
	.ft-info-content .phone-info img {
		vertical-align: baseline;
	}
	.ft-info-content .phone-info .style-small {
		font-size: 22px;
	}
	.ft-info-content .phone-info .style-big {
		font-size: 30px;
	}

	/* .ft-contact-register-pc */
	.ft-contact-register .time-info {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		vertical-align: top;
	}
	.ft-contact-register .text-note {
		margin-top: 11px;
		font-size: 11px;
		font-weight: normal;
		line-height: 1.6;
		text-align: left;
	}
	/* .ft-info-content .timework-info */
	.ft-info-content .timework-info {
		display: table;
		width: 100%;
	}
	.ft-info-content .timework-info > * {
		display: table-cell;
	}
	.ft-info-content .timework-info .title-info {
		width: 5em;
		padding-right: 10px;
	}
	.ft-info-content .timework-info .time-info {
		font-weight: normal;
	}

	/* .BtnBox-pc */
	/* .BtnBox .BtnBoxRow3 */
	.BtnBox .BtnBoxRow3 .BtnBoxCol {
		float: left;
		display: table;
		width: calc(32.3% - 1px);
		height: 48px;
		background: #fff;
		border: #e6e6e6 solid;
		border-width: 0 1px 1px 0;
		box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .25);
		font-size: 15px;
	}
	/* .footerTop .BtnBox */
	.footerTop .BtnBox {
		margin-bottom: 15px;
	}
	.footerTop .BtnBox .BtnBoxCol a {
		position: relative;
		display: table-cell;
		padding: 0 20px 0 10px;
		color: #333;
		vertical-align: middle;
		text-decoration: none;
	}
	.footerTop .BtnBox .BtnBoxCol a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.footerTop .BtnBox .BtnBoxCol a:after {
		position: absolute;
		top: 25px;
		right: 10px;
		display: block;
		width: 0;
		height: 0;
		border-width: 5px 0 5px 8px;
		border-style: solid;
		border-color: transparent transparent transparent #009bdd;
		margin-top: -8.3px;
		content: '';
	}
	.footerTop .BtnBoxRow3 .BtnBoxCol:first-child,
	.footerTop .BtnBoxRow3 .BtnBoxCol:nth-child(3n+1) {
		width: 32.2%;
	}
	.footerTop .BtnBoxRow3 .BtnBoxCol:nth-child(3),
	.footerTop .BtnBoxRow3 .BtnBoxCol:nth-child(3n) {
		width: 35.5%;
	}
	.footerTop .btnStd.btnStdBook:hover {
		opacity: .8;
	}
	.footerTop .imgBnr {
		margin: 20px 0!important;
	}

	/* .ancRow3 and .ancRow4 -pc */
	.ancRow3,
	.ancRow4 {
		margin: 40px auto;
	}
	.ancRow3:after,
	.ancRow4::after {
		content: "";
		clear: both;
		display: block;
	}
	.ancRow4 .ancRowCol {
		float: left;
		display: table;
		table-layout: fixed;
		width: 25%;
		margin: 0;
		padding: 0 5px;
	}
	.ancRow4 .ancRowCol:nth-child(4n+1) {
		clear: none;
	}
	.ancRow4 .ancRowCol > * {
		display: table-cell;
		vertical-align: top;
	}
	.ancRow3 .ancRowCol > a:hover,
	.ancRow4 .ancRowCol > a:hover {
		opacity: .8;
	}

	/* .btnRow1-pc */
	.btnRow1 > .btnRowCol {
		margin-bottom: 10px;
	}
	.btnRow1 > .btnRowCol:last-child {
		margin-bottom: 0;
	}
	.btnRow1 .btnStd {
		display: block;
		margin: auto;
	}
	.btnRow1 .btnStd:hover {
		opacity: .8;
	}
	.btnRow1 .btnStd .btnLabel {
		line-height: 30px;
	}
	.footerTop .btnRow1 .btnStd .btnLabel {
		line-height: 1.5;
		margin-top: 4px;
	}
	/* .btnStdFaq */
	.btnRow1 .btnRowCol .btnStdFaq {
		height: auto;
	}
	.btnRow1 .btnRowCol .btnStdFaq .btnLabel {
		min-height: 30px;
		padding-left: 45px;
		line-height: unset;
	}
	.btnRow1 .btnRowCol .btnStdFaq .btnLabel:before {
		width: 35px;
		height: 30px;
		background-size: contain;
		margin-top: -15px;
	}

	/* .hdg1.index */
	.hdg1.index {
		margin: 30px 0;
		text-align: left;
	}
	.hdg1.index .hdgLabel {
		border-left: 7px solid #009bdd;
		padding: 0 0 0 14px;
		color: #009bdd;
		font-size: 32px;
		line-height: 1.2;
		border-bottom: 0;
	}

	/* .row-pc */
	.row {
		position: relative;
	}
	.row:after {
		content: "";
		clear: both;
		display: block;
	}
	.row .linkBox {
		position: absolute;
		top: calc(50% + 19px);
		left: 50%;
		z-index: 2;
		width: 50px;
		margin: 0;
		transform: translate(-50%, -50%);
	}
	.row .col-2,
	.row .col {
		position: relative;
		display: block;
	}
	.row .col-2 {
		float: left;
		width: calc( 50% - 7px);
		margin-left: 14px;
		vertical-align: top;
	}
	.row .col-3 {
		float: left;
		width: 32%;
		margin-left: 2%;
		vertical-align: top;
	}
	.row .col-3:first-child,
	.row .col-2:first-child {
		margin-left: 0;
	}

	/* .cardProd-pc */
	.cardProd .cardBody {
		position: relative;
	}
	.cardProd .mediaLeft {
		table-layout: auto;
	}
	.cardProd .mediaLeft:after {
		content: "";
		clear: both;
		display: block;
	}
	.cardProd .mediaLeft .mediaImage {
		width: 130px;
		padding-right: 13px;
	}
	.cardProd .mediaDetail .badgeRow2 {
		margin: 0 0 10px;
	}
	.cardProd .mediaDetail .badgeRow3 .badgeRowCol,
	.cardProd .mediaDetail .badgeRow2 .badgeRowCol {
		width: 97px;
		width: calc(50% - 5px);
		margin-right: 10px;
		padding: 0;
	}
	.cardProd .mediaDetail .badgeRow3 .badgeRowCol:nth-child(2n),
	.cardProd .mediaDetail .badgeRow2 .badgeRowCol:nth-child(2n) {
		margin-right: 0;
	}
	.cardProd .cardBody .btnRow2 {
		margin-left: 0;
		margin-right: 0;
	}
	.cardProd .cardBody .btnRow2 .btnRowCol {
		width: calc( 50% - 4.5px);
		padding: 0;
		margin-right: 9px;
	}
	.cardProd .mediaDetail .badgeRow3 .badgeRowCol:last-child,
	.cardProd .cardBody .btnRow2 .btnRowCol:nth-child(2n) {
		margin-right: 0;
	}
	.cardProd .mediaDetail .badgeRow3 {
		margin: 0;
	}
	.cardProd .mediaDetail .badgeRow3 .badgeRowCol {
		margin-bottom: 10px;
	}
	.cardProd .mediaDetail .badgeRow3 .full-pc {
		width: 100%;
	}
	.cardProd .mediaDetail .badgeRow3 .full-pc + .badgeRowCol {
		margin-right: 10px;
	}
	/* .boxContentHeadTitle-pc */
	.boxContentHeadTitle {
		padding: 1em 0;
		color: #333;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	.boxContentHeadTitle.boxContentHeadTitle-short {
		min-height: auto;
		margin-bottom: 24px;
	}
	.boxContentHeadTitle .orangeText {
		color: #ff921b;
	}

	/* .boxContent-pc */
	.boxContent {
		position: relative;
		display: block;
		width: 100%;
		border: 2px solid #ccc;
		background-color: #fff;
	}
	.boxContentInside:after {
		content: "";
		clear: both;
		display: block;
	}
	.boxContent .boxContentTitle {
		position: relative;
		display: block;
		background: #ccc;
		padding: 5px 10px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
	}
	.boxContent .boxContentTitle .sup {
		position: relative;
		top: -.5em;
		display: inline-block;
		font-size: 70%;
	}
	.boxContent .boxContentTitle .title {
		position: absolute;
		top: 50%;
		left: 5px;
		width: 38px;
		height: 38px;
		border-radius: 4px;
		background: #fff;
		color: #f9788a;
		font-size: 125%;
		text-align: center;
		line-height: 38px;
		transform: translateY(-50%);
	}
	.boxContent .boxContentTitle .text {
		display: inline-block;
		padding-left: 40px;
		line-height: 1.4;
		text-align: left;
		font-size: 20px;
		font-weight: bold;
	}
	.boxContent .boxContentInside {
		padding: 20px 14px;
	}
	.boxContent .boxContentInside > *:not(.splitContent){
		margin-bottom: 20px;
	}
	.boxContent .boxContentInside > *:first-child{
		margin-top: 0;
	}
	.boxContent .boxContentInside > *:last-child{
		margin-bottom: 0;
	}
	.boxContent .boxContentInside > img {
		display: block;
		margin: 20px auto;
	}

	.splitContent {
		position: relative;
		display: inline-block;
		float: left;
		width: calc( 50% - 7px);
		margin: 10px 0 0 14px;
		vertical-align: top;
	}
	.splitContent:first-child,
	.splitContent:nth-child(2) {
		margin-top: 0;
	}
	.splitContent:nth-child(odd) {
		margin-left: 0;
	}
	.splitContent.centerAlign {
		display: inline-flex;
		align-items: center;
	}
	.splitContent.centerAlign img{
		flex-shrink: 0;
	}
	.splitContent.centerMiddle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.splitContent .smallText {
		font-size: 90%;
	}

	.row.type06 .col-2,
	.row.type04 .col-2,
	.row.type02 .col-2,
	.row.type01 .splitContent {
		width: calc( 50% - 7px);
		margin-left: 14px;
	}
	.row.type06 .col-2:first-child,
	.row.type04 .col-2:first-child,
	.row.type02 .col-2:first-child,
	.row.type01 .splitContent:first-child {
		margin-left: 0;
	}

	/* .row.type01 */
	.row.type01 {
		padding: 20px;
		background-color: #fff;
	}
	/* .row.type02 */
	.row.type02 .boxContentInside {
		padding: 20px 16px;
	}
	/* .row.type03 */
	.row.type03 .boxContentInside {
		padding: 20px 31px;
	}
	.row.type03 .col-2,
	.row.type03 .splitContent {
		width: calc( 50% - 10px);
		margin-left: 20px;
	}
	.row.type03 .col-2:nth-child(odd),
	.row.type03 .splitContent:nth-child(odd) {
		margin-left: 0;
	}
	/* .row.type04 */
	.row.type04 {
		padding: 20px;
		background-color: #fff;
	}
	.row.type04.noPadding {
		padding: 0;
		background: none;
	}
	.row.type04 .col-2 .boxContentInside {
		padding: 20px 6px;
	}
	/* .row.type06 */
	.row.type06 .col-2 .boxContent {
		border: none;
	}
	.row.type06 .col-2 .boxContent:before {
		display: none;
	}
	.row.type06 .col-2 .boxContentInside {
		padding: 20px 10px 95px;
	}

	/* .bubbleBox-pc */
	.bubbleBox {
		margin: 20px 40px;
	}
	/* .bubbleBoxText */
	.bubbleBoxText {
		background: none;
		padding-top: 20px;
		margin-bottom: 15px;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}
	.bubbleBoxText:before,
	.bubbleBoxText:after {
		position: relative;
		top: 3px;
		display: inline-block;
		width: 1px;
		height: 23px;
		background: #191718;
		content: "";
	}
	.bubbleBoxText:before {
		margin-right: 20px;
		-webkit-transform: rotate(-26.8deg);
		-ms-transform: rotate(-26.8deg);
		transform: rotate(-26.8deg);
	}
	.bubbleBoxText:after {
		margin-left: 20px;
		-webkit-transform: rotate(26.8deg);
		-ms-transform: rotate(26.8deg);
		transform: rotate(26.8deg);
	}

	/* .bubbleTitle-pc */
	.bubbleTitle {
		display: block;
		padding-bottom: 25px;
		text-align: center;
	}
	.bubbleTitle .bubbleTitleText,
	.bubbleTitle p {
		position: relative;
		display: inline-block;
		width: 460px;
		background-color: #ccc;
		border-radius: 8px;
		padding: 15px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
	}
	.bubbleTitle .bubbleTitleText:after,
	.bubbleTitle p:after {
		position: absolute;
		top: 105%;
		left: 50%;
		width: 0;
		height: 0;
		content: '';
		transform: translateX(-50%);
		border-top: 25px solid #11a851;
		border-right: 30px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 30px solid transparent;
	}
	.bubbleTitle .smallText {
		font-size: 14px;
		font-weight: normal;
	}
	.containerMain .btnStd:hover {
		opacity: .8;
	}

	/* .duckButtonBox-pc */
	.duckButtonBox {
		margin: 20px 0;
	}
	.duckButtonBox.white .duckButtonBanner {
		background: #fff;
		padding: 15px 20px;
	}
	/* .duckButtonBanner-pc */
	.duckButtonBanner {
		text-align: center;
	}
	.duckButtonBanner .image {
		margin-right: 20px;
		width: 290px;
	}
	/* .duckButton-px */
	.duckButtonBanner .duckButton {
		position: relative;
		top: -15px;
		display: inline-block;
		width: 300px;
		background: #f49e00;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		border-radius: 3px;
		padding: 28px 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		transform: translateY(-50%);
	}
	.duckButtonBanner .duckButton:hover {
		opacity: .8;
	}
	.duckButton:before {
		display: inline-block;
		width: 25px;
		height: 27px;
		background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") 0 0 no-repeat;
		background-size: contain;
		margin-right: 20px;
		vertical-align: middle;
		content: "";
	}
	/* .modalContent-pc */
	.modalContent {
		width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	.modalContent .cardProd a {
		display: block;
	}
	.modalContent .ulLinkList a:hover {
		text-decoration: underline;
	}
	.modalFooter a.btnStd:hover,
	.modalContent .cardProd a:hover {
		opacity: .8;
	}
	.modalFooter a.btnStd:hover {
		cursor: pointer;
	}
}

/***************************************************
* color variatioon
***************************************************/
/* normal green */
.boxContent {
	border-color: #11a851;
}
.modalProduct_menu_item.cever .segment,
.boxContent .boxContentSmallD,
.boxContent .boxContentSmallC,
.boxContent .contentInsideTitle,
.boxContent .boxContentTitle,
.boxContent:before {
	background-color: #11a851;
}
.cardProd .cardBadge,
.cardProd .cardBtn,
.cardProd .cardHeader {
	background-color: #11a851;
	color: #fff;
}
.cardProd .cardBtn .btnLabel:after {
	border-color: transparent transparent transparent #fff;
}
.bubbleTitle .bubbleTitleText,
.bubbleTitle p {
	background-color: #11a851;
	color: #fff
}
.bubbleTitle .bubbleTitleText:after,
.bubbleTitle p:after {
	border-top-color: #11a851;
}
/* tabcolor green */
.tabControlBox.bottom.downarrow:after {
	border-top-color: #11a851;
}
.tabList {
	border-color: #DBE000;
}
.tabList .tab.active,
.tabList .tab.activeTab {
	background: #DBE000;
	border-color: #DBE000;
}

/* light Green */
.tabControlBox.bottom.downarrow.lGreen:after {
	border-top-color: #68b100;
}

/* pink */
.boxContent.pink {
	border-color: #f9788a;
}
.modalProduct_menu_item.ladyscever .segment,
.boxContent.pink .boxContentSmallD,
.boxContent.pink .boxContentSmallC,
.boxContent.pink .contentInsideTitle,
.boxContent.pink .boxContentTitle,
.boxContent.pink:before {
	background-color: #f9788a;
}
.cardProd.pink .cardBadge,
.cardProd.pink .cardBtn,
.cardProd.pink .cardHeader {
	background-color: #f9788a;
}
.bubbleTitle.pink .bubbleTitleText,
.bubbleTitle.pink p {
	background-color: #f9788a;
}
.bubbleTitle.pink .bubbleTitleText:after,
.bubbleTitle.pink p:after {
	border-top-color: #f9788a;
}
.btn-inline.is-pink .btn-inline-item {
	background-color: #f9788a;
	color: #fff;
}

/* tabcolor pink */
.tabControlBox.bottom.downarrow.pink:after {
	border-top-color: #f9788a;
}
.tabControlBox.pink .tabList {
	border-color: #F3A69D;
}
.tabControlBox.pink .tab.active,
.tabControlBox.pink .tab.activeTab {
	background: #F3A69D;
	border-color: #F3A69D;
}

/* brown */
.boxContent.brown {
	border-color: #b55a09;
}
.modalProduct_menu_item.kaigoever .segment,
.boxContent.brown .boxContentSmallD,
.boxContent.brown .boxContentSmallC,
.boxContent.brown .contentInsideTitle,
.boxContent.brown .boxContentTitle,
.boxContent.brown:before {
	background-color: #b55a09;
}
.cardProd.brown .cardBadge,
.cardProd.brown .cardBtn,
.cardProd.brown .cardHeader {
	background-color: #b55a09;
}
.bubbleTitle.brown .bubbleTitleText,
.bubbleTitle.brown p {
	background-color: #b55a09;
}
.bubbleTitle.brown .bubbleTitleText:after,
.bubbleTitle.brown p:after {
	border-top-color: #b55a09;
}
/* tabcolor brown */
.tabControlBox.bottom.downarrow.brown:after {
	border-top-color: #b55a09;
}
.tabControlBox.brown .tabList {
	border-color: #FEDC5E;
}
.tabControlBox.brown .tab.active,
.tabControlBox.brown .tab.activeTab {
	background: #FEDC5E;
	border-color: #FEDC5E;
}

/* orange */
.boxContent.orange {
	border-color: #ff921b;
}
.modalProduct_menu_item.yasacever .segment,
.boxContent.orange .boxContentSmallC,
.boxContent.orange .boxContentSmallD,
.boxContent.orange .contentInsideTitle,
.boxContent.orange .boxContentTitle,
.boxContent.orange:before {
	background-color: #ff921b;
}
/* orange */
.cardProd.orange .cardBadge,
.cardProd.orange .cardBtn,
.cardProd.orange .cardHeader {
	background-color: #ff921b;
}

/* red */
.boxContent.red {
	border-color: #e83820;
}
.boxContent.red .boxContentSmallC,
.boxContent.red .boxContentSmallD,
.boxContent.red .contentInsideTitle,
.boxContent.red .boxContentTitle,
.boxContent.red:before {
	background-color: #e83820;
}
.cardProd.red .cardBadge,
.cardProd.red .cardBtn,
.cardProd.red .cardHeader {
	background-color: #e83820;
}

/* yellow */
.boxContent.yellow {
	border-color: #ffE100;
}

.boxContent.yellow .boxContentSmallC,
.boxContent.yellow .boxContentSmallD,
.boxContent.yellow .contentInsideTitle,
.boxContent.yellow .boxContentTitle,
.boxContent.yellow:before {
	background-color: #ffE100;
}
/* yellow */
.cardProd.yellow .cardBadge,
.cardProd.yellow .cardBtn,
.cardProd.yellow .cardHeader {
	background-color: #ffE100;
}

/***************************************************
* utilities
* font-size,margin,paddingの調整クラスはbase.css,parts.cssも参照
* 新しい調整クラスのみ追加
***************************************************/
.smallText {
	font-size: 80%;
}

.p0 {
	padding: 0 !important;
}

.m0	{
	margin: 0 !important
}

.floatRight {
	float: right !important;
}
.floatLeft {
	float: left !important;
}

/* text */
.orangeText {
	color: #ff921b;
}

.pinkText {
	color: #F9788A;
}

.txNotice {
	color: #999;
}

.txNormal {
	font-weight: normal !important;
}

.content-contact-info .bloMaintenanceTxt {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;

}
.txAttention {
	color: #e11901;
}

.text10 { font-size:10px !important; }
.text11 { font-size:11px !important; }
.text12 { font-size:12px !important; }
.text13 { font-size:13px !important; }
.text14 { font-size:14px !important; }
.text15 { font-size:15px !important; }
.text16 { font-size:16px !important; }
.text17 { font-size:17px !important; }
.text18 { font-size:18px !important; }
.text19 { font-size:19px !important; }
.text20 { font-size:20px !important; }
.text21 { font-size:21px !important; }
.text22 { font-size:22px !important; }
.text23 { font-size:23px !important; }
.text24 { font-size:24px !important; }
.text25 { font-size:25px !important; }
.text26 { font-size:26px !important; }

@media print, screen and ( min-width: 768px ) {
	.text10-pc { font-size:10px !important; }
	.text12-pc { font-size:11px !important; }
	.text14-pc { font-size:14px !important; }
	.text16-pc { font-size:16px !important; }
	.text18-pc { font-size:18px !important; }
	.text20-pc { font-size:20px !important; }
	.text22-pc { font-size:22px !important; }
	.text24-pc { font-size:24px !important; }
	.text26-pc { font-size:26px !important; }
}
@media only screen and ( max-width: 767px ) {
	.text10-sp { font-size:10px !important; }
	.text12-sp { font-size:12px !important; }
	.text14-sp { font-size:14px !important; }
	.text16-sp { font-size:16px !important; }
	.text18-sp { font-size:18px !important; }
	.text20-sp { font-size:20px !important; }
	.text22-sp { font-size:22px !important; }
	.text24-sp { font-size:24px !important; }
	.text26-sp { font-size:26px !important; }
}

@media print, screen and ( min-width: 768px ) {
	.txCenter-pc { text-align: center !important; }
	.txRight-pc  { text-align: right !important; }
	.txLeft-pc   { text-align: left !important; }
	.txBold-pc   { font-weight: bold !important;}
}
@media only screen and ( max-width: 767px ) {
	.txCenter-sp { text-align: center !important; }
	.txRight-sp  { text-align: right !important; }
	.txLeft-sp   { text-align: left !important; }
	.txBold-sp   { font-weight: bold !important;}
}

/* margin em */
.mt05em { margin-top: 0.5em !important;}
.mt1em  { margin-top: 1em !important; }
.mt2em  { margin-top: 2em !important; }

.mb05em { margin-bottom: 0.5em !important;}
.mb1em  { margin-bottom: 1em !important; }
.mb2em  { margin-bottom: 2em !important; }

.mr05em { margin-right: 0.5em !important;}
.mr1em  { margin-right: 1em !important; }
.mr2em  { margin-right: 2em !important; }

.ml05em { margin-left: 0.5em !important;}
.ml1em  { margin-left: 1em !important; }
.ml2em  { margin-left: 2em !important; }

/* margin pc only */
@media print, screen and ( min-width: 768px ) {
	/* top */
	.mt05em-pc { margin-top: 0.5em !important;}
	.mt1em-pc  { margin-top: 1em !important; }
	.mt2em-pc  { margin-top: 2em !important; }

	.mt0-pc   { margin-top: 0 !important; }
	.mt5-pc   { margin-top: 5px !important; }
	.mt10-pc  { margin-top: 10px !important; }
	.mt15-pc  { margin-top: 15px !important; }
	.mt20-pc  { margin-top: 20px !important; }
	.mt25-pc  { margin-top: 25px !important; }
	.mt30-pc  { margin-top: 30px !important; }
	.mt40-pc  { margin-top: 40px !important; }

	/* bottom */
	.mb05em-pc { margin-bottom: 0.5em !important;}
	.mb1em-pc  { margin-bottom: 1em !important; }
	.mb2em-pc  { margin-bottom: 2em !important; }

	.mb0-pc   { margin-bottom: 0 !important; }
	.mb5-pc   { margin-bottom: 5px !important; }
	.mb10-pc  { margin-bottom: 10px !important; }
	.mb15-pc  { margin-bottom: 15px !important; }
	.mb20-pc  { margin-bottom: 20px !important; }
	.mb25-pc  { margin-bottom: 25px !important; }
	.mb30-pc  { margin-bottom: 30px !important; }
	.mb40-pc  { margin-bottom: 40px !important; }
	.mb50-pc  { margin-bottom: 50px !important; }

	/* right */
	.mr05em-pc { margin-right: 0.5em !important;}
	.mr1em-pc  { margin-right: 1em !important; }
	.mr2em-pc  { margin-right: 2em !important; }

	.mr0-pc   { margin-right: 0 !important; }
	.mr5-pc   { margin-right: 5px !important; }
	.mr10-pc  { margin-right: 10px !important; }
	.mr15-pc  { margin-right: 15px !important; }
	.mr20-pc  { margin-right: 20px !important; }
	.mr25-pc  { margin-right: 25px !important; }
	.mr30-pc  { margin-right: 30px !important; }

	/* left */
	.ml05em-pc { margin-left: 0.5em !important;}
	.ml1em-pc  { margin-left: 1em !important; }
	.ml2em-pc  { margin-left: 2em !important; }

	.ml0-pc   { margin-left: 0 !important; }
	.ml5-pc   { margin-left: 5px !important; }
	.ml10-pc  { margin-left: 10px !important; }
	.ml15-pc  { margin-left: 15px !important; }
	.ml20-pc  { margin-left: 20px !important; }
	.ml25-pc  { margin-left: 25px !important; }
	.ml30-pc  { margin-left: 30px !important; }
}
/* margin sp only */
@media only screen and ( max-width: 767px ) {
	/* top */
	.mt05em-sp { margin-top: 0.5em !important;}
	.mt1em-sp  { margin-top: 1em !important; }
	.mt2em-sp  { margin-top: 2em !important; }

	.mt0-sp   { margin-top: 0 !important; }
	.mt5-sp   { margin-top: 5px !important; }
	.mt10-sp  { margin-top: 10px !important; }
	.mt15-sp  { margin-top: 15px !important; }
	.mt20-sp  { margin-top: 20px !important; }
	.mt25-sp  { margin-top: 25px !important; }
	.mt30-sp  { margin-top: 30px !important; }
	.mt40-sp  { margin-top: 40px !important; }

	/* bottom */
	.mb05em-sp { margin-bottom: 0.5em !important;}
	.mb1em-sp  { margin-bottom: 1em !important; }
	.mb2em-sp  { margin-bottom: 2em !important; }

	.mb0-sp   { margin-bottom: 0 !important; }
	.mb5-sp   { margin-bottom: 5px !important; }
	.mb10-sp  { margin-bottom: 10px !important; }
	.mb15-sp  { margin-bottom: 15px !important; }
	.mb20-sp  { margin-bottom: 20px !important; }
	.mb25-sp  { margin-bottom: 25px !important; }
	.mb30-sp  { margin-bottom: 30px !important; }
	.mb40-sp  { margin-bottom: 40px !important; }
	.mb50-sp  { margin-bottom: 50px !important; }

	/* right */
	.mr05em-sp { margin-right: 0.5em !important;}
	.mr1em-sp  { margin-right: 1em !important; }
	.mr2em-sp  { margin-right: 2em !important; }

	.mr0-sp   { margin-right: 0 !important; }
	.mr5-sp   { margin-right: 5px !important; }
	.mr10-sp  { margin-right: 10px !important; }
	.mr15-sp  { margin-right: 15px !important; }
	.mr20-sp  { margin-right: 20px !important; }
	.mr25-sp  { margin-right: 25px !important; }
	.mr30-sp  { margin-right: 30px !important; }

	/* left */
	.ml05em-sp { margin-left: 0.5em !important;}
	.ml1em-sp  { margin-left: 1em !important; }
	.ml2em-sp  { margin-left: 2em !important; }

	.ml0-sp   { margin-left: 0 !important; }
	.ml5-sp   { margin-left: 5px !important; }
	.ml10-sp  { margin-left: 10px !important; }
	.ml15-sp  { margin-left: 15px !important; }
	.ml20-sp  { margin-left: 20px !important; }
	.ml25-sp  { margin-left: 25px !important; }
	.ml30-sp  { margin-left: 30px !important; }
}

/* padding */
.pt05em { padding-top: 0.5em !important; }
.pt1em  { padding-top: 1em !important; }
.pt2em  { padding-top: 2em !important; }

.pb05em { padding-bottom: 0.5em !important; }
.pb1em  { padding-bottom: 1em !important; }
.pb2em  { padding-bottom: 2em !important; }

.pr05em { padding-right: .5em !important; }
.pr1em  { padding-right: 1em !important; }
.pr2em  { padding-right: 2em !important; }
.pr3em  { padding-right: 3em !important; }

.pl05em { padding-left: .5em !important; }
.pl1em  { padding-left: 1em !important; }
.pl2em  { padding-left: 2em !important; }
.pl3em  { padding-left: 3em !important; }

@media print, screen and ( min-width: 768px ) {
	/* top */
	.pt05em-pc { padding-top: 0.5em !important; }
	.pt1em-pc  { padding-top: 1em !important; }
	.pt2em-pc  { padding-top: 2em !important; }

	.pt0-pc   { padding-top: 0 !important; }
	.pt5-pc   { padding-top: 5px !important; }
	.pt10-pc  { padding-top: 10px !important; }
	.pt15-pc  { padding-top: 15px !important; }
	.pt20-pc  { padding-top: 20px !important; }
	.pt25-pc  { padding-top: 25px !important; }
	.pt30-pc  { padding-top: 30px !important; }

	/* bottom */
	.pb05em-pc { padding-bottom: 0.5em !important; }
	.pb1em-pc  { padding-bottom: 1em !important; }
	.pb2em-pc  { padding-bottom: 2em !important; }

	.pb0-pc   { padding-bottom: 0 !important; }
	.pb5-pc   { padding-bottom: 5px !important; }
	.pb10-pc  { padding-bottom: 10px !important; }
	.pb15-pc  { padding-bottom: 15px !important; }
	.pb20-pc  { padding-bottom: 20px !important; }
	.pb25-pc  { padding-bottom: 25px !important; }
	.pb30-pc  { padding-bottom: 30px !important; }

	/* right */
	.pr05em-pc { padding-right: .5em !important; }
	.pr1em-pc  { padding-right: 1em !important; }
	.pr2em-pc { padding-right: 2em !important; }
	.pr3em-pc { padding-right: 3em !important; }

	.pr0-pc   { padding-right: 0 !important; }
	.pr5-pc   { padding-right: 5px !important; }
	.pr10-pc  { padding-right: 10px !important; }
	.pr15-pc  { padding-right: 15px !important; }
	.pr20-pc  { padding-right: 20px !important; }
	.pr25-pc  { padding-right: 25px !important; }
	.pr30-pc  { padding-right: 30px !important; }
	.pr100-pc { padding-right: 100px !important; }
	.pr130-pc { padding-right: 130px !important; }

	/* left */
	.pl05em-pc { padding-left: .5em !important; }
	.pl1em-pc  { padding-left: 1em !important; }
	.pl2em-pc  { padding-left: 2em !important; }
	.pl3em-pc  { padding-left: 3em !important; }

	.pl0-pc   { padding-left: 0 !important; }
	.pl5-pc   { padding-left: 5px !important; }
	.pl10-pc  { padding-left: 10px !important; }
	.pl15-pc  { padding-left: 15px !important; }
	.pl20-pc  { padding-left: 20px !important; }
	.pl25-pc  { padding-left: 25px !important; }
	.pl30-pc  { padding-left: 30px !important; }
	.pl100-pc { padding-left: 100px !important; }
	.pl130-pc { padding-left: 130px !important; }
}

@media only screen and ( max-width: 767px ) {
	/* top */
	.pt05em-sp { padding-top: 0.5em !important; }
	.pt1em-sp  { padding-top: 1em !important; }
	.pt2em-sp  { padding-top: 2em !important; }

	.pt0-sp   { padding-top: 0 !important; }
	.pt5-sp   { padding-top: 5px !important; }
	.pt10-sp  { padding-top: 10px !important; }
	.pt15-sp  { padding-top: 15px !important; }
	.pt20-sp  { padding-top: 20px !important; }
	.pt25-sp  { padding-top: 25px !important; }
	.pt30-sp  { padding-top: 30px !important; }

	/* bottom */
	.pb05em-sp { padding-bottom: 0.5em !important; }
	.pb1em-sp  { padding-bottom: 1em !important; }
	.pb2em-sp  { padding-bottom: 2em !important; }

	.pb0-sp   { padding-bottom: 0 !important; }
	.pb5-sp   { padding-bottom: 5px !important; }
	.pb10-sp  { padding-bottom: 10px !important; }
	.pb15-sp  { padding-bottom: 15px !important; }
	.pb20-sp  { padding-bottom: 20px !important; }
	.pb25-sp  { padding-bottom: 25px !important; }
	.pb30-sp  { padding-bottom: 30px !important; }

	/* right */
	.pr05em-sp { padding-right: .5em !important; }
	.pr1em-sp  { padding-right: 1em !important; }
	.pr2em-sp { padding-right: 2em !important; }

	.pr0-sp   { padding-right: 0 !important; }
	.pr5-sp   { padding-right: 5px !important; }
	.pr10-sp  { padding-right: 10px !important; }
	.pr15-sp  { padding-right: 15px !important; }
	.pr20-sp  { padding-right: 20px !important; }
	.pr25-sp  { padding-right: 25px !important; }
	.pr30-sp  { padding-right: 30px !important; }

	/* left */
	.pl05em-sp { padding-left: .5em !important; }
	.pl1em-sp { padding-left: 1em !important; }
	.pl2em-sp { padding-left: 2em !important; }

	.pl0-sp   { padding-left: 0 !important; }
	.pl5-sp   { padding-left: 5px !important; }
	.pl10-sp  { padding-left: 10px !important; }
	.pl15-sp  { padding-left: 15px !important; }
	.pl20-sp  { padding-left: 20px !important; }
	.pl25-sp  { padding-left: 25px !important; }
	.pl30-sp  { padding-left: 30px !important; }
}

/***************************************************
* print
***************************************************/
@media print {
	header,
	#sidebar,
	.gFooterNav,
	.pageTopBtn {
		display: none;
	}
	#contents.container,
	#contents.container .containerMain,
	.gFooter {
		width:748px;
		margin: 0;
	}
	.bottomNavi {
		position: absolute !important;
		bottom: 0;
	}
	div[data-mh],
	.jqSetHeight-item {
		height: auto !important;
	}

	/* IE for print */
	_:-ms-lang(x)::-ms-backdrop, .boxContentImgAnchor-col3 li {
		width: 90px !important;
	}
	_:-ms-lang(x)::-ms-backdrop, .boxContentImgAnchor-col3 li:not(:last-child) {
		margin-right: 0;
	}

	_:-ms-lang(x)::-ms-backdrop, .conversionBox > .conversionItem,
	_:-ms-lang(x)::-ms-backdrop, .two-wide .widebnrWrap,
	_:-ms-lang(x)::-ms-backdrop, .content-contact-info > div,
	_:-ms-lang(x)::-ms-backdrop, .splitContent,
	_:-ms-lang(x)::-ms-backdrop, .row .col-2 {
		width: calc(49% - 10px) !important;
	}
	_:-ms-lang(x)::-ms-backdrop, .boxContentInside .splitContent {
		width: 331px !important;
	}
}
/***************************************************
* .電話番号のパーツ
***************************************************/
.bloTellWorkTime {
    margin: 0 auto 15px;
    font-weight: bold;
    table-layout: fixed;
}

.bloTellWorkTime th {
    width: 80px;
    text-align: left;
}

.bloTellWorkTime td {
    width: 200px;
    text-align: center;
}

.TellDescription {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.TellDescription .list {
    padding-left: 1.3em;
}

.TellDescription .list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 13px;
}

.TellDescription .list .bullet {
    position: absolute;
    left: 0;
}

@media print, screen and (min-width: 768px){
	.bloTellNumber .btnTellno {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 34px;
	}

}

@media print, screen and (max-width: 767px){
	.btnTellRowCol .btnTellStdOval {
	    height: 48px;
	}
	.btnTellno {
	    margin: 0 -5px 20px;
	}
	.btnTellRowCol {
	    width: 100%;
	    max-width: 325px;
	    display: table;
	    margin: 0 auto;
	    padding: 0 5px;
	    table-layout: fixed;
	}
	.bloTellNumber .btnTellno .btnTellRowCol > * {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	}
	.bloTellNumber .btnTellno .btnTellStdOval {
	    display: table;
	    margin: 0 auto;
	    padding: 0 5px;
	}
	.bloTellNumber .btnTellno .btnTellStdOval {
	    display: inline-block;
	    padding: 9px 10px 6px;
	    -webkit-border-radius: 5em;
	    background-color: #fff;
	    -webkit-box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.3);
	    box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.3);
	    color: #333;
	    font-size: 115%;
	    font-weight: bold;
	    text-align: center;
	    text-decoration: none;
	    vertical-align: middle;
	    border-radius: 5em;
	}
	.bloTellNumber .btnTellno .btnTellStdOval .btnTellLabel {
	    display: inline-block;
	    padding: 0;
	    position: relative;
	}
}

/***************************************************
* common/include/resp_area_tel_toi.html
***************************************************/
.font14WrapRespTelToi {
	font-size: 14px;
}
.inquiryAreaRespTelToi {
	padding: 40px 34px;
	border: solid 1px #d9d9d9;
}
.dlInquiryRespTelToi {
	display: flex;
}
.dlInquiryRespTelToi > dt {
	width: calc(6em + 30px);
	padding-right: 30px;
	font-size: 1.43em;
	font-weight: bold;
	line-height: 1.4;
}
.dlInquiryRespTelToi > dd {
	width: calc(100% - 154px);
}
.txFreedialRespTelToi {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding-left: 47px;
	background-image: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_tel_free.png");
	background-size: 42px auto;
	background-repeat: no-repeat;
	background-position: top 50% left 0;
}
.ulNoteRespTelToi > li {
	font-size: 1em;
	line-height: 1.71;
	position: relative;
	padding-left: 1.43em;
}
.ulNoteRespTelToi > li > .kome {
	position: absolute;
	left: 0;
}
.tellPayRespTelToi {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.tellPayRespTelToi > span {
	font-size: 14px;
	font-weight: normal;
}
.txNormalRespTelToi {
	font-size: 1.14em;
	line-height: 1.75;
}
.txMediumRespTelToi {
	font-size: 1.29em;
	line-height: 1.56;
}
@media only screen and (max-width: 767px) {
	.inquiryAreaRespTelToi {
		padding: 30px 20px;
	}
	.dlInquiryRespTelToi {
		display: block;
	}
	.dlInquiryRespTelToi > dd {
		width: 100%;
	}
	{
		padding: 30px 20px;
	}
	.tellPayRespTelToi {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 296px;
		width: 100%;
		height: 56px;
		margin: 0 auto;
		padding-left: 0;
		font-size: 20px;
		background-color: #fff;
		background-image: none;
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
		border-radius: 60px;
		text-decoration: none !important;
		color: #333 !important;
	}
	.dlInquiryRespTelToi > dt {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
		font-size: 1.29em;
		text-align: center;
	}
	.tellPayRespTelToi > span {
		font-size: 13px;
	}
	.ulNoteRespTelToi > li {
		font-size: 0.93em;
	}
	.txFreedialRespTelToi {
		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,0.3);
		font-size: 24px;
		text-decoration: none !important;
		color: #333333 !important;
	}
	.txFreedialRespTelToi > 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;
	}
}
/***************************************************
* common/include/resp_tel_668002_442321_text.html
***************************************************/
.txDialTel668002442321AreaResponsive > a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 290px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	border-radius: 56px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.txDialTel668002442321AreaResponsive > a > img {
	width: 38px;
	vertical-align: middle;
	margin-right: 5px;
}
.receptionableTimeTel668002442321AreaResponsive {
	display: flex;
	justify-content: center;
	font-size: 114%;
}
.receptionableTimeTel668002442321AreaResponsive > dt {
	width: 5em;
}
.receptionableTimeTel668002442321AreaResponsive > dd {
	max-width: calc(100% - 5em);
}
@media only screen and (min-width: 768px) {
	.txDialTel668002442321AreaResponsive {
		text-align: center;
		font-size: 229%;
		font-weight: bold;
	}
	.txDialTel668002442321AreaResponsive > img {
		width: 57px;
		vertical-align: middle;
		margin-right: 10px;
	}
}
/***************************************************
* common/include/resp_tel_154498_text.html
***************************************************/
@media only screen and (max-width: 767px){
	.txReadTel154498Resp {
		font-size: 114%;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.txDialTel154498Resp {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.txDialTel154498Resp > a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 58px;
		padding: 10px 10px 10px;
		border-radius: 50px;
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
		font-size: 24px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		line-height: 1;
	}
	.txDialTel154498Resp > a > img {
		height: 23px;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.txReceptionableTel154498Resp {
		margin-left: 20px;
		text-align: left;
	}
	.txReceptionableTel154498Resp .telTime {
		margin: 0 5px;
	}
	.txReceptionableTel154498Resp .telDays {
		display: block;
	}
	.txKomeListTel154498Resp {
		margin-left: 20px;
		padding-left: 1em;
		position: relative;
		text-align: left;
	}
	.txKomeListTel154498Resp > .kome {
		position: absolute;
		left: 0;
	}
}
@media only screen and (min-width: 768px){
	.txReadTel154498Resp {
		font-size: 129%;
		font-weight: bold;
	}
	.txDialTel154498Resp {
		font-size: 41px;
		font-weight: bold;
		line-height: 1;
	}
	.txDialTel154498Resp > img {
		margin-bottom: 10px;
		width: 70px;
		vertical-align: middle;
		margin-right: 15px;
	}
	.txReceptionableTel154498Resp {
		display: flex;
		flex-wrap: wrap;
		width: 400px;
		margin: 0 auto;
		text-align: left;
		font-size: 114%;
	}
	.txReceptionableTel154498Resp .telUketuke {
		font-weight: bold;
	}
	.txReceptionableTel154498Resp .telTime {
		font-weight: bold;
		margin-left: 25px;
		margin-right: 10px;
	}
	.txKomeListTel154498Resp {
		display: inline-block;
		padding-left: 1em;
		position: relative;
		text-align: left;
	}
	.txKomeListTel154498Resp > .kome {
		position: absolute;
		left: 0;
	}
}
/***************************************************
* common/include/resp_request_btn.html
***************************************************/
@media all and (-ms-high-contrast: none) {
	.requestBtnResponsivePamphlet {
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, sans-serif;
	}
}
@media only screen and (max-width: 767px){
	.requestBtnResponsivePamphlet {
		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;
	}
	.requestBtnResponsivePamphlet > span {
		min-height: 30px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		font-size: 14px;
		display: inline-block;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		text-align: center;
		letter-spacing: 1px;
	}
	.requestBtnResponsivePamphlet > 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: -16%;
	}
	.requestBtnResponsivePamphlet.type1lineCentering {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 59px;
	}
	.requestBtnResponsivePamphlet.type1lineCentering > span {
		min-height: 0;
		padding: 0 0 0 40px;
	}
	.requestBtnResponsivePamphlet.type1lineCentering > span:before {
		left: 0;
		top: calc(50% - 26px / 2);
		height: 26px;
		width: 29px;
	}
}
@media only screen and (min-width: 768px){
	.requestBtnResponsivePamphlet {
		border: 2px solid #e98300;
		background: #e98300;
		width: 430px;
		margin: 0 auto;
		padding: 10px 5px;
		display: inline-block;
		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;
	}
	.requestBtnResponsivePamphlet:hover {
		opacity: 0.85;
	}
	.requestBtnResponsivePamphlet > span {
		font-size: 16px;
		background: #e98300;
		min-height: 50px;
		padding: 5px 0 0;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		letter-spacing: 1px;
	}
	.requestBtnResponsivePamphlet > 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: 30px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 23%;
		left: -29%;
	}
	.requestBtnResponsivePamphlet.type1lineCentering {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 78px;
	}
	.requestBtnResponsivePamphlet.type1lineCentering > span {
		min-height: 0;
		padding: 0 0 0 60px;
	}
	.requestBtnResponsivePamphlet.type1lineCentering > span:before {
		left: 0;
		top: calc(50% - 34px / 2);
		height: 34px;
	}
}

/***************************************************
* link hover action
***************************************************/
a.linkHoverActionResponsive {
	text-decoration: none !important;
}
@media only screen and (min-width: 768px){
	a.linkHoverActionResponsive:link {
		text-decoration: none !important;
	}
	a.linkHoverActionResponsive:visited {
		text-decoration: none !important;
	}
	a.linkHoverActionResponsive:hover {
		text-decoration: underline !important;
	}
	a.linkHoverActionResponsive:active {
		text-decoration: underline !important;
	}
}

/***************************************************
* common/include/sim_resp_request_btn.html
***************************************************/
a.simRespRequestBtnEverPrime,
a.simRespRequestBtnEverPrimeLadys,
a.simRespRequestBtnEverPrimeJok {
	display: none;
}
body.themeEverPrime a.simRespRequestBtnNormal {
	display: none;
}
body.themeEverPrime a.simRespRequestBtnEverPrime {
	display: inline;
}
body.themeLadysEverPrime a.simRespRequestBtnNormal {
	display: none;
}
body.themeLadysEverPrime a.simRespRequestBtnEverPrimeLadys {
	display: inline;
}
body.themeEverPrimeJok a.simRespRequestBtnNormal {
	display: none;
}
body.themeEverPrimeJok a.simRespRequestBtnEverPrimeJok {
	display: inline;
}

/***************************************************
* txBlueArrowLeftResponsive
***************************************************/
.txBlueArrowLeftResponsive {
	padding-left: 20px;
	background-image: url("/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_lerge_01.png");
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: left calc((1.56em - 15px) / 2);
	line-height: 1.56;
}

/***************************************************
* txPdfRightResponsive
***************************************************/
.txPdfRightResponsive {
	padding-right: 20px;
	background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_pdf.png") right 50% no-repeat;
	background-size: 13px auto;
}

/***************************************************
* borderBoxAreaRspCommon
***************************************************/
.borderBoxAreaRspCommon {
	padding: 30px 20px;
	border: solid 1px #d9d9d9;
}
@media print, screen and (min-width: 768px) {
	.borderBoxAreaRspCommon a.txComBlue.txNoDecoration:link,
	.borderBoxAreaRspCommon a.txComBlue.txNoDecoration:visited,
	.borderBoxAreaRspCommon a.txComBlue.txNoDecoration:focus {
		text-decoration: none !important;
	}
	.borderBoxAreaRspCommon a.txComBlue.txNoDecoration:hover,
	.borderBoxAreaRspCommon a.txComBlue.txNoDecoration:active {
		text-decoration: underline !important;
	}
}
.txReadRspCommonTel {
	font-size: 129%;
}
.dlServiceTimeRspCommon > dt {
	float: left;
	width: 7em;
}
.dlServiceTimeRspCommon > dd {
	overflow: hidden;
}

/***************************************************
* txFreedialRspCommonTel
***************************************************/
a.txFreedialRspCommonTel {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	border-radius: 56px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.25);
	font-size: 164%;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.txFreedialRspCommonTel > img {
	width: 37px;
	margin-right: 5px;
}
@media print, screen and (min-width: 768px){
	.txFreedialRspCommonTel {
		font-size: 200%;
		font-weight: bold;
		line-height: 1;
	}
	.txFreedialRspCommonTel > img {
		width: 50px;
		margin-right: 10px;
	}
}
.dlReceptionableTimeRspCommonTel {
	display: flex;
	justify-content: center;
}
.dlReceptionableTimeRspCommonTel > dt {
	min-width: 4em;
}
.dlReceptionableTimeRspCommonTel > dd {
	padding-left: 1em;
}
.dlReceptionableTimeRspCommonTel.dlReceptionableTimeAlignLeftRspCommonTel {
	max-width: 300px;
	justify-content: left;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	.dlReceptionableTimeRspCommonTel.dlReceptionableTimeAlignLeftRspCommonTel {
		max-width: 275px;
	}
}

/***************************************************
* telNumBorderBoxInqRespCommon
***************************************************/
.telNumBorderBoxInqRespCommon {
	padding: 40px;
	border: 1px solid #CCC;
}
.telNumBorderBoxTelTxInqRespCommon {
	position: relative;
	margin-bottom: 15px;
	padding-left: 67px;
	font-weight: bold;
	font-size: 197%;
	line-height: 1;
}
.telNumBorderBoxTelTxInqRespCommon:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 61px;
	height: 35px;
	background: url("/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_freedial_01.png") no-repeat 0 0;
	background-size: 50px auto;
}
.telNumBorderBoxStandardTxInqRespCommon {
	font-size: 89%;
}
.telNumBorderBoxSmallTxInqRespCommon {
	font-size: 80%;
}
.telNumBorderBoxBoxNoteInqRespCommon {
	padding-left: 2rem;
	text-indent: -2rem;
}
.telNumBorderBoxBlueLinkInqRespCommon > a {
	padding: 3px 0;
	font-size: 100%;
	font-weight: bold;
	color: #00A5D9;
	text-decoration: none;
}
.telNumBorderBoxQuesIconInqRespCommon {
	padding-left: 1.9rem;
	background: url("/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_07.png") no-repeat 6px 0;
	background-size: 20px 20px;
}
.otherHideInqRespCommon .telNumBorderBoxTxOtherInqRespCommon,
.abroadHideInqRespCommon .telNumBorderBoxTxAbroadInqRespCommon {
	display: none;
}

@media only screen and (max-width: 767px){
	.telNumBorderBoxInqRespCommon {
		padding: 30px 20px;
	}
	a.telNumBorderBoxTelTxInqRespCommon {
		display: inline-block;
		font-size: 1.75rem;
		margin-bottom: 10px;
		padding: 0 0 0 47px;
		text-align: center;
		color: #333333;
		text-decoration: none;
	}
	.telNumBorderBoxTelTxInqRespCommon:before {
		top: 0;
		background-size: 45px 26px;
		width: 45px;
		height: 26px;
	}
	.telNumBorderBoxStandardTxInqRespCommon {
		font-size: 0.75rem;
	}
	.telNumBorderBoxSmallTxInqRespCommon {
		font-size: 0.75rem;
	}
	.telNumBorderBoxBoxNoteInqRespCommon {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
	}
	.telNumBorderBoxBlueLinkInqRespCommon > a {
		font-size: 1rem;
	}
	.telNumBorderBoxQuesIconInqRespCommon {
		position: relative;
		padding-left: 1.6rem;
		background: none;
	}
	.telNumBorderBoxQuesIconInqRespCommon:before {
		content: "";
		position: absolute;
		left: 2px;
		top: 1px;
		display: block;
		width: 23px;
		height: 23px;
		background: url("/content/dam/aflac/jp/ja/static/inquiry/images/icon_resp_inquiry_content_07.png") no-repeat 2px 2px;
		background-size: 16px 16px;
	}
	.telNumBorderBoxTxOtherInqRespCommon {
		font-size: 0.9rem;
		text-align: center;
	}
}

/***************************************************
* レスポンシブ 見出し
***************************************************/
h1.h1RspCommon {
	font-size: 171%;
}
h2.h2RspCommon {
	font-size: 157%;
}
h3.h3RspCommon {
	font-size: 143%;
}
h4.h4RspCommon {
	font-size: 129%;
}
@media only screen and (min-width: 768px){
	h1.h1RspCommon {
		font-size: 229%;
	}
	h2.h2RspCommon {
		font-size: 200%;
	}
	h3.h3RspCommon {
		font-size: 171%;
	}
	h4.h4RspCommon {
		font-size: 143%;
	}
}

/***************************************************
* pluginAreaReaderOnlyResponsive
***************************************************/
.pluginAreaReaderOnlyResponsive {
	display: flex;
	padding: 20px;
	border: solid 1px #bebebe;
}
.pluginAreaReaderOnlyResponsive > dt {
	width: 179px;
	padding-top: 8px;
	text-align: left;
}
.pluginAreaReaderOnlyResponsive > dd {
	width: calc(100% - 179px);
	font-size: 16px;
	line-height: 30px;
}

/***************************************************
* linkBtnBgWhiteRspCommon
***************************************************/
.linkBtnBgWhiteRspCommon > a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 14px 10px 15px;
	border-radius: 56px;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 129%;
	color: #333333;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,.25);
}
@media only screen and (min-width: 768px){
	.linkBtnBgWhiteRspSick > a {
		display: inline-block;
		max-width: none;
		min-width: 360px;
		width: auto;
		padding: 18px 30px 19px;
	}
	.linkBtnBgWhiteRspCommon > a:hover {
		opacity: 0.7;
	}
}

/***************************************************
* ulFlexContractProcedureRspCommon
***************************************************/
.ulFlexContractProcedureRspCommon > li:not(:first-child) {
	margin-top: 10px;
}
.ulFlexContractProcedureRspCommon > li > a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 45px 20px 15px;
	border: solid 1px #d9d9d9;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.ulFlexContractProcedureRspCommon > li > a > figure {
	max-width: 62px;
	min-width: 62px;
	margin-right: 20px;
}
.ulFlexContractProcedureRspCommon > li > a > p {
	width: calc(100% - 62px);
}
@media only screen and (min-width: 768px){
	.ulFlexContractProcedureRspCommon {
		display: flex;
		flex-wrap: wrap;
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure3colRspCommon > li {
		width: calc((100% - 36px) / 3);
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure3colRspCommon > li:not(:first-child) {
		margin-top: 0;
		margin-left: 18px;
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure4colRspCommon > li {
		width: calc((100% - 30px) / 4);
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure4colRspCommon > li:not(:first-child) {
		margin-top: 0;
		margin-left: 10px;
	}
	.ulFlexContractProcedureRspCommon > li > a {
		height: 100%;
		flex-wrap: wrap;
		padding: 30px;
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure4colRspCommon > li > a {
		padding: 20px;
	}
	.ulFlexContractProcedureRspCommon > li > a > figure {
		max-width: none;
		min-width: 0;
		width: 75px;
		margin: 0 auto 20px;
	}
	.ulFlexContractProcedureRspCommon > li > a > p {
		width: 100%;
	}
	.ulFlexContractProcedureRspCommon > li > a:hover {
		opacity: 0.7;
	}
	.ulFlexContractProcedureRspCommon.ulFlexContractProcedure4colRspCommon > li > a > figure {
		margin: 0 auto 10px;
	}
}

/***************************************************
* ctaFreeCunsultation
***************************************************/
.ctaFreeCunsultation {
	padding: 27px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}
.ctaFreeCunsultation img {
	max-width: 100%;
}
.txTitleCtaFreeCunsultation {
	font-size: 157%;
}
.ctaFreeCunsultation > div {
	max-width: 748px;
	margin: 0 auto;
}
.ctaFreeCunsultationForte {
	display: flex;
	justify-content: space-around;
}
.ctaFreeCunsultationForte > li {
	width: calc((100% - 43px) / 3);
}
.ctaFreeCunsultationForte > li > figure {
	margin: 0 8px 10px;
}
.ctaFreeCunsultationWay > li {
	padding: 20px 15px 24px;
	border: 1px solid #d9d9d9;
	text-align: center;
}
.ctaFreeCunsultationWay > li > figure {
	max-width: 237px;
	margin: 0 auto;
}
.ctaFreeCunsultationWay > li > h3 {
	font-weight: bold;
}
.ctaFreeCunsultationWay > li .txSmallCtaFreeCunsultation {
	font-size: 86%;
}
.blueBtnOnlineCtaFreeCunsultationWay > a,
.blueBtnShopCtaFreeCunsultationWay > a {
	max-width: 264px;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 96px;
	background: #00a5d9;
	font-size: 114%;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,.25);
}
.blueBtnOnlineCtaFreeCunsultationWay > a > span {
	position: relative;
	padding: 0 6px 0 30px;
}
.blueBtnOnlineCtaFreeCunsultationWay > a > span:before {
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 21px;
	top: 50%;
	left: 0;
	margin-top: calc(-21px / 2);
	background-image: url("/content/dam/shared/jp/ja/static/images/icon_btn_consul_online_soudan.png");
	background-size: 100%;
}
.blueBtnShopCtaFreeCunsultationWay > a > span {
	position: relative;
	padding: 0 8px 0 30px;
}
.blueBtnShopCtaFreeCunsultationWay > a > span:before {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 23px;
	top: 50%;
	left: 0;
	margin-top: calc(-23px / 2);
	background-image: url("/content/dam/shared/jp/ja/static/images/icon_btn_consul_shop_soudan.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.ctaFreeCunsultationWay .txBgYellowMarkerRspCommon {
	padding: 0 25px;
	background: linear-gradient(rgba(0,0,0,0) 60%,#fcec76 40%);
}
.txTitleCtaFreeCunsultationWay {
	font-size: 143%;
}
@media print, screen and (min-width: 768px){
	.ctaFreeCunsultation {
		margin: 0;
		padding: 0;
	}
	.ctaFreeCunsultation > div {
		padding: 33px 24px 24px;
	}
	.txTitleCtaFreeCunsultation {
		font-size: 200%;
		font-weight: bold;
	}
	.ctaFreeCunsultationForte {
		width: 640px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.ctaFreeCunsultationForte > li {
		display: flex;
		align-items: center;
	}
	.ctaFreeCunsultationForte > li:nth-child(1) {
		width: 215px;
	}
	.ctaFreeCunsultationForte > li:nth-child(2) {
		width: 177px;
	}
	.ctaFreeCunsultationForte > li:nth-child(3) {
		width: 184px;
	}
	.ctaFreeCunsultationForte > li > figure {
		min-width: 80px;
		margin: 0 9px 0 0;
	}
	.ctaFreeCunsultationForte > li > span {
		font-size: 107%;
		font-weight: bold;
	}
	.ctaFreeCunsultationWay {
		display: flex;
		justify-content: space-between;
	}
	.ctaFreeCunsultationWay > li {
		width: 340px;
		position: relative;
	}
	.ctaFreeCunsultationWay > li > figure {
		max-width: 229px;
		margin: 0 auto 92px;
	}
	.txTitleCtaFreeCunsultationWay {
		font-weight: bold;
	}
	.ctaFreeCunsultationWay .txBgYellowMarkerRspCommon {
		padding: 0 0;
	}
	.blueBtnOnlineCtaFreeCunsultationWay,
	.blueBtnShopCtaFreeCunsultationWay {
		position: absolute;
		width: calc(100% - 30px);
		left: 15px;
		bottom: 24px;
	}
	.blueBtnOnlineCtaFreeCunsultationWay > a,
	.blueBtnShopCtaFreeCunsultationWay > a {
		max-width: 295px;
		padding: 20px 0;
		font-size: 129%;
		font-weight: bold;
	}
	.blueBtnOnlineCtaFreeCunsultationWay > a:hover,
	.blueBtnShopCtaFreeCunsultationWay > a:hover {
		opacity: .7;
	}
	.blueBtnOnlineCtaFreeCunsultationWay > a > span {
		padding: 0 0 0 23px;
	}
	.blueBtnOnlineCtaFreeCunsultationWay > a > span:before {
		width: 14px;
		height: 22px;
		margin-top: calc(-22px / 2);
	}
	.blueBtnShopCtaFreeCunsultationWay > a > span {
		padding: 0 0 0 24px;
	}
	.blueBtnShopCtaFreeCunsultationWay > a > span:before {
		width: 17px;
		height: 24px;
		margin-top: calc(-24px / 2);
	}
}
@media only screen and (max-width: 767px){
	.txTitleCtaFreeCunsultation {
		font-weight: bold;
	}
	.ctaFreeCunsultationForte > li > span {
		font-weight: bold;
	}
	.txTitleCtaFreeCunsultationWay {
		font-weight: bold;
	}
	.blueBtnOnlineCtaFreeCunsultationWay > a, .blueBtnShopCtaFreeCunsultationWay > a {
		font-weight: bold;
	}
}
@media only screen and (max-width: 374px){
	.blueBtnOnlineCtaFreeCunsultationWay > a,
	.blueBtnShopCtaFreeCunsultationWay > a {
		font-size: 86%;
	}
	.ctaFreeCunsultationWay .txBgYellowMarkerRspCommon {
		padding: 0 0;
	}
}
/***************************************************
* reservedHeaderImgRspCommon
***************************************************/
.reservedHeaderImgRspCommon > img {
	max-width: 100%;
	height: auto;
}

/***************************************************
* RespFooter
***************************************************/
dl.gFooterLinkAc {
	padding: 22px 15px 22px 20px;
}
dl.gFooterLinkAc > dt > a {
	display: block;
	padding: 0px 50px 5px 0px;
	border-bottom: solid 2px #ecf1f2;
	background-image: url("/content/dam/shared/jp/ja/static/images/icon_acordion_gray_arrow_01_cls.png");
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: right 10px top 6px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
dl.gFooterLinkAc > dt > a.open {
	background-image: url("/content/dam/shared/jp/ja/static/images/icon_acordion_gray_arrow_01_opn.png");
}
dl.gFooterLinkAc > dd > ul > li {
	margin-top: 8px;
}
dl.gFooterLinkAc > dd > ul > li > a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
dl.gFooterLinkAc > dd > ul > li > a[target="_blank"] {
	position: relative;
	padding-right: 16px;
}
dl.gFooterLinkAc > dd > ul > li > a[target="_blank"]:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("/content/dam/shared/jp/ja/static/images/products/resp_icon_blank.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media print, screen and ( min-width: 768px ) {
	dl.gFooterLinkAc {
		padding: 0 0 28px;
	}
	dl.gFooterLinkAc > dt > span {
		font-size: 16px;
		font-weight: bold;
	}
	dl.gFooterLinkAc > dd {
		display: block !important;
	}
	dl.gFooterLinkAc > dd > ul {
		display: flex;
		flex-wrap: wrap;
	}
	dl.gFooterLinkAc > dd > ul > li {
		width: calc(100% / 3);
		margin-top: 6px;
		font-size: 14px;
	}
	dl.gFooterLinkAc > dd > ul > li > a {
		font-size: 14px;
	}
	dl.gFooterLinkAc > dd > ul > li > a:hover {
		text-decoration: underline;
	}
	dl.gFooterLinkAc > dd > ul > li > a[target="_blank"] {
		padding-right: 22px;
	}
	dl.gFooterLinkAc > dd > ul > li > a[target="_blank"]:after {
		bottom: 3px;
		width: 16px;
		height: 16px;
	}
}

/***************************************************
* telAreaRsp588033
***************************************************/
.telAreaRsp588033-pc {
	padding: 35px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.txSize16Rsp588033-pc {
	font-size: 114%;
}
.txSize18Rsp588033-pc {
	font-size: 129%;
}
a.txModalLinkRsp588033-pc {
	padding: 3px 25px 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;
}
a.txModalLinkRsp588033-pc:hover {
	opacity: 0.7;
}
.txTelNumRsp588033-pc {
	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;
}
.txTelNumRsp588033-pc > .txTelNumGoroawaseRsp588033-pc {
	position: absolute;
	left: 170px;
	bottom: 100%;
	font-size: 41%;
	font-weight: normal;
}
.txTelNumRsp588033-pc > .txTelNumGoroawaseRsp588033-pc > span:nth-of-type(1) {padding: 0 0 0 10px;}
.txTelNumRsp588033-pc > .txTelNumGoroawaseRsp588033-pc > span:nth-of-type(2) {padding: 0 0 0 9px;}
.txTelNumRsp588033-pc > .txTelNumGoroawaseRsp588033-pc > span:nth-of-type(3) {padding: 0 6px 0 25px;}
.telAreaRsp588033-sp {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 25px 19px;
}
.txSize12Rsp588033-sp {
	font-size: 86%;
}
.txSize14OverRsp588033-sp {
	font-size: 103%;
}
.btnTelLink588033-sp > 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 rgba(0,0,0,30%);
	font-size: 24px;
	text-decoration: none !important;
	color: #333333 !important;
}
.btnTelLink588033-sp > 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;
}
a.txModalLinkRsp588033-sp {
	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;
}

@media only screen and (max-width: 374px){
	.btnTelLink588033-sp > a {
		font-size: 16px;
	}
}

/***************************************************
* telAreaRsp786506
***************************************************/
.telAreaRsp786506-pc {
	padding: 35px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.txSize16Rsp786506-pc {
	font-size: 114%;
}
.txSize18Rsp786506-pc {
	font-size: 129%;
}
a.txModalLinkRsp786506-pc {
	padding: 3px 25px 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;
}
a.txModalLinkRsp786506-pc:hover {
	opacity: 0.7;
}
.txTelNumRsp786506-pc {
	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;
}
.txTelNumRsp786506-pc > .txTelNumGoroawaseRsp786506-pc {
	position: absolute;
	left: 187px;
	bottom: 100%;
	font-size: 12px;
	font-weight: normal;
}
.txTelNumRsp786506-pc > .txTelNumGoroawaseRsp786506-pc > span:nth-of-type(1) {padding: 0 12px 0 11px;}
.txTelNumRsp786506-pc > .txTelNumGoroawaseRsp786506-pc > span:nth-of-type(2) {padding: 0 1px 0 1px;}
.txTelNumRsp786506-pc > .txTelNumGoroawaseRsp786506-pc > span:nth-of-type(3) {padding: 0 12px 0 14px;}
.telAreaRsp786506-sp {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 25px 19px;
}
.txSize12Rsp786506-sp {
	font-size: 86%;
}
.txSize14OverRsp786506-sp {
	font-size: 103%;
}
.btnTelLink786506-sp > 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 rgba(0,0,0,30%);
	font-size: 24px;
	text-decoration: none !important;
	color: #333333 !important;
}
.btnTelLink786506-sp > 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;
}
a.txModalLinkRsp786506-sp {
	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;
}
@media only screen and (max-width: 374px){
	.btnTelLink786506-sp > a {
		font-size: 16px;
	}
}

/***************************************************
* telAreaRsp165018
***************************************************/
.telAreaRsp165018 {
	padding: 35px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.txSize16Rsp165018 {
	font-size: 114%;
}
.txSize18Rsp165018 {
	font-size: 129%;
}

@media only screen and (min-width: 768px) {
	.txTelNumRsp165018 {
		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;
	}
	a.telLinkRsp165018 {
		display: block;
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}

@media only screen and (max-width: 767px) {
	.telAreaRsp165018 {
		padding: 30px 15px;
	}
	a.telLinkRsp165018 {
		width: 100%;
		max-width: 275px;
		font-size: 24px;
		border-radius: 36px;
		box-shadow: 0 0 8px grey;
		text-align: center;
		display: block;
		margin: 0 auto;
		text-decoration: none !important;
	}
	.txTelNumRsp165018 {
		display: inline-block;
		font-size: 24px;
		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;
		border-radius: 0;
		box-shadow: none;
		color: #333333 !important;
		font-weight: bold;
		padding: 10px 0 10px 43px;
		margin: 0 auto;
	}
}

/***************************************************
* resp_area_contract_information
***************************************************/
.txBlueImportantRspCommon {
	color: #00a5d9 !important;
}
.txRecommendationOnlineProcedureRspCommon {
	font-size: 129%;
	font-weight: bold;
	color: #00a5d9;
}
.txRecommendationOnlineProcedureRspCommon > span.slash:first-child {
	display: inline-block;
	transform: rotateY(180deg);
	margin-right: 5px;
}
.txRecommendationOnlineProcedureRspCommon > span.slash:last-child {
	margin-left: 5px;
}
ul.featureOnlineProcedureFlexWrapRspCommon {
	max-width: 335px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 15px;
	padding-left: 10px;
}
ul.featureOnlineProcedureFlexWrapRspCommon > li {
	min-width: 44%;
	text-align: center;
}
ul.featureOnlineProcedureFlexWrapRspCommon > li > figure > img {
	width: 62px;
}
@media print, screen and (min-width: 768px){
	ul.featureOnlineProcedureFlexWrapRspCommon {
		max-width: none;
		margin-bottom: 3px;
		padding-left: 0;
	}
	ul.featureOnlineProcedureFlexWrapRspCommon > li {
		min-width: 0;
		width: 25%;
	}
	ul.featureOnlineProcedureFlexWrapRspCommon > li > figure > img {
		width: 68px;
	}
	.headingWrapRecommendationOnlineProcedureRspCommon {
		display: flex;
		align-items: baseline;
	}
}
@media print, screen and (max-width: 767px){
	ul.featureOnlineProcedureFlexWrapRspCommon > li:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.minW45perRspCommon-sp {
		min-width: 45%;
	}
	.minW50perRspCommon-sp {
		min-width: 50%;
	}
	.minW55perRspCommon-sp {
		min-width: 55%;
	}
}
/***************************************************
* resp_canet_family
***************************************************/
.canetFamilyBoxRspCommon {
	display: flex;
	justify-content: flex-start;
	padding: 31px 17px 28px 26px;
	background-color: #fff8de;
	border-radius: 7px;
}
.figureAreaCanetFamilyBoxRspCommon {
	width: 118px;
	margin-top: 23px;
	margin-right: 16px;
}
.textAreaCanetFamilyBoxRspCommon {
	max-width: calc(100% - 134px);
}
.titleCanetFamilyBoxRspCommon {
	margin-left: 13px;
	margin-bottom: 14px;
	font-size: 114%;
	font-weight: bold;
}
.highlightTitleCanetFamilyBoxRspCommon {
	margin-right: 8px;
	background: linear-gradient(180deg, transparent 60%, #ffe35e 60%);
	font-size: 125%;
}
.boxAreaCanetFamilyBoxRspCommon {
	display: flex;
	justify-content: flex-start;
}
.boxCanetFamilyBoxRspCommon {
	width: 157px;
	margin-left: 8px;
	padding: 11px 8px;
	border-radius: 7px;
	background-color: #fff;
	text-align: center;
}
.topBoxCanetFamilyBoxRspCommon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 243px;
}
.topBoxCanetFamilyBoxRspCommon > .boxCanetFamilyBoxRspCommon {
	height: 100%;
}
.circleCanetFamilyBoxRspCommon {
	width: 78px;
	height: 78px;
	background-color: #ee6c00;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
@media print, screen and (max-width: 767px){
	.canetFamilyBoxRspCommon {
		display: block;
		padding: 30px 15px;
	}
	.figureAreaCanetFamilyBoxRspCommon {
		width: 135px;
		margin: 0 auto 10px;
	}
	.textAreaCanetFamilyBoxRspCommon {
		max-width: 100%;
	}
	.titleCanetFamilyBoxRspCommon {
		margin: 0 0 10px;
		text-align: center;
	}
	.boxAreaCanetFamilyBoxRspCommon {
		flex-wrap: wrap;
	}
	.boxCanetFamilyBoxRspCommon {
		width: calc((100% - 7px) / 2);
		margin-left: 0;
		font-size: 86%;
	}
	.boxAreaCanetFamilyBoxRspCommon > .boxCanetFamilyBoxRspCommon:nth-of-type(2n) {
		margin-right: 7px;
	}
	.topBoxCanetFamilyBoxRspCommon {
		width: 100%;
		justify-content: center;
		margin-bottom: 12px;
	}
	.circleCanetFamilyBoxRspCommon {
		width: 66px;
		height: 66px;
		font-size: 86%;
		margin-right: 10px;
	}
}

