@charset "utf-8";
/*------------------------------------------------------------
	okada_kurimoto_lab
------------------------------------------------------------*/
#main {
	background-color: #FEF5F0;
}
#main .headLine01::before {
	background-color: #F17C40;
}
#main .headLine03 {
	border-left-color: #F17C40;
}
#main .headLine04 {
	margin-top: 10rem;
	margin-bottom: 2.8rem;
	padding: 3rem 2.5rem;
	background-color: transparent;
	box-shadow: none;
	border: none;
	line-height: 2;
	font-size: 2.4rem;
}

#main .innerBox {
	margin-bottom: 8rem;
	padding: 3.4rem 4rem 4rem;
	background-color: #fff;
	border: 1px solid #373737;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .headLine04 {
	color: #7C4909;
	margin: 0;
	padding: 0 4rem 2rem 0;
}
#main .innerBox .headLine04 span{
	color: #373737;
	font-size: 1.8rem;
	margin-right: 1.8rem;
	display: inline-block;
}
#main .innerBox .topBox {
	margin-bottom: 4rem;
	align-items: center;
}
#main .innerBox .topBox .lBox {
	flex: 1;
}
#main .innerBox .topBox .specialty {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 5.4rem;
	text-indent: -5.4rem;
}
#main .innerBox .topBox .specialty > *{
	text-indent: 0;
}
#main .innerBox .topBox .specialty span {
	display: inline-block;
}
#main .innerBox .comBtnList02 {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 li {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
	background-image: url(../img/common/icon14.png);
	background-size: 2rem auto;
	background-position: right 1.2rem center;
}
#main .innerBox .text {
	margin-bottom: 3rem;
	line-height: 2;
}
#main .innerBox .text:last-of-type {
	margin-bottom: 3.4rem;
}

#main .innerBox .photoList {
	margin-top: -2rem;
}
#main .innerBox .photoList li {
	margin: 2rem 3.4rem 0 0;
	width: 27rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#main .innerBox .photoList li:nth-child(3n) {
	margin-right: 0;
}
#main .innerBox .photoList li img{
	display: flex;
	flex-direction: row;
	align-items: center;
	max-height: 20rem;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#main .headLine04{
		margin-top: 5.6rem;
		margin-bottom: 2.8rem;
		padding: 0;
	}
	#main .innerBox {
		margin-bottom: 5.2rem;
		padding: 1rem 1.5rem 1.5rem;
	}
	#main .innerBox:last-of-type {
		margin-bottom: 0;
	}
	#main .innerBox .headLine04 {
		margin: 2.2rem auto 1.8rem;
		padding: 0;
		line-height: 1.33;
	}
	#main .innerBox .topBox {
		margin-bottom: 1rem;
		display: block;
	}
	#main .innerBox .topBox .lBox {
		margin-bottom: 2rem;
	}
	#main .innerBox .comBtnList02 {
		width: 30rem;
	}
	#main .innerBox .comBtnList02 li {
		width: 30rem;
	}
	.comBtnList02 li:last-child {
		margin: 2rem auto;
	}
	#main .innerBox .text:first-of-type {
		margin-top: 3rem;
	}
	#main .innerBox .text:last-of-type {
		margin-bottom: 1.3rem;
	}
	#main .innerBox .photoList {
		margin: 0 1.6rem;
		display: block;
	}
	#main .innerBox .photoList li {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .innerBox .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .innerBox .photoList img {
		width: 100%;
	}
	#main .innerBox .photoList li img{
		max-height: 60rem;
	}
	
}