* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.withwood-zeb {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.withwood-zeb a:hover {
	opacity: 0.8;
}

.withwood-zeb img {
	width: auto;
}

.withwood-zeb .pc_non {
	display: none;
}

.withwood-zeb__inner {
	position: relative;
	width: 96%;
	max-width: 1184px;
	margin: 0 auto;
}

.withwood-zeb__mv {
	background: #f0f0f0;
	background-image: url(../images/main_visual.png);
	background-repeat: no-repeat;
	background-position: top left;
	max-height: 584px;
	margin-bottom: 40px;
	padding: 35px 35px 1px 0;
}

.withwood-zeb__mv .withwood-zeb__mv-flex {
	display: flex;
	justify-content: flex-end;
}

.withwood-zeb__mv-title {
	width: 50%;
	max-width: 700px;
	text-align: center;
	margin: 50px 0;
	padding: 0 20px;
}

.withwood-zeb__mv-title .withwood-zeb__mv-title-logo {
	margin-bottom: 40px;
}

.withwood-zeb__mv-title img {}

.withwood-zeb__mv-title h2 {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 48px;
	font-size: clamp(3rem, 1.563vw + 1.8rem, 4.8rem);
	color: #378a42;
	line-height: calc(66/48);
	letter-spacing: .12em;
	margin-bottom: 30px;
	text-align: left;
}

.withwood-zeb__mv-title p {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 20px;
	font-size: clamp(1.8rem, 0.174vw + 1.667rem, 2rem);
	text-align: left;
}

.withwood-zeb__mv .withwood-zeb__mv-slide {
	position: relative;
	width: 50%;
	max-width: 736px;
}

.withwood-zeb__mv .slick {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.withwood-zeb__mv .slick-item {}

.withwood-zeb__mv img {}

.withwood-zeb__anker {
	width: 100%;
	max-width: 885px;
	margin: 120px auto 40px;
}

.withwood-zeb__anker ul {
	display: flex;
}

.withwood-zeb__anker li {
	position: relative;
	width: 33.333%;
	text-align: center;
	background: linear-gradient(to bottom, #fff, #f0f0f0);
	border-right: 1px solid #378a42;
	box-sizing: border-box;
}

.withwood-zeb__anker li:first-child {
	border-left: 1px solid #378a42;
}

.withwood-zeb__anker a {
	display: inline-block;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 16px;
	color: #378a42;
	text-align: center;
	width: 100%;
	position: relative;
	line-height: 1.3;
	padding: 10px 0 28px;
}

.withwood-zeb__anker a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	transform: rotate(90deg);
	transition: .3s all;
}

.withwood-zeb__anker a:hover span {
	bottom: -5px;
}

.withwood-zeb__title {}

.withwood-zeb__title h2 {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 30px;
	color: #663e2e;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.withwood-zeb__title h2::after {
	display: block;
	content: "";
	width: 64px;
	border-bottom: 2px solid #378a42;
	position: absolute;
	bottom: 0;
	left: 0;
}

.withwood-zeb__title p {
	font-family: 'TsukuGoPro-D';
	font-size: 16px;
	margin-bottom: 20px;
}

.withwood-zeb__about {
	background: #d7e8d9;
	padding: 120px 0 50px;
}

.withwood-zeb__about-img {
	margin: 20px auto 10px;
}

.withwood-zeb__about-img img {
	box-shadow: 4px 4px 4px rgba(43, 37, 37, 0.15);
}

.withwood-zeb__about-btn {}

.withwood-zeb__about-btn a {
	display: block;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: #378a42;
	color: #fff;
	padding: 18px;
	position: relative;
	letter-spacing: calc(64em/1000);
}

.withwood-zeb__about-btn a p {
	position: relative;
	padding-left: 65px;
}

.withwood-zeb__about-btn a p img {
	position: relative;
	top: 15px;
	left: 10px;
}

.withwood-zeb__about-arrow {
	text-align: center;
	margin: 10px auto;
}

.withwood-zeb__about-txt {
	text-align: center;
	margin: 20px auto;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 26px;
}

.withwood-zeb__about-txt p {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
}

.withwood-zeb__about-txt div {
	display: inline-block;
	border-bottom: 4px solid #378a42;
	margin: 0 10px;
}

.withwood-zeb__about-txt span {
	display: inline-block;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 34px;
	color: #378a42;
	/*padding: 0 15px;*/
	line-height: 1.5;
	border-radius: 8px;
}

.withwood-zeb__reason {
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	padding: 120px 0 100px;
}

.withwood-zeb__reason-flex {
	display: flex;
	gap: 20px;
	margin: 20px auto;
}

.withwood-zeb__reason-item p {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	color: #663e2e;
	font-size: 18px;
	font-size: clamp(1.6rem, 0.174vw + 1.467rem, 1.8rem);
}

.withwood-zeb__merit {
	padding: 120px 0 80px;
}

.withwood-zeb__merit-flex {
	display: flex;
	gap: 20px;
	margin: 30px auto;
}

.withwood-zeb__merit-item {
	text-align: center;
	position: relative;
}

.withwood-zeb__merit-item a {
	position: relative;
	display: block;
	margin: 0 auto;
	top: -20px;
	width: 80%;
	max-width: 400px;
}

.display_pc {
	display: block;
}

.display_sp {
	display: none;
}

.withwood-zeb__merit-item a img {}

.withwood-zeb__mv_sp {
	display: none;
}


@media screen and (max-width:768px) {
	.withwood-zeb .tab_non {
		display: none;
	}

	.display_pc {
		display: none;
	}

	.display_sp {
		display: block;
	}

	.withwood-zeb__anker {
		width: 90%;
		margin: 40px auto;
	}

	.withwood-zeb__anker ul {
		flex-direction: column;
	}

	.withwood-zeb__anker li:first-child {
		border-left: none;
		border-top: 1px solid #378a42;
	}

	.withwood-zeb__anker li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #378a42;
		line-height: 1.6;
	}

	.withwood-zeb__anker li br {
		display: none;
	}

	.withwood-zeb__anker a {
		padding: 15px 0 32px;
	}

	.withwood-zeb__about {
		padding: 30px 0;
	}

	.withwood-zeb__inner {
		width: 90%;
	}

	.withwood-zeb__about-btn a p {
		padding-left: 5px;
	}

	.withwood-zeb__about-txt,
	.withwood-zeb__about-txt p {
		font-size: 20px;
	}

	.withwood-zeb__title h2 {
		font-size: 24px;
		line-height: 1.6;
	}

	.withwood-zeb__reason-flex {
		flex-wrap: wrap;
	}

	.withwood-zeb__reason-item {
		width: 47%;
	}

	.withwood-zeb__reason {
		background-image: url(../images/bg_01_sp.png);
		padding: 90px 0 30px;
	}

	.withwood-zeb__merit {
		padding: 30px 0;
	}

	.withwood-zeb__merit-flex {
		flex-direction: column;
	}

	.withwood-zeb__mv {
		display: none;
	}

	.withwood-zeb__mv_sp {
		display: block;
		/*		background: #f0f0f0;*/
		background-image: url(../images/main_visual_sp.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

	.withwood-zeb__mv-title {
		width: 100%;
		max-width: 768px;
		margin: 0;
		padding: 0;
	}

	.withwood-zeb__mv-title h2,
	.withwood-zeb__mv-title p {
		margin-bottom: 25px;
	}

	.withwood-zeb__mv-title h2 {
		font-size: clamp(2.7rem, 1.563vw + 1.8rem, 4.8rem);
	}

	.withwood-zeb__mv_sp .withwood-zeb__mv-title .logo_zeb {
		margin: 15% 0 10% 50%;
	}
}

@media screen and (max-width:480px) {
	.withwood-zeb .pc_non {
		display: block;
	}

	.withwood-zeb .sp_non {
		display: none;
	}

	.withwood-zeb__mv_sp {
		display: block;
		background-image: url(../images/main_visual_mb.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

	.withwood-zeb__mv_sp .withwood-zeb__mv-title .logo_zeb {
		margin: 8% 0 15% 50%;
		width: 45%;
	}

}


/* 下層追加要素 */
.withwood-zeb__toptitle {
	background: #f0f0f0;
	padding: 75px 0;
}

.withwood-zeb__toptitle p {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	color: #378a42;
	font-size: 14px;
}

.withwood-zeb__toptitle h1 {
	font-size: 36px;
}

.withwood-zeb__toptitle h1 span {
	font-size: 26px;
	margin-left: 1em;
}

.withwood-zeb__low {
	padding: 20px 0;
}

.withwood-zeb__low.possible {
	background-image: url(../images/about/img_08.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.withwood-zeb__low h3 {
	background: linear-gradient(to right, #dedbd3 24px, #f1f0ed 24px);
	/*background-image: url(../images/about/img_04.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 26px;
	padding: 17px 50px;
	position: relative;
	width: 96%;
	max-width: 1184px;
	margin: 30px auto 30px;
}

.withwood-zeb__low h3.bg_white {
	background: linear-gradient(to right, #dedbd3 24px, #ffffff 24px);
}

.withwood-zeb__low h3::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #378a42;
	position: absolute;
	left: 0;
	top: 28px;
}

.withwood-zeb__low-cnts {
	margin: 0 0 0 50px;
	text-align: center;
}

.withwood-zeb__low-cnts p {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	margin-bottom: 40px;
}

.withwood-zeb__low-cnts img {
	width: 100%;
	max-width: max-content;
}

.withwood-zeb__low-flex {
	display: flex;
}

.withwood-zeb__low-flex-txt {
	width: 38%;
}

.withwood-zeb__low-flex-img {
	width: 50%;
}

.withwood-zeb__low-flex-box {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding: 0 1%;
}

.withwood-zeb__low-flex-box h4 {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	background: #663e2e;
	color: #fff;
	border-radius: 24px;
	font-size: 20px;
	padding: 6px;
	margin-bottom: 20px;
}

.withwood-zeb__low-btn {
	margin: 110px auto 90px;
}

.withwood-zeb__low-btn-flex {
	display: flex;
	justify-content: center;
	gap: 0 70px;
}

@media screen and (max-width:768px) {
	.withwood-zeb__low-cnts {
		margin: 0 auto;
		width: 96%;
		text-align: center;
	}

	.withwood-zeb__low-flex-txt {
		width: 50%;
	}

	.withwood-zeb__low-flex-box h4 {
		font-size: 18px;
	}

	.withwood-zeb__low-btn-flex a {
		max-width: 292px;
	}
}

@media screen and (max-width:480px) {
	.withwood-zeb__toptitle {
		padding: 40px 0;
	}

	.withwood-zeb__toptitle h1 {
		font-size: 20px;
	}

	.withwood-zeb__toptitle h1 span {
		font-size: 16px;
		margin-left: 1em;
	}

	.withwood-zeb__about-img.sp-scroll {
		height: 450px;
		overflow-y: scroll;
	}

	.withwood-zeb__about-img.sp-scroll img {
		height: auto;
		width: 794px;
		max-width: 794px;
	}

	.withwood-zeb__about-img.sp-scroll img.w295 {
		width: 295px;
		box-shadow: none;
	}

	.withwood-zeb__low.possible {
		background-image: url(../images/about/img_08_sp.png);
	}

	.withwood-zeb__low h3 {
		width: 100%;
		padding: 17px 40px;
		font-size: 20px;
		line-height: 1.5;
	}

	.withwood-zeb__low h3::before {
		top: 24px;
	}

	.withwood-zeb__low-flex {
		flex-wrap: wrap;
	}

	.withwood-zeb__low-flex-txt {
		width: 100%;
	}

	.withwood-zeb__low-flex-txt02 {
		width: 100%;
	}

	.withwood-zeb__low-flex-img {
		width: 100%;
	}

	.withwood-zeb__low-flex-box {
		width: 100%;
		margin: 0 auto 40px;
	}

	.withwood-zeb__low-flex-box h4 {
		font-size: 16px;
	}

	.withwood-zeb__low-btn {
		margin: 20px auto 20px;
	}

	.withwood-zeb__low-btn-flex {
		flex-wrap: wrap;
		gap: 0;
	}

	.withwood-zeb__low-btn-flex a {
		max-width: 292px;
		margin: 10px auto;
	}
}


/* clinic */

.withwood-zeb__low-flex-txt02 {
	width: 44%;
}

.withwood-zeb__low-bdr-box {
	text-align: center;
	margin: 110px auto 30px;
	padding: 28px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.withwood-zeb__low-bdr-box p {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 20px;
}

.withwood-zeb__low-bdr-box span {
	color: #378a42;
	font-size: 26px;
}

.withwood-zeb__low.support {
	padding: 120px 0 80px;
}

.withwood-zeb__low.support h3 {
	background: #f1f0ed;
	padding: 0;
	display: flex;
	align-items: center;
}

.withwood-zeb__low.support h3::before {
	display: none;
}

.withwood-zeb__low.support h3 img {
	width: 10%;
}

.withwood-zeb__low.support h3 p {
	margin-left: 20px;
}

.withwood-zeb__low.support h3 p span {
	color: #378a42;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
}

.withwood-zeb__low.support .txt {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	margin: 0 0 50px 12%;
}

.withwood-zeb__low-flex.flex02 {
	justify-content: center;
	margin: 20px auto;
}

.withwood-zeb__low-flex-box.box02 {
	border-right: 1px solid #958b82;
	width: 33%;
	padding: 0 1% 10px;
	margin: 0 auto;
}

.withwood-zeb__low-flex-box.box02:last-child {
	border: none;
}

.withwood-zeb__low-flex-box.box02 p {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	width: 90%;
	margin: 0 auto 10px;
}

.withwood-zeb__low-flex-box.box02 small {
	/*display: block;*/
	font-size: 12px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

.withwood-zeb__low-flex-box.box03 {
	width: 100%;
}

.withwood-zeb__low-flex-box.box03 p {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	width: 90%;
	margin: 0 auto 30px;
}

.withwood-zeb__low-flex-box.box03 small {
	display: block;
	font-size: 12px;
	text-align: right;
	width: 90%;
	margin: 30px auto;
}

.withwood-zeb__low-center {
	text-align: center;
	margin: 50px auto 100px;
}

@media screen and (max-width:768px) {
	.withwood-zeb__low-bdr-box {
		margin: 30px auto;
		padding: 20px 0;
	}

	.withwood-zeb__low.support {
		padding: 40px 0 40px;
	}

	.withwood-zeb__low.support h3 img {
		width: 10%;
		margin-bottom: 20px;
	}

	.withwood-zeb__low.support .txt {
		margin: 0 auto 50px;
	}


	.withwood-zeb__low-flex.flex02 {
		flex-wrap: wrap
	}

	.withwood-zeb__low-flex-box.box02 {
		border-right: none;
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto;
	}

	.withwood-zeb__low-flex-box.box02 small {
		width: 320px;
	}

	.withwood-zeb__low-flex-box.box03 small {
		width: 325px;
		margin: 30px 0 30px auto;
	}
}

@media screen and (max-width:480px) {
	.withwood-zeb__low-flex-txt02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.withwood-zeb__low-bdr-box {
		margin: 0 auto;
		padding: 10px 0;
	}

	.withwood-zeb__low-bdr-box p {
		font-size: 16px;
	}

	.withwood-zeb__low-bdr-box span {
		color: #378a42;
		font-size: 24px;
	}

	.withwood-zeb__low.support {
		padding: 40px 0;
	}

	.withwood-zeb__low.support h3 img {
		width: 22%;
		margin-bottom: 30px;
	}

	.withwood-zeb__low.support .txt {
		margin: 0 auto 20px;
	}

	.withwood-zeb__low-flex-box.box03 {
		margin-bottom: 20px;
	}

	.withwood-zeb__low-center {
		margin: 40px auto 40px;
	}

}

/* facility */

.withwood-zeb__low-bdr-box.mt50 {
	margin-top: 50px;
}

.withwood-zeb__low-flex-box.box04 {
	border-right: 1px solid #958b82;
	width: 50%;
	padding: 0 1% 10px;
	margin: 0 auto;
}

.withwood-zeb__low-flex-box.box04:last-child {
	border: none;
}

.withwood-zeb__low-flex-box.box04 p {
	font-family: 'TsukuGoPro-D';
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	width: 90%;
	margin: 0 auto 20px;
}

.withwood-zeb__low-flex-box.box04 small {
	/*display: block;*/
	font-size: 12px;
	text-align: left;
	width: 420px;
	margin: 0 auto;
}


@media screen and (max-width:768px) {
	.withwood-zeb__low-flex-box.box04 {
		width: 100%;
	}

	.withwood-zeb__low-flex-box.box04 {
		border-right: none;
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto;
	}
}

@media screen and (max-width:480px) {
	.withwood-zeb__low-flex-box.box04 {
		margin-bottom: 20px;
	}
}


/* casestudy */

.withwood-zeb__low.casestudy {
	background: #e7e5de;
	padding: 0 0 50px;
}

.withwood-zeb__inner02 {
	position: relative;
	width: 96%;
	max-width: 1184px;
	margin: 0 auto;
	padding: 200px 0 0;
}

.withwood-zeb__inner02 img.on_img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto 0 0;
	width: 100%;
	max-width: max-content;
}


.withwood-zeb__inner03 {
	position: relative;
	width: 96%;
	max-width: 1144px;
	margin: 0 auto;
}

.withwood-zeb__low.casestudy h4 {
	background: #fff;
	color: #663e2e;
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	font-size: 18px;
	padding: 4px 2%;
	position: relative;
	width: 96%;
	max-width: 1184px;
	margin: 30px auto 30px;
}

.withwood-zeb__casestudy-title {
	position: relative;
	background: #b6b097;
	border-radius: 8px;
	padding: 10px 2% 12px 170px;
}
.withwood-zeb__casestudy-title_facility {
	position: relative;
	background: #b6b097;
	border-radius: 8px;
	padding: 10px 2% 12px 15px;
}

.withwood-zeb__casestudy-title img.on_img02 {
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.withwood-zeb__casestudy-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}

.withwood-zeb__casestudy-flex.mb50 {
	margin-bottom: 50px;
}

.withwood-zeb__casestudy-title_facility p.txt,
.withwood-zeb__casestudy-flex p.txt {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	color: #fff;
	font-size: 26px;
}

.withwood-zeb__casestudy-flex p.name {
	font-family: 'TsukuGoPro-B';
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.withwood-zeb__casestudy-flex-box {
	width: 53%;
	max-width: 600px;
}

.withwood-zeb__casestudy-flex-txt {
	width: 45%;
	padding: 2% 2% 0;
}

.withwood-zeb__casestudy-flex-txt p ,
.withwood-zeb__casestudy-flex-txt table {
	margin-bottom: 40px;
	font-size: 15px;
}

.withwood-zeb__casestudy-flex-txt th{
	padding: 3px 0 7px;
	border-right: 2px solid #FFF;
}
.withwood-zeb__casestudy-flex-txt td{
	padding: 3px 0 7px 25px;
}

.withwood-zeb__casestudy-slide .thumbnail01,
.withwood-zeb__casestudy-slide .thumbnail02 {
	position: relative;
	background: #fff;
	padding: 10px 12%;
}

.withwood-zeb__casestudy-slide .thumbnail-item {
	margin: 5px;

}

.withwood-zeb__casestudy-slide .slick-center img {
	border: 4px solid #663e2e;
}

.withwood-zeb__casestudy-slide .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.withwood-zeb__casestudy-slide .prev-arrow {
	left: 4%;
}

.withwood-zeb__casestudy-slide .next-arrow {
	right: 4%;
}

.withwood-zeb__casestudy-flex02 {
	display: flex;
	justify-content: center;
	margin: 50px auto 80px;
}

.withwood-zeb__low-flex-box.box05 {
	width: 25%;
}

.withwood-zeb__low-flex-box.box05 p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:768px) {
	.withwood-zeb__inner02 {
		padding: 120px 0 0;
	}

	.withwood-zeb__inner02 img.on_img {
		width: 80%;
	}

	.withwood-zeb__casestudy-title {
		border-radius: 8px;
		padding: 5px 5%;
	}

	.withwood-zeb__casestudy-title img.on_img02 {
		position: absolute;
		left: 3%;
		top: -10px;
		bottom: auto;
		width: 30%;
		max-width: 169px;
		margin: 0;
	}

	.withwood-zeb__casestudy-flex {
		flex-wrap: wrap;
	}

	.withwood-zeb__casestudy-flex p.txt {
		width: 100%;
		font-size: 22px;
		text-align: center;
		order: 1;
	}

	.withwood-zeb__casestudy-flex p.name {
		width: 100%;
		font-size: 18px;
		text-align: right;
		order: 0;
	}

	.withwood-zeb__casestudy-flex-box {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.withwood-zeb__casestudy-flex-txt {
		width: 100%;
		max-width: 600px;
		padding: 2% 2% 0;
		text-align: center;
		margin: 0 auto;
	}

	.withwood-zeb__casestudy-flex-txt p {
		text-align: left;
	}

	.withwood-zeb__casestudy-flex02 {
		flex-wrap: wrap;
	}

	.withwood-zeb__low-flex-box.box05 {
		width: 50%;
		max-width: 280px;
		margin-bottom: 20px;
	}
	.withwood-zeb__casestudy-flex-txt table {
		margin: 20px 0;
	}
}

@media screen and (max-width:480px) {
	.withwood-zeb__low.casestudy {
		padding: 0 0 1px;
	}

	.withwood-zeb__inner02 {
		width: 90%;
		padding: 60px 0 0;
	}

	.withwood-zeb__inner02 img.on_img {
		width: 100%;
	}

	.withwood-zeb__inner03 {
		width: 100%;
	}

	.withwood-zeb__low.casestudy h4 {
		width: 100%;
		font-size: 16px;
		padding: 4px 5%;
	}

	.withwood-zeb__casestudy-title {
		border-radius: 0;
		height: 90px;
	}

	.withwood-zeb__casestudy-flex {
		margin: 0 auto;
	}

	.withwood-zeb__casestudy-flex p.txt {
		font-size: 16px;
		line-height: 1.5;
	}

	.withwood-zeb__casestudy-flex p.name {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.withwood-zeb__casestudy-flex-txt {
		width: 90%;
	}

	.withwood-zeb__casestudy-slide .thumbnail01,
	.withwood-zeb__casestudy-slide .thumbnail02 {
		padding: 10px 15%;
	}

	.withwood-zeb__low-flex-box.box05 {
		width: 100%;
		max-width: 280px;
		margin-bottom: 20px;
	}

}
