@charset "utf-8";

body.carlease h2 {
	margin-bottom: 0 !important;
}
body.carlease .modal-window h2 {
	margin-bottom: 2rem !important;
}

.page-lease {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
}
.page-lease a:hover {
	color: #000000;
}

/* NAV */
.nav-lease {
	background-color: #1f442c
}
.nav-lease div {
	text-align: center;
	background-image: url(img/carlease/title-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}
.nav-lease div img {
	width: 25vw;
	min-width: 250px;
	margin: 2rem auto;
}
.nav-lease ul {
	display: flex;
	width: 75%;
	min-width: 1200px !important;
	margin: 0 auto 3rem auto;
	padding: 1rem 0;
	color: #fff;
}
.nav-lease ul li a {
	color: #fff;
	border-bottom: 1px solid;
}
.nav-lease ul li {
	margin-right: 0.5em;
}
.nav-lease ul li:after {
	content: ">";
	padding-left: 0.5em;
}
.nav-lease ul li:last-child:after {
	content: none;
}


/* PAGE LEASE */
.page-lease h3 {
	font-weight: bold;
	border-left: 8px solid #01a140;
	border-bottom: 1px solid #01a140;
	padding: 0.25em 0.5em;
	text-align: left;
}
.page-lease .inner {
	width: 100%;
	margin: 0 auto;
}
.page-lease p {
	margin-bottom: 0;
}
.page-lease .red {
	color: #e6001f;
}


/*---------------------------------------------------------------
  カーリースTOP
----------------------------------------------------------------*/
/* カーリースとは */
.about-carlease .title {
	box-shadow:0px 0px 15px 3px #eee inset;
	padding: 3rem 2rem;
	margin-bottom: 4rem;
	background: url(img/carlease/title-text.jpg) no-repeat right center / 40vw;
}
.about-carlease .title p {
	color: #1f442c;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.25em;
}
.about-carlease .title p span {
	display: inline-block;
  font-size: 1.75rem;
  line-height: 1.5em;
  color: #ffffff;
  background-color: #01a140;
  padding: 0.25rem 0.5rem;
}
.about-carlease .title p span:nth-of-type(1) {
	margin-top: 1rem;
}
.about-carlease h3 {
	margin-bottom: 2rem;
}
.about-carlease h3 + p {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: bold;
	text-align: center;
}
.about-carlease ul + p {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: bold;
	text-align: center;
}
.about-carlease > ul {
	width: 100%;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-carlease > ul li {
	width: 32%;
	padding: 1rem;
	border: 2px solid #01a140;
	border-radius: 1rem;
}
.about-carlease > ul li figure {
	text-align: center;
	background-color: #01a140;
	padding: 1rem;
	margin-bottom: 0.75rem;
}
.about-carlease > ul li figure figcaption {
	color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}
.about-carlease > ul li > ul li {
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 0 0 0 1.5em;
	margin-bottom: 0.5em;
  position: relative;
}
.about-carlease > ul li > ul li:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: #01a140;
	border-radius: 1em;
	position: absolute;
  left: 0;
  top: 0.25em;
}

@media only screen and (max-width: 768px){
	.about-carlease .title {
		padding: 1rem 2rem;
		background: url(img/carlease/title-text.jpg) no-repeat right -32% bottom / 57%;
	}
	.about-carlease .title p {
		font-size: 8vw;
	}
	.about-carlease .title p span {
		font-size: 4.5vw;
	}
	.about-carlease .title p span:nth-of-type(1) {
    margin-bottom: 0.5rem;
	}
}



/* LEASE CONTENTS */
.lease-contents {
	margin-top: 3rem;
}
.lease-contents h3 {
	color: #fff;
	background-color: #1f442c;
	padding: 0.75rem;
	margin-bottom: 2rem;
	border: 0;
}
.lease-contents ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lease-contents ul li {
	width: 32%;
	margin-bottom: 2rem;
}
.lease-contents ul li a {
	display: block;
	border: 1px solid #ccc;
	border-bottom: 3px solid #1f442c;
	padding: 1rem;
}
.lease-contents ul li a img {
	width: 100%;
}
.lease-contents ul li a p {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5em;
	position: relative;
}
.lease-contents ul li a p span {
	display: block;
	font-size: 0.85rem;
	font-weight: normal;
	color: #01a140;
}
.lease-contents ul li a p:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #e6001f;
  border-right: 3px solid #e6001f;
  transform: rotate(45deg);
  margin-left: 1rem;
  position: absolute;
	right: 0;
	bottom: 1em;
}
.lease-contents ul + p {
	text-align: center;
}
.lease-contents ul + p a {
	display: block;
}
.lease-contents ul + p a img {
	border: 1px solid #01a140;
}


@media only screen and (max-width: 768px){ /* スマホ */
	.nav-lease ul {
		padding: 1em;
		margin-bottom: 2rem;
	}
	.page-lease h3 {
	  font-size: 5vw;
    line-height: 1.5em;
	}
	.about-carlease h3 {
		text-align: left;
		margin-bottom: 1rem;
	}
	.about-carlease h3 + p,
	.about-carlease ul + p {
		font-size: 4.5vw;
		text-align: left;
	}
	.about-carlease > ul {
		margin: 1rem auto;
	}
	.about-carlease > ul li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.about-carlease > ul li figure {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.5rem;
	}
	.about-carlease > ul li figure img {
		width: 30%;
		margin-right: 0.5rem;
	}
	.about-carlease > ul li > ul li {
		text-align: left;
	}
	.lease-contents ul {
		width: 98%;
	}
	.lease-contents ul li {
		width: 48%;
    margin-bottom: 1rem;
	}
	.lease-contents ul li a {
		padding: 0.5rem;
		height: 100%;
	}
	.lease-contents ul li a p:after {
		bottom: 0.5em;
	}
	.lease-contents ul li a p span {
		line-height: 1.5em;
    margin-bottom: 0.25rem;
	}
	.lease-contents ul + p a img {
		width: 90%;
		margin: 1rem 5%;
	}
}


/*---------------------------------------------------------------
  営業拠点一覧
----------------------------------------------------------------*/
.lease_shop ul {
	width: 90%;
  margin: 2rem auto;
}
.lease_shop ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}
.lease_shop ul li h4 {
	width: 100%;
	font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
	color: #fff;
	background-color: #1f442c;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lease_shop ul li h4 span {
	font-size: 1.25rem;
	color: #fff;
	background-color: #e6001f;
	padding: 0 1rem;
	border-radius: 0.25rem;
}
.lease_shop ul li div {
	width: 55%;
	padding-right: 2rem;
}
.lease_shop ul li div dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-top: 1rem;
}
.lease_shop ul li div dl dt {
	width: 25%;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lease_shop ul li div dl dd {
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
.lease_shop ul li figure {
	width: 45%;
}
.lease_shop ul li figure img {
	width: 100%;
}
.lease_shop ul li iframe {
	width: 100%;
	height: 300px;
	margin-top: 2rem;
}

@media only screen and (max-width: 768px){ /* スマホ */
	.lease_shop ul li h4 {
		order: 1;
		flex-direction: column;
	}
	.lease_shop ul li h4 span {
		width: 100%;
		margin-top: 0.5rem;
	}
	.lease_shop ul li div {
		order: 3;
		width: 100%;
		padding-right: 0;
	}
	.lease_shop ul li figure {
		order: 2;
		width: 100%;
	}
	.lease_shop ul li div dl dt {
		width: 100%;
	}
	.lease_shop ul li div dl dd {
		width: 100%;
	}
	.lease_shop ul li iframe {
		order: 4;
	}
}


/*---------------------------------------------------------------
  カーリースお問い合わせ
----------------------------------------------------------------*/

/* カーリースに関するお問い合わせ */
.lease_contact .inner > div {
	padding: 1rem;
	border: 2px solid #01a140;
	display: flex;
	margin-top: 0.5rem;
	margin-bottom: 4rem;
}
.lease_contact .inner > div > div {
	width: 60%;
	padding-right: 2em;
}
.lease_contact .inner > div > div h4 {
	color: #fff;
	background-color: #01a140;
	font-size: 24px;
	font-weight: bold;
	padding: 0.5rem;
	border-radius: 0.25rem;
}
.lease_contact .inner > div > div h4 + p {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.lease_contact .inner > div > div h4 + p img {
	width: auto;
	height: 2.5em;
}
.lease_contact .inner > div > figure {
	width: 40%;
}
.lease_contact .inner > div > figure img {
	width: 100%;
}


/* お電話からお問い合わせ */
.lease_contact table {
	width: 90%;
  margin: 2rem auto 0 auto;
	font-size: 1.1rem;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse:collapse;
	box-sizing: content-box;
}
.lease_contact table th,
.lease_contact table td {
	padding: 1rem;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lease_contact table thead tr,
.lease_contact table tbody tr {
	display: flex;
	width: 100%;
}
.lease_contact table thead tr th {
	color: #fff;
	background-color: #1f442c;
}
.lease_contact table thead tr th:nth-child(1),
.lease_contact table tbody tr th {
	width: 25%;
}
.lease_contact table thead tr th:nth-child(2),
.lease_contact table tbody tr td:nth-child(2) {
	width: 30%;
}
.lease_contact table thead tr th:nth-child(3),
.lease_contact table tbody tr td:nth-child(3) {
	width: 45%;
}
.lease_contact table tbody tr th {
	font-weight: normal;
	background-color: #efefef;
}
.lease_contact table tbody tr td:nth-child(3) {
	font-size: 1.5rem;
}
.lease_contact table tbody tr td:nth-child(3) a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lease_contact table tbody tr td:nth-child(3) a:before {
	content: "TEL";
  font-size: 1rem;
  color: #fff;
  background-color: #e28800;
  padding: 0.25rem 0.5em;
  margin-right: 0.5em;
}
.lease_contact table + p {
	width: 90%;
  margin: 0.5rem auto 4rem auto;
}


/* 問合せフォーム */
.lease_contact dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-bottom: 0;
	width: 90%;
  margin: 2rem auto;
	font-size: 1.1rem;
}
.lease_contact dl dt {
	width: 30%;
	padding: 1.5rem 1rem;
	border-bottom: 1px solid #ccc;
	color: #fff;
	background-color: #1f442c;
	font-weight: bold;
}
.lease_contact dl dt span {
	font-size: 0.9rem;
	font-weight: normal;
	background-color: #e6001f;
	padding: 0.5rem;
	margin-left: 1rem;
	border-radius: 0.25rem;
}
.lease_contact dl dd {
	width: 70%;
	padding: 1.5rem;
	border-bottom: 1px solid #ccc;
}
.lease_contact dl dd:nth-child(2) {
	display: flex;
	flex-direction: column;
}
.lease_contact dl dd:nth-child(2) span {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.lease_contact dl dd input[type=text],
.lease_contact dl dd input[type=email],
.lease_contact dl dd textarea {
	width: 100%;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 0.5rem;
}
.lease_contact dl dd textarea {
	resize: vertical;
}
.lease_contact dl dd select {
	font-size: 1.1rem;
	padding: 0.25rem;
}
.lease_contact dl + p {
	text-align: center;
}
.lease_contact dl + p span {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.lease_contact dl + p span:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 1rem;
  position: absolute;
  right: 2em;
}
.lease_contact input[type=submit] {
	width: 180px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #e28800;
	padding: 1rem;
	margin: 0 1em;
	border: 0;
	border-radius: 0.25rem;
	transition: .3s;
}
.lease_contact button[type=submit] {
	width: 180px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #e28800;
	padding: 1rem;
	margin: 0 1em;
	border: 0;
	border-radius: 0.25rem;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lease_contact button[type=submit]:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
  margin-right: 1rem;
  position: absolute;
  left: 2em;
}
.lease_contact input[type=submit]:hover,
.lease_contact button[type=submit]:hover {
	opacity: 0.7;
	transition: .3s;
	cursor: pointer;
}
.lease_contact ul.inner {
	margin-top: 3rem;
}
.lease_contact ul.inner li {
	padding-left: 1em;
	text-indent: -1em;
}
.lease_contact ul.inner li:before {
	content: "※";
}

@media only screen and (max-width: 768px){ /* スマホ */
	.lease_contact .inner > div {
		flex-direction: column;
	}
	.lease_contact .inner > div > div {
		width: 100%;
		padding: 0;
	}
	.lease_contact .inner > div > figure {
		width: 100%;
		margin-top: 0.5rem;
	}
	.lease_contact .inner > div > div h4 {
		font-size: 5vw;
	}
	.lease_contact .inner > div > div h4 + p {
		flex-direction: column;
	}
	.lease_contact .inner > div > div h4 + p span {
		order: 2;
	}
	.lease_contact .inner > div > div h4 + p img {
		order: 1;
    width: 80%;
    height: auto;
    margin-bottom: 0.5rem;
	}
	.lease_contact table thead {
		display: none;
	}
	.lease_contact table tbody tr {
		flex-direction: column;
	}
	.lease_contact table tbody tr th {
		width: 100% !important;
		color: #fff;
		background-color: #1f442c;
		font-weight: bold;
	}
	.lease_contact table tbody tr td {
		width: 100% !important;
	}
	.lease_contact table tbody tr td:nth-child(2) {
		background-color: #efefef;
	}
	.lease_contact table tbody tr td:nth-child(3) {
		border-top: 0;
	}
	.lease_contact dl {
		flex-direction: column;
	}
	.lease_contact dl dt {
		width: 100%;
		padding: 1rem;
		text-align: left;
	}
	.lease_contact dl dd {
		width: 100%;
		padding: 1rem;
	}
	.lease_contact dl dd {
		align-items: flex-start;
		text-align: left;
	}
	.lease_contact ul.inner li {
		text-align: left;
		margin-bottom: 0.5rem;
	}
	.lease_contact dl + p span {
		display: flex;
		flex-direction: column;
	}
	.lease_contact button[type=submit] {
		margin-bottom: 1rem;
	}
}











