@charset "utf-8";


.cont01{
  max-width: 960px;
  margin: 0 auto;
}

.pageTitle01{
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
  font-size: 2rem;
  background: url(../images/title-bg01.gif) repeat center 50%;
}

@media screen and (max-width:1024px){
  .cont01{
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }
}

@media screen and (max-width:768px){
  .pageTitle01{
    font-size: 1.25rem;
    line-height: 45px;
  }
}

/* ------------------------------

pageHeader

------------------------------ */


#pageHeader{
  padding: 20px 0;
  border-bottom:20px solid #008042;
}

.pageHeaderInner{
  max-width: 960px;
  margin: 0 auto;
}

#pageHeader .logo{
  float: left;
}

#pageHeader .logo img{
  height: 52px;
}

#pageHeader #pageNav{
  float: right;
  margin-top: 18px;
}

#pageHeader #pageNav ul{
  letter-spacing:-.4rem
}


#pageHeader #pageNav li{
  display: inline-block;
  border-right: 1px solid #212121;
  letter-spacing: normal;
}

#pageHeader #pageNav li:last-child{
  border-right: none;
}

#pageHeader #pageNav li a{
  text-decoration: none;
  padding:0 15px;
  font-size: 16px;
  display: block;
  line-height: 1;
}

@media screen and (max-width:1024px){
  #pageHeader{
    padding: 20px 10px;
  }
}

@media screen and (max-width:768px){
  #pageHeader .logo{
    float: none;
  }
  #pageHeader #pageNav{
    float: none;
    margin-top: 20px;
  }
  #pageHeader #pageNav#pageNav li{
    float: left;
    width: 50%;
    border:none;
    border-left:1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #pageHeader #pageNav#pageNav li:nth-child(2n){
    border-right: 1px solid #ccc;
  }
  #pageHeader #pageNav#pageNav li:nth-child(-n+2){
    border-top: 1px solid #ccc;
  }
  #pageHeader #pageNav li a{
    padding: 10px 15px;
  }
}

/* ------------------------------

topImg

------------------------------ */

.topImg{
  border-bottom:20px solid #008042;
  margin-bottom: 20px;
}

.topImgInner{
  text-align: right;
  position: relative;
}

.topImgInner > img{
  width: 50%;
}

.topImgInner h1{
  position: absolute;
  left: 0;
  top: 7%;
  width: 44%;
}




/* ------------------------------

box01

------------------------------ */



.box01 ul{
  margin: 0 auto;
  max-width: 1000px;
  padding: 60px 10px;
  letter-spacing: -.4rem;
}

.box01 li{
  display: inline-block;
  letter-spacing: normal;
  width: 28%;
  margin-right: 8%;
}

.box01 li:last-child{
  margin-right: 0;
}

@media screen and (max-width:768px){
  .box01 ul{
    padding: 40px 10px;
  }
  .box01 li{
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (max-width:480px){
  .box01.box01 li{
    float: none;
    width: 40%;
    margin:1% 5%;
  }
}


/* ------------------------------

box01

------------------------------ */


.box02 ul{
  padding: 60px 0;
  letter-spacing: -.4rem;
}

.box02 li{
  display: inline-block;
  letter-spacing: normal;
  width: 30%;
  margin:0 5% 3% 0;
}

.box02 li:nth-child(3n){
  margin-right: 0;
}

.box02Img{
  background: url(../images/box02-bg01.png) no-repeat center 50%;
  padding: 20px 0 0;
}

.box02Img .cont01{
  position: relative;
  
}

.box02Img .imgHuman{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.box02Img h3{
  width: 75%;
  margin-left: 4.5%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:1024px){
  .box02Img .imgHuman{
    width: 18%;
  }
}

@media screen and (max-width:768px){
  .box02 ul{
    padding: 30px 0;
  }
  .box02.box02 li{
    width: 48%;
    margin:0 4% 4% 0;
  }
  .box02 li:nth-child(2n){
    margin-right: 0;
  }
}


/* ------------------------------

.box03

------------------------------ */

.box03Cont01{
  text-align: right;
}

.box03Cont01{
  position: relative;
}

.box03Cont01 > img{
  width: 60%;
}

.box03Cont01 h3{
  position: absolute;
  left: 0;
  top: 20%;
  width: 35%;
}

.box03Cont02{
  background-color: #3e3a39;
  padding: 60px 0;
}


.box03Cont02 ol{
  max-width: 900px;
  margin: 0 auto;
}

.box03Cont02 ol li{
  float: left;
  width: 30%;
  position: relative;
  text-align: center;
}

.box03Cont02 ol li:not(:last-child){
  margin-right: 5%;
}

.box03Cont02 ol li:not(:last-child):after{
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #b5935a;
  position: absolute;
  left: 60%;
  top: 50%;
}

.box03Cont02 ol li img{
  position: relative;
  z-index: 50;
}

.box03Cont02 ul{
  margin-top: 40px;
}

.box03Cont02 ul li{
  float: left;
  width: calc(100% / 3 - 4px);
}

.box03Cont02 ul li:not(:last-child){
  margin-right: 6px;
}

.box03Cont02 p em{
  text-align: center;
  display: block;
  margin-top: 40px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.box03Cont03{
  padding: 5vw 0;
  background: url(../images/box03-work-title-bg01.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}


.box03Cont03 h3{
  width: 60%;
  margin: 0 auto 50px;
}

.box03Btn01{
  background-color: #3e3a39;
  padding: 60px 0;
}

@media screen and (max-width:1024px){
  .box03Cont02{
    padding: 60px 15px;
  }
}

@media screen and (max-width:768px){
  .box03Cont02{
    padding: 40px 15px;
  }
  .box03Cont02 p em{
    font-size: 1rem;
  }
  .box03Btn01 a{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

/* ------------------------------

box04

------------------------------ */

.box04 > p{
  padding: 40px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #008042;
}

.box04Cont01{
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items:flex-end;
}

.box04Cont01 .img{
  width: 40%;
}

.box04Cont01 .text{
  width: 60%;
  padding:3% 0 0 5vw;
  margin-bottom: 30px;
  background: url(../images/box04-bg01.png) no-repeat center 50%;
  -webkit-background-size: contain;
  background-size: contain;
}

.box04Cont01 .text ol li{
  float: left;
  width: 48%;
  margin-bottom: 4%;
}

.box04Cont01 .text ol li:nth-child(2n){
  margin-left: 4%;
}

.box04Cont01 .text ol li i{
  display: block;
  float: left;
  font-style:normal;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #008042;
  border-radius: 50%;
  color: #fff;
  width: 43px;
  height: 43px;
  margin-top: 5%;
}

.box04Cont01 .text ol li dl{
  overflow: hidden;
  text-align: left;
  padding-left: 15px;
}

.box04Cont01 .text ol li dl dt{
  font-size: 1.5rem;
}

.box04Cont01 .text ol li dl dd{
  font-weight: bold;
  color: #727171;
}

@media screen and (max-width:1280px){
  .box04Cont01{
    width: 90%;
  }
  .box04Cont01 .text{
    width: 55%;
    padding-left: 2vw;
  }
  .box04Cont01 .img{
    width: 45%;
  }
  .box04Cont01 .text ol li dl dt{
    font-size: 1.5vw;
  }
}

@media screen and (max-width:1024px){
  .box04 > p{
    padding: 40px 15px;
    font-size: 1.25rem;
  }
  .box04Cont01{
    width: 98%;
    align-items:center;
  }
  .box04Cont01 .img{
    width: auto;
  }
  .box04Cont01 .text{
    width: 400px;
    padding:0 0 0 5vw;  }
    .box04Cont01 .text.text ol li{
      float: none;
      width: 100%;
      margin: 0 0 10px;
    }
    .box04Cont01 .text ol li dl dt{
      font-size: 1.25rem;
    }
  }

  @media screen and (max-width:768px){
    .box04Cont01{
      width: 96%;
      flex-direction:column;
    }
    .box04Cont01 .img img{
      width: 70%;
    }
    .box04Cont01 .text{
      width: 100%;
      padding: 0;
      margin-top: 30px;
    }
    .box04Cont01 .text.text ol li{
      float: left;
      width: 48%;
    }
    .box04Cont01 .text ol li i{
      margin-top: 0;
    }

  }

  @media screen and (max-width:480px){
    .box04Cont01 .img img{
      width: 90%;
    }
    .box04Cont01 .text.text ol li{
      float: none;
      width: 100%;
    }
  }

/* ------------------------------

box05

------------------------------ */


.box05 table{
  margin: 40px auto;
  border-spacing:15px;
  border-collapse:separate;
}

.box05 table th,
.box05 table td{
  border:none;
  font-weight: bold;
  border-bottom: 3px solid #008042;
  
}

.box05 table th{
  background-color: #f0e9de;
  font-size: 1rem
}

@media screen and (max-width:768px){

  .box05 table{
    margin-top: 30px;
    border-spacing:0;
    border-collapse:separate;
  }

}

/* ------------------------------

box06

------------------------------ */

.box06 .entryBox{
  margin-top: 60px;
}


.lpEntry{
  margin:40px 0;
}

.lpEntry h2 img{

  width:100%;

}

.lpEntry figure{

  margin:40px 0;
}

.lpEntry{
  margin-bottom:0px;
}

.btnBox button {
  width: 550px;
  height: 105px;
  background: url(../images/btn02.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: 60px auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  box-shadow: none;
  border: none;
}
@media screen and (max-width:768px){
  .box06 .entryBox{
    margin-top: 30px;
  }
}

@media screen and (max-width:600px){
  .btnBox button{
    width: 85%;
    height: 0;
    margin: 0 auto 40px;
    padding-bottom: 16%;
  }
}

/* ------------------------------

 lpForm

 ------------------------------ */
 .lpForm {
  text-align:left;
}

@media screen and (min-width:1025px){
  .lpForm:after{
    content:"";
    display:block;
    clear:both;
  }
  .lpCont03Inner ul, .lpCont03Inner ol {
    width: 750px;
    margin: 0 auto;
  }
  .lpCont03Inner li:nth-child(4) {
    margin-right: 20px !important;
  }

  .lpFormBoxLeft{

    width:48%;
    float:left;
  }

  .lpFormBoxRight{
    width:48%;
    float:right;
  }
}
/* ------------------------------

 footer

 ------------------------------ */

 @media screen and (min-width:1025px){
  footer div:first-child{
    width:48%;
    float:left;
  }

  footer:after{
    display:block;
    content:"";
    clear:both;
  }

  footer div:last-child{

    width:48%;
    float:right;
  }

  .footerTxt{

    width: 89%;
  }

}

.copyright{
  margin-top:40px;
  width:100%;
  background:#004FB1;
  color:#ffffff !important;
}

@media screen and (max-width:1024px){
  .footerImg,.footerTxt{

    margin-top:20px;
  }

  .lpFormBoxLeft,.lpFormBoxRight{
    margin-left:10px !important;
  }


}

@media screen and (max-width:480px){

  footer img{
    width:80%;
  }

}

@media screen and (min-width:1025px){
  .lpWorksInner,.lpFormInner,.entryBox,footer{
    width: 960px;
    margin: 0 auto;
  }
  h2{
    width:100%;
  }
  h2 span{
    width:960px;
    margin:0 auto;
    display:block;
  }

  .lpWorks h2 span img, .lpForm h2 span img{
    padding-top:15px;

  }

  .lpWorks h2 span, .lpForm h2 span{
    height:89px;
    background: url(../../images/aisin-aw-title-icon01.png) no-repeat 100% #384742;
  }
  .lpWorks h2, .lpForm h2{
    background:#384742;
    padding:0;
  }
}

.lpEntry p{
  text-align:left;
  margin-bottom:10px;

}

@media screen and (min-width:1025px){
  .lpEntry p{
    width:960px;
    margin:0 auto 10px;

  }
}
@media screen and (max-width:1024px){

  .lpEntry p{
    margin:30px 10px 10px;
  }

  input{
    font-size:150%;
  }

  .inputSm{
    width:20%;
  }
}

.required {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  background: #F00;
}



@media screen and (min-width:1025px){


  .footerTxt{
    width: 91%;
    font-size: 120%;
    margin: 10px 0;
    
  }


  .main{
    width: 1500px;
    height: 405px;
    margin: 0 auto;
  }


  footer div:last-child{
    float:none;
    width:100%;

  }

  .lpCont03Inner ul,.lpCont03Inner ol{
    width:750px;
    margin:0 auto;
  }

  .lpCont03Inner li:nth-child(4){
    margin-right:20px !important;
  }

/*.lpEntry p{
    margin-top: -30px;
    }*/
  }

  #container{
    width:100%;
    padding-top: 10px;
  }

  #slides{
    margin: 0 auto;
  }

/*.freediyal{
    margin-top:-40px;
    }*/

    .lpVoice p{
      text-align:left !important;
    }
    @media screen and (max-width:480px){
      input{
/*
    width:80%;
    */
  }
}

.lpVoice{
  margin:40px 0; 
}

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

@media screen and (max-width:1024px){
  .lpVoice{
    padding:10px;
  }
  .lpVoice h4 {
    padding: 15px 0;
    text-align: left;
    margin: 10px 0 20px;
    border-left: none;
    background: #d2d2d2;
    text-align: center;
    text-align: left;
    font-size: 25px;
    padding-left: 10px;
  }
}

.lpVoice h4 {
  padding: 15px 0;
  text-align: left;
  margin: 10px 0 20px;
  border-left: none;
  background: #d2d2d2;
  text-align: center;
  font-size: 30px;
}


@media screen and (min-width:1025px){
  .osusumeBnr{
    width:1000px;
    margin:0 auto 30px;
  }


}

@media screen and (max-width:480px){
  .footerTxt{
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1024px){
  .osusumeBnr02,
  .osusumeBnr {
    margin:10px 10px 30px;
  }

  .osusumeBnr02 h3,
  .osusumeBnr h3{
    font-size:18px !important;
  }
}

.footerBtn {
  width: 48% !important;
}
.osusumeBnr02 h3,
.osusumeBnr h3{
  font-size: 20px;
  color: #1d1d1d;
  text-align: left;
  border-bottom: 4px solid #252525;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.footerImg{
  margin-bottom:30px;
}

footer div:first-child{
  float:none;
  width:100%;
}

footer > div:after,
.osusumeBnr02:after,
.osusumeBnr:after{
  content:"";
  display:block;
  clear:both;
}

.osusumeBnr02 li img,
.osusumeBnr li img{
  width:100%;
}
.osusumeBnr02 li{
 float:left;
 width:31%;
 margin-right:2%; 
}

.osusumeBnr li{
  float:left;
  width:31%;
  margin-right:2%;
}

.osusumeBnr02 li:last-child,
.osusumeBnr li:last-child{
  margin-right:0;
}

@media screen and (max-width:480px){
  .osusumeBnr02 li{
    float:none;
    width:100%;
    margin-bottom:10px;
  }
}


@media screen and (min-width:1025px){
#cartNetxBtn{
padding-top:20px;
text-align: center;
}

#cartNetxBtn a{
    position: relative;
    bottom: 40px;
}

}

#cartNetxBtn input{
  max-width: 94%;
  margin: 0 auto;;
}
.entryBtn{
  margin-bottom: 15px;
}



.link {
    padding: 30px 0 50px;
}
.link a {
    font-size: 1.8em;
}
@media screen and (max-width:480px){
  .link {
    padding: 0 0 50px;
  }
  .link a {
    font-size: 1em;
  }
}