@charset "UTF-8";

/* all
--------------------------------------------------------*/

.mainVisual {
	/*background: url(/kojin/loan/card/img/card_mainvisual.jpg) no-repeat top center #dfe8f1;*/
    background-color: #05a555;
}

.main-visual .img-wrap {
	background: #4eaa61;
	background-image: none !important;
}
.main-visual .img-wrap::after {
	content: "";
	position: absolute;
	background: #298542;
	background-image: none !important;
}

@media (max-width: 640px) {
	.mainVisual {
		background: none;
	}
}
.green {
	color: #05a555;
}
.point-txt_strong{
	color: #09a758;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2;
}
.mt_20{
	margin-top: 20px;
}
.mt_10{
	margin-top: 10px;
}


/* movie_box
-------------------------------------------------------- */
.movie_box{
  position: relative;
  display: inline-block;
}
.movie_box_content{
  position: absolute;
  top: 20px;
  right: 205px;
  width: 17%;
}
.iframeWrapper{
    position: relative;
}
.iframeWrapper::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.iframeWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 640px) {
	.movie_box_content{
    right:50%;
    top:53%;
    transform: translate(50%, 0);
    width: 70%;
  }
}


/* loan_ok_box
-------------------------------------------------------- */
.loan_ok_list li img{
    max-width: 200px;
}


/* application_box
-------------------------------------------------------- */

.application_box {
	background: #05a555;
}
.application_box_inner {
	background: url(/kojin/loan/card/img/application_icn01.png) no-repeat 110px center;
}
.application_box .application_btn a {
	color: #17472f;
	background: url(/kojin/loan/card/img/application_icn02.png) no-repeat 20px center #fff;
	background-size: 35px;
}
.application_box .application_btn a:hover {
	color: #fff;
	background: url(/kojin/loan/card/img/application_icn02_on.png) no-repeat 20px center #17472f;
	background-size: 35px;
}
@media (max-width: 640px) {
	.application_box_inner {
		background: none;
	}
	.application_box p.application_read:before {
		background: url(/kojin/loan/card/img/application_icn01.png) no-repeat top left;
		background-size: 100%;
	}
	.application_box .application_btn a {
		font-size: 128.6%;
		background: url(/kojin/loan/card/img/application_icn02.png) no-repeat 15px center;
		background-size: 25px;
		padding: 13px;
	}
	.application_box .application_btn a:hover {
		color: #17472f;
		font-size: 128.6%;
		background: url(/kojin/loan/card/img/application_icn02.png) no-repeat 15px center;
		background-size: 25px;
	}
}

/* hd_ttl
-------------------------------------------------------- */

.hd_ttl:after {
	background: #05a555;
}
.hd_ttl_card {
	text-align: center;
	margin-bottom: 50px;
}
.hd_ttl_card h1 {
	font-size: 30px;
}
.hd_ttl_card h1 span {
	border-bottom: solid #05a555 4px;
	line-height: 1.7;
}

/* tab_loan_mianbox
-------------------------------------------------------- */

.tab_loan_mianbox li:first-child {
	background: #7dcca4 url(/kojin/loan/img/tab_loan_icn01.png) no-repeat 10px center;
}
.tab_loan_mianbox li:nth-child(2n) {
	background: #05a555 url(/kojin/loan/img/tab_loan_icn01.png) no-repeat 10px center;
}
.tab_loan_mianbox li:last-child {
	background: #136d40 url(/kojin/loan/img/tab_loan_icn01.png) no-repeat 10px center;
}
.tab_loan_mianbox li.current {
	background: #fff;
}
@media (max-width: 640px) {
	.tab_loan_mianbox li:first-child {
		background: #7dcca4 url(/kojin/loan/img/tab_loan_icn02.png) no-repeat center 90%;
	}
	.tab_loan_mianbox li:nth-child(2n) {
		background: #05a555 url(/kojin/loan/img/tab_loan_icn02.png) no-repeat center 90%;
	}
	.tab_loan_mianbox li:last-child {
		background: #136d40 url(/kojin/loan/img/tab_loan_icn02.png) no-repeat center 90%;
	}
	.tab_loan_mianbox li.current {
		background: #fff;
	}
	.tab_loan_mianbox_bottom li:first-child {
		background: #7dcca4 url(/kojin/loan/free/img/tab_loan_icn03.png) no-repeat center 10%;
	}
	.tab_loan_mianbox_bottom li:nth-child(2n) {
		background: #05a555 url(/kojin/loan/free/img/tab_loan_icn03.png) no-repeat center 10%;
	}
	.tab_loan_mianbox_bottom li:last-child {
		background: #136d40 url(/kojin/loan/free/img/tab_loan_icn03.png) no-repeat center 10%;
	}
	.tab_loan_mianbox li.current {
		background: #fff;
	}
	.hd_ttl_card h1 {
		font-size: 20px;
	}
}

/* loan_card-plusBox
-------------------------------------------------------- */
.loan_card-plusBox2 > h2{
    font-size: 26px;
}
.loan_card-plusBox_coverList{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.loan_card-plusBox_coverList > li{
    list-style: none;
}

.loan_card-plusBox_coverList img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.loan_card-plusBox_coverList figcaption{
    line-height: 1.3;
}

@media (min-width: 641px) {
    .loan_card-plusBox-bnr > img{
        width: auto;
    }
    .loan_card-plusBox_coverList > li + li{
        margin-left: 30px;
    }
    .loan_card-plusBox_coverList + ul{
        margin-top: 40px;
    }
    .loan_card-plusBox_coverList-col4 > li{
        width: calc(25% - 22.5px);
    }
}

@media (max-width: 640px) {
    .loan_card-plusBox2 > h2{
        font-size: 114.3%;
    }
    .loan_card-plusBox_coverList{
        flex-wrap: wrap;
    }
    .loan_card-plusBox_coverList > li{
        width: 46%;
    }
    .loan_card-plusBox_coverList > li:nth-child(even){
        margin-left: 4%;
    }
    .loan_card-plusBox_coverList > li:nth-child(n+3){
        margin-top: 20px;
    }
    .loan_card-plusBox_coverList + ul{
        margin-top: 20px;
    }
    .loan_card-plusBox_coverList-col4{
        flex-wrap: wrap;
    }
}




/* loan_meritbox
-------------------------------------------------------- */

.loan_merit01:before {
	background: url(/kojin/loan/card/img/card_merit01.png) no-repeat top left;
}
.loan_merit02:before {
	background: url(/kojin/loan/card/img/card_merit02.png) no-repeat top left;
}
.loan_merit03:before {
	background: url(/kojin/loan/card/img/card_merit03.png) no-repeat top left;
}
.loan_merit04:before {
	background: url(/kojin/loan/card/img/card_merit04.png) no-repeat top left;
}
.loan_merit05:before {
	background: url(/kojin/loan/card/img/card_merit05.png) no-repeat top left;
}
.loan_meritbox h2 {
	color: #05a555;
}
.loan_meritbox {
	background: #f4fbf7;
}
.loan_merit01 {
	background: #f4fbf7 url(/kojin/loan/card/img/card_merit_img01.png) no-repeat right bottom;
}
.loan_merit01_inner01 {
	padding-right: 488px;
}
.loan_merit03 .con_left, .loan_merit03 .con_right {
	width: 47%;
}
@media (max-width: 640px) {
	.loan_merit01:before {
		background: url(/kojin/loan/card/img/card_merit01_sp.png) no-repeat top left;
		background-size: 100%;
	}
	.loan_merit02:before {
		background: url(/kojin/loan/card/img/card_merit02_sp.png) no-repeat top left;
		background-size: 100%;
	}
	.loan_merit03:before {
		background: url(/kojin/loan/card/img/card_merit03_sp.png) no-repeat top left;
		background-size: 100%;
	}
	.loan_merit04:before {
		background: url(/kojin/loan/card/img/card_merit04_sp.png) no-repeat top left;
		background-size: 100%;
	}
	.loan_merit05:before {
		background: url(/kojin/loan/card/img/card_merit05_sp.png) no-repeat top left;
		background-size: 100%;
	}
	.loan_merit01_inner01 {
		min-height: auto;
		padding-right: 0px;
		background: #f4fbf7;
	}
	.loan_merit01 {
		background: #f4fbf7;
	}
	.loan_merit03_inner01 {
		min-height: auto;
		background: #f4fbf7;
		padding-right: 0px;
	}
	.loan_merit03 {
		background: #f4fbf7;
	}
    .loan_merit03 .con_left, .loan_merit03 .con_right{
        width: 100%;
    }
	.loan_merit04 .con_left, .loan_merit04 .con_right {
		width: 100%;
	}
	.loan_merit04 .con_right {
		margin-top: 10px;
	}
}

/* free_meritbox
-------------------------------------------------------- */

#main .conts.loan_flowbox h2.hd_h2 {
	background: #05a555;
}
#main .conts.loan_flowbox .conts_inner {
	background: #f4fbf7;
}
.loan_flowlist div.flowlist_txt h3 {
	color: #136d40;
}
.loan_flow_hd_h3 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: bold;
}
@media (max-width: 640px) {
.loan_flow_hd_h3 {
		font-size: 114.3%;
	}
}
/* loan_flowlist
-------------------------------------------------------- */

#main .conts.loan_flowbox:after {
	background: url(/kojin/loan/card/img/arw_free_flow.png) no-repeat top left;
}
.loan_flowlist figure {
	margin-bottom: 15px;
}
.loan_flowbtn a {
	color: #FFF;
  border: 1px solid #05a555;
	background: url(/kojin/loan/img/loan_contactbtn_icn_on.png) no-repeat 10px center #05a555;
}
.loan_flowbtn a:hover {
	color: #05a555;
	border: 1px solid #05a555;
	background: url(/kojin/loan/img/loan_contactbtn_icn02.png) no-repeat 10px center #fff;
}

.loan_flowbtn_kinri a {
	color: #FFF;
	border: 1px solid #05a555;
	background: url(/kojin/loan/img/loan_contactbtn_icn_on.png) no-repeat 20px center #05a555;
}
.loan_flowbtn_kinri a:hover {
	color: #05a555;
	background: url(/kojin/loan/img/loan_contactbtn_icn02.png) no-repeat 20px center #fff;
    border-color: #05a555;
}

@media (min-width: 641px) {
    .loan_flowbtn-mini_nextNote{
        text-align: center;
    }
    .loan_flowbtn-mini_nextNote > p{
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 640px) {
	.loan_flowbtn a {
		border: 1px solid #05a555;
	}
	.loan_flowbtn a:hover {
		color: #FFF;
		background: url(/kojin/loan/img/loan_contactbtn_icn_on.png) no-repeat 20px center #05a555;
	}
	.loan_flowbtn_kinri a {
		border: 1px solid #05a555;
	}
	.loan_flowbtn_kinri a:hover {
		color: #FFF;
		background: url(/kojin/loan/img/loan_contactbtn_icn_on.png) no-repeat 20px center #05a555;
	}

}

/* loan_flowlist
-------------------------------------------------------- */

.flowlist-item01{
	position:relative;
}
.flowlist-item02{
	height:310px;
	position:relative;
}
.flowlist-item03{
	height:350px;
	position:relative;
}
.flowlistTtl{
	width:532px;
	float:left;
}
.flowlistTtl h3 {
    font-size: 128.6%;
    color: #136d40;
}
.flowlistTtl figure,
.flowlistTtlTxt{
	display:table-cell;
	vertical-align:middle;
}
.flowlistTtl figure{
	padding-right:20px;
}
.flowlistLnk{
	width:308px;
	float:left;
}

.flowlist-item01 .flowlistTxt{
	width:400px;
	position:absolute;
	left:117px;
	top:90px;
}
.flowlist-item02 .flowlistTxt{
	width:400px;
	position:absolute;
	left:117px;
	top:125px;
}
.flowlist-item03 .flowlistTxt{
	width:400px;
	position:absolute;
	left:117px;
	top:125px;
}



@media (max-width: 640px) {
.flowlist-item01,
.flowlist-item02,
.flowlist-item03{
	height:auto;
	position:static;
	
}
.flowlistTtl{
	width:100%;
	float:none;
	height:90px;
}
.flowlist-item01 .flowlistTtl{
	height:125px;
}
.flowlistTtl h3 {
    font-size: 128.6%;
}

.flowlistTtl figure{
	padding-right:20px;
}
.flowlistLnk{
	width:100%;
	float:none;
}

.flowlist-item01 .flowlistTxt,
.flowlist-item02 .flowlistTxt,
.flowlist-item03 .flowlistTxt{
	width:100%;
	position:static;
}
}
/* loan_flowlist
-------------------------------------------------------- */

.unit2 {
	display: block;
}
.unit2:after {
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
}
.unit2 .free_flow_frame {
	width: 49%;
	float: left;
	margin-bottom: 15px;
	/*min-height: 180px;*/
}
.unit2 .free_flow_frame:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.unit2 .free_flow_frame:nth-child(2n) {
	float: right;
}
@media (max-width: 640px) {
	.unit2 .free_flow_frame {
		width: 100%;
		float: none;
		min-height: auto;
	}
	.unit2 .free_flow_frame:nth-child(2n) {
		float: none;
	}
}

/* scene_box
-------------------------------------------------------- */

.scene_box {
	background: #fff;
	margin: 0px 0 50px;
}
.scene_box section, .scene_box figure, .scene_box ul {
	margin: 0;
	padding: 0;
}
.scene_box section+section {
	margin-top: 40px;
	padding-top: 40px;
	border-top: dashed 1px #97e7bf;
}
.scene_box h2 {
	color: #05a555;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.scene_box ul {
	list-style: none;
}
.scene_box ul:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.scene_box ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.scene_box ul li:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.scene_box ul li p {
	font-size: 114.3%;
	min-height: 4em;
}
@media (max-width: 640px) {
	.scene_box {
		background: #fff;
		margin: 0px 0px 40px;
	}
	.scene_box section+section {
		margin-top: 30px;
		padding-top: 30px;
	}
	.scene_box h2 {
		font-size: 114.3%;
		margin-bottom: 20px;
	}
	.scene_box ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.scene_box ul li:nth-child(3n) {
		float: none;
	}
	.scene_box ul li p {
		font-size: 100%;
		min-height: auto;
		text-align: center;
	}
	.scene_box figure img {
		width: 80%;
	}
	.scene_box section:nth-child(2) figure img {
		width: 90%;
	}
}

/* application_sub_btn
-------------------------------------------------------- */

.application_sub_btn a {
	background: url(/kojin/loan/card/img/application_icn02.png) no-repeat 20px center #fff;
	color: #17472f;
	border: 1px solid #17472f;
}
.application_sub_btn a:hover {
	background: url(/kojin/loan/card/img/application_icn02_on.png) no-repeat 20px center #17472f;
	color: #fff;
}
.application_sub_uniquebtn {
	margin-bottom: 60px;
}
.application_sub_uniquebtn a {
	background: url(/kojin/loan/card/img/application_icn02_on.png) no-repeat 20px center #17472f;
	color: #fff;
}
.application_sub_uniquebtn a:hover {
	background: url(/kojin/loan/card/img/application_icn02.png) no-repeat 20px center #fff;
	color: #17472f;
	border: 1px solid #17472f;
}
@media (max-width: 640px) {
	.application_sub_btn a:hover {
		background: url(/kojin/loan/card/img/application_icn02_on.png) no-repeat 20px center #17472f;
		color: #fff;
	}
}

/* loan_tbl_nomal
-------------------------------------------------------- */

table.table.loan_tbl_nomal th.th-row {
	background: #7dcca4;
}
table.table.loan_tbl_nomal td {
	background: #f4fbf7;
}
table.table .cars_gaiyoutbl {
	border-collapse: collapse;
	width: 100%;
}
table.table .cars_gaiyoutbl tr th {
	border-right: solid 1px #e4e4e4;
	background: #05a555;
	color: #fff;
	padding: 8px;
	width: 50%;
	font-size: 114.3%;
}
table.table .cars_gaiyoutbl tr td {
	border-top: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	width: 50%;
	padding: 8px;
	background: #fff;
	text-align: center;
	font-size: 114.3%;
}
table.table .cars_gaiyoutbl th+th, table.table .cars_gaiyoutbl td+td {
	border-right: none;
}
.cars_gaiyoutbl span {
	color: #e50014;
	font-weight: bold;
	font-size: 128.6%;
}
@media (max-width: 640px) {
	table.table .cars_gaiyoutbl tr th, table.table .cars_gaiyoutbl tr td {
		display: table-cell;
		width: 50%;
		font-size: 100%;
	}
}

/* gaiyou_info
-------------------------------------------------------- */

.gaiyou_info {
	border: 2px solid #97e7bf;
}
.gaiyou_info p span a {
	color: #17472f;
}
.indent3+em {
	text-indent: -3.5em !important;
	margin-left: 3.5em !important;
}

/* loan_flowlist
-------------------------------------------------------- */

.loan_flowlist li.loan_flow_arrow:before {
	content: "";
	border-color: #05a555 transparent transparent transparent;
}
.loan_flowlist li + li {
  border-top: 1px dashed #7dcca4;
}
.loan_flow_frame {
	border: 1px solid #7dcca4;
}

/* telBox
-------------------------------------------------------- */
.telBox{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.telBox .telBox_icon{
  padding: 0;
}
.telBox .telBox_txt{
  font-size: 36px;
  margin: 0 0 17px 5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0;
}


#anchor-q01{
	padding-top: 60px; /* 調整したい高さ（固定ヘッダーの高さ） */
	margin-top: -60px; /* heightと同じ分のネガティブマージン */
}

@media (min-width: 641px) {
	.mv-flx-box .col{
		width: 47% !important;
	}
}