@charset "utf-8";
h1, h2, h3 {
  margin: 50px auto 0 auto;
  padding: 5px;
  font-size: 24px;
  color: #333;
  text-align: center;
	border: 1px solid #333;
	width: 96%;
}
h4, h5 {
  margin: 50px auto 0 auto;
  padding: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
	background-color: #333;
	width: 96%;
	font-weight: lighter;
}
.text_business {
  margin: 0;
  padding: 10px 0;
}
.text01 {
  margin: 0;
  padding: 0 2%;
  text-align: left;
  font-size: 16px;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.flex {
  display: flex;
}
/*　リスト
------------------------------------------------------------*/
ul.block2 {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li {
  width: 50%;
  margin: 30px auto;
  text-align: center;
	padding: 0;
}
/*　
------------------------------------------------------------*/
#outline {
	 padding: 0 0 30px 0;
}
#outline a {
    color: #c30d23;
    text-decoration: none;
}
#outline a:hover {
    color: #000058;
}

/*　
------------------------------------------------------------*/
.hyo {
	width: 96%;
	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;
}
.hyo th {
	width: 25%;
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
.hyo td {
	width: 75%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
iframe {
  width: 96%;

}

/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {	
  .content1 {
    width: 96%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	  ul.block2 li {
    width: 100%;
    margin: 20px auto;
  }
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
}