@charset "utf-8";

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

/* for TAB and PC */
/* break point ( SP = 480px ) */


/* !Parts(Main Area)
---------------------------------------------------------- */
@media screen and (max-width: 480px) {

	#contentCover #cvText p{
		padding-right: 15px;
	}
	#contensArea .boxIn01{
		padding-bottom: 22.5px !important;
	}
	#contensArea #sectionID-1 .iframeBox_01{
		width: 100%;
		margin-top: 21px;
		margin-bottom: 26px;
	}
	#contensArea .container_01{
		padding-top: 12px;
	}
	#contensArea h2.tit_01{
		margin: 16px 0 18px;
	}
	#contensArea figure{
		margin: 0;
	}

	.img_smw100 {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}