@charset "Shift_JIS";
/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style{
  border-color: #666666;
}
.hpb-parts-hl-style{
  border-color: #2d70b4;
  background-image:none !important;
  padding: 9px 8px 7px !important;
}
.hpb-parts-cbox-style{
  border-color: #cccccc;
}
.hpb-parts-hr-style{
  border-color: #cccccc;
}
.hpb-parts-pbox-style{
  border-color: #cccccc;
}
.hpb-parts-pbox-style h4{
  padding: 0px;
}
.hpb-parts-blist-style{
  border-color: #cccccc;
  background-color: #f3f3f3;
}
a:link.hpb-parts-blist-style{
  color: #2d70b4;
}
a:visited.hpb-parts-blist-style{
  color: #2d70b4;
}
a:hover.hpb-parts-blist-style{
  color: #2d70b4;
  background-color:#e6e6e6;
}
a:active.hpb-parts-blist-style{
  color: #2d70b4;
  background-color:#e6e6e6;
}
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
.logo-img{
  width: 380px;
  height: 98px;
  max-width: 100%;
  height: auto;
}
.logo-a{
  width: 380px;
  height: auto;
  margin-left : 20px;
}
.qsr-a{
  margin-right : 20px;
}
.ict-img{
  width: 76px;
  height: 98px;
}
.qsr-img{
  width: 98px;
  height: 98px;
}
#hpb-nav{
  width : 935px;
}
#hpb-nav ul{
  display: flex;
  justify-content: space-between;
  /* 均等配置 */
  padding: 0;
  margin: 0;
  list-style: none;
}
#hpb-nav ul li{
  flex: 1;
  /* 各項目が均等幅に広がる */
  text-align: center;
/* 文字を中央寄せ */
}
#hpb-main dt{
  width : 250px;
}
/* お知らせ*/
.toppage-list-child{
	margin-top: -365px;
}
.movie-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1em;
}

.movie-grid > *{
  box-sizing: border-box;
  width: calc(50% - 8px); /* 2列、gap考慮 */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-grid img,
.movie-grid embed,
.movie-grid video,
.movie-grid iframe{
  max-width: 100%;
  height: 179px;
  width : 318px;
  display: block;
}
#hpb-main dt.maru{
	width: unset;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  .hpb-parts-hl-style{
  border-top-color: #2d70b4 !important;
  background-color: #FFFFFF !important;
}
/* ヘッダーロゴ */
.td-logo{
	        
	 width: 70%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
}
  .logo-img{
    width: 100%;
    height: auto;
  }
.logo-a{
  margin-left : 0px;
}
.qsr-a{
  margin-right : 0px;
}
.ict-img{
  width: 45%;
  height: unset;
}
.qsr-img{
  width: 55%;
  height: unset;
}
/* ナビゲーション */
#hpb-nav{
  width: 100%;
}
#hpb-nav ul{
  margin-top: 0px;
  border-top-style: none;
  border-bottom-style: none;
  height: auto;
  display: none;
}
#hpb-nav ul li{
  text-align: left;
/* 文字を左寄せ */
	}
/* お知らせ*/
.toppage-list-child{
	width: 106%;
	margin-left: -110px;	
	margin-top: -270px;
}
/* 動画ラインナップ*/
#toppage-movie a{
  text-align: center;
}
  .movie-grid {
    flex-direction: column;
    gap: 12px;
  }
.movie-grid img,
.movie-grid embed,
.movie-grid video,
.movie-grid iframe{
    width: 100%;	
}
  .movie-grid > *{
    width: 100%;
    justify-content: center;
  }
}