@charset "utf-8";

.merit01_area{
	margin:60px 0 100px;
}
.merit02_area{
	background-color: #f3f3f3;
}
.merit03_area{
	background-color: #e3fbf7;
	padding-bottom: 1px;
}
/*------------------------------
title_arrow
*/
.merit02_area h3::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 20px solid #e6faf6;
    left: calc(50% - 13px);
    top: -5px;
    transform: rotate(90deg);
}
.merit03_area h3::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 20px solid #f3f3f3;
    left: calc(50% - 13px);
    top: -5px;
    transform: rotate(90deg);
}


/*-------------------------------------------------------------------------
mv
*/
.mv{
	background: url(/hiratuka/individual/loan/housing/img/mv_bk_sp.png) no-repeat;
	position: relative;
	background-size: cover
}
.mv h1{
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 65px;
}
.mv h1 img{
	margin-left: -5%;
	width: 105%;
}
.mv::after{
	content: "";
	width: 100%;
	height: 50px;
	background: url(/hiratuka/individual/common/img/mv_bg_bottom.png) no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	bottom: -2px;
}
.mv.mv2::after{
	content: none;
}
.mv.mv2 h1 img{
	margin-left: 0;
	width: 100%;
}
/*------------------------------
merit01
*/
.merit01_area ul li:nth-child(1){background: url("../img/case01.png") no-repeat;background-size: cover;}
.merit01_area ul li:nth-child(2){background: url("../img/case02.png") no-repeat;background-size: cover;}
.merit01_area ul li:nth-child(3){background: url("../img/case03.png") no-repeat;background-size: cover;}
.merit01_area ul li:nth-child(4){background: url("../img/case04.png") no-repeat;background-size: cover;}
.merit01_area ul li:nth-child(5){background: url("../img/case05.png") no-repeat;background-size: cover;}
.merit01_area ul li:nth-child(6){background: url("../img/case06.png") no-repeat;background-size: cover;}

section p.merit01_text_area{
	text-align: center;
	padding: 15px;
}

/*------------------------------
merit02
*/
.merit02_img01{
    width: 93%;
    margin: 20px auto;
    padding: 30px 0px;
    border-top: 1px solid #34b29a;
    position: relative;
}
.merit02_img01::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #34b29a;
	border-radius: 10px;
	left: 0;
	top: -3px;
}
.merit02_img01::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #34b29a;
	border-radius: 10px;
	right: 0;
	top: -3px;
}
.merit02_area_inner p{
	font-size: 0.8rem;
	line-height: 1.4;
}

.merit02_btn{
	text-align: center;
	padding: 40px 0 0;
}
.merit02_btn a{
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #2dac94;
    text-decoration: none;
    display: block;
    position: relative;
}
.merit02_btn a::before {
	content: "";
	position: absolute;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: calc(50% - 4px);
}
.merit02_btn a:hover{
	opacity: 0.6;
}

/*------------------------------
merit03
*/
.merit03_area h4{
	font-size: 1.2rem;
	font-weight: bold;
	color: #31b4b4;
	margin: 20px auto;
	text-align: center;
}
.merit03_area figure{
	max-width: 1080px;
	margin: 40px 10px;
}
.merit03_area > p{
	max-width: 1080px;
	margin: 20px 10px;
	font-size: 0.8rem;
	line-height: 1.4;
}
.merit03_area > p span{
	color: #d10f0f;
}
.merit03_campaign{
	max-width: 1080px;
	margin: 60px 10px;
	border-radius: 10px;
	padding-bottom: 20px;
	border: 2px solid #31b4b4;
}
.merit03_campaign h4{
	margin-top: -15px;
	background-color: #e3fbf7;
	max-width: 80%;
}

.merit03_campaign .merit03_btn{
	text-align: center;
	padding: 10px 0 20px;
	margin: 0 auto;
	width: 90%;
}
.merit03_campaign .merit03_btn a{
	font-size: 1.1rem;
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 100px;
	background-color: #ff811b;
	text-decoration: none;
	display: block;
	position: relative;
}
.merit03_campaign .merit03_btn a::before {
	content: "";
	position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: calc(50% - 5px);
}
.merit03_campaign .merit03_btn a:hover{
	opacity: 0.6;
}
/*------------------------------
product_about
*/

.product_about_table{
    border-collapse: collapse;
    line-height: 2;
    width: 100%;
    border: 1px solid #4abda7;
	text-align: center;
	margin: 20px 0;
}

.product_about_table th {
    background: #e7f7de;
}
.product_about_table thead th {
    background: #4abda7;
    color: #fff;
    border-top: 1px solid #4abda7;
    border-bottom: 1px solid #fff;
}
.product_about_table tbody th, .product_about_table tbody td {
    border: 1px solid #4abda7;
    padding: 10px;
    vertical-align: middle;
}
.product_about_table thead th+th, .product_about_table thead th+td {
    border-left: 1px solid #fff;
}
.sp_scrolling{
	width: 100%;
  overflow: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.sp_scrolling .product_about_table.table_no01{
	width: 700px;
}
.table_no02 tbody th{
	width: 60%;
}

.table_no03 thead th{
	width: 50%;
}




/*-------------------------------------------------------------------------
form_area
*/
.form_area{
	background-color: #e6faf6;
	padding: 10px 0;
}
.form_read{
	font-size: 1.2rem;
	font-weight: bold;
	color: #2dac94;
	line-height: 1.5;
	padding-left: 15%;
	background: url(/hiratuka/individual/loan/housing/img/icon_read.svg) no-repeat;
	background-position: left 0 top 5px;
	background-size: 14%;
	width: 75%;
	margin: 0 auto;
}
.form_read strong{
	color: #ff811b;
}
.form_area_inn{
	width: 100%;
	margin: 0 auto;
}
.form_area_inn h2{
	margin: 15px 3px 0;
}
.form_bk{
	background-color: #fafafa;
	margin: -20px 8px 8px;
	padding: 30px 10px;
	border-radius: 5px;
box-shadow: 0px 1px 12px -2px #cccccc;
}
.form_line{
	border-bottom: 1px solid #bcbcbc;
	padding: 10px 0;
}
.form_line:nth-child(4){
	border-bottom: none;
}
.form_line_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form_title{
	width: 30%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #555555;
	padding-left: 30px;
}
.form_line:nth-child(1) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon02.svg) no-repeat;
	background-position: left;
    background-size: 25px;
}
.form_line:nth-child(2) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon02.svg) no-repeat;
	background-position: left;
	background-size: 25px;
}
.form_line:nth-child(3) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon_ratio.png) no-repeat;
	background-position: left;
	background-size: 20px;
}
.form_line:nth-child(4) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon03.svg) no-repeat;
	background-position: left;
	background-size: 20px;
}
.form_data{
	width: 55%;
}
.form_data span{
	padding: 20px 5px;
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: -1px;
}
.form_line p{
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 10px 0;
}
.age{
	font-size: 1rem;
	margin-bottom: 5px;
}
#output1{
	font-size: 1.3rem;
	margin: 0 5px;
}
.form_text {
    font-size: 0.75rem;
    font-weight: 400;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #989898;
    background: #ffffff;
    border-radius: 5px;
	/* width: 29%; 初期値 */
	width: 40%;
}
.form_data.select{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form_data .select_text{
	margin: 10px;
	font-size: 0.8rem;
}
.select_box {
	overflow: hidden;
	text-align: center;
	width: 45px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #989898;
	background: #ffffff;
}
.select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	font-size: 0.8rem;
	text-indent: 0.01px;
	height: 28px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 5px;
	color: #666666;
}
.select_box:after {
    position: absolute;
    content: '';
	right: 5px;
	bottom: calc(50% - 2px);
    width: 5px;
    height: 5px;
    border-top: 2px solid #848484;
    border-right: 2px solid #848484;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	pointer-events: none;
}

/* 追記 2026/05 */
.select_box_bonus_ratio {
	overflow: hidden;
	text-align: center;
	width: 150px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #989898;
	background: #ffffff;
}
.select_box_bonus_ratio select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	font-size: 0.8rem;
	text-indent: 0.01px;
	height: 28px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 5px;
	color: #666666;
}
.select_box_bonus_ratio:after {
    position: absolute;
    content: '';
	right: 5px;
	bottom: calc(50% - 2px);
    width: 5px;
    height: 5px;
    border-top: 2px solid #848484;
    border-right: 2px solid #848484;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	pointer-events: none;
}

/* 追記 2026/05 ここまで */

.form_area .btn{
	text-align: center;
	padding: 15px 0;
	font-size: 1.1rem;
	color: #ffffff;
	font-weight: bold;
	width: 90%;
	margin: 10px auto 0;
	border-radius: 100px;
	background-color: #2dac94;
	text-decoration: none;
	display: block;
	position: relative;
}
.form_area .btn::before {
	content: "";
	position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: calc(50% - 5px);
}
.form_area .btn:hover{
	background-color: #60c2af;
}
.form_area .btn.notactive{
	background-color: #999999;
}
.form_area .btn#diagnosis_str{
	display: none;
}
.form_area #ok,.form_area #ng{
	display: none;
	margin: 40px 0 0;
}
.form_area #ok h3,.form_area #ng h3{
    border-top: 2px solid #ff811b;
    border-bottom: 2px solid #ff811b;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    color: #ff811b;
}
.form_area #ok p{
	padding-top: 130px;
	position: relative;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff811b;
	margin-bottom: 20px;
}
.form_area #ok p::before{
	content: "◎";
	font-size: 5rem;
	color: #ff811b;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: calc(50% - 2.5rem);
}
.form_area #ok p span{
	display: none;
    font-size: 0.8rem;
	padding-top: 10px;
}
.form_area #ok div{
	text-align: center;
	margin-top: 40px;
}
.form_area table{
	width: 100%;
    max-width: 720px;
    border-collapse: collapse;
	border: 1px solid #2dac94;
    margin: 20px auto 0;
}
.form_area th{
	background-color: #2dac94;
	color: #ffffff;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    font-size: 0.8rem;
}
.form_area tr:nth-child(1) th{
	border-bottom: 1px solid #ffffff;
}
.form_area tr:nth-child(2) th{
	border-bottom: 1px solid #ffffff;
}

.form_area td{
	border: 1px solid #2dac94;
	padding: 5px;
	background-color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
}
.form_area #ok ul li{
	font-size: 0.70rem;
	padding-left: 15px;
	text-indent: -12px;
	margin: 0 0 0 10px;
	line-height: 1.5rem;
	
}

.form_area #ok .btn{
	padding: 0;
	background: none;
	width: 100%;
}
.form_area #ok .btn a{
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #ff811b;
    text-decoration: none;
    display: block;
    position: relative;
}
.form_area #ok .btn a::before {
	content: "";
    position: absolute;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 5px);
}
.form_area #ng p{
	padding-top: 60px;
	position: relative;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff811b;
	margin-bottom: 20px;
	line-height: 1.4;
}
.form_area #ng p::before{
	/* content: "△"; */
	font-size: 5rem;
	color: #ff811b;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: calc(50% - 2.5rem);
}
.form_area #ng div{
	text-align: center;
	line-height: 1.4;
	font-size: 0.9rem;
}


input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 16px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
	border-radius: 100px;
}
.gauge{
	position: relative;
	margin-bottom: 25px;
}
.gauge::after{
	content: "80歳";
    position: absolute;
    bottom: -20px;
    right: -3px;
    font-size: 0.65rem;
}
.gauge::before{
	content:"20歳";
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 0.65rem;
}
.gauge_inn::before{
	content:"";
	display: block;
	width: 1px;
	height: 5px;
	background-color: #666666;
	position: absolute;
	bottom: -5px;
	right: 8px;
}
.gauge_inn::after{
	content:"";
	display: block;
	width: 1px;
	height: 5px;
	background-color: #666666;
	position: absolute;
	bottom: -5px;
	left: 9px;
}
.gauge_inn_inn::before{
	content:"";
	display: block;
	width: 1px;
	height: 5px;
	background-color: #666666;
	position: absolute;
	bottom: -5px;
	right: 34%;
}
.gauge_inn_inn::after{
	content:"";
	display: block;
	width: 1px;
	height: 5px;
	background-color: #666666;
	position: absolute;
	bottom: -5px;
	left: 34%;
}
.gauge_inn_inn_inn::after{
	content: "40歳";
    position: absolute;
    bottom: -20px;
	left: 31%;
    font-size: 0.65rem;
}
.gauge_inn_inn_inn::before{
	content:"60歳";
    position: absolute;
    bottom: -20px;
	right: 30%;
    font-size: 0.65rem;
}
::-webkit-slider-runnable-track {
    background: #ddd;
}
/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */
::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 19px; /* 1 */
    height: 19px;
    background: #ff8e33;
    border: 2px solid #ffffff; /* 1 */
	border-radius: 100px;
    box-shadow: -101vw 0 0 100vw #2ac0a1;
}
::-moz-range-track {
    height: 40px;
    background: #ddd;
}
::-moz-range-thumb {
    background: #fff;
    height: 40px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}
::-ms-fill-lower { 
    background: dodgerblue;
}
::-ms-thumb { 
    background: #fff;
    background: #ff8e33;
    border: 2px solid #ffffff; /* 1 */
    height: 40px;
    width: 20px;
	border-radius: 100px;
    box-sizing: border-box;
}
::-ms-ticks-after { 
    display: none; 
}
::-ms-ticks-before { 
    display: none; 
}
::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}
::-ms-tooltip { 
    display: none;
}

.cta_area02{
	width: 100%;
	margin: 70px auto;
}

.cta_area02 p{
	color: #2dac94;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.7;
	width: 80%;
	margin: 0 auto;
}
.cta_area02 p strong{
	font-size: 1.4rem;
	color: #ff811b;
	display: inline-block;
}


.cta_area02 .btn{
	text-align: center;
	padding: 0 0 0;
	background: none;
}
.cta_area02 .btn a{
	font-size: 1.1rem;
	color: #ffffff;
	font-weight: bold;
	padding: 13px;
	width: 75%;
	margin: 0 auto;
	border-radius: 100px;
	background-color: #ff811b;
	text-decoration: none;
	display: block;
	position: relative;
}
.cta_area02 .btn a::before {
	content: "";
	position: absolute;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: calc(50% - 5px);
}
.cta_area02 .btn a:hover{
	background-color: #ffa75f;
}
.cta_area02 .btn:hover{
	background: none;
}


/* 202402 -----------------------------------*/
.sv_top_contents.top {
    background-color: #fff;
	border-top: 1px solid #ececec;
	padding: 10px 0 0;
}
.mv_btm_txt{
	background-color: #2dac94;
	text-align: center;
	color: #fff;
	padding: 14px;
	font-size: 3vw;
}
.mv_btm_txt a{
	color: #fff;
	display: inline-block;
	position: relative;
}
.mv_btm_txt a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -3px;
	transform: rotate(45deg);
}
.btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 40px;
	width: 100%;
    flex-direction: column;
}
.btn_area .block_l,
.btn_area .block_r{
	text-align: center;
	padding: 0 10px;
	width: 94%;
}
.btn_area .block_r{
	padding: 20px 0 0;
}
.btn_area p{
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	padding: 0 0 12px;
}
.btn_area a{
	width: 94%;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: left;
	line-height: 1.4;
	padding: 8px 0;
	border-radius: 50px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: -moz-linear-gradient( 180deg, rgba(44,172,147,0.99608) 0%, rgb(66,190,148) 100%);
	background-image: -webkit-linear-gradient( 18deg, rgba(44,172,147,0.99608) 0%, rgb(66,190,148) 100%);
	background-image: -ms-linear-gradient( 180deg, rgba(44,172,147,0.99608) 0%, rgb(66,190,148) 100%);
}
.btn_area a span{
	display: block;
	width: 10%;
	margin: 0px 10px 0 -20px;
}
.btn_area a span img{
	width: 100%;
}
.btn_area a:hover{
	opacity: .7;
}
.btn_area a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -6px;
    transform: rotate(45deg);
}
.page_link{
	width: 100%;
	background: #4c998a;
	padding: 40px 0 30px;
}
.page_link nav ul{
	width: 94%;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_link nav ul li{
	width: 49%;
	box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.7);
	margin: 0 0 2%;
}
.page_link nav ul li a{
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-decoration: none;
	color: #4c998a;
	font-size: 3.5vw;
	font-weight: bold;
	border-radius: 6px;
	position: relative;
	text-align: center;
}
.page_link nav ul li a:hover{
	opacity: .7;
}
.page_link nav ul li a.arrow_r::before,
.page_link nav ul li a.arrow_d::before{
	content: '';
	width: 20px;
	height: 20px;
	background: #4c998a;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 14px;
	bottom: 0;
	margin: auto;
}
.page_link nav ul li a.arrow_r::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 18px;
	bottom: 0;
	margin: auto;
}
.page_link nav ul li a.arrow_d::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	position: absolute;
	top: -2px;
	left: 20px;
	bottom: 0;
	margin: auto;
}



