@charset "utf-8";
/*.mainVisual h1 {
	text-shadow: 1px 1px 2px #ffffff, 0 0 0em #ffffff, 0 0 0.2em #ffffff;
}
.mainVisual h1 span {
	color: #ff8d23;
}*/
.visualdata {
	border: solid 6px #96cced;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 35px;
	position: relative;
	text-align: center;
}
#feature .visualdata {
	border: solid 6px #f0b04c;
}
.visualdata .dateTitle {
	margin-bottom: 30px;
}
.visualdata p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 1.0em;
}
.visualdata.vd01 img {
	float: left;
}
.visualdata ol {
	line-height: 1.5em;
	font-size: 18px;
	text-align: left;
	margin-left: 1.2em;
	margin-bottom: 1.0em;
}
.visualdata.vd01 p {
	margin-top: 130px;
}
.visualdata.vd03 p {
	margin-bottom: 20px;
}
dl {
	width: 100%;
	border-collapse: collapse;
}
.visualdata dl dt {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #33a8b7;
	color: white;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 2px white;
	float: left
}
.visualdata dl dt:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #33a8b7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.visualdata dl dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.visualdata dl dd {
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 15px;
	line-height: 1.5em;
	border-bottom: solid 2px white;
	float: left;
}
.visualdata dl dd strong {
	background: #0766a8;
	padding: 0.5em 1.0em;
	border-radius: 4px;
	margin: 0 0.2em 0.2em;
	line-height: 1.5em;
	color: #fff;
	display: inline-block;
}
strong.tagBlue {
	line-height: 3.0em;
}
@media screen and (max-width: 890px) {
.visualdata table td strong {
	margin: 10px 2.0em;
	display: block;
}
.mainVisual h1{
	z-index: 99999;
}
.mainVisual img {
	position: absolute;
	right: 0;
}
}
@media screen and (max-width: 765px) {
.visualdata dl dd strong{
	width: 100%;
}
}
@media screen and (max-width: 660px) {
.mainVisual img{
	display: none;
}
}