.linebulletin button {
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 5px;
  border: 1px solid #aaa;
}
.lineBulletinPic input + input {
  margin-top: 5px;
}
.formPage .item .lineBulletinPic {
  text-align: center;
}
.formPage .item .lineBulletinPic span {
  width: 100%;
}
.coordinateAlarm {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  color: #f00;
}
#annex .imgParent,
#print-landuseprove-annex .imgParent {
  display: inline-block;
  width: 30%;
  padding: 0 5px;
}
.formPage .item .position {
  display: inline-block;
  width: auto;
}
.formPage .item .position + .position {
  margin-left: 10px;
}
.formPage .item .location {
  display: block;
  text-decoration: none;
  margin-top: 5px;
  text-align: center;
}

.formPage .item.receive-method > label {
  display: flex;
}

.formPage .item.receive-method > label input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
}

.formPage .item.receive-method > label input[type="text"] {
  width: 100%;
  height: auto;
  flex: 1;
  text-align: left;
  text-align-last: left;
}

.formPage .item.receive-method > label span {
  width: auto;
  white-space: nowrap;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .linebulletin button {
    right: -30px;
  }
  .formPage .item .lineBulletinPic input {
    width: 80%;
  }
}
