<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.fs-body-product #fs_form {
  width: 100%;
  float: none;
}

.rc-item-inner {
  /* max-width: 760px; */
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .rc-item-inner {
    padding: 0 15px;
  }
}

/** ↓在庫なしテキスト表示↓ **/
.fs-c-productNotice--outOfStock {
  background: #FFEAEA;
  padding: 8px 16px;
  font-size: 14px;
  color: #DC241F;
}


/** ↓商品画像〜お受け取りの目安↓ **/
.rc-item-header {
  padding: 30px 0 45px;
}

@media (max-width: 575px) {
  .rc-item-header {
    padding: 15px 0 30px;
  }
}

/** 商品画像 **/

/* 20240704　変更 */
.fs-c-productMainImage,
.fs-c-productPlainImage {
  /* margin-bottom: 30px; */
  margin-bottom: 0;
}


/* @media (max-width: 575px) {

	.fs-c-productMainImage,
	.fs-c-productPlainImage {
		margin-bottom: 15px;
	}
} */

/* 20240704　変更 */
.fs-c-productMainImage__image,
.fs-c-productPlainImage {
  border: 2px solid #36ccda;
  /* border-radius: 10px; */
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/** 洗わないコースのみborder色変更 **/
body[class*="fs-body-product-ncleaning"] .fs-c-productMainImage__image {
  /**border-color: #003580;**/
}

/** ポイントバナー **/
.rc-item-header_bnr {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .rc-item-header_bnr {
    margin-bottom: 20px;
  }
}

.rc-item-header_bnr p:last-child {
  margin-bottom: 0;
}

/** お届け日時 **/
.rc-markarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/** 現在の最短お届け納期_独自コメント9 **/
.rc-deliveryDate {
  width: 430px;
  margin-right: 30px;
  border-right: 1px solid #C7C7C7;
}

@media (max-width: 575px) {
  .rc-deliveryDate {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}

.rc-deliveryDate_ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .rc-deliveryDate_ttl {
    font-size: 14px;
  }
}

.rc-deliveryDate_body {
  font-size: 14px;
  display: flex;
  column-gap: 1em;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .rc-deliveryDate_body {
    display: block;
  }
}

.rc-deliveryDate_body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.rc-deliveryDate_body p span {
  font-weight: 700;
}

.rc-deliveryDate_body p a,
.rc-deliveryDate_body p a:link,
.rc-deliveryDate_body p a:visited {
  text-decoration: underline;
}

.rc-deliveryDate_body p u {
  text-decoration: none;
}

.rc-deliveryDate_body:nth-of-type(n+2) {
  margin-top: 12px;
  font-size: 12px;
}

.rc-deliveryDate_body:nth-of-type(n+2) p {
  font-size: 12px;
}

/** 独自コメント8 お届け日時確認ボタン **/
.rn-btn_calendar,
.rn-btn_calendar:link,
.rn-btn_calendar:visited {
  color: #0097AC;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .rn-btn_calendar {
    font-size: 14px;
    text-align: center;
    margin: 24px auto 0;
  }
}

.rn-btn_calendar::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url('https://cleaners.itembox.design/item/rinavis/img/item/ico_calendar.svg') no-repeat center /contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .rn-btn_calendar::before {
    margin-right: 4px;
  }
}

.rn-btn_calendar img {
  display: none;
}

.rn-btn_calendar .material-icons {
  font-size: 0;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url('https://cleaners.itembox.design/item/rinavis/img/item/ico_link.svg') no-repeat center /contain;
  vertical-align: text-top;
}

@media (max-width: 575px) {
  .rn-btn_calendar .material-icons {
    margin-left: 2px;
  }
}

/** ↑商品画像〜お受け取りの目安↑ **/

/** ↓コース説明・注文前の注意点↓ **/
.rc-item-body {
  padding: 60px 0 30px;
  background: #EFEFEF;
}

@media (max-width: 575px) {
  .rc-item-body {
    padding: 30px 0 20px;
  }
}

.rc-tab_item_body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rc-tab_item_body_tokucho {
  width: 500px;
  max-width: 100%;
}

.rc-tab_item_body_tokucho+p {
  margin-top: 1em;
}

/** タブパーツ **/
.rc-item-body .rc-tab {
  display: flex;
  justify-content: space-between;
}

.rc-item-body .rc-tab .rc-tab_btn {
  width: 370px;
  height: 62px;
  border-radius: 10px 10px 0 0;
  background: #0097AC;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 575px) {
  .rc-item-body .rc-tab .rc-tab_btn {
    width: calc((100% - 10px) / 2);
    height: 65px;
    font-size: 14px;
  }
}

.rc-item-body .rc-tab .rc-tab_btn.is-active {
  background: #ffffff;
  color: #0097AC;
}

.rc-item-body .rc-tab .rc-tab_btn p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 575px) {
  .rc-item-body .rc-tab .rc-tab_btn p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
}

.rc-item-body .rc-tab .rc-tab_btn span {
  font-size: 12px;
}

@media (max-width: 575px) {
  .rc-item-body .rc-tab .rc-tab_btn span {
    font-weight: 700;
  }
}

.rc-tab_item {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

.rc-tab_item_okng_listset_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* padding-left: 1em; */
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body ul {
  width: 25%;
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-3col ul {
  width: calc(100%/3);
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-2col ul {
  width: 50%;
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-1col ul {
  width: 100%;
}

@media (max-width: 575px) {
  .rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-3col ul {
    width: 100%;
  }

  .rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-2col ul {
    width: 100%;
  }
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.rc-tab_item_okng_listset.is-100per .rc-tab_item_okng_listset_body.is-2em ul li {
  padding-left: 2em;
  text-indent: -2em;
}

.rc-tab_item_ttl,
.rc-tab_item_ttl_notoggle {
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #C7C7C7;
  border-bottom: 0;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 575px) {

  .rc-tab_item_ttl,
  .rc-tab_item_ttl_notoggle {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.rc-tab_item_ttl {
  cursor: pointer;
  padding-right: 60px;
}

@media (max-width: 575px) {
  .rc-tab_item_ttl {
    padding-right: 40px;
  }
}

.rc-tab_item_ttl+.rc-tab_item_body {
  display: none;
}

.rc-tab_item_ttl:first-of-type,
.rc-tab_item_ttl_notoggle:first-of-type {
  border-top: 0;
}

.rc-tab_item_ttl::before,
.rc-tab_item_ttl_notoggle::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(https://cleaners.itembox.design/item/rinavis/img/common/ico_title.svg) no-repeat left center /1em;
  flex-shrink: 0;
}

.rc-tab_item_ttl h3,
.rc-tab_item_ttl_notoggle h3,
.rc-tab_item_ttl h2,
.rc-tab_item_ttl_notoggle h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0;
}

@media (max-width: 575px) {

  .rc-tab_item_ttl h3,
  .rc-tab_item_ttl_notoggle h3,
  .rc-tab_item_ttl h2,
  .rc-tab_item_ttl_notoggle h2 {
    font-size: 15px !important;
  }

  .rc-tab_item_ttl_notoggle h3,
  .rc-tab_item_ttl_notoggle h2 {
    padding-right: 0 !important;
  }
}

.rc-tab_item_ttl::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('https://cleaners.itembox.design/item/rinavis/img/common/ico_open.svg') no-repeat center /contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

@media (max-width: 575px) {
  .rc-tab_item_ttl::after {
    right: 15px;
  }
}

.rc-tab_item_ttl.is-active::after {
  content: "";
  background: url('https://cleaners.itembox.design/item/rinavis/img/common/ico_close.svg') no-repeat center /contain;
  transform: translateY(-50%) rotate(-180deg);
}

.rc-tab_item_ttl_notoggle {
  border-bottom: 1px solid #C7C7C7 !important;
}

.rc-tab_item_body {
  padding: 30px;
  font-size: 14px;
  line-height: 1.9;
  border-top: 1px solid #C7C7C7;
}

.rc-tab_item_ttl_notoggle+.rc-tab_item_body {
  border-top: 0;
}

@media (max-width: 575px) {
  .rc-tab_item_body {
    padding: 20px 15px;
  }

  .rc-tab_item_body p {
    font-size: 14px;
  }
}

.rc-tab_item_body_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.rc-tab_item_body_list li:last-child {
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .rc-tab_item_body_list li {}
}

.rc-tab_item_body&gt;*:last-child {
  margin-bottom: 0;
}

.rc-tab_item_body a,
.rc-tab_item_body a:link,
.rc-tab_item_body a:visited {
  text-decoration: underline;
}

.rc-tab_item_body_secttl {
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .rc-tab_item_body_secttl {
    font-size: 16px;
    padding: 12px 15px;
    margin-bottom: 15px;
  }
}

.rc-tab_item_body_tablewrap {}

@media (max-width: 575px) {
  .rc-tab_item_body_tablewrap {
    overflow-x: scroll;
  }
}

.rc-tab_item_body_table {
  width: 100%;
}

@media (max-width: 575px) {
  .rc-tab_item_body_table {
    table-layout: fixed;
  }

  .rc-tab_item_body_tablewrap .rc-tab_item_body_table {
    width: max-content;
    table-layout: auto;
  }
}

.rc-tab_item_body_table th {
  background: #0097AC;
  color: #ffffff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center !important;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .rc-tab_item_body_table th {
    display: table-cell;
  }

  .rc-tab_item_body_tablewrap .rc-tab_item_body_table th {
    /* width: 7em; */
    width: 10em;
    vertical-align: middle;
  }
}

.rc-tab_item_body_table th:first-child {
  border-left: 1px solid #0097AC;
}

.rc-tab_item_body_table th:last-child {
  border-right: 1px solid #0097AC;
}

.rc-tab_item_body_table td {
  text-align: center;
  border: 1px solid #B5B5B6;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .rc-tab_item_body_table td {
    display: table-cell;
    width: 7em;
    vertical-align: middle;
  }
}

.rc-item-body img.taiou_pc {
  margin: 15px auto;
}

.rc-item-body img.taiou_sp {
  margin: 10px auto 15px;
}

.rc-tab_item_okng_item {
  padding: 0 24px;
}

@media (max-width: 575px) {
  .rc-tab_item_okng_item {
    padding: 0 8px;
    font-size: 12px;
    /* padding: 0 15px; */
  }
}

/* .rc-tab_item_okng_item_ttl {
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  margin-bottom: 16px;
  margin: 30px -30px;
} */

.rc-tab_item_okng_item_ttl {
  background: #0097ac;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: #fff;
  /* margin: 30px -30px; */
}

@media (max-width: 575px) {
  .rc-tab_item_okng_item_ttl {
    font-size: 14px;
    /* margin: 20px -15px; */
  }
}

.rc-tab_item_okng_item&gt;img {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .rc-tab_item_okng_item&gt;img {
    margin-bottom: 20px;
  }
}

.rc-tab_item_okng_item_list {
  margin-bottom: 15px;
}

.rc-tab_item_okng_item_list:last-child {
  margin-bottom: 16px;
}

.rc-tab_item_ok_list,
.rc-tab_item_okng_imglist {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  gap: 10px;
  /* column-gap: 20px; */
  /* row-gap: 10px; */
}

.rc-tab_item_ok_list li {
  width: calc((100% - 30px) / 4);
  text-align: center;
  border-radius: 8px;
  font-size: 12px;
  line-height: 2.4;
  background: #eee;
  /* border: 1px solid #ccc; */
}

.rc-tab_item_okng_imglist li {
  width: calc((100% - 100px) / 6);
  text-align: center;
  font-size: 12px;
}

@media (max-width: 575px) {

  .rc-tab_item_ok_list,
  .rc-tab_item_okng_imglist {
    gap: 8px;
  }

  .rc-tab_item_ok_list li {
    width: calc((100% - 8px) / 2);
  }

  .rc-tab_item_okng_imglist li {
    width: calc((100% - 16px) / 3);
  }
}

.other_item_ok dt {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.other_item_ok dd,
.option_item_ok li {
  margin-bottom: 8px;
}

.rc-tab_item_okng_imglist li p {
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .rc-tab_item_okng_imglist li p {
    font-weight: 500;
    text-align: center;
  }
}

.rc-tab_item_okng_listset {
  margin-bottom: 16px;
}

.rc-tab_item_okng_listset:last-child {
  margin-bottom: 24px;
}

/* .rc-tab_item_okng_listset_ttl {
  font-size: 14px;
  font-weight: 700;
} */

.rc-tab_item_okng_listset_ttl {
  /* font-size: 14px; */
  font-weight: 700;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #0097ac;
  color: #fff;
}

.rc-tab_item_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.rc-tab_item_2col_item {
  width: calc((100% - 20px) / 2);
  padding: 0 15px;
}

@media (max-width: 575px) {
  .rc-tab_item_2col_item {
    width: 100%;
  }
}

.rc-tab_item_2col_item_ttl {
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  margin: 0 -15px 15px;
}

@media (max-width: 575px) {
  .rc-tab_item_2col_item_ttl {
    font-size: 14px;
  }
}

.rc-tab_item_2col_item small {
  font-size: 100%;
}

.rc-tab_item_2col_item ul {
  color: #DC241F;
  font-size: 12px;
  margin-bottom: 15px;
}

.rc-tab_item_2col_item .rc-tab_item_2col_item_body&gt;*:last-child {
  margin-bottom: 0 !important;
}

.rc-tab_item_2col&gt;p:last-child {
  margin: 10px 0 0;
}

.rc-tab_item_numcol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {}

.rc-tab_item_numcol_item {
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-increment: cnt;
}

@media (max-width: 575px) {
  .rc-tab_item_numcol_item {
    width: 100%;
  }
}

.rc-tab_item_numcol_img {
  width: 140px;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 575px) {
  .rc-tab_item_numcol_img {
    width: 100px;
  }
}

.rc-tab_item_numcol_img::before {
  content: counter(cnt);
  background: #36CCDA;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  .rc-tab_item_numcol_img::before {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}

.rc-tab_item_numcol_body h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0097AC;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .rc-tab_item_numcol_body h4 {
    margin-bottom: 4px;
  }
}

.rc .note {
  font-size: 12px;
  /* margin-bottom: 0; */
}

@media (max-width: 575px) {
  .rc .note {
    font-size: 12px !important;
  }
}

.rc .red {
  color: #DC241F !important;
}

.rc .blue {
  color: #0097AC !important;
}

.course__review__voice__content,
.course__review__voice__content--last {
  padding: 30px;
  background: #F7F7F7;
  margin-bottom: 30px;
}

.course__review__voice__content:nth-child(2) {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  cursor: pointer;
}

.course__review__voice__content:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
}

.course__review__voice__content:nth-child(2)::after {
  content: "続きを見る";
  width: 316px;
  height: 53px;
  color: #0097AC;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1EC6D4;
  border-radius: 100px;
  background: url(https://cleaners.itembox.design/item/rinavis/img/common/ico_btn_arrow_down.svg?2) no-repeat right 18px center /8px, #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.course__review__voice__content:nth-child(2):hover::after {
  opacity: 0.7;
}

.course__review__voice__content:nth-child(2).is-open {
  max-height: none;
  cursor: auto;
}

.course__review__voice__content:nth-child(2).is-open::before,
.course__review__voice__content:nth-child(2).is-open::after {
  display: none;
}

.course__review__voice__content:nth-child(n+3),
.course__review__voice__content--last:not(:first-child) {
  display: none;
}

@media (max-width: 575px) {

  .course__review__voice__content,
  .course__review__voice__content--last {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .course__review__voice__content:nth-child(2)::after {
    width: 285px;
    height: 51px;
    font-size: 14px;
  }
}

.course__review__voice__content--last {
  margin-bottom: 0;
}

[class*="course__review__voice__content__star"] {
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 15px;
}

[class*="course__review__voice__content__star"]::after {
  content: '';
  display: inline-block;
  width: 78px;
  height: 13px;
  background-size: contain;
  vertical-align: inherit;
  margin-left: 7px;
}

@media (max-width: 575px) {
  [class*="course__review__voice__content__star"]::after {}
}

.course__review__voice__content__star--five::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star5.png);
}

.course__review__voice__content__star--fourhalf::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star45.png);
}

.course__review__voice__content__star--four::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star4.png);
}

.course__review__voice__content__star--threehalf::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star35.png);
}

.course__review__voice__content__star--three::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star3.png);
}

.course__review__voice__content__star--twohalf::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star25.png);
}

.course__review__voice__content__star--two::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star2.png);
}

.course__review__voice__content__star--onehalf::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star15.png);
}

.course__review__voice__content__star--one::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star1.png);
}

.course__review__voice__content__star--half::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star05.png);
}

.course__review__voice__content__star--zero::after {
  background-image: url(https://cleaners.itembox.design/item/ssl/img/review/star0.png);
}


.course__review__voice__content__res {
  background: #ffffff;
  padding: 30px;
  margin-top: 15px;
}

@media (max-width: 575px) {
  .course__review__voice__content__res {
    padding: 20px 15px;
  }
}

.course__review__voice__content__res__from {
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 15px;
}

.course__review__voice__content__text,
.course__review__voice__content__res__text {
  margin-bottom: 0;
}

#tab-item-caution {
  display: none;
}

/** ↑コース説明・注文前の注意点↑ **/

/** ↓ご注文はこちら↓ **/
.rc-item-foot {
  padding: 30px 0 60px;
  background: #EFEFEF;
}

@media (max-width: 575px) {
  .rc-item-foot {
    padding: 20px 0;
  }
}

.rc-secttl {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .rc-secttl {
    font-size: 22px;
  }
}

.rc-item-foot_container {
  background: #ffffff;
  padding: 36px 30px 60px;
  border-radius: 10px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .rc-item-foot_container {
    margin: 0 -15px;
    border-radius: 0;
    padding: 20px 15px;
  }
}

/** 商品名パーツ（システムパーツ） **/
.rc-item-foot .fs-c-productNameHeading {
  display: block !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #0097AC;
  padding: 0 30px;
  margin-bottom: 10px;
}

.rc-item-foot .fs-c-productNameHeading__name {
  font-weight: 700;
}

@media (max-width: 575px) {
  .rc-item-foot .fs-c-productNameHeading {
    font-size: 22px;
    padding: 0;
  }
}

/** 商品価格パーツ（システムパーツ） **/
.rc-item-foot .fs-c-productPrices {
  display: block !important;
}

/** クイックコースのみ金額表示なし **/
.fs-body-product-quick .rc-item-foot .fs-c-productPrices .fs-c-productPrice {
  display: none !important;
}

.rc-item-foot .fs-c-productPrices .fs-c-productPrice {
  display: flex;
  align-items: baseline;
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .rc-item-foot .fs-c-productPrices .fs-c-productPrice {
    padding: 0;
    margin-bottom: 0;
  }
}

.rc-item-foot .fs-c-productPrice__main {
  font-size: 32px;
  font-weight: 700;
  /**margin-right: 8px;**/
}

@media (max-width: 575px) {
  .rc-item-foot .fs-c-productPrice__main {
    font-size: 28px;
  }
}

.rc-item-foot .fs-c-productPrice__main__label {
  display: none;
}

.rc-item-foot .fs-c-price__currencyMark {
  display: none;
}

.rc-item-foot .fs-c-price__value:after {
  content: "円";
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 4px;
}

.rc-item-foot .fs-c-productPrice__addon {
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

@media (max-width: 575px) {
  .rc-item-foot .fs-c-price__value:after {
    font-size: 14px;
  }

  .rc-item-foot .fs-c-productPrice__addon {
    font-size: 14px;
  }
}

.rc-item-foot .fs-c-productPrice__addon::before {
  content: "(";
}

.rc-item-foot .fs-c-productPrice__addon::after {
  content: ")";
}

/** ポイントパーツ（システムパーツ） **/
.rc-item-foot .fs-c-productPointDisplay {
  display: none !important;
}

/** オプション価格パーツ（システムパーツ） **/
.fs-c-productOption {
  background: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .fs-c-productOption {
    background: 0;
    margin-bottom: 0 !important;
  }
}

.fs-c-productOption__name {
  font-size: 18px;
  margin-bottom: 16px;
  padding: 30px 30px 0;
}

.fs-c-productOption__name .fs-c-productOption__label {
  font-weight: 700;
}

@media (max-width: 575px) {
  .fs-c-productOption__name {
    font-size: 16px;
    padding: 20px 0 0;
    margin-bottom: 10px;
  }
}

.fs-c-productOption__option {
  padding: 0 30px 30px;
  border-bottom: 1px solid #C7C7C7;
}

@media (max-width: 575px) {
  .fs-c-productOption__option {
    padding: 0 0 20px;
  }
}

.fs-c-productOption__option:last-child {
  border-bottom: 0;
}

.fs-c-dropdown__menu {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 5px;
  border: 1px solid #777777;
  color: #484848;
}

@media (max-width: 575px) {
  .fs-c-dropdown__menu {
    padding: 16px 15px;
  }
}

.fs-c-dropdown::after {
  background: #FFFFFF;
  width: 40px;
  border-color: #777777;
  border-radius: 0 5px 5px 0;
}

.fs-c-productOption__field input {
  border: 1px solid #777777 !important;
  color: #484848;
}

.fs-c-productOption__comment {
  margin-top: 20px;
}

.fs-c-productOption__comment p {
  margin: 0;
  line-height: 1.9;
}

@media (max-width: 575px) {
  .fs-c-productOption__comment {
    margin-top: 15px;
  }

  .fs-c-productOption__comment p {
    font-size: 13px;
  }
}

.fs-c-productOption__comment a {
  text-decoration: underline;
}

.fs-c-productOption__comment br+br {
  display: none;
}

.rc-optionbox_imgtxtcol {
  display: flex;
  align-items: flex-start;
}

.rc-optionbox_imgtxtcol_img {
  width: 85px;
  flex-shrink: 0;
  margin-right: 14px;
}

/**カート・バリエーションごとにボタンパーツ（システムパーツ） **/
.rc .fs-c-button--addToCart--detail {
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}

.rc .fs-c-button--addToCart--detail:hover {
  filter: brightness(110%);
}

.fs-c-productActionButton {
  margin-bottom: 20px;
}

/** RiNAViS_共通_商品詳細_ご注文前注意テキスト **/
.rc-item-foot_attention,
.rc-item-foot_attention p {
  text-align: center;
}

@media (max-width: 575px) {
  .rc-item-foot_attention p {
    font-size: 12px;
  }
}

.rc-item-foot_attention p:last-child {
  margin-bottom: 0;
}

/** ご利用の流れ_独自コメント5 **/
/** 集荷について_独自コメント6 **/
.rc-item-foot_container+.rc-tab_item.is-notab {
  margin-top: 30px;
}

.rc-item-foot_container~.rc-tab_item.is-notab {
  border-radius: 10px;
}

@media (max-width: 575px) {
  .rc-item-foot_container+.rc-tab_item.is-notab {
    margin-top: 20px;
  }
}

.rc-item-foot_container~.rc-tab_item.is-notab+.rc-tab_item {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .rc-item-foot_container~.rc-tab_item.is-notab+.rc-tab_item {
    margin-top: 10px;
  }
}

.rc-tab_item_body_subttl {
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .rc-tab_item_body_subttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.wrapper__pickup-img {
  margin: 30px 0;
}

@media (max-width: 575px) {
  .wrapper__pickup-img {
    margin: 15px 0;
  }
}

.rc-item-foot_container~.rc-tab_item.is-notab hr {
  border: 0px solid transparent;
  height: 30px;
}

@media (max-width: 575px) {
  .rc-item-foot_container~.rc-tab_item.is-notab hr {
    height: 20px;
  }
}

.rc-tab_item_3col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.rc-tab_item_3col_item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
}

@media (max-width: 575px) {
  .rc-tab_item_3col_item {
    width: 100%;
  }
}

.rc-tab_item_3col_item .wrapper__pickup-img {
  order: -1;
  margin: 0 0 15px;
}

@media (max-width: 575px) {
  .rc-tab_item_3col_item .wrapper__pickup-img {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
}

.rc-tab_item_3col_item_ttl {
  color: #0097AC;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 575px) {
  .rc-tab_item_3col_item_ttl {
    font-size: 15px;
  }
}

.rc-tab_item_3col_item p {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .rc-tab_item_3col_item p {
    width: 100%;
  }
}

.rc-tab_item_3col_item p+p {
  margin-top: 15px;
}

.rc-tab_item_3col_item .note+.note {
  margin-top: 0;
}

/** ↑ご注文はこちら↑ **/

/** ↓その他コース／ご利用ガイド／よくある質問_独自コメント7↓ **/
.other-course_block {
  padding-top: 30px;
}

.other-course_block .rc-tab_item_ttl_notoggle {
  border-bottom: 0 !important;
  padding-left: 0;
}

.other-course_block .other-course_menu,
.course-item_link_modal .other-itempage_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.other-course_block .other-course_menu_item,
.course-item_link_modal .other-itempage_menu_item {
  width: 49%;
  background-color: rgba(30, 198, 212, 0.1);
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 16px;
}

.other-course_block .other-course_menu_item a,
.course-item_link_modal .other-itempage_menu_item a {
  color: #484848;
  display: block;
  border-radius: 10px;
}

.other-course_block .other-course_menu_item a:hover,
.course-item_link_modal .other-itempage_menu_item a:hover {
  text-decoration: none;
  background-color: #36CCDA;
  transition: .5s;
}

.course-item_link_block .other-course_menu .other-course_menu_item:hover {
  background-color: #36CCDA;
  transition: .5s;
}

@media screen and (max-width: 640px) {

  .other-course_block .other-course_menu,
  .course-item_link_modal .other-itempage_menu {
    flex-direction: column;
  }

  .other-course_block .other-course_menu_item,
  .course-item_link_modal .other-itempage_menu_item {
    width: 100%;
    font-size: 14px;
  }

  .other-course_block .other-course_menu_item a,
  .course-item_link_modal .modal-content .other-itempage_menu_item a {
    width: 100%;
    font-size: 14px;
    padding: 10px 25px;
  }

  .other-course_block .btn-arrow,
  .course-item_link_modal .other-itempage_menu .btn-arrow {
    position: relative;
  }

  .other-course_block .btn-arrow::after,
  .course-item_link_modal .other-itempage_menu .btn-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #36ccda;
    border-right: 2px solid #36ccda;
    transform: rotate(45deg);
    box-sizing: border-box;
  }

  .other-course_block .other-course_menu_item a:hover,
  .course-item_link_modal .other-itempage_menu_item a:hover {
    background-color: inherit;
  }

  .course-item_link_block .other-course_menu .other-course_menu_item {
    padding: 10px 25px;
  }
}



.rc-guide {
  padding: 40px 0;
}

.rc-guide .rc-guide_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 10px;
  /*padding: 0 15px;*/
}

@media (max-width: 575px) {
  .rc-guide .rc-guide_wrap {}
}

.rc-guide .rc-guide_wrap:last-child,
.rc-guide&gt;br {
  display: none;
}

.rc-guide .rc-guide_wrap .rc-guide_item {
  width: 360px;
  max-width: 100%;
  padding: 36px 30px;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 575px) {
  .rc-guide .rc-guide_wrap .rc-guide_item {
    padding: 22px 20px;
    font-size: 16px;
  }
}

.rc-guide .rc-guide_wrap .rc-guide_item:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #008DA1;
  border-bottom: 2px solid #008DA1;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

@media (max-width: 575px) {
  .rc-guide .rc-guide_wrap .rc-guide_item:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.rc-guide .rc-guide_wrap .rc-guide_item:hover {
  text-decoration: none;
}

/** ↑ご利用ガイド／よくある質問_独自コメント7↑ **/

.rc-guide+#fc-bread {
  margin-top: 0 !important;
}

.priceBox {
  background: #EAFAFB !important;
}

/** ↓タブ切替なし・モーダルver.↓ **/
.rc-item-body .rc-item-title {
  text-align: center;
  background: #0097AC;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  padding: 1em;
}

@media (max-width: 575px) {
  .rc-item-body .rc-item-title {
    font-size: 18px;
    padding: 0.5em;
  }
}

.rc-item-body .rc-item-subtitle {
  background: #d8f5f9;
  font-size: 16px;
  font-weight: 700;
  padding: 0.5em 30px;
  border-radius: 10px;
  margin: 15px -30px;
  display: flex;
  align-items: flex-start;
}

.rc-item-body .rc-item-subtitle:first-child {
  margin-top: 0;
}

.rc-item-body .rc-item-subtitle:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: -0.2em 1em -0.2em 0;
  flex-shrink: 0;
  background: url(https://cleaners.itembox.design/item/rinavis/img/item/ico_check.svg?2) no-repeat center /contain;
}

@media (max-width: 575px) {
  .rc-item-body .rc-item-subtitle {
    padding: 0.5em 1em;
    margin: 15px 0;
    font-size: 14px;
  }

  .rc-item-body .rc-item-subtitle:before {
    width: 20px;
    height: 25.6px;
    margin: 0 0.5em 0 0;
  }
}

.rc-item-body-container {
  background: #ffffff;
  border-radius: 10px 10px;
}

.rc-item-body-container+.rc-item-body-container {
  margin-top: 25px;
}

.rc-item-body-container .rc-tab_item_body {
  padding: 30px 60px;
}

@media (max-width: 575px) {
  .rc-item-body-container .rc-tab_item_body {
    padding: 20px 15px;
  }
}

.rc-item-body-container#attention {
  background: #fefff1;
  border-radius: 10px;
}

.rc-item-body-container#attention .t-color {
  color: #f59314;
}

.rc-item-body-container#attention .rc-tab_item_ttl_notoggle:before {
  background: url(https://cleaners.itembox.design/item/rinavis/img/item/ico_attention.svg?2) no-repeat center /1em;
}

.rc-item-body-container#attention .rc-item-subtitle {
  background: #ffffc1;
  padding: 1em 2em;
}

.rc-item-body-container#attention .rc-item-subtitle:before {
  display: none;
}

@media (max-width: 575px) {
  .rc-item-body-container#attention .rc-item-subtitle {
    padding: 0.5em 1em;
  }
}

.rc-item-body .rc-tab_item_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.rc-item-body .rc-tab_item_col2_item_wide {
  width: 55%;
}

.rc-item-body .rc-tab_item_col2_item_narrow {
  width: 40%;
}

@media (max-width: 575px) {
  .rc-item-body .rc-tab_item_col2 {
    row-gap: 15px;
  }

  .rc-item-body .rc-tab_item_col2_item_wide {
    width: 100%;
  }

  .rc-item-body .rc-tab_item_col2_item_narrow {
    width: 100%;
  }
}

.rc-item-body .rc-tab_item_modal-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1em;
}

.rc-item-body .rc-tab_item_modal-list li {
  text-decoration: underline;
  cursor: pointer;
}

.rc-item-body .rc-tab_item_modal-list li:hover {
  opacity: 0.7;
}

@media (max-width: 575px) {
  .rc-item-body .rc-tab_item_modal-list {
    grid-template-columns: repeat(2, auto);
    gap: 1em 0.5em;
  }
}

/** モーダルウインドウ **/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
  width: 800px;
  max-width: 90%;
  background: white;
  padding: 40px 40px 80px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .modal-content {
    padding: 20px 20px 60px;
    height: 75%;
    top: 7.5%;
    transform: translate(-50%, 0);
  }
}

.modal-content.modal-content-noscroll {
  height: auto;
  max-height: 85%;
}

.modal-scroll {
  height: 90%;
  overflow: auto;
  padding: 30px 0;
}

@media (max-width: 575px) {
  .modal-scroll {
    height: 88%;
    padding: 15px 0;
    font-size: 12px;
  }

  .modal-content p {
    /* font-size: 14px; */
    font-size: 12px;
  }
}

.js-modal-close_btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  font-size: 20px;
  padding: 0.5em 1em;
  border: 2px solid #EFEFEF;
  border-radius: 10px;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 575px) {
  .js-modal-close_btn {
    font-size: 14px;
    bottom: 10px;
  }
}

.item_detail_modal .modal-content .item_detail_modal_title {
  /* margin: -40px -40px 40px; */
  margin: -40px -40px 0;
  background: #0097AC;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 1em;
}

@media (max-width: 575px) {
  .item_detail_modal .modal-content .item_detail_modal_title {
    /* margin: -20px -20px 20px; */
    margin: -20px -20px 0;
    font-size: 18px;
    padding: 0.5em;
  }
}


/** セーター商品ページ用 **/
.fs-c-variationAndActions {
  background: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .fs-c-variationAndActions {
    background: 0;
    margin-bottom: 0 !important;
  }
}

.fs-c-variationLabel__label {
  font-weight: 700;
}

.fs-c-variationAndActions__variationLabel {
  font-size: 18px;
  padding: 20px 30px 10px;
}

@media (max-width: 575px) {
  .fs-c-variationAndActions__variationLabel {
    font-size: 16px;
    padding: 20px 0 0;
    margin-bottom: 10px;
  }
}

.fs-c-variationAndActions__variation {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 0 16px 20px;
  border-radius: 5px;
  color: #484848;
}

@media (max-width: 575px) {
  .fs-c-variationAndActions__variation {
    padding: 0;
    margin-bottom: 10px;
  }
}

.fs-c-variationRadioList {
  padding: 0 20px;
}

@media (max-width: 575px) {
  .fs-c-variationRadioList {
    padding: 0;
  }
}

.fs-c-variationAndActions__stockSignLegend {
  padding: 0 20px 20px;
}

@media (max-width: 575px) {
  .fs-c-variationAndActions__stockSignLegend {
    padding: 0;
  }
}

.fs-c-productQuantity {
  margin-bottom: 10px;
}

/** ↓キャンペーン情報のカルーセル↓ **/
.item-detail-cp-carousel figure {
  margin: 0;
}

.item-detail-cp-carousel figure a:hover {
  text-decoration: none;
}

.item-detail-cp-carousel .slick-slider {
  /*padding: 0 15px;*/
  max-width: 600px;
  margin: 0 auto 30px;

}

.item-detail-cp-carousel .fs-c-slick .slick-track {
  display: flex;
}

.item-detail-cp-carousel .fs-c-slick .slick-slide {
  margin: 0 5px;
  width: 320px !important;
  max-width: calc((100% - 5px) / 2);
}

.item-detail-cp-carousel .fs-c-slick .slick-slide img {
  max-width: 100%;
}

.item-detail-cp-carousel .fs-c-slick .slick-prev {
  left: 0;
  transform: rotate(90deg);
}

.item-detail-cp-carousel .fs-c-slick .slick-next {
  right: 0;
  transform: rotate(-90deg);
}

.item-detail-cp-carousel figcaption {
  color: #484848;
  font-size: 12px;
  margin-top: 5px;
}

.item-detail-cp-carousel .fs-c-slick .slick-slide {
  margin: 0 5px;
  width: 320px !important;
  max-width: calc((100% - 5px) / 2);
}

.item-detail-cp-carousel .fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: transparent;
  top: 90px;
}

.item-detail-cp-carousel_item {
  padding: 0 4px;
}

.item-detail-cp-carousel .slick-arrow {
  position: absolute;
  top: 84px;
  margin: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  background: url(https://cleaners.itembox.design/item/rinavis/img/common/ico_slider_arrow.svg) no-repeat center /contain !important;
  z-index: 10;
}

.item-detail-cp-carousel .slick-arrow:before {
  display: none;
}

.item-detail-cp-carousel .slick-arrow.slick-prev {
  left: -12px;
  transform: rotate(90deg);
}

.item-detail-cp-carousel .slick-arrow.slick-next {
  right: -12px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 640px) {
  .item-detail-cp-carousel .slick-arrow {
    top: 36px;
  }

  .item-detail-cp-carousel .slick-arrow.slick-prev {
    left: 0;
  }

  .item-detail-cp-carousel .slick-arrow.slick-next {
    right: 0;
  }
}

/*20230106 納期レイアウト*/

.rc-tab_item_ttl_notoggle+.nouki_item_body {
  /* background-color: #fff; */
  width: 100%;
}


.nouki_item_body {
  display: flex;
  padding: 30px;
  font-size: 14px;
  line-height: 1.9;
  justify-content: center;
}

.nouki_item_body {
  border-top: 0;
  padding: 30px 33px 20px;
}

.btn_ouketori {
  font-weight: bold;
  border: 2px solid #1EC6D4;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px 0 10px 30px;
  display: inline-block;
  /* width: 280px; */
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(221, 221, 221, 0.6);
}

.nouki {
  font-size: 18px;
  font-weight: bold;
}

.nouki_btn_calendar::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://cleaners.itembox.design/item/rinavis/img/item/ico_calendar.svg) no-repeat center /contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 4px 2px;
}

@media screen and (max-width: 640px) {
  .rc-tab_item_ttl_notoggle.nouki-margin {
    margin-top: 10px;
  }

  .nouki_item_body {
    display: block;
    padding: 15px 10px 10px;
  }

  .rc-tab_item_ttl_notoggle+.nouki_item_body {
    text-align: center;
  }

  .rc-tab_item_ttl_notoggle+.nouki_item_body p {
    text-align: center;
  }

  .nouki {
    font-size: 16px;
    font-weight: bold;
  }

  .btn_ouketori {
    margin: 10px;
  }

}

/** 20230309_アンカーリンク_独自コメント17 **/
.rc-tab_item_anchormenu_body {
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 8px 0px rgb(221 221 221 / 60%);
  margin-bottom: 20px;
}

.rc-tab_item_anchormenu_list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.rc-tab_item_anchormenu_list li {
  width: 33%;
  height: 100%;
  font-size: 16px;
  position: relative;
}

.rc-tab_item_anchormenu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0;
}

.rc-tab_item_anchormenu_list li a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

.rc-tab_item_anchormenu_list li::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0097AC;
  border-right: 2px solid #0097AC;
  transform: rotate(135deg);
  /* くの字の向き */
}

.rc-tab_item_anchormenu_list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #b8b9dc;
  position: absolute;
  right: -1px;
  top: calc((100% - 35px)/2);
}

.rc-tab_item_anchormenu_list li:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .rc-tab_item_anchormenu_body {
    height: 50px;
    margin-bottom: 15px;
  }

  .rc-tab_item_anchormenu_list li {
    font-size: 12px;
  }

  .rc-tab_item_anchormenu_list li::before {
    top: 25px;
    right: 45%;
  }

  .rc-tab_item_anchormenu_list li a span {
    top: 20px;
  }

  .rc-tab_item_anchormenu_list li::after {
    top: calc((100% - 28px)/2);
    height: 30px;
  }
}

/* 2024.7.11追加 */

h1.fs-c-productNameHeading.fs-c-heading {
  display: block !important;
  margin-bottom: 40px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 18px;
  padding: 8px 8px 12px 24px;
  background-color: #36ccda;
}

p.fs-product-name {
  color: #0097ac;
  font-size: 32px;
  font-weight: bold;
  padding-left: 24px;
}

@media (max-width:640px) {
  h1.fs-c-productNameHeading.fs-c-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 4px 4px 6px 16px;
  }

  p.fs-product-name {
    font-size: 24px;
    padding-left: 0;
  }

}

br.sp-only {
  display: none;
}

br.pc-only {
  display: block;
}

@media (max-width: 575px) {
  br.pc-only {
    display: none;
  }

  br.sp-only {
    display: block;
  }
}

/* .note_kome {
  font-size: 12px;
  text-indent: -22px;
  margin-left: 16px;
} */

span.kome {
  font-size: 10px;
  vertical-align: top;
}

.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}

.option_list li {
  width: 49%;
}</pre></body></html>