@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
Access
-------------------------------------------*/
.intro {
  background-color: #e9e1d1;
  padding: 40px 0;
}
.intro .inner {
  display: flex;
}
.intro .text .section-title-l {
  margin-bottom: 20px;
}
.intro .text .section-title-l .ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.intro .text .section-title-l .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.intro .b-description {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.intro .info {
  font-size: 16px;
  margin-right: auto;
}
.intro .info dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.intro .info dd {
  margin-bottom: 10px;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {

  /*-------------------------------------------
  Access
  -------------------------------------------*/
  .access {
    padding: 40px 0;
  }
  .access .inner {
    flex-direction: column-reverse;
  }
  .access .info dd:last-child {
    margin-bottom: 0;
  }
}
