/* cssを直接編集される際はこちらを編集してください */

/* メインビジュアル用のモーダル追加 */

.modal-mv {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-mv .modal-mv-content {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 708px;
  height: 70vh;
  padding: 42px 66px;
  background-color: #fff;
  text-align: center;
}

.modal-mv .list-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-mv .modal-list-shop li .detail_link {
  background-color: #E8706A;
  box-sizing: border-box;
  width: 150px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

/* マイページ PTA選択の直近の特定被災地情報 */
.disaster-pta {
    /*padding: 20px 0px 0px 0px;*/
}
.disaster-pta button {
    /*font-size: 16px;*/
}
/* マイページ PTA選択の直近の特定被災地情報 */
.current-pta__name {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.current-pta__random__btn{
    margin-top: 20px;
    margin-left: 0;
}
