@charset "utf-8";
/*--------------------------------------
	copyright :　webcal
--------------------------------------*/

@import url(normalize.css);
@import url(../_plugin/fontawesome/css/all.min.css);
@import url(common_parts.css);
@import url(common.css);


/*　access　==============================*/


/* main  ----------*/
#access .item_box { margin-bottom: 5rem; padding-bottom: 5rem; border-bottom: 1px solid #8d2730; }
#access .item_box h3 { font-size: 1.8rem; }
#access .item_box h3::before { content: "\f239"; padding-right: 0.3em; font-family: "Font Awesome 5 PRO"; }
#access .item_box .img_box { margin-top: 3rem; }
#access .item_box .text_box span { display: block; }
@media screen and ( min-width: 769px ) {
	#access .item_box .text_box { width: 60%; }
	#access .item_box .img_box { width: 40%; margin-top: 0; }
	#access .item_box.flb_r .text_box { padding-left: 3rem; }
}