/* サブナビゲーションヘッダーのリンクスタイル（クリック無効） */
.subNaviM .l-subnavi-head a {
  cursor: default;
}
.subNaviM .l-subnavi-head a:hover {
  pointer-events: none;
}
.subNaviM .l-subnavi-head a:hover::after {
  content: none;
}

/* メインビジュアルセクションのスタイル設定 */
.l-mainvisual, #mainVisual {
  background: #fff;
  height: 250px;
  margin-bottom: 10px;
}
.l-mainvisual h1, .l-mainvisual-h1, #mainVisual:not(.component_main) h1, #mainVisual-h1 {
  text-align: center;
  font-size: 38px;
  color: #002896;
  font-weight: bold;
  line-height: 1;
  margin-top: 29px;
  margin-bottom: 0;
  padding: 0;
}
.l-mainvisual h2, .l-mainvisual-h2, #mainVisual:not(.component_main) h2, #mainVisual-h2 {
  color: #002896;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  margin-top: 59px;
  padding-top: 0;
}
#mainVisual.component_main h1{
  color: #002896;
  border-bottom-color: #002896;
}
#mainVisual.component_main h2{
  color: #002896;
}

/* コンテンツラップのヘッダーと段落のスタイル */
.contentWrap h2, .l-contentWrap h2{
  font-size: 30px;
}
.contentWrap h3, .l-contentWrap h3{
  font-size: 24px;
}
.contentWrap .l-contentInner {
  font-size: 18px;
}
.contentWrap .l-contentInner a {
  color: #002896;
}
.contentWrap .l-contentInner p {
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.89;
}
.contentWrap .l-contentInner .sp_hide {
  display: block;
}
.contentWrap.pt0{
  padding-top:0;
}
.contentWrap .l-contentInner .mb40 {
  margin-bottom: 40px;
}
.contentWrap .l-contentInner .mb72 {
  margin-bottom: 72px;
}
#lang {
  margin: 0 auto;
  padding: 32px 0 0;
  /*  max-width: 1100px;*/
}
#lang a {
  text-decoration: underline;
}
#info {
  width: 100%;
}
#info tbody tr {
  border-bottom: solid 1px #CFCFCF;
}
#info tbody tr td span {
  display: block;
}
#info tbody tr td span:not(:last-of-type) {
  margin-bottom: 16px;
}
#info tbody tr td ol li {
  list-style-type: decimal !important;
  margin-left: 1em;
}
#info ul li, #info ol li, #info dl dt, #info dl dd {
  line-height: 1.9;
}
#info ol {
  padding: 0 16px;
}
#info.table-normal table, #info.table-normal table td, #info.table-normal table th {
  border: none;
}
table#info.table-simple ul{
  padding: 0;
}
table#info.table-simple td{
  vertical-align: middle;

}
table#info.table-simple table {
  width: 100%;
}
table#info.table-simple table tr,
table#info.table-simple table th,
table#info.table-simple table td{
  border: none;
}
table#info.table-simple table tr:not(:last-of-type){
  border-bottom: solid 1px #CFCFCF;
}
table#info.table-simple table td:first-of-type{
  vertical-align: top;
}
table#info.table-simple .company-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:8px;
}
table#info.table-simple td .jqa-logo {
  width: 238px;
}
table#info.table-simple td .jqa-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
table#info.table-simple a.map_link{
  position: relative;
  display: inline-block;
  padding-left: 2em;
  color: #002896;
  text-decoration: underline;
}
table#info.table-simple a.map_link::after {
  position: absolute;
  background: no-repeat url(../../../common/images/ico_link.svg);
  content: "";
  bottom: 0;
  right: -1.5em;
  width: 18px;
  height: 15px;
}
#info + .annot {
  width: 100%;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
.bottom_link {
  display: flex;
  justify-content: center;
}
.bottom_link span {
  display: block;
}
.bottom_link a {}
.bottom_link img {}
#executive {
  width: 100%;
}
#executive dt {
  float: left;
  clear: left;
  width: 11em;
}
#executive dd {
  float: left;
}
#executive ul li::before {
  display: none;
}
* + html #executive dd {
  width: 12em;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
#recrut dd {
  width: 600px;
  margin-bottom: 45px;
}
#recrut dd ul li a {
  width: 655px;
  line-height: 20px;
  padding: 10px 10px;
  background-color: #E5ECF5;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
#recrut dd ul li a:hover {
  background-color: #0F5BA9;
  color: #FFFFFF;
}
#recrut2 {
  margin-bottom: 45px;
}
#recrut2 span {
  color: #5487c4;
}
#btnRecrut {
  width: 676px;
  margin-top: 80px;
  margin-bottom: 100px;
}
#btnRecrut li {
  width: 300px;
  margin-right: 30px;
  float: left;
  font-size: 22px;
  text-align: center;
}
#btnRecrut li a {
  width: 300px;
  display: block;
  border-bottom: solid 2px #002896;
  color: #000;
  padding-bottom: 5px;
}
#btnRecrut li a:hover {
  border-bottom: solid 2px #bf0000;
  text-decoration: none;
}
.margin90 {
  margin-bottom: 90px;
}
/* トップメッセージ */
.message_main img {
  width: 100%;
  max-width: 880px;
  text-align: center;
}
.message_main p {
  text-align: left;
}
.right {
  text-align: right;
}
.jqa-banner {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.jqa-banner:hover {
  opacity: 0.8;
}
.txt-com-blue {
  color: #002896;
}
.bold {
  font-weight: bold !important;
}
/* 外部評価・表彰 */
.company-hyouka-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -36px;
  padding: 0 30px;
  gap: 16px;
}
.company-hyouka-flex-left {
  max-width: 220px;
  width: 220px;
}
.company-hyouka-flex-right {
  width: calc(100% - 220px);
}
/**/
.management-wrap table tr td {
  width: calc((100% - 25%) / 4);
  height: 47px;
}
.management-wrap table th:first-of-type {
  width: 25%;
}

.effort-wrap ul {
  flex-direction: column;
}
.effort-wrap ul li {
  width: 100%;
  padding: 0;
  border: none;
  line-height: 1.93;
  text-align: left;
  padding-left: 2em;
 }
.effort-wrap .margin_top24 {
  margin-top: 24px;
}
.effort-wrap .margin_top40 {
  margin-top: 40px;
}

.enquete-flex {
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
  gap: 16px;
}
.enquete-flex ul li {
  font-weight: bold;
}
.enquete-flex .enquete-flex-left li {
  color: #002896;
}
.enquete-flex .enquete-flex-right li {
  color: #bf0000;
}
/* モーダルCSS仮実装 */
.modal-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal-popup img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 80%;
  padding: 20px;
  background-color: #fff;
}
.modal-popup::after {
  content: '✕';
  position: absolute;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  top: 30px;
  right: 30px;
  cursor: pointer;
  line-height: 25px;
}
/*ページ下部リンク*/
.end-link {}
.end-link img {
  width: 100%;
  max-width: 400px;
}
/*about*/
.about_main h1 {
  color: #002896;
  text-align: center;
  font-size: 38px;
  margin: 0 auto;
  padding: 0;
}
.about_main h2 {
  font-size:30px;
  color: #002896;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
}
.about_main.contentWrap .l-contentInner p.top-lead{
  margin:32px auto 72px;
  text-align:center;
}
.about_main img {
  width:100%;
  max-width:none;
}
.about_main .l-column-box02a{
  margin-bottom:60px;
}
.about_main .l-column-box02a:last-child{
  margin-bottom:0;
}
.about_main .l-column-box02a div{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_main .l-column-box02a .l-column-left_item {
  margin-right:0;
}
.about_main .l-column-box02a .l-column-right_item.item--img,
.about_main .l-column-box02a .l-column-left_item.item--img{
  width:52%;
}
.about_main .l-column-box02a .l-column-right_item.item--txt,
.about_main .l-column-box02a .l-column-left_item.item--txt{
  width:46%;
}
@media screen and (max-width: 768px) {
  .contentWrap .l-contentInner .sp_hide {
    display: none;
  }
  .l-mainvisual h1::after, .l-mainvisual-h1::after, #mainVisual h1::after, #mainVisual-h1::after {
    position: static;
  }
  .l-mainvisual, #mainVisual {
    padding-top: 0px;
    height: 130px !important;
  }
  #mainVisual.component_main h1::after {
    position: absolute !important;
    background-color: #002896;
    left: calc(40% - 100%);
    width: 220%;
  }
  .table-normal {
    min-width: inherit;
  }
  table#info.table-simple tr:first-of-type{
    padding: 16px 21px;
  }
  table#info.table-simple table td{
    padding: 8px 16px 8px 0;
  }
  table#info.table-simple .company-flex{
    flex-direction: column;
    align-items: flex-start;
  }
  .company-hyouka-flex{
    flex-direction: column;
    padding: 0;
  }
  .company-hyouka-flex-right{
    width: 100%;
  }
  .company-hyouka-flex-right p{
    margin: 0 !important;
  }
  .end-link.l-column-box02a {
    flex-direction: column;
  }
  .end-link.l-column-box02a .l-column-left_item {
    width: 100%;
    max-width: none;
  }
  /*about*/
  .about_main h1 {
    font-size: 24px;
  }
  .about_main h2 {
    font-size:20px;
    margin-top: 0;
    text-align:center;
  }
  .about_main.contentWrap .l-contentInner p.top-lead{
    margin:24px auto 60px;
    text-align:left;
  }
  .about_main .l-column-box02a{
    flex-direction: column;
  }
  .about_main .l-column-box02a h2 + p{
    margin-top: 14px;
  }
  .about_main .l-column-box02a.flex--reverse{
    flex-direction: column-reverse;
  }
  .about_main .l-column-box02a .l-column-left_item,
  .about_main .l-column-box02a .l-column-right_item {
    width:100%;
  }
  .about_main .l-column-box02a .l-column-right_item.item--img,
  .about_main .l-column-box02a .l-column-left_item.item--img,
  .about_main .l-column-box02a .l-column-right_item.item--txt,
  .about_main .l-column-box02a .l-column-left_item.item--txt{
    width:100%;
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .contentWrap .l-contentInner .mb72{
    margin-bottom: 56px;
  }
  .l-mainvisual h1, .l-mainvisual-h1, #mainVisual:not(.component_main) h1, #mainVisual-h1 {
    font-size: 24px;
  }
  .l-mainvisual h2, .l-mainvisual-h2, #mainVisual:not(.component_main) h2, #mainVisual-h2 {
    font-size: 20px;
    margin-top: 48px;
  }
  #mainVisual.component_main h1 {
    margin-top: 10px !important;
    margin-right: 24px;
    margin-left: 24px;
  }
  .contentWrap h2, .l-contentWrap h2{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contentWrap h3, .l-contentWrap h3{
    font-size: 18px;
  }
  .contentWrap p, .l-contentWrap p {
    font-size: 16px;
  }
  .contentWrap .l-contentInner {
    font-size: 16px;
  }
  .contentWrap .l-contentInner p {
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.67;
  }
  #info > tbody > tr {
    border: none;
  }
  #info tr:first-of-type th {
    width: 100%;
    height: auto;
    border-top: none;
  }
  #info th, #info td {
    display: block;
    border: none;
    border-top: 1px solid #99A2AB;
  }
  #info td {}
  #info dl, #info ul {
    display: inline-block;
  }
  #info.table-normal table tr td:nth-of-type(2) {
    display: none;
    row-gap: 16px;
  }
  #info.table-normal table td {
    width: 100%;
  }
  table#info.table-simple td ol{
    padding: 0;
  }
  table#info.table-simple table td{
    padding: 16px 0;
  }
  #info + .annot {
    flex-direction: column;
    gap: 16px;
  }
  #info + .annot .jqa-logo{
    text-align: right;
  }
  .effort-wrap ul{
    font-size: 14px;
  }
  /*about*/
  .about_main h2 {
    margin-bottom: 0;
  }
}

/*健康経営-------------------------------------*/
/*（共通） 2階層サブナビ スタイル設定 */
#wellness #page-trail_wrap {
  top: 130px;
}
#wellness .section-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
#wellness .section-nav{
  display:block;
  position:absolute;
  top:70px;
  left:0;
  height:60px;
  width:100%;
  background-color: #EFF4F7;
}
#wellness .section-nav__list{
  display:flex;
  gap:42px;
  align-items: center;
  max-width: 1366px;
  padding: 0 20px 0 80px;
  color:#002896;
}
#wellness .section-nav__list .l-navi-head{
  font-size: 15px;
  font-weight: bold;
}
#wellness .section-nav__list a{
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  width: auto;
  color: #002896;
  font-size: 15px;
  font-weight:bold;
  text-decoration: none;
  cursor: pointer;
}
#wellness .section-nav__list a:hover,
#wellness .section-nav__list li.active a{
  color:#00a0f0
}
#wellness .section-nav__list a:after{
  content: '';
  display: inline-block;
  position: absolute;
  top:50%;
  right: -10px;
  height: 7px;
  width: 7px;
  border-top: 1px solid #002896;
  border-right: 1px solid #002896;
  transform: translateY(-50%) rotate(45deg);
/*   margin-left: 6px;
  margin-bottom: 1px; */
}
#wellness .section-nav__list a:hover:after,
#wellness .section-nav__list li.active a:after{
  border-top: 1px solid #00a0f0;
  border-right: 1px solid #00a0f0;
  right: -15px;
}
#wellness .scroll-target {
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 1366px) {
  #wellness .section-nav-wrap {
    max-width: 1295px;
    margin-right: 0;
  }
  #wellness .section-nav__list {
    margin-left: 1vw;
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #wellness .section-nav {
    height: auto;
    position: relative;
    top: 0;
  }
  #wellness .section-nav .section-nav-wrap {
    justify-content: flex-end;
    height: 60px;
  }
  #wellness .section-nav .section-nav-wrap ul {
    margin: 0;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list {
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
  #wellness .section-nav__list a::after {
    display: none;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list li a:hover::after {
    display: none;
  }
  
  #wellness .section-nav .section-nav-wrap .section-nav__list li:first-of-type {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-left: 24px;
    font-size: 14px;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list li:first-of-type a {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list li:nth-of-type(n+2) {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list li:not(:first-child) {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list li:first-child.active a::after {
    content: none;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list.open li:not(:first-child) {
    visibility: visible;
    height: auto;
    padding: 10px 0;
    background-color: rgba(239, 244, 247, 0.95);
    opacity: 1;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list.open li a {
    justify-content: center;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    height: auto;
    padding: 10px 0;
    cursor: pointer;
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list a:hover {
    color: var(--skyBlue);
  }
  #wellness .section-nav .section-nav-wrap .section-nav__list a:focus, #wellness .section-nav .section-nav-wrap .section-nav__list a:hover {
    outline: none;
  }
  .section-nav-cta {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #sp_section_menu_btn {
    display: block;
    position: relative;
    width: 32.3%;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
  }
  #sp_section_menu_btn.active {
    color: var(--comBlue);
  }
  #sp_section_menu_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    transform: rotate(135deg);
    border-top: solid 2px var(--comBlue);
    border-right: solid 2px var(--comBlue);
    content: "";
  }
  #sp_section_menu_btn.active::after {
    position: absolute;
    right: 0;
    top: 50%;
    left: inherit;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    transform: inherit;
    border-top: none;
    border-right: none;
    content: "×";
    color: var(--comBlue);;
    font-size: 20px;
    text-align: center;
  }
  #wellness .scroll-target {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* 健康経営------------------------------------- */
/* 見出し */
#wellness .contentWrap h2,
#wellness .contentWrap h3,
#wellness .contentWrap h4 {
  margin-bottom: 32px;
}
#wellness .contentWrap h2 {
  font-size: 30px;
}
#wellness .contentWrap h3 {
  font-size: 24px;
}
#wellness .contentWrap h4 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wellness .contentWrap {
    padding-top: 0;
  }
  #wellness .contentWrap h2,
  #wellness .contentWrap h3,
  #wellness .contentWrap h4 {
    margin-bottom: 24px;
  }
  #wellness .contentWrap h2 {
    font-size: 24px;
  }
  #wellness .contentWrap h3 {
    font-size: 20px;
  }
  #wellness .contentWrap h4 {
    font-size: 18px;
  }
}

/* 健康経営------------------------------------- */
/* マージンと画像設定 */
#wellness .wellness_wrap .margin_top24 {
  margin-top: 24px;
}
#wellness .wellness_wrap .margin_top40 {
  margin-top: 40px;
}
#wellness .wellness_wrap img,
#wellness .wellness_wrap > img {
  width: 100%;
  max-width: 880px;
}
/* コンテンツの内側のパディング設定 */
#wellness .l-contentInner {
  padding-left: 200px;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  #wellness .l-contentInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* 健康経営------------------------------------- */
#wellness .wellness_wrap .l-column-box02a {
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom:72px;
}

/* 共通のカードスタイル */
#wellness .wellness_wrap .l-column-box02a .l-column-left_item,
#wellness .wellness_wrap .l-column-box02a .l-column-right_item {
  width: calc(50% - 20px);
  margin: 0;
}
#wellness .wellness_wrap .l-column-box02a.card .l-column-left_item{
  border: 1px solid #000;
  padding: 40px;
  max-width: 400px;
}
#wellness .wellness_wrap .l-column-box02a .l-column-left_item img ,
#wellness .wellness_wrap .l-column-box02a .l-column-right_item img{
  width: 100%;
  height:auto;
  max-width: 400px;
}
#wellness .wellness_wrap .l-column-box02a figcaption {
  color: #002896;
  font-weight:bold;
}
@media screen and (max-width: 768px) {
  #wellness .wellness_wrap .l-column-box02a {
    flex-direction: column;
    align-items: center;
  }
  #wellness .wellness_wrap .l-column-box02a .l-column-left_item,
  #wellness .wellness_wrap .l-column-box02a .l-column-right_item {
    width: 100%;
    margin: 0;
  }
  #wellness .wellness_wrap .l-column-box02a figcaption {
    font-size:14px;
  }
  #wellness .wellness_wrap .l-column-box02a.card .l-column-left_item{
    padding: 32px 24px;
  }
}

/* 健康経営------------------------------------- */
/* 共通のデータリストスタイル */
#wellness .wellness_wrap dt {
  font-weight: bold;
  line-height: 1.57;
  color: #002896;
  float: left;
}
#wellness .wellness_wrap dd {
  line-height: 1.93;
  padding-left: 220px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cfcfcf;
  letter-spacing: -0.07em;
}
#wellness .wellness_wrap dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  #wellness .wellness_wrap dl {
    display: flex;
    flex-direction: column;
  }

  #wellness .wellness_wrap dd {
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  #wellness .wellness_wrap dd {
    font-size: 14px;
  }
}

/* 健康経営------------------------------------- */
/* （1.ビジョン・戦略） メッセージ */
#wellness .wellness_wrap .message_wrap {
  margin-bottom: 72px;
  display: flex;
}
#wellness .wellness_wrap .message_wrap > div:first-of-type {
  width: 21%;
}
#wellness .wellness_wrap .message_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 33px;
  width: 79%;
}
#wellness .wellness_wrap .message_right p {
  margin: 0;
}
#wellness .wellness_wrap .message_right p:last-of-type {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  #wellness .wellness_wrap .message_wrap {
    flex-direction: column;
    align-items: center;
  }
  #wellness .wellness_wrap .message_wrap > div:first-of-type,
  #wellness .wellness_wrap .message_wrap div {
    width: 100%;
    text-align: center;
  }
  #wellness .wellness_wrap .message_wrap .message_right {
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  #wellness .wellness_wrap .message_wrap .message_right .right {
    margin-top: 32px;
  }
}

/* 健康経営------------------------------------- */
/* （3.取り組み） 目次 */
#wellness .wellness_wrap .indexList {
  margin: 0 auto 32px;
  max-width: 1084px;
  padding: 40px;
  border: 1px solid #000;
}

#wellness .wellness_wrap .indexList li:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  color: #000;
}

#wellness .wellness_wrap .indexList a {
  color: #00a0f0;
}

#wellness .wellness_wrap .indexList li:not(:first-of-type)::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  margin-bottom: 1px;
  border: 1px solid #00a0f0;
  border-radius: 50%;
  content: '';
  vertical-align: middle;
}

#wellness .wellness_wrap .indexList li:not(:first-of-type) {
  position: relative;
  padding-left: 0.7em;
  line-height: 1.86;
  text-indent: -0.7em;
}

@media screen and (max-width: 768px) {
  #wellness .wellness_wrap .indexList {
    padding: 32px 24px;
    font-size: 14px;
  }

  #wellness .wellness_wrap .indexList li:first-of-type {
    padding-bottom: 8px;
  }

  #wellness .wellness_wrap .indexList li:not(:first-of-type)::before {
    width: 2px;
    height: 2px;
    background-color: #00a0f0;
  }
}

/* 健康経営------------------------------------- */
/* （5.実績） テーブル */
.monitoring-wrap .table-normal,
.monitoring-wrap .table-normal td,
.monitoring-wrap .table-normal th {
  padding: 10px 3px;
}
.monitoring-wrap table.table-normal tr:first-of-type th,
.management-wrap table.table-normal tr:first-of-type th {
  color: #000;
}
.monitoring-wrap table.table-normal th:first-of-type {
  width: 40%;
}
.monitoring-wrap table.table-normal th:nth-of-type(n+2) {
  width: calc((100% - 40%) / 3);
}
@media screen and (max-width: 768px) {
  .management-wrap table tr th,
  .management-wrap table tr td{
    padding: 8px;
  }
}

/* 健康経営------------------------------------- */
/* （研修・セミナー） 2階層サブナビ 調整 */
#wellness.wellness_lower #mainVisual {
  height: 330px;
}
#wellness.wellness_lower #mainVisual + .contentWrap {
  padding-top: 0;
}

/* 健康経営------------------------------------- */
#wellness .contentWrap .wellness-post h2 {
  font-size: 30px;
}
#wellness .contentWrap .wellness-post h3 {
  font-size: 24px;
}
/* （研修・セミナー） */
#wellness .wellness-post {
  padding: 60px 0 72px;
  margin: 0 auto;
}
#wellness .wellness-post:first-of-type{
  padding-top:0;
}
#wellness.wellness_lower .l-contentInner {
  padding-left: 0;
  padding-right: 0;
  width: 676px;
}
#wellness .wellness-post h2 {
  margin: 0 0 40px;
}
#wellness .wellness-post h3 {
  margin-top: 40px;
}
#wellness .wellness-post p {
  font-size: 14px;
}
#wellness .wellness-post#post05 {
  padding-bottom: 0;
}
#wellness .wellness-post#post05 p {
  margin: 0;
}
#wellness.wellness_lower .wellness-post .title-follow {
  margin: 12px 0 20px;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
}
.wellness-lower-section {
  padding-bottom: 32px;
  border-bottom: 1px solid #cfcfcf;
}
.wellness-post-list-wrap {
  margin: 0 auto 35px;
  background-color: #eff4fb;
  padding: 40px 25px;
}
.wellness-post-list-wrap ul {
  padding: 0;
  flex-direction: column;
  row-gap: 16px;
}
.wellness-post-list-wrap ul li {
  width: 100%;
  padding: 0 0 17px;
  border: none;
  border-bottom: 1px solid #000;
  position: relative;
}
.wellness-post-list-wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wellness-post-list-wrap ul li:not(:first-of-type) {
  padding-top: 32px;
}
.wellness-post-list-wrap ul li a {
  font-size: 14px;
}
.wellness-post-list-wrap .wellness-post-list-content {
  display: flex;
  column-gap: 16px;
  row-gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  height: auto;
  font-size: 14px;
}
.wellness-post-list-date {
  min-width: 110px;
  color: #002896;
  display: block !important;
  height: auto !important;
  font-weight: bold;
}
.wellness-post-list-title {
  display: block !important;
  height: auto !important;
  padding-bottom: 0 !important;
}
.wellness-post-list-wrap .wellness-post-list-more {
  display: block;
  margin-top: 0;
  height: auto;
  padding-bottom: 0;
  text-align: right;
}
.wellness-list-item {
  display: flex;
  column-gap: 56px;
  margin-bottom: 36px;
}
.wellness-list-item-left {
  min-width: 110px;
  color: #002896;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.89;
}
.wellness-list-item-right {
  line-height: 1.89;
  font-size: 14px;
}
#wellness.wellness_lower .to_top {
  text-align: right;
  margin-top: 64px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 32px;
}
#wellness.wellness_lower #post04 .to_top:last-of-type {
  border-bottom: none;
}
#wellness.wellness_lower .to_top {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#wellness.wellness_lower .to_top a {
  color: #000;
  text-decoration: underline;
}
/* メディアクエリによるレスポンシブ調整 */
@media screen and (max-width: 768px) {
  #wellness .wellness-post .contentWrap h2 {
    font-size: 20px;
  }
  #wellness .wellness-post .contentWrap h3 {
    font-size: 18px;
  }
  #wellness.wellness_lower .l-contentInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .wellness-post {
    margin-top: calc(48px - 32px - 8px);
  }
  .wellness-list-item {
    flex-direction: column;
    column-gap: 24px;
  }
  .wellness-list-item-right {
    font-size: 14px;
  }
  #wellness.wellness_lower .to_top {
    margin-top: 32px;
  }
  .wellness-post-list-wrap .wellness-post-list-content {
    flex-direction: column;
    row-gap: 16px;
  }
  #wellness .contentWrap .wellness-post h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #wellness .contentWrap .wellness-post h3 {
    font-size: 18px;
  }
}
