/*-----------------------------
pagename
-----------------------------*/
.pagename__h2 {
  color: #eda01b;
}
.pagename__h2 span {
	background:#eda01b;
}
.h3_no {
  color: #174c8c;
}

/*-------------------------------
カーリースの仕組み
-------------------------------*/
.first {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
	background:#fdf7e8;
}

.first__wrap {
  display:inline-block;
	margin-right:30px;
  width: calc(100% - 350px);
	
}

.first__h3 {
	vertical-align:top;
  display:inline-block;
  padding: 8px;
  margin: 0px 0px 15px;
  font-size: 24px;
	font-weight:bold;
  line-height: 1.4em;
	border-bottom:8px solid #eda01b;
}
.first__h3 span {
  margin: 0px;
  line-height: 2em;
	font-weight:bolder;
	color:#eda01b;
}

.first__text {
  line-height: 1.6em;
}

.first__img {
	vertical-align:top;
  display:inline-block;
  width: 300px;
  height: 300px;
  background: url(../img/advantage/ad1.jpg) no-repeat;
  background-size: cover;
	border-radius:10px;
}

.first__button {
  margin-top: 40px;
  text-align: center;
}

.first__button :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.first__button a {
  padding: 10px 50px;
  background: #333;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
}

.first__button a:hover {
  background: #5a7bbf;
  transition: 0.6s;
}

@media screen and (max-width:800px) {
	.first {
		margin: 0 auto 40px;
	}
	.first__h3 span {
		line-height: 1.4rem;
	}
}

@media screen and (max-width:480px) {
  .first {
    margin: 0 auto 40px;
    padding: 20px;
  }
	.first__h3,.first__h3 span {
		font-size:1.2rem;
		line-height:120%;
	}
  .first__wrap {
		width:100%;
    flex-direction: column;
		display:block;
  }
  .first__text {
    width: auto;
    margin-right: 0;
    order: 2;
  }
  .first__button {
    margin: 40px 0px 20px;
  }

  .first__img {
		display:block;
    width: 100%;
		margin:10px 0px;
  }
}

/*-------------------------------
カーリースのメリット
-------------------------------*/


.second {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
}

.second__wrap {
  display:inline-block;
	margin-left:30px;
  width: calc(100% - 350px);
	
}

.second__h3 {
	vertical-align:top;
  display:inline-block;
  padding: 8px;
  margin: 0px 0px 15px;
  font-size: 24px;
	font-weight:bold;
  line-height: 1.4em;
	border-bottom:8px solid #eda01b;
}
.second__h3 span {
  margin: 0px;
  line-height: 2em;
	font-weight:bolder;
	color:#eda01b;
}

.second__text {
  line-height: 1.6em;
}

.second__img {
	vertical-align:top;
  display:inline-block;
  width: 300px;
  height: 300px;
  background: url(../img/advantage/ad2.jpg) no-repeat;
  background-size: cover;
	border-radius:10px;
}

@media screen and (max-width:800px) {
	.second {
		margin: 0 auto 40px;
	}
	.second__h3 span {
		line-height: 1.4rem;
	}
}

@media screen and (max-width:480px) {
  .second {
    margin: 0 auto 40px;
    padding: 20px;
  }
	.second__h3,.second__h3 span {
		font-size:1.2rem;
		line-height:120%;
	}
  .second__wrap {
		width:100%;
    flex-direction: column;
		display:block;
		margin-left:0px;
  }
  .second__text {
    width: auto;
    order: 2;
  }
  .second__img {
		display:block;
    width: 100%;
		margin:0px;
  }
}


/*-------------------------------
このような企業様がご利用しています。
-------------------------------*/
.third {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
	background:#fdf7e8;
}

.third__wrap {
  display:inline-block;
	margin-right:30px;
  width: calc(100% - 350px);
	
}

.third__h3 {
	vertical-align:top;
  display:inline-block;
  padding: 8px;
  margin: 0px 0px 15px;
  font-size: 24px;
	font-weight:bold;
  line-height: 1.4em;
	border-bottom:8px solid #eda01b;
}
.third__h3 span {
  margin: 0px;
  line-height: 2em;
	font-weight:bolder;
	color:#eda01b;
}

.third__text {
  line-height: 1.6em;
}

.third__img {
	vertical-align:top;
  display:inline-block;
  width: 300px;
  height: 300px;
  background: url(../img/advantage/ad3.jpg) no-repeat;
  background-size: cover;
	border-radius:10px;
}


@media screen and (max-width:800px) {
	.third {
		margin: 0 auto 40px;
	}
	.third__h3 span {
		line-height: 1.4rem;
	}
}

@media screen and (max-width:480px) {
  .third {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
	.third__h3,.third__h3 span {
		font-size:1.2rem;
		line-height:120%;
	}
  .third__wrap {
		width:100%;
    flex-direction: column;
		display:block;
  }
  .third__text {
    width: auto;
    margin-right: 0;
    order: 2;
  }
  .third__img {
		display:block;
    width: 100%;
		margin:10px 0px;
  }
}
