<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

@media screen and (max-width: 768px) {

 .sp_off,
 .smart_off {
  display: none !important;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 body.no_scroll {
  overflow: hidden;
 }

 h1 {}

 h2 {
  text-align: center;
  font-size: 28px;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 .loan_ti {
  text-align: center;
 }

 .loan_ti span {
  display: block;
  width: 280px;
  line-height: 35px;
  text-align: center;
  background: #194582;
  border-radius: 20px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 13px;
 }

 .loan_ti h2 {
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #194582;
  font-weight: bold;
 }

 .loan_ti h2:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #e0c44c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 }

 /*--------- main ----------*/
 .main_wrap {
  background-image: url(../img/main_bg.png);
  background-position: 50%;
  background-size: cover;
  position: relative;
  z-index: 0;
 }

 .main_wrap::before {
  content: "";
  display: block;
  background: url(../img/main_icon_b.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -25%;
  top: 0;
  z-index: -1;
 }

 .main_wrap::after {
  content: "";
  display: block;
  background: url(../img/main_icon_y.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -25%;
  top: 0;
  z-index: -2;
 }


 .main_inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
 }

 /*--------- お悩み ---------*/
 .s_t_nayami {
  background-position: center bottom -10px;
  background-repeat: no-repeat;
  padding: 30px 0 50px;
 }

 .s_t_nayami_ti {
  text-align: center;
 }

 .s_t_nayami_ti p {
  color: #e0c44c;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
 }

 .s_t_nayami_ti img {
  width: 60%;
  display: block;
  margin: 40px auto;
 }

 .s_t_nayami_ti h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: bold;
  color: #194582;
 }

 .s_t_nym_txt {}

 .s_t_nym_txt p {
  font-size: 15px;
  text-align: left;
  margin: 30px auto 0;
  line-height: 1.7;
  width: 90%;
 }

 /*--------- コンバージョン ---------*/
 .s_t_cv {
  background-color: #194582;
  padding: 30px 0;
 }

 .s_t_cv p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
 }

 .s_t_cv ul {}

 .s_t_cv ul li {}

 .s_t_cv ul li a {
  display: block;
  width: 80%;
  line-height: 1;
  padding: 15px 0;
  background-color: #e0c44c;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
 }

 .s_t_cv ul li a span {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
  font-weight: 100;
  letter-spacing: normal;
 }

 .s_t_cv ul li:last-child a {
  background: #fff;
  color: #194582;
  font-size: 16px;
  padding: 0;
  line-height: 70px;
 }

 .s_t_cv ul li a i {
  position: absolute;
  left: 22px;
  top: 22px;
  color: #fff;
  font-size: 24px;
 }

 .s_t_cv ul li:last-child a i {
  color: #194582;
 }

 /*--------- よくある質問 ---------*/

 .qa_wrap .accordionbox {
  width: 90%;
  margin: 0px auto 0px;
  box-sizing: border-box;
 }

 .qa_wrap .accordionlist dt {
  display: block;
  overflow: hidden;
  position: relative;
 }

 .qa_wrap .accordionlist dt:first-child,
 .qa_wrap .accordionlist dt:nth-child(2) {
  border-top: none !important;
 }

 .qa_wrap .accordionlist dt .title {
  position: relative;
  float: left;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  font-size: 15px;
  padding: 15px 40px 15px 51px;
  line-height: 25px !important;
  background-image: url(../img/faq_q.webp);
  background-repeat: no-repeat;
  background-position: top 15px left 15px;
  background-size: 20px;
 }

 .qa_wrap .accordionlist dt .title p {
  font-weight: bold;
 }

 .qa_wrap .accordionlist dd {
  position: relative;
  display: none;
  background: #eee;
  padding: 20px 20px 20px 50px;
  margin: 0;
  background: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  background-image: url(../img/faq_a.webp);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 17px left 15px;
 }

 .qa_wrap .accordion_icon,
 .qa_wrap .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }

 .qa_wrap .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 21px;
  margin: 0 !important;
 }

 .qa_wrap .accordion_icon span {
  position: absolute;
  left: 0px;
  width: 70%;
  height: 2px;
  background-color: #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
 }

 .qa_wrap .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);
 }

 .qa_wrap .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);
 }

 .qa_wrap .accordion_icon.active span:nth-of-type(1) {
  display: none;
 }

 .qa_wrap .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);
 }

 .qa_wrap .clearfix.active {
  background-color: #e6d9ba;
 }


 .qa_wrap .accordionlist dt .title.active {
  border-bottom: 1px solid #ccc;
  color: #000;
 }

 .qa_wrap .accordionlist dt .title.active p {}

 .qa_wrap .qa_block {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);

 }


 /*--------- nayami ---------*/

 .loan_prob_w {
  margin: 40px 0;
 }

 .loan_prob_box {
  text-align: center;
  padding: 26% 0px;
  position: relative;
  margin: 4% 0px 0px 0px;
 }

 .loan_prob_box img {
  width: 150px;
 }

 .loan_prob_box ul li {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #ffffff;
  font-size: clamp(9px, 3vw, 10px);
  line-height: clamp(14px, 3vh, 16px);
 }

 .loan_prob_box ul li:nth-child(1) {
  top: 0px;
  left: calc(50% - 110px);
  z-index: -1;
 }

 .loan_prob_box ul li:nth-child(2) {
  top: 0px;
  right: calc(50% - 110px);
  z-index: -1;
 }

 .loan_prob_box ul li:nth-child(3) {
  top: 95px;
  right: calc(50% - 180px);
 }

 .loan_prob_box ul li:nth-child(4) {
  bottom: 0px;
  right: calc(50% - 110px);
 }

 .loan_prob_box ul li:nth-child(5) {
  bottom: 0px;
  left: calc(50% - 110px);
 }

 .loan_prob_box ul li:nth-child(6) {
  top: 95px;
  left: calc(50% - 180px);
 }


 /*--------- point ---------*/


 .point_wrap {
  background: #f5f5f5;
 }

 .point_inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
 }

 .point_inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 100px solid transparent;
  transform: rotate(90deg);
  position: absolute;
  left: 46.5%;
  top: -85px;
 }

 .point_inner ul {}

 .point_inner ul li {
  margin-bottom: 30px;
 }

 .point_inner ul li img {
  width: 240px;
  display: block;
  margin: 0 auto;
 }

 .point_inner ul li h3 {
  font-size: 24px;
  color: #194582;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: -30px 0 20px;
 }

 .point_inner ul li h3::before {
  content: "";
  display: block;
  background: url(../img/reason_check.png);
  width: 30px;
  height: 30px;
  margin-right: 10px;
 }

 .point_inner ul li p {
  color: #041c38;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
 }

 /*--------- 実績 ---------*/

 .result_wrap {
  width: 90%;
  margin: 60px auto;
 }

 .result_wrap ul {}

 .result_wrap ul li {
  border: 2px solid #194582;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
 }

 .result_ti {
  display: flex;
  align-items: center;
 }

 .result_ti img {
  width: 60px;
 }

 .result_ti h3 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #194582;
  letter-spacing: 0.05em;
 }

 .result_ti h3 span {
  display: block;
  font-size: 12px;
  line-height: 20px;
 }

 .result_list {
  height: 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px 0;
  font-weight: 500;
 }

 .result_list span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #041c38;
 }

 .result_list span b {
  color: #ddb562;
  font-weight: bold;
 }

 .result_wrap ul li p {
  font-size: 14px;
  line-height: 1.6;
  color: #041c38;
  letter-spacing: 0.05em;
 }

 /*--------- reason ---------*/

 .reason_wrap {
  background: #f5f5f5;
  padding: 60px 0 30px;
 }

 .reason_wrap ul {
  width: 90%;
  margin: 40px auto 0;
 }

 .reason_wrap ul li {
  background: #fff;
  padding: 30px 5%;
  border-radius: 10px;
  margin-bottom: 30px;
 }

 .reason_txt {}

 .reason_txt h3 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: #194582;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
 }

 .reason_txt p {
  font-size: 15px;
  line-height: 1.6;
  color: #041c38;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
 }

 /*--------- flow ---------*/

 .flow_wrap {
  width: 90%;
  margin: 60px auto;
 }

 .flow_con {
  padding: 30px 5%;
  background: #eef2f5;
  text-align: center;
  border-radius: 10px;
 }

 .flow_con p {
  text-align: center;
  font-size: 16px;
  color: #041c38;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 30px;
 }

 .lone_img img {
  background: #fff;
 }

}
</pre></body></html>