@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.jpg) no-repeat #6bc7b6;
	background-position: center;
	position: relative;
	background-size: cover;
}
.mv h1{
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0 150px;
}
.mv h1 img{
	margin-left: -30px;
}
.mv::after{
	content: "";
	width: 100%;
	height: 150px;
	background: url(/hiratuka/individual/common/img/mv_bg_bottom.png) no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	bottom: 0;
}
.mv.mv2::after{
	content: none;
}

/*------------------------------
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;}

.merit01_area::before{background: url("../img/case_bg01.png") no-repeat right;background-size: cover;}
.merit01_area::after{background: url("../img/case_bg02.png") no-repeat left;background-size: cover;}

section p.merit01_text_area{
	text-align: center;
	padding: 15px;
}

/*------------------------------
merit02
*/
.merit02_read{
	justify-content: center;
}
.merit02_read figure{
	margin-right: 30px;
}
.merit02_read .merit02_read_list{
	width: 40%;
}
.merit02_img01{
	width: 80%;
	margin: 20px auto;
	padding: 60px 20px 30px;
	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.9rem;
	line-height: 1.4;
}

.merit02_btn{
	text-align: center;
	padding: 40px 0 0;
}
.merit02_btn a{
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	width: 33%;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 100px;
	background-color: #2dac94;
	text-decoration: none;
	display: block;
	position: relative;
}
.merit02_btn a::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);
}
.merit02_btn a:hover{
	opacity: 0.6;
}

/*------------------------------
merit03
*/
.merit03_area h4{
	font-size: 1.6rem;
	font-weight: bold;
	color: #31b4b4;
	margin: 40px auto;
	text-align: center;
}
.merit03_area figure{
	max-width: 1080px;
	margin: 0 auto;
}
.merit03_area > p{
	max-width: 1080px;
	margin: 20px auto;
	font-size: 0.9rem;
	line-height: 1.4;
}
.merit03_area > p span{
	color: #d10f0f;
}
.merit03_campaign{
	max-width: 1080px;
	margin: 100px auto;
	border-radius: 10px;
	border: 2px solid #31b4b4;
}
.merit03_campaign h4{
	margin-top: -15px;
	background-color: #e3fbf7;
	max-width: 70%;
}
.merit03_campaign >div{
	display: flex;
	justify-content: space-around;
}
.merit03_campaign .merit03_btn{
	text-align: center;
	padding: 10px 0 40px;
	width: 40%;
}
.merit03_campaign .merit03_btn a{
	font-size: 1.25rem; /* 1.30rem を変更 */
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	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: 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);
}
.merit03_campaign .merit03_btn a:hover{
	opacity: 0.6;
}
/*------------------------------
product_about
*/
.product_about .section_heading02 {
    background: url(../img/orn_section_heading02.png) no-repeat 0 center;
    font-weight: bold;
    vertical-align: bottom;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
	font-size: 1rem;
}
.product_about .section_heading03 {
    display: inline-block;
    color: #2dac94;
    border: 1px solid #2dac94;
    margin: 0;
    padding: 3px 15px;
	font-size: 1rem;
}
.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;
}
.product_about_table thead th+th, .product_about_table thead th+td {
    border-left: 1px solid #fff;
}
.table_no02 tbody th{
	width: 40%;
}

.table_no03 thead th{
	width: 50%;
}




/*-------------------------------------------------------------------------
form_area
*/
.form_area{
	background-color: #e6faf6;
	padding: 16px 0;
}
.form_read{
	font-size: 2rem;
	font-weight: bold;
	color: #2dac94;
	line-height: 1.5;
	padding-left: 110px;
	background: url(/hiratuka/individual/loan/housing/img/icon_read.svg) no-repeat;
	background-position: left 0 top 5px;
	background-size: 90px;
	width: 690px;
	margin: 0 auto;
}
.form_read strong{
	color: #ff811b;
}
.form_area_inn{
	width: 1080px;
	margin: 0 auto;
}
.form_bk{
	background-color: #fafafa;
	margin: -20px 8px 8px;
	padding: 60px 160px;
	border-radius: 5px;
box-shadow: 0px 1px 12px -2px #cccccc;
}
.form_line{
	border-bottom: 1px solid #bcbcbc;
	padding: 10px 20px;
}
.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: 1.2rem;
	line-height: 2rem;
	font-weight: bold;
	color: #555555;
	padding-left: 50px;
}
.form_line:nth-child(1) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon02.svg) no-repeat;
	background-position: left 4px top 0;
	background-size: 40px;
}
.form_line:nth-child(2) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon02.svg) no-repeat;
	background-position: left;
	background-size: 40px;
}
.form_line:nth-child(3) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon_ratio.png) no-repeat;
	background-position: left 4px top 5px;
	background-size: 32px;
}
.form_line:nth-child(4) .form_title{
	background: url(/hiratuka/individual/loan/housing/img/diagnosis_icon03.svg) no-repeat;
	background-position: left 4px top 5px;
	background-size: 32px;
}

.form_data{
	width: 60%;
}
.form_data span{
	padding: 20px 10px;
	display: inline-block;
}
.form_line p{
	font-size: 0.8rem;
	line-height: 1.5;
	margin: 10px 0;
}
.age{
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#output1{
	font-size: 1.6rem;
}
.form_text {
    font-size: 1.1rem;
    font-weight: 400;
    height: 40px;
    padding: 0 12px;
    letter-spacing: .1em;
    border: 1px solid #989898;
    background: #ffffff;
    border-radius: 5px;
	width: 100px;
}
.form_data.select{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form_data .select_text{
	margin: 10px;
}
.select_box {
	overflow: hidden;
	text-align: center;
	width: 80px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #989898;
	background: #ffffff;
}
.select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	font-size: 1.1rem;
	text-indent: 0.01px;
	height: 40px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 35px 8px 20px;
	color: #666666;
}
.select_box select::-ms-expand {
	display: none;
}
.select_box:after {
    position: absolute;
    content: '';
	right: 10px;
	bottom: calc(50% - 2px);
    width: 7px;
    height: 7px;
    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: 200px;
	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: 1.1rem;
	text-indent: 0.01px;
	height: 40px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 35px 8px 20px;
	color: #666666;
}
.select_box_bonus_ratio select::-ms-expand {
	display: none;
}
.select_box_bonus_ratio:after {
    position: absolute;
    content: '';
	right: 10px;
	bottom: calc(50% - 2px);
    width: 7px;
    height: 7px;
    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: 20px 0;
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	width: 400px;
	margin: 50px 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.7rem;
    line-height: 1.7;
    text-align: center;
    color: #ff811b;
}
.form_area #ok p{
	padding-top: 190px;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff811b;
	margin-bottom: 20px;
}
.form_area #ok p::before{
	content: "◎";
	font-size: 8rem;
	color: #ff811b;
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: calc(50% - 4rem);
}
.form_area #ok p span{
	display: none;
    font-size: 1rem;
	padding-top: 10px;
}
.form_area #ok div{
	text-align: center;
	margin-top: 40px;
}
.form_area #ok div.table_title{
	color: #ff811b;
}
.form_area table{
	width: 100%;
	min-width: 520px;
	max-width: 720px;
	border-collapse: collapse;
	border: 1px solid #2dac94;
    margin: 15px auto 0;
}
.form_area th{
	background-color: #2dac94;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.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: 10px;
	background-color: #ffffff;
	text-align: center;
}
.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 #ng p{
	padding-top: 60px;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff811b;
	margin-bottom: 20px;
}
.form_area #ng p::before{
	/* content: "△"; */
	font-size: 8rem;
	color: #ff811b;
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: calc(50% - 4rem);
}
.form_area #ng div{
	text-align: center;
}


input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 15px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
	border-radius: 100px;
	padding: 0;
}
.gauge{
	position: relative;
	margin-bottom: 25px;
}
.gauge::after{
	content: "80歳";
    position: absolute;
    bottom: -20px;
    right: -5px;
    font-size: 0.8rem;
}
.gauge::before{
	content:"20歳";
    position: absolute;
    bottom: -20px;
    left: -5px;
    font-size: 0.8rem;
}
.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.8rem;
}
.gauge_inn_inn_inn::before{
	content:"60歳";
    position: absolute;
    bottom: -20px;
	right: 31%;
    font-size: 0.8rem;
}
::-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: 18px; /* 1 */
    height: 18px;
    background: #ff8e33;
    border: 2px solid #ffffff; /* 1 */
	border-radius: 100px;
    box-shadow: -100.5vw 0 0 100vw #2ac0a1;
}
::-moz-range-track {
    height: 40px;
    background: #ddd;
}
::-moz-range-thumb {
    background: #ff8e33;
    width: 18px; /* 1 */
    height: 18px;
    border: 2px solid #ffffff; /* 1 */
    border-radius: 100px !important;
    box-shadow: -101vw 0 0 100vw #2ac0a1;
    box-sizing: border-box;
}
::-ms-fill-lower { 
    background: #2ac0a1;
}
::-ms-thumb { 
    background: #ff8e33;
    border: 2px solid #ffffff; /* 1 */
    height: 18px;
    width: 18px;
    box-sizing: border-box;
	  cursor: pointer;
	  border-radius: 50%;
}
::-ms-ticks-after { 
    display: none; 
}
::-ms-ticks-before { 
    display: none; 
}
::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}
::-ms-tooltip { 
    display: none;
}
.form_area #ok .btn{
	padding: 0;
	background: none;
	width: 100%;
}
.form_area #ok .btn a{
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	width: 49%;
	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: 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 #ok .btn a:hover{
	opacity: 0.6;
}

.cta_area02{
	width: 1080px;
	margin: 70px auto;
}
.cta_area02 p{
	color: #2dac94;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.cta_area02 p strong{
	font-size: 1.7rem;
	color: #ff811b;
}
.cta_area02 .btn{
	padding: 0;
	background: none;
	width: 100%;
	margin-top: 20px;
}
.cta_area02 .btn a{
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	width: 40%;
	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: 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);
}
.cta_area02 .btn a:hover{
	background-color: #ffa75f;
}
.cta_area02 .btn:hover{
	background: none;
}

/*-----------------------------------*/
.merit01_read > div{
	text-align: right;
}
.merit01_read p{
	width: 570px;
	padding-left: 30px;
}
.merit01_read p span{
	font-size: 1.3rem;
}

/* 202402 -----------------------------------*/
.sv_top_contents {
    background-color: #fff;
    padding: 10px;
}
.mv_btm_txt{
	background-color: #2dac94;
	text-align: center;
	color: #fff;
	padding: 14px;
	font-size: 18px;
}
.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{
	padding: 50px 0 60px;
}
.btn_area p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 20px;
}
.btn_area a{
	width: 700px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
	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: 72px;
	margin: 0 20px 0 0;
}
.btn_area a span img{
	width: 100%;
}
.btn_area a:hover{
	opacity: .7;
}
.btn_area a::after{
	content: '';
	width: 12px;
	height: 13px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 40px;
    margin-top: -6px;
	transform: rotate(45deg);
}
.page_link{
	background: #4c998a;
	padding: 40px 0;
}
.page_link nav ul{
	max-width: 1080px;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_link nav ul li{
	width: 23%;
	box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.7);
}
.page_link nav ul li a{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-decoration: none;
	color: #4c998a;
	font-size: 18px;
	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;
}



