@charset "utf-8";
/* CSS Document */

/*--会社概要--*/
h1{
	font-size: 24px;
}

.about{
 margin: 20px 20px 0px 20px;
}

h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    width: 920px;
    margin: 30px 20px 20px;
}
.midashi-box{
	width:100%;
	height:50px;
	border-bottom: 1px solid #E51D1D;
	background-image: url(img/pen.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-size:24px 40px;
}
h3{
	padding-top:25px;
	margin-bottom: 0px;
	margin-left:20px;
	font-size:20px;
}

.h3-p{
	margin:20px 20px 0px;
	font-size: 14px;
	line-height: 2;
}

.text-box1{
	width: 500px;
	height: auto;
	margin-top: 20px;
	padding-bottom:30px;
	border:1px solid;
	border-radius: 10px;
	float:left;
	/* [disabled]border:1px solid; */
}
.text-box1 p{
	margin-left:10px;
}

.ad-text{
	width:40%;
	hight:500px;
	border:1px solid;
	margin-right:20px;
	margin-left:20px;
}
.ad-text p{
	margin-left:10px;
}
.address{
	margin:20px 0px 0px 0px; 
}

.g-box{
	height:250px;
	margin:50px auto 40px;
}

.gyomu{
	width: 299px;
	height:250px;
	float:left;
	margin:10px 10px ;
	border-left:1px dashed;
}

.gyomu-r{
	width: 298px;
	height:250px;
	float:left;
	margin:10px 10px;
	border-left:1px dashed;
	border-right:1px dashed;
}

.gyomu-p{
	width:220px;
	margin:10px auto 0 auto;
}

/*見出しの円*/
.circle {	
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e6442b;
	
}
.cc{
	width: 120px;
	margin: auto;
}

.circle h4 {
  position: absolute;
  display: inline-block;
  left: 15%;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
	color: #ffffff;
}

/*--会社概要終わり--*/

table{
	
}


th{
	width:70px;
	font-size:12px;
	border-bottom: 1px #000000 solid;
	padding-left:10px;
}
td{
	width: 400px;
	border-bottom: dashed 1px;
}
td p{
	line-height: 1.5;
}
