@charset "UTF-8";
.vsp{
	display: none;
}
img{
	-webkit-backface-visibility: hidden;
}
.pdf-links{
	font-size: 1.3em;
	padding: 0 0 0 35px;
	display: block;
	background: url(../img/ic_pdf.png) no-repeat left center / 23px;
}
.pdf-links:hover{
	text-decoration: none;
}
/*健康経営共通*/
.health-nav.bottom{
	border-top:1px solid #d9d9d9;
	position: relative;
	margin-bottom: -40px;
}
.health-nav ul{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding:25px 0;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
.health-nav ul li{
	float: left;
	border-left: 1px solid #d9d9d9;
	width: 20%;
	text-align: center;
}
.health-nav ul li:last-child{
	border-right:1px solid #d9d9d9;
}
.health-nav ul li a{
	display: block;
	padding:5px 0;
	font-size: 12.5px;
	color:#747578;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-weight: bold;
}
.health-nav ul li.active a{
	color:#1A2792;
}
/*健康経営トップ*/
.health-fv{
	background-size: cover;
	background-position: center;
	padding: 90px 0 300px;
	text-align: center;
}
.health-fv h2{
	font-size: 40px;
	color:#fff;
	max-width: 390px;
	margin: auto;
}
.health-vision.measure{
	padding-top: 2em!important;
	padding-bottom: 0;
}
.health-vision .blue_ttl{
	font-size: 19px;
	color: #004999;
	margin: 28px auto;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-weight: bold;
}

.health-vision .txt{
	font-size: 14px;
	margin-bottom: 17px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.health-vision .txt.txt16{
	font-size: 16px;
}
.health-vision .txt.abso{
	position: absolute;
	margin-top: 17px;
}
.health-vision .txt a{
	color: #1a2792;
	text-decoration: underline;
}
.health-vision .txt span.bold{
	font-weight: bold;
	color: #004999;
}
.health-vision .name{
	/* margin-top: 40px;
	margin-bottom: 75px; */
	font-size: 14px;
	/* text-align: right; */
	/* margin-bottom: 5px; */
}
/* .health-vision .name:last-of-type{
margin-bottom: 0;
} */
.health-vision .name span{
	font-size: 19px;
	margin-left: 17px;
	/* display: block; */
}
.health-vision-box{
	display: flex;
	flex-wrap: wrap;

}
.health-vision-box.flexbox{
    margin: 25px auto;
	/* align-items: center; */
}
.health-vision-box .fl{
	float: left;
	width: 46%;
	margin-right: 7%;
}
.health-vision-box .fl.mt{
	margin-top: 17px;
}
.health-vision-box .fl .txt{

	margin-bottom: 47px;
}
.health-vision-box .fl .txt.mb20{
	margin-bottom: 20px;
}
.health-vision-box .fr{
	float: right;
	width: 47%;
	text-align: center;
}
.health-vision-box .fltxt{
	margin-right: 7%;
    width: 63%;
}
.health-vision-box .logofr {
	width: 30%;
}
.health-vision-box .logofr img{
max-width: 260px;
}
.health-vision-box .fr .team{
	max-width: 260px;
}
.health-vision .graybg{
	margin:10px auto 45px;
	background:#F2F2F2;
	padding: 25px;
}
.health-vision .graybg dt{
	font-size: 14px;
	font-weight: bold;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	margin-bottom: 15px;
}
.health-vision .graybg dd p{
	font-size: 14px;
	margin-bottom: 12.5px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.health-vision .graybg dd li{
	font-size: 14px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	line-height: 1.8em;
	margin-bottom: 12.5px;
}
.health-vision .graybg dd li span{
	display: block;
	padding-left: 20px;
}
.health-vision figure.wp80{
	text-align: center;
}

.health-vision figure.wp80 .vpc{
	width:  80%;
}
.health-vision-cate{
	margin:50px auto 60px;
	display: flex;
	flex-wrap:wrap;
	max-width: 980px;
	width: 100%;
}
.health-vision-cate li{
	width: 19.2%;
	float: left;
	margin-right: 1%;
}
.health-vision-cate li:last-child{
	margin-right: 0;
}

.health-vision-cate li a{
	border-radius: 2px;
	    background-color: #007aff;
	    position: relative;
	    border: 1px solid #007AFF;
	    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
	    color: #FFFAFA;
	    text-decoration: none !important;
	    font-family: 'メイリオ', 'Meiryo', sans-serif;
	    font-weight: normal;
	    font-size: 14px;
	    text-align: center;
	    padding-left: 1em;
	    padding-right: 1em;
	    padding-top: 1em;
	    padding-bottom: 1em;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
	    flex-wrap: wrap;
	    height: 54px;
}
.health-vision-cate li a:hover,
.health-vision-cate li.active a{
	color: #007AFF !important;
	background-color: #FFFFFF;
	transition: .2s;
}


.health-vision-cate li a:after {
	content: "";
	position: absolute;
	right: 15px;
	margin-top: -4px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(
		45deg
		);
		transition: .3s;
	}
	.health-vision-cate li a:hover:after,
	.health-vision-cate li.active a:after{
		border-top: 2px solid #007AFF;
		border-right: 2px solid #007AFF;
		transition: .2s;
	}
	/*健康経営の課題と取り組み*/

	.health-task h2{
		font-size: 22px;
		font-weight: 400;
	}

	.health-task-list{
		margin-bottom: 25px;
	}
	.health-task-list h3{
		font-size: 18px;
		color:#1A2792;
		padding-bottom: 7px;
		margin-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
	}
	.health-task-list .health-task-listbox{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.health-task-list .health-task-listbox .fl{
		float: left;
		width: 46%;
		margin-right: 7%;
	}
	.health-task-list .health-task-listbox .fr{
		float: right;
		width: 47%;
		text-align: center;
	}
	.health-task-list .health-task-listbox .fr img{
		max-width: 380px;
		width: 80%;
	}
	.health-task-list .health-task-listbox .fr img.health-issues-02{
		padding-top: 20px;
		max-width: 300px;
		margin-left: auto;
	}
	.health-task-arrow{
		max-width: 40px;
		margin: auto;
	}
	.health-task-graybg{
		margin: 25px auto 0;
		padding: 20px 100px;
		background: #F1F1F1;
		border-radius: 15px;
		font-size: 18px;
		color: #1A2792;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
		border: 1px solid #1A2792;
	}


	.health-enovation .txt{
		font-size: 14px;
		margin-bottom: 26px;
	}
	.health-enovation .txt a{
		color: #1A2792;
		text-decoration: underline;
	}
	.health-enovation-list{
		margin-bottom: 25px;
	}
	.health-enovation-list h3{
		font-size: 21px;
		margin-bottom: 10px;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
		color:#333;
	}
	.health-enovation-list h3 .sp_br{
		display: none;
	}
	.health-enovation-list .flex{
		border-radius: 10px;
		display: flex;
		align-items: center;
	}

	.health-enovation-list .flex .fl{
		width: 38%;
		/* margin-right: 55px; */
		text-align: center;
		padding:20px 40px;
		border-radius: 10px 0 0 10px;
	}
	.health-enovation-list .flex .fl figure{
		margin-bottom: 15px;
	}
	.health-enovation-list .flex .fl figure img{
		max-height: 50px;
	}
	.health-enovation-list .flex .fl figcaption{
		font-size: 20px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		padding: 7px 5px;
		border-radius: 5px;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
	}
	.health-enovation-list .flex .fl .bgblue{
		color:#333;
		margin-top: 10px;
		border-radius: 10px;
		font-weight: 600;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
	}
	.health-enovation-list .flex .fr{
		float: right;
		width: calc(62% - 55px);
		padding:20px 40px;
	}
	.health-enovation-list .flex .fr dt{
		font-size: 16px;
		color:#1A2792;
		font-weight: bold;
		margin-bottom: 15px;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
	}
	.health-enovation-list .flex .fr dd li{
		padding-left: 20px;
		font-size: 13px;
		color:#000;
		margin-bottom: 5px;
		position: relative;
	}
	.health-enovation-list .flex .fr dd li:before{
		position: absolute;
		content:"";
		left: 0;
		top:50%;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		background:#1A2792;
		border-radius: 50%;
	}
	.health-enovation-list .flex .fr dd .half li{
		width: 50%;
		float: left;
	}
	.health-enovation-list:nth-of-type(1) .flex{
		border:1px solid #18AD5E;
	}
	.health-enovation-list:nth-of-type(1) .flex .fl{
		background:#E6F9EB;
	}
	.health-enovation-list:nth-of-type(1) .flex .fl .bgblue{
		color:#1C794B;
	}
	.health-enovation-list:nth-of-type(1) .flex .fl figcaption{
		background : -moz-linear-gradient(0.52% 346.87% 45deg,rgba(89, 212, 119, 1) 0%,rgba(36, 169, 124, 1) 50%,rgba(28, 121, 75, 1) 100%);
		background : -webkit-linear-gradient(45deg, rgba(89, 212, 119, 1) 0%, rgba(36, 169, 124, 1) 50%, rgba(28, 121, 75, 1) 100%);
		background : -webkit-gradient(linear,0.52% 346.87% ,73.48% -90.85% ,color-stop(0,rgba(89, 212, 119, 1) ),color-stop(0.5,rgba(36, 169, 124, 1) ),color-stop(1,rgba(28, 121, 75, 1) ));
		background : -o-linear-gradient(45deg, rgba(89, 212, 119, 1) 0%, rgba(36, 169, 124, 1) 50%, rgba(28, 121, 75, 1) 100%);
		background : -ms-linear-gradient(45deg, rgba(89, 212, 119, 1) 0%, rgba(36, 169, 124, 1) 50%, rgba(28, 121, 75, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#59D477', endColorstr='#1C794B' ,GradientType=0)";
		background : linear-gradient(45deg, rgba(89, 212, 119, 1) 0%, rgba(36, 169, 124, 1) 50%, rgba(28, 121, 75, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59D477',endColorstr='#1C794B' , GradientType=1);
	}
	.health-enovation-list:nth-of-type(2) .flex{
		border:1px solid #288EC3;
	}
	.health-enovation-list:nth-of-type(2) .flex .fl{
		background:#E4F6FF;
	}
	.health-enovation-list:nth-of-type(2) .flex .fl .bgblue{
		color:#2B46AD;
	}
	.health-enovation-list:nth-of-type(2) .flex .fl figcaption{
		background : -moz-linear-gradient(0.52% 346.87% 45deg,rgba(74, 197, 255, 1) 0%,rgba(56, 130, 226, 1) 50%,rgba(43, 70, 173, 1) 100%);
		background : -webkit-linear-gradient(45deg, rgba(74, 197, 255, 1) 0%, rgba(56, 130, 226, 1) 50%, rgba(43, 70, 173, 1) 100%);
		background : -webkit-gradient(linear,0.52% 346.87% ,73.48% -90.85% ,color-stop(0,rgba(74, 197, 255, 1) ),color-stop(0.5,rgba(56, 130, 226, 1) ),color-stop(1,rgba(43, 70, 173, 1) ));
		background : -o-linear-gradient(45deg, rgba(74, 197, 255, 1) 0%, rgba(56, 130, 226, 1) 50%, rgba(43, 70, 173, 1) 100%);
		background : -ms-linear-gradient(45deg, rgba(74, 197, 255, 1) 0%, rgba(56, 130, 226, 1) 50%, rgba(43, 70, 173, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AC5FF', endColorstr='#2B46AD' ,GradientType=0)";
		background : linear-gradient(45deg, rgba(74, 197, 255, 1) 0%, rgba(56, 130, 226, 1) 50%, rgba(43, 70, 173, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AC5FF',endColorstr='#2B46AD' , GradientType=1);
	}
	.health-enovation-list:nth-of-type(3) .flex{
		border:1px solid #FF8800;
	}
	.health-enovation-list:nth-of-type(3) .flex .fl{
		background:#FFF9E3;
	}
	.health-enovation-list:nth-of-type(3) .flex .fl .bgblue{
		color:#FB6829;
	}
	.health-enovation-list:nth-of-type(3) .flex .fl figcaption{
		background : -moz-linear-gradient(0.52% 346.87% 45deg,rgba(255, 214, 66, 1) 0%,rgba(236, 137, 19, 1) 50%,rgba(251, 104, 41, 1) 100%);
		background : -webkit-linear-gradient(45deg, rgba(255, 214, 66, 1) 0%, rgba(236, 137, 19, 1) 50%, rgba(251, 104, 41, 1) 100%);
		background : -webkit-gradient(linear,0.52% 346.87% ,73.48% -90.85% ,color-stop(0,rgba(255, 214, 66, 1) ),color-stop(0.5,rgba(236, 137, 19, 1) ),color-stop(1,rgba(251, 104, 41, 1) ));
		background : -o-linear-gradient(45deg, rgba(255, 214, 66, 1) 0%, rgba(236, 137, 19, 1) 50%, rgba(251, 104, 41, 1) 100%);
		background : -ms-linear-gradient(45deg, rgba(255, 214, 66, 1) 0%, rgba(236, 137, 19, 1) 50%, rgba(251, 104, 41, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD642', endColorstr='#FB6829' ,GradientType=0)";
		background : linear-gradient(45deg, rgba(255, 214, 66, 1) 0%, rgba(236, 137, 19, 1) 50%, rgba(251, 104, 41, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD642',endColorstr='#FB6829' , GradientType=1);
	}


	.health-system-listbox{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.health-system-listbox h3 {
		font-size: 18px;
		color: #1A2792;
		display: block;
		width: 100%;
		padding-bottom: 7px;
		margin-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
	}
	.health-system-listbox .fl {
		float: left;
		width: 46%;
		margin-right: 7%;
		margin-bottom: 50px;
	}
	.health-system-listbox .fl.wmax{
		width: 100%;
		float: none;
	}
	.health-system-listbox .fl .txt{
		margin-bottom: 20px;
	}

	.health-system-listbox .fr {
		float: right;
		width: 47%;
		margin-bottom: 50px;

	}
	.health-system-listbox .fr .tac{
		text-align: center;
	}
	.health-system-listbox .fr dl{
		background: #E4F0F9;
		border-radius: 10px;
		padding: 15px;
	}
	.health-system-listbox .fr dl dt {
		font-size: 16px;
		color: #1A2792;
		font-weight: bold;
		margin-bottom: 15px;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
	}
	.health-system-listbox .fr dl dd ul{
		display: flex;
		flex-wrap: wrap;
	}
	.health-system-listbox .fr dl dd li{
		padding-left: 20px;
		font-size: 13px;
		color: #000;
		margin-bottom: 5px;
		position: relative;
		width: 50%;
		float: left;
	}
	.health-system-listbox .fr dl dd li:before {
		position: absolute;
		content: "";
		left: 0;
		top: 5px;
		width: 10px;
		height: 10px;
		background: #1A2792;
		border-radius: 50%;
	}


	.health-evaluation .txt{
		margin-bottom: 20px;
	}
	.health-evaluation .txt a{
		text-decoration: underline;
		color: #1A2792;
	}
	.health-evaluation .fl {
		float: left;
		width: 46%;
		margin-right: 7%;
		margin-bottom: 50px;
	}


	.health-evaluation .fr {
		float: right;
		width: 47%;
		margin-bottom: 50px;

	}
	.health-evaluationlistbox h3{
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #1A2792;
		display: block;
		width: 100%;
		padding-bottom: 7px;
		margin-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
	}



	/*サポート体制*/
	.support_system h2{
		font-size: 22px;
		font-weight: 400;
	}

	.health-support{
		display: flex;
		flex-wrap: wrap;
	}
	.health-support h2{
		font-size: 21px;
	}
	.health-support-box{
		display: flex;
		flex-wrap: wrap;
	}
	.health-support-box .fl{
		float: left;
		width: 66%;
		margin-right: 4%;
	}
	.health-support-box .fl .txt{

		margin-bottom: 30px;
	}
	.health-support-box .fl .name{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.health-support-box .fl .name:last-of-type{
		margin-bottom: 0;
	}
	.health-support-box .fl .name span{
		font-size: 19px;
	}
	.health-support-box .fr{
		float: right;
		width: 30%;
		text-align: center;
	}
	.health-support-box .fr .mx300{
		max-width: 150px;
	}

	/*これまでの成果*/
	.health-result{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.health-result .result-f{
		width: 31%;
	}
	.health-result.mx{
		display: block;
	}
	.support_system .mb150 {
	    margin-bottom: 50px!important;
	}
	.health-result .health-result-ttl{
	font-size: 17px;
		margin-top: 32px;
		font-weight: bold;
		color: #1a2792;
		padding-bottom: 11px;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 17px;
		display: block;
		width: 100%;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		line-height: 1;
	}
	.health-result-ttl.add-ttl{
	font-size: 17px;
		margin-top: 32px;
		font-weight: bold;
		color: #1a2792;
		padding-bottom: 11px;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 17px;
		display: block;
		width: 100%;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		line-height: 1;
	}
	
	.health-result .health-result-subttl{
		font-size: 17.5px;
		font-weight: 400;
		color: #000;
		padding-left: 22px;
		position: relative;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}
	.health-result .health-result-subttl:before{
		position: absolute;
		left: 0;
		top: 9px;
		width: 10px;
		height: 10px;
		background: #1A2792;
		content: "";
	}
	.health-result .health-result-subttl span{
		font-size: 12px;
	}
	.health-result .result-fl{
		float: left;
		width:48%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.health-result .result-fr{
		float: right;
		width:48%;
		margin-left: 2%;
		margin-bottom: 0;
	}
	.health-result figcaption{
		font-size: 12px;
		margin-top: 5px;
		/* display: block; */
		line-height: 1.8em;
	}
	.health-result figcaption.mt20{
		margin-top: 20px;
	}
	.health-result figcaption.txtr{
				text-align: right;
			}
	.health-result figcaption.pd01{
		position: relative;
		padding-left: 1em;
	}
	.health-result figcaption.pd01 span{
		position: absolute;
		left: 0;
	}
	.measure_gray{
		margin-bottom: 70px;
	}
	.measure_gray .fl{
		width: 30%;
		float: left;
	}
	.measure_gray .fr{
		width: 65%;
		float: right;
		text-align: center;
	}
		.measure_gray .fr img{
		width: 85%;
	}
	.measure_gray h2{
		text-align: center;
		font-size: 24px;
		padding-bottom: 10px;
		border-bottom:1px solid #000;
		margin-bottom: 20px;
		font-weight: 400;
	}
	.measure_gray .inner{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-bottom: 0px;
	}
	.page-links{
		width: 980px;
		margin: auto;
	}
	.page-links ul{
		display: flex;
		flex-wrap: wrap;
		margin: 1.5em auto 2em;
	}
	.page-links ul li{
		width: 24.25%;
		float: left;
		margin-right: 1%;
	}
	.page-links ul li:last-child{
		margin-right: 0;
	}
	.page-links ul li a{
		color: #0a2986;
		font-size: 14px;
		border: 1px solid #D9D9D9;
		padding: 13px 14px;
		display: block;
		position: relative;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		font-weight: bold;
		background:#fff;
		border-style : Solid;
		border-color : #D9D9D9;
		border-color : rgba(217, 217, 217, 1);
		border-width : 1px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB',endColorstr='#ECECEC' , GradientType=0);
	}
	.page-links ul li a:before{
		content: "";
		position: absolute;
		right: 10px;
		margin-top: -3px;
		top: 50%;
		width: 6px;
		height: 6px;
		border-top: 1px solid #747578;
		border-right: 1px solid #747578;
		transform: rotate(
			135deg
			);
			transition: .3s;
		}
		.page-links ul li a:hover:before{
			margin-top: 0px;
		}
		.health-vision-box.measure {
			margin-bottom: 140px;
		}
		.health-vision-box.measure .fl{
			width: 68%;
			margin-right: 2%;
		}
		.health-vision-box.measure .fl .data{
			display: block;
			margin-top: 10px;
		}
		.health-vision-box.measure .fr{
			width: 30%;
			text-align: center;
		}
		.health-vision-box.measure .fr img{
			padding-top: 50px;
			max-width: 180px;
		}
		.health-vision-box.measure2 .fl {
			width: 70%;
			margin-right: 2%;
		}
		.health-vision-box.measure2 .fl h3{
			font-size: 19px;
			margin: 10px auto;
		}
		.health-vision-box.measure2 .fr{
			width: 28%;
			text-align: left;
		}
		.health-vision-box.measure2 .fr img{
			padding-top: 50px;
			max-width: 98px;
		}
		#page-links03{
			margin-top: 130px;
		}
		.health-result.measure-list{
			margin-bottom: 0;
		}
		.health-result.skillup{
			margin-bottom: 123px;
		}
		.health-result.skillup .result-fl{
			width: 65%;
			margin-right: 3%;
		}
		.health-result.skillup .result-fr{
			width: 32%;
			margin-left: 0;
		}
		.h-ttl10b1.spmb0{
			margin-bottom: 0;
		}

		.add-h4{
			font-size: 20px;
			margin: 25px auto;
			font-family: 'メイリオ', 'Meiryo', sans-serif;
			font-weight: bold;
			color: #333;
		}
		.health-result-subttl_n{
			font-size: 11px;
			margin: -5px 0 0 0;
		}
.tall{
	height: 135px;
}
.result-left{
	width: 50.8%;
}
.result-center{
	width: 22%;
}
.result-right{
	width: 22%;
}
.txt.attention{
	margin-top: 10px;
    font-size: 12px;
    padding-left: 1.2em;
    position: relative;
}
.txt.attention span{
position: absolute;
left: 0;
}
		@media screen and (max-width:767px) {
			.vsp{
				display: block;
			}
			.vpc{
				display: none;
			}
			.add-h4{
				font-size: 18px;
				margin: 15px auto;
			}
			.health-nav{
				display: none;
			}
			.health-nav.bottom{
				display: block;
				margin-bottom: 0;
			}
			.health-nav ul{
				padding: 0 10px 20px;
			}
			.health-nav ul li{
				border-left: none;
				width: 100%;
				text-align: left;
				border-bottom: 1px solid #d9d9d9;
			}
			.health-nav ul li{

			}
			.health-nav ul li a{
				padding: 10px;
				position: relative;
				font-weight: normal;
			}
			.health-nav ul li a:before{
				position: absolute;
				right:10px;
				top:50%;
				width: 6px;
				height: 6px;
				margin-top: -3px;
				content:"";
				border-right: 2px solid #747578;
				border-top: 2px solid #747578;
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
			}
			.health-nav ul li.active a{
				font-weight: bold;
				color:#0A2986;
				background:#f6f6f6;
			}
			.health-nav ul li.active a:before{
				border-right: 2px solid #0A2986;
				border-top: 2px solid #0A2986;
			}
			.health-nav ul li:last-child {
				border-right: none;
			}
			.health-vision{
				/* padding-top: 50px!important; */
				width: 95% !important;
				min-width: 95%;
			}
			.health-fv{
				padding: 50px 0;
			}
			.health-fv h2 {
				max-width: 50%;
			}
			.health-vision-box .fl {
				float: none;
				width: 100%;
				margin-right: 0;
			}
			.health-vision-box .fl.mt{
				margin-top: 8px;
			}
			.health-vision-box .fr {
				float: none;
				width: 100%;
				margin-bottom: 20px;
			}
			.health-vision-box .fr .team {
				max-width: 50%;
			}
			.health-vision .name{
				margin-top: 20px;
				margin-bottom: 40px;
				text-align: right;
			}
			.health-vision .name span {

				display: block;
			}
			.health-vision .graybg {
				margin: 10px auto 35px;
				padding: 15px;
			}

.health-result{
		display: block;
		flex-wrap: wrap;
		margin-bottom: 10px;
		justify-content: space-between;
	}
	.health-result .result-f{
		width: 100%;
	}
	.health-result .result-f .health-result-subttl{
		margin: 30px 0 0 0;
	}
	.health-result .result-f .health-result-subttl br{
		display: none;
	}

			.measure_gray .inner{
				width: 95%;
				padding-top: 0;
			}
			.measure_gray .fl{
				width: 100%;
				float: none;
				margin-bottom: 20px;
			}
			.measure_gray .fr{
				width: 100%;
				float: none;
			}
			.measure_gray .fr img{
				width: 100%;
			}
			.page-links{
				width: 95%;
				margin: auto;
			}
			.health-vision-cate {
				margin: 30px auto;
			}
			.health-vision-cate li {
				width: 95%;
				margin:0 auto 10px;
				float: none;
			}
			.health-vision-cate li:last-child {
				margin:0 auto 10px;
			}
			.health-vision-cate li br{
				display: none;
			}
			.health-vision .txt.abso{
				position: static;
				width:100%!important;
			}
			.health-task,.health-enovation,.health-system,.health-evaluation{
				width: 95% !important;
				min-width: 95%;
			}
			.health-task h2 {
				font-size: 20px;
			}

			.health-task-list .health-task-listbox .fl {
				float: none;
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			.health-task-list .health-task-listbox .fr {
				float: none;
				width: 100%;
				text-align: center;
			}
			.health-task-graybg{
				padding:15px;
			}
			.health-enovation{
				padding-top: 0!important;
				padding-bottom: 0!important;
			}
			.health-enovation-list .flex{
				display: block;
				border-radius: 10px;
				/* padding: 15px; */
			}
			.health-enovation-list .flex .fl {
				width: 100%;
				margin-right: 0;
				text-align: center;
				margin-bottom: 10px;
				border-radius: 10px 10px 0 0;
			}
			.health-enovation-list .flex .fl figure img {
				max-height: none;
				width: auto;
			}
			.health-enovation-list .flex .fr {
				float: none;
				width: 100%;
			}
			.health-enovation-list h3{
				font-size: 18px;
			}
			.health-system{
				padding-top: 0!important;
				padding-bottom: 0!important;
			}
			.health-system-listbox .fl {
				float: none;
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			.health-system-listbox .fr {
				float: none;
				width: 100%;
				margin-bottom: 20px;
			}
			.health-evaluation{
				padding-top: 0!important;
				padding-bottom: 0!important;
			}
			.health-evaluation .fl {
				float: none;
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			.health-evaluation .fr {
				float: none;
				width: 100%;
				margin-bottom: 20px;
			}
			.support_system{
				width: 95% !important;
				min-width: 95%;
			}
			.support_system h2 {
				font-size: 20px;
			}

			.health-support-box .fl {
				float: none;
				width: 100%;
				margin-right: 0;
			}
			.health-support-box .fr {
				float: none;
				width: 100%;
			}
			.health-result .result-fl {
				float: none;
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			.health-result .result-fr {
				float: none;
				width: 100%;
				margin-left: 0;
			}
			.health-result .health-result-ttl{
				line-height: 1.4em;
			}
			.health-result .health-result-subttl span{
	    display: inline-block;
			}
			.health-result figcaption{
				font-size: 10px;
			}
			.health-result figcaption br{
				display: none;
			}
			.health-result figcaption br.ad{
				display: inline;
			}
			.page-links ul{
				margin: 1.5em auto 0;
			}
			.page-links ul li {
				width: 100%;
				float: none;
				margin-right: 0;
				margin-bottom: 10px;
			}

			.health-vision-box.measure {
				margin-bottom: 30px;
			}
			.measure_gray {
				/* background: #F1F1F1; */
				padding: 0;
				margin-bottom: 0;
			}
			.measure_gray h2{
				font-size: 20px;
			}
			.health-vision-box.measure .fl {
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
			.health-vision-box.measure .fr {
				width: 100%;
				text-align: center;
			}
			.health-vision-box.measure .fr img {
				padding-top: 0;
				max-width: 60%;
			}
			#page-links03 {
				margin-top: 50px;
			}
			.health-result.skillup {
				margin-bottom: 30px;
			}
			.health-result.skillup .result-fl{
				width: 100%;
				margin-right: 0;
			}
			.health-result.skillup .result-fr{
				width: 100%;
				margin-left: 0;
				margin-bottom: 20px;
			}
			.h-ttl10b1.spmb0{
				margin-bottom: 0;
			}
			.health-vision .txt.txt16{
				font-size: 14px;
			}
			.health-vision-box .fltxt{
				margin-right: 0;
		    width: 100%;
		    margin-bottom: 30px;
			}
			.health-vision-box .logofr {
    width: 100%;
    margin: auto;
    text-align: center;
}
.health-vision .txt.txt16 br{
	display: none;
}
.health-enovation-list h3 .sp_br{
	display: block;
}
		}
.org_cont{
	padding: 30px;
}
.org_cont dl{
	display: flex;
	justify-content: space-between;
}
.org_cont li + li{
	margin: 30px 0 0;
}
.org_cont dl dt{
	background: url(../img/bg.png) no-repeat left top / 200px;
	padding: 12px 0;
	width:200px;
	font-size: 120%;
	text-align: center;
	color: #1a2792;
	font-weight: bold;
}
.org_cont dl dd{
	width:calc(100% - 230px);
}
.org_cont dl dd.org_h{
	font-size: 200%;
	font-weight: bold;
}
.org_flex{
	display: flex;
}
.org_flex p{
	width: 50%;
}
.measure-list .health-result-subttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em!important;
}
.measure-list .health-result-subttl span{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em!important;
}
.measure-list .health-result-subttl:before {
    top: 6px;
}

.health-result .result-fl.adjust{
	width: 100%;
	float: none;
	margin-right: 0;
}
.pc_only{
	display:inline;
}
.sp_only{
	display: none;
}
@media screen and (max-width:767px) {
.org_cont dl{
	display: block;
}
.org_cont dl dd{
	width:100%;
}
.org_cont dl dt{
	background: url(../img/bg.png) no-repeat left top / 200px;
	padding: 12px 0;
	width:200px;
	margin: 0 auto;
}
.org_cont {
    padding: 30px 15px;
    
}
.health-vision .graybg{
	border-top-right-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-bottom-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
}
.org_cont dl dd.org_h {
    font-size: 160%;
}
.health-result .result-fr.adjust{
	padding: 0;
	width: 100%;
}
.health-result .result-fl.adjust{
	width: 100%;
}
.measure-list .health-result-subttl:before {
    top: 8px;
}
.pc_only{
	display: none;
}
.sp_only{
	display: inline;
}
.health-result-subttl_n{
			font-size: 12px;
			margin: -5px 0 0 0;
		}
.tall{
	height: auto;
}
.result-left{
	width: 100%;
}
.result-center{
	width: 100%;
}
.result-right{
	width: 100%;
}
.result-center figure,
.result-right figure{
	width: 50%;
	margin: 0 auto;
}
.health-result-subttl{
	margin: 40px 0 0;
}
.health-result-subttl.spadjust{
	margin: 10px 0 0;
}
}
@media print {
#localNavi{
	display: none;
}
}
.btn-link.bg-navy{
display: block;
background:rgb(0,0,120)!important;
border:1px solid rgb(0,0,120)!important;
font-weight:bold;
width: 300px;
padding: 0.6em 1em;
text-align: center;
overflow: hidden;
white-space: nowrap;

}
.btn-link.bg-navy:hover{
background:#FFF!important;
color:rgb(0,0,120)!important;
}

@media screen and (max-width:767px) {
.btn-link.bg-navy{
width:100%;
text-align:center;
}
}