/* Q+ MCCMG0280 */
.mccm-modal-q-MCCMG0280 .modaal-container {
  width: 90% !important;
  margin: 0 auto;
}
.mccm-modal-q-MCCMG0280 .modaal-content-container {
  padding: 30px 20px 30px 20px !important;
}
.mccm-modal-q-MCCMG0280 .font-red{
  color:#E50000
}
.mccm-modal-q-MCCMG0280 .q-error-mes{
  margin-top: 0.2em !important;
}
.mccm-modal-q-MCCMG0280 .p-tit {
  border-bottom: 1px solid #000000;
  padding-bottom: 1em;
  justify-content: center;
}
.mccm-modal-q-MCCMG0280 .p-tit h3 big {
text-align: center;
}
/* === custom css style === */

.mccm-modal-q-MCCMG0280 .scroll-wrapper{
  position: relative;
  padding-right: 10px; 
}
.mccm-modal-q-MCCMG0280 .scroll-wrapper_box{
  position: relative;
  padding-right: 20px; 
  overflow: hidden;   
}
.mccm-modal-q-MCCMG0280 .scroll-container_box{
  overflow-y: auto;
  max-height: 68vh;
  padding-right: 10px; 
  margin-right: -20px; 
}
.mccm-modal-q-MCCMG0280 .p-product-list{
  display: block;
  justify-content: space-between;
  padding-bottom: 1em;
  padding-right: 10px; 
  margin-right: -20px; 
}
.mccm-modal-q-MCCMG0280 .scroll-container_box::-webkit-scrollbar {
  width: 4px;
}
.mccm-modal-q-MCCMG0280 .scroll-container_box::-webkit-scrollbar-thumb {
  background: #D84190;
  border-radius: 4px;
}
.mccm-modal-q-MCCMG0280 .scroll-container_box::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.mccm-modal-q-MCCMG0280 .p-product-item .p-product-img{
  width:34%;
  gap: 10px 10px;
}
.mccm-modal-q-MCCMG0280 .p-product-item .p-product-info{
  width: 66%;
  gap: 20px 20px;
  position: relative;
}
.mccm-modal-q-MCCMG0280 .p-product-item{
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0 2px;
  /* margin-right: 2em; */
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CFCFD0;
  gap: 0.4em;
}
.mccm-modal-q-MCCMG0280 .p-productlist__box_item--prc {
  min-height: 44.8px;
  margin-top: 10px;
}
.mccm-modal-q-MCCMG0280 .q-font1{
  font-size:1rem;
}
.mccm-modal-q-MCCMG0280 .q-font2{
  font-size:1.5rem;
}
.mccm-modal-q-MCCMG0280 .q-font3{
  font-size:1rem;
}
.mccm-modal-q-MCCMG0280 .q-font4{
  font-size:1rem;
}
.mccm-modal-q-MCCMG0280 .q-font5{
  font-size:1rem;
}
.mccm-modal-q-MCCMG0280 .q-font6{
  text-decoration: line-through;
}
.mccm-modal-q-MCCMG0280 .shop-info-bg {
  background: #F7F7F7;
  width: 100%;
  padding:5px;
} 
.mccm-modal-q-MCCMG0280 .shop-info-txt {
  line-height: 1.3;
  margin: 10px 0px;
}

.mccm-modal-q-MCCMG0280 .shop-info-txt {
  position: relative;
  padding-left: 1rem;
  text-indent: -1.5rem;
} 
.mccm-modal-q-MCCMG0280 .shop-info-txt::before {
  content: "・";
}
.mccm-modal-q-MCCMG0280 .p-productlist__box_item--tit {
  height: unset;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}
.mccm-modal-q-MCCMG0280 .p-productlist__box_item--tit big{
  font-size: 1.5rem;
  line-height: normal;
}
/* .mccm-modal-q-MCCMG0280 .p-contentblock__txt {
  margin-top: -2vw !important;
} */
body .p-section .is_mt-010 {
  margin-top: 3.128205vw !important;
}
@media screen and (min-width: 768px) {
  body .is_sw-sp {
    display: none !important;
 }
 body .p-section .is_mt-010 {
  margin-top: 20px !important;
 }
  .mccm-modal-q-MCCMG0280 .modaal-container {
    width: 745px !important;
    margin: 0 auto;
  }
  .mccm-modal-q-MCCMG0280 .modaal-content-container {
    padding: 30px 57px 30px 57px !important; 
  }
  .mccm-modal-q-MCCMG0280 .p-product-list{
    display: block;
    /* justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap; */
    padding-bottom: 1em;
    height: auto;
  }
  .mccm-modal-q-MCCMG0280 .p-product-list::-webkit-scrollbar {
    height: 4px;
  }
  .mccm-modal-q-MCCMG0280 .p-product-list::-webkit-scrollbar-thumb {
    background: #D84190;
    border-radius: 4px;
  }
  .mccm-modal-q-MCCMG0280 .p-product-list::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .mccm-modal-q-MCCMG0280 .p-product-item .p-product-img{
    width: 20%;
    gap: 10px 10px;
  }

  .mccm-modal-q-MCCMG0280 .p-product-item .p-product-info{
    width: 75%;
    gap: 0;
    position: relative;
    display: grid;
  }
  .mccm-modal-q-MCCMG0280 .p-product-box{
    display: flex;
    justify-content: center;
  }
  .mccm-modal-q-MCCMG0280 .p-product-item{
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 94%;
    /* border-left:1px solid #CFCFD0; */
    /* border-right:1px solid #CFCFD0; */
    padding: 0 2px;
    /* margin-right: 2em; */
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #CFCFD0;
    gap: 1em;
  }
  .mccm-modal-q-MCCMG0280 .p-productlist__box_item--prc {
    min-height: 44.8px;
    margin-top: 10px;
  }
  .mccm-modal-q-MCCMG0280 .scroll-wrapper {
    position: relative;
    max-height:unset;
    padding-right: unset;
    overflow: unset;
 } 
 .mccm-modal-q-MCCMG0280 .scroll-wrapper_box{
  position: relative;
  padding-right: 0px; 
  overflow: hidden;   
}
.mccm-modal-q-MCCMG0280 .scroll-container_box{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 68vh;
  padding-right:0px; 
  margin-right: 0px; 
}
 .mccm-modal-q-MCCMG0280 .shop-info-bg {
  background: #F7F7F7;
  width: 50%;
  padding: 5px;
} 
.mccm-modal-q-MCCMG0280 .shop-info-txt {
  position: relative;
  padding-left: 1rem;
  text-indent: -1.5rem;
} 

.mccm-modal-q-MCCMG0280 .shop-info-txt::before {
  content: "・";
}

}

@media screen and (max-height: 1000px) {
  .mccm-modal-q-MCCMG0280 .modaal-inner-wrapper {
    padding: 0px 10px;
  }
}