@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : welfare.css                               */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
h3 {
  font-size: 26px;
  color: #990044;
  font-weight: 700;
  border-bottom: solid 2px #990044;
  padding-bottom: 25px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1;
}

section.welfare_wrap .welfare_dl {
  border-bottom: 1px solid #DFDFDF;
  padding: 40px 0;
}
section.welfare_wrap .welfare_dl:first-of-type {
  padding-top: 0;
}
section.welfare_wrap dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
section.welfare_wrap dd.dd01 {
  position: relative;
  padding-right: 27.2%;
}
section.welfare_wrap dd.dd01 .img01 {
  width: 25%;
  position: absolute;
  top: -45px;
  right: 0;
}
section.welfare_wrap .img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
section.welfare_wrap .img_box li {
  width: 30.91%;
  max-width: 340px;
  margin-right: 40px;
}
section.welfare_wrap .img_box li:nth-child(3n) {
  margin-right: 0;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  section.welfare_wrap .welfare_dl {
    padding: 25px 0;
  }
  section.welfare_wrap dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.welfare_wrap dd.dd01 {
    padding-right: 0;
  }
  section.welfare_wrap dd.dd01 .img01 {
    margin-top: 15px;
    width: 100%;
    position: static;
    text-align: center;
  }
  section.welfare_wrap dd.dd01 .img01 img {
    width: 80%;
  }
  section.welfare_wrap .img_box {
    display: block;
    margin-top: 50px;
  }
  section.welfare_wrap .img_box li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2% 0;
  }
  section.welfare_wrap .img_box li:last-child {
    margin-bottom: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=welfare.css.map */