﻿@charset "UTF-8";
/* CSS Document */


/**/

.box_green_border{
	padding: 25px 35px 10px 35px !important;
	margin-bottom:2em !important;
}

/* 「すでにご利用実績のあるお客様へ」画像 */
.order_note{
	display:inline-block; *display:inline;
	width:310px;
	height:110px;
	margin:0 0px 0px 0 !important;
	padding-right:0px;
	vertical-align:top;
	overflow:hidden;
}

.order_note_text_box{
	display:inline-block; *display:inline;
	width:440px;
	padding:0 30px;
	border-left:dotted 1px #cccccc;
}


/* 「追加のお借り入れ、完済後のお借り入れなど」 */
.order_note_text{
	display:inline-block; *display:inline;
	margin-bottom:0;
}


/* イメージ写真の配置 */
.order_note_img{
	float:right;
	margin-left:0px;
}





@media screen and ( max-width: 767px ) {
	
	
/* グリーンのラインのボックス */

.box_green_border{
	padding: 25px 35px 25px 35px !important;
	margin-bottom:2em !important;
}


/* スマホ：「すでにご利用実績のあるお客様へ」画像 */

.order_note{
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 0px 0px 0 !important;
	margin-left: 0px !important;
	padding-right:0px;
	border-right:none;
	overflow:hidden;
	text-align:center;
}

/* 「追加のお借り入れ、完済後のお借り入れなど」 */

.order_note_text_box{
	display:inline-block; *display:inline;
	width:100%;
	margin:1em 0 0;
	padding:0 0 0 1em;
	border-top:dotted 1px #cccccc;
	border-left:none;
}


/* 「追加のお借り入れ、完済後のお借り入れなど」 */
.order_note_text{
	display:block;
	width:100%;
	margin:1em 0;
}

.order_note img{
	width:100% !important;
	height:auto;
}


/* イメージ写真の配置 */
.order_note_img{
	width:100%;
	margin:20px auto 0px auto;
	height:auto;
	float:none;
	margin-left:0px;
}

	
/* スマホ： */

td{
	display:block;
	}



}
