@charset "shift-jis";
/**
 * ���ʃ��C�A�E�g
 */
/* ==========================================================================
   wrapper,section
   ========================================================================== */
body {
	min-width: 1050px;
	-webkit-text-size-adjust: 100%;
}
#wrapper.mgB{
	margin-bottom: 80px;
}
#contents{
	padding-top: 118px;
}
#contentsIn,.contsIn{
	width: 1000px;
  margin: 0 auto;
}
.secWrap{
	margin-top: 100px;
}
.secWrapIn{
	margin-top: 60px;
}
.sp-only{
	display: none;
}


@media screen and (max-width: 767px) {
	body {
		min-width: 200px;
	}
	#contents{
		padding-top: 50px;
	}
	#wrapper.mgB{
		margin-bottom: 60px;
	}
	#contentsIn,.contsIn{
		width: 90%;
	}
	#contentsIn{
		min-height: 270px;
	}
	.secWrap{
		margin-top: 50px;
	}
	.secWrapIn{
		margin-top: 40px;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
}
/* ==========================================================================
   icons
   ========================================================================== */

/*----> icon 16px---*/
.iconArrowR:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	transform: rotate(45deg);
}

/*----X icon 16px---*/
.iconX{position: relative;}
.iconX:before,
.iconX:after{
	content: "";
	box-sizing: border-box;
	width: 16px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.iconX:before{transform: rotate(45deg);}
.iconX:after{transform: rotate(-45deg);}

/*---- +- icon 16px---*/
.iconPlus{
	position: relative;
	padding-right: 20px;
}
.iconPlus:before,
.iconPlus:after{
	width: 14px;
	height: 2px;
	content: "";
	display: block;
	background-color: #aaa;
	position: absolute;
	top: 0px;
	right: 0;
}
.iconPlus:after{
	width: 2px;
	height: 14px;
	margin-top: -6px;
	right: 6px;
}
.iconPlus.op:after{display: none;}

/* ==========================================================================
   title
   ========================================================================== */

.bgSilk{
	background: url(/lifecare/common_renew/img/bg_ttl_silk.jpg) no-repeat center center;
	background-size: cover;
	font-size: 28px;
	line-height: 1.2;
	padding: 50px 0;
	text-align: center;
	font-weight: normal;
}
.ttlBtmBdr{
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 55px;
	padding: 0 0 20px 0;
	position: relative;
	text-align: center;
}
.ttlBtmBdr:after{
	content: "";
	width: 60px;
	height: 4px;
	background: #e83928;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.ttlLftBdr{
	font-size: 24px;
	font-weight: bold;
	border-left: 4px solid #e83928;
	margin-bottom: 25px;
	padding-left: 15px;
}
.ttlBdrGray{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.bgSilk{
		font-size: 20px;
		padding: 20px 5%;
		margin-bottom: 30px;
	}
	.ttlBtmBdr{
		font-size: 24px;
		margin-bottom: 30px;
		padding: 0 0 10px 0;
	}
	.ttlLftBdr{
		font-size: 20px;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	.ttlBdrGray{
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   links
   ========================================================================== */
.linkBdr{
	text-decoration: underline;
}
.linkBdr:hover{
	text-decoration: none;
}
.linkBlank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/lifecare/common_renew/img/icon_blank.png) no-repeat;
	background-size: contain;
	margin: 0 0 3px 7px;
	vertical-align: middle;
}
.btnRed{
	font-size: 16px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 160px;
	border-radius: 30px;
	padding: 15px 50px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background: #e83928;
}
.btnRed:hover{
	color: #fff;
	opacity: 0.8;
}
.btnBdrRed{
	font-size: 16px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 160px;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 50px;
	color: #e83928;
	transition: 0.3s ease-in-out;
}
.btnBdrRed:hover{
	background-color: #fdefee;
}
.btnBdrGray{
	font-size: 14px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	color: #333;
	transition: 0.3s ease-in-out;
}
.btnBdrGray:hover{
	color: #333;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.btnRed{
		min-width: 120px;
		padding: 10px 30px;
	}
	.btnBdrRed{
		min-width: 120px;
		padding: 8px 15px;
		border: 1px solid #e83928;
		font-size: 15px;
	}
	
}
/* ==========================================================================
   list
   ========================================================================== */
.indent1{
	text-indent: -1em;
	padding-left: 1em;
}
/* ==========================================================================
   iconLinkList
   ========================================================================== */
.iconLinkList{
	margin-top: 50px;
}
.iconLinkList.clm3{
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.iconLinkList.clm3 .imgBox{
	width: 140px;
	height: 96px;
	margin: auto;
}
.iconLinkList.clm3 .box{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	padding: 40px 30px;
}
.iconLinkList.clm3 .box .ttl{
	font-size: 24px;
	line-height: 1.3;
	margin: 20px 0 15px;
} 
.iconLinkList.clm3 .box .btnBdrRed{
	padding: 8px 20px;
}
@media screen and (max-width: 767px) {
	.iconLinkList{
		margin-top: 30px;
	}
	.iconLinkList.clm3{
		border:0;
		border-left: 1px solid #dddddd;
	}
	.iconLinkList.clm3 .imgBox{
		width: 60%;
		height: auto;
	}
	.iconLinkList.clm3 .box{
		width: 50%;
		padding: 15px 3%;
	}
	.iconLinkList.clm3 .box:nth-child(-n+2){
		border-top: 1px solid #dddddd;
	}
	.iconLinkList.clm3 .box .ttl{
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.iconLinkList.clm3 .box .btnBdrRed{
		padding: 5px 15px;
	}
}

/* ==========================================================================
   parts
   ========================================================================== */

/*---- contactArea ---*/
.contactArea{
	text-align: center;
}
.contactArea img{
	width: 100%;
	height: auto;
	display: block;
}
.contactArea .name{
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.contactArea .notice{
	margin: 7px 0 0;
	font-size: 12px;
}

/*---- accordion ---*/
.accIn{
	display: none;
}

/*---- txt ---*/
.leadTxt{
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.note{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.txtMb{
	margin-bottom: 15px;
}
/*---- img ---*/
.img100,.imgBox img{
	width: 100%;
	height: auto;
	display: block;
}
.imgov img{
	transition: 0.3s ease-in-out;
}
.imgov img:hover{
	opacity: 0.7;
}
/*----- fukidashi -------*/

.fukidashiBox{
	display: table;
	margin-top: 30px;
	width: 100%;
}
.fukidashiBox .ttl,
.fukidashiBox .dtl{
	display: table-cell;
	vertical-align: middle;
}
.fukidashiBox .ttl{
	background-color: #ef7468;
	color: #fff;
	width: 220px;
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
  position: relative;
	font-weight: bold;
	font-size: 18px;
}
.fukidashiBox .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #ef7468;
}
.fukidashiBox .dtl{
	padding: 25px 30px;
	border: 2px solid #fdebe9;
	border-left: 0;
}
/*----- color -------*/
.grayBox{
	background-color: #f7f7f7;
	padding: 30px 30px;
}

/*----- circleList-------*/
.circleList .box{
	float: left;
	width: 300px;
	margin-right:50px;
	text-align: center;
}
.circleList .box:last-child{
	margin-right: 0;
}
.circleList .circle{
	width: 230px;
	height: 230px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #eeeeee;
	font-size: 20px;
	line-height: 1.3;
	color: #e83928;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	padding-top:130px;
	background-repeat: no-repeat;
  background-position: top 45px center;
	background-size: 100px auto;
}
.circleList .dtl{
	text-align: left;
	margin-top: 20px;
}
/*----- serviceExample-------*/
.serviceExample .clm2:not(:last-child){
	margin-bottom: 50px;
}
.serviceExample .clm2 .box:first-child{
	width: 44%;
}
.serviceExample .clm2 .box:last-child{
	width: 56%;
	padding: 45px 80px 0;
	box-sizing: border-box;
	text-align: center;
}
.serviceExample .clm2 .ttl{
	color: #e83928;
	border-bottom: 1px solid #333;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.serviceExample .clm2 .dtl{
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	padding: 0 10px;
}
.serviceExample .clm2 .btnBdrRed{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.leadTxt{
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
	.grayBox{
		padding: 20px 5%;
	}
	
/*----- fukidashiBox-------*/
	.fukidashiBox{
		display: block;
		margin-top: 20px;
	}
	.fukidashiBox .ttl,
	.fukidashiBox .dtl{
		display: block;
	}
	.fukidashiBox .ttl{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.fukidashiBox .dtl{
		padding: 15px 4% 10px;
		border: 2px solid #fdebe9;
		border-top: 0;
	}
	.fukidashiBox .ttl:before {
		top: 100%;
		left: 50%;
		margin:0 0 0 -10px;
		border: 10px solid transparent;
		border-top: 10px solid #ef7468;
	}
/*----- circleList-------*/
	
	.circleList .box{
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		text-align: left;
	}
	.circleList .circle{
		width: 100%;
		height: auto;
		display: block;
		border-radius: 0;
		border: 0;
		font-size: 18px;
		padding: 5px 0 10px 45px;
		background-size: 35px auto;
		background-repeat: no-repeat;
		background-position: left top 4px;
		border-bottom: 1px solid #eee;
	}
	.circleList .dtl{
		margin-top: 10px;
	}
/*----- serviceExample-------*/
	.serviceExample .clm2{
		padding: 20px 20px 40px;
	}
	.serviceExample .clm2:not(:last-child){
		margin-bottom: 20px;
	}
	.serviceExample .clm2 .box:last-child{
		padding: 0;
	}
	.serviceExample .clm2 .ttl{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.serviceExample .clm2 .dtl{
		font-size: 16px;
		line-height: 1.5;
		padding: 0;
	}
	.serviceExample .clm2 .btnBdrRed{
		min-width: 85%;
	}
}
/* ==========================================================================
  column
   ========================================================================== */
/*---------2�J����----------*/
.clm2 .box{
	float: left;
}
.clm2 .box:nth-child(2n){
	float: right;
}
.clm2.fig40 .imgBox{width: 40%;} 
.clm2.fig40 .txtBox{width: 57%;} 
/*---------4�J����(�X�}�z��2�J����)----------*/
.clm4Sp2 .box{
	float: left;
	width: 227px;
	margin-right: 30px;
	box-sizing: border-box;
}
.clm4Sp2 .box:last-child{
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	/*---------2�J����----------*/
	.clm2 .box,
	.clm2 .box:nth-child(2n){
		float: none;
		width: 100%!important;
		margin-bottom: 15px;
	}
	.clm2 .box:last-child{
		margin-bottom: 0;
	}
	/*---------4�J����(�X�}�z��2�J����)----------*/
	.clm4Sp2 .box{
		width: 48%;
		margin: 4% 4% 0 0;
	}
	.clm4Sp2 .box:nth-child(-n+2){
		margin-top: 0;
	}
	.clm4Sp2 .box:nth-child(2n){
		margin-right: 0;
	}
}




/* ==========================================================================
   pankuzu
   ========================================================================== */
#bread{
	padding: 6px 0;
	background-color: #f9f9f9;
	margin: 0 auto 50px;
	font-size: 13px;
}
#bread .breadList{
	width: 1000px;
	margin: auto;
}
#bread li{
	display: inline-block;
}
#bread li .linkBdr{
	margin-right: 5px;
	font-size: 13px;
}
#bread li .linkBdr:after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(45deg);
	margin: 0 0 0 5px;
}
#bread li .current{
	cursor:default;
	color: #333;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	#bread{
		display: none;
	}
}
/* ==========================================================================
   header
   ========================================================================== */
#header {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
#header img{
	width: 100%;
	height: auto;
	display: block;
}
#header .spNavBox{
	display: none;
}
/*----logoArea----*/
#header .infoWrap{
	width: 1000px;
	padding-top: 10px;
	margin: 0 auto 10px;
}
#header .logoBox{
	float: right;
	width: 135px;
	margin: 0 0 0 10px;
	transition: 0.3s ease-in-out;
}
#header .logoDuskin{
	float: left;
	width: 135px;
	transition: 0.3s ease-in-out;
}
#header .logoBox a,
#header .logoDuskin a,
#header .contactBox .cvBtn{
	display: block;
	transition: 0.3s ease-in-out;
}
#header .logoDuskin a{
	width: 135px;
}
#header .logoBox a:hover,
#header .logoDuskin a:hover,
#header .contactBox .cvBtn:hover{
	opacity: 0.7;
}
#header .contactBox{
	float: right;
}
#header .contactBox .cvBtn{
	padding:14px 15px 14px 50px;
	line-height: 1;
	color: #fff;
	background: #e83928 url(/lifecare/common_renew/img/icon_contact.png) no-repeat left 15px center;
	background-size: 25px;
	font-size: 16px;
}
#header .infoWrap .contactArea{
	float: right;
	width: 380px;
	margin: 5px 15px 0 0;
	display: table;
}
#header .infoWrap .contactArea .imgBox{
	width: 190px;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 3px;
}
#header .infoWrap .contactArea .txtBox{
	width: 180px;
	padding-left: 14px;
	display: table-cell;
	vertical-align: middle;
}
#header .infoWrap .contactArea .txtBox p{
	text-align: left;
	margin:0;
	font-size: 13px;
	line-height: 1.4;
}
/*----gnavLinks----*/
#header .gnavBox{
	font-size: 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
#header .gnavBox .gnavIn{
	width: 1000px;
	margin: auto;
}
#header .gnavBox .gnavLinks{
	width: 17%;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	padding: 16px 0 12px 0;
	box-sizing: border-box;
	border-bottom: 3px solid transparent;
	float:left;
	text-align: center;
	position: relative;
	transition: 0.3s ease-in-out;
}
#header .gnavBox .gnavLinks:first-child{
	width: 15%;
}
#header .gnavBox .gnavLinks:before,
#header .gnavBox .gnavLinks:last-child:after{
	content: "";
	width: 1px;
	height: 28px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 14px;
	transition: 0.3s ease-in-out;
}
#header .gnavBox .gnavLinks:last-child:after{
	left: auto;
	right: 0;
}
#header .gnavBox .gnavLinks.active,
#header .gnavBox .gnavLinks:hover{
	border-bottom: 3px solid #e83928;
}
/*---�O���[��----*/
.head2 #header{
	border:0;
}
.head2 #header .gnavBox{
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
.head2 #header .gnavBox .gnavLinks{
	background-color: #eee;
	border-left: 1px solid #fff;
}
.head2 #header .gnavBox .gnavLinks:first-child{
	border-bottom: 3px solid #e83928;
}
.head2.noTop #header .gnavBox .gnavLinks:first-child{
	border-bottom: 3px solid transparent;
}
.head2 #header .gnavBox .gnavLinks:last-child{
	background-color: #eee;
	border-right: 1px solid #fff;
}
.head2 #header .gnavBox .gnavLinks:before,
.head2 #header .gnavBox .gnavLinks:last-child:after{
	display: none;
}
/*---for smaller headding----*/
#header.fixed .infoWrap{
	margin: 0 auto 8px;
	padding-top: 8px;
}
#header.fixed .logoBox{
	width: 88px;
	margin: 3px 0 0 20px;
}
#header.fixed .logoDuskin{
	width: 88px;
	margin: 3px 0 0 20px;
}
#header.fixed .logoDuskin a{
	width: 88px;
}
#header.fixed .contactBox .cvBtn{
	padding:9px 10px 9px 40px;
	font-size: 14px;
	background: #e83928 url(/lifecare/common_renew/img/icon_contact.png) no-repeat left 10px center;
	background-size: 20px;
}
#header.fixed .infoWrap .contactArea{
	width: 330px;
	margin: 0 10px 0 0;
}
#header.fixed .infoWrap .contactArea .imgBox{
	width: 155px;
}
#header.fixed .infoWrap .contactArea .txtBox{
	width: 165px;
	padding-left: 10px;
}
#header.fixed .infoWrap .contactArea .txtBox p{
	font-size: 12px;
	line-height: 1.3;
}
#header.fixed .gnavBox .gnavLinks{
	padding: 10px 0 6px 0;
}
#header.fixed .gnavBox .gnavLinks:before,
#header.fixed .gnavBox .gnavLinks:last-child:after{
	height: 22px;
	top: 10px;
}
@media screen and (max-width: 767px) {
	#header {
		min-width: 300px;
	}
	#header .headerIn{
		width: 100%;
	}
	#header .gnavBox{
		display: none;
	}
	#header .infoWrap,
	#header.fixed .infoWrap{
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#header .logoBox,
	#header.fixed .logoBox{
		width: 110px;
		text-align: center;
		position: absolute;
		right: 8px;
		top: 8px;
		transition: 0s;
    margin: 0;
		float: right;
	}
	#header .contactBox,
	#header .infoWrap .contactArea{
		display: none;
	}
	#header .infoWrap .logoDuskin{
		width: 110px;
		height: 33px;
		margin: auto;
		padding: 9px 0 8px;
		float: none;
		transition: 0s;
	}
	#header .infoWrap .logoDuskin a{
		width: 110px;
	}
	#header .contactBox .cvBtn,
	#header.fixed .contactBox .cvBtn{
		padding:30px 2px 9px;
		font-size: 11px;
		line-height: 1;
		background: #e83928 url(/lifecare/common_renew/img/icon_contact.png) no-repeat top 10px center;
		background-size: 20px;
		transition: 0s;
	}
	/*----sp gnav----*/
	#header #spNavBtn{
		position: absolute;
		width: 33px;
		height: 40px;
		top: 8px;
		left: 10px;
		text-align: center;
		z-index: 999;
	}
	.navOpen #header #spNavBtn{
		display: none!important;
	}
	#header #spNavBtn .txt{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 10px;
	}
	#header #spNavBtn .line,
	#header #spNavBtn:before,
	#header #spNavBtn:after{
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #aaa;
		border-radius: 4px;
	}
	#header #spNavBtn:before {top: 0;}
	#header #spNavBtn .line {top: 10px;}
	#header #spNavBtn:after {top: 20px;}
	
	#header #spNavIn{
    width: calc(100% - 50px);
    background: #fff;
		text-align: left;
		opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
		bottom: 0;
    right: calc(-100% + 50px);
    z-index: 9999;
		transition: all 0.4s ease;
    pointer-events: none;
	}
	#spNavIn .contactArea{
		width: 90%;
		margin: 20px auto 0;
	}
	#spNavIn .formBox{
		display: block;
		width: 90%;
		margin: 15px auto;
		border-bottom: 1px solid #aaa;
	}
	#spNavIn .formBox input[type="text"]{
		font-size: 16px;
		border: 0;
		padding: 8px 10px 8px;
	}
	#spNavIn .accBtn{
		font-size: 16px;
		display: block;
		padding: 10px 40px 10px 15px;
		font-weight: bold;
		position: relative;
		border-bottom: 1px solid #eee;
		color: #333;
	}
	#spNavIn .iconPlus:before,
	#spNavIn .iconPlus:after{
		top: 20px;
	}
	#spNavIn .iconPlus:before{
		right: 10px;;
		background-color: #e83928;
	}
	#spNavIn .iconPlus:after{
		right: 16px;
		background-color: #e83928;
	}
	#spNavIn .iconPlus.op:after{display: none;}
	#spNavIn .noAcc .gnavLinks{
		font-weight: bold;
		font-size: 16px;
		background-color: #fff;
	}
	#spNavIn .fb .gnavLinks{
		padding-left: 42px;
		background: url(/lifecare/common_renew/img/icon_fb.png) no-repeat left 14px center;
		background-size: 22px;
	}
	#spNavIn .gnavLinks{
		display: block;
		position: relative;
		padding: 10px 20px 10px 15px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
		background-color: #f7f7f7;
	}
	#spNavIn .gnavLinks:after{
		position: absolute;
		right: 16px;
		top: 18px;
    border-top: 2px solid #e83928;
    border-right: 2px solid #e83928;
	}
	#spNavIn .linkBlank:after{
		position: absolute;
		right: 12px;
		top: 15px;
		border: 0;
	}
	/*----nav slide open----*/
	.navOpen {
		left: 0;
		overflow: hidden;
		position: fixed;
	}
	.navOpen #header .navBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9;
		transition: all 0.4s ease;
		opacity: 0.5;
		pointer-events:all;
		cursor: pointer;
	}
	.navOpen #header #spNavIn{
		right: 0;
		opacity: 1;
		pointer-events: auto;
		transition: right 0.4s ease;
	}
	#header .contactBtn .btnRed{
		display: block;
		text-align: center;
		width:90%;
		margin: 15px auto 0;
		border-radius: 0;
		position: relative;
	}
	#header .contactBtn .btnRed:before {
		content: "";
		position: absolute;
		width: 25px;
    height: 18px;
    background-image: url(/lifecare/common_renew/img/icon_contact.png);
		background-size: contain;
		background-repeat: no-repeat;
    top: 13px;
    left: 20px;
	}
	.navClose{
    width: 40px;
		cursor: pointer;
    position: absolute;
		top: 25px;
		left: 5px;
		z-index: 99999;
	}
	.navClose:before,
	.navClose:after{
		position: absolute;
		top: 0;
		left: 0;
    width: 100%;
		background-color: #e6e6e6;
		z-index: 999;
		height: 3px;
	}
	#header .closeBtn{
		text-align: center;
		color: #333;
		display: block;
		padding: 7px 10px;
		width: 90%;
		box-sizing: border-box;
		margin: 15px auto;
		border: 1px solid #ddd;
	}
	#header .closeBtn:before,
	#header .closeBtn:after{
		position: absolute;
		top: 18px;
		right: 10px;
		background-color: #888;
	}
}
/* ==========================================================================
   btmContactArea
   ========================================================================== */
#btmContactArea{
	width: 100%;
	background: url(/lifecare/common_renew/img/bg_contactArea.jpg) no-repeat center;
	padding: 70px 0;
	text-align: center;
	margin: 140px 0 0;
}
#btmContactArea .contactIn{
	width: 1000px;
	margin: auto;
	background-color: rgba(255,255,255,0.80);
	padding: 60px 30px;
	box-sizing: border-box;
}
#btmContactArea .ttlBtmBdr {
	margin-bottom: 40px;
	padding: 0 0 15px 0;
}
#btmContactArea .btnRed{
	width: 280px;
	margin: 30px 15px 35px;
	padding: 18px 20px;
	position: relative;
}
#btmContactArea .btnRed:before{
	content:"";
	width:30px;
	height:30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
#btmContactArea .contact{
	padding: 18px 10px 18px 45px;
}
#btmContactArea .contact:before{
	background-image: url(/lifecare/common_renew/img/icon_contact.png);
	top: 17px;
	left: 25px;
}
#btmContactArea .station:before{
	background-image: url(/lifecare/common_renew/img/icon_station.png);
	top: 14px;
	left: 30px;
}
#btmContactArea .contactArea{
	width: 330px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#btmContactArea{
		padding: 5% 0;
		margin: 60px 0 0;
	}
	#btmContactArea .contactIn{
		width: 90%;
		padding: 30px 4%;
	}
	#btmContactArea .ttlBtmBdr {
		margin-bottom: 30px;
		padding: 0 0 10px 0;
	}
	#btmContactArea .btnRed{
		width: 100%;
		margin: 10px auto 20px;
		padding: 12px 10px;
	}
	#btmContactArea .contact{
		margin:20px auto 0; 
		padding: 12px 10px 12px 40px;
	}
	#btmContactArea .btnRed:before{
		width:25px;
		height:25px;
	}
	#btmContactArea .contact:before{
		top: 14px;
		left: 20px;
	}
	#btmContactArea .station:before{
		top: 12px;
		left: 25px;
	}
	#btmContactArea .contactArea{
		width: 100%;
	}
}
/* ==========================================================================
   pagetop
   ========================================================================== */
#pageTop{
	display: none;
}
#pageTop img{
	width: 100%;
	height: auto;
}
#pageTop .btn{
	display: block;
	width: 74px;
	height: 74px;
	position: absolute;
	top: -40px;
	right: 30px;
	bottom: auto;
}
#pageTop.fixed .btn{
	position: fixed;
	top: auto;
	bottom: 30px;
}
#pageTop .btn:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#pageTop .btn{
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: auto;
		top: -10px;
	}
	#pageTop.fixed .btn{
		position: fixed;
		top: auto;
		bottom: 75px;
		right: 10px;
	}
	body:not(.noBtmFixed) #pageTop{
		display: none!important;
	}
	.noBtmFixed #pageTop.fixed .btn{
		bottom: 10px;
	}
	
}

/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  background-color: #fafafa;
  padding: 60px 0 0 0;
	position: relative;
}
#footer .footIn,
#footer .copyIn{
	width: 1000px;
	margin: auto;
}
#footer .fBox {
	padding-left: 200px;
	font-size: 0;
}
#footer .fBox:first-child {
	background: url(/lifecare/common_renew/img/logo_lc.png) no-repeat top left;
	background-size: 150px auto;
}
#footer .fnavBox{
	vertical-align: top;
	display: inline-block;
	width: 290px;
	margin-bottom: 30px;
}
#footer .fnavBox:last-child{
	width: 210px;
}
#footer .fnavBox p {
  margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
#footer .fnavBox .fb {
  margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
#footer .fnavBox .fb a{
	display: block;
	padding: 10px 15px;
}
#footer .fnavBox .fb a:before{
	content: "";
	width: 38px;
	height: 38px;
	background: url(/lifecare/common_renew/img/icon_fb.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin:0 15px 0 0;
}
#footer .fnavBox .fb a:hover{
	color: #333;
	opacity: 0.7;
}
#footer .fnavLink{
	padding-bottom: 20px;
}
#footer .fnavLink li {
  font-size: 14px;
  margin-bottom: 5px;
}
/*----btmMenu---*/
#footer .btmMenu{
	text-align: center;
	padding-bottom: 30px;
	font-size: 0;
}
#footer .btmMenu li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#footer .btmMenu li a{
	font-size: 13px;
}
#footer .btmMenu li:after{
	content: "|";
	display: inline-block;
	margin-left: 10px;
	color: #cccccc;
	font-size: 12px;
}
#footer .btmMenu li:last-child{
	margin-right: 0;
}
#footer .btmMenu li:last-child:after{
	display: none;
}
/*----copyArea---*/
#footer #copyArea{
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
}
#footer #copyArea .copyLogo .logo{
	float: left;
	width: 100px;
	padding-top: 25px;
}
#footer #copyArea .copyLogo .logo2{
	float: left;
	width: 90px;
	margin-left: 20px;
}
#footer #copyArea .copyLogo .logo img, #footer #copyArea .copyLogo .logo2 img{
	width: 100%;
	height: auto;
	display: block;
}
#footer #copyArea .copy{
	padding-top: 35px;
	float: right;
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	#footer{
		padding: 0 0 65px;
		background-color: #fff;
	}
	.noBtmFixed #footer{
		padding-bottom: 0;
	}
	#footer .footIn{
		display: none;
	}
	#footer .copyIn{
		width: 100%;
		text-align: center;
	}
	#footer #copyArea{
		border-top: 1px solid #eee;
		padding: 20px 0;
	}
	#footer #copyArea .copyLogo{
		display: flex;
		justify-content: center;
	}
	#footer #copyArea .copyLogo .logo{
		float: none;
		display: block;
		/*margin: auto;*/
		width: 100px;
		padding-top: 1.5em;
	}
	#footer #copyArea .copyLogo .logo2{
		float: none;
		display: block;
		width: 90px;
	}
	#footer #copyArea .copy{
		float: none;
		font-size: 10px;
		padding-top: 20px;
	}
}
/* ==========================================================================
   fixedContact
   ========================================================================== */

@media screen and (min-width: 768px) {
	#fixedContact{
		display: none!important;
	}
}
.noBtmFixed #fixedContact{
	display: none!important;
}
#fixedContact{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 65px;
	background-color: rgba(190,190,190,0.75);
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
#fixedContact .contact,
#fixedContact .tel{
	display: table;
	width: 49%;
	height: 45px;
}
#fixedContact .contact{
	float: left;
}
#fixedContact .tel{
	float: right;
}
#fixedContact .contact a,
#fixedContact .tel a{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
#fixedContact .contact a{
	background: #e83928;
	border: 1px solid #e83928;
}
#fixedContact .tel a{
	background-color: #fff;
	border: 1px solid #e83928;
}
#fixedContact .contact a img,
#fixedContact .tel a img{
	max-width: 143px;
	width: 90%;
	height: auto;
	display: block;
	margin: auto;
}


/* 20220324�ǋL */
#header .chatBox {
	float: right;
}
#header .chatBox .chatBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #e83928;
	border: 2px solid #e83928;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
	padding: 6px 10px 6px 6px;
	margin-left: 10px;
}
#header .chatBox .chatBtn:before {
	content: '';
	display: block;
	width: 29px;
	height: 21px;
	background: url(/lifecare/common_renew/img/icon_chat.png) no-repeat center / contain;
	vertical-align: middle;
	padding-right: 10px;
}
#header .chatBox .chatBtn:hover {
	opacity: 0.7;
}
#header.fixed .chatBox .chatBtn {
	font-size: 11px;
	padding: 3px 10px 3px 6px;
}
#btmContactArea .chat {
	display: none;
}

@media screen and (max-width: 767px) {
#header .chatBox {
	display: none;
}
#spNavIn .sp_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#spNavIn .sp_btn_wrap .contactBtn {
	width: 48%;
	margin: 0 auto;
}
#spNavIn .sp_btn_wrap .contactBtn .btnRed {
	display: flex;
	justify-content: center;
	align-items: center;
	position: unset;
	width: auto;
	text-align: inherit;
	padding: 10px 0;
}
#spNavIn .sp_btn_wrap .contactBtn .btnRed:before {
	position: unset;
	padding-right: 5px;
}
#spNavIn .sp_btn_wrap .chatBox {
	display: block;
	float: none;
	width: 48%;
	margin: 20px auto 0;
}
#spNavIn .sp_btn_wrap .chatBox .chatBtn {
	line-height: 1;
	padding: 6px 10px 6px 6px;
	margin-left: 0;
}
#spNavIn .sp_btn_wrap .chatBox .chatBtn:hover {
	opacity: 1;
}
#btmContactArea .chat {
	display: inline-block;
	padding: 12px 10px 12px 40px;
	margin: 10px auto 0;
}
#btmContactArea .chat:before{
	background-image: url(/lifecare/common_renew/img/icon_chat02.png);
	top: 17px;
	left: 25px;
}
}
