@charset "utf-8";

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

/*----------------------------------------------------
  contact
----------------------------------------------------*/
.sec_contents {
    margin: 85px 0 0;
}
.sec_contents section {
    margin: 0 0 30px;
}
.sec_contents section + section {
}
.sec_contents section + section + section {
    margin: 0;
}
.sec_contents section h1 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 23px;
}



}


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

/*----------------------------------------------------
  contact
----------------------------------------------------*/
.sec_contents {
}
.sec_contents section {
    margin: 0 0 12px;
    padding: 20px 30px 0;
}
.sec_contents section + section {
    padding: 0 30px;
}
.sec_contents section + section + section {
    margin: 0;
}
.sec_contents section h1 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 23px;
}


}


