@charset "UTF-8";
/*
ココロとからだの健康
/recruit/welfare/health/
Version: 1.0.0
Update: 2024-09-03
*/
/* トップコメント */
.topcomment {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topcomment {
    text-align: left;
  }
}

/* コンテンツリスト */
.contentList {
  margin: 0 -20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .contentList {
    margin: 0;
  }
}

.contentList > li {
  float: left;
  width: 50%;
  padding: 20px 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contentList > li {
    float: none;
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: 1px solid #80b3da;
  }
}

.contentList > li:nth-child(2n + 1) {
  clear: left;
}

.contentList > li .icon {
  float: left;
}

@media screen and (max-width: 767px) {
  .contentList > li .icon {
    width: 48px;
  }
}

.contentList > li h4 {
  padding-bottom: 10px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1;
}

.contentList > li h4,
.contentList > li .comment {
  margin-left: 125px;
}

@media screen and (max-width: 767px) {
  .contentList > li h4,
  .contentList > li .comment {
    margin-left: 60px;
  }
}

.contentList > li a {
  color: #0068b6;
}

/* 全国健康保険協会岡山支部「健活企業」の認定 */
.certified {
  margin-top: 60px;
  padding: 30px 80px 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .certified {
    margin-top: 30px;
    padding: 20px 20px 40px;
  }
}

.certified .title {
  padding-bottom: 10px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .certified .title {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.3;
  }
}

.certified .exp {
  padding-top: 20px;
}

.certified .exp .title {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0;
  color: #333;
  font-family: "Noto Sans Regular", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .certified .exp .title {
    font-size: 1.2rem;
  }
}

.certified .exp .title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #0068b6;
  border-radius: 7px;
}

@media screen and (max-width: 767px) {
  .certified .exp .title::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
}

.certified .exp .comment {
  padding-left: 1em;
}
