#estimate_sheet2 {
  display: none; }

.modal_address-change {
  width: 600px;
  padding: 20px; }
  .modal_address-change .modal_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; }
  .modal_address-change p {
    text-align: left; }
  .modal_address-change .annotation {
    font-size: 13px; }
  .modal_address-change .new_address_form {
    margin-top: 10px;
    margin-bottom: 30px; }
    .modal_address-change .new_address_form dl {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal_address-change .new_address_form dl dt {
        width: 100px;
        margin-right: 0px;
        text-align: left; }
      .modal_address-change .new_address_form dl dd {
        width: 350px;
        text-align: left; }
        .modal_address-change .new_address_form dl dd span {
          margin: 0 2px; }
        .modal_address-change .new_address_form dl dd .required_txt {
          font-size: 12px;
          color: #eb4b3b; }
      .modal_address-change .new_address_form dl .form_block {
        width: 350px;
        padding: 5px;
        border: 1px solid #555;
        box-sizing: border-box;
        border-radius: 2px; }
  .modal_address-change .upload_data {
    width: 320px;
    height: 50px;
    background: #99ab4e;
    border-radius: 5px;
    margin: 10px auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center; }
  .modal_address-change .remodal-close_txt {
    display: block;
    margin: 20px auto 0;
    text-align: center; }

@media only screen and (max-width: 768px) {
  .modal_address-change {
    width: 100%; }
    .modal_address-change .modal_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    .modal_address-change p {
      text-align: left; }
    .modal_address-change .annotation {
      font-size: 13px; }
    .modal_address-change .new_address_form {
      margin-top: 20px; }
      .modal_address-change .new_address_form dl {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px; }
        .modal_address-change .new_address_form dl dt {
          width: 7em;
          margin-right: 0px;
          text-align: left; }
        .modal_address-change .new_address_form dl dd {
          text-align: 12px;
          width: 100%;
          text-align: left; }
          .modal_address-change .new_address_form dl dd span {
            margin: 0 2px; }
        .modal_address-change .new_address_form dl .form_block {
          width: 100%;
          padding: 8px 5px;
          border: 1px solid #555;
          box-sizing: border-box;
          border-radius: 2px; }
    .modal_address-change .upload_data {
      width: 100%;
      height: 50px;
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      background: #99ab4e;
      border-radius: 5px; }
    .modal_address-change .remodal-close_txt {
      display: block;
      margin: 20px auto 0; }
      .modal_address-change .remodal-close_txt span {
        padding: 10px; } }
