@charset "utf-8";

/* PC：style-tsuru-sp.css
 * おまかせプラン ver.6
 * 申請書ダウンロード
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */

#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
#subPage .main h3 {
  background: #E7F1FD;
  padding: 0.1em 0.5em;
  margin-bottom: 0.5em;
}
#subPage #content .main .movie-list> li+ li {
  margin-top: 5em;
}
#subPage #content .main .movie-list iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#subPage #content .main .movie-list> li p{
  margin-bottom:0.5em;
}

#subPage #content .main .tebleTodokede td:first-child{
	text-align: left;
}

#subPage #content .main .tebleTodokede td:last-child{
	text-align: left;
}

#subPage #content .main .tebleTodokede td.cellButton{
  width:26%;
}
#subPage #content .main .tebleTodokede td.cellButton img{
  vertical-align:middle;
}