@charset "utf-8";
.visual{
	padding: 100px;
	background: url(../img/geo_technology/cfd/tit01_bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
#page_tit .cfd{
	background: url(../img/geo_technology/cfd/tit01_bg.jpg) no-repeat center top;
	background-size: cover;
}
.cfd{
	background: #fbfbfb !important;
}
.cfd h3{
	background: #00913a;
	padding: 10px;
	margin: 10px 0 20px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.cfd h4{
	margin: 10px 0 20px;
	font-size: 24px;
	color: #00913a;
	font-weight: bold;
}
.cfd .row{
	margin-left: 0;
	margin-right: 0;
}
.cfd article{
	padding: 0 10px;
}
.cfd figure{
	text-align: center;
}
.cfd .tab {
	overflow: hidden;
	width: 1130px;
	margin: 10px auto;
}
.cfd .tab li {
	background: #e8e8e8;
	padding: 30px 0;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	width: 33.33333%;
}
.cfd .tab li.select {
	background: #006534;
	color: #FFFFFF;
}
.cfd .tab li.select:before{
	content: "\0025bc";
	color:#FFFFFF;
	margin-right: 10px;
}
.cfd .hide {
	display: none;
}


/*追記 20180319*/

.cfd .catch{
	text-align: center;
	font-size: 2.8rem;
}


@media (min-width: 992px) {
#page_tit .key_01 {
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
}

@media screen and (max-width: 760px) {
.visual{
	padding: 20px 20px 50px;
	background: url(../img/geo_technology/cfd/tit01_bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
}

@media screen and (max-width: 1200px) {
.cfd .tab {
	overflow: hidden;
	width: 100%;
	margin: 10px auto;
}
.cfd .tab li {
	background: #e8e8e8;
	padding: 30px 0;
	float: none;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	width: 100%;
}
}