@charset "utf-8";
/*===============================

/support/bd/special/beans/bangumimoji/index.css

===============================*/

.pct:not(.s_img) img{
	max-width: 400px;
	width: 100%;
	height: auto;
}

.mod-mainContentContainer h2{
	font-size: 100%;
	margin: 2em 0.85em 0.5em;
}

#contents .pct{
	margin: 2em 0;
}
#contents .imgArea{
	margin: 2em auto;
}
#contents .flex{
	flex-direction: row;
	justify-content: center;
}

#contents img.pc_arrow{
	margin: 0 1em;
}

.pct.bnr_single img{
	max-width: 300px !important;
}

#contents .accordion.type_2 button {
    font-weight: bold;
}

#contents span.yellow {
	width: 2.5em;
    height: 1em;
    margin: 0 0.3em;
    display: inline-block;
	vertical-align: middle;
    background-color: yellow;
	border: 1px solid black;
    box-sizing: border-box;
}

#contents .mt0 {
	margin-top: 0;
}

@media (max-width: 640px){
	#contents .flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#contents img.pc_arrow {
		transform: rotate( 90deg );
	}
	
	.mod-mainContentContainer h2 {
		margin-left: 5px;
	}
	
}

@media (min-width: 751px){
	.pct:not(.s_img) img{
		max-width: 500px;
	}
}