#element_in_mainimg {
    width: 100%;
    height: auto;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    padding: 0;
    text-align: center;
    color: #ffffff;
}
.post {
    overflow: visible;
}
.post .mainlogo {
    margin-top: 350px;
}
.post .maintext {
    font-size: 80px;
}
.post .maintext, .post .subtext {
    line-height: 1.2;
}
p.subtext {
    font-size: 350%;
}
.post p {
    margin-bottom: 15px;
}
*::selection {
    color: #fff;
    background-color: #d3d3d3;
}

#index .content .banner .bd,
#index .content .banner .bd ul,
#index .content .banner .bd ul li {
  width: 100%;
}

#index .content .banner .bd ul li {
  width: 100% !important;
}

#index .content .banner .bd ul li > a {
  display: block !important;
  width: 100%;
}

#index .content .banner .bd img {
  position: static !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  height: auto;
  display: block;
}
