#rebossis {
  padding-inline: 35px;
  padding-block: 60px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(238, 251, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 251, 255) 100%);
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  #rebossis {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #rebossis {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #rebossis {
    padding-block: 100px 40px;
  }
}

.product_list_header {
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: solid 1px #0064B6;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .product_list_header {
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}

.product_list_title {
  color: #0064B6;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .product_list_title {
    font-size: 4rem;
  }
}
.product_list_title small {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .product_list_title small {
    font-size: 2rem;
  }
}

.product_list_body {
  max-width: 1100px;
  margin-inline: auto;
  padding-block: 40px 0;
}

.product_list_target {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  margin-inline: auto;
  max-width: 940px;
}
.product_list_target::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #0064B6;
  width: 4px;
  height: 20px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .product_list_target::before {
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

.product_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  padding-block: 20px 60px;
}
@media screen and (min-width: 768px) {
  .product_item_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px 20px;
    margin-inline: auto;
    width: 620px;
  }
}
@media screen and (min-width: 1060px) {
  .product_item_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 940px;
  }
}

.product_item {
  padding: 10px;
  max-width: 300px;
}

.product_item_header {
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  border-bottom: solid 1px #0064B6;
}

.product_item_category {
  color: #0064B6;
  font-size: 1.2rem;
  background-color: #EEFBFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1.5;
}

.product_item_name {
  font-size: 2.2rem;
  font-weight: 500;
  padding-block: 5px;
}

.product_item_subname {
  font-size: 1.4rem;
  font-weight: 500;
}

.product_item_image {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  border-radius: 20px;
}

.product_item_btn {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.product_item_btn .link_btn {
  margin-inline: auto;
}

#cell_culture {
  padding-inline: 35px;
  padding-block: 60px 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(238, 251, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 251, 255) 100%);
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  #cell_culture {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #cell_culture {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #cell_culture {
    padding-block: 100px;
  }
}

.cell_culture_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (min-width: 992px) {
  .cell_culture_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 60px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.cell_culture_image {
  max-width: 560px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .cell_culture_image {
    width: 40%;
  }
}
.cell_culture_image img {
  border-radius: 20px;
}

.cell_culture_textwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cell_culture_heading {
  color: #0064B6;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.cell_culture_text {
  font-size: 1.6rem;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.cell_culture_btn {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.cell_culture_btn .link_btn {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cell_culture_btn .link_btn br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .cell_culture_btn .link_btn {
    margin-inline: 0;
  }
}

._english .product_list_header {
  border-bottom: solid 1px #00A1D1;
}
._english .product_list_title {
  color: #00A1D1;
  text-align: center;
}
._english .product_list_target::before {
  background-color: #00A1D1;
}
._english .product_item_header {
  border-bottom: solid 1px #00A1D1;
}
._english .cell_culture_heading {
  color: #00A1D1;
}
@media screen and (min-width: 576px) {
  ._english .cell_culture_heading .br_sp {
    display: none;
  }
}
._english .cell_culture_btn .link_btn {
  max-width: 200px;
}

.senction_inner {
  padding-inline: 35px;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .senction_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .senction_inner {
    padding-inline: 60px;
  }
}

.section_text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .section_text_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.section_title {
  color: #0064B6;
  font-size: min(6.9333333333vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #0064B6;
  padding-block: 0 20px;
}
@media screen and (min-width: 992px) {
  .section_title {
    width: 400px;
  }
}

.section_text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .section_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#about_rebossis {
  margin-block: 60px;
}
@media screen and (min-width: 992px) {
  #about_rebossis {
    margin-block: 100px;
  }
}

.rebossis_feature_block {
  margin-block: 40px 0;
}
@media screen and (min-width: 992px) {
  .rebossis_feature_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-block: 60px 0;
  }
}

@media screen and (min-width: 992px) {
  .feature_side {
    margin-block: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.feature_center {
  max-width: 431px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .feature_center {
    width: 40%;
  }
}

.feature_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  background-color: #E0F1FA;
  padding: 15px;
  border-radius: 10px;
}
.feature_card:nth-child(n+2) {
  margin-block: 10px 0;
}
@media screen and (min-width: 768px) {
  .feature_card {
    width: 400px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .feature_card {
    width: 100%;
  }
}

.feature_number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #CBE0F0;
  padding-inline: 0 15px;
}

.feature_number {
  font-family: "Zen Old Mincho";
  font-size: 1.3rem;
}

.feature_heading {
  color: #0064B6;
  font-size: 1.8rem;
  font-weight: 500;
}

.feature_text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-block: 5px 0;
}

#rebossis_story, #sale_history, #product_name {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(238, 251, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 251, 255) 100%);
  background-size: 100% 300px;
  background-repeat: no-repeat;
  padding-block: 60px;
}
@media screen and (min-width: 992px) {
  #rebossis_story, #sale_history, #product_name {
    padding-block: 100px;
  }
}

.story_image {
  margin-block: 30px 0;
}
.story_image img {
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .story_image {
    margin-block: 80px 0;
  }
}

.rebossis_btn_block {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 992px) {
  .rebossis_btn_block {
    margin-block: 60px 0;
  }
}
.rebossis_btn_block .link_btn {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

#rebossis {
  padding-block: 0;
  background: none;
}

._english .section_title {
  color: #00A1D1;
  border-color: #00A1D1;
}
/*# sourceMappingURL=rebossis.css.map */