.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  margin: 0;
  background:#006c76;
}
.header_inner {
  padding: 15px;
}
.header1{
  position: fixed;
  left: 0;
  top: 0;
  width: 500px;
  height: 90px;
  margin: 0;
  background:#006c76;
}
.header1_inner {
  padding: 15px;
}
.logo{
 float:left;
  margin-left: 12px;
  padding: 11px;	
  padding-left: 0px;
}
.title{
  font-size: 2rem;
  font-weight: 600;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 130px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
#footer {
  position: absolute;
  padding-top : 0.5px;
  padding-bottom : 10px;
  margin-left: -10px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
}
#footer p {
  padding-left: 30px;
  text-align: left;
  font-size: 11px;
  color: #006c76;
  
}
#footer1 {
  position: absolute;
  padding-top : 0.5px;
  padding-bottom : 10px;
  margin-left: -10px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 500px;
  background:#006c76;
}
#footer1 p {
  padding-left: 30px;
  text-align: left;
  font-size: 11px;
  color: #fff;
  
}
html,　body {
 width: 100%;
 height: 100%;
}
.ichigyou {
  vertical-align: middle;
  padding: 26px;
  display: inline-block;
}
.ichigyou img{
    vertical-align: middle;
  padding: 35px;
  display: inline-block;
}
.ichigyou span{
  display: inline-block;
}
.example{
  margin-left :-3px;
  display: flex;
  align-items: center;
  width: 290px;
  border-radius: 5px;
  border: 0.2px solid #eeeeee;
  background: #fff;
  text-decoration: none;
  color: #000;
}
.example img{
  margin-left: -3px;
  padding: 8px;
}
.example span{
  margin-left: 10px;
}
.example::before{
  content: "";
  margin-left: 5px;
}
.example::after{
  content: "〉";
  margin-left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.example:hover::after{
  margin-left: 20px;
  opacity: 1;
}
table {
  margin-left: 12px;
  border-collapse: collapse;
  }
th, td {
  width: 350px;
  white-space: nowrap;
  font-size: 13px;
  text-align: left; 
}
th {
  background-color: #fff;
}
a {
  text-decoration: none;
  font-weight:bold;
  color: #008CA2;
}
ul{
  padding-left: 1px;
  display: flex;
  height: 20px;
}
  li{
  list-style: none;
  margin:  5px;
  line-height: 1.3
}
@media only screen and (max-width: 767px) {
 .ichigyou img{
  vertical-align: middle;
  display: inline-block;
}
.ichigyou span{
  display: inline-block;
}
.ichigyou span{
  font-size: 23px;	
 }
table {
  margin-left: 10px;
  border-collapse: collapse;
	width: 100%;
}
th, td {
  width: 100%;
  display: block;
  padding: 5px 8px;
  white-space: nowrap;
  font-size: 13px;
}
th {
  background-color: #fff;
}
a {
  text-decoration: none;
  font-weight:bold;
  color: #008CA2;
}
@media only screen and (max-width: 768px) {
.main{  
  margin-top: 130px;
}
.logo {
 margin-left: 13px;
}

