/* 健康経営の取組 */

#health_cont>.cont{
  padding: 0;
}
#health_cont .mb10-10{
  margin-bottom: 1rem;
}
#health_cont .text-right{
  text-align: right;
}
#health_cont .img-c{
  text-align: center;
  position: relative;
}
#health_cont .img-c img{
  margin: 0 auto;
  display: block;
}
#health_cont .justify-content-center{
  text-align: center;
}
#health_cont .justify-content-center img{
  margin: 0 auto;
  display: block;
}
#health_cont .row-cols-2 > *,
#health_cont .row-cols-3 > *,
#health_cont .row-cols-4 > * {
    flex: none;
    width: 100%;
}
#health_cont .row-cols-2 li,
#health_cont .row-cols-3 li,
#health_cont .row-cols-4 li {
	margin-bottom: 2rem;
}
#health_cont .row-cols-2 li:last-child,
#health_cont .row-cols-3 li:last-child,
#health_cont .row-cols-4 li:last-child {
	margin-bottom: 0;
}
#health_cont .notice-01 .notice-01_tit{
  text-align: center;
}
#health_cont .table-01{
  font-size: 1.2rem;
}
#health_cont .table-01 th,
#health_cont .table-01 td{
  text-align: center;
  white-space: nowrap;
}
#health_cont .table-01 td:first-child{
  text-align: left;
}
#health_cont .table-01.style-01 th{
  background: #efead5;
}
#health_cont .table-01.style-02 th{
  background: #D6DFF3;
}
#health_cont .table-01.style-03 th{
  background: #FCE5EC;
}
#health_cont .karada{
  color: #c19c00;
  font-weight: bold;
}
#health_cont .kokoro{
  color: #3858a1;
  font-weight: bold;
}
#health_cont .work{
  color: #bd3e65;
  font-weight: bold;
}
#health_cont h3.h3-01{
  font-weight: bold;
}
#health_cont .sec06 dl,
#health_cont .sec07 dl{
  background: #fff;
  border-radius: 6px;
  border: solid 2px #E0E0E0;
  padding: 2.4rem;
}
#health_cont .sec06 dl dt,
#health_cont .sec07 dl dt{
  width: 100%;
  text-align: center;
  position: relative;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #999; 
  border-right: none; 
}
.kenko9_col1 {
    padding: 4px !important;
    width: 14% !important;
    white-space: normal !important;
}
.kenko9_col1 img{
  border: 2px solid #6c2334;
  border-radius: 10px;
}
.kenko9_col2{
  text-align: left !important;
  font-size: 13px;
  padding: 0.6rem !important;
}
.kenko9_col2 .kenko9_tips{
  color: #6c2334;
  line-height: 4rem;
}
.health_referral a{
  color: #95233b  !important;
}

@media (min-width: 768px){
  p.text-01 {
      font-size: 1.6rem;
      line-height: 2.8rem;
      padding: 0 1.8rem;
  }
  #health_cont .table-01{
    font-size: 1.6rem;
  }	
  #health_cont .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }	
  #health_cont .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #health_cont .row-cols-3 > .cols-3-lg {
    width: 45%;
  }
  #health_cont .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #health_cont .row-cols-4 > .cols-4-lg {
    width: 45%;
  }
  #health_cont .img-50{
    width: 50%;
  }
  #health_cont .img-80{
    width: 80%;
  }
  #health_cont .img-70{
    width: 70%;
  }
  #health_cont .cols-item-inner {
    display: flex;
    justify-content: space-between;
  }	
  #health_cont .row-cols-2 li,
  #health_cont .row-cols-3 li,
  #health_cont .row-cols-4 li {
	margin-bottom: 0;
  }	
  #health_cont .justify-content-center {
    align-items: center;
  }
  #health_cont .sec06 dl,
  #health_cont .sec07 dl{
	display: flex;
    /* align-items: center; */
    align-items: stretch;
  }
  #health_cont .sec06 dl dt,
  #health_cont .sec07 dl dt{
    width: 210px;
    margin-right: 30px;
    padding-right: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
    border-right: 1px dotted #999; 
    display: inline-flex;
    align-items: center;
    justify-content: center;

  }
  #health_cont .sec06 dl dd,
  #health_cont .sec07 dl dd{
    width: 790px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    
  }
  #health_cont .sec06 dl dt img{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }	
  .kenko9_col1 {
      padding: 4px !important;
      width: 20% !important;
      white-space: normal !important;
  }
}
/* /健康経営の取組 */
