
section.mv {
	background-image: url("../../common/images/loan_simu/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/loan_simu/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 80px;
	margin: 0 auto;
	height: 43px;
	width: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 16px;
	color: #013e98;
	margin-bottom: -14px;
	position: relative;
}

section.rent_float {
	width: 100%;
	position: relative;	
}

div.float_left {
/*	width: 216px;
	height: auto;	*/	
}
nav.rent_nav {
/*	height: 510px;
	width: 216px;
	background-color: antiquewhite;
	z-index: 1;
	margin-bottom: 0;*/
}
.rent_nav .yougo_m {
/*	font-size: 16px;
	color: #434343;*/
}
.rent_nav .yougo_m dt {
/*	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;*/
}
.rent_nav .yougo_m dt img {
/*	display: block;
	margin: 0 auto;
	padding-top: 18px;*/
}

.rent_nav .yougo_m dd a {
	/*padding: 28px;*/
}

.rent_nav .yougo_m dt:nth-of-type(2) {
/*	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;*/
}

.fix_right {
	width: 100%;
	height: auto;
}

.rent_float_inner {
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: space-between;
}		
section.loan_simu_area {
	position: relative;
	width: 100%;
	height: 1005px;
}
.loan_sim_area_inner {
	width: 90%;
	margin: 0 auto 40px;
}

.area_head,
.area_bottom {
	font-size: 16px;
	color: #434343;
	line-height: 28px;
	/*list-style-type: decimal;*/
}
ol.area_bottom {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.area_bottom ol{
  padding-left: 1em;
}
ol.area_bottom li{
  text-indent: -2.1em;
  padding-left: 1.3em;
}
ol.area_bottom li:before {
  counter-increment: item;
  content: '※'counter(item);
  /* 以下は自由に装飾... */
  padding-right: .5em;
  color: #434343;
}
.area_head {
	margin-bottom: 20px;
}
.area_bottom {
	margin-left: 15px;

}
/*detailではヘッダーを表示させないココカラ*/
header#header_sp,
.float_side {
	display: none;
}
/*detailではヘッダーを表示させないココマデ*/
/*spのdetail関連を非表示ココカラ*/
#pankuzu,
#sp_menu_img,
#sp_acc_menu_detail {
	display: none;
}
.contact_area,
footer#sp_footer {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/

/*.area_bottom li::before {
	content: '※';
	position: absolute;
	margin-left: -35px;
}*/
/*.tab_wrap {
	width: 100%;
	height: 510px;
	margin-bottom: 40px;
}*/
/*タブ切り替え全体のスタイル*/
.tab_wrap {
  width: 100%;
  margin: 0px auto 20px;
}

/*タブのスタイル*/
.tab_item {
  /*height: 60px;*/
  background-color: #dbdbdb;
  line-height: 25px;
  text-align: center;
  color: #434343;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  transition: all 0.2s ease;
  width: 50%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  border-radius: 7px 7px 0 0;
}
.tab_item > div:before {
	content: url('../../common/images/loan_simu/arrow_g.svg');
    position: relative;
    top: 4px;
    left: -2px;
    margin-right: 3px;
}
.tab_item > div {
    margin-left: 22px;
    margin-right: 16px;
    padding-right: 10px;
    text-indent: -1.3em;	
}
.tab_item > div span {
	display: none;
}
.tab_item:hover {
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
 	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 20px 5px 40px;
  background-color: #e3ebf7;
}

/*選択されているタブのコンテンツのみを表示*/
#limit:checked ~ #limit_content,
#month:checked ~ #month_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_wrap input:checked + .tab_item {
  background-color: #013e98;
  text-align: left;
  color: #fff;
    top: 4px;
    left: -2px;
}
.tab_wrap input:checked + .tab_item > div:before {
	content: url('../../common/images/loan_simu/arrow_b.svg');
    position: relative;
    top: 4px;
    left: -2px;
}
.tab_wrap input:checked + .tab_item > div {
    margin-left: 22px;
    margin-right: 16px;
    padding-right: 10px;
    text-indent: -1.3em;	
}
/*.tab_wrap input:checked + .tab_item > div span {
	display: none;
}*/
.tab_content_description {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.tab_content_description > table {
	font-size: 16px;
	color: #434343;
	width: 100%;
	order: 1;
}
.tab_content_description > table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;	
}
.tab_content_description > table span {
	font-size: 14px;
}
.tab_content_description > table tr {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	width: 100%;
}
.tab_content_description > table th {
	text-align: left;
	width: 130px;
	vertical-align: middle;
}
.tab_content_description > table td {
	vertical-align: middle;
	width: 132px;
	height: 70px;

}
.tab_content_description > table td input {
	margin-right: 10px;
	width: 60px;
	color: #434343;
	border: solid 2px #434343;
	text-align: right;
	height: 40px;
}

.sim_result {
	width: 100%;
	background-color: #fff;
	margin-top: 13px;
	order: 3;
}
.sim_result > p {
	font-size: 18px;
	color: #434343;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.sim_result dt {
	font-size: 16px;
	color: #434343;
} 
.sim_result dl.yougo_b {
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;

}
.sim_result dt span {
	font-size: 14px;
}
.sim_result dd {
	color: #013e98;
	font-size: 14px;
	display: flex;
	align-items: baseline;
}

input.result_js {
	font-size: 36px;
	max-width: 110px;
	color: #013e98;
	border: none;
	text-align: right;
}
input.result_js:focus {
	outline: 0;	
} 
.sim_result dl.yougo_m {
	display: flex;
	align-items: baseline;
	justify-content: center;

}
.sim_result dl.yougo_m * {
	white-space: nowrap;
}
.sim_result dl.yougo_m dt {
	text-align: right;
	font-size: 13px;
	color: #434343;
}
.sim_result dl.yougo_m dd {
	font-size: 13px;
	color: #434343;	
}
.sim_result dl.yougo_m dd input {
	max-width: 52px;
	border: none;
	text-align: right;
	color: #013e98;
}
.sim_result dl.yougo_m dd input:focus {
	outline: 0;
}
.calc_btn {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 18px;
	order: 2;
}

.calc_btn a {
	width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 0 20px;
    background-color: #013e98;
    border: solid 2px #fff;
    filter: drop-shadow(2px 2px 0px lightgray);
}
.calc_btn a:hover {
	color: #013e98;
	background-color: #fff;
    border: solid 2px #013e98;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
/*	.tab_content_description {
		flex-direction: column;
	}*/
	.tab_content_description > table tr {
	}
	.tab_item {
		font-size: 13px;
	}
	.tab_content_description > table td input {
		font-size: 6vw;
	}
	.sim_result dl.yougo_m dd input {
		font-size: 7vw;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
/*	.tab_content_description {
		flex-direction: column;
	}*/
	.tab_content_description > table tr {
		width: 50%;
	}
	.tab_item > div,
	.tab_wrap input:checked + .tab_item > div {
	    display: flex;
    	justify-content: center;
		padding: 10px 30px 10px 0;
	}
	.sim_result dl.yougo_b {
		width: 310px;
	}
	.tab_item {
		font-size: 14px;
	}
	.tab_content_description > table td input {
		font-size: 6vh;
	}
	.sim_result dl.yougo_m dd input {
		font-size: 7vh;
	}
}