@charset "utf-8";

/*=====================================================================================
	
	Document    : style-s.css
	Description : スマホ用（幅640px以下）
 
=====================================================================================*/

@media screen and (max-width:420px) {
	.md {
		padding-top:38px;
		background-size:auto 32% !important;
	}
}


/*---------------------------------------------------------------------------

   入力フォーム・計算結果

---------------------------------------------------------------------------*/

/*-------------------------------------------------------
   入力フォーム
-------------------------------------------------------*/

@media screen and (max-width:420px) {
	.blockA td {
		width:100%;
		display:list-item;
		list-style:none;
		padding-left:0 !important;
	}
	
	.blockA tr td:nth-child(2) {
		padding-bottom:0.5em;
	}
}


/*-------------------------------------------------------
   計算結果
-------------------------------------------------------*/

#loan-load-wp td br {
	display:inherit;
}

@media screen and (max-width:420px) {
	#loan-load-wp th br {
		display:inherit;
	}
}


/*---------------------------------------------------------------------------

   備考

---------------------------------------------------------------------------*/

.blockB {
	text-align:left;
}

