@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts {
	padding-left: 20px;
	width: 560px;
}

#conts .comBox {
	margin-bottom: 84px;
}

#conts .comBox01 {
	margin-bottom: 0;
}

#conts p {
	font-size: 17px;
	line-height: 1.41;
	letter-spacing: -1px;
}

#conts .innerBox {
	margin: 0 auto;
	padding-bottom: 21px;
	width: 485px;
	text-align: center; 
	box-shadow: 0 5px 18px #D4D4D4;
}

#conts .innerBox p {
	margin-bottom: 3px;
	color: #221814;
	font-size: 14.5px;
	line-height: 1.39;
	letter-spacing: 0;
}

#conts .innerBox p:last-child {
	margin-bottom: 0;
}

#conts .innerBox .colorTtl {
	margin-bottom: 3px;
	color: #00AC7A;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

#conts .innerBox .colorTtl01 {
	margin-bottom: 0;
}

#conts .headLine01 .font {
	margin-left: 20px;
	display: inline-block;
}

#conts .messageBox h4 {
	margin-bottom: 4px;
	color: #5bbeac;
	font-size: 20px;
}

#conts .messageBox .text {
	margin-bottom: 21px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: -2px;
}

#conts .messageBox .text span {
	color: #5bbeac;
	font-size: 22px;
	line-height: 1;
}

#conts .messageBox .imgBox {
	display: flex;
	justify-content: space-between;
}

#conts .messageBox .imgBox .photo {
	margin: 13px 0 0 7px;
	width: 101px;
}

#conts .messageBox .imgBox .photo img {
	width: 100%;
}

#conts .messageBox .imgBox .photo p {
	margin-top: 4px;
	color: #000;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -1.5px;
}

#conts .messageBox .imgBox .photo .name {
	margin-top: 4px;
	display: block;
	font-size: 25px;
	font-weight: normal;
}

#conts .messageBox .imgBox .textBox {
	width: 410px;
	font-size: 17px;
}

#conts .messageBox .imgBox .textBox p {
	margin-bottom: 25px;
	letter-spacing: 0;
}

#conts .messageBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#conts .messageBox .imgBox .textBox .font {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
}

#conts .messageBox {
	margin-bottom: 48px;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		padding: 0;
		width: 100%;
	}
	
	#conts img {
		width: 100%;
	}
	
	#conts .comBox {
		margin: 0 15px 22px;
	}
	
	#conts p {
		font-size: 14px;
	}
	
	#conts .innerBox {
		margin-bottom: 20px;
		width: auto;
		box-shadow: none;
	}
	
	#conts .headLine01 {
		margin-bottom: 15px;
	}
	
	#conts .messageBox {
		margin: 0 15px 30px;
	}
	
	#conts .messageBox .headLine01 {
		margin: 0 -15px 15px;
	}
	
	#conts .messageBox .text {
		font-size: 16px;
		letter-spacing: -1px;
	}
	
	#conts .messageBox .text span {
		font-size: 18px;
	}
	
	#conts .messageBox .imgBox {
		display: block;
	}
	
	#conts .messageBox .imgBox .photo {
		margin: 0 auto 20px;
		width: 140px;
	}
	
	#conts .messageBox .imgBox .textBox {
		width: auto;
		font-size: 15px;
	}
	
	#conts .messageBox .imgBox .textBox .font {
		font-size: 17px;
	}
}
