*{
	margin:0;
	padding:0;
	}

.wrap{
	width:900px;
	height:auto;
	
	margin:0 auto;
}

h1 {
  position: relative;
  padding: 1em;
  border-top: #009250 solid 2px;
  margin-top:20px;
  text-align:center;
}
h1::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 10px;
  width: 100px;
  height: 30px;
  border-radius: 30px;
  background: #009250;
}
.tokai::after {
  position: absolute;
  content: 'Tokai';
  top: -16px;
  left: 10px;
  width: 100px;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.provision::after {
  position: absolute;
  content: 'Provision';
  top: -16px;
  left: 10px;
  width: 100px;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}


.cont1{
	width:900px;
	height:800px;
}

.contimg{
	float:left;
	width:300px;
	
	
	
	
}

/*文章*/
.text{
	width:570px;
	float:left;
	margin-left:30px;	
}

/*問合せボタン*/
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #009250; /* 背景色 */
  border: 2px solid #009250;
  padding: 1em 2em;
  margin-top:2em;
  
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #009250; /* 文字色 */
}

.background_btn01:hover:before {
  border-top: 2px solid #009250; /* 矢印の色 */
  border-right: 2px solid #009250; /* 矢印の色 */
}

/*ナビゲーション*/
nav{
text-align: center;
margin:20px 0;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
nav ul li a{
text-decoration: none;
color: #333;
}
nav ul li.current a{
color: #009250;
}
nav ul li a:hover{
color: #009250;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #009250;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
	text-decoration:none;
}
#pagetop a:hover {
    background: #999;
}

hr{
	height:1px;
	color:#eeeeee;
	margin:40px 0 10px 0;
}



/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}
