.blocker {
  z-index:10001;
}
.modal {
  z-index:10002;
  max-width:820px;
}

#table-beltsize-modal {
  font-family: pages, sans-serif;
  font-size: 12px;
  line-height: 180%;
  background-color: #F3F3F3;
  padding-top: 50px;
  padding-bottom: 50px;
}
#table-beltsize-modal h3 {
  font-size: 27px;
  margin-bottom: 30px;
}
#table-beltsize-modal h3 small {
  font-size: 13px;
  display: block;
}
#table-beltsize-modal .howto {
  margin-top: 58px;
  text-align: center;
}
#table-beltsize-modal .t-red {
  color: #e60012;
  margin-bottom: 25px;
}
#table-beltsize-modal .note {
  margin-top: 30px;
}
#table-beltsize-modal .note .label {
  margin-top: 15px;
}
#table-beltsize-modal .note .kome {
  margin-left: 12px;
  text-indent: -12px;
}
#table-beltsize-modal .note .kome:before {
  content: '※';
}
#table-beltsize-modal .note .space {
  margin-left: 12px;
}
.sizelink {
  margin-top: 10px;
}

.sizelink a {
  color: #7ac2d8
}

@media (max-width: 768px) {
  .blocker {
    padding: 20px 10px;
  }
  .modal {
    width:96%;
    padding: 15px;
  }
}
