@charset "UTF-8";

/*
	================================================================================================
		support/tv/special/beans/cacheclear/index.css
	================================================================================================
*/

#contents .notice_gray {
    margin: 0 0 1em;
    background: #f3f1f1;
    border-radius: 15px;
    padding: 1em;
}

#contents .flex.imgArea {
    flex-direction: row;
	justify-content: space-around;
}

@media screen and (max-width: 640px) {
	#contents .flex.imgArea {
		flex-direction: column;
	}
	
	#contents .flex.imgArea img {
		margin: 0;
		max-width: 100%;
	}
	
	#contents .flex.imgArea .pc_arrow {
		transform: rotate(90deg);
	}
	
}