/* ハイライト */
highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.clear {
    clear:both;
} 

/*h2*/
.h2-2 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

/*サイドバー*/
.side_simulation {
	margin-bottom: 10px;
}

/*PC右寄せスマホ中央*/
.align-rc{
	display: block;
	margin: 0 auto;
}

/*PC左寄せスマホ中央*/
.align-lc{
	display: block;
	margin: 0 auto;
}

/*上下空白*/
.margin-tb{
	margin-top: 10px;
	margin-bottom: 15px;
}

/*topページ*/
.half35 {
  width: 267px;
  margin-bottom: 15px;
  }

.half45 {
  width: 100%;
  margin-bottom: 15px;
  }
.half45R {
  width: 100%;
  margin-bottom: 15px;
  }

/*会社概要*/
.company table {
	border: none;
	border-bottom: #ddd solid 1px;
  border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 20px;
	width: 100%;
}

.company table th,
.company table td {
	border: none;
	border-top: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px;
	vertical-align: top;
}

.company table th {
	background-color: #f5f5f5;
	width: 30%;
}

.company table td {
	background-color: #fff;
}

@media screen and ( max-width: 970px ) {
	.company table,
	.company table tbody,
	.company table tr,
	.company table th,
	.company table td {
		display: block;
		width: auto;
	}
	.company table th {
		padding: 5px 10px;
	}
	.company table td {
		border-top: #ddd solid 1px;
		padding: 20px 10px;
		font-size: 100%;
	}
}

/* サイトマッププラグイン */
.wsp-container h2{
    border:solid 1px #ddd;
    background-color:#fdfdfd;
    line-height:1em;
    font-size:20px;
    border-radius:0;
    padding-left:10px;
}
.wsp-container li::before {
    content: "-----";
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: -23px;
    margin-right: 12px;
    letter-spacing: -3px;
}
.wsp-container li {
    line-height: 1.7;
    margin-left: 10px;
    padding: 0 0 0 22px;
    border-left: 1px solid #000;
    list-style-type: none;
}
.wsp-container li a {
    text-decoration:none;
}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media screen and (max-width: 779px) {

/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/*ヘッダーTEL*/
.align-cc{
	display: block;
	margin: 0 0 0 auto;
    margin-bottom: 15px;
    font-size: 1.35em;
    text-align: center ;
} 

}
/*ここまで
----------------------------------------------------*/

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*PC右寄せスマホ中央*/
.align-rc{
	display: block;
	margin: 0 0 0 auto;
}  
/*PC左寄せスマホ中央*/
.align-lc{
	display: block;
	margin: 0 auto 0 0;
}
 
/*topページ*/
.half58 {
  width: 58%;
    margin-right:20px;
  float: left;
  }
.half35 {
  width: 35%;
  margin-top:5px;
  margin-bottom:10px;
  float: right;
  }

.half45 {
  width: 45%;
    margin-right:20px;
  float: left;
  }

.half45R {
  width: 45%;
    margin-left:20px;
  float: right;
  } 
 
/* パソコンは表示しない */
.pcnone {
	display: none;
}
/* ヘッダー  */
.head_res {
	padding-top: 25px;
  padding-bottom: 25px;
  	float: right;
}
.head_ul {
  	list-style:none;
}
.head_ul li {
  	float: left;
  	margin-left: 10px;
}

}
/*ここまで
----------------------------------------------------*/