@charset "utf-8";

section div img {
	margin-right: 30px;
	box-shadow:3px 2px 5px 0px rgba(7,0,2,.2);
	-moz-box-shadow:3px 2px 5px 0px rgba(7,0,2,.2);
	-webkit-box-shadow:3px 2px 5px 0px rgba(7,0,2,.2);
	border: solid 6px #FFF;
}
.message {
	font-size: 1.75rem !important;
	line-height: 1.45 !important;
}
.message span {
	float: right;
	display: inline-block;
	margin-top: 30px;
	font-size: 1.65rem;
}
article figure {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
	align-items: flex-end;
	padding: 5px;
}
article figure img {
	-webkit-box-shadow: inset 0 0 0 6px #e8ecef;
	-moz-box-shadow: inset 0 0 0 6px #e8ecef;
	box-shadow: inset 0 0 0 6px #e8ecef;
	border: solid 1px #e0e0d0;
	padding: 6px;
}
article figure figcaption {
	padding-bottom: 6px;
	margin-left: 30px;
	font-size: 1.6rem;
}




@media screen and (max-width: 767px) {
	main {
		margin-bottom: 60px;
	}

	article figure figcaption {
		padding-bottom: 0;
		margin-left: 10px;
		font-size: 0.6rem;
	}

	article figure .fs24.ryumin{
		display: block;
		font-size: 1.5rem !important;
	}

	.info-table{
		font-size: .79rem;
		line-height: 1.6;
		margin-bottom: 0;
	}

	/*
	.info-table dt{line-height: 1.0;}
	*/

	#hero #heroInner img{
		width: 26% !important;
		bottom: 10px;
	}

	.info-table dt {
		padding-left: 25px;
	}
	.info-table dt::before {
		content: "";
		background-image: url(../img/common/ico_form_ttl.svg);
		background-size: 34px auto;
		background-position: -17px 0;
		height: 14px;
		width: 17px;
		position: absolute;
		top: 12px;
		left: 0;
	}

	.info-table dt {
		width: 27%;
		position: relative;
	}
	.info-table dd {
		width: 73%;
	}

}
