@charset "utf-8";
#healthmana {
	line-height: 1.5;
	color: #242424;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, "Helvetica Neue", arial, sans-serif;
}
#healthmana .obj_pc{
	display: block;
}
#healthmana .obj_sp{
	display: none;
}
@media (max-width: 767px){
	#healthmana .obj_pc{
		display: none;
	}
	#healthmana .obj_sp{
		display: block;
	}	
}
#healthmana img {
	max-width: 100%;
}
#healthmana strong {
	font-weight: bold;
}
#healthmana a {
	color: #242424;
	text-decoration: underline;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#healthmana a:hover {
	text-decoration: none;
}
#healthmana a:hover:after {
	text-decoration: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#healthmana .__flexbox{
	display: flex;
	justify-content: space-between;
}
#healthmana .__flexbox .__flexbox_ph{
	flex: 1 0 auto;
}
#healthmana .linkicon_square-arrow:after{
	margin-left: 10px;
	content: "";
	width: 15px;
	height:	15px;
	display: inline-block;
	background: url("/company/sustainable/happy_health/img/icon_square-arrow.svg") top center no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}
@media (max-width: 767px){
	#healthmana .__flexbox{
		display: block;
	}
}


/* ------------------------- */
/* .healthmana_head */
.healthmana_head{
	max-width: 1160px;
	margin: 50px auto 30px;
}
.healthmana_head_mv{
}
.healthmana_head_nav{
}
.healthmana_head_nav ul {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}
.healthmana_head_nav li {
	margin: 20px 30px 0 0;
}
.healthmana_head_nav li.healthmana__flex-clear{
	width: 100%;
	margin: 0;
}
.healthmana_head_nav li a {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.healthmana_head_nav li a:after {
	margin-left: 10px;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("/company/sustainable/happy_health/img/icon_anchor.svg") 0 0 no-repeat;
	background-size: 100% auto;
}
.healthmana_head_nav li a:hover:after {
	opacity: 0.5;
}
@media (max-width: 767px){
	.healthmana_head{
		max-width: inherit;
		margin: 0 auto 30px;
	}
	.healthmana_head_nav{
		margin: 0 2.67%;
	}
	.healthmana_head_nav li.healthmana__flex-clear {
		display: none;
	}
	.healthmana_head_nav ul {
		padding-top: 10px;
	}
	.healthmana_head_nav li {
		margin: 20px 10px 0;
	}
}

/* ------------------------ */
/* healthmana_body */
.healthmana_body_wrap{
	padding: 50px 0;
	background-color: #fff;
}
.healthmana_body_wrap:nth-child(odd){
	background-color: #F4F4F4;
}
.healthmana_body_wrap_inner{
	max-width: 1160px;
	margin: 0 auto;
}
.healthmana_body_frame{
	margin-top: 70px;
}
.healthmana_body_frame:first-child {
	margin-top: 0;
}
.healthmana_body_frame-border{
	padding: 30px;
	border: 1px solid #707070;
}
.healthmana_body_mainttl{
	padding-left: 18px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.healthmana_body_mainttl:before{
	content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: calc(100% - 15px);
    background: #BAC1CA;
}
.healthmana_body_mainttl_caption{
	margin-top: 40px;
}
.healthmana_body_subttl{
	font-size: 20px;
	font-weight: bold;
}
.healthmana_body_subttl_caption{
	margin-top: 20px;
}
.healthmana_body_flex{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.healthmana--ph{
	margin-left: 90px;
	flex: 1 0 auto;
	width: 366px;
}
.healthmana--obj_center{
	text-align: center;
}
@media (max-width: 767px){
	.healthmana_body_wrap{
		padding: 30px 0;
	}
	.healthmana_body_wrap_inner{
		max-width: inherit;
		margin: 0 20px;
	}
	.healthmana_body_frame{
		margin-top: 40px;
	}
	.healthmana_body_frame-border{
		padding: 20px;
	}
	.healthmana_body_mainttl{
		font-size: 20px;
	}
	.healthmana_body_mainttl:before {
		height: calc(100% - 2px);
	}
	.healthmana_body_mainttl_caption{
		margin-top: 15px;
	}
	.healthmana_body_subttl{
		font-size: 18px;
	}
	.healthmana_body_subttl_caption{
		margin-top: 15px;
	}
	.healthmana_body_flex{
		margin-top: 25px;
		display: block;
	}
	.healthmana--ph{
		margin-top: 25px;
		margin-left: 0;
		width: auto;
	}
}

/* ------------------------- */
/* table */
sup {
	vertical-align: text-top;
	font-size: 9px;
}

.healthmana_body_table{
	margin-top: 50px;
}
.healthmana_body_subttl + .healthmana_body_table{
	margin-top: 20px;
}
.healthmana_body_table table{
	width: 100%;
	font-size: 14px;
}
.healthmana_body_table th ,
.healthmana_body_table td {
	padding: 5px;
	border: 1px solid #4A4A4A;
}
.healthmana_body_table th {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}
.healthmana_body_table th.th_map_glay {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
}
.healthmana_body_table th.th_map_blue1 {
	background-color: #4472C4;
	color: #ffffff;
	font-weight: bold;
}
.healthmana_body_table th.th_map_blue2 {
	background-color: #cfd5ea;
	color: #000000;
	font-weight: bold;
}
.healthmana_body_table th.th_map_blue3 {
	background-color: #e9ebf5;
	color: #000000;
	font-weight: bold;
}
.healthmana_body_table th.th_map_pink1 {
	background-color: #E88288;
	color: #ffffff;
	font-weight: bold;
}
.healthmana_body_table th.th_map_pink2 {
	background-color: #FEB0AC;
	color: #000000;
	font-weight: bold;
}
.healthmana_body_table th.th_map_pink3 {
	background-color: #FED0CE;
	color: #000000;
	font-weight: bold;
}
.healthmana_body_table td.td_map_midori1 {
	background-color: #E2F0D9;
	color: #000000;
}
@media (max-width: 767px){
	.healthmana_body_table{
		margin-top: 25px;
	}
	.healthmana_body_subttl + .healthmana_body_table{
		margin-top: 10px;
	}
	.healthmana_body_table table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
}
/* ------------------------------------ */
/* challenge */
.healthmana_body_challenge{
	margin-top: 40px;
}
.healthmana_body_challenge_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.healthmana_body_challenge_list{
	width: 794px;
	margin: 5px auto 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.healthmana--list {
	margin-top: 10px;
	width: 31.49%;
	/*border: 1px solid #707070;*/
	/*border-radius: 20px;*/
}
.healthmana--list-color1 {
	background-color: #8dd7f8;
}
.healthmana--list-color2 {
	background-color: #d3efff;
}
.healthmana--list-color3 {
	background-color: #fbe5c5;
}
.healthmana--list-color4 {
	background-color: #fd938e;
}
.healthmana--list-color5 {
	background-color: #e1fba7;
}
.healthmana--list-color6 {
	background-color: #c1f66a;
}
.healthmana--list a{
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.healthmana--list nolink{
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.healthmana--list a:after {
	margin-left: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #707070;
}
.healthmana--list_ph{
	flex: 1 0 auto;
    max-width: 50px;
	width: 50px;
}
.healthmana--list_text{
	margin: 0 10px 0 20px;
	font-size: 14px;
	letter-spacing: 1px;
}
.healthmana--list_text span{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.healthmana--list_text span.small{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
@media (max-width: 767px){
	.healthmana_body_challenge{
		margin-top: 30px;
	}
	.healthmana_body_challenge_ttl{
		font-size: 18px;
	}
	.healthmana_body_challenge_list{
		width: auto;
	}
	.healthmana--list {
		/*width: 49%;*/
		width: calc(50% - 5px);
	}
	.healthmana--list_text{
		margin-left: 10px;
	}
}
@media (max-width: 599px){
	.healthmana--list a{
		padding: 10px 10px 35px;
		display: block;
		text-align: center;
		position: relative;
	}
	.healthmana--list a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
		padding-top: 10px;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 8.5px 0 8.5px;
		border-color: #707070 transparent transparent transparent;
	}
	.healthmana--list_ph{
		margin: 0 auto 5px;
	}
}
/* ------------------------------------ */
/* project */
.healthmana_body_project{
}
.healthmana_body_project_ttl{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.healthmana_body_project_subttl{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.healthmana_body_project_text {
	margin: 0 0 40px 1em;
	font-size: 16px;
}
.healthmana_body_project_text:last-child {
	margin-bottom: 0;
}
.healthmana_body_project_ph {
	text-align: right;
}
.healthmana_body_project_list{
	margin: 0 0 40px 1em !important;
}
.healthmana_body_project_list.__list-dot li{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.healthmana_body_project_list.__list-dot li:before{
	content: "● ";
}
@media (max-width: 767px){
	.healthmana_body_project_ttl{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.healthmana_body_project_subttl{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.healthmana_body_project_text {
		margin: 0 0 20px 1em;
		font-size: 16px;
	}
	.healthmana_body_project_ph {
		text-align: center;
		margin-top: 15px;
	}
	.healthmana_body_project_list{
		margin: 0 0 20px 1em !important;
	}
	.healthmana_body_project_list.__list-dot li{
		font-size: 16px;
	}
}