@charset "utf-8";

@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 900;
	src:url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
.supportStrong {
	font-size: 3.6rem;
	line-height: 1.2;
}
.supportColor01 {
	color: #d0372c;
}
body{
	font-family: 'Noto Sans CJK JP';
	font-size: 18px;
	font-size: 1.8rem;
	color: #4f4f4f;
}
*, *::before, *::after {
	box-sizing: border-box;
}
#main{
	overflow-x: hidden;
	overflow-y: visible;
}
#footer {
	max-width: none;
	width: 1200px;
	margin: 0 auto;
}
#footer #siteIdentity {
	margin: 0 auto;
	text-align: center;
}
#footer #siteIdentity .corporateLogo {
	display: block;
	margin-top: 0 !important;
	line-height: 1.0;
}
#footer #siteIdentity .copyright {
	display: block;
	margin: 10px 0 0 !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
#footer #pagetop{
	bottom: 180px;
	z-index: 100;
}

#floatingWrap01 {
	position: fixed;
	bottom: 0;
	width: calc(100% - 230px);
	background-color: rgba(255, 255, 255, 0.5 );
	z-index: 8;
	box-shadow: 0 1px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
@media print, screen and (max-width: 1450px) {
	#floatingWrap01 {
		width: calc(100% - 200px);
	}
}
#floatingWrap01 .floatingInner{
	width: 1200px;
	margin: 0 auto;
}
#floatingWrap01 .commonFloating{
	padding: 20px 0 40px;
}

@media print, screen and (min-width: 751px) {
	#main #spNavSwitch{
		display: none;
	}
}




#subHeader{
	border-bottom: 2px solid #efd6c5;
	padding: 6px 0 10px;
}
#subHeader > .inner{
	width: 1200px;
	margin: 0 auto;
}
#subHeader .logo{
	float: left;
	margin: 9px 0 0 !important;
}
#subHeader .link a{
	float: right;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #a6a6a6;
	padding: 15px 20px 11px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #4f4f4f;
}
#subHeader .link > a span{
	display: inline-block;
	padding: 0 0 7px 44px;
	background: url("/insurance/epos-ssi/img/life-support_ic01.png") no-repeat 0 0;
}

.mainVisual{
	width: 1200px;
	margin: 0 auto;
	padding: 28px 0 33px;
	text-align: center;
	color: #44a1b1;
}
.mainVisual .mainVisualInner {
	width: 900px;
	margin: 0 auto;
}
.mainVisual p{
	font-weight: 500;
	font-size: 28px !important;
	font-size: 2.8rem !important;
}
.mainVisual .supportFrameWrap {
	background-color: #fff;
	border: 2px solid #d0372c;
	border-radius: 19.5px;
	display: inline-block;
	padding: 3px 28px 4px;
}
.mainVisual .supportFrameWrap p.supportFrame {
	font-size: 2.0rem !important;
	font-weight: bold;
	color: #d0372c;
}
.mainVisual .mainVisualSubText {
	margin-top: 23px;
}
.mainVisual .mainVisualPontWrap {
	display: flex;
	margin-top: 30px;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem {
	display: flex;
	align-items: center;
	width: 50%;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem:nth-child(n+2) {
	padding-left: 10px
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem .mainVisualPontHead {
	margin-right: 6px;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem .mainVisualPontBody .mainVisualPontText {
	font-size: 2.6rem!important;
	text-align: left;
	color: #4f4f4f;
}
.mainVisual h1{
	font-weight: 900;
	font-size: 35px;
	font-size: 3.5rem;
}
.mainVisual h1 strong{
	font-weight: 900;
	font-size: 50px;
	font-size: 5.0rem;
}
.mainVisual figure{
	margin-top: 30px;
	position: relative;
}
.mainVisual figure .mainVisuaIcImg {
	margin-left: 200px;
}
.mainVisual .mainVisualBtn {
	margin-top: 25px;
}
.mainVisual .mainVisualBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	position: relative;
	box-shadow: 0 3px 0 0 #b68784;
	background: linear-gradient(to top, #edafab 0%,#f6d7d5 100%);
	font-size: 2.6rem;
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
	border-radius: 15px;
	min-height: 70px;
	padding: 10px 55px 12px;
	line-height: 1.3;
}
.mainVisual .mainVisualBtn a .flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.mainVisual .mainVisualBtn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url("/insurance/epos-ssi/img/life-support_ic09.png") no-repeat 0 0 / contain;
}
.mainVisual .mainVisualBtn a:hover {
	transform: translateY(3px);
	box-shadow: 0 -3px 0 0 #b68784;
	background: linear-gradient(to top, #f6d7d5 0%,#edafab 100%);
}
.mainVisual .mainVisualBtn a .small {
	font-size: 1.6rem;
}
.mainVisual .mainVisualBtn a .supportStrong {
	line-height: 1.0;
}
.mainVisual .mainVisualBanner {
	margin-top: 30px;
	text-align: center;
}
.mainVisual .mainVisualBanner a:hover {
	opacity: 0.7;
}
.nav_anchor{
	width: 1200px;
	margin: 0 auto -56px;
}
.nav_anchor > .nav_anchor_inner{
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list{
	float: left;
	width: calc((100% - 36px)/3);
	width: calc((100% - 36px)/3 - 0.1px)\9;
	margin-right: 18px;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list:nth-child(3n){
	margin-right: 0;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a{
	position: relative;
	top: 0;
	display: block;
	border-radius: 10px;
	border: 2px solid #44a1b1;
	padding: 24px 10px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.1;
	color: inherit;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	z-index: 2;
	transition: top .2s ease-out;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a::before{
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-radius: 0 0 5px 0;
	background-color: #44a1b1;
	transform: rotateZ(45deg);
	box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.1);
	z-index: 1;
	content: "";
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a::after{
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-radius: 0 0 3px 0;
	background: #fff url("/insurance/epos-ssi/img/life-support_ic02.png") no-repeat 45% 45%;
	transform: rotateZ(45deg);
	z-index: 3;
	content: "";
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a:hover{
	top: 5px;
}


/* ====================================
 *
 * contents Parts
 *
 * ====================================*/

@media only screen and (min-width: 751px){
	.spOnly{display: none;}
	.isSp{display: none;}
}


/* text
 --------------------------------*/
.paragraph01{margin-top: 1em;}
.paragraph02{margin-top: 1.5em;}
.paragraph03{margin-top: 2em;}
.paragraph04{margin-top: 2.5em;}
.paragraph05{margin-top: 3em;}
.paragraph06{margin-top: 3.5em;}
.paragraph07{margin-top: 4em;}

.bold{font-weight: bold;}

/* ----- text-indent ----- */
.text-indent {
	position: relative;
}
.text-indent > .indent {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}
.text-indent[data-indent="1em"] { padding-left: 1.2em; }
.text-indent[data-indent="2em"] { padding-left: 2.2em; }
.text-indent[data-indent="3em"] { padding-left: 3.2em; }
.text-indent[data-indent="4em"] { padding-left: 4.2em; }
.text-indent[data-indent="5em"] { padding-left: 5.2em; }
.text-indent[data-indent="6em"] { padding-left: 6.2em; }
.text-indent[data-indent="7em"] { padding-left: 7.2em; }
.text-indent[data-indent="8em"] { padding-left: 8.2em; }
.text-indent[data-indent="9em"] { padding-left: 9.2em; }
.text-indent[data-indent="10em"] { padding-left: 10.2em; }
.text-indent[data-indent="1em"] > .indent { width: 1.2em; }
.text-indent[data-indent="2em"] > .indent { width: 2.2em; }
.text-indent[data-indent="3em"] > .indent { width: 3.2em; }
.text-indent[data-indent="4em"] > .indent { width: 4.2em; }
.text-indent[data-indent="5em"] > .indent { width: 5.2em; }
.text-indent[data-indent="6em"] > .indent { width: 6.2em; }
.text-indent[data-indent="7em"] > .indent { width: 7.2em; }
.text-indent[data-indent="8em"] > .indent { width: 8.2em; }
.text-indent[data-indent="9em"] > .indent { width: 9.2em; }
.text-indent[data-indent="10em"] > .indent { width: 10.2em; }



/* section
 --------------------------------*/
.section01{
	padding: 80px 0 100px;
}
.section01 + .section01:not(.bg-color01){
	padding: 30px 0 100px;
}
.nav_anchor + .section01{
	padding: 100px 0;
}
.section01.bg-color01{
	background-color: #f7f5f4;
}
.section01 > .inner{
	width: 1200px;
	margin: 0 auto;
}

/* heading
 --------------------------------*/
.heading01{
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	color: #44a1b1;
}


/* boxLayout
 --------------------------------*/
.boxLayout01{
	max-width: 900px;
	margin: 40px auto 0;
	border-radius: 30px;
	padding: 36px 32px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	font-size: 20px;
	font-size: 2.0rem;
}
.boxLayout01 .boxhead{
	margin-bottom: 25px;
	padding-left: 60px;
	text-indent: -60px;
	font-weight: 700;
	font-size: 26px;
	font-size: 2.6rem;
}
.boxLayout01 .boxhead > .num{
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	border-radius: 50%;
	padding: 5px;
	background-color: #44a1b1;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-indent: 0;
}
.boxLayout02{
	width: 555px;
	margin: 40px auto 0;
	border-radius: 20px;
	padding: 17px 20px 20px;
	background-color: #fff;
}
.boxLayout02 .boxhead{
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}
.boxLayout02 .boxhead::before,
.boxLayout02 .boxhead::after{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #44a1b1;
	vertical-align: baseline;
	content: '';
}
.boxLayout02 .boxhead::before{
	margin-right: 10px;
	transform: rotateZ(-30deg);
}
.boxLayout02 .boxhead::after{
	margin-left: 10px;
	transform: rotateZ(30deg);
}
.boxLayout02 .desc{
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}
.boxLayout02 .desc > img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.boxLayout03{
	border-radius: 20px;
	border: 1px solid #c1875f;
	padding: 30px 20px;
}
.boxLayout03 .boxhead{
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}
.boxLayout04{
	margin-top: 80px;
	border-radius: 20px;
	padding: 25px 40px;
	background: #ececec;
}
.boxLayout04 > *:not(.mt-inherit):first-child{
	margin-top: 0;
}
.blockLayout{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.qaBox01{
	max-width: 900px;
	margin: 30px auto 0;
	border-radius: 20px;
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.qaBox01 .question{
	padding-left: 42px;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	background: url("/insurance/epos-ssi/img/life-support_ic05.png") no-repeat 0 0;
	-webkit-background-size: 28px auto;
	background-size: 28px auto;
}
.qaBox01 .question.toggleTrigger{
	position: relative;
	padding-right: 40px;
}
.qaBox01 .question.toggleTrigger::after{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 31px;
	height: 31px;
	margin-top: -16px;
	background: url("/insurance/epos-ssi/img/life-support_ic07.png") no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: '';
}
.qaBox01 .question.toggleTrigger.open::after{
	transform: rotateZ(180deg);
}
.qaBox01 .answer{
	margin: 16px 0 0;
	padding: 2px 0 2px 42px;
	background: url("/insurance/epos-ssi/img/life-support_ic06.png") no-repeat 0 0;
	-webkit-background-size: 28px auto;
	background-size: 28px auto;
}
.case{
	font-size: 20px;
	font-size: 2.0rem;
}
.case .case-lead{
	font-size: 22px;
	font-size: 2.2rem;
}
.case .case-lead_bold{
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
}
.case .case-lead_bold::before,
.case .case-lead_bold::after{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #44a1b1;
	vertical-align: baseline;
	content: '';
}
.case .case-lead_bold::before{
	margin-right: 15px;
	transform: rotateZ(-30deg);
}
.case .case-lead_bold::after{
	margin-left: 15px;
	transform: rotateZ(30deg);
}


/* colLayout
 --------------------------------*/
.colLayout01{ 
	margin-top: 30px;
}
.colLayout01.col2 > .col{
	float: left;
	width: calc((100% - 50px)/2);
	margin-right: 50px;
}
.colLayout01.col2 > .col:nth-child(2n){
	margin-right: 0;
}
.colLayout01.col2 > .col:nth-child(n+3){
	margin-top: 15px;
}

.colLayout02{ 
	margin: 30px auto 0;
	width: 440px;
}
.colLayout02 > .col{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.colLayout02 > .col .head{
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}
.colLayout02 > .col figure{
	margin-top: 20px;
	font-weight: 500;
	text-align: center;
}
.colLayout02 > .col .desc{
	margin-top: 18px;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
}
.colLayout02 > .col .desc > sup{
	top: -0.8em;
	font-size: 0.5em;
}
.colLayout02 > .col .note{
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

/* tableLayout 
 --------------------------------*/
.plan-tableLayout01{
	width: 100%;
	margin-top: 12px;
}
.w33per{
	width: 33%;
}
.plan-tableLayout01 tr th,
.plan-tableLayout01 tr td{
	border: 1px solid #fff;
	border-top: solid 2px rgba(79, 79, 79, 0.5);
	padding: 10px 5px;
	background-color: #fff;
	text-align: center;
	font-size: 23px;
	font-size: 2.3rem;
}
.plan-tableLayout01 tr th.color01{
	background-color: #d6d6d6;
}
.plan-tableLayout01 tr th.color02{
	background-color: #a1d0d8;
}
.plan-tableLayout01 tr th.color03{
	background-color: #e79a95;
}
.plan-tableLayout01 tr td.color01{
	background-color: #efeeee;
}
.plan-tableLayout01 tr td.color02{
	background-color: #daecef;
}
.plan-tableLayout01 tr td.color03{
	background-color: #f6d7d5;
}
.plan-tableLayout01 thead tr:first-child th,
.plan-tableLayout01 thead tr:first-child td{
	border-top: none;
}
.supportTable{
	width: 100%;
	border-top: solid 1px #44a1b1;
	border-left: solid 1px #44a1b1;
}
.supportTable .w50p{ width: 50%; }
.supportTable th,
.supportTable td{
	padding: 8px 5px 5px;
	background: #ffffff;
	border-bottom: solid 1px #44a1b1;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.supportTable thead th{
	color: #ffffff;
	background: #44a1b1;
	border-right: solid 1px #ffffff;
}
.supportTable thead th:last-child{
	border-right: solid 1px #44a1b1;
}
.supportTable th{
	background: #f7fcfc;
	border-right: solid 1px #97cccc;
}
.supportTable td{
	border-right: solid 1px #97cccc;
}
.supportTable td:last-child{
	border-right: solid 1px #44a1b1;
}
.supportTable th a[target="_blank"]{
	padding-right: 15px;
	background: url(/insurance/common/images/header_ic05.png) no-repeat 100% 50%;
}
.supportTable th a:hover{
	text-decoration: none;
}

/* btnLink 
 --------------------------------*/
[class*="btnLink01"]{
	margin-top: 30px;
	text-align: center;
}
[class*="btnLink01"] a{
	position: relative;
	display: table;
	width: 350px;
	height: 70px;
	margin: 0 auto;
	border-radius: 10px;
	padding: 10px 50px;
	background-color: #44a1b1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}
[class*="btnLink01"] a:hover{
	border: 2px solid #44a1b1;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	color: #44a1b1;
}
.btnLink01--link a{
	padding: 10px 40px;
}
.btnLink01--link a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	height: 0;
	width: 0;
	margin-top: -11px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 13px solid #fff;
	content: "";
}
.btnLink01--link a:hover::after{
	border-left-color: #44a1b1;
	content: "";
}
.btnLink01--anc a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	height: 0;
	width: 0;
	margin-top: -6px;
	border-top: 13px solid #fff;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	content: "";
}
.btnLink01--anc a:hover::after{
	border-top-color: #44a1b1;
	content: "";
}
[class*="btnLink01"] a .block{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.btnLink02{
	margin-top: 30px;
	text-align: center;
}
.btnLink02 a{
	position: relative;
	display: table;
	width: 328px;
	height: 60px;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #a6a6a6;
	padding: 10px 50px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-size: 20px;
	font-size: 2.0rem;
	color: #4f4f4f;
}
.btnLink02 a::after{
	position: absolute;
	top: 50%;
	right: 25px;
	height: 18px;
	width: 18px;
	margin-top: -9px;
	background: url("/insurance/epos-ssi/img/life-support_ic03.png") no-repeat 0 0;
	content: "";
}
.btnLink02.blank a::after{
	position: absolute;
	top: 50%;
	right: 17px;
	height: 13px;
	width: 16px;
	margin-top: -7px;
	background: url("/insurance/epos-ssi/img/life-support_ic08.png") no-repeat 0 0;
	content: "";
}
.btnLink02 a.open::after{
	background: url("/insurance/epos-ssi/img/life-support_ic04.png") no-repeat 0 0;
	content: "";
}
.btnLink02 a:hover{
	opacity: 0.7;
}
.btnLink02 a:hover::after{
	border-top-color: #44a1b1;
	content: "";
}
.btnLink02 a .block{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.btnLink03{
	text-align: center;
}
.btnLink03 a{
	position: relative;
	display: block;
	width: 880px;
	height: auto;
	margin: 0 auto;
	border-radius: 15px;
	border: 2px solid #d0352c;
	padding: 8px 50px 10px;
	background-color: #d0352c;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	vertical-align: middle;
}
.btnLink03 a:hover{
	border: 2px solid #d0352c;
	background-color: #fff;
	color: #d0352c;
}
.btnLink03 a .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnLink03 a .icon{
	display: inline-block;
}
.btnLink03 a .icon > img{
	vertical-align: middle;
}
.btnLink03 a .block{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.btnLink03 a .small{
	display: block;
	font-size: 1.6rem;
}



/* ====================================
 *
 * other Parts
 *
 * ====================================*/
.imgBox01{
	margin-top: 30px;
	text-align: center;
}
.imgBox02{
	margin-top: 28px;
	text-align: center;
}

.toggleTrigger {
	cursor: pointer;
}
.telArea{
	margin-top: 18px;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}
.telArea .telText{
	margin: 10px 0;
	font-weight: 700;
	font-size: 40px;
	font-size: 4.0rem;
}
.life-supportFootLink {
	max-width: 1200px;
	margin: 25px auto 0;
	padding: 0 30px;
	text-align: center;
}
.life-supportFootLink li {
	display: inline-block;
}
.plan-tabBox01{
	width: 600px;
	margin: 30px auto 0;
}
.plan-tabLayout01 {
	
}
.plan-tabLayout01 > li{
	float: left;
	width: calc((100% - 9px)/2);
	margin-right: 9px;
}
.plan-tabLayout01.tab2 > li{
	float: left;
	width: 100%;
	margin-right: 9px;
}
.plan-tabLayout01 > li:last-of-type{
	margin-right: 0;
}
.plan-tabLayout01 > li > a{
	display: block;
	border-radius: 10px 10px 0 0;
	margin-top: 10px;
	padding: 10px 10px 20px;
	background-color: #e0c3af;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #4f4f4f;
}
.plan-tabLayout01 > li:first-of-type > a{
	background-color: #efd6c5;
}
.plan-tabLayout01 > li:nth-of-type(3) > a{
	background-color: #cd9f7f;
}
.plan-tabLayout01 > li > a strong{
	font-size: 22px;
	font-size: 2.2rem;
}
.plan-tabLayout01 > li > a strong .num{
	font-weight: 700;
	font-size: 44px;
	font-size: 4.4rem;
}
.plan-tabLayout01 > li.active > a{
	position: relative;
	margin-top: 1px;
	padding: 20px 0 7px;
	z-index: 3;
	font-size: 22px;
	font-size: 2.2rem;
}
.plan-tabLayout01 > li.active > a::before{
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -7px;
	border-top: 12px solid #ffffff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	content: '';
}
.plan-tabContents01{
	position: relative;
	margin: -13px -3px 0;
	border-radius: 20px;
	border: 3px solid #fff;
	padding: 10px;
	background-color: #e0c3af;
	z-index: 2;
}
.plan-tabContents01:first-of-type{
	border-top-left-radius: 0;
	background-color: #efd6c5;
}
.plan-tabContents01:nth-of-type(2){
	border-top-right-radius: 0;
}
.plan-tabContents01:nth-of-type(3){
	background-color: #cd9f7f;
}
/*.plan-tabContents01:last-of-type{
	border-top-right-radius: 0;
}*/
.plan-tabContents01 > .inner{
	position: relative;
	border-radius: 18px;
	padding: 35px 15px;
	background-color: #fff;
}
.orderList01 {
	margin-top: 15px;
}
.orderList01 > li {
	position: relative;
	padding-left: 30px;
}
.orderList01 > li .mark {
	position: absolute;
	top: 0;
	left: -12px;
}
.orderList02 > li {
	position: relative;
	padding-left: 20px;
}
.orderList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}

/* slick-theme
 --------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	border-top: 3px solid #44a1b1;
	border-right: 3px solid #44a1b1;
	outline: none;
	background: transparent;
	z-index: 5;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
}
.slick-prev {
	left: 50%;
	margin-left: -320px;
	transform: translateY(-50%) rotateZ(-135deg);
}
.slick-next {
	right: 50%;
	margin-right: -320px;
	transform: translateY(-50%) rotateZ(45deg);
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 65px;
}
.slick-dots {
	display: block;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button:not([id^="slick-slide-control"]) {
	display: none;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 19px;
	height: 19px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: .75;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	content: '';
	text-align: center;
	background: #7f7f7f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background: #44a1b1;
}
.supportCircle {
	width: 152px;
	height: 152px;
	border-radius: 50%;
	background-color: #44a1b1;
	position: absolute;
	margin-top: 8px;
	left: 191px;
}
.mainVisual .supportCircle .supportTxt {
	font-size: 2.2rem!important;
	color: #fff;
	margin: 40px 5px 5px;
}
/* sliderWrap
 --------------------------------*/
.sliderWrap {
	margin: 50px calc(((100vw - 100% - 230px) / 2) * -1) 0;
}
@media print, screen and (max-width: 1430px) and (min-width: 751px) {
.sliderWrap{
		margin-right: 0;
		margin-left: 0;
		padding-right: 0px;
		padding-left: 0px;
	}
}
.sliderHeading {
	margin-bottom: 14px;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 29px;
	font-size: 2.9rem;
	color: #44a1b1;
}
.sliderHeading > img{
	display: inline-block;
	margin-right: 8px;
}
.sliderLayout01 .sliderItem{
	width: 372px;
	margin: 0 80px;
}
.sliderLayout01 .sliderItem .caption{
	margin-top: 26px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem;
	color: #44a1b1;
}
.sliderLayout01 .sliderItem .caption .num{
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 15px;
	border-radius: 50%;
	padding: 5px;
	background-color: #44a1b1;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1;
	color: #ffffff;
}
.sliderLayout01 .slick-prev,
.sliderLayout01 .slick-next {
	top: 270px;
}
.sliderLayout01::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc((100% - 540px)/2);
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 3;
}
.sliderLayout01::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: calc((100% - 540px)/2);
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 3;
}
.bg-color01 .sliderLayout01::before ,
.bg-color01 .sliderLayout01::after {
	background-color: #f7f5f4;
}






@media only screen and (max-width: 750px) {
.supportStrong {
	font-size: 1.9rem;
}
body {
	width: 100%;
	font-family: 'Noto Sans CJK JP';
	font-size: 13px;
	font-size: 1.3rem;
	color: #4f4f4f;
}
#main{
	overflow-x: hidden;
	overflow-y: visible;
}
#footer {
	max-width: none;
	width: 100%;
	margin: 0 auto;
}
#footer #siteIdentity {
	margin: 0 auto;
	text-align: center;
}
#footer #siteIdentity .corporateLogo {
	display: block;
	width: auto;
	margin-top: 0 !important;
	line-height: 1.0;
}
#footer #siteIdentity .corporateLogo > img{
	width: 145px;
}
#footer #siteIdentity .copyright {
	display: block;
	margin: 10px 0 0 !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
#footer #pagetop{
	bottom: 90px;
	z-index: 100;
}

#floatingWrap01 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 1px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
	z-index: 9999;
}
#floatingWrap01 .floatingInner{
	width: 100%;
	margin: 0 auto;
}
#floatingWrap01 .commonFloating{
	padding: 10px 10px 10px 63px;
	
}
#spNavSwitch{
	top: inherit;
	bottom: 4px;
	right: inherit;
	left: 0;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 0;
	z-index: 10000;
	box-shadow:none;
}
#spNavSwitch a{
	padding-top: 30px;
	color: #666666;
}
#spNavSwitch.open > a {
	padding-top: 24px;
}
#spNavSwitch a::before{
	display: block;
	content: "";
	position: absolute;
	top: 6px;
	left: 13px;
	width: 24px;
	height: 22px;
	background: url(/insurance/common/images/header_ic10.png) 0 0 no-repeat;
	background-size: 58px auto;
}
#spNavSwitch.open a::before{
	top: 6px !important;
	left: 13px !important;
	width: 24px !important;
	height: 22px !important;
	background-position: -32px 0 !important;
	background-size: 58px auto !important;
}
#spNavSwitch.open{
	z-index: 10000;
}
#header {
	top: 12px !important;
	height: 85%;
}
#subHeader{
	border-bottom: 2px solid #efd6c5;
	padding: 6px 10px 10px;
}
#subHeader > .inner{
	width: 100%;
	margin: 0 auto;
}
#subHeader .logo{
	float: left;
	margin: 0 !important;
	padding: 0;
}
#subHeader .logo > img{
	width: 61px;
}
#subHeader .link a{
	float: right;
	display: inline-block;
	width: 140px;
	border-radius: 5px;
	border: 1px solid #a6a6a6;
	padding: 10px 6px 7px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-size: 1.0rem;
	color: #4f4f4f;
}
#subHeader .link > a span{
	display: inline-block;
	padding: 2px 0 5px 26px;
	background: url("/insurance/epos-ssi/img/life-support_ic01.png") no-repeat 0 0;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

.mainVisual{
	width: 100%;
	margin: 0 auto 0;
	padding: 22px 0 20px;
	text-align: center;
	color: #44a1b1;
}
.mainVisual .mainVisualInner {
	width: auto;
	padding: 0 10px;
}
.mainVisual p{
	font-weight: 500;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.mainVisual .supportFrameWrap {
	background-color: #fff;
	border: 1px solid #d0372c;
	border-radius: 16.5px;
	display: inline-block;
	padding: 3px 28px 4px;
}
.mainVisual .supportFrameWrap p.supportFrame {
	font-size: 1.2rem !important;
}
.mainVisual .mainVisualSubText {
	margin-top: 15px;
}
.mainVisual .mainVisualPontWrap {
	display: block;
	justify-content: center;
	margin-top: 20px;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem {
	display: flex;
	align-items: center;
	width: auto;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem .mainVisualPontHead {
	margin-right: 4px;
	flex-shrink: 0;
	width: 53px;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem:nth-child(n+2) {
	padding-left: 0;
	margin-top: 15px;
}
.mainVisual .mainVisualPontWrap .mainVisualPontItem .mainVisualPontBody .mainVisualPontText {
	font-size: 1.5rem!important;
	text-align: left;
}
.mainVisual h1{
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
}
.mainVisual h1 strong{
	font-weight: 900;
	font-size: 25px;
	font-size: 2.5rem;
}
.mainVisual figure{
	margin-top: 15px;
}
.mainVisual figure > img{
	width: 160px;
	margin-left: 75px;
}
.mainVisual figure .mainVisuaIcImg {
	margin-left: 65px;
}
.mainVisual .mainVisualBtn {
	margin-top: 25px;
}
.mainVisual .mainVisualBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	box-shadow: 0 1.5px 0 0 #b68784;
	background: linear-gradient(to top, #edafab 0%,#f6d7d5 100%);
	font-size: 1.4rem;
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
	border-radius: 7.5px;
	min-height: auto;
	padding: 10px 32px 12px;
	text-align: center;
}
.mainVisual .mainVisualBtn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url("/insurance/epos-ssi/img/life-support_ic09.png") no-repeat 0 0 / contain;
}
.mainVisual .mainVisualBtn a .flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-flow: wrap;
}
.mainVisual .mainVisualBtn a:hover {
	transform: translateY(0);
	box-shadow: 0 1.5px 0 0 #b68784;
	background: linear-gradient(to top, #edafab 0%,#f6d7d5 100%);
}
.mainVisual .mainVisualBtn a .small {
	font-size: 1.2rem;
}
.mainVisual .mainVisualBtn a .supportStrong {
	line-height: 1.0;
}
.mainVisual .mainVisualBanner {
	margin-top: 20px;
	text-align: center;
}
.mainVisual .mainVisualBanner a:hover {
	opacity: 1;
}
.nav_anchor{
	width: 100%;
	margin: 0 auto -43px;
	padding: 0 10px;
}
.nav_anchor > .nav_anchor_inner{
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list{
	float: left;
	width: calc((100% - 22px)/3);
	margin-right: 11px;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list:nth-child(3n){
	margin-right: 0;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a{
	position: relative;
	top: 0;
	display: block;
	border-radius: 5px;
	border: 2px solid #44a1b1;
	padding: 12px 5px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.1;
	color: inherit;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	z-index: 2;
	transition: top .2s ease-out;
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a::before{
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	border-radius: 0 0 3px 0;
	background-color: #44a1b1;
	transform: rotateZ(45deg);
	box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.1);
	z-index: 1;
	content: "";
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a::after{
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	border-radius: 0 0 2px 0;
	background: #fff url("/insurance/epos-ssi/img/life-support_ic02.png") no-repeat 45% 45%;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	transform: rotateZ(45deg);
	z-index: 3;
	content: "";
}
.nav_anchor > .nav_anchor_inner > .nav_anchor_list a:hover{
	top: 0;
}


/* ====================================
 *
 * contents Parts
 *
 * ====================================*/
	.isPc{display: none;}
	.pcOnly{display: none;}
	.sp_aL{text-align: left !important;}
	.sp_aC{text-align: center !important;}
	.sp_aR{text-align: right !important;}

/* text
 --------------------------------*/


/* section
 --------------------------------*/
.section01{
	padding: 40px 0 50px;
}
.section01 + .section01:not(.bg-color01) {
	padding: 10px 0 50px;
}
.nav_anchor + .section01{
	padding: 65px 0 50px;
}
.section01.bg-color01{
	background-color: #f7f5f4;
}
.section01 > .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

/* heading
 --------------------------------*/
.heading01{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #44a1b1;
}


/* boxLayout
 --------------------------------*/
.boxLayout01{
	max-width: 900px;
	margin: 23px auto 0;
	border-radius: 15px;
	padding: 16px 10px 23px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	font-size: 13px;
	font-size: 1.3rem;
}
.boxLayout01 .boxhead{
	margin-bottom: 25px;
	padding-left: 30px;
	text-indent: -30px;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.7rem;
}
.boxLayout01 .boxhead > .num{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 2px;
	background-color: #44a1b1;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-indent: 0;
}
.boxLayout02{
	max-width: 327px;
	width: 100%;
	margin: 25px auto 0;
	border-radius: 10px;
	padding: 12px 10px 13px;
	background-color: #fff;
}
.boxLayout02 .boxhead{
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
}
.boxLayout02 .boxhead::before,
.boxLayout02 .boxhead::after{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 1px;
	height: 11px;
	background-color: #44a1b1;
	vertical-align: baseline;
	content: '';
}
.boxLayout02 .boxhead::before{
	margin-right: 8px;
	transform: rotateZ(-30deg);
}
.boxLayout02 .boxhead::after{
	margin-left: 8px;
	transform: rotateZ(30deg);
}
.boxLayout02 .desc{
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
.boxLayout02 .desc > img{
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	margin-right: 15px;
}
.boxLayout03{
	border-radius: 10px;
	border: 1px solid #c1875f;
	padding: 20px;
}
.boxLayout03 .boxhead{
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}
.boxLayout04{
	margin-top: 25px;
	border-radius: 10px;
	padding: 16px 16px;
	background: #ececec;
}
.boxLayout04 > *:not(.mt-inherit):first-child{
	margin-top: 0;
}
.blockLayout{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.qaLayout{
	margin-top: 30px;
}
.qaBox01{
	max-width: 900px;
	margin: 15px auto 0;
	border-radius: 10px;
	padding: 15px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.qaBox01 .question{
	padding-left: 30px;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	background: url("/insurance/epos-ssi/img/life-support_ic05.png") no-repeat 0 0;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.qaBox01 .question.toggleTrigger{
	position: relative;
	padding-right: 25px;
}
.qaBox01 .question.toggleTrigger::after{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("/insurance/epos-ssi/img/life-support_ic07.png") no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: '';
}
.qaBox01 .question.toggleTrigger.open::after{
	transform: rotateZ(180deg);
}
.qaBox01 .answer{
	margin: 16px 0 0;
	padding: 2px 0 2px 30px;
	background: url("/insurance/epos-ssi/img/life-support_ic06.png") no-repeat 0 0;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}


/* colLayout
 --------------------------------*/
.colLayout01{ 
	margin-top: 30px;
}
.colLayout01.col2 > .col{
	float: none;
	width: 100%;
	margin-right: 0;
}
.colLayout01.col2 > .col:nth-child(2n){
	margin-right: 0;
}
.colLayout01.col2 > .col + .col,
.colLayout01.col2 > .col:nth-child(n+3){
	margin-top: 20px;
}

.colLayout02{ 
	margin: 20px auto 0;
	max-width: 440px;
	width: 100%;
}
.colLayout02 > .col{
	float: left;
	width: 50%;
	padding: 0 5px;
}
.colLayout02 > .col .head{
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.colLayout02 > .col figure{
	margin-top: 14px;
	font-weight: 500;
	text-align: center; 
}
.colLayout02 > .col figure img{
	width: 44px;
}
.colLayout02 > .col .desc{
	margin-top: 10px;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
.colLayout02 > .col .desc > sup{
	top: -0.8em;
	font-size: 0.5em;
}
.colLayout02 > .col .note{
	font-weight: 700;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
}

/* tableLayout 
 --------------------------------*/
.plan-tableLayout01{
	width: 100%;
	margin-top: 10px;
}
.w33per{
	width: 33%;
}
.plan-tableLayout01 tr th,
.plan-tableLayout01 tr td{
	border: 1px solid #fff;
	border-top: solid 2px rgba(79, 79, 79, 0.5);
	padding: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.plan-tableLayout01 tr th.color01{
	background-color: #d6d6d6;
}
.plan-tableLayout01 tr th.color02{
	background-color: #a1d0d8;
}
.plan-tableLayout01 tr th.color03{
	background-color: #e79a95;
}
.plan-tableLayout01 tr td.color01{
	background-color: #efeeee;
}
.plan-tableLayout01 tr td.color02{
	background-color: #daecef;
}
.plan-tableLayout01 tr td.color03{
	background-color: #f6d7d5;
}
.plan-tableLayout01 thead tr:first-child th,
.plan-tableLayout01 thead tr:first-child td{
	border-top: none;
}
.supportTable{
	width: 100%;
	border-top: solid 1px #44a1b1;
	border-left: solid 1px #44a1b1;
}
.supportTable .w50p{ width: 50%; }
.supportTable th,
.supportTable td{
	padding: 5px 3px 3px;
	background: #ffffff;
	border-bottom: solid 1px #44a1b1;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.supportTable thead th{
	color: #ffffff;
	background: #44a1b1;
	border-right: solid 1px #ffffff;
}
.supportTable thead th:last-child{
	border-right: solid 1px #44a1b1;
}
.supportTable th{
	background: #f7fcfc;
	border-right: solid 1px #97cccc;
}
.supportTable td{
	border-right: solid 1px #97cccc;
}
.supportTable td:last-child{
	border-right: solid 1px #44a1b1;
}
.supportTable th a[target="_blank"]{
	padding-right: 15px;
	background: url(/insurance/common/images/header_ic05.png) no-repeat 100% 50%;
	text-decoration: none;
}

/* btnLink 
 --------------------------------*/
[class*="btnLink01"]{
	margin-top: 20px;
	text-align: center;
}
[class*="btnLink01"] a{
	position: relative;
	display: table;
	width: 220px;
	height: 50px;
	margin: 0 auto;
	border-radius: 5px;
	padding: 10px 25px 10px 10px;
	background-color: #44a1b1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
}
[class*="btnLink01"] a:hover{
	border: none;
	background-color: #44a1b1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	color: #fff;
}
.btnLink01--link a{
	padding-right: 20px;
}
.btnLink01--link a::after{
	position: absolute;
	top: 50%;
	right: 10px;
	height: 0;
	width: 0;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #fff;
	content: "";
}
.btnLink01--link a:hover::after{
	border-left-color: #fff;
	content: "";
}
.btnLink01--anc a::after{
	position: absolute;
	top: 50%;
	right: 10px;
	height: 0;
	width: 0;
	margin-top: -4px;
	border-top: 7px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
}
.btnLink01--anc a:hover::after{
	border-top-color: #fff;
	content: "";
}
[class*="btnLink01"] a .block{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.btnLink02{
	margin-top: 30px;
	text-align: center;
}
.btnLink02 a{
	position: relative;
	display: table;
	min-width: 164px;
	width: auto;
	height: 38px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #a6a6a6;
	padding: 10px 25px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #4f4f4f;
}
.btnLink02 a::after{
	position: absolute;
	top: 50%;
	right: 9px;
	height: 9px;
	width: 9px;
	margin-top: -4px;
	background: url("/insurance/epos-ssi/img/life-support_ic03.png") no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
}
.btnLink02 a.open::after{
	background: url("/insurance/epos-ssi/img/life-support_ic04.png") no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
}
.btnLink02.blank a::after{
	position: absolute;
	top: 50%;
	right: 6px;
	height: 12px;
	width: 14px;
	margin-top: -6px;
	background: url("/insurance/epos-ssi/img/life-support_ic08.png") no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
}
.btnLink02 a:hover{
	opacity: 0.7;
}
.btnLink02 a:hover::after{
	border-top-color: #44a1b1;
	content: "";
}
.btnLink02 a .block{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.btnLink03{
	text-align: center;
}
.btnLink03 a{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #d0352c;
	padding: 2px 5px 4px;
	background-color: #d0352c;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}
.btnLink03 a:hover{
	border: 2px solid #d0352c;
	background-color: #fff;
	color: #d0352c;
}
.btnLink03 a .icon > img{
	max-width: 120px;
}
.btnLink03 a .block{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5px;
}
.btnLink03 a .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnLink03 a .small{
	display: block;
	font-size: 1.2rem;
}


/* ====================================
 *
 * other Parts
 *
 * ====================================*/
.imgBox01{
	margin-top: 24px;
	padding: 0 10px;
	text-align: center;
}
.imgBox02{
	margin-top: 28px;
	text-align: center;
}

.toggleTrigger {
	cursor: pointer;
}
.telArea{
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.telArea .telText{
	margin: 10px 0;
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
}
.life-supportFootLink {
	max-width: 100%;
	margin: 16px auto 0;
	padding: 0;
	text-align: center;
}
.life-supportFootLink li {
	display: inline-block;
}
.plan-tabBox01{
	width: 100%;
	margin: 30px auto 0;
}
.plan-tabLayout01 {
	
}
.plan-tabLayout01 > li{
	float: left;
	width: calc((100% - 5px)/2);
	margin-right: 5px;
}
.plan-tabLayout01.tab2  > li{
	float: left;
	width: 100%;
	margin-right: 5px;
}
.plan-tabLayout01 > li:last-of-type{
	margin-right: 0;
}
.plan-tabLayout01 > li > a{
	display: block;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
	padding: 10px 5px 20px;
	background-color: #e0c3af;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
	color: #4f4f4f;
}
.plan-tabLayout01 > li:first-of-type > a{
	background-color: #efd6c5;
}
.plan-tabLayout01 > li:nth-of-type(3) > a{
	background-color: #cd9f7f;
}
.plan-tabLayout01 > li > a strong{
	font-size: 13px;
	font-size: 1.3rem;
}
.plan-tabLayout01 > li > a strong .num{
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
}
.plan-tabLayout01 > li.active > a{
	position: relative;
	margin-top: 0;
	padding: 20px 0 11px;
	z-index: 3;
	font-size: 13px;
	font-size: 1.3rem;
}
.plan-tabLayout01 > li.active > a::before{
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -3px;
	border-top: 6px solid #ffffff;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	content: '';
}
.plan-tabContents01{
	position: relative;
	margin: -8px -3px 0;
	border: 3px solid #fff;
	padding: 5px;
	background-color: #e0c3af;
	z-index: 2;
}
.plan-tabContents01:first-of-type{
	border-top-left-radius: 0;
	background-color: #efd6c5;
}
.plan-tabContents01:nth-of-type(3){
	background-color: #cd9f7f;
}
/*.plan-tabContents01:last-of-type{
	border-top-right-radius: 0;
}*/
.plan-tabContents01 > .inner{
	position: relative;
	border-radius: 9px;
	padding: 10px 10px 18px;
	background-color: #fff;
}
.orderList01 {
	margin-top: 15px;
}
.orderList01 > li {
	position: relative;
	padding-left: 18px;
}
.orderList01 > li .mark {
	position: absolute;
	top: 0;
	left: -12px;
}
.orderList02 > li {
	position: relative;
	padding-left: 15px;
}
.orderList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
	/*appliDL*/
	.appliDL-lead01{
		font-size: 18px;
		font-weight: bold;
		padding: 35px 0 0;
	}
	.appliDL {
		background-color: #fff;
		border-radius: 14px;
		padding: 10px 40px;
		margin: 10px 0 12px;
	}
	.appliDLCol2.is_pc .col .qrScan{
		margin-top: 5px;
	}
	.appliDL-note.noteList01{
		text-align: left;
		font-size: 11px;
	}
	.appliDL-note.noteList01 > li {
		position: relative;
		padding-left: 1.2em;
	}
	.appliDL-note.noteList01 > li > .ast {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
/* slick-theme
 --------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	transform: translateY(0);
	cursor: pointer;
	color: transparent;
	border: none;
	border-top: 2px solid #44a1b1;
	border-right: 2px solid #44a1b1;
	outline: none;
	background: transparent;
	z-index: 5;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
}
.slick-prev {
	left: 12px;
	margin-left: 0;
	transform: translateY(0) rotateZ(-135deg);
}
.slick-next {
	right: 12px;
	margin-right: 0;
	transform: translateY(0) rotateZ(45deg);
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	display: block;
	width: 100%;
	margin: 9px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button:not([id^="slick-slide-control"]) {
	display: none;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: .75;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	content: '';
	text-align: center;
	background: #7f7f7f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background: #44a1b1;
}

/* sliderWrap
 --------------------------------*/
.sliderWrap {
	margin: 15px 0 0;
}
.sliderHeading {
	margin-bottom: 14px;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.7rem;
	color: #44a1b1;
}
.sliderHeading > img{
	display: inline-block;
	height: 25px;
	margin-right: 5px;
}
.sliderLayout01 .sliderItem{
	width: 372px;
	margin: 0 20px;
}
.sliderLayout01 .sliderItem > figure{
	width: 220px;
	margin: 0 auto;
}
.sliderLayout01 .sliderItem .caption{
	margin-top: 13px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	color: #44a1b1;
}
.sliderLayout01 .sliderItem .caption .num{
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 6px;
	border-radius: 50%;
	padding: 3px;
	background-color: #44a1b1;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #ffffff;
}
.sliderLayout01 .slick-prev,
.sliderLayout01 .slick-next {
	top: 40%;
}
.bg-color01 .sliderLayout01::before ,
.bg-color01 .sliderLayout01::after {
	content: none;
}

.case,
.case .case-lead,
.case .case-lead_bold{
	font-size: 13px;
	font-size: 1.3rem;
}
.supportCircle {
	width: 91px;
	height: 91px;
	border-radius: 50%;
	background-color: #44a1b1;
	position: absolute;
	margin-top: 0;
	left: max(calc((100% - 360px) / 2 + 3px), 3px);
}
.mainVisual .supportCircle .supportTxt {
	font-size: 1.3rem!important;
	color: #fff;
	margin: 26px 5px 5px;
}



}
/* Clearfix
------------------------------------------------------ */
.plan-tabLayout01:after ,
.colLayout02:after ,
.colLayout01:after ,
.nav_anchor > .nav_anchor_inner:after ,
#subHeader > .inner:after {
	content: "";
	display: block;
	clear: both;
}
.plan-tabLayout01 ,
.colLayout02 ,
.colLayout01 ,
.nav_anchor > .nav_anchor_inner ,
#subHeader > .inner {
	zoom: 1;
}