@charset "UTF-8";

@charset "UTF-8";

<style>
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800;900&display=swap');
</style> 


/*----------------------------house----------------------------*/


#house+.block_html .content_wrapper .flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#house+.block_html .cl,
#house+.block_html .re{
	max-width: 100%;
	width: 550px;
	margin: 0 20px;
	background: #fff2d5;
	box-sizing: border-box;
}
#house+.block_html .cl .title{
	background: linear-gradient(-135deg, #fdecce, #f72a0b);
}
#house+.block_html .re .title{
	background: linear-gradient(-135deg, #fff2d2, #feae00);
	text-align: left;
}
#house+.block_html .title{
	color: #fff;
	padding: 10px;
}
#house+.block_html .title p{
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	letter-spacing: 0.1rem;
}
#house+.block_html .title h1{
	font-weight: 600;
	font-size: 3rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.3rem;
	font-style: italic;
	white-space: nowrap;
}
#house+.block_html .contents{
	padding: 20px;
}
#house+.block_html .cl .contents>p:first-of-type{
	text-align: center;
	color: #e12d2c;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	/* background: #fff; */
	padding: 15px 10px;
	margin-bottom: 0;
	font-family: 'M PLUS 1p', sans-serif;
}
#house+.block_html .contents .place dl{
	background: #fff;
	position: relative;
	padding: 0 15px;
}
#house + .block_html .cl .contents .place dl:first-of-type{
	margin-bottom: 20px;
}
#house + .block_html .re .contents .place dl{
	margin-bottom: 15px;
}
#house + .block_html .re .contents .place dl:last-of-type{
	margin-bottom: 0;
}
#house+.block_html .contents .place dl:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border-left: 5px solid #e12d2c;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#house+.block_html .contents .place dd{
	color: #e12d2c;
	font-weight: 600;
	font-size: 2rem;
	font-style: italic;
	line-height: 1.5;
	position: relative;
}
.top_icon {
    position: relative;
    top: -20px;
    float: right;
}
#house+.block_html .contents .place dd:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: -20px;
	width: 10%;
	height: 1px;
	background: #e12d2c;
	pointer-events: none;
}
#house+.block_html .contents .place dt {
    font-weight: bold;
    font-size: 100%;
}
.top_icon img {
    width: 130px;
}

#house+.block_html .contents .place dd span {
    font-size: 200%;
}
@media screen and (max-width: 768px) {
    .top_icon img {
    width: 85px;
}

#house+.block_html .contents .place dd span {
    font-size: 150%;
}
}
#house+.block_html .contents .place dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
#house+.block_html .contents .flex1{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}
#house+.block_html .contents .flex1 div:first-of-type{
	margin-right: 10px;
}
#house+.block_html .contents .flex1 div img{
	width: 220px;
}
#house+.block_html .contents .flex1 div p{
	font-weight: 600;
	font-size: 1.4rem;
}
#house+.block_html .contents .flex1 div p span{
	color: #e12d2c;
}
#house+.block_html .cl .contents .flex1 {
    margin-top: 43px;
}
@media screen and (max-width: 768px) {
#house+.block_html .cl .contents .flex1 {
    margin-top: 0;
}    
}
#house+.block_html .contents p.btn a{
	background: linear-gradient(#fe701c, #fe2303);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size: 1.55rem;
	line-height: 1.8;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-top: 25px;
	transition: 0.2s ease-in-out;
}
#house+.block_html .contents p.btn a{
	color: #fff !important;
}
#house+.block_html .contents p.btn a:before{
	position: absolute;
	content: "";
	display: block;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	top: -4px;
	left: -4px;
	border: 1px solid #fe3e0c;
	border-radius: 7px;
	pointer-events: none;
}
#house+.block_html .contents p.btn:hover a{
	opacity: 0.6;
}
#house+.block_html .re .contents p.btn a{
	background: linear-gradient(#fe7815, #fea503);
}
#house + .block_html .re .contents p.btn a::before {
	border: 1px solid #fe7815;
}

.place p {
    color: red;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#house + .block_html .cl .contents .place dl {
    padding: 10px 15px;
}
@media screen and (max-width: 1000px){
	#house+.block_html .contents .place dl{
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
@media screen and (max-width: 650px){
	#house+.block_html .content_wrapper .flex{
  		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#house + .block_html .cl{
		margin-bottom: 30px;
	}
}


/*----------------------------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,
#support+.composite_box01 .inner_item_txt .heading.block_header_4 .h:after{
	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;
	}
}

/*----------------------------tklife,tklife2----------------------------*/

#tklife+.contents_box01,
#tklife2+.composite_box01,
#tklife2+.contents_box01{
	margin-left: 20px;
	margin-right: 20px;
}
#tklife+.contents_box01 .heading.block_header_5{
	background: #ff6c1a;
	display: inline-block;
	transform: rotate(-1deg) translate3d(0, 0, 0);
}
#tklife+.contents_box01 .heading.block_header_5 .h{
	color: #fff;
    padding: 0px 100px;
    font-size: 3rem;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(1deg) translate3d(0, 0, 0);
	margin: 0;
	display: block;
	position: relative;
}
#tklife+.contents_box01 .heading.block_header_5 .h:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ff6c1a transparent transparent transparent;
	z-index: -1;
	pointer-events: none;
}
#tklife2+.composite_box01 .content_wrapper{
	position: relative;
	background: repeating-linear-gradient(-45deg, #ffae00, #ffae00 5px, #fff 5px, #fff 10px);
	padding: 25px 100px;
}
#tklife2+.contents_box01 .content_wrapper{
	position: relative;
	background: repeating-linear-gradient(-45deg, #ffae00, #ffae00 5px, #fff 5px, #fff 10px);
	height: 70px;
}
#tklife+.contents_box01 .content_wrapper{
	position: relative;
	padding-top: 50px;
	background: repeating-linear-gradient(-45deg, #ffae00, #ffae00 5px, #fff 5px, #fff 10px);
}
#tklife+.contents_box01 .content_wrapper:before{
	position: absolute;
	display: block;
	content: "";
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
  	height: 100%;
  	background: #fff;
	z-index: -1;
	pointer-events: none;
}
#tklife2+.composite_box01 .content_wrapper:before{
	position: absolute;
	display: block;
	content: "";
	top: 0px;
	left: 5px;
	width: calc(100% - 10px);
  	height: 100%;
  	background: #fffaea;
	z-index: -1;
	pointer-events: none;
}
#tklife2+.contents_box01 .content_wrapper:before{
	position: absolute;
	display: block;
	content: "";
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
  	height: 100%;
  	background: #fffaea;
	z-index: -1;
	pointer-events: none;
}
#tklife+.contents_box01 .wrapper_item .inner_item_txt{
	padding: 20px 10px;
	font-weight: bold;
}
#tklife+.contents_box01 .wrapper_item .inner_item_txt p{
	padding-bottom: 10px !important;
	margin-bottom: 0;
}
#tklife2+.composite_box01 .inner_item_img img{
	width: 280px !important;
	height: auto !important;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	vertical-align: baseline;
}
#tklife2+.contents_box01 .inner_item_img img{
	width: 350px !important;
	padding: 20px 10px 50px 10px;
	pointer-events: none;
}

@media screen and (max-width: 920px){
	#tklife+.contents_box01 .heading.block_header_5{
		margin-bottom: 25px;
	}
	#tklife+.contents_box01 .heading.block_header_5 .h{
		padding: 0px 35px;
	}
	#tklife+.contents_box01 .wrapper_item .inner_item_txt p{
		padding: 10px 10px 10px 10px !important;
	}
	#tklife2+.contents_box01 .inner_item_img img{
		width: 180px !important;
	}
	#tklife2+.contents_box01 .content_wrapper{
		height: 40px;
	}
	#tklife2+.composite_box01 .content_wrapper{
		padding: 25px 20px;
	}
}
@media screen and (max-width: 450px){
	#tklife + .contents_box01, 
	#tklife2 + .composite_box01, 
	#tklife2 + .contents_box01 {
    	margin-left: 10px;
    	margin-right: 10px;
	}
	#tklife + .contents_box01 .heading.block_header_5 .h{
		font-size: 2.5rem;
		padding: 0px 15px;
	}
}

/*----------------------------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;
	}
	#house+.block_html .content_wrapper .flex {
    	flex-direction: column-reverse;
	}
}
@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;
	}
}

/*----------------------------sekou----------------------------*/

#sekou+.widget_gallery01 .wrapper_item{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 100%;
}
#sekou+.widget_gallery01.add_design4 .inner_item{
	width: 33%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 0;
}
#sekou+.widget_gallery01.add_design4 .inner_item a{
	width: 100%;
	float: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#sekou+.widget_gallery01.add_design4 .inner_item .heading{
	width: 90%;
	float: none;
	border: 2px solid rgba(241, 123, 53, 0.5);
	display: inline-block;
	padding: 10px !important;
	margin: 20px auto 40px auto !important;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#sekou+.widget_gallery01 .heading.block_header_2 .h{
	padding-left: 0;
	color: #ff6c1a;
	font-weight: 600;
	border-bottom: 1px solid #ff6c1a;
	padding-bottom: 5px;
	font-size: 2.5rem;
}
#sekou+.widget_gallery01 .heading.block_header_2 .h:before{
	border: none;
}
#sekou+.widget_gallery01 .heading.block_header_2 p{
	font-size: 1.6rem;
	padding-left: 0;
	font-weight: 600;
}
#sekou+.widget_gallery01 .heading.block_header_2 p:first-of-type{
	padding-bottom: 5px;
}
#sekou+.widget_gallery01 .contents_btn01 a{
	background: #ff6c1a !important;
	border-radius: 10px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0px 25px 0px 10px;
}
#sekou+.widget_gallery01 .contents_btn01 a:before{
	display: none;
}
#sekou+.widget_gallery01 .contents_btn01 a:after{
	position: absolute;
	content: " ";
	width: 7px;
	height: 7px;
	top: calc(50% - 4px);
	right: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all 0.3s ease;
	z-index: 10;
}
#sekou+.widget_gallery01 .heading.block_header_5,#sekou+.widget_gallery01 .heading.block_header_5,#case+.beforeafter_archive .heading.block_header_1{
	background: #a9d252;
	background-image: url("/common/upload_data/tk-lifesupportcom/image/h2_case02.png");
	padding: 10px 20px;
	background-position: bottom -5px left;
	margin-bottom: 45px;
}
#sekou+.widget_gallery01 .heading.block_header_5 .h,#case+.beforeafter_archive .heading.block_header_1 .h{
	font-weight: 700;
	font-size: 3rem;
	color: #ff6c1a;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.5rem;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
	position: relative;
	padding-left: 60px;
}
#sekou+.widget_gallery01 .heading.block_header_5 .h:before,#case+.beforeafter_archive .heading.block_header_1 .h:before{
	position: absolute;
	display: block;
	content: "";
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/common/upload_data/tk-lifesupportcom/image/h2.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px;
	pointer-events: none;
}
#sekou + .widget_gallery01.add_design4 .inner_item{
	position: relative;
}
#sekou + .widget_gallery01.add_design4 .inner_item:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 0;
	background-image: url("/common/upload_data/tk-lifesupportcom/image/new_icon.png");
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
}

@media screen and (max-width: 920px){
	#sekou+.widget_gallery01.add_design4 .inner_item{
		width: 50%;
	}
}
@media screen and (max-width: 450px){
	#sekou+.widget_gallery01.add_design4 .inner_item{
		width: 100%;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
		margin-bottom: 20px;
	}
	#sekou+.widget_gallery01.add_design4 .inner_item:last-of-type{
		border-bottom: none;
		margin-bottom: 0;
	}
	#sekou+.widget_gallery01 .heading.block_header_5{
		background-position: center;
		margin-bottom: 15px;
	}
	#sekou+.widget_gallery01 .heading.block_header_5 .h{
		line-height: 1.5;
	}
	#sekou+.widget_gallery01.add_design4 .inner_item .heading{
		margin: 20px auto 25px auto !important;
	}
	
	#sekou + .widget_gallery01 .heading.block_header_5 .h:before{
		background-size: 40px;
		top: -2px;
	}
	#sekou + .widget_gallery01 .heading.block_header_5 .h{
		padding-left: 50px;
	}
}





@media screen and (max-width: 768px) {
a#house + section {
    padding-top: 20px;
}
}


@media screen and (max-width: 768px) {
.inner_item_txt p span:first-child {
    font-size: 18px !important;
}
.inner_item_txt p span:last-child {
    font-size: 14px !important;
}
}




.beforeafter_archive .inner_item_txt:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/common/upload_data/tk-lifesupportcom/image/new_icon.png);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

.beforeafter_archive.add_design3 .before, .beforeafter_archive.add_design4 .before {
    left: 10px;
}
@media screen and (min-width: 901px) {
.flex * {
    box-sizing: border-box;
}
#house+.block_html .contents {
    position: relative;
}
#house+.block_html .contents .flex1 {
    margin-bottom: 70px;
}
#house+.block_html .contents p.btn {
    box-sizing: border-box;
    position: absolute;
    width: 92%;
    height: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    padding: 15px 10px;
    font-family: 'M PLUS 1p', sans-serif;
}
}