@charset "utf-8";

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px */
	text-align: justify;
}
body {
	font-family: "ヒラギノ角ゴ Pro W8 W6 W3", sans-serif;
	font-size: 1.6rem;
	line-height: 160%;
}
@media (max-width: 768px) {
  body { font-size: 1.8rem; }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.underline_none{
	text-decoration: none!important;
}
.container {
  margin: auto;
	padding: 60px 0;
}
@media(max-width:768px){
	.container{
		padding: 20px 15px;
	}
}
section {
  width: 96%;
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
@media(max-width:768px){
	.sp_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.pc_none {
		display: none !important;
	}
}
@media(max-width:960px){
	.contact_sp_none {
		display: none !important;
	}
}
@media(min-width:961px){
	.contact_pc_none {
		display: none !important;
	}
}


.center { text-align: center; }
.m_center { margin-left: auto; margin-right: auto; }
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.bold{	font-weight: bold;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {    clear: both; }
.cf {    *zoom: 1; }

.w100{width:100%;}

/*_____フレックス_____*/
.flex{
	display: -ms-flexbox;
	display: flex;
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flexW{
	flex-wrap: wrap;
}
.alignC{align-items: center;}
.alignB{align-items: baseline;}
@media (max-width: 768px) {
	.sp_flclear{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
}
 @media only screen and (min-width:768px){
   .pc_hide { display: none; }
	 .pc_hide_center { display: none;
	 margin: auto;}
 }


/*_____余白_____*/
.m0auto{margin: 0 auto}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}


.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

@media (max-width: 768px){
  .sp_mb0{margin-bottom: 0;}
  .sp_mb10{margin-bottom: 10px;}
  .sp_mb15{margin-bottom: 15px;}
  .sp_mb20{margin-bottom: 20px;}
  .sp_mb30{margin-bottom: 30px;}
  .sp_mb0{margin-top: 0;}
  .sp_mt10{margin-top: 10px;}
  .sp_mt15{margin-top: 15px;}
  .sp_mt20{margin-top: 20px;}
  .sp_mt30{margin-top: 30px;}
}

/*_____テキスト_____*/
.tx7 {	font-size: 7px; }
.tx9 {	font-size: 9px;  line-height: 170%; }
.tx10 {	font-size: 10px; line-height: 170%; }
.tx11 {	font-size: 11px; line-height: 170%; }
.tx12 {	font-size: 12px; line-height: 170%; }
.tx13 {	font-size: 13px; line-height: 170%; }
.tx14 {	font-size: 14px; line-height: 170%; }
.tx15 {	font-size: 15px; line-height: 150%; }
.tx16 {	font-size: 16px; line-height: 170%; }
.tx17 {	font-size: 17px; line-height: 170%; }
.tx18 {	font-size: 18px; line-height: 130%; }
.tx19 {	font-size: 19px; line-height: 130%; }
.tx20 {	font-size: 20px; line-height: 130%; }
.tx22 {	font-size: 22px; line-height: 130%; }
.tx24 {	font-size: 24px; line-height: 130%; }
.tx10h {font-size: 10px; line-height: 200%; }
.tx11h {font-size: 11px; line-height: 200%; }
.tx12h {font-size: 12px; line-height: 200%; }
.tx13h {font-size: 13px; line-height: 200%; }
.tx14h {font-size: 14px; line-height: 190%; }
.tx15h {font-size: 15px; line-height: 180%; }
.tx17h {font-size: 17px; line-height: 200%; }
.tx22h {font-size: 22px; line-height: 180%; }
.tx24h {font-size: 24px; line-height: 200%; }

h1  {
  font-size: 6rem;    /*60px*/
	line-height: 7rem;
	margin: 50px 0 50px 0;
}
h2  {
  font-size: 4.8rem;      /*48px*/
	line-height: 160%;
}
h3 {
  font-size: 3.6rem;    /*36px*/
	line-height: 5rem;
	text-align: center;
}
h4 {
  font-size: 2.4rem;    /*24px*/
	line-height: 160%;
}
h5 {
  font-size: 1.8rem;   /*18px*/
}



/*_____リンク_____*/
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
	opacity: 0.8;
}

/*_____くの字のリンク_____*/
.arrow{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.6rem;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media (max-width: 768px){
	.arrow{
		font-size:2.0rem;
	}
}
/* -----------------------------------------------------------
ヘッダー
------------------------------------------------------------- */
/* ハンバーガーボタン */
button#btn_gnav {
  display: none;
}
@media (max-width: 1200px) {
  button#btn_gnav {
    display: block;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: #1717e5;
    color: #fff;
    border: none;
    width: 77px;
    height: 77px;
    cursor: pointer; }
  button#btn_gnav .line {
    display: block;
    height: 2px;
    width: 18px;
    margin: 4px auto;
    background: #fff;
    transition: 0.1s; }
  button#btn_gnav.btn_open{
		background: #fff;
	}
	button#btn_gnav.btn_open .line{
		background: #383385;
	}
  button#btn_gnav .txt {
    font-size: 0.9rem; }
  button#btn_gnav.btn_open .line {
    transition: 0.2s;
    width: 23px;
    margin: auto;
    transform-origin: center; }
  button#btn_gnav.btn_open .line:nth-child(1) {
    transform: rotate(45deg) translate(0, 0); }
  button#btn_gnav.btn_open .line:nth-child(2) {
    display: none; }
  button#btn_gnav.btn_open .line:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -1px); }
}

header {
  height: 76px;
  background: #fff;
  z-index: 10;
  left: 0;
  right: 0;
}
header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:100%;
	margin:0 auto;
}
header h1 img {
  margin-right: 10px;
  vertical-align: middle;
}
header h1 a img { transition: none; }
header nav {
	display: block;
	line-height: 1.4;
	text-align: center;
	width: calc(1000px + 5vw - 270px); }
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
}
header nav li {
  flex-grow: 1;
  position: relative;
	font-weight: bold;
  font-size: 1.5rem; }
header nav li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #000;
}
header nav li.header_contact {
  text-align: center;
	color:#fff;
	padding:14px 20px 14px 10px;
	margin:0 20px;
  background: #1717e5;
}
header nav li.header_contact a {
  color: #FFF;
}

.main_nav li a:after{
	content: "";
  width: 8px;
  height: 8px;
	position: absolute;
  top: 20%;
  right: 4px;
	transform: translateY(-20%);
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(135deg);
}
.main_nav li.header_contact a:after {
	border-right: 2px solid #fff;
  border-top: 2px solid #fff;
	top: 35%;
  right: 20px;
}

@media (max-width: 1200px) {
	#toppage header {
		position: relative; }
  header {
    background-color: #000;
  }
	header .header_wrap {
		display: block;
		overflow: auto;
	}
	header h1 span { display: inline; }
	header nav {
		display: none;
		padding: 35px 0;
		width: 100% ;
		position: absolute;
		background: #fff;
		right: 0;
		top: 77px;
		text-align: left;
		z-index: 15;
		overflow-x: auto;
		text-align: center;
		font-weight: bold;
	}
	header nav ul {
		display: block;
		width: 86%;
		margin: 0 auto;
		padding: 0; }
	header nav li {
		display: block;
		border-left: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.8rem;
	}
	header nav li a {
	  padding: 20px 0;
	  line-height: 1;
	}
	header nav li.header_contact{
		padding:0;
	}
	.header_top_lang{
		margin-top:40px;
	}
}


.header_img{
	max-width: 350px;
}
.main_nav .flex{
	text-align: center;
	margin: auto;
	justify-content: space-between;
}
.top_img{
	width: 100%;
}
.model_change{
	width: 100%;
	background-color: #EAE6E1;
	padding-top: 80px;
}

/*共通*/
.wrapper {
	max-width: 1000px;
	width: 95%;
	margin: auto;
}

.head_form_btn {
	width: 80%;
	display: none;
}
/**/
.car_3img{
	width: 100%;
	margin: 45px 0 45px 0;
}
.padlock{
	justify-content: space-between;
	align-items: center;
}
.padlock_img{
	width: 33%;
}
.padlock_text{
	width: 60%;
	text-align: justify;
}
.red{
	color: #800000;
}
.blue{
	color: #000080;
}
.white{
	color: #ffffff;
}
.padlock_text p{
	font-size: 28px;
	line-height: 170%;
	font-weight: bolder;
}
.half_background{
  background: linear-gradient(90deg, #EAE6E1 0%, #EAE6E1 50%, #000080 50%, #000080 100%);
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
	height: 400px;
	margin-top: 40px;
	position: relative;
}
@media(max-width:960px){
	.half_background{
		height: 450px;
	}
}
.safety_qa{
	align-items: center;
	position: absolute;
	top: -60px;
}
.safety_qa_text{
	width: 48%;
}
.safety_qa_text p{
	text-align: justify;
}
.ranking{
	width: 42%;
}

.object-wrap {
    position: relative;
    overflow: hidden;
}
.object-body-left {
    left: 0;
}

.object-body {
		height: 35vw;
		min-height: 250px;
}
@media (min-width: 769px){
	.object-body {
	    position: absolute;
	    height: auto;
	    width: 50%;
	    top: 0;
	    bottom: 0;
	}
}
.novi-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.beige_area{
	margin-top:36px;
	width: 100%;
	background-color: #E5D6B7;
	align-items: center;
}
.beige_area_img{
	width: 54%;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.beige_area_text{
	flex: 0 0 48%;
  max-width: 48%;
	text-align: center;
	margin-left: 80px;
	padding: 40px 60px 40px 30px;
}
.beige_area_text p{
	text-align: justify;
	margin: 20px 0 50px 0;
}
.title_area{
	width: 100%;
	background-image: url(/images/land300lp/car_backimg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align: center;
	padding: 120px 0 60px;
}
.logo_white{
	padding: 20px 0;
}

.plan_content{
	text-align: center;
	margin: 0 auto 30px;
	background-color: #EAE6E1;
}
.plan_content_img{
	width:95%;
	height: 320px;
}
.recomm_title{
	max-width:48%;
	position: relative;
	right: 60px;
}
.recomm_img{
	max-width:50%;
	height:auto;
}
.plan_content p{
	width: 90%;
	text-align: justify;
	margin: auto;
	padding: 40px 0 40px 0;
}
.mr5{margin-right: 5px;}
.mr24{margin-right: 24px;}

.gosodan {
	position: relative;
	overflow: hidden;
}
.gosodan_back{
	position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.gosodan_back img{
	display: block;
}
.gosodan_txt{
	position: relative;
  z-index: 1;
	height:300px;
}
.gosodan_txt p{
	color:#fff;
}
.consultation_btn {
	width: 100%;
	margin: auto;
}

#consultation {
	margin: 107px 0 102px 0;
}
#proshop_list {
	margin-bottom: 80px;
}
#proshop_list p {
	line-height: 3rem;
}
#proshop_list h3 , #proshop_list p {
	margin-bottom: 70px;
}
#consultation img{
	margin: auto;
}
@media (max-width: 768px){
  #proshop_list h3 , #proshop_list p {
  	margin-bottom: 40px;
  }
}

/*テーブル*/
table {
	font-size: 1.7rem;
	font-weight: bold;
  width: 100%;
}
table tr:nth-child(odd) td {
	background: #D6D6D6;
}
th , td {
	text-align: left;
	height: 50px;
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}
tr{
	width:100%;
}
th:last-child , td:last-child {
	border-right: 0px;
}

.bg_color {
	background: #000080;
}

.table_title {
	color: #fff;
}


/*特長*/

#features {
	margin-bottom: 80px;
}

.features_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	margin-top: 40px;
}

.features_box {
	width: 23.5%;
	text-align: center;
}
@media(max-width:1000px){
	.features_box {
		width: 48%;
	}
}
.features_box > h5 {
	color: #2A3464;
	line-height: 2.5rem;
}

.features_box > img {
	width: 68px;
	object-fit: contain;
	margin-bottom: 30px;
}

.features_box > p {
	margin-top: 10px;
	text-align: left;
}

#consultation_2 {
	margin-bottom: 94px;
}

/*取付までの流れ*/

#step {
	margin-bottom: 51px;
}

#step h3 {
	margin-bottom: 60px;
}

.step_form_link {
	border-bottom: 1px solid #000;
}

.step_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 26px;
}

.step_box h4 {
	color: #2A3464;
}

.step_txt {
	width: 66%;
}

.step_txt p {
	margin-top: 20px;
	line-height: 2.4rem;
}

.step_img {
	width: 32%;
}
.igla_img{
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
}

 /*コピーライト*/

 #copy_right {
	 text-align: center;
	 padding: 34.5px 0;
 }


@media (max-width: 768px){

	/* 共通 */
	h1{
		font-size: 3.5rem;
		line-height: 120%;
		margin: 20px 0 30px 0;
		text-align: center;
		letter-spacing: -.2rem;
	}
	h2{
		font-size: 2.8rem;
	}
	h3{
		font-size: 2.2rem;
		 line-height: 3.5rem;
	}
	h4{
		font-size: 1.6rem;
	}
	.step_box h4{
		font-size: 2.4rem;
	}
	p{
		width: 100%;
		font-size: 1.6rem;
	}
	/* ここまで共通 */

	header{
		background-color: #000;
		width: 100%;
	}
	.header_wrap{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.header_img{
		width: 48%;
	}
	header .form_btn{
		margin: 10px 10px 0 0;
		width: 150px;
	}
	nav{
		margin: auto;
		width: 100%;
	}
	nav .main_nav_sp{
		justify-content: space-between;
		height: 30px;
		margin-top: 20px;
	}
	.main_nav_sp li{
		padding: 10px 20px 10px;
		border-bottom: 1px solid #fff;
	}
	.main_nav_sp li a:hover{
		text-decoration: none;
	}
	.sp_nav{
		width: 100%;
		line-height: 90%;
		height: 80px;
	}
	.sp_nav a ,.arrow{
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.model_change{
		padding-top: 30px;
	}
	.padlock{
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.padlock_img{
		width:23%;
	}
	.padlock_text{
		width: 70%;
		text-align: justify;
	}
	.car_3img{
		margin-bottom: 20px;
	}
	.safety_qa_text{
		width: 100%;
	}
	.safety_qa_text p{
		margin-top: 10px;
	}
	.half_background{
	  background: linear-gradient(90deg, #EAE6E1 0%, #EAE6E1 50%, #EAE6E1 50%, #EAE6E1 100%);
	  display: flex;
	  justify-content: center;
	  align-items: baseline;
	  width: 100%;
		height: 700px;
		margin-top: 50px;
	}
	.ranking{
		width: 100%;
		margin: auto;
	}
	.title_area{
		width: 100%;
		height: 250px;
		background-image: url(/images/land300lp/car_backimg.png);
		background-size: 200%;
		text-align: center;
		padding-top: 20px;
	}
	.beige_area_text{
		margin: auto;
    flex: 0 0 90%;
		max-width: 95%;
		padding: 20px 10px;
	}
	.beige_area_text p{
		font-size: 1.6rem;
		line-height: 180%;
		/*width: 95%;*/
	}
	.beige_area_text .form_btn{
		margin: 10px 0;
	}

	.recomm_title,.recomm_img{
		max-width:100%;
	}
	.recomm_title{
		right:0;
	}
	.plan_content_img{
		width:100%;
		height: auto;
	}
	.plan_content p{
		width: 90%;
		text-align: justify;
		margin: auto;
		padding: 0 0 40px 0;
	}
	.m_hide {
		display: none;
	}
	.gosodan {
		height: 300px;
		object-fit: cover;
	}
	.gosodan_txt{
		height:600px;
	}
	#consultation {
		margin-top:60px;
		margin-bottom: 20px;
	}
	#consultation_2 {
		margin-bottom: 30px;
	}
	#consultation_3 {
		margin-bottom: -30px;
	}
	table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.features {
		margin-bottom: 10px;
	}
	.features_box {
	 width: 100%;
	 text-align: center;
	 margin-bottom: 30px;
	}
	#step {
	 margin-bottom: 20px;
	}
	#step h3 {
	 margin-bottom: 40px;
	}
	.step_txt {
	  width: 100%;
	  margin-bottom: 20px;
	 }
	 .step_img {
	  width: 100%;
	  margin-bottom: 30px;
	 }
	 .igla_img{
	 	border-right: solid 1px #aaa;
	 }
}
