@charset "UTF-8";

.recruitdlwrap {}
.recruitdlwrap h3 { padding: 15px 10px; margin-bottom: 10px; font-weight: bold; font-size: 1.1em; background: #e6ddd7; }
.recruitdl { display: flex; flex-wrap: wrap; width: 100%; }
.recruitdl:not(:last-child) { margin-bottom: 60px;}
.recruitdl dt,
.recruitdl dd { padding: 20px 0; border-bottom: 1px solid #e6ddd7; }
.recruitdl dt { width: 150px; font-weight: bold; }
.recruitdl dd { width: calc(100% - 150px); }
.recruitdl dd p:not(:last-child) { margin-bottom: 15px;}

@media screen and (max-width: 600px) {
  .recruitdl dt,
  .recruitdl dd { width: 100%;}
  .recruitdl dt { padding-bottom: 0; border-bottom: none;}
  .recruitdl dd { padding-top: 5px;}
}