@charset "utf-8";
/* CSS Document */
/*================================/ body /================================*/
body {
	background:#f8f8f8;
	font-family: "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#333333;
}

/*================================/ body /================================*/

#healthwrap{
		order: 0;
	flex: 0 1 auto;
	width: 96%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	max-width: 960px;
	background: #ffffff;
}
.healthContents{
	padding: 0 0.5rem;
	margin-bottom: 5rem;
}

#healthwrap h3{
font-size: clamp(18px, 2.5vw, 24px);
line-height: 3rem;
margin: 1rem auto;
}
#healthwrap h3.declaration{
text-align: center;
line-height: 3rem;
background: #99CC33;
color: #ffffff;
font-weight: bold;
}
#healthwrap h3.title{
    padding: 0.3em;
    border-bottom: #99CC33 solid 2px;
    max-width: 100%;
    margin: 1rem 30% 2rem 0;
    box-sizing: border-box;
}
#healthwrap h3.title:first-letter {
  color: #99CC33;
	font-size:1.2em;
}
#healthwrap {
    padding-bottom: 50px;
}

/*-----------------------------健康経営宣言*/

#healthwrap p.Msg{
   display: inline-block;
    margin: 2rem;}
#healthwrap h4{
	 font-size: clamp(16px, 2.5vw, 20px);
}
#healthwrap .topMsg-wrap{
	margin:1rem 0.5rem;
	background: #f5f5dc;
 padding: 2rem 1rem;
}
#healthwrap .topMsg-wrap p{
	    line-height: 2rem;
}

#healthwrap .topicline{
    border-left: 3px solid #99CC33;
    padding: 0 0.5rem;
    margin: 2rem 0 3rem;
	}
#healthwrap .signature{
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0 0;
}
#healthwrap .signature .sig{
 font-family: "HG正楷書体-PRO", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 font-size: 1.8rem;
}
/*-----------------------------推進体制*/
#healthwrap .chart{
    border: 1px solid #cbc7c7;
    box-shadow: 5px 2px 7px #cbc7c7;
    margin: 0.5rem;
}
#healthwrap .chart img{
    box-sizing: border-box;
    max-width: 100%;
}

/*-----------------------------健康施策*/
#healthwrap .measure li{
	text-indent: 1rem;
}

	#healthwrap .topicimg {
    text-align: end;
    box-sizing: border-box;
    margin: -2rem auto 2rem;
}
	#healthwrap .topicimg img{
    max-width: 8rem;
}
/*-----------------------------健康経営ニュース*/
#healthwrap .news{
	border: 1px solid #cbc7c7;
 box-shadow: 5px 2px 7px #cbc7c7;
 margin: 0.5rem;

}

#healthwrap .hdate{display: inline-block;
    font-size: clamp(14px, 2.5vw, 16px);}
#healthwrap .newscate{
    display: inline-block;
    padding: 2px 0.7em;
    margin:0 0.7em;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #990000;
	font-size: clamp(14px, 2.5vw, 16px);
	color:#990000;
}

.newsList ul{
	margin:3rem 1rem;
}
.newsList li{
	   padding: 0.5rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.newsList li p{
    font-size: clamp(14px, 2.5vw, 16px);
    text-indent: 1rem;
    margin: 0.8em;}

 @media screen and (min-width: 768px) {
#healthwrap{
	order: 1;
	width: 71%;
	margin: 0 auto;
}
	#healthwrap .topicimg {
    text-align: end;
    box-sizing: border-box;
    margin: -10rem auto 5rem;
}
	#healthwrap .topicimg img{
    max-width: 15rem;
}		
		
}

@media screen and (min-width: 980px) {
#healthwrap{
	order: 1;
	width: 690px;
	margin: 0 auto;
	margin-right: 0;
}
	
	}