@charset "UTF-8"; 

.mv	{
	border-top: solid 4px #008F79;
    height: 500px;
}
@media (max-width: 991px)	{
	.mv	{
	    height: 450px;
	}
	.logo	{
		width: 100px;
		padding: 5px 0;
	}
}



/* マイカーローン */
.mv-mycar	{
    background: url(/kojin/kariru/cardif/img/bk-danshin_mv01_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px)	{
	.mv-mycar	{
	    background: url(/kojin/kariru/cardif/img/bk-danshin_mv01_sp.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
}
/* 教育カードローン */
.mv-edu	{
    background: url(/kojin/kariru/cardif/img//bk-danshin_mv02_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px)	{
	.mv-edu	{
	    background: url(/kojin/kariru/cardif/img/bk-danshin_mv02_sp.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
}
/* リフォームローン */
.mv-reform	{
    background: url(/kojin/kariru/cardif/img/bk-danshin_mv03_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px)	{
	.mv-reform	{
	    background: url(/kojin/kariru/cardif/img/bk-danshin_mv03_sp.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
}
/* フリーローン */
.mv-free	{
    background: url(/kojin/kariru/cardif/img/bk-danshin_mv04_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px)	{
	.mv-free	{
	    background: url(/kojin/kariru/cardif/img/bk-danshin_mv04_sp.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
}
/* 各種ローン */
.mv-various	{
    background: url(/kojin/kariru/cardif/img/bk-danshin_mv05_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px)	{
	.mv-various	{
	    background: url(/kojin/kariru/cardif/img//bk-danshin_mv05_sp.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
}




.mv-title img	{
    width: 750px;
    margin: 0 auto;
    display: block;
    padding-top: 150px;	
}

.mv-catch	{
	width: 900px;
    margin: -85px auto 0;
    display: block;	
}
.mv-catch p	{
	font-size: 2.1rem;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
	margin-bottom: 50px;
}
@media (max-width: 991px)	{
	.mv-catch	{
		width: 100%;
	}	
	.mv-catch img	{
		margin: 0 auto;	
	}
	.mv-title img	{
		max-width: 450px;
	    padding-top: 100px;
	    width: 55%;
	}
	.mv-catch p	{
	font-size: 1.3rem;
	line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px;
	}
}
.bg-p	{
	position: relative;
	background: #E2EFBC;
}
.bg-c	{
	position: relative;
	background: #E5EDEA;
}
.bg-bar::before	{
    content: "";
    display: block;
    border-top: solid 15px #008F79;
    width: 250px;
    margin: 0 auto;
}
.bg-inner	{
	position: relative;
	padding: 80px 70px 140px 70px;
}
@media (max-width: 991px)	{
	.bg-inner	{
		padding: 50px 0px;
	}
	.bg-bar::before	{
	    border-top: solid 7px #008F79;
	    width: 100px;
	}
}


.pointArea div	{
	margin-bottom: 50px;
}
.pointArea div:last-child	{
	margin-bottom: 0px;
}
.point	{
	background: #fff;
	padding: 50px;
}

.point dl	{
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.point dd	{
	font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 30px;	
	font-feature-settings: "palt";
}

.point p	{
	font-size: 2.1rem;
	margin-bottom: 1.5em;
}
.point hr	{
	border-top: 1px solid #DCDDDD;
    margin-bottom: 40px;
}
.point p.point2-txt	{
	font-size: 1.5rem;
	padding: 1% 6% 0;
    margin-bottom: 0em;
}
.point-item img	{
    background: #fff;
    box-shadow: 1px 1px 10px #dcdcdc;
    display: block;
    padding: 30px 50px;
    margin: 0 auto;	
}
@media (max-width: 991px)	{
	.point	{
		padding: 15px;
	}
	.point-icon	{
		width: 75px;
		margin: -50px auto 15px;
		display: block;
	}
	.point p.point2-txt {
	    font-size: 1rem;
	    padding: 1% 3% 0;
	    margin-bottom: 0em;
	}
	.point dl	{
		display: block;
		margin-bottom: 15px;
	}
	.point dd	{
		font-size: 2.0rem;
		text-align: center;
		padding-left: 0px;
	}	
	.point p {
 	   font-size: 1.3rem;
	}
	.point hr {
	    margin-bottom: 15px;
	}
	.pointArea div.point-item {
	    margin-bottom: 20px;
	}
	.point-item img {
	    padding: 20px;
	    width: 90%;
	}
}

.case-title	{
	font-size: 4.8rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 50px;
}
.case-icon 	{
	margin-bottom: 20px;
}
.case01 ,
.case02 ,
.case03	{
	background: #fff;
	padding: 50px;
}
.case01	{
	margin-bottom: 2%;
}
.case02	{
	width: 49%;
	margin-right: 2%;
}
.case03	{
	width: 49%;
}
.case01-movie	{
	display: flex;
}
.case01-movie img	{
	width: 100%;
}
.case01-movie a	{
	width: 55%;
	margin-right: 5%;
}
.case01-movie .case-txt	{
	width: 40%;
}
.case-txt h3	{
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.case-txt p	{
	font-size: 1.8rem;
}
.case-table th {
	background: #B29C8E;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;	
}
.case-table td, .case-table th {
    border-bottom: 1px solid #dee2e6;
}
.case-table td {
    font-size: 1.7rem;
}
.case-flex	{
	display: flex;
}
.case-list	{
	font-size: 1.75rem;
	text-align: justify;
}
.case-list li	{
	list-style: disc;
	margin-left: 1.5em;
}
@media (max-width: 991px)	{
	.case-flex	{
		display: block;
	}
	.case01	{
		margin-bottom: 4%;
	}
	.case02	{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4%;
	}
	.case03	{
		width: 100%;
	}	
	.case-title {
	    font-size: 2.4rem;
	    margin-bottom: 30px;
	}
	.case01-movie	{
		display: block;
	}
	.case01, .case02, .case03 {
	    padding: 25px;
	}
	.case01-movie .case-txt {
	    width: 100%;
	}
	.case-txt h3 {
	    font-size: 2.0rem;
		font-feature-settings: "palt";
	}
	.case-table th ,
	.case-table td {
	    font-size: 1.3rem;
	}
	.case-table td, .case-table th {
	    padding: 0.5rem;
	}
	.case-txt p {
	    font-size: 1.3rem;
	}
	.case-icon {
	    margin-bottom: 15px;
	    width: 75px;
	}
	.case-list {
	    font-size: 1.3rem;
	}
}


.loan-title	{
	font-size: 4.8rem;
    text-align: center;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 20px;
}
.loan-txt	{
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 0.5rem;
}
.loanBox	{
	background: #fff;
	padding: 50px;
}
.loanBox h3	{
	font-size: 4.1rem;
	font-weight: 700;
	text-align: center;
    margin-bottom: 20px;
}
.loan-link {
	font-size: 1.9rem;
    font-weight: bold;
	color: #3E3A39;
	display: table;
	margin-top: 10px;
	border-bottom: 1px solid #3E3A39;
}
.loan-link:hover {
	color: #008F79;	
	border-bottom: 1px solid #008F79;
}
@media (max-width: 991px)	{
	.loan-title	{
		font-size: 2.4rem;
	}
	.loan-txt {
	    font-size: 1.3rem;
	    text-align: justify;
	    margin-bottom: 1.5rem;
	}
	.loanBox {
	    padding: 30px 15px;
	}
	.loanBox h3 {
	    font-size: 2.0rem;
	}
	.loanBox img {
	   margin: 0 auto;
	}
	.loan-link {
		font-size: 1.2rem;
	}
}

.other	{
	position: relative;
    padding: 70px;
}
.other-title	{
	font-size: 3.3rem;
	font-weight: 700;
    padding: 2px 0 3px 15px;
    border-left: 5px solid #008F79;
	margin-bottom: 1.5rem;
}
.other-table th, .other-table td {
	padding: 10px 2%;
}
.other-table th {
	background: #C5BDAF;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
.other-table th:first-child {
	width: 260px;
}
.other-table td {
	font-size: 1.8rem;
}
.other-table .other-table-item	{
	background: #F4F4F4;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
}
.other-table .other-table-item span	{
	font-size: 1.8rem;
	font-weight: normal;
}
.other-list li	{
	font-size: 1.8rem;
	padding-bottom: 10px;
	margin-left: 2em;
}
.other-list li::before	{
	content: "◆";
	display: inline-block;
	text-indent: -1em;
	color: #727171;
}
@media (max-width: 991px)	{
	.other	{
		padding: 30px 0px;
	}	
	.other-title {
	    font-size: 1.7rem;
	    padding: 2px 0 3px 10px;
	    border-left: 3px solid #008F79;
	    margin-bottom: 1rem;
	}
	.other-table th, .other-table td {
	    padding: 8px 10px;
	}
	.other-table th {
	    font-size: 1.2rem;
	}
	.other-table td {
	    font-size: 1.1rem;
	}
	.other-table .other-table-item {
	    font-size: 1.3rem;
	}
	.other-table .other-table-item span {
	    font-size: 1.1rem;
	}
	.other-table th:first-child {
	    width: 120px;
	}
	.other-list li {
	    font-size: 1.1rem;
	    padding-bottom: 5px;
	    margin-left: 1em;
	}
}
.link-pdf	{
	margin-top:30px;
	margin-bottom: 60px;
	display: inline-block;
}	
.link-pdf a	{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 30px;
    border: solid 1px #595757;
    border-radius: 6px;
    box-shadow: 2px 2px 3px #dcdcdc;
    font-size: 2.3rem;
    color: #3E3A39;
    transition: 0.5s;
}
.link-pdf a i	{
	color: #008F79;
}
.link-pdf a span	{
	font-size: 1.9rem;
}
.link-pdf a:hover	{
	background: #E2EFBC;
}
@media (max-width: 991px)	{
	.link-pdf {
	    margin-top: 20px;
	    margin-bottom: 30px;
	    display: block;
	}
	.link-pdf a {
	    padding: 10px 30px;
	    font-size: 1.3rem;
	}
	.link-pdf a span {
	    font-size: 1rem;
	}	
}
.info	{
    border: solid 5px #008F79;
    border-radius: 20px;
    margin-top: 40px;
}
.info-inner	{
    display: flex;	
}
.info-txt	{
    padding: 30px 0px 30px 40px;
    z-index: 5;	
}
.info-txt h3	{
    font-size: 3.9rem;
    font-weight: 700;
    color: #008F79;
}
.info-txt h4	{
    font-size: 2.3rem;
    font-weight: 700;
    border-left: 2px solid #008F79;
    padding-left: 15px;
    margin: 30px 0 20px 5px;
}
.info-tel	{
    margin-bottom: 20px;	
}
.info-txt p	{
    font-size: 1.7rem;
}
.info-txt p.guard	{
    font-size: 1.4rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
    color: #727171;
}
.info-img	{
    position: relative;
    background: url("/kojin/kariru/cardif/img/bk-danshin_tel-img.png") no-repeat left center;
    width: 70%;
	background-size: cover;
	border-radius: 15px;
}
@media (max-width: 991px)	{
	.info {
	    border: solid 3px #D0121B;
	    border-radius: 10px;
	    margin-top: 30px;
	}	
	.info-txt h3 {
	    font-size: 1.9rem;
	    text-align: center;
	}
	.info-txt {
		width: 100%;
	    padding: 15px;
	}	
	.info-txt h4 {
	    font-size: 1.3rem;
	    border-left: 2px solid #D0121B;
	    padding-left: 10px;
	    margin: 15px 0 15px 5px;
	}	
	.info-tel {
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    margin-bottom: 15px;
	    border: solid 1px #595757;
	    border-radius: 6px;
	    box-shadow: 2px 2px 3px #dcdcdc;
	    font-size: 1.5rem;
	    color: #BD2521;
	    transition: 0.5s;
	}
	.info-tel a {
	    padding: 10px 15px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
		width: 100%;
	}
	.info-tel a i {
	    color: #D0121B;
	}
	.info-txt p {
	    font-size: 1.2rem;
	}
	.info-txt p.guard {
	    font-size: 1rem;
	}
}
.back	{
    margin: 60px auto;
    display: table;	
}
.back a	{
	display: flex;
    align-items: center;
	justify-content: center;
	width: 500px;
    background: #fff;
    border: solid 1px #595757;
    border-radius: 6px;
    box-shadow: 2px 2px 3px #dcdcdc;
    padding: 15px 30px;
    font-size: 3.1rem;
    color: #3E3A39;
    transition: 0.5s;
}
.back a:hover		{
	background: #E2EFBC;
}
footer	{
	background: #898989;
	color: #fff;
	padding: 20px 0 60px 0;
}
footer p	{
	font-size: 1.4rem;
}
footer .copy	{
	font-size: 1.4rem;
}
@media (max-width: 991px)	{
	.back {
	    margin: 30px auto;
	    width: 100%;
	}
	.back a	{
		font-size: 1.7rem;
		width: 100%;
		padding: 10px 30px;
	}
	footer {
	    padding: 20px 0 40px 0;
	}
	footer p {
	    font-size: 1rem;
	    text-align: center;
	}
	footer .copy {
	    font-size: 1rem;
	    text-align: center;
	    display: block;
	}
}



/* ------- 各種ローン追加 ------- */
.variousList	{
	margin-top: 20px;
}
.variousList ul	{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.variousList li	{
	font-size: 2.3rem;
	font-weight: 700;
	margin-right: 20px;
}	
.variousList li:last-child	{
	margin-right: 0px;
}	
.variousList li::before	{
	content: "●";
	display: inline-block;
	color: #D0121B;
}		

@media (max-width: 991px)	{
	.variousList {
	    margin-top: 20px;
	    width: 50%;
	    display: block;
	    margin: 20px auto 0;
	}
	.variousList li {
		font-size: 1.6rem;
	    font-weight: 700;
	    width: 50%;
	    margin-right: 0;
	}
}
@media (max-width: 767px)	{
	.variousList {
	    width: 70%;
	}
}
@media (max-width: 500px)	{
	.variousList {
	    width: 100%;
	}
}





@media (max-width: 374px) {

	
}	




/* ------- 追従マウス ------- */
@media (min-width: 992px)	{
	.cursor,
	.follower {
	  border-radius: 50%;
	  position: fixed;
	  top: 0;
	  left: 0; 
	  pointer-events: none;
	  cursor: none;
	}
	.cursor {
	  width: 8px;
	  height: 8px;
	  background-color: #008F79;
	  z-index: 1001;
	}
	.follower {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 40px;
	  height: 40px;
	  background-color: rgba(0,0,0,0.1);
	  transition: transform ease .1s;
	  text-align: center;
	  z-index: 1000;
	  &.is-active {
	    transform: scale(2.4);
	  }
	}
}



/* ------- ページTOPボタン ------- */
.pagetop p {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	position:fixed;
	right:20px;
	bottom:20px;
	width:42px;
	z-index:18;
}
.pagetop p img {
	width:100%;
}
.pagetop p.move {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
	opacity: 0;
}
@media (max-width: 991px)	{
	.pagetop p {
	    right: 10px;
	    bottom: 10px;
	}
}


