/* レビュー星 */
.fa-star, .fa-star-half-alt {
  color: #F8A41C;
}

.fa-star.star-gray {
  color: #eee;
}

.fa-star:before {
  content: "\f005";
}

.p-product-body__review a {
  text-decoration: none;
}

.p-product-body__review a:hover {
  opacity: .66;
  text-decoration: underline;
}

.review_point {
  font-weight: bold;
  margin-right: 1em;
  font-size: 16px;
  color: #F8A41C;
  vertical-align: -.1em;
}
.last-star {
  margin-right: 10px !important;
}

/* ここまで */
.product_point {
  margin: 0.5em 0;
}

.p-product-heading__unit {
  margin: 0 20px 10px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-fav-item {
  margin-top: 10px;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  
  fill: currentColor;
}

.p-large-image__image-wrap {
  margin: 0 0 20px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list__image-wrap {
  border: 2px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: #699e60;
  background: #699e60;
}

.p-view-product-images {
  text-align: right;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-short-description {
  line-height: 1.5;
  margin: 14px 0;
  font-size: 13px;
  font-weight: normal;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
  text-decoration: underline;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .8em;
}

.p-cart-form__price {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__stock {
  margin-top: 10px;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #ccc;
}

.p-cart-form__option-select select:hover {
  border-color: #699e60;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: #333;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;
  
  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}
.p-cart-form__button-wrap2 {
  margin-top: 0;
}

.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;
  margin-top: 20px;
  padding: .4em;
  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
}

.p-price-table__body {
  font-size: 12px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}

table.spec {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.8;
  margin-top: 1em;
}
table.spec th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: 1px #ccc solid;
}
table.spec td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border: 1px #ccc solid;
}

.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 4px 0;
}

.p-product-body__share-buttons {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-product-body__share-buttons li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.p-product-body__review-link {
  margin: 10px 0;
}

.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}
.p-product-body__review-link a:first-child {
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 4px;
}

.p-product-body__deliver {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin: 15px 0;
}
.p-product-body__deliver span {
  font-weight: bold;
}
.p-product-body__call {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}
.p-product-body__call span {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.p-product-body__price {
  font-size: 24px;
  font-weight: bold;
  clear: both;
  margin: 30px 0 20px;
}
.p-product-body__price span {
  font-size: 16px;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 15px 0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-product-body__description {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #fd7f23;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
  margin: 0 -10px 0 0;
  padding: 30px 0;
  list-style-type: none;
}

.p-product-images__image-wrap {
  border: 6px solid transparent;
}

.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 15px;
  padding-right: 10px;
}

.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
  text-decoration: underline;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}

.p-review__unit {
  margin: 10px 40px 20px;
  background-color: #fff;
  padding-bottom: 1px;
}
.p-review__unit:first-child {
  margin: 20px 40px 10px;
}
.p-review__unit:last-child {
  margin: 10px 40px 10px;
  border: 3;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review {
  background-color: #fff;
  padding: 20px;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
  font-size: 16px;
}
.pd-review {
  margin: 0 !important;
}

.p-posted-review__info {
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid #eaeaea;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;
  margin-right: -4px;
  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #F8A41C;
}
.p-replied-review {
  background-color: #fff;
  padding: 0 0px 20px 20px;
  margin: 0px 20px 20px;
  border-left: 6px solid #859C6B;
}
.p-replied-review__body {
  line-height: 1.8;
}
.p-replied-review__info {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
}
.p-cart-form__option {
  padding: 22px;
  background-color: #f1f1f1;
}
.p-cart-form__option2 {
  padding: 0 22px 22px 22px;
  background-color: #f1f1f1;
}
.c-section__heading--review {
  position: relative;
  margin: 40px 0 0px;
  background-color: #f1f1f1;
  font-size: 36px;
  padding-top: 50px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.c-section__heading--review:before {
  content: '';
  position: absolute;
  bottom: -1em;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #699e60;
}
.p-review__block {
  background-color: #f1f1f1;
  padding-bottom: 50px;
}
.p-review__attention {
  font-size: 13px;
  text-align: left;
  margin: 0px 60px;
  line-height: 1.8;
}
/* ----- 商品説明欄 ----- */
.product_detail_page {
  background-color: #E2EBDD;
  color: #283a23;
  padding-bottom: 50px;
}
.product_detail__unit {
  margin: 10px 40px 20px;
  background-color: #fff;
  padding: 20px 40px;
}
.catch {
  background-color: #E2EBDD;
  padding: 20px 0px 0px;
}
.p-section__heading {
  margin: 10px 10px 20px;
  text-align: center;
  color: #23572a;
}
.p-section__heading-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.p-section__heading-title::before {
  content: '';
  position: absolute;
  bottom: -1em;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #699e60;
}
.p-section__heading-title.black::before {
  background-color: #413726;
}
.p-section__heading-title.purple2::before {
  background-color: #a187bd;
}
.p-recommend {
  padding: 0 20px;
  position: relative;
}
.p-recommend li {
  background-size: 22px !important;
  background: url(https://file003.shop-pro.jp/PA01462/024/img/check2.svg) 14px center no-repeat;
  padding: 10px 20px 10px 50px;
  list-style: none;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
}
.p-recommend li span {
  font-weight: bold;
  font-size: 1.1em;
}
.fresharoma-recommend li {
  background: url(https://file003.shop-pro.jp/PA01462/024/img/check3.svg) 14px center no-repeat;
}
.neem-future-title-area {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 50px 0 20px;
}
.neem-future-title-area span {
  margin-right: 1.5em;
  float: left;
  padding: 0 0px 0px 0px;
  width: 50px;
  text-align: left;
  display: inline-block;
  margin: auto 1.5em auto 0;
}
.neem-future-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin: auto 0;
  color: #23572a;
}
.neem-future-title2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  color: #23572a;
  text-align: center;
  margin-bottom: 60px;
}
.neem-future-title2 span {
  font-size: 16px;
  display: block;
}
.neem-future-title2::after{
  content: '';
  position: absolute;
  bottom: -1em;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #699e60;
}
.neem-future-title2.black::after{
  background-color: #413726;
}
.neem-future-title2.purple2::after{
  background-color: #a187bd;
}
.neem-feature {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.neem-feature li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  background: #EEF4EA;
  list-style: none;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  display: inline-table;
  border: 3px solid #fff;
}
.neem-feature li:nth-child(2n + 1) {
  clear: both;
}
.neem-feature li span {
  font-size: 11px;
  display: block;
}
.neem-feature2 {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.neem-feature2 li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 0;
  background: #e4ddd1;
  list-style: none;
  text-align: center;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  display: inline-table;
  border: 3px solid #fff;
}
.neem-feature2 li:nth-child(4n + 1) {
  clear: both;
}
.neem-feature2 li span {
  font-size: 11px;
  display: block;
}
.neem-point {
  margin-bottom: 10px;
  margin-top: -2px;
}
.neem-point span {
  font-size: 12px;
  padding: 4px 16px;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  background: #b8a687;
  color: #fff;
}
.fresharoma span {
  background: #bfaed0;
}
.fresharoma li {
  background: #EEE7EE;
}
.component {
  border: 1px solid #333;
  padding: 0 20px 20px;
  width: 48%;
  box-sizing: border-box;
  margin: 20px 1%;
}
.component2 {
  border: 1px solid #333;
  padding: 0 20px 20px;
  margin-top: 20px;
  width: 31.3%;
  box-sizing: border-box;
  margin: 0 1% 20px;
}
.howto_block {
  border: 1px solid #cec2ac;
  padding: 0 20px 20px;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.col_3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.md25 {
  width: 25%;
}
.md35 {
  width: 35%;
}
.md50 {
  width: 50%;
}
.md65 {
  width: 65%;
}
.md75 {
  width: 75%;
}
.u-line {
  background: linear-gradient(transparent 50%, #F7ECD1 0%);
}
.u-line2 {
  background: linear-gradient(transparent 70%, #F7ECD1 0%);
}
.u-line3 {
  background: linear-gradient(transparent 70%, #f0dff0 0%);
}
.bold {
  font-weight: bold;
}
.data-title {
  font-size: 12px;
  padding: 0px 12px;
  box-sizing: border-box;
  display: table;
  margin-top: 1em;
  border: 1px solid #333;
}
.component-block {
  padding: 0 20px 20px 0;
  box-sizing: border-box;
}
.component-detail {
  border-bottom: solid 1px;
  display: table;
  margin-top: 30px;
  font-weight: 600;
  box-sizing: border-box;
  margin: 1em 0;
  font-size: 16px;
}
.component-detail span {
  font-size: 0.7em;
}
.component-step {
  border-bottom: solid 1px;
  display: table;
  font-weight: 600;
  box-sizing: border-box;
  margin: 0 0 10px;
  font-size: 16px;
}
.component-howto {
  margin-bottom: 10px;
  font-weight: 600;
  margin: 0 -20px 1em;
  font-size: 16px;
  padding: 10px 10px 10px;
  text-align: center;
  background: #E4DDD1;
}
.howto-detail {
  background: #faf8f6;
  padding: 1em;
  margin-bottom: 0;
}
.howto-detail2 {
  padding: 1em;
  margin-bottom: 0;
  box-sizing: border-box;
}
.india {
  display: inherit;
}
.japan {
  display: inherit;
}
.india::after {
  content: url(https://file003.shop-pro.jp/PA01462/024/img/india.svg);
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  margin-left: 8px;
  border: 1px solid #f1f1f1;
}
.japan::after  {
  content: url(https://file003.shop-pro.jp/PA01462/024/img/japan.svg);
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  margin-left: 8px;
  border: 1px solid #f1f1f1;
}
.attention {
  font-size: 13px;
  background: #f1f1f1;
  padding: 10px;
}
.attention2 {
  font-size: 11px;
}
.bottom {
  padding-bottom: 60px;
}
.bottom_bl {
  padding-bottom: 10px;
}
.img-6-10 {
  margin: 6px 0 10px;
}
.product-flat {
  width: 80%;
  justify-content: center;
  list-style: none;
  display: flex;
  padding-inline-start: 0px;
  margin: 10px auto;
  align-items: flex-start;
}
.product-flat li {
  width: 20%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.product-flat p {
  margin-top: 1vw;
  font-weight: bold;
  line-height: 1.3;
}
.green {
  background: #E2EBDD;
}
.green-line {
  border: 1px solid #E2EBDD;
}
.brown {
  background: #e4ddd1;
  color: #222222;
}
.purple {
  background: #eee7ee;
  color: #222;
}
.purple-line {
  border: 1px solid #eddfed;
}
.purple2 {
  color: #42273D;
}
.black {
  color: #413726;
}
.button-flat a:first-child {
  margin: 30px auto 15px;
}
.button-flat a:last-child {
  margin: 10px auto 30px;
}
.howto-list {
  list-style: none;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
  flex-wrap: wrap;
}
.howto-list li {
  position: relative;
  box-sizing: border-box;
  width: 33.33%;
  padding: 6px 20px;
  display: inline-table;
  border-left: 1px solid #d5ddcc;
  text-align: center;
  margin-bottom: 10px;
}
.howto-list li:nth-child(3n) {
  border-right: 1px solid #d5ddcc;
}
.howto-list li:last-child {
  border-right: 1px solid #d5ddcc;
}
.howto-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.howto-list li a:hover {
  text-decoration: underline;
}
.qa-list {
  list-style: none;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
  flex-wrap: wrap;
}
.qa-list li {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  padding: 6px 20px;
  display: initial;
  margin: 1%;
  padding: 20px;
  background: #fff;
}
.qa-list span {
  display: block;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
.qa-list span::before {
  content: 'Q';
  margin-right: 10px;
  background: #A38B62;
  color: #fff;
  padding: 2px 8px;
}
.qa-list.purple2 span::before {
  background: #AC9ABF;
}
.c-review-list {
  list-style: none;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}
.c-review-list li {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  padding: 6px 20px;
  display: initial;
  margin: 1%;
  padding: 20px;
  background: #fff;
}
.c-review-list div {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 8px;
}
.sample {
  color: #d81f00;
  text-align: center;
  font-size: 16px;
}
.sample span {
  text-decoration: underline;
  font-weight: bold;
  margin-right: 6px;
}
.related-products {
  position: relative;
  display: flex;
  margin: 20px auto;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  width: 80%;
}
.related-products li {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  padding: 10px 0;
  background: #fff;
  list-style: none;
  text-align: center;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  display: inline-table;
  border: 1px solid #333;
  margin: 1%;
}
.related-products li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.related-products li a::hover {
  opacity: .66;
  text-decoration: underline;
}
.related-products img {
  width: 25%;
  float: left;
  margin: 0 1em;
}
.p-posted-review__point {
  font-weight: bold;
  margin-left: 8px;
  font-size: 16px;
  color: #F8A41C;
  vertical-align: -.1em;
}

/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 6px;
  background-color: #EEF4EA;
  margin-left: 170px; /* 左に余白を設ける */
  margin-bottom: 20px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -170px;
  top: 0;
  width: 120px;
  border: 6px solid #EEF4EA;
  border-radius: 100px;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
  border-right: 15px solid #EEF4EA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-right: 130px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -130px;
  top: 0;
  width: 94px;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.recommend-owner {
  margin: 30px 20px 40px;
}
.owner-p {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
    margin: 0;
    padding: 0;
  }
  
  .p-cart-form__password-input input {
    font-size: 14px;
  }
  
  .p-product-body__share-buttons {
    float: right;
  }
  
  .p-product-footer-nav li {
    display: inline-block;
    margin-left: 10px;
  }
  
  .p-posted-review__image {
    float: left;
    height: auto;
    margin: 0 30px 0 0;
  }
  
  .p-posted-review__title {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-large-image {
    float: left;
    width: 50%;
    margin: 0;
  }
  
  .p-thumbnail-list {
    float: right;
    width: 45%;
  }
  
  .p-view-product-images {
    float: right;
    width: 45%;
  }
  
  .p-short-description {
    float: right;
    width: 45%;
  }
  
  .p-cart-form__info {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
  }
  
  .p-cart-form__option {
    float: right;
    width: 45%;
  }
  
  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 45%;
  }
  
  .p-product-body-inner {
  }
  
  .p-product-wrap {
    overflow: hidden;
    display: flex;
  }
  .p-product-heading {
    width: 45%;
    padding-right: 40px;
  }
  .p-large-image {
    width: 100%;
  }
  .p-thumbnail-list {
    float: unset;
    width: 100%;
  }
  .p-short-description {
    float: none;
    width: auto;
  }
  .p-cart-form__option {
    float: none;
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
    overflow: hidden;
    display: flex;
  }
  .p-description-wrap {
    overflow: hidden;
  }
  
  .p-product-heading {
    max-width: 47%;
    width: 100%;
    margin-right: 40px;
  }
  
  .p-product-body {
    width: 53%;
  }
  .product-description {
    width: 100%;
  }
  
  .p-product-body-inner {
  }
  
  .p-large-image__image-wrap {
    border-width: 9px;
  }
  
  .p-thumbnail-list__image-wrap {
    border-width: 3px;
  }
  
  .p-view-product-images {
    display: none;
  }
  
  .p-product-body__linkto-cart {
    display: none;
  }
  
  .p-product-images__image-wrap {
    border-width: 9px;
  }
  
  .p-product-images li {
    width: 50%;
  }
  
  .p-product-images li:nth-child(3n + 1) {
    clear: none;
  }
  
  .p-product-images li:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 599px) {
  table.spec th {
    width: 30%;
    padding: 6px;
  }
  table.spec td {
    width: 70%;
    padding: 6px;
  }
  .p-product-body-inner {
  }
  
  .p-product-body {
    padding: 0 20px;
  }
  
  .product-description {
    padding: 0 20px;
  }
  
  .p-product-body__price {
    font-size: 22px;
  }
  .p-product-body__name {
    font-size: 24px;
  }
  
  .p-product-body__regular-price {
    display: none;
  }
  .p-review__unit {
    margin: 10px 20px 20px;
  }
  .p-review__unit:first-child {
    margin: 20px 40px 10px;
  }
  .p-review__unit:last-child {
    margin: 10px 20px 10px;
    border: 3;
  }
  .c-section__heading--review {
    font-size: 24px;
  }
  .p-large-image__image-wrap {
    margin: 0 -20px;
  }
  .p-cart-form__option {
    margin: 0 -20px;
  }
  .p-cart-form__option2 {
    margin: 0 -20px;
  }
  .product_detail_page {
    padding: 0 20px 50px;
    margin: -20px;
  }
  .product_detail__unit {
    margin: 10px 0px 20px;
    padding: 20px;
  }
  .p-review__attention {
    font-size: 12px;
    margin: 0px 30px;
  }
  .p-recommend {
    padding: 0;
  }
  .p-recommend li {
    background-size: 18px !important;
    padding: 8px 0px 8px 32px;
    background-position: left;
  }
  .neem-feature li:nth-child(5) {
    width: 100%;
  }
  .neem-feature li:last-child {
    width: 100%;
  }
  .neem-feature2 li {
    width: 50%;
  }
  .component-block {
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
  .neem-future-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .neem-future-title2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .p-recommend li span {
    font-weight: bold;
    font-size: 1.1em;
  }
  .col_2 {
    display: block;
  }
  .md25 {
    width: 100%;
  }
  .md25 img {
    width: 60%;
  }
  .md35 {
    width: 100%;
  }
  .md50 {
    width: 100%;
  }
  .md65 {
    width: 100%;
  }
  .md75 {
    width: 100%;
  }
  .safeflow::after  {
    content: url(https://file003.shop-pro.jp/PA01462/024/img/arrow-under.svg);
    display: block;
    width: 70px;
    margin: 5px auto -20px;
  }
  .oilsafeflow::after  {
    content: url(https://file003.shop-pro.jp/PA01462/024/img/arrow-under2.svg);
    display: block;
    width: 70px;
    margin: 5px auto -20px;
  }
  .neem-future-title-area span {
    width: 40px;
  }
  .catch {
    padding: 20px 0px 0px;
    margin: 10px -20px 20px;
  }
  .product-flat {
    width: 100%;
    flex-wrap: wrap;    
  }
  .product-flat li {
    width: 33%;
  }
  .product-flat p {
    font-size: 13px;
  }
  .button-flat a:first-child {
    margin: 30px auto 10px;
  }
  .bottom {
    padding-bottom: 40px;
  }
  .bottom_bl {
    padding-bottom: 30px;
  }
  .component {
    padding: 0 20px 20px;
    margin-top: 20px;
    width: 100%;
    margin: 20px 0px;
  }
  .component2 {
    padding: 0 20px 20px;
    margin-top: 20px;
    width: 100%;
    margin: 20px 0px;
  }
  .howto-list li {
    width: 50%;
    padding: 6px 0px;
  }
  .howto-list li:nth-child(even) {
    border-right: 1px solid #d5ddcc;
  }
  .howto-list li:nth-child(3) {
    border-right: none;
  }
  .qa-list li {
    width: 100%;
    margin: 10px 0;
  }
  .c-review-list li {
    width: 100%;
    margin: 10px 0;
  }
  .p-replied-review {
  padding: 0 0px 16px 16px;
  }
  .sample {
    text-align: left;
  }
  .p-posted-review__point {
    font-weight: bold;
    margin-left: 8px;
    font-size: 18px;
  }
  /* 吹き出し本体 */
  .balloon1{
    margin: -20px;
    padding: 14px;
  }
  .balloon1::before{
    content: none;
  }
  /* 画像 - 絶対配置で左上に配置 */
  .balloon1 .icon{
    left: 10px;
    width: 84px;
    border: none;
    margin-top: 10px;
  }
  /* 吹き出し本体 */
  .balloon2{
    margin: 0 70px 20px -20px;
    padding: 14px;
  }
  /* 画像 - 絶対配置で左上に配置 */
  .balloon2 .icon{
    right: -90px;
    width: 64px;
  }
  .recommend-owner {
    margin: 50px 20px 40px;
  }
  .owner-p {
    display: block;
    margin: 24px 0 40px 94px;
  }
  .howto-detail2 {
    padding: 0;
  }
  .txt13 span {
    font-size: 13px !important;
  }
  .list3 :nth-child(3){
    border-right: 1px solid #d5ddcc !important;
  }
}

/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}

.cms-opt-button__opt-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}
.cms-opt-button__opt-heading {
  background: #eee;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px;
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
    font-size: 20px;
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin-top: 10px;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}

@media screen and (max-width: 350px){
.owner-p {
    margin: 24px 0 20px 94px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}