@charset "UTF-8";

/* =============================================
 Products CSS
============================================= */

/* ================ page main image ================ */

.page_main_img{
    background-color: #EEE;
    background-image: url(../img/main_img.jpg);
}

/* ================  ================ */

h1.contents_title {
  color: #886b3d;
  font-size: 24px;
  margin-bottom: 20px;
}

.privacy h2.contents_title{
  text-align: left;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.privacy ul li {
    list-style: none;
    padding-bottom: 10px;
    text-align: left;
}

.indent {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
/* ============================ SP ============================ */

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


}

/* ============================ MD ============================ */

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

  h1.contents_title {
    font-size: 30px;
    margin-top: 60px;
  }

  /* ================  ================ */

}
/* ============================ PC ============================ */

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

    /* ================  ================ */

}
