@charset "UTF-8";
@import url(./normalize.css);
@import url(./slick.css);

@charset "UTF-8";

/*-------------------------------
スライダー
-------------------------------*/
.mainimage {
  position: relative;
  top: 15px;
  margin-bottom: 50px;
}
.box__wrap {
  width: 1200px;
  margin: 0 auto 40px;
}
.box {
  margin: 0 auto 40px;
  padding: 40px 0px;
}
.box_half{
  position: relative;
	vertical-align:top;
  margin: 0 auto;
  padding: 0px;
	width:49%;
	display:inline-block;
}
.slider {
	background:#eeeeee;
  position: relative;
  width: 1200px;
	padding:10px 50px;
  margin: 0 auto;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transition: .2s linear;
  border: 0;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
}
.slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  left: 9px;
  width: 10px;
  height: 10px;
}
.slider .slick-arrow:hover {
  background: #000;
}
.slider .slick-prev {
  left: 10px;
  transform: rotate(-180deg);
}
.slider .slick-next {
  right: 10px;
}
.slider__item{
	display:felx;
}

/*-------------------------------
ロゴスライダー
-------------------------------*/
.subimage {
  max-width: 1200px;
  margin: 0 auto 30px;
	padding:5px;
	background:#eee;
  position: relative;
}
.logo__bnr__wrap {
  display: flex;
  margin: 0 auto;
	padding:0px;
  flex-wrap: wrap;
}

.logo__bnr {
	width:auto;
  height: 60px;
	margin:5px 0px;
}

@media screen and (max-width:820px) {
.mainimage {
	position: relative;
	padding-top:0px;
	top:0;
}
.box {
	max-width:98%;
	padding: 1%;
  margin: 0 auto;
 }
.box__wrap {
  margin: 0 auto 40px;
	max-width:98%;
}
.box_half{
	width:98%;
  margin: 0 auto;
	padding: 10px 0px;
	display:block;
 }
.logo__bnr {
	width:150px;
  height:auto;
	margin:5px 0px;
}
}
@media screen and (max-width:800px) {
.mainimage {
  margin: -50px auto 20px;
}

}
@media screen and (max-width:480px) {
.box {
	width:98%;
	padding: 1%;
  margin: 0 auto;
 }
.box__wrap {
	width:96%;
	display:block;
	width:100%;
  margin: 0 auto 40px;
}
.box_half{
	display:block;
	width:98%;
	padding: 1%;
  margin: 0 auto;
 }
.mainimage {
	position: relative;
  margin: -80px auto 0px;
}
.logo__bnr {
	width:150px;
  height:auto;
	margin:5px 0px;
}
}



/*-------------------------------
中古車販売
-------------------------------*/
.box_sale {
	min-width:510px;
	min-height:200px;
	margin:0px 10px 0px 0px;	
  padding: 20px 40px;
  background: url(../img/sale_bg.gif) repeat top left;
}
.sale_h3{
	font-size:2.5rem;
	font-weight:700;
	margin:0px 0px 10px 0px;	
}
.sale_h3 span {
	line-height:150%;
	font-size:2rem;
	display:block;
	color:#c50029;
}
.sale_img img {
	width:200px;
}
.sale_img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  height: auto;
}
.sale_text {
	font-size:1.2rem;
	line-height:180%;
  margin: 0px 230px 0px 0px;
}
@media screen and (max-width:820px) {
.box_sale {
	display:block;
	width:90%;
	min-width:auto;
	min-height:auto;
	margin:0px auto 5%;	
	padding-bottom:5%;
}
.sale_img img {
	width:100%;
}
.sale_img {
	top: 20px;
  right: 10px;
  width: 150px;
  height: auto;
}
.sale_text {
  margin: 0px 200px 0px 0px;
}
}

@media screen and (max-width:480px) {
.box_sale {
	position:relative;
	display:block;
	width:96%;
	min-width:200px;
	min-height:auto;
	margin:0px 0px 10%;
  padding:5% 2%;
}
.sale_img img {
	width:100%;
}
.sale_img {
	top: -15px;
  right: 10px;
  width: 100px;
  height: auto;
}
.sale_text {
	display:block;
  margin: 0px;
	padding:2% 1% 0px 1%;
}
}

.btn-sail,
a.btn-sail,
button.btn-sail {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  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;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.5rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 130px);
  display: block;
  width: 260px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

a.btn-c:hover:before {
  left: 2rem;
}
@media screen and (max-width:820px) {
.btn-sail a:hover {
	text-align:center;
}
}

@media screen and (max-width:480px) {
a.btn-c{
  width: 85%;
}
a.btn-c span {
  left: calc(42% - 130px);
  width: 85%;
}
	
}




/*-------------------------------
カーリースとは
-------------------------------*/
.box_about {
	min-width:510px;
	min-height:200px;
	margin:0px 0px 0px 10px;	
  padding: 20px 40px;
  background: url(../img/about_bg.png) #d6f3ff no-repeat left bottom;
}
.about_h3{
	font-size:2.5rem;
	font-weight:700;
	margin:0px 0px 10px 0px;	
}
.about_h3 span {
	line-height:150%;
	font-size:2rem;
	display:block;
	color:#174c8c;
}
.about_img img {
	width:200px;
}
.about_img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  height: auto;
}
.about_text {
	font-size:1.2rem;
	line-height:180%;
  margin: 0px 230px 0px 0px;
}

.box_button {
	margin-top:20px;
  text-align:left;
}

.box_button :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.box_button a {
  padding: 8px 50px;
  background: #333333;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.box_button a:hover {
  background: #ccc;
  color: #333333;
  transition: 0.6s;
}

.box_button1 {
	margin-top:20px;
  text-align:center;
}

.box_button1 :after {
  content: "";
  display: inline-block;
  left: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.box_button1 a {
  padding: 10px 100px;
  background: #333333;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.box_button1 a:hover {
  background: #bbb;
  color: #333;
  transition: 0.6s;
}
@media screen and (max-width:820px) {
.box_button {
  text-align:center;
}
.box_about {
	display:block;
	width:90%;
	min-width:auto;
	min-height:auto;
	margin:0px auto;	
	padding-bottom:5%;
  background: url(../img/about_bg_sp.png) #d6f3ff no-repeat left bottom;
}
.about_img img {
	width:100%;
}
.about_img {
	top: 20px;
  right: 10px;
  width: 150px;
  height: auto;
}
.about_text {
  margin: 0px 200px 0px 0px;
}
	
}

@media screen and (max-width:480px) {
.box_button {
  text-align:center;
}
.box_button1 {
	margin-top:20px;
  text-align:center;
}

.box_button1 :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);
}

.box_button1 a {
  padding: 8px 50px;
  background: #333333;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.box_button1 a:hover {
  background: #333333;
  transition: 0.6s;
}

.box_about {
	position:relative;
	display:block;
	width:96%;
	min-width:200px;
	min-height:auto;
	margin:0px 0px 1%;
  padding:5% 2%;
  background: url(../img/about_bg_sp.png) #d6f3ff no-repeat left top;
	background-size:150% auto;
}
.about_img img {
	width:100%;
}
.about_img {
	top: -15px;
  right: 10px;
  width: 100px;
  height: auto;
}
.about_text {
	display:block;
  margin: 0px;
	padding:2% 1% 0px 1%;
}


}


/*-------------------------------
車両紹介
-------------------------------*/
.box_introduction {
	min-height:250px;
  padding: 40px 0px 20px 40px;
  background: url(../img/introduction_bg.png) #f2f7ec no-repeat left bottom;
  position: relative;
}
.introduction_h3{
	font-size:3rem;
	font-weight:700;
	margin-bottom:10px;
	margin:0px 0px 10px 0px;	
}
.introduction_h3 span {
	line-height:150%;
	font-size:2.5rem;
	display:block;
	color:#609922;
}
.introduction_img img {
  width:100%;
}
.introduction_img {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 650px;
  height: auto;
}
.introduction_text {
	font-size:1.4rem;
	line-height:180%;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width:820px) {
.box_introduction {
	background-position:left bottom;
	background-size:150% auto;
	width:93%;
	min-width:auto;
	min-height:auto;
  padding: 2% 2% 5% 5%;
}
.introduction_img img {
  width:100%;
}
.introduction_img {
  width:350px;
	top:0;
	right:0;
}
.introduction_text {
	font-size:1.2rem;
}
}

@media screen and (max-width:480px) {
.box_introduction {
  position: relative;
	background-position:top left;
	background-size:150% auto;
	width:93%;
	margin:0px auto;
  padding: 2% 2% 5% 5%;
}
.introduction_img img {
  width:100%;
}
.introduction_h3{
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:5px;
}
.introduction_h3 span {
	font-size:2rem;
	display:block;
	color:#609922;
}
.introduction_img {
  position: relative;
  width:100%;
	top:0;
	left:0;
	right:0;
}
.introduction_text {
	font-size:1.2rem;
}

}



/*-------------------------------
THオートリースの強み
-------------------------------*/
.box_service {
	width:1200px;
	min-height:200px;
	margin:0px;
  padding: 0px 0px 50px;
  background: url(../img/service_bg.png) #fdf7e8 no-repeat left 80px;
  position: relative;
}
.service_h3{
	height:80px;
  background: url(../img/service_title_bg.png) #eda01b no-repeat left center;
	background-size:auto 80px;
	font-size:3rem;
	font-weight:700;
	line-height:80px;
	text-align:right;
	color:#fff;
	padding:0px 30px 0px 0px;
}
.service_tex{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0px;
	padding:50px 50px 20px;
}
.service_tex li{
	-ms-flex-pack:distribute;
  justify-content:space-around;
	min-height:240px;
	width:30%;
	padding:2% 0px;
	margin:0px 2%;
	border:8px #edaf1b solid;
	background:#fff;
	text-align:center;
}
.service_tex li p{
	margin-top:15px;
	font-size:2.1rem;
	font-weight:700;
	line-height:150%;
}
.service_tex li p span{
	font-size:2.4rem;
	color:#edaf1b;
	font-weight:900;
}
@media screen and (max-width:820px) {
.box_service {
	width:100%;
  padding:0px 0px 5%;
	margin:0px;
  background: url(../img/service_bg.png) #fdf7e8 no-repeat left top;
	background-size:160% auto;
  position: relative;
}
.service_h3{
	height:60px;
  background: url(../img/service_title_bg.png) #eda01b no-repeat left center;
	background-size: auto 60px;
	font-size:2.2rem;
	line-height:60px;
	padding:0px 15px 0px 0px;
}
.service_tex{
  margin:0px auto;
	padding:5% 2% 2% 6%;
}
.service_tex li{
	min-height:auto;
  margin:0px auto 2%;
	
}
.service_tex li img{
	width:40%;
}
}

@media screen and (max-width:480px) {
.box_service {
	width:100%;
  padding:0px 0px 5%;
	margin:0px;
  background: url(../img/service_bg.png) #fdf7e8 no-repeat left 60px;
  position: relative;
}
.service_h3{
	height:60px;
  background: url(../img/service_title_bg.png) #eda01b no-repeat left center;
	background-size: auto 60px;
	font-size:2.2rem;
	line-height:60px;
	padding:0px 15px 0px 0px;
}
.service_tex{
	display:block;
  margin:0px auto;
	padding:5% 5% 2%;
}
.service_tex li{
	min-height:auto;
	display:block;
	width:90%;
  margin:0px auto 2%;
}
.service_tex li img{
	width:40%;
}

}



/*-------------------------------
THオートリースの強み
-------------------------------*/
.box_plan {
	width:1200px;
	min-height:200px;
	margin:0px;
  padding: 0px 0px 50px;
  background: url(../img/plan_bg.png) #e9eef6 no-repeat left 80px;
  position: relative;
}
.plan_h3{
	height:80px;
  background: url(../img/plan_title_bg.png) #134286 no-repeat left center;
	background-size:auto 80px;
	font-size:3rem;
	font-weight:700;
	line-height:80px;
	text-align:right;
	color:#fff;
	padding:0px 30px 0px 0px;
}
.plan_tex{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0px;
	padding:50px 50px 20px;
}
.plan_tex li{
	-ms-flex-pack:distribute;
  justify-content:space-around;
	min-height:240px;
	width:30%;
	padding:2% 0px;
	margin:0px 2%;
	border:8px #134286 solid;
	background:#fff;
	text-align:center;
}
.plan_tex li p{
	margin-top:15px;
	font-size:2.1rem;
	font-weight:700;
	line-height:150%;
}
.plan_tex li p span{
	font-size:2.4rem;
	color:#2359a8;
	font-weight:900;
}
@media screen and (max-width:820px) {
.box_plan {
	width:100%;
  padding:0px 0px 5%;
	margin:0px;
  background: url(../img/plan_bg.png) #e9eef6 no-repeat left top;
	background-size:160% auto;
  position: relative;
}
.plan_h3{
	height:60px;
  background: url(../img/plan_title_bg.png) #134286 no-repeat left center;
	background-size: auto 60px;
	font-size:2.2rem;
	line-height:60px;
	padding:0px 15px 0px 0px;
}
.plan_tex{
  margin:0px auto;
	padding:5% 2% 2% 6%;
}
.plan_tex li{
	min-height:auto;
  margin:0px auto 2%;
}
.plan_tex li img{
	width:40%;
}
}

@media screen and (max-width:480px) {
.box_plan {
	width:100%;
  padding:0px 0px 5%;
	margin:0px;
  background: url(../img/plan_bg.png) #e9eef6 no-repeat left 60px;
  position: relative;
}
.plan_h3{
	height:60px;
  background: url(../img/plan_title_bg.png) #134286 no-repeat left center;
	background-size: auto 60px;
	font-size:2.2rem;
	line-height:60px;
	padding:0px 15px 0px 0px;
}
.plan_tex{
	display:block;
  margin:0px auto;
	padding:5% 5% 2%;
}
.plan_tex li{
	min-height:auto;
	display:block;
	width:90%;
  margin:0px auto 2%;
}
.plan_tex li img{
	width:40%;
}
}



/*-------------------------------
会社概要
-------------------------------*/
.company {
	background:#f6f6f6;
  max-width: 1200px;
  margin: 0px auto;
	padding:45px 0px;
}

.company a {
  color: #4f7ee0;
}

.company a:hover {
  color: #759df1;
  transition: 0.6s;
}

.company__h2 {
  margin-bottom: 20px;
  font-size: 34px;
  text-align: center;
}

.company__div {
  width: 60%;
  margin: auto;
  padding: 0px 50px;
  background: #fff;
}

.company__profile {
  display: flex;
  padding: 30px 20px;
  flex-wrap: wrap;
}

.company__profile__dt {
  width: 20%;
  padding: 25px 0;
  float: left;
  clear: both;
  border-bottom: #d1d9de solid 1px;
}

.company__profile__dd {
  width: 80%;
  padding: 25px 0;
  line-height: 1.4em;
  border-bottom: #d1d9de solid 1px;
}

.company__profile__dt:last-of-type, .company__profile__dd:last-of-type {
  border-bottom: none;
}

.company__profile__dd__none {
  padding: 25px 0 0;
  line-height: 1.4em;
}

.company__profile__hr {}

.company__profile__link:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  padding-right: 5px;
  background: url(../img/sign.png) no-repeat;
  background-size: contain;
}

.company__tama {
  margin-top: 15px;
  border: #ddd 1px solid;
}

.company__tama:hover {
  opacity: 0.7;
  transition: 0.6s
}

.company__tama img {
  width: 100%;
}


.company_profile_table{
	margin:0px;
	padding:0px;
}
.company_profile_table th{
	font-weight:normal;
	width:30%;
	padding:1% 0;
}
.company_profile_table td{
	width:70%;
	padding:1% 0;
}

@media screen and (max-width:820px) {
.company {
	margin: 0px;
	padding:5% 5% 5% 10%;
}

.company__h2 {
	font-size: 24px;
}

.company__div {
	width:auto;
	padding: 0 5% 30px;
}

.company__profile {
	padding: 0;
}
.company__profile__dt {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	clear: both;
	line-height: 1.4em;
	border: none;
}

.company__profile__dd {
	width: 100%;
	padding: 10px 0 25px;
	line-height: 1.4em;
	border-bottom: #d1d9de solid 1px;
}

.company__profile__dd__none {
	padding: 25px 0 0;
	line-height: 1.4em;
}
.company__profile__link:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	padding-right: 5px;
	background: url(../img/sign.png) no-repeat;
	background-size: contain;
}

.company__tama {
	width: 100%;
}


}

@media screen and (max-width:480px) {
.company {
	margin: 0px;
}

.company__h2 {
	font-size: 24px;
}

.company__div {
	width: 80%;
	padding: 0 5% 30px;
}

.company__profile {
	padding: 0;
}
.company__profile__dt {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	clear: both;
	line-height: 1.4em;
	border: none;
}

.company__profile__dd {
	width: 100%;
	padding: 10px 0 25px;
	line-height: 1.4em;
	border-bottom: #d1d9de solid 1px;
}

.company__profile__dd__none {
	padding: 25px 0 0;
	line-height: 1.4em;
}
.company__profile__link:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	padding-right: 5px;
	background: url(../img/sign.png) no-repeat;
	background-size: contain;
}

.company__tama {
	width: 100%;
}
.company_profile_table th{
	width:40%;
}
.company_profile_table td{
	width:60%;
}

}


/*-------------------------------
関係先取引企業
-------------------------------*/
.cooperation {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 40px 20px;
}

.cooperation__h2 {
  margin-bottom: 40px;
  font-size: 34px;
  text-align: center;
}

.cooperation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cooperation__list li {
  width: 28%;
  margin: 0 1%;
}
@media screen and (max-width:820px) {
}

@media screen and (max-width:480px) {
}
