.mfo_product_information {
  /*margin-bottom: 150px;*/
  margin-bottom: 100px;
}
.mfo_product_information.mfo_product_information_wid_100_web{
  width: 100%;
  margin-bottom: 0;
}
.mfo_product_information section {
  border-bottom: 1px solid #D2D2D2;
}

.mfo_product_information section.no_border {
  border-bottom: none;
}

.mfo_product_information section .btn-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}

.mfo_product_information section .info_row .heart {
  width: 41px;
  height: 41px;
  background-image: url('../assets/material/mdi_heart.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 7px;

}

.mfo_product_information section .info_row .heart.favorite {
  background-image: url('../assets/material/mdi_heart-1.svg');
}

.mfo_product_information section .brand {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #868686;
}

.mfo_product_information section .prodcut_name {
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #1B1B1B;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*word-break: break-all;*/
}
.mfo_product_information section .prodcut_name h1{
  padding-right: 10px;
}
.mfo_product_information section .price_row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.mfo_product_information section .price_row .origin_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #868686;
}

.mfo_product_information section .price_row .origin_price .price_through {
  text-decoration: line-through;
}

.mfo_product_information section .price_row .sell_price {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #F73603;
  margin-left: 20px;
}

.mfo_product_information section p.number {
  color: var( --colorOrange);
}

.mfo_product_information section.second_content {
  padding-top: 26px;
  padding-bottom: 15px;
}

.mfo_product_information section.second_content .row,
.mfo_product_information section.accordion .label_row {
  display: flex;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 15px;
  position: relative;
}
.mfo_product_information section.second_content .row > p:first-child {
  font-weight: 500;
}

.mfo_product_information section.second_content .row > p,
.mfo_product_information section.accordion .label_row > p {
  display: block;
}
.mfo_product_information section.second_content .row > p span{
  display: block;
}
.mfo_product_information section.second_content .row > p:first-child,
.mfo_product_information section.accordion .label_row > .label_row_content > p:first-child {
  min-width: 148px;
  font-weight: bold;
}
.field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.field > a::after {
  content: "、"
}
.field > a:last-child:after {
  content: ""
}
/*20230821修正商品詳細頁*/
.field.gift a{
  display: block;
  width: 100%;
} 
.field.gift a::after{
  content: '';
}
/*20230821修正商品詳細頁*/

.mfo_product_information section.accordion .label_row > .label_row_content > p:last-child {
  padding-right: 12px;
}

.mfo_product_information section .clickable {
  cursor: pointer;
  text-decoration: underline;
  color: #4286DE;
  letter-spacing: 0.1px;
}

.mfo_product_information section .clickable:hover {
  font-weight: bold;
  letter-spacing: 0;
}

.mfo_product_information section.accordion {
  padding: 20px 0;
}
.mfo_product_information section.accordion.product_description_mobile{
  display: none;
}
.mfo_product_information section.accordion .label_row {
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.mfo_product_information section.accordion .label_row .label_row_content {
  display: flex;
}
.mfo_product_information section.accordion .label_row .label_row_content  .orange_color{
  color: var(--color-org);
  font-size: 24px;
  line-height: 1.5;
}
.mfo_product_information section .toggle_arrow {
  width: 15px;
  height: 10px;
  background: url('../assets/material/collapseArrow.svg') center 100% no-repeat;
  cursor: pointer;
  transition: .3s all ease-in-out;
  padding: 2px;
  box-sizing: initial;
}
.mfo_product_information .toggle_black_arrow_outer{
  display: flex;
  justify-content: center;
  padding: 5px 0;
  margin-top: -20px;
  position: relative;
  z-index: 99;
}
.mfo_product_information .toggle_black_arrow_outer .toggle_black_arrow{
  /*background: url('../assets/material/collapseArrow_org.svg') center 100% no-repeat;*/ 
}
.mfo_product_information section.accordion .accordion_content {
  overflow: hidden;
  max-height: 0;
  transition: .3s all ease-in-out;
  font-size: 20px;
  line-height: 29px;
  color: #1B1B1B;
}

.mfo_product_information section.accordion.open .accordion_content {
  padding-top: 20px;
  max-height: 1000px;
}

.mfo_product_information section.accordion.open .toggle_arrow {
  transform: rotate(180deg);  
}
.mfo_product_information section.accordion.open .toggle_black_arrow_outer{
  margin-top: 0;
}
.mfo_product_information section.accordion .accordion_content .custom_table {
  display: flex;
  margin-top: 30px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.mfo_product_information section.accordion .accordion_content .custom_table::-webkit-scrollbar {
  height: 8px;
  background-color: #eee;
}

.mfo_product_information section.accordion .accordion_content .custom_table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #fff;
  background-color: #eee;
}

.mfo_product_information section.accordion .accordion_content .custom_table::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.mfo_product_information section.accordion .accordion_content .custom_table .column {
  display: flex;
  flex-direction: column;
}

.mfo_product_information section.accordion .accordion_content .custom_table .column p {
  border-bottom: 1px solid #D1D1D1;
  padding: 14px 40px;
  white-space: nowrap;
}
.mfo_product_information section.accordion .accordion_content .custom_table .column.left p{
  min-width: 123px;
}
.mfo_product_information section.accordion .accordion_content .custom_table .column.mid p{
  min-width: 147px;
}

.mfo_product_information section.accordion .accordion_content .custom_table .column.left p:first-child,
.mfo_product_information section.accordion .accordion_content .custom_table .column.mid p:first-child,
.mfo_product_information section.accordion .accordion_content .custom_table .column.right p:first-child {
  text-align: center;
}
.mfo_product_information section.accordion .accordion_content .custom_table .column.left p,
.mfo_product_information section.accordion .accordion_content .custom_table .column.mid p,
.mfo_product_information section.accordion .accordion_content .custom_table .column.right p {
  text-align: right;
}

/* .mfo_product_information section.accordion .accordion_content .custom_table .column.left p,
.mfo_product_information section.accordion .accordion_content .custom_table .column.right p {
  padding: 15px 30px;
} */

.mfo_product_information section.accordion .accordion_content .custom_table .column.mid p {
  /* padding: 15px 50px; */

  border: solid #D1D1D1;
  border-width: 0 1px 1px 1px;
}

.mfo_product_information section.accordion .accordion_content .custom_table .column p:last-child {
  border-bottom: none;
}

.mfo_product_information section.accordion.shadow .accordion_content {
  max-height: 150px;
  position: relative;
  padding-top: 20px;
}

.mfo_product_information section.accordion.shadow .accordion_content::after {
  content: ' ';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 150px;
  transition: all .3s ease-in-out;
}

.mfo_product_information section.accordion.shadow.open .accordion_content::after {
  height: 0;
}

.mfo_product_information section.accordion.shadow.open .accordion_content {
  max-height: 1000px;
}

.mfo_product_information section.accordion .accordion_content a {
  color: #1B1B1B;
  text-decoration: underline;
  color: #4286DE;
}

.mfo_product_information section.accordion .accordion_content a:hover {
  font-weight: bold;
}

.mfo_product_information section.accordion .accordion_content ul {
  padding-left: 30px;
}

.mfo_product_information section.accordion .accordion_content li {
  margin-bottom: 12px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 5px;
}

.mfo_product_information section.accordion .accordion_content li a:hover {
  color: #4286DE;
}
.mfo_product_information section.accordion .accordion_content.summary{
  font-size:initial;
  color: initial;
}
.mfo_product_information section.accordion .accordion_content.summary li {
  color: black;
}
.buttons_container.inline_flex_container{
  display: inline-flex;
  align-items: center;
  gap: 10px;
} 
.btn_no_border .mfo_button,  .btn_no_border .mfo_button.product{
  margin: 0;
}
.mfo_product_information .buttons_container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.mfo_product_information .buttons_container .mfo_button.product {
  width: 100%;
}
@media (max-width: 820px) {
  .mfo_product_information section.accordion.product_description_mobile{
    display: block;
  }
  .mfo_product_information.mfo_product_information_wid_100_web{
    display: none;
  }
}
@media (max-width: 767px) {
  .mfo_product_information {
    margin-bottom: 30px;
  }
  .mfo_product_information section .info_row .heart {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  .mfo_product_information section .brand {
    font-size: 14px;
    line-height: 20px;
  }
  .mfo_product_information section .prodcut_name {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 14px;
  }
  .mfo_product_information section .price_row {
    margin-bottom: 14px;
  }
  .mfo_product_information section .price_row .origin_price {
    font-size: 14px;
    line-height: 20px;
  }
  .mfo_product_information section .price_row .sell_price {
    font-size: 18px;
    line-height: 26px;
    margin-left: 6px;
  }
  .mfo_product_information section .btn-row {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .mfo_product_information section .btn-row > button {
    box-shadow: none;
  }
  .mfo_product_information section.second_content .row {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .mfo_product_information section.accordion .label_row {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .mfo_product_information section.second_content {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .mfo_product_information section.accordion .accordion_content {
    font-size: 14px;
    line-height: 20px;
  }
  .mfo_product_information section.accordion .accordion_content .custom_table {
    margin-top: 14px;
  }
  .mfo_product_information section.accordion .accordion_content .custom_table .column.left p,
  .mfo_product_information section.accordion .accordion_content .custom_table .column.right p,
  .mfo_product_information section.accordion .accordion_content .custom_table .column.mid p {
    padding: 10px 20px;
  }
  .mfo_product_information section.second_content .row > p:first-child,
  .mfo_product_information section.accordion .label_row > .label_row_content > p:first-child {
    min-width: 110px;
  }
  .mfo_product_information section.accordion.shadow .accordion_content {
    max-height: 100px;
    padding-top: 10px;
  }
  .mfo_product_information section.accordion {
    padding: 10px 0;
  }
  .mfo_product_information .buttons_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: var(--boxshadow);
    background: white;
    margin-bottom: 0;
  }
  .mfo_product_information section.accordion .label_row .label_row_content  .orange_color{
    font-size: 20px;
  }
}