@charset "UTF-8";
body {
  background-color: #120308 !important;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", "MS Mincho", "serif" !important;
}

div.news-color {
  color: #b38044;
}

.contents-gray {
  color: #7a7c8b;
}

div.contents-gold {
  color: #edcca5;
}

span.contents-gold {
  color: #edcca5;
}

input.formBtn {
  background-color: #b38044;
  color: white;
  box-shadow: none;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  transition: background-color 0.3s;
}

button.btn-custom {
  background-color: #b38044;
  color: white;
  box-shadow: none;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  transition: background-color 0.3s;
}

.x-small {
  font-size: 12px;
}

span.content-gray {
  color: #7a7c8b;
}

.underline {
  border-bottom: 2px solid red; /* 下線の色と太さを設定 */
  text-decoration: none;
}

.page-header {
  position: relative;
  z-index: 1;
}

.news {
  z-index: 5;
}

.bottom_cover {
  position: relative;
}

.bottom_cover-small {
  position: relative;
}

.contents {
  z-index: 3;
}

.index-10 {
  z-index: 10;
}

.index-5 {
  z-index: 5;
}

.index-1 {
  z-index: 1;
}

div.contents-body {
  background-image: url("../img/bg_detail_middle.jpg");
  background-repeat: repeat;
  background-size: 100%;
}

div.request {
  z-index: 9;
}

div.request-area {
  background-image: url("../img/bg_news.jpg");
  background-repeat: repeat;
  background-size: 100%;
  background-color: white;
  width: 83.345%;
}

img.request-bottom {
  width: 83.345%;
}

.underline-container {
  position: relative;
}
.underline-container:after {
  content: "";
  position: absolute;
  bottom: -23%;
  width: 95%;
  border-bottom: 2px solid #b38044;
}

.underline-container-small {
  position: relative;
}
.underline-container-small:after {
  content: "";
  position: absolute;
  bottom: -5%;
  width: 100%;
  border-bottom: 2px solid #b38044;
}

img.request-icon {
  max-width: 100%;
}

@media (min-width: 768px) {
  .bottom_cover {
    margin-top: -15%;
  }
  .bottom_cover-small {
    margin-top: -5%;
  }
  div.contents-area {
    width: 70%;
    max-width: 1140px;
  }
  img.request-icon {
    width: 6vw;
    height: 6vw;
  }
  div.request-body {
    width: 75%;
  }
  form.company-form {
    width: 60%;
  }
}
@media (min-width: 992px) {
  img.request-icon {
    width: 6vw;
    height: 6vw;
  }
}
@media (max-width: 768px) {
  .bottom_cover {
    margin-top: 0;
  }
  .contents {
    margin-top: -10%;
  }
  img.request-icon {
    width: 6vw;
    height: 6vw;
  }
  div.request-body {
    width: 100%;
  }
  img.main-middle-harf {
    width: 50%;
  }
  div.bottom-announce {
    width: 50%;
  }
  form.company-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  img.request-icon {
    width: 10vw;
    height: 10vw;
  }
}
div.bottom-img {
  width: 85%;
  max-width: 38vw;
}

.news-area {
  background-color: white;
}

.news-area-frame {
  border: 1px solid #9f9f9f;
  width: 100%;
}

a.news-link {
  color: #b38044;
}
a.news-link:hover {
  color: #b38044;
}
a.news-link:active {
  color: #b38044;
}

.kyousan a img {
  border-bottom: solid 2px #b38044;
}
.kyousan img {
  filter: drop-shadow(5px 10px 15px #b38044);
}/*# sourceMappingURL=styles.css.map */