/* CSS Document */
strong{
	font-weight:bold;
}

section.col-sm-9 {
  width: 100%;
  max-width: 980px;
}

#contents h2{
	padding-top:50px;
}

#contents #contents{
	padding-bottom:30px;
}

#contents p.info{
	padding:25px 0 47px;
  max-width:944px;
}

#contents .box{
	max-width:944px;
	overflow:hidden;
	margin-bottom:56px;
  position:relative;
  padding: 10px 20px 35px 20px;
}

#contents .box a.link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}


#contents .box .movie_img{
	max-width:278px;
	width: 31%;
}

#contents .box .movie_text{
	max-width:603px;
	padding:29px 11px  0 11px;
  display: flex;
  flex-direction: column;
	width: 69%;
}

#contents .box p.text{
	padding-bottom:17px;
}

#contents .box p.supervision{
	padding-left:2.8em;
	text-indent:-2.8em;
	font-size:11pt;
}

#contents .box.movie01,
#contents .box.movie02,
#contents .box.movie03,
#contents .box.movie04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#contents .box.movie01{
	background-color:#f6fbfd;
	background-image:url('/sites/default/files/member/datscan/images/allmovie/img_arrow01.png');
	background-repeat:no-repeat;
	background-position:right 8px bottom 8px;
	border:solid 1px #9acbe6;
}

#contents .box .movie_text h3{
  font-weight: bold;
  font-size: 23px;
  width: auto;
  max-width: 100%;
  float: none;
}

#contents .box.movie01 .movie_text h3{
	display:block;
	color: #0d6cb4;
}

#contents .box.movie02{
	background-color:#faf7f5;
	border:solid 1px #f1ae81;
	background-image:url('/sites/default/files/member/datscan/images/allmovie/img_arrow02.png');
	background-repeat:no-repeat;
	background-position:right 8px bottom 8px;
}

#contents .box.movie02 .movie_text h3{
	color:#a23c25;
	display:block;
}

#contents .box.movie03{
	background-color:#f5f6fc;
	border:solid 1px #aeb8e9;
	background-image:url('/sites/default/files/member/datscan/images/allmovie/img_arrow03.png');
	background-repeat:no-repeat;
	background-position:right 8px bottom 8px;
}

#contents .box.movie03 .movie_text h3{
	display:block;
	color: #5263b1;
}
#contents .box.movie03 .movie_text h4{
	display:block;
	color: #8c8c8e;
	font-size: 17px;
	font-weight: bold;
}

#contents .box.movie04{
	background-color:#fcf9fc;
	border:solid 1px #feb4f8;
	background-repeat:no-repeat;
	background-position:right 8px bottom 8px;
	position: relative;
}

#contents .box.movie04:after{
    content: '';
    position: absolute;
    border-top: 24px solid transparent;
    border-right: 24px solid #e1cee1;
    right: 8px;
    bottom: 8px;
}

#contents .box.movie04 .movie_text h3{
	color:#b554ac;
	display:block;
}

@media screen and (max-width: 768px) {
  #contents .box {
    padding-left: 5px;
    padding-right: 5px;
  }

  #contents .box .movie_img{
	 width: 100%;
 }

  #contents .box .movie_text{
    width: 100%;
  }

  #contents .box .movie_text h3 {
    text-align: center;
  }

  #contents .box .movie_text{
    align-items: center;
  }

  #contents .box p.text {
    max-width: 500px;
  }
}