@charset "utf-8";
/*===============================

	[ /support/bd/special/beans/clock/index.css

===============================*/

.pct:not(.pc_arrow):not(.s_img) img{
	max-width: 500px;
	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 .section ol{
	margin-left: 2.5em;
}

#contents img.pc_arrow{
	margin: 0 1em;
}

.pct.bnr_single img{
	max-width: 300px !important;
}

@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;
	}
	
	#contents .section ol {
		margin-left: 1.5em;
	}
	
}

@media (min-width: 1024px){
	#contents .imgArea{
		width: 60% !important;
	}
}
