@charset "utf-8";
/* CSS Document */

@import url("normalize.css");

@import url("bootstrap.css");

@import url("common.css");

/******************
*  汎用
******************/
h2.h2_blue {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 2.2em;
     background-color: #3333CC;
	   font-size: 1.5rem;
}
 
h2.h2_blue::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 40px;
     height:10px;
     background-color:white;
}

h3.h3_tag {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1.1rem 2rem 1rem 2rem;
  color: #fff;
  background: #FFA205;
	font-size: 1.4rem;
}

h3.h3_tag:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #FFA205 transparent transparent;
}

h3.h3_tag:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

h3.h3_visit {
  padding: 1rem 2rem 1rem 1rem ;
  border-left: 6px double #FFA205;
	font-size: 1.4rem;
}

@media (max-width: 767.98px) {
	h2.h2_blue {
		font-size: 1.5rem;
	}
  h3.h3_tag,
	h3.h3_one{
		font-size: 1.3rem;
	}
}

/* panくず */
#pan p {font-size: 14px;}

#pan a {color: #3333CC;}

/* box */
.point {
    margin: 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.point .p_title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.point p {
    padding: 10px 40px;
    margin: 0;
    text-indent:-.6em;
}

p.point_note {
	padding-top: 0;
	padding-left: 3em !important;
} 

/* 下部お問合せ */
#main_contact {
	background: #FFFAF1;
  text-align: center;
	padding: 20px 10px;
	border-left: 5px double #FFA205;
	border-right: 5px double #FFA205;
}

ul.cont_btn {
	width: 100%;
}

ul.cont_btn li {
	border: 1px solid #FFA205;
	border-radius: 30px;
	display: inline-block;
  width: 34%;
	padding: 10px;
	color: #FFA205;
	background: #fff;
	margin: 0 10px;
}

ul.cont_btn li a {
	display: block;
}

ul.cont_btn li:hover {
	background: rgba(255,162,5,0.10);
	color: #FFA205;
}



ul.cont_btn img {
	width: 100%;
	max-width: 50px;
	padding-right: 10px;
}

@media (max-width: 480px) {
  ul.cont_btn li {
		width: 80%;
	  display: block;
    margin: 10px auto 0;
	}
}


/* tbl_01 */
.tbl_01 {width: 100%;}
.tbl_01 th {
  background: #E7E7F8;
  border-bottom: dashed 1px #3333CC;
  border-right: dashed 1px #3333CC;
  color: #000000;
  padding: 10px;
	font-weight: normal;
}
.tbl_01 td {
  border-bottom: dashed 1px #3333CC;
  padding: 10px;
}

.tbl_01 .top th,
.tbl_01 .top td {
  border-top: dashed 1px #3333CC;
}

/* tbl_02 */
.tbl_02 {width: 100%;}
.tbl_02 th {
  background: #E7E7F8;
  border-bottom: dashed 1px #3333CC;
  border-right: dashed 1px #3333CC;
  color: #000000;
  padding: 10px;
	font-weight: normal;
}
.tbl_02 th:last-child {
  border-right: none;
}
.tbl_02 td {
  border-bottom: dashed 1px #3333CC;
  border-right: dashed 1px #3333CC;
  padding: 10px;
}

.tbl_02 td:last-child {
  border-right: none;
}


@media screen and (max-width: 640px) {
/* tbl_01 */
  .tbl_01 th,
  .tbl_01 td {
    display: block;
    width: 100%;
  }
}
 
@media screen and (max-width: 480px) {
/* tbl_02 */
	.tbl_02 th{
		width: 32%;
	}
	
	.tbl_02 td{
    padding: 10px 5px;
	} 
	
}

/* mailform */
@media screen and (max-width: 480px) {
	textarea,
  input[type="text"],
	input[type="email"] {
		width: 100%;
	}

}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

#input_date{margin-left: 1em;}
#input_date,
#input_time{
  margin-left: .8em;
  height:30px;
}

/***** btn *****/
button {
	box-shadow: initial;
}

button.btn-form,
input[type="submit"] {
  color: #fff;
  background-color: #FF8800;
  margin-left: 5px !important;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
	border-radius: 0 ;
  padding: .5rem 0.75rem;
}

input[type="button"] {
  color: #fff;
  background-color: #979797;
  margin-left: 5px !important;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
	border-radius: 0 ;
  padding: 0.375rem 0.75rem;
}

button.btn-form:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #CB6C00;
}

input[type="button"]:hover {
  color: #fff;
  background-color: #646464;
}

input[type="submit"]:active,
input[type="button"]:active {
  border: none;
}

input[type="button"] {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  button.btn-sample,
	button.btn-app {
	margin-top: 0;
	}

}

@media (min-width: 1200px) {
  input[type="button"] {
    margin-top: 0rem;
  }

}

/******************
*  etc jumbotron
******************/
#etc_jumbotron {
	background: url("../image/etc_01.jpeg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	border-radius: 0;
}

#etc_jumbotron h1 {
	color: white;
}

@media (max-width: 767.98px) {
  #etc_h1 {
  	display: inline-block;
  	width: 40%;
  	margin: 0 auto;
  	text-align: center;
    color: black;
    background: rgba(68,114,196,0.70);
    padding: 15px;
  }
  
  #etc_h1 h1 {
    font-size: 1.8rem;
  }
  
}

@media (min-width: 768px) {
  #etc_jumbotron {
	  background: url("../image/etc_01.png") no-repeat top center;
	  background-size: cover;
  	height: 100px;
  }
	
  #etc_jumbotron h1 {
    font-size: 2.4rem;
  }

}

@media (min-width: 992px) {
  #etc_jumbotron {
	  background: url("../image/etc_01.png") no-repeat top center;
	  background-size: cover;
  	height: 250px;
		margin-bottom: 1em;
  }
}


/******************
*  店舗案内
******************/
@media screen and (max-width: 480px) {
  .shop .sm_br {
		display: block;
	  padding-left: 9em;
	}
	
}

h2.h2_blue .btn{
  color: white !important;
  padding:0;
	font-size: 1.5rem;
	text-decoration: none;
	justify-content: space-between;
  position: relative;

}
h2.h2_blue .btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f078";
  color: #fff;
  position: absolute;
  top: 30%;
  right: 10px;
  margin-top: -12px;
}
/*aria-expanded="true"はコンテンツが開いている状態のときに動的に記述される要素です。*/
h2.h2_blue .btn[aria-expanded="true"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f077";
  color: #fff;
  position: absolute;
  top: 30%;
  right: 10px;
  margin-top: -12px;
}

#shop_01,
#shop_02,
#shop_03 {
	margin-bottom: -2rem;
}
 
/* map */
.map {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
}

.map .inner {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.map .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 960px) {

	#map .inner {
		padding-top: 75%;
	}

}

@media (max-width: 600px) {

	#map .inner {
		padding-top: 100%;
	}

}


/******************
*  借入・返済
******************/
ul.ul_check {
	position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
}

ul.ul_check li{
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.ul_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: #3333CC;
	font-weight: 900;
}
	

/**************************
*  個人情報保護宣言・反社会勢力
**************************/
p.indent {
	line-height: 1.5;
	margin-bottom: 1em;
  padding-left: 2em;
  text-indent: -2.1em;
}

ul.sub_ul {
	padding-left: 20px;
}

ul.sub_ul li {
	line-height: 1.5;
	margin-bottom: .5em;
}

ul li .ind_span {
	display: block;
	margin-left: 2.6em;
}

p.text_rs {
	text-align: right;
	font-size: 14px;
}

@media (max-width: 480px) {
  ul li .ind_span {
	  margin-left: 0;
	}
}

/**************************
*  よくあるご質問
**************************/
#qa_wrap dl {
	margin-bottom: 2em;
}

#qa_wrap dt {
	margin-bottom: 1.5em;
  position: relative;
  padding: 1em 0 0 4em;
}

#qa_wrap dt span{
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  color: #e3f5d8;
  background: #22ac38;
}

#qa_wrap dt span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}

#qa_wrap dd {
	margin-left: 1.5em;
	padding: 10px 20px;
	background: #EBEBEB;
	border-radius: 20px;
}

/**************************
*  サイトマップ
**************************/
.site_wrap p {
	padding: 1em 0 0;
	font-weight: bold;
}

.site_wrap p a{
	color:#4472C4;

}

.site_wrap p.site_home {
	border-bottom: 1px dashed #4472C4;
	padding: 1em 0;
}

ul.site_mul  {
	margin-left: 1em;
	padding: 0 0 1em 2em;
	border-bottom: 1px dashed #4472C4;
}

ul.site_mul li {
	padding: 0.5em 0;
}

ul.site_mul li.site_sub {
	padding: 0;
}

ul.site_sul  {
	margin-left: 1em;
	padding: 0 0 1em 2em;
}

ul.site_sul li {
	padding: 0.5em 0;
}

ul.site_mul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left : 2em;
  color: #3333CC;
	font-weight: 900;
}

ul.site_mul li.site_sub:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  left : 2em;
  color: #3333CC;
	font-weight: 900;
}


ul.site_sul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left : 4em;
  color: #3333CC;
	font-weight: 900;
}
	

ul.site_mul li a:hover,
ul.site_sul li a:hover {
	text-decoration: underline;
}


/**************************
*  会員お申込み
**************************/
ul.app_btn {
	width: 100%;
	text-align: center;
}

ul.app_btn li {
	border-radius: 30px;
	display: inline-block;
  width: 40%;
	padding: 15px 10px;
	color: #fff;
	background: #FFA205;
	margin: 10px;
	font-size: 20px;
	text-align: center;
}

ul.app_btn li.last_li {
	border: none;
	background-color: initial;
}

ul.app_btn li a {
	display: block;
}


ul.app_btn li:hover {
	background: rgba(255,162,5,0.10);
	color: #FFA205;
}


ul.app_btn img {
	width: 100%;
	max-width: 50px;
	padding-right: 10px;
}

@media (max-width: 480px) {
  ul.app_btn li {
		width: 80%;
	  display: block;
    margin: 10px auto 0;
	}
	
  ul.app_btn li.last_li {
		display: none;
	}
}


/**************************
*  契約事前説明・個人情報取扱同意書
**************************/
.privacypolicy{
	width: 100%;
	height: 180px;
	margin: 10px 0;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.privacypolicy p,
.privacypolicy ul{
	font-size:14px;
	line-height:170%;
	margin: 0 0 25px 0;
}

.privacypolicy p.pri_title{
	margin: 0 0 5px 0;
	line-height:150%;
	font-size: 20px;
}

.privacypolicy p.pri_sub{
	margin: 0 !important;
	font-size: 16px !important;
}

.privacypolicy ul{
	padding-left: 1em;
}

/**************************
*  返済シュミレーション
**************************/
.tbl_03 {width: 100%;}
.tbl_03 th {
  color: #000000;
  padding: 10px;
	font-weight: normal;
}
.tbl_03 td {
  padding: 10px;
}

@media screen and (max-width: 640px) {
/* tbl_01 */
  .tbl_03 th,
  .tbl_03 td {
    display: block;
    width: 100%;
  }
}
 
.text_angle {
    position: relative;
    padding:1em;
}
.text_angle:before,.text_angle:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.text_angle:before{
    border-left: double  5px #FFA205;
    border-top: double  5px #FFA205;
    top:0;
    left: 0;
}
.text_angle:after{
    border-right: double  5px #FFA205;
    border-bottom: double  5px #FFA205;
    bottom:0;
    right: 0;
}

.text_angle p {
    margin: 0; 
    padding: 0;
}


#tbl_green th {
	  background-color: rgba(0,136,0,0.10);
    border-bottom: dashed 1px #008800;
    border-right: dashed 1px #008800;
}

#tbl_green td {
    border-bottom: dashed 1px #008800;
}

#tbl_navy th {
	  background-color: rgba(0,92,149,0.10);
    border-bottom: dashed 1px #005c95;
    border-right: dashed 1px #005c95;
}

#tbl_navy td {
    border-bottom: dashed 1px #005c95;
}


/**************************
*  仮審査
**************************/
  .img_res img {
  	width: 100%;
  	max-width: 100%;
  }


/**************************
*  ネット／来店からのお申込み
**************************/
@media screen and (min-width: 1200px) {
  .step{
    list-style-type: none;
    display:table;
    width:100%;
    padding:0;
    margin:0;
    overflow:hidden;
  	text-align: center;
  }
  .step li{
    display:table-cell;
    position:relative;
    padding: 1em .5em 1em 1.1em;
    color: #fff;
		font-size: 16px;
  }
  .step li:last-child{
    padding-right: .5em;
  }
  .step li:last-child:before,
  .step li:last-child:after{
    display:none;
  }
  .step li:before,
  .step li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
  }
  .step li:before{
    top:-30px;
    right:-1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 120px 0 130px 1em;
    z-index: 10;
  }
  .step li:after{
    top:-30px;
    right:-.8em;
    border-style: solid;
    border-width: 120px 0 130px 1em;
    z-index: 10;
  }
  
  .step_net li {
  	 background: #E83E2E;
  }
  
  .step_net li:after{
     border-color: transparent transparent transparent #E83E2E;
  }
  
  .step_rev  li {
  	 background: #FFA205;
  }
  
  .step_rev li:before{
    top:-30px;
    right:-1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 150px 0 160px 1em;
    z-index: 10;
  }
  .step_rev li:after{
    top:-30px;
    right:-.8em;
    border-style: solid;
    border-width: 150px 0 160px 1em;
    z-index: 10;
    border-color: transparent transparent transparent #FFA205;
  }
    
  .step_visit  li {
  	 background: #299FD6;
  }
  
  .step_visit li:before{
    top:-30px;
    right:-1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 120px 0 130px 1em;
    z-index: 10;
  }
  .step_visit li:after{
    top:-30px;
    right:-.8em;
    border-style: solid;
    border-width: 120px 0 130px 1em;
    z-index: 10;
    border-color: transparent transparent transparent #299FD6;
  }
    
	.step li img {max-width: 70px;}
	
}
	
@media screen and (max-width: 1199.98px) {
   .step{
     list-style-type: none;
     padding:0;
     margin:0;
  }
   .step li{
     position: relative;
     width:50%;
		 max-width: 200px;
     padding: 1em;
     margin: 0 auto 2em;
     text-align:center;
     color: #fff;
   }
   .step li:after{
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     bottom: -20px;
     left: 50%; /* 中央寄せに使用 */
     margin-left: -100px; /* 中央寄せに使用*/
     border-style: solid;
     border-width: 20px 100px 0 100px;
     z-index: 1;
   }

  .step li:last-child:after{
    display:none;
  }

  .step_net li {
  	 background: #E83E2E;
  }
  
  .step_net li:after{
     border-color: #E83E2E transparent transparent transparent;
  }
  
  .step_rev  li {
  	 background: #FFA205;
  }
  
  .step_rev li:after{
     border-color: #FFA205 transparent transparent transparent;
  }
  
  .step_visit  li {
  	 background: #299FD6;
  }
  
  .step_visit li:after{
     border-color:  #299FD6 transparent transparent transparent;
  }
  
	.step li img {max-width: 80px;}

}

a.btn_etc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
  z-index: 1;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #FFA205;
}

a.btn-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #FFA205;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}

a.btn-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/**************************
*  thanksページ
**************************/
dl.thanks_dl {
	margin-left: 0;
}

dl.thanks_dl dd{
	margin-left: 1em;
}

@media screen and (min-width: 576px) {
  dl.thanks_dl {
  	margin-left: 1em;
  }
  
  dl.thanks_dl dd{
  	margin-left: 2em;
  }

}