@charset "utf-8";
/*index.css version 2.0*/

/* mv_top */
.mv_top{
  background: url(../img/index/bg_mvTop_2_pc.jpg) right center no-repeat, #f7ee12;
  max-width: 1920px;
  margin: 0 auto;
}
.mv_top_wrap{
  position: relative;
  height: 575px;
}
.mv_top_tit{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.2em;
  line-height: 2.2;
  color: #000;
  padding: 120px 0 0 70px;
  width: 520px;
  height: 100%;
  background: #f7ee12;
}
.mv_top_tit::after{
  content: "";
  position: absolute;
  width: 165px;
  left: 520px;
  top: 0;
  border-bottom: 575px solid transparent;
  border-left: 165px solid #f7ee12;
}
@media only screen and (max-width:1300px){
  .mv_top{
    background-position: 140% center;
  }
  .mv_top_tit{
    width: 464px;
    font-size: 2.8em;
    padding-top: 130px;
  }
  .mv_top_tit::after{
    left: 462px;
  }
  
}
@media only screen and (max-width:767px){
  .mv_top{
    background: url(../img/index/bg_mvTop_sp.jpg) center / cover;
  } 
  .mv_top_wrap{
    height: 0;
    padding-top: 83.33%;
  }
  .mv_top_tit{
    left: 2vw;
    top: 15vw;
    font-size: 4.8vw;
    line-height: 2.0;
    padding: 0;
    background: none;
    height: auto;
    width: auto;
  } 
  .mv_top_tit::after{
    display: none;
  }
}

/* anchorArea */
.anchorArea{
  background: #f7fcfe;
  padding: 80px 0;
}
.anchorArea_list{
  background: #FFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.anchorArea_btn{
  width: calc(100% / 6);
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.anchorArea_btn::after{
  content: "";
  width: 1px;
  height: 50%;
  background: #a2b6c8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.anchorArea_btn:last-child::after{
  display: none;
}
.anchorArea_btn_inner{
  color: #475b6d;  
  font-size: 1.3em;
  padding: 20px 0 38px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.anchorArea_btn_inner::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #475b6d;
  border-right: 2px solid #475b6d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;  
}
.anchorArea_btn_inner:hover::after{
  bottom: 18px;
}
.anchorArea_btn_txt{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 50px;
}
@media only screen and (min-width:768px){
	.anchorArea_list-clm2 .anchorArea_btn{
		width: 50%;
	}
	.anchorArea_list-clm3 .anchorArea_btn{
		width: calc(100% / 3);
	}
	.anchorArea_list-clm4 .anchorArea_btn{
		width: 25%;
	}
	.anchorArea_list-clm5 .anchorArea_btn{
		width: 20%;
	}
	.anchorArea_list-clm6 .anchorArea_btn{
		width: calc(100% / 6);
	}
}

@media only screen and (max-width:767px){
  .anchorArea{
    padding: 20px 0 40px;
  }
  .anchorArea_list{
    padding: 0 0 20px;
  }
  .anchorArea_btn{
    width: 50%;
  }
  .anchorArea_btn:nth-child(2n)::after{
    display: none;
  }
  .anchorArea_btn_inner{
    color: #475b6d;  
    font-size: 1.1em;
    padding: 20px 0 30px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .anchorArea_btn_inner::after{
    bottom: 14px;
  }
  .anchorArea_btn_txt{
    height: 46px;
  }
}

/* anchorArea_about */
.anchorArea_about{
  background: #FFF;
  border: #cad3db solid 1px;
  padding: 60px 20px;
  text-align: center;
  margin: 40px auto 0;
}
.anchorArea_about_tit{
  color: #475b6d;
  font-size: 2.4em;
  letter-spacing: 1px;
}
.anchorArea_about_tit_border{
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.anchorArea_about_tit_border::after{
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #fff727;
  z-index: -1;
}
.anchorArea_about_tit_support{
  padding: 0 30px 0 0;
}
.anchorArea_about_txt{
  text-align: left;
  font-size: 1.2em;
  line-height: 2;
  color: #475b6d;
  width: 780px;
  margin: 45px auto 0;
}
.anchorArea_about_btn{
  margin-top: 30px;
}
.anchorArea_about_btn_inner{
  background: #ff8200;
  color: #FFF;
}
@media only screen and (max-width:767px){
  .anchorArea_about{
    padding: 20px 10px 30px;
  }
  .anchorArea_about_tit{
    font-size: 1.7em;
    line-height: 1.8;
  }
  .anchorArea_about_tit_border{
    padding: 0 5px;
  }
  .anchorArea_about_tit_border::after{
    height: 8px;
  }
  .anchorArea_about_tit_support{
    padding: 0 10px 0 0;
  }
  .anchorArea_about_txt{
    font-size: 1.1em;
    line-height: 1.6;
    width: 84%;
    margin: 20px auto 0;
  }
  .anchorArea_about_btn{
    max-width: 280px;
    width: 100%;
  }
}

/* loanSection */
.loanSection{
  padding: 86px 0 0;
  border-top-width: 6px;
  border-top-style: solid;
}
.loanSection_syokuiki{
  border: none;
}
@media only screen and (max-width:767px){
  .loanSection{
    padding: 28px 0 0;
  }
}

/* loanSection_top */
.loanSection_top{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto 45px;
}
.loanSection_top_img{
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.loanSection_top_img::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: -1;
}
.loanSection_top_img_support::after{
  background: #e13f70;
}
.loanSection_top_img_free::after{
  background: #18989d;
}
.loanSection_top_img_card::after{
  background: #f39800;
}
.loanSection_top_img_jyutaku::after{
  background: #34a254;
}
.loanSection_top_img_syokuiki::after{
  background: #94b4b9;
}
.loanSection_top_main{
  width: calc(100% - 670px);
}
.loanSection_top_main_wrap{
  position: relative;
  display: inline-block;
}
.loanSection_top_check{
  font-size: 1.1em;
  padding: 4px 15px 6px 45px;
  position: relative;
  color: #FFF;
  display: inline-block;
}
.loanSection_top_check::before{
  content: "";
  display: block;
  width: 37px;
  height: 32px;
  position: absolute;
  left: 3px;
  bottom: 5px;
}
.loanSection_top_check_green{
  background: #38c53b;
}
.loanSection_top_check_green::before{
  background: url(../img/index/icon_check_green.png) center /cover;
}
.loanSection_top_check_red{
  background: #c53848;
}
.loanSection_top_check_red::before{
  background: url(../img/index/icon_check_red.png) center /cover;
}



.loanSection_top_titSub{
  color: #d58f4b;
  font-size: 1.5em;
  letter-spacing: 3px;
  margin: 16px 0 0;
  width: 16em;
}
.loanSection_top_titSub:first-child{
transform: translateY(10px);
}
.loanSection_top_titSub-right_0 {
  margin-right: 120px;
}
.loanSection_top_titSub-right_s {
  margin-right: 120px;
  padding-right: 10%;
}
.loanSection_top_titMain{
  font-size: 2.7em;
  line-height: 1.2;
  margin: 15px 0 0;
  letter-spacing: 1px;
}
.loanSection_top_check + .loanSection_top_titMain{
  margin-top: 30px;
}
.loanSection_top_titMain_border{
  position: relative;
  z-index: 2;
  font-size: 1.3em;
}
.loanSection_top_titMain_border::after{
  content: "";
  width: 104%;
  height: 12px;
  position: absolute;
  left: -5px;
  bottom: 5px;
  z-index: -1;
}
.loanSection_top_titMain_border_orange::after{
  background: #ffcb66;
}
.loanSection_top_titMain_border_yellow::after{
  background: #ffff00;
}
.loanSection_top_titMain_card{
  letter-spacing: -4px;
  font-size: 1.2em;
}
.loanSection_top_titMain_syokuiki{
  font-size: 2.4em;
}
.loanSection_consul{
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 30px 0 0;
}
.loanSection_consul_tit{
  position: relative;
  border-bottom: #6b6b6b solid 1px;
  padding: 0 0 5px;
  display: inline-block;
  margin: 0 0 20px;
}
.loanSection_consul_tit::after{
  content: "";
  width: 11px;
  height: 14px;
  display: block;
  background: url(../img/index/icon_consul_check.png) center /cover;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.loanSection_consul_list_inner{
  padding-left: 25px;
  position: relative;
  line-height: 2;
}
.loanSection_consul_list_inner::before{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
.loanSection_consul_list_inner_support::before{
  background: #d84040;
}
.loanSection_consul_list_inner_free::before{
  background: #18989d;
}
.loanSection_consul_list_inner_card::before{
  background: #f39800;
}
.loanSection_top_web{
  background: #f67e62;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
  width: 114px;
  height: 114px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  /*left: 290px;*/
  top: -28px;
  right: -4%;
}
.loanSection_top_web-right_0 {
  left: auto;
  right: 0;
}
.loanSection_top_web-right_s {
  left: auto;
  right: 10%;
}
.loanSection_top_web_txt{
  font-size: 1.25em;
  line-height: 1.1;
}
.loanSection_top_web_txtSmall{
  font-size: 0.8em;
}
.loanSection_main_syokuiki + .loanSection_top_syokuiki{
  padding: 30px 0 0 90px;
}
.loanSection_top_main_syokuiki{
  width: 100%;
}

@media only screen and (max-width:1300px){
  .loanSection_top_img{
    width: 500px;
  }
  .loanSection_top_main {
      width: calc(100% - 600px);
  }
  .loanSection_top_main_syokuiki{
    width: 100%;
  }  
}

@media only screen and (max-width:767px){
  .loanSection_top{
    display: block;
  }
  .loanSection_top_img{
    margin: 30px 0 0;
    width: 100%;
  }
  .loanSection_top_img::after{
    display: none;
  }
  .loanSection_top_main{
    width: 100%;
  }  
  .loanSection_top_main_wrap{
    width: 92%;
    margin: 0 auto;
	display: block;
  }  
  .loanSection_top_check{
    font-size: 0.75em;
    padding: 2px 10px 5px 28px;
  }
  .loanSection_top_check::before{
    width: 23px;
    height: 20px;
  }
  .loanSection_top_titSub{
    font-size: 1em;
    letter-spacing: 2px;
    margin: 12px 0 0;
	width: calc(100% - 105px);
  }
  .loanSection_top_titSub-right_0 {
    margin-right: 100px;
  }
  .loanSection_top_titSub-right_s {
    margin-right: 100px;
    padding-right: 0;
  }
  .loanSection_top_titMain{
    font-size: 1.8em;
    margin: 10px 0 0;
  }
  .loanSection_top_titMain:nth-child(2){
  	margin-top: 30px;
  }
  .loanSection_top_check + .loanSection_top_titMain{
    margin-top: 20px;
  }  
  .loanSection_top_titMain_border{
    letter-spacing: 0;
  }
  .loanSection_top_titMain_border::after{
    height: 8px;
    left: -2px;
    bottom: 3px;
  }
  .loanSection_top_titMain_card{
    font-size: 1em;
  }
  .loanSection_top_titMain_syokuiki{
    font-size: 1.6em;
  }    
  .loanSection_consul{
    font-size: 1em;
    text-align: center;
    width: 92%;
    margin: 20px auto 0;
  }
  .loanSection_consul_tit{
    padding: 0 0 10px;
    font-size: 1.1em;
  }
  .loanSection_consul_tit::after{
    width: 9px;
    height: 11px;
    bottom: -11px;
  }
  .loanSection_consul_list{
    display: inline-block;
    text-align: left;
  }
  .loanSection_consul_list_inner{
    padding-left: 15px;
  }
  .loanSection_consul_list_inner::before{
    width: 7px;
    height: 7px;
    top: 9px;
  }
  .loanSection_top_web{
    width: 94px;
    height: 94px;
    left: auto;
	right: 0;
    top: -15px;
  }
  .loanSection_top_web_txt{
    font-size: 1em;
  }
    .loanSection_top_web-right_0 {
      left: auto;
      right: 0;
    }
    .loanSection_top_web-right_s {
      left: auto;
      right: 0;
    }
  .loanSection_main_syokuiki + .loanSection_top_syokuiki{
    padding: 0 0 30px;
  }
}
@media only screen and (max-width:340px){
  .loanSection_top_titMain{
    font-size: 1.65em;
  }
  .loanSection_top_titMain_syokuiki{
    font-size: 1.5em;
  }  
}

/* loanSection_main */
.loanSection_main{
  padding: 45px 0 75px;
}
.loanSection_main_support{
  background: #fdf5f5;
}
.loanSection_main_free{
  background: #f2fdfd;
}
.loanSection_main_card{
  background: #fff9f4;
}
@media only screen and (max-width:767px){
  .loanSection_main{
    padding: 35px 0 50px;
  }  
  .loanSection_main_jyutaku,
  .loanSection_main_syokuiki{
    padding-top: 0;
  }
}

/* fukidashiBox */
.fukidashiBox{
  display: inline-block;
  padding: 9px 35px 11px 35px;
  border-radius: 50px;
  font-size: 1.6em;
  position: relative;
  border-style: solid;
  border-width: 2px;
  margin: 0 0 20px;
  background: #FFF;
}
.fukidashiBox::before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.fukidashiBox::after{
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 15px solid #555;
  z-index: 1;
}
.fukidashiBox_support{
  border-color: #e13f70;
}
.fukidashiBox_support::after{
  border-top-color: #e13f70;
}
.fukidashiBox_free{
  border-color: #18989d;
}
.fukidashiBox_free::after{
  border-top-color: #18989d;
}
.fukidashiBox_card{
  border-color: #f39800;
}
.fukidashiBox_card::after{
  border-top-color: #f39800;
}

@media only screen and (max-width:767px){
  .fukidashiBox{
    padding: 9px 15px 11px 15px;
    font-size: 1.3em;
    width: 100%;
  }
  .fukidashiBox::before{
    bottom: -18px;
    margin-left: -11px;
    border-width: 8px;
    border-top-width: 10px;
  }
  .fukidashiBox::after{
    bottom: -24px;
    margin-left: -14px;
    border-width: 11px;
    border-top-width: 12px;
  }
}
@media only screen and (max-width:340px){
  .fukidashiBox{
    font-size: 1.2em;
  }
}
/* loanSection_main_top */
.loanSection_main_top{
  text-align: center;
  width: 860px;
  margin: 0 auto;
}
.loanSection_main_top_titSub{
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 1px;
}
.loanSection_main_top_titSub_big{
  font-size: 1.2em;
  position: relative;
  z-index: 2;
}
.loanSection_main_top_titSub_big::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  z-index: -1;
}
.fBoder_yellow::after{
  background: #fff727;
}
.loanSection_money + .loanSection_money{
  margin-top: 65px;
}
.loanSection_money_wrap{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #FFF;
  padding: 13px 0 13px 30px;
  margin: 32px 0 0;
  position: relative;
}
.loanSection_money_wrap_type2{
  box-shadow: none;
  border: #c5c5c5 solid 1px;
}
.loanSection_money_wrap_type2::after{
  content: "";
  width: 95px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0 auto;
}
.loanSection_money_wrap_support::after{
  background: url(../img/index/icon_suport_exampleArrow.png) center /cover;
}
.loanSection_money_wrap_free::after{
  background: url(../img/index/icon_free_exampleArrow_02.png) center /cover;
}
.loanSection_money_wrap_card::after{
  background: url(../img/index/icon_card_exampleArrow_02.png) center /cover;
}
.loanSection_money_wrap_center{
  padding-left: 0;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
}
.loanSection_money_inner{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.loanSection_money_tit{
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 1px;
}
.loanSection_money_tit_free{
  text-align: left;
  min-width: 250px;
}
.loanSection_money_tit_card{
  text-align: left;
  min-width: 370px;
}
.loanSection_money_tit_jyutaku{
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px 6px 15px;
}
.loanSection_money_txt{
  font-size: 1.5em;
  margin-left: 30px;
  position: relative;
}
.loanSection_money_txt_1{
  padding-right: 10px;
}
.loanSection_money_txt_2{
  font-size: 4em;
  letter-spacing: -4px;
  margin: 0 5px;
  vertical-align: -3px;
}
.loanSection_money_txt_3{
  font-size: 1.4em;
  padding-left: 10px;
}
.loanSection_money_txt_4{
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.loanSection_money_txt_5{
  font-size: 4.2em;
  margin: 0 0 0 30px;
}
.loanSection_money_txt_6{
  font-size: 1.8em;
  margin: 0 10px 0 0;
}
.loanSection_money_arrow{
  margin: 0 40px;
}
.loanSection_money_txtDays{
  text-align: right;
  margin: 12px 0 0;
  font-size: 1.1em;
}
.loanSection_condition{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: left;
  margin: 25px 0 0;
}
.loanSection_condition_tit{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 185px;
  color: #FFF;
  border-radius: 5px;
  font-size: 1.2em;
  letter-spacing: 1px;
  min-height: 75px;
}
.loanSection_condition_box{
  line-height: 1.4;
  width: calc(100% - 215px);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.loanSection_condition_list{
  margin: 5px 0 0;
}
.loanSection_condition_list_inner{
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.loanSection_condition_list_inner::before{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.loanSection_condition_list_inner_support::before{
  background: #cf6a88;
}
.loanSection_condition_list_inner_free::before{
  background: #146f73;
}
.loanSection_condition_list_inner_card::before{
  background: #d48b11;
}
.loanSection_txtAttend{
  font-size: 0.9em;
  text-align: center;
  margin: 40px auto 0;
  letter-spacing: 1px;
  line-height: 1.4;
}
@media only screen and (max-width:767px){
  .loanSection_main_top{
    width: 92%;
  }
  .loanSection_main_top_titSub{
    font-size: 1.2em;
    line-height: 1.5;
  }
  .loanSection_main_top_titSub_big{
    font-size: 1em;
  }
  .loanSection_main_top_titSub_big::after{
    height: 6px;
  }
  .loanSection_money + .loanSection_money{
    margin-top: 60px;
  }  
  .loanSection_money_wrap{
    display: block;
    padding: 15px 15px 25px;
  }
  .loanSection_money_wrap_center{
    padding: 15px 15px 5px;
  }  
  .loanSection_money_tit{
    font-size: 1.3em;
    min-width: 100px;
    text-align: left;
  }
  .loanSection_money_tit_free,
  .loanSection_money_tit_card{
    min-width: 0;
  }  
  .loanSection_money_txt{
    font-size: 1.4em;
    margin-left: 5px;
  }  
  .loanSection_money_txt_2{
    font-size: 3em;
  }
  .loanSection_money_txt_3{
    font-size: 1.2em;
  }
  .loanSection_money_txt_5{
    margin: -20px 0;
  }
  .loanSection_money_arrow_support{
    margin: 10px 0;
  }
  .loanSection_condition_tit{
    width: 74px;
    font-size: 1em;
    letter-spacing: 0;
	min-height: 48px;
  }
  .loanSection_condition_box{
    width: calc(100% - 90px);
    letter-spacing: 0.5px;
  }
  .loanSection_condition_list{
    margin: 10px 0 0;
  }
  .loanSection_condition_list_inner{
    position: relative;
    margin: 10px 0 0;
  }
}

/* loanSection_btnList */
.loanSection_btnList{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.loanSection_btnList_support{
  margin: 50px auto 0;
}
.loanSection_btnList_free,
.loanSection_btnList_card{
  margin: 10px auto 0;
}
.supportArea_about_btn_inner{
  color: #e13f70;
  border: #e13f70 solid 2px;
}
.freeArea_about_btn_inner{
  color: #18989d;
  border: #18989d solid 2px;
}
.cardArea_about_btn_inner{
  color: #f39800;
  border: #f39800 solid 2px;
}
.syokuikiArea_about_btn{
  max-width: 300px;
}
.syokuikiArea_about_btn_inner{
  color: #FFF;
  background: #202f43;
}
.loanSection_btnList .cmnBtn{
  margin: 0;
}
.loanSection_btnList .cmnBtn_arrow{
  margin-left: 25px;
}
@media only screen and (max-width:767px){
  .loanSection_btnList{
    display: block;
  }
  .loanSection_btnList_support{
    margin: 50px auto 0;
  }
  .loanSection_btnList .cmnBtn_arrow{
    margin: 25px auto 0;
  }  
  .syokuikiArea_about_btn{
    max-width: 200px;
    margin: 10px auto 0;
  }  
}

/* loanSection_example */
.loanSection_example{
  margin: 70px auto 0;
}
.loanSection_example_tit{
  color: #FFF;
  font-size: 1.8em;
  letter-spacing: 2px;
  padding: 16px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.icon_exampleTit{
  position: absolute;
  width: 40px;
  height: 40px;
  border: #FFF solid 2px;
  border-radius: 100%;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.icon_exampleTit::before, .icon_exampleTit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #FFF;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;      
}
.icon_exampleTit:after {
  width: 15px;
  height: 2px;
}
.active .icon_exampleTit::before{
  opacity: 0;
}
.loanSection_example_box{
  padding: 50px 0;
  border-width: 1px;
  border-style: solid;
}
@media only screen and (max-width:767px){
  .loanSection_example{
    margin-top: 40px;
  }
  .loanSection_example_tit{
    font-size: 1.15em;
    letter-spacing: 1px;
    padding: 16px 55px 16px 15px;
  }
  .icon_exampleTit{
    width: 30px;
    height: 30px;
    right: 15px;
  }
  .icon_exampleTit::before, .icon_exampleTit::after {
    height: 10px;
  }
  .icon_exampleTit:after {
    width: 10px;
    height: 2px;
  }
  .loanSection_example_box{
    padding: 30px 0;
  }
}

/* loanSection_example_consul */
.loanSection_example_consul{
  background: #f8f8f8;
  border-left: #c8c8c8 solid 5px;
  padding: 35px 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.loanSection_example_consul_main{
  min-width: 515px;
  padding: 0 10px 0 0;
}
.loanSection_example_consul_tit{
  background: #4e5764;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  width: 145px;
  padding: 12px 0;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.loanSection_example_consul_txt{
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 25px auto 0;
}
@media only screen and (max-width:767px){
  .loanSection_example_consul{
    border-left: none;
    border-top: #c8c8c8 solid 5px;
    padding: 28px 15px 20px;
    display: block;
  }
  .loanSection_example_consul_main{
    padding: 0 0 20px 0;
    min-width: 0;
  }
  .loanSection_example_consul_tit{
    margin: 0 auto;
  }
  .loanSection_example_consul_txt{
    font-size: 1.1em;
    line-height: 1.8;
    margin: 20px auto 0;
  }
}

/* loanSection_example_main */
.loanSection_example_main{
  margin: 60px auto 0;
  padding: 0 0 45px;
  text-align: center;
}
.loanSection_example_main_tit{
  margin: -27px auto 0;
}
.loanSection_example_inner{
  margin: 30px auto 0;
  width: 780px;
}
.loanSection_example_inner_tit{
  color: #FFF;
  display: inline-block;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  padding: 4px 15px 5px;
  margin: 0 auto 15px;
}
.loanSection_example_inner_titSub{
  font-size: 1.35em;
  letter-spacing: 1px;
}
.loanSection_example_inner_titSub-wide {
  margin-left: -1em;
  margin-right: -1em;
}
.loanSection_example_flexBox{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #FFF;
  height: 108px;
}
.loanSection_example_flexBox_type1{
  margin: 20px auto 0;
}
.loanSection_example_flexBox_type2{
  box-shadow: 0px 0px 7px 0px rgba(158, 58, 88, 0.35);
}
.loanSection_example_flexBox_tit{
  font-size: 1.1em;
  margin-right: 30px;
}
.loanSection_example_flexList{
  display: flex;
  display: -webkit-flex;
}
.loanSection_example_flexList_inner{
  width: 176px;
  margin-right: 15px;
  position: relative;
}
.loanSection_example_flexList_tit{
  color: #FFF;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 3px 10px 4px;
}
.loanSection_example_flexList_txt{
  border-width: 1px;
  border-style: solid;
  font-size: 1.9em;
  padding: 7px 0;
}
.loanSection_example_flexList_txtSmall{
  font-size: 0.6em;
}
.loanSection_example_flexList_inner_attend{
  font-size: 0.9em;
  text-align: left;
  margin: 2px 0 0 5px;
}
.loanSection_example_arrow{
  position: relative;
  margin-bottom: 50px;
}
.loanSection_example_arrow::after{
  content: "";
  width: 95px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: 0 auto;
}
.loanSection_example_arrow_card{
  height: 118px;
}
.loanSection_example_arrow_support::after{
  background: url(../img/index/icon_suport_exampleArrow.png) center /cover;
}
.loanSection_example_arrow_free::after{
  background: url(../img/index/icon_free_exampleArrow.png) center /cover;
}
.loanSection_example_arrow_card::after{
  background: url(../img/index/icon_card_exampleArrow.png) center /cover;
}
.loanSection_example_flexBox_titBox{
  text-align: right;
}
.loanSection_example_flexBox_titBox_main{
  font-size: 1.9em;
}
.loanSection_example_numBox{
  border-width: 1px;
  border-style: solid;
  width: 280px;
  margin: 0 0 0 10px;
}
.loanSection_example_numTxt{
  font-size: 2.5em;
  padding: 5px 0 5px;
}
.loanSection_example_numTxt_small{
  font-size: 0.4em;
}
.loanSection_example_inner_titSub_small{
  margin: 10px 0 0;
}
.loanSection_example_imgList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 20px auto 0;
}
.loanSection_example_txtFlex{
  display: flex;
  display: -webkit-flex;
}
.loanSection_example_txtFlex-next {
  margin-top: 1em;
}
.loanSection_example_txtTtl {
  text-align: left;
  font-size: 1.35em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 0.5em;
  margin-left: -0.15em;
}
.loanSection_example_txtList{
  width: 50%;
  text-align: left;  
}
.loanSection_example_txtList_inner{
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.loanSection_example_txtList_inner::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.loanSection_example_txtList_inner_support::before{
  background: #d84040;
}
.loanSection_example_txtList_inner_free::before{
  background: #18989d;
}
.loanSection_example_txtFlex_sub{
  text-align: right;
  font-size: 1.1em;
  margin: 10px auto 0;
}
.loanSection_example_pointList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 20px auto;
}
.loanSection_example_pointBox{
  background: #FFF;
  box-shadow: 0px 0px 7px 0px rgba(158, 58, 88, 0.35);  
  width: 47.5%;
  text-align: left;
  padding: 25px 15px;
}
.loanSection_example_pointTit{
  font-size: 1.4em;
  color: #1cbea1;
  letter-spacing: 1px;
}
.loanSection_example_pointTxt{
  font-size: 1.1em;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.loanSection_example_box_txt{
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width:1200px){
  .loanSection_example_flexList_inner_attend{
    font-size: 0.8em;
  }
}
@media only screen and (max-width:767px){
  .loanSection_example_main{
    margin: 70px auto 0;
    padding: 0 0 30px;
  }
  .loanSection_example_main_tit{
    margin: -27px auto 0;
  }
  .loanSection_example_inner{
    margin: 30px auto 0;
    width: 92%;
  }
  .loanSection_example_inner_titSub{
    font-size: 1.1em;
  }
  .loanSection_example_inner_titSub-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .loanSection_example_flexBox{
    display: block;
    height: auto;
    padding: 15px 0 20px;
  }
  .loanSection_example_flexBox_type1{
    margin: 15px auto 0;
  }
  .loanSection_example_flexBox_tit{
    margin-right: 0;
  }
  .loanSection_example_flexList{
    display: block;
  }
  .loanSection_example_flexList_inner{
    width: 176px;
    margin: 20px auto 0;
  }
  .loanSection_example_arrow{
    margin-bottom: 50px;
  }
  .loanSection_example_flexBox_titBox{
    text-align: center;
  }
  .loanSection_example_flexBox_titBox_main{
    margin: 10px auto 0;
    padding: 0;
    font-size: 1.65em;
  }
  .loanSection_example_numBox{
    width: 200px;
    margin: 20px auto 0;
  }
  .loanSection_example_inner_titSub_small{
    font-size: 0.9em;
  }
  .loanSection_example_imgList{
    display: block;
  }
  .loanSection_example_imgList_inner{
    margin: 12px auto 0;
  }
  .loanSection_example_txtFlex{
    display: block;
  }
  .loanSection_example_txtFlex-next {
    margin-top: 0;
  }
  .loanSection_example_txtTtl{
    margin-top: 1em;
    font-size: 1.1em;
  }
  .loanSection_example_txtTtl-first {
    margin-top: 0;
  }
  .loanSection_example_txtList{
    width: 100%;
  }
  .loanSection_example_txtList_inner{
    font-size: 0.95em;
    letter-spacing: 0;
    padding-left: 15px;
  }
  .loanSection_example_txtFlex_sub{
    font-size: 0.95em;
    margin: 20px auto 0;
  }
  .loanSection_example_txtList_inner::before{
    top: 6px;
  }
  .loanSection_example_pointList{
    display: block;
    margin: 0;
  }
  .loanSection_example_pointBox{
    width: 100%;
    padding: 20px 15px;
  }
  .loanSection_example_pointBox + .loanSection_example_pointBox{
    margin-top: 20px;
  }
  .loanSection_example_pointTit{
    font-size: 1.3em;
  }
  .loanSection_example_pointTxt{
    font-size: 1em;
    margin-top: 5px;
  }  
}
@media only screen and (max-width:767px){
  .loanSection_example_flexBox_titBox_main{
    font-size: 1.5em;
  }
}
/* contactSection */
.contactSection{
  padding: 50px 0 80px;
}
.contactSection_tit{
  font-size: 1.9em;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.contactSection_top_itemList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}
.contactSection_top_itemBox{
  border-style: solid;
  border-width: 1px;
  padding: 30px 35px 40px;
}
.contactSection_top_itemBox_tit{
  font-size: 1.5em;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.contactSection_top_itemBox_txt{
  line-height: 2;
  margin: 10px 0 0;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  display: inline-block;
  text-align: left;
}
.contactSection_top_exampleBox{
  padding: 20px 0 0;
  margin: 15px 0 0;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 1.1em;
}
.contactSection_top_exampleBox_tagList{
  font-size: 0;
}
.contactSection_top_exampleBox_tagBox{
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
  padding: 2px 15px 3px 15px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  border-radius: 20px;
}

.contactSection_main{
  border-style: solid;
  border-width: 1px;
  margin: 80px auto 0;
  padding: 45px 0 75px;
}
.contactSection_main_itemBox{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 119px;
  padding: 0 0 0 105px;
  margin: 10px 0 0;
}
.contactSection_main_itemBox_leftBox{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;  
  width: 200px;
}
.contactSection_main_itemBox_icon{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.contactSection_main_itemBox_tit{
  font-size: 1.1em;
  letter-spacing: 1px;
  text-align: center;
  width: 100px;
}
.contactSection_main_itemBox_tag{
  display: inline-block;
  color: #FFF;
  padding: 2px 20px 3px 20px;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
.contactSection_main_itemBox_txt{
  font-size: 1.1em;
}
.contactSection_main_itemBox_freeTel{
  background: url(../img/index/icon_freeTel.png) left center / 68px 39px no-repeat;
  padding: 0 0 0 80px;
}
.contactSection_main_itemBox_txtLarge{
  font-size: 1.7em;
}
.contactSection_main_itemBox_txtSmall{
  font-size: 0.8em;
}
@media only screen and (min-width:768px){
	.contactSection_top_exampleBox{
		max-width: 1000px;
		margin: 15px auto 0;
	}
	.contactSection_top_itemList-clm1 .contactSection_top_itemBox{
	  width: 100%;
	  text-align: center;
	}
	.contactSection_top_itemList-clm1 .contactSection_top_exampleBox_inner{
		width: 580px;
		text-align: left;
		margin: 0 auto
	}
	.contactSection_top_itemList-clm2 .contactSection_top_itemBox{
	  width: 47%;
	}
}
@media only screen and (max-width:767px){
  .contactSection{
    padding: 30px 0 40px;
  }
  .contactSection_tit{
    font-size: 1.7em;
    margin: 0 0 20px;
  }
  .contactSection_top_itemList{
    display: block;
  }
  .contactSection_top_itemBox{
    width: 100%;
    padding: 20px;
  }
  .contactSection_top_itemBox + .contactSection_top_itemBox{
    margin: 20px 0 0;
  }
  .contactSection_top_itemBox_tit{
    font-size: 1.4em;
  }
  .contactSection_top_itemBox_txt{
    letter-spacing: 0;
    font-size: 0.9em;
  }
  .contactSection_top_exampleBox{
    padding: 15px 0 0;
    margin: 12px 0 0;
  }
  .contactSection_top_exampleBox_tagBox{
    margin: 8px 8px 0 0;
    padding: 2px 12px 3px 12px;
    font-size: 14px;
  }
  .contactSection_main{
    margin: 30px auto 0;
    padding: 30px 0;
  }
  .contactSection_main_itemBox{
    display: block;
    height: auto;
    padding: 20px;
  }
  .contactSection_main_itemBox_icon{
    width: 50px;
    height: 50px;
  }
  .contactSection_main_itemBox_icon_img{
    height: 24px;
  }
  .contactSection_main_itemBox_leftBox{
    width: auto;
    margin: 0 0 10px;
  }
  .contactSection_main_itemBox_tit{
    width: auto;
    margin: 0 0 0 10px;
  }
  .contactSection_main_itemBox_freeTel{
    background: url(../img/index/icon_freeTel.png) left 8px / 52px 30px no-repeat;
    padding: 0 0 0 60px;
  }
  .contactSection_main_itemBox_txt{
    font-size: 1em;
  }  
  .contactSection_main_itemBox_txtSmall{
    display: block;
    margin-left: -60px;
  }
}




/*----- color -----*/
/* support */
.bgSupport{
  background: #cf6a88;
}
.bgSupport_2{
  background: #fcecf1;
}
.bgSupport_3{
  background: #e13f70;
}
.borderSupport{
  border-color: #cf6a88;
}
.borderSupport_2{
  border-color: #fcecf1;
}
.borderSupport_3{
  border-color: #e13f70;
}
.shadow_support{
  box-shadow: 0px 0px 7px 0px rgba(158, 58, 88, 0.35);
}
/* free */
.bgFree{
  background: #146f73;
}
.bgFree_2{
  background: #ddf1f1;
}
.bgFree_3{
  background: #18989d;
}
.borderFree{
  border-color: #146f73;
}
.borderFree_2{
  border-color: #ddf1f1;
}
.borderFree_3{
  border-color: #18989d;
}
.shadow_free{
  box-shadow: 0px 0px 7px 0px rgba(31, 78, 148, 0.35);
}

/* card */
.bgCard{
  background: #d48b11;
}
.bgCard_2{
  background: #f9e7d8;
}
.bgCard_3{
  background: #f39800;
}
.borderCard{
  border-color: #d48b11;
}
.borderCard_2{
  border-color: #f9e7d8;
}
.borderCard_3{
  border-color: #f39800;
}
.shadow_card{
  box-shadow: 0px 0px 7px 0px rgba(243, 152, 0, 0.35);
}

/* jyutaku */
.bgJyutaku_2{
  background: #f7fdf8;
}
.bgJyutaku_3{
  background: #34a254;
}
.borderJyutaku_2{
  border-color: #f7fdf8;
}
.borderJyutaku_3{
  border-color: #34a254;
}
.shadow_jyuatku{
  box-shadow: 0px 0px 7px 0px rgba(52, 162, 84, 0.35);
}
/* syokuiki */
.shadow_syokuiki{
  box-shadow: 0px 0px 7px 0px rgba(32, 47, 67, 0.35);
}

/* contact */
.bgContact{
  background: #f7fcfe;
}
.bgContact_2{
  background: #edf2f8;
}
.bgContact_3{
  background: #202f43;
}
.borderContact{
  border-color: #cad3db;
}

/* 色 */
.cOrange{
  color: #f88d00;
}
.cRedPink{
  color: #e13f70;
}
.cBlueGreen{
  color: #18989d;
}
.cGreen{
  color: #34a254;
}
.cNavy{
  color: #202f43;
}
.cNavy_bright{
  color: #475b6d;
}
.cGlay{
  color: #737373;
}
.cGlay_bright{
  color: #727882;
}
.bgWhite{
  background: #FFF;
}
.cLink{
  color: #295b9f;
}


