.top-imgbox {
	box-sizing:border-box;
	width:75%;
	float:right;
	position: relative;
	max-width: 1500px;
	min-width: 600px;
}
.top-imgbox h2{
	position: absolute;
	font-size: 25px;
	color: #009999;
	font-weight: bold;
	background-color: #fff;
	bottom: 0;
	left: 28%;
	padding: 30px 160px 10px 160px;
}
.top-imgbox img{
	background-size:cover;
	background-position:center;
	z-index: 0;
	height:auto;
	width: 93.5%;
	float: right;
}
.cont02 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0% 0px 0;
	position: relative;
}

.title{
	color: #009999;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 2px #009999;
	letter-spacing: 0.2em;
}
.title span{
	font-size: 60%;
}
.ope-left{
	width: 60%;
	float: left;
}
.ope-right{
	width: 35%;
	float: right;
}
.ope-title{
	font-weight: bold;
	padding-bottom: 10px;
}

.ope-cont {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	height: 120px;
	padding: 20px 0px;
	
}
.ope-merit{
	width: 50%;
	float: left;
}
.ope-demerit{
	width: 50%;
	float: right;
}

.ope-cont ul li{
	font-size: 120%;
	padding: 5px;
}
.ope-cont ul li span{
	color: #333;
	padding-right: 5px;
}

.cont03 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	position: relative;
}
.TEPP-left{
	width: 50%;
	float: left;
	height: 175px;
}
.TEPP-right{
	width: 50%;
	float: right;
}
.ope-title02{
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;

}
.ope-merit02{
	width: 100%;
}
.uke{
	margin: 20px 0px;
	width: 100%;
}
.uke01{
	float: left;
	width: 120px;
	padding: 8px 20px;
	color: #fff;
	background-color: #009999;
	text-align: center;
	font-size: 100%;
}
.uke02{
	float: left;
	width: 150px;
	padding: 6px 20px;
	color: #009999;
	background-color: #fff;
	text-align: center;
	font-size: 100%;
	border: 2px solid #009999;
	box-sizing: border-box;
}
.nagare{
	margin: 20px 0px 30px 0px;
}
.n-title{
	border: 2px solid #009999;
	padding: 6px;
	color: #009999;
	font-weight: bold;
	font-size: 110%;
}
.nagare p{
	margin-bottom: 20px;
}
.title-o{
	margin-bottom: 10px;
}


.cont04 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0% 100px 0;
	position: relative;
}
.cont05{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.yoyaku{
	margin: 20px 0px 40px;
	height: 70px;
}
.yoyaku01 a{
	float: left;
	width: 150px;
	padding: 8px 20px;
	color: #fff;
	background-color: #009999;
	text-align: center;
	font-size: 100%;
}
.yoyaku02 a{
	float: left;
	width: 350px;
	padding: 6px 20px;
	color: #009999;
	background-color: #fff;
	text-align: center;
	font-size: 100%;
	border: 2px solid #009999;
	box-sizing: border-box;
}

.title03{
	color: #009999;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}












.button02 {
  display: inline-block;
  width: 150px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background-color: #009999;
  border: 2px solid #009999;
  color: #fff;
  line-height: 38px;
	margin-top: 25px;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button02:hover {
  background-color: #fff;
  border-color: #009999;
  color: #009999;
}

.kujyou{
	text-align: center;
	padding: 20px;
	border: 1px solid #009999;
	color: #009999;
	margin-bottom: 50px;
}













@media screen and ( max-width:950px ){
.top-imgbox {
	box-sizing:border-box;
	width:100%;
	float:right;
	position: relative;
	max-width: 1500px;
	min-width: 200px;
	padding-top: 150px;
}
.top-imgbox h2{
	position: absolute;
	font-size: 20px;
	color: #009999;
	font-weight: bold;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	white-space: nowrap;
	text-align: center;
	width: 230px;
}
.top-imgbox img{
	background-size:cover;
	background-position:center;
	z-index: 0;
	height:auto;
	width: 100%;
	float: none;

}
.cont02 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 120px 0% 0px 0;
	position: relative;
}
.ope-left{
	width: 90%;
	float: none;
	margin: 0 auto;
}
.ope-right{
	padding-top: 10px;
	width: 100%;
	float: none;
	text-align: center;
}
	.ope-right img{
		width: 90%;
	}
.ope-left02 p{
	width: 90%;
	margin: 0 auto;
}	
.title{
	width: 100%;
	margin: 0 auto;
}
.title03{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #009999;
}
.gaiyou{
	width: 90%;
	font-size: 110%;
	border: none;
	margin: 0 auto;

}
.gaiyou tr{
	display: block;
	width: 100%;
	height: 100px;
	border-bottom: none;
	border-top: none;
}
.gaiyou th{
	width: 100%;
	display: block;	
	height: 30px;
	padding-top: 15px;
	margin-top: 30px;
}
.gaiyou td{
	width: 100%;
	display: block;	
	height: 60px;
	padding-left: 0px;


}	
.cont03 p{
	width: 90%;
	margin: 0 auto;
}	
	
	
	
.TEPP-left{
	width: 10%;
	float: none;
	height: 175px;
}
.TEPP-right{
	width: 100%;
	float: none;
}
	
.uke{
	margin: 30px 30px;
	width: 100%;
}	
.nagare{
	padding-top: 20px;
	margin: 0 auto;
	width: 90%;
	
}	
.kujyou{
	width: 90%;
	margin: 0 auto;

}	
.ope-cont {
	width: 90%;

	
}	
	

}



