@charset "UTF-8";
:root {
  --color-01: #d1b43c;
  --color-02: #004c9c;
  --red: #e50112;
  --mv-bg: #111;
}

.pane-contents {
  overflow: hidden;
}

#qp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #222;
  /*【PC】*/
  /*【SP】*/
}
#qp .mv_area {
  text-align: center;
}
#qp .check_area {
  width: 900px;
  margin: 50px auto;
  background: #faf8f1;
  border: 6px solid #d1b43c;
  padding: 60px 0 70px;
}
#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 .check_area_wrap {
  text-align: center;
}
#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 {
    width: 100%;
    margin: 20px 0;
    border: 3px solid #d1b43c;
    padding: 10px 0;
    margin: 20px 5%;
    width: 90%;
  }
  #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 img {
    margin: 0 5px 0 0;
    vertical-align: -1px;
    width: 22px;
  }
}
#qp .product_area .fl {
  grid-gap: 80px;
  justify-content: center;
}
#qp .product_area .fl .img {
  text-align: center;
  width: auto;
}
#qp .product_area .fl .img img {
  display: block;
  margin: auto;
}
#qp .product_area .fl .img .iyaku {
  border: 1px solid #333;
  padding: 2px 5px;
  display: inline-block;
  font-size: 0.8em;
  transform: translateY(-30px);
}
#qp .product_area .fl .text {
  margin: -30px 0 0 0;
  width: auto;
}
#qp .product_area .t-1 {
  color: #004c9c;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 20px 0;
}
#qp .product_area .t-2 {
  margin: 30px 0 20px 0;
}
@media screen and (max-width: 768px) {
  #qp .product_area {
    padding: 0 5%;
  }
  #qp .product_area .fl .img {
    text-align: center;
    position: relative;
    margin: 40px 25%;
  }
  #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 {
    text-align: center;
  }
  #qp .product_area .fl .text .t-2 {
    text-align: left;
  }
  #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 .title_box {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  margin: 30px 0 15px 0;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #ccc;
}
#qp .product_list .title_box:before {
  content: "";
  background: var(--color-01);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#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;
  margin: 50px 0;
  padding: 50px 0;
}
#qp .point_area .inner {
  background: #fff;
  padding: 80px 100px;
  text-align: center;
}
#qp .point_area .point_title {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 40px 0;
  font-size: 1.8em;
  position: relative;
}
#qp .point_area .point_title span {
  position: relative;
}
#qp .point_area .point_title:before {
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 14px;
  background: #d1b43c;
  content: " ";
}
@media screen and (max-width: 768px) {
  #qp .point_area {
    padding: 30px 5%;
  }
  #qp .point_area .inner {
    padding: 20px 5%;
  }
  #qp .point_area .point_title {
    margin: 0 0 10px 0;
    font-size: 1.4em;
  }
  #qp .point_area img {
    margin: 0 0 30px 0;
  }
  #qp .point_area img:last-child {
    margin-bottom: 0;
  }
}
#qp .comp_area table {
  max-width: 1000px;
  margin: 50px auto;
}
#qp .comp_area table th,
#qp .comp_area table td {
  border: 1px solid #c6c6c6;
  padding: 20px;
}
#qp .comp_area table th {
  background: #faf8f1;
  text-align: center;
  font-weight: bold;
}
#qp .comp_area table .name {
  text-align: center;
}
#qp .comp_area table .name a:hover {
  opacity: 0.7;
}
#qp .comp_area table .info_tag {
  font-size: 0.8em;
  border: 1px solid #333;
  padding: 2px 5px;
  margin: 10px 0 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #qp .comp_area {
    margin: 0 5%;
  }
  #qp .comp_area .vtrn {
    margin: 50px 0;
  }
  #qp .comp_area table.comparison {
    width: 800px;
    border-left: none;
    border-collapse: separate;
    margin: 0;
    /* sticky */
  }
  #qp .comp_area table.comparison th {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #qp .comp_area table.comparison td {
    font-size: 0.7em;
    padding: 5px;
    vertical-align: middle;
    max-width: 150px;
  }
  #qp .comp_area table.comparison td.prd img {
    width: 70px;
  }
  #qp .comp_area table.comparison th.name {
    width: auto;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #qp .comp_area table.comparison td.prd {
    padding: 10px 5px;
    position: sticky;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 1;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
  }
  #qp .comp_area .scroll-hint-icon-wrap {
    z-index: 100;
  }
  #qp .comp_area .js-scrollable {
    padding: 0 15px 0 0;
    border-left: 1px solid #c6c6c6;
    margin-right: calc(50% - 50vw);
  }
  #qp .comp_area .scroll-hint-icon-wrap {
    z-index: 100;
  }
}
#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 .white {
  color: #fff;
}
#qp .big {
  font-size: 1.2em;
}
#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 .cnter {
  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 .note.mini {
  font-size: 0.8em;
}
#qp .note.r {
  text-align: right;
}
#qp .note.w {
  color: #fff;
}
#qp .note.top {
  margin-top: 0;
}
#qp .b {
  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 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 .pc {
    display: none;
  }
}/*# sourceMappingURL=i_style.css.map */