@charset "UTS8";
/*
Theme Name: CAR LINE
*/
*{
  margin: 0;
  padding: 0;
  box-sizing:border-box; /*余白や線を幅や高さに含める*/
}
.contact_contents{
  max-width: 600px;
  margin: 0 auto;
}
/* header {
  height: 100px;
} */
/* header h1{
  position: fixed;
  top: 15px;
  left: 30px;
  width: 10%;
}
header h1 img{
  width: 100%;
} */
.header_cover{
  /* margin-top: 100px; */
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background-color: #333;
}
footer{
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 150px;
  padding: 15px 0;
}
footer p{
  margin-bottom: 0 !important;
}
.tel_area{
  margin: 60px 0;
  background-color: #e7ebf5;
  text-align: center;
  padding: 2%;
}
.tel_area h3{
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}
.tel_area h4{
  margin-bottom: 20px;
}
.tel_area img{
  width: 30px;
  height: 30px;
  margin: 5px 4px 0 0 ;
}
.tel_area a{
  font-size: 32px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.tel_area p{
  margin-top: 30px;
}
.tel_area span{
  font-weight: bold;
}
/*============= Contact ===================*/
#contact a{
  display: block;
  background-image: url(images/contact_cover.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 5%;
  color: #fff;
  text-decoration: none;
}
p{
  margin-bottom: 30px;
}
.required{
  background-color: #165D77 !important;
  color: #fff;
  font-size: 14px;
  display: inline;
  padding: 5px 10px;
  border-radius: 16px;
  margin-left: 15px;
}
.ninni{
  background-color: #333333 !important;
  color: #fff;
  font-size: 14px;
  display: inline;
  padding: 5px 10px;
  border-radius: 16px;
  margin-left: 15px;
}
label{
  float: left;
  font-weight: bold;
  font-size: 16px;
}
select{
  width: 50%;
  background: #eee !important;
  border:none ;
  padding: 10px 10px;
  margin-top: 5px;
}
input {
  background: #eee !important;
  border:none ;
  width: 100%;
  padding: 10px 10px;
  margin-top: 5px;
}
textarea{
  background: #eee !important;
  border:none ;
  width: 100%;
  padding: 10px 10px;
  display: inline;
}
.submit{
  margin-top: 40px;
}
.submit input{
  background-color: #333 !important;
  color:#fff !important;
}
.wpcf7-submit{
  background-color: #165D77 !important;
  color: #fff !important;
}
/*==============================================================================================
================================================================================================
iPad Proのスタイル  画面の横幅1024px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:1024px){
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅768px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:768px){
  .contact_contents{
    width: 90%;
    margin: 0 auto;
  }
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅414px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:414px){
}

/*==============================================================================================
================================================================================================
iPhone6のスタイル  画面の横幅375px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:375px){

}
