@charset "utf-8";
/*-----------------------------------

	lower.css

-----------------------------------*/
#contents_left a, #contents_left a:link, #contents_left a:visited {
  color: #C1C1C1;
}
section{
	padding: 0;
}
@media screen and (max-width: 640px) {}
/*-----------------------------------

	base

-----------------------------------*/
#h2_titleimg {
  position: relative;
}
#h2_titleimg h2 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#h2_titleimg h2 span {
  display: block;
  font-size: 15px;
  font-weight: 100;
  padding-top: 5px;
}
.gold{
	font-weight: 700;
	color: #C39139;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none; /* 画像のクリック操作を邪魔しない */
}
@media screen and (max-width: 640px) {
  #h2_titleimg h2 {
    font-size: 18px;
  }
  #h2_titleimg h2 span {
    font-size: 12px;
  }
}


/*-----------------------------------

	appliances

-----------------------------------*/
#appliances #contents #contents_left {
  font-size: 16px;
}
#appliances #contents h3 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
#appliances #contents h3 span {
  display: block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.01rem;
  margin-bottom: 15px;
}
#appliances #contents h3:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
@media screen and (max-width: 640px) {
  #appliances #contents #contents_left {
    font-size: 14px;
  }
  #appliances #contents h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 60px;
	text-align: center;
  }
  #appliances #contents h3 span {
    margin-bottom: 5px;
  }  
}

/* appliance01 */
#appliance01{
	width: 100%;
	margin: 78px auto 80px;
}
.category_list {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4列 */
      gap: 0;
      width: 100%; /* 領域の幅100% */
      max-width: 1200px; /* 必要に応じて最大幅を指定 */
      margin: 0 auto;
	  border-top: 1px solid #EEEDEF;
	  border-left: 1px solid #EEEDEF;
}
.category_list img {
      width: 100%;
      height: 70%;
      object-fit: cover;
      display: block;
	padding: 15px 0 0;
}
.category_list span{
	font-size: 18px;
	width: 100%;
	height: 30%;
	display: inline-flex;           /* spanでもflexを使える */
  	justify-content: center;       /* 水平方向中央 */
  	align-items: center;           /* 垂直方向中央 */
  	text-align: center; 
}
.c_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-right: 1px solid #EEEDEF;
  	border-bottom: 1px solid #EEEDEF;
}

@media screen and (max-width: 786px) {
	#appliance01{
		margin: 50px auto 0;
	}
	.category_list {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 自動列調整 */
      gap: 0;
      width: 100%; /* 領域の幅100% */
      margin: 0 auto;
	}
	.category_list img {
      width: 100%;
      height: 70%;
      object-fit: cover;
      display: block;
	}
	.category_list span{
		font-size: 14px;
		width: 100%;
		height: 30%;
		display: inline-flex;           /* spanでもflexを使える */
  		justify-content: center;       /* 水平方向中央 */
  		align-items: center;           /* 垂直方向中央 */
  		text-align: center; 
	}
}
@media screen and (max-width: 400px) {
	.category_list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 自動列調整 */
      gap: 0;
      width: 100%; /* 領域の幅100% */
      margin: 0 auto;
	}
}
/* appliance02 */
#appliance02{
	width: 100%;
	margin-bottom: 96px;
}

.appliance02_list{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  	gap: 20px;
	margin-top: 100px;

}
.appliance02_list .wrap{
	width: calc((100% - 40px) / 3);
	aspect-ratio: 1 / 1;
  	border: 1px solid #000;
  	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.appliance02_list .wrap .row{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 20px;
	margin: 17.5px 0 22.5px 0;
}
.bigger{
	font-size: 20px;
}
.appliance02_list .gold{
	font-size: 34px;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
}
.step01_illust{
	margin: 15px 0 23px 0;
}
.step03_illust{
	margin: 8.3px 0 17.3px 0;
}
@media screen and (max-width: 786px) {
	#appliance02{
		width: 100%;
		margin: 50px auto 0;
	}
	.appliance02_list{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
  		gap: 20px;
		margin-top: 0;

	}
	.appliance02_list .wrap{
		width: 243px;
		height: 243px;
  		border: 1px solid #000;
  		border-radius: 50%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}	
	.appliance02_list .gold{
		font-size: 25px;
	}
}

/* appliance03 */
.appliance03_list{
	width: 95%;
	padding: 35px 40px;
	border: 1px solid #EEEDEF;
	margin: 0 auto 76px auto;
}
.appliance03_list h4{
	width: fit-content;
	line-height: 29px;
	font-size: 20px;
	margin: 0;
	font-weight: 400;
}
div.row_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	gap: 10px;
}
div.number_wrap{
	width: 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
}

.appliance03_list .row_wrap .number_wrap span {
  display: block;
	font-weight: 500;
}

.point{
	font-size: 14px;
}
.number{
	font-size: 26px;
}
.a_list p{
	margin: 15px 0 30px 0;
}
@media screen and (max-width: 786px) {
	#appliance03{
		margin: 50px auto 0;
	}
	.appliance03_list{
		width: 100%;
		max-width: 770px;
		padding: 20px 30px;
		border: 1px solid #EEEDEF;
		margin: 0 auto 50px auto;
}
	.appliance03_list h4{
		width: fit-content;
		line-height: 29px;
		font-size: 16px;
		margin: 0;
		font-weight: 400;
	}
	.number{
		font-size: 20px;
	}
	.a_list p{
	margin: 15px 0;
}

}

/* appliance04 */
#appliance04 .container{
	/*max-width: 824px;
	height: 420px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	padding-top: 46px;
	margin: 0 auto 94px auto;
}
.gray_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-color: #F1F1F1;
    z-index: 0;
}
#appliance04 .box_wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	gap: 18px;
	position: relative;
	z-index: 1;
}
.outer_box{
	/*width: 374px;
	height: 374px;*/
	width: calc((100% - 28px) / 2);
    background-color: white;         /* 白背景 */
    padding: 10px;                    /* 白線の太さ */
    border: 1px solid #EEEDEF;          /* グレーの枠線 */
    display: inline-block;           /* 中身に合わせてサイズ調整 */
    box-sizing: border-box;
}
.box {
	/*width: 354px;
	height: 354px;*/
    border: 1px solid #000000;         /* 内側の黒線 */
    background-color: #FFFFFF;       /* 中の背景色（任意） */
    padding: 24px;                   /* コンテンツの余白（任意） */
    text-align: center;
}
.box01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.box02{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.contact_icon{
	width: 110px;
	height: 110px;
	background-color: #C39139;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}
.contact_icon img{
	width: 70px;
	height: 70px;
}
p.bold{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 8px;
}
.contact_text{
	line-height: 2;
	margin: 22px auto 12px;
}
.line{
	width: 95%;
	height: 1px;
	background-color: #DBDBDB;
	margin: 0 auto;
}
#appliance04 .tel{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 12px;
}
#appliance04 .tel img{
	width: 51px;
	height: 51px;
}
#appliance04 .tel span{
	font-size: 30px;
	font-weight: 500;
}
.attend{
	text-align: center;
	font-size: 18px;
	margin-bottom: 136px;
	line-height: 1.7;
}
@media screen and (max-width: 786px) {
	#appliance04 .container{
	width: 100%;
	/*max-width: 414px;
	height: 838px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 50px 0;
	margin: 0 auto 40px auto;
}
.gray_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
    z-index: 0;
}
#appliance04 .box_wrapper{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 18px;
	position: relative;
	z-index: 1;
}
.outer_box{
	/*max-width: 374px;*/
	width: 95%;
	/*height: 374px;*/
	margin: auto;
    background-color: white;         /* 白背景 */
    padding: 10px;                    /* 白線の太さ */
    border: 1px solid #EEEDEF;          /* グレーの枠線 */
    display: inline-block;           /* 中身に合わせてサイズ調整 */
    box-sizing: border-box;
}
.box {
	/*width: 354px;
	height: 354px;*/
    border: 1px solid #000000;         /* 内側の黒線 */
    background-color: #FFFFFF;       /* 中の背景色（任意） */
    padding: 10px;                   /* コンテンツの余白（任意） */
    text-align: center;
}
.box01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.box02{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_icon{
	width: 110px;
	height: 110px;
	background-color: #C39139;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_icon img{
	width: 70px;
	height: 70px;
}
p.bold{
	font-size: 20px;
	font-weight: 700px;
}
.contact_text{
	margin: 10px auto 5px;
}
.line{
	width: 95%;
	height: 1px;
	background-color: #DBDBDB;
	margin: 0 auto;
}
#appliance04 .tel{
	gap: 12px;
}
#appliance04 .tel img{
	width: 51px;
	height: 51px;
}
#appliance04 .tel span{
	font-size: 30px;
	font-weight: 500;
}
.attend{
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}
}


/*-- financing01 --*/
#financing #financing01 {
  padding: 100px 0;
  font-size: 16px;
}
#financing #financing01 p {
  text-align: left;
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 500;
}
.red{
	font-weight: 700;
	color: #D5421C;
}
.gold{
	font-weight: 700;
	color: #C39139;
}
#financing #financing01 .list_ttl{
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 24px;
}
#financing #financing01 .financing01_list01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap: 20px;
  margin-bottom: 40px;
}
#financing #financing01 .financing01_list01 li {
  width: calc((100% - (20px * 2)) / 3);
  counter-increment: number;
}
#financing #financing01 .financing01_list01 li .wrap {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
#financing #financing01 .financing01_list01 li .wrap::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #C39139;
}
#financing #financing01 .financing01_list01 li .wrap span {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
}
#financing #financing01 .ttl_center{
	text-align: center;
	margin-bottom: 20px;
}
#financing #financing01 .financing01_list02 {
  background: #000;
  color: #FFF;
  padding: 40px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 40px;
}
#financing #financing01 .financing01_list02 li {
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
#financing #financing01 .financing01_list02 li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  #financing #financing01 .financing01_list01 {
    gap: 10px;
  }
  #financing #financing01 .financing01_list01 li {
    width: calc((100% - (10px * 2)) / 3);
  }
}
@media screen and (max-width: 640px) {
  #financing #financing01 {
    padding: 50px 0;
	font-size: 14px;
  }
  #financing #financing01 p {
    margin-bottom: 20px;
  }  
  #financing #financing01 .financing01_list01 {
    gap: 5px;
    margin-bottom: 20px;
  }
  #financing #financing01 .financing01_list01 li {
    width: calc((100% - (5px * 2)) / 3);
  }
  #financing #financing01 .financing01_list01 li .wrap::before {
    top: 30%;
    font-size: 26px;
  }
  #financing #financing01 .financing01_list01 li .wrap span {
    font-size: 16px;
  }
  #financing #financing01 .financing01_list02 {
    padding: 20px 0;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
	#financing #financing01 .financing01_list02 ul{
		max-width: 250px;
		width: 90%;
	}
	#financing #financing01 .list_ttl{
		font-size: 1.8rem;
	}
}

/*-- financing02 --*/
#financing #financing02 {
  padding: 0 0 100px;
  font-size: 16px;
}
.row_box{
  display: flex;
  justify-content: flex-end;
  /*flex-wrap: nowrap;*/
}
#financing #financing02 .wrap {
  margin-bottom: 50px;
  padding: 40px;
  background: #F2F2F2;
  position: relative;
}
#financing #financing02 .wrap:first-of-type::after,
#financing #financing02 .row_box .lower_wrap::after{
	content: "";
	background: url("../img/financing/arrow.svg")no-repeat;
	background-size: contain;
	width: 32px;
	height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
}
#financing #financing02 .row_box .lower_wrap::before{
	content: "";
	background: url("../img/financing/arrow.svg")no-repeat;
	background-size: contain;
	width: 32px;
	height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -35px;
}
#financing #financing02 .wrap .title{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	width: 120px;
}
#financing #financing02 .wrap .text{
	max-width: 346px;
	width: 80%;
	line-height: 2;
    letter-spacing: 0.02rem;
	margin: 0 40px;
	text-align: justify;
}
#financing #financing02 .wrap .img_box{
	max-width: 165px;
	width: 70%;
}
#financing #financing02 .row_box{
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
#financing #financing02 .row_box.flex_wrap{
	align-items: stretch;
}
#financing #financing02 .row_box .lower_wrap{
	width: calc((100% / 2) - 40px);
	text-align: center;
}
#financing #financing02 .lower_wrap .title{
	margin-bottom: 30px;
	width: 100%;
	line-height: 1.2;
}
#financing #financing02 .row_box .lower_wrap .p{
	margin-bottom: 30px;
}
#financing #financing02 .lower_wrap .text{
	margin: 0;
	width: 100%;
}
#financing #financing02 .wrap .txt_wrap{
	width: calc(100% - 120px);
}
#financing #financing02 .wrap .bg_w{
	max-width: 543px;
	width: 90%;
    line-height: 2;
    letter-spacing: 0.02rem;
    margin: 0 40px;
	padding: 17px 30px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}
#financing #financing02 .wrap .txt_wrap .bg_w .bold{
	font-size: 20px;
	font-weight: 700;
	/*padding-right: 20px;*/
	width: 70px;
}
#financing #financing02 .wrap .txt_wrap .text{
	width: 55%;
}
#financing #financing02 .wrap .position{
	width: 202px;
}
#financing #financing02 .wrap .position img{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}


@media screen and (max-width: 840px) {
  #financing #financing02 .wrap {
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
  }
  #kaitori_01 .wrap:last-child {
    padding-bottom: 40px;
  }
  #financing #financing02 .wrap .text{
	margin: 0 20px;
  }
	#financing #financing02 .wrap .bg_w{
		margin: 0 20px;
	}
	#financing #financing02 .row_box .lower_wrap{
		width: calc((100% / 2) - 20px);
	}
	#financing #financing02 .lower_wrap .text{
		width: 100%;
		margin: 0 auto;
	}
  #financing #financing02 .wrap:first-of-type::after,
  #financing #financing02 .row_box .lower_wrap::after{
	bottom: -35px;
  }
  #financing #financing02 .row_box .lower_wrap::before{
	top: -30px;
  }
	#financing #financing02 .wrap .position img{
		max-width: 165px;
	}
}
@media screen and (max-width: 640px) {
  #financing #financing02 {
    padding: 0 0 50px;
	font-size: 14px;
  }
	#financing #financing02 .wrap{
		flex-direction: column;
		gap: 0;
	}
	#financing #financing02 .wrap .img_box{
		max-width: 200px;
		width: 90%;
	}
	#financing #financing02 .wrap .img_box img{
		margin: auto;
		display: block;
		max-width: 100%;
	}
	#financing #financing02 .wrap .title{
		margin-bottom: 30px;
	}
	#financing #financing02 .wrap:not(:last-child)::after{
		content: "";
		background: url(../img/financing/arrow.svg) no-repeat;
		background-size: contain;
		width: 32px;
		height: 24px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -35px;
	}
	#financing #financing02 .row_box.flex_wrap::after{
		content: "";
		background: url(../img/financing/arrow.svg) no-repeat;
		background-size: contain;
		width: 32px;
		height: 24px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 5px;
	}
	#financing #financing02 .row_box.flex_wrap{
		flex-direction: column;
		position: relative;
	}
	#financing #financing02 .row_box .lower_wrap{
		width: 100%;
	}
	#financing #financing02 .lower_wrap .text,
	#financing #financing02 .wrap .txt_wrap{
		max-width: 346px;
		width: 100%;
		line-height: 2;
		letter-spacing: 0.02rem;
		margin: 0 auto;
		text-align: justify;
	}
	#financing #financing02 .row_box .lower_wrap::before,
	#financing #financing02 .row_box .lower_wrap::after{
		content: none;
	}
	#financing #financing02 .wrap .bg_w,
	#financing #financing02 .wrap .txt_wrap .text{
		margin: 0;
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}
	#financing #financing02 .wrap .txt_wrap .bg_w .bold{
		font-size: 14px;
		width: 40px;
	}
	#financing #financing02 .wrap .position{
		margin: auto;
	}
	#financing #financing02 .wrap .position img{
		position: static;
		margin: auto;
		max-width: 100%;
	}
}

/*-- financing03 --*/
#financing #financing03{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 100px;
}
#financing .copy {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
#contents_left #financing03 .financing03_box{
	padding: 40px;
	border: 1px solid #EEEDEF;
}
#contents_left #financing03 .financing03_box ul li{
	padding-left: 1em;
	font-weight: 500;
	position: relative;
}
#contents_left #financing03 .financing03_box ul li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents_left #financing03 .financing03_box .financing03_list_01{
	background: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
}
#contents_left #financing03 .financing03_box .list_txt{
	margin: 30px 0 13px;
}
#contents_left #financing03 .financing03_box .financing03_list_02{
	
}
@media screen and (max-width: 640px) {
  #financing #financing03 {
    padding: 0 0 50px;
	font-size: 14px;
  }
  #financing #financing03 .copy {
    font-size: 16px;
    margin-bottom: 15px;
  }
	#contents_left #financing03 .financing03_box{
		padding: 20px;
	}
	#contents_left #financing03 .financing03_box .list_txt{
		margin: 20px 0 5px;
	}
}

/*-- financing04 --*/
#financing #financing04{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 100px;
}
#financing #financing04 .financing04_list li{
	padding: 0 0 20px;
	padding-left: 110px;
	position: relative;
	z-index: 3;
}
#financing #financing04 .financing04_list li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	z-index: 2;
}
#financing #financing04 .financing04_list li:first-child::before{
	background: url("../img/financing/num_01.svg")no-repeat;
	background-size: contain;
}
#financing #financing04 .financing04_list li:nth-child(2)::before{
	background: url("../img/financing/num_02.svg")no-repeat;
	background-size: contain;
}
#financing #financing04 .financing04_list li:nth-child(3)::before{
	background: url("../img/financing/num_03.svg")no-repeat;
	background-size: contain;
}
#financing #financing04 .financing04_list li:nth-child(4)::before{
	background: url("../img/financing/num_04.svg")no-repeat;
	background-size: contain;
}
#financing #financing04 .financing04_list li:not(:last-child)::after{
	content: "";
	position: absolute;
	left: 45px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #C39139;
	z-index: -1;
}
#financing #financing04 .financing04_list li .list_ttl{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #EEEDEF;
}
#financing #financing04 .financing04_list li .gray_list{
	background: #F2F2F2;
	padding: 20px;
	color: #D5421C;
	margin: 20px 0;
}
#financing #financing04 .financing04_list li .gray_list li{
	position: relative;
	border: none;
	padding: 0;
	padding-left: 1em;
	font-weight: 500;
}
#financing #financing04 .financing04_list li .gray_list li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	/*bottom: 0;*/
	margin: auto;
	background: none;
}
#financing #financing04 .financing04_list li .gray_list li::after{
	content: none;
}

@media screen and (max-width: 640px){
	#financing #financing04 {
    padding: 0 0 50px;
	font-size: 14px;
  }
	#financing #financing04 .financing04_list li{
		padding-left: 90px;
	}
	#financing #financing04 .financing04_list li::before{
		width: 70px;
		height: 70px;
	}
	#financing #financing04 .financing04_list li:not(:last-child)::after{
		left: 35px;
	}
	#financing #financing04 .financing04_list li .list_ttl{
		font-size: 16px;
		margin-bottom: 5px;
	}
}

/*-- financing05 --*/
#financing #financing05{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
#financing #financing05 .financing05_box{
	padding: 40px;
	border: 1px solid #EEEDEF;
}
#financing #financing05 .financing05_box li{
	position: relative;
	padding-left: 1em;
}
#financing #financing05 .financing05_box li::before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 640px){
	#financing #financing05 {
    padding: 0 0 50px;
	font-size: 14px;
  }
	#financing #financing05 .financing05_box{
		padding: 20px;
	}
}





