@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;
}

/***************************************************
* #wrapper
***************************************************/
#wrapper {
	background: #e9f1f3;
}

.bottomNavi {
	display: none;
}

/***************************************************
* 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 .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 .searchInput {
	float: left;
	width: 180px;
	height: 30px;
	border: none;
	padding-left: 10px;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}
.headerRightBox .searchBox .searchButton {
	float: right;
	width: calc(117% - 223px);
	height: 30px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
/* .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);
}*/

/* .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 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.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.current > a {
	background-image: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_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-title {
	display: block;
	min-height: 48px;
	line-height: 48px;
	border-radius: 5px 5px 0 0;
	background: #00ba01;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.ctaLine-content {
	background: #fff;
	padding: 27px 20px 22px 20px;
	text-align: center;
}
.ctaLine-content > *{
	display: inline-block;
	vertical-align: middle;
}
.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;
	padding-left: 13px;
}
.description .list .bullet {
	position: absolute;
	left: 0;
}
.description sup {
	font-size: 60%;
	vertical-align: top;
}
.description a:hover {
	text-decoration: none;
}

.btnRow2-cardProd {
	display: flex;
	align-items: stretch;
	margin-left: 0;
	margin-right: 0;
}
.btnRow2-cardProd:after {
	display: none;
}
.btnRow2-cardProd .btnRowCol {
	min-height: 60px;
}

.btnRow2.btnRow2-cardProd .btnRowCol .btnStd {
	border-radius: 6px;
}
.btnRow2.btnRow2-cardProd .btnRowCol .btnStd {
	height: 100%;
	border-radius: 6px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
}
.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;
}
.btn-inline .btn-inline-item:hover {
	opacity: .8;
}
.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;
}
.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_btn:hover {
	opacity: .8;
}
.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;
}
.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: 100%;
	background: #e7e7e7;
	font-size: 13px;
	min-height: 100%;
}
#jqDrawerMenuNavArea.opend {
	display: block;
	z-index: 9999;
	position: absolute;
	right: 0;
	top:0;
}
#jqDrawerMenuNavArea #jqDrawerMenuNavAreaInner {
	background:#FFFFFF;
	border-bottom: solid 1px #cccccc;
}

.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;
}

/***************************************************
* pc-style
***************************************************/

/***************************************************
* 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;
}

.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
***************************************************/
/* .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.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: 99%;
	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;
}

/***************************************************
* 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;
}

/* 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; }

.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; }

.txCenter-pc { text-align: center !important; }
.txRight-pc  { text-align: right !important; }
.txLeft-pc   { text-align: left !important; }
.txBold-pc   { 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 */
/* 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; }

/* 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; }

/* 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; }

/* 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; }

/***************************************************
* 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;
	}

}


/***************************************************
* ctaFreeCunsultation
***************************************************/
.ctaFreeCunsultation {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}
.ctaFreeCunsultation img {
	max-width: 100%;
}
.ctaFreeCunsultation > div {
	max-width: 748px;
	margin: 0 auto;
	padding: 33px 24px 24px;
}
.txTitleCtaFreeCunsultation {
	font-size: 200%;
	font-weight: bold;
}

.ctaFreeCunsultationForte {
	display: flex;
	justify-content: space-around;
	width: 640px;
	margin: 0 auto;
	justify-content: space-between;
}
.ctaFreeCunsultationForte > li {
	width: calc((100% - 43px) / 3);
	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 {
	position: relative;
	width: 340px;
	padding: 20px 15px 24px;
	border: 1px solid #d9d9d9;
	text-align: center;
}
.ctaFreeCunsultationWay > li > figure {
	max-width: 229px;
	margin: 0 auto 92px;
}
.ctaFreeCunsultationWay > li > h3 {
	font-weight: bold;
}
.txTitleCtaFreeCunsultationWay {
	font-weight: bold;
}
.blueBtnOnlineCtaFreeCunsultationWay,
.blueBtnShopCtaFreeCunsultationWay {
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	bottom: 24px;
}
.ctaFreeCunsultationWay > li .txSmallCtaFreeCunsultation {
	font-size: 86%;
}
.blueBtnOnlineCtaFreeCunsultationWay > a,
.blueBtnShopCtaFreeCunsultationWay > a {
	max-width: 295px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 96px;
	background: #00a5d9;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,.25);
}
.blueBtnOnlineCtaFreeCunsultationWay > a:hover,
.blueBtnShopCtaFreeCunsultationWay > a:hover {
	opacity: .7;
}
.blueBtnOnlineCtaFreeCunsultationWay > a > span {
	position: relative;
	padding: 0 0 0 23px;
}
.blueBtnOnlineCtaFreeCunsultationWay > a > span:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 22px;
	top: 50%;
	left: 0;
	margin-top: calc(-22px / 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 0 0 24px;
}
.blueBtnShopCtaFreeCunsultationWay > a > span:before {
	content: "";
	position: absolute;
	display: block;
	width: 17px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: calc(-24px / 2);
	background-image: url(/content/dam/shared/jp/ja/static/images/icon_btn_consul_shop_soudan.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.txBgYellowMarkerRspCommon {
	background: linear-gradient(rgba(0,0,0,0) 60%,#fcec76 40%);
}
.txTitleCtaFreeCunsultationWay {
	font-size: 143%;
}
