/* Scss Document */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #000;
}

img, source {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000;
  padding: 0;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.font-en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0 !important;
}

.body_text {
  font-size: 14px;
  line-height: 1.85;
  color: #5E5E5E;
  font-weight: 400;
  letter-spacing: 0;
}

.note {
  font-size: 12px;
  line-height: 1.85;
  color: #5E5E5E;
  font-weight: 400;
}

.blue {
  color: #004C71;
}

.red {
  color: #AD002D;
}

.bold {
  font-weight: bold;
}

.mt-0 {
  margin-top: 0px!important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

a {
  overflow: visible;
  color: #5E5E5E;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

#Header{
  letter-spacing: 0em!important;
}

footer{
  letter-spacing: 0em!important;
}

.bc_wrap {
  margin-left: 30px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
}
.bc_wrap .breadcrumbs ul li a {
  color: #5E5E5E;
}

.product_detail_top {
  margin-top: 90px;
}
.product_detail_top .inner {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 68px;
}
.product_detail_top .left_wrap {
  width: 407px;
}
.product_detail_top .left_wrap .mainImage img {
  width: 407px;
  height: 407px;
  border: 1px solid #E3E3E3;
}
.product_detail_top .left_wrap .subImage {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.product_detail_top .left_wrap .subImage img {
  width: 65.4px;
}
.product_detail_top .left_wrap .icon_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
  position: relative;
}
.product_detail_top .left_wrap .icon_wrap a {
  padding: 5px;
  border-radius: 5px;
}
.product_detail_top .left_wrap .icon_wrap a figure {
  width: 30px;
}
.product_detail_top .left_wrap .icon_wrap .share_btn {
  display: inline-block;
}
.product_detail_top .left_wrap .icon_wrap .share_btn.active {
  background-color: #F9F9F9;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup.active {
  display: block;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup .sns_list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup .sns_list a {
  display: block;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.product_detail_top .left_wrap .icon_wrap .sns_popup .sns_list a img {
  width: 100%;
}
.product_detail_top .right_wrap {
  flex: 1;
  line-height: 1.85;
  color: #5E5E5E;
  margin-top: 10px;
}
.product_detail_top .right_wrap .product_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.product_detail_top .right_wrap .product_icon img {
  width: 72px;
}
.product_detail_top .right_wrap h1 {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}
.product_detail_top .right_wrap a {
  text-decoration: underline;
  font-size: 14px;
}
.product_detail_top .right_wrap p {
  font-size: 14px;
  color: #5E5E5E;
  line-height: 1.85;
  font-weight: 400;
}
.product_detail_top .right_wrap p.note {
  font-size: 12px;
}
.product_detail_top .right_wrap p.note a {
  font-size: 12px;
}
.product_detail_top .right_wrap p.red {
  color: #AD002D;
}
.product_detail_top .right_wrap p.red a {
  color: #AD002D;
}
.product_detail_top .right_wrap .en {
  color: #BCBCBC;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1;
}
.product_detail_top .right_wrap .sub {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}
.product_detail_top .right_wrap .to_review {
  text-decoration: none;
  display: block;
}
.product_detail_top .right_wrap .to_review p {
  display: inline-block;
  position: relative;
}
.product_detail_top .right_wrap .to_review p::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_black.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.product_detail_top .right_wrap .product_code {
  margin-top: 20px;
  font-size: 12px;
}
.product_detail_top .right_wrap .product_code a {
  text-decoration: underline;
  font-size: 12px;
}
.product_detail_top .right_wrap .wrapProductPrice {
  margin-top: 30px;
}
.product_detail_top .right_wrap .price_wrap {
  line-height: 1.5;
}
.product_detail_top .right_wrap .price_wrap .yen {
  font-size: 20px;
}
.product_detail_top .right_wrap .price_wrap .price {
  font-size: 30px;
  letter-spacing: 0.1em !important;
}
.product_detail_top .right_wrap .price_wrap .tax {
  font-size: 14px;
}
.product_detail_top .right_wrap .cart_wrap {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  color: #5E5E5E;
  width: auto;
}
.product_detail_top .right_wrap .cart_wrap .productAmount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(12px);
  gap: 10px;
}
.product_detail_top .right_wrap .cart_wrap .productAmount input {
  opacity: hidden;
  width: 0 !important;
  height: 0;
  border: none !important;
}
.product_detail_top .right_wrap .cart_wrap .productAmount span {
  font-size: 14px;
  white-space: nowrap;
}
.product_detail_top .right_wrap .cart_wrap .productAmount .select_box {
  position: relative;
  width: 120px;
  height: 48px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_detail_top .right_wrap .cart_wrap .productAmount .select_box::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_black.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product_detail_top .right_wrap .cart_wrap .productAmount .select_box select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.product_detail_top .right_wrap .cart_wrap .cart_btn_wrap .btn {
  display: block;
  width: 330px;
  height: 70px;
  border-radius: 5px;
  background: #002638;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  text-decoration: none;
}
.product_detail_top .right_wrap .cart_wrap .cart_btn_wrap .btn::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_white.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.product_detail_top .right_wrap .cart_wrap .cart_btn_wrap .set-promotion {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product_detail_top .right_wrap .cart_wrap .cart_btn_wrap .set-promotion .note {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.product_detail_top .right_wrap .cart_wrap .cart_btn_wrap .set-promotion .note .big {
  font-size: 16px;
}
.product_detail_top .right_wrap .line_bnr {
  width: 330px;
  margin-top: 15px;
}
.product_detail_top .right_wrap .line_bnr a img {
  display: none;
}

.attention_wrap {
  background: #F9F9F9;
  padding: 50px 60px;
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
}
.attention_wrap.bg_white{
  background: #fff;
  margin-bottom: 0;
}
.attention_wrap::before {
  content: "";
  background: #AD002D;
  width: 15px;
  height: 15px;
  border-radius: 0 0 15px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.attention_wrap ul li .label {
  font-size: 14px;
  font-weight: bold;
}
.attention_wrap ul li .body_text {
  font-size: 12px;
  margin-top: 10px;
}
.attention_wrap ul li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #E3E3E3;
}

.trial_discount {
  margin-top: 50px;
}
.trial_discount .inner {
  padding: 0;
}
.trial_discount figure {
  margin: 15px auto;
  width: 30px;
}
.trial_discount .coupon_wrap {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #004C71;
}
.trial_discount .coupon_wrap .head {
  background: #004C71;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
}
.trial_discount .coupon_wrap .head .font-en {
  font-size: 20px;
}
.trial_discount .coupon_wrap .bottom {
  background: #F0F4F9;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}
.trial_discount .coupon_wrap .bottom .span2 {
  margin-top: 5px;
}
.trial_discount .coupon_wrap .bottom .span2 .font-en {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.trial_discount .coupon_wrap .bottom .span2 .font-en .yen {
  font-size: 16px;
}

.set_info {
  background: #fff;
  padding: 50px 60px;
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.set_info.bg_blue {
  background: #F0F4F9;
}
.set_info .content h3 {
  font-size: 14px;
  font-weight: bold;
}
.set_info .content ul li {
  width: 100%;
}
.set_info .content ul li a {
  display: inline-block;
  color: #004C71;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.85;
}
.set_info .content ul li p {
  display: inline-block;
  font-size: 12px;
  color: #5E5E5E;
  font-weight: 400;
  line-height: 1.85;
  margin-left: 10px;
}
.set_info .content ul li .non_link {
  font-size: 14px;
  margin-left: 0px;
}
.set_info .content + .content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #E3E3E3;
}

.btn_flex {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.btn_flex a {
  display: block;
  width: 330px;
  height: 70px;
  border-radius: 5px;
  background: #002638;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.1em;
}
.btn_flex a::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_white.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.product_description_wrap .grid {
  display: grid;
  grid-template-columns: 600px 400px;
}
.product_description_wrap .grid h2 {
  font-size: 16px;
  line-height: 2;
  grid-column: 1/3;
  grid-row: 1/2;
}
.product_description_wrap .grid .body_text {
  margin-top: 20px;
  margin-bottom: 50px;
  grid-column: 1/3;
  grid-row: 2/3;
}
.product_description_wrap .grid .body_text.non_model_image{
  margin-bottom: 0;
}
.product_description_wrap .grid picture {
  grid-column: 1/2;
  grid-row: 3/4;
}
.product_description_wrap .grid picture img {
  width: 600px;
  height: 300px;
  object-fit: cover;
}
.product_description_wrap .grid .reccomend {
  grid-column: 2/3;
  grid-row: 3/4;
  text-align: center;
  background: #F0F4F9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  color: #004C71;
  position: relative;
}
.product_description_wrap .grid .reccomend::before {
  content: "";
  display: block;
  border: solid 1px #004C71;
  width: 385px;
  height: 285px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product_description_wrap .grid .reccomend h3 {
  font-size: 14px;
  font-weight: bold;
}
.product_description_wrap .grid .reccomend ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product_description_wrap .grid .reccomend ul li {
  font-size: 12px;
  line-height: 1.5;
  width: 100px;
  height: 100px;
  background: url(../Contents/ImagesPkg/series_list_circle.svg) center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_description_wrap .grid.grid_trial_discount {
  column-gap: 50px;
  grid-template-columns: 1fr 450px;
}
.product_description_wrap .grid.grid_trial_discount h2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.product_description_wrap .grid.grid_trial_discount .body_text {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 0;
}
.product_description_wrap .grid.grid_trial_discount .image_wrap {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_description_wrap .grid.grid_trial_discount .image_wrap picture {
  width: 100%;
}
.product_description_wrap .pc_flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.product_description_wrap .pc_flex .ecocert {
  width: 330px;
  padding: 30px 25px;
  background: #F9F9F9;
  width: 330px;
  position: relative;
}
.product_description_wrap .pc_flex .ecocert::before {
  content: "";
  background: #AD002D;
  width: 15px;
  height: 15px;
  border-radius: 0 0 15px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.product_description_wrap .pc_flex .ecocert .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.product_description_wrap .pc_flex .ecocert .top picture {
  width: 68px;
}
.product_description_wrap .pc_flex .ecocert .top p {
  flex: 1;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  color: #5E5E5E;
  letter-spacing: 0 !important;
}
.product_description_wrap .pc_flex .ecocert .top p a {
  text-decoration: underline;
  color: #5E5E5E;
  letter-spacing: 0 !important;
  font-weight: 400;
}
.product_description_wrap .pc_flex .ecocert ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 12.5px 0;
}
.product_description_wrap .pc_flex .ecocert ul li {
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  width: 50%;
}
.product_description_wrap .pc_flex .ecocert ul li .font-en {
  font-size: 16px;
}
.product_description_wrap .pc_flex .ecocert ul li + li {
  border-left: solid 1px #E3E3E3;
}
.product_description_wrap .pc_flex .ecocert .body_text {
  margin-top: 10px;
  font-size: 12px;
}
.product_description_wrap .pc_flex .right_wrap {
  flex: 1;
}
.product_description_wrap .pc_flex .right_wrap .test_list {
  color: #5E5E5E;
  font-size: 14px;
  line-height: 2;
}
.product_description_wrap .pc_flex .right_wrap .test_list li {
  line-height: 1.85;
}
.product_description_wrap .pc_flex .right_wrap .not_used_list {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.product_description_wrap .pc_flex .right_wrap .not_used_list li {
  width: 100px;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.product_description_wrap .pc_flex .right_wrap .not_used_list li::before {
  content: "";
  display: block;
  background: #E3E3E3;
  width: 101px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
  z-index: -1;
}
.product_description_wrap .pc_flex .right_wrap .not_used_list li .small {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0;
}
.product_description_wrap .pc_flex .right_wrap a {
  display: block;
  margin-top: 25px;
  width: 330px;
}

.bg_light_blue {
  background: #F0F4F9;
}
.bg_light_blue .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}
.bg_light_blue .inner h2 {
  font-size: 20px;
  color: #004C71;
  padding-left: 25px;
  position: relative;
}
.bg_light_blue .inner h2::before {
  content: "";
  display: block;
  background: #004C71;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bg_light_blue .inner .pc_flex {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.bg_light_blue .inner .pc_flex picture {
  width: 330px;
}
.bg_light_blue .inner .pc_flex .body_text {
  flex: 1;
}
.bg_light_blue .inner .text_link {
  text-decoration: underline;
  letter-spacing: 0;
  color: #5E5E5E;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
.bg_light_blue .inner .detail_link_wrap {
  text-align: right;
}
.bg_light_blue .inner .detail_link_wrap a {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #5E5E5E;
  position: relative;
}
.bg_light_blue .inner .detail_link_wrap a::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_circle_gray.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.bg_light_blue .inner .detail_link_wrap a:hover::before {
  transform: translate(4px, -50%);
}
.bg_light_blue .inner ol {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 8px;
  gap: 10px;
}
.bg_light_blue .inner ol li {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #5E5E5E;
}
.bg_light_blue .inner .how_to_use_flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.bg_light_blue .inner .how_to_use_flex_wrap .youtube_wrap {
  width: 450px;
}
.bg_light_blue .inner .how_to_use_flex_wrap .youtube_wrap p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #5E5E5E;
}
.bg_light_blue .inner .how_to_use_flex_wrap .youtube_wrap iframe {
  width: 450px;
  height: 280px;
}
.bg_light_blue .inner .how_to_use_flex_wrap ol {
  flex: 1;
  flex-direction: column;
}
.bg_light_blue .inner .how_to_use_flex_wrap ol li {
  width: 100%;
  min-width: auto;
}
.bg_light_blue .inner .attention, .bg_light_blue .inner .pack, .bg_light_blue .inner .how_to_use {
  width: 100%;
}
.bg_light_blue .inner .attention ol, .bg_light_blue .inner .pack ol, .bg_light_blue .inner .how_to_use ol {
  flex-wrap: nowrap;
}
.bg_light_blue .inner .attention ol li, .bg_light_blue .inner .pack ol li, .bg_light_blue .inner .how_to_use ol li {
  width: 100%;
}
.bg_light_blue .inner .accordion_wrap {
  margin-top: 30px;
}
.bg_light_blue .inner .accordion_wrap .accordion_title {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004C71;
  background: #fff;
  border: 1px solid #002638;
  position: relative;
}
.bg_light_blue .inner .accordion_wrap .accordion_title::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_deep.svg) no-repeat center center;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.bg_light_blue .inner .accordion_wrap .accordion_title.bg_deep {
  background: #002638;
  color: #fff;
}
.bg_light_blue .inner .accordion_wrap .accordion_title.bg_deep::before {
  background: url(../Contents/ImagesPkg/arrow_white.svg) no-repeat center center;
}
.bg_light_blue .inner .accordion_wrap .accordion_title.close {
  border-radius: 5px 5px 0 0;
}
.bg_light_blue .inner .accordion_wrap .accordion_title.close::before {
  transform: translateY(-50%) rotate(180deg);
}
.bg_light_blue .inner .accordion_wrap .accordion_box {
  display: none;
  padding: 30px;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .list_01 li .bold {
  font-size: 16px;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .list_01 li .body_text {
  margin-top: 10px;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .list_01 li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #E3E3E3;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .col4list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #5E5E5E;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .col4list li .small_wrap {
  font-size: 10px;
  line-height: 1.25;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .col4list li .col_l, .bg_light_blue .inner .accordion_wrap .accordion_box .col4list li .col_s {
  width: calc((100% - 60px) / 4);
  border-bottom: solid 1px #E3E3E3;
  height: 80px;
  padding: 10px 0;
}
.bg_light_blue .inner .accordion_wrap .accordion_box .col4list li:first-child .col_l, .bg_light_blue .inner .accordion_wrap .accordion_box .col4list li:first-child .col_s {
  border-top: solid 1px #E3E3E3;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  padding: 15px 0;
}

.voice .flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.voice .flex_wrap h2 {
  font-size: 20px;
  padding-left: 25px;
  position: relative;
}
.voice .flex_wrap h2::before {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.voice .flex_wrap .Review-comment a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}
.voice ul {
  width: 100%;
}
.voice ul li {
  width: 100%;
  font-size: 14px;
  line-height: 1.85;
  color: #5E5E5E;
}
.voice ul li h3 {
  font-size: 16px;
  color: #000;
}
.voice ul li.liComment {
  font-weight: 400;
}
.voice ul li.star_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.voice ul li.star_name img {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice ul li.date {
  display: none;
}
.voice ul:first-child {
  margin-top: 30px;
}
.voice ul + ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #E3E3E3;
}
.voice .allReview {
  margin: 40px auto 0;
  width: 330px;
  height: 70px;
  border-radius: 5px;
  border: solid 1px #002638;
  color: #002638;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.voice .allReview::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_deep.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.voice #pagination {
  margin: 0;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  color: #5E5E5E;
}
.voice #pagination a, .voice #pagination b {
  padding: 5px 10px;
  border: #E3E3E3 1px solid;
}

.faq {
  background: #F9F9F9;
}
.faq h2 {
  font-size: 20px;
  padding-left: 25px;
  position: relative;
}
.faq h2::before {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq ul {
  margin-top: 20px;
}
.faq ul li + li {
  margin-top: 10px;
}
.faq ul li h3 {
  font-size: 14px;
  border-bottom: solid 1px #E3E3E3;
  padding: 10px 0;
  width: 100%;
  line-height: 1.6;
  position: relative;
}
.faq ul li h3::before {
  content: "";
  background: url(../Contents/ImagesPkg/arrow_circle_gray.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.faq ul li h3.close::before {
  transform: translateY(-50%) rotate(-90deg);
}
.faq ul li .accordion_box {
  padding: 0;
  display: none;
  margin-top: 10px;
  width: 100%;
  border: none;
}
.faq .faq_subscription {
  margin-top: 20px;
  font-size: 14px;
  color: #5E5E5E;
  font-weight: 400;
}
.faq .faq_subscription a {
  text-decoration: underline;
}

.recommend_product .inner {
  padding-bottom: 100px;
}
.recommend_product.recommend_product_trial_discount .inner {
  padding-top: 0;
}
.recommend_product h2 {
  font-size: 20px;
  padding-left: 25px;
  position: relative;
}
.recommend_product h2::before {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recommend_product .itemlist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 80px;
  margin-top: 30px;
}
.recommend_product .itemlist .item_new {
  width: calc((100% - 78px) / 4);
}
.recommend_product .itemlist .item_new .item_text_wrap {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.recommend_product .itemlist .item_new .item_text_wrap .product_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.recommend_product .itemlist .item_new .item_text_wrap .product_icon img {
  width: 72px;
}
.recommend_product .itemlist .item_new .item_text_wrap .product_name {
  font-size: 16px;
  text-align: left;
  line-height: 1.25;
  font-weight: 500;
}
.recommend_product .itemlist .item_new .item_text_wrap .product_price {
  color: #5E5E5E;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0 !important;
}
.recommend_product .itemlist .item_new .item_text_wrap .product_price .tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.recommend_product .itemlist .item_new .item_text_wrap .subscription-price .label {
  font-size: 12px;
}

.closed_page.product_description_wrap {
  background: #F0F4F9;
}
.closed_page.product_description_wrap.bg_white{
  background: #fff;
}
.closed_page.product_description_wrap.bg_white .inner{
  padding-bottom: 0;
}
.closed_page.product_description_wrap.bg_white .inner{
  padding-bottom: 0;
}
.closed_page.product_description_wrap .trial_discount {
  margin-top: 0;
}
.closed_page.product_description_wrap .trial_discount .body_text {
  margin-bottom: 0;
}

/* レビュー記入 */
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table{
  width: 100%;
  margin-top: 20px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table tr{
  margin: 5px 0;
  display: block;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table th{
  font-size: 14px;
  width: 300px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table td{
  width: 700px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table td select, #ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table td textarea{
  border: solid #ccc 1px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table td a{
  width: auto;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table .tblReviewInput__btn-wrap{
  margin-top: 20px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewInput table td a + a{
  margin-left: 10px;
}

/* レビュープレビュー */
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewConfirm {
  margin-top: 20px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewConfirm #ctl00_ContentPlaceHolder1_ctl47_sIconImageRating1 img{
  width: 80px;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewConfirm #ctl00_ContentPlaceHolder1_ctl47_sIconImageRating1 strong{
  font-size: 12px;
  font-weight: 600;
}
#ctl00_ContentPlaceHolder1_ctl47_dvProductReviewConfirm .tblReviewConfirm__btn-wrap a.btn{
  width: auto;
}
/*# sourceMappingURL=product_detail_new.css.map */
