@charset "UTF-8";
/*
	Title	   : アニメ「可愛ければ変態でも好きになってくれますか？」
	URI            : https://hensuki.com/
	Designer       : GRAPHNETWORK
	Designer's URI : https://hensuki.com/
*/



/*#main::before {
  background-image: url(/img/common/img_contents_bg.png) ;
}*/

#staff_cast_box dt,
#staff_cast_box dd {
   text-align: center;
}
#staff_cast_box dt {
   font-size: 0.8em;
   font-weight: normal;
}
#staff_cast_box dd {
   margin-bottom: 17px;
   font-size: 1.5em;
   line-height: 1.3em;
   font-weight: bold;
   letter-spacing: 0.15em
}
#staff_cast_box dd span {
	font-size: 0.5em;
	line-height: 0.1em;
}
#staff_cast_box dd:first-letter {
   color: #e7547e;
}

#staff {
	margin-bottom: 60px;
	color: #333;
}
#staff_cast_box dd.gensakusha {
   line-height: 1em;
}

.staff_cast_cts {
	color: #333;
}



@media screen and (min-width:960px) {

	.page_ttl {
	font-size: 26px;
}
	
   #staff_cast_box h2.ttl_detail::before {
       width: 100%;
   }
   #main::before {
     background: none;
   }
   #staff_cast_box {
      display: flex;
      justify-content: center;
   }
   .staff_cast_cts {
      margin: 0 40px;
      width: 25%;
   }
   #staff_cast_box dd {
      margin-bottom: 20px;
   }


}

