@charset "UTF-8";

/* 追加CSS */

@media screen and (max-width: 768px) {
  #building-land-form .box-condition-land {
    width: auto !important;
    height: auto !important;
    display:block !important;
  }
  #building-land-form .box-condition-land span:nth-child(1) {
    margin-right: 0 !important;
  }
}






.submit-att{
  color:red;
}
.submit-att.submit-att--mt{
  margin-top: 1em;
}
.catalog-duplication-text{
  margin-top: 12px;
  color: #c03f3f;
  font-size: 13px;
  font-weight: 600;
  display:none;
}
.catalog-duplication-text.is-err{
  display:block;

}
.catalog-duplication-list{
  color: #c03f3f;
  font-size: 13px;
  font-weight: 600;
}
.catalog-duplication-list li{
  margin-top: 12px;
}

.is-outsideOkinawa,
.is-outsideOkinawaList,
.is-plannedLocation,
.is-planToPurchaseWrap,
/* .is-planToPurchase, */
.is-planToPurchaseRegistered,
.is-box-other{
  display:none;
}
.is-planToPurchaseWrap{
  padding-top: 24px !important;
}
.is-outsideOkinawa{
  padding-top: 24px !important;

}
.overlay-loader .overlay {
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 background: #2222226e;
	 z-index: 10000;
}
.overlay-loader .overlay__inner {
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 position: absolute;
}
.overlay-loader .overlay__content {
	 left: 50%;
	 position: absolute;
	 top: 50%;
	 transform: translate(-50%, -50%);
}
.overlay-loader .spinner {
	 width: 75px;
	 height: 75px;
	 display: inline-block;
	 border-width: 2px;
	 border-color: rgba(255, 255, 255, 0.05);
	 border-top-color: #fff;
	 animation: spin 1s infinite linear;
	 border-radius: 100%;
	 border-style: solid;
}
.mp-body.spinner {
	 overflow: hidden !important;
}
@keyframes spin {
	 100% {
		 transform: rotate(360deg);
	}
}

.p-catalogLpFaq__form , .p-catalogLpConfirm, .p-catalogLpComplete {
.row, .mp-buttons, .rowLayout-10, .modal-lg-catalog .box-buttons, .con_mp-top-ideaclip {
  --mp-gutter-x: 24px;
  --mp-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--mp-gutter-y) * -1);
  margin-right: calc(var(--mp-gutter-x) * -.5);
  margin-left: calc(var(--mp-gutter-x) * -.5);
}

.row > *, .mp-buttons > *, .rowLayout-10 > *, .modal-lg-catalog .box-buttons > *, .con_mp-top-ideaclip > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mp-gutter-x) * .5);
  padding-left: calc(var(--mp-gutter-x) * .5);
  margin-top: var(--mp-gutter-y);
}

.col, .rowLayout-10 .colLayout {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12, .modal-lg-catalog .box-buttons li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0.5, .5.swiper-wrapper, .swiper .5.mp-panel, .5.my-ideaclip__title, .5.con_mp-top-ideaclip,
.gx-0.5 {
  --mp-gutter-x: ;
}

.g-0.5, .5.swiper-wrapper, .swiper .5.mp-panel, .5.my-ideaclip__title, .5.con_mp-top-ideaclip,
.gy-0.5 {
  --mp-gutter-y: ;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0.5,
  .gx-sm-0.5 {
    --mp-gutter-x: ;
  }
  .g-sm-0.5,
  .gy-sm-0.5 {
    --mp-gutter-y: ;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2, .list-news .mp-list-group-item .col-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3, .mp-buttons.mp-buttons_2btn-3col .col-btn, .mp-buttons.mp-buttons_4btn-3col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-3col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-3col .col-btn, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_2btn-3col .col-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .mp-buttons.mp-buttons_1btn-4col .col-btn, .mp-buttons.mp-buttons_2btn-4col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_1btn-4col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_1btn-4col .col-btn, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_1btn-4col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .col-btn, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_2btn-4col .col-btn, .con_mp-top-ideaclip .box-text, .mp-page-se .box-account-holder .box-txt-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6, .mp-buttons.mp-buttons_1btn-6col .col-btn, .mp-buttons.mp-buttons_2btn-6col .col-btn, .modal-lg-catalog .box-buttons li, .con_mp-top-ideaclip .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10, .mp-request-catalog .box-info-other::after, .list-news .mp-list-group-item .col-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12, .mp-buttons.mp-buttons_3btn-12col .col-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child, .con_mp-top-ideaclip .box-text {
    margin-left: 8.33333%;
  }
  .offset-md-2, .offset-md-1 .mp-buttons.mp-buttons_2btn-3col .col-btn:first-child, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_2btn-3col .col-btn:first-child {
    margin-left: 16.66667%;
  }
  .offset-md-3, .offset-md-1 .mp-buttons.mp-buttons_1btn-4col .col-btn:first-child, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_1btn-4col .col-btn:first-child, .mp-page-se .box-account-holder .box-txt-link {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0.5,
  .gx-md-0.5 {
    --mp-gutter-x: ;
  }
  .g-md-0.5,
  .gy-md-0.5 {
    --mp-gutter-y: ;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0.5,
  .gx-lg-0.5 {
    --mp-gutter-x: ;
  }
  .g-lg-0.5,
  .gy-lg-0.5 {
    --mp-gutter-y: ;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0.5,
  .gx-xl-0.5 {
    --mp-gutter-x: ;
  }
  .g-xl-0.5,
  .gy-xl-0.5 {
    --mp-gutter-y: ;
  }
}

@media (min-width: 1440px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0.5,
  .gx-xxl-0.5 {
    --mp-gutter-x: ;
  }
  .g-xxl-0.5,
  .gy-xxl-0.5 {
    --mp-gutter-y: ;
  }
}

.form-label {
  margin-bottom: 8px;
}

.col-form-label {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: calc(0.9125rem + 0.45vw);
}

@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.25rem;
  }
}

.col-form-label-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.form-text {
  margin-top: 4px;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title, .my-ideaclip-preview .box-memo .box-title textarea {
  display: block;
  width: 100%;
  padding: 11px 16px;
  font-size: calc(0.8875rem + 0.15vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  .form-control, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title, .my-ideaclip-preview .box-memo .box-title textarea {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title, .my-ideaclip-preview .box-memo .box-title textarea {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type="file"], .my-ideaclip-preview .preview_content[type="file"], .my-ideaclip-preview .preview_title[type="file"], .my-ideaclip-preview .box-memo .box-title textarea[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .my-ideaclip-preview .preview_content[type="file"]:not(:disabled):not([readonly]), .my-ideaclip-preview .preview_title[type="file"]:not(:disabled):not([readonly]), .my-ideaclip-preview .box-memo .box-title textarea[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .my-ideaclip-preview .preview_content:focus, .my-ideaclip-preview .preview_title:focus, .my-ideaclip-preview .box-memo .box-title textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value, .my-ideaclip-preview .preview_content::-webkit-date-and-time-value, .my-ideaclip-preview .preview_title::-webkit-date-and-time-value, .my-ideaclip-preview .box-memo .box-title textarea::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder, .my-ideaclip-preview .preview_content::-webkit-input-placeholder, .my-ideaclip-preview .preview_title::-webkit-input-placeholder, .my-ideaclip-preview .box-memo .box-title textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .my-ideaclip-preview .preview_content::-moz-placeholder, .my-ideaclip-preview .preview_title::-moz-placeholder, .my-ideaclip-preview .box-memo .box-title textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .my-ideaclip-preview .preview_content::-ms-input-placeholder, .my-ideaclip-preview .preview_title::-ms-input-placeholder, .my-ideaclip-preview .box-memo .box-title textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .my-ideaclip-preview .preview_content::placeholder, .my-ideaclip-preview .preview_title::placeholder, .my-ideaclip-preview .box-memo .box-title textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .my-ideaclip-preview .preview_content:disabled, .my-ideaclip-preview .preview_title:disabled, .my-ideaclip-preview .box-memo .box-title textarea:disabled, .form-control[readonly], .my-ideaclip-preview .preview_content[readonly], .my-ideaclip-preview .preview_title[readonly], .my-ideaclip-preview .box-memo .box-title textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button, .my-ideaclip-preview .preview_content::file-selector-button, .my-ideaclip-preview .preview_title::file-selector-button, .my-ideaclip-preview .box-memo .box-title textarea::file-selector-button {
  padding: 11px 16px;
  margin: -11px -16px;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .my-ideaclip-preview .preview_content::file-selector-button, .my-ideaclip-preview .preview_title::file-selector-button, .my-ideaclip-preview .box-memo .box-title textarea::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .my-ideaclip-preview .preview_content:hover:not(:disabled):not([readonly])::file-selector-button, .my-ideaclip-preview .preview_title:hover:not(:disabled):not([readonly])::file-selector-button, .my-ideaclip-preview .box-memo .box-title textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button, .my-ideaclip-preview .preview_content::-webkit-file-upload-button, .my-ideaclip-preview .preview_title::-webkit-file-upload-button, .my-ideaclip-preview .box-memo .box-title textarea::-webkit-file-upload-button {
  padding: 11px 16px;
  margin: -11px -16px;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .my-ideaclip-preview .preview_content::-webkit-file-upload-button, .my-ideaclip-preview .preview_title::-webkit-file-upload-button, .my-ideaclip-preview .box-memo .box-title textarea::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .my-ideaclip-preview .preview_content:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .my-ideaclip-preview .preview_title:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .my-ideaclip-preview .box-memo .box-title textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 11px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: 34px;
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3px;
}

.form-control-sm::file-selector-button {
  padding: 4px 8px;
  margin: -4px -8px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 4px 8px;
  margin: -4px -8px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.form-control-lg {
  min-height: 42px;
  padding: 8px 6px;
  font-size: calc(0.9125rem + 0.45vw);
  border-radius: 5;
}

@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.25rem;
  }
}

.form-control-lg::file-selector-button {
  padding: 8px 6px;
  margin: -8px -6px;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 8px 6px;
  margin: -8px -6px;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
}

textarea.form-control, .my-ideaclip-preview textarea.preview_content, .my-ideaclip-preview textarea.preview_title, .my-ideaclip-preview .box-memo .box-title textarea {
  min-height: 48px;
}

textarea.form-control-sm {
  min-height: 34px;
}

textarea.form-control-lg {
  min-height: 42px;
}

.form-control-color {
  max-width: 48px;
  height: auto;
  padding: 11px;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 11px 48px 11px 16px;
  -moz-padding-start: 13px;
  font-size: calc(0.8875rem + 0.15vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(/library/img/icons/pull-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1200px) {
  .form-select {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  font-size: calc(0.9125rem + 0.45vw);
}

@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.25rem;
  }
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 24px;
  margin-bottom: 2px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -24px;
}

.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: -7.25px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 40px;
}

.form-switch .form-check-input {
  width: 32px;
  margin-left: -40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 32px;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 6px;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-mypage, .btn-check[disabled] + .btn-mypage-sns, .btn-check[disabled] + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-check[disabled] + .nav-link, .btn-check:disabled + .btn, .btn-check:disabled + .btn-mypage, .btn-check:disabled + .btn-mypage-sns, .btn-check:disabled + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-check:disabled + .nav-link {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 14px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 6px;
  height: 6px;
  margin-top: 1px;
  background-color: #0d6efd;
  border: 0;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 6px;
}

.form-range::-moz-range-thumb {
  width: 6px;
  height: 6px;
  background-color: #0d6efd;
  border: 0;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 8px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 6px;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .my-ideaclip-preview .form-floating > .preview_content, .my-ideaclip-preview .form-floating > .preview_title, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea,
.form-floating > .form-select {
  height: 40px;
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 6px 16px;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control, .my-ideaclip-preview .form-floating > .preview_content, .my-ideaclip-preview .form-floating > .preview_title, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea {
  padding: 6px 16px;
}

.form-floating > .form-control::-webkit-input-placeholder, .my-ideaclip-preview .form-floating > .preview_content::-webkit-input-placeholder, .my-ideaclip-preview .form-floating > .preview_title::-webkit-input-placeholder, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder, .my-ideaclip-preview .form-floating > .preview_content::-moz-placeholder, .my-ideaclip-preview .form-floating > .preview_title::-moz-placeholder, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder, .my-ideaclip-preview .form-floating > .preview_content::-ms-input-placeholder, .my-ideaclip-preview .form-floating > .preview_title::-ms-input-placeholder, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .my-ideaclip-preview .form-floating > .preview_content::placeholder, .my-ideaclip-preview .form-floating > .preview_title::placeholder, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .my-ideaclip-preview .form-floating > .preview_content:focus, .my-ideaclip-preview .form-floating > .preview_title:focus, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .my-ideaclip-preview .form-floating > .preview_content:not(:placeholder-shown), .my-ideaclip-preview .form-floating > .preview_title:not(:placeholder-shown), .my-ideaclip-preview .box-memo .box-title .form-floating > textarea:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .my-ideaclip-preview .form-floating > .preview_content:-webkit-autofill, .my-ideaclip-preview .form-floating > .preview_title:-webkit-autofill, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .my-ideaclip-preview .form-floating > .preview_content:focus ~ label, .my-ideaclip-preview .form-floating > .preview_title:focus ~ label, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.my-ideaclip-preview .form-floating > .preview_content:not(:placeholder-shown) ~ label,
.my-ideaclip-preview .form-floating > .preview_title:not(:placeholder-shown) ~ label,
.my-ideaclip-preview .box-memo .box-title .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-8px) translateX(0.15rem);
  transform: scale(0.85) translateY(-8px) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label, .my-ideaclip-preview .form-floating > .preview_content:-webkit-autofill ~ label, .my-ideaclip-preview .form-floating > .preview_title:-webkit-autofill ~ label, .my-ideaclip-preview .box-memo .box-title .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-8px) translateX(0.15rem);
  transform: scale(0.85) translateY(-8px) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .my-ideaclip-preview .input-group > .preview_content, .my-ideaclip-preview .input-group > .preview_title, .my-ideaclip-preview .box-memo .box-title .input-group > textarea,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .my-ideaclip-preview .input-group > .preview_content:focus, .my-ideaclip-preview .input-group > .preview_title:focus, .my-ideaclip-preview .box-memo .box-title .input-group > textarea:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn, .input-group .btn-mypage, .input-group .btn-mypage-sns, .input-group .btn-mypage-sns-2, .input-group .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .input-group .nav-link {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .btn-mypage:focus, .input-group .btn-mypage-sns:focus, .input-group .btn-mypage-sns-2:focus, .input-group .box-tab__catalog .nav-tabs .nav-link:focus, .box-tab__catalog .nav-tabs .input-group .nav-link:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 16px;
  font-size: calc(0.8875rem + 0.15vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1rem;
  }
}

.input-group-lg > .form-control, .my-ideaclip-preview .input-group-lg > .preview_content, .my-ideaclip-preview .input-group-lg > .preview_title, .my-ideaclip-preview .box-memo .box-title .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .btn-mypage,
.input-group-lg > .btn-mypage-sns,
.input-group-lg > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .input-group-lg > .nav-link {
  padding: 8px 6px;
  font-size: calc(0.9125rem + 0.45vw);
  border-radius: 5;
}

@media (min-width: 1200px) {
  .input-group-lg > .form-control, .my-ideaclip-preview .input-group-lg > .preview_content, .my-ideaclip-preview .input-group-lg > .preview_title, .my-ideaclip-preview .box-memo .box-title .input-group-lg > textarea,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn,
  .input-group-lg > .btn-mypage,
  .input-group-lg > .btn-mypage-sns,
  .input-group-lg > .btn-mypage-sns-2,
  .box-tab__catalog .nav-tabs .input-group-lg > .nav-link {
    font-size: 1.25rem;
  }
}

.input-group-sm > .form-control, .my-ideaclip-preview .input-group-sm > .preview_content, .my-ideaclip-preview .input-group-sm > .preview_title, .my-ideaclip-preview .box-memo .box-title .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .btn-mypage,
.input-group-sm > .btn-mypage-sns,
.input-group-sm > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .input-group-sm > .nav-link {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 64px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.invalid-feedback-top) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 4px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .my-ideaclip-preview .preview_content:valid, .my-ideaclip-preview .was-validated .preview_content:valid, .was-validated .my-ideaclip-preview .preview_title:valid, .my-ideaclip-preview .was-validated .preview_title:valid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:valid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:valid, .form-control.is-valid, .my-ideaclip-preview .is-valid.preview_content, .my-ideaclip-preview .is-valid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-valid {
  border-color: #198754;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 11.5px center;
  background-size: 23px 23px;
}

.was-validated .form-control:valid:focus, .was-validated .my-ideaclip-preview .preview_content:valid:focus, .my-ideaclip-preview .was-validated .preview_content:valid:focus, .was-validated .my-ideaclip-preview .preview_title:valid:focus, .my-ideaclip-preview .was-validated .preview_title:valid:focus, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:valid:focus, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:valid:focus, .form-control.is-valid:focus, .my-ideaclip-preview .is-valid.preview_content:focus, .my-ideaclip-preview .is-valid.preview_title:focus, .my-ideaclip-preview .box-memo .box-title textarea.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .my-ideaclip-preview textarea.preview_content:valid, .my-ideaclip-preview .was-validated textarea.preview_content:valid, .was-validated .my-ideaclip-preview textarea.preview_title:valid, .my-ideaclip-preview .was-validated textarea.preview_title:valid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:valid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:valid, textarea.form-control.is-valid, .my-ideaclip-preview textarea.is-valid.preview_content, .my-ideaclip-preview textarea.is-valid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-valid {
  padding-right: 46px;
  background-position: top 11.5px right 11.5px;
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 48px;
  background-size: 18px 18px, 23px 23px;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .my-ideaclip-preview .preview_content:valid, .my-ideaclip-preview .was-validated .input-group .preview_content:valid, .was-validated .input-group .my-ideaclip-preview .preview_title:valid, .my-ideaclip-preview .was-validated .input-group .preview_title:valid, .was-validated .input-group .my-ideaclip-preview .box-memo .box-title textarea:valid, .my-ideaclip-preview .box-memo .box-title .was-validated .input-group textarea:valid, .input-group .form-control.is-valid, .input-group .my-ideaclip-preview .is-valid.preview_content, .my-ideaclip-preview .input-group .is-valid.preview_content, .input-group .my-ideaclip-preview .is-valid.preview_title, .my-ideaclip-preview .input-group .is-valid.preview_title, .input-group .my-ideaclip-preview .box-memo .box-title textarea.is-valid, .my-ideaclip-preview .box-memo .box-title .input-group textarea.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .my-ideaclip-preview .preview_content:valid:focus, .my-ideaclip-preview .was-validated .input-group .preview_content:valid:focus, .was-validated .input-group .my-ideaclip-preview .preview_title:valid:focus, .my-ideaclip-preview .was-validated .input-group .preview_title:valid:focus, .was-validated .input-group .my-ideaclip-preview .box-memo .box-title textarea:valid:focus, .my-ideaclip-preview .box-memo .box-title .was-validated .input-group textarea:valid:focus, .input-group .form-control.is-valid:focus, .input-group .my-ideaclip-preview .is-valid.preview_content:focus, .my-ideaclip-preview .input-group .is-valid.preview_content:focus, .input-group .my-ideaclip-preview .is-valid.preview_title:focus, .my-ideaclip-preview .input-group .is-valid.preview_title:focus, .input-group .my-ideaclip-preview .box-memo .box-title textarea.is-valid:focus, .my-ideaclip-preview .box-memo .box-title .input-group textarea.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback, .invalid-feedback-top {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 4px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-feedback-top,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-feedback-top,
.is-invalid ~ .invalid-tooltip {
  display: block;
}


.invalid-feedback.is-okinawa{
  display: none;
}
.invalid-feedback{
  display:none;
}
.invalid-feedback.is-err{
  display: block;
}






.was-validated .form-control:invalid, .was-validated .my-ideaclip-preview .preview_content:invalid, .my-ideaclip-preview .was-validated .preview_content:invalid, .was-validated .my-ideaclip-preview .preview_title:invalid, .my-ideaclip-preview .was-validated .preview_title:invalid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:invalid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:invalid, .form-control.is-invalid, .my-ideaclip-preview .is-invalid.preview_content, .my-ideaclip-preview .is-invalid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-invalid {
  border-color: #dc3545;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 11.5px center;
  background-size: 23px 23px;
}

.was-validated .form-control:invalid:focus, .was-validated .my-ideaclip-preview .preview_content:invalid:focus, .my-ideaclip-preview .was-validated .preview_content:invalid:focus, .was-validated .my-ideaclip-preview .preview_title:invalid:focus, .my-ideaclip-preview .was-validated .preview_title:invalid:focus, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:invalid:focus, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .my-ideaclip-preview .is-invalid.preview_content:focus, .my-ideaclip-preview .is-invalid.preview_title:focus, .my-ideaclip-preview .box-memo .box-title textarea.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .my-ideaclip-preview textarea.preview_content:invalid, .my-ideaclip-preview .was-validated textarea.preview_content:invalid, .was-validated .my-ideaclip-preview textarea.preview_title:invalid, .my-ideaclip-preview .was-validated textarea.preview_title:invalid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:invalid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:invalid, textarea.form-control.is-invalid, .my-ideaclip-preview textarea.is-invalid.preview_content, .my-ideaclip-preview textarea.is-invalid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-invalid {
  padding-right: 46px;
  background-position: top 11.5px right 11.5px;
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 48px;
  background-size: 18px 18px, 23px 23px;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check-input ~ .invalid-feedback-top {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .my-ideaclip-preview .preview_content:invalid, .my-ideaclip-preview .was-validated .input-group .preview_content:invalid, .was-validated .input-group .my-ideaclip-preview .preview_title:invalid, .my-ideaclip-preview .was-validated .input-group .preview_title:invalid, .was-validated .input-group .my-ideaclip-preview .box-memo .box-title textarea:invalid, .my-ideaclip-preview .box-memo .box-title .was-validated .input-group textarea:invalid, .input-group .form-control.is-invalid, .input-group .my-ideaclip-preview .is-invalid.preview_content, .my-ideaclip-preview .input-group .is-invalid.preview_content, .input-group .my-ideaclip-preview .is-invalid.preview_title, .my-ideaclip-preview .input-group .is-invalid.preview_title, .input-group .my-ideaclip-preview .box-memo .box-title textarea.is-invalid, .my-ideaclip-preview .box-memo .box-title .input-group textarea.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .my-ideaclip-preview .preview_content:invalid:focus, .my-ideaclip-preview .was-validated .input-group .preview_content:invalid:focus, .was-validated .input-group .my-ideaclip-preview .preview_title:invalid:focus, .my-ideaclip-preview .was-validated .input-group .preview_title:invalid:focus, .was-validated .input-group .my-ideaclip-preview .box-memo .box-title textarea:invalid:focus, .my-ideaclip-preview .box-memo .box-title .was-validated .input-group textarea:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .my-ideaclip-preview .is-invalid.preview_content:focus, .my-ideaclip-preview .input-group .is-invalid.preview_content:focus, .input-group .my-ideaclip-preview .is-invalid.preview_title:focus, .my-ideaclip-preview .input-group .is-invalid.preview_title:focus, .input-group .my-ideaclip-preview .box-memo .box-title textarea.is-invalid:focus, .my-ideaclip-preview .box-memo .box-title .input-group textarea.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .btn-mypage, .btn-group > .btn-mypage-sns, .btn-group > .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group > .nav-link,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-mypage,
.btn-group-vertical > .btn-mypage-sns,
.btn-group-vertical > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .btn-mypage, .btn-group > .btn-check:checked + .btn-mypage-sns, .btn-group > .btn-check:checked + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group > .btn-check:checked + .nav-link,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .btn-mypage,
.btn-group > .btn-check:focus + .btn-mypage-sns,
.btn-group > .btn-check:focus + .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group > .btn-check:focus + .nav-link,
.btn-group > .btn:hover,
.btn-group > .btn-mypage:hover,
.btn-group > .btn-mypage-sns:hover,
.btn-group > .btn-mypage-sns-2:hover,
.box-tab__catalog .nav-tabs .btn-group > .nav-link:hover,
.btn-group > .btn:focus,
.btn-group > .btn-mypage:focus,
.btn-group > .btn-mypage-sns:focus,
.btn-group > .btn-mypage-sns-2:focus,
.box-tab__catalog .nav-tabs .btn-group > .nav-link:focus,
.btn-group > .btn:active,
.btn-group > .btn-mypage:active,
.btn-group > .btn-mypage-sns:active,
.btn-group > .btn-mypage-sns-2:active,
.box-tab__catalog .nav-tabs .btn-group > .nav-link:active,
.btn-group > .btn.active,
.btn-group > .active.btn-mypage,
.btn-group > .active.btn-mypage-sns,
.btn-group > .active.btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group > .active.nav-link,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .btn-mypage,
.btn-group-vertical > .btn-check:checked + .btn-mypage-sns,
.btn-group-vertical > .btn-check:checked + .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .btn-check:checked + .nav-link,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .btn-mypage,
.btn-group-vertical > .btn-check:focus + .btn-mypage-sns,
.btn-group-vertical > .btn-check:focus + .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .btn-check:focus + .nav-link,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-mypage:hover,
.btn-group-vertical > .btn-mypage-sns:hover,
.btn-group-vertical > .btn-mypage-sns-2:hover,
.box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-mypage:focus,
.btn-group-vertical > .btn-mypage-sns:focus,
.btn-group-vertical > .btn-mypage-sns-2:focus,
.box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-mypage:active,
.btn-group-vertical > .btn-mypage-sns:active,
.btn-group-vertical > .btn-mypage-sns-2:active,
.box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-mypage,
.btn-group-vertical > .active.btn-mypage-sns,
.btn-group-vertical > .active.btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .active.nav-link {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-mypage:not(:first-child), .btn-group > .btn-mypage-sns:not(:first-child), .btn-group > .btn-mypage-sns-2:not(:first-child), .box-tab__catalog .nav-tabs .btn-group > .nav-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-mypage:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-mypage-sns:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-mypage-sns-2:not(:last-child):not(.dropdown-toggle), .box-tab__catalog .nav-tabs .btn-group > .nav-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-mypage,
.btn-group > .btn-group:not(:last-child) > .btn-mypage-sns,
.btn-group > .btn-group:not(:last-child) > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group > .btn-group:not(:last-child) > .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3), .btn-group > .btn-mypage:nth-child(n + 3), .btn-group > .btn-mypage-sns:nth-child(n + 3), .btn-group > .btn-mypage-sns-2:nth-child(n + 3), .box-tab__catalog .nav-tabs .btn-group > .nav-link:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .btn-mypage,
.btn-group > :not(.btn-check) + .btn-mypage-sns,
.btn-group > :not(.btn-check) + .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group > :not(.btn-check) + .nav-link,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-mypage,
.btn-group > .btn-group:not(:first-child) > .btn-mypage-sns,
.btn-group > .btn-group:not(:first-child) > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group > .btn-group:not(:first-child) > .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-mypage + .dropdown-toggle-split, .btn-group-sm > .btn-mypage-sns + .dropdown-toggle-split, .btn-group-sm > .btn-mypage-sns-2 + .dropdown-toggle-split, .box-tab__catalog .nav-tabs .btn-group-sm > .nav-link + .dropdown-toggle-split {
  padding-right: 6px;
  padding-left: 6px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-mypage + .dropdown-toggle-split, .btn-group-lg > .btn-mypage-sns + .dropdown-toggle-split, .btn-group-lg > .btn-mypage-sns-2 + .dropdown-toggle-split, .box-tab__catalog .nav-tabs .btn-group-lg > .nav-link + .dropdown-toggle-split {
  padding-right: 4.5px;
  padding-left: 4.5px;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .btn-mypage,
.btn-group-vertical > .btn-mypage-sns,
.btn-group-vertical > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-mypage:not(:first-child), .btn-group-vertical > .btn-mypage-sns:not(:first-child), .btn-group-vertical > .btn-mypage-sns-2:not(:first-child), .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-mypage:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-mypage-sns:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-mypage-sns-2:not(:last-child):not(.dropdown-toggle), .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-mypage,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-mypage-sns,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .btn-group:not(:last-child) > .nav-link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-mypage ~ .btn, .btn-group-vertical > .btn-mypage-sns ~ .btn, .btn-group-vertical > .btn-mypage-sns-2 ~ .btn, .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link ~ .btn, .btn-group-vertical > .btn ~ .btn-mypage, .btn-group-vertical > .btn-mypage ~ .btn-mypage, .btn-group-vertical > .btn-mypage-sns ~ .btn-mypage, .btn-group-vertical > .btn-mypage-sns-2 ~ .btn-mypage, .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link ~ .btn-mypage, .btn-group-vertical > .btn ~ .btn-mypage-sns, .btn-group-vertical > .btn-mypage ~ .btn-mypage-sns, .btn-group-vertical > .btn-mypage-sns ~ .btn-mypage-sns, .btn-group-vertical > .btn-mypage-sns-2 ~ .btn-mypage-sns, .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link ~ .btn-mypage-sns, .btn-group-vertical > .btn ~ .btn-mypage-sns-2, .btn-group-vertical > .btn-mypage ~ .btn-mypage-sns-2, .btn-group-vertical > .btn-mypage-sns ~ .btn-mypage-sns-2, .btn-group-vertical > .btn-mypage-sns-2 ~ .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link ~ .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group-vertical > .btn ~ .nav-link, .box-tab__catalog .nav-tabs .btn-group-vertical > .btn-mypage ~ .nav-link, .box-tab__catalog .nav-tabs .btn-group-vertical > .btn-mypage-sns ~ .nav-link, .box-tab__catalog .nav-tabs .btn-group-vertical > .btn-mypage-sns-2 ~ .nav-link, .box-tab__catalog .nav-tabs .btn-group-vertical > .nav-link ~ .nav-link,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-mypage,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-mypage-sns,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-mypage-sns-2,
.box-tab__catalog .nav-tabs .btn-group-vertical > .btn-group:not(:first-child) > .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn, .btn-mypage, .btn-mypage-sns, .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .nav-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 12px;
  font-size: calc(0.8875rem + 0.15vw);
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  .btn, .btn-mypage, .btn-mypage-sns, .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .nav-link {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .btn-mypage, .btn-mypage-sns, .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover, .btn-mypage:hover, .btn-mypage-sns:hover, .btn-mypage-sns-2:hover, .box-tab__catalog .nav-tabs .nav-link:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn-check:focus + .btn-mypage, .btn-check:focus + .btn-mypage-sns, .btn-check:focus + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-check:focus + .nav-link, .btn:focus, .btn-mypage:focus, .btn-mypage-sns:focus, .btn-mypage-sns-2:focus, .box-tab__catalog .nav-tabs .nav-link:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn-mypage:disabled, .btn-mypage-sns:disabled, .btn-mypage-sns-2:disabled, .box-tab__catalog .nav-tabs .nav-link:disabled, .btn.disabled, .disabled.btn-mypage, .disabled.btn-mypage-sns, .disabled.btn-mypage-sns-2, .box-tab__catalog .nav-tabs .disabled.nav-link,
fieldset:disabled .btn,
fieldset:disabled .btn-mypage,
fieldset:disabled .btn-mypage-sns,
fieldset:disabled .btn-mypage-sns-2,
fieldset:disabled .box-tab__catalog .nav-tabs .nav-link,
.box-tab__catalog .nav-tabs fieldset:disabled .nav-link {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-mypage, .btn-group-lg > .btn-mypage-sns, .btn-group-lg > .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group-lg > .nav-link {
  padding: 8px 6px;
  font-size: calc(0.9125rem + 0.45vw);
  border-radius: 5;
}

@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-mypage, .btn-group-lg > .btn-mypage-sns, .btn-group-lg > .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group-lg > .nav-link {
    font-size: 1.25rem;
  }
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-mypage, .btn-group-sm > .btn-mypage-sns, .btn-group-sm > .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .btn-group-sm > .nav-link {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 16px);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 16px);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header .btn-close {
  padding: 8px 8px;
  margin: -8px -8px -8px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 112px auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 224px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 224px);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.nav {
  --mp-nav-link-padding-x: 6px;
  --mp-nav-link-padding-y: 8px;
  --mp-nav-link-font-weight: ;
  --mp-nav-link-color: #0d6efd;
  --mp-nav-link-hover-color: #0a58ca;
  --mp-nav-link-disabled-color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--mp-nav-link-padding-y) var(--mp-nav-link-padding-x);
  font-size: var(--mp-nav-link-font-size);
  font-weight: var(--mp-nav-link-font-weight);
  color: var(--mp-nav-link-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--mp-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--mp-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --mp-nav-tabs-border-width: 1px;
  --mp-nav-tabs-border-color: #dee2e6;
  --mp-nav-tabs-border-radius: 4px;
  --mp-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --mp-nav-tabs-link-active-color: #495057;
  --mp-nav-tabs-link-active-bg: #fff;
  --mp-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--mp-nav-tabs-border-width) solid var(--mp-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--mp-nav-tabs-border-width));
  background: none;
  border: var(--mp-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--mp-nav-tabs-border-radius);
  border-top-right-radius: var(--mp-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--mp-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--mp-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--mp-nav-tabs-link-active-color);
  background-color: var(--mp-nav-tabs-link-active-bg);
  border-color: var(--mp-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--mp-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --mp-nav-pills-border-radius: 4px;
  --mp-nav-pills-link-active-color: #fff;
  --mp-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--mp-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
  color: var(--mp-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--mp-nav-pills-link-active-color);
  background-color: var(--mp-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --mp-navbar-padding-x: 0;
  --mp-navbar-padding-y: 8px;
  --mp-navbar-color: rgba(0, 0, 0, 0.55);
  --mp-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --mp-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --mp-navbar-active-color: rgba(0, 0, 0, 0.9);
  --mp-navbar-brand-padding-y: 5px;
  --mp-navbar-brand-margin-end: 6px;
  --mp-navbar-brand-font-size: 20px;
  --mp-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --mp-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --mp-navbar-nav-link-padding-x: 8px;
  --mp-navbar-toggler-padding-y: 4px;
  --mp-navbar-toggler-padding-x: 12px;
  --mp-navbar-toggler-font-size: 20px;
  --mp-navbar-toggler-icon-bg: url(/library/img/icons/menu.svg);
  --mp-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --mp-navbar-toggler-border-radius: 4px;
  --mp-navbar-toggler-focus-width: 4px;
  --mp-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--mp-navbar-padding-y) var(--mp-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--mp-navbar-brand-padding-y);
  padding-bottom: var(--mp-navbar-brand-padding-y);
  margin-right: var(--mp-navbar-brand-margin-end);
  font-size: var(--mp-navbar-brand-font-size);
  color: var(--mp-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--mp-navbar-brand-hover-color);
}

.navbar-nav {
  --mp-nav-link-padding-x: 0;
  --mp-nav-link-padding-y: 8px;
  --mp-nav-link-font-weight: ;
  --mp-nav-link-color: var(--mp-navbar-color);
  --mp-nav-link-hover-color: var(--mp-navbar-hover-color);
  --mp-nav-link-disabled-color: var(--mp-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--mp-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--mp-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--mp-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: var(--mp-navbar-toggler-padding-y) var(--mp-navbar-toggler-padding-x);
  font-size: var(--mp-navbar-toggler-font-size);
  line-height: 1;
  color: var(--mp-navbar-color);
  background-color: transparent;
  border: var(--mp-border-width) solid var(--mp-navbar-toggler-border-color);
  border-radius: var(--mp-navbar-toggler-border-radius);
  -webkit-transition: var(--mp-navbar-toggler-transition);
  transition: var(--mp-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--mp-navbar-toggler-focus-width);
  box-shadow: 0 0 0 var(--mp-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--mp-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--mp-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--mp-navbar-nav-link-padding-x);
    padding-left: var(--mp-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--mp-navbar-nav-link-padding-x);
    padding-left: var(--mp-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--mp-navbar-nav-link-padding-x);
    padding-left: var(--mp-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--mp-navbar-nav-link-padding-x);
    padding-left: var(--mp-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--mp-navbar-nav-link-padding-x);
    padding-left: var(--mp-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--mp-navbar-nav-link-padding-x);
  padding-left: var(--mp-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --mp-navbar-color: rgba(255, 255, 255, 0.55);
  --mp-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --mp-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --mp-navbar-active-color: #fff;
  --mp-navbar-brand-color: #fff;
  --mp-navbar-brand-hover-color: #fff;
  --mp-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --mp-navbar-toggler-icon-bg: url(/library/imgicons/menu.svg);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px 16px;
}

.card-title {
  margin-bottom: 8px;
}

.card-subtitle {
  margin-top: -4px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 16px;
}

.card-header {
  padding: 8px 16px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-footer {
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header-tabs {
  margin-right: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -8px;
  margin-left: -8px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  border-radius: 3px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .my-ideaclip__url {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 6px 48px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 48px rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-style-solid {
  border-style: solid !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-gray-a {
  border-color: #242424 !important;
}

.border-gray-b {
  border-color: #3b3b41 !important;
}

.border-gray-d {
  border-color: #83838c !important;
}

.border-gray-de {
  border-color: #bfbfbf !important;
}

.border-gray-e {
  border-color: #d8d8d8 !important;
}

.border-gray-f {
  border-color: #ebedef !important;
}

.border-gray-g {
  border-color: #f4f4f4 !important;
}

.border-gray-bf {
  border-color: #bfbfbf !important;
}

.border-gray-a8 {
  border-color: #a8a8a8 !important;
}

.border-red-a {
  border-color: #c03f3f !important;
}

.border-red-b {
  border-color: #e68383 !important;
}

.border-red-a1 {
  border-color: #f9ebeb !important;
}

.border-red-a2 {
  border-color: #c95c5c !important;
}

.border-blue-a {
  border-color: #5381b2 !important;
}

.border-blue-b {
  border-color: #8db2d9 !important;
}

.border-blue-c {
  border-color: #3a5b7d !important;
}

.border-green-a {
  border-color: #439d84 !important;
}

.border-green-b {
  border-color: #88c1b2 !important;
}

.border-yellow-a {
  border-color: #dcbe5d !important;
}

.border-yellow-b {
  border-color: #fff6da !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-33 {
  width: 33% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-sp-25 {
  width: 25% !important;
}

.w-sp-33 {
  width: 33% !important;
}

.w-sp-50 {
  width: 50% !important;
}

.w-sp-75 {
  width: 75% !important;
}

.w-sp-100 {
  width: 100% !important;
}

.w-sp-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .my-ideaclip__url {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column, .my-ideaclip__url {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.gap-0.5 {
  gap: 0.5 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center, .my-ideaclip__url {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center, .my-ideaclip__url {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.m-0, .mp-exhibition .box-link .txt-title {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-29 {
  margin: 29px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-31 {
  margin: 31px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.m-37 {
  margin: 37px !important;
}

.m-38 {
  margin: 38px !important;
}

.m-39 {
  margin: 39px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-41 {
  margin: 41px !important;
}

.m-42 {
  margin: 42px !important;
}

.m-43 {
  margin: 43px !important;
}

.m-44 {
  margin: 44px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-46 {
  margin: 46px !important;
}

.m-47 {
  margin: 47px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-49 {
  margin: 49px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-51 {
  margin: 51px !important;
}

.m-52 {
  margin: 52px !important;
}

.m-53 {
  margin: 53px !important;
}

.m-54 {
  margin: 54px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-56 {
  margin: 56px !important;
}

.m-57 {
  margin: 57px !important;
}

.m-58 {
  margin: 58px !important;
}

.m-59 {
  margin: 59px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-61 {
  margin: 61px !important;
}

.m-62 {
  margin: 62px !important;
}

.m-63 {
  margin: 63px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-66 {
  margin: 66px !important;
}

.m-67 {
  margin: 67px !important;
}

.m-68 {
  margin: 68px !important;
}

.m-69 {
  margin: 69px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-71 {
  margin: 71px !important;
}

.m-72 {
  margin: 72px !important;
}

.m-73 {
  margin: 73px !important;
}

.m-74 {
  margin: 74px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-1 {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.mx-2 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-6 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mx-7 {
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-9 {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-11 {
  margin-right: 11px !important;
  margin-left: 11px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-13 {
  margin-right: 13px !important;
  margin-left: 13px !important;
}

.mx-14 {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-17 {
  margin-right: 17px !important;
  margin-left: 17px !important;
}

.mx-18 {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.mx-19 {
  margin-right: 19px !important;
  margin-left: 19px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-21 {
  margin-right: 21px !important;
  margin-left: 21px !important;
}

.mx-22 {
  margin-right: 22px !important;
  margin-left: 22px !important;
}

.mx-23 {
  margin-right: 23px !important;
  margin-left: 23px !important;
}

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-26 {
  margin-right: 26px !important;
  margin-left: 26px !important;
}

.mx-27 {
  margin-right: 27px !important;
  margin-left: 27px !important;
}

.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mx-29 {
  margin-right: 29px !important;
  margin-left: 29px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-31 {
  margin-right: 31px !important;
  margin-left: 31px !important;
}

.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-33 {
  margin-right: 33px !important;
  margin-left: 33px !important;
}

.mx-34 {
  margin-right: 34px !important;
  margin-left: 34px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mx-37 {
  margin-right: 37px !important;
  margin-left: 37px !important;
}

.mx-38 {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.mx-39 {
  margin-right: 39px !important;
  margin-left: 39px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-41 {
  margin-right: 41px !important;
  margin-left: 41px !important;
}

.mx-42 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.mx-43 {
  margin-right: 43px !important;
  margin-left: 43px !important;
}

.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-46 {
  margin-right: 46px !important;
  margin-left: 46px !important;
}

.mx-47 {
  margin-right: 47px !important;
  margin-left: 47px !important;
}

.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-49 {
  margin-right: 49px !important;
  margin-left: 49px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-51 {
  margin-right: 51px !important;
  margin-left: 51px !important;
}

.mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mx-53 {
  margin-right: 53px !important;
  margin-left: 53px !important;
}

.mx-54 {
  margin-right: 54px !important;
  margin-left: 54px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-57 {
  margin-right: 57px !important;
  margin-left: 57px !important;
}

.mx-58 {
  margin-right: 58px !important;
  margin-left: 58px !important;
}

.mx-59 {
  margin-right: 59px !important;
  margin-left: 59px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-61 {
  margin-right: 61px !important;
  margin-left: 61px !important;
}

.mx-62 {
  margin-right: 62px !important;
  margin-left: 62px !important;
}

.mx-63 {
  margin-right: 63px !important;
  margin-left: 63px !important;
}

.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-66 {
  margin-right: 66px !important;
  margin-left: 66px !important;
}

.mx-67 {
  margin-right: 67px !important;
  margin-left: 67px !important;
}

.mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.mx-69 {
  margin-right: 69px !important;
  margin-left: 69px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-71 {
  margin-right: 71px !important;
  margin-left: 71px !important;
}

.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-73 {
  margin-right: 73px !important;
  margin-left: 73px !important;
}

.mx-74 {
  margin-right: 74px !important;
  margin-left: 74px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0, .mp-form-tab {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-16, .con_mp-intro .row-intro .desc, .mp-page-ca .mp-b-favorite {
  margin-top: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-40, .mp-page-ca .mp-b-favorite li {
  margin-top: 40px !important;
}

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

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

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

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

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

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

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

.mt-48, .mp-request-catalog .box-info-other .box-content {
  margin-top: 48px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0px !important;
}

.me-1 {
  margin-right: 1px !important;
}

.me-2 {
  margin-right: 2px !important;
}

.me-3 {
  margin-right: 3px !important;
}

.me-4 {
  margin-right: 4px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.me-6 {
  margin-right: 6px !important;
}

.me-7 {
  margin-right: 7px !important;
}

.me-8 {
  margin-right: 8px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-11 {
  margin-right: 11px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.me-13 {
  margin-right: 13px !important;
}

.me-14 {
  margin-right: 14px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-16 {
  margin-right: 16px !important;
}

.me-17 {
  margin-right: 17px !important;
}

.me-18 {
  margin-right: 18px !important;
}

.me-19 {
  margin-right: 19px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-21 {
  margin-right: 21px !important;
}

.me-22 {
  margin-right: 22px !important;
}

.me-23 {
  margin-right: 23px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.me-26 {
  margin-right: 26px !important;
}

.me-27 {
  margin-right: 27px !important;
}

.me-28 {
  margin-right: 28px !important;
}

.me-29 {
  margin-right: 29px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.me-31 {
  margin-right: 31px !important;
}

.me-32 {
  margin-right: 32px !important;
}

.me-33 {
  margin-right: 33px !important;
}

.me-34 {
  margin-right: 34px !important;
}

.me-35 {
  margin-right: 35px !important;
}

.me-36 {
  margin-right: 36px !important;
}

.me-37 {
  margin-right: 37px !important;
}

.me-38 {
  margin-right: 38px !important;
}

.me-39 {
  margin-right: 39px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-41 {
  margin-right: 41px !important;
}

.me-42 {
  margin-right: 42px !important;
}

.me-43 {
  margin-right: 43px !important;
}

.me-44 {
  margin-right: 44px !important;
}

.me-45 {
  margin-right: 45px !important;
}

.me-46 {
  margin-right: 46px !important;
}

.me-47 {
  margin-right: 47px !important;
}

.me-48 {
  margin-right: 48px !important;
}

.me-49 {
  margin-right: 49px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-51 {
  margin-right: 51px !important;
}

.me-52 {
  margin-right: 52px !important;
}

.me-53 {
  margin-right: 53px !important;
}

.me-54 {
  margin-right: 54px !important;
}

.me-55 {
  margin-right: 55px !important;
}

.me-56 {
  margin-right: 56px !important;
}

.me-57 {
  margin-right: 57px !important;
}

.me-58 {
  margin-right: 58px !important;
}

.me-59 {
  margin-right: 59px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-61 {
  margin-right: 61px !important;
}

.me-62 {
  margin-right: 62px !important;
}

.me-63 {
  margin-right: 63px !important;
}

.me-64 {
  margin-right: 64px !important;
}

.me-65 {
  margin-right: 65px !important;
}

.me-66 {
  margin-right: 66px !important;
}

.me-67 {
  margin-right: 67px !important;
}

.me-68 {
  margin-right: 68px !important;
}

.me-69 {
  margin-right: 69px !important;
}

.me-70 {
  margin-right: 70px !important;
}

.me-71 {
  margin-right: 71px !important;
}

.me-72 {
  margin-right: 72px !important;
}

.me-73 {
  margin-right: 73px !important;
}

.me-74 {
  margin-right: 74px !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

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

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20, .unsub-title {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

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

.ms-0 {
  margin-left: 0px !important;
}

.ms-1 {
  margin-left: 1px !important;
}

.ms-2 {
  margin-left: 2px !important;
}

.ms-3 {
  margin-left: 3px !important;
}

.ms-4 {
  margin-left: 4px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-6 {
  margin-left: 6px !important;
}

.ms-7 {
  margin-left: 7px !important;
}

.ms-8 {
  margin-left: 8px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-11 {
  margin-left: 11px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.ms-13 {
  margin-left: 13px !important;
}

.ms-14 {
  margin-left: 14px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-16 {
  margin-left: 16px !important;
}

.ms-17 {
  margin-left: 17px !important;
}

.ms-18 {
  margin-left: 18px !important;
}

.ms-19 {
  margin-left: 19px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-21 {
  margin-left: 21px !important;
}

.ms-22 {
  margin-left: 22px !important;
}

.ms-23 {
  margin-left: 23px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.ms-26 {
  margin-left: 26px !important;
}

.ms-27 {
  margin-left: 27px !important;
}

.ms-28 {
  margin-left: 28px !important;
}

.ms-29 {
  margin-left: 29px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.ms-31 {
  margin-left: 31px !important;
}

.ms-32 {
  margin-left: 32px !important;
}

.ms-33 {
  margin-left: 33px !important;
}

.ms-34 {
  margin-left: 34px !important;
}

.ms-35 {
  margin-left: 35px !important;
}

.ms-36 {
  margin-left: 36px !important;
}

.ms-37 {
  margin-left: 37px !important;
}

.ms-38 {
  margin-left: 38px !important;
}

.ms-39 {
  margin-left: 39px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-41 {
  margin-left: 41px !important;
}

.ms-42 {
  margin-left: 42px !important;
}

.ms-43 {
  margin-left: 43px !important;
}

.ms-44 {
  margin-left: 44px !important;
}

.ms-45 {
  margin-left: 45px !important;
}

.ms-46 {
  margin-left: 46px !important;
}

.ms-47 {
  margin-left: 47px !important;
}

.ms-48 {
  margin-left: 48px !important;
}

.ms-49 {
  margin-left: 49px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-51 {
  margin-left: 51px !important;
}

.ms-52 {
  margin-left: 52px !important;
}

.ms-53 {
  margin-left: 53px !important;
}

.ms-54 {
  margin-left: 54px !important;
}

.ms-55 {
  margin-left: 55px !important;
}

.ms-56 {
  margin-left: 56px !important;
}

.ms-57 {
  margin-left: 57px !important;
}

.ms-58 {
  margin-left: 58px !important;
}

.ms-59 {
  margin-left: 59px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-61 {
  margin-left: 61px !important;
}

.ms-62 {
  margin-left: 62px !important;
}

.ms-63 {
  margin-left: 63px !important;
}

.ms-64 {
  margin-left: 64px !important;
}

.ms-65 {
  margin-left: 65px !important;
}

.ms-66 {
  margin-left: 66px !important;
}

.ms-67 {
  margin-left: 67px !important;
}

.ms-68 {
  margin-left: 68px !important;
}

.ms-69 {
  margin-left: 69px !important;
}

.ms-70 {
  margin-left: 70px !important;
}

.ms-71 {
  margin-left: 71px !important;
}

.ms-72 {
  margin-left: 72px !important;
}

.ms-73 {
  margin-left: 73px !important;
}

.ms-74 {
  margin-left: 74px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0, .header .navbar-brand, .header-right, .mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-31 {
  padding: 31px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-37 {
  padding: 37px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-39 {
  padding: 39px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-41 {
  padding: 41px !important;
}

.p-42 {
  padding: 42px !important;
}

.p-43 {
  padding: 43px !important;
}

.p-44 {
  padding: 44px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-46 {
  padding: 46px !important;
}

.p-47 {
  padding: 47px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-49 {
  padding: 49px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-51 {
  padding: 51px !important;
}

.p-52 {
  padding: 52px !important;
}

.p-53 {
  padding: 53px !important;
}

.p-54 {
  padding: 54px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-57 {
  padding: 57px !important;
}

.p-58 {
  padding: 58px !important;
}

.p-59 {
  padding: 59px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-61 {
  padding: 61px !important;
}

.p-62 {
  padding: 62px !important;
}

.p-63 {
  padding: 63px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-66 {
  padding: 66px !important;
}

.p-67 {
  padding: 67px !important;
}

.p-68 {
  padding: 68px !important;
}

.p-69 {
  padding: 69px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-71 {
  padding: 71px !important;
}

.p-72 {
  padding: 72px !important;
}

.p-73 {
  padding: 73px !important;
}

.p-74 {
  padding: 74px !important;
}

.px-0, .con_mp-intro .row-intro:nth-child(odd) .col-md-7, .mp-findLand .box-land-service .col-md-7 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-1 {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.px-2 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.px-3 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-6 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.px-7 {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.px-8, .mp-request-catalog .box-info-other {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-9 {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-11 {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-13 {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.px-14 {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-16, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-17 {
  padding-right: 17px !important;
  padding-left: 17px !important;
}

.px-18 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.px-19 {
  padding-right: 19px !important;
  padding-left: 19px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-21 {
  padding-right: 21px !important;
  padding-left: 21px !important;
}

.px-22 {
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.px-23 {
  padding-right: 23px !important;
  padding-left: 23px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-26 {
  padding-right: 26px !important;
  padding-left: 26px !important;
}

.px-27 {
  padding-right: 27px !important;
  padding-left: 27px !important;
}

.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.px-29 {
  padding-right: 29px !important;
  padding-left: 29px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-31 {
  padding-right: 31px !important;
  padding-left: 31px !important;
}

.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-33 {
  padding-right: 33px !important;
  padding-left: 33px !important;
}

.px-34 {
  padding-right: 34px !important;
  padding-left: 34px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.px-37 {
  padding-right: 37px !important;
  padding-left: 37px !important;
}

.px-38 {
  padding-right: 38px !important;
  padding-left: 38px !important;
}

.px-39 {
  padding-right: 39px !important;
  padding-left: 39px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-41 {
  padding-right: 41px !important;
  padding-left: 41px !important;
}

.px-42 {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.px-43 {
  padding-right: 43px !important;
  padding-left: 43px !important;
}

.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-46 {
  padding-right: 46px !important;
  padding-left: 46px !important;
}

.px-47 {
  padding-right: 47px !important;
  padding-left: 47px !important;
}

.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-49 {
  padding-right: 49px !important;
  padding-left: 49px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-51 {
  padding-right: 51px !important;
  padding-left: 51px !important;
}

.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}

.px-53 {
  padding-right: 53px !important;
  padding-left: 53px !important;
}

.px-54 {
  padding-right: 54px !important;
  padding-left: 54px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-57 {
  padding-right: 57px !important;
  padding-left: 57px !important;
}

.px-58 {
  padding-right: 58px !important;
  padding-left: 58px !important;
}

.px-59 {
  padding-right: 59px !important;
  padding-left: 59px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-61 {
  padding-right: 61px !important;
  padding-left: 61px !important;
}

.px-62 {
  padding-right: 62px !important;
  padding-left: 62px !important;
}

.px-63 {
  padding-right: 63px !important;
  padding-left: 63px !important;
}

.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-66 {
  padding-right: 66px !important;
  padding-left: 66px !important;
}

.px-67 {
  padding-right: 67px !important;
  padding-left: 67px !important;
}

.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}

.px-69 {
  padding-right: 69px !important;
  padding-left: 69px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-71 {
  padding-right: 71px !important;
  padding-left: 71px !important;
}

.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-73 {
  padding-right: 73px !important;
  padding-left: 73px !important;
}

.px-74 {
  padding-right: 74px !important;
  padding-left: 74px !important;
}

.py-0, .box-tab .nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-11, .my-ideaclip-preview .preview_title {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.py-20, .my-ideaclip-preview .preview_content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.py-24, .modal-body .form-row {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.py-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

.py-60, .con_mp-intro.no-land {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.py-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.py-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8, .mp-page-folder .mp-folder.grid .mp-panel__text .title {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pe-0 {
  padding-right: 0px !important;
}

.pe-1 {
  padding-right: 1px !important;
}

.pe-2 {
  padding-right: 2px !important;
}

.pe-3 {
  padding-right: 3px !important;
}

.pe-4 {
  padding-right: 4px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.pe-6 {
  padding-right: 6px !important;
}

.pe-7 {
  padding-right: 7px !important;
}

.pe-8 {
  padding-right: 8px !important;
}

.pe-9 {
  padding-right: 9px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pe-11 {
  padding-right: 11px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.pe-13 {
  padding-right: 13px !important;
}

.pe-14 {
  padding-right: 14px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pe-16 {
  padding-right: 16px !important;
}

.pe-17 {
  padding-right: 17px !important;
}

.pe-18 {
  padding-right: 18px !important;
}

.pe-19 {
  padding-right: 19px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-21 {
  padding-right: 21px !important;
}

.pe-22 {
  padding-right: 22px !important;
}

.pe-23 {
  padding-right: 23px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.pe-26 {
  padding-right: 26px !important;
}

.pe-27 {
  padding-right: 27px !important;
}

.pe-28 {
  padding-right: 28px !important;
}

.pe-29 {
  padding-right: 29px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.pe-31 {
  padding-right: 31px !important;
}

.pe-32 {
  padding-right: 32px !important;
}

.pe-33 {
  padding-right: 33px !important;
}

.pe-34 {
  padding-right: 34px !important;
}

.pe-35 {
  padding-right: 35px !important;
}

.pe-36 {
  padding-right: 36px !important;
}

.pe-37 {
  padding-right: 37px !important;
}

.pe-38 {
  padding-right: 38px !important;
}

.pe-39 {
  padding-right: 39px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-41 {
  padding-right: 41px !important;
}

.pe-42 {
  padding-right: 42px !important;
}

.pe-43 {
  padding-right: 43px !important;
}

.pe-44 {
  padding-right: 44px !important;
}

.pe-45 {
  padding-right: 45px !important;
}

.pe-46 {
  padding-right: 46px !important;
}

.pe-47 {
  padding-right: 47px !important;
}

.pe-48 {
  padding-right: 48px !important;
}

.pe-49 {
  padding-right: 49px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-51 {
  padding-right: 51px !important;
}

.pe-52 {
  padding-right: 52px !important;
}

.pe-53 {
  padding-right: 53px !important;
}

.pe-54 {
  padding-right: 54px !important;
}

.pe-55 {
  padding-right: 55px !important;
}

.pe-56 {
  padding-right: 56px !important;
}

.pe-57 {
  padding-right: 57px !important;
}

.pe-58 {
  padding-right: 58px !important;
}

.pe-59 {
  padding-right: 59px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-61 {
  padding-right: 61px !important;
}

.pe-62 {
  padding-right: 62px !important;
}

.pe-63 {
  padding-right: 63px !important;
}

.pe-64 {
  padding-right: 64px !important;
}

.pe-65 {
  padding-right: 65px !important;
}

.pe-66 {
  padding-right: 66px !important;
}

.pe-67 {
  padding-right: 67px !important;
}

.pe-68 {
  padding-right: 68px !important;
}

.pe-69 {
  padding-right: 69px !important;
}

.pe-70 {
  padding-right: 70px !important;
}

.pe-71 {
  padding-right: 71px !important;
}

.pe-72 {
  padding-right: 72px !important;
}

.pe-73 {
  padding-right: 73px !important;
}

.pe-74 {
  padding-right: 74px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-32, .mp-request-catalog .box-info-other {
  padding-bottom: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.ps-1 {
  padding-left: 1px !important;
}

.ps-2 {
  padding-left: 2px !important;
}

.ps-3 {
  padding-left: 3px !important;
}

.ps-4 {
  padding-left: 4px !important;
}

.ps-5 {
  padding-left: 5px !important;
}

.ps-6 {
  padding-left: 6px !important;
}

.ps-7 {
  padding-left: 7px !important;
}

.ps-8 {
  padding-left: 8px !important;
}

.ps-9 {
  padding-left: 9px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.ps-11 {
  padding-left: 11px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.ps-13 {
  padding-left: 13px !important;
}

.ps-14 {
  padding-left: 14px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-16 {
  padding-left: 16px !important;
}

.ps-17 {
  padding-left: 17px !important;
}

.ps-18 {
  padding-left: 18px !important;
}

.ps-19 {
  padding-left: 19px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-21 {
  padding-left: 21px !important;
}

.ps-22 {
  padding-left: 22px !important;
}

.ps-23 {
  padding-left: 23px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.ps-26 {
  padding-left: 26px !important;
}

.ps-27 {
  padding-left: 27px !important;
}

.ps-28 {
  padding-left: 28px !important;
}

.ps-29 {
  padding-left: 29px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.ps-31 {
  padding-left: 31px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

.ps-33 {
  padding-left: 33px !important;
}

.ps-34 {
  padding-left: 34px !important;
}

.ps-35 {
  padding-left: 35px !important;
}

.ps-36 {
  padding-left: 36px !important;
}

.ps-37 {
  padding-left: 37px !important;
}

.ps-38 {
  padding-left: 38px !important;
}

.ps-39 {
  padding-left: 39px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-41 {
  padding-left: 41px !important;
}

.ps-42 {
  padding-left: 42px !important;
}

.ps-43 {
  padding-left: 43px !important;
}

.ps-44 {
  padding-left: 44px !important;
}

.ps-45 {
  padding-left: 45px !important;
}

.ps-46 {
  padding-left: 46px !important;
}

.ps-47 {
  padding-left: 47px !important;
}

.ps-48 {
  padding-left: 48px !important;
}

.ps-49 {
  padding-left: 49px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-51 {
  padding-left: 51px !important;
}

.ps-52 {
  padding-left: 52px !important;
}

.ps-53 {
  padding-left: 53px !important;
}

.ps-54 {
  padding-left: 54px !important;
}

.ps-55 {
  padding-left: 55px !important;
}

.ps-56 {
  padding-left: 56px !important;
}

.ps-57 {
  padding-left: 57px !important;
}

.ps-58 {
  padding-left: 58px !important;
}

.ps-59 {
  padding-left: 59px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-61 {
  padding-left: 61px !important;
}

.ps-62 {
  padding-left: 62px !important;
}

.ps-63 {
  padding-left: 63px !important;
}

.ps-64 {
  padding-left: 64px !important;
}

.ps-65 {
  padding-left: 65px !important;
}

.ps-66 {
  padding-left: 66px !important;
}

.ps-67 {
  padding-left: 67px !important;
}

.ps-68 {
  padding-left: 68px !important;
}

.ps-69 {
  padding-left: 69px !important;
}

.ps-70 {
  padding-left: 70px !important;
}

.ps-71 {
  padding-left: 71px !important;
}

.ps-72 {
  padding-left: 72px !important;
}

.ps-73 {
  padding-left: 73px !important;
}

.ps-74 {
  padding-left: 74px !important;
}

.font-monospace {
  font-family: var(--mp-font-monospace) !important;
}

.fs-0 {
  font-size: 0px !important;
}

.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9, .my-ideaclip__url {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16, .con_mp-news .box-event .box-left .title {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20, .my-ideaclip-preview .preview_content {
  font-size: 20px !important;
}

.fs-21, .my-ideaclip-preview .preview_title {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24, .con_mp-news .box-event .price em {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28, .con_mp-intro .row-intro .sub-title {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56, .con_mp-news .box-event .price strong {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600, .my-ideaclip-preview .preview_title, .unsub-title {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start, .modal-lg-catalog .box-buttons li.item-other {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-blue {
  color: #0d6efd !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-green {
  color: #198754 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #6c757d !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.text-gray-a {
  color: #242424 !important;
}

.text-gray-b, .my-ideaclip__url {
  color: #3b3b41 !important;
}

.text-gray-d, .mp-txt-member {
  color: #83838c !important;
}

.text-gray-de {
  color: #bfbfbf !important;
}

.text-gray-e {
  color: #d8d8d8 !important;
}

.text-gray-f {
  color: #ebedef !important;
}

.text-gray-g {
  color: #f4f4f4 !important;
}

.text-gray-bf {
  color: #bfbfbf !important;
}

.text-gray-a8 {
  color: #a8a8a8 !important;
}

.text-red-a {
  color: #c03f3f !important;
}

.text-red-b {
  color: #e68383 !important;
}

.text-red-a1 {
  color: #f9ebeb !important;
}

.text-red-a2 {
  color: #c95c5c !important;
}

.text-blue-a {
  color: #5381b2 !important;
}

.text-blue-b {
  color: #8db2d9 !important;
}

.text-blue-c {
  color: #3a5b7d !important;
}

.text-green-a {
  color: #439d84 !important;
}

.text-green-b {
  color: #88c1b2 !important;
}

.text-yellow-a {
  color: #dcbe5d !important;
}

.text-yellow-b {
  color: #fff6da !important;
}

.text-black {
  color: #000 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-green {
  background-color: #198754 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.bg-white, .mp-exhibition .box-left .box-inner, .mp-exhibition .box-link {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

.bg-gray-a {
  background-color: #242424 !important;
}

.bg-gray-b {
  background-color: #3b3b41 !important;
}

.bg-gray-d {
  background-color: #83838c !important;
}

.bg-gray-de {
  background-color: #bfbfbf !important;
}

.bg-gray-e {
  background-color: #d8d8d8 !important;
}

.bg-gray-f, .mp-panel__text .box-img-thumbnail, .mp-panel__text .card.mp-card .card-image, .card.mp-card .mp-panel__text .card-image, ul.checklist-history .box-img-thumbnail, ul.checklist-history .card.mp-card .card-image, .card.mp-card ul.checklist-history .card-image, .my-ideaclip__url {
  background-color: #ebedef !important;
}

.bg-gray-g {
  background-color: #f4f4f4 !important;
}

.bg-gray-bf {
  background-color: #bfbfbf !important;
}

.bg-gray-a8 {
  background-color: #a8a8a8 !important;
}

.bg-red-a {
  background-color: #c03f3f !important;
}

.bg-red-b {
  background-color: #e68383 !important;
}

.bg-red-a1 {
  background-color: #f9ebeb !important;
}

.bg-red-a2 {
  background-color: #c95c5c !important;
}

.bg-blue-a {
  background-color: #5381b2 !important;
}

.bg-blue-b {
  background-color: #8db2d9 !important;
}

.bg-blue-c {
  background-color: #3a5b7d !important;
}

.bg-green-a {
  background-color: #439d84 !important;
}

.bg-green-b {
  background-color: #88c1b2 !important;
}

.bg-yellow-a {
  background-color: #dcbe5d !important;
}

.bg-yellow-b {
  background-color: #fff6da !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--mp-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 1px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3, .mp-idea-favorite .box-noFavorite a {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-9 {
  border-radius: 9px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-11 {
  border-radius: 11px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-13 {
  border-radius: 13px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-17 {
  border-radius: 17px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.rounded-19 {
  border-radius: 19px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-21 {
  border-radius: 21px !important;
}

.rounded-22 {
  border-radius: 22px !important;
}

.rounded-23 {
  border-radius: 23px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-26 {
  border-radius: 26px !important;
}

.rounded-27 {
  border-radius: 27px !important;
}

.rounded-28 {
  border-radius: 28px !important;
}

.rounded-29 {
  border-radius: 29px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-31 {
  border-radius: 31px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.rounded-33 {
  border-radius: 33px !important;
}

.rounded-34 {
  border-radius: 34px !important;
}

.rounded-35 {
  border-radius: 35px !important;
}

.rounded-36 {
  border-radius: 36px !important;
}

.rounded-37 {
  border-radius: 37px !important;
}

.rounded-38 {
  border-radius: 38px !important;
}

.rounded-39 {
  border-radius: 39px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-41 {
  border-radius: 41px !important;
}

.rounded-42 {
  border-radius: 42px !important;
}

.rounded-43 {
  border-radius: 43px !important;
}

.rounded-44 {
  border-radius: 44px !important;
}

.rounded-45 {
  border-radius: 45px !important;
}

.rounded-46 {
  border-radius: 46px !important;
}

.rounded-47 {
  border-radius: 47px !important;
}

.rounded-48 {
  border-radius: 48px !important;
}

.rounded-49 {
  border-radius: 49px !important;
}

.rounded-50 {
  border-radius: 50px !important;
}

.rounded-51 {
  border-radius: 51px !important;
}

.rounded-52 {
  border-radius: 52px !important;
}

.rounded-53 {
  border-radius: 53px !important;
}

.rounded-54 {
  border-radius: 54px !important;
}

.rounded-55 {
  border-radius: 55px !important;
}

.rounded-56 {
  border-radius: 56px !important;
}

.rounded-57 {
  border-radius: 57px !important;
}

.rounded-58 {
  border-radius: 58px !important;
}

.rounded-59 {
  border-radius: 59px !important;
}

.rounded-60 {
  border-radius: 60px !important;
}

.rounded-61 {
  border-radius: 61px !important;
}

.rounded-62 {
  border-radius: 62px !important;
}

.rounded-63 {
  border-radius: 63px !important;
}

.rounded-64 {
  border-radius: 64px !important;
}

.rounded-65 {
  border-radius: 65px !important;
}

.rounded-66 {
  border-radius: 66px !important;
}

.rounded-67 {
  border-radius: 67px !important;
}

.rounded-68 {
  border-radius: 68px !important;
}

.rounded-69 {
  border-radius: 69px !important;
}

.rounded-70 {
  border-radius: 70px !important;
}

.rounded-71 {
  border-radius: 71px !important;
}

.rounded-72 {
  border-radius: 72px !important;
}

.rounded-73 {
  border-radius: 73px !important;
}

.rounded-74 {
  border-radius: 74px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 800px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex, .ct-section .ct-avatar, .con_mp-news .box-event .box-date {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/** type : min hybrid
 - type : max only min width
 - type : min_max only max width
 - type = min => first = min-width
 - type = max => first = max-width
 - type = min_max => first = min-width, second = max-width
**/
.p-0, .header .navbar-brand, .header-right, .mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.px-0, .con_mp-intro .row-intro:nth-child(odd) .col-md-7, .mp-findLand .box-land-service .col-md-7 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0, .box-tab .nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-0, .mp-exhibition .box-link .txt-title {
  margin: 0px !important;
}

.mt-0, .mp-form-tab {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

.ml-0 {
  margin-left: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

.g-0, .swiper-wrapper, .swiper .mp-panel, .my-ideaclip__title, .con_mp-top-ideaclip {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.g-0 > *, .swiper-wrapper > *, .swiper .mp-panel > *, .my-ideaclip__title > *, .con_mp-top-ideaclip > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.m-1 {
  margin: 1px !important;
}

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

.mr-1 {
  margin-right: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.g-1 {
  margin-left: -0.5px !important;
  margin-right: -0.5px !important;
}

.g-1 > * {
  padding-left: 0.5px !important;
  padding-right: 0.5px !important;
}

.p-2 {
  padding: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.m-2 {
  margin: 2px !important;
}

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

.mr-2 {
  margin-right: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.g-2 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.g-2 > * {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.p-3 {
  padding: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.m-3 {
  margin: 3px !important;
}

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

.mr-3 {
  margin-right: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.g-3 {
  margin-left: -1.5px !important;
  margin-right: -1.5px !important;
}

.g-3 > * {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important;
}

.p-4 {
  padding: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m-4 {
  margin: 4px !important;
}

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

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.g-4 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.g-4 > * {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-5 {
  padding: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.g-5 {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}

.g-5 > * {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}

.p-6 {
  padding: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.m-6 {
  margin: 6px !important;
}

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

.mr-6, .modal-footer .ic-btn {
  margin-right: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.g-6 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.g-6 > * {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.p-7 {
  padding: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.m-7 {
  margin: 7px !important;
}

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

.mr-7 {
  margin-right: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.g-7 {
  margin-left: -3.5px !important;
  margin-right: -3.5px !important;
}

.g-7 > * {
  padding-left: 3.5px !important;
  padding-right: 3.5px !important;
}

.p-8 {
  padding: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-8, .mp-page-folder .mp-folder.grid .mp-panel__text .title {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.px-8, .mp-request-catalog .box-info-other {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m-8 {
  margin: 8px !important;
}

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

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.g-8, .hamburgerMenu .row.list-boxlink, .hamburgerMenu .list-boxlink.mp-buttons, .hamburgerMenu .list-boxlink.rowLayout-10, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.g-8 > *, .hamburgerMenu .row.list-boxlink > *, .hamburgerMenu .list-boxlink.mp-buttons > *, .hamburgerMenu .list-boxlink.rowLayout-10 > *, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons > *, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons > *, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip > * {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-9 {
  padding: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.m-9 {
  margin: 9px !important;
}

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

.mr-9 {
  margin-right: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.g-9 {
  margin-left: -4.5px !important;
  margin-right: -4.5px !important;
}

.g-9 > * {
  padding-left: 4.5px !important;
  padding-right: 4.5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.g-10, .modal-content-upload-image .row, .modal-content-upload-image .mp-buttons, .modal-content-upload-image .rowLayout-10, .modal-content-upload-image .modal-lg-catalog .box-buttons, .modal-lg-catalog .modal-content-upload-image .box-buttons, .modal-content-upload-image .con_mp-top-ideaclip {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.g-10 > *, .modal-content-upload-image .row > *, .modal-content-upload-image .mp-buttons > *, .modal-content-upload-image .rowLayout-10 > *, .modal-content-upload-image .modal-lg-catalog .box-buttons > *, .modal-lg-catalog .modal-content-upload-image .box-buttons > *, .modal-content-upload-image .con_mp-top-ideaclip > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-11 {
  padding: 11px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.py-11, .my-ideaclip-preview .preview_title {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.m-11 {
  margin: 11px !important;
}

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

.mr-11 {
  margin-right: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.g-11 {
  margin-left: -5.5px !important;
  margin-right: -5.5px !important;
}

.g-11 > * {
  padding-left: 5.5px !important;
  padding-right: 5.5px !important;
}

.p-12 {
  padding: 12px !important;
}

.pl-12, .my-ideaclip-preview .box-preview .box-text {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.m-12 {
  margin: 12px !important;
}

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

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.g-12, .mp-login-sns .list-sns.row, .mp-login-sns .list-sns.mp-buttons, .mp-login-sns .list-sns.rowLayout-10, .mp-login-sns .modal-lg-catalog .list-sns.box-buttons, .modal-lg-catalog .mp-login-sns .list-sns.box-buttons, .mp-login-sns .list-sns.con_mp-top-ideaclip, .mp-exhibition .box-main > .row, .mp-exhibition .box-main > .mp-buttons, .mp-exhibition .box-main > .rowLayout-10, .mp-exhibition .modal-lg-catalog .box-main > .box-buttons, .modal-lg-catalog .mp-exhibition .box-main > .box-buttons, .mp-exhibition .box-main > .con_mp-top-ideaclip {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.g-12 > *, .mp-login-sns .list-sns.row > *, .mp-login-sns .list-sns.mp-buttons > *, .mp-login-sns .list-sns.rowLayout-10 > *, .mp-login-sns .modal-lg-catalog .list-sns.box-buttons > *, .modal-lg-catalog .mp-login-sns .list-sns.box-buttons > *, .mp-login-sns .list-sns.con_mp-top-ideaclip > *, .mp-exhibition .box-main > .row > *, .mp-exhibition .box-main > .mp-buttons > *, .mp-exhibition .box-main > .rowLayout-10 > *, .mp-exhibition .modal-lg-catalog .box-main > .box-buttons > *, .modal-lg-catalog .mp-exhibition .box-main > .box-buttons > *, .mp-exhibition .box-main > .con_mp-top-ideaclip > * {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p-13 {
  padding: 13px !important;
}

.pl-13, .con_mp-news .box-event .box-date .date {
  padding-left: 13px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.m-13 {
  margin: 13px !important;
}

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

.mr-13 {
  margin-right: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.g-13 {
  margin-left: -6.5px !important;
  margin-right: -6.5px !important;
}

.g-13 > * {
  padding-left: 6.5px !important;
  padding-right: 6.5px !important;
}

.p-14 {
  padding: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.m-14 {
  margin: 14px !important;
}

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

.mr-14 {
  margin-right: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.g-14 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.g-14 > * {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

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

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.g-15 {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}

.g-15 > * {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.p-16 {
  padding: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.px-16, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16, .con_mp-intro .row-intro .desc, .mp-page-ca .mp-b-favorite {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.g-16, .offcanvas .box-buttons .row, .offcanvas .box-buttons .mp-buttons, .offcanvas .box-buttons .rowLayout-10, .offcanvas .box-buttons .modal-lg-catalog .box-buttons, .modal-lg-catalog .offcanvas .box-buttons .box-buttons, .offcanvas .box-buttons .con_mp-top-ideaclip, .mp-findLand .box-land-service .col-md-5 .mp-buttons {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.g-16 > *, .offcanvas .box-buttons .row > *, .offcanvas .box-buttons .mp-buttons > *, .offcanvas .box-buttons .rowLayout-10 > *, .offcanvas .box-buttons .modal-lg-catalog .box-buttons > *, .modal-lg-catalog .offcanvas .box-buttons .box-buttons > *, .offcanvas .box-buttons .con_mp-top-ideaclip > *, .mp-findLand .box-land-service .col-md-5 .mp-buttons > * {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-17 {
  padding: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.m-17 {
  margin: 17px !important;
}

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

.mr-17 {
  margin-right: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.g-17 {
  margin-left: -8.5px !important;
  margin-right: -8.5px !important;
}

.g-17 > * {
  padding-left: 8.5px !important;
  padding-right: 8.5px !important;
}

.p-18 {
  padding: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.m-18 {
  margin: 18px !important;
}

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

.mr-18 {
  margin-right: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.g-18 {
  margin-left: -9px !important;
  margin-right: -9px !important;
}

.g-18 > * {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.p-19 {
  padding: 19px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.m-19 {
  margin: 19px !important;
}

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

.mr-19 {
  margin-right: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.g-19 {
  margin-left: -9.5px !important;
  margin-right: -9.5px !important;
}

.g-19 > * {
  padding-left: 9.5px !important;
  padding-right: 9.5px !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20, .my-ideaclip-preview .preview_content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

.mb-20, .unsub-title {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.g-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.g-20 > * {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-21 {
  padding: 21px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.m-21 {
  margin: 21px !important;
}

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

.mr-21 {
  margin-right: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.g-21 {
  margin-left: -10.5px !important;
  margin-right: -10.5px !important;
}

.g-21 > * {
  padding-left: 10.5px !important;
  padding-right: 10.5px !important;
}

.p-22 {
  padding: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.m-22 {
  margin: 22px !important;
}

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

.mr-22 {
  margin-right: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.g-22 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

.g-22 > * {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.p-23 {
  padding: 23px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.m-23 {
  margin: 23px !important;
}

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

.mr-23 {
  margin-right: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.g-23 {
  margin-left: -11.5px !important;
  margin-right: -11.5px !important;
}

.g-23 > * {
  padding-left: 11.5px !important;
  padding-right: 11.5px !important;
}

.p-24 {
  padding: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24, .modal-body .form-row {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.m-24 {
  margin: 24px !important;
}

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

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.g-24 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.g-24 > * {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.p-25 {
  padding: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.g-25 {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}

.g-25 > * {
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
}

.p-26 {
  padding: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.m-26 {
  margin: 26px !important;
}

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

.mr-26 {
  margin-right: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.g-26 {
  margin-left: -13px !important;
  margin-right: -13px !important;
}

.g-26 > * {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.p-27 {
  padding: 27px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.m-27 {
  margin: 27px !important;
}

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

.mr-27 {
  margin-right: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.g-27 {
  margin-left: -13.5px !important;
  margin-right: -13.5px !important;
}

.g-27 > * {
  padding-left: 13.5px !important;
  padding-right: 13.5px !important;
}

.p-28 {
  padding: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.m-28 {
  margin: 28px !important;
}

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

.mr-28 {
  margin-right: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.g-28 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}

.g-28 > * {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.p-29 {
  padding: 29px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.m-29 {
  margin: 29px !important;
}

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

.mr-29 {
  margin-right: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

.my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.g-29 {
  margin-left: -14.5px !important;
  margin-right: -14.5px !important;
}

.g-29 > * {
  padding-left: 14.5px !important;
  padding-right: 14.5px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

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

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.g-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.g-30 > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-31 {
  padding: 31px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.px-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.m-31 {
  margin: 31px !important;
}

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

.mr-31 {
  margin-right: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

.my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.g-31 {
  margin-left: -15.5px !important;
  margin-right: -15.5px !important;
}

.g-31 > * {
  padding-left: 15.5px !important;
  padding-right: 15.5px !important;
}

.p-32 {
  padding: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32, .mp-request-catalog .box-info-other {
  padding-bottom: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.m-32 {
  margin: 32px !important;
}

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

.mr-32 {
  margin-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.g-32 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.g-32 > * {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.p-33 {
  padding: 33px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.px-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.m-33 {
  margin: 33px !important;
}

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

.mr-33 {
  margin-right: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.g-33 {
  margin-left: -16.5px !important;
  margin-right: -16.5px !important;
}

.g-33 > * {
  padding-left: 16.5px !important;
  padding-right: 16.5px !important;
}

.p-34 {
  padding: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.m-34 {
  margin: 34px !important;
}

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

.mr-34 {
  margin-right: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.g-34 {
  margin-left: -17px !important;
  margin-right: -17px !important;
}

.g-34 > * {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.p-35 {
  padding: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

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

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.g-35 {
  margin-left: -17.5px !important;
  margin-right: -17.5px !important;
}

.g-35 > * {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important;
}

.p-36 {
  padding: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.m-36 {
  margin: 36px !important;
}

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

.mr-36 {
  margin-right: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.g-36 {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.g-36 > * {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.p-37 {
  padding: 37px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.px-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.m-37 {
  margin: 37px !important;
}

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

.mr-37 {
  margin-right: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.g-37 {
  margin-left: -18.5px !important;
  margin-right: -18.5px !important;
}

.g-37 > * {
  padding-left: 18.5px !important;
  padding-right: 18.5px !important;
}

.p-38 {
  padding: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.m-38 {
  margin: 38px !important;
}

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

.mr-38 {
  margin-right: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.g-38 {
  margin-left: -19px !important;
  margin-right: -19px !important;
}

.g-38 > * {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.p-39 {
  padding: 39px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.px-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.m-39 {
  margin: 39px !important;
}

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

.mr-39 {
  margin-right: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.g-39 {
  margin-left: -19.5px !important;
  margin-right: -19.5px !important;
}

.g-39 > * {
  padding-left: 19.5px !important;
  padding-right: 19.5px !important;
}

.p-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40, .mp-page-ca .mp-b-favorite li {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.g-40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.g-40 > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-41 {
  padding: 41px !important;
}

.pl-41 {
  padding-left: 41px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.px-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.m-41 {
  margin: 41px !important;
}

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

.mr-41 {
  margin-right: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.mx-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

.my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.g-41 {
  margin-left: -20.5px !important;
  margin-right: -20.5px !important;
}

.g-41 > * {
  padding-left: 20.5px !important;
  padding-right: 20.5px !important;
}

.p-42 {
  padding: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.m-42 {
  margin: 42px !important;
}

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

.mr-42 {
  margin-right: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.g-42 {
  margin-left: -21px !important;
  margin-right: -21px !important;
}

.g-42 > * {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.p-43 {
  padding: 43px !important;
}

.pl-43 {
  padding-left: 43px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.m-43 {
  margin: 43px !important;
}

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

.mr-43 {
  margin-right: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.g-43 {
  margin-left: -21.5px !important;
  margin-right: -21.5px !important;
}

.g-43 > * {
  padding-left: 21.5px !important;
  padding-right: 21.5px !important;
}

.p-44 {
  padding: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.m-44 {
  margin: 44px !important;
}

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

.mr-44 {
  margin-right: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.g-44 {
  margin-left: -22px !important;
  margin-right: -22px !important;
}

.g-44 > * {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.p-45 {
  padding: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

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

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.g-45 {
  margin-left: -22.5px !important;
  margin-right: -22.5px !important;
}

.g-45 > * {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}

.p-46 {
  padding: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.m-46 {
  margin: 46px !important;
}

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

.mr-46 {
  margin-right: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.g-46 {
  margin-left: -23px !important;
  margin-right: -23px !important;
}

.g-46 > * {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.p-47 {
  padding: 47px !important;
}

.pl-47 {
  padding-left: 47px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.px-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.m-47 {
  margin: 47px !important;
}

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

.mr-47 {
  margin-right: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.mx-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

.my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.g-47 {
  margin-left: -23.5px !important;
  margin-right: -23.5px !important;
}

.g-47 > * {
  padding-left: 23.5px !important;
  padding-right: 23.5px !important;
}

.p-48 {
  padding: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48, .my-ideaclip-preview .box-preview .box-image {
  padding-right: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48, .mp-request-catalog .box-info-other .box-content {
  margin-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.g-48 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.g-48 > * {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.p-49 {
  padding: 49px !important;
}

.pl-49 {
  padding-left: 49px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.px-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

.py-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.m-49 {
  margin: 49px !important;
}

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

.mr-49 {
  margin-right: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.mx-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

.my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.g-49 {
  margin-left: -24.5px !important;
  margin-right: -24.5px !important;
}

.g-49 > * {
  padding-left: 24.5px !important;
  padding-right: 24.5px !important;
}

.p-50 {
  padding: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

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

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.g-50 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.g-50 > * {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-51 {
  padding: 51px !important;
}

.pl-51 {
  padding-left: 51px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.px-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

.py-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

.m-51 {
  margin: 51px !important;
}

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

.mr-51 {
  margin-right: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.mx-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

.my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.g-51 {
  margin-left: -25.5px !important;
  margin-right: -25.5px !important;
}

.g-51 > * {
  padding-left: 25.5px !important;
  padding-right: 25.5px !important;
}

.p-52 {
  padding: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.m-52 {
  margin: 52px !important;
}

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

.mr-52 {
  margin-right: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.g-52 {
  margin-left: -26px !important;
  margin-right: -26px !important;
}

.g-52 > * {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.p-53 {
  padding: 53px !important;
}

.pl-53 {
  padding-left: 53px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.px-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

.py-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

.m-53 {
  margin: 53px !important;
}

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

.mr-53 {
  margin-right: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.mx-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

.my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.g-53 {
  margin-left: -26.5px !important;
  margin-right: -26.5px !important;
}

.g-53 > * {
  padding-left: 26.5px !important;
  padding-right: 26.5px !important;
}

.p-54 {
  padding: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.m-54 {
  margin: 54px !important;
}

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

.mr-54 {
  margin-right: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.g-54 {
  margin-left: -27px !important;
  margin-right: -27px !important;
}

.g-54 > * {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.p-55 {
  padding: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

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

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.g-55 {
  margin-left: -27.5px !important;
  margin-right: -27.5px !important;
}

.g-55 > * {
  padding-left: 27.5px !important;
  padding-right: 27.5px !important;
}

.p-56 {
  padding: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.m-56 {
  margin: 56px !important;
}

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

.mr-56 {
  margin-right: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.g-56 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}

.g-56 > * {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.p-57 {
  padding: 57px !important;
}

.pl-57 {
  padding-left: 57px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.px-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

.py-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

.m-57 {
  margin: 57px !important;
}

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

.mr-57 {
  margin-right: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.mx-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

.my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.g-57 {
  margin-left: -28.5px !important;
  margin-right: -28.5px !important;
}

.g-57 > * {
  padding-left: 28.5px !important;
  padding-right: 28.5px !important;
}

.p-58 {
  padding: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.m-58 {
  margin: 58px !important;
}

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

.mr-58 {
  margin-right: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.g-58 {
  margin-left: -29px !important;
  margin-right: -29px !important;
}

.g-58 > * {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.p-59 {
  padding: 59px !important;
}

.pl-59 {
  padding-left: 59px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.px-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

.py-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

.m-59 {
  margin: 59px !important;
}

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

.mr-59 {
  margin-right: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.mx-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

.my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.g-59 {
  margin-left: -29.5px !important;
  margin-right: -29.5px !important;
}

.g-59 > * {
  padding-left: 29.5px !important;
  padding-right: 29.5px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60, .con_mp-intro.no-land {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

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

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.g-60 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.g-60 > * {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-61 {
  padding: 61px !important;
}

.pl-61 {
  padding-left: 61px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.px-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

.py-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

.m-61 {
  margin: 61px !important;
}

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

.mr-61 {
  margin-right: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.mx-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

.my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.g-61 {
  margin-left: -30.5px !important;
  margin-right: -30.5px !important;
}

.g-61 > * {
  padding-left: 30.5px !important;
  padding-right: 30.5px !important;
}

.p-62 {
  padding: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.m-62 {
  margin: 62px !important;
}

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

.mr-62 {
  margin-right: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.g-62 {
  margin-left: -31px !important;
  margin-right: -31px !important;
}

.g-62 > * {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.p-63 {
  padding: 63px !important;
}

.pl-63 {
  padding-left: 63px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.px-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

.py-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

.m-63 {
  margin: 63px !important;
}

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

.mr-63 {
  margin-right: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.mx-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

.my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.g-63 {
  margin-left: -31.5px !important;
  margin-right: -31.5px !important;
}

.g-63 > * {
  padding-left: 31.5px !important;
  padding-right: 31.5px !important;
}

.p-64 {
  padding: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.m-64 {
  margin: 64px !important;
}

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

.mr-64 {
  margin-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.g-64 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.g-64 > * {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.p-65 {
  padding: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

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

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.g-65 {
  margin-left: -32.5px !important;
  margin-right: -32.5px !important;
}

.g-65 > * {
  padding-left: 32.5px !important;
  padding-right: 32.5px !important;
}

.p-66 {
  padding: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.m-66 {
  margin: 66px !important;
}

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

.mr-66 {
  margin-right: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.g-66 {
  margin-left: -33px !important;
  margin-right: -33px !important;
}

.g-66 > * {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.p-67 {
  padding: 67px !important;
}

.pl-67 {
  padding-left: 67px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.px-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

.py-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.m-67 {
  margin: 67px !important;
}

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

.mr-67 {
  margin-right: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.mx-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

.my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.g-67 {
  margin-left: -33.5px !important;
  margin-right: -33.5px !important;
}

.g-67 > * {
  padding-left: 33.5px !important;
  padding-right: 33.5px !important;
}

.p-68 {
  padding: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.m-68 {
  margin: 68px !important;
}

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

.mr-68 {
  margin-right: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.g-68 {
  margin-left: -34px !important;
  margin-right: -34px !important;
}

.g-68 > * {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.p-69 {
  padding: 69px !important;
}

.pl-69 {
  padding-left: 69px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.px-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

.py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.m-69 {
  margin: 69px !important;
}

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

.mr-69 {
  margin-right: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.mx-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

.my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.g-69 {
  margin-left: -34.5px !important;
  margin-right: -34.5px !important;
}

.g-69 > * {
  padding-left: 34.5px !important;
  padding-right: 34.5px !important;
}

.p-70 {
  padding: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

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

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.g-70 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}

.g-70 > * {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-71 {
  padding: 71px !important;
}

.pl-71 {
  padding-left: 71px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.px-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

.py-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

.m-71 {
  margin: 71px !important;
}

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

.mr-71 {
  margin-right: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.mx-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

.my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.g-71 {
  margin-left: -35.5px !important;
  margin-right: -35.5px !important;
}

.g-71 > * {
  padding-left: 35.5px !important;
  padding-right: 35.5px !important;
}

.p-72 {
  padding: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.m-72 {
  margin: 72px !important;
}

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

.mr-72 {
  margin-right: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.g-72 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.g-72 > * {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.p-73 {
  padding: 73px !important;
}

.pl-73 {
  padding-left: 73px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.px-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

.py-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

.m-73 {
  margin: 73px !important;
}

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

.mr-73 {
  margin-right: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.mx-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

.my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.g-73 {
  margin-left: -36.5px !important;
  margin-right: -36.5px !important;
}

.g-73 > * {
  padding-left: 36.5px !important;
  padding-right: 36.5px !important;
}

.p-74 {
  padding: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.m-74 {
  margin: 74px !important;
}

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

.mr-74 {
  margin-right: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.g-74 {
  margin-left: -37px !important;
  margin-right: -37px !important;
}

.g-74 > * {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.p-75 {
  padding: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

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

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.g-75 {
  margin-left: -37.5px !important;
  margin-right: -37.5px !important;
}

.g-75 > * {
  padding-left: 37.5px !important;
  padding-right: 37.5px !important;
}

.p-76 {
  padding: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.m-76 {
  margin: 76px !important;
}

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

.mr-76 {
  margin-right: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.g-76 {
  margin-left: -38px !important;
  margin-right: -38px !important;
}

.g-76 > * {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.p-77 {
  padding: 77px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.px-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

.py-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

.m-77 {
  margin: 77px !important;
}

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

.mr-77 {
  margin-right: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.g-77 {
  margin-left: -38.5px !important;
  margin-right: -38.5px !important;
}

.g-77 > * {
  padding-left: 38.5px !important;
  padding-right: 38.5px !important;
}

.p-78 {
  padding: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.m-78 {
  margin: 78px !important;
}

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

.mr-78 {
  margin-right: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.g-78 {
  margin-left: -39px !important;
  margin-right: -39px !important;
}

.g-78 > * {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.p-79 {
  padding: 79px !important;
}

.pl-79 {
  padding-left: 79px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.px-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

.py-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

.m-79 {
  margin: 79px !important;
}

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

.mr-79 {
  margin-right: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.mx-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

.my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.g-79 {
  margin-left: -39.5px !important;
  margin-right: -39.5px !important;
}

.g-79 > * {
  padding-left: 39.5px !important;
  padding-right: 39.5px !important;
}

.p-80 {
  padding: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

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

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.g-80 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.g-80 > * {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-81 {
  padding: 81px !important;
}

.pl-81 {
  padding-left: 81px !important;
}

.pr-81 {
  padding-right: 81px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.px-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

.py-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

.m-81 {
  margin: 81px !important;
}

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

.mr-81 {
  margin-right: 81px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.mx-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

.my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.g-81 {
  margin-left: -40.5px !important;
  margin-right: -40.5px !important;
}

.g-81 > * {
  padding-left: 40.5px !important;
  padding-right: 40.5px !important;
}

.p-82 {
  padding: 82px !important;
}

.pl-82 {
  padding-left: 82px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.m-82 {
  margin: 82px !important;
}

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

.mr-82 {
  margin-right: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.g-82 {
  margin-left: -41px !important;
  margin-right: -41px !important;
}

.g-82 > * {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.p-83 {
  padding: 83px !important;
}

.pl-83 {
  padding-left: 83px !important;
}

.pr-83 {
  padding-right: 83px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.px-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

.py-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

.m-83 {
  margin: 83px !important;
}

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

.mr-83 {
  margin-right: 83px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.mx-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

.my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.g-83 {
  margin-left: -41.5px !important;
  margin-right: -41.5px !important;
}

.g-83 > * {
  padding-left: 41.5px !important;
  padding-right: 41.5px !important;
}

.p-84 {
  padding: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.m-84 {
  margin: 84px !important;
}

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

.mr-84 {
  margin-right: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.g-84 {
  margin-left: -42px !important;
  margin-right: -42px !important;
}

.g-84 > * {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.p-85 {
  padding: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

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

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.g-85 {
  margin-left: -42.5px !important;
  margin-right: -42.5px !important;
}

.g-85 > * {
  padding-left: 42.5px !important;
  padding-right: 42.5px !important;
}

.p-86 {
  padding: 86px !important;
}

.pl-86 {
  padding-left: 86px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

.py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.m-86 {
  margin: 86px !important;
}

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

.mr-86 {
  margin-right: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.g-86 {
  margin-left: -43px !important;
  margin-right: -43px !important;
}

.g-86 > * {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.p-87 {
  padding: 87px !important;
}

.pl-87 {
  padding-left: 87px !important;
}

.pr-87 {
  padding-right: 87px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.px-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

.py-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.m-87 {
  margin: 87px !important;
}

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

.mr-87 {
  margin-right: 87px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.mx-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

.my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.g-87 {
  margin-left: -43.5px !important;
  margin-right: -43.5px !important;
}

.g-87 > * {
  padding-left: 43.5px !important;
  padding-right: 43.5px !important;
}

.p-88 {
  padding: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.m-88 {
  margin: 88px !important;
}

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

.mr-88 {
  margin-right: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.g-88 {
  margin-left: -44px !important;
  margin-right: -44px !important;
}

.g-88 > * {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.p-89 {
  padding: 89px !important;
}

.pl-89 {
  padding-left: 89px !important;
}

.pr-89 {
  padding-right: 89px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.px-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

.py-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

.m-89 {
  margin: 89px !important;
}

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

.mr-89 {
  margin-right: 89px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.mx-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

.my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.g-89 {
  margin-left: -44.5px !important;
  margin-right: -44.5px !important;
}

.g-89 > * {
  padding-left: 44.5px !important;
  padding-right: 44.5px !important;
}

.p-90 {
  padding: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

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

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.g-90 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}

.g-90 > * {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .p-sp-0 {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-0, .con_mp-news .box-event .box-date .date {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-0, .my-ideaclip-preview .box-preview .box-image, .con_mp-intro .row-intro:nth-child(even) .con_mp-intro__text {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-0, .mp-request-catalog .box-info-other {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-0 {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-0 {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-0 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .g-sp-0 > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-1 {
    padding: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-1 {
    padding-left: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-1 {
    padding-right: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-1 {
    padding-top: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-1 {
    padding-bottom: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-1 {
    margin: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-1 {
    margin-top: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-1 {
    margin-right: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-1 {
    margin-bottom: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-1 {
    margin-left: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-1 {
    margin-left: -0.5px !important;
    margin-right: -0.5px !important;
  }
  .g-sp-1 > * {
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-2 {
    padding: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-2 {
    padding-left: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-2 {
    padding-right: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-2 {
    padding-top: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-2 {
    padding-bottom: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-2 {
    margin: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-2 {
    margin-top: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-2 {
    margin-right: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-2 {
    margin-bottom: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-2 {
    margin-left: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-2 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .g-sp-2 > * {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-3 {
    padding: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-3 {
    padding-left: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-3 {
    padding-right: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-3 {
    padding-top: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-3 {
    padding-bottom: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-3 {
    margin: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-3 {
    margin-top: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-3 {
    margin-right: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-3 {
    margin-bottom: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-3 {
    margin-left: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-3 {
    margin-left: -1.5px !important;
    margin-right: -1.5px !important;
  }
  .g-sp-3 > * {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-4 {
    padding: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-4 {
    padding-left: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-4 {
    padding-right: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-4, .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .title {
    padding-top: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-4 {
    padding-bottom: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-4 {
    margin: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-4, .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon {
    margin-top: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-4 {
    margin-right: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-4 {
    margin-bottom: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-4 {
    margin-left: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-4 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .g-sp-4 > * {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-5 {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-5 {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-5 {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-5 {
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-5 {
    margin: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-5 {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-5 {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-5 {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
  .g-sp-5 > * {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-6 {
    padding: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-6 {
    padding-left: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-6 {
    padding-right: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-6 {
    padding-top: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-6 {
    padding-bottom: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-6 {
    margin: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-6 {
    margin-top: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-6 {
    margin-right: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-6 {
    margin-bottom: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-6 {
    margin-left: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-6 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .g-sp-6 > * {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-7 {
    padding: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-7 {
    padding-left: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-7 {
    padding-right: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-7, .con_mp-news .box-event .box-date .date {
    padding-top: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-7 {
    padding-bottom: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-7 {
    margin: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-7 {
    margin-top: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-7 {
    margin-right: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-7 {
    margin-bottom: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-7 {
    margin-left: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-7 {
    margin-left: -3.5px !important;
    margin-right: -3.5px !important;
  }
  .g-sp-7 > * {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-8 {
    padding: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-8 {
    padding-left: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-8 {
    padding-right: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-8 {
    padding-top: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-8 {
    padding-bottom: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-8 {
    margin: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-8 {
    margin-top: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-8 {
    margin-right: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-8 {
    margin-bottom: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-8 {
    margin-left: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-8 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .g-sp-8 > * {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-9 {
    padding: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-9 {
    padding-left: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-9 {
    padding-right: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-9 {
    padding-top: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-9 {
    padding-bottom: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-9 {
    margin: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-9 {
    margin-top: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-9 {
    margin-right: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-9, .modal-lg-catalog .box-buttons li.item-other {
    margin-bottom: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-9 {
    margin-left: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-9 {
    margin-left: -4.5px !important;
    margin-right: -4.5px !important;
  }
  .g-sp-9 > * {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-10 {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-10 {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-10 {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-10 {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-10 {
    margin: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-10 {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-10 {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-10 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .g-sp-10 > * {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-11 {
    padding: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-11 {
    padding-left: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-11 {
    padding-right: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-11 {
    padding-top: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-11 {
    padding-bottom: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-11 {
    margin: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-11 {
    margin-top: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-11 {
    margin-right: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-11 {
    margin-bottom: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-11 {
    margin-left: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-11 {
    margin-left: -5.5px !important;
    margin-right: -5.5px !important;
  }
  .g-sp-11 > * {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-12 {
    padding: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-12 {
    padding-left: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-12 {
    padding-right: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-12 {
    padding-top: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-12 {
    padding-bottom: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-12 {
    margin: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-12, .modal-lg-catalog .box-buttons li .txt-link-small, .con_mp-intro .row-intro .desc, .mp-page-ca .mp-b-favorite {
    margin-top: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-12 {
    margin-right: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-12 {
    margin-bottom: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-12 {
    margin-left: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-12 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .g-sp-12 > * {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-13 {
    padding: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-13 {
    padding-left: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-13 {
    padding-right: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-13 {
    padding-top: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-13 {
    padding-bottom: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-13 {
    margin: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-13 {
    margin-top: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-13 {
    margin-right: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-13 {
    margin-bottom: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-13 {
    margin-left: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-13 {
    margin-left: -6.5px !important;
    margin-right: -6.5px !important;
  }
  .g-sp-13 > * {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-14 {
    padding: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-14 {
    padding-left: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-14 {
    padding-right: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-14 {
    padding-top: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-14 {
    padding-bottom: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-14 {
    margin: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-14 {
    margin-top: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-14 {
    margin-right: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-14 {
    margin-bottom: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-14 {
    margin-left: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-14 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .g-sp-14 > * {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-15 {
    padding: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-15 {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-15 {
    margin: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-15 {
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-15 {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-15 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .g-sp-15 > * {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-16 {
    padding: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-16 {
    padding-left: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-16 {
    padding-right: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-16 {
    padding-top: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-16 {
    padding-bottom: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-16 {
    margin: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-16, .mp-exhibition .box-link {
    margin-top: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-16 {
    margin-right: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-16 {
    margin-bottom: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-16 {
    margin-left: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-16, .list-sns, .mp-login-sns .list-sns.row, .mp-login-sns .list-sns.mp-buttons, .mp-login-sns .list-sns.rowLayout-10, .mp-login-sns .modal-lg-catalog .list-sns.box-buttons, .modal-lg-catalog .mp-login-sns .list-sns.box-buttons, .mp-login-sns .list-sns.con_mp-top-ideaclip, .mp-request-catalog .accordion .mp-panel-favorite, .mp-page-ca .mp-b-favorite, .mp-panel-favorite, .mp-page-folder .mp-folder.grid .mp-panel {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .g-sp-16 > *, .list-sns > *, .mp-login-sns .list-sns.row > *, .mp-login-sns .list-sns.mp-buttons > *, .mp-login-sns .list-sns.rowLayout-10 > *, .mp-login-sns .modal-lg-catalog .list-sns.box-buttons > *, .modal-lg-catalog .mp-login-sns .list-sns.box-buttons > *, .mp-login-sns .list-sns.con_mp-top-ideaclip > *, .mp-request-catalog .accordion .mp-panel-favorite > *, .mp-page-ca .mp-b-favorite > *, .mp-panel-favorite > *, .mp-page-folder .mp-folder.grid .mp-panel > * {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-17 {
    padding: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-17 {
    padding-left: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-17 {
    padding-right: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-17 {
    padding-top: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-17 {
    padding-bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-17 {
    margin: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-17 {
    margin-top: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-17 {
    margin-right: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-17 {
    margin-bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-17 {
    margin-left: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-17 {
    margin-left: -8.5px !important;
    margin-right: -8.5px !important;
  }
  .g-sp-17 > * {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-18 {
    padding: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-18 {
    padding-left: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-18 {
    padding-right: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-18 {
    padding-top: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-18 {
    padding-bottom: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-18 {
    margin: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-18 {
    margin-top: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-18 {
    margin-right: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-18 {
    margin-bottom: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-18 {
    margin-left: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-18 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .g-sp-18 > * {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-19 {
    padding: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-19 {
    padding-left: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-19 {
    padding-right: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-19 {
    padding-top: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-19 {
    padding-bottom: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-19 {
    margin: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-19 {
    margin-top: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-19 {
    margin-right: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-19 {
    margin-bottom: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-19 {
    margin-left: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-19 {
    margin-left: -9.5px !important;
    margin-right: -9.5px !important;
  }
  .g-sp-19 > * {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-20, .mp-exhibition .box-link {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-20 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-20 {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-20 {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-20, .my-ideaclip-preview .box-preview .box-text, .con_mp-top-ideaclip .box-text, .mp-findLand .box-land-service .col-md-7 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-20 {
    margin: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-20 {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-20, .mp-js-width-slider {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-20, .box-news-photos {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .g-sp-20 > *, .box-news-photos > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-21 {
    padding: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-21 {
    padding-left: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-21 {
    padding-right: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-21 {
    padding-top: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-21 {
    padding-bottom: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-21 {
    margin: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-21 {
    margin-top: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-21 {
    margin-right: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-21 {
    margin-bottom: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-21 {
    margin-left: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-21 {
    margin-left: -10.5px !important;
    margin-right: -10.5px !important;
  }
  .g-sp-21 > * {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-22 {
    padding: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-22 {
    padding-left: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-22 {
    padding-right: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-22 {
    padding-top: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-22 {
    padding-bottom: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-22 {
    margin: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-22 {
    margin-top: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-22 {
    margin-right: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-22 {
    margin-bottom: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-22 {
    margin-left: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-22 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .g-sp-22 > * {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-23 {
    padding: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-23 {
    padding-left: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-23 {
    padding-right: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-23 {
    padding-top: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-23 {
    padding-bottom: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-23 {
    margin: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-23 {
    margin-top: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-23 {
    margin-right: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-23 {
    margin-bottom: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-23 {
    margin-left: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-23 {
    margin-left: -11.5px !important;
    margin-right: -11.5px !important;
  }
  .g-sp-23 > * {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-24 {
    padding: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-24 {
    padding-left: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-24 {
    padding-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-24, .con_mp-intro__text {
    padding-top: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-24 {
    padding-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-24 {
    margin: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-24 {
    margin-top: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-24 {
    margin-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-24 {
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-24 {
    margin-left: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-24 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .g-sp-24 > * {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-25 {
    padding: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-25 {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-25 {
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-25 {
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-25 {
    margin: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-25 {
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-25 {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-25 {
    margin-left: -12.5px !important;
    margin-right: -12.5px !important;
  }
  .g-sp-25 > * {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-26 {
    padding: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-26 {
    padding-left: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-26 {
    padding-right: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-26 {
    padding-top: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-26 {
    padding-bottom: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-26 {
    margin: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-26 {
    margin-top: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-26 {
    margin-right: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-26 {
    margin-bottom: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-26 {
    margin-left: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-26 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .g-sp-26 > * {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-27 {
    padding: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-27 {
    padding-left: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-27 {
    padding-right: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-27 {
    padding-top: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-27 {
    padding-bottom: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-27 {
    margin: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-27 {
    margin-top: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-27 {
    margin-right: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-27 {
    margin-bottom: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-27 {
    margin-left: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-27 {
    margin-left: -13.5px !important;
    margin-right: -13.5px !important;
  }
  .g-sp-27 > * {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-28, .mp-request-catalog .box-handleInfo {
    padding: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-28 {
    padding-left: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-28 {
    padding-right: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-28 {
    padding-top: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-28, .mp-request-catalog .box-info-other {
    padding-bottom: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-28 {
    margin: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-28, .mp-request-catalog .box-info-other .box-content, .mp-page-ca .mp-b-favorite li {
    margin-top: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-28 {
    margin-right: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-28 {
    margin-bottom: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-28 {
    margin-left: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-28 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .g-sp-28 > * {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-29 {
    padding: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-29 {
    padding-left: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-29 {
    padding-right: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-29 {
    padding-top: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-29 {
    padding-bottom: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-29 {
    margin: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-29 {
    margin-top: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-29 {
    margin-right: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-29 {
    margin-bottom: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-29 {
    margin-left: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-29 {
    margin-left: -14.5px !important;
    margin-right: -14.5px !important;
  }
  .g-sp-29 > * {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-30 {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-30 {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-30 {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-30 {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-30 {
    margin: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-30 {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-30 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .g-sp-30 > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-31 {
    padding: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-31 {
    padding-left: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-31 {
    padding-right: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-31 {
    padding-top: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-31 {
    padding-bottom: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-31 {
    margin: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-31 {
    margin-top: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-31 {
    margin-right: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-31 {
    margin-bottom: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-31 {
    margin-left: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-31 {
    margin-left: -15.5px !important;
    margin-right: -15.5px !important;
  }
  .g-sp-31 > * {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-32 {
    padding: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-32 {
    padding-left: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-32 {
    padding-right: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-32 {
    padding-top: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-32 {
    padding-bottom: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-32 {
    margin: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-32 {
    margin-top: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-32 {
    margin-right: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-32 {
    margin-bottom: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-32 {
    margin-left: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-32 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .g-sp-32 > * {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-33 {
    padding: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-33 {
    padding-left: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-33 {
    padding-right: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-33 {
    padding-top: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-33 {
    padding-bottom: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-33 {
    margin: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-33 {
    margin-top: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-33 {
    margin-right: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-33 {
    margin-bottom: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-33 {
    margin-left: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-33 {
    margin-left: -16.5px !important;
    margin-right: -16.5px !important;
  }
  .g-sp-33 > * {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-34 {
    padding: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-34 {
    padding-left: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-34 {
    padding-right: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-34 {
    padding-top: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-34 {
    padding-bottom: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-34 {
    margin: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-34 {
    margin-top: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-34 {
    margin-right: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-34 {
    margin-bottom: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-34 {
    margin-left: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-34 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .g-sp-34 > * {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-35 {
    padding: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-35 {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-35 {
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-35 {
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-35 {
    margin: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-35 {
    margin-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-35 {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-35 {
    margin-left: -17.5px !important;
    margin-right: -17.5px !important;
  }
  .g-sp-35 > * {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-36 {
    padding: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-36 {
    padding-left: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-36 {
    padding-right: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-36 {
    padding-top: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-36 {
    padding-bottom: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-36 {
    margin: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-36 {
    margin-top: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-36 {
    margin-right: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-36 {
    margin-bottom: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-36 {
    margin-left: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-36 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .g-sp-36 > * {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-37 {
    padding: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-37 {
    padding-left: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-37 {
    padding-right: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-37 {
    padding-top: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-37 {
    padding-bottom: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-37 {
    margin: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-37 {
    margin-top: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-37 {
    margin-right: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-37 {
    margin-bottom: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-37 {
    margin-left: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-37 {
    margin-left: -18.5px !important;
    margin-right: -18.5px !important;
  }
  .g-sp-37 > * {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-38 {
    padding: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-38 {
    padding-left: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-38 {
    padding-right: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-38 {
    padding-top: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-38 {
    padding-bottom: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-38 {
    margin: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-38 {
    margin-top: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-38 {
    margin-right: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-38 {
    margin-bottom: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-38 {
    margin-left: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-38 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .g-sp-38 > * {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-39 {
    padding: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-39 {
    padding-left: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-39 {
    padding-right: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-39 {
    padding-top: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-39 {
    padding-bottom: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-39 {
    margin: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-39 {
    margin-top: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-39 {
    margin-right: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-39 {
    margin-bottom: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-39 {
    margin-left: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-39 {
    margin-left: -19.5px !important;
    margin-right: -19.5px !important;
  }
  .g-sp-39 > * {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-40 {
    padding: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-40 {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-40 {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-40 {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-40 {
    margin: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-40, .my-ideaclip-preview .box-preview .box-text {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-40 {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-40 {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-40 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .g-sp-40 > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-41 {
    padding: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-41 {
    padding-left: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-41 {
    padding-right: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-41 {
    padding-top: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-41 {
    padding-bottom: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-41 {
    margin: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-41 {
    margin-top: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-41 {
    margin-right: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-41 {
    margin-bottom: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-41 {
    margin-left: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-41 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-41 {
    margin-left: -20.5px !important;
    margin-right: -20.5px !important;
  }
  .g-sp-41 > * {
    padding-left: 20.5px !important;
    padding-right: 20.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-42 {
    padding: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-42 {
    padding-left: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-42 {
    padding-right: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-42 {
    padding-top: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-42 {
    padding-bottom: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-42 {
    margin: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-42 {
    margin-top: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-42 {
    margin-right: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-42 {
    margin-bottom: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-42 {
    margin-left: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-42 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .g-sp-42 > * {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-43 {
    padding: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-43 {
    padding-left: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-43 {
    padding-right: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-43 {
    padding-top: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-43 {
    padding-bottom: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-43 {
    margin: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-43 {
    margin-top: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-43 {
    margin-right: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-43 {
    margin-bottom: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-43 {
    margin-left: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-43 {
    margin-left: -21.5px !important;
    margin-right: -21.5px !important;
  }
  .g-sp-43 > * {
    padding-left: 21.5px !important;
    padding-right: 21.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-44 {
    padding: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-44 {
    padding-left: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-44 {
    padding-right: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-44 {
    padding-top: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-44 {
    padding-bottom: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-44 {
    margin: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-44 {
    margin-top: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-44 {
    margin-right: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-44 {
    margin-bottom: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-44 {
    margin-left: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-44 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .g-sp-44 > * {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-45 {
    padding: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-45 {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-45 {
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-45 {
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-45 {
    margin: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-45 {
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-45 {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-45 {
    margin-left: -22.5px !important;
    margin-right: -22.5px !important;
  }
  .g-sp-45 > * {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-46 {
    padding: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-46 {
    padding-left: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-46 {
    padding-right: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-46 {
    padding-top: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-46 {
    padding-bottom: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-46 {
    margin: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-46 {
    margin-top: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-46 {
    margin-right: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-46 {
    margin-bottom: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-46 {
    margin-left: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-46 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .g-sp-46 > * {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-47 {
    padding: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-47 {
    padding-left: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-47 {
    padding-right: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-47 {
    padding-top: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-47 {
    padding-bottom: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-47 {
    margin: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-47 {
    margin-top: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-47 {
    margin-right: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-47 {
    margin-bottom: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-47 {
    margin-left: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-47 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-47 {
    margin-left: -23.5px !important;
    margin-right: -23.5px !important;
  }
  .g-sp-47 > * {
    padding-left: 23.5px !important;
    padding-right: 23.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-48 {
    padding: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-48 {
    padding-left: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-48 {
    padding-right: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-48 {
    padding-top: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-48 {
    padding-bottom: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-48 {
    margin: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-48 {
    margin-top: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-48 {
    margin-right: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-48 {
    margin-bottom: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-48 {
    margin-left: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-48 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .g-sp-48 > * {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-49 {
    padding: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-49 {
    padding-left: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-49 {
    padding-right: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-49 {
    padding-top: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-49 {
    padding-bottom: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-49 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-49 {
    margin: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-49 {
    margin-top: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-49 {
    margin-right: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-49 {
    margin-bottom: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-49 {
    margin-left: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-49 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-49 {
    margin-left: -24.5px !important;
    margin-right: -24.5px !important;
  }
  .g-sp-49 > * {
    padding-left: 24.5px !important;
    padding-right: 24.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-50 {
    padding: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-50 {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-50 {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-50 {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-50 {
    margin: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-50 {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-50 {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-50 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .g-sp-50 > * {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-51 {
    padding: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-51 {
    padding-left: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-51 {
    padding-right: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-51 {
    padding-top: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-51 {
    padding-bottom: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-51 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-51 {
    margin: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-51 {
    margin-top: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-51 {
    margin-right: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-51 {
    margin-bottom: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-51 {
    margin-left: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-51 {
    margin-left: 51px !important;
    margin-right: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-51 {
    margin-left: -25.5px !important;
    margin-right: -25.5px !important;
  }
  .g-sp-51 > * {
    padding-left: 25.5px !important;
    padding-right: 25.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-52 {
    padding: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-52 {
    padding-left: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-52 {
    padding-right: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-52 {
    padding-top: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-52 {
    padding-bottom: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-52 {
    margin: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-52 {
    margin-top: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-52 {
    margin-right: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-52 {
    margin-bottom: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-52 {
    margin-left: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-52 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .g-sp-52 > * {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-53 {
    padding: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-53 {
    padding-left: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-53 {
    padding-right: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-53 {
    padding-top: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-53 {
    padding-bottom: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-53 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-53 {
    margin: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-53 {
    margin-top: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-53 {
    margin-right: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-53 {
    margin-bottom: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-53 {
    margin-left: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-53 {
    margin-left: 53px !important;
    margin-right: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-53 {
    margin-left: -26.5px !important;
    margin-right: -26.5px !important;
  }
  .g-sp-53 > * {
    padding-left: 26.5px !important;
    padding-right: 26.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-54 {
    padding: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-54 {
    padding-left: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-54 {
    padding-right: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-54 {
    padding-top: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-54 {
    padding-bottom: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-54 {
    margin: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-54 {
    margin-top: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-54 {
    margin-right: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-54 {
    margin-bottom: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-54 {
    margin-left: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-54 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .g-sp-54 > * {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-55 {
    padding: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-55 {
    padding-left: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-55 {
    padding-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-55 {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-55 {
    margin: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-55 {
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-55 {
    margin-left: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-55 {
    margin-left: -27.5px !important;
    margin-right: -27.5px !important;
  }
  .g-sp-55 > * {
    padding-left: 27.5px !important;
    padding-right: 27.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-56 {
    padding: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-56 {
    padding-left: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-56 {
    padding-right: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-56 {
    padding-top: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-56 {
    padding-bottom: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-56 {
    margin: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-56 {
    margin-top: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-56 {
    margin-right: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-56 {
    margin-bottom: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-56 {
    margin-left: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-56 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .g-sp-56 > * {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-57 {
    padding: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-57 {
    padding-left: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-57 {
    padding-right: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-57 {
    padding-top: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-57 {
    padding-bottom: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-57 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-57 {
    margin: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-57 {
    margin-top: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-57 {
    margin-right: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-57 {
    margin-bottom: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-57 {
    margin-left: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-57 {
    margin-left: 57px !important;
    margin-right: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-57 {
    margin-left: -28.5px !important;
    margin-right: -28.5px !important;
  }
  .g-sp-57 > * {
    padding-left: 28.5px !important;
    padding-right: 28.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-58 {
    padding: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-58 {
    padding-left: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-58 {
    padding-right: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-58 {
    padding-top: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-58 {
    padding-bottom: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-58 {
    margin: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-58 {
    margin-top: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-58 {
    margin-right: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-58 {
    margin-bottom: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-58 {
    margin-left: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-58 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .g-sp-58 > * {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-59 {
    padding: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-59 {
    padding-left: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-59 {
    padding-right: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-59 {
    padding-top: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-59 {
    padding-bottom: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-59 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-59 {
    margin: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-59 {
    margin-top: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-59 {
    margin-right: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-59 {
    margin-bottom: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-59 {
    margin-left: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-59 {
    margin-left: 59px !important;
    margin-right: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-59 {
    margin-left: -29.5px !important;
    margin-right: -29.5px !important;
  }
  .g-sp-59 > * {
    padding-left: 29.5px !important;
    padding-right: 29.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-60 {
    padding: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-60 {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-60 {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-60 {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-60 {
    margin: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-60 {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-60 {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-60 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .g-sp-60 > * {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-61 {
    padding: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-61 {
    padding-left: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-61 {
    padding-right: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-61 {
    padding-top: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-61 {
    padding-bottom: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-61 {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-61 {
    margin: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-61 {
    margin-top: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-61 {
    margin-right: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-61 {
    margin-bottom: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-61 {
    margin-left: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-61 {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-61 {
    margin-left: -30.5px !important;
    margin-right: -30.5px !important;
  }
  .g-sp-61 > * {
    padding-left: 30.5px !important;
    padding-right: 30.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-62 {
    padding: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-62 {
    padding-left: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-62 {
    padding-right: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-62 {
    padding-top: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-62 {
    padding-bottom: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-62 {
    margin: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-62 {
    margin-top: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-62 {
    margin-right: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-62 {
    margin-bottom: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-62 {
    margin-left: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-62 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .g-sp-62 > * {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-63 {
    padding: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-63 {
    padding-left: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-63 {
    padding-right: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-63 {
    padding-top: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-63 {
    padding-bottom: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-63 {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-63 {
    margin: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-63 {
    margin-top: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-63 {
    margin-right: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-63 {
    margin-bottom: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-63 {
    margin-left: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-63 {
    margin-left: 63px !important;
    margin-right: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-63 {
    margin-left: -31.5px !important;
    margin-right: -31.5px !important;
  }
  .g-sp-63 > * {
    padding-left: 31.5px !important;
    padding-right: 31.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-64 {
    padding: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-64 {
    padding-left: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-64 {
    padding-right: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-64 {
    padding-top: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-64 {
    padding-bottom: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-64 {
    margin: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-64 {
    margin-top: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-64 {
    margin-right: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-64 {
    margin-bottom: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-64 {
    margin-left: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-64 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .g-sp-64 > * {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-65 {
    padding: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-65 {
    padding-left: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-65 {
    padding-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-65 {
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-65 {
    margin: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-65 {
    margin-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-65 {
    margin-left: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-65 {
    margin-left: -32.5px !important;
    margin-right: -32.5px !important;
  }
  .g-sp-65 > * {
    padding-left: 32.5px !important;
    padding-right: 32.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-66 {
    padding: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-66 {
    padding-left: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-66 {
    padding-right: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-66 {
    padding-top: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-66 {
    padding-bottom: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-66 {
    margin: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-66 {
    margin-top: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-66 {
    margin-right: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-66 {
    margin-bottom: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-66 {
    margin-left: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-66 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .g-sp-66 > * {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-67 {
    padding: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-67 {
    padding-left: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-67 {
    padding-right: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-67 {
    padding-top: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-67 {
    padding-bottom: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-67 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-67 {
    margin: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-67 {
    margin-top: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-67 {
    margin-right: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-67 {
    margin-bottom: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-67 {
    margin-left: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-67 {
    margin-left: 67px !important;
    margin-right: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-67 {
    margin-left: -33.5px !important;
    margin-right: -33.5px !important;
  }
  .g-sp-67 > * {
    padding-left: 33.5px !important;
    padding-right: 33.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-68 {
    padding: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-68 {
    padding-left: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-68 {
    padding-right: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-68 {
    padding-top: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-68 {
    padding-bottom: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-68 {
    margin: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-68 {
    margin-top: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-68 {
    margin-right: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-68 {
    margin-bottom: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-68 {
    margin-left: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-68 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .g-sp-68 > * {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-69 {
    padding: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-69 {
    padding-left: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-69 {
    padding-right: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-69 {
    padding-top: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-69 {
    padding-bottom: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-69 {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-69 {
    margin: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-69 {
    margin-top: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-69 {
    margin-right: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-69 {
    margin-bottom: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-69 {
    margin-left: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-69 {
    margin-left: 69px !important;
    margin-right: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-69 {
    margin-left: -34.5px !important;
    margin-right: -34.5px !important;
  }
  .g-sp-69 > * {
    padding-left: 34.5px !important;
    padding-right: 34.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp-70 {
    padding: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sp-70 {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sp-70 {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sp-70 {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .px-sp-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .py-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-sp-70 {
    margin: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mr-sp-70 {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sp-70 {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-sp-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-70 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .g-sp-70 > * {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

:root {
  --mp-white: $white;
  --mp-blue: $blue_b;
  --mp-red: $red_a;
  --mp-gray: $gray_a;
  --mp-green: $green_a;
  --mp-yellow: $yellow_a;
  --mp-black: #000;
  --mp-primary: $gray_a;
  --mp-secondary: $gray_b;
  --mp-link-color: $blue_a;
  --mp-link-hover-color: $blue_b;
  --mp-border-radius: 4px;
  --mp-border-radius-lg: 6px;
  --mp-border-radius-sm: 2px;
}

.container-inner {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .container-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
} */

@media only screen and (max-width: 767px) {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 * 7. Font rendering settings;  1x => subpixel、2x or higher => grayscale http://creator.dwango.co.jp/14128.html
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.15;
  /* 3 */
  /* 4 */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #5381b2;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@-webkit-keyframes scaleItem {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleItem {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes modalBackdropShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.85;
  }
}

@keyframes modalBackdropShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.85;
  }
}

@-webkit-keyframes modalBackdropHide {
  from {
    opacity: 0.85;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalBackdropHide {
  from {
    opacity: 0.85;
  }
  to {
    opacity: 0;
  }
}

.transition-color {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@-webkit-keyframes modalShow {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes modalShow {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes modalHide {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes modalHide {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.accordion_arrow {
  background: none;
  height: 20px;
  width: 20px;
  margin-right: 4px;
  position: relative;
}

.accordion_arrow_closed, .accordion_arrow_opened {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #242424;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.accordion_arrow_closed {
  width: 1px;
  height: 100%;
}

.accordion_arrow_closed::after {
  display: none;
}

.accordion_arrow_opened {
  width: 100%;
  height: 1px;
}

.mp_accordion {
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
}

.accordion {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

.accordion_button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #242424;
  padding-left: 4px;
}

@media only screen and (min-width: 768px) {
  .accordion_button {
    padding-left: 8px;
  }
}

.accordion_button .accordion_text {
  text-align: left;
  font-size: 18px;
  line-height: 120%;
  padding-right: 10px;
}

.accordion_button .accordion_text.has-badge {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left !important;
  display: inline-block !important;
}

.accordion_button .accordion_text.has-badge .no {
  font-weight: 600;
}

.accordion_button .accordion_text .badge span {
  margin-top: 0 !important;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .accordion_button .accordion_text .badge {
    margin-left: 12px;
  }
}

.accordion_button .mp-plainText {
  width: calc(100% - 67px);
  padding-right: 12px;
  text-align: left;
  letter-spacing: 0.04em;
}

.accordion_button:hover {
  opacity: 0.6;
}

.accordion_button.open .accordion_arrow_closed {
  display: none;
}

.accordion_button.open .accordion_arrow_opened {
  display: block;
}

.accordion_button:first-child {
  margin-top: 0;
}

.accordion_md .accordion_button {
  padding-top: 35px;
  padding-bottom: 35px;
}

.accordion_md .accordion_button .accordion_text {
  font-size: 18px;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  .accordion_md .accordion_button {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .accordion_md .accordion_button .accordion_arrow {
    margin-right: 11px;
  }
}

.accordion.selected .accordion_button .accordion_text {
  font-weight: 600;
}

.accordion_sm .accordion_button {
  padding-top: 28.5px;
  padding-bottom: 28.5px;
}

.accordion_sm .accordion_button .accordion_text {
  font-size: 16px;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  .accordion_sm .accordion_button .accordion_text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion_sm .accordion_button {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
  }
}

.accordion_sm .accordion_content {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .accordion {
    display: block;
  }
  .accordion_inner {
    display: block !important;
    padding: 0;
  }
  .accordion_content .mp-textLink {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .accordion .accordion_button {
    padding-left: 4px;
    padding-right: 4px;
  }
  .accordion .accordion_button .mp-plainText {
    margin: 0 !important;
    padding: 15px 0px;
    font-size: 12px !important;
  }
}

.accordion .mp-textLink_anchor:not([href]) {
  pointer-events: none;
}

.accordion_content .txt-link, .accordion_content .txt-link-small {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .accordion_content .txt-link, .accordion_content .txt-link-small {
    font-size: 14px;
  }
  .accordion_content .txt-link.openNewWindow::after, .accordion_content .openNewWindow.txt-link-small::after, .accordion_content .modal-lg-catalog .box-buttons li .txt-link-small::after, .modal-lg-catalog .box-buttons li .accordion_content .txt-link-small::after {
    background-image: url(/kodate/lp/catalog/assets/img/icons/external_blue_12.svg);
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
}

.accordion--qa .accordion_button .accordion_text,
.accordion--qa .accordion_content .accordion_inner {
  position: relative;
}

.accordion--qa .accordion_button .accordion_text::before,
.accordion--qa .accordion_content .accordion_inner::before {
  display: block;
  position: absolute;
  top: -2px;
  line-height: 120%;
  font-family: "Helvetica Light", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .accordion--qa .accordion_button .accordion_text::before,
  .accordion--qa .accordion_content .accordion_inner::before {
    font-size: 20px;
  }
}

.accordion--qa .accordion_button {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #242424;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

@media only screen and (min-width: 768px) {
  .accordion--qa .accordion_button .accordion_arrow {
    margin-right: 12px;
  }
}

.accordion--qa .accordion_button.open {
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .accordion--qa .accordion_button.open {
    padding-bottom: 20px;
  }
}

.accordion--qa .accordion_button .accordion_text {
  color: #242424;
  padding-left: 26px;
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  width: calc(100% - 48px);
}

.accordion--qa .accordion_button .accordion_text::before {
  content: "Q";
  left: 0px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .accordion--qa .accordion_button .accordion_text {
    padding-bottom: 0px;
    padding-left: 24px;
    font-size: 14px;
    width: calc(100% - 44px);
  }
  .accordion--qa .accordion_button .accordion_text::before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .accordion--qa .accordion_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.accordion--qa .accordion_content .accordion_inner {
  padding-left: 57px;
  padding-right: 48px;
  padding-bottom: 24px;
}

.accordion--qa .accordion_content .accordion_inner::before {
  content: "A";
  left: 34px;
}

@media only screen and (max-width: 767px) {
  .accordion--qa .accordion_content .accordion_inner {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 46px;
  }
  .accordion--qa .accordion_content .accordion_inner::before {
    left: 28px;
  }
}

.accordion--qa .accordion_content ul {
  margin-top: 12px;
}

.accordion--qa .accordion_content ul li:not(:first-child) {
  margin-top: 12px;
}

.accordion--qa .accordion_content ul.list-style-dot li:not(:first-child), .accordion--qa .accordion_content .box-news-info ul li:not(:first-child), .box-news-info .accordion--qa .accordion_content ul li:not(:first-child) {
  margin-top: 4px;
}

.accordion--qa .accordion_content ul + p {
  margin-top: 12px;
}

.accordion--qa p:nth-child(n + 2) {
  margin-top: 12px;
}

.accordion_content .accordion_button .mp-plainText,
.accordion_button .mp-fileInput_label_text,
.accordion_button .mp-fileInput_text,
.accordion_button .mp-tooltipInTextBlock,
.accordion_button .b-page-sample-113_text {
  font-size: 15px;
  font-weight: bold;
}

.accordion > .accordion_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.accordion_content {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.accordion_content:not(.show) {
  height: 0;
}

.accordion_content .mp-textLink_anchor {
  font-size: 15px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .accordion_content .mp-textLink_anchor {
    border-top: 1px dashed #4e4e53;
    padding: 15px 0;
    display: block;
    font-size: 12px !important;
    font-weight: 300 !important;
  }
}

.accordion_content .mp-textLink_anchor:after {
  display: none;
}

.accordion_content .accordion_button {
  height: auto;
}

.accordion_content .accordion_button .mp-plainText,
.accordion_content .accordion_button .mp-fileInput_label_text,
.accordion_content .accordion_button .mp-fileInput_text,
.accordion_content .accordion_button .mp-tooltipInTextBlock,
.accordion_content .accordion_button .b-page-sample-113_text {
  font-weight: normal;
  margin-bottom: 20px;
}

.accordion_content .accordion_button .accordion_arrow {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(3px) scale(0.6);
  transform: translateX(3px) scale(0.6);
}

.accordion_content .accordion_content .accordion_inner {
  display: block;
  padding: 0;
}

.accordion_content .accordion_content .mp-textLink {
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .accordion_content .accordion_content .mp-textLink {
    margin-bottom: 0px;
  }
}

.badge {
  margin-top: 0 !important;
}

.badge .border-1 {
  border: 1px solid #d8d8d8;
}

.badge span {
  margin-top: 8px;
  font-size: 12px;
  background: #c03f3f;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 2px;
  line-height: 160%;
  padding: 0 6px;
  display: inline-block;
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  .badge span {
    margin-top: 0 !important;
    vertical-align: middle;
    margin-left: 10px;
  }
}

.badge span:last-child {
  margin-right: 0;
}

.badge span.bg-white, .badge .mp-exhibition .box-left span.box-inner, .mp-exhibition .box-left .badge span.box-inner, .badge .mp-exhibition span.box-link, .mp-exhibition .badge span.box-link {
  color: #242424;
  font-weight: 600;
  border: 1px solid #d8d8d8;
  padding: 1px 6px;
}

.badge span.bg-gray-b {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 3px 10px 3px;
}

.badge span.ffa-helvetica, .badge .mp-contact .staff-contact li span.txt, .mp-contact .staff-contact li .badge span.txt {
  font-weight: 500 !important;
}

.badge.bg-danger span {
  background: #c03f3f;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.badge-horizontal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-horizontal .badge span {
  margin-top: 0;
  margin-left: 13px;
}

.mp-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

.mp-breadcrumb_item {
  font-size: 16px;
}

.mp-breadcrumb_item a {
  text-decoration: none;
  color: inherit;
}

.mp-breadcrumb_item::before {
  content: '>';
  margin: 0 10px;
}

.mp-breadcrumb_item:first-child::before {
  display: none;
}

.mp-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

.mp-buttons-lg {
  margin-top: 80px;
}

.mp-buttons-md {
  margin-top: 40px;
}

.mp-buttons-sm {
  margin-top: 28px;
}

.mp-buttons-xs {
  margin-top: 20px;
}

.mp-buttons_special {
  margin-top: 36px;
}

.mp-buttons.mp-buttons_3btn-12col .col-btn:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mp-buttons.mp-buttons_3btn-12col {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-buttons.mp-buttons_4btn-3col .col-btn .col-btn + .col-btn {
    margin-top: 0px;
  }
}

.mp-buttons.mp-buttons-frm {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .mp-buttons {
    margin-top: 40px;
  }
  .mp-buttons .col-btn + .col-btn {
    margin-top: 20px;
  }
  .mp-buttons-lg {
    margin-top: 80px;
  }
  .mp-buttons-sm {
    margin-top: 20px;
  }
  .mp-buttons-xs {
    margin-top: 12px;
  }
  .mp-buttons_special {
    margin-top: 20px;
  }
}

.mp-buttons .error-message {
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #c95c5c;
  margin-bottom: 20px;
  text-align: center;
}

.offset-md-1 .mp-buttons, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons, .con_mp-top-ideaclip .box-text .mp-buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-mypage, .btn-mypage-sns, .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .nav-link {
  border: 0;
  height: 48px;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #242424;
  margin: 0;
  width: 100%;
}

.btn-mypage-dark, .btn-mypage-blue {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-mypage span, .btn-mypage-sns span, .btn-mypage-sns-2 span, .box-tab__catalog .nav-tabs .nav-link span {
  font-weight: 600;
}

.btn-mypage span span, .btn-mypage-sns span span, .btn-mypage-sns-2 span span, .box-tab__catalog .nav-tabs .nav-link span span {
  display: block;
  line-height: 100% !important;
}

.btn-mypage span span + span, .btn-mypage-sns span span + span, .btn-mypage-sns-2 span span + span, .box-tab__catalog .nav-tabs .nav-link span span + span {
  margin-top: 4px;
}

.btn-mypage span .mp-plainText_11, .btn-mypage-sns span .mp-plainText_11, .btn-mypage-sns-2 span .mp-plainText_11, .box-tab__catalog .nav-tabs .nav-link span .mp-plainText_11 {
  font-weight: normal !important;
}

.btn-mypage .icon, .btn-mypage-sns .icon, .btn-mypage-sns-2 .icon, .box-tab__catalog .nav-tabs .nav-link .icon {
  margin-left: 6px;
  margin-top: -3px;
}

.btn-mypage-lg {
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.btn-mypage-light, .btn-mypage-graylight, .btn-mypage-sns, .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .nav-link {
  border: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.btn-mypage-light:hover, .btn-mypage-graylight:hover, .btn-mypage-sns:hover, .btn-mypage-sns-2:hover, .box-tab__catalog .nav-tabs .nav-link:hover {
  opacity: .6;
}

.btn-mypage-light:disabled, .btn-mypage-graylight:disabled, .btn-mypage-sns:disabled, .btn-mypage-sns-2:disabled, .box-tab__catalog .nav-tabs .nav-link:disabled {
  color: #bfbfbf;
}

.btn-mypage-grey, .box-tab__catalog .nav-tabs .nav-link.active {
  background: #d8d8d8;
  color: #fff;
  border: 0;
}

.btn-mypage-grey:hover, .box-tab__catalog .nav-tabs .nav-link.active:hover {
  opacity: .8;
  color: #fff;
}

.btn-mypage-dark {
  background: #3b3b41;
  color: #fff;
}

.btn-mypage-dark:hover {
  background: #83838c;
  color: #fff;
}

.btn-mypage-dark:disabled {
  background: #d8d8d8;
  opacity: 1;
}

.btn-mypage-blue {
  background: #3a5b7d;
  color: #fff;
}

.btn-mypage-blue:hover {
  background: #8db2d9;
  color: #fff;
}

.btn-mypage-graylight {
  color: #bfbfbf;
}

.btn-mypage-sns, .btn-mypage-sns-2 {
  text-align: left;
  padding-left: 18px;
  padding-right: 18px;
  height: 56px;
}

@media only screen and (min-width: 768px) {
  .btn-mypage-sns-2 {
    height: 48px;
  }
}

.btn-mypage-sns span, .btn-mypage-sns-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-mypage-sns span i, .btn-mypage-sns-2 span i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .btn-mypage-sns, .btn-mypage-sns-2 {
    max-width: 160px !important;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn-textbold {
  background: none;
  padding: 0;
  border: 0;
  line-height: 140%;
  font-size: 15px;
  font-weight: 600;
}

.btn-textbold span {
  font-weight: 600;
}

.btn-textbold .icon {
  font-style: normal;
  margin-top: -4px;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .btn-send-code {
    height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.card.mp-card {
  border-radius: 0px;
  border: none;
  color: #242424;
}

.card.mp-card .card-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .card.mp-card .card-title {
    font-size: 14px;
  }
}

.card.mp-card .card-image .img-thumbnail, .card.mp-card .card-image .mp-top-banner img, .mp-top-banner .card.mp-card .card-image img, .card.mp-card .card-image .mp-lp-banner img, .mp-lp-banner .card.mp-card .card-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.card.mp-card .card-text {
  font-size: 13px;
  line-height: 160%;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .card.mp-card .card-text {
    margin-top: 4px;
  }
}

.card.mp-card .card-body {
  padding: 20px 20px 24px;
}

@media only screen and (max-width: 767px) {
  .card.mp-card .card-body {
    min-height: 112px;
    padding: 16px;
  }
}

.fav-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fav-set__name {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 7px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-left: -4px;
}

.fav-set__name:first-child {
  margin-left: 0;
}

.fav-set__avatar {
  padding: 0;
}

.fav-set__avatar .avatar {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .fav-set__avatar .avatar {
    width: 32px;
    height: 32px;
  }
}

.fav-set__avatar .avatar.xs {
  width: 24px;
  height: 24px;
}

.fav-set__action {
  font-style: normal;
  font-size: 11px;
  line-height: 160%;
  color: #242424;
  margin-left: 5px;
  margin-top: 2px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .fav-set__action {
    font-size: 10px;
  }
}

.fav-set-lg .fav-set__name {
  width: 48px;
  height: 48px;
  font-size: 20px;
  padding: 14px 0;
}

.fav-set-md .fav-set__name {
  width: 32px;
  height: 32px;
  font-size: 13.333px;
  padding-top: 10px;
}

.fav-set-md .fav-set__avatar {
  padding-top: 0;
}

.mp-footer .container {
  margin: 0 auto;
  width: 1160px;
}

@media only screen and (max-width: 767px) {
  .mp-footer .container {
    width: 100%;
  }
}

.mp-footer--simple {
  padding-top: 120px;
}

.mp-footer_content {
  padding: 68px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content {
    padding: 30px 20px 0px 7%;
  }
}

.mp-footer_content .mp-logo {
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .mp-logo {
    margin: 0 0 18px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 75px;
    height: 34px;
  }
}

.mp-footer_content .accordion {
  border-top: 0;
  border-bottom: 1px solid #54545e;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion {
    border-bottom-color: #38383c !important;
  }
}

.mp-footer_content .accordion_button {
  height: 70px;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion_button {
    height: 45px;
  }
}

.mp-footer_content .accordion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion_inner {
    padding: 30px 0 50px 0;
  }
}

.mp-footer_content .accordion_item--level-1 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion .accordion_content .accordion_item--level-1 .accordion {
    margin-top: 15px;
  }
}

.mp-footer_content .accordion .accordion_content .accordion {
  border: none;
}

.mp-footer_content .accordion .accordion_content .accordion .accordion_button {
  border-top: 1px dashed #4e4e53;
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion .accordion_content .accordion .accordion_button .accordion_arrow {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion .accordion_content .accordion .accordion_button {
    display: none;
  }
}

.mp-footer_content .accordion .accordion_content .accordion .mp-textLink_anchor {
  background: url(/library/img/icons/icon_arrow_small.png) no-repeat left center;
  background-size: 9px;
  padding-left: 18px;
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion .accordion_content .accordion .mp-textLink_anchor {
    color: #9a9a9a;
    font-size: 12px;
  }
}

.mp-footer_content .accordion .accordion_content .accordion .mp-textLink_triangle_anchor[target="_blank"] {
  background-image: url(/library/img/icons/icon_external_gray.png);
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion .accordion_content .accordion_content {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion .accordion_content .accordion_item--level-1 {
    padding-left: 17px;
  }
  .mp-footer_content .accordion .accordion_content .mp-textLink {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion_item {
    margin-bottom: 35px;
    width: calc(1 / 4 * 100% - 0.1px);
  }
  .mp-footer_content .accordion_item:nth-last-child(1), .mp-footer_content .accordion_item:nth-last-child(2), .mp-footer_content .accordion_item:nth-last-child(3), .mp-footer_content .accordion_item:nth-last-child(4) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion_item--level-1 .mp-textLink_triangle--level-1 {
    display: none;
  }
}

.mp-footer_content .accordion_item .accordion_item {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion_item .accordion_item {
    margin-bottom: 0;
    padding-left: 17px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1 {
    width: 16%;
    padding-left: 18px;
  }
  .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:first-child {
    padding-left: 0;
  }
  .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(1), .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(2), .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(3), .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(4), .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(5), .mp-footer_content .accordion#footer-comprehensive .accordion_item--level-1:nth-last-child(6) {
    margin-bottom: 0;
  }
}

.mp-footer_content .accordion#footer-group .accordion_content .mp-textLink {
  margin-bottom: 35px;
  padding-right: 8%;
  width: calc(1 / 3 * 100% - 0.1px);
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion#footer-group .accordion_content .mp-textLink:nth-last-child(1), .mp-footer_content .accordion#footer-group .accordion_content .mp-textLink:nth-last-child(2), .mp-footer_content .accordion#footer-group .accordion_content .mp-textLink:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion#footer-group .accordion_content .mp-textLink {
    margin-bottom: 0;
    padding-right: 30px;
    width: 100%;
  }
  .mp-footer_content .accordion#footer-group .accordion_content .mp-textLink .mp-textLink_anchor {
    background-size: 10px 5px;
  }
}

.mp-footer_content .accordion#footer-group .accordion_content .mp-textLink_anchor {
  background: url(/library/img/icons/icon_arrow_large_white.png) no-repeat right center;
  background-size: 16px;
  padding-right: 30px;
  display: block;
}

.mp-footer_content .accordion_arrow {
  height: 70px;
  width: 67px;
  margin-right: 0px;
  background: #43434C;
}

.mp-footer_content .accordion_arrow_opened {
  background: #c0c6ca;
  width: 11px;
}

.mp-footer_content .accordion_arrow_closed {
  background: #c0c6ca;
  height: 11px;
}

@media only screen and (max-width: 767px) {
  .mp-footer_content .accordion_arrow {
    height: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footer_content .accordion_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mp-footer_menu {
  border-top: 1px solid #54545e;
}

@media only screen and (max-width: 767px) {
  .mp-footer_menu {
    border-color: #38383c;
  }
}

.mp-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mp-footerBottom {
  background: #44444d;
  padding: 20px 0 15px;
}

@media only screen and (min-width: 768px) {
  .mp-footerBottom .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footerBottom {
    padding: 12px 0 10px;
  }
}

.mp-footerBottom_links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.mp-footerBottom_links .mp-textLink_anchor {
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.mp-footerBottom_links .mp-textLink:not(:last-of-type):after {
  color: #a8a8a8;
  content: "/";
  display: inline-block;
  margin: 0 4px;
}

@media only screen and (min-width: 768px) {
  .mp-footerBottom_links .mp-textLink:not(:last-of-type):after {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 12px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-footerBottom_links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.mp-footerBottom_copyright {
  color: #a8a8a8;
  font-size: 10px;
  text-align: center;
}

.mp-footer_pagetop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #43434c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mp-footer_pagetop:hover {
  opacity: 0.9;
}

.mp-footer_pagetop .mp-textLink--pagetop {
  background: url("/library/img/icons/icon_pagetop.png") no-repeat 10px 1px;
  background-size: 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 18px;
  padding: 0 30px;
  white-space: nowrap;
}

.mp-footer_bread {
  background: #ffffff;
  border-top: 1px solid #efefef;
}

.mp-footer_bread .mp-b-textLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
}

.mp-footer_bread .mp-b-textLink a {
  padding: 10px 0;
}

.mp-footer_bread .mp-b-textLink a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: url(/library/img/icons/bread-crumb.png) center center no-repeat;
  background-size: 100% auto;
}

.mp-footer_bread .mp-b-textLink span {
  margin-right: 15px;
  padding: 12px 0;
}

.mp-footer .b-a-logo {
  margin: 0 auto 50px auto;
}

.mp-textLink_arrow_anchor {
  background: url("/library/img/icons/icon_arrow.png") no-repeat right 12px top 2px;
  background-size: 15px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 60px 20px 12px;
  color: #242424;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .mp-textLink_arrow_anchor {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

.mp-textLink_triangle_anchor[target='_blank'] {
  background-image: url(/library/img/icons/icon_external_gray.png);
}

.mp-footer_sns {
  padding: 120px 0 80px;
}

.mp-footer_sns .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mp-footer_sns .title {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.mp-footer_sns .list {
  margin: 40px auto;
}

.mp-footer_sns .list ul {
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mp-footer_sns .list ul {
    margin-left: -17px;
    margin-right: -17px;
  }
}

.mp-footer_sns .list li {
  width: 50px;
  margin: 0px 30px;
  background-size: contain;
}

.mp-footer_sns .list li.instagram {
  background-image: url(/library/img/icons/f_sns01-on.png);
}

.mp-footer_sns .list li.youtube {
  background-image: url(/library/img/icons/f_sns02-on.png);
}

.mp-footer_sns .list li.line {
  background-image: url(/library/img/icons/f_sns03-on.png);
}

.mp-footer_sns .list li.facebook {
  background-image: url(/library/img/icons/f_sns04-on.png);
}

.mp-footer_sns .list li.twitter {
  background-image: url(/library/img/icons/f_sns05-on.png);
}

.mp-footer_sns .list li a:hover img {
  opacity: 0;
}

.mp-footer_sns .list li img {
  background: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media only screen and (max-width: 767px) {
  .mp-footer_sns .list li {
    width: 28px;
    margin: 0px 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-footer_sns .list {
    margin: 24px auto;
  }
}

.mp-footer_sns .btn-mypage, .mp-footer_sns .btn-mypage-sns, .mp-footer_sns .btn-mypage-sns-2, .mp-footer_sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-footer_sns .nav-link {
  max-width: 360px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

::placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #bfbfbf !important;
  opacity: 1;
}

.mp-filed-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .mp-filed-code {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -3px;
    margin-right: -3px;
  }
  .mp-filed-code .mp-input-code {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}

.form-control, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title, .my-ideaclip-preview .box-memo .box-title textarea {
  padding: 11px 16px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #242424;
  font-size: 16px;
  width: 100%;
}

.form-control:focus, .my-ideaclip-preview .preview_content:focus, .my-ideaclip-preview .preview_title:focus, .my-ideaclip-preview .box-memo .box-title textarea:focus {
  border-color: #83838c;
  -webkit-box-shadow: 0 0 0 4px #d8d8d8;
  box-shadow: 0 0 0 4px #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .form-control.input-less-8, .my-ideaclip-preview .input-less-8.preview_content, .my-ideaclip-preview .input-less-8.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.input-less-8 {
    width: calc(100% - 8px);
  }
}

.form-control.form-text-short, .my-ideaclip-preview .form-text-short.preview_content, .my-ideaclip-preview .form-text-short.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.form-text-short {
  max-width: 160px !important;
}

@media only screen and (max-width: 767px) {
  .form-control.form-text-short, .my-ideaclip-preview .form-text-short.preview_content, .my-ideaclip-preview .form-text-short.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.form-text-short {
    max-width: 120px !important;
  }
}

.mp-input-code {
  width: 49px;
  height: 65px;
  padding: 0 !important;
  font-family: "Helvetica", "Arial", sans-serif;
}

.mp-input-code + .mp-input-code {
  margin-left: 8px;
}

@media only screen and (min-width: 576px) {
  .mp-input-code {
    width: 72px;
    height: 96px;
  }
  .mp-input-code + .mp-input-code {
    margin-left: 12px;
  }
  .mp-input-code .form-control, .mp-input-code .my-ideaclip-preview .preview_content, .my-ideaclip-preview .mp-input-code .preview_content, .mp-input-code .my-ideaclip-preview .preview_title, .my-ideaclip-preview .mp-input-code .preview_title, .mp-input-code .my-ideaclip-preview .box-memo .box-title textarea, .my-ideaclip-preview .box-memo .box-title .mp-input-code textarea {
    font-size: 56px !important;
  }
}

.mp-input-code .form-control, .mp-input-code .my-ideaclip-preview .preview_content, .my-ideaclip-preview .mp-input-code .preview_content, .mp-input-code .my-ideaclip-preview .preview_title, .my-ideaclip-preview .mp-input-code .preview_title, .mp-input-code .my-ideaclip-preview .box-memo .box-title textarea, .my-ideaclip-preview .box-memo .box-title .mp-input-code textarea {
  height: 100%;
  padding: 0 !important;
  border-radius: 0;
  text-align: center;
  font-size: 36px;
  font-family: "Helvetica", "Arial", sans-serif;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.form-label > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 767px) {
  .form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.form-label .badge {
  margin-left: 5px;
}

.form-label .badge span {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .form-label .badge {
    display: block;
    margin-left: 0;
  }
}

.offset-md-1 .row.g-16, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .row.g-16, .con_mp-top-ideaclip .box-text .row.g-16, .offset-md-1 .g-16.mp-buttons, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .g-16.mp-buttons, .con_mp-top-ideaclip .box-text .g-16.mp-buttons, .offset-md-1 .mp-findLand .box-land-service .col-md-5 .mp-buttons, .mp-findLand .box-land-service .col-md-5 .offset-md-1 .mp-buttons, .con_mp-top-ideaclip .box-text .mp-findLand .box-land-service .col-md-5 .mp-buttons, .mp-findLand .box-land-service .col-md-5 .con_mp-top-ideaclip .box-text .mp-buttons, .offset-md-1 .g-16.rowLayout-10, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .g-16.rowLayout-10, .con_mp-top-ideaclip .box-text .g-16.rowLayout-10, .offset-md-1 .offcanvas .box-buttons .row, .offcanvas .box-buttons .offset-md-1 .row, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .offcanvas .box-buttons .row, .offcanvas .box-buttons .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .row, .con_mp-top-ideaclip .box-text .offcanvas .box-buttons .row, .offcanvas .box-buttons .con_mp-top-ideaclip .box-text .row, .offset-md-1 .offcanvas .box-buttons .mp-buttons, .offcanvas .box-buttons .offset-md-1 .mp-buttons, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .offcanvas .box-buttons .mp-buttons, .offcanvas .box-buttons .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons, .con_mp-top-ideaclip .box-text .offcanvas .box-buttons .mp-buttons, .offcanvas .box-buttons .con_mp-top-ideaclip .box-text .mp-buttons, .offset-md-1 .offcanvas .box-buttons .rowLayout-10, .offcanvas .box-buttons .offset-md-1 .rowLayout-10, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .offcanvas .box-buttons .rowLayout-10, .offcanvas .box-buttons .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .rowLayout-10, .con_mp-top-ideaclip .box-text .offcanvas .box-buttons .rowLayout-10, .offcanvas .box-buttons .con_mp-top-ideaclip .box-text .rowLayout-10, .offset-md-1 .offcanvas .box-buttons .modal-lg-catalog .box-buttons, .offcanvas .box-buttons .modal-lg-catalog .offset-md-1 .box-buttons, .con_mp-top-ideaclip .box-text .offcanvas .box-buttons .modal-lg-catalog .box-buttons, .offcanvas .box-buttons .modal-lg-catalog .con_mp-top-ideaclip .box-text .box-buttons, .offset-md-1 .modal-lg-catalog .offcanvas .box-buttons .box-buttons, .modal-lg-catalog .offcanvas .box-buttons .offset-md-1 .box-buttons, .con_mp-top-ideaclip .box-text .modal-lg-catalog .offcanvas .box-buttons .box-buttons, .modal-lg-catalog .offcanvas .box-buttons .con_mp-top-ideaclip .box-text .box-buttons, .offset-md-1 .offcanvas .box-buttons .con_mp-top-ideaclip, .offcanvas .box-buttons .offset-md-1 .con_mp-top-ideaclip, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .offcanvas .box-buttons .con_mp-top-ideaclip, .offcanvas .box-buttons .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .con_mp-top-ideaclip, .con_mp-top-ideaclip .box-text .offcanvas .box-buttons .con_mp-top-ideaclip, .offcanvas .box-buttons .con_mp-top-ideaclip .box-text .con_mp-top-ideaclip, .offset-md-1 .modal-lg-catalog .g-16.box-buttons, .modal-lg-catalog .offset-md-1 .g-16.box-buttons, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .modal-lg-catalog .g-16.box-buttons, .modal-lg-catalog .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .g-16.box-buttons, .con_mp-top-ideaclip .box-text .modal-lg-catalog .g-16.box-buttons, .modal-lg-catalog .con_mp-top-ideaclip .box-text .g-16.box-buttons, .offset-md-1 .g-16.con_mp-top-ideaclip, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .g-16.con_mp-top-ideaclip, .con_mp-top-ideaclip .box-text .g-16.con_mp-top-ideaclip {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.offset-md-1 .form-row, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row, .con_mp-top-ideaclip .box-text .form-row {
  border-bottom: 0;
}

.offset-md-1 .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row::after, .con_mp-top-ideaclip .box-text .form-row::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .offset-md-1 .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row::after, .con_mp-top-ideaclip .box-text .form-row::after {
    width: 83.33333%;
  }
}

.offset-md-1 .form-row.no-border::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row.no-border::after, .con_mp-top-ideaclip .box-text .form-row.no-border::after {
  display: none;
}

.offset-md-1 .form-row .list-style-dot li:not(:first-child), .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row .list-style-dot li:not(:first-child), .con_mp-top-ideaclip .box-text .form-row .list-style-dot li:not(:first-child), .offset-md-1 .form-row .box-news-info ul li:not(:first-child), .box-news-info .offset-md-1 .form-row ul li:not(:first-child), .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row .box-news-info ul li:not(:first-child), .box-news-info .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row ul li:not(:first-child), .con_mp-top-ideaclip .box-text .form-row .box-news-info ul li:not(:first-child), .box-news-info .con_mp-top-ideaclip .box-text .form-row ul li:not(:first-child) {
  margin-top: 12px;
}

.offset-md-1 .form-row .list-style-dot li::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row .list-style-dot li::before, .con_mp-top-ideaclip .box-text .form-row .list-style-dot li::before, .offset-md-1 .form-row .box-news-info ul li::before, .box-news-info .offset-md-1 .form-row ul li::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row .box-news-info ul li::before, .box-news-info .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row ul li::before, .con_mp-top-ideaclip .box-text .form-row .box-news-info ul li::before, .box-news-info .con_mp-top-ideaclip .box-text .form-row ul li::before {
  left: 0;
}

.offset-md-1 .form-row:first-of-type, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type, .con_mp-top-ideaclip .box-text .form-row:first-of-type {
  border-top: 0;
}

.offset-md-1 .form-row:first-of-type::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type::before, .con_mp-top-ideaclip .box-text .form-row:first-of-type::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .offset-md-1 .form-row:first-of-type::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type::before, .con_mp-top-ideaclip .box-text .form-row:first-of-type::before {
    width: 83.33333%;
  }
}

.offset-md-1 .form-row:first-of-type.no-border::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type.no-border::before, .con_mp-top-ideaclip .box-text .form-row:first-of-type.no-border::before {
  display: none;
}

.offset-md-1 .list-se-sns .form-row::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .list-se-sns .form-row::before, .con_mp-top-ideaclip .box-text .list-se-sns .form-row::before, .offset-md-1 .list-se-sns .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .list-se-sns .form-row::after, .con_mp-top-ideaclip .box-text .list-se-sns .form-row::after {
  width: 100%;
}

.offset-md-1.col-md-10 .form-row::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-md-10.col-btn:first-child .form-row::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-request-catalog .col-btn.box-info-other:first-child::after .form-row::before, .mp-request-catalog .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn.box-info-other:first-child::after .form-row::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .list-news .mp-list-group-item .col-btn.col-text:first-child .form-row::before, .list-news .mp-list-group-item .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn.col-text:first-child .form-row::before, .mp-request-catalog .offset-md-1.box-info-other::after .form-row::before, .mp-request-catalog .con_mp-top-ideaclip .box-info-other.box-text::after .form-row::before, .con_mp-top-ideaclip .mp-request-catalog .box-info-other.box-text::after .form-row::before, .con_mp-top-ideaclip .col-md-10.box-text .form-row::before, .con_mp-top-ideaclip .list-news .mp-list-group-item .box-text.col-text .form-row::before, .list-news .mp-list-group-item .con_mp-top-ideaclip .box-text.col-text .form-row::before, .list-news .mp-list-group-item .offset-md-1.col-text .form-row::before, .offset-md-1.col-md-10 .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-md-10.col-btn:first-child .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-request-catalog .col-btn.box-info-other:first-child::after .form-row::after, .mp-request-catalog .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn.box-info-other:first-child::after .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .list-news .mp-list-group-item .col-btn.col-text:first-child .form-row::after, .list-news .mp-list-group-item .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn.col-text:first-child .form-row::after, .mp-request-catalog .offset-md-1.box-info-other::after .form-row::after, .mp-request-catalog .con_mp-top-ideaclip .box-info-other.box-text::after .form-row::after, .con_mp-top-ideaclip .mp-request-catalog .box-info-other.box-text::after .form-row::after, .con_mp-top-ideaclip .col-md-10.box-text .form-row::after, .con_mp-top-ideaclip .list-news .mp-list-group-item .box-text.col-text .form-row::after, .list-news .mp-list-group-item .con_mp-top-ideaclip .box-text.col-text .form-row::after, .list-news .mp-list-group-item .offset-md-1.col-text .form-row::after {
  width: 100%;
}

.offset-md-1 .modal .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .modal .form-row::after, .con_mp-top-ideaclip .box-text .modal .form-row::after, .offset-md-1 .modal .form-row:first-of-type::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .modal .form-row:first-of-type::before, .con_mp-top-ideaclip .box-text .modal .form-row:first-of-type::before {
  display: none;
}

.modal .form-row {
  border-bottom: 1px solid #d8d8d8;
}

.modal .form-row:first-of-type {
  border-top: 1px solid #d8d8d8;
}

.modal .form-row::after {
  display: none;
}

.form-row {
  padding: 32px 0;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.form-row:first-of-type {
  border-top: 1px solid #d8d8d8;
}

.form-row.has-title {
  padding-top: 0;
  padding-bottom: 28px;
}

.form-row .form-label {
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .form-row .form-label {
    margin-bottom: 12px;
  }
}

.form-row .form-group .form-label {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row .form-group .form-label .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media only screen and (min-width: 768px) {
  .form-row .form-group .form-label .badge {
    margin-top: 1px !important;
  }
}

.form-row .form-group .form-label .badge span {
  margin-top: 0;
  margin-left: 12px;
}

.form-row .form-group .form-label-2 {
  margin-bottom: 8px;
}

.form-row .form-group .desc {
  padding-bottom: 4px;
}

.form-row .form-group .mp-plainText {
  margin-top: 8px;
}

.form-row .form-check-list {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .form-row .col-md-3, .form-row .mp-buttons.mp-buttons_2btn-3col .col-btn, .mp-buttons.mp-buttons_2btn-3col .form-row .col-btn, .form-row .mp-buttons.mp-buttons_4btn-3col .col-btn, .mp-buttons.mp-buttons_4btn-3col .form-row .col-btn, .form-row .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-3col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-3col .form-row .col-btn {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form-row .col-md-3 .form-label .badge, .form-row .mp-buttons.mp-buttons_2btn-3col .col-btn .form-label .badge, .mp-buttons.mp-buttons_2btn-3col .form-row .col-btn .form-label .badge, .form-row .mp-buttons.mp-buttons_4btn-3col .col-btn .form-label .badge, .mp-buttons.mp-buttons_4btn-3col .form-row .col-btn .form-label .badge {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .form-row .col-md-7, .form-row .col-md-9 {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form-row .col-12, .form-row .modal-lg-catalog .box-buttons li, .modal-lg-catalog .box-buttons .form-row li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .form-row {
    padding: 32px 4px;
  }
}

.form-row .d-flex, .form-row .my-ideaclip__url {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row .d-flex .mp-plainText, .form-row .my-ideaclip__url .mp-plainText {
  padding: 0 5px;
}

.form-row.no-border {
  border: 0;
}

.form-row .d-flex .form-group + .form-group, .form-row .my-ideaclip__url .form-group + .form-group {
  padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .form-row.form-controls {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .form-row .col-left {
    width: 30%;
  }
}

@media only screen and (min-width: 1440px) {
  .form-row .col-left {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .form-row .col-right {
    width: 70%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-row .w-50 {
    width: 100% !important;
  }
}

.form-row .col-md-7 .row, .form-row .col-md-7 .mp-buttons, .form-row .col-md-7 .rowLayout-10, .form-row .col-md-7 .modal-lg-catalog .box-buttons, .modal-lg-catalog .form-row .col-md-7 .box-buttons, .form-row .col-md-7 .con_mp-top-ideaclip {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.form-group + .form-group {
  padding-top: 24px;
}

@media only screen and (max-width: 767px) {
  .form-group .form-label {
    font-size: 14px;
  }
}

.mp-form {
  margin-top: 28px;
}

.mp-form .form-control, .mp-form .my-ideaclip-preview .preview_content, .my-ideaclip-preview .mp-form .preview_content, .mp-form .my-ideaclip-preview .preview_title, .my-ideaclip-preview .mp-form .preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea, .my-ideaclip-preview .box-memo .box-title .mp-form textarea, .mp-form .form-select {
  max-width: 100%;
}

.mp-form .form-control.txt-year, .mp-form .my-ideaclip-preview .txt-year.preview_content, .my-ideaclip-preview .mp-form .txt-year.preview_content, .mp-form .my-ideaclip-preview .txt-year.preview_title, .my-ideaclip-preview .mp-form .txt-year.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-year, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-year, .mp-form .form-select.txt-year {
  max-width: 160px;
}

@media only screen and (max-width: 767px) {
  .mp-form .form-control.txt-year, .mp-form .my-ideaclip-preview .txt-year.preview_content, .my-ideaclip-preview .mp-form .txt-year.preview_content, .mp-form .my-ideaclip-preview .txt-year.preview_title, .my-ideaclip-preview .mp-form .txt-year.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-year, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-year, .mp-form .form-select.txt-year {
    max-width: 100px;
  }
}

.mp-form .form-control.txt-month, .mp-form .my-ideaclip-preview .txt-month.preview_content, .my-ideaclip-preview .mp-form .txt-month.preview_content, .mp-form .my-ideaclip-preview .txt-month.preview_title, .my-ideaclip-preview .mp-form .txt-month.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-month, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-month, .mp-form .form-select.txt-month {
  max-width: 65px;
}

@media only screen and (max-width: 767px) {
  .mp-form .form-control.txt-month, .mp-form .my-ideaclip-preview .txt-month.preview_content, .my-ideaclip-preview .mp-form .txt-month.preview_content, .mp-form .my-ideaclip-preview .txt-month.preview_title, .my-ideaclip-preview .mp-form .txt-month.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-month, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-month, .mp-form .form-select.txt-month {
    max-width: 60px;
  }
}

.mp-form .form-control.txt-day, .mp-form .my-ideaclip-preview .txt-day.preview_content, .my-ideaclip-preview .mp-form .txt-day.preview_content, .mp-form .my-ideaclip-preview .txt-day.preview_title, .my-ideaclip-preview .mp-form .txt-day.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-day, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-day, .mp-form .form-select.txt-day {
  max-width: 65px;
}

@media only screen and (max-width: 767px) {
  .mp-form .form-control.txt-day, .mp-form .my-ideaclip-preview .txt-day.preview_content, .my-ideaclip-preview .mp-form .txt-day.preview_content, .mp-form .my-ideaclip-preview .txt-day.preview_title, .my-ideaclip-preview .mp-form .txt-day.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-day, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-day, .mp-form .form-select.txt-day {
    max-width: 60px;
  }
}

.mp-form .form-control.txt-year, .mp-form .my-ideaclip-preview .txt-year.preview_content, .my-ideaclip-preview .mp-form .txt-year.preview_content, .mp-form .my-ideaclip-preview .txt-year.preview_title, .my-ideaclip-preview .mp-form .txt-year.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-year, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-year, .mp-form .form-control.txt-month, .mp-form .my-ideaclip-preview .txt-month.preview_content, .my-ideaclip-preview .mp-form .txt-month.preview_content, .mp-form .my-ideaclip-preview .txt-month.preview_title, .my-ideaclip-preview .mp-form .txt-month.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-month, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-month, .mp-form .form-control.txt-day, .mp-form .my-ideaclip-preview .txt-day.preview_content, .my-ideaclip-preview .mp-form .txt-day.preview_content, .mp-form .my-ideaclip-preview .txt-day.preview_title, .my-ideaclip-preview .mp-form .txt-day.preview_title, .mp-form .my-ideaclip-preview .box-memo .box-title textarea.txt-day, .my-ideaclip-preview .box-memo .box-title .mp-form textarea.txt-day, .mp-form .form-select.txt-year, .mp-form .form-select.txt-month, .mp-form .form-select.txt-day {
  padding: 9px 20px;
}

.mp-form .form-select.txt-year {
  width: 160px;
}

@media only screen and (max-width: 767px) {
  .mp-form .form-select.txt-year {
    width: 100px;
  }
}

.mp-form .form-select.txt-month, .mp-form .form-select.txt-day {
  width: 65px;
}

@media only screen and (max-width: 767px) {
  .mp-form .form-select.txt-month, .mp-form .form-select.txt-day {
    width: 60px;
  }
}

.mp-form_simple {
  border: 0;
}

.mp-form_simple .form-row {
  border: 0;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .mp-form_simple .form-row {
    padding: 12px 0;
  }
}

.mp-form_type2 {
  margin-top: 24px;
}

.mp-form_type2 .offset-md-1 .form-row:first-of-type, .mp-form_type2 .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-form_type2 .col-btn:first-child .form-row:first-of-type, .mp-form_type2 .con_mp-top-ideaclip .box-text .form-row:first-of-type, .con_mp-top-ideaclip .mp-form_type2 .box-text .form-row:first-of-type {
  border-top: 0;
}

.mp-form_type2 .offset-md-1 .form-row:first-of-type::before, .mp-form_type2 .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .form-row:first-of-type::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-form_type2 .col-btn:first-child .form-row:first-of-type::before, .mp-form_type2 .con_mp-top-ideaclip .box-text .form-row:first-of-type::before, .con_mp-top-ideaclip .mp-form_type2 .box-text .form-row:first-of-type::before {
  display: none;
}

.form-label .badge {
  margin-left: 0;
}

.was-validated .form-control:invalid, .was-validated .my-ideaclip-preview .preview_content:invalid, .my-ideaclip-preview .was-validated .preview_content:invalid, .was-validated .my-ideaclip-preview .preview_title:invalid, .my-ideaclip-preview .was-validated .preview_title:invalid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:invalid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:invalid, .form-control.is-invalid, .my-ideaclip-preview .is-invalid.preview_content, .my-ideaclip-preview .is-invalid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #c03f3f;
  background-color: #f9ebeb;
  background-image: none;
  -webkit-box-shadow: 0 0 0 4px rgba(192, 63, 63, 0.25);
  box-shadow: 0 0 0 4px rgba(192, 63, 63, 0.25);
}

.was-validated .form-control:valid, .was-validated .my-ideaclip-preview .preview_content:valid, .my-ideaclip-preview .was-validated .preview_content:valid, .was-validated .my-ideaclip-preview .preview_title:valid, .my-ideaclip-preview .was-validated .preview_title:valid, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:valid, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:valid, .form-control.is-valid, .my-ideaclip-preview .is-valid.preview_content, .my-ideaclip-preview .is-valid.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  background-image: none;
  border-color: #d8d8d8;
}

.was-validated .form-control:valid:focus, .was-validated .my-ideaclip-preview .preview_content:valid:focus, .my-ideaclip-preview .was-validated .preview_content:valid:focus, .was-validated .my-ideaclip-preview .preview_title:valid:focus, .my-ideaclip-preview .was-validated .preview_title:valid:focus, .was-validated .my-ideaclip-preview .box-memo .box-title textarea:valid:focus, .my-ideaclip-preview .box-memo .box-title .was-validated textarea:valid:focus, .form-control.is-valid:focus, .my-ideaclip-preview .is-valid.preview_content:focus, .my-ideaclip-preview .is-valid.preview_title:focus, .my-ideaclip-preview .box-memo .box-title textarea.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 4px #d8d8d8;
  box-shadow: 0 0 0 4px #d8d8d8;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: inherit;
}

.form-check {
  cursor: pointer;
  padding-left: 0;
  position: relative;
  line-height: 160%;
  min-height: 0;
  margin-bottom: 0;
}

.form-check .form-check-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  min-height: 26px;
  padding-left: 34px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .form-check .form-check-label {
    min-height: 20px;
  }
}

.form-check .form-check-label:before, .form-check .form-check-label:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  left: 0px;
  position: absolute;
  -webkit-transition: border-color .3s, border-width .3s;
  transition: border-color .3s, border-width .3s;
  vertical-align: top;
  top: 0px;
}

.form-check .form-check-label:after {
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .form-check .form-check-label:after {
    top: 9px;
    left: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .form-check .form-check-label {
    padding-left: 34px;
  }
}

.form-check .form-check-input {
  margin-left: 0;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 26px;
  height: 26px;
}

.form-check .form-check-input[type="checkbox"] {
  cursor: pointer;
}

.form-check .form-check-input[type="checkbox"]:focus {
  outline: none;
}

.form-check .form-check-input[type="checkbox"] + .form-check-label:before {
  top: -1px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.form-check .form-check-input[type="checkbox"] + .form-check-label:after {
  left: 9px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.form-check .form-check-input[type="checkbox"]:checked + .form-check-label::before {
  background: #3b3b41;
  border: 0;
}

.form-check .form-check-input[type="checkbox"]:checked + .form-check-label::after {
  display: block;
}

.form-check .form-check-input[type='radio'] {
  cursor: pointer;
}

.form-check .form-check-input[type='radio']:focus {
  outline: none;
}

.form-check .form-check-input[type='radio'] + .form-check-label:before {
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}

.form-check .form-check-input[type='radio'] + .form-check-label:after {
  border-radius: 100%;
  background: #242424;
  width: 12px;
  height: 12px;
  left: 7px;
  top: 7px;
  display: none;
}

.form-check .form-check-input[type='radio']:checked + .form-check-label::before {
  border-color: #242424;
}

.form-check .form-check-input[type='radio']:checked + .form-check-label::after {
  display: block;
}

.form-check-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
  margin-bottom: 5px;
}

.form-check-small .form-check-input[type="checkbox"] + .form-check-label::before {
  top: 0px;
  border-radius: 3px;
}

.form-check-small .form-check-input[type="checkbox"]:checked ~ .form-check-label::after {
  width: 7px;
  height: 14px;
  top: 1px;
  left: 7px;
}

.form-check-small .form-check-input[type="radio"]:checked ~ .form-check-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
}

.form-check-small .form-check-label {
  padding-left: 26px;
}

.form-check-small .form-check-label::before {
  width: 20px;
  height: 20px;
}

.form-check-small .form-check-label::after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 14px;
}

.form-check_s .form-check-label {
  padding-left: 24px;
}

.form-check_s .form-check-label::before {
  width: 20px;
  height: 20px;
}

.form-check_s .form-check-label::after {
  width: 8px;
  height: 8px;
  left: 6px;
}

.form-check.form-switch {
  min-height: 24px;
}

.form-check.form-switch .form-check-input[type="checkbox"] {
  width: 52px;
  height: 24px;
}

.form-check.form-switch .form-check-input[type="checkbox"] + .form-check-label {
  min-height: 24px;
  max-width: 52px;
}

.form-check.form-switch .form-check-input[type="checkbox"] + .form-check-label::before {
  width: 46px;
  height: 12px;
  border-radius: 40px;
  background: #d8d8d8;
  display: block;
  left: 6px;
  top: 6px;
}

.form-check.form-switch .form-check-input[type="checkbox"] + .form-check-label::after {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.form-check.form-switch .form-check-input[type="checkbox"]:checked + .form-check-label::before {
  background: #3b3b41;
  left: 0;
}

.form-check.form-switch .form-check-input[type="checkbox"]:checked + .form-check-label::after {
  border-color: #3b3b41;
  left: 28px;
}

.form-check-list {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .form-check-list.list-style-row {
    margin-top: -12px;
  }
}

.form-check-list .form-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 0;
  margin-right: 0;
}

.form-check-list .form-check-item:last-child {
  margin-right: 0;
}

.form-check-list .form-check-item:first-child:not(.float-start) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .form-check-list .form-check-item.float-start {
    margin-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
  }
  .form-check-list .form-check-item.float-start:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-check-list {
    margin-top: 12px;
  }
  .form-check-list .form-check-item {
    margin-top: 12px;
  }
  .form-check-list .form-check-item.float-start {
    margin-right: 24px;
  }
  .form-check-list .form-check-item.float-start:last-child {
    margin-right: 0;
  }
  .form-check-list .form-check-item:last-child {
    margin-bottom: 0;
  }
}

.mp-form_selectBox {
  position: relative;
}

.mp-form_selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 160px;
}

.mp-form_selectBox:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  border: solid #242424;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.invalid-feedback, .invalid-feedback-top {
  margin-top: 12px;
  color: #c03f3f;
  font-size: 13px;
  font-weight: 600;
}

.invalid-feedback-top {
  margin-bottom: 12px;
  display: block;
}

.mp-form-mail {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .mp-form-mail .col-md-3, .mp-form-mail .mp-buttons.mp-buttons_2btn-3col .col-btn, .mp-buttons.mp-buttons_2btn-3col .mp-form-mail .col-btn, .mp-form-mail .mp-buttons.mp-buttons_4btn-3col .col-btn, .mp-buttons.mp-buttons_4btn-3col .mp-form-mail .col-btn, .mp-form-mail .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-3col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-3col .mp-form-mail .col-btn {
    margin-top: 20px;
  }
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-24 {
  row-gap: 24px;
}

.rowLayout-10 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowLayout-10 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mp-gutter-x) * .5);
  padding-left: calc(var(--mp-gutter-x) * .5);
}

.rowLayout-10 .colLayout-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 10%;
}

.rowLayout-10 .colLayout-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.rowLayout-10 .colLayout-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
}

.rowLayout-10 .colLayout-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%;
}

.rowLayout-10 .colLayout-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.rowLayout-10 .colLayout-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60%;
}

.rowLayout-10 .colLayout-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
}

.rowLayout-10 .colLayout-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80%;
}

.rowLayout-10 .colLayout-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90%;
}

.rowLayout-10 .colLayout-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.rowLayout-10 .colLayout-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-1 {
    width: 10%;
  }
}

.rowLayout-10 .colLayout-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-2 {
    width: 20%;
  }
}

.rowLayout-10 .colLayout-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-3 {
    width: 30%;
  }
}

.rowLayout-10 .colLayout-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-4 {
    width: 40%;
  }
}

.rowLayout-10 .colLayout-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-5 {
    width: 50%;
  }
}

.rowLayout-10 .colLayout-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-6 {
    width: 60%;
  }
}

.rowLayout-10 .colLayout-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-7 {
    width: 70%;
  }
}

.rowLayout-10 .colLayout-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-8 {
    width: 80%;
  }
}

.rowLayout-10 .colLayout-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-9 {
    width: 90%;
  }
}

.rowLayout-10 .colLayout-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .rowLayout-10 .colLayout-md-10 {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 66px;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .header .container-inner {
    padding-left: 16px;
  }
}

.header .mp-logo {
  display: block;
  width: 71px;
}

@media only screen and (max-width: 767px) {
  .header .mp-logo {
    width: 75px;
  }
}

.header__logo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo .mp-plainText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo .mp-logo {
  padding: 16px 0;
}

.header__logo .mp-textLink_anchor {
  padding: 21px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  padding-left: 30px;
}

.header__logo .mp-textLink_anchor span {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .header__logo .mp-textLink_anchor {
    padding: 25.5px 0 0;
    font-size: 12px;
    line-height: 140%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: block;
  }
}

.header .navbar-brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .header .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 93px);
    flex: 0 0 calc(100% - 93px);
    max-width: calc(100% - 93px);
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}

@media only screen and (max-width: 767px) {
  .header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    max-width: 93px;
  }
}

.header_inner {
  -webkit-transition: opacity .6s, visibility .6s;
  transition: opacity .6s, visibility .6s;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_inner .mp-plainText {
  margin: 0;
}

.header_inner .mp-plainText a {
  color: #242424;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.header_login {
  white-space: nowrap;
}

.header_login .btn, .header_login .btn-mypage, .header_login .btn-mypage-sns, .header_login .btn-mypage-sns-2, .header_login .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .header_login .nav-link {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  height: auto;
  border-radius: 0;
  border: 1.5px solid #242424;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

@media only screen and (max-width: 767px) {
  .header_login {
    margin-right: 5px;
  }
}

.header_heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .dropdown {
  position: relative;
}

.header .dropdown .dropdown-menu {
  visibility: hidden;
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 999;
  content: "";
  top: 66px;
  left: 16px;
  -webkit-box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
  padding: 8px 20px;
  min-width: 264px;
  margin-top: 0;
}

.header .dropdown .dropdown-menu > li {
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  border-bottom: 1px solid #d8d8d8;
}

.header .dropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.header .dropdown .dropdown-menu > li .dropdown-item {
  padding: 16px 4px;
  display: block;
}

.header .dropdown .dropdown-menu > li .dropdown-item .ic {
  margin-left: 4px;
}

.header .navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  height: 66px;
  padding: 0px 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .header .navbar {
    padding-right: 37px;
  }
}

@media only screen and (max-width: 374px) {
  .header .navbar {
    padding-right: 35px;
  }
}

.header .navbar__inner {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .navbar-nav {
  margin-right: 16px;
}

.header .navbar .nav-item {
  z-index: 999;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
}

.header .navbar .nav-item:after {
  background: #d8d8d8;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  z-index: 999;
  right: -1px;
  width: 1px;
}

.header .navbar .nav-item:last-child:after {
  display: none;
}

.header .navbar .nav-item .mp-a-textLink {
  height: 100%;
}

.header .navbar .nav-item .mp-a-textLink_anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242424;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.header .navbar .nav-item .mp-a-textLink_anchor:hover {
  opacity: 1;
}

.header .navbar .nav-link {
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
  font-size: 14px;
  color: #242424;
  text-align: center;
  padding: 22px 17px !important;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .header .navbar .nav-link:hover {
    opacity: 0.6;
  }
}

.header .navbar .nav-link.dropdown-toggle::after {
  bottom: 9px;
}

.header .navbar .navbar-toggler {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px !important;
}

.header .navbar .navbar-toggler-icon {
  width: 23px;
  height: 14px;
}

@media only screen and (max-width: 767px) {
  .header .navbar .navbar-toggler {
    padding-left: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar-nav {
  height: auto;
}

.header .dropdown-item {
  color: #242424;
}

.header .dropdown-item[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  background: url(/library/img/icons/icon_external.png) center center no-repeat;
  background-size: 100% auto;
  margin-left: 4px;
}

.header .dropdown-toggle {
  position: relative;
}

.header .dropdown-toggle::after {
  position: absolute;
  z-index: 999;
  bottom: -10px;
  left: 50%;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  width: 6px;
  height: 6px;
  border-color: #83838c;
}

.header__user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__user .dropdown {
  height: 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__user .dropdown .dropdown-toggle {
  font-size: 13px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .header__user .dropdown .dropdown-toggle::after {
    display: none;
  }
}

.header__user .dropdown .dropdown-menu {
  left: auto;
  right: -11px;
}

@media only screen and (max-width: 767px) {
  .header__user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar-toggler {
  padding-right: 0;
  border: 0;
  padding: 0;
}

.header .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .header.header--ct .header__logo .mp-textLink_anchor {
    font-size: 11px !important;
    padding-left: 0 !important;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  -webkit-transition: visibility 200ms linear, opacity 150ms linear;
  transition: visibility 200ms linear, opacity 150ms linear;
}

@media only screen and (max-width: 767px) {
  .dropdown .dropdown-user {
    display: none !important;
  }
}

.dropdown-user .accordion_button {
  background: none;
  border: 0;
  padding: 20px 4px;
  width: 100%;
  text-align: left;
  position: relative;
}

.dropdown-user .accordion_button::after {
  position: absolute;
  top: 25px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: url(/library/img/icons/arrow-right-gray-d.svg) center center no-repeat;
  background-size: 100% auto;
  content: "";
}

.dropdown-user .accordion_button.open {
  padding-bottom: 16px;
}

.dropdown-user .box-avatar {
  text-align: center;
  padding: 24px 48px 8px;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .box-avatar {
    padding: 0 0 28px;
  }
}

.dropdown-user .box-avatar .avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .box-avatar .avatar {
    width: 80px;
    height: 80px;
  }
  .dropdown-user .box-avatar .avatar.avatar-title {
    font-size: 40px;
    padding-top: 10px;
  }
}

.dropdown-user .box-avatar .name {
  font-size: 14px;
  line-height: 160%;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .box-avatar .name {
    margin-top: 8px;
  }
}

.dropdown-user .box-avatar .btn-mypage, .dropdown-user .box-avatar .btn-mypage-sns, .dropdown-user .box-avatar .btn-mypage-sns-2, .dropdown-user .box-avatar .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .dropdown-user .box-avatar .nav-link {
  margin-top: 12px;
}

.dropdown-user .box-avatar .btn-mypage img, .dropdown-user .box-avatar .btn-mypage-sns img, .dropdown-user .box-avatar .btn-mypage-sns-2 img, .dropdown-user .box-avatar .box-tab__catalog .nav-tabs .nav-link img, .box-tab__catalog .nav-tabs .dropdown-user .box-avatar .nav-link img {
  margin-right: 5px;
}

.dropdown-user .box-child {
  right: 100%;
  width: 100%;
  min-width: 264px;
}

@media only screen and (min-width: 768px) {
  .dropdown-user .box-child {
    padding-right: 2px;
    position: absolute;
    top: -8px;
    display: none;
  }
  .dropdown-user .box-child .sub-menu {
    -webkit-box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: #fff;
  }
  .dropdown-user .box-child .sub-menu .item:hover {
    opacity: 0.6;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown-user.dropdown-menu {
    padding: 0 !important;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item {
    border-bottom: 0 !important;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item:first-child {
    border-bottom: 0;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item .dropdown-item {
    border-bottom: 1px solid #d8d8d8 !important;
    padding: 16px 4px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item:hover > .box-child {
    display: block;
    height: 100% !important;
    overflow: visible !important;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item:last-child {
    border-bottom: 0 !important;
  }
  .dropdown-user.dropdown-menu .dropdown-menu__item:last-child .dropdown-item {
    padding-bottom: 24px;
    border-bottom: 0 !important;
  }
}

.dropdown-user.dropdown-menu .dropdown-menu__item {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.dropdown-user.dropdown-menu .dropdown-menu__item.has-child .dropdown-item {
  position: relative;
}

.dropdown-user.dropdown-menu .dropdown-menu__item.has-child .dropdown-item::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/library/img/icons/arrow-right-gray-d.svg) center center no-repeat;
  background-size: 100% auto;
  content: "";
}

.dropdown-user.dropdown-menu .dropdown-menu__item .dropdown-item {
  color: #242424;
  display: block;
  padding: 20px 4px;
}

.dropdown-user .sub-menu {
  width: 100%;
  padding: 24px 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .sub-menu {
    padding-top: 0;
  }
}

.dropdown-user .sub-menu li {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .sub-menu li {
    padding-left: 24px;
  }
}

.dropdown-user .sub-menu li:not(:first-child) {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .dropdown-user .sub-menu li:not(:first-child) {
    margin-top: 16px;
  }
}

.dropdown-user .sub-menu li.checked {
  position: relative;
}

.dropdown-user .sub-menu li.checked::before {
  position: absolute;
  left: 6px;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url(/library/img/icons/check_icon.svg) center left no-repeat;
  background-size: 100% auto;
  content: "";
}

@media only screen and (max-width: 767px) {
  .dropdown-user .sub-menu li.checked::before {
    left: 0px;
    top: 12px;
  }
}

.dropdown-user .sub-menu li:last-child {
  padding-top: 16px;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .dropdown-user .sub-menu li:last-child {
    margin-top: 12px;
    padding-left: 4px;
    border-top: 1px solid #d8d8d8;
  }
}

.dropdown-user .sub-menu li .txt {
  font-size: 14px;
  line-height: 160%;
}

.dropdown-user .sub-menu li .txt-small {
  font-size: 12px;
  color: #83838c;
  line-height: 160%;
}

.hamburgerMenu .row.list-boxlink .col-4, .hamburgerMenu .list-boxlink.mp-buttons .col-4, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4 {
  margin-top: 8px;
}

.hamburgerMenu .row.list-boxlink .col-4:first-child, .hamburgerMenu .list-boxlink.mp-buttons .col-4:first-child, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:first-child, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:first-child, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:first-child, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:first-child, .hamburgerMenu .row.list-boxlink .col-4:nth-child(2), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(2), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(2), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(2), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(2), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(2), .hamburgerMenu .row.list-boxlink .col-4:nth-child(3), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(3), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(3), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(3), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(3), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(3) {
  margin-top: 0;
}

.hamburgerMenu .row.list-boxlink .col-4.interior span, .hamburgerMenu .list-boxlink.mp-buttons .col-4.interior span, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4.interior span, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4.interior span, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4.interior span, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4.interior span {
  font-size: 10px;
  padding-top: 3px;
  letter-spacing: -0.02em;
}

.hamburgerMenu .row.list-boxlink .col-4.randi span, .hamburgerMenu .list-boxlink.mp-buttons .col-4.randi span, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4.randi span, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4.randi span, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4.randi span, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4.randi span, .hamburgerMenu .row.list-boxlink .col-4.book span, .hamburgerMenu .list-boxlink.mp-buttons .col-4.book span, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4.book span, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4.book span, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4.book span, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4.book span, .hamburgerMenu .row.list-boxlink .col-4.video span, .hamburgerMenu .list-boxlink.mp-buttons .col-4.video span, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4.video span, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4.video span, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4.video span, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4.video span, .hamburgerMenu .row.list-boxlink .col-4.img span, .hamburgerMenu .list-boxlink.mp-buttons .col-4.img span, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4.img span, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4.img span, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4.img span, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4.img span {
  padding-top: 2px;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(1), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(1), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(1), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(1), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(1), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(1) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(2), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(2), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(2), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(2), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(2), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(2) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(3), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(3), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(3), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(3), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(3), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(3) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(4), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(4), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(4), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(4), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(4), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(4) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(5), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(5), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(5), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(5), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(5), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(5) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(6), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(6), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(6), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(6), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(6), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(6) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(7), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(7), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(7), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(7), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(7), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(7) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(8), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(8), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(8), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(8), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(8), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(8) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(9), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(9), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(9), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(9), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(9), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(9) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(10), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(10), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(10), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(10), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(10), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(10) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(11), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(11), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(11), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(11), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(11), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(11) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:nth-child(12), .hamburgerMenu .list-boxlink.mp-buttons .col-4:nth-child(12), .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:nth-child(12), .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:nth-child(12), .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:nth-child(12), .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:nth-child(12) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.hamburgerMenu .row.list-boxlink .col-4:last-child, .hamburgerMenu .list-boxlink.mp-buttons .col-4:last-child, .hamburgerMenu .list-boxlink.rowLayout-10 .col-4:last-child, .hamburgerMenu .modal-lg-catalog .list-boxlink.box-buttons .col-4:last-child, .modal-lg-catalog .hamburgerMenu .list-boxlink.box-buttons .col-4:last-child, .hamburgerMenu .list-boxlink.con_mp-top-ideaclip .col-4:last-child {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.hamburgerMenu .row.list-link [class^="col"]:first-child .hamburgerMenu__link, .hamburgerMenu .list-link.mp-buttons [class^="col"]:first-child .hamburgerMenu__link, .hamburgerMenu .list-link.rowLayout-10 [class^="col"]:first-child .hamburgerMenu__link, .hamburgerMenu .modal-lg-catalog .list-link.box-buttons [class^="col"]:first-child .hamburgerMenu__link, .modal-lg-catalog .hamburgerMenu .list-link.box-buttons [class^="col"]:first-child .hamburgerMenu__link, .hamburgerMenu .list-link.con_mp-top-ideaclip [class^="col"]:first-child .hamburgerMenu__link {
  border-top: 1px solid #d9d9d9;
}

.hamburgerMenu .row.list-link [class^="col"].col-6:nth-child(2) .hamburgerMenu__link, .hamburgerMenu .list-link.mp-buttons [class^="col"].col-6:nth-child(2) .hamburgerMenu__link, .hamburgerMenu .list-link.rowLayout-10 [class^="col"].col-6:nth-child(2) .hamburgerMenu__link, .hamburgerMenu .modal-lg-catalog .list-link.box-buttons [class^="col"].col-6:nth-child(2) .hamburgerMenu__link, .modal-lg-catalog .hamburgerMenu .list-link.box-buttons [class^="col"].col-6:nth-child(2) .hamburgerMenu__link, .hamburgerMenu .list-link.con_mp-top-ideaclip [class^="col"].col-6:nth-child(2) .hamburgerMenu__link {
  border-top: 1px solid #d9d9d9;
}

.hamburgerMenu__link {
  border-bottom: 1px solid #d9d9d9;
  color: #242424;
  display: block;
  padding: 16px 4px;
}

.hamburgerMenu__link span {
  font-style: normal;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.hamburgerMenu__link[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(/library/img/icons/external_thin.svg);
  background-size: 100% auto;
}

.hamburgerMenu__boxlink {
  position: relative;
  height: 106px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #ebedef;
}

.hamburgerMenu__boxlink[target="_blank"]::after {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(/library/img/icons/external_thin_gray.svg);
  background-size: 100% auto;
}

.hamburgerMenu__boxlink span {
  font-size: 11px;
  line-height: 130%;
  display: block;
  text-decoration: none;
  color: #242424;
  padding: 9px 0px 8px;
  display: block;
  text-align: center;
  line-height: 130%;
  color: #3b3b41;
}

.hamburgerMenu .list-link {
  margin-top: 40px;
}

.icon_external {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("../img/icons/icon_external.svg");
  background-size: 12px 12px;
  background-position: center;
}

.icon_folder-white {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../img/icons/icon_folder-white.svg");
  background-size: 18px 18px;
  background-position: center;
}

.icon_trash-white {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../img/icons/icon_trash-white.svg");
  background-size: 18px 18px;
  background-position: center;
}

.icon_trash {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../img/icons/icon_trash.svg");
  background-size: 18px 18px;
  background-position: center;
}

.arrow-tringle-right::after {
  color: #83838c;
  content: "";
  display: inline-block;
  margin-left: 13px;
  border: solid #242424;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

.arrow-tringle-right.size18::after {
  width: 8px;
  height: 8px;
}

.arrow-tringle-right.text-gray-b::after, .arrow-tringle-right.my-ideaclip__url::after {
  border-color: #3b3b41;
}

.arrow-tringle-right.text-gray-d::after, .arrow-tringle-right.mp-txt-member::after {
  border-color: #83838c;
}

.arrow-caret-right {
  position: relative;
}

.arrow-caret-right::after {
  border: 2px solid transparent;
  border-left: 5px solid #83838c;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 4px;
}

.icon-pulldown {
  position: relative;
}

.icon-pulldown::after {
  content: "";
  display: inline-block;
  margin-left: 13px;
  border: solid #3b3b41;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

.icon-pulldown.text-gray-b::after, .icon-pulldown.my-ideaclip__url::after {
  border-color: #3b3b41;
}

.icon-pulldown.text-gray-d::after, .icon-pulldown.mp-txt-member::after {
  border-color: #83838c;
}

.icon-pulldown.size-18::after {
  width: 8px;
  height: 8px;
}

.icon-plus-circle {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #242424;
}

.icon-plus-circle::before, .icon-plus-circle::after {
  content: "";
  display: block;
  width: 1.7px;
  height: 9px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
}

.icon-plus-circle::after {
  height: 1.5px;
  width: 9px;
}

.icon-plus-circle-lg {
  width: 28px;
  height: 28px;
}

.icon-plus-circle-lg::before {
  width: 14px;
  height: 2.49px;
}

.icon-plus-circle-lg::after {
  height: 14px;
  width: 2.49px;
}

.icon-plus-circle-md {
  width: 24px;
  height: 24px;
}

.icon-plus-circle-md::before {
  width: 12px;
  height: 2px;
}

.icon-plus-circle-md::after {
  height: 12px;
  width: 2px;
}

.icon-plus {
  position: relative;
  width: 20px;
  height: 20px;
}

.icon-plus::before, .icon-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #242424;
  display: block;
  content: "";
}

.icon-plus::before {
  width: 100%;
  height: 1px;
}

.icon-plus::after {
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .icon-plus {
    width: 16px;
    height: 16px;
  }
}

.icon-minus {
  position: relative;
  width: 20px;
  height: 20px;
}

.icon-minus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #242424;
  display: block;
  content: "";
}

.icon-minus::before {
  width: 100%;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .icon-minus {
    width: 16px;
    height: 16px;
  }
}

.icon-heart {
  background-image: url(/library/img/icons/icon-heart.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}

.icon-heart.active {
  background-image: url(/library/img/icons/icon-heart-active.png);
}

.btn-icon-right {
  position: relative;
}

.btn-icon-right svg {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-threedots {
  background: url(/library/img/icons/icon-threedots.svg) center center no-repeat;
  width: 20px;
  height: 4px;
}

.toast__icon {
  width: 18px;
  height: 18px;
  background-image: url(/library/img/icons/icon_toast.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(/library/img/icons/arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding-left: 22px;
  position: relative;
}

.icon-link.openNewWindow::after, .modal-lg-catalog .box-buttons li .icon-link.txt-link-small::after {
  display: inline-block;
  content: "";
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background-image: url(/library/img/icons/new-window_bold_gray.svg);
  background-position: left center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.icon-link img {
  margin-right: 4px;
}

.icon-link span {
  line-height: 140%;
  font-size: 15px;
  font-weight: 600;
  padding-left: 4px;
  color: #242424;
}

.txt-link, .txt-link-small {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #5381b2;
  font-size: 16px;
  font-weight: normal;
  padding: 0px;
  cursor: pointer;
}

.txt-link img, .txt-link-small img {
  margin-left: 4px;
}

.txt-link-title {
  color: #5381b2;
  line-height: 160%;
}

.txt-link-small {
  margin-top: 24px;
  padding: 0 2px;
  font-size: 14px !important;
}

.txt-link.openNewWindow, .openNewWindow.txt-link-small, .modal-lg-catalog .box-buttons li .txt-link-small, .txt-link[target="_blank"], .txt-link-small[target="_blank"] {
  position: relative;
}

.txt-link.openNewWindow::after, .openNewWindow.txt-link-small::after, .modal-lg-catalog .box-buttons li .txt-link-small::after, .txt-link[target="_blank"]::after, .txt-link-small[target="_blank"]::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 4px;
  width: 18px;
  height: 18px;
  background-image: url(/library/img/icons/new-window-regular-blue.svg);
  background-position: left center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  margin-top: -3px;
}

.txt-link.openNewWindow.txt-link-small::after, .openNewWindow.txt-link-small::after, .modal-lg-catalog .box-buttons li .txt-link-small::after, .txt-link[target="_blank"].txt-link-small::after, [target="_blank"].txt-link-small::after {
  width: 12px;
  height: 12px;
  background-image: url(/kodate/lp/catalog/assets/img/icons/external_blue_24.png);
  background-size: 12px auto;
  margin-top: -2px;
}

.box-viewmore, .box-viewmore-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .box-viewmore, .box-viewmore-md {
    margin-top: 40px;
  }
}

.box-viewmore-md {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .box-viewmore-md {
    margin-top: 28px;
  }
}

.btn-viewmore {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px dashed #5381b2;
  text-align: center;
  color: #5381b2;
  font-size: 20px;
  position: relative;
  background: none;
  outline: none;
  padding: 0 30px 0 0;
  cursor: pointer;
}

.btn-viewmore::after {
  position: absolute;
  right: 8px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 4px;
  background: url(/library/img/icons/pull-down-arrow-blue.svg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  .btn-viewmore {
    font-size: 16px;
    padding-right: 24px;
  }
  .btn-viewmore::after {
    right: 4px;
    bottom: 11px;
  }
}

.my-txt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.box-txt-link {
  text-align: center;
  margin-top: 24px;
}

.txt-link-agreement {
  margin-right: 4px;
}

.has-newwindow-bottom {
  position: relative;
}

.has-newwindow-bottom::after {
  display: block;
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/library/img/icons/new-window-regular.png) right center no-repeat;
  background-size: 100% auto;
}

.linkSet {
  margin-top: 60px;
}

.linkSet li a {
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .linkSet li a {
    height: 168px;
  }
}

.linkSet li img {
  width: 60px;
}

.linkSet li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #3b3b41;
}

@media only screen and (max-width: 767px) {
  .linkSet li span {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .linkSet li:not(:first-child) {
    margin-top: 16px;
  }
}

.modal.my-page-modal {
  -webkit-transition: all .5s linear !important;
  transition: all .5s linear !important;
}

.modal.my-page-modal .modal-content {
  border: 0;
  border-radius: 4px;
  padding: 48px 0;
}

@media (max-width: 767.98px) {
  .modal.my-page-modal .modal-content {
    border-radius: 16px 16px 0px 0px;
    padding: 40px 20px;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    max-height: calc(100vh - 68px);
  }
}

@media only screen and (min-width: 768px) {
  .modal.my-page-modal .modal-header,
  .modal.my-page-modal .modal-subcontent,
  .modal.my-page-modal .modal-formcontent {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.modal.my-page-modal .modal-body,
.modal.my-page-modal .modal-footer {
  padding: 0;
}

.modal.my-page-modal .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.my-page-modal .modal-header + .modal-footer .mp-buttons {
  margin-top: 0;
}

.modal.my-page-modal .modal-title {
  line-height: 160%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.modal.my-page-modal .modal-title > * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.modal.my-page-modal .modal-title span {
  display: inline-block;
}

.modal.my-page-modal .modal-title-sm {
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-title-sm {
    line-height: 27px;
  }
}

.modal.my-page-modal .modal-title-md, .modal.my-page-modal .modal-title-ct, .modal.my-page-modal.modal-catalog .modal-title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-title-md, .modal.my-page-modal .modal-title-ct, .modal.my-page-modal.modal-catalog .modal-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-title-ct {
    letter-spacing: 0;
  }
}

.modal.my-page-modal .modal-footer {
  border-top: 0;
  padding: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .modal.my-page-modal.my-page-modal_lg .modal-content {
    padding: 56px 0;
  }
  .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .col-md-3, .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .mp-buttons.mp-buttons_2btn-3col .col-btn, .mp-buttons.mp-buttons_2btn-3col .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .col-btn, .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .mp-buttons.mp-buttons_4btn-3col .col-btn, .mp-buttons.mp-buttons_4btn-3col .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .col-btn {
    width: 21%;
  }
  .modal.my-page-modal.my-page-modal_lg .modal-content .form-row .col-md-9 {
    width: 79%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .modal.my-page-modal.my-page-modal_lg .modal-subcontent {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.modal.my-page-modal.modal-catalog .modal-title {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal.modal-catalog .modal-title {
    letter-spacing: 0;
  }
}

.modal.my-page-modal.modal-catalog ul.box-buttons .txt-link-small {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal.modal-catalog .mp-login-sns .heading-2, .modal.my-page-modal.modal-catalog .mp-login-sns h2.mp-heading, .modal.my-page-modal.modal-catalog .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .modal.my-page-modal.modal-catalog .mp-login-sns .txt, .modal.my-page-modal.modal-catalog .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .modal.my-page-modal.modal-catalog .mp-login-sns .sub-title {
    margin-bottom: 16px;
  }
}

.modal.my-page-modal .btn-close {
  position: absolute;
  top: 0;
  right: -72px;
  padding: 0;
  margin: 0;
  background-image: url(/library/img/icons/icon_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .btn-close {
    width: 28px;
    height: 28px;
    top: -48px;
    right: 16px;
  }
}

.modal.my-page-modal .modal-dialog {
  max-width: 1128px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-dialog {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .modal.my-page-modal .modal-dialog {
    margin: 90px auto;
  }
}

@media only screen and (min-width: 768px) {
  .modal.my-page-modal .modal-dialog-centered {
    min-height: calc(100vh - 180px) !important;
  }
}

.modal.my-page-modal .mp-login-sns {
  border-top: 1px solid #d8d8d8;
  padding-top: 28px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .mp-login-sns {
    padding-top: 40px;
  }
}

.modal.my-page-modal .list-style-order li:not(:first-child), .modal.my-page-modal .list-style-order2 li:not(:first-child), .modal.my-page-modal ol ol li:not(:first-child), ol .modal.my-page-modal ol li:not(:first-child), .modal.my-page-modal .box-news-info ol li:not(:first-child), .box-news-info .modal.my-page-modal ol li:not(:first-child) {
  margin-top: 12px;
}

.modal.my-page-modal .list-style-note {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal.fade .modal-dialog {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .modal.my-page-modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
}

.modal.my-page-modal textarea {
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal textarea {
    height: 117px;
  }
}

.modal.my-page-modal .modal-subcontent p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-subcontent p {
    font-size: 14px;
  }
}

.modal.my-page-modal .modal-subcontent p.mp-text-note {
  font-size: 12px !important;
}

.modal.my-page-modal .modal-formcontent {
  row-gap: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-formcontent {
    padding: 0;
  }
}

.modal.my-page-modal .modal-formcontent .formcontent-title {
  margin: 0;
  width: 30%;
  padding-right: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-formcontent .formcontent-title {
    width: 100%;
  }
}

.modal.my-page-modal .modal-formcontent .formcontent-input {
  margin: 0;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .modal.my-page-modal .modal-formcontent .formcontent-input {
    width: 100%;
  }
}

.modal.my-page-modal .modal-formcontent + .modal-formcontent {
  margin-top: 24px;
}

.modal-dialog-scrollable .modal-content {
  overflow: visible !important;
  max-height: calc(100vh - 260px);
  height: 100%;
}

.modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

.modal-noFooter .modal-dialog-scrollable .modal-body {
  max-height: calc(100vh - 130px);
}

.modal-backdrop {
  width: 100%;
  height: 100%;
  background-color: #242424;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.modal-body .mp-form {
  margin-top: 0 !important;
}

.modal-body .lnk-rm-img {
  padding-top: 8px;
  padding-left: 0;
}

.modal-body .lnk-rm-img .btn-rm-img {
  border: 0 !important;
  background-color: #fff !important;
  padding: 0px !important;
  line-height: 160%;
  color: #5381b2 !important;
  font-size: 14px !important;
}

.modal-content-upload-image .row, .modal-content-upload-image .mp-buttons, .modal-content-upload-image .rowLayout-10, .modal-content-upload-image .modal-lg-catalog .box-buttons, .modal-lg-catalog .modal-content-upload-image .box-buttons, .modal-content-upload-image .con_mp-top-ideaclip {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .modal-content-upload-image .row, .modal-content-upload-image .mp-buttons, .modal-content-upload-image .rowLayout-10, .modal-content-upload-image .modal-lg-catalog .box-buttons, .modal-lg-catalog .modal-content-upload-image .box-buttons, .modal-content-upload-image .con_mp-top-ideaclip {
    margin-top: 20px;
  }
}

.modal-content-upload-image .row:first-of-type, .modal-content-upload-image .mp-buttons:first-of-type, .modal-content-upload-image .rowLayout-10:first-of-type, .modal-content-upload-image .modal-lg-catalog .box-buttons:first-of-type, .modal-lg-catalog .modal-content-upload-image .box-buttons:first-of-type, .modal-content-upload-image .con_mp-top-ideaclip:first-of-type {
  margin-top: 0;
}

.section-ho {
  margin-top: 42px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-ho {
    margin-top: 40px;
  }
}

.section-ho .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.section-ho .section-title .no {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-family: "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
}

.section-ho .section-title .no::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 1px;
  -ms-flex-item-align: center;
  align-self: center;
  background: #242424;
  margin: 0 5px;
  content: "";
  position: relative;
  top: -7px;
}

@media only screen and (max-width: 767px) {
  .section-ho .section-title .no {
    font-size: 26px;
    line-height: 28px;
  }
}

.section-ho .section-title .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .section-ho .section-title .txt {
    font-size: 20px;
    line-height: 140%;
  }
}

.section-ho .section-info {
  margin-top: 8px;
}

.section-ho .section-item:not(:last-child) {
  margin-bottom: 28px;
}

.section-ho .image {
  margin-top: 16px;
}

.section-ho .list-style-note {
  margin-top: 8px;
}

.section-ho .list-style-note.bottom {
  margin-top: 40px;
}

.modal-wa .heading-2, .modal-wa h2.mp-heading, .modal-wa .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .modal-wa .txt, .modal-wa .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .modal-wa .sub-title {
  letter-spacing: -0.2px;
}

.modal-wa .heading-2 span, .modal-wa h2.mp-heading span, .modal-wa .mp-contact .staff-contact li .txt span, .mp-contact .staff-contact li .modal-wa .txt span, .modal-wa .con_mp-intro .row-intro .sub-title span, .con_mp-intro .row-intro .modal-wa .sub-title span {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 375px) {
  .modal-wa .heading-2 span, .modal-wa h2.mp-heading span, .modal-wa .mp-contact .staff-contact li .txt span, .mp-contact .staff-contact li .modal-wa .txt span, .modal-wa .con_mp-intro .row-intro .sub-title span, .con_mp-intro .row-intro .modal-wa .sub-title span {
    font-size: 86%;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .modal-wa .heading-2 span, .modal-wa h2.mp-heading span, .modal-wa .mp-contact .staff-contact li .txt span, .mp-contact .staff-contact li .modal-wa .txt span, .modal-wa .con_mp-intro .row-intro .sub-title span, .con_mp-intro .row-intro .modal-wa .sub-title span {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .modal-wa .btn-close {
    right: 0 !important;
  }
}

.modal-wa .modal-content {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media only screen and (min-width: 768px) {
  .modal-wa .modal-content .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.modal-wa .modal-content .modal-subcontent {
  overflow-y: auto;
}

.modal-wa .modal-content .modal-footer {
  padding-top: 24px;
}

@media only screen and (max-width: 767px) {
  .modal-wa .modal-content .modal-footer {
    padding-top: 30px;
  }
}

.modal-wa .modal-content .btn-mypage, .modal-wa .modal-content .btn-mypage-sns, .modal-wa .modal-content .btn-mypage-sns-2, .modal-wa .modal-content .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .modal-wa .modal-content .nav-link {
  margin: 40px auto 0;
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  .modal-wa .modal-content .btn-mypage, .modal-wa .modal-content .btn-mypage-sns, .modal-wa .modal-content .btn-mypage-sns-2, .modal-wa .modal-content .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .modal-wa .modal-content .nav-link {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-wa .modal-content {
    border-radius: 4px !important;
    left: 20px !important;
    top: calc(50% + 20px) !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 40px) !important;
    padding: 28px 20px !important;
  }
  .modal-wa .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-wa .modal-content .mp-buttons {
    margin-top: 20px !important;
  }
}

.modal-wa .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-wa .dots .dot-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 0;
}

.modal-wa .dots .dot-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.modal-wa .dots .dot-item:not(:first-child) {
  margin-left: 16px;
}

.modal-wa .dots .dot-item.active {
  background: #242424;
}

.modal-wa .swiper-pagination {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .modal-wa .swiper-pagination {
    margin-top: 20px;
  }
}

.modal-open {
  overflow: hidden !important;
}

.mp-panel {
  list-style: none !important;
}

.mp-panel .icon-heart {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.mp-panel-md .col-item {
  margin-top: 60px;
}

.mp-panel-md .col-item:first-child {
  margin-top: 0;
}

.mp-panel-md .col-item .col-6:first-child, .mp-panel-md .col-item .col-6:nth-child(2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .mp-panel-md .col-item.col-md-4:first-child, .mp-panel-md .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .mp-panel-md .col-item.col-btn:first-child, .mp-panel-md .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .mp-panel-md .col-item.col-btn:first-child, .mp-panel-md .con_mp-top-ideaclip .col-item.box-text:first-child, .con_mp-top-ideaclip .mp-panel-md .col-item.box-text:first-child, .mp-panel-md .mp-page-se .box-account-holder .col-item.box-txt-link:first-child, .mp-page-se .box-account-holder .mp-panel-md .col-item.box-txt-link:first-child, .mp-panel-md .col-item.col-md-4:nth-child(2), .mp-panel-md .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .mp-panel-md .col-item.col-btn:nth-child(2), .mp-panel-md .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .mp-panel-md .col-item.col-btn:nth-child(2), .mp-panel-md .con_mp-top-ideaclip .col-item.box-text:nth-child(2), .con_mp-top-ideaclip .mp-panel-md .col-item.box-text:nth-child(2), .mp-panel-md .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(2), .mp-page-se .box-account-holder .mp-panel-md .col-item.box-txt-link:nth-child(2), .mp-panel-md .col-item.col-md-4:nth-child(3), .mp-panel-md .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-panel-md .col-item.col-btn:nth-child(3), .mp-panel-md .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-panel-md .col-item.col-btn:nth-child(3), .mp-panel-md .con_mp-top-ideaclip .col-item.box-text:nth-child(3), .con_mp-top-ideaclip .mp-panel-md .col-item.box-text:nth-child(3), .mp-panel-md .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-panel-md .col-item.box-txt-link:nth-child(3) {
    margin-top: 0;
  }
  .mp-panel-md .col-item.col-md-3:first-child, .mp-panel-md .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-3col .mp-panel-md .col-item.col-btn:first-child, .mp-panel-md .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_4btn-3col .mp-panel-md .col-item.col-btn:first-child, .mp-panel-md .col-item.col-md-3:nth-child(2), .mp-panel-md .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-3col .mp-panel-md .col-item.col-btn:nth-child(2), .mp-panel-md .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_4btn-3col .mp-panel-md .col-item.col-btn:nth-child(2), .mp-panel-md .col-item.col-md-3:nth-child(3), .mp-panel-md .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-3col .mp-panel-md .col-item.col-btn:nth-child(3), .mp-panel-md .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_4btn-3col .mp-panel-md .col-item.col-btn:nth-child(3), .mp-panel-md .col-item.col-md-3:nth-child(4), .mp-panel-md .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_2btn-3col .mp-panel-md .col-item.col-btn:nth-child(4), .mp-panel-md .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_4btn-3col .mp-panel-md .col-item.col-btn:nth-child(4) {
    margin-top: 0;
  }
}

.mp-panel-sm .col-item {
  margin-top: 24px;
}

.mp-panel-sm .col-item:first-child {
  margin-top: 0;
}

.mp-panel-sm .col-item .col-6:first-child, .mp-panel-sm .col-item .col-6:nth-child(2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .mp-panel-sm .col-item.col-md-4:first-child, .mp-panel-sm .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .mp-panel-sm .col-item.col-btn:first-child, .mp-panel-sm .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .mp-panel-sm .col-item.col-btn:first-child, .mp-panel-sm .con_mp-top-ideaclip .col-item.box-text:first-child, .con_mp-top-ideaclip .mp-panel-sm .col-item.box-text:first-child, .mp-panel-sm .mp-page-se .box-account-holder .col-item.box-txt-link:first-child, .mp-page-se .box-account-holder .mp-panel-sm .col-item.box-txt-link:first-child, .mp-panel-sm .col-item.col-md-4:nth-child(2), .mp-panel-sm .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .mp-panel-sm .col-item.col-btn:nth-child(2), .mp-panel-sm .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .mp-panel-sm .col-item.col-btn:nth-child(2), .mp-panel-sm .con_mp-top-ideaclip .col-item.box-text:nth-child(2), .con_mp-top-ideaclip .mp-panel-sm .col-item.box-text:nth-child(2), .mp-panel-sm .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(2), .mp-page-se .box-account-holder .mp-panel-sm .col-item.box-txt-link:nth-child(2), .mp-panel-sm .col-item.col-md-4:nth-child(3), .mp-panel-sm .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-panel-sm .col-item.col-btn:nth-child(3), .mp-panel-sm .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-panel-sm .col-item.col-btn:nth-child(3), .mp-panel-sm .con_mp-top-ideaclip .col-item.box-text:nth-child(3), .con_mp-top-ideaclip .mp-panel-sm .col-item.box-text:nth-child(3), .mp-panel-sm .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-panel-sm .col-item.box-txt-link:nth-child(3) {
    margin-top: 0;
  }
  .mp-panel-sm .col-item.col-md-3:first-child, .mp-panel-sm .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-3col .mp-panel-sm .col-item.col-btn:first-child, .mp-panel-sm .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_4btn-3col .mp-panel-sm .col-item.col-btn:first-child, .mp-panel-sm .col-item.col-md-3:nth-child(2), .mp-panel-sm .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-3col .mp-panel-sm .col-item.col-btn:nth-child(2), .mp-panel-sm .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_4btn-3col .mp-panel-sm .col-item.col-btn:nth-child(2), .mp-panel-sm .col-item.col-md-3:nth-child(3), .mp-panel-sm .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-3col .mp-panel-sm .col-item.col-btn:nth-child(3), .mp-panel-sm .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_4btn-3col .mp-panel-sm .col-item.col-btn:nth-child(3), .mp-panel-sm .col-item.col-md-3:nth-child(4), .mp-panel-sm .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_2btn-3col .mp-panel-sm .col-item.col-btn:nth-child(4), .mp-panel-sm .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_4btn-3col .mp-panel-sm .col-item.col-btn:nth-child(4) {
    margin-top: 0;
  }
}

.mp-panel__item {
  position: relative;
  height: 100%;
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f4f4f4;
}

.mp-panel__item.bg-white, .mp-exhibition .box-left .mp-panel__item.box-inner, .mp-exhibition .mp-panel__item.box-link {
  background: #fff;
}

.mp-panel__item.bg-white .mp-panel__text, .mp-exhibition .box-left .mp-panel__item.box-inner .mp-panel__text, .mp-exhibition .mp-panel__item.box-link .mp-panel__text {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .mp-panel__item:hover .box-img-thumbnail img, .mp-panel__item:hover .card.mp-card .card-image img, .card.mp-card .mp-panel__item:hover .card-image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .mp-panel__item:hover .title {
    opacity: 0.6;
  }
}

.mp-panel__item .box-btn .btn img, .mp-panel__item .box-btn .btn-mypage img, .mp-panel__item .box-btn .btn-mypage-sns img, .mp-panel__item .box-btn .btn-mypage-sns-2 img, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link img, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link img {
  margin-top: -2px;
}

.mp-panel__item .box-btn .btn + .btn, .mp-panel__item .box-btn .btn-mypage + .btn, .mp-panel__item .box-btn .btn-mypage-sns + .btn, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn, .mp-panel__item .box-btn .btn + .btn-mypage, .mp-panel__item .box-btn .btn-mypage + .btn-mypage, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage, .mp-panel__item .box-btn .btn + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage-sns, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage-sns, .mp-panel__item .box-btn .btn + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage-sns-2, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage-sns + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage-sns-2 + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .nav-link {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-panel__item .box-btn .btn + .btn, .mp-panel__item .box-btn .btn-mypage + .btn, .mp-panel__item .box-btn .btn-mypage-sns + .btn, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn, .mp-panel__item .box-btn .btn + .btn-mypage, .mp-panel__item .box-btn .btn-mypage + .btn-mypage, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage, .mp-panel__item .box-btn .btn + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage-sns, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage-sns, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage-sns, .mp-panel__item .box-btn .btn + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage-sns + .btn-mypage-sns-2, .mp-panel__item .box-btn .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .btn-mypage-sns-2, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage-sns + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .btn-mypage-sns-2 + .nav-link, .mp-panel__item .box-btn .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-panel__item .box-btn .nav-link + .nav-link {
    margin-top: 12px;
  }
}

.mp-panel__item .title.openNewWindow .ic, .mp-panel__item .modal-lg-catalog .box-buttons li .title.txt-link-small .ic, .modal-lg-catalog .box-buttons li .mp-panel__item .title.txt-link-small .ic {
  width: 12px;
  height: auto;
}

.mp-panel-card .col-item {
  margin-top: 20px;
}

.mp-panel-card .mp-panel__item .title .ic {
  width: 16px;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .mp-panel-card .mp-panel__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mp-panel-card .mp-panel__item .box-img-thumbnail, .mp-panel-card .mp-panel__item .card.mp-card .card-image, .card.mp-card .mp-panel-card .mp-panel__item .card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 112px;
    flex: 1 1 112px;
    max-width: 112px;
  }
  .mp-panel-card .mp-panel__item .mp-panel__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 112px);
    flex: 1 1 calc(100% - 112px);
    max-width: calc(100% - 112px);
  }
}

.mp-panel-favorite .mp-panel__text .title img {
  margin-top: -2px;
}

.mp-panel-favorite .mp-panel__text .badge {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mp-panel-ct .col-7 {
    width: 228px;
  }
}

.mp-panel-ct .mp-panel__item {
  background: none;
}

.mp-panel-ct .mp-panel__text {
  padding: 12px 0 0;
}

@media only screen and (max-width: 767px) {
  .mp-panel-movie .col-9 {
    width: 280px;
  }
}

.mp-panel-movie .mp-panel__text {
  padding: 24px;
}

.mp-panel-movie .mp-panel__text .title {
  font-size: 13px;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .mp-panel-movie .mp-panel__text .title {
    line-height: 160%;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel-movie .mp-panel__text {
    padding: 16px;
  }
}

.mp-panel-movie .badge {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
  margin: 0;
}

.mp-panel-movie .box-img-thumbnail, .mp-panel-movie .card.mp-card .card-image, .card.mp-card .mp-panel-movie .card-image {
  position: relative;
}

.mp-panel-movie .box-img-thumbnail::after, .mp-panel-movie .card.mp-card .card-image::after, .card.mp-card .mp-panel-movie .card-image::after {
  display: block;
  content: "";
  background-image: url(/library/img/icons/icon_play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .mp-panel-movie .box-img-thumbnail::after, .mp-panel-movie .card.mp-card .card-image::after, .card.mp-card .mp-panel-movie .card-image::after {
    width: 48px;
    height: 48px;
  }
}

.mp-panel-movie .box-img-thumbnail .icon-external, .mp-panel-movie .card.mp-card .card-image .icon-external, .card.mp-card .mp-panel-movie .card-image .icon-external {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .mp-panel-movie .box-img-thumbnail .mp-panel__text a:not(.btn):not(.btn-mypage):not(.btn-mypage-sns):not(.btn-mypage-sns-2), .mp-panel-movie .card.mp-card .card-image .mp-panel__text a:not(.btn):not(.btn-mypage):not(.btn-mypage-sns):not(.btn-mypage-sns-2), .card.mp-card .mp-panel-movie .card-image .mp-panel__text a:not(.btn):not(.btn-mypage):not(.btn-mypage-sns):not(.btn-mypage-sns-2) {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel-2 .col-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mp-panel-2 .mp-panel__text {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.mp-panel-2 .mp-panel__text .badge {
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 767px) {
  .mp-panel-2 .mp-panel__text {
    padding-top: 12px;
  }
  .mp-panel-2 .mp-panel__text .badge {
    margin-bottom: 8px !important;
  }
}

.mp-panel-event .mp-panel__item {
  background: none;
  cursor: default;
}

.mp-panel-event .mp-panel__item .box-img-thumbnail, .mp-panel-event .mp-panel__item .card.mp-card .card-image, .card.mp-card .mp-panel-event .mp-panel__item .card-image {
  cursor: default;
}

.mp-panel-event .mp-panel__text {
  padding: 16px 0 0;
}

.mp-panel-event .mp-panel__text .badge {
  margin-bottom: 8px !important;
}

.mp-panel-event .mp-panel__text .date {
  padding-top: 8px;
  font-size: 13px;
}

.mp-panel-event .mp-panel__text .address {
  margin-top: 1px;
  font-size: 13px;
  height: auto;
}

.mp-panel.flex-nowrap .col-item {
  margin-top: 0 !important;
}

.mp-panel .badge span {
  letter-spacing: 0.02em;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-weight: 600;
  line-height: 160%;
  padding-top: 2px;
  padding-left: 7px;
}

.mp-panel .box-img-thumbnail, .mp-panel .card.mp-card .card-image, .card.mp-card .mp-panel .card-image {
  position: relative;
  display: block;
  background-color: #ebedef;
  border: 1px solid #ebedef;
}

.mp-panel .icon-checked {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  background-image: url(/library/img/icons/icon_checkoff.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.mp-panel .icon-checked.active {
  background-image: url(/library/img/icons/icon_checkon.svg);
}

.mp-panel .icon-external {
  position: relative;
  top: -2px;
}

.mp-panel .threedots {
  position: relative;
  overflow: hidden;
}

.mp-panel .threedots::after {
  position: absolute;
  right: 12px;
  bottom: 4px;
  background: #f4f4f4;
  z-index: 2;
  content: "...";
  width: 17px;
  height: 12px;
  display: block;
  text-align: center;
}

.mp-panel .threedots .ic {
  position: absolute;
  right: 0;
  bottom: 4px;
  top: auto;
  background: #f4f4f4;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mp-panel .threedots .ic {
    bottom: 3px;
  }
  .mp-panel .threedots::after {
    width: 12px;
    bottom: 3px;
  }
}

.mp-panel__text {
  padding: 20px 20px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text {
    padding: 12px 12px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel__text a:not(.btn):not(.btn-mypage):not(.btn-mypage-sns):not(.btn-mypage-sns-2) {
    font-size: 10px !important;
  }
}

.mp-panel__text .badge {
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .badge {
    margin-bottom: 8px;
  }
}

.mp-panel__text .fav-set {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .fav-set {
    margin-top: 8px;
  }
}

.mp-panel__text .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #242424;
}

.mp-panel__text .title .ic {
  margin-left: 7px;
}

.mp-panel__text .title span {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .title {
    font-size: 14px;
    line-height: 160%;
  }
}

@media only screen and (min-width: 768px) {
  .mp-panel__text .title.line-clamp-2, .mp-panel__text .mp-panel .title.threedots, .mp-panel .mp-panel__text .title.threedots, .mp-panel__text .title.desc, .mp-panel__text .my-ideaclip .title, .my-ideaclip .mp-panel__text .title, .mp-panel__text .con_mp-news .box-event .box-left .title, .con_mp-news .box-event .box-left .mp-panel__text .title, .mp-panel__text .mp-exhibition .box-left .title.txt-title, .mp-exhibition .box-left .mp-panel__text .title.txt-title, .mp-panel__text .mp-exhibition .box-left .title.txt-address, .mp-exhibition .box-left .mp-panel__text .title.txt-address, .mp-panel__text .mp-exhibition .box-link .title.txt-title, .mp-exhibition .box-link .mp-panel__text .title.txt-title, .mp-panel__text .mp-exhibition .box-link .title.txt-address, .mp-exhibition .box-link .mp-panel__text .title.txt-address, .mp-panel__text .mp-page-ca .mp-b-favorite__text .title, .mp-page-ca .mp-b-favorite__text .mp-panel__text .title {
    height: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-panel__text .title.line-clamp-3, .mp-panel__text .mp-panel-ct .title.desc, .mp-panel-ct .mp-panel__text .title.desc, .mp-panel-movie .mp-panel__text .title, .mp-panel__text .title.title-4, .mp-panel__text .ct-list-categories .mp-panel .title.desc, .ct-list-categories .mp-panel .mp-panel__text .title.desc {
    height: 63px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-panel__text .title.line-clamp-4, .mp-panel__text .mp-panel-movie .col-9.col-md-3 .title, .mp-panel-movie .col-9.col-md-3 .mp-panel__text .title, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .mp-panel__text .title, .mp-panel__text .title.title-5 {
    height: 72px;
  }
}

.mp-panel__text .title.title-2 {
  font-size: 15px;
  color: #242424;
}

.mp-panel__text .title.title-3 {
  font-size: 13px;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .title.title-3 {
    font-size: 14px;
  }
}

.mp-panel__text .title.title-4 {
  font-size: 13px;
  line-height: 160%;
  color: #242424;
}

.mp-panel__text .title.title-5 {
  font-size: 13px;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .title.title-5 {
    line-height: 160%;
  }
}

.mp-panel__text .title.title-6 {
  font-size: 12px;
  color: #242424;
  font-weight: 400;
  line-height: 140%;
}

.mp-panel__text .title.title-6 .ic {
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .title.title-6 {
    font-size: 10px;
  }
}

.mp-panel__text .title.title-7, .mp-panel__text .mp-panel-ct .title, .mp-panel-ct .mp-panel__text .title {
  font-size: 15px;
  color: #242424;
  line-height: 160%;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .mp-panel__text .title.title-7, .mp-panel__text .mp-panel-ct .title, .mp-panel-ct .mp-panel__text .title {
    line-height: 140%;
  }
}

@media only screen and (min-width: 768px) {
  .mp-panel__text .title.line-clamp-2, .mp-panel__text .mp-panel .title.threedots, .mp-panel .mp-panel__text .title.threedots, .mp-panel__text .title.desc, .mp-panel__text .my-ideaclip .title, .my-ideaclip .mp-panel__text .title, .mp-panel__text .con_mp-news .box-event .box-left .title, .con_mp-news .box-event .box-left .mp-panel__text .title, .mp-panel__text .mp-exhibition .box-left .title.txt-title, .mp-exhibition .box-left .mp-panel__text .title.txt-title, .mp-panel__text .mp-exhibition .box-left .title.txt-address, .mp-exhibition .box-left .mp-panel__text .title.txt-address, .mp-panel__text .mp-exhibition .box-link .title.txt-title, .mp-exhibition .box-link .mp-panel__text .title.txt-title, .mp-panel__text .mp-exhibition .box-link .title.txt-address, .mp-exhibition .box-link .mp-panel__text .title.txt-address, .mp-panel__text .mp-page-ca .mp-b-favorite__text .title, .mp-page-ca .mp-b-favorite__text .mp-panel__text .title {
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel__text a:not(.btn):not(.btn-mypage):not(.btn-mypage-sns):not(.btn-mypage-sns-2) {
    font-size: 10px !important;
  }
}

.mp-panel__text .box-img-thumbnail, .mp-panel__text .card.mp-card .card-image, .card.mp-card .mp-panel__text .card-image {
  position: relative;
  display: block;
  content: "";
  background-image: url(/library/img/icons/icon_play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .box-img-thumbnail, .mp-panel__text .card.mp-card .card-image, .card.mp-card .mp-panel__text .card-image {
    width: 48px;
    height: 48px;
    background-size: 100% auto;
  }
}

.mp-panel__text .icon-external {
  position: relative;
  top: -2px;
}

.mp-panel__text .line-clamp, .mp-panel__text .line-clamp-1, .mp-panel-event .mp-panel__text .title, .mp-panel-event .mp-panel__text .address, .mp-panel__text .title.title-2, .mp-page-ev .mp-panel__text .title, .mp-page-ev .mp-panel__text .address, .mp-panel__text .line-clamp-2, .mp-panel__text .mp-panel .threedots, .mp-panel .mp-panel__text .threedots, .mp-panel__text .desc, .mp-panel__text .my-ideaclip .title, .my-ideaclip .mp-panel__text .title, .mp-panel__text .con_mp-news .box-event .box-left .title, .con_mp-news .box-event .box-left .mp-panel__text .title, .mp-panel__text .mp-exhibition .box-left .txt-title, .mp-exhibition .box-left .mp-panel__text .txt-title, .mp-panel__text .mp-exhibition .box-left .txt-address, .mp-exhibition .box-left .mp-panel__text .txt-address, .mp-panel__text .mp-exhibition .box-link .txt-title, .mp-exhibition .box-link .mp-panel__text .txt-title, .mp-panel__text .mp-exhibition .box-link .txt-address, .mp-exhibition .box-link .mp-panel__text .txt-address, .mp-panel__text .mp-page-ca .mp-b-favorite__text .title, .mp-page-ca .mp-b-favorite__text .mp-panel__text .title, .mp-panel__text .line-clamp-3, .mp-panel-movie .mp-panel__text .title, .mp-panel__text .title.title-4, .mp-panel__text .ct-list-categories .mp-panel .desc, .ct-list-categories .mp-panel .mp-panel__text .desc, .mp-panel__text .line-clamp-4, .mp-panel__text .mp-panel-movie .col-9.col-md-3 .title, .mp-panel-movie .col-9.col-md-3 .mp-panel__text .title, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .mp-panel__text .title, .mp-panel__text .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .mp-panel__text .title, .mp-panel__text .title.title-5, .mp-panel__text .line-clamp-5, .mp-panel__text .my-ideaclip__memo .inner, .my-ideaclip__memo .mp-panel__text .inner, .mp-panel__text .line-clamp-6 {
  position: relative;
}

.mp-panel__text .line-clamp .icon-external, .mp-panel__text .line-clamp-1 .icon-external, .mp-panel-event .mp-panel__text .title .icon-external, .mp-panel-event .mp-panel__text .address .icon-external, .mp-panel__text .title.title-2 .icon-external, .mp-page-ev .mp-panel__text .title .icon-external, .mp-page-ev .mp-panel__text .address .icon-external, .mp-panel__text .line-clamp-2 .icon-external, .mp-panel__text .mp-panel .threedots .icon-external, .mp-panel .mp-panel__text .threedots .icon-external, .mp-panel__text .desc .icon-external, .mp-panel__text .my-ideaclip .title .icon-external, .my-ideaclip .mp-panel__text .title .icon-external, .mp-panel__text .con_mp-news .box-event .box-left .title .icon-external, .con_mp-news .box-event .box-left .mp-panel__text .title .icon-external, .mp-panel__text .mp-exhibition .box-left .txt-title .icon-external, .mp-exhibition .box-left .mp-panel__text .txt-title .icon-external, .mp-panel__text .mp-exhibition .box-left .txt-address .icon-external, .mp-exhibition .box-left .mp-panel__text .txt-address .icon-external, .mp-panel__text .mp-exhibition .box-link .txt-title .icon-external, .mp-exhibition .box-link .mp-panel__text .txt-title .icon-external, .mp-panel__text .mp-exhibition .box-link .txt-address .icon-external, .mp-exhibition .box-link .mp-panel__text .txt-address .icon-external, .mp-panel__text .mp-page-ca .mp-b-favorite__text .title .icon-external, .mp-page-ca .mp-b-favorite__text .mp-panel__text .title .icon-external, .mp-panel__text .line-clamp-3 .icon-external, .mp-panel-movie .mp-panel__text .title .icon-external, .mp-panel__text .title.title-4 .icon-external, .mp-panel__text .line-clamp-4 .icon-external, .mp-panel__text .mp-panel-movie .col-9.col-md-3 .title .icon-external, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title .icon-external, .mp-panel__text .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title .icon-external, .mp-panel__text .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title .icon-external, .mp-panel__text .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title .icon-external, .mp-panel__text .title.title-5 .icon-external, .mp-panel__text .line-clamp-5 .icon-external, .mp-panel__text .my-ideaclip__memo .inner .icon-external, .my-ideaclip__memo .mp-panel__text .inner .icon-external, .mp-panel__text .line-clamp-6 .icon-external {
  position: absolute;
  right: 0;
  bottom: 5px;
  top: auto;
  background: #f4f4f4;
  z-index: 2;
}

.mp-panel__text .date {
  font-size: 12px;
  line-height: 160%;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-panel__text .date {
    padding-top: 8px;
  }
}

.mp-panel__text .desc {
  font-size: 12px;
  line-height: 160%;
  margin-top: 8px;
}


.mp-panel__text .desc + .fav-set {
  margin-top: 20px;
}

.mp-panel__text .box-btn {
  margin-top: 20px;
}

.mp-panel__text .btn .icon-left, .mp-panel__text .btn-mypage .icon-left, .mp-panel__text .btn-mypage-sns .icon-left, .mp-panel__text .btn-mypage-sns-2 .icon-left, .mp-panel__text .box-tab__catalog .nav-tabs .nav-link .icon-left, .box-tab__catalog .nav-tabs .mp-panel__text .nav-link .icon-left {
  margin-right: 4px;
}

.mp-panel__text .btn .icon-right, .mp-panel__text .btn-mypage .icon-right, .mp-panel__text .btn-mypage-sns .icon-right, .mp-panel__text .btn-mypage-sns-2 .icon-right, .mp-panel__text .box-tab__catalog .nav-tabs .nav-link .icon-right, .box-tab__catalog .nav-tabs .mp-panel__text .nav-link .icon-right {
  margin-left: 6px;
}

.mp-panel__text .address {
  font-size: 13px;
  line-height: 160%;
  margin-top: 12px;
}

.mp-panel__text .contact {
  font-size: 13px;
  line-height: 160%;
  margin-top: 8px;
}

.mp-panel__text .distance {
  font-size: 12px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 12px;
}

.mp-panel__text .distance::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/library/img/icons/icon-pin.png);
  background-position: left center;
  background-size: 100% auto;
  margin-right: 2px;
}

.mp-form-steps {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps {
    margin-top: 28px;
  }
}

.mp-form-steps .step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 16px;
}

.mp-form-steps .step-tail {
  border-top: 1px dashed #83838c;
  width: 120px;
  margin: 0 0 0 4px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step-tail {
    width: 54px;
  }
}

.mp-form-steps .step-icon {
  background-image: url(/kodate/lp/catalog/assets/img/iconStep.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.mp-form-steps .step-content {
  display: block;
  margin-top: 10px;
  color: #bfbfbf;
}

.mp-form-steps .step-content .no {
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.mp-form-steps .step-content .text {
  margin-top: 2px;
  font-size: 15px;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step-content .text {
    font-size: 12px;
  }
}

.mp-form-steps .step-content .text span {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step-content {
    margin-top: 8px;
  }
}

.mp-form-steps .step {
  margin-right: 4px;
  position: relative;
  width: 136px;
}

.mp-form-steps .step:last-child {
  width: auto;
  margin-right: 0;
}

.mp-form-steps .step:last-child .step-tail {
  width: 0;
}

.mp-form-steps .step:last-child .step-tail::after {
  display: none;
}

.mp-form-steps .step:last-child .step-content {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step {
    width: 70px;
  }
  .mp-form-steps .step:last-child {
    width: auto;
  }
  .mp-form-steps .step:last-child .step-tail {
    width: 0;
  }
}

.mp-form-steps .step-finish .step-tail {
  border-top-style: solid;
}

.mp-form-steps .step-finish .step-content {
  color: #83838c;
}

.mp-form-steps .step-finish .step-icon {
  background-image: url(/kodate/lp/catalog/assets/img/iconStepFinish.svg);
}

.mp-form-steps .step-active .step-tail {
  width: 116px;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step-active .step-tail {
    width: 50px;
  }
}

.mp-form-steps .step-active .step-content {
  margin-top: 8px;
}

.mp-form-steps .step-active .step-content > * {
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .mp-form-steps .step-active .step-content {
    margin-top: 6px;
  }
}

.mp-form-steps .step-active .step-icon {
  width: 16px;
  height: 16px;
  background-image: url(/kodate/lp/catalog/assets/img/iconStepActive.svg);
}

.mp-form-steps .step-active .no {
  font-weight: bold;
}

.mp-form-steps .step-active .text {
  font-weight: 600;
}

.mp-form-steps .step-active .text span {
  font-weight: 600;
}

.heading-1, .mp-findLand .box-land-service .title {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
}

.heading-1 > *, .mp-findLand .box-land-service .title > * {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .heading-1, .mp-findLand .box-land-service .title {
    margin-top: 80px;
    font-size: 26px;
    font-weight: 600;
    line-height: 160%;
  }
}

.heading-2, h2.mp-heading, .mp-contact .staff-contact li .txt, .con_mp-intro .row-intro .sub-title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (min-width: 768px) {
  .heading-2, h2.mp-heading, .mp-contact .staff-contact li .txt, .con_mp-intro .row-intro .sub-title {
    margin-top: 60px;
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
  }
}

.heading-3, .con_mp-intro .row-intro .title, .mp-findLand .box-land-service .sub-title {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (min-width: 768px) {
  .heading-3, .con_mp-intro .row-intro .title, .mp-findLand .box-land-service .sub-title {
    margin-top: 48px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
  }
}

.heading-4 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (min-width: 768px) {
  .heading-4 {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
  }
}

@media only screen and (max-width: 767px) {
  .fw-bold {
    font-weight: 600 !important;
  }
}

.fs-20, .my-ideaclip-preview .preview_content {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .fs-20, .my-ideaclip-preview .preview_content {
    font-size: 20px !important;
  }
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-001em {
  letter-spacing: 0.01em !important;
}

.ls-003em {
  letter-spacing: 0.03em !important;
}

.ls-004em {
  letter-spacing: 0.04em !important;
}

.ls-005em {
  letter-spacing: 0.05em !important;
}

@media only screen and (max-width: 767px) {
  .ls-sp-002em {
    letter-spacing: 0.02em !important;
  }
}

@media only screen and (max-width: 767px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }
}

.lh-100, .con_mp-news .box-event .price strong {
  line-height: 100%;
}

.lh-120 {
  line-height: 120%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160, .modal-footer .ic-btn, .box-tab .nav-link, .my-ideaclip-preview .preview_content, .my-ideaclip-preview .preview_title {
  line-height: 160%;
}

.lh-200, .con_mp-intro .row-intro .desc {
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .lh-sp-200 {
    line-height: 200%;
  }
}

@media only screen and (max-width: 767px) {
  .lh-sp-160 {
    line-height: 160%;
  }
}

@media only screen and (max-width: 767px) {
  .lh-sp-140 {
    line-height: 140%;
  }
}

.lh-22_4 {
  line-height: 22.4px;
}

.mp-plainText {
  font-size: 14px !important;
  line-height: 160%;
}

.mp-plainText_11 {
  font-size: 11px !important;
}

.mp-plainText_12 {
  font-size: 12px !important;
  line-height: 160%;
}

.mp-plainText_13 {
  font-size: 13px !important;
}

@media only screen and (max-width: 767px) {
  .mp-plainText_13 {
    font-size: 12px !important;
  }
}

.mp-plainText_14 {
  font-size: 14px !important;
}

.mp-plainText_15, .list-style-dot li, .box-news-info ul li, .list-style-order li, .list-style-order2 li, ol ol li, .box-news-info ol li, .mp-request-catalog .box-logged .list-style-note li, .con_mp-intro .row-intro .desc, .mp-idea-favorite .box-noFavorite .desc, .mp-page-top .mp-panel-movie .title, .mp-page-news .createAt, .box-news-info p, .unsub-title, .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-ev .box-register .desc, .mp-page-sr .box-register .desc {
  font-size: 15px !important;
  line-height: 160%;
}

.mp-plainText_15 *, .list-style-dot li *, .box-news-info ul li *, .list-style-order li *, .list-style-order2 li *, ol ol li *, .box-news-info ol li *, .mp-request-catalog .box-logged .list-style-note li *, .con_mp-intro .row-intro .desc *, .mp-idea-favorite .box-noFavorite .desc *, .mp-page-top .mp-panel-movie .title *, .mp-page-news .createAt *, .box-news-info p *, .unsub-title *, .mp-page-folder .mp-folder.grid .mp-panel__text .date *, .mp-page-folder .mp-folder.grid .mp-panel__text .title *, .mp-page-ev .box-register .desc *, .mp-page-sr .box-register .desc * {
  font-size: inherit;
}

@media only screen and (max-width: 767px) {
  .mp-plainText_15, .list-style-dot li, .box-news-info ul li, .list-style-order li, .list-style-order2 li, ol ol li, .box-news-info ol li, .mp-request-catalog .box-logged .list-style-note li, .con_mp-intro .row-intro .desc, .mp-idea-favorite .box-noFavorite .desc, .mp-page-top .mp-panel-movie .title, .mp-page-news .createAt, .box-news-info p, .unsub-title, .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-ev .box-register .desc, .mp-page-sr .box-register .desc {
    font-size: 14px !important;
  }
}

.mp-plainText_16, .notify-setting-title {
  line-height: 160%;
  font-size: 16px !important;
}

.mp-plainText_20 {
  line-height: 160%;
  font-size: 20px !important;
}

.mp-plainText_bold {
  line-height: 160%;
  font-weight: bold;
}

.mp-plainText-reg {
  line-height: 160%;
  font-weight: normal;
}

.mp-textLink_anchor {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #242424;
}

.mp-textLink_anchor--underline {
  text-decoration: underline;
}

.mp-textLink_anchor:hover {
  opacity: 0.6;
}

.mp-input_checkLink {
  margin-top: 20px;
  font-size: 16px;
}

.mp-input_checkLink > * {
  display: inline-block;
  vertical-align: middle;
}

.mp-input_checkLink .mp-textLink_anchor--underline {
  line-height: 160% !important;
}

.mp-input_checkLink .form-check {
  width: 26px;
  margin-right: 10px;
  margin-bottom: 0;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .fs-sp-62, .con_mp-news .box-event .price strong {
    font-size: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-36 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-22 {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-24 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-20, .con_mp-intro .row-intro .sub-title {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-18, .my-ideaclip-preview .preview_title {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-17, .con_mp-news .box-event .box-left .title, .mp-idea-favorite .box-noFavorite a .txt {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-16, .con_mp-news .box-event .price, .mp-exhibition .box-link .txt-title {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-15 {
    font-size: 15px !important;
  }
}

.fs-16, .con_mp-news .box-event .box-left .title {
  font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
  .fs-sp-14 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-13 {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-11 {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-10 {
    font-size: 10px !important;
  }
}

.ffa-helvetica, .badge span.ffa-helvetica, .mp-contact .staff-contact li .txt, .con_mp-news .box-event .price strong {
  font-family: "Helvetica", "Arial", sans-serif;
}

.list-style-dot, .box-news-info ul {
  list-style-type: disc;
  padding-left: 17px;
}

.list-style-dot li, .box-news-info ul li {
  position: relative;
  line-height: 160%;
  margin-top: 12px;
}

.list-style-dot li:first-child, .box-news-info ul li:first-child {
  margin-top: 0;
}

.list-style-minus {
  list-style: none !important;
}

.list-style-minus li {
  position: relative;
  padding-left: 16px;
  line-height: 160%;
  font-size: 15px;
  margin-top: 12px;
}

.list-style-minus li:first-child {
  margin-top: 0;
}

.list-style-minus li::before {
  display: block;
  position: absolute;
  left: 2px;
  top: 9px;
  background: #83838c;
  width: 8px;
  height: 2px;
  border-radius: 0;
  content: "";
}

@media only screen and (max-width: 767px) {
  .list-style-minus li {
    font-size: 13px;
  }
  .list-style-minus li::before {
    width: 6px;
    height: 2px;
  }
}

.list-style-note {
  list-style: none !important;
}

.list-style-note li {
  position: relative;
  padding-left: 16px;
  line-height: 160%;
  font-size: 12px;
  margin-top: 12px;
}

.list-style-note li:first-child {
  margin-top: 0;
}

.list-style-note li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-size: inherit;
  width: 12px;
  height: 18px;
}

.list-style-order, .list-style-order2, ol ol, .box-news-info ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.list-style-order li, .list-style-order2 li, ol ol li, .box-news-info ol li {
  position: relative;
  margin-top: 8px;
}

.list-style-order li:first-child, .list-style-order2 li:first-child, ol ol li:first-child, .box-news-info ol li:first-child {
  margin-top: 0;
}

.list-style-order2, ol ol {
  padding-left: 25px;
}

.list-style-order2 li:nth-child(0)::marker, ol ol li:nth-child(0)::marker {
  content: "(0) ";
}

.list-style-order2 li:nth-child(1)::marker, ol ol li:nth-child(1)::marker {
  content: "(1) ";
}

.list-style-order2 li:nth-child(2)::marker, ol ol li:nth-child(2)::marker {
  content: "(2) ";
}

.list-style-order2 li:nth-child(3)::marker, ol ol li:nth-child(3)::marker {
  content: "(3) ";
}

.list-style-order2 li:nth-child(4)::marker, ol ol li:nth-child(4)::marker {
  content: "(4) ";
}

.list-style-order2 li:nth-child(5)::marker, ol ol li:nth-child(5)::marker {
  content: "(5) ";
}

.list-style-order2 li:nth-child(6)::marker, ol ol li:nth-child(6)::marker {
  content: "(6) ";
}

.list-style-order2 li:nth-child(7)::marker, ol ol li:nth-child(7)::marker {
  content: "(7) ";
}

.list-style-order2 li:nth-child(8)::marker, ol ol li:nth-child(8)::marker {
  content: "(8) ";
}

.list-style-order2 li:nth-child(9)::marker, ol ol li:nth-child(9)::marker {
  content: "(9) ";
}

.list-style-order2 li:nth-child(10)::marker, ol ol li:nth-child(10)::marker {
  content: "(10) ";
}

.mp-text-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-text-note {
    font-size: 12px;
  }
}

.mp-text-note span {
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
}

.mp-text-note.type2 {
  margin-top: 16px;
  font-size: 12px;
}

.mp-text-note.type3 {
  margin-top: 12px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-text-note.type3 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-text-note {
    font-size: 12px;
  }
}

.modal .mp-text-note span {
  font-size: 12px !important;
}

h2.mp-heading {
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  h2.mp-heading {
    font-size: 22px;
  }
}

.page-notice, .mp-notice-member {
  margin-top: 12px;
  font-weight: 600;
  line-height: 160%;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .page-notice, .mp-notice-member {
    font-size: 14px;
  }
}

.text-land-suggest {
  margin-top: 12px;
  line-height: 160%;
  font-size: 15px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 4px;
}

ul .txt-link-small, ol .txt-link-small {
  margin-top: 0;
}

.icon-sns-facebook {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_facebook.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-instagram {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_instagram.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-line {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_line.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-tumblr {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_tumblr.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-youtube {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_youtube.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-google {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_google.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-yahoo {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_yahoo.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-apple {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icons/icon_apple.svg");
  background-size: 24px 24px;
  background-position: center;
}

.icon-sns-line-48 {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../img/icons/icon_line_48x48.svg);
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
}

.nav-tabs {
  border: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-tabs .nav-link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
  line-height: 160%;
  white-space: nowrap;
  outline: none;
  border: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .nav-tabs .nav-link {
    font-size: 15px;
  }
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus-visible {
  background: none;
  isolation: initial;
  border: 0;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #242424;
}

.nav-tabs .nav-link:hover {
  opacity: 0.6;
}

.nav-tabs .nav-link:hover.active {
  opacity: 1;
}

.nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 12px;
  background: #d8d8d8;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
}

.nav-tabs .nav-item:last-child .nav-link::before {
  display: none;
}

.box-tab {
  min-height: 68px;
  background: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 48px;
}

.box-tab:not(.has-boxBtn) {
  height: 68px;
}

@media only screen and (max-width: 767px) {
  .box-tab:not(.has-boxBtn) {
    height: 60px;
  }
}

.box-tab.box-tab__catalog {
  height: auto !important;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-tab.box-tab__catalog {
    margin-top: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.box-tab .nav-tabs {
  padding-bottom: 21px;
  padding-top: 21px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-tab .nav-tabs {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}

.box-tab .nav-link {
  color: #242424;
  padding-left: 32px;
  padding-right: 32px;
  height: 26px;
}

@media only screen and (max-width: 767px) {
  .box-tab .nav-link {
    padding-left: 24px;
    padding-right: 24px;
    height: 24px;
  }
}

.box-tab.has-boxBtn {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .box-tab.has-boxBtn .box-btn {
    padding-top: 13px;
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .box-tab.has-boxBtn {
    padding-right: 248px;
  }
  .box-tab.has-boxBtn .nav-item:last-child {
    padding-right: 150px;
  }
  .box-tab.has-boxBtn .box-btn {
    position: absolute;
    right: 48px;
    top: 23px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .box-tab {
    min-height: 60px;
    padding-left: 24px;
  }
  .box-tab .icon-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.box-tab.bg-gray-g .nav-tabs::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.box-tab .nav-item:first-child .nav-link {
  padding-left: 0;
}

.box-tab__catalog {
  background: none;
}

@media only screen and (max-width: 767px) {
  .box-tab__catalog {
    margin-top: 0px;
  }
}

.box-tab__catalog .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .box-tab__catalog .nav-tabs {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-tab__catalog .nav-tabs {
    margin-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }
}

.box-tab__catalog .nav-tabs::-webkit-scrollbar {
  display: none;
}

.box-tab__catalog .nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  width: 33.3%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .box-tab__catalog .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.box-tab__catalog .nav-tabs .nav-link {
  display: block;
  background: #fff;
  width: 100%;
  margin: 0;
  color: #242424 !important;
  height: 60px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  .box-tab__catalog .nav-tabs .nav-link {
    height: 52px !important;
  }
}

.box-tab__catalog .nav-tabs .nav-link:hover {
  background: #f4f4f4;
  color: #242424;
}

.box-tab__catalog .nav-tabs .nav-link::before {
  display: none;
}

.box-tab__catalog .nav-tabs .nav-link.active {
  background: #ebedef !important;
  position: relative;
  font-weight: 600 !important;
}

.box-tab__catalog .nav-tabs .nav-link.active::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ebedef;
}

@media only screen and (max-width: 767px) {
  .box-tab__catalog .nav-tabs .nav-link {
    height: 52px;
  }
}

.box-tab.box-tab-folder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  min-height: 0px;
  height: 60px;
}

.box-tab.box-tab-folder .switch-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  width: 60px;
}

.box-tab.box-tab-folder .nav-tabs {
  padding: 0;
}

.box-tab.box-tab-folder .nav-tabs .nav-item {
  margin-left: 16px;
}

.box-tab.box-tab-folder .nav-tabs .nav-link {
  padding: 0;
  height: auto;
  border-radius: 0 !important;
}

.box-tab.box-tab-folder .nav-tabs .nav-link::before {
  display: none;
}

.box-tab.box-tab-folder .nav-tabs .nav-link .ic-grid, .box-tab.box-tab-folder .nav-tabs .nav-link .ic-list {
  display: block;
  width: 14px;
  height: 14px;
  background-size: 14px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-tab.box-tab-folder .nav-tabs .nav-link .ic-grid {
  background-image: url(/library/img/icons/icon-grid-off.png);
}

.box-tab.box-tab-folder .nav-tabs .nav-link .ic-list {
  background-image: url(/library/img/icons/icon-list-off.png);
  width: 16px;
}

.box-tab.box-tab-folder .nav-tabs .nav-link.active .ic-grid {
  background-image: url(/library/img/icons/icon-grid-on.png);
}

.box-tab.box-tab-folder .nav-tabs .nav-link.active .ic-list {
  background-image: url(/library/img/icons/icon-list-on.png);
}

.mp-tab-panel {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

@-webkit-keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

#toast {
  position: fixed;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999999;
  display: none;
}

#toast.show {
  display: block;
}

#toast.show .toast {
  -webkit-animation: slideInTop 0.3s linear,fadeOut linear 1s 3s forwards;
  animation: slideInTop 0.3s linear,fadeOut linear 1s 3s forwards;
}

.toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 48px;
  min-width: 541px;
  border-radius: 4px;
  background: #83838c;
  padding: 12px 24px;
}

.toast + .toast {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .toast {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 296px;
  }
}

.toast__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 8px;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}

.toast__title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .toast__title {
    font-size: 14px;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  visibility: hidden;
  background-color: #f4f4f4;
  background-clip: padding-box;
  outline: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100vh;
}

.offcanvas-body {
  padding: 0 20px 160px;
  max-height: calc(100vh - 134px);
  position: relative;
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.offcanvas.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.offcanvas.show .hamburgerMenu__boxlink {
  -webkit-animation: scaleItem 1s linear forwards;
  animation: scaleItem 1s linear forwards;
}

.offcanvas-header {
  height: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
}

.offcanvas-header .btn-close {
  border: 0;
  background: url(/library/img/icons/close_icon.svg) center center no-repeat;
  width: 24px;
  height: 24px;
}

.offcanvas.hamburgerMenu .offcanvas-body {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.offcanvas.hamburgerMenu .offcanvas-header {
  height: 66px;
  padding: 23px 22px;
}

.offcanvas .box-buttons {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  width: 100%;
  background: #fff;
}

.offcanvas .box-buttons .btn, .offcanvas .box-buttons .btn-mypage, .offcanvas .box-buttons .btn-mypage-sns, .offcanvas .box-buttons .btn-mypage-sns-2, .offcanvas .box-buttons .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .offcanvas .box-buttons .nav-link {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.offcanvas .box-buttons .btn span, .offcanvas .box-buttons .btn-mypage span, .offcanvas .box-buttons .btn-mypage-sns span, .offcanvas .box-buttons .btn-mypage-sns-2 span, .offcanvas .box-buttons .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .offcanvas .box-buttons .nav-link span {
  font-size: inherit;
  font-weight: 600;
  line-height: 160%;
  margin-left: 6px;
}

.offcanvas p {
  white-space: nowrap;
}

.slider-wa {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.slider-wa .heading-2, .slider-wa h2.mp-heading, .slider-wa .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .slider-wa .txt, .slider-wa .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .slider-wa .sub-title {
  margin: 0;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 140% !important;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .slider-wa .heading-2, .slider-wa h2.mp-heading, .slider-wa .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .slider-wa .txt, .slider-wa .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .slider-wa .sub-title {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

.slider-wa p {
  font-size: 18px !important;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .slider-wa p {
    font-size: 14px !important;
  }
}

.slider-wa #slide-1 .heading-2, .slider-wa #slide-1 h2.mp-heading, .slider-wa #slide-1 .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .slider-wa #slide-1 .txt, .slider-wa #slide-1 .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .slider-wa #slide-1 .sub-title {
  font-size: 26px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .slider-wa #slide-1 .heading-2, .slider-wa #slide-1 h2.mp-heading, .slider-wa #slide-1 .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .slider-wa #slide-1 .txt, .slider-wa #slide-1 .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .slider-wa #slide-1 .sub-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-wa #slide-1 .modal-subcontent {
    padding-bottom: 27px;
  }
}

.slider-wa .btn-mypage, .slider-wa .btn-mypage-sns, .slider-wa .btn-mypage-sns-2, .slider-wa .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .slider-wa .nav-link {
  display: block;
}

.slider-wa .slides {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.slider-wa .slides .slide-item {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.slider-wa .slides .slide-item img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 632px;
  max-height: 280px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .slider-wa .slides .slide-item img {
    max-width: 296px;
    max-height: 296px;
  }
}

@media only screen and (max-width: 375px) {
  .slider-wa .slides .slide-item img {
    max-width: 100%;
    max-height: 296px;
  }
}

.slider-wa .slider-buttons {
  width: 100%;
  padding-top: 6px;
}

.slider-wa .swiper-slide {
  width: 100% !important;
}

.slider-wa .direction-url {
  display: none;
}

.slider-wa.slide-direction .direction-url {
  display: block !important;
}

.slider-wa.slide-direction .swiper-button-next {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .swiper {
    margin: 0 auto;
    width: 1128px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper {
    overflow: hidden;
    margin-left: 20px;
  }
}

.swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper .mp-panel .swiper-slide {
  margin-right: 24px;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .swiper .mp-panel .swiper-slide {
    margin-right: 20px;
  }
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-slide {
  height: auto !important;
  width: 280px !important;
}

@media only screen and (min-width: 768px) {
  .swiper-slide {
    width: 360px !important;
  }
}

.swiper-catalog .swiper-slide {
  width: 200px !important;
}

.swiper-catalog .swiper-slide .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .swiper-catalog .swiper-slide {
    width: 264px !important;
  }
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 0;
}

.swiper-pagination-bullet a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet:not(:first-child) {
  margin-left: 16px;
}

.swiper-pagination-bullet-active {
  background: #242424;
}

.alert {
  -webkit-animation: fadeOut 1s 4s linear forwards;
  animation: fadeOut 1s 4s linear forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 40px);
}

.alert .alert-inner {
  text-align: center;
  padding: 48px;
  background: #F4F4F4;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-width: 552px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .alert .alert-inner {
    padding: 40px 20px;
  }
}

.alert p {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .alert p {
    font-size: 16px;
  }
}

* {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  * {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

*:focus-visible {
  outline: none;
}

body {
  color: #242424;
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
}

.hover, .icon-link, .txt-link:hover, .txt-link-small:hover, .btn-viewmore:hover, .mp-panel__text .title, .mp-upload, .modal-lg-catalog .box-buttons li .txt-link-small {
  text-decoration: none;
}

.hover:hover, .icon-link:hover, .txt-link:hover, .txt-link-small:hover, .btn-viewmore:hover, .mp-panel__text .title:hover, .mp-upload:hover, .modal-lg-catalog .box-buttons li .txt-link-small:hover {
  opacity: 0.6;
}

@media (min-width: 767.98px) {
  .mp-body {
    min-width: 1160px;
  }
}

.container {
  margin: 0 auto;
  width: 1128px;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container-fuild {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1919px) {
  .container-fuild {
    width: 100%;
  }
}

.mp-content-2-column .mp-sidebar {
  width: 240px;
}

.mp-content-2-column .main {
  width: 860px;
}

@media only screen and (min-width: 768px) {
  .mp-content-2-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mp-page-lp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  padding-bottom: 100px;
}

hr.hr-gray_e {
  border-top: 1px solid #d8d8d8;
}

.mp-open-window {
  position: relative;
  padding-right: 20px;
  margin-right: 5px;
  color: #5381b2;
}

.mp-open-window:before, .mp-open-window:after {
  position: absolute;
  width: 9px;
  height: 9px;
  content: "";
  display: block;
}

.mp-open-window:before {
  bottom: 3px;
  right: 3px;
  z-index: 1;
  background: white;
  border: 1px solid #5381b2;
}

.mp-open-window:after {
  bottom: 8px;
  right: -3px;
  background: #fff;
  border: 1px solid #5381b2;
  border-left: 1px solid #5381b2;
  border-bottom: 1px solid #5381b2;
}

.mp-open-window.mp-textLink_anchor--underline {
  text-decoration: none;
  border-bottom: 1px dotted #5381b2;
  line-height: 1;
}

.mp-example-form .mp-line-dashed {
  border: 1px dashed #9747ff;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
}

.mp-example-title {
  background: #d4e1ef;
  font-size: 40px;
  text-align: center;
}

.mp-accordion_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  text-align: left;
  width: 100%;
}

.mp-accordion_content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.mp-accordion_inner {
  opacity: 0;
  padding: 30px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.35s ease-in-out,
 -webkit-transform 0.35s ease-in-out;
}

.mp-footer_bread .pbBlockNavigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.mp-footer_bread .pbBlockNavigation a {
  margin-right: 15px;
  padding: 12px 0;
  display: block;
  text-decoration: none;
}

.box-img-thumbnail, .card.mp-card .card-image {
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.box-img-thumbnail .btn-play, .card.mp-card .card-image .btn-play {
  width: 60px;
  height: 60px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .box-img-thumbnail .btn-play, .card.mp-card .card-image .btn-play {
    width: 48px;
    height: 48px;
  }
}

.box-img-thumbnail .img-thumbnail, .card.mp-card .card-image .img-thumbnail, .box-img-thumbnail .mp-top-banner img, .mp-top-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-top-banner img, .mp-top-banner .card.mp-card .card-image img, .box-img-thumbnail .mp-lp-banner img, .mp-lp-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-lp-banner img, .mp-lp-banner .card.mp-card .card-image img {
  transition: transform 1s, -webkit-transform 1s;
  height: inherit !important;
}

@media only screen and (min-width: 768px) {
  .box-img-thumbnail:hover .img-thumbnail, .card.mp-card .card-image:hover .img-thumbnail, .box-img-thumbnail:hover .mp-top-banner img, .mp-top-banner .box-img-thumbnail:hover img, .card.mp-card .card-image:hover .mp-top-banner img, .mp-top-banner .card.mp-card .card-image:hover img, .box-img-thumbnail:hover .mp-lp-banner img, .mp-lp-banner .box-img-thumbnail:hover img, .card.mp-card .card-image:hover .mp-lp-banner img, .mp-lp-banner .card.mp-card .card-image:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.box-img-thumbnail .img-thumbnail, .card.mp-card .card-image .img-thumbnail, .box-img-thumbnail .mp-top-banner img, .mp-top-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-top-banner img, .mp-top-banner .card.mp-card .card-image img, .box-img-thumbnail .mp-lp-banner img, .mp-lp-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-lp-banner img, .mp-lp-banner .card.mp-card .card-image img {
  height: 100%;
}

.box-img-thumbnail .img-thumbnail, .card.mp-card .card-image .img-thumbnail, .box-img-thumbnail .mp-top-banner img, .mp-top-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-top-banner img, .mp-top-banner .card.mp-card .card-image img, .box-img-thumbnail .mp-lp-banner img, .mp-lp-banner .box-img-thumbnail img, .card.mp-card .card-image .mp-lp-banner img, .mp-lp-banner .card.mp-card .card-image img {
  height: 100%;
}

.img-w-96 {
  width: 96px;
}

@media only screen and (max-width: 767px) {
  .img-w-100-sp {
    width: 100px;
  }
}

.box-img-thumbnail.active, .card.mp-card .active.card-image {
  position: relative;
}

.box-img-thumbnail.active::after, .card.mp-card .active.card-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 3px solid #3b3b41;
  content: "";
  display: block;
  pointer-events: none;
}

.img-thumbnail, .mp-top-banner img, .mp-lp-banner img {
  height: 100%;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  transition: transform 1s, -webkit-transform 1s;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid #242424;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.mp-body .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 66px;
}

.mp-body .wrapper .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.line-clamp, .line-clamp-1, .mp-panel-event .mp-panel__text .title, .mp-panel-event .mp-panel__text .address, .mp-panel__text .title.title-2, .mp-page-ev .mp-panel__text .title, .mp-page-ev .mp-panel__text .address, .line-clamp-2, .mp-panel .threedots, .mp-panel__text .desc, .my-ideaclip .title, .con_mp-news .box-event .box-left .title, .mp-exhibition .box-left .txt-title, .mp-exhibition .box-left .txt-address, .mp-exhibition .box-link .txt-title, .mp-exhibition .box-link .txt-address, .mp-page-ca .mp-b-favorite__text .title, .line-clamp-3, .mp-panel-ct .desc, .mp-panel-movie .mp-panel__text .title, .mp-panel__text .title.title-4, .ct-list-categories .mp-panel .desc, .line-clamp-4, .mp-panel-movie .col-9.col-md-3 .title, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-panel__text .title.title-5, .line-clamp-5, .my-ideaclip__memo .inner, .line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1, .mp-panel-event .mp-panel__text .title, .mp-panel-event .mp-panel__text .address, .mp-panel__text .title.title-2, .mp-page-ev .mp-panel__text .title, .mp-page-ev .mp-panel__text .address {
  -webkit-line-clamp: 1;
}

.line-clamp-2, .mp-panel .threedots, .mp-panel__text .desc, .my-ideaclip .title, .con_mp-news .box-event .box-left .title, .mp-exhibition .box-left .txt-title, .mp-exhibition .box-left .txt-address, .mp-exhibition .box-link .txt-title, .mp-exhibition .box-link .txt-address, .mp-page-ca .mp-b-favorite__text .title {
  -webkit-line-clamp: 2;
}

.line-clamp-3, .mp-panel-ct .desc, .mp-panel-movie .mp-panel__text .title, .mp-panel__text .title.title-4, .ct-list-categories .mp-panel .desc {
  -webkit-line-clamp: 3;
}

.line-clamp-4, .mp-panel-movie .col-9.col-md-3 .title, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-panel__text .title.title-5 {
  -webkit-line-clamp: 4;
}

.line-clamp-5, .my-ideaclip__memo .inner {
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
}

.w-360 {
  max-width: 360px !important;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .w-360 {
    max-width: 336px !important;
  }
}

.w-264 {
  max-width: 216px !important;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .w-264 {
    max-width: 336px !important;
  }
}

.w-160 {
  max-width: 160px !important;
  width: 100%;
}

.w-216 {
  max-width: 216px !important;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .w-216 {
    max-width: 160px !important;
  }
}

.w-122 {
  max-width: 122px !important;
  width: 100%;
}

.w-296 {
  max-width: 296px !important;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .w-md-30 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-md-70 {
    width: 70% !important;
  }
}

@media only screen and (max-width: 767px) {
  .mw-sp-120 {
    max-width: 120px !important;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .w100-less-4, .form-control.w100-less-4, .my-ideaclip-preview .w100-less-4.preview_content, .my-ideaclip-preview .w100-less-4.preview_title, .my-ideaclip-preview .box-memo .box-title textarea.w100-less-4 {
    width: calc(100% - 4px);
  }
}

@media only screen and (min-width: 768px) {
  .w100-less-8 {
    width: calc(100% - 8px);
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-auto {
    width: auto !important;
  }
}

.list-group {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
}

.list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #d8d8d8;
}

.list-group-item:first-child {
  border-top: 0;
}

.line-vertical {
  border: 1px solid #d8d8d8;
  width: 1px;
  height: 8px;
}

.bg-none {
  background: none !important;
}

@media only screen and (min-width: 768px) {
  .w-pc-24 {
    width: 24% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-76 {
    width: 76% !important;
  }
  .w-pc-76.offset-md-3, .offset-md-1 .mp-buttons.mp-buttons_1btn-4col .w-pc-76.col-btn:first-child, .con_mp-top-ideaclip .box-text .mp-buttons.mp-buttons_1btn-4col .w-pc-76.col-btn:first-child, .mp-page-se .box-account-holder .w-pc-76.box-txt-link {
    margin-left: 24% !important;
  }
}

.h-1 {
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .h-pc-188 {
    height: 188px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-234 {
    height: 234px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-264 {
    height: 264px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-270, .thumbnail-top-fav, .mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image, .mp-page-ev .mp-panel .box-img-thumbnail, .mp-page-ev .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-ev .mp-panel .card-image, .mp-page-sr .mp-panel .box-img-thumbnail, .mp-page-sr .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-sr .mp-panel .card-image {
    height: 270px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-229 {
    height: 229px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-222 {
    height: 222px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-132 {
    height: 132px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-417 {
    height: 417px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-414, .mp-page-re .mp-panel .box-img-thumbnail, .mp-page-re .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-panel .card-image {
    height: 414px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-304 {
    height: 304px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-288 {
    height: 288px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-236 {
    height: 236px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-237 {
    height: 237px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-372, .thumbnail-top-ct {
    height: 372px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-205 {
    height: 205px;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-150 {
    height: 150px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-274, .mp-event .box-img-thumbnail, .mp-event .card.mp-card .card-image, .card.mp-card .mp-event .card-image {
    height: 274px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-204, .thumbnail-top-movie {
    height: 204px !important;
  }
}

@media only screen and (min-width: 768px) {
  .h-pc-198 {
    height: 198px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-340 {
    height: 340px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-293 {
    height: 293px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-282, .thumbnail-top-ct {
    height: 282px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-252, .mp-page-re .mp-panel .box-img-thumbnail, .mp-page-re .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-panel .card-image, .mp-page-ev .mp-panel .box-img-thumbnail, .mp-page-ev .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-ev .mp-panel .card-image, .mp-page-sr .mp-panel .box-img-thumbnail, .mp-page-sr .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-sr .mp-panel .card-image {
    height: 252px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-223 {
    height: 223px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-225 {
    height: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-210, .thumbnail-top-fav, .mp-event .box-img-thumbnail, .mp-event .card.mp-card .card-image, .card.mp-card .mp-event .card-image {
    height: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-208 {
    height: 208px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-220 {
    height: 220px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-210, .thumbnail-top-fav, .mp-event .box-img-thumbnail, .mp-event .card.mp-card .card-image, .card.mp-card .mp-event .card-image {
    height: 210px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-192 {
    height: 192px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-180 {
    height: 1180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-168 {
    height: 168px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-157, .thumbnail-top-movie {
    height: 157px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-148 {
    height: 148px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-140 {
    height: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-141 {
    height: 141px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-120 {
    height: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-112 {
    height: 112px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-100 {
    height: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-sp-75, .mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image {
    height: 75px !important;
  }
}

.accordion_list-pages .accordion-item .accordion_button {
  position: relative;
}

.accordion_list-pages .accordion-item .accordion_button .icon-pulldown {
  position: absolute;
  top: 10px;
  right: 10px;
}

.accordion_list-pages .accordion-item .accordion_button .icon-pulldown::after {
  border-width: 0 2px 2px 0;
  width: 10px;
  height: 10px;
}

.position-absolute-center, .icon-plus-circle::before, .icon-plus-circle::after, .mp-panel-movie .box-img-thumbnail::after, .mp-panel-movie .card.mp-card .card-image::after, .card.mp-card .mp-panel-movie .card-image::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

@media only screen and (max-width: 374px) {
  .mp-input-code {
    width: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .g-sp-8 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-negative-sp-20, .box-tab, .my-ideaclip-preview .box-preview .row, .my-ideaclip-preview .box-preview .mp-buttons, .my-ideaclip-preview .box-preview .rowLayout-10, .my-ideaclip-preview .box-preview .modal-lg-catalog .box-buttons, .modal-lg-catalog .my-ideaclip-preview .box-preview .box-buttons, .my-ideaclip-preview .box-preview .con_mp-top-ideaclip {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.pl-47-5 {
  padding-left: 47.5px;
}

@media only screen and (max-width: 767px) {
  .pl-sp-16-5 {
    padding-left: 16.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-18, .my-ideaclip-preview .preview_title {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-sp-14 {
    font-size: 14px !important;
  }
}

textarea {
  resize: none;
  outline: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

textarea::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

textarea::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

textarea::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .mp-btn-sp-fw {
    width: 100% !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pb-sp-120 {
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-sp-block {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .flex-center-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-select {
  position: relative;
}

.dropdown-select .dropdown-toggle {
  border: 0;
  background: none;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  color: #242424;
  border-radius: 0;
  text-align: left;
}

.dropdown-select .dropdown-toggle:hover, .dropdown-select .dropdown-toggle:focus {
  background: none;
  color: #242424;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-select .dropdown-toggle.active {
  background: none;
  color: #242424;
  border-color: #d8d8d8;
}

.dropdown-select .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}

.dropdown-select .dropdown-menu {
  display: none;
  position: absolute;
  margin-top: -1px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 0;
  z-index: 20;
}

.dropdown-select .dropdown-menu.show {
  display: block;
}

.dropdown-select .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  display: block;
  border-top: 1px solid #d8d8d8;
}

.dropdown-select .dropdown-menu li:first-child .dropdown-item {
  border-top: 0;
}

.grid-masonry {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  grid-gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.grid-masonry .grid-2row {
  grid-row: span 2;
}

.grid-masonry .grid-3row {
  grid-row: span 3;
}

.grid-masonry .grid-4row {
  grid-row: span 4;
}

@media only screen and (min-width: 768px) {
  .grid-masonry .grid-md-4row {
    grid-row: span 4;
  }
}

@media only screen and (max-width: 767px) {
  .grid-masonry {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .grid-masonry .grid-full-sp {
    grid-column: span 2;
  }
}

.max-w-308 {
  max-width: 308px !important;
}

@media only screen and (max-width: 767px) {
  .max-w-308 {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-100-sp {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-block-sp {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .modal-content-upload-image .col-image {
    width: 20.5%;
  }
}

.modal-content-upload-image .col-image img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .col-text {
    width: 79.5%;
  }
}

@media only screen and (max-width: 767px) {
  .border-sp-0 {
    border: 0 !important;
  }
}

.contentEditable {
  min-height: 51px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.contentEditable::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.contentEditable::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.contentEditable::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .contentEditable {
    min-height: 57px;
  }
}

.order-1, .con_mp-intro .row-intro:nth-child(even) .col-md-5 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2, .con_mp-intro .row-intro:nth-child(even) .col-md-7 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 767px) {
  .order-sp-1, .modal-lg-catalog .box-buttons li.item-login, .con_mp-intro .row-intro:nth-child(even) .col-md-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .order-sp-2, .modal-lg-catalog .box-buttons li.item-reset, .con_mp-intro .row-intro:nth-child(even) .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .mp-modal-scollbar-sp {
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .mp-modal-scollbar-sp::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
  }
  .mp-modal-scollbar-sp::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background-color: transparent;
  }
  .mp-modal-scollbar-sp::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d8d8d8;
  }
}

.mp-top-banner img {
  height: 280px !important;
}

@media only screen and (min-width: 768px) {
  .mp-top-banner img {
    height: 400px !important;
  }
}

.mp-page-title {
  margin-top: -62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-page-title .avatar {
  border: 2px solid #fff;
}

.mp-page-title .title {
  margin: 16px 0 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .mp-page-title .title {
    font-size: 16px;
  }
}

.mp-page-title .sub-title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-page-title .sub-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-title {
    margin-top: -40px;
  }
}

.scroll-x, .nav-tabs {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.scroll-x::-webkit-scrollbar-track, .nav-tabs::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.scroll-x::-webkit-scrollbar, .nav-tabs::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.scroll-x::-webkit-scrollbar-thumb, .nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

@media only screen and (min-width: 1200px) {
  .scroll-x::-webkit-scrollbar-thumb, .nav-tabs::-webkit-scrollbar-thumb {
    display: none;
  }
  .scroll-x:hover::-webkit-scrollbar-thumb, .nav-tabs:hover::-webkit-scrollbar-thumb {
    display: block;
  }
}

.scroll-y {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.scroll-y::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.scroll-y::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.scroll-y::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .fs-14-sp {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-15-sp {
    font-size: 15px !important;
  }
}

.mt-1-negative {
  margin-top: -1px;
}

.ml-20-negative {
  margin-left: -20px;
}

@media only screen and (max-width: 767px) {
  .mt-sp-1-negative {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .fw-sp-500 {
    font-weight: 500 !important;
  }
}

[data-scrollin="fadein"] {
  opacity: 0;
  -webkit-transform: translate3d(0px, 30px, 0px) rotate(0.0001deg);
  transform: translate3d(0px, 30px, 0px) rotate(0.0001deg);
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

[data-scrollin="fadein"].show {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
}

.anchor-nav.sticky {
  top: 65px;
  position: sticky;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .ps-relative-sp {
    position: relative !important;
  }
  .ps-absolute-sp {
    position: absolute !important;
  }
  .ps-static-sp {
    position: static !important;
  }
}

.anchor-nav {
  list-style: none;
}

.anchor-nav .anchor-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  color: #242424;
  border-radius: 0;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 4px 16px;
  line-height: 160%;
  font-weight: 600;
  font-size: 14px;
}

.anchor-nav .anchor-link::after {
  position: absolute;
  right: 4px;
  top: 3px;
  display: block;
  content: "";
  background: url(/library/img/icons/anchor.png) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .anchor-nav .anchor-link {
    padding: 0px 4px 8px;
    font-size: 16px;
  }
  .anchor-nav .anchor-link::after {
    top: 4px;
  }
}

.box-anchor-nav {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .box-anchor-nav .anchor-nav {
    row-gap: 16px;
  }
}

.box-anchor-nav .anchor-link {
  padding: 0 4px 8px !important;
  font-size: 16px;
}

.box-anchor-nav .anchor-link::after {
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .box-anchor-nav .anchor-link {
    height: 40px;
    font-size: 14px;
    padding: 0px 4px 16px !important;
  }
  .box-anchor-nav .anchor-link::after {
    top: 3px;
  }
}

.btn:focus, .btn-mypage:focus, .btn-mypage-sns:focus, .btn-mypage-sns-2:focus, .box-tab__catalog .nav-tabs .nav-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

img.w-100 {
  height: auto;
}

.max-w-360 {
  max-width: 360px !important;
}

@media only screen and (max-width: 767px) {
  .max-w-360 {
    max-width: 100% !important;
  }
}

.max-w-264 {
  max-width: 264px !important;
}

@media only screen and (max-width: 767px) {
  .max-w-264 {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .max-w-264.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-column-sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 767px) {
  .min-height-sp-120 {
    min-height: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .border-gray-e-sp {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .no-border-sp {
    border: 0 !important;
  }
}

.absolute-center, .box-img-thumbnail .btn-play, .card.mp-card .card-image .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.btn-edit {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn-edit .iconEdit {
  margin-top: -4px;
  margin-left: 12px;
}

h1 .iconEdit {
  margin-top: -5px;
}

.avatar {
  position: relative;
  border-radius: 50%;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .avatar {
    font-size: 20px;
  }
}

.avatar-xs {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .avatar-xs {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.avatar-sm {
  width: 60px;
  height: 60px;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .avatar-sm {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .avatar-sm-2 {
    width: 72px;
    height: 72px;
  }
}

.avatar-md {
  width: 80px;
  height: 80px;
}

.avatar-lg {
  width: 96px;
  height: 96px;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .avatar-lg {
    width: 100px;
    height: 100px;
  }
}

.avatar-xl {
  width: 120px;
  height: 120px;
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  .avatar-xl {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
}

@media only screen and (min-width: 767px) {
  .avatar-xl.border-2 {
    width: 124px;
    height: 124px;
  }
}

.avatar-xxl {
  width: 141px;
  height: 141px;
}

@media only screen and (max-width: 767px) {
  .avatar-xxl {
    width: 168px;
    height: 168px;
  }
}

.avatar-title {
  color: #fff;
  line-height: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clearfix::after, .form-check-list::after {
  display: block;
  clear: both;
  content: "";
}

.fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.fit-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

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

.ml-4-negative {
  margin-left: -4px !important;
}

@media only screen and (max-width: 767px) {
  .w-50-sp {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .max-w-156-sp {
    max-width: 156px !important;
  }
}

@media only screen and (max-width: 767px) {
  .max-w-100-sp {
    max-width: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .max-w-60-sp {
    max-width: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .max-h-72-sp {
    max-height: calc(100vh - 72px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .lh-200-sp {
    line-height: 200% !important;
  }
}

.txt-link-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .order-sp-1, .modal-lg-catalog .box-buttons li.item-login, .con_mp-intro .row-intro:nth-child(even) .col-md-7 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .order-sp-2, .modal-lg-catalog .box-buttons li.item-reset, .con_mp-intro .row-intro:nth-child(even) .col-md-5 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

@media only screen and (max-width: 767px) {
  .order-sp-3, .modal-lg-catalog .box-buttons li.item-other {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}

@media only screen and (max-width: 767px) {
  .order-sp-4, .modal-lg-catalog .box-buttons li.item-register {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}

@media only screen and (max-width: 767px) {
  .order-sp-5, .modal-lg-catalog .box-buttons li.item-mypage {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}

@media only screen and (max-width: 767px) {
  .over-flow-sp-auto {
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .t-sp-30 {
    top: 30px !important;
  }
}

.modal-dialog-scrollable .modal-content {
  overflow: visible;
}

.modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
}

ul.checklist-area .sub-checklist-area + .sub-checklist-area {
  margin-top: 32px;
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  ul.checklist-area .sub-checklist-area {
    padding-left: 4px;
    padding-right: 4px;
  }
  ul.checklist-area .sub-checklist-area + .sub-checklist-area {
    margin-top: 24px;
    padding-top: 24px;
  }
}

ul.checklist-area li {
  margin-top: 24px;
  overflow-x: hidden;
}

ul.checklist-area li:first-child {
  margin-top: 0;
}

ul.checklist-area li .checklist-area-wrap {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.checklist-area li .checklist-area__title {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  ul.checklist-area li .checklist-area__title {
    font-size: 14px;
  }
}

ul.checklist-area li .checklist-area__number {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  border: 1px solid #242424;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  ul.checklist-area li .checklist-area__number {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
  }
}

ul.checklist-area li .checklist-area__description {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: 160%;
}

ul.checklist-area li .checklist-area__description:last-child {
  margin-right: 0;
}

.w-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.opacity-50 {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .d-inline-block-sp {
    display: inline-block !important;
  }
}

.mp-upload {
  border: 3px dashed #83838c;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #f4f4f4;
  padding: 16px;
  cursor: pointer;
}

.mp-upload .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  padding-top: 12px;
  color: #242424;
}

.mp-upload .txt-note {
  font-size: 12px;
  margin-top: 16px;
  text-align: left;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .mp-upload {
    height: 160px;
  }
  .mp-upload .text {
    font-size: 14px;
    padding-top: 8px;
  }
}

.fw-600 > *, .my-ideaclip-preview .preview_title > *, .unsub-title > * {
  font-weight: 600;
}

.mp-list-group {
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

.mp-list-group .mp-list-group-item {
  border-top: 1px solid #d8d8d8;
  color: #242424;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  .mp-list-group .mp-list-group-item {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.mp-form-pw {
  position: relative;
}

.mp-form-pw .btn-toggle-eye {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 1.5em;
  right: 16px;
  padding: 0;
  width: 28px;
  height: 28px;
  background-image: url(/kodate/lp/catalog/assets/img/icon-eye-off.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.mp-form-pw.show .btn-toggle-eye {
  background-image: url(/kodate/lp/catalog/assets/img/icon-eye-on.svg);
}

.mp-b-buttons {
  margin-top: 48px;
}

.mp-b-buttons_lg {
  margin-top: 80px;
}

.mp-b-buttons_md {
  margin-top: 40px;
}

.mp-b-buttons_sm {
  margin-top: 28px;
}

.mp-b-buttons_xs {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-b-buttons {
    margin-top: 40px;
  }
  .mp-b-buttons [class^="col"] + [class^="col"] {
    margin-top: 20px;
  }
  .mp-b-buttons_sm {
    margin-top: 20px;
  }
  .mp-b-buttons_xs {
    margin-top: 12px;
  }
}

#drop-area {
  border: 2px dashed #bfbfbf;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #drop-area {
    border: 0 !important;
    padding: 0 !important;
  }
}

#drop-area:hover {
  background-clip: padding-box;
  background-color: #d8d8d8;
}

.mp-form.was-validated #drop-area {
  border-color: #c03f3f;
  background-color: #f9ebeb;
}

.mp-form.was-validated #drop-area ~ .invalid-feedback, .mp-form.was-validated #drop-area ~ .invalid-feedback-top {
  display: block;
  text-align: left;
}

.mp-form.was-validated #drop-area .error-msg-1 {
  display: none !important;
}

.mp-form.was-validated #drop-area .error-msg-2 {
  display: block !important;
}

.w-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mp-js-width-slider {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mp-js-width-slider .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mp-js-width-slider {
    margin-left: 20px !important;
  }
}

.page-description {
  margin-top: 12px;
  line-height: 160%;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

.page-description .msg-important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-description .msg-important p {
  color: #c03f3f !important;
  font-weight: 600 !important;
}

.page-description .msg-important :first-child {
  margin-right: 4px;
}

.page-description .txt-link, .page-description .txt-link-small {
  padding: 0;
  font-size: 15px;
}

.page-description .txt-link .txt-link-title, .page-description .txt-link-small .txt-link-title {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .page-description .txt-link, .page-description .txt-link-small {
    font-size: 14px;
  }
}

.mp-login-sns .heading-2, .mp-login-sns h2.mp-heading, .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-login-sns .txt, .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-login-sns .sub-title {
  text-align: left;
}

.list-sns {
  list-style: none !important;
}

.list-sns .btn-mypage, .list-sns .btn-mypage-sns, .list-sns .btn-mypage-sns-2, .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .list-sns .nav-link {
  padding: 12px;
}

.list-sns .btn-mypage span, .list-sns .btn-mypage-sns span, .list-sns .btn-mypage-sns-2 span, .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .list-sns .nav-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 200%;
}

.list-sns .btn-mypage span i, .list-sns .btn-mypage-sns span i, .list-sns .btn-mypage-sns-2 span i, .list-sns .box-tab__catalog .nav-tabs .nav-link span i, .box-tab__catalog .nav-tabs .list-sns .nav-link span i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .list-sns .btn-mypage, .list-sns .btn-mypage-sns, .list-sns .btn-mypage-sns-2, .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .list-sns .nav-link {
    padding: 10px 14px;
  }
  .list-sns .btn-mypage span, .list-sns .btn-mypage-sns span, .list-sns .btn-mypage-sns-2 span, .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .list-sns .nav-link span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .list-sns .col-md-4, .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn, .mp-buttons.mp-buttons_1btn-4col .list-sns .col-btn, .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn, .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn, .list-sns .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .col-btn, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn, .list-sns .con_mp-top-ideaclip .box-text, .con_mp-top-ideaclip .list-sns .box-text, .list-sns .mp-page-se .box-account-holder .box-txt-link, .mp-page-se .box-account-holder .list-sns .box-txt-link {
    margin-top: 12px;
  }
  .list-sns .col-md-4:first-child, .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .list-sns .col-btn:first-child, .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn:first-child, .list-sns .con_mp-top-ideaclip .box-text:first-child, .con_mp-top-ideaclip .list-sns .box-text:first-child, .list-sns .mp-page-se .box-account-holder .box-txt-link:first-child, .mp-page-se .box-account-holder .list-sns .box-txt-link:first-child, .list-sns .col-md-4:nth-child(2), .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .list-sns .col-btn:nth-child(2), .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn:nth-child(2), .list-sns .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(2), .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn:nth-child(2), .list-sns .con_mp-top-ideaclip .box-text:nth-child(2), .con_mp-top-ideaclip .list-sns .box-text:nth-child(2), .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(2), .mp-page-se .box-account-holder .list-sns .box-txt-link:nth-child(2), .list-sns .col-md-4:nth-child(3), .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .list-sns .col-btn:nth-child(3), .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn:nth-child(3), .list-sns .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(3), .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .mp-buttons.mp-buttons_2btn-4col .list-sns .col-btn:nth-child(3), .list-sns .con_mp-top-ideaclip .box-text:nth-child(3), .con_mp-top-ideaclip .list-sns .box-text:nth-child(3), .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(3), .mp-page-se .box-account-holder .list-sns .box-txt-link:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-sns .col-6 {
    margin-top: 16px;
  }
  .list-sns .col-6:first-child, .list-sns .col-6:nth-child(2) {
    margin-top: 0;
  }
}

.mp-login-sns .heading-2, .mp-login-sns h2.mp-heading, .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-login-sns .txt, .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-login-sns .sub-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .mp-login-sns .heading-2, .mp-login-sns h2.mp-heading, .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-login-sns .txt, .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-login-sns .sub-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.mp-login-sns .list-sns .btn-mypage, .mp-login-sns .list-sns .btn-mypage-sns, .mp-login-sns .list-sns .btn-mypage-sns-2, .mp-login-sns .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-login-sns .list-sns .nav-link {
  padding: 12px;
}

.mp-login-sns .list-sns .btn-mypage span, .mp-login-sns .list-sns .btn-mypage-sns span, .mp-login-sns .list-sns .btn-mypage-sns-2 span, .mp-login-sns .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .mp-login-sns .list-sns .nav-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 200%;
}

.mp-login-sns .list-sns .btn-mypage span i, .mp-login-sns .list-sns .btn-mypage-sns span i, .mp-login-sns .list-sns .btn-mypage-sns-2 span i, .mp-login-sns .list-sns .box-tab__catalog .nav-tabs .nav-link span i, .box-tab__catalog .nav-tabs .mp-login-sns .list-sns .nav-link span i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .mp-login-sns .list-sns .btn-mypage, .mp-login-sns .list-sns .btn-mypage-sns, .mp-login-sns .list-sns .btn-mypage-sns-2, .mp-login-sns .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-login-sns .list-sns .nav-link {
    padding: 10px 14px;
  }
  .mp-login-sns .list-sns .btn-mypage span, .mp-login-sns .list-sns .btn-mypage-sns span, .mp-login-sns .list-sns .btn-mypage-sns-2 span, .mp-login-sns .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .mp-login-sns .list-sns .nav-link span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-login-sns .list-sns .col-md-4, .mp-login-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn, .mp-buttons.mp-buttons_1btn-4col .mp-login-sns .list-sns .col-btn, .mp-login-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn, .mp-buttons.mp-buttons_2btn-4col .mp-login-sns .list-sns .col-btn, .mp-login-sns .list-sns .con_mp-top-ideaclip .box-text, .con_mp-top-ideaclip .mp-login-sns .list-sns .box-text, .mp-login-sns .list-sns .mp-page-se .box-account-holder .box-txt-link, .mp-page-se .box-account-holder .mp-login-sns .list-sns .box-txt-link {
    margin-top: 12px;
  }
  .mp-login-sns .list-sns .col-md-4:first-child, .mp-login-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .mp-login-sns .list-sns .col-btn:first-child, .mp-login-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .mp-login-sns .list-sns .col-btn:first-child, .mp-login-sns .list-sns .con_mp-top-ideaclip .box-text:first-child, .con_mp-top-ideaclip .mp-login-sns .list-sns .box-text:first-child, .mp-login-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:first-child, .mp-page-se .box-account-holder .mp-login-sns .list-sns .box-txt-link:first-child, .mp-login-sns .list-sns .col-md-4:nth-child(2), .mp-login-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .mp-login-sns .list-sns .col-btn:nth-child(2), .mp-login-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .mp-login-sns .list-sns .col-btn:nth-child(2), .mp-login-sns .list-sns .con_mp-top-ideaclip .box-text:nth-child(2), .con_mp-top-ideaclip .mp-login-sns .list-sns .box-text:nth-child(2), .mp-login-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(2), .mp-page-se .box-account-holder .mp-login-sns .list-sns .box-txt-link:nth-child(2), .mp-login-sns .list-sns .col-md-4:nth-child(3), .mp-login-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-login-sns .list-sns .col-btn:nth-child(3), .mp-login-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-login-sns .list-sns .col-btn:nth-child(3), .mp-login-sns .list-sns .con_mp-top-ideaclip .box-text:nth-child(3), .con_mp-top-ideaclip .mp-login-sns .list-sns .box-text:nth-child(3), .mp-login-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-login-sns .list-sns .box-txt-link:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mp-login-sns .list-sns .col-6 {
    margin-top: 16px;
  }
  .mp-login-sns .list-sns .col-6:first-child, .mp-login-sns .list-sns .col-6:nth-child(2) {
    margin-top: 0;
  }
}

.mp-register-sns .heading-2, .mp-register-sns h2.mp-heading, .mp-register-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-register-sns .txt, .mp-register-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-register-sns .sub-title, .mp-register-sns .heading-3, .mp-register-sns .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-register-sns .title, .mp-register-sns .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-register-sns .sub-title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .mp-register-sns .heading-2, .mp-register-sns h2.mp-heading, .mp-register-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-register-sns .txt, .mp-register-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-register-sns .sub-title, .mp-register-sns .heading-3, .mp-register-sns .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-register-sns .title, .mp-register-sns .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-register-sns .sub-title {
    margin-bottom: 16px;
  }
}

.mp-register-sns .list-sns .btn-mypage, .mp-register-sns .list-sns .btn-mypage-sns, .mp-register-sns .list-sns .btn-mypage-sns-2, .mp-register-sns .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-register-sns .list-sns .nav-link {
  padding: 15px 20px;
  height: 56px;
}

.mp-register-sns .list-sns .btn-mypage span, .mp-register-sns .list-sns .btn-mypage-sns span, .mp-register-sns .list-sns .btn-mypage-sns-2 span, .mp-register-sns .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .mp-register-sns .list-sns .nav-link span {
  line-height: 160%;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .mp-register-sns .list-sns .btn-mypage, .mp-register-sns .list-sns .btn-mypage-sns, .mp-register-sns .list-sns .btn-mypage-sns-2, .mp-register-sns .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-register-sns .list-sns .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-register-sns .list-sns .col-md-4, .mp-register-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn, .mp-buttons.mp-buttons_1btn-4col .mp-register-sns .list-sns .col-btn, .mp-register-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn, .mp-buttons.mp-buttons_2btn-4col .mp-register-sns .list-sns .col-btn, .mp-register-sns .list-sns .con_mp-top-ideaclip .box-text, .con_mp-top-ideaclip .mp-register-sns .list-sns .box-text, .mp-register-sns .list-sns .mp-page-se .box-account-holder .box-txt-link, .mp-page-se .box-account-holder .mp-register-sns .list-sns .box-txt-link {
    margin-top: 24px;
  }
  .mp-register-sns .list-sns .col-md-4:first-child, .mp-register-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .mp-register-sns .list-sns .col-btn:first-child, .mp-register-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .mp-register-sns .list-sns .col-btn:first-child, .mp-register-sns .list-sns .con_mp-top-ideaclip .box-text:first-child, .con_mp-top-ideaclip .mp-register-sns .list-sns .box-text:first-child, .mp-register-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:first-child, .mp-page-se .box-account-holder .mp-register-sns .list-sns .box-txt-link:first-child, .mp-register-sns .list-sns .col-md-4:nth-child(2), .mp-register-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .mp-register-sns .list-sns .col-btn:nth-child(2), .mp-register-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .mp-register-sns .list-sns .col-btn:nth-child(2), .mp-register-sns .list-sns .con_mp-top-ideaclip .box-text:nth-child(2), .con_mp-top-ideaclip .mp-register-sns .list-sns .box-text:nth-child(2), .mp-register-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(2), .mp-page-se .box-account-holder .mp-register-sns .list-sns .box-txt-link:nth-child(2), .mp-register-sns .list-sns .col-md-4:nth-child(3), .mp-register-sns .list-sns .mp-buttons.mp-buttons_1btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-register-sns .list-sns .col-btn:nth-child(3), .mp-register-sns .list-sns .mp-buttons.mp-buttons_2btn-4col .col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-register-sns .list-sns .col-btn:nth-child(3), .mp-register-sns .list-sns .con_mp-top-ideaclip .box-text:nth-child(3), .con_mp-top-ideaclip .mp-register-sns .list-sns .box-text:nth-child(3), .mp-register-sns .list-sns .mp-page-se .box-account-holder .box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-register-sns .list-sns .box-txt-link:nth-child(3) {
    margin-top: 0;
  }
}

.mp-border-top, ul.checklist-area .sub-checklist-area + .sub-checklist-area, .mp-register-link {
  border-top: 1px solid #d8d8d8;
}

.mp-border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.bg-position__center {
  background-position: center;
}

.bg-size__auto {
  background-size: auto;
}

.bg-size__cover {
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .ct-recom .mp-panel,
  .ct-browsing-history .mp-panel {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ct-recom .mp-panel .col-item.col-7, .ct-recom .mp-panel .col-item.col-9,
  .ct-browsing-history .mp-panel .col-item.col-7,
  .ct-browsing-history .mp-panel .col-item.col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ct-recom .mp-panel-movie .col-item.col-7 .mp-panel__text, .ct-recom .mp-panel-movie .col-item.col-9 .mp-panel__text,
  .ct-browsing-history .mp-panel-movie .col-item.col-7 .mp-panel__text,
  .ct-browsing-history .mp-panel-movie .col-item.col-9 .mp-panel__text {
    padding: 16px;
  }
}

.ct-recom .swiper-slide,
.ct-browsing-history .swiper-slide {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .ct-recom .swiper-slide,
  .ct-browsing-history .swiper-slide {
    margin-right: 20px;
  }
}

.ct-recom .mp-panel-ct .swiper-slide {
  width: 208px !important;
}

@media only screen and (min-width: 768px) {
  .ct-recom .mp-panel-ct .swiper-slide {
    width: 264px !important;
  }
}

.ct-recom .mp-panel-movie .swiper-slide {
  width: 260px !important;
}

@media only screen and (min-width: 768px) {
  .ct-recom .mp-panel-movie .swiper-slide {
    width: 360px !important;
  }
}

.ct-recom h3.heading-3, .ct-recom .con_mp-intro .row-intro h3.title, .con_mp-intro .row-intro .ct-recom h3.title, .ct-recom .mp-findLand .box-land-service h3.sub-title, .mp-findLand .box-land-service .ct-recom h3.sub-title {
  margin-top: 0;
}

.ct-browsing-history .mp-panel {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .ct-browsing-history .mp-panel {
    margin-top: 20px;
  }
}

.ct-browsing-history .mp-panel-favorite .swiper-slide {
  width: 208px !important;
}

@media only screen and (min-width: 768px) {
  .ct-browsing-history .mp-panel-favorite .swiper-slide {
    width: 168px !important;
  }
}

.ct-browsing-history .mp-panel-movie .swiper-slide {
  width: 260px !important;
}

@media only screen and (min-width: 768px) {
  .ct-browsing-history .mp-panel-movie .swiper-slide {
    width: 264px !important;
  }
}

.ct-list-categories .mp_accordion {
  border-top: 0;
  margin-top: 0;
}

.ct-list-categories .accordion:first-of-type {
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
}

.ct-list-categories .accordion .accordion_content .accordion_inner {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .ct-list-categories .accordion .mp-panel-favorite li {
    margin-top: 24px;
  }
  .ct-list-categories .accordion .mp-panel-favorite li:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ct-list-categories .accordion .mp-panel-ct .mp-panel__text {
    padding-top: 16px;
  }
}


.ct-section .ct-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ct-section .ct-avatar {
    margin-top: 28px;
  }
}

.ct-section .ct-avatar .avatar {
  width: 60px;
  height: 60px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .ct-section .ct-avatar .avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }
}

.ct-section .ct-avatar .txt {
  font-size: 15px;
  line-height: 160%;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .ct-section .ct-avatar .txt {
    padding: 8px 40px 0;
    width: 100%;
  }
}

.ct-section .mp-panel .box-img-thumbnail:hover .img-thumbnail, .ct-section .mp-panel .card.mp-card .card-image:hover .img-thumbnail, .card.mp-card .ct-section .mp-panel .card-image:hover .img-thumbnail, .ct-section .mp-panel .box-img-thumbnail:hover .mp-top-banner img, .mp-top-banner .ct-section .mp-panel .box-img-thumbnail:hover img, .ct-section .mp-panel .card.mp-card .card-image:hover .mp-top-banner img, .mp-top-banner .ct-section .mp-panel .card.mp-card .card-image:hover img, .card.mp-card .ct-section .mp-panel .card-image:hover .mp-top-banner img, .mp-top-banner .card.mp-card .ct-section .mp-panel .card-image:hover img, .ct-section .mp-panel .box-img-thumbnail:hover .mp-lp-banner img, .mp-lp-banner .ct-section .mp-panel .box-img-thumbnail:hover img, .ct-section .mp-panel .card.mp-card .card-image:hover .mp-lp-banner img, .mp-lp-banner .ct-section .mp-panel .card.mp-card .card-image:hover img, .card.mp-card .ct-section .mp-panel .card-image:hover .mp-lp-banner img, .mp-lp-banner .card.mp-card .ct-section .mp-panel .card-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ct-section .ct-recom {
  background: #f4f4f4;
  padding-top: 48px;
  padding-bottom: 48px;
}

.ct-section .ct-recom .mp-panel {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ct-section .ct-recom .mp-panel {
    margin-top: 28px;
  }
}

.ct-section--catalog .ct-recom .mp-panel-favorite .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 767px) {
  .ct-section--catalog .ct-recom .mp-panel-favorite .title {
    -webkit-line-clamp: 1;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ct-section--catalog .ct-recom .mp-panel-favorite .box-btn {
    margin-top: 16px;
  }
}

.ct-section--catalog .ct-recom .mp-panel .box-img-thumbnail, .ct-section--catalog .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-recom .mp-panel .card-image {
  height: 372px;
}

@media only screen and (max-width: 767px) {
  .ct-section--catalog .ct-recom .mp-panel .box-img-thumbnail, .ct-section--catalog .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-recom .mp-panel .card-image {
    height: 293px;
  }
}

.ct-section--catalog .ct-list-categories .mp-panel .box-img-thumbnail, .ct-section--catalog .ct-list-categories .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-list-categories .mp-panel .card-image {
  height: 372px;
}

@media only screen and (max-width: 767px) {
  .ct-section--catalog .ct-list-categories .mp-panel .box-img-thumbnail, .ct-section--catalog .ct-list-categories .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-list-categories .mp-panel .card-image {
    height: 336px;
  }
}

.ct-section--catalog .ct-browsing-history .box-img-thumbnail, .ct-section--catalog .ct-browsing-history .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-browsing-history .card-image {
  height: 236px;
}

@media only screen and (max-width: 767px) {
  .ct-section--catalog .ct-browsing-history .box-img-thumbnail, .ct-section--catalog .ct-browsing-history .card.mp-card .card-image, .card.mp-card .ct-section--catalog .ct-browsing-history .card-image {
    height: 293px;
  }
}

.ct-section--movie .ct-recom {
  padding-bottom: 39px;
}

.ct-section--movie .ct-recom .mp-panel .box-img-thumbnail, .ct-section--movie .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-recom .mp-panel .card-image {
  height: 205px;
}

@media only screen and (max-width: 767px) {
  .ct-section--movie .ct-recom .mp-panel .box-img-thumbnail, .ct-section--movie .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-recom .mp-panel .card-image {
    height: 148px;
  }
}

.ct-section--movie .mp-panel-favorite .mp-panel__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ct-section--movie .mp-panel-favorite .mp-panel__text .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ct-section--movie .ct-list-categories .accordion_inner {
  padding-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .ct-section--movie .ct-list-categories .mp-panel-movie li {
    margin-top: 28px;
  }
  .ct-section--movie .ct-list-categories .mp-panel-movie li:first-child {
    margin-top: 0;
  }
}


.ct-section--movie .ct-list-categories .mp-panel-movie .box-img-thumbnail, .ct-section--movie .ct-list-categories .mp-panel-movie .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-list-categories .mp-panel-movie .card-image {
  height: 205px;
}

@media only screen and (max-width: 767px) {
  .ct-section--movie .ct-list-categories .mp-panel-movie .box-img-thumbnail, .ct-section--movie .ct-list-categories .mp-panel-movie .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-list-categories .mp-panel-movie .card-image {
    height: 192px;
  }
}

.ct-section--movie .ct-browsing-history .mp-panel .box-img-thumbnail, .ct-section--movie .ct-browsing-history .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-browsing-history .mp-panel .card-image {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .ct-section--movie .ct-browsing-history .mp-panel .box-img-thumbnail, .ct-section--movie .ct-browsing-history .mp-panel .card.mp-card .card-image, .card.mp-card .ct-section--movie .ct-browsing-history .mp-panel .card-image {
    height: 148px;
  }
}

.ct-section .mp-panel-favorite__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ct-section .mp-panel-favorite .line-clamp::after, .ct-section .mp-panel-favorite .line-clamp-1::after, .ct-section .mp-panel-favorite .mp-panel-event .mp-panel__text .title::after, .mp-panel-event .mp-panel__text .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-panel-event .mp-panel__text .address::after, .mp-panel-event .mp-panel__text .ct-section .mp-panel-favorite .address::after, .ct-section .mp-panel-favorite .mp-panel__text .title.title-2::after, .mp-panel__text .ct-section .mp-panel-favorite .title.title-2::after, .ct-section .mp-panel-favorite .mp-page-ev .mp-panel__text .title::after, .mp-page-ev .mp-panel__text .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-page-ev .mp-panel__text .address::after, .mp-page-ev .mp-panel__text .ct-section .mp-panel-favorite .address::after, .ct-section .mp-panel-favorite .line-clamp-2::after, .ct-section .mp-panel-favorite .mp-panel .threedots::after, .mp-panel .ct-section .mp-panel-favorite .threedots::after, .ct-section .mp-panel-favorite .mp-panel__text .desc::after, .mp-panel__text .ct-section .mp-panel-favorite .desc::after, .ct-section .mp-panel-favorite .my-ideaclip .title::after, .my-ideaclip .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .con_mp-news .box-event .box-left .title::after, .con_mp-news .box-event .box-left .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-exhibition .box-left .txt-title::after, .mp-exhibition .box-left .ct-section .mp-panel-favorite .txt-title::after, .ct-section .mp-panel-favorite .mp-exhibition .box-left .txt-address::after, .mp-exhibition .box-left .ct-section .mp-panel-favorite .txt-address::after, .ct-section .mp-panel-favorite .mp-exhibition .box-link .txt-title::after, .mp-exhibition .box-link .ct-section .mp-panel-favorite .txt-title::after, .ct-section .mp-panel-favorite .mp-exhibition .box-link .txt-address::after, .mp-exhibition .box-link .ct-section .mp-panel-favorite .txt-address::after, .ct-section .mp-panel-favorite .mp-page-ca .mp-b-favorite__text .title::after, .mp-page-ca .mp-b-favorite__text .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .line-clamp-3::after, .ct-section .mp-panel-favorite .mp-panel-ct .desc::after, .mp-panel-ct .ct-section .mp-panel-favorite .desc::after, .ct-section .mp-panel-favorite .mp-panel-movie .mp-panel__text .title::after, .mp-panel-movie .mp-panel__text .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-panel__text .title.title-4::after, .mp-panel__text .ct-section .mp-panel-favorite .title.title-4::after, .ct-section .mp-panel-favorite .ct-list-categories .mp-panel .desc::after, .ct-list-categories .mp-panel .ct-section .mp-panel-favorite .desc::after, .ct-section .mp-panel-favorite .line-clamp-4::after, .ct-section .mp-panel-favorite .mp-panel-movie .col-9.col-md-3 .title::after, .mp-panel-movie .col-9.col-md-3 .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title::after, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title::after, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title::after, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title::after, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .ct-section .mp-panel-favorite .title::after, .ct-section .mp-panel-favorite .mp-panel__text .title.title-5::after, .mp-panel__text .ct-section .mp-panel-favorite .title.title-5::after, .ct-section .mp-panel-favorite .line-clamp-5::after, .ct-section .mp-panel-favorite .my-ideaclip__memo .inner::after, .my-ideaclip__memo .ct-section .mp-panel-favorite .inner::after, .ct-section .mp-panel-favorite .line-clamp-6::after {
  display: none;
}

.ct-section .mp-panel-movie .box-img-thumbnail .img-thumbnail, .ct-section .mp-panel-movie .card.mp-card .card-image .img-thumbnail, .card.mp-card .ct-section .mp-panel-movie .card-image .img-thumbnail, .ct-section .mp-panel-movie .box-img-thumbnail .mp-top-banner img, .mp-top-banner .ct-section .mp-panel-movie .box-img-thumbnail img, .ct-section .mp-panel-movie .card.mp-card .card-image .mp-top-banner img, .mp-top-banner .ct-section .mp-panel-movie .card.mp-card .card-image img, .card.mp-card .ct-section .mp-panel-movie .card-image .mp-top-banner img, .mp-top-banner .card.mp-card .ct-section .mp-panel-movie .card-image img, .ct-section .mp-panel-movie .box-img-thumbnail .mp-lp-banner img, .mp-lp-banner .ct-section .mp-panel-movie .box-img-thumbnail img, .ct-section .mp-panel-movie .card.mp-card .card-image .mp-lp-banner img, .mp-lp-banner .ct-section .mp-panel-movie .card.mp-card .card-image img, .card.mp-card .ct-section .mp-panel-movie .card-image .mp-lp-banner img, .mp-lp-banner .card.mp-card .ct-section .mp-panel-movie .card-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ct-list-categories .mp_accordion:not(.accordion_sm) .accordion_button {
  padding-top: 31px;
  padding-bottom: 31px;
}

@media only screen and (min-width: 768px) {
  .ct-list-categories .mp_accordion:not(.accordion_sm) .accordion_button.open {
    padding-bottom: 28px;
  }
}

.ct-list-categories .accordion {
  margin-top: 0;
  border-top: 0;
}

.ct-list-categories .accordion .mp-panel {
  margin-top: 0 !important;
}

.ct-list-categories .mp-panel-favorite .mp-panel__text .title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.ct-section .scroll-x, .ct-section .nav-tabs {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.ct-section .scroll-x::-webkit-scrollbar-track, .ct-section .nav-tabs::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.ct-section .scroll-x::-webkit-scrollbar, .ct-section .nav-tabs::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background-color: transparent;
}

.ct-section .scroll-x::-webkit-scrollbar-thumb, .ct-section .nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8d8d8;
}

.ct-section .scroll-x::-webkit-scrollbar-track, .ct-section .nav-tabs::-webkit-scrollbar-track, .ct-section .scroll-x::-webkit-scrollbar, .ct-section .nav-tabs::-webkit-scrollbar {
  background: transparent;
}

@media only screen and (min-width: 1200px) {
  .ct-section .scroll-x::-webkit-scrollbar-thumb, .ct-section .nav-tabs::-webkit-scrollbar-thumb {
    display: none;
  }
  .ct-section .scroll-x:hover::-webkit-scrollbar-thumb, .ct-section .nav-tabs:hover::-webkit-scrollbar-thumb {
    display: block;
  }
}

.mp-request-catalog .mp_accordion.accordion_md {
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .mp_accordion.accordion_md {
    margin-top: 16px;
  }
}

.mp-request-catalog .mp_accordion .accordion_text {
  padding-right: 10px;
}

.mp-request-catalog .mp_accordion .mp-panel .col-item {
  margin-top: 0 !important;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .mp_accordion .mp-panel .col-item {
    margin-bottom: 32px;
  }
}

.mp-request-catalog .mp_accordion .mp-panel .mp-panel__text {
  padding-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .mp_accordion .mp-panel .mp-panel__text {
    padding-top: 8px;
  }
}

.mp-request-catalog .ct-recom {
  margin-top: 32px;
}

.mp-request-catalog .ct-recom .heading-3, .mp-request-catalog .ct-recom .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-request-catalog .ct-recom .title, .mp-request-catalog .ct-recom .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-request-catalog .ct-recom .sub-title {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .ct-recom {
    margin-top: 20px;
  }
}

.mp-request-catalog .ct-recom .mp-panel .box-img-thumbnail, .mp-request-catalog .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .mp-request-catalog .ct-recom .mp-panel .card-image {
  height: 417px;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .ct-recom .mp-panel .box-img-thumbnail, .mp-request-catalog .ct-recom .mp-panel .card.mp-card .card-image, .card.mp-card .mp-request-catalog .ct-recom .mp-panel .card-image {
    height: 140px;
  }
}

.mp-request-catalog .accordion .mp-panel-favorite {
  margin-top: 0;
}

.mp-request-catalog .accordion .mp-panel-favorite .box-img-thumbnail, .mp-request-catalog .accordion .mp-panel-favorite .card.mp-card .card-image, .card.mp-card .mp-request-catalog .accordion .mp-panel-favorite .card-image {
  height: 304px;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .accordion .mp-panel-favorite .box-img-thumbnail, .mp-request-catalog .accordion .mp-panel-favorite .card.mp-card .card-image, .card.mp-card .mp-request-catalog .accordion .mp-panel-favorite .card-image {
    height: 225px;
  }
}

.mp-request-catalog .box-agree {
  margin-top: 40px;
  margin-bottom: 28px;
}

.mp-request-catalog .box-agree .txt-link-small {
  margin-top: 12px;
  margin-left: 34px;
}

.mp-request-catalog .box-handleInfo {
  border: 1px solid #bfbfbf;
  padding: 36px;
  margin-bottom: 20px;
}

.mp-request-catalog .box-handleInfo .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.mp-request-catalog .box-handleInfo .mp-plainText_15, .mp-request-catalog .box-handleInfo .list-style-dot li, .list-style-dot .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo .box-news-info ul li, .box-news-info ul .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo .list-style-order li, .list-style-order .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo .list-style-order2 li, .list-style-order2 .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo ol ol li, ol ol .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo .box-news-info ol li, .box-news-info ol .mp-request-catalog .box-handleInfo li, .mp-request-catalog .box-handleInfo .box-logged .list-style-note li, .mp-request-catalog .box-logged .list-style-note .box-handleInfo li, .mp-request-catalog .box-handleInfo .con_mp-intro .row-intro .desc, .con_mp-intro .row-intro .mp-request-catalog .box-handleInfo .desc, .mp-request-catalog .box-handleInfo .mp-idea-favorite .box-noFavorite .desc, .mp-idea-favorite .box-noFavorite .mp-request-catalog .box-handleInfo .desc, .mp-request-catalog .box-handleInfo .mp-page-top .mp-panel-movie .title, .mp-page-top .mp-panel-movie .mp-request-catalog .box-handleInfo .title, .mp-request-catalog .box-handleInfo .mp-page-news .createAt, .mp-page-news .mp-request-catalog .box-handleInfo .createAt, .mp-request-catalog .box-handleInfo .box-news-info p, .box-news-info .mp-request-catalog .box-handleInfo p, .mp-request-catalog .box-handleInfo .unsub-title, .mp-request-catalog .box-handleInfo .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-request-catalog .box-handleInfo .date, .mp-request-catalog .box-handleInfo .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-request-catalog .box-handleInfo .title, .mp-request-catalog .box-handleInfo .mp-page-ev .box-register .desc, .mp-page-ev .box-register .mp-request-catalog .box-handleInfo .desc, .mp-request-catalog .box-handleInfo .mp-page-sr .box-register .desc, .mp-page-sr .box-register .mp-request-catalog .box-handleInfo .desc {
  margin-top: 16px;
}

.mp-request-catalog .box-handleInfo .txt-link-small {
  margin-top: 8px;
  white-space: nowrap;
}

.mp-request-catalog .box-info-other {
  position: relative;
}

.mp-request-catalog .box-info-other::after {
  display: block;
  content: "";
  width: 83%;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .mp-request-catalog .box-info-other::after {
    width: 100%;
  }
}

.mp-request-catalog .box-info-other p {
  margin-top: 8px;
}

.mp-request-catalog .box-info-other .box-content {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mp-request-catalog .box-info-other .box-content .form-row:last-child {
  padding-bottom: 0;
}

.mp-request-catalog .box-info-other .box-content .form-row:last-child::after {
  display: none;
}

.mp-request-catalog .ct-list-categories .accordion:first-of-type {
  margin-top: 80px;
}

.mp-request-catalog .ct-list-categories .accordion_sm .accordion_inner {
  padding-right: 40px;
}

.mp-request-catalog .ct-list-categories .accordion_sm .accordion_arrow {
  margin-right: 12px;
}

.mp-request-catalog .box-logged {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .mp-request-catalog .box-logged {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mp-request-catalog .request-error {
  color: #c03f3f;
  margin-top: 12px;
}

.mp-request-catalog .request-error p {
  font-weight: 600;
}

.mp-request-catalog .request-error ul li {
  font-weight: 600;
  color: #c03f3f;
  margin-top: 8px;
}

.mp-request-confirm .ct-recom {
  margin-top: 20px;
}

.mp-request-confirm .mp-form {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mp-page-ct-favorite .mp-panel .col-item.col-md-3:first-child, .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:first-child, .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_4btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:first-child, .mp-page-ct-favorite .mp-panel .col-item.col-md-3:nth-child(2), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(2), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_4btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(2), .mp-page-ct-favorite .mp-panel .col-item.col-md-3:nth-child(3), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(3), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_4btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(3), .mp-page-ct-favorite .mp-panel .col-item.col-md-3:nth-child(4), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_2btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(4), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_4btn-3col .col-item.col-btn:nth-child(4), .mp-buttons.mp-buttons_4btn-3col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(4) {
    margin-top: 0;
  }
  .mp-page-ct-favorite .mp-panel .col-item.col-md-4:first-child, .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_1btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:first-child, .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:first-child, .mp-buttons.mp-buttons_2btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:first-child, .mp-page-ct-favorite .mp-panel .con_mp-top-ideaclip .col-item.box-text:first-child, .con_mp-top-ideaclip .mp-page-ct-favorite .mp-panel .col-item.box-text:first-child, .mp-page-ct-favorite .mp-panel .mp-page-se .box-account-holder .col-item.box-txt-link:first-child, .mp-page-se .box-account-holder .mp-page-ct-favorite .mp-panel .col-item.box-txt-link:first-child, .mp-page-ct-favorite .mp-panel .col-item.col-md-4:nth-child(2), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_1btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(2), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(2), .mp-buttons.mp-buttons_2btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(2), .mp-page-ct-favorite .mp-panel .con_mp-top-ideaclip .col-item.box-text:nth-child(2), .con_mp-top-ideaclip .mp-page-ct-favorite .mp-panel .col-item.box-text:nth-child(2), .mp-page-ct-favorite .mp-panel .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(2), .mp-page-se .box-account-holder .mp-page-ct-favorite .mp-panel .col-item.box-txt-link:nth-child(2), .mp-page-ct-favorite .mp-panel .col-item.col-md-4:nth-child(3), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(3), .mp-page-ct-favorite .mp-panel .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-page-ct-favorite .mp-panel .col-item.col-btn:nth-child(3), .mp-page-ct-favorite .mp-panel .con_mp-top-ideaclip .col-item.box-text:nth-child(3), .con_mp-top-ideaclip .mp-page-ct-favorite .mp-panel .col-item.box-text:nth-child(3), .mp-page-ct-favorite .mp-panel .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-page-ct-favorite .mp-panel .col-item.box-txt-link:nth-child(3) {
    margin-top: 0;
  }
}

.mp-page-ct-favorite .mp-panel-ct .mp-panel__text .title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.mp-page-ct-favorite .mp-panel-ct .col-item {
  margin-top: 40px;
}

.mp-page-ct-favorite .mp-panel-ct .col-item .box-img-thumbnail, .mp-page-ct-favorite .mp-panel-ct .col-item .card.mp-card .card-image, .card.mp-card .mp-page-ct-favorite .mp-panel-ct .col-item .card-image {
  height: 372px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ct-favorite .mp-panel-ct .col-item .box-img-thumbnail, .mp-page-ct-favorite .mp-panel-ct .col-item .card.mp-card .card-image, .card.mp-card .mp-page-ct-favorite .mp-panel-ct .col-item .card-image {
    height: 336px;
  }
}

.mp-page-ct-favorite .mp-panel-movie .col-item {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ct-favorite .mp-panel-movie .col-item {
    margin-top: 28px;
  }
}

.mp-page-ct-favorite .mp-panel-movie .col-item:first-child {
  margin-top: 0;
}

.mp-page-ct-favorite .mp-panel-movie .col-item .box-img-thumbnail, .mp-page-ct-favorite .mp-panel-movie .col-item .card.mp-card .card-image, .card.mp-card .mp-page-ct-favorite .mp-panel-movie .col-item .card-image {
  height: 205px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ct-favorite .mp-panel-movie .col-item .box-img-thumbnail, .mp-page-ct-favorite .mp-panel-movie .col-item .card.mp-card .card-image, .card.mp-card .mp-page-ct-favorite .mp-panel-movie .col-item .card-image {
    height: 192px;
  }
}

.box-list-catalog {
  margin-top: 60px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

@media only screen and (max-width: 767px) {
  .box-list-catalog {
    margin-top: 40px;
  }
}

.box-list-catalog .item {
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.box-list-catalog .date {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .box-list-catalog .date {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

ul.checklist-history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

ul.checklist-history li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  ul.checklist-history li {
    margin-top: 16px;
  }
}

ul.checklist-history .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  ul.checklist-history .title {
    font-size: 13px;
    margin-bottom: 16px;
  }
}

ul.checklist-history .fav-set__action {
  margin-top: 2px;
}

ul.checklist-history .box-img-thumbnail, ul.checklist-history .card.mp-card .card-image, .card.mp-card ul.checklist-history .card-image {
  width: 96px;
  height: 132px;
}

@media only screen and (max-width: 767px) {
  ul.checklist-history .box-img-thumbnail, ul.checklist-history .card.mp-card .card-image, .card.mp-card ul.checklist-history .card-image {
    width: 100px;
    height: 100px;
  }
}

ul.checklist-history .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 96px;
}

@media only screen and (max-width: 767px) {
  ul.checklist-history .box-image {
    width: 100px;
  }
}

ul.checklist-history .box-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 24px;
}

@media only screen and (max-width: 767px) {
  ul.checklist-history .box-text {
    padding-left: 16px;
    width: calc(100% - 100px);
  }
}

.modal-lg-catalog .modal-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .modal-lg-catalog .modal-title {
    line-height: 33px;
  }
}

.modal-lg-catalog .mp-login-sns {
  padding-top: 40px !important;
}

.modal-lg-catalog .mp-login-sns .heading-2, .modal-lg-catalog .mp-login-sns h2.mp-heading, .modal-lg-catalog .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .modal-lg-catalog .mp-login-sns .txt, .modal-lg-catalog .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .modal-lg-catalog .mp-login-sns .sub-title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .mp-login-sns .btn-mypage-sns-2 {
    padding-left: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-lg-catalog .form-group .form-label {
  line-height: 160%;
  margin-bottom: 4px;
  white-space: normal;
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .form-group .form-label {
    line-height: 140%;
    margin-bottom: 0;
  }
}

.modal-lg-catalog .form-group .form-check {
  margin-top: 24px;
}

.modal-lg-catalog .form-group .form-check .form-check-label {
  padding-left: 28px;
}

.modal-lg-catalog .form-group .form-check .form-check-label::before {
  top: 2px;
}

.modal-lg-catalog .form-group .form-check .form-check-input[type="checkbox"]:checked ~ .form-check-label::after {
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .modal-lg-catalog .form-group .form-check {
    margin-top: 20px;
  }
}

.modal-lg-catalog .form-group .box-left {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .form-group .box-left {
    width: 24%;
  }
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .form-group .box-right {
    width: 76%;
  }
}

.modal-lg-catalog .box-buttons {
  margin-top: 28px;
}

.modal-lg-catalog .box-buttons li .txt-link-small {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-lg-catalog .box-buttons li .txt-link-small::after {
  background-image: url(/library/img/icons/external_blue_12.svg);
  background-size: 12px auto;
  width: 12px;
  height: 12px;
}

.modal-lg-catalog .box-buttons li.item-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  margin-bottom: 38px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .modal-lg-catalog .box-buttons li.item-reset {
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.modal-lg-catalog .box-buttons li.item-mypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .modal-lg-catalog .box-buttons li.item-mypage {
    margin-bottom: 40px;
  }
}

.modal-lg-catalog .box-buttons li.item-other .no-account {
  font-size: 15px;
  line-height: 160%;
}

@media only screen and (min-width: 768px) {
  .modal-lg-catalog .box-buttons li.item-other .no-account {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .modal-lg-catalog .box-buttons {
    margin-top: 20px;
  }
}

.mp-request-complete .box-no-member {
  margin-top: 48px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mp-request-complete .box-no-member {
    margin-top: 40px;
  }
}

.mp-request-complete .box-no-member .message {
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
}

.mp-request-complete .box-no-member + .mp-buttons {
  margin-top: 20px;
}

.mp-contact .txt-link-small {
  margin-top: 12px;
}

.mp-contact .mp-plainText_15, .mp-contact .list-style-dot li, .list-style-dot .mp-contact li, .mp-contact .box-news-info ul li, .box-news-info ul .mp-contact li, .mp-contact .list-style-order li, .list-style-order .mp-contact li, .mp-contact .list-style-order2 li, .list-style-order2 .mp-contact li, .mp-contact ol ol li, ol ol .mp-contact li, .mp-contact .box-news-info ol li, .box-news-info ol .mp-contact li, .mp-contact .mp-request-catalog .box-logged .list-style-note li, .mp-request-catalog .box-logged .list-style-note .mp-contact li, .mp-contact .con_mp-intro .row-intro .desc, .con_mp-intro .row-intro .mp-contact .desc, .mp-contact .mp-idea-favorite .box-noFavorite .desc, .mp-idea-favorite .box-noFavorite .mp-contact .desc, .mp-contact .mp-page-top .mp-panel-movie .title, .mp-page-top .mp-panel-movie .mp-contact .title, .mp-contact .mp-page-news .createAt, .mp-page-news .mp-contact .createAt, .mp-contact .box-news-info p, .box-news-info .mp-contact p, .mp-contact .unsub-title, .mp-contact .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-contact .date, .mp-contact .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-contact .title, .mp-contact .mp-page-ev .box-register .desc, .mp-page-ev .box-register .mp-contact .desc, .mp-contact .mp-page-sr .box-register .desc, .mp-page-sr .box-register .mp-contact .desc {
  margin-top: 12px;
}

.mp-contact .staff-info {
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-info {
    border: 0;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mp-contact .staff-info .row, .mp-contact .staff-info .mp-buttons, .mp-contact .staff-info .rowLayout-10, .mp-contact .staff-info .modal-lg-catalog .box-buttons, .modal-lg-catalog .mp-contact .staff-info .box-buttons, .mp-contact .staff-info .con_mp-top-ideaclip {
  margin-left: 0;
  margin-right: 0;
}

.mp-contact .staff-info__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-contact .staff-info__avatar .username {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-info__avatar {
    margin-bottom: 12px;
  }
}

.mp-contact .staff-info__left {
  text-align: left;
  padding: 0px 60px 0px 72px;
}

@media only screen and (min-width: 768px) {
  .mp-contact .staff-info__left {
    width: 41.5%;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-info__left {
    padding: 0;
  }
}

.mp-contact .staff-info__right {
  border-left: 1px solid #d8d8d8;
  text-align: left;
  padding: 0px 60px;
}

@media only screen and (min-width: 768px) {
  .mp-contact .staff-info__right {
    width: 58.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-info__right {
    border-left: 0;
    padding: 0;
  }
}

.mp-contact .staff-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mp-contact .staff-contact li .box-icon {
  width: 48px;
  margin-right: 28px;
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact li .box-icon {
    width: 28px;
    margin-right: 0px;
  }
}

.mp-contact .staff-contact li .box-txt {
  width: calc(100% - 76px);
}

.mp-contact .staff-contact li .box-txt a {
  color: #242424;
}

.mp-contact .staff-contact li .box-txt .txt-link-small {
  margin: 2px 0 -1px;
}

.mp-contact .staff-contact li .box-txt .icon {
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact li .box-txt {
    width: 100%;
    margin-top: 4px;
  }
}

.mp-contact .staff-contact li .txt {
  margin: 0;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact li.mail .txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-contact .staff-contact li.social .txt-link-small {
    margin-top: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-contact .staff-contact li .btn-mypage, .mp-contact .staff-contact li .btn-mypage-sns, .mp-contact .staff-contact li .btn-mypage-sns-2, .mp-contact .staff-contact li .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-contact .staff-contact li .nav-link {
    max-width: 264px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact li .btn-mypage, .mp-contact .staff-contact li .btn-mypage-sns, .mp-contact .staff-contact li .btn-mypage-sns-2, .mp-contact .staff-contact li .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-contact .staff-contact li .nav-link {
    border: 0;
    padding: 0;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .mp-contact .staff-contact li + li {
    margin-top: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact .staff-contact {
    margin-top: 40px;
  }
  .mp-contact .staff-contact li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    padding: 28px 8px;
  }
  .mp-contact .staff-contact li + li {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mp-contact h1 {
    font-size: 20px;
  }
  .mp-contact h2 {
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 12px;
  }
  .mp-contact .staff-info {
    margin-top: 16px;
  }
}

.mp-page-contact .staff-info {
  margin-top: 40px;
}

.mp-page-ideaclip .was-validated #fileElemLabel {
  border-color: #c03f3f;
  background: #f9ebeb;
}

.mp-page-ideaclip .was-validated .invalid-feedback, .mp-page-ideaclip .was-validated .invalid-feedback-top {
  display: block;
}

@media only screen and (max-width: 767px) {
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(0) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(9) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(10) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(11) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(12) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(13) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(14) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(15) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(16) {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(17) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(18) {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(19) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(20) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(21) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(22) {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(23) {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(24) {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(25) {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mp-page-ideaclip .grid-masonry .grid-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.mp-page-ideaclip .mp-upload {
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ideaclip .mp-upload {
    height: 208px;
  }
}

.mp-idea-banner {
  margin-top: 80px;
}

.mp-idea-banner .box-text {
  text-align: center;
}

.mp-idea-banner .box-text .text-title {
  font-family: "Helvetica Neue LT Std", sans-serif;
}

@media only screen and (max-width: 767px) {
  .mp-idea-banner .box-text .text-title {
    font-size: 26px !important;
  }
}

.mp-idea-banner .img-thumbnail, .mp-idea-banner .mp-top-banner img, .mp-top-banner .mp-idea-banner img, .mp-idea-banner .mp-lp-banner img, .mp-lp-banner .mp-idea-banner img {
  height: 224px !important;
}

@media only screen and (min-width: 768px) {
  .mp-idea-banner .img-thumbnail, .mp-idea-banner .mp-top-banner img, .mp-top-banner .mp-idea-banner img, .mp-idea-banner .mp-lp-banner img, .mp-lp-banner .mp-idea-banner img {
    height: 282px !important;
  }
}

.box-btns {
  position: absolute;
  right: 16px;
  bottom: 16px;
  opacity: 0;
  display: none;
}

.btn-move-folder, .btn-trash-circle {
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #FFF;
  opacity: 0.9;
}

.mp-idea-folders {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .mp-idea-folders {
    margin-top: 40px;
  }
}

.mp-idea-folders .list-folders .item {
  margin-top: 40px;
}

.mp-idea-folders .list-folders .item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .mp-idea-folders .list-folders .item:nth-child(2), .mp-idea-folders .list-folders .item:nth-child(3) {
    margin-top: 0;
  }
}

.mp-idea-folders .mp-upload {
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mp-idea-folders .mp-upload {
    height: 252px;
  }
}

.my-ideaclip {
  display: block;
}

.my-ideaclip .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
  color: #242424;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip .title {
    font-size: 20px;
  }
}

.my-ideaclip__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 16px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__title .fav-set {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

.my-ideaclip__img {
  background: #ebedef;
}

.my-ideaclip .btn, .my-ideaclip .btn-mypage, .my-ideaclip .btn-mypage-sns, .my-ideaclip .btn-mypage-sns-2, .my-ideaclip .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .my-ideaclip .nav-link {
  padding: 0;
}

.my-ideaclip .btn i, .my-ideaclip .btn-mypage i, .my-ideaclip .btn-mypage-sns i, .my-ideaclip .btn-mypage-sns-2 i, .my-ideaclip .box-tab__catalog .nav-tabs .nav-link i, .box-tab__catalog .nav-tabs .my-ideaclip .nav-link i {
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip .btn .icon_trash, .my-ideaclip .btn-mypage .icon_trash, .my-ideaclip .btn-mypage-sns .icon_trash, .my-ideaclip .btn-mypage-sns-2 .icon_trash, .my-ideaclip .box-tab__catalog .nav-tabs .nav-link .icon_trash, .box-tab__catalog .nav-tabs .my-ideaclip .nav-link .icon_trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.my-ideaclip__folder {
  display: block;
  color: #000;
  position: relative;
  opacity: 1;
}

.my-ideaclip__folder > * {
  color: inherit;
}

.my-ideaclip__folder .row, .my-ideaclip__folder .mp-buttons, .my-ideaclip__folder .rowLayout-10, .my-ideaclip__folder .modal-lg-catalog .box-buttons, .modal-lg-catalog .my-ideaclip__folder .box-buttons, .my-ideaclip__folder .con_mp-top-ideaclip {
  margin-left: -1px;
  margin-right: -1px;
}

.my-ideaclip__folder .row [class^="col"], .my-ideaclip__folder .mp-buttons [class^="col"], .my-ideaclip__folder .rowLayout-10 [class^="col"], .my-ideaclip__folder .modal-lg-catalog .box-buttons [class^="col"], .modal-lg-catalog .my-ideaclip__folder .box-buttons [class^="col"], .my-ideaclip__folder .con_mp-top-ideaclip [class^="col"] {
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 2px;
}

.my-ideaclip__folder .row [class^="col"]:nth-child(1), .my-ideaclip__folder .mp-buttons [class^="col"]:nth-child(1), .my-ideaclip__folder .rowLayout-10 [class^="col"]:nth-child(1), .my-ideaclip__folder .modal-lg-catalog .box-buttons [class^="col"]:nth-child(1), .modal-lg-catalog .my-ideaclip__folder .box-buttons [class^="col"]:nth-child(1), .my-ideaclip__folder .con_mp-top-ideaclip [class^="col"]:nth-child(1), .my-ideaclip__folder .row [class^="col"]:nth-child(2), .my-ideaclip__folder .mp-buttons [class^="col"]:nth-child(2), .my-ideaclip__folder .rowLayout-10 [class^="col"]:nth-child(2), .my-ideaclip__folder .modal-lg-catalog .box-buttons [class^="col"]:nth-child(2), .modal-lg-catalog .my-ideaclip__folder .box-buttons [class^="col"]:nth-child(2), .my-ideaclip__folder .con_mp-top-ideaclip [class^="col"]:nth-child(2) {
  margin-top: 0;
}

.my-ideaclip__folder .img-thumbnail, .my-ideaclip__folder .mp-top-banner img, .mp-top-banner .my-ideaclip__folder img, .my-ideaclip__folder .mp-lp-banner img, .mp-lp-banner .my-ideaclip__folder img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__folder {
    position: relative;
  }
  .my-ideaclip__folder::before {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.5%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 9.5%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 80px;
  }
  .my-ideaclip__folder:hover::before, .my-ideaclip__folder:hover .box-btns {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .my-ideaclip__folder .box-btns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .my-ideaclip__folder .box-btns .btn, .my-ideaclip__folder .box-btns .btn-mypage, .my-ideaclip__folder .box-btns .btn-mypage-sns, .my-ideaclip__folder .box-btns .btn-mypage-sns-2, .my-ideaclip__folder .box-btns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .my-ideaclip__folder .box-btns .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.my-ideaclip__memo {
  height: 124px !important;
  border: 1px solid #ebedef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__memo {
    height: 133px !important;
  }
}

.my-ideaclip__memo .memo-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

.my-ideaclip__memo .memo-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 160%;
}

.my-ideaclip .img-thumbnail, .my-ideaclip .mp-top-banner img, .mp-top-banner .my-ideaclip img, .my-ideaclip .mp-lp-banner img, .mp-lp-banner .my-ideaclip img {
  height: 124px !important;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip .img-thumbnail, .my-ideaclip .mp-top-banner img, .mp-top-banner .my-ideaclip img, .my-ideaclip .mp-lp-banner img, .mp-lp-banner .my-ideaclip img {
    height: 133px !important;
  }
}

.my-ideaclip .fav-set {
  margin-right: 3px;
}

.my-ideaclip .fav-set .fav-set__name {
  margin-left: 4px;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip .fav-set--long .fav-set__name {
    margin-left: -4px;
  }
}

@media only screen and (max-width: 767px) {
  .my-ideaclip .fav-set {
    margin-top: 8px;
    margin-right: 0;
  }
}

.my-ideaclip .btn-sp {
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  border: 0;
  padding: 0;
  display: none;
}

.my-ideaclip .btn-sp .btn, .my-ideaclip .btn-sp .btn-mypage, .my-ideaclip .btn-sp .btn-mypage-sns, .my-ideaclip .btn-sp .btn-mypage-sns-2, .my-ideaclip .btn-sp .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .my-ideaclip .btn-sp .nav-link {
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip .btn-sp {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .my-ideaclip .title {
    width: calc(100% - 20px);
  }
}

.my-ideaclip__img, .my-ideaclip__memo, .my-ideaclip__url {
  min-height: 124px !important;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__img, .my-ideaclip__memo, .my-ideaclip__url {
    min-height: 133px !important;
  }
}

.my-ideaclip__edit {
  position: relative;
}

.my-ideaclip__edit .box-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.my-ideaclip__edit .box-controls .row, .my-ideaclip__edit .box-controls .mp-buttons, .my-ideaclip__edit .box-controls .rowLayout-10, .my-ideaclip__edit .box-controls .modal-lg-catalog .box-buttons, .modal-lg-catalog .my-ideaclip__edit .box-controls .box-buttons, .my-ideaclip__edit .box-controls .con_mp-top-ideaclip, .my-ideaclip__edit .box-controls .col, .my-ideaclip__edit .box-controls .rowLayout-10 .colLayout, .rowLayout-10 .my-ideaclip__edit .box-controls .colLayout, .my-ideaclip__edit .box-controls .col-auto {
  margin: 0;
  padding: 0;
}

.my-ideaclip__edit .box-controls .btn-move-folder {
  margin-right: 12px;
}

.my-ideaclip__edit .box-controls .icon-threedots {
  border-radius: 100%;
  padding: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip__edit .box-controls .icon-threedots {
    background-size: 15px auto;
    margin: 8px;
    margin-top: 0;
  }
}

.my-ideaclip__edit .box-controls .fav-set {
  margin: 8px;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__edit .box-controls::before {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.5%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 9.5%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 80px;
    display: none;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .my-ideaclip__edit .box-controls .box-btns {
    opacity: 0;
  }
  .my-ideaclip__edit .box-controls .fav-set {
    margin: 12px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__edit.d-flex .box-text, .my-ideaclip__edit.my-ideaclip__url .box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .my-ideaclip__edit:hover .box-controls:before {
    display: block;
    z-index: 2;
  }
  .my-ideaclip__edit:hover .box-controls .box-btns {
    opacity: 1;
    z-index: 3;
  }
  .my-ideaclip__edit:hover .box-controls .fav-set {
    z-index: 1;
  }
}

.my-ideaclip__edit + .my-ideaclip__edit {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip__edit + .my-ideaclip__edit {
    margin-top: 16px;
  }
}

.idea-url .thumbnail-url {
  font-size: 10px;
  line-height: 160%;
  height: 188px;
}

@media only screen and (max-width: 767px) {
  .idea-url .thumbnail-url {
    height: 176px;
  }
}

.idea-url .box-text {
  line-height: 160%;
}

.idea-url .box-text .title-url {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .idea-url .box-text .title-url {
    font-size: 15px;
    margin-top: 12px;
  }
}

.idea-url .box-text a {
  font-size: 13px;
  margin-top: 4px;
}

.grid-images {
  margin-top: 20px;
}

.grid-images .mp-upload {
  height: 264px !important;
}

.grid_memo {
  row-gap: 24px;
}

.grid_memo .fav-set {
  margin-left: 20px !important;
  margin-bottom: 24px !important;
}

@media only screen and (min-width: 768px) {
  .grid_memo .idea-memo {
    height: 270px;
  }
}

.grid_memo .idea-memo a {
  margin: 24px 20px auto;
}

.grid_memo .idea-memo a p {
  line-height: 160%;
}

.grid_memo .idea-memo a .memo-title {
  margin-bottom: 12px;
  font-weight: 600 !important;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .grid_memo .idea-memo a {
    margin: 20px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .grid_memo {
    row-gap: 20px;
  }
  .grid_memo .fav-set {
    margin-left: 16px !important;
    margin-bottom: 20px !important;
  }
  .grid_memo .icon-threedots {
    margin-right: 16px !important;
    margin-bottom: 20px !important;
  }
  .grid_memo .memo-title {
    font-size: 15px !important;
  }
}

.grid_url {
  row-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .grid_url {
    row-gap: 20px;
  }
  .grid_url .fav-set {
    margin-left: 16px !important;
    margin-bottom: 16px !important;
  }
  .grid_url .icon-threedots {
    margin-right: 16px !important;
    margin-bottom: 16px !important;
  }
}

.my-ideaclip-preview .folder-name {
  font-size: 14px;
  line-height: 160%;
  margin-top: 28px;
}

.my-ideaclip-preview .createAt {
  font-size: 14px;
  line-height: 160%;
  margin-top: 8px;
}

.my-ideaclip-preview .creator {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip-preview .box-preview {
    margin-top: 80px;
  }
}

.my-ideaclip-preview .box-memo {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip-preview .box-memo {
    margin-top: 80px;
  }
}

.my-ideaclip-preview .box-memo .box-title textarea {
  min-height: 0;
  padding: 11px 16px;
  font-size: 21px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip-preview .box-memo .box-title textarea {
    font-size: 18px;
  }
}

.my-ideaclip-preview .box-memo .box-content {
  margin-top: 24px;
}

.my-ideaclip-preview .mp-wrapper {
  padding-top: 0;
}

.my-ideaclip-preview .preview_content {
  max-height: 100%;
  min-height: 130px;
}

@media only screen and (max-width: 767px) {
  .my-ideaclip-preview .preview_content {
    min-height: 185px;
  }
}

.my-ideaclip__myfolder .img-thumbnail.size-lg, .my-ideaclip__myfolder .mp-top-banner img.size-lg, .mp-top-banner .my-ideaclip__myfolder img.size-lg, .my-ideaclip__myfolder .mp-lp-banner img.size-lg, .mp-lp-banner .my-ideaclip__myfolder img.size-lg {
  height: 240px !important;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__myfolder .img-thumbnail.size-lg, .my-ideaclip__myfolder .mp-top-banner img.size-lg, .mp-top-banner .my-ideaclip__myfolder img.size-lg, .my-ideaclip__myfolder .mp-lp-banner img.size-lg, .mp-lp-banner .my-ideaclip__myfolder img.size-lg {
    height: 410px !important;
  }
}

.my-ideaclip__myfolder .img-thumbnail.size-md, .my-ideaclip__myfolder .mp-top-banner img.size-md, .mp-top-banner .my-ideaclip__myfolder img.size-md, .my-ideaclip__myfolder .mp-lp-banner img.size-md, .mp-lp-banner .my-ideaclip__myfolder img.size-md {
  height: 160px !important;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__myfolder .img-thumbnail.size-md, .my-ideaclip__myfolder .mp-top-banner img.size-md, .mp-top-banner .my-ideaclip__myfolder img.size-md, .my-ideaclip__myfolder .mp-lp-banner img.size-md, .mp-lp-banner .my-ideaclip__myfolder img.size-md {
    height: 264px !important;
  }
}

.my-ideaclip__myfolder .img-thumbnail.size-sm, .my-ideaclip__myfolder .mp-top-banner img.size-sm, .mp-top-banner .my-ideaclip__myfolder img.size-sm, .my-ideaclip__myfolder .mp-lp-banner img.size-sm, .mp-lp-banner .my-ideaclip__myfolder img.size-sm {
  height: 102px !important;
}

@media only screen and (min-width: 768px) {
  .my-ideaclip__myfolder .img-thumbnail.size-sm, .my-ideaclip__myfolder .mp-top-banner img.size-sm, .mp-top-banner .my-ideaclip__myfolder img.size-sm, .my-ideaclip__myfolder .mp-lp-banner img.size-sm, .mp-lp-banner .my-ideaclip__myfolder img.size-sm {
    height: 165px !important;
  }
}

#modalMoveDeleteFolder .btn svg, #modalMoveDeleteFolder .btn-mypage svg, #modalMoveDeleteFolder .btn-mypage-sns svg, #modalMoveDeleteFolder .btn-mypage-sns-2 svg, #modalMoveDeleteFolder .box-tab__catalog .nav-tabs .nav-link svg, .box-tab__catalog .nav-tabs #modalMoveDeleteFolder .nav-link svg {
  margin-top: -5px;
}

#modalUploadMemo textarea {
  height: 252px;
}

@media only screen and (min-width: 1200px) {
  #modalUploadMemo .form-group .col-md-3, #modalUploadMemo .form-group .mp-buttons.mp-buttons_2btn-3col .col-btn, .mp-buttons.mp-buttons_2btn-3col #modalUploadMemo .form-group .col-btn, #modalUploadMemo .form-group .mp-buttons.mp-buttons_4btn-3col .col-btn, .mp-buttons.mp-buttons_4btn-3col #modalUploadMemo .form-group .col-btn {
    width: 20.5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  #modalUploadMemo .form-group .col-md-9 {
    width: 79.5% !important;
  }
}

.mp-idea-how {
  margin-top: 80px;
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mp-idea-how .heading-2, .mp-idea-how h2.mp-heading, .mp-idea-how .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-idea-how .txt, .mp-idea-how .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-idea-how .sub-title {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  #ideaclipUploadImage_step01 .mp-buttons {
    margin-top: 20px;
  }
}

.bg-login, .mp-page-lg-main-mobile-img {
  position: relative;
}

.bg-login::after, .mp-page-lg-main-mobile-img::after {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: none;
  z-index: 1;
}

.mp-page-lg-h2 {
  font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-h2 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .bg-login {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/library/img/log_kv_pc.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bg-login::after {
    display: block;
  }
}

.mp-page-lg-main {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mp-page-lg-main .container {
    width: 100%;
  }
  .mp-page-lg-main-mobile-img {
    width: calc(90% - 456px);
  }
  .mp-page-lg-main__form {
    width: 456px;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
  }
}

.mp-page-lg-main .mp-page-lg-h2 {
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main {
    padding-top: 0;
  }
  .mp-page-lg-main .mp-page-lg-h2 {
    margin-bottom: 16px !important;
  }
}

.mp-page-lg-main .form-group .form-label {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 160%;
}

.mp-page-lg-main .form-group + .form-group {
  padding-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main .form-group + .form-group {
    padding-top: 24px;
  }
}

.mp-page-lg-main .form-check {
  margin-top: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main .form-check {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.mp-page-lg-main .txt-link, .mp-page-lg-main .txt-link-small {
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main .txt-link, .mp-page-lg-main .txt-link-small {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}

.mp-page-lg-main__title {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 200%;
  color: #fff;
  text-align: center;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main__title {
    position: absolute;
    right: 11px;
    bottom: 14px;
    font-size: 18px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mp-page-lg-main-mobile-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main-mobile-img {
    display: block;
  }
  .mp-page-lg-main-mobile-img::after {
    display: block;
  }
}

.mp-page-lg-main__form {
  max-width: 456px;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main__form {
    max-width: 100%;
    margin-left: 0;
  }
}

.mp-page-lg-main__form-wrap {
  padding: 36px 32px;
  background: #fff;
  border-radius: 4px;
}

.mp-page-lg-main__form-wrap .form-check-label::before {
  top: 2px !important;
}

.mp-page-lg-main__form-wrap .form-check-label::after {
  top: 4px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main__form-wrap {
    padding: 40px 20px 120px;
    border-radius: 0;
  }
}

.mp-page-lg-main__button > span {
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main__button > span {
    font-size: 15px;
  }
}

.mp-page-lg-main .mp-login-sns .heading-2, .mp-page-lg-main .mp-login-sns h2.mp-heading, .mp-page-lg-main .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-page-lg-main .mp-login-sns .txt, .mp-page-lg-main .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-page-lg-main .mp-login-sns .sub-title {
  margin-bottom: 12px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main .mp-login-sns .heading-2, .mp-page-lg-main .mp-login-sns h2.mp-heading, .mp-page-lg-main .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-page-lg-main .mp-login-sns .txt, .mp-page-lg-main .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-page-lg-main .mp-login-sns .sub-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.mp-page-lg-main .list-sns .btn-mypage, .mp-page-lg-main .list-sns .btn-mypage-sns, .mp-page-lg-main .list-sns .btn-mypage-sns-2, .mp-page-lg-main .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-page-lg-main .list-sns .nav-link {
  padding: 11px 0 11px 8px;
}

.mp-page-lg-main .list-sns .btn-mypage span, .mp-page-lg-main .list-sns .btn-mypage-sns span, .mp-page-lg-main .list-sns .btn-mypage-sns-2 span, .mp-page-lg-main .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .mp-page-lg-main .list-sns .nav-link span {
  font-size: 13px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-page-lg-main .list-sns .btn-mypage, .mp-page-lg-main .list-sns .btn-mypage-sns, .mp-page-lg-main .list-sns .btn-mypage-sns-2, .mp-page-lg-main .list-sns .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-page-lg-main .list-sns .nav-link {
    padding: 15px 16px;
  }
  .mp-page-lg-main .list-sns .btn-mypage span, .mp-page-lg-main .list-sns .btn-mypage-sns span, .mp-page-lg-main .list-sns .btn-mypage-sns-2 span, .mp-page-lg-main .list-sns .box-tab__catalog .nav-tabs .nav-link span, .box-tab__catalog .nav-tabs .mp-page-lg-main .list-sns .nav-link span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .mp-input-code {
    width: 40px;
  }
}

.mp-page-se__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .mp-page-se__avatar {
    width: 100px;
    height: 100%;
    max-width: 100%;
  }
}

.btn-max-w-160 {
  max-width: 160px;
}

.wrapper-login .mp-footer--simple {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .wrapper-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
  .mp-reservation-login .wrapper-inner .mp-buttons-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mp-reservation-login .wrapper-inner .mp-login-sns {
    margin-top: 40px;
    border-top: 1px solid #d8d8d8;
  }
}

.mp-reservation-login .mp-form {
  margin-top: 40px;
}

.mp-reservation-login .mp-login-sns .heading-2, .mp-reservation-login .mp-login-sns h2.mp-heading, .mp-reservation-login .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-reservation-login .mp-login-sns .txt, .mp-reservation-login .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-reservation-login .mp-login-sns .sub-title {
  margin-bottom: 16px;
  font-size: 20px;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .mp-login-sns .heading-2, .mp-reservation-login .mp-login-sns h2.mp-heading, .mp-reservation-login .mp-login-sns .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-reservation-login .mp-login-sns .txt, .mp-reservation-login .mp-login-sns .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-reservation-login .mp-login-sns .sub-title {
    margin-bottom: 12px;
    font-size: 16px;
    margin-top: 40px;
  }
}

.mp-reservation-login .mp-login-sns .btn-mypage-sns-2 span {
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .mp-login-sns .btn-mypage-sns-2 {
    padding-left: 16px;
  }
  .mp-reservation-login .mp-login-sns .btn-mypage-sns-2 span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mp-reservation-login .form-group .form-label {
  line-height: 160%;
  margin-bottom: 4px;
  white-space: normal;
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .form-group .form-label {
    line-height: 140%;
    margin-bottom: 0;
  }
}

.mp-reservation-login .form-group .form-check {
  margin-top: 24px;
}

.mp-reservation-login .form-group .form-check .form-check-label {
  padding-left: 28px;
}

.mp-reservation-login .form-group .form-check .form-check-label::before {
  top: 2px;
}

.mp-reservation-login .form-group .form-check .form-check-input[type="checkbox"]:checked ~ .form-check-label::after {
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .mp-reservation-login .form-group .form-check {
    margin-top: 20px;
  }
}

.mp-reservation-login .form-group .box-left {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .form-group .box-left {
    width: 24%;
  }
}

@media only screen and (min-width: 768px) {
  .mp-reservation-login .form-group .box-right {
    width: 76%;
  }
}

@media only screen and (min-width: 576px) {
  .mp-reservation-login .box-links .col-12:first-child, .mp-reservation-login .box-links .modal-lg-catalog .box-buttons li:first-child, .modal-lg-catalog .box-buttons .mp-reservation-login .box-links li:first-child {
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .mp-reservation-login .box-links .col-12:not(:first-child) .txt-link-small, .mp-reservation-login .box-links .modal-lg-catalog .box-buttons li:not(:first-child) .txt-link-small, .modal-lg-catalog .box-buttons .mp-reservation-login .box-links li:not(:first-child) .txt-link-small {
    margin-top: 12px;
  }
}

.popup-login .mp-footerBottom {
  text-align: center;
  padding: 11px 0 7px;
}

.popup-login .mp-footerBottom_links {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  .popup-login .container-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .popup-login .wrapper-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mp-page-top .mp-findLand .mp-panel__text, .mp-page-top .mp-recommended .mp-panel__text, .mp-page-top .mp-myideaclip .mp-panel__text {
  padding: 20px 20px 24px;
}

@media only screen and (max-width: 767px) {
  .mp-page-top .mp-findLand .mp-panel__text, .mp-page-top .mp-recommended .mp-panel__text, .mp-page-top .mp-myideaclip .mp-panel__text {
    padding: 16px 16px 20px;
  }
}

.mp-top-banner {
  height: 400px;
  overflow: hidden;
}

.mp-top-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .mp-top-banner {
    height: 280px;
  }
}

.con_mp-top-ideaclip {
  border: 1px solid #d8d8d8;
  margin-top: 60px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .con_mp-top-ideaclip {
    position: relative;
  }
  .con_mp-top-ideaclip .image-device {
    position: absolute;
    left: 37.5%;
    bottom: 0;
    max-width: 237px;
  }
  .con_mp-top-ideaclip .box-image {
    margin-right: 34px;
  }
  .con_mp-top-ideaclip .box-image > img {
    max-width: 542px;
  }
  .con_mp-top-ideaclip .box-text {
    padding-right: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-top-ideaclip .box-image {
    position: relative;
  }
  .con_mp-top-ideaclip .box-image .image-device {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 137px;
  }
}

.con_mp-top-ideaclip .box-text .subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 160%;
}

.con_mp-top-ideaclip .box-text h2 {
  font-size: 29px;
  margin: 0;
}

.con_mp-top-ideaclip .box-text p {
  font-size: 17px;
  line-height: 170%;
  margin-top: 12px;
}

.con_mp-top-ideaclip .box-text .btn, .con_mp-top-ideaclip .box-text .btn-mypage, .con_mp-top-ideaclip .box-text .btn-mypage-sns, .con_mp-top-ideaclip .box-text .btn-mypage-sns-2, .con_mp-top-ideaclip .box-text .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .con_mp-top-ideaclip .box-text .nav-link {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .con_mp-top-ideaclip {
    background-image: none !important;
    margin-top: 49px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .con_mp-top-ideaclip .box-text {
    padding: 14px 20px 20px;
  }
  .con_mp-top-ideaclip .box-text .subtitle {
    font-size: 13px;
  }
  .con_mp-top-ideaclip .box-text h2 {
    font-size: 18px;
  }
  .con_mp-top-ideaclip .box-text p {
    line-height: 160%;
    margin-top: 4px;
    font-size: 14px;
  }
  .con_mp-top-ideaclip .box-text .btn, .con_mp-top-ideaclip .box-text .btn-mypage, .con_mp-top-ideaclip .box-text .btn-mypage-sns, .con_mp-top-ideaclip .box-text .btn-mypage-sns-2, .con_mp-top-ideaclip .box-text .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .con_mp-top-ideaclip .box-text .nav-link {
    margin-top: 20px;
  }
}

.con_mp-intro.no-land {
  background: #f4f4f4;
}

.con_mp-intro__inner {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .con_mp-intro__inner .container {
    width: 100%;
    max-width: 100%;
  }
  .con_mp-intro__inner .container-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-intro__image {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .con_mp-intro__text {
    max-width: 420px;
  }
}

.con_mp-intro .row-intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .con_mp-intro .row-intro [class^="col-md"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .con_mp-intro .row-intro .col-md-7 {
    width: 55.8%;
  }
  .con_mp-intro .row-intro .col-md-5 {
    width: 40.2%;
  }
}

.con_mp-intro .row-intro .title {
  margin: 0;
}

.con_mp-intro .row-intro .sub-title {
  margin: 0px 0 0;
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro .sub-title {
    margin: 4px 0 0;
  }
}

.con_mp-intro .row-intro:not(:first-child) {
  margin-top: 48px;
}

.con_mp-intro .row-intro .con_mp-intro__image {
  overflow: hidden;
}

.con_mp-intro .row-intro .con_mp-intro__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro:nth-child(odd) .col-md-7 {
    margin-right: 4%;
    margin-left: 0;
  }
}

.con_mp-intro .row-intro:nth-child(odd) .con_mp-intro__image img {
  float: right;
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(odd) .con_mp-intro__image img {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(odd) .con_mp-intro__image {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(odd) .col-md-7 {
    margin-left: -12px !important;
  }
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro:nth-child(odd) .col-md-5 {
    padding-right: 0;
  }
}

.con_mp-intro .row-intro:nth-child(even) .con_mp-intro__image img {
  float: left;
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(even) .con_mp-intro__image img {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(even) .con_mp-intro__image {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro:nth-child(even) .con_mp-intro__text {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro:nth-child(even) .col-md-7 {
    margin-left: 4%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .row-intro:nth-child(even) .col-md-7 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 12px !important;
  }
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .row-intro:nth-child(even) .col-md-5 {
    padding-right: 4vw;
  }
}

.con_mp-intro .row-intro .col-btn + .col-btn {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .con_mp-intro .btn, .con_mp-intro .btn-mypage, .con_mp-intro .btn-mypage-sns, .con_mp-intro .btn-mypage-sns-2, .con_mp-intro .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .con_mp-intro .nav-link {
    max-width: 360px;
  }
}

.con_mp-news {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .con_mp-news {
    padding-top: 0;
  }
}

.con_mp-news h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .con_mp-news h3 {
    margin-bottom: 8px;
  }
}

.con_mp-news .no-event {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f4f4f4;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.con_mp-news .no-event .icon-link {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .con_mp-news .no-event {
    padding: 28px;
  }
}

.con_mp-news .col-md-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.con_mp-news .box-event {
  border: 1px solid #d8d8d8;
  border-left: 0;
  border-right: 0;
  padding: 24px 10px 11px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.con_mp-news .box-event .box-left {
  padding-bottom: 17px;
}

.con_mp-news .box-event .box-left .title {
  line-height: 160%;
  font-weight: 600;
}

.con_mp-news .box-event .box-date {
  margin-top: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.con_mp-news .box-event .box-date .badge span {
  margin-top: 0;
  background: #fff;
  color: #242424;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
  line-height: 160%;
}

.con_mp-news .box-event .box-date .date {
  display: inline-block;
  color: #83838c;
  font-weight: 600;
  line-height: 160%;
  font-size: 13px;
}

.con_mp-news .box-event .price {
  font-size: 18px;
  line-height: 160%;
  white-space: nowrap;
}

.con_mp-news .box-event .price span {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .con_mp-news .box-event .price span {
    font-size: 12px;
  }
}

.con_mp-news .box-event .price strong {
  font-weight: normal;
  margin: 0 2px;
}

.con_mp-news .box-event .price em {
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .con_mp-news .box-event {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.con_mp-news .list-news .mp-list-group-item {
  padding: 16px 4px 19px;
}

@media only screen and (min-width: 768px) {
  .con_mp-news .list-news .mp-list-group-item {
    padding: 24px 0;
  }
}

.con_mp-news .list-news .arrow-tringle-right {
  position: relative;
}

.con_mp-news .list-news .arrow-tringle-right::after {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .con_mp-news .list-news .arrow-tringle-right::after {
    right: 8px;
  }
}

.con_mp-news .list-news .col-date .date {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .con_mp-news .list-news .col-date {
    width: 19%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
  }
}

.con_mp-news .list-news .col-text .text {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .con_mp-news .list-news .col-text {
    width: 81%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
  }
}

.mp-top-heading {
  text-align: center;
}

.mp-top-heading img {
  max-width: 60px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mp-top-heading img {
    max-width: 48px;
  }
}

.mp-top-heading h2 {
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .mp-top-heading h2 {
    font-size: 22px;
  }
}

.mp-exhibition {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f4;
}

.mp-exhibition .no-image {
  height: 100%;
  width: 100%;
  background: #ebedef;
  min-height: 150px;
}

.mp-exhibition + .mp-findLand {
  margin-top: 0;
  padding-top: 0;
}

.mp-exhibition .spacing-location span {
  font-size: 12px;
  font-weight: 600;
}

.mp-exhibition .box-left .box-inner {
  height: 100%;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .mp-exhibition .box-left .box-inner {
    padding: 20px;
  }
}

.mp-exhibition .box-left .txt-title {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .mp-exhibition .box-left .txt-title {
    margin-top: 20px;
    font-size: 16px;
  }
}

.mp-exhibition .box-left .txt-address {
  font-size: 13px;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-exhibition .box-left .txt-address {
    margin-top: 8px;
  }
}

.mp-exhibition .box-left .txt-contact {
  font-size: 12px;
  margin-top: 4px;
}

.mp-exhibition .box-left .spacing-location {
  margin-top: 12px;
}

.mp-exhibition .box-left .btn-mypage, .mp-exhibition .box-left .btn-mypage-sns, .mp-exhibition .box-left .btn-mypage-sns-2, .mp-exhibition .box-left .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-exhibition .box-left .nav-link {
  line-height: initial;
}

.mp-exhibition .box-left .btn-mypage .icon, .mp-exhibition .box-left .btn-mypage-sns .icon, .mp-exhibition .box-left .btn-mypage-sns-2 .icon, .mp-exhibition .box-left .box-tab__catalog .nav-tabs .nav-link .icon, .box-tab__catalog .nav-tabs .mp-exhibition .box-left .nav-link .icon {
  margin-top: -2px;
}

.mp-exhibition .box-link {
  position: relative;
  color: #242424;
  display: block;
  padding: 28px;
  margin-top: 12px;
}

.mp-exhibition .box-link .txt-address {
  font-size: 13px;
  margin-top: 8px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-exhibition .box-link .txt-address {
    margin-top: 4px;
    font-size: 12px;
  }
}

.mp-exhibition .box-link .spacing-location {
  margin-top: 4px;
}

.mp-exhibition .box-link::after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  content: "";
  background: url(/library/img/icons/new-window_bold_gray.svg) right center no-repeat;
  width: 12px;
  height: 12px;
}

@media only screen and (min-width: 768px) {
  .mp-exhibition .box-link::after {
    right: 28px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-exhibition .box-link:first-child {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mp-exhibition {
    margin-top: 55px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mp-myideaclip {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4f4;
}

.mp-myideaclip .list-folders {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .mp-myideaclip .list-folders li {
    width: 83.33333% !important;
  }
}

@media only screen and (min-width: 768px) {
  .mp-myideaclip .mp-panel .swiper-slide {
    width: 264px !important;
  }
}

.mp-myideaclip .mp-panel .mp-panel__text .title {
  height: 42px;
  -webkit-line-clamp: 2 !important;
}

@media only screen and (max-width: 767px) {
  .mp-myideaclip .mp-panel .mp-panel__text .title {
    height: 40px;
  }
}

.mp-myideaclip .mp-panel .box-img-thumbnail, .mp-myideaclip .mp-panel .card.mp-card .card-image, .card.mp-card .mp-myideaclip .mp-panel .card-image {
  height: 198px;
}

@media only screen and (max-width: 767px) {
  .mp-myideaclip .mp-panel .box-img-thumbnail, .mp-myideaclip .mp-panel .card.mp-card .card-image, .card.mp-card .mp-myideaclip .mp-panel .card-image {
    height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-myideaclip {
    margin-top: 64px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mp-idea-favorite .mp-heading {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-idea-favorite .mp-heading {
    margin-bottom: 16px;
  }
}

.mp-idea-favorite .box-noFavorite {
  background: #fff;
  padding: 48px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mp-idea-favorite .box-noFavorite {
    padding: 40px 20px;
  }
  .mp-idea-favorite .box-noFavorite .col-md-4:not(:first-child), .mp-idea-favorite .box-noFavorite .mp-buttons.mp-buttons_1btn-4col .col-btn:not(:first-child), .mp-buttons.mp-buttons_1btn-4col .mp-idea-favorite .box-noFavorite .col-btn:not(:first-child), .mp-idea-favorite .box-noFavorite .mp-buttons.mp-buttons_2btn-4col .col-btn:not(:first-child), .mp-buttons.mp-buttons_2btn-4col .mp-idea-favorite .box-noFavorite .col-btn:not(:first-child), .mp-idea-favorite .box-noFavorite .con_mp-top-ideaclip .box-text:not(:first-child), .con_mp-top-ideaclip .mp-idea-favorite .box-noFavorite .box-text:not(:first-child), .mp-idea-favorite .box-noFavorite .mp-page-se .box-account-holder .box-txt-link:not(:first-child), .mp-page-se .box-account-holder .mp-idea-favorite .box-noFavorite .box-txt-link:not(:first-child) {
    margin-top: 16px;
  }
}

.mp-idea-favorite .box-noFavorite h3 {
  font-size: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .mp-idea-favorite .box-noFavorite h3 {
    font-size: 18px;
  }
}

.mp-idea-favorite .box-noFavorite .desc {
  padding: 16px 0 28px;
}

@media only screen and (max-width: 767px) {
  .mp-idea-favorite .box-noFavorite .desc {
    padding: 12px 0 20px;
    text-align: left;
  }
}

.mp-idea-favorite .box-noFavorite a {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 26px 26px 30px;
  color: #242424;
}

.mp-idea-favorite .box-noFavorite a .txt {
  line-height: 160%;
  padding-top: 2px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.bnr-top-member {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .bnr-top-member {
    margin-top: 48px;
  }
}

.mp-recommended .mp-panel,
.mp-myideaclip .mp-panel {
  margin-top: 0;
}

.mp-recommended .mp-heading,
.mp-myideaclip .mp-heading {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-recommended .mp-heading,
  .mp-myideaclip .mp-heading {
    margin-bottom: 16px;
  }
}

.mp-page-top .mp-panel__text .badge {
  position: static;
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-top .mp-panel__text .badge {
    margin-bottom: 8px !important;
  }
}

.mp-page-top .mp-panel-movie .title {
  line-height: 140%;
  height: 42px;
  -webkit-line-clamp: 2 !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-top .mp-panel-movie .title {
    height: 40px;
  }
}

.mp-page-top .mp-panel-event {
  margin-top: 0;
}

.mp-page-top .mp-panel-event .mp-panel__text {
  background: #fff;
}

.mp-page-top .mp-panel-event .desc {
  margin-top: 2px;
}

.mp-sekisui {
  background: #f4f4f4;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mp-sekisui .box-page {
  background: #83838c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.mp-sekisui .box-page a {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mp-sekisui .box-page a {
    font-size: 24px;
  }
}

.mp-sekisui .box-sekisui {
  border: 2px solid #BFBFBF;
  background: #FFFFFF;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 29px;
}

@media only screen and (max-width: 767px) {
  .mp-sekisui .box-sekisui {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }
}

.mp-sekisui .box-device {
  width: 130px;
}

@media only screen and (max-width: 767px) {
  .mp-sekisui .box-device {
    width: 101px;
  }
}

.mp-sekisui .box-info {
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 130px);
}

@media only screen and (max-width: 767px) {
  .mp-sekisui .box-info {
    padding-left: 16px;
    width: calc(100% - 101px);
  }
}

@media only screen and (min-width: 768px) {
  .mp-sekisui .box-info .box-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mp-sekisui .box-info .logo {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 62px;
  height: 62px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
}

.mp-sekisui .box-info .logo img {
  display: block;
}

.mp-sekisui .box-info .brand span {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .mp-sekisui .box-info .brand span {
    font-size: 17px;
  }
}

.mp-sekisui .box-buttons {
  margin-top: 25px;
}

.mp-sekisui .box-buttons .btn, .mp-sekisui .box-buttons .btn-mypage, .mp-sekisui .box-buttons .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage-sns-2, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link {
  padding: 0;
  width: auto;
  height: 50px;
}

.mp-sekisui .box-buttons .btn img, .mp-sekisui .box-buttons .btn-mypage img, .mp-sekisui .box-buttons .btn-mypage-sns img, .mp-sekisui .box-buttons .btn-mypage-sns-2 img, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link img, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link img {
  max-height: 100%;
}

@media only screen and (max-width: 575px) {
  .mp-sekisui .box-buttons {
    margin-top: 12px;
  }
  .mp-sekisui .box-buttons .btn + .btn, .mp-sekisui .box-buttons .btn-mypage + .btn, .mp-sekisui .box-buttons .btn-mypage-sns + .btn, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn, .mp-sekisui .box-buttons .btn + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage, .mp-sekisui .box-buttons .btn + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage-sns, .mp-sekisui .box-buttons .btn + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage-sns-2, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage-sns + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage-sns-2 + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .nav-link {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-sekisui .box-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mp-sekisui .box-buttons .btn + .btn, .mp-sekisui .box-buttons .btn-mypage + .btn, .mp-sekisui .box-buttons .btn-mypage-sns + .btn, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn, .mp-sekisui .box-buttons .btn + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage, .mp-sekisui .box-buttons .btn + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage-sns, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage-sns, .mp-sekisui .box-buttons .btn + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage-sns + .btn-mypage-sns-2, .mp-sekisui .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .btn-mypage-sns-2, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage-sns + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .btn-mypage-sns-2 + .nav-link, .mp-sekisui .box-buttons .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-sekisui .box-buttons .nav-link + .nav-link {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-sekisui {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mp-sekisui [class^="col"] + [class^="col"] {
    margin-top: 28px;
  }
}

.con_mp-intro .mp-top-heading,
.mp-event .mp-top-heading,
.mp-exhibition .mp-top-heading,
.mp-findLand .mp-top-heading {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .con_mp-intro .mp-top-heading,
  .mp-event .mp-top-heading,
  .mp-exhibition .mp-top-heading,
  .mp-findLand .mp-top-heading {
    margin-bottom: 28px;
  }
}

.mp-recommended {
  padding-top: 80px;
}

.mp-recommended .mp-panel-favorite .title, .mp-recommended .mp-panel-favorite .title.threedots {
  height: 34px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-recommended .mp-panel-favorite .col-item {
  margin-top: 0 !important;
}

.mp-recommended .mp-panel-favorite .box-img-thumbnail, .mp-recommended .mp-panel-favorite .card.mp-card .card-image, .card.mp-card .mp-recommended .mp-panel-favorite .card-image {
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mp-recommended .mp-panel-favorite .box-img-thumbnail, .mp-recommended .mp-panel-favorite .card.mp-card .card-image, .card.mp-card .mp-recommended .mp-panel-favorite .card-image {
    height: 210px;
  }
}

.mp-recommended .swiper-catalog .box-img-thumbnail, .mp-recommended .swiper-catalog .card.mp-card .card-image, .card.mp-card .mp-recommended .swiper-catalog .card-image {
  height: 372px;
}

@media only screen and (max-width: 767px) {
  .mp-recommended .swiper-catalog .box-img-thumbnail, .mp-recommended .swiper-catalog .card.mp-card .card-image, .card.mp-card .mp-recommended .swiper-catalog .card-image {
    height: 282px;
  }
}

.mp-recommended .mp-panel-movie .box-img-thumbnail, .mp-recommended .mp-panel-movie .card.mp-card .card-image, .card.mp-card .mp-recommended .mp-panel-movie .card-image {
  height: 204px;
}

@media only screen and (max-width: 767px) {
  .mp-recommended .mp-panel-movie .box-img-thumbnail, .mp-recommended .mp-panel-movie .card.mp-card .card-image, .card.mp-card .mp-recommended .mp-panel-movie .card-image {
    height: 157px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-recommended {
    padding-top: 60px;
  }
  .mp-recommended .mp-buttons {
    margin-top: 20px;
  }
}

.mp-findLand {
  background: #f4f4f4;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .mp-findLand {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mp-findLand .box-no-land {
  text-align: center;
}

.mp-findLand .box-no-land p {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-no-land p {
    font-size: 16px;
  }
}

.mp-findLand .box-land-service {
  margin-top: 80px;
  background: #fff;
  border: 2px solid #3a5b7d;
  padding: 15px 48px 15px 35px;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service {
    margin-top: 60px;
    padding: 36px 0 29px;
  }
}

.mp-findLand .box-land-service .title {
  margin: 6px 0 0;
  font-size: 52px;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #3a5b7d;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 375px) {
  .mp-findLand .box-land-service .title {
    font-size: 29px;
  }
}

.mp-findLand .box-land-service .sub-title {
  font-size: 21px;
  letter-spacing: 0.005em;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .sub-title {
    font-size: 15px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 375px) {
  .mp-findLand .box-land-service .sub-title {
    font-size: 13px;
  }
}

.mp-findLand .box-land-service .box-title {
  margin-top: 77px;
}

.mp-findLand .box-land-service .box-title img {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .box-title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mp-findLand .box-land-service .col-md-7 {
    width: 57.2%;
    padding-right: 30px !important;
  }
}

.mp-findLand .box-land-service .col-md-5 {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .mp-findLand .box-land-service .col-md-5 {
    width: 42.8%;
  }
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .col-md-5 {
    padding: 0 12px;
  }
  .mp-findLand .box-land-service .col-md-5 .box-img {
    margin: 24px 0 0px;
  }
}

.mp-findLand .box-land-service .mp-buttons {
  margin-top: 21px;
}

.mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage, .mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage-sns, .mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage-sns-2, .mp-findLand .box-land-service .mp-buttons .col-btn .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-findLand .box-land-service .mp-buttons .col-btn .nav-link {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage, .mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage-sns, .mp-findLand .box-land-service .mp-buttons .col-btn .btn-mypage-sns-2, .mp-findLand .box-land-service .mp-buttons .col-btn .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-findLand .box-land-service .mp-buttons .col-btn .nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .mp-buttons .col-btn + .col-btn {
    margin-top: 16px;
  }
}

.mp-findLand .box-land-service .desc {
  font-size: 11px;
  line-height: 160%;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .box-land-service .desc {
    font-size: 9px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mp-findLand .mp-panel .box-img-thumbnail, .mp-findLand .mp-panel .card.mp-card .card-image, .card.mp-card .mp-findLand .mp-panel .card-image {
  height: 274px;
}

@media only screen and (max-width: 767px) {
  .mp-findLand .mp-panel .box-img-thumbnail, .mp-findLand .mp-panel .card.mp-card .card-image, .card.mp-card .mp-findLand .mp-panel .card-image {
    height: 210px;
  }
}

.mp-event {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .mp-event {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mp-event .swiper-slide .col-item {
  height: 100%;
}

.mp-event .mp-panel__item:hover .box-img-thumbnail img, .mp-event .mp-panel__item:hover .card.mp-card .card-image img, .card.mp-card .mp-event .mp-panel__item:hover .card-image img {
  -webkit-transform: none;
  transform: none;
}

.mp-event .mp-panel__item:hover .title {
  opacity: 1;
}

.mp-event__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-event__text .title {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.mp-event__text .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mp-page-qr .qr-code {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .mp-page-qr .qr-code {
    max-width: 65.47%;
  }
}

.mp-page-qr .qr-title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-page-qr .qr-title {
    font-size: 15px;
  }
}

.mp-page-qr .qr-text {
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  margin-top: 8px;
}

.mp-page-qr .qr-text span {
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .mp-page-qr .qr-text {
    font-size: 14px;
  }
  .mp-page-qr .qr-text span {
    margin: 0 8px;
  }
}

#modalQrCode .box-qrcode img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #modalQrCode .box-qrcode [class^="col-"]:not(:first-child) {
    margin-top: 16px;
  }
}

.list-news {
  margin-bottom: 0;
}

.list-news .mp-list-group-item {
  color: #242424;
  position: relative;
  display: block;
  padding: 24px 12px;
  padding-right: 60px;
}

@media only screen and (min-width: 768px) {
  .list-news .mp-list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.list-news .mp-list-group-item::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/library/img/icons/icon-arrow-list-group.png) center right no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .list-news .mp-list-group-item {
    padding: 18px 4px;
    padding-right: 30px;
  }
  .list-news .mp-list-group-item::after {
    right: 4px;
  }
}

.list-news .mp-list-group-item .col-date {
  color: #83838c;
}

.list-news .mp-list-group-item .col-date .date {
  color: inherit;
  line-height: 160%;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .list-news .mp-list-group-item .col-date .date {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .list-news .mp-list-group-item .col-text > * {
    display: inline-block;
    vertical-align: middle;
  }
}

.list-news .mp-list-group-item .col-text .badge span {
  white-space: nowrap;
  margin-left: 12px;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .list-news .mp-list-group-item .col-text .badge span {
    margin: 0;
  }
}

.list-news .mp-list-group-item .col-text .text {
  line-height: 160%;
}

@media only screen and (min-width: 768px) {
  .list-news .mp-list-group-item .col-text .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .list-news .mp-list-group-item .col-text {
    margin-top: 4px;
  }
  .list-news .mp-list-group-item .col-text .badge {
    display: block;
    margin-top: 4px !important;
  }
}

@media only screen and (min-width: 768px) {
  .list-news .mp-list-group-item .col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-news .mp-list-group-item .col-text .text {
    word-break: break-all;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.list-news li {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .list-news .col-date {
    width: 19%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
  }
}

@media only screen and (min-width: 768px) {
  .list-news .col-text {
    width: 81%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
  }
}

@media only screen and (min-width: 768px) {
  .mp-page-news .heading-1 .txt, .mp-page-news .mp-findLand .box-land-service .title .txt, .mp-findLand .box-land-service .mp-page-news .title .txt {
    max-width: calc(100% - 40px);
    padding-right: 12px;
  }
}

.mp-page-news .heading-1 .badge, .mp-page-news .mp-findLand .box-land-service .title .badge, .mp-findLand .box-land-service .mp-page-news .title .badge {
  display: inline-block;
  margin: 0px !important;
}

.mp-page-news .heading-1 .badge span, .mp-page-news .mp-findLand .box-land-service .title .badge span, .mp-findLand .box-land-service .mp-page-news .title .badge span {
  margin: 12px 0 0 !important;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .mp-page-news .heading-1 .badge span, .mp-page-news .mp-findLand .box-land-service .title .badge span, .mp-findLand .box-land-service .mp-page-news .title .badge span {
    margin: 8px 0 0 !important;
  }
}

.mp-page-news .list-news {
  margin-top: 40px;
}

.mp-page-news .list-news .mp-list-group-item .badge span {
  vertical-align: middle;
  margin-top: -2px !important;
}

.mp-page-news .createAt {
  margin-top: 40px;
  color: #83838c;
}

@media only screen and (min-width: 768px) {
  .mp-page-news .swiper-slide {
    width: 648px !important;
  }
}

.box-news-photos {
  margin-top: 40px;
}

.box-news-photos .box-image {
  background-color: #83838c;
  width: 648px;
  height: 486px;
  padding: 0;
}

.box-news-photos .box-image img {
  width: 100%;
}

.box-news-photos .box-image + .box-image {
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .box-news-photos .box-image + .box-image {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-news-photos .box-image {
    height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .box-news-photos [class^="col"] {
    width: 80%;
  }
}

.box-news-links {
  margin-top: 40px;
}

.box-news-links .icon-link + .icon-link {
  margin-top: 12px;
}

.box-news-info p, .box-news-info ul, .box-news-info ol {
  margin-top: 40px;
}

.box-news-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.box-news-info dl dt, .box-news-info dl dd {
  font-size: 12px;
}

.box-news-info dl dt {
  width: 12px;
  margin-right: 4px;
}

.box-news-info dl + dl {
  margin-top: 12px;
}

.notify-setting-title {
  font-weight: 600;
}

.form-notify-setting .row .col-notify.col-md-3, .form-notify-setting .mp-buttons .col-notify.col-md-3, .form-notify-setting .rowLayout-10 .col-notify.col-md-3, .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-md-3, .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-md-3, .form-notify-setting .con_mp-top-ideaclip .col-notify.col-md-3, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .row .col-notify.col-btn, .form-notify-setting .mp-buttons.mp-buttons_2btn-3col .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .rowLayout-10 .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .con_mp-top-ideaclip .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .row .col-notify.col-btn, .form-notify-setting .mp-buttons.mp-buttons_4btn-3col .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .rowLayout-10 .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .con_mp-top-ideaclip .col-notify.col-btn {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .form-notify-setting .row .col-notify.col-md-3, .form-notify-setting .mp-buttons .col-notify.col-md-3, .form-notify-setting .rowLayout-10 .col-notify.col-md-3, .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-md-3, .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-md-3, .form-notify-setting .con_mp-top-ideaclip .col-notify.col-md-3, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .row .col-notify.col-btn, .form-notify-setting .mp-buttons.mp-buttons_2btn-3col .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .rowLayout-10 .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_2btn-3col .form-notify-setting .con_mp-top-ideaclip .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .row .col-notify.col-btn, .form-notify-setting .mp-buttons.mp-buttons_4btn-3col .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .rowLayout-10 .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-btn, .mp-buttons.mp-buttons_4btn-3col .form-notify-setting .con_mp-top-ideaclip .col-notify.col-btn {
    width: 79.33333%;
    padding: 0;
    margin-right: 6px;
  }
}

.form-notify-setting .row .col-notify.col-md-7, .form-notify-setting .mp-buttons .col-notify.col-md-7, .form-notify-setting .rowLayout-10 .col-notify.col-md-7, .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-md-7, .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-md-7, .form-notify-setting .con_mp-top-ideaclip .col-notify.col-md-7 {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .form-notify-setting .row .col-notify.col-md-7, .form-notify-setting .mp-buttons .col-notify.col-md-7, .form-notify-setting .rowLayout-10 .col-notify.col-md-7, .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-md-7, .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-md-7, .form-notify-setting .con_mp-top-ideaclip .col-notify.col-md-7 {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .form-notify-setting .row .col-notify.col-md-7, .form-notify-setting .mp-buttons .col-notify.col-md-7, .form-notify-setting .rowLayout-10 .col-notify.col-md-7, .form-notify-setting .modal-lg-catalog .box-buttons .col-notify.col-md-7, .modal-lg-catalog .form-notify-setting .box-buttons .col-notify.col-md-7, .form-notify-setting .con_mp-top-ideaclip .col-notify.col-md-7 {
    width: 16.66666%;
    padding: 0;
    margin-left: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .form-notify-setting .row .col-md-6, .form-notify-setting .mp-buttons .col-md-6, .form-notify-setting .rowLayout-10 .col-md-6, .form-notify-setting .modal-lg-catalog .box-buttons .col-md-6, .modal-lg-catalog .form-notify-setting .box-buttons .col-md-6, .form-notify-setting .con_mp-top-ideaclip .col-md-6, .mp-buttons.mp-buttons_1btn-6col .form-notify-setting .row .col-btn, .form-notify-setting .mp-buttons.mp-buttons_1btn-6col .col-btn, .mp-buttons.mp-buttons_1btn-6col .form-notify-setting .rowLayout-10 .col-btn, .mp-buttons.mp-buttons_1btn-6col .form-notify-setting .modal-lg-catalog .box-buttons .col-btn, .mp-buttons.mp-buttons_1btn-6col .modal-lg-catalog .form-notify-setting .box-buttons .col-btn, .mp-buttons.mp-buttons_1btn-6col .form-notify-setting .con_mp-top-ideaclip .col-btn, .mp-buttons.mp-buttons_2btn-6col .form-notify-setting .row .col-btn, .form-notify-setting .mp-buttons.mp-buttons_2btn-6col .col-btn, .mp-buttons.mp-buttons_2btn-6col .form-notify-setting .rowLayout-10 .col-btn, .mp-buttons.mp-buttons_2btn-6col .form-notify-setting .modal-lg-catalog .box-buttons .col-btn, .mp-buttons.mp-buttons_2btn-6col .modal-lg-catalog .form-notify-setting .box-buttons .col-btn, .mp-buttons.mp-buttons_2btn-6col .form-notify-setting .con_mp-top-ideaclip .col-btn, .modal-lg-catalog .box-buttons .form-notify-setting .row li, .modal-lg-catalog .box-buttons .form-notify-setting .mp-buttons li, .modal-lg-catalog .box-buttons .form-notify-setting .rowLayout-10 li, .form-notify-setting .modal-lg-catalog .box-buttons li, .modal-lg-catalog .form-notify-setting .box-buttons li, .modal-lg-catalog .box-buttons .form-notify-setting .con_mp-top-ideaclip li, .con_mp-top-ideaclip .form-notify-setting .row .box-image, .con_mp-top-ideaclip .form-notify-setting .mp-buttons .box-image, .con_mp-top-ideaclip .form-notify-setting .rowLayout-10 .box-image, .con_mp-top-ideaclip .form-notify-setting .modal-lg-catalog .box-buttons .box-image, .con_mp-top-ideaclip .modal-lg-catalog .form-notify-setting .box-buttons .box-image, .form-notify-setting .con_mp-top-ideaclip .box-image {
    width: 60%;
  }
}

.notify-setting-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .notify-setting-note {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-ne .mp-form-steps {
    margin: 17px 0;
  }
}

.mp-up-line > br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mp-up-line > br {
    display: block;
  }
}

.mp-card {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mp-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mp-card .card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 112px;
    flex: 1 1 112px;
    max-width: 112px;
  }
  .mp-card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 112px);
    flex: 1 1 calc(100% - 112px);
    max-width: calc(100% - 112px);
  }
}

.btn-mypage-sns, .btn-mypage-sns-2 {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .btn-mypage-sp-lg {
    height: 56px;
  }
}

#avatar-preview {
  width: 248px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #avatar-preview {
    width: 374px;
  }
}

.overlay-avatar {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
}

.overlay-avatar::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
  z-index: 99;
  background: #242424;
}

@media only screen and (max-width: 767px) {
  .overlay-avatar {
    width: 100%;
  }
}

.register-cards {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .register-cards .list-cards li:not(:first-child) {
    margin-top: 20px;
  }
}

.mp-register-link {
  padding-top: 32px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .mp-register-link {
    padding-top: 48px;
    margin-top: 48px;
  }
}

.mp-page-se .box-change-avatar {
  padding-bottom: 32px;
}

.mp-page-se .box-change-avatar .btn-change-avatar {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 6px;
  margin-left: 24px;
  max-width: 160px;
}

.mp-page-se .list-style-note li {
  padding-left: 19px;
}

.mp-page-se .list-style-note li::before {
  top: 2px;
  font-size: 15px;
  font-weight: 600;
}

.mp-page-se .user-setting-banner {
  margin-top: 20px;
}

.mp-page-se .txt-link, .mp-page-se .txt-link-small {
  padding: 0 6px;
}

.mp-page-se .m-after-banner, .mp-page-se .my-se-user, .mp-page-se .user-setting-banner + .form-row {
  margin-top: 28px;
}

.mp-page-se .my-se-user li {
  padding: 32px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

.mp-page-se .my-se-user li:first-child {
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
}

.mp-page-se .my-se-user .box-account {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mp-page-se .my-se-user .username {
  margin-left: 24px;
}

.mp-page-se .my-se-user .username .name {
  font-size: 20px;
}

.mp-page-se .my-se-user .username .relative {
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
}

.mp-page-se .my-se-user .btn-delete {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: none;
}

.mp-page-se .my-se-user .btn-edit {
  margin-left: 13px;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .my-se-user {
    margin-top: 28px;
  }
  .mp-page-se .my-se-user li {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mp-page-se .my-se-user .box-account {
    margin-right: 16px;
  }
  .mp-page-se .my-se-user .username {
    margin-left: 16px;
  }
  .mp-page-se .my-se-user .username .name {
    font-size: 18px;
  }
  .mp-page-se .my-se-user .username .relative {
    font-size: 12px;
  }
}

.mp-page-se .box-condition-land {
  background: #f4f4f4;
  padding: 60px;
}

.mp-page-se .box-condition-land .desc {
  font-size: 15px;
  line-height: 160%;
}

.mp-page-se .box-condition-land .mp-list-group {
  margin-bottom: 32px;
}

.mp-page-se .box-condition-land .mp-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .box-condition-land {
    padding: 28px;
  }
}

.mp-page-se .box-account-holder .form-check {
  margin-top: 20px;
}

.mp-page-se .box-account-holder .page-description {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .box-account-holder .page-description {
    margin-top: 12px;
  }
}

.mp-page-se .bnr-notify {
  margin-top: 80px;
  background: #fff;
  padding: 26px 0px 0 16px;
  border: 2px solid #bfbfbf;
  text-align: center;
}

.mp-page-se .bnr-notify .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .bnr-notify .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-se .bnr-notify .box-image img {
    max-height: 108px;
    display: block;
    margin: 10px auto 0;
  }
}

.mp-page-se .bnr-notify .box-buttons {
  margin-top: 12px;
  margin-bottom: 17px;
}

.mp-page-se .bnr-notify .box-buttons .btn, .mp-page-se .bnr-notify .box-buttons .btn-mypage, .mp-page-se .bnr-notify .box-buttons .btn-mypage-sns, .mp-page-se .bnr-notify .box-buttons .btn-mypage-sns-2, .mp-page-se .bnr-notify .box-buttons .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-page-se .bnr-notify .box-buttons .nav-link {
  padding: 0;
}

.mp-page-se .bnr-notify .btn-store {
  max-width: 129px;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .bnr-notify .btn-store {
    max-width: 102px;
  }
}

.mp-page-se .bnr-notify .btn-google {
  margin-top: 7px;
  max-width: 157px;
}

@media only screen and (max-width: 767px) {
  .mp-page-se .bnr-notify .btn-google {
    max-width: 127px;
    margin-top: 0px;
    margin-left: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-page-se .bnr-notify {
    text-align: left;
    border-width: 1px;
    padding: 26px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 229px;
  }
  .mp-page-se .bnr-notify .box-image {
    max-width: 47.2%;
  }
  .mp-page-se .bnr-notify .box-text {
    max-width: 52.8%;
    padding-left: 11px;
  }
}

.mp-page-se .heading-2 .badge, .mp-page-se h2.mp-heading .badge, .mp-page-se .mp-contact .staff-contact li .txt .badge, .mp-contact .staff-contact li .mp-page-se .txt .badge, .mp-page-se .con_mp-intro .row-intro .sub-title .badge, .con_mp-intro .row-intro .mp-page-se .sub-title .badge {
  margin-left: 0;
}

.mp-page-se .heading-2 .badge span, .mp-page-se h2.mp-heading .badge span, .mp-page-se .mp-contact .staff-contact li .txt .badge span, .mp-contact .staff-contact li .mp-page-se .txt .badge span, .mp-page-se .con_mp-intro .row-intro .sub-title .badge span, .con_mp-intro .row-intro .mp-page-se .sub-title .badge span {
  vertical-align: middle;
  margin-top: -3px !important;
  margin-left: 0;
}

.mp-page-se .box-subMember .desc {
  margin-top: 12px;
}

.mp-page-se .offset-md-1 .list-se-sns .form-row::before, .mp-page-se .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .list-se-sns .form-row::before, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-page-se .col-btn:first-child .list-se-sns .form-row::before, .mp-page-se .con_mp-top-ideaclip .box-text .list-se-sns .form-row::before, .con_mp-top-ideaclip .mp-page-se .box-text .list-se-sns .form-row::before, .mp-page-se .offset-md-1 .list-se-sns .form-row::after, .mp-page-se .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .col-btn:first-child .list-se-sns .form-row::after, .offset-md-1 .mp-buttons.mp-buttons_2btn-4col .mp-page-se .col-btn:first-child .list-se-sns .form-row::after, .mp-page-se .con_mp-top-ideaclip .box-text .list-se-sns .form-row::after, .con_mp-top-ideaclip .mp-page-se .box-text .list-se-sns .form-row::after {
  width: 100%;
}

.my-se-account .mp-form {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .my-se-account .form-row {
    padding: 43px 0;
  }
  .my-se-account .col-md-2, .my-se-account .list-news .mp-list-group-item .col-date, .list-news .mp-list-group-item .my-se-account .col-date {
    padding-left: 4px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .my-se-account .form-row .form-label {
    margin-bottom: 8px;
  }
  .my-se-account .col-md-5 {
    margin-bottom: 20px;
  }
}

.block-upload-plus {
  margin-top: 32px;
}

.block-upload-plus .mp-upload {
  height: 234px;
}

@media only screen and (max-width: 767px) {
  .block-upload-plus .mp-upload {
    height: 168px;
  }
}

.block-title {
  padding-top: 0;
  padding-bottom: 28px;
}

.user-setting-banner + .form-row::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .user-setting-banner + .form-row::before {
    width: 83.33333%;
  }
}

.mp-notice-member {
  margin-top: 24px;
}

.mp-txt-member {
  margin-top: 4px;
  font-size: 15px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-txt-member {
    font-size: 14px;
  }
}

.mp-txt-no-submember {
  font-size: 15px;
  line-height: 160%;
}

.box-land {
  margin-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .box-land .mp-buttons .col-btn {
    width: 46.603%;
  }
}

@media only screen and (max-width: 767px) {
  .box-land {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.unsub-confirm-checklist {
  border: 1px solid #bfbfbf;
  padding: 36px;
}

@media only screen and (max-width: 767px) {
  .unsub-confirm-checklist {
    padding: 28px;
  }
}

.unsub-confirm-checklist p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 12px;
}

.unsub-confirm-checklist .list-style-dot li:not(:first-child), .unsub-confirm-checklist .box-news-info ul li:not(:first-child), .box-news-info .unsub-confirm-checklist ul li:not(:first-child) {
  margin-top: 12px;
}

.unsub-confirm-checklist .list-style-minus {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .unsub-confirm-checklist .list-style-minus li {
    font-size: 13px !important;
  }
}

.unsub-panel .agreement-check {
  margin-top: 20px;
  display: inline-block;
}

.form-unsub .textarea {
  margin-top: 12px;
  min-height: 160px;
}

.list-se-sns {
  margin-top: 40px;
}

.list-se-sns .form-row {
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  .list-se-sns .form-row {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.list-se-sns .colLayout-md-2 {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .list-se-sns .colLayout-md-2 {
    padding-left: 8px;
  }
}

.list-se-sns .icon {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.list-se-sns .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-se-sns .title .txt {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
}

.list-se-sns .linked {
  font-size: 16px;
  line-height: 160%;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .list-se-sns .linked {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .list-se-sns .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-se-sns .box-text .title {
    width: 38.5%;
  }
  .list-se-sns .box-text .linked {
    width: 61.5%;
  }
}

.crop-avatar {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  z-index: 9999;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .crop-avatar {
    width: 100%;
  }
}

.crop-avatar2 {
  overflow: hidden;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.avatar-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.avatar-review::before, .avatar-review::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background: url(/library/img/icons/account-img.svg) center center no-repeat;
  background-size: 100% auto;
}

.avatar-review::before {
  width: 28px;
  height: 28px;
}

.avatar-review::after {
  width: 48px;
  height: 48px;
}

.avatar-review__icon--left {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .avatar-review__icon--left {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}

.avatar-review__icon--right {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .avatar-review__icon--right {
    width: 36px;
    height: 36px;
    margin-left: 16px;
  }
}

#inputRange {
  -webkit-appearance: none;
  width: 100%;
  max-width: 208px;
  height: 4px;
  background: #d8d8d8;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 5.86517px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media only screen and (max-width: 767px) {
  #inputRange {
    max-width: 196px;
  }
}

#inputRange:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#inputRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
  background-image: url(/library/img/icons/range-input.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  #inputRange::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
}

#inputRange::-moz-range-thumb {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 0;
  background-image: url(/library/img/icons/range-input.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #inputRange::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
}

.modal-body-avatar {
  overflow-y: auto;
  max-height: 50vh;
}

.mp-page-se-006__icon {
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 767px) {
  .mp-page-se-006__icon {
    width: 12px;
    height: 12px;
  }
}

.mp-page-se__text-20-18 {
  font-size: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-se__text-20-18 {
    font-size: 18px !important;
  }
}

.mp-page-se__text-15-12 {
  font-size: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-se__text-15-12 {
    font-size: 12px !important;
  }
}

.mp-page-ca .fav-set--long .fav-set__name:not(:first-child) {
  margin-left: -11px;
}

.mp-page-ca .mp-b-favorite .line-clamp, .mp-page-ca .mp-b-favorite .line-clamp-1, .mp-page-ca .mp-b-favorite .mp-panel-event .mp-panel__text .title, .mp-panel-event .mp-panel__text .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-panel-event .mp-panel__text .address, .mp-panel-event .mp-panel__text .mp-page-ca .mp-b-favorite .address, .mp-page-ca .mp-b-favorite .mp-panel__text .title.title-2, .mp-panel__text .mp-page-ca .mp-b-favorite .title.title-2, .mp-page-ca .mp-b-favorite .mp-page-ev .mp-panel__text .title, .mp-page-ev .mp-panel__text .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-page-ev .mp-panel__text .address, .mp-page-ev .mp-panel__text .mp-page-ca .mp-b-favorite .address, .mp-page-ca .mp-b-favorite .line-clamp-2, .mp-page-ca .mp-b-favorite .mp-panel .threedots, .mp-panel .mp-page-ca .mp-b-favorite .threedots, .mp-page-ca .mp-b-favorite .mp-panel__text .desc, .mp-panel__text .mp-page-ca .mp-b-favorite .desc, .mp-page-ca .mp-b-favorite .my-ideaclip .title, .my-ideaclip .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .con_mp-news .box-event .box-left .title, .con_mp-news .box-event .box-left .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-exhibition .box-left .txt-title, .mp-exhibition .box-left .mp-page-ca .mp-b-favorite .txt-title, .mp-page-ca .mp-b-favorite .mp-exhibition .box-left .txt-address, .mp-exhibition .box-left .mp-page-ca .mp-b-favorite .txt-address, .mp-page-ca .mp-b-favorite .mp-exhibition .box-link .txt-title, .mp-exhibition .box-link .mp-page-ca .mp-b-favorite .txt-title, .mp-page-ca .mp-b-favorite .mp-exhibition .box-link .txt-address, .mp-exhibition .box-link .mp-page-ca .mp-b-favorite .txt-address, .mp-page-ca .mp-b-favorite .mp-b-favorite__text .title, .mp-page-ca .mp-b-favorite__text .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .line-clamp-3, .mp-page-ca .mp-b-favorite .mp-panel-ct .desc, .mp-panel-ct .mp-page-ca .mp-b-favorite .desc, .mp-page-ca .mp-b-favorite .mp-panel-movie .mp-panel__text .title, .mp-panel-movie .mp-panel__text .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-panel__text .title.title-4, .mp-panel__text .mp-page-ca .mp-b-favorite .title.title-4, .mp-page-ca .mp-b-favorite .ct-list-categories .mp-panel .desc, .ct-list-categories .mp-panel .mp-page-ca .mp-b-favorite .desc, .mp-page-ca .mp-b-favorite .line-clamp-4, .mp-page-ca .mp-b-favorite .mp-panel-movie .col-9.col-md-3 .title, .mp-panel-movie .col-9.col-md-3 .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_2btn-3col .col-9.col-btn .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_2btn-3col .mp-panel-movie .col-9.col-btn .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .title, .mp-panel-movie .mp-buttons.mp-buttons_4btn-3col .col-9.col-btn .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .title, .mp-buttons.mp-buttons_4btn-3col .mp-panel-movie .col-9.col-btn .mp-page-ca .mp-b-favorite .title, .mp-page-ca .mp-b-favorite .mp-panel__text .title.title-5, .mp-panel__text .mp-page-ca .mp-b-favorite .title.title-5, .mp-page-ca .mp-b-favorite .line-clamp-5, .mp-page-ca .mp-b-favorite .my-ideaclip__memo .inner, .my-ideaclip__memo .mp-page-ca .mp-b-favorite .inner, .mp-page-ca .mp-b-favorite .line-clamp-6 {
  position: relative;
}

.mp-page-ca .mp-b-favorite__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-page-ca .mp-b-favorite__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-page-ca .mp-b-favorite__text .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mp-page-ca .mp-b-favorite__text .title::before {
  display: none !important;
  position: absolute;
  right: 13px;
  bottom: 0px;
  background: #f4f4f4;
  z-index: 2;
  content: "...";
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .mp-page-ca .mp-b-favorite__text .title::before {
    width: 20px;
    font-size: 14px;
  }
}

.mp-page-ca .mp-b-favorite__text .title::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 3px;
  background-image: url(/library/img/icons/icon_external.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #f4f4f4;
}

.mp-page-ca .mp-b-favorite .favorite-more {
  display: none;
}

.mp-page-ca .mp-b-favorite .box-img-thumbnail, .mp-page-ca .mp-b-favorite .card.mp-card .card-image, .card.mp-card .mp-page-ca .mp-b-favorite .card-image {
  height: 120px !important;
}

@media only screen and (min-width: 768px) {
  .mp-page-ca .mp-b-favorite .box-img-thumbnail, .mp-page-ca .mp-b-favorite .card.mp-card .card-image, .card.mp-card .mp-page-ca .mp-b-favorite .card-image {
    height: 270px !important;
  }
}

.mp-page-ca .btn-icon-right svg {
  position: static;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.mp-page-ca .mp-panel .box-img-thumbnail, .mp-page-ca .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-ca .mp-panel .card-image {
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ca .mp-panel .box-img-thumbnail, .mp-page-ca .mp-panel .card.mp-card .card-image, .card.mp-card .mp-page-ca .mp-panel .card-image {
    height: 120px;
  }
}

.mp-panel-favorite {
  margin-top: 40px;
}

.mp-panel-favorite .col-item {
  margin-top: 20px;
}

.mp-panel-favorite .col-item:first-child {
  margin-top: 0;
}

.mp-panel-favorite .col-item.col-6:nth-child(2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .mp-panel-favorite .col-item {
    margin-top: 40px;
  }
  .mp-panel-favorite .col-item.col-md-4:nth-child(3), .mp-panel-favorite .mp-buttons.mp-buttons_1btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_1btn-4col .mp-panel-favorite .col-item.col-btn:nth-child(3), .mp-panel-favorite .mp-buttons.mp-buttons_2btn-4col .col-item.col-btn:nth-child(3), .mp-buttons.mp-buttons_2btn-4col .mp-panel-favorite .col-item.col-btn:nth-child(3), .mp-panel-favorite .con_mp-top-ideaclip .col-item.box-text:nth-child(3), .con_mp-top-ideaclip .mp-panel-favorite .col-item.box-text:nth-child(3), .mp-panel-favorite .mp-page-se .box-account-holder .col-item.box-txt-link:nth-child(3), .mp-page-se .box-account-holder .mp-panel-favorite .col-item.box-txt-link:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mp-panel-favorite .icon-heart {
    background-image: url(/library/img/icons/icon-heart-s.png) !important;
  }
  .mp-panel-favorite .icon-heart.active {
    background-image: url(/library/img/icons/icon-heart-s-active.png) !important;
  }
}

.mp-panel-favorite .mp-panel__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-panel-favorite .mp-panel__text .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (min-width: 768px) {
  .mp-page-re .mp-panel {
    margin-top: 60px;
  }
}

.mp-page-re .mp-panel__text {
  padding: 32px;
}

.mp-page-re .mp-panel__text .title .ic {
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-panel__text .title .ic {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-panel__text {
    padding: 24px;
  }
}

.mp-page-re .mp-panel .col-item {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mp-page-re .mp-panel .col-item:first-child, .mp-page-re .mp-panel .col-item:nth-child(2) {
    margin-top: 0;
  }
}

.mp-page-re .mp-panel .col-item .badge {
  display: block;
  margin-bottom: 12px;
}

.mp-page-re .mp-panel .col-item .badge span {
  border-radius: 3px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-panel .col-item .badge {
    margin-bottom: 6px !important;
  }
}

.mp-page-re .mp-panel .col-item .title {
  font-size: 24px;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-panel .col-item .title {
    font-size: 22px;
  }
}

.mp-page-re .mp-panel .col-item .date {
  font-size: 16px;
  font-weight: 600;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-panel .col-item .date {
    padding-top: 6px;
    line-height: 140%;
  }
}

.mp-page-re .mp-panel .col-item .desc {
  font-size: 13px;
  margin-top: 12px;
  line-height: 140%;
}

.mp-page-re .mp-panel .col-item .fav-set {
  margin-top: 16px !important;
}

.mp-page-re .mp-re-history .mp-panel {
  margin-top: 0;
}

.mp-page-re .mp-re-history .mp-panel__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: none;
}

.mp-page-re .mp-re-history .mp-panel .col-item {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mp-page-re .mp-re-history .mp-panel .col-item {
    margin-top: 28px;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image {
  width: 360px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .box-img-thumbnail, .mp-page-re .mp-re-history .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-re .mp-re-history .mp-panel .col-item .card-image {
    width: 100px;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .mp-panel__text {
  width: calc(100% - 360px);
  padding: 0 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .mp-panel__text {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .mp-panel__text {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .badge {
    margin-bottom: 6px;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .title {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .title {
    font-size: 18px;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .date {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .date {
    font-size: 14px;
    line-height: 160%;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .desc {
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .desc {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .fav-set {
    margin-top: 20px !important;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .badge span + span {
  margin-left: 8px !important;
}

@media only screen and (max-width: 767px) {
  .mp-page-re .mp-re-history .mp-panel .col-item .badge span + span {
    margin-left: 6px !important;
  }
}

.mp-page-re .mp-re-history .mp-panel .col-item .badge span.bg-white, .mp-page-re .mp-re-history .mp-panel .col-item .badge .mp-exhibition .box-left span.box-inner, .mp-exhibition .box-left .mp-page-re .mp-re-history .mp-panel .col-item .badge span.box-inner, .mp-page-re .mp-re-history .mp-panel .col-item .badge .mp-exhibition span.box-link, .mp-exhibition .mp-page-re .mp-re-history .mp-panel .col-item .badge span.box-link {
  padding: 1px 6px;
}

.mp-page-re .mp-re-history .mp-panel .col-item .badge span.bg-gray-a {
  padding: 2px 10px;
}

.mp-page-folder .list-folder {
  margin-top: 40px;
}

.mp-page-folder .list-folder .mp-list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 24px 12px;
  color: #242424;
  position: relative;
}

.mp-page-folder .list-folder .mp-list-group-item::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/library/img/icons/icon-arrow-list-group.png) center right no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .list-folder .mp-list-group-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mp-page-folder .list-folder .mp-list-group-item::after {
    right: 4px;
  }
}

.mp-page-folder .list-folder .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .list-folder .txt {
    padding-left: 16px;
  }
}

.mp-page-folder .list-folder .count {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c03f3f;
  margin-left: 12px;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  line-height: 200%;
  color: #fff;
}

.mp-page-folder .mp-folder .box-img-thumbnail, .mp-page-folder .mp-folder .card.mp-card .card-image, .card.mp-card .mp-page-folder .mp-folder .card-image {
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mp-page-folder .mp-folder .box-img-thumbnail .icon, .mp-page-folder .mp-folder .card.mp-card .card-image .icon, .card.mp-card .mp-page-folder .mp-folder .card-image .icon {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder .box-img-thumbnail .icon, .mp-page-folder .mp-folder .card.mp-card .card-image .icon, .card.mp-card .mp-page-folder .mp-folder .card-image .icon {
    width: 37.8%;
  }
}

.mp-page-folder .mp-folder .mp-panel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mp-page-folder .mp-folder .mp-panel__text .title {
  height: auto;
  font-weight: 600;
  color: #242424;
  line-height: 140%;
}

.mp-page-folder .mp-folder .mp-panel__text .date {
  padding-top: 0;
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon .icon, .mp-page-folder .mp-folder .mp-panel__text .box-icon .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon .icon {
  height: 16px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder .mp-panel__text .box-icon .icon {
    margin-top: 2px;
  }
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon .icon img {
  display: block;
  height: inherit;
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon .badge {
  letter-spacing: 0.1em;
}

.mp-page-folder .mp-folder .mp-panel__text .box-icon .badge span {
  margin-top: 0;
}

.mp-page-folder .mp-folder .mp-panel__text .title .ic {
  background: #ebedef;
}

.mp-page-folder .mp-folder .mp-panel__text .title.has-icon .ic {
  position: relative;
  bottom: 0px;
  margin-left: 6px;
}

.mp-page-folder .mp-folder .mp-panel__text .title.threedots .ic {
  position: absolute;
}

.mp-page-folder .mp-folder .mp-panel__text .title.threedots::after {
  font-size: 14px;
  background: #ebedef;
  width: 22px;
  bottom: 5px;
  right: 12px;
  height: 15px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder .mp-panel__text .title.threedots::after {
    bottom: 3px;
    width: 25px;
  }
}

.mp-page-folder .mp-folder.grid {
  margin-top: 40px;
}

.mp-page-folder .mp-folder.grid .mp-panel__item {
  background: #ebedef;
}

.mp-page-folder .mp-folder.grid .mp-panel__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.grid .mp-panel__text {
    padding: 12px;
  }
}

.mp-page-folder .mp-folder.grid .mp-panel__text .date {
  color: #83838c;
}

.mp-page-folder .mp-folder.grid .mp-panel__text .box-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mp-page-folder .mp-folder.grid .mp-panel__text .title {
  line-height: 140% !important;
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder.grid .mp-panel__text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.grid .mp-panel__text .title {
    -webkit-line-clamp: 3;
  }
}

.mp-page-folder .mp-folder.grid .mp-panel__text .box-icon {
  margin-top: 8px;
}

.mp-page-folder .mp-folder.grid .mp-panel__text .box-icon .icon {
  margin-right: 8px;
}

@media only screen and (max-width: 575px) {
  .mp-page-folder .mp-folder.grid .mp-panel__text .box-icon .icon {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.grid .mp-panel__text .box-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mp-page-folder .mp-folder.grid .mp-panel__text .box-icon .badge {
    margin-top: 6px !important;
  }
}

.mp-page-folder .mp-folder.grid .mp-panel .col-item {
  margin-top: 20px;
}

.mp-page-folder .mp-folder.grid .mp-panel .col-item:first-child, .mp-page-folder .mp-folder.grid .mp-panel .col-item:nth-child(2) {
  margin-top: 0;
}

.mp-page-folder .mp-folder.grid .mp-panel .col-item .box-img-thumbnail, .mp-page-folder .mp-folder.grid .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-folder .mp-folder.grid .mp-panel .col-item .card-image {
  height: 160px !important;
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder.grid .mp-panel .col-item {
    margin-top: 40px;
  }
  .mp-page-folder .mp-folder.grid .mp-panel .col-item:nth-child(3), .mp-page-folder .mp-folder.grid .mp-panel .col-item:nth-child(4) {
    margin-top: 0;
  }
  .mp-page-folder .mp-folder.grid .mp-panel .col-item .box-img-thumbnail, .mp-page-folder .mp-folder.grid .mp-panel .col-item .card.mp-card .card-image, .card.mp-card .mp-page-folder .mp-folder.grid .mp-panel .col-item .card-image {
    height: 264px !important;
  }
}

.mp-page-folder .mp-folder.list {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list {
    margin-top: 40px;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group-item {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 12px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list .mp-list-group-item {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .box-img-thumbnail, .mp-page-folder .mp-folder.list .mp-list-group .card.mp-card .card-image, .card.mp-card .mp-page-folder .mp-folder.list .mp-list-group .card-image {
  width: 60px;
  height: 60px;
}

.mp-page-folder .mp-folder.list .mp-list-group .box-img-thumbnail .icon, .mp-page-folder .mp-folder.list .mp-list-group .card.mp-card .card-image .icon, .card.mp-card .mp-page-folder .mp-folder.list .mp-list-group .card-image .icon {
  width: 37.8%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list .mp-list-group .box-img-thumbnail .icon, .mp-page-folder .mp-folder.list .mp-list-group .card.mp-card .card-image .icon, .card.mp-card .mp-page-folder .mp-folder.list .mp-list-group .card-image .icon {
    width: 35%;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 12px;
  padding: 0;
  width: calc(100% - 60px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 100px);
  flex: 1 1 calc(100% - 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .title {
    -webkit-line-clamp: 3;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 33px;
  width: calc(100% - 61px);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-text {
    padding-right: 10px;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-text .date {
    width: 14.301%;
  }
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-text .title {
    max-width: 67%;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon .icon {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon .icon {
    margin-left: 4px;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon .badge {
  white-space: nowrap;
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon .badge span {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 28px;
  flex: 1 1 28px;
  margin: 0;
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .box-btn .btn-download {
  padding: 0;
  background-image: url(/library/img/icons/icon-download-x2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
}

.mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .date {
  font-size: 16px;
  color: #83838c;
}

@media only screen and (min-width: 768px) {
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text {
    margin-left: 40px;
  }
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .date {
    padding: 0;
  }
  .mp-page-folder .mp-folder.list .mp-list-group .mp-panel__text .title {
    margin-left: 20px;
    -webkit-line-clamp: 1;
  }
}

.mp-page-ev .mp-panel__item, .mp-page-sr .mp-panel__item {
  background: none;
}

.mp-page-ev .mp-panel__text, .mp-page-sr .mp-panel__text {
  padding: 16px 0 0;
}

.mp-page-ev .mp-panel .col-item, .mp-page-sr .mp-panel .col-item {
  margin-top: 40px;
}

.mp-page-ev .mp-panel .badge, .mp-page-sr .mp-panel .badge {
  display: block;
  margin-bottom: 6px;
}

.mp-page-ev .mp-panel .title, .mp-page-sr .mp-panel .title {
  line-height: 160%;
}

.mp-page-ev .mp-panel .desc, .mp-page-sr .mp-panel .desc {
  margin-top: 2px;
}

.mp-page-ev .mp-panel .date, .mp-page-sr .mp-panel .date {
  padding-top: 2px;
}

.mp-page-ev .mp-panel.mp-panel-sr .title, .mp-page-sr .mp-panel.mp-panel-sr .title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ev .mp-panel.mp-panel-sr .title, .mp-page-sr .mp-panel.mp-panel-sr .title {
    font-size: 16px;
  }
}

.mp-page-ev .mp-panel.mp-panel-sr .box-btn, .mp-page-sr .mp-panel.mp-panel-sr .box-btn {
  margin-top: 28px;
}

.mp-page-ev .box-register, .mp-page-sr .box-register {
  border: 1px solid #d8d8d8;
  margin-top: 40px;
  padding: 48px 0;
  text-align: center;
}

.mp-page-ev .box-register .title, .mp-page-sr .box-register .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.mp-page-ev .box-register .desc, .mp-page-sr .box-register .desc {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mp-page-ev .box-register, .mp-page-sr .box-register {
    padding: 40px 20px;
  }
  .mp-page-ev .box-register .title, .mp-page-sr .box-register .title {
    font-size: 18px;
  }
}

.mp-page-sr .mp-panel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-page-sr .mp-panel__text .contact {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mp-page-on .step21, .mp-page-on .step22, .mp-page-on .step3 {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mp-page-on .step3 .form-row:first-child::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mp-page-on .page-description br {
    display: none;
  }
}

.mp-page-on .on-mail {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .mp-page-on .on-mail {
    margin-top: 16px;
  }
}

.mp-page-on .on-mail img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  margin-top: -1px;
}

.mp-page-on .on-mail span {
  display: block;
}

.mp-page-on .on-mail .txt-link-small {
  margin-top: 2px;
}

.mp-page-on .box-personalInfo {
  margin-top: 32px;
  border: 1px solid #d8d8d8;
  padding: 36px;
}

.mp-page-on .box-personalInfo .heading-3, .mp-page-on .box-personalInfo .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-page-on .box-personalInfo .title, .mp-page-on .box-personalInfo .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-page-on .box-personalInfo .sub-title {
  font-size: 20px !important;
  margin: 0;
}

.mp-page-on .box-personalInfo p {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mp-page-on .box-personalInfo {
    padding: 28px;
  }
}

.mp-page-on .form-controls {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mp-page-on .has-text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-on .form-row .form-label {
    display: block;
  }
}

.nav-lp-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.nav-lp-step .no {
  font-size: 40px;
  color: #83838c;
  line-height: 160%;
  font-family: "Helvetica Light", sans-serif;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .nav-lp-step .no {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
  }
}

.nav-lp-step .txt {
  color: #242424;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  display: block;
}

.nav-lp-step .txt span {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .nav-lp-step .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-lp-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mp-lp-banner {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mp-lp-banner {
    height: 497px;
  }
}

@media only screen and (min-width: 1440px) {
  .mp-lp-banner {
    height: 597px;
  }
}

@media only screen and (min-width: 1920px) {
  .mp-lp-banner {
    height: 795px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-banner {
    height: 376px;
  }
}

.mp-lp-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mp-lp-banner .box-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mp-lp-banner .box-text h1 {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mp-lp-banner .box-text h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-banner .box-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 0 28px 32px;
  }
}

.mp-lp-top {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .mp-lp-top {
    margin-top: 40px;
  }
}

.mp-lp-top .heading-2, .mp-lp-top h2.mp-heading, .mp-lp-top .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-lp-top .txt, .mp-lp-top .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-lp-top .sub-title {
  margin-top: 0;
  display: block;
  text-align: center;
}

.mp-lp-top .heading-2 span, .mp-lp-top h2.mp-heading span, .mp-lp-top .mp-contact .staff-contact li .txt span, .mp-contact .staff-contact li .mp-lp-top .txt span, .mp-lp-top .con_mp-intro .row-intro .sub-title span, .con_mp-intro .row-intro .mp-lp-top .sub-title span {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  padding: 0 28px;
}

.mp-lp-top .heading-2 span::before, .mp-lp-top h2.mp-heading span::before, .mp-lp-top .mp-contact .staff-contact li .txt span::before, .mp-contact .staff-contact li .mp-lp-top .txt span::before, .mp-lp-top .con_mp-intro .row-intro .sub-title span::before, .con_mp-intro .row-intro .mp-lp-top .sub-title span::before, .mp-lp-top .heading-2 span::after, .mp-lp-top h2.mp-heading span::after, .mp-lp-top .mp-contact .staff-contact li .txt span::after, .mp-contact .staff-contact li .mp-lp-top .txt span::after, .mp-lp-top .con_mp-intro .row-intro .sub-title span::after, .con_mp-intro .row-intro .mp-lp-top .sub-title span::after {
  content: "";
  display: block;
  position: absolute;
  background: #83838c;
  width: 24px;
  height: 3px;
  top: 26px;
}

.mp-lp-top .heading-2 span::before, .mp-lp-top h2.mp-heading span::before, .mp-lp-top .mp-contact .staff-contact li .txt span::before, .mp-contact .staff-contact li .mp-lp-top .txt span::before, .mp-lp-top .con_mp-intro .row-intro .sub-title span::before, .con_mp-intro .row-intro .mp-lp-top .sub-title span::before {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
  left: 0;
}

.mp-lp-top .heading-2 span::after, .mp-lp-top h2.mp-heading span::after, .mp-lp-top .mp-contact .staff-contact li .txt span::after, .mp-contact .staff-contact li .mp-lp-top .txt span::after, .mp-lp-top .con_mp-intro .row-intro .sub-title span::after, .con_mp-intro .row-intro .mp-lp-top .sub-title span::after {
  right: 0;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.mp-lp-top .nav-lp {
  margin-top: 22px;
}

@media only screen and (min-width: 768px) {
  .mp-lp-top .nav-lp {
    margin-top: 24px;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mp-lp-top .nav-lp .anchor-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mp-lp-top .nav-lp .anchor-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    text-align: center;
    padding-bottom: 26px;
  }
}

.mp-lp-top .nav-lp .anchor-link::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background-image: url(/library/img/icons/anchor-bold-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
}

@media only screen and (min-width: 768px) {
  .mp-lp-top .nav-lp .anchor-link::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-top .nav-lp .anchor-link::after {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-top .nav-lp .anchor-link {
    padding: 12px 20px 12px 4px;
    border-bottom: 1px solid #d8d8d8;
    height: 72px;
  }
}

.mp-lp-top .nav-lp .nav-lp-step .txt {
  margin-top: -2px;
}

.mp-lp-top .nav-lp .nav-lp-step .txt span {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mp-lp-top .nav-lp .nav-lp-step .txt {
    margin-top: -7px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-top .nav-lp .nav-lp-step .txt {
    margin-top: 0;
  }
  .mp-lp-top .nav-lp .nav-lp-step .txt span {
    display: inline-block;
  }
}

.mp-b-apps {
  margin-top: 40px;
  background: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mp-b-apps .heading-3, .mp-b-apps .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-b-apps .title, .mp-b-apps .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-b-apps .sub-title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mp-b-apps .heading-3, .mp-b-apps .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-b-apps .title, .mp-b-apps .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-b-apps .sub-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.mp-b-apps .box-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.mp-b-apps .box-buttons .btn, .mp-b-apps .box-buttons .btn-mypage, .mp-b-apps .box-buttons .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage-sns-2, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link {
  padding: 0;
}

.mp-b-apps .box-buttons .btn + .btn, .mp-b-apps .box-buttons .btn-mypage + .btn, .mp-b-apps .box-buttons .btn-mypage-sns + .btn, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn, .mp-b-apps .box-buttons .btn + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage, .mp-b-apps .box-buttons .btn + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage-sns, .mp-b-apps .box-buttons .btn + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage-sns-2, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage-sns + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage-sns-2 + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .nav-link {
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .mp-b-apps .box-buttons .btn + .btn, .mp-b-apps .box-buttons .btn-mypage + .btn, .mp-b-apps .box-buttons .btn-mypage-sns + .btn, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn, .mp-b-apps .box-buttons .btn + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage, .mp-b-apps .box-buttons .btn + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage-sns, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage-sns, .mp-b-apps .box-buttons .btn + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage-sns + .btn-mypage-sns-2, .mp-b-apps .box-buttons .btn-mypage-sns-2 + .btn-mypage-sns-2, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .btn-mypage-sns-2, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .btn-mypage-sns-2, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage-sns + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .btn-mypage-sns-2 + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .btn-mypage-sns-2 + .nav-link, .mp-b-apps .box-buttons .box-tab__catalog .nav-tabs .nav-link + .nav-link, .box-tab__catalog .nav-tabs .mp-b-apps .box-buttons .nav-link + .nav-link {
    margin-left: 16px;
  }
}

.mp-lp-section {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .mp-lp-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mp-lp-section .nav-lp-step .no {
  font-size: 52px;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .mp-lp-section .nav-lp-step .no {
    line-height: 160%;
    font-size: 68px;
  }
}

.mp-lp-section .nav-lp-step .txt {
  font-size: 20px;
  line-height: 140%;
}

@media only screen and (min-width: 768px) {
  .mp-lp-section .nav-lp-step .txt {
    font-size: 24px;
  }
  .mp-lp-section .nav-lp-step .txt span {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-section .nav-lp-step .txt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .mp-lp-section .box-content {
    margin-top: 16px;
  }
}

.mp-lp-section .list-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mp-lp-section .list-items .item:not(:first-child) {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .mp-lp-section .list-items .item:not(:first-child) {
    margin-top: 48px;
  }
}

.mp-lp-section .list-items .item .box-image {
  background: #D9D9D9;
  border: 1px solid #D8D8D8;
  min-height: 249px;
  max-height: 543px;
  overflow: hidden;
}

.mp-lp-section .list-items .item .box-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.mp-lp-section .list-items .item .box-text .heading-3, .mp-lp-section .list-items .item .box-text .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-lp-section .list-items .item .box-text .title, .mp-lp-section .list-items .item .box-text .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-lp-section .list-items .item .box-text .sub-title {
  font-size: 16px;
  margin-top: 0;
}

.mp-lp-section .list-items .item .box-text .mp-plainText_15, .mp-lp-section .list-items .item .box-text .list-style-dot li, .list-style-dot .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .box-news-info ul li, .box-news-info ul .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .list-style-order li, .list-style-order .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .list-style-order2 li, .list-style-order2 .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text ol ol li, ol ol .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .box-news-info ol li, .box-news-info ol .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .mp-request-catalog .box-logged .list-style-note li, .mp-request-catalog .box-logged .list-style-note .mp-lp-section .list-items .item .box-text li, .mp-lp-section .list-items .item .box-text .con_mp-intro .row-intro .desc, .con_mp-intro .row-intro .mp-lp-section .list-items .item .box-text .desc, .mp-lp-section .list-items .item .box-text .mp-idea-favorite .box-noFavorite .desc, .mp-idea-favorite .box-noFavorite .mp-lp-section .list-items .item .box-text .desc, .mp-lp-section .list-items .item .box-text .mp-page-top .mp-panel-movie .title, .mp-page-top .mp-panel-movie .mp-lp-section .list-items .item .box-text .title, .mp-lp-section .list-items .item .box-text .mp-page-news .createAt, .mp-page-news .mp-lp-section .list-items .item .box-text .createAt, .mp-lp-section .list-items .item .box-text .box-news-info p, .box-news-info .mp-lp-section .list-items .item .box-text p, .mp-lp-section .list-items .item .box-text .unsub-title, .mp-lp-section .list-items .item .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .list-items .item .box-text .date, .mp-lp-section .list-items .item .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .list-items .item .box-text .title, .mp-lp-section .list-items .item .box-text .mp-page-ev .box-register .desc, .mp-page-ev .box-register .mp-lp-section .list-items .item .box-text .desc, .mp-lp-section .list-items .item .box-text .mp-page-sr .box-register .desc, .mp-page-sr .box-register .mp-lp-section .list-items .item .box-text .desc {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .mp-lp-section .list-items .item .box-text {
    margin-top: 12px;
  }
  .mp-lp-section .list-items .item .box-text .heading-3, .mp-lp-section .list-items .item .box-text .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-lp-section .list-items .item .box-text .title, .mp-lp-section .list-items .item .box-text .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-lp-section .list-items .item .box-text .sub-title {
    line-height: 140%;
  }
}

.mp-lp-section .list-items .item .icon-link {
  margin-top: 20px;
  line-height: 140%;
  font-size: 15px;
  padding-left: 17px;
}

@media only screen and (min-width: 768px) {
  .mp-lp-section .list-items .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mp-lp-section .list-items .item .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 54.3%;
    height: 342px;
  }
  .mp-lp-section .list-items .item .box-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45.7%;
    padding-left: 24px;
  }
  .mp-lp-section .list-items .item .box-text .heading-3, .mp-lp-section .list-items .item .box-text .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-lp-section .list-items .item .box-text .title, .mp-lp-section .list-items .item .box-text .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-lp-section .list-items .item .box-text .sub-title {
    font-size: 18px;
  }
}

.mp-lp-section .box-other {
  background: #f4f4f4;
  margin-top: 32px;
}

.mp-lp-section .box-other .box-text {
  padding: 32px 0 32px 28px;
}

.mp-lp-section .box-other .box-text .heading-3, .mp-lp-section .box-other .box-text .con_mp-intro .row-intro .title, .con_mp-intro .row-intro .mp-lp-section .box-other .box-text .title, .mp-lp-section .box-other .box-text .mp-findLand .box-land-service .sub-title, .mp-findLand .box-land-service .mp-lp-section .box-other .box-text .sub-title {
  margin: 0;
  line-height: 140%;
}

.mp-lp-section .box-other .box-text .mp-plainText_15, .mp-lp-section .box-other .box-text .list-style-dot li, .list-style-dot .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .box-news-info ul li, .box-news-info ul .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .list-style-order li, .list-style-order .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .list-style-order2 li, .list-style-order2 .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text ol ol li, ol ol .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .box-news-info ol li, .box-news-info ol .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .mp-request-catalog .box-logged .list-style-note li, .mp-request-catalog .box-logged .list-style-note .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .con_mp-intro .row-intro .desc, .con_mp-intro .row-intro .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-idea-favorite .box-noFavorite .desc, .mp-idea-favorite .box-noFavorite .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-page-top .mp-panel-movie .title, .mp-page-top .mp-panel-movie .mp-lp-section .box-other .box-text .title, .mp-lp-section .box-other .box-text .mp-page-news .createAt, .mp-page-news .mp-lp-section .box-other .box-text .createAt, .mp-lp-section .box-other .box-text .box-news-info p, .box-news-info .mp-lp-section .box-other .box-text p, .mp-lp-section .box-other .box-text .unsub-title, .mp-lp-section .box-other .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .box-other .box-text .date, .mp-lp-section .box-other .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .box-other .box-text .title, .mp-lp-section .box-other .box-text .mp-page-ev .box-register .desc, .mp-page-ev .box-register .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-page-sr .box-register .desc, .mp-page-sr .box-register .mp-lp-section .box-other .box-text .desc {
  margin-top: 12px;
}

.mp-lp-section .box-other .box-image img {
  display: block;
  max-width: 222px;
}

@media only screen and (min-width: 768px) {
  .mp-lp-section .box-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mp-lp-section .box-other .box-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 87.77%;
  }
  .mp-lp-section .box-other .box-text .mp-plainText_15, .mp-lp-section .box-other .box-text .list-style-dot li, .list-style-dot .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .box-news-info ul li, .box-news-info ul .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .list-style-order li, .list-style-order .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .list-style-order2 li, .list-style-order2 .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text ol ol li, ol ol .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .box-news-info ol li, .box-news-info ol .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .mp-request-catalog .box-logged .list-style-note li, .mp-request-catalog .box-logged .list-style-note .mp-lp-section .box-other .box-text li, .mp-lp-section .box-other .box-text .con_mp-intro .row-intro .desc, .con_mp-intro .row-intro .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-idea-favorite .box-noFavorite .desc, .mp-idea-favorite .box-noFavorite .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-page-top .mp-panel-movie .title, .mp-page-top .mp-panel-movie .mp-lp-section .box-other .box-text .title, .mp-lp-section .box-other .box-text .mp-page-news .createAt, .mp-page-news .mp-lp-section .box-other .box-text .createAt, .mp-lp-section .box-other .box-text .box-news-info p, .box-news-info .mp-lp-section .box-other .box-text p, .mp-lp-section .box-other .box-text .unsub-title, .mp-lp-section .box-other .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .date, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .box-other .box-text .date, .mp-lp-section .box-other .box-text .mp-page-folder .mp-folder.grid .mp-panel__text .title, .mp-page-folder .mp-folder.grid .mp-panel__text .mp-lp-section .box-other .box-text .title, .mp-lp-section .box-other .box-text .mp-page-ev .box-register .desc, .mp-page-ev .box-register .mp-lp-section .box-other .box-text .desc, .mp-lp-section .box-other .box-text .mp-page-sr .box-register .desc, .mp-page-sr .box-register .mp-lp-section .box-other .box-text .desc {
    margin-top: 8px;
  }
  .mp-lp-section .box-other .box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 22.22%;
  }
  .mp-lp-section .box-other .box-image img {
    margin-right: 36px;
    max-width: 109px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-lp-section .box-other {
    margin-top: 48px;
    display: block;
    padding-top: 24px;
  }
  .mp-lp-section .box-other .box-text {
    padding: 24px;
  }
  .mp-lp-section .box-other .box-image img {
    margin: 0 auto;
  }
}

.mp-lp-points {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mp-lp-points {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-page-faq .box-anchor-nav .anchor-link {
    height: 38px;
  }
}

.mp-page-faq .heading-2, .mp-page-faq h2.mp-heading, .mp-page-faq .mp-contact .staff-contact li .txt, .mp-contact .staff-contact li .mp-page-faq .txt, .mp-page-faq .con_mp-intro .row-intro .sub-title, .con_mp-intro .row-intro .mp-page-faq .sub-title {
  margin-bottom: 28px;
}

.mp-page-faq .mp_accordion {
  margin-top: 0;
}

.mp-page-faq .mp_accordion .accordion {
  margin-bottom: 0;
}

.mp-page-faq .mp_accordion .accordion p .txt-link, .mp-page-faq .mp_accordion .accordion p .txt-link-small {
  margin-top: 0;
}

.mp-page-rule section p {
  margin-top: 12px;
}

.mp-page-rule ul, .mp-page-rule ol {
  margin-top: 0;
}

.mp-page-rule ul li, .mp-page-rule ol li {
  margin-top: 12px !important;
}

.mp-page-rule ul ul li, .mp-page-rule ul ol li, .mp-page-rule ol ul li, .mp-page-rule ol ol li {
  margin-top: 4px !important;
}

.mp-page-rule .createAt {
  margin-top: 40px;
  color: #83838c;
  font-size: 12px;
}

}
