@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #0095b2;
  text-align: center;
}
h3 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
	color: #444;
}
h4, h5, h6 {
  margin: 30px auto 0 auto;
  padding: 5px;
  width: 100%;
  background-color: transparent; /* 背景色 */
  border: 1px solid #444; /* 枠線 */
  font-size: 16px;
	text-align: center;
	color: #444;
	 box-sizing: border-box;
	font-weight: lighter;
}
.underline {
  text-decoration: none;
  border-bottom: 3px solid #0095b2;
  padding-bottom: 5px;
  color: #0095b2;
	font-weight: lighter;
}
.underline_w {
  text-decoration: none;
  border-bottom: 3px solid #444;
  padding-bottom: 5px;
  color: #444;
	font-weight: lighter;
}

/* ボタン */
.btm_01 {
  display: inline-block;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 1em;
}
.btm_01:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #fff;
}
.btm_02 {
  display: inline-block;
  width: 250px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .4s;
  margin: 0 auto;
  border: 1px solid #0095b2;
	background-color: #0095b2;
}
.btm_02:hover {
  color: #0095b2;
  background-color: #fff;
  border-color: #0095b2;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	color: #444;
	
}
.text02 {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
	
}
.content1 {
  width: 1000px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 700px;
  margin: 0 auto 50px auto;
  padding: 0;
}

/* 画像 */

.flex {
  display: flex;
}
/*　タイトル
------------------------------------------------------------*/
#name {
}
.main-visual {
  background: url(../img/company/about-hd.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　アウトライン
------------------------------------------------------------*/
#outline {
}
.guide1 {
	width: 70%;
	border-collapse: separate;
	border: none;
	font-size: 14px;
	margin: 30px auto;
	color: #000;
}
.guide1 th {
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.guide1 td {
	padding: 20px 10px;
	vertical-align: middle;
	text-align: left;
}
#outline ul {
margin-left: -2em;
list-style-position: outside;
}
#outline li {

	list-style-type: square;
	margin-bottom: 20px;
}
#outline a {
	 text-decoration: none;
  color: #000;
}
#outline a:hover {
  color: #00a0b8;
}
/*　アクセス
------------------------------------------------------------*/
#access {
	background-color: #81D8D0;
  background-image: linear-gradient(#BAE0DC 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
#access ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#access ul li {
  width: 48%;
  margin: 0 1% 50px 1%;
  text-align: center;
}
.mp1 {
  width: 100%;
  margin: 10px 0;
	height: 500px;
}
.mp2 {
  width: 100%;
	height: 200px;
  margin: 10px 0;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.content1 {
    width: 96%;
  }
	.content2 {
    width: 80%;
  }
	.content3 {
    width: 90%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  /* ボタン */
.guide1 {
	width: 90%;
}
	#access ul li {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.mp1 {
  width: 100%;
  margin: 10px 0;
	height: 400px;
}
.mp2 {
  width: 100%;
	height: 200px;
  margin: 10px 0;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}