@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : care.css
 Style Info : 「介護事業」のCSS
====================================================== */

#page-link-block {
  margin-bottom: 2em;
}

#page-link-block li:not(:last-child) {
  margin-bottom: .5em;
}

#page-link-block li a {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #716e56;
  font-weight: 700;
}

#page-link-block li a::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #f08c00;
}

.shisetsu-box {
  margin-bottom: 2.5em;
}

.shisetsu-box .sec-title1 {
  margin-bottom: .6em;
}

.shisetsu-box h4 {
  margin-bottom: .6em;
  padding-bottom: .3em;
  color: #f08c00;
  border-bottom: 3px solid #f08c00;
}

.shisetsu-box .img-box-sp {
  margin-bottom: 1em;
}

.shisetsu-box .img-box-sp p {
  margin-top: .1em;
  font-size: 1.4rem;
}

.shisetsu-box .addr-box li:not(:last-child) {
  margin-bottom: .5em;
}

.shisetsu-box .img-box {
  display: none;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  #page-link-block {
    margin-bottom: 2.5em;
  }

  #page-link-block li:not(:last-child) {
    margin-bottom: .6em;
  }

  .shisetsu-box {
    margin-bottom: 3em;
  }

  .shisetsu-box .sec-title1 {
    margin-bottom: .8em;
  }

  .shisetsu-box h4 {
    margin-bottom: .7em;
    padding-bottom: .4em;
  }

  .shisetsu-box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shisetsu-box .img-box-sp {
    display: none;
  }

  .shisetsu-box .text-box {
    width: 48%;
  }

  .shisetsu-box .img-box {
    display: block;
    width: 48%;
  }
}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {
  #page-link-block {
    margin-bottom: 3em;
  }

  #page-link-block li:not(:last-child) {
    margin-bottom: .7em;
  }

  .shisetsu-box {
    margin-bottom: 3.5em;
  }

  .shisetsu-box .sec-title1 {
    margin-bottom: 1em;
  }

  .shisetsu-box h4 {
    margin-bottom: .8em;
    padding-bottom: .5em;
  }
}
