
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* transition: opacity 0.5s, transform 0s 0.5s; */
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 60%;
  height: 60%;
}

/******************************/
.popup_content {
  position: absolute;
  align-self: center;
  width: 89vw;
  height: 86vw;
  padding: 1.05em;
  box-sizing: border-box;
  background: #fff;
  font-size: 4.2vw;
  line-height: 1.4em;
  transition: 0.5s;
  border: 4px solid rgba(102,194,209,1);
  border-radius: 8px;
  text-align: center;
  padding: 2.5em 5% 1em 5%;
  overflow: hidden;
}

.popup_contentInner{
  width: 100%;
  height:65vw;
  /* margin-top:5%; */
  overflow-y: auto;
}

.popup_contentInner ul{
  margin:0 0 0 1.25em;
  padding: 0;
  text-align: left;
}

.popup_content img{
  height:2em;
  margin:0;
  padding:0 0 0 1em;
  text-align:center;
}
.niseFlex_span,
.niseFlex_span_2{
  line-height: 8vw;
  margin: 0 0 0 3vw;
}


.popup_content4 img{
  height:2em;
  margin:0;
  padding:0;
  text-align:center;
}

.popup_content p,
.popup_content3b p,
.popup_content4 p,
.popup_content5 p{
  text-align: left;
}

.popup_content2 p,
.popup_content4 p,
.popup_content5 p{
  line-height: 1.75;
  color:rgba(0,153,179,1);
  text-align: left;
}

.close_btn {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 8.75vw;
  width: 11vw;
  height: 4vw;
  cursor: pointer;
  color: rgba(102,194,209,1);
  font-weight: bold;
  z-index: 100;
  background: rgba(255,255,255, 0.75);
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.popup_wrap #trigger:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  /* transition: opacity 0.5s; */
}


.link_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin:10px auto;
  padding: 8px 16px;
  color: #fff;
  background:#63c2cf;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
 letter-spacing: 0.15em;
 text-decoration: none;
}

.link_btn:hover{
    background:#fff;
    color:#63c2cf;
    transition: 0.5s ease;
    text-decoration: underline;
}
