@charset "UTF-8";

/* ============================================================ */
/* ECCに通って分かった本当のこと
   #document_index */
/* ============================================================ */

/* ============================================================ */
/* #visual */
/* ============================================================ */

#document_index #visual {
	height:550px !important;
	margin: 0 0 0;
	background: #E5E5E5;
}

#document_index #visual div[class^="al_"].al_center {
	margin:-80px 0 0 0;
}

#document_index #visual figure {
	position: relative;
	height:550px !important;
	overflow: hidden;
}

#document_index #visual h1 {
	position: relative;
}
#document_index #visual h1 a img {
	position: absolute;
	top: 170px;
	right: 10px;
	z-index: 1;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */

#document_index #contents {
	background: #E5E5E5;
}

/* #caption
--------------------------------------------------------------- */

#document_index .caption_frame {
	border-bottom: 3px solid #222222;
	width: 100%;
	margin: 0 auto 60px;
}

#document_index #caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto 0;
  padding:0 60px;
}

#document_index #caption::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  content: "";
  width: 55px;
  background:url(/document/img/people01.png) no-repeat left bottom;
}

#document_index #caption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  content: "";
  width: 55px;
  background:url(/document/img/people02.png) no-repeat right bottom;
}

#document_index #contents #caption p {
	width: 960px;
	text-align:center;
	margin:0 auto 10px;
	font-size: 1.7rem;
	font-weight:bold;
	line-height:2.5;
	font-style:italic;
}

#document_index #contents #caption p strong {
	border-bottom: 3px solid;
	font-size: 2.2rem;
}

#document_index #contents #caption p .orange {
	color:#FF7E00;
	border-color:#FF7E00;
}

#document_index #contents #caption p .pink {
	color:#FA3896;
	border-color:#FA3896;
}

#document_index #contents #caption p .blue {
	color:#2693FF;
	border-color:#2693FF;
}


/* .row_movie
--------------------------------------------------------------- */

#document_index .row_movie {
	padding:0 0 30px 0;
}

#document_index .row_border_top {
	padding-top: 60px;
	border-top: 3px solid #222222;
}

#document_index .row_movie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
	text-align:center;
}

#document_index .row_movie ul li:nth-child(-n+2) {
    margin-top: 0;
}

#document_index .row_movie ul li {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    margin: 30px 0 0;
}

#document_index .row_movie ul.only li {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 960px;
    flex: 0 0 960px;
    margin: 0;
}

#document_index .row_movie h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin:0 0 20px 0;
}

#document_index .row_movie h2 img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

#document_index .row_movie p,
#document_index .modal_content p{
	margin:20px 0 0 0;
	font-size:18px;
	font-weight: bold;
}

#document_index .row_movie p span,
#document_index .modal_content p span{
    padding: 1px 7px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 8px 0 0;
    background: #000;
    line-height: 0;
    color: #fff;
}
/*#document_index .row_movie p span {
	padding:3px 10px;
	font-size:22px;
	font-weight: bold;
	font-family: "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border: 2px solid #222222;
	line-height:1.2;
	margin:0 15px 0 0;
}*/

#document_index .row_movie a {
	text-decoration:none;
}

#document_index .modal_content {
	padding: 70px 20px 20px;
	width: 60%;
}

#document_index .modal_content p {
	text-align: center;
}

#document_index .modal_content iframe {
	height: 80%
}

