<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;display=swap");

/* message	 ======================================================== */
#message {
  margin: 0 auto 100px;
}

.message_txt {
  display: block;
  margin-bottom: 100px;
}

.message_txt h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.message_txt p {
  font-size: 16px;
  line-height: 2;
}


/* ================= recruit ================= */
.recruit_box {
  width: 100%;
  margin: 25px auto 100px;
}

.recruit_box dl {
  border-bottom: 1px solid #ccc;
}

.recruit_box dl:after {
  content: "";
  clear: both;
  display: block;
}

.recruit_box dl dt,
.recruit_box dl dd {
  border-top: 1px solid #ccc;
}

.recruit_box dl dt {
  float: left;
  width: 20%;
  padding: 15px 0;
  font-weight: bold;
  clear:  both;
}

.recruit_box dl dt span {
  font-weight: normal;
}

.recruit_box dl dd {
  float: right;
  width: 80%;
  padding: 15px 0;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }

  .message_box {
    margin: 0 auto 80px;
    padding: 0 40px;
  }

  .message_txt p br{
    display: none;
  }

  .profile_box {
    width: 90%;
  }

  .profile_box dl dt {
    font-size: 14px;
  }

  .profile_box dl dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 96%;
  }

  #message {
    margin: 0 auto 70px;
  }

  .message_box {
    margin: 0 auto 50px;
    padding: 0 30px;
  }

  .message_txt {
    margin-bottom: 75px;
  }

  .message_txt h3 {
    font-size: 23px;
  }

  .message_txt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  #message {
    margin: 0 auto 55px;
  }

  .message_txt {
    margin-right: 0;
  }

  .message_txt h3 {
    text-align: center;
  }

  .recruit_box {
    margin: 25px auto 50px;
  }
}

@media screen and (max-width: 428px) {
  .message_box {
    padding: 0 10px;
  }

  .message_txt {
    margin-bottom: 0;
  }

  .message_txt br {
    display: none;
  }

  .message_txt h3 {
    font-size: 20px;
  }

  .recruit_box dl {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  .recruit_box dl:nth-last-child(1) {
    padding-bottom: 18px;
  }
  
  .recruit_box dl dt {
    float: none;
    width: auto;
    padding: 10px 0 0;
  }

  .recruit_box dl dt br{
    display: none;
  }

  .recruit_box dl dd {
    float: none;
    width: auto;
    padding: 0 0 10px;
    border: none;
  }
}
</pre></body></html>