@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#header .tel2 {
  margin-left: 20px;
  font-size: 20px !important;
}

#header .cont {
  font-size: 20px !important;
}

#header .cont a {
  background: #65B4E9 !important;
}
#header #siteID {
  min-width: 280px !important;
}
#nav_global .inner {
  padding: 0 !important;
}
#nav_global ul li,
#nav_global ul span {
  padding: 0 !important;
  flex-grow: 1;
}
#nav_global ul li a {
  display: block;
  padding: 15px 0;
}
#nav_global ul li a:hover {
  background: #fbd8b5;
}
#nav_global ul li ul {
  top: 57px !important;
  left: -40px !important;
}
.sec_04 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 80px;
  margin-bottom: 80px !important;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}
.sec_04 .txt .ttl {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 6px solid #fff9f5;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.sec_04 .txt .ttl2 {
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 30px;
  display: block;
}
.sec_04 .txt .ttl2 b {
  background: #ff8c00;
  padding: 5px;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.sec_04 .txt .ttl:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #ff8c00;
}
.txt02 {
  display: inline-block;
}
.ancbtn td {
  background: none !important;
  padding: 0 !important;
}
.ancbtn a {
  padding: 15px 0;
  background: #84d22f;
  transition: 1s;
  border-radius: 10px;
}
.waku td {
  padding: 0 !important;
  border: 0 !important;
}
.waku .ttl div {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.waku .ttl {
  width: 70%;
}
.waku .img {
  width: 30%;
}
.waku {
  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #ccc;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
a.itext {
  width: auto !important;
  height: inherit !important;
}
.topbnr {
  transition: 1s;
  border: 5px solid #7fc123;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.topbnr:hover {
  opacity: 0.8;
}
.topbnr a {
  opacity: 1 !important;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 5% 30px;
}
.topbnr a img {
  opacity: 1 !important;
}
/*================== ○○○○.html =================*/
@media screen and (max-width: 768px) {
  .ancbtn tr {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ancbtn td {
    width: 49% !important;
  }
}
@media only screen and (max-width: 468px) {
}
