@charset "UTF-8";
/* ヘッダー */
header {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 82%;
}

header .bg {
  background-image: url("../img/review_main.jpg");
  background-size: auto 135%;
  background-position: center center;
  padding-top: 82%;
  z-index: -1;
}

.catch .catchSVG {
  width: 77%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 220%;
}

#about .reviewList {
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
}
#about .reviewList li {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#about .reviewList li:last-child {
  margin-bottom: 0;
}
#about .reviewList li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #e3e5f7;
  padding: 0;
}
#about .reviewList li a .Img {
  width: 30%;
  position: relative;
}
#about .reviewList li a .Img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
#about .reviewList li a .Txt {
  flex: 1;
  padding-left: 15px;
}
#about .reviewList li a .Txt h3 {
  background: #6e7dda;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 2px 5px;
}
#about .reviewList li a .Txt h3 span {
  margin-right: 1em;
}
#about .reviewList li a .Txt p {
  padding-right: 1em;
  font-size: 90%;
  line-height: 1.4;
  color: #6e7dda;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #about .reviewList li {
    margin-bottom: 30px;
  }
  #about .reviewList li a:hover {
    background: #6e7dda;
  }
  #about .reviewList li a:hover .Txt h3 {
    color: #6e7dda;
    background: #e3e5f7;
  }
  #about .reviewList li a:hover .Txt p {
    color: #fff;
  }
}
#detail {
  background: #fff;
}

#detail .reviewDetList {
  padding: 15px;
}
#detail .reviewDetList > li {
  margin-bottom: 60px;
}
#detail .reviewDetList > li .name {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #e3e5f7;
  margin-bottom: 30px;
}
#detail .reviewDetList > li .name .Img {
  width: 30%;
  position: relative;
}
#detail .reviewDetList > li .name .Img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
#detail .reviewDetList > li .name .Txt {
  flex: 1;
  padding-left: 15px;
}
#detail .reviewDetList > li .name .Txt h3 {
  background: #6e7dda;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 2px 5px;
}
#detail .reviewDetList > li .name .Txt h3 span {
  margin-right: 1em;
}
#detail .reviewDetList > li .name .Txt p {
  padding-right: 1em;
  font-size: 90%;
  line-height: 1.4;
  color: #6e7dda;
}
#detail .reviewDetList > li .reviewTxt {
  margin-bottom: 20px;
}
#detail .reviewDetList > li .reviewTxt h4 {
  font-size: 120%;
  font-weight: bold;
  color: #6e7dda;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #6e7dda;
}
#detail .reviewDetList > li .reviewTxt h5 {
  margin-top: 1em;
  text-decoration: underline;
}
#detail .reviewDetList > li .reviewTxt ul li {
  list-style: outside disc;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  #detail .reviewDetList {
    padding: 15px;
  }
  #detail .reviewDetList > li {
    margin-bottom: 90px;
  }
  #detail .reviewDetList > li .name {
    margin-bottom: 40px;
  }
  #detail .reviewDetList > li .name .Img {
    width: 35%;
  }
  #detail .reviewDetList > li .name .Img img {
    height: 160px;
  }
  #detail .reviewDetList > li .name .Txt {
    padding-left: 20px;
  }
  #detail .reviewDetList > li .name .Txt h3 {
    margin-bottom: 15px;
    font-size: 110%;
    padding: 5px 10px;
  }
  #detail .reviewDetList > li .name .Txt p {
    font-size: 120%;
  }
  #detail .reviewDetList > li .reviewTxt {
    margin-bottom: 20px;
  }
  #detail .reviewDetList > li .reviewTxt h4 {
    font-size: 120%;
    font-weight: bold;
    color: #6e7dda;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #6e7dda;
  }
  #detail .reviewDetList > li .reviewTxt h5 {
    margin-top: 1em;
    text-decoration: underline;
  }
  #detail .reviewDetList > li .reviewTxt ul li {
    list-style: outside disc;
    margin-left: 1em;
  }
}
/* ----- pc ----- */
@media screen and (min-width: 768px) {
  #menu .nav ul li a {
    color: #ffffff;
  }

  /* ヘッダー */
  header {
    padding-top: 450px;
  }

  header .bg {
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 450px;
  }

  .catch {
    width: 580px;
    padding: 20px 0;
  }
}

/*# sourceMappingURL=review.css.map */
