@charset "utf-8";
html {
  scroll-behavior: smooth;
}
dl {
}

dl dd {
	margin-left: 1em;
}

.s5-table {
  th {
    width: auto;
  }
  th,td {
    padding: 10px;
  }
}
.c5-ttlBar {
  border-left: 5px solid #3a5897;
  padding-left: 10px;
}
.c5-slidebox__indent {
  padding-left: 40px;
}
.c5-semihead {
  margin: 60px 0;
}
.c5-semihead__ttl {
  text-align: center;
  margin-bottom: 10px;
  span {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #c10026 0%, #5a141e 100%) 1;
  }
}
.c5-semihead__lead {
  font-size: 20px;
}
* + .c5-profile {
  margin-top: 40px;
}
.c5-profile {
  padding: 50px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
  &:has(+ .c5-profile) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  + .c5-profile {
    margin-top: 0 !important;
  }
  p {
    margin-top: 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-profile__img {
  flex: 0 1 22%;
  margin-right: 50px;
}
.c5-profile__txt {
  flex: 1;
}
.c5-profile__ttl {
  border-bottom: 2px solid #2F353D;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 25px;
  span {
    font-size: 1.2em;
  }
}
.c5-recommend-col {
  display: flex;
  p {
    margin-top: 0;
  }
}
.c5-recommend-col__img {
  flex: 0 1 40%;
  margin-right: 40px;
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
.c5-recommend-col__ttl {
  font-size: 20px;
  font-weight: bold;
}
.c5-recommend-col__txt {
  flex: 1;
}
.c5-list-bar {
  list-style: none;
  padding: 0;
  li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    &::before {
      content: '';
      width: 12px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 10px;
      background: linear-gradient(to right, #c10026 0%, #5a141e 100%);
    }
  }
}
.c5-btn01 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  background: #3a5897;
  padding: 10px 20px;
  min-width: 200px;
  &:hover {
    color: #fff;
    text-decoration: none;
  }
}
ul.c5-list__num,
ol.c5-list__num {
  margin: 0;
  padding: 0;
  .c5-list__numIndent {
    text-indent: -1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 639px) {
  .c5-semihead {
    margin: 40px 0;
  }
  .c5-semihead__ttl {
    span {
      font-size: 24px;
      line-height: 1.5;
    }
  }
  .c5-semihead__lead {
    font-size: 18px;
  }
  .c5-profile {
    display: block;
    padding: 50px 30px;
  }
  .c5-profile__img {
    text-align: center;
    margin: 0 0 25px 0;
    img {
      max-width: 200px;
    }
  }
  .c5-profile__ttl {
    text-align: center;
    font-size: 18px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c5-recommend-col {
    display: block;
    margin-bottom: 60px;
  }
  .c5-recommend-col__img {
    margin: 0 0 40px 0;
  }
  .c5-recommend-col__ttl {
    font-size: 18px;
    text-align: center;
  }
  .c5-slidebox__indent {
    padding-left: 0;
  }
}

/*review page-----------------------------------*/
.c5-review {
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 1px;
  @media screen and (max-width: 639px) {
    font-size: 14px;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
  p {
    margin: 0 0 1.5em 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-review-head {
  margin-bottom: 120px;
  @media screen and (max-width: 639px) {
    margin-bottom: 60px;
  }
}
.c5-review-mv {
  margin-top: 40px;
  position: relative;
}
.c5-review-imgttl {
  @media screen and (max-width: 639px) {
    margin-bottom: 10px;
  }
} 
.c5-review-mv__layer {
  @media screen and (max-width: 639px) {
    margin-bottom: 20px;
  }
  @media screen and (min-width: 640px) {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
  }
}
.c5-review-nav {
  background-color: #353838;
  padding: 20px;
  @media screen and (max-width: 639px) {
    padding: 15px;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    @media screen and (max-width: 639px) {
      display: block;
    }
  }
  li {
    flex: 0 1 33.33%;
    &:not(:last-child) {
      border-right: 1px solid #fff;
      @media screen and (max-width: 639px) {
        border-right: none;
        border-bottom: 1px solid #fff;
      }
    }
  }
  a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    transition: .3s ease;
    @media screen and (max-width: 639px) {
      padding: 10px;
    }
    &:hover {
      background-color: #fff;
      color: #a30000;
      .c5-icon-down {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgkuc3Qwe2ZpbGw6I2FhMDAwMDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYsMjUuNkwwLDkuNmwzLjItMy4yTDE2LDE5LjFMMjguOCw2LjRMMzIsOS42TDE2LDI1LjZ6Ii8+PC9zdmc+");
      }
    }
  }
}
.c5-review-outline {
  padding: 40px;
  background-color: #f0f0f0;
  @media screen and (max-width: 639px) {
    padding: 15px;
  }
}
.c5-review-section {
  max-width: 1040px;
  margin: 0 auto 120px auto;
  overflow: hidden;
  @media screen and (max-width: 639px) {
    margin-bottom: 60px;
  }
}
.c5-review-mainttl {
  margin: 0;
  font-size: min(2.6rem, 3vw);
  line-height: 1.3;
  @media screen and (max-width: 639px) {
    font-size: 22px;
  }
  @media screen and (min-width: 640px) {
    span {
      background-color: rgba(0,0,0,0.5);
      padding: 10px;
      display: inline-block;
      color: #fff;
    }
  }
} 
.c5-review-ttl {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 30px 0;
  @media screen and (max-width: 639px) {
    font-size: 18px;
  }
}
.c5-review-ttl02 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  @media screen and (max-width: 639px) {
    font-size: 16px;
  }
} 
.c5-marker {
  padding-bottom: 4px;
  border-bottom: 5px solid #a30000;
  display: inline-block;
  /*background: linear-gradient(transparent 80%, #a30000 0%);*/
}
.c5-review-imgs {
  clear: both;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  @media screen and (max-width: 639px) {
    flex-direction: column;
  }
  + p {
    margin-top: 60px;
    @media screen and (max-width: 639px) {
      margin-top: 40px;
    }
  }
  &.col2 {
    > div:not(.colspan) {
      flex: 0 1 calc(50% - 10px);
    }
  }
  &.col3 {
    > div:not(.colspan) {
      flex: 0 1 calc(100% / 3 - 14px);
    }
  }
  .colspan {
    flex: 100%;
    margin: 0;
  }
}
* + .c5-review-imgs {
  margin-top: 60px;
  @media screen and (max-width: 639px) {
    margin-top: 40px;
  }
}
p.c5-review-caption {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
  @media screen and (max-width: 639px) {
    text-align: left;
  }
}

.c5-review-secicon {
  display: inline-block;
  color: #fff;
  padding: 10px;
  background-color: #a30000;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 15px;
}

.c5-review-profile {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 60px;
  .name {
    font-size: 15px;
  }
  @media screen and (max-width: 639px) {
    max-width: 80%;
    margin: 0 auto 40px auto;
  }
  @media screen and (min-width: 640px) {
  width: 25%;
    &.flR {
      float: right;
      margin-left: 40px;
    }
    &.flL {
      float: left;
      margin-right: 40px;
    }
  }
}
.c5-review-profile__img {
  margin-bottom: 20px;
}
.c5-bottomFixed {
  position: sticky;
  z-index: 98;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  box-sizing: border-box;
  &.hide {
    display: none;
  }
  @media screen and (max-width: 639px) {
    padding: 10px;
  }
  ~ .s5-returnToTop {
    margin: 0;
  }
}
.c5-btnContact {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  transition: .3s ease;
  background-color: #f5683a;
  border: 1px solid #f5683a;
  color: #fff;
  min-width: 240px;
  font-size: 1.1rem;
  @media screen and (max-width: 639px) {
    font-size: .9rem;
    min-width: 190px;
  }
  &:hover {
    background-color: #fff;
    color: #f5683a;
    text-decoration: none;
  }
}
.c5-icon-down {
  display: inline-block;
  padding-right: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYsMjUuNkwwLDkuNmwzLjItMy4yTDE2LDE5LjFMMjguOCw2LjRMMzIsOS42TDE2LDI1LjZ6Ii8+PC9zdmc+") no-repeat center right;
  background-size: 12px auto;
}
p.c5-copyright {
  text-align: right;
  font-size: 12px;
  margin-top: 5em;
  @media screen and (max-width: 639px) {
    text-align: left;
    margin-top: 3em;
  }
}
.c5-pc {
  @media screen and (max-width: 639px) {
    display: none;
  }
}
.c5-sp {
  display: none;
  @media screen and (max-width: 639px) {
    display: block;
  }
}
.s5-returnToTop {
  z-index: 99;
}
.c5-imgs {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  @media screen and (max-width: 639px) {
    flex-wrap: wrap;
  }
  > div {
    text-align: center;
    flex: 0 1 25%;
    @media screen and (max-width: 639px) {
      flex: 0 1 calc(50% - 10px);
    }
  }
  p {
    font-size: .9rem;
  }
}
