@charset "UTF-8";

/*----------------------------support----------------------------*/

#support+.composite_box01 .heading.block_header_5 .h{
	display: block;
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 30px;
	border: 2px dashed #fe6b1e;
	padding: 5px 15px;
	color: #fe6b1e;
	box-shadow: 5px 5px 5px #ffd75e;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.2rem;
}
#support+.composite_box01 .inner_item{
	border: 5px solid #f6ce89;
}
#support+.composite_box01 .inner_item_txt{
	padding: 10px;
}
#support+.composite_box01 .inner_item_txt .heading.block_header_4 .h{
	color: #fe6b1e;
	font-size: 2.5rem !important;
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
}
#support+.composite_box01 .inner_item_txt .heading.block_header_4 .h:before{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	background: #fff49f;
}
#support + .composite_box01 .inner_item:nth-child(n+3) .inner_item_txt .heading.block_header_4 .h:before{
	display: none;
}
#support+.composite_box01 .inner_item_txt .heading.block_header_4 p{
	font-size: 3.2rem;
	color: #e12d2c;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #e12d2c;
	line-height: 1.5;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.13);
	font-family: 'M PLUS 1p', sans-serif;
}
#support+.composite_box01 .inner_item a{
	background: linear-gradient(#fec62b, #fe9c07);
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size: 1.6rem;
	line-height: 1.8;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration-color: rgba(255, 255, 255, 0) !important;
	transition: 0.2s ease-in-out;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#support+.composite_box01 .inner_item a:before{
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	top: -4px;
	left: -4px;
	border: 1px solid #fe9c07;
	border-radius: 7px;
	pointer-events: none;
	background: none;
	transform: none;
	opacity: 1;
}
#support+.composite_box01 .inner_item a:hover{
	opacity: 0.6;
}

@media screen and (max-width: 450px){
	#support+.composite_box01 .heading.block_header_5 .h{
		font-size: 2.5rem;
	}
	#support+.composite_box01:not(.no_responsive) .inner_item{
		width: 100%;
		margin-bottom: 30px;
	}
	#support+.composite_box01:not(.no_responsive) .inner_item:last-of-type{
		margin-bottom: 0;
	}
	#support+.composite_box01 .inner_item_img img{
		height: 200px !important;
		padding: 10px 10px 0 10px;
		box-sizing: border-box;
	}
}

/*----------------------------area----------------------------*/

#area+.contents_box01{
	margin-right: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}
#area+.contents_box01 .heading.block_header_3{
	background: #ff6c1a;
	background-image: url("/common/upload_data/tk-lifesupportcom/image/h2_area02.png");
	box-shadow: 5px 5px 5px #ffd75e;
	margin-bottom: 0;
}
#area+.contents_box01 .heading.block_header_3 .h{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.2rem;
}
#area+.contents_box01 .heading.block_header_3:before{
	border: none;
}
#area+.contents_box01 .heading.block_header_2 .h:before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	border-radius: 0;
	border-left: 4px solid #e12d2c;
}
#area+.contents_box01 .heading.block_header_2 .h{
	color: #e12d2c;
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#area+.contents_box01 .heading.block_header_2 p{
	background: #fe6b1e;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
}
#area+.contents_box01 .content_wrapper{
	background: #f8f5f0;
	padding: 0;
}
#area+.contents_box01 .wrapper_item{
	padding: 50px 2% !important;
	justify-content: center;
}
#area+.contents_box01.block_image_text_3 .inner_item_txt{
	padding-left: 0;
	background: #fff;
	max-width: 40%;
	margin: 0px 50px;
	padding-bottom: 20px;
}
#area+.contents_box01.block_image_text_3 .inner_item_txt>p{
	width: 400px;
	margin: 0 auto;
	font-weight: 700;
}
#area+.contents_box01.block_image_text_3 .inner_item_txt>p:nth-of-type(3),
#area+.contents_box01.block_image_text_3 .inner_item_txt>p:nth-of-type(6){
	max-width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 920px){
	#area + .contents_box01.block_image_text_3 .inner_item_txt{
		max-width: 50%;
		margin: 0px 20px;
	}
}
@media screen and (max-width: 900px){
	#area + .contents_box01 .inner_item_img img{
		width: 400px !important;
	}
	#area + .contents_box01.block_image_text_3 .inner_item_txt{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#area + .contents_box01.block_image_text_3 .inner_item_txt > p{
		width: 600px;
	}
}
@media screen and (max-width: 450px){
	#area + .contents_box01 .inner_item_img img{
		width: 100% !important;
	}
	#area + .contents_box01.block_image_text_3 .inner_item_txt{
		margin: 0px 5px;
	}
	#area + .contents_box01 .inner_item_txt .heading{
		margin-bottom: 0;
	}
	#area + .contents_box01.block_image_text_3 .inner_item_txt > p:nth-of-type(3), 
	#area + .contents_box01.block_image_text_3 .inner_item_txt > p:nth-of-type(6){
		padding: 0 10px;
	}
}
/*----------------------------作業フローの6番目削除----------------------------*/
@media screen and (max-width: 650px){
#flow+div .inner_item:nth-of-type(3):nth-last-of-type(1){
	display: none!important;
}
}
/*----------------------------コンタクトバナー----------------------------*/
#contact+section{
	text-align: center;
}
#contact+section a{
	transition: 0.2s ease-in-out;
}
#contact+section a:hover{
	opacity: 0.7;
}