#concept {
	padding-bottom: 30px;
}
#trials ul.ilist {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#trials ul.ilist li a {
	box-sizing: border-box;
	padding: 18px 16px 22px;
}
#trials ul.ilist li a:hover {
	text-decoration: none;
}
#trials ul.ilist li a .label {
	position: absolute;
	top: 0;
	left: 34px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #c97585;
	padding: 13px 16px;
	color: #fff;
	font-size: 13pt;
	line-height: 100%;
	z-index: 1;
}
#trials ul.ilist li a figure {
	position: relative;
	margin: 0 0 23px;
	padding-top: 88%;
	overflow: hidden;
}
#trials ul.ilist li a figure > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.38, 1);
	will-change: transform;
}
#trials ul.ilist li a:hover figure > span {
	transform: scale(1.05);
}
#trials ul.ilist li a h4 {
	margin-bottom: 20px;
	font-size: 14pt;
	line-height: 150%;
}
#trials ul.ilist li a dl {
	font-size: 10.5pt;
}
#trials ul.ilist li a dl dt {
	box-sizing: border-box;
	float: left;
	border-radius: 6px;
	width: 6.7em;
	padding: 6px 5px;
	background-color: #c97585;
	text-align: center;
	color: #fff;
	font-size: 88%;
	line-height: 100%;
	clear: left;
}
#trials ul.ilist li a dl dd {
	padding-top: 1px;
	padding-left: 7.2em;
}
#trials ul.ilist li a dl dd:not(:last-child) {
	margin-bottom: 11px;
}
#trials ul.ilist li a dl dd .tel {
	display: inline-block;
}
@media screen and (max-width: 720px) {
	#trials ul.ilist {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	#trials ul.ilist li a {
		padding: 12px 10px 20px;
	}
	#trials ul.ilist li a .label {
		left: 28px;
		padding: 10px 14px;
		font-size: 12pt;
	}
	#trials ul.ilist li a h4 {
		font-size: 13.5pt;
		line-height: 140%;
	}
}
@media screen and (max-width: 540px) {
	#trials ul.ilist li {
		margin-right: 0;
		margin-bottom: 24px;
		width: 100%;
	}
	#trials ul.ilist li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	#trials ul.ilist li a figure {
		margin-bottom: 18px;
	}
	#trials ul.ilist li a h4 {
		margin-bottom: 14px;
	}
}

#trials .more {
	text-align: center;
}
#trials .more a {
	display: inline-block;
	border-radius: 6px;
	background-color: #c97585;
	padding: 18px 50px;
	color: #fff;
	font-size: 20pt;
	line-height: 100%;
}
#trials .more a:hover {
	text-decoration: none;
}
@media screen and (max-width: 740px) {
	#trials.blk {
		margin-bottom: 74px;
	}
	#trials .more a {
		font-size: 17pt;
	}
}
@media screen and (max-width: 640px) {
	#trials .more a {
		padding: 14px 40px;
		font-size: 15pt;
		line-height: 140%;
	}
}

#vprov header {
	margin-top: 0;
	margin-bottom: 78px;
	border-bottom: none;
	background-color: #123170;
	padding: 32px 0 24px;
	text-align: center;
	color: #fff;
	font-size: 28pt;
	letter-spacing: 1px;
	line-height: 120%;
}
#vprov header small {
	display: block;
}
@media screen and (max-width: 940px) {
	#vprov header {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 840px) {
	#vprov header {
		font-size: 24pt;
	}
}
@media screen and (max-width: 680px) {
	#vprov header {
		padding: 24px 0 19px;
		font-size: 20pt;
	}
}
@media screen and (max-width: 540px) {
	#vprov header {
		margin-bottom: 44px;
		font-size: 18pt;
		line-height: 130%;
	}
}
@media screen and (max-width: 480px) {
	#vprov header {
		font-size: 17pt;
	}
}

#vprov .blk {
	max-width: 1080px;
}
#vprov figure {
	margin: 0 0 58px;
	width: 100%;
}
#vprov figure img {
	display: block;
	width: 100%;
}
#vprov section {
	margin-bottom: 110px;
}
#vprov section h3 {
	margin-bottom: 52px;
	border-bottom: 2px solid #555;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 24pt;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 1px;
}
#vprov h5 {
	margin-bottom: 16px;
	font-size: 14pt;
}
#vprov p {
	margin-bottom: 20px;
}
#vprov p.ctr {
	margin-bottom: 78px;
	text-align: center;
	font-size: 22pt;
	line-height: 140%;
}
#vprov p.ctr > span {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}
#vprov p.ctr > span:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: calc(100% - 2em);
	max-width: 160px;
	height: 2px;
	background-color: #555;
	transform: translateX(-50%);
}
#vprov p.intro {
	margin-bottom: 110px;
}
#vprov section dl {
	margin: 0;
	padding: 0;
	line-height: 180%;
}
#vprov section dl dt {
	float: left;
	width: 10.2em;
	font-weight: bold;
	font-size: 20pt;
}
#vprov section dl dd {
	padding-top: 0.2em;
	padding-left: 15.8em;
}
#vprov section dl dd:not(:last-child) {
	margin-bottom: 14px;
}
#vprov section dl dd span {
	background: linear-gradient(transparent 70%, #f6e6e8 70%, #f6e6e8 90%, transparent 90%);
}
#vprov section dl.ver2 dt {
	width: 6.4em;
}
#vprov section dl.ver2 dd {
	padding-left: 10.8em;
}
#vprov section dl.ver2 dd span {
	background: linear-gradient(transparent 70%, #d3f1d1 70%, #d3f1d1 90%, transparent 90%);
}
#vprov section .tocontact {
	margin: 54px 0 0;
}
#vprov section .tocontact a {
	width: 26em;
	padding: 32px 40px 34px;
	font-size: 20pt;
	line-height: 140%;
}
#vprov section .tocontact a small {
	display: block;
	margin-top: 12px;
	font-size: 65%;
	line-height: 100%;
}
#vprov section .tocontact a img {
	margin-top: 27px;
	width: 100%;
	max-width: 400px;
}
@media screen and (max-width: 840px) {
	#vprov p.ctr {
		font-size: 19pt;
	}
	#vprov section h3 {
		margin-bottom: 36px;
	}
	#vprov section .tocontact a {
		box-sizing: border-box;
		width: calc(100% - 100px);
		padding: 26px 24px 28px;
		font-size: 17pt;
	}
	#vprov section .tocontact a img {
		margin-top: 18px;
	}
}
@media screen and (max-width: 767px) {
	#vprov p.ctr {
		margin-bottom: 58px;
	}
	#vprov section h3 {
		font-size: 21pt;
	}
	#vprov section dl dt {
		font-size: 18pt;
	}
	#vprov section dl dd {
		padding-left: 16.9em;
	}
}
@media screen and (max-width: 740px) {
	#vprov p.intro {
		margin-bottom: 90px;
	}
	#vprov section {
		margin-bottom: 100px;
	}
	#vprov section .tocontact a {
		font-size: 15pt;
	}
	#vprov section .tocontact a img {
		width: calc(100% - 150px);
	}
	#vprov section .tocontact a small {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 640px) {
	#vprov figure {
		margin-bottom: 44px;
	}
	#vprov section h3 {
		padding-bottom: 5px;
		font-size: 18pt;
	}
	#vprov section dl dt {
		font-size: 15pt;
	}
	#vprov section dl dd {
		padding-left: 14.1em;
	}
	#vprov section dl.ver2 dd {
		padding-left: 9.8em;
	}
}
@media screen and (max-width: 580px) {
	#vprov section .tocontact a {
		width: calc(100% - 60px);
		font-size: 14pt;
	}
	#vprov section .tocontact a img {
		width: calc(100% - 110px);
	}
}
@media screen and (max-width: 540px) {
	#vprov p.intro {
		margin-bottom: 70px;
	}
	#vprov section {
		margin-bottom: 90px;
	}
	#vprov section dl dt {
		float: none;
		margin-bottom: 1px;
		width: 100%;
		font-size: 13.5pt;
	}
	#vprov section dl dd {
		padding-left: 5px !important;
	}
	#vprov section dl dd:not(:last-child) {
		margin-bottom: 16px;
	}
	#vprov section .tocontact {
		margin-top: 34px;
	}
	#vprov section .tocontact a img {
		margin-top: 12px;
	}
}
@media screen and (max-width: 480px) {
	#vprov p.ctr {
		margin-bottom: 48px;
		font-size: 15pt;
	}
	#vprov section h3 {
		margin-bottom: 26px;
		padding-bottom: 5px;
		font-size: 16pt;
	}
	#vprov section dl dt {
		font-size: 13pt;
	}
	#vprov section .tocontact {
		margin-top: 38px;
	}
	#vprov section .tocontact a {
		padding: 18px 10px 22px;
		font-size: 12pt;
	}
	#vprov section .tocontact a img {
		width: calc(100% - 80px);
	}
	#vprov section .tocontact a small {
		font-size: 9.5pt;
	}
}

#vprov .history {
	margin-top: 76px;
}
#vprov .history h4 {
	text-align: center;
	font-size: 16pt;
}
#vprov .history ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 936px;
}
#vprov .history ul li {
	margin-left: -1px;
	margin-bottom: 24px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 132px;
}
#vprov .history ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 2px 5px;
	text-align: center;
	font-size: 12pt;
}
@media screen and (max-width: 1040px) {
	#vprov .history ul {
		max-width: 802px;
	}
}
@media screen and (max-width: 880px) {
	#vprov .history ul {
		max-width: 718px;
	}
	#vprov .history ul li {
		width: 118px;
	}
}
@media screen and (max-width: 767px) {
	#vprov .history ul {
		max-width: 598px;
	}
}
@media screen and (max-width: 680px) {
	#vprov .history p.ctr {
		font-size: 16pt;
	}
	#vprov .history ul {
		max-width: 528px;
	}
	#vprov .history ul li {
		margin-bottom: 20px;
		width: 104px;
	}
}
@media screen and (max-width: 580px) {
	#vprov .history p.ctr {
		margin-bottom: 40px;
		font-size: 15pt;
	}
	#vprov .history ul {
		max-width: 422px;
	}
	#vprov .history ul li {
		margin-bottom: 14px;
	}
	#vprov .history ul li a {
		font-size: 11pt;
	}
}
@media screen and (max-width: 480px) {
	#vprov .history p.ctr {
		font-size: 13.5pt;
	}
	#vprov .history ul {
		max-width: 318px;
	}
}
