@charset "utf-8";

#dealers #main {
   width:100%;
   padding-top:150px;
   color:#fff;
}
#dealers .sec01 {
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   padding-bottom:70px;
}
#dealers .sec01 .wrap {
   width:500px;
   margin-left:auto;
   margin-right:auto;
   font-size:1.3rem;
}
#dealers .sec01 .wrap h2 {
   text-align: left;
   line-height:1.7em;
   margin-top:30px;
   margin-bottom:50px;
   font-size:2.4rem;
   font-family: 'Cormorant Garamond';
}
#dealers .sec01 .wrap hr {
   width:60px;
   text-align:left;
   margin-left:0;
   margin-right:auto;
   margin-top:15px;
   margin-bottom:15px;
}
#dealers .sec01 .wrap ul {
   margin-bottom:60px;
   line-height:2em;
}




#dealers .sec01 .wrap .preparation {
   text-align: center;
   line-height:1.7em;
   margin-top:150px;
   margin-bottom:150px;
   font-size:2rem;
}






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

#dealers #main {
   width:100%;
   padding-top:40%;
   color:#fff;
}
#dealers .sec01 {
   width:90%;
   margin-left:auto;
   margin-right:auto;
   padding-bottom:25%;
}
#dealers .sec01 .wrap {
   font-size:1.3rem;
   width:100%;
}
#dealers .sec01 .wrap p {
   padding-bottom:10%;
}
#dealers .sec01 .wrap h2 {
   text-align: center;
   line-height:1.7em;
   margin-top:5%;
   margin-bottom:25%;
}
#dealers .sec01 .wrap ul {
   margin-bottom:20%;
   line-height:2em;
}

}
