/*** リセット ***/
h2,
h3,
h4,
p,
ul,
li,
ol {
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
/* ----------------------------------------
　住宅ローンページ　loan
---------------------------------------- */
/*--------- 共通部分 ---------*/
.loan_moji_blue {
	color: #003461;
}
.loan_moji_yellow {
	color: #f0a500;
}
.loan_con_tit {
	font-size: 45px;
	line-height: 65px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.loan_con_tit .loan_con_un {
	font-size: 24px;
	position: relative;
	z-index: 0;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 10px;
}
.loan_con_tit .loan_con_un:after {
	content: "";
	display: block;
	width: calc(100% + 10px);
	height: 19px;
	background-color: #fcedcc;
	position: absolute;
	bottom: -4px;
	left: -5px;
	z-index: -1;
}
/*--------- メイン ---------*/
.loan_main_con {
	position: relative;
}
.loan_main_w {
	width: 100%;
	height: 550px;
	background-image: url(/img/loan/main_bg.webp);
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-position: center;
}
.loan_main_in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 0px 275px;
	box-sizing: border-box;
	z-index: 0;
}
.loan_main_in:before {
	content: "";
	position: absolute;
	top: -40px;
	left: -35px;
	width: 357px;
	height: 605px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/main_cala.webp);
	z-index: -1;
}
.loan_main_text {
	background-color: #e7edef;
	line-height: 42px;
	width: 360px;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0;
	box-sizing: border-box;
	padding: 8px 0px 0px 15px;
}
.loan_main_text .loan_main_text_b {
	font-size: 30px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.05em;
	margin: 0px 0px 0px 8px;
}
.loan_main_text .loan_main_text_b span {
	font-size: 36px;
}
.loan_main_in h2 {
	font-size: 85px;
	line-height: 90px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 20px 0px 0px 0px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
}
.loan_main_in h2 .loan_main_tit_m {
	font-size: 60px;
	letter-spacing: 0em;
}
.loan_main_in h2 .loan_main_tit_m span {
	position: relative;
}
.loan_main_in h2 .loan_main_tit_m span:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
}
.loan_main_in h2 .loan_main_tit_s {
	font-size: 50px;
	letter-spacing: 0em;
}
.loan_main_in h2 .loan_main_tit_l {
	font-size: 80px;
}
.loan_main_in>img {
	width: 181px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.loan_main_inq {
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	bottom: -75px;
	left: 0;
	right: 0;
	margin: auto;
	width: 900px;
	box-sizing: border-box;
	padding: 35px 45px;
	box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.2);
	z-index: 1;
}
.loan_main_inq ul {
	display: flex;
	gap: 0px 35px;
	align-items: center;
}
.loan_main_inq ul li:nth-child(1) a {
	display: block;
	background-color: #003461;
	border-radius: 5px;
	color: #ffffff;
	line-height: 80px;
	width: 400px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
.loan_main_inq ul li:nth-child(1) a:hover {
	background-color: #f0a500;
}
.loan_main_inq ul li:nth-child(1) a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25px;
	width: 38px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/inq_mail_icon.webp);
}
.loan_main_inq ul li:nth-child(1) a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 26px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/main_arrow.webp);
}
.loan_main_inq_tel {
	display: flex;
	gap: 0px 15px;
	align-items: center;
}
.loan_main_inq_tel img {
	width: 36px;
}
.loan_main_inq_tel p {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0;
	font-weight: bold;
}
.loan_main_inq ul li:nth-child(2) a>p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	background-color: #e7edef;
	line-height: 28px;
	width: 310px;
	text-align: center;
	margin: 5px 0px 0px 3px;
}
/*--------- こんなお悩みありませんか? ---------*/
.loan_nayami_w {
	background-color: #f6f6f6;
	padding: 140px 0px 90px 0px;
	position: relative;
	z-index: 0;
}
.loan_nayami_w:after {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background-color: #f6f6f6;
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	margin: auto;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.loan_nayami_in {
	width: 1100px;
	margin: 0 auto;
}
.loan_nayami_in ul {
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.loan_nayami_in ul li {
	width: 350px;
	box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.15);
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 25px 0px;
}
.loan_nayami_in ul li:nth-child(4), .loan_nayami_in ul li:nth-child(5), .loan_nayami_in ul li:nth-child(6), .loan_nayami_in ul li:nth-child(7) {
	width: 256px;
}
.loan_nayami_in ul li img {
	width: 194px;
	margin: 0 auto;
	display: block;
}
.loan_nayami_in ul li div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 43px;
	margin: 10px 0px 0px 0px;
}
.loan_nayami_in ul li p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*--------- 無料住宅ローン診断サービス ---------*/
.loan_ser_con {
	width: 1100px;
	margin: 180px auto 75px auto;
}
.loan_ser_text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
.loan_ser_con ul {
	background-color: #e7edef;
	border-radius: 10px;
	display: flex;
	margin: 50px 0px 0px 0px;
	box-sizing: border-box;
	padding: 40px;
	justify-content: space-between;
}
.loan_ser_con ul li {
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 0px;
	width: 240px;
	height: 240px;
	text-align: center;
}
.loan_ser_con ul li img {
	width: 150px;
}
.loan_ser_con ul li p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.loan_ser_con h3 {
	font-size: 24px;
	line-height: 70px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	position: relative;
}
.loan_ser_con h3:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #e7edef;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
.loan_ser_con h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	background-color: #f0a500;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.loan_ser_con h3 span {
	font-size: 17px;
}
.loan_sample_box {
	margin: 30px 0px 0px 0px;
}
.loan_ser_att {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
/*--------- お問い合わせ ---------*/
.loan_inq_w {
	background-color: #003461;
	box-sizing: border-box;
	padding: 40px 0px;
}
.loan_inq_in {
	width: 1100px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}
.loan_inq_in h2 {
	text-align: center;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.1em;
}
.loan_inq_text {
	font-size: 18px;
	letter-spacing: 0.05em;
	background-color: #e7edef;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 19px;
	display: inline-block;
	margin: 25px 0px 0px 0px;
}
.loan_inq_in ul {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 0px 0px;
}
.loan_inq_in ul li a {
	display: block;
	background-color: #ffffff;
	border-radius: 5px;
}
.loan_inq_in ul li:nth-child(1) a {
	width: 470px;
	border: 2px solid #ffffff;
	line-height: 96px;
	box-sizing: border-box;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
.loan_inq_in ul li:nth-child(1) a:hover {
	background-color: #003461;
	color: #ffffff;
}
.loan_inq_in ul li:nth-child(1) a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	width: 42px;
	height: 31px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/inq_mail_icon_blue.webp);
	transition: all 0.2s;
}
.loan_inq_in ul li:nth-child(1) a:hover:before {
	background-image: url(/img/loan/inq_mail_icon_blue_h.webp);
}
.loan_inq_in ul li:nth-child(1) a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 26px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/inq_arrow.webp);
	transition: all 0.2s;
}
.loan_inq_in ul li:nth-child(1) a:hover:after {
	background-image: url(/img/loan/inq_arrow_h.webp);
}
.loan_inq_in ul li:nth-child(2) a {
	display: flex;
	width: 610px;
	gap: 0px 30px;
	height: 100px;
	align-items: center;
	box-sizing: border-box;
	padding: 0px 0px 0px 25px;
}
.loan_inq_tel {
	display: flex;
	gap: 0px 15px;
	align-items: center;
}
.loan_inq_tel img {
	width: 41px;
}
.loan_inq_tel p {
	font-size: 43px;
	line-height: 45px;
	letter-spacing: 0;
	font-weight: bold;
}
.loan_inq_time {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: bold;
	background-color: #e7edef;
	border-radius: 4px;
	text-align: left;
	box-sizing: border-box;
	width: 200px;
	height: 70px;
	padding: 15px 30px;
}
/*--------- ローンまとめて ---------*/
.loan_together_con {
	margin: 80px auto 0px auto;
	width: 1100px;
}
.loan_together_con h2 {
	font-size: 40px;
	line-height: 60px;
}
.loan_together_con img {
	margin: 30px 0px 0px 0px;
}
/*--------- 頭金0円から ---------*/
.loan_zero_w {
	margin: 100px 0px 0px 0px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 60px 0px 105px 0px;
}
.loan_zero_in {
	width: 1100px;
	margin: 0 auto;
}
.loan_zero_w h2 {
	font-size: 40px;
}
.loan_zero_text {
	background-color: #ffffff;
	border-radius: 10px;
	margin: 25px 0px 0px 0px;
	box-sizing: border-box;
	padding: 40px 50px;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
}
.loan_zero_text:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 360px;
	height: 283px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/zero_il.webp);
}
/*--------- 今の家賃を払い続けると ---------*/
.loan_now_con {
	margin: 80px auto 0px auto;
	width: 1100px;
}
.loan_now_text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
.loan_now_fuki {
	margin: 50px 0px 0px 0px;
	border: 2px solid #003461;
	background-color: #e7edef;
	width: 900px;
	line-height: 100px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 24px;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 40px;
	font-weight: bold;
	position: relative;
}
.loan_now_fuki:after {
	content: "";
	position: absolute;
	bottom: -33px;
	left: 120px;
	width: 25px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/now_fuki.webp);
}
.loan_now_table {
	margin: 40px 0px 0px 0px;
	position: relative;
	z-index: 0;
	background-color: #ffffff;
}
.loan_now_table:before {
	content: "";
	position: absolute;
	top: -180px;
	right: 14px;
	width: 231px;
	height: 231px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/now_il.webp);
	z-index: -1;
}
.loan_now_table table {
	width: 1100px;
	box-sizing: border-box;
	border: 2px solid #003461;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
.loan_now_table table tr:not(:last-of-type) th,
.loan_now_table table tr:not(:last-of-type) td {
	border-bottom: 1px solid #dbdbdb;
}
.loan_now_table table tr th,
.loan_now_table table tr td {
	width: calc(100% / 5);
	box-sizing: border-box;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.loan_now_table table tr:first-of-type th,
.loan_now_table table tr:first-of-type td {
	padding: 10px 0;
}
.loan_now_table table tr:not(:first-of-type) th,
.loan_now_table table tr:not(:first-of-type) td {
	padding: 23px 0;
	line-height: 32px;
}
.loan_now_table table tr th,
.loan_now_table table tr td:not(:last-of-type) {
	border-right: 1px solid #bfbfbf;
}
.loan_now_table table tr:first-of-type th {
	background: #FFF;
}
.loan_now_table table tr:first-of-type td {
	padding: 0px;
}
.loan_now_table table tr:not(:first-of-type) th {
	padding: 0px;
}
.loan_now_table table tr:first-of-type td div {
	background: #fdf6e5;
	margin: 4px;
	padding: 10px 0;
	border-radius: 5px;
}
.loan_now_table table tr:not(:first-of-type) th div {
	background: #e7edef;
	margin: 4px;
	padding: 20px 0;
	border-radius: 5px;
}
/*--------- 住宅ローン実績事例 ---------*/
.loan_example_w {
	margin: 100px 0px 0px 0px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 60px 0px 90px 0px;
}
.loan_example_in {
	width: 1100px;
	margin: 0 auto;
}
.loan_example_in ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 60px 0px 0px 0px;
}
.loan_example_in ul li {
	width: 540px;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	padding: 43px 25px 25px 25px;
	box-sizing: border-box;
}
.loan_example_case {
	background-color: #003461;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.1em;
	width: 100px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 25px;
}
.loan_example_in ul li h3 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.loan_example_in ul li h3 span {
	background-color: #fcedcc;
	padding: 0px 3px;
}
.loan_example_con {
	margin: 20px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	border-top: 1px solid #e2e2e2;
	display: flex;
	gap: 0px 10px;
	align-items: center;
}
.loan_example_con img {
	width: 150px;
}
.loan_example_con p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*--------- 強い3つの理由 ---------*/
.loan_strong_con {
	margin: 80px auto 0px auto;
	width: 1100px;
}
.loan_strong_con ul {
	margin: 25px 0px 0px 0px;
}
.loan_strong_con ul li {
	margin: 50px 0px 0px 0px;
}
.loan_strong_con ul li:first-child {
	margin: 0px;
}
.loan_strong_con ul li h3 {
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	padding: 0px 0px 0px 30px;
}
.loan_strong_con ul li h3:before {
	content: "";
	display: block;
	width: 5px;
	height: 50px;
	background-color: #003461;
	border-radius: 2.5px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
}
.loan_strong_det {
	display: flex;
	gap: 0px 45px;
	margin: 20px 0px 0px 0px;
	align-items: center;
}
.loan_strong_det img {
	width: 480px;
}
.loan_strong_det p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*--------- 無料住宅ローン相談会 ---------*/
.loan_meeting_w {
	margin: 100px auto 50px auto;
	background-color: #e7edef;
	box-sizing: border-box;
	padding: 50px 0px 95px 0px;
	width: calc(100% - 100px);
	border-radius: 10px;
}
.loan_meeting_in {
	width: 1100px;
	margin: 0 auto;
}
.loan_meeting_w .loan_con_tit .loan_con_un:after {
	background-color: #ffffff;
}
.loan_meeting_con {
	position: relative;
	margin: 30px 0px 0px 0px;
}
.loan_meeting_con img {
	width: 501px;
	position: absolute;
	right: 0px;
	top: -40px;
}
.loan_meeting_fuki {
	background-color: #ffffff;
	width: 450px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 29px 0px;
	text-align: center;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	z-index: 0;
}
.loan_meeting_fuki:after {
	content: "";
	display: block;
	width: 30px;
	height: 12px;
	background-color: #ffffff;
	position: absolute;
	bottom: -12px;
	right: 45px;
	z-index: -1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.loan_meeting_text {
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.09em;
	font-weight: bold;
	margin: 35px 0px 0px 0px;
}
/*--------- ご相談の流れ ---------*/
.loan_flow_con {
	margin: 70px auto 0px auto;
	width: 1100px;
}
.loan_flow_con ul {
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 55px;
}
.loan_flow_con ul li {
	width: 330px;
	border-radius: 10px;
	height: 330px;
	border: 10px solid #e7edef;
	box-sizing: border-box;
}
.loan_flow_step {
	background-color: #003461;
	width: 150px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
	margin: 0 auto;
}
.loan_flow_con ul li img {
	width: 233px;
	display: block;
	margin: 15px auto 0px auto;
}
.loan_flow_text {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 10px 0px 0px 0px;
}
/*--------- よくある質問 ---------*/
.loan_qa_w {
	margin: 100px 0px 0px 0px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 60px 0px 100px 0px;
}
.loan_qa_in {
	width: 1100px;
	margin: 0 auto;
}
.loan_qa_w .accordionbox {
	margin: 40px auto 0px;
	box-sizing: border-box;
}
.loan_qa_w .accordionlist dt {
	display: block;
	overflow: hidden;
}
.loan_qa_w .accordionlist dt:first-child,
.loan_qa_w .accordionlist dt:nth-child(2) {
	border-top: none !important;
}
.loan_qa_w .accordionlist dt .title {
	position: relative;
	float: left;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	color: #000;
	font-size: 18px;
	padding: 18px 15px 17px 15px;
	line-height: 40px !important;
	box-shadow: 0 0 8px rgb(163 163 163 / 15%);
	display: flex;
	gap: 0px 20px;
	align-items: center;
}
.loan_qa_w .accordionlist dd {
	position: relative;
	display: none;
	padding: 0px 15px;
	margin: 0;
	background: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.025em;
	color: #000;
	font-weight: bold;
}
.loan_qa_w .accordionlist dd p {
	padding: 23px 0px;
	border-top: 1px solid #e2e2e2;
}
.loan_qa_w .accordionlist dd p span {
	padding: 0px 0px 0px 8px;
	display: inline-block;
}
.loan_qa_w .accordion_icon,
.loan_qa_w .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.loan_qa_w .accordion_icon {
	position: relative;
	width: 25px;
	height: 25px;
	float: right;
	margin-right: 25px;
	margin-top: -45px;
}
.loan_qa_w .accordion_icon span {
	position: absolute;
	left: 0px;
	width: 25px;
	height: 3px;
	background-color: #d3d3d3;
	border-radius: 0px;
	-webkit-border-radius: 0em;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.loan_qa_w .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.loan_qa_w .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.loan_qa_w .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.loan_qa_w .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.loan_qa_w .clearfix.active {
	background-color: #e6d9ba;
}
.loan_qa_w .accordionlist dt .title:hover {
	background-color: #fff7d7;
	transition: .3s;
}
.loan_qa_w .accordionlist dt .title.active {
	color: #000;
}
.loan_qa_w .accordionlist dt .title.active p {}
.qa_block {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 8px;
	filter: drop-shadow(0px 0px 5px #0001);
}
.loan_qu_num {
	background-color: #003461;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
}
.loan_qu_con {
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* 住宅ローンページ　loan
---------------------------------------- */
.loan_main_in02 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 0px 355px;
	box-sizing: border-box;
	z-index: 0;
}
.loan_main_in02:before {
	content: "";
	position: absolute;
	top: -40px;
	left: -35px;
	width: 357px;
	height: 605px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/loan/main_cala02.webp);
	z-index: -1;
}
.loan_main_in02 h2 {
	font-size: 85px;
	line-height: 90px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 20px 0px 0px 0px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
}
.loan_main_in02 h2 .loan_main_tit_m {
	font-size: 60px;
	letter-spacing: 0em;
}
.loan_main_in02 h2 .loan_main_tit_m span {
	position: relative;
}
.loan_main_in02 h2 .loan_main_tit_m span:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
}
.loan_main_in02 h2 .loan_main_tit_s {
	font-size: 50px;
	letter-spacing: 0em;
}
.loan_main_in02 h2 .loan_main_tit_l {
	font-size: 80px;
}
.loan_main_in02>img {
	width: 181px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.loan_main_in02 .loan_chara_txt {
	font-size: 15px;
	line-height: 1.3;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 280px;
	bottom: -45px;
}