
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/loan_simu/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/loan_simu/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 90px;
	width: 379px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.rent_float {
	width: 2560px;
	height: 1005px;
	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: 836px;
	height: auto;
}

.rent_float_inner {
	width: 1100px;
	height: 854px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	margin: 57px auto;
}		
section.loan_simu_area {
	position: relative;
	width: 100%;
	height: 1005px;
}
.loan_simu_area_inner {
	width: 836px;
	height: 820px;
}

.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: 55px;
}
.area_bottom {
	margin-left: 35px;

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

/*タブのスタイル*/
.tab_item {
  height: 60px;
  background-color: #dbdbdb;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #434343;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  width: calc(100%/2);
  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: -12px	
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
 	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 20px 40px 40px;
  background-color: #e3ebf7;
}

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

/*選択されているタブのスタイルを変える*/
.tab_wrap input:checked + .tab_item {
  background-color: #013e98;
  color: #fff;
}
.tab_wrap input:checked + .tab_item > div:before {
	content: url('../../common/images/loan_simu/arrow_b.svg');
    position: relative;
    top: 4px;
    left: -12px;
}
.tab_content_description {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.tab_content_description > table {
	font-size: 16px;
	color: #434343;
	width: 380px;
}
.tab_content_description > table span {
	font-size: 14px;
}
.tab_content_description > table tr {
	height: 70px;
}
.tab_content_description > table th {
	text-align: left;
	width: 160px;
	vertical-align: middle;
	height: 70px;
}
.tab_content_description > table td {
	vertical-align: middle;
	height: 70px;

}
.tab_content_description > table td input {
	margin-right: 10px;
	font-size: 20px;
	width: 160px;
	color: #434343;
	border: solid 3px #434343;
	text-align: right;
	height: 40px;
}

.sim_result {
	width: 360px;
	height: 310px;
	background-color: #fff;
	margin-top: 13px;
}
.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 {
	width: 310px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	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 dt {
	font-size: 16px;
	color: #434343;
}
.sim_result dl.yougo_m dd {
	font-size: 16px;
	color: #434343;	
}
.sim_result dl.yougo_m dd input {
	max-width: 50px;
	border: none;
	text-align: right;
	font-size: 24px;
	color: #013e98;
	margin: 0 10px;
}
.sim_result dl.yougo_m dd input:focus {
	outline: 0;
}
.calc_btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 300px;
	height: 50px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 18px;
}

.calc_btn a {
	width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    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;
}
