
/* ポップアップ */
.style_popup{
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #0f5480;
  padding: 30px 30px;
}
.style_popup_box1{
  width: 100%;
}
.style_popup_box2{
  color:#181818;
  width: 100%;
  margin-top: 20px;
  
}
.style_popup_imgs{
  
}
.style_popup_imgs .img.img_fit:before{
  padding-top: 79.18%;
}
.style_popup_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.style_popup_title:after{
 content:"";
  display:block;
  width:95px;
  height:1px;
  background:var(--main-color);
  margin-top:16px;
}
.style_popup_txt{
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing:0.075em;
  line-height:2.133em;
  text-align: justify;
}

.style_popup_imgs_wrap{
  position: relative;
  z-index: 1;
}
.popup_slider_btn_prev,
.popup_slider_btn_next{
  font-size: 17px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup_slider_btn_prev{
  left: -1.2em;
}
.popup_slider_btn_next{
  right: -1.2em;
}
.style_popup_box1 .fa{
color:var(--main-color);
}

@media (min-width:768px){
  
  /* ポップアップ */
  .style_popup{
    width: 700px;
    padding: 100px 50px;
  }
  .style_popup_box1{
    width: 55.69%;
  }
  .style_popup_box2{
    width: 36.07%;
    margin-top: 0;
  }
  .style_popup_imgs{

  }
  .style_popup_title{
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .style_popup_txt{
    font-size: 15px;
  }
  .popup_slider_btn_prev{
    left: -2em;
  }
  .popup_slider_btn_next{
    right: -2em;
  }

}
@media (min-width:1024px){

  /* 一覧 */
  
  
  /* ポップアップ */
  .style_popup{
    width: 920px;
  }
  .style_popup_title{
  font-size:22px;
  }
}
@media (min-width:1200px){

  
  /* ポップアップ */
  .style_popup{
    padding: 100px 65px;
    width: 920px;
  }
  
}