@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  line-height: 3.6rem;
}

p.entry {
  margin-top: 30px;
}

.text_link {
  font-size: 1.3rem;
  text-decoration: underline;
}

.detail_recruit {
  margin-top: 100px;
}

.detail_title {
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
  border-bottom: solid 1px #e8e8e8;
}

.detail_recruit dl {
  display: -webkit-flex;
  display: flex;
  padding: 16px 0;
}

.detail_recruit dt {
  width: 20%;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
}

.detail_recruit dd {
  width: 80%;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .detail_recruit {
    margin-top: 80px;
  }

  .detail_title {
    font-size: 2rem;
  }

  .detail_recruit dt {
    width: 28%;
  }

  .detail_recruit dd {
    width: 72%;
  }
}
