@charset "UTF-8";
.sidebar_keywords { margin-bottom: 1em; }

@media (max-width: 575px) { .sp_col_2 { width: 50%; }
  .add_sp_flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
  .add_sp_flex .sp_col_2 { width: 49%; } }
/*plan_movie-box プラン詳細の動画youtube埋め込みに関するcss
-----------------------------------*/
.plan_movie-box .iframe_modal { display: block; aspect-ratio: 16 / 9; width: 100%; position: relative; }
.plan_movie-box .iframe_modal::after { content: ""; display: block; background-size: 100% 100%; background-image: url("../../img/pro/yt_btn02.png"); aspect-ratio: 1 / 1; width: 20%; position: absolute; top: 50%; left: 50%; z-index: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.plan_movie-box figure { width: 100%; height: 100%; }
.plan_movie-box figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; font-family: "object-fit:cover; object-position:50% 50%; "; vertical-align: unset; }

.js-show{
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-show.active{
  opacity: 1;
}