.importantpoint li {
  -moz-box-sizing: border-box;
  border: 1px solid #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  height: auto;
  padding: 10px 0 15px 3px;
  width: auto;
  overflow: hidden;
  overflow: visible;
}

ul.tab_caption {
  display: block;
  height: auto;
  padding: 10px;
  width: 100%;
}

ul.tab_caption {
  display: block;
  height: auto;
  padding: 10px;
  width: 100%;
}

ul.tab_caption li {
  display: block;
  float: left;
  font-size: 14px;
  height: 25px;
  width: 50%;
}

ul.tab_caption li:last-child {
  color: #FFFFFF;
  text-align: right;
}

ul.tab_caption li:last-child label {
  padding: 3px 10px;
}

.shokusyu_box {
  padding: 10px 1% 0;
  width: 100%;
}

.shokusyu_list {
  margin: 0 auto;
}

.shokusyu_list li {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 0 1% 5px;
}

.shokusyu_list input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 34px;
  cursor: pointer;
}

.shokusyu_list input[type="checkbox"] + label {
  display: block;
  padding: 4px 2%;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  border: 1px solid #AAA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #FFF;
  white-space: nowrap;
  width: 95%;
  text-align: center;
  font-weight: bold;
}

.shokusyu_list input[type="checkbox"]:checked + label {
  color: #FFF;
  background-color: #FF8B38;
}

@media only screen and (max-width: 440px) {
  .shokusyu_list input[type="checkbox"] + label {
    font-size: 12px;
  }
}

@media only screen and (max-width: 420px) {
  .shokusyu_list input[type="checkbox"] + label {
    font-size: 11px;
  }
}

@media only screen and (max-width: 360px) {
  .shokusyu_list input[type="checkbox"] + label {
    font-size: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .shokusyu_list.android li {
    width: 97%;
  }
  .shokusyu_list input[type="checkbox"] + label {
    font-size: 8px;
  }
  .shokusyu_list.android input[type="checkbox"] + label {
    font-size: 13px;
  }
}