<div class="modal fade capture_modal" id="captyaModal" tabindex="-1" role="dialog" aria-labelledby="captyaModal" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header border-0 pb-0">
        <span>スクリーンキャプチャー</span>
      </div>
      <div class="modal-body">
        <div class="img_wrap">
          <img src="img/capture.png" alt="キャプチャ画像">
        </div>
        <p>filename.jpg</p>
      </div>
      <div class="modal-footer border-0 justify-content-center">
        <button type="button" class="profile_favorite_btn bg_white border_gray text_blue" data-dismiss="modal" aria-label="Close">
          <div class="d-flex flex-column">
            <span>キャンセル</span>
          </div>
        </button>
        <button type="button" class="profile_phone_btn border-0 bg_navy text_white">
          <div class="d-flex flex-column">
            <span>共有</span>
          </div>
        </button>
        <button type="button" class="profile_chat_btn border-0 bg_blue text_white">
          <div class="d-flex flex-column">
            <span>保存</span>
          </div>
        </button>
      </div>
    </div>
  </div>
</div>