@charset "UTF-8";
/*
Theme Name: Jeep NISHITOKYO
Description: Jeep NISHITOKYO
*/


html{
	font-size: 62.5%; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1e1e1e;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
  	margin: 0 auto;
  	width: 100%;
  	font-size: 1.5rem;
	line-height: 1.86;
	padding-top: 0!important;
}

a{
	color: #1e1e1e;
	text-decoration: none;
}

img{
	height: auto;
    max-width: 100%;
    width: 100%;
}

.sp{
  display: none;
}

.pc{
	display: block;
}

.ipa{
	display: none;
}

.sp_02{
	display: none;
}

li {
	list-style:none
}

main{
	position: relative;
    z-index: 10;
}


.mat2{
	margin-top:2%;
}

.mat3{
	margin-top:3%;
}

.mat5{
	margin-top:5%;
}

.bac_gray{
	background-color: rgba(245, 245, 245);
	clip-path: polygon(0 0, 100% calc(0% + 8vw), 100% 100%, 0 calc(100% - 8vw));
	padding-top: 30%;
	padding-bottom: 20%;
	filter:drop-shadow(0px 4px 5px rgba(81, 80, 80, 0.5));
}



.btn_img{
	width:68%;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:70px;
}

.btn_img_02{
	width:68%;
	margin:0 auto;
}

.btn_img img:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

.btn_img_02 a img:hover {
    box-shadow: unset;
    transform: translateY(4px);
}



.lineup_link img:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

@media (max-width: 950px){
  html{
    font-size: 62.5%; 
    overflow: auto;
  }
	
}


:root{
	--color-white: #fff;
	--color-black: #1e1e1e;
	--color-bg_black: #333333;
	--color-bg_yellow: #ffd853;
	--color-bg_white: #fff;
}



/* -------------
   header
---------------*/

#header{
	height: 80px;
	padding: 35px 0 0 20px;
	background-color: #3D3D3D;
}

#header img{
    width: 60%;
}


.header_logo_sp{
	width:240px;
	padding-top:25px;
	padding-left:3%;
}

/* -------------
   slider
---------------*/


.top_slider{
    width: 100%;
    height: 100%;
  }
  
  .top_slider li img {
    width: 100%; 
    object-fit: cover;
  }

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: left;
	margin-top:18px;
	margin-left:2px;
   
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #b3b3b3;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #607e3f;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


.lead_slider{
    width: 100%;
    height: 100%;
	margin-top:7%;
  }
  
.lead_slider img {
    width:90%;
	margin: 0 auto;
    object-fit: cover;
}



[class*="carousel__arrow--"]{
    background-color: #3d3d3d;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
  }
  .carousel__arrow--prev{
    transform:rotateY(180deg); 
    left: 2.5%;
  }
  .carousel__arrow--next{
    right: 2.5%;
  }

  [class*="carousel__arrow--"]::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
  }


[class*="carouseltest__arrow--"]{
    background-color: #3d3d3d;
    position: absolute;
    top: 20%;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
  }
  .carouseltest__arrow--prev{
    transform:rotateY(180deg); 
    left: 6%;
  }
  .carouseltest__arrow--next{
    right: 6%;
  }

  [class*="carouseltest__arrow--"]::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
  }



  @media (hover: hover){
    [class*="carousel__arrow--"]{
      transition: .3s;
    }
    [class*="carousel__arrow--"]:hover{
      cursor: pointer;
      opacity: 0.7;
    }
	  
	[class*="carouseltest__arrow--"]{
      transition: .3s;
    }
    [class*="carouseltest__arrow--"]:hover{
      cursor: pointer;
      opacity: 0.7;
    }
  } 


.test_slider h3{
	text-align:center;
	padding-top:15px;
	padding-bottom:11px;
}




.test_slider dl{
	display:flex;
}

.test_slider dt{
	width:40%;
}

.test_slider dd{
	width:60%;
}

.test_slider_txt{
	padding-top:2%;
	line-height:1.7;
}

  /* -------------
   Address
---------------*/

.section-title{
	font-weight: bold;
	text-align: center;
  	background: #3d3d3d;
  	width: 240px;
  	height: 42px;
  	margin: 0 auto;
}

.section-title h2{
  line-height: 39px;
  color: #fff;
  font-size: 2.4rem;
}

.wrapper{
	width: 100%;
}

#test-drive .section-title{
	margin-top:108px;
	margin-bottom:30px;
}

#address .section-title{
	margin-bottom:27px;
}


#address dl{
  text-align: center;
	margin:0 auto;
	width:90%;
	background-color: #fff;
	border-radius: 18px;
	padding-top:10px;
	padding-bottom:40px;
	margin-bottom:70px;
}

#address dt{
  border-top: solid 1px #b3b3b3;
  font-size: 1.53rem;
  font-weight: 400;
  padding-top: 30px;
	line-height:1.5;
	width:90%;
	margin:0 auto;
}

#address dd{
	font-size: 1.72rem;
	font-weight: 500;
 	padding-bottom: 25px;
	width:90%;
	margin:0 auto;
	
}

#address dt:first-of-type{
	border-top: none;
}

#address dt:last-of-type{
  margin-bottom:11px;
}

#address .map_btn{
	width:90%;
	margin:0 auto;
}


#test-drive .slick-slide img{
	width: 80%;
	margin: 0 auto;
}

.test_slider_area{
	width: 80%;
	margin: 0 auto;
}


#calendar .section-title{
	margin-top:108px;
	margin-bottom:30px;
}

#lineup .section-title{
	margin-top:108px;
	margin-bottom:30px;
}

.lineup_de{
	display:flex;
	align-items:center;
	margin-top:8%;
}

.lineup_img{
	width:53%;
}

.lineup_txt{
	width: 45%;
    margin-right: 2%;
}

.lineup_sub p{
	font-weight:600;
	line-height:1.4;
	padding:2px 0 6px 5px;
}

.lineup_title img{
	vertical-align: middle;
    margin-bottom: 1%;
    padding-left: 2%;
}

.lineup_sub img{
	width: 100%;
    vertical-align: middle;
    margin-bottom: 1%;
}

.lineup_link img{
	width: 178px;
    padding-left: 2%;
}



.link{
	margin-top:120px;
}

.form_link{
	margin-top:33px;
}


/* -------------------
  menu
---------------------*/


.menu_co_sp{
	height: 70px;
	background-color: #3d3d3d;
	position: fixed;
    width: 540px;
    z-index: 999;
}

.hamburger-menu_sp{
	position: relative;
}

.top{
	margin-top: 70px;
}




/* ハンバーガーアイコン */
.hamburger-icon_sp {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 30px;
	height: 25px;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1001;
	top: 20px;
    right: 18px;
  }
  
  /* ハンバーガーの線 */
  .hamburger-icon_sp span {
	width: 30px;
	height: 3px;
	background: #333;
	transition: transform 0.3s, opacity 0.3s;
	position: absolute;
  }
  
  /* 1本目（上の線） */
  .hamburger-icon_sp span:nth-child(1) {
	top: 0;
  }
  
  /* 2本目（中央の線） */
  .hamburger-icon_sp span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
  }
  
  /* 3本目（下の線） */
  .hamburger-icon_sp span:nth-child(3) {
	bottom: 0;
  }
  
  /* フルスクリーンメニュー */
  .menu_sp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
  }
  
  /* メニューが開いたとき */
  .menu_sp.active {
	opacity: 1;
	visibility: visible;
  }
  
  /* メニューのリンク */
  .menu_sp ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
  }
  
  .menu_sp li {
	margin: 20px 0;
  }
  
  .menu_sp a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	transition: color 0.3s;
  }
  
  .menu_sp a:hover {
	color: #ddd;
  }
  .hamburger-menu_sp.active .hamburger-icon_sp span {
	background: #fff;
  }
  /* ハンバーガーアイコンが「×」に変形 */
  .hamburger-menu_sp.active .hamburger-icon_sp span:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
  }
  
  .hamburger-menu_sp.active .hamburger-icon_sp span:nth-child(2) {
	opacity: 0;
  }
  
  .hamburger-menu_sp.active .hamburger-icon_sp span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
  }

  @media (min-width: 1025px){
	.menu_co_sp{
		display: none;
	}

	.top{
		margin-top: 0px;
	}
	
}

@media (max-width: 480px){
	.menu_co_sp{
		width: 100%;
	}
	
	#test-drive:before {
    content: "";
    display: block;
    height: 20px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -20px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
	
}




/* -------------------
  top
---------------------*/
.l-area{
	padding: 13% 8.3% 34%;
	border-radius: 28px 28px 0 0;
}

.b-area{
	padding: 13% 6% 34%;
	border-radius: 28px 28px 0 0;
}

.f-area{
	padding: 7% 6% 5%;
	border-radius: 28px 28px 0 0;
}


.bac-bla{
	background-color: var(--color-bg_black);
	color: var(--color-white);
}

.bac-yel{
	background-color: var(--color-bg_yellow);
	color: var(--color-black);
}

.bac-whit{
	background-color: var(--color-bg_white);
	color: var(--color-black);
}



#lead{
	margin-top:100px;
}

#lead_re{
	margin-top:70px;
}

#news{
	background-color: #e4e4e4;
    padding: 6% 3% 10%;
}

#news a{
	text-decoration:underline;
	color:#a60000;
	font-weight:500;
}


.content{
	width: 100%;
	scroll-snap-type: y mandatory;
	overflow-y: auto;
	overflow: auto;
	scrollbar-width:none;
	max-width: 540px;
	margin: auto;
}


section{
	width: 100%;
	width: 100%;
	scroll-snap-align: start;
}

#lead h1{
	padding: 1% 5%;
	line-height:1.45;
}

h1{
	padding: 1%;
	line-height:1.45;
}

#lead .lead_pa{
	padding: 0 5%;
	line-height:1.7;
}

.lead_pa{
	padding: 0 1%;
	line-height:1.7;
}

.lead_re_title{
	width:70%;
	padding-bottom:3%;
}

.lead_re_area{
	width:90%;
	margin:0 auto;
}

.lead_re_area_bo{
	padding-top: 7%;
	padding-bottom:5%;
}

.lead_re_fx{
	display: flex;
    justify-content: space-around;
}

.lead_re_link{
	text-align:center;
	
}

.lead_re_link p{
	font-weight:700;
	color:#607e3f;
	text-decoration:underline;
    text-decoration-color: #607e3f;
}

.lead_re_area_bo_li:last-child{
	margin-top:14px;
}

.calendar_area{
	width:90%;
	margin:0 auto;
}







.fo_ri{
	text-align:right;
}

footer{
	width: 100%;
	background-color:#3d3d3d;
	height:70px;
	margin-top:26px;
}

.Fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url();
	z-index: -1;
	scroll-snap-align: start;
}

.Fixed-wholeMenu{
	display: grid;
    -ms-grid-columns: 1fr min(30rem,540px) 1fr;
    grid-template-columns: 1fr 540px 1fr;
    height: 100vh;
    inset: 0;
    position: fixed;
    width: 100%;
}


.Fixed__title{
	background-image:url(https://jeep-nishitokyo.jp/wp-content/uploads/2025/08/back_left.png);
	background-size:cover;
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Fixed__title_logo{
	width:90%;
	max-width:230px;
}




.Fixed__menu_pc{
	background-image:url(https://jeep-nishitokyo.jp/wp-content/uploads/2025/08/back_right.png);
	background-size:cover;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 3;
    grid-column: 3;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-inline: .625rem;
}

.list__menu_pc{
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem;
    height: 100%;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform var(--transition-duration) var(--easing-swoosh);
    transition: -webkit-transform var(--transition-duration) var(--easing-swoosh);
    transition: transform var(--transition-duration) var(--easing-swoosh);
    transition: transform var(--transition-duration) var(--easing-swoosh), -webkit-transform var(--transition-duration) var(--easing-swoosh);
    width: 100%;
}



.list__menu_pc ul{
	padding: 20% 13%;
}

.list__menu_pc ul li{
	line-height: 1.5;
	padding: 12% 0;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 2rem;
}

.slide_about_tobu__img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 6%;
}

.slide-arrow {
	background-color: #ffd853;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
  }

  .prev-arrow {
	border-bottom: 10px solid  #ffd853;
	border-left: 0;
	border-right: 10px solid #fff;
	border-top: 10px solid  #ffd853;
	left: -25px;
  }

  .next-arrow {
	border-bottom: 10px solid  #ffd853;
	border-left: 10px solid #fff;
	border-right: 0;
	border-top: 10px solid  #ffd853;
	right: -25px;
  }



@media (max-width: 1025px){
	.Fixed__menu_pc{
		display: none;
	}

	.Fixed__title{
		display: none;
	}
	
	main{
		margin-top:70px;
	}
}



@media (min-width: 1025px){
	.list__menu_pc{
		-webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none;
        border-radius: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: calc(100% - 40px);
        max-width: 270px;
		width:80%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
		opacity:0.8;
	}

}









.font__sma{
	font-size: clamp(1.6rem, 1.68vw, 1.68rem);
	font-weight: 700;
}



/* -------------------
  リンクボタン
---------------------*/

a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #08287e;
	color: #08287e;
	border-radius: 100vh;
	transition: 0.5s;
	width: 90%;
}
a.btn:hover {
	color: #fff;
	background: #08287e;
}


/* ====================================
   Footer
==================================== */

  
  #footer .copyright {
	font-size: 1.2rem;
	text-align: center;
	color:#fff;
	  line-height:70px;
  }






@media (max-width: 750px) {
	.sp{
		display: block;
	}

	.pc{
		display: none;
	}
}




@media (max-width: 540px){
	.carousel__arrow--prev{
		left: 2%;
	}
	
	.carousel__arrow--next{
		right: 2%;
	}
	h1{
		padding:1% 3%;
	}
	.lead_pa{
		padding:0 3%;
	}
	
	[class*="carousel__arrow--"]{
    top: 47%;
  }
	

	
	#test-drive .slick-slide img{
		width: 86%;
	}
	
	.test_slider h3{
		width: 100%;
	}
	
	.test_slider dl{
		width: 100%;
	}
	
	.test_slider_txt{
		width: 100%;
	}
	
	.test_slider_area{
		width: 86%;
	}
	.dots-wrap {
   		padding:1% 3%;
	}
	

	#lead {
		margin-top: 80px;
	}
	.carouseltest__arrow--prev{
		left:2%;
	}
	.carouseltest__arrow--next{
		right: 2%;
	}
	
	[class*="carouseltest__arrow--"]{
		    top: 90px;
	}
	
	.btn_img{
		width:78%;
	}
	
	.btn_img_02{
		width:78%;
	}
	
	
	#address dt{
	  font-size: 1.3rem;
		padding-top: 20px;
	}

	#address dd{
		font-size: 1.5rem;
		padding-bottom:15px;
	}
	
	.section-title h2{
		line-height: 34px;
		    font-size: 2rem;
	}
	
	.section-title{
		width: 200px;
    	height: 35px;
	}
	
	.lineup_de{
		    width: 90%;
    margin: 0 auto;
		padding-top:8%;
	}
	
	.lineup_de:first-child{
		padding-top:0%;
	}
	
	.lineup_sub p{
		padding: 2px 0 4px 5px;
	}
	
	.lineup_link img{
		width:90%;
	}
	
	.form_link{
		margin-top: 13px;
	}
	
	.lead_re_title{
		width: 80%;
	}
    
}






/* PCで電話番号リンクを無効に */

/* 
@media (min-width: 751px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}
 */















#pageTop {
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 998;
}

#pageTop a {
  	display: block;
  	z-index: 999;
  	padding: 10px 0 0 1px;
  	border-radius: 40px;
  	width: 55px;
  	height: 55px;
  	background-color: #fff;
  	color: #3d3d3d;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 0.9em;
  	text-align: center;
	border: solid 1px;
	border-color: #3d3d3d;
}

@media (max-width: 768px) {
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	}
}/* @media閉じタグ */





/* ====================================
   contact
==================================== */
.conta_form_txt{
	padding: 3% 5% 0;
    line-height: 1.7;
}

.conta_form_red{
	color:#C23027;
	padding: 0 5%;
}

.pl-2{
	font-size: 0.7em;
	vertical-align: top;
}

.conta_form_detail_title{
	font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px solid;
}

.form_box{
	margin-top:20px;
}

.form_box_fl,.row{
	display: flex;
    justify-content: space-between;
}

.col-6,.col-md-5{
	width:49%;
}

.col-md-5{
	border: 1px solid #6E747A;
    padding: 1% 2%;
	letter-spacing: 0.06em;
}

.pl-2{
	color:#C23027;
}

.col-4,.col-md-3{
	width:100%;
}

.col-md-3{
	border: 1px solid #6E747A;
    padding: 1% 2%;
	letter-spacing: 0.06em;
}

.conta_form h1{
	padding:0 5%;
}

.conta_form_detail{
	margin-top:30px;
	margin-bottom:90px;
	padding: 0 5%;
}

.form_box{
   
}

.form_detail{
	 display: flex;
    justify-content: space-between;	
}

.wpcf7-form-control{
	width:100%;
}

.drop {
  position: relative;
  display: inline-block;
}

.drop:after{
	content: '';
  position: absolute;
  border: 7px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 17px;
  right: 12px;
  width: 0;
  height: 0;
}

.check_box{
	border: 1px solid #6E747A;
    padding: 5%;
	margin-top:60px;
	margin-bottom:25px;
}

.check_box_title{
	font-size:1.6rem;
	font-weight:500;
	text-align:center;
}

.check_box_txt{
	font-size:1.3rem;
	line-height:1.65;
	padding-top:10px;
}

.check_box_re{
	font-size:1.4rem;
	font-weight:500;
	text-align:center;
	margin-top:15px;
}

.send{
	background-color:#c8733e;
	border-radius:3.3px;
	margin-top:10px;
	width:264px;
	margin:0 auto;
	margin-top: 22px;
	height:60px;
}

.send_btn{
	text-align: center;
    line-height: 59px;
    font-weight: 500;
    color: #fff;
}


.wpcf7-not-valid-tip{
   color: #ba2020;
	text-align;left;
	padding:3px;
	width:99%;
}


.form-control{
	width:99%;
}

.form-control_left{
	margin-right:1%;
}


.conf_row{
	justify-content: none!important;
}

.conf_row_de{
	width:50%;
}

.page-id-93 .drop:after{
	display:none;
}

.page-id-93 .check_box{
	display:none;
}

.page-id-93 .send{
	display:none;
}

.page-id-93 .conf{
	display:flex;
	flex-direction: row-reverse;
	margin-top:30px;
	justify-content:space-between;
	gap:10px;
}
.page-id-93  .form_box{
	margin-bottom:25px	
}

.page-id-93 .conf input{
		background-color:#c8733e;
	border-radius:3.3px;
	margin-top:10px;
	width:264px;
	margin:0 auto;
	height:60px;
	
}

.wpcf7-spinner{
	display:none;
}

.thanks_title{
	text-align:center;
	padding-bottom:60px;
	max-width:540px;
	margin:0 auto;
}

.thanks_txt{
	margin-top:3%;
	line-height: 1.7;
	text-align:left;
	padding: 0 5%;
}

.thanks_btn{
	background-color: #c8733e;
    border-radius: 3.3px;
    margin-top: 10px;
    width: 264px;
    margin: 0 auto;
    height: 60px;
}

.thanks_btn p{
	text-align: center;
    line-height: 59px;
    font-weight: 500;
    color: #fff;
}

.wpcf7-date{
	text-align:left;
}

.pri_link{
	color:#0000ee!important;
	text-decoration:underline!important;
}



	#contact{
		margin-top: 110px;
	}

.conta_form{
	max-width:540px;
	margin:0 auto;
}

.page-id-95 #contact{
	margin-top:110px;
	margin-bottom:80px;
}

.thanks_txt:first-of-type{
	margin-top:8%;
}

.wpcf7 form .wpcf7-response-output{
	display:none;
}
.wpcf7-list-item:first-child{
	margin-left:0.5em;
}

.thanks_txt span{
	font-weight:700;
	text-decoration:underline;
}

@media (max-width: 540px){
		#contact{
		margin-top: 45px;
	}
	
	.wpcf7-list-item:nth-child(4){
		margin: 0 0 0 0.5em;
	}
	
	.page-id-95 #contact{
		margin-top: 60px;
	}
	
	.page-id-93 .conf{
		display: block;
		text-align: center;
		margin-top: 40px;
	}
	
	.page-id-93 .conf input{
		 width: 292px;
		height: 66px;
    	margin: 0 auto;
		margin-top:20px;
	}
	
	.send_btn{
		line-height: 65px;
	}
	
	.send,.thanks_btn{
	    width: 292px;
		height: 66px;
	}
	
	.thanks_btn p{
		line-height: 65px;
	}
	
	
	
}


/*  

#wpcf7-f92-o1 .conta_form_detail .cf-turnstile{
	display:none;
}
*/




