@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :asuto.css
 style info :/asuto/のスタイル
=================================================================== */
.langBox {
  display: none;
}

@media screen and (min-width: 768px) {
  .contentArea .sec .main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .sec .main {
    margin-bottom: 6vw;
  }
}
.contentArea .sec .aboutBox {
  background: #fff;
  padding: 8px;
  border: 2px solid #b2b2b2;
}
@media screen and (min-width: 768px) {
  .contentArea .sec .aboutBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .sec .aboutBox {
    margin-top: 10vw;
  }
}
.contentArea .sec .aboutBox dt {
  background: #e6e6e6;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .sec .aboutBox dt {
    font-size: 18px;
  }
}
.contentArea .sec .aboutBox dd {
  text-align: left;
  padding: 0 1em;
}