/* Q+ MCCMG0270 */
.mccm-modal-q-MCCMG0270 .modaal-container {
  width: 90%;
  margin: 0 auto;
}

.mccm-modal-q-MCCMG0270 .modaal-content-container {
  padding: 30px 25px 30px 25px;
}

.mccm-modal-q-MCCMG0270 .font-red {
  color: #E50000
}

.mccm-modal-q-MCCMG0270 .q-error-mes {
  margin-top: 0.2em !important;
}

.mccm-modal-q-MCCMG0270 .p-tit {
  border-bottom: 1px solid #000000;
  padding-bottom: 1em;
  justify-content: center;
}

.mccm-modal-q-MCCMG0270 .p-tit h3 big {
  text-align: center;
}

.mccm-modal-q-MCCMG0270 .p-btnlink__box>ul {
  justify-content: space-between;
  gap:1vw;
}

@media screen and (min-width: 768px) {
  body .is_sw-sp {
    display: none !important;
  }

  .mccm-modal-q-MCCMG0270 .modaal-container {
    width: 745px;
    margin: 0 auto;
  }

  .mccm-modal-q-MCCMG0270 .modaal-content-container {
    padding: 30px 57px 30px 57px;
  }

  .mccm-modal-q-MCCMG0270 .p-btnlink__box>ul {
    justify-content: center;
  }
}