@charset "utf-8";
h1 {
  position: relative;
  display: inline-block;
  padding: 10px 55px;
	font-size: 24px;
	color: #000;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000;
}
h1:before {
  left:0;
}
h1:after {
  right: 0;
}
h2 {
	margin: 0;
  padding: 0;
	font-size: 18px;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
}

h3, h4 {
	margin: 30px 0 10px 0;
  padding: 5px 0;
	border-top: solid 2px #000;/*上線*/
  border-bottom: solid 2px #000;/*下線*/
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
	font-size: 20px;
}
.cen {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.text01 {
  text-align: justify;
  font-size: 18px;
  color: #000;
  padding: 10px 0;
  margin: 0;
	line-height: 1.6em;
		font-family:  "リュウミン R-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text02 {
  text-align: right;
  font-size: 18px;
  padding: 0;
  margin: 0 auto;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	font-family:  "リュウミン R-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.content2 {
  width: 80%;
  margin: 30px auto 0 auto;
  padding: 20px;
  text-align: left;
	background-color: #F8FFFD;
	box-shadow: 0 0 6px #ccc;border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.flex {
  display: flex;
}
/*　概要
------------------------------------------------------------*/
#overview {
  padding: 50px 0 0 0;
	margin: 0;
	background: url(../img/company/back_01.jpg) no-repeat top center #fff;;
  background-size: 100% auto;
}
/*　テーブル
------------------------------------------------------------*/
.hyo {
	width: 80%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 50px auto;
	box-shadow: 0 0 6px #ccc;

}
.hyo th {
	width: 25%;
	padding: 10px;
	font-weight: 400;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	text-align: center;
}
.hyo td {
	width: 75%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.hyo td p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 160%;
}
iframe {
  width: 80%;
  margin-bottom: 50px;
	box-shadow: 0 0 6px #ccc;
}
/*　リスト
------------------------------------------------------------*/
ul.list03 {
	list-style-type:none;
	margin: 0;
	padding: 0 20px;
}
ul.list03 li {
  position: relative;
    padding-left: 18px;
	text-align: justify;
	margin: 10px 0;
	font-size: 16px;
}
ul.list03 li:before {
	 content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #8b6b4e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.block2 {
  margin: 20px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li {
  width: 50%;
  margin: 10px auto;
  text-align: center;
}
/*　画像
------------------------------------------------------------*/
img.photo01 {
  width: 90%;
	box-shadow: 0 0 6px #999;
}
img.photo02 {
  width: 100%;
}
img.casa {
  width: 200px;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .content1 {
    width: 96%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	h1 {
	font-size: 18px;
}
	ul.block2 li {
    width: 96%;
	  margin: 0 auto 20px auto;
  }
.content2 {
    width: 96%;
  }
	.hyo {
	width: 96%;
}
	iframe {
  width: 96%;
}
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}