@charset "UTF-8";

img {
  max-width: 100%;
}
h1 {
  font-size: 11px;
  background-color: #1ab211;
  color: #fff;
  font-weight: normal;
  text-align: right;
  padding: 3px 4%;
}
h1 .inner {
  display: block;
}
@media screen and (max-width: 768px) {
  footer nav {
      margin-bottom: 50px;
  }
}

@media screen and (max-width:768px) {
  .top .secID-67 ul.box li a{
    height: 90vw;
  }
  .top .secID-636 ul.box li a{
    height: 90vw;
  }
}


/*form*/
.contact .sec_01 form .submit_btn input {
  display: block;
  background-color: #004ea2 !important;
  border: 1px solid #004ea2;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  cursor: pointer;
  transition: .3s;
}
.contact .sec_01 form .submit_btn input:hover {
  opacity: .7;
}


/*fixed-news*/
body {
  position: relative;
}
.fixed-news {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.fixed-news .fixed-news-list {
  max-width: 400px;
  width: 100%;
}
.fixed-news .fixed-news-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fixed-news .fixed-news-item {
  background-color: #149c0c;
  position: relative;
  display: block;
  padding: 2rem 44px 2rem 2rem;
  color: #fff;
  text-decoration: none;
  /*border-radius: 20px;*/
  transition: .2s;
  border: 1px solid #fff;
}
.fixed-news .fixed-news-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.fixed-news .fixed-news-item__title {
  font-size: clamp(0.75rem, 0.9285714286vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



header .h_logo a {
  font-size: 30px;
  font-weight: bold;
  color: #1ab211;
}
@media screen and (max-width: 768px) {
  header .h_logo a {
    font-size: 18px;
  }
}
footer .f_logo {
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .f_logo {
    width: auto;
  }
}
footer .f_logo a {
  font-size: 18px;
  font-weight: bold;
  width: auto !important;
}
