@charset "UTF-8";

body{
  min-width: 0;
}
.popup_l-wrap{
  padding: 0 16px;
}
.page_main-title{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 12px 0;
}
.movie-area{
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
#mil-embed-wrapper{
  width: 100%;
  max-width: 360px;
}
.dcapp-ac div:nth-child(1)::after {
  top: 6px;
}
@media only screen and (max-width: 768px){
  .l-panelBox-inner {
    line-height: 1.5;
    padding: 20px 40px 20px 24px;
  }
  .dcapp-ac div:nth-child(1)::after {
    right: 28px;
  }
}
