@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
.sec-top .page-tit {
  margin: 70px auto 60px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.sec-top .page-tit .jp {
  font-size: 3.2rem;
}

.sec-top .page-tit .en {
  font-size: 1.3rem;
}

.sec-top .top-container1 {
  margin-bottom: 100px;
  position: relative;
}

.sec-top .top-container1 p {
  text-align: center;
  line-height: 2em;
}

.sec-top .top-container2:after {
  content: "";
  clear: both;
  display: block;
}

.sec-top .top-container2 li {
  width: 33.33%;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-top .page-tit {
    width: auto;
    margin: 50px auto 30px;
  }
  .sec-top .page-tit .jp {
    font-size: 2.4rem;
  }
  .sec-top .page-tit .en {
    font-size: 1.1rem;
  }
  .sec-top .top-container1 {
    margin-bottom: 40px;
  }
  .sec-top .top-container1 p {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0 15px;
  }
}

.ec-container {
  margin-top: 80px;
}

.ec-container .ec-box .product {
  width: 300px;
  margin: 30px auto;
}
