@charset "UTF-8";




button {
    touch-action: manipulation;
    outline: none;
}
button:focus {
    outline: none;
}

/*  modal - paper_dl
--------------------------------------------- */
#paper_dl_container {
  width:100%;
}

.paper_dl_inner {
  margin:20px auto;
  border: #CC0134 1px solid;
  border-radius: 8px;
}

.paper_dl_header {
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px #CC0134 solid;
}
.paper_dl_title {
  font-size: 1.8rem;
  color: #CC0134;
  font-weight: 600;
  padding:0 20px;
}
.paper_dl_link {
  display: block;
  line-height: 1.4em;
  padding: 10px 0;
  border-radius: 50px;
  margin: 10px;
  width: 100%;
  /* border-radius: 0 8px 0 0; */
  background-color:#CC0134;
  color:#fff;
}
.paper_dl_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.paper_dl_link_text {
  align-items: center;
  font-size: 14px;
  line-height: 2rem;
}

.paper_dl_link i {
  padding: 0 10px 0 5px;
  max-width: 70px;
  max-height: 30px;
}
.paper_dl_link_text i img {
  margin:5px;
}


.paper_dl_thumb {
  padding:20px;
  position: relative;
}
.paper_dl_thumb_img {
  width: 90%;
}


/* モーダル 拡大アイコン */
.paper_dl_expand {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  z-index: 1000;
}
img.paper_dl_expand {
  background-color: #fff;
  border-radius: 40px;
  padding:5px;
}


/* paper_dl min-width: 751px
--------------------------------------------------*/
@media screen and (min-width: 751px) {
.paper_dl_inner {
  margin-bottom: 50px;
}

.paper_dl_title {
  font-size: 3rem;
  padding:0 50px;
}

.paper_dl_link {
  line-height: 2.4em;
  margin-left: auto;
  border-radius: 0 8px 0 0;
  margin: 0;
  width: auto;
}
.paper_dl_link_text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.paper_dl_link i {
  margin: 0 20px;
  max-width: 60px;
}


/* モーダル 拡大アイコン */
.paper_dl_expand {
  bottom: 15px;
  right: 30px;
}
.paper_dl_expand {
  width: 50px;
}
}


/* modal
--------------------------------------------------*/
.modal {
  pointer-events: none;
  display: none;
}
.modal.is-open {
  position: relative;
  z-index: 2000;
  display: block;
  width: 100vw;
}
.modal__overlay {
  position: fixed;
  inset: 600px 0 0 0;
  height: auto;
  max-height: 100vh;
  width: 100vw;
  pointer-events: auto;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
.modal__inner {
  background-color: rgba(199, 199, 199, 0.75);
  /* padding:10vw 5vw; */
  position: relative;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
.modal__container {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 3px 16px #00000029;
  position: relative;
  /* padding: 5vw; */
  padding: 3vw;
}

.modal__body {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.paper_modal_img {
  width: 100%;
  margin: 0 auto;
}
.modal__txt {
  text-align: left;
  line-height: 1.4rem;
  margin-top:20px;
  font-size: 14px;
  color: #1d1d1d;
}
.modal_title {
  color:#CC0134;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/* modal close
----------------------------------------------- */
.modal__close {
  width: 15.1282vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  z-index: 1001;
  font-size: 0;
}
.modal__close.close-top {
  top: 0;
  right: 0;
}
.modal__close.close-bottom {
  left: 0;
  right: 0;
  bottom: -8vw;
  margin: 0 auto;
}

.modal__txt {
  font-size: 12px;
  margin-bottom: 23px;
}

.modal__close img {
  width: 30px;
  padding: 5px;
  background-color: #fff;
  border-radius: 40px;
}

/* modal min-width: 1024px
--------------------------------------------------*/
@media screen and (min-width: 1024px) {
.modal__overlay {
  inset: -400px 0 0 0;
  max-height:90vh;
}
}


/* modal min-width: 751px
--------------------------------------------------*/
@media screen and (min-width: 751px) {
/* .modal__overlay {
  inset: -0;
  max-height:90vh;
} */

.modal__container {
  padding: 60px 9.4188%;
}
.modal__txt {
  font-size: 14px;
  margin: 40px 0 0;
  line-height: 1.6rem;
}
.modal__close {
  width: 51px;
}
.modal__close-ico img {
  width:100%;
}

.modal__close.close-top {
  top: 41px;
  right: 4.1082%;
}
.modal__close.close-bottom {
  bottom: -30px;
}

.modal_title {
  font-size:2rem;
  margin-bottom: 40px;
}
}