@charset "utf-8";
.header_container {
  position: relative;
}
.bnone td{
  border:none!important;

}
.hyo01 td{
  padding:20px!important;
}
.hyo01 .left{
  width: 25%;
  border-bottom: 1px dashed #94d0e3!important;
  text-align: center!important;
}
.banner img{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

}
.hyo01 .right{
  border-bottom: 1px dashed #dccc!important;
}
.hyo01 .right a{
  color:#34a7cc!important;
  text-decoration: underline;
}
.hyo01 .right img{
    max-width: 10%!important;
}
.h2txt h2{
  font-size: 2.3em!important;
  letter-spacing: 5px;
}
.h2txt .sub{
  background-color:#94d0e3;
  padding:8px 50px;
  color:#fff;
  font-size:1.0em;
  letter-spacing: 11px;
  margin-top:20px;
}
.online_btn {
  position: absolute;
  right:0;
  top: 15px;
}
.header_container {
  padding: 20px 0;
}
.blog #contents article h2 {
  background: none !important;
  color: #333 !important;
  font-size: 1.6rem;
  padding: 2em 0.1em;
  border: none;
  font-weight: normal;
  font-weight: 900;
  letter-spacing: 9px !important;
}
section div#contents article ul li a {
  display: block;
  line-height: 30px;
  margin-bottom: 70px !important;
  margin-right: 10px;
  border: 1px solid #333;
  padding: 1px 16px;
  color: #333 !important;
  font-size: 12px !important;
}
.blog #contents article .date {
  color: #333 !important;
}
.anchor1 {
  display: block;
  transform: translateY(-100px);
}
.includeBlog ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.includeBlog ul li {
  width: 23%;
}
.includeBlog ul li p {
  font-weight: bold;
  margin: 10px 0 5px;
}
.includeBlog ul li a {
  color: #333 !important;
}
.includeBlog ul li img {
  width: 100% !important;
  height: 193px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1200px) {
  .includeBlog ul li img {
    height: 16.08vw !important;
  }
}

@media screen and (max-width: 768px) {
  .anchor1 {
    transform: translateY(-70px);
  }
  .online_btn {
    position: inherit;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .includeBlog ul li {
    width: 48%;
    margin-bottom: 25px;
  }
  .includeBlog ul li img {
    height: 34.84vw !important;
  }
}

@media screen and (max-width: 468px) {
  .anchor1 {
    transform: translateY(-50px);
  }
}

@media screen and (max-width: 468px) {
.h2txt .sub{
  background-color:#94d0e3;
  padding:8px 20px;
  color:#fff;
  font-size:0.8em;
  letter-spacing: 5px;
  margin-top:20px;
}
}


@media screen and (max-width: 468px) {
.hyo01 .left{
  width: 35%;
}
}