@charset "UTF-8";

/* ============================================================ */
/* ECCに通って分かった本当のこと
   #document_index */
/* ============================================================ */

/* ============================================================ */
/* #visual */
/* ============================================================ */

#document_index #visual {
	position: relative;
	margin: -20px 0 0;
	height:auto !important;
	background: #E5E5E5;
}

#document_index #visual div[class^="al_"].al_center {
	margin:0 0 0 0;
}

#document_index #visual h1 img {
	width:100%;
}

#document_index #visual h1 a img {
	width:100px;
}

#document_index #visual figure {
	position: relative;
	height:auto !important;
	overflow: hidden;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */

#document_index #contents {
	background: #E5E5E5;
}

/* #caption
--------------------------------------------------------------- */

#document_index .caption_frame {
	border-bottom: 3px solid #222222;
	width: 100%;
	margin: 0 auto 30px;
}

#document_index #caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 0;
  padding:0 35px;
}

#document_index #caption::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  content: "";
  width: 25px;
  background:url(/document/img/people01.png) no-repeat left bottom;
  background-size:25px auto;
}

#document_index #caption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  content: "";
  width: 25px;
  background:url(/document/img/people02.png) no-repeat right bottom;
  background-size:25px auto;
}

#document_index #contents #caption p {
	width: 100%;
	text-align:center;
	margin:0 auto 10px;
	font-size: 1.4rem;
	font-weight:bold;
	line-height:2;
	font-style:italic;
	padding:10px 0;
}

#document_index #contents #caption p strong {
	border-bottom: 3px solid;
	font-size: 1.5rem;
}

#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 0 0;
}

#document_index .row_border_top {
	padding-top: 30px;
	border-top: 3px solid #222222;
}

#document_index .row_movie ul {
  margin: 0 -15px;
	text-align:center;
}

#document_index .row_movie ul li:nth-child(1) {
    margin-top: 0;
}

#document_index .row_movie ul li {
    margin: 30px 0 0;
}

#document_index .row_movie ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#document_index .row_movie ul li figure {
	padding:10px 20px 15px;
    margin: 0 auto;
}

#document_index .row_movie ul li a figure img {
  width: 100%;
}

#document_index .row_movie h2 {
	text-align: center;
	font-size: 20px;
	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 0 0;
}

#document_index .row_movie h2 img {
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 70px;
}

#document_index .row_movie p,
#document_index .modal_content p{
	margin:0 0 0 0;
	font-size:16px;
	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:20px;
	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: 50px 20px 20px;
}

#document_index .modal_content p {
	text-align: center;
}

#document_index .modal_content iframe {
	height: 80%
}
