/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@500&display=swap");
/* line 9, style.scss */
.frame_content_main {
  color: #000; }

/* line 13, style.scss */
.maru_M {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal; }

/* line 18, style.scss */
.min_L {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

/* line 24, style.scss */
.min_R {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 30, style.scss */
.min_M {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/* line 36, style.scss */
.text_R {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 42, style.scss */
.text_M {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/* line 48, style.scss */
.text_B {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

/* line 54, style.scss */
.text_BB {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; }

/* line 60, style.scss */
.color_b {
  color: #FF7D00; }

/**/
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 65, style.scss */
  .title_img {
    margin: -20px -20px 0; } }
@media screen and (max-width: 600px) {
  /* line 65, style.scss */
  .title_img {
    margin: -20px -20px 0; } }

/* line 78, style.scss */
.title_imgb {
  max-width: 100%;
  height: 360px;
  position: relative;
  background: url("../images/topimg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 78, style.scss */
    .title_imgb {
      height: 30vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 78, style.scss */
    .title_imgb {
      height: 30vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 78, style.scss */
    .title_imgb {
      height: 50vw;
      background: url("../images/topimg_sp.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 600px) {
    /* line 78, style.scss */
    .title_imgb {
      height: max(50vw, 220px);
      background: url("../images/topimg_sp.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }

/* line 107, style.scss */
.topic_stitle {
  position: absolute;
  width: 144px;
  height: 135px;
  top: 0;
  left: 25px;
  background-image: url("../images/stitle_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 107, style.scss */
    .topic_stitle {
      width: 115.2px;
      height: 108px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 107, style.scss */
    .topic_stitle {
      width: 105.6px;
      height: 99px; } }
  @media screen and (max-width: 600px) {
    /* line 107, style.scss */
    .topic_stitle {
      width: 86.4px;
      height: 81px;
      left: 10vw; } }

/* line 134, style.scss */
.topic_stitleb {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0.25em;
  padding-left: 0.25em; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 134, style.scss */
    .topic_stitleb {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 134, style.scss */
    .topic_stitleb {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 600px) {
    /* line 134, style.scss */
    .topic_stitleb {
      font-size: 22px;
      font-size: 2.2rem; } }
  /* line 158, style.scss */
  .topic_stitleb span {
    margin-top: 20px;
    line-height: 1.2; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 158, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 158, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }
    @media screen and (max-width: 600px) {
      /* line 158, style.scss */
      .topic_stitleb span {
        margin-top: 15px; } }

/* line 174, style.scss */
.topic_title {
  position: absolute;
  width: 450px;
  height: 230px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: rgba(255, 255, 255, 0.7); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 174, style.scss */
    .topic_title {
      width: 37.5vw;
      height: 19.2vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 174, style.scss */
    .topic_title {
      width: 37.5vw;
      height: 19.2vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 174, style.scss */
    .topic_title {
      width: 70%;
      height: 30vw; } }
  @media screen and (max-width: 600px) {
    /* line 174, style.scss */
    .topic_title {
      width: 65%;
      height: max(30vw, 130px);
      top: 0;
      bottom: 0;
      margin: auto; } }

/* line 204, style.scss */
.topic_titleb {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: calc(100% - 20px);
  margin: 10px 0;
  border-top: 1px solid #948872;
  border-bottom: 1px solid #948872; }
  @media screen and (max-width: 600px) {
    /* line 204, style.scss */
    .topic_titleb {
      height: calc(100% - 10px);
      margin: 5px 0;
      padding: 15px; } }
  /* line 225, style.scss */
  .topic_titleb h2 {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.4;
    color: #301313;
    letter-spacing: 0.1rem;
    text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white;
    transform: translateZ(0); }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 225, style.scss */
      .topic_titleb h2 {
        font-size: 3.3vw; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 225, style.scss */
      .topic_titleb h2 {
        font-size: 2.8vw; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 225, style.scss */
      .topic_titleb h2 {
        font-size: 5.2vw; } }
    @media screen and (max-width: 600px) {
      /* line 225, style.scss */
      .topic_titleb h2 {
        font-size: max(5vw, 21px);
        letter-spacing: 0.05rem; } }

/* line 248, style.scss */
.topics_box {
  padding: 0 20px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 248, style.scss */
    .topics_box {
      padding: 0; } }
  @media screen and (max-width: 600px) {
    /* line 248, style.scss */
    .topics_box {
      padding: 0; } }

/* line 263, style.scss */
.topics_boxb {
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 263, style.scss */
    .topics_boxb {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 263, style.scss */
    .topics_boxb {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 600px) {
    /* line 263, style.scss */
    .topics_boxb {
      font-size: 15px;
      font-size: 1.5rem; } }

/* line 284, style.scss */
.lead_txt {
  margin: 30px 0 0; }

/* line 289, style.scss */
.list {
  margin: 15px 0 15px; }
  @media screen and (max-width: 600px) {
    /* line 289, style.scss */
    .list {
      margin: 5px 0 0; } }
  /* line 303, style.scss */
  .list ul li {
    display: flex;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 303, style.scss */
      .list ul li {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 303, style.scss */
      .list ul li {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 600px) {
      /* line 303, style.scss */
      .list ul li {
        font-size: 16px;
        font-size: 1.6rem; } }
    /* line 321, style.scss */
    .list ul li:before {
      display: inline-block;
      content: '';
      width: 14px;
      height: 14px;
      background: #FF7D00;
      border-radius: 50%;
      position: relative;
      top: 12px;
      margin-right: 12px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 321, style.scss */
        .list ul li:before {
          width: 12px;
          height: 12px;
          top: 11px; } }
      @media screen and (max-width: 600px) {
        /* line 321, style.scss */
        .list ul li:before {
          width: 12px;
          height: 12px;
          top: 11px;
          margin-right: 6px; } }

/* line 350, style.scss */
.content_list {
  margin: 40px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 350, style.scss */
    .content_list {
      margin: 30px 0 0; } }

/* line 362, style.scss */
.content_listb {
  border: 1px solid #FF7D00;
  padding: 20px;
  border-radius: 10px; }
  /* line 366, style.scss */
  .content_listb h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF7D00;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5; }
    /* line 374, style.scss */
    .content_listb h3:before {
      display: block;
      content: '';
      width: 50px;
      height: 1px;
      background: #FF7D00;
      margin-right: 20px; }
    /* line 382, style.scss */
    .content_listb h3:after {
      display: block;
      content: '';
      width: 50px;
      height: 1px;
      background: #FF7D00;
      margin-left: 20px; }
  /* line 391, style.scss */
  .content_listb dl {
    margin: 10px auto 0;
    width: fit-content;
    counter-reset: listnum; }
    /* line 395, style.scss */
    .content_listb dl a {
      text-decoration: none;
      color: #000000; }
      /* line 398, style.scss */
      .content_listb dl a:hover {
        text-decoration: underline;
        opacity: 0.6; }
    /* line 404, style.scss */
    .content_listb dl dt:before {
      counter-increment: listnum;
      content: counter(listnum) "."; }
    /* line 409, style.scss */
    .content_listb dl dd {
      margin-left: 1.5em; }
      /* line 411, style.scss */
      .content_listb dl dd:before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 4px;
        background: #595959;
        border-radius: 50%;
        position: relative;
        margin-right: 10px; }

/* line 424, style.scss */
.topics_main_title {
  margin: 60px 0 0; }

/* line 428, style.scss */
.topics_main_titleb h3 {
  display: flex;
  align-items: center; }
  /* line 431, style.scss */
  .topics_main_titleb h3 span {
    color: #ffffff;
    font-size: 36px;
    font-size: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #FF7D00;
    position: relative;
    margin-right: 15px;
    line-height: 1.0;
    border-radius: 5px;
    /*&:before {
    	display: block;
    	content: '';
    	border-right: 1px solid #ffffff;
    	border-bottom: 1px solid #ffffff;
    	position: absolute;
    	top: 0;
    	right: 3px;
    	bottom: 3px;
    	left: 0;
    }
    &:after {
    	display: block;
    	content: '';
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	position: absolute;
    	top: 3px;
    	right: 0;
    	bottom: 0;
    	left: 3px;
    }*/ }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 431, style.scss */
      .topics_main_titleb h3 span {
        font-size: 30px;
        font-size: 3.0rem;
        width: 45px;
        height: 45px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 431, style.scss */
      .topics_main_titleb h3 span {
        font-size: 30px;
        font-size: 3.0rem;
        width: 45px;
        height: 45px; } }
    @media screen and (max-width: 600px) {
      /* line 431, style.scss */
      .topics_main_titleb h3 span {
        font-size: 24px;
        font-size: 2.4rem;
        width: 40px;
        height: 40px; } }
    /* line 488, style.scss */
    .topics_main_titleb h3 span:before {
      display: block;
      content: '';
      border: 1px solid #ffffff;
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      border-radius: 5px;
      opacity: 0.6; }
  /* line 502, style.scss */
  .topics_main_titleb h3 p {
    color: #301313;
    font-size: 24px;
    font-size: 2.4rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 502, style.scss */
      .topics_main_titleb h3 p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 502, style.scss */
      .topics_main_titleb h3 p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 600px) {
      /* line 502, style.scss */
      .topics_main_titleb h3 p {
        font-size: 18px;
        font-size: 1.8rem; } }

/* line 523, style.scss */
.sort_box {
  margin: 20px 0 0; }

/* line 526, style.scss */
.sort_boxb {
  background: #FFFBEE;
  padding: 25px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 526, style.scss */
    .sort_boxb {
      padding: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 526, style.scss */
    .sort_boxb {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 526, style.scss */
    .sort_boxb {
      padding: 15px; } }

/* line 547, style.scss */
.topics_main_stitleb {
  background-image: url("../images/main_stitle_bg01.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: 40px auto;
  padding: 20px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 547, style.scss */
    .topics_main_stitleb {
      padding: 15px; } }
  @media screen and (max-width: 600px) {
    /* line 547, style.scss */
    .topics_main_stitleb {
      padding: 15px; } }
  /* line 563, style.scss */
  .topics_main_stitleb h4 {
    line-height: 1.0;
    font-size: 20px;
    font-size: 2.0rem;
    color: #301313; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 563, style.scss */
      .topics_main_stitleb h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 563, style.scss */
      .topics_main_stitleb h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      /* line 563, style.scss */
      .topics_main_stitleb h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  /* line 583, style.scss */
  .point_img .topics_main_stitleb {
    background-image: url("../images/main_stitle_bg02.png");
    position: relative; }
    /* line 586, style.scss */
    .point_img .topics_main_stitleb:before {
      display: block;
      content: '';
      width: 73px;
      height: 67px;
      background-image: url("../images/icon_point.png");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: -25px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 586, style.scss */
        .point_img .topics_main_stitleb:before {
          top: -25px;
          left: -30px; } }
      @media screen and (max-width: 600px) {
        /* line 586, style.scss */
        .point_img .topics_main_stitleb:before {
          top: -25px;
          left: -30px; } }
  /* line 612, style.scss */
  .product_title .topics_main_stitleb {
    padding: 15px 20px; }

/* line 616, style.scss */
.sort_flex {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 616, style.scss */
    .sort_flex {
      display: block; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 616, style.scss */
    .sort_flex {
      display: block; } }
  @media screen and (max-width: 600px) {
    /* line 616, style.scss */
    .sort_flex {
      display: block; } }
  /* line 632, style.scss */
  .sort_flex .sort_img {
    max-width: 295px;
    width: 100%; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 632, style.scss */
      .sort_flex .sort_img {
        max-width: 140px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 632, style.scss */
      .sort_flex .sort_img {
        max-width: none;
        margin: auto;
        text-align: center; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 632, style.scss */
      .sort_flex .sort_img {
        max-width: none;
        margin: auto;
        text-align: center; } }
    @media screen and (max-width: 600px) {
      /* line 632, style.scss */
      .sort_flex .sort_img {
        max-width: none;
        margin: auto;
        text-align: center; } }
    /* line 653, style.scss */
    .sort_flex .sort_img img {
      display: inline-block;
      max-width: 140px;
      border: 1px solid #c2bcb0; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 653, style.scss */
        .sort_flex .sort_img img {
          max-width: 240px;
          width: calc(50% - 7px); } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 653, style.scss */
        .sort_flex .sort_img img {
          max-width: 240px;
          width: calc(50% - 7px); } }
      @media screen and (max-width: 600px) {
        /* line 653, style.scss */
        .sort_flex .sort_img img {
          max-width: 240px;
          width: calc(50% - 7px); } }
      /* line 673, style.scss */
      .sort_flex .sort_img img:first-of-type {
        margin-right: 10px; }
        @media screen and (min-width: 930.01px) and (max-width: 1200px) {
          /* line 673, style.scss */
          .sort_flex .sort_img img:first-of-type {
            margin-right: 0;
            margin-bottom: 10px; } }
  /* line 690, style.scss */
  .sort_flex .sort_txt {
    width: calc(100% - 340px); }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 690, style.scss */
      .sort_flex .sort_txt {
        width: calc(100% - 160px); } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 690, style.scss */
      .sort_flex .sort_txt {
        margin: 15px 0 0;
        width: 100%; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 690, style.scss */
      .sort_flex .sort_txt {
        margin: 15px 0 0;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      /* line 690, style.scss */
      .sort_flex .sort_txt {
        margin: 15px 0 0;
        width: 100%; } }
    /* line 707, style.scss */
    .sort_flex .sort_txt p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 707, style.scss */
        .sort_flex .sort_txt p {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 707, style.scss */
        .sort_flex .sort_txt p {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 707, style.scss */
        .sort_flex .sort_txt p {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 600px) {
        /* line 707, style.scss */
        .sort_flex .sort_txt p {
          font-size: 15px;
          font-size: 1.5rem; } }
    /* line 728, style.scss */
    .sort_flex .sort_txt ul {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0 0; }
      /* line 732, style.scss */
      .sort_flex .sort_txt ul li {
        width: calc(100% / 3);
        line-height: 1.5;
        padding: 5px 0; }
        @media screen and (min-width: 930.01px) and (max-width: 1200px) {
          /* line 732, style.scss */
          .sort_flex .sort_txt ul li {
            width: 50%; } }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 732, style.scss */
          .sort_flex .sort_txt ul li {
            width: 50%; } }
        @media screen and (max-width: 600px) {
          /* line 732, style.scss */
          .sort_flex .sort_txt ul li {
            width: 50%; } }
        /* line 747, style.scss */
        .sort_flex .sort_txt ul li:before {
          display: inline-block;
          content: '';
          width: 3px;
          height: 3px;
          background: #000000;
          border-radius: 50%;
          position: relative;
          top: -5px;
          margin-right: 5px; }

/* line 766, style.scss */
.sort_pointb h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  background: #FF7D00;
  border-radius: 15px;
  color: #ffffff;
  margin-top: 10px; }
/* line 777, style.scss */
.sort_pointb p {
  margin-top: 10px; }
  /* line 779, style.scss */
  .sort_pointb p + h5 {
    margin-top: 25px; }

/* line 784, style.scss */
.sort_merit {
  margin: 20px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 784, style.scss */
    .sort_merit {
      margin: 10px 0 0; } }
  @media screen and (max-width: 600px) {
    /* line 784, style.scss */
    .sort_merit {
      margin: 10px 0 0; } }

/* line 797, style.scss */
.sort_meritb {
  counter-reset: pointnum; }
  /* line 799, style.scss */
  .sort_meritb p.sort_lead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      /* line 799, style.scss */
      .sort_meritb p.sort_lead {
        font-size: 16px;
        font-size: 1.6rem; } }
  /* line 814, style.scss */
  .sort_meritb h5 {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 30px;
    background: #FF7D00;
    border-radius: 15px;
    color: #ffffff;
    padding: 0 30px 0 15px;
    line-height: 1.5;
    margin-top: 20px; }
    /* line 825, style.scss */
    .sort_meritb h5:before {
      counter-increment: pointnum;
      content: counter(pointnum);
      font-size: 20px;
      font-size: 2.0rem;
      padding-right: 10px;
      border-right: 1px solid #ffffff;
      margin-right: 10px;
      line-height: 0.8; }
    /* line 835, style.scss */
    .sort_meritb h5:nth-of-type(n+2) {
      margin-top: 25px; }
  /* line 839, style.scss */
  .sort_meritb ul {
    margin: 10px 0 0;
    list-style: disc; }
    /* line 842, style.scss */
    .sort_meritb ul li {
      line-height: 1.5;
      padding: 5px 0;
      margin-left: 1.2em; }
  /* line 848, style.scss */
  .sort_meritb p.indent {
    text-indent: -1.0em;
    padding-left: 1.0em; }

/* line 853, style.scss */
.question {
  margin: 20px 0 0; }

/* line 857, style.scss */
.questionb {
  background: #FFE8BF;
  border-radius: 10px;
  position: relative;
  padding: 15px 30px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 857, style.scss */
    .questionb {
      padding: 15px; } }
  @media screen and (max-width: 600px) {
    /* line 857, style.scss */
    .questionb {
      padding: 15px; } }
  /* line 872, style.scss */
  .questionb:before {
    display: block;
    content: '';
    border: 1px solid #ffffff;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 5px; }
  /* line 884, style.scss */
  .questionb dl dt {
    display: flex;
    align-items: center; }
    /* line 887, style.scss */
    .questionb dl dt:before {
      display: block;
      content: '';
      width: 22px;
      height: 36px;
      background-image: url("../images/question_bg.png");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 15px; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 887, style.scss */
        .questionb dl dt:before {
          width: 17.6px;
          height: 28.8px;
          margin-right: 10px; } }
      @media screen and (max-width: 600px) {
        /* line 887, style.scss */
        .questionb dl dt:before {
          width: 17.6px;
          height: 28.8px;
          margin-right: 10px; } }
    /* line 912, style.scss */
    .questionb dl dt dd {
      margin: 10px 0 0; }

/* line 918, style.scss */
.point_result {
  margin: 30px 0 0; }

/* line 927, style.scss */
.result_txtb {
  background: #fff9b2;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  text-align: center; }
  /* line 933, style.scss */
  .result_txtb p {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      /* line 933, style.scss */
      .result_txtb p {
        font-size: 16px;
        font-size: 1.6rem; } }

/* line 948, style.scss */
.result_point {
  position: relative;
  margin: 50px 0 0; }
  /* line 951, style.scss */
  .result_point:before {
    display: block;
    content: '';
    width: 90px;
    height: 36px;
    background-image: url("../images/flow_img.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto; }
  /* line 966, style.scss */
  .result_point ul {
    display: flex;
    justify-content: center; }
    /* line 969, style.scss */
    .result_point ul li {
      background: #FF7D00;
      margin: 0 5px;
      width: 240px;
      text-align: center;
      padding: 5px;
      line-height: 1.5;
      color: #fff; }
      /* line 978, style.scss */
      .result_point ul li:before {
        display: inline-block;
        content: '';
        width: 21px;
        height: 20px;
        background-image: url("../images/flow_icon01.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        top: 4px;
        margin-right: 10px; }
      /* line 991, style.scss */
      .result_point ul li:last-of-type:before {
        width: 16px;
        height: 17px;
        background-image: url("../images/flow_icon02.png"); }
  /* line 998, style.scss */
  .result_point p {
    margin: 10px 0 0;
    text-align: center; }
    /* line 1001, style.scss */
    .result_point p span {
      display: inline-block;
      text-align: left; }

/* line 1007, style.scss */
.product_box {
  margin: 45px 0 0; }
  /* line 1009, style.scss */
  .product_box.box01 {
    margin: 20px 0 0; }

/* line 1016, style.scss */
.pickup_title {
  margin: 10px 0 0; }

/* line 1019, style.scss */
.pickup_titleb {
  display: flex;
  align-items: center; }
  /* line 1022, style.scss */
  .pickup_titleb span {
    background: #FF7D00;
    display: block;
    width: fit-content;
    padding: 5px 20px;
    line-height: 1.0;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 10px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1022, style.scss */
      .pickup_titleb span {
        padding: 5px 10px; } }
    @media screen and (max-width: 600px) {
      /* line 1022, style.scss */
      .pickup_titleb span {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 10px; } }
  /* line 1044, style.scss */
  .pickup_titleb p {
    font-size: 24px;
    font-size: 2.4rem; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1044, style.scss */
      .pickup_titleb p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1044, style.scss */
      .pickup_titleb p {
        font-size: 20px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 600px) {
      /* line 1044, style.scss */
      .pickup_titleb p {
        font-size: 18px;
        font-size: 1.8rem; } }

/* line 1063, style.scss */
.pickup_txt {
  margin: 10px 0 0; }

/* line 1069, style.scss */
.product_list {
  margin: 40px 0 0; }
  @media screen and (max-width: 600px) {
    /* line 1069, style.scss */
    .product_list {
      margin: 30px 0 0; } }

/* line 1081, style.scss */
.product_listb {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1081, style.scss */
    .product_listb {
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1081, style.scss */
    .product_listb {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1081, style.scss */
    .product_listb {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (max-width: 600px) {
    /* line 1081, style.scss */
    .product_listb {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 10px;
      row-gap: 10px; } }
  /* line 1107, style.scss */
  .product_listb .product_link {
    max-width: 185px;
    width: 100%; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1107, style.scss */
      .product_listb .product_link {
        max-width: 200px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1107, style.scss */
      .product_listb .product_link {
        max-width: 200px; } }
    @media screen and (max-width: 600px) {
      /* line 1107, style.scss */
      .product_listb .product_link {
        max-width: 300px; } }
    /* line 1123, style.scss */
    .product_listb .product_link a {
      text-decoration: none;
      color: #000;
      line-height: 1.3; }
      /* line 1128, style.scss */
      .product_listb .product_link a:hover {
        opacity: 0.6; }
      /* line 1131, style.scss */
      .product_listb .product_link a img {
        border: 1px solid #b8b1a3; }
  /* line 1137, style.scss */
  .product_listb .product_img01 {
    grid-row: 1 / 3;
    grid-column: 1 / 3; }
  /* line 1151, style.scss */
  .product_listb .product_img02 {
    grid-row: 7 / 9;
    grid-column: 3 / 5; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 1151, style.scss */
      .product_listb .product_img02 {
        grid-row: 9 / 11;
        grid-column: 2 / 4; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1151, style.scss */
      .product_listb .product_img02 {
        grid-row: 9 / 11;
        grid-column: 2 / 4; } }
    @media screen and (max-width: 600px) {
      /* line 1151, style.scss */
      .product_listb .product_img02 {
        grid-row: 13 / 15;
        grid-column: 1 / 3; } }

/* line 1172, style.scss */
.product_link_name {
  margin: 10px auto 0;
  width: fit-content; }

/* line 1176, style.scss */
.product_link_price {
  font-size: 14px;
  color: #801414;
  text-align: center;
  font-weight: bold;
  margin-top: 5px; }

/* line 1183, style.scss */
.type_box {
  margin: 20px 0 0; }

/* line 1187, style.scss */
.type_boxb table {
  margin: 30px 0 0;
  width: 100%;
  table-layout: fixed; }
  /* line 1191, style.scss */
  .type_boxb table th {
    background: #fff1a6;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.5;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    white-space: nowrap; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1191, style.scss */
      .type_boxb table th {
        padding: 15px;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; } }
    @media screen and (max-width: 600px) {
      /* line 1191, style.scss */
      .type_boxb table th {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; } }
  /* line 1214, style.scss */
  .type_boxb table td {
    padding: 10px;
    line-height: 1.5;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: calc(90% / 3); }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 1214, style.scss */
      .type_boxb table td {
        width: 100%;
        padding: 15px;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; } }
    @media screen and (max-width: 600px) {
      /* line 1214, style.scss */
      .type_boxb table td {
        width: 100%;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; } }
    /* line 1235, style.scss */
    .type_boxb table td.type_name {
      background: #FFF8D8;
      text-align: center;
      vertical-align: middle;
      border-right: 2px solid #ffffff;
      border-bottom: none; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 1235, style.scss */
        .type_boxb table td.type_name {
          border-right: none; } }
      @media screen and (max-width: 600px) {
        /* line 1235, style.scss */
        .type_boxb table td.type_name {
          border-right: none; } }
    /* line 1252, style.scss */
    .type_boxb table td div {
      max-width: 120px;
      width: 100%;
      margin: 20px auto; }
  /* line 1258, style.scss */
  .type_boxb table tfoot > td {
    padding: 20px;
    vertical-align: top; }

/* line 1264, style.scss */
.matome_box {
  margin: 20px 0 0; }

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