@charset "UTF-8";
.common_mv .common_mv_inr {
  background: url(../../images/about/about_mv.png)no-repeat right 38% center/cover;
}
.s_contents {
  position: relative;
  z-index: 10;
}
.odd_img {
  width: 40%;
  max-width: 45rem;
  position: absolute;
  top: 30%;
  right: -5%;
  z-index: -1;
}
.inr_ttl, .sub_ttl {
  margin-bottom: 3rem;
}
.inr_ttl span {
  background-color: #FFFF00;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "YuGothic-B";
}
.txt {
  font-size: 1.6rem;
}
.mgb100 {
  margin-bottom: 8rem;
}
.sub_ttl {
  color: #FFFF00;
  font-size: 2rem;
}
.indent {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.border_b {
  position: relative;
}
.border_b::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  border: 1px solid #fff;
  opacity: 0.4;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 5px;
  max-width: 80rem;
}
table {
  width: 100%;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #4A4A4A;
}
table tr:last-child {
  border-bottom: none
}
table tr th {
  padding: 2rem 1.5rem;
  width: 11rem;
  font-size: 1.6rem;
  vertical-align: top;
}
table tr td {
  padding: 2rem 1.5rem;
  width: calc(100% - 10rem);
  font-size: 1.4rem;
}
table td a, table td a:link {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 2rem;
}
@media only screen and (min-width: 769px) {
  .common_mv .common_mv_inr {
    background: url("../../images/about/about_mv.png")no-repeat center center/cover;
  }
  .inr_ttl span {
    font-size: 2.8rem;
  }
  .txt {
    font-size: 1.8rem;
  }
  .mgb100 {
    margin-bottom: 10rem;
  }
  .sub_ttl {
    font-size: 2.4rem;
  }
  table tr th {
    padding: 2rem 1.5rem;
    width: 12rem;
    font-size: 1.8rem;
  }
  table tr td {
    padding: 2rem 1.5rem;
    width: calc(100% - 12rem);
    font-size: 1.6rem;
  }
  table td a:hover {
    color: #FFFF00;
    border-bottom: 1px solid #FFFF00;
  }
}