@charset "utf-8";
/* CSS Document */

.cloud-for-yama {
  	background: url("../img/img_h1.jpg") center top no-repeat;
}

.img-h1 {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
}


.img-h1 img {

}

.h2-box {
	margin-top: 6%;
}

.h2-cfy {
	font-size: 35px;
	line-height: 1.5em;	
}

.cfy-ex {
	padding: 2%;
	box-sizing: border-box;
	background: #F5FFF5;
	width: 90%;
	margin: 2% auto 0;
}

.h3-box {
	margin-bottom: 3%;
}

.h3-cfy {
	font-size: 25px;
	margin: 4% 0 2%;
}

.service {
	margin-bottom: 2%;
}

.service-left {
	float: left;
	width: 40%;
	margin-right: 2%;
}

.service-left img {
	width: 100%;
}

.service-right {
	float: left;
	width: 50%;
}

#img-service {
	text-align: center;
	width: 70%;
	margin: 2% auto 0;
}

#img-service img {
	width: 100%;
}

/*.h4-cfy {
	font-size: 22px;
	margin-top: 1.5%;
	border-bottom: #F08300 5px solid;
}*/

.h4-cfy {
	font-size: 22px;
	margin: 2% 0 1.5%;
}

.h4-cfy span {
	border-bottom: 5px solid #F08300;
}

.ul-service {
	font-size: 22px;
	margin: .5% 0 1% 1em;
	list-style: disc;
}

.ul-service li {
	line-height: 1.5em;
}

.ul-service-btn {
	margin-top: 1%;
	text-align: center;
	
}

.ul-service-btn li {
	display: inline-block;
	width: 45%;
	margin-right: 2%;
}

