.recruit{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.recruit .mainimage img{
    width: 100%;
    height: auto;
}

.recruit .recruit-point dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

.recruit .recruit-point dt{
    width: 100%;
    padding: 0 0 5px 0;

}

.recruit .recruit-point dt img{
    width: 100%;
    height: auto;
}

.recruit .recruit-point dd{
   width: 100%;
    margin: 0 0 22px 0;
    border-bottom: 1px solid #CCC;
    padding: 0 0 24px 0;
}
.recruit .recruit-point dd p{
  padding:0 0.5rem;
}
.recruit-detail p{
  padding:0 0.5rem;
}
.recruit .recruit-point dd h3{
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    background: #ffe7f4;
    margin: 10px 0 5px 0;
}

.recruit-detail dl {
    display: flex;
    flex-wrap: wrap;
}


.recruit-detail dl dt{
   background: #ffe7f4;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 0.25rem;

}

.recruit-detail dl dd {
    width: 100%;
    padding: 10px 0 30px 0;
    line-height: 1.8;
    background: #fff;
    margin-bottom: 0.5rem;
}

.recruit-detail dl dd p a {
    font-size: 12px;

}
.recruit-detail dl dd p span{
      font-size: 12px!important;
}

.recruit-contact-wrap dl dt{
  text-align: center;
  font-size: 1rem;
  padding-bottom: 2rem;
}
.recruit-contact-wrap dl dd p a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    padding: 12px;
    font-size: 16px;
    margin: 0 auto 15px auto;
    width: 100%;
    box-sizing: border-box;
    background: #f2689c;
    line-height: 1;
    max-width: 300px;
    color:#fff;
    filter: drop-shadow(1px 1px 1px #bbb);
}

.recruit-contact-wrap dl dd .second a{
  background: #05d745;
}
.recruit-contact-wrap dl dd .third a{
  background: #709aee;
}

.recruit-contact-wrap .contents_header h2{
  font-size:1rem;
}

@media screen and (min-width: 640px) {
.recruit .recruit-point dt {
    width: 40%;
    padding: 0 0 15px 0;
}
    .recruit .recruit-point dd {
    width: 57%;
    margin: 0;
    border-bottom: none;
    padding: 0 0 15px 0;
}

    .recruit .recruit-point dd.wide {
    width: 100%;
}
.recruit-contact dd{
  display: flex;
  justify-content: space-around;
}
.recruit-contact dd p{
  width:30%;
}
}
