
.pro_box{
    margin: 0 0 10px 0;
  }
  .inver_title_2{
        background: linear-gradient(to top, #02a202, #70d270);
            display: block;
    overflow: hidden;
    height: 80px;
    width: 100%;
    text-align: center;
margin: 10px 0 0 0;
  }
  .inver_title_2 h1{
    color: #fff !important;
    font-weight: 800;
    font-size: 36pt !important;
    position: relative;
    top: 10px;
    text-shadow: 
    1px 1px 0 #8f8c8c,
   -1px -1px 0 #8f8c8c,
    1px -1px 0 #8f8c8c,
   -1px  1px 0 #8f8c8c,
    0px  1px 0 #8f8c8c,
    1px  0px 0 #8f8c8c,
   -1px  0px 0 #8f8c8c,
    0px -1px 0 #8f8c8c;
}
  .inver_title{
    display: block;
    overflow: hidden;
    height: 80px;
    width: 120%;
    margin: 0 0 0 -50px;
    background: linear-gradient(to top, #02a202, #70d270);
}
.inver_title h1{
    color: #fff !important;
    font-weight: 800;
    font-size: 36pt !important;
    position: relative;
    top: 10px;
    text-shadow: 
    1px 1px 0 #8f8c8c,
   -1px -1px 0 #8f8c8c,
    1px -1px 0 #8f8c8c,
   -1px  1px 0 #8f8c8c,
    0px  1px 0 #8f8c8c,
    1px  0px 0 #8f8c8c,
   -1px  0px 0 #8f8c8c,
    0px -1px 0 #8f8c8c;
}
.main-title h3{
    font-size: 28pt;
    color: #009100;
    font-weight: 700;
    margin: 50px 0;
}
.main-title p{
    font-size: 14pt;
    text-align: justify;
}

.inver_img img{
    float:right;
    margin: 0 50px 0 0;
}
.inver_img_center{
  text-align: center;
}
.siyou dl,.shogen dl{
    text-align: left;
    margin: 30px 0 10px 0;
    font-size: 21pt;
    border-left: #009100 solid 10px;
    padding: 0 0 0 8px;
}
.shogen dt{
  font-size: 16pt;
  margin: 30px 0 5px 0;
}
.siyou li{
    text-align: left;
    font-size: 12pt;
    margin: 3px 0;
}
.siyou p{
    font-size: 11pt;
}
table.shyogen_ta{
  border-collapse:collapse;
	border:1px solid #ddd;
    width: 100%;
    margin: 10px 0 20px 0;
}
table.shyogen_ta th{
  font-size: 10pt;
  border: 1px solid #666;
  padding: 5px;
  text-align: center;
  background-color: #cfe9f8;
  font-weight: 500;
}
table.shyogen_ta td{
  font-size: 10pt;
  border: 1px solid #666;
  padding: 5px;
}
table.shyogen_ta_center{
    border-collapse:collapse;
      border:1px solid #ddd;
      width: 100%;
      margin: 10px 0 20px 0;
  }
  table.shyogen_ta_center th{
    font-size: 10pt;
    border: 1px solid #666;
    padding: 5px;
    text-align: center;
    background-color: #cfe9f8;
    font-weight: 500;
  }
  table.shyogen_ta_center td{
    font-size: 10pt;
    border: 1px solid #666;
    padding: 5px;
    text-align: center;
  }
.downlist li{
    font-size: 10pt;
    list-style: none;
    margin: 5px 0;
}
.downlist li a{
    color: #009100;
}
.con_cent{
  margin: 0 0 0 200px;
  }
  @media screen and (max-width: 992px){
      .con_cent{
  margin: 0 0 0 0;
  }
  }