@charset "UTF-8";

/*-----------------------------
pagename
-----------------------------*/
.pagename__h2 {
  color: #134286;
}
.pagename__h2 span {
	background:#134286;
}


/*-------------------------------
プラン詳細
-------------------------------*/
.plan {
  margin-bottom: 80px;
  padding: 60px;
	background:#e9eef6;
}

.plan__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.plan__h2 {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
}

.plan__h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.plan__lh{
  line-height: 1.8em;
}

.plan__wrap {
  display: flex;
  margin-bottom: 60px;
}

.plan__icon {
	display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.plan_tex{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0px auto 20px;
	padding:20px 0px;
	background:#f7b500;
	border-radius:10px;
}
.plan_tex li{
	-ms-flex-pack:distribute;
  justify-content:space-around;
  width: calc(100%/7);
	padding:1%;
	margin:0px 2%;
	background:#fff;
	text-align:center;
	border-radius:10px;
}
.plan_tex li p{
	margin-top:15px;
	font-size:1rem;
}
.plan_tex li img {
  width: 50%;
}

.plan__icon__text {
	background:#174c8c;
	color:#fff;
	padding:2px;
	margin:5px 0px;
	border-radius:5px;
}
.plan__lh{
	margin:0px auto 50px;
	padding:0px;
}

.plan__point-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.plan__point {
  display: flex;
  width: 100px;
  margin: 0px 20px 20px 0px;
  padding: 8px 20px;
  background: #c50029;
  color: #fff;
  font-size: 18px;
  text-align: center;
	border-radius:5px;
}

.plan__point-text {
  display: flex;
  margin: 5px 0 20px;
  font-size: 20px;
}

@media screen and (max-width:820px) {
  .plan__wrap {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .plan__text {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .plan__img {
    width: 100%;
  }

  .plan__icon {
    justify-content: center;
  }

  .plan__icon__item {
    width: 84px;
  }

  .plan__icon__text {
    font-size: 1em;
  }
	.plan_tex{
		display:block;
		margin:0px auto;
		padding:10px 0px;

	}
	.plan_tex li{
		display:inline-block;
		width: 27%;
		padding:2%;
		margin:1% auto;
	}
	.plan__point-wrap {
			flex-direction: column;
		}

  .plan__point {
    margin: 0 20px 10px 0;
  }
}

@media screen and (max-width:480px) {
	.plan {
		margin-bottom: 30px;
		padding: 20px;
	}
	.plan__h2 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .plan__h3 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .plan__icon__text {
    font-size: 14px;
  }

  .plan__icon__item {
    width: 20vw;
    margin: 0 10px 10px;
  }

  .plan__point-text {
    font-size: 18px;
  }

  .plan__point {
    margin: 0 auto 10px;
  }
	.plan_tex{
		display:block;
		margin:0px auto;
		padding:10px 0px;

	}
	.plan_tex li{
		display:inline-block;
		width: 42%;
		padding:2%;
		margin:1% auto;
	}

}

/*-------------------------------
走行距離別リース料金
-------------------------------*/
.price {
  margin-bottom: 80px;
  padding: 60px;
  background: #eee;
}

.price__wrap {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 50px 20px;
	border-radius:10px;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.price__h2 {
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
}

.price__h3 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}

.price__aboutwrap {
  display: flex;
  margin-bottom: 50px;
}

.price__image {
  width: 350px;
  height: 350px;
  margin-right: 30px;
  background: url(../img/plan/aqua.jpg) no-repeat;
  background-size: contain;
}

.price__content {
  width: 790px;
}

.price__h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

/*ご契約内容*/
.price__table {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
}

.price__table div {
  width: calc(100%/4);
}

.price__table h5 {
  padding: 10px 20px;
  background: #134286;
  border: #707070 1px solid;
  text-align: center;
  margin: 0 -1px -1px 0;
  color: #FFF;
}

.price__table p {
  display: flex;
  height: 35px;
  margin: 0 -1px -1px 0;
  padding: 10px 20px;
  border: #707070 1px solid;
  background: #FFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/*走行距離別リース*/
.price__table2 {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
}

.price__table2 div {
  width: calc(100%/5);
}

.price__table2 h5 {
  padding: 10px 20px;
  background: #134286;
  border: #707070 1px solid;
  text-align: center;
  margin: 0 -1px -1px 0;
  color: #FFF;
}

.price__table2 p {
  display: flex;
  height: 35px;
  margin: 0 -1px -1px 0;
  padding: 10px 20px;
  border: #707070 1px solid;
  background: #FFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.price__list li {
  margin-bottom: 10px;
  list-style: none;
  list-style-type: disc;
}

.price__indent {
  margin-bottom: 20px;
  /*padding-left: 1em;*/
  text-indent: -1em;
}

.price__button {
  text-align: center;
}

.price__button a {
  padding: 10px 50px;
  background: #333;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
}

.price__button a:hover {
  background: #555;
  transition: 0.6s;
}

@media screen and (max-width:800px) {
  .price__aboutwrap {
    flex-direction: column;
  }

  .price__content {
    width: 100%;
  }

  .price__image {
    width: 350px;
    height: 250px;
    margin: 0px auto;
  }
}

@media screen and (max-width:480px) {
  .price {
    padding: 20px;
  }

  .price__h2 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .price__h3 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .price__h4 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .price__image {
    width: 100%;
  }

  /*ご契約内容*/
  .price__table div {
    width: calc(100%/2);
  }

  .price__table p {
    padding: 10px 10px;
    text-align: left;
  }

  /*走行距離別リース*/
  .price__table2 div {
    width: 100%;
  }

  .price__table2 p {
    padding: 5px 10px;
  }

  .price__button a {
    padding: 10px 30px;
  }
}
