.p-newcustomer {
  background-color: #F0F0F0;
}

.p-newcustomer .c-breadcrumbs {
  background-color: #FFFFFF;
}

.p-newcustomer-section .u-h-lv2 {
  padding-top: 16px;
  padding-bottom: 32px;
  background-color: #FFFFFF;
}

.p-newcustomer-form {
  padding: 40px 16px 80px;
  background-color: #F0F0F0;
  border-radius: 4px;
}

.p-newcustomer-form .u-h-lv3 {
  margin-bottom: 24px;
}

.p-newcustomer-form .c-form {
  margin: 40px -16px 0;
  padding: 24px 16px;
  background-color: #FFFFFF;
}

.p-newcustomer-form .c-form__list[data-col="2"] {
  gap: 8px;
}

.p-newcustomer-form .c-form__list[data-type="kubun"] li {
  padding: 8px;
}

.p-newcustomer-form .c-form__list[data-type="kubun"] li.is-active {
  background-color: #F9F7EE;
}

.p-newcustomer-form .c-form .u-f-notes {
  margin-top: 4px;
  color: #8E8E8E;
}

.p-newcustomer-form .c-form .u-f-alert {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}

.p-newcustomer-btn {
  padding-top: 40px;
  background-color: #F0F0F0;
}

.p-newcustomer + .l-footer {
  background-color: #F0F0F0;
}

.p-newcustomer .u-interlocking-select-btn {
  margin-top: 15px;
}

.p-newcustomer .u-interlocking-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 18px;
}

@media (min-width: 769px) {
  .p-newcustomer .u-interlocking-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.exhibition_list_item {
    flex: 1;
    min-width: 33%;
}

.p-newcustomer .u-interlocking-list .tag {
  position: relative;
  padding: 9px 22px 9px 9px;
  font-size: 12px;
  background-color: #F9F7EE;
  width: 100%;
  display: block;
}

@media (min-width: 769px) {
  .p-newcustomer .u-interlocking-list .tag {
    padding-right: 32px;
  }
}

.p-newcustomer .u-interlocking-list .tag .u-ico {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  transform: translateY(-50%);
}

.c-alert-txt {
    margin-bottom: 32px;
}
