@charset "UTF-8";
.recruitment .con_conditions.container {
  font-weight: 500;
  max-width: 500px; }
.recruitment .con_detail .container {
  max-width: 736px; }
  .recruitment .con_detail .container .box_list label {
    font-weight: 500; }

/*//////////////////////////////////////////////////////*/
.card-header{
  padding: 5px 10px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body{
  padding: 20px 40px 0 40px;
}
.card-body dd{
  white-space: pre-line;
}
.card-item{
  width: 100%;
  display: inherit;
  padding-top: 10px;
}
.card-item{
  border-bottom: 1px dashed #766f6d;
}
.card:not(:last-child){
  margin-bottom: 30px;
}

.title{
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.btn-entry{
  font-size: 16px;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  line-height: normal;
  border-radius: 0.25rem;
}
/*//////////////////////////////////////////////////////*/

/*****************************************************************************************/
/************************************  レスポンシブ ***************************************/
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 41px; } }
@media (max-width: 414px) {
  .btn {
    font-size: 17px; } }
