@charset "utf-8";
@keyframes opa1 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 2;
  background-color: #fff;
  -webkit-text-size-adjust: none
}

dd, dl, dt, figure, h1, h2, h3, h4, h5, input, li, p, textarea, ul {
  margin: 0;
  padding: 0;
  font-size: 100%
}

ul {
  list-style-type: none
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0
}

a {
  color: #00f;
  transition: .5s
}

a:hover {
  color: red;
  text-decoration: none
}

.inner {
  max-width: 1200px;
  margin: 0 auto
}

header {
  background: #fff;
  background: #fff linear-gradient(#d5edff, rgba(0, 150, 3, 1) 50%)
}

header .inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 80px;
  background: linear-gradient(#d5edff, rgba(0, 150, 3, 1) 50%), #fff no-repeat center center/50%
}

header #logo {
  width: 50%;
  position: absolute;
  left: 2%;
  bottom: -7px
}

#mainimg {
  clear: both;
  position: relative;
  width: 100%;
  margin-bottom: 30px
}

#contents {
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  margin-bottom: 40px
}

#main {
  float: right;
  width: 75%;
  padding-bottom: 40px
}

.c1 #main {
  float: none;
  width: auto
}

#main h2 {
  clear: both;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 120%;
  color: #fff;
  background: #009603;
  border-radius: 5px
}

#main h2::first-letter {
  border-left: 3px solid #fff;
  padding-left: 15px
}

#main h3 {
  clear: both;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 110%;
  border: 1px solid #ccc;
  border-radius: 5px
}

#main h3::first-letter {
  border-left: 3px solid #009603;
  padding-left: 15px
}

#main p {
  padding: 0 20px 20px
}

#main p+p {
  margin-top: -5px
}

#main h2+p, #main h3+p {
  margin-top: -10px
}

#main section+section {
  padding-top: 30px
}

#main .list {
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 3px 4px 2px rgba(0, 0, 0, .1);
  padding: 20px;
  margin-bottom: 20px
}

#main .list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin: -20px;
  padding: 20px
}

#main .list a:hover {
  position: relative;
  left: 1px;
  top: 1px
}

#main .list figure {
  float: left;
  width: 30%;
  margin-right: 20px
}

#main .list h4 {
  color: #009603;
  font-size: 120%
}

#main .list p {
  padding: 0
}

#sub {
  float: left;
  width: 23.3%;
  padding-bottom: 40px
}

.c1 #sub {
  display: none
}

#sub h2 {
  margin-bottom: 10px;
  font-size: 110%
}

#sub h2::first-letter {
  border-left: 3px solid #009603;
  padding-left: 10px
}

#sub p {
  line-height: 1.6
}

#sub a {
  color: #fff;
  transition: .5s
}

#sub a:hover {
  color: #000;
  text-decoration: none
}

#sub .submenu {
  margin-bottom: 20px;
  border-top: solid 1px #e4e4e4
}

#sub .submenu li {
  border-bottom: solid 1px #fff
}

#sub .submenu li a {
  text-decoration: none;
  display: block;
  padding: 5px 8px;
  background: #009603
}

#sub .box1 {
  margin-bottom: 20px;
  background: #f5f5f5
}

#sub .box1 .submenu {
  margin-bottom: 0
}

#sub .box2 {
  margin-bottom: 15px;
  font-size: 120%;
  box-shadow: 0 0 2px 5px #fff inset;
  background: #edf5fa
}

#sub .box2 a {
  text-decoration: none;
  display: block;
  padding: 40px 15px;
  border: solid 3px #e4e4e4
}

#sub .box2 a:hover {
  border: solid 3px #009603
}

footer {
  clear: both;
  overflow: hidden;
  background: #009603;
  color: #fff
}

#copyright {
  clear: both;
  text-align: center;
  background: #009603;
  padding: 10px
}

#copyright a {
  text-decoration: none;
  color: #fff
}

#new dl {
  padding: 0 20px;
  margin-bottom: 20px
}

#new dt {
  float: left;
  width: 9em;
  letter-spacing: .1em
}

#new dd {
  padding-left: 9em;
  border-bottom: 1px solid #ccc
}

.ta1, .ta2 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px
}

.ta1, .ta1 td, .ta1 th, .ta2, .ta2 td, .ta2 th {
  word-break: break-all;
  border: 1px solid #999;
  padding: 10px
}

.ta1 th {
  width: 140px;
  text-align: center;
  background: #f0f0f0
}

.ta2 th {
  background: #fffeba
}

.ta2 td {
  text-align: center
}

input[type=button].btn, input[type=reset].btn, input[type=submit].btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #eee
}

input[type=button].btn:hover, input[type=reset].btn:hover, input[type=submit].btn:hover {
  border: 1px solid #999;
  background: #fff
}

body .nav-fix-pos-pagetop a {
  display: none
}

.newicon {
  background: red;
  color: #fff;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0 5px;
  vertical-align: text-top
}

.clear {
  clear: both
}

.wl {
  width: 96%
}

.ws {
  width: 50%
}

.c {
  text-align: center!important
}

.r {
  text-align: right!important
}

@media screen and (max-width:900px) {
  #contents {
    font-size: 17px;
  }
  #main, #sub {
    float: none;
    width: auto;
    overflow: hidden
  }
  header #logo {
    position: static;
    margin: 0 auto
  }
}

@media screen and (max-width:800px) {
  body {
    font-size: 12px;
    font-size: 2.93vw
  }
  header .inner {
    position: static;
    height: auto;
    padding: 10px;
    background-position: right center
  }
  header #logo {
    position: static;
    margin: 0 auto
  }
}

@media screen and (max-width:480px) {
  body {
    font-size: 12px;
    font-size: 2.93vw
  }
  header #logo {
    width: 100%;
    padding: 10px 0
  }
  .ta1, .ta1 td, .ta1 th, .ta2, .ta2 td, .ta2 th {
    padding: 5px
  }
  .ta1 th {
    width: 100px
  }
  .wl, .ws {
    width: 94%
  }
}

#main .list2 {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 20px
}

#main .list2 a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin: -20px;
  padding: 20px
}

#main .list2 a:hover {
  position: relative;
  left: 1px;
  top: 1px
}

#main .list2 figure {
  float: left;
  width: 30%;
  margin-right: 20px
}

#main .list2 h4 {
  color: #009603;
  font-size: 120%
}

#main .list2 p {
  padding: 0
}

#main .list2 a::before {
  display: block;
  text-align: center;
  content: "→";
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #999;
  color: #fff
}

#main .list2 a:hover::before {
  background: #009603
}

#main .list2.link a {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: underline
}

#main .list2.link a::before {
  display: none
}

#main .list3 {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 20px
}

#main .list3 a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin: -20px;
  padding: 20px
}

#main .list3 a:hover {
  position: relative;
  left: 1px;
  top: 1px
}

#main .list3 figure {
  float: right;
  width: 40%;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 40px
}

#main .list3 h4 {
  color: #009603;
  font-size: 120%
}

#main .list3 p {
  padding: 0
}

#main .list3 a::before {
  display: block;
  text-align: center;
  content: "→";
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #999;
  color: #fff
}

#main .list3 a:hover::before {
  background: #009603
}

#main .list3.link a {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: underline
}

#main .list3.link a::before {
  display: none
}