@charset "UTF-8";


/***************************************************

	changepassword

***************************************************/

.cont_wrapp .caption{
	text-align: center;
	margin-bottom: 40px !important;
}




/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.cont_wrapp .caption{
	margin-bottom: 3.125vw !important;
}




}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.cont_wrapp .caption{
	margin-bottom: 5.333333vw !important;
}







}


