@charset "shift-jis";

/*--------common----------*/
.topSec{
	padding: 100px 0 90px;
	text-align: center;
}
.btnBdrRed{
	min-width: 245px;
	margin-top: 60px;
	text-align: center;
}
#btmContactArea{
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.topSec{
		padding: 50px 0;
	}
	.btnBdrRed{
		margin-top: 30px;
	}
}
/*--------mv & leadArea----------*/
#mv{
	background-color: #ebe6e2;
}
#mv .mvIn{
	width: 1000px;
	margin: auto;
}
.leadArea{
	margin: 55px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#mv .mvIn{
		width: 100%;
	}
	.leadArea{
		margin: 30px 0;
		font-size: 17px;
		line-height: 1.5;
	}
}
/*--------service----------*/
#service{
	background: url(/lifecare/top/img/service_bg.jpg) no-repeat center;
	background-size: cover;
}
#service .serviceExample{
	margin: 55px 0;
}
#service .serviceExample .clm2{
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#service .serviceExample{
		margin: 30px 0;
	}
	#service .leadTxt.btm{
		text-align: center;
	}
}

/*--------reason----------*/
#reason{
	text-align: center;
	overflow: hidden;
	background: url(/lifecare/top/img/reason_bg.jpg) no-repeat top center;
	background-size: contain;
}
#reason .contsIn{
	padding: 140px 0;
	position: relative;
}
#reason .catch{
	font-size: 28px;
	font-weight: bold;
	color: #e83928;
	margin: 0 0 30px;
}
#reason .bnrBox{
	width: 458px;
	margin: 60px auto 0;
}
#reason .bnrBox a{
	display: block;
}
#reason .bgImg .bg{
	position: absolute;
	display: none;
}
#reason .bgImg .bg img{
	width: 100%;
	height: auto;
}
#reason .bgImg .img01{
	width: 260px;
	top: 106px;
	left: -32px;
}
#reason .bgImg .img02{
	width: 400px;
	bottom: -34px;
	left: -223px;
}
#reason .bgImg .img03{
	width: 400px;
	top: 133px;
	right: -251px;
}
#reason .bgImg .img04{
	width: 260px;
	bottom: -27px;
	right: -58px;
}
@media screen and (max-width: 767px) {
	#reason .contsIn{
		padding: 50px 0;
	}
	#reason .catch{
		font-size: 22px;
		margin: 0 0 20px;
		text-align: left;
	}
	#reason .bnrBox{
		width: 100%;
		margin: 30px 0 0;
	}
	#reason .bgImg .bg{
		display: none!important;
	}
}
/*--------charge----------*/
#charge .iconBox{
	margin-top: 50px;
}
#charge .iconBox li{
	width: 220px;
	height: 220px;
	display: inline-block;
	margin-right:40px;
	border-radius: 50%;
	border: 2px solid #eeeeee;
	font-size: 20px;
	line-height: 1.3;
	color: #e83928;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: top 45px center;
}
#charge .iconBox li:first-child{
	background-image: url(/lifecare/common_renew/img/icon_merit_price01.png);
}
#charge .iconBox li:nth-child(2){
	background-image: url(/lifecare/common_renew/img/icon_merit_price02.png);
}
#charge .iconBox li:last-child{
	margin-right: 0;
	/*background-image: url(/lifecare/common_renew/img/icon_merit_price03.png);*/
}
@media screen and (max-width: 767px) {
	#charge .iconBox{
		margin-top: 20px;
	}
	#charge .iconBox li{
		width: 140px;
		height: 140px;
		font-size: 16px;
		padding-top: 75px;
		background-position: top 20px center;
		background-size: 75px auto;
		margin: -10px 0 0 0;
	}
	/* #charge .iconBox li:first-child{
		margin: 0 auto;
		display: block;
	}*/
	#charge .iconBox li:last-child{
		margin: -10px 0 0 2px;
	}
}

/*--------linkArea---------*/
#linkArea li{
	border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
}
#linkArea li a{
	display: block;
	padding: 150px 20px 30px;
	background-position: top 55px center;
	background-repeat: no-repeat;
	font-size: 18px;
	transition: 0.3s ease-in-out;
}
#linkArea li a:hover{
	opacity: 0.7;
}
#linkArea li:last-child{
	margin-right: 0;
}
#linkArea li:first-child a{
	background-image: url(/lifecare/top/img/icon_station.png);
}
/*#linkArea li:nth-child(2) a{
	background-image: url(/lifecare/top/img/icon_video.png);
}*/
#linkArea li:nth-child(2) a{
	background-image: url(/lifecare/top/img/icon_faq.png);
}
#linkArea li:last-child a{
	background-image: url(/lifecare/common_renew/img/icon_fb.png);
}

@media screen and (max-width: 767px) {
	#linkArea li a{
		padding: 60px 5px 10px;
		background-position: top 10px center;
		font-size: 16px;
		background-size: 40px auto;
	}
}
/*--------news---------*/
#news{
	/*background-color: #fafafa;*/
	text-align: left;
	padding-top: 40px;
}
#news .newsList{
	padding-top: 20px;
}
#news .newsList li:nth-child(n+5){
	display: none;
}
#news .newsList li{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#news .newsList li dl{
	overflow: hidden;
}
#news .newsList li dt{
	width: 170px;
	float: left;
}
#news .newsList li dd{
	float: left;
	width: calc(100% - 170px);
}
#news .moreBtn,
#news .lessBtn{
	text-align: right;
	margin: 20px 0 0;
}
#news .moreBtn .btnBdrGray,
#news .lessBtn .btnBdrGray{
	margin:0;
	padding: 5px 40px 5px 20px;
}
#news .moreBtn .btnBdrGray:before,
#news .moreBtn .btnBdrGray:after,
#news .lessBtn .btnBdrGray:before{
	width: 12px;
	top: 14px;
	margin-right: 12px;
}
#news .moreBtn .btnBdrGray:after{
	width: 2px;
	height: 12px;
	margin-top: -5px;
	right: 5px;
}

@media screen and (max-width: 767px) {
	#news .newsList{
		padding-top: 8px;
	}
	#news .newsList li{
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	#news .newsList li dt,
	#news .newsList li dd{
		width: 100%;
		float: none;
	}
	#news .moreBtn,
	#news .lessBtn{
		margin: 30px 0 0;
	}
	#news .moreBtn .btnBdrRed:before,
	#news .moreBtn .btnBdrRed:after,
	#news .lessBtn .btnBdrRed:before{
		top: 18px;
		margin-right: 15px;
	}
}
/*--------bnrArea---------*/
#bnrArea .linkBox li a,
#bnrArea .linkBox li a img,
#bnrArea .linkBox li a .txtBox{
	display: block;
}
#bnrArea .linkBox li a .txtBox{
	margin: 10px 0 0;
}
#bnrArea .linkBox li a img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#bnrArea .linkBox li a .txtBox{
		margin: 5px 0 0;
		font-size: 14px;
	}
}

#d_bana{
	text-align:center;
	width: 970px;
	margin: 50px auto 0;
}
#d_bana>p{
	float:left;
}
#d_bana>p:nth-of-type(2){
	margin-left: 30px;
}
	
@media screen and (max-width: 767px) {
	#d_bana{
	  width:100%;
	  margin: 30px auto 0;
	}
	#d_bana>p{
		width: 50%;
		box-sizing: border-box;
	}
	#d_bana img{
	width:100%;
	}
	#d_bana>p:nth-of-type(1){
/* 	  margin-left:0; */
	  padding-right:2%;
    }
	#d_bana>p:nth-of-type(2){
	  margin-left:0;
	  padding-left:2%;
    }
}

/* 	  �E�R�E��E��E�i�E��E��E�m�E�点 2020/10/20 */
  .colona_info{
    width: 1000px;
    margin: auto;
  }
  .colona_info p{
    font-size: 15px;
    text-align:left;
    padding:5px;
    margin-top:18px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
  }
  .colona_info a{
    color: #e83928;
  }
  .colona_info a:hover{
    text-decoration: underline;
  }
.colona_info p {
  position: relative;
  padding-left: 10px;
}
.colona_info p:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ee4f16;
}
  @media screen and (max-width: 767px){
  .colona_info{
    width: 100%;
  }
  .colona_info p {
    /*left: 5px;*/
	/*�c�X�N���[������ */
	margin-left: 5px;
}
  }


/* �E�u�E��E�т̃^�E�l�E�܂��E�L�E��E�v�E�o�E�i�E�[�E�ǉ�_20220705 */
.clm4Sp2 .box.v02 {
	width: 484px;
	margin: 30px 30px 0 0;
}
.clm4Sp2 .box.v02 + .box {
	margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
.clm4Sp2 .box.v02 {
	width: 48%;
	margin: 4% 4% 0 0;
}
.clm4Sp2 .box.v02 + .box {
	width: 48%;
	margin: 4% 0 0 0;
}
}



/*--------voice----------*/
#voice{
	text-align: center;
	overflow: hidden;
	background: #ddedfc;
background: linear-gradient(0deg, #ddedfc 10%, rgba(255,255,255,1) 100%);
}
#voice .contsIn{
	padding: 140px 0;
	position: relative;
}
#voice .l-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#voice .l-flex .l-flex-item{
	width: 450px;
	padding: 30px 20px;
	background-color: #fff;
}
#voice .l-flex .l-flex-item .btnBdrRed{
	margin-top: 20px;
}
#voice .leadTxt{
	-webkit-line-clamp: 2; /* 任意�E行数を指宁E*/
	
}
#voice .heading_txt{
	font-size: 24px;
	margin-bottom: 10px;
}
#voice .l-txt-shadow{
position: relative;
height: 290px;
overflow: hidden;
}
#voice .l-txt-shadow .icon{
    width: 70px;
    margin: 0 auto 20px;
}
#voice .l-txt-shadow img{
	width: 100%;
    height: auto;
    display: block;
}
#voice .l-txt-shadow img.pc-only{
	display: block;
}
#voice .l-txt-shadow img.sp-only{
	display: none;
}
#voice .l-txt-shadow::after{
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(255,255,255,0) 0, #fff 100px); 
}
#voice .leadTxt{
	text-align: left;
}
#voice .bgImg .img02{
	width: 400px;
	bottom: 190px;
	left: -223px;
}
#voice .bgImg .img03{
	width: 400px;
	top: 133px;
	right: -251px;
}
#voice .bgImg .img04{
	width: 260px;
	bottom: 197px;
	right: -58px;
}
@media screen and (max-width: 767px) {
	#voice .contsIn{
		padding: 50px 0;
	}
	#voice .catch{
		font-size: 22px;
		margin: 0 0 20px;
		text-align: left;
	}
	#voice .bnrBox{
		width: 100%;
		margin: 30px 0 0;
	}
	#voice .bgImg .bg{
		display: none!important;
	}
	#voice .l-txt-shadow img.pc-only{
		display: none;
	}
	#voice .l-txt-shadow img.sp-only{
		display: block;
	}
	#voice .l-flex .l-flex-item{
		width: 100%;
		padding: 30px 20px;
	}
	#voice .l-flex .l-flex-item:first-child{
		margin-bottom: 20px;
	}
	#voice .heading_txt{
		font-size: 20px;
	}
	#voice .l-txt-shadow{
		height: 270px;
	}
	#voice .l-txt-shadow::after{
			bottom: -2px;
			background: linear-gradient(rgba(255,255,255,0) 0, #fff 100px); 
	}
}

/* 固定footerとお客様�E声のぼかし 20240131 */
.l-top-adjust #fixedContact{
	z-index: 3;
}


/* �m�E�n�E 202411 */
#howto .contsIn{
	padding: 100px 0;
}
#howto .flex_wrap {
	margin-top: 33px;
}
#howto .flex_wrap .flex_item{
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
#howto .flex_wrap .flex_item .flex_left {
	width: 550px;
  color: #5a4136;
  margin-top: 30px;
}
#howto .flex_wrap .flex_item .flex_bk_item{
	padding: 17px 20px 18px 50px;
  background: url(/lifecare/service/img/bk_stripe_pc_red.png) no-repeat;
  background-size: 100%;
}
#howto .flex_wrap .flex_item .flex_left .top_txt{
	font-size: 18px;
	font-weight: bold;
}
#howto .flex_wrap .flex_item .flex_left .heading_h3 {
  font-size: 36px;
  margin-top: 5px;
}
#howto .flex_wrap .flex_item .flex_left .bottom_txt {
  font-size: 16px;
  margin-top: 5px;
}
#howto .flex_wrap .flex_item .flex_left .lead_txt {
  font-size: 16px;
  margin: 25px 40px 0 50px;
  color: #000;
}
.btn_wrap {
  text-align: center;
}
#howto .flex_wrap .flex_item .flex_left .btnBdrRed {
  margin-top: 35px;
}
#howto .flex_wrap .flex_item .flex_right {
  width: 450px;
}
.z_img {
  width: 100%;
}
#howto .flex_wrap .z_img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px){
	#howto .contsIn{
		width: 100%;
	}
	#howto .flex_wrap {
    margin-top: 5%;
  }
	#howto .flex_wrap .flex_item {
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }
	#howto .flex_wrap .flex_item .flex_left {
    width: 100%;
  }
	#howto .flex_wrap .flex_item .flex_bk_item {
    padding: 18% 8% 5% 6%;
    background: url(/lifecare/service/img/bk_stripe_sp_red.png) no-repeat;
    background-size: 97%;
    margin-top: -22%;
  }
	#howto .flex_wrap .flex_item .flex_left .top_txt {
    font-size: 3.5vw;
  }
	#howto .flex_wrap .flex_item .flex_left .heading_h3 {
    font-size: 7vw;
    margin-top: 1%;
  }
	#howto .flex_wrap .flex_item .flex_left .bottom_txt {
    font-size: 4vw;
    margin-top: 4%;
  }
	#howto .flex_wrap .flex_item .flex_left .lead_txt {
    font-size: 4vw;
    margin: 3% 6% 0;
  }
	#howto .flex_wrap .flex_item .flex_left .btnBdrRed {
    display: block;
    text-align: center;
		width: 90%;
    margin: 4% auto 0;
  }
	#howto .flex_wrap .flex_item .flex_right {
    width: 90%;
    z-index: 1;
  }
}

/* important_news 2026/4/16 */
.important_news{
	margin: 0 auto;
	padding: 0;
}
.important_news .news{
	background: #F5F5F5;
	max-width: 1000px;
	padding: 23px 30px;
	margin: 0 auto 40px;
}
.important_news .news .newsItem{
	display: flex;
	width: 100%;
	gap: 15px;
}
.important_news .news .newsItem .label{
	font-weight: bold;
	min-width: 140px;
	padding-left: 25px;
}
.important_news .news .newsItem .title p{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: #757575;
	margin-bottom: 15px;
}
.important_news .news .newsItem .title p:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:768px){
	.important_news .news{
		padding: 23px 20px;
		margin: 0 auto 20px;
	}
	.important_news .news .newsItem{
		flex-direction: column;
		gap: 5px
	}
	.important_news .news .newsItem .label{
		padding-left: 0;
	}
}