@charset "UTF-8";
:root {
  --color-01: #d1b43c;
  --green: #287a30;
  --red: #e50112;
}

.green {
  color: var(--green);
}

.pane-contents {
  overflow: hidden;
}

#qp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #222;
  /*【PC】*/
  /*【SP】*/
}
#qp .mv_area {
  text-align: center;
}
#qp .mv_area img {
  width: 100%;
  max-width: 1500px;
}
#qp .check_area {
  width: 900px;
  margin: 50px auto;
  background: #faf8f1;
  border: 6px solid #d1b43c;
  padding: 60px 0 70px;
  text-align: center;
}
#qp .check_area .title {
  font-size: 1.8em;
  background: none;
  position: relative;
  margin: 0 0 30px 0;
}
#qp .check_area .title span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
#qp .check_area .title:before {
  content: "";
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 14px;
  background: #d1b43c;
  z-index: 1;
}
#qp .check_area ul {
  display: inline-block;
}
#qp .check_area li {
  position: relative;
  margin: 20px 0;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
#qp .check_area img {
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
@media screen and (max-width: 768px) {
  #qp .check_area {
    margin: 20px 5%;
    width: 90%;
    border: 3px solid #d1b43c;
    padding: 10px 0;
  }
  #qp .check_area .title {
    margin: 0 0 5px 0;
    font-size: 1.3em;
    margin: 0;
  }
  #qp .check_area .title:before {
    width: 180px;
    height: 11px;
  }
  #qp .check_area li {
    font-size: 15px;
    margin: 10px 0;
  }
  #qp .check_area li img {
    margin: 0 5px 0 0;
    vertical-align: -1px;
    width: 22px;
  }
  #qp .check_area a {
    margin: 30px 0 0 0;
  }
}
#qp .product_area .fl {
  grid-gap: 50px;
  justify-content: center;
}
#qp .product_area .fl .img {
  text-align: center;
}
#qp .product_area .fl .img .iyaku {
  border: 1px solid #333;
  padding: 2px 5px;
  display: inline-block;
  font-size: 0.8em;
}
#qp .product_area .t1 {
  font-size: 1.6em;
  margin: 0 0 10px 0;
}
#qp .product_area .t2 {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #qp .product_area .fl .img {
    position: relative;
    margin: 30px 25%;
    width: auto;
  }
  #qp .product_area .fl .img .iyaku {
    position: absolute;
    bottom: 20px;
    left: 100%;
    white-space: nowrap;
    font-size: 0.6em;
    margin: 0 0 0 10px;
  }
  #qp .product_area .fl .text .t1 {
    font-size: 1.3em;
  }
  #qp .product_area .product_list table {
    font-size: 0.8em;
  }
  #qp .product_area .product_list table td {
    padding: 5px;
  }
  #qp .product_area .product_list table .short {
    padding: 5px;
    width: auto;
  }
}
#qp .product_list dt {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #ccc;
}
#qp .product_list dt:before {
  content: "";
  background: var(--color-01);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#qp .product_list dd {
  padding: 20px 0;
}
#qp .product_list li {
  list-style-type: auto;
  margin: 15px 0 15px 1.5em;
}
#qp .product_list table {
  margin: 20px 0;
}
#qp .product_list table th,
#qp .product_list table td {
  border: 1px solid #c6c6c6;
  vertical-align: middle;
}
#qp .product_list table th {
  width: 50%;
  height: 60px;
  font-weight: bold;
  background: #faf8f1;
  text-align: center;
}
#qp .product_list table td {
  padding: 10px 15px;
}
#qp .product_list table .short {
  width: 96px;
  padding: 24px 20px;
  text-align: center;
}
#qp .point_area {
  background: #f6f0d5;
  padding: 50px 0;
}
#qp .point_area .inner {
  background: #fff;
  padding: 80px 10%;
}
#qp .point_area .title_boder {
  margin-bottom: 50px;
}
#qp .point_area .point_title {
  font-size: 1.8em;
  background: none;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
}
#qp .point_area .point_title span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
#qp .point_area .point_title:before {
  content: "";
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 14px;
  background: #d1b43c;
  z-index: 1;
}
#qp .point_area .point_text {
  margin: 50px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
}
#qp .point_area .point_text p {
  position: relative;
  margin: 30px 0;
}
#qp .point_area .point_text p:before, #qp .point_area .point_text p:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
}
#qp .point_area .point_text p:before {
  left: 0;
  border-top: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  border-left: 4px solid var(--green);
}
#qp .point_area .point_text p:after {
  right: 0;
  border-top: 4px solid var(--green);
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
}
@media screen and (max-width: 768px) {
  #qp .point_area {
    margin: 0 0 30px 0;
    padding: 30px 5%;
  }
  #qp .point_area .inner {
    padding: 30px 5%;
  }
  #qp .point_area .title_boder {
    margin-bottom: 30px;
  }
  #qp .point_area .point_title {
    font-size: 1.3em;
  }
  #qp .point_area .point_title:before {
    width: 180px;
  }
  #qp .point_area .point_text {
    margin: 30px 0;
    font-size: 1.1em;
  }
  #qp .point_area .point_text p {
    margin: 30px 0;
  }
}
#qp .title_boder {
  text-align: center;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
}
#qp .title_boder:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: var(--color-01);
}
#qp .title_bottom {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #qp .title_bottom {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin: 30px 0;
  }
}
#qp .fl {
  display: flex;
  grid-gap: 30px;
  margin: 50px 0;
  align-items: center;
}
#qp .fl .box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #qp .fl {
    display: block;
  }
  #qp .fl .box {
    margin: 20px 0;
  }
}
#qp .fl.reverse {
  flex-direction: row-reverse;
}
#qp .fl .img {
  width: 60%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #qp .fl .img {
    width: 100%;
  }
}
#qp .center {
  text-align: center;
}
#qp .red {
  color: var(--red);
}
#qp sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#qp .hv:hover {
  opacity: 0.7;
}
#qp .note {
  margin: 10px 0;
}
#qp .mini {
  font-size: 0.8em;
}
#qp .white {
  color: #fff;
}
#qp .big {
  font-size: 1.2em;
}
#qp .right {
  text-align: right;
}
#qp .bold {
  font-weight: bold;
}
#qp a,
#qp :before,
#qp :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#qp .k {
  font-size: 0.7em;
}
#qp img {
  vertical-align: bottom;
}
#qp a:hover {
  text-decoration: none;
}
#qp .hv:hover {
  opacity: 0.7;
}
#qp h1,
#qp h2,
#qp h3,
#qp h4 {
  background: none;
  margin: 0;
  padding: 0;
}
#qp .m {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
}
@media screen and (min-width: 769px) {
  #qp .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #qp .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #qp .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #qp .inner,
  #qp .inner_mini {
    padding: 0 5%;
  }
  #qp .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */