@charset "UTF-8";

.corpWrapper h3 {
	text-align: center;
}
#profileBox img {
	max-width: 100%;
}
#profileBox + .text p {
	/* text-indent: 1em; */
}
#profileBox + .text p + p {
	margin-top: 2em;
}
#profileBox ~ .txtR {
	margin-top: 3em;
}

/*会社概要*/
.corpWrapper .menu li {
	float: left;
	width: calc(100%/3.03);
}
.corpWrapper .menu li a {
	width: 100%;
	height: 50px;
	line-height: 51px;
	display: block;
	background: #e6e6e6;
	color: #b50081;
	position: relative;
	font-weight: bold;
	font-size: 116%;
	text-align: center;
	max-width: 281px;
}
.corpWrapper .menu li.current a,
.corpWrapper .menu li a:hover {
	color: #fff;
	background: #b50081;
}
.corpWrapper .menu li:nth-child(n+2) { margin-left: 2px; }
.corpWrapper .menu li a:after {
	content: "";
	width: 22px;
	height: 22px;
	border: solid 2px #b50081;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	top: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}
.corpWrapper .menu {
	overflow: hidden;
	max-width: 850px;
	margin: 20px auto 40px;
}
.corpWrapper .menu li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 2px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #b50081;
	border-right: 2px solid #b50081;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 38px;
}
.corpWrapper .menu li.current a:before,
.corpWrapper .menu li.current a:after,
.corpWrapper .menu li a:hover:before,
.corpWrapper .menu li a:hover:after {
	border-color: #fff;
}
.corpWrapper .group p img {
	width: 100%;
}
.corpWrapper .group p {
	/* max-width: 711px; */
	max-width: 850px;
	margin: 0 auto;
	/* width: 95%; */
	width: 100%;
}






@media (max-width:1080px){
	.corpWrapper .menu li a:before {
		right: 24px;
	}
	.corpWrapper .menu li a:after {
		right: 15px;
	}
}
@media (max-width:768px){
	.corpWrapper .menu li a {
		font-size: 12px;
	}
	.corpWrapper .menu li a span {
		display: inline-block;
		vertical-align: middle;
		line-height: 13px;
	}
	.corpWrapper .menu li a:after {
		width: 11px;
		height: 11px;
		border: solid 1px #b50081;
	}
	.corpWrapper .menu li a:before {
		right: 19px;
	}
	.corpWrapper .menu li a:before {
		width: 3px;
		height: 3px;
		border-top: 1px solid #b50081;
		border-right: 1px solid #b50081;
	}
	.corpWrapper .menu li {
		width: calc(100%/3.02);
	}
	#corpBlock .corpWrapper {
		padding: 0px;
	}
	#corpBlock .corpWrapper h2 {
		margin: 0 12.5px;
	}
	.corpWrapper .group p {
		 width: 100%;
	}
	.corpWrapper .menu {
		margin-bottom: 15px;
	}
}
@media (max-width:630px){
	.corpWrapper .menu li {
		width: calc(100%/3.04);
	}
}

@media (max-width:330px){
	.corpWrapper .menu li {
		width: calc(100%/3.05);
	}
	.corpWrapper .menu li a:after {
		right: 5px;
	}
	.corpWrapper .menu li a:before {
		right: 9px;
	}
}

@media (max-width:275px){
	.corpWrapper .menu li {
		width: 100%;
	}
	.corpWrapper .menu li:nth-child(n+2) {
		margin-top: 1px;
	}
	.corpWrapper .menu li .sp { display: none; }
}

/* profile */
.corpWrapper h3.corpTitle3 {
	position: relative;
	letter-spacing: .1em;
	text-align: left;
	color:#333;
	font-weight: bold;
	/* padding: 0 0 0 1.2em; */
	padding: 0 0 0 0;
}
/* .corpWrapper h3.corpTitle3::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #b50081;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.corpWrapper h4.corpTitle4 {
	position: relative;
	text-indent: 1.0em;
	letter-spacing: .1em;
	text-align: left;
	color:#333;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px;
}
.corpWrapper h4.corpTitle4::before {
	content:"";
	position: absolute;
	left:5px;
	top:0.2em;
	width: 0;
	height: 0;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

/* itemTab */
.itemTab{
	width: 100%;
	margin-bottom:40px;
	border-top:solid 1px #d5d5d5;
	box-sizing: border-box;
}
.itemTab th,
.itemTab td{
	box-sizing: border-box;
	border-bottom:solid 1px #d5d5d5;
	vertical-align: middle;
	text-align: left;
}
.itemTab tbody th{
	background-color:#e6e6e6;
}
.itemTab td{
	border-bottom:solid 1px #d5d5d5;
}
.itemTab td span.anno{
	font-size:85%;
}
.itemTab.history tbody th{
	/*position: relative;*/
	text-align: right;
	vertical-align: top;
}
.itemTab tbody th .year{
	position: absolute;
}
.itemTab td a.ex_link:hover {
	color: #b50081;
}
.itemTab td a.ex_link img {
	padding-left: 8px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
}

/* business */
.eyecatch img{
	width:100%;
}
.business .corpWrapper h3.corpTitle3 {
	line-height: 1.4;
	letter-spacing: 0em;
	margin: 0 0 15px -20px;
}
.business .corpWrapper h3.corpTitle3 .aeoncolor {
	color:#b50081;
}
.businessInner:nth-child(2) h3.corpTitle3::before {
	top: 15%;
}
.business .corpWrapper h3.corpTitle3 span.small{
	display: block;
	color:#333;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom:5px;
}
.businessInner{
	border-bottom:dotted 2px #d5d5d5;
}
.businessInner:last-child{
	border-bottom: none;
}
.businessInner .text{
	box-sizing: border-box;
	float: left;
	clear: both;
}

.businessInner figure img{
	margin-bottom:10px;
	vertical-align: bottom;
}
.businessDl dt,
.businessDl dd{
	padding-left: 1.0em;
}
.businessDl dt{
	position: relative;
	color:#b50081;
	font-weight: bold;
	font-size:116%;
}
.businessDl dt::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.2em;
	width: 0;
	height: 0;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.businessDl dd{
	margin-bottom:30px;
}
.forDetail{
	text-align: center;
}

/* slick */
#thumbnail-list,#thumbnail-list2 {
	margin-top: 5px;
}
#thumbnail-list2 {
	margin-bottom: 15px;
}
.thumbnail-item{
	box-sizing: border-box;
	float: left;
	display: block;
	width:150px !important;
	height:40px;
	padding:0.6em 10px;
	margin-left:10px;
	font-size:116% /* 15px */;
	font-weight: bold;
	background-color: #e6e6e6;
	color:#b50081;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.thumbnail-item:first-child{
	margin-left:0;
}
@media (max-width:768px){
	.thumbnail-item:first-child,
	.thumbnail-item:nth-child(4){
		margin-left:0;
	}
	.thumbnail-item:nth-child(n + 4){
		margin-top: 10px;
	}
}

.corpInner .slick-prev.slick-arrow,
.corpInner .slick-next.slick-arrow{
	width: 50px;
	height: 50px;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto;
}
.corpInner .slick-prev.slick-arrow{
	left: -50px;
}
.corpInner .slick-next.slick-arrow{
	right: -50px;
}

.corpInner .slick-prev.slick-arrow::before,
.corpInner .slick-next.slick-arrow::before{
	content: "";
	display: block;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #b50081;
}
.corpInner .slick-prev.slick-arrow::after,
.corpInner .slick-next.slick-arrow::after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -10px;
	content: "";
	width: 20px;
	height: 20px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.corpInner .slick-prev.slick-arrow::after{
	left: 35%;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.corpInner .slick-next.slick-arrow::after{
	right: 35%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.thumbnail-item.thumbnail-current{
	background-color: #b50081;
	color:#FFF;
}
.itemTab.history tbody th {
	width: 160px;
}
/* btnProf */
.btnProf{
	display: table;
	margin:0 auto;
}
.btnProf a{
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	width:100%;
	height:60px;
	background-color: #b50081;
	color:#FFF;
	vertical-align: middle;
	text-align: center;
}
.btnProf a::before{
	content: "";
	position: absolute;
	display: block;
	top: 19px;
	right:25px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border:solid 2px #FFF;
}
.btnProf a::after{
	content: "";
	position: absolute;
	display: block;
	top: 26px;
	right:33px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btnProf a span{position: relative;}
.btnProf a span::before{
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 23px;
	height: 28px;
	background-image: url(../images/ic_pdf.png);
	background-repeat: no-repeat;
}
table.overall_list tr:first-of-type td:first-of-type{
  word-wrap: break-word;
  min-height: 7em;
  }
table.overall_list tr:first-of-type td:first-of-type span{
  /*writing-mode: vertical-rl;*/
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}
@media (min-width:769px){
	.corpWrapper h3 {
		font-size: 154%;
		padding: 56px 0 68px;
	}
	#profileBox {
		float: left;
		width: 183px;
	}
	#profileBox figcaption span {
		font-size: 139%;
		margin-top: 2px;
		display: inline-block;
	}
	#profileBox + .text {
		line-height: 24px;
		margin-left: 225px;
	}
	.corpWrapper h3.corpTitle3 {
		font-size: 139%;
	}
	.corpWrapper h3.corpTitle3::before {
		top: 43%;
		left:0;
		font-size:116%;
	}
	.profile_02 .corpWrapper h3.corpTitle3 {
		left: -1.0em;
		margin: 50px 0 20px;
	}
	.corpWrapper h4.corpTitle4 {
		font-size: 124%;
	}
	.profile_02 .corpWrapper h4.corpTitle4 {
		margin: 20px 0 10px;
	}
	.corpWrapper h4.corpTitle4::before {
		border-top: 8px solid #b50081;
		border-right: 4px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 4px solid transparent;
	}
	/* localNav */
	.localNav {
		margin: 20px 0 40px;
	}
	.localNav ul li{
		width:33.33%;
		font-size:116% /* 15px */;
	}
	.localNav ul li a::before {
		right: 20px;
		width: 18px;
		height: 18px;
		margin-top: -11px;
		border: solid 2px #b50081;
	}
	.localNav ul li a::after {
		right: 28px;
		margin-top: -4px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #b50081;
		border-right: 2px solid #b50081;
	}
	/* itemTab */
	.itemTab tbody th{
		width:190px;
		vertical-align: top;
	}
	.itemTab th,
	.itemTab td {
		padding: 15px 20px 15px 30px;
	}
	.itemTab tbody th .year {
		left: 30px;
	}
	.itemTab.history tbody th {
		padding: 15px 30px;
	}
	/* btnProf */
	.btnProf {
		width: 400px;
	}
	.btnProf a{
		font-size:124%;
		border-radius: 5px;
	}
	/* business */
	.business #corpBlock .corpInner {
		width: 95.2%;
	}
	.eyecatch{
		max-width: 790px;
		width:105.35%;
		margin-left: -2.67%;
	}
	.businessInner {
		box-sizing: border-box;
		max-width: 790px;
		width:105.35%;
		padding: 30px 20px;
		margin-left: -20px;
	}
	.businessInner:nth-child(n+3) h3.corpTitle3::before {
		top: 18%;
	}
	.businessInner .text{
		max-width:445px;
		width:calc(100% - 305px);
		line-height: 24px;
	}
	.businessInner figure{
		width:245px;
		margin:0 0 0 60px;
		float: right;
	}
	.business .corpWrapper h3.corpTitle3 span.small{
		font-size:77%;
	}
	.businessDl dt::before {
		border-top: 8px solid #333;
		border-right: 4px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 4px solid transparent;
	}
	.forDetail {
		margin: 30px 0;
	}
}
@media (max-width:768px){
	.corpWrapper h3 {
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 123%;
	}
	#profileBox { text-align: center; }
	#profileBox img { width: 174px; }
	#profileBox figcaption {
		font-size: 12px;
		line-height: 20px;
	}
	#profileBox figcaption span {
		font-size: 17px;
		margin-top: 5px;
		display: inline-block;
	}
	#profileBox + .text {
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}
	#profileBox + .text p + p { margin-top: 20px; }
	#profileBox ~ .txtR { margin-top: 30px; }

	.profile_02 #corpBlock .corpWrapper,
	.profile_02 #corpBlock .corpInner,
	.business #corpBlock .corpWrapper,
	.business #corpBlock .corpInner{
		padding: 0;
	}
	.profile_02 .corpTitle,
	.business .corpTitle{
		margin: 0 12.5px;
	}
	.profile_02 .corpWrapper h3.corpTitle3 {
		margin: 30px 12.5px 15px;
		font-size: 16px;
	}
	.profile_02 .corpWrapper h4.corpTitle4 {
		margin: 20px 12.5px 10px;
		font-size: 15px;
	}
	.corpWrapper h3.corpTitle3::before {
		left:2px;
		font-size:16px;
	}
	.corpWrapper h4.corpTitle4::before {
		border-top: 6px solid #b50081;
		border-right: 3px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 3px solid transparent;
	}
	.corpWrapper h3.corpTitle3::before {
		width: 10px;
		height: 10px;
		left: 5px;
		top: 9px;
	}
	.corpWrapper h3.corpTitle3#history {
		padding: 50px 0 0 1.2em;
		margin-top: -50px;
	}
	.corpWrapper h3.corpTitle3#history::before {
		width: 10px;
		height: 10px;
		left: 5px;
		top: 59px;
	}
	.corpInner .slick-next.slick-arrow::before {
		width: 25px;
		height: 25px;
		position: relative;
	}
	.corpInner .slick-next.slick-arrow {
		right: -35px;
	}
	.corpInner .slick-prev.slick-arrow {
		left: -35px;
	}
	.corpInner .slick-prev.slick-arrow::before {
		width: 25px;
		height: 25px;
		position: relative;
		left: 25px;
	}
	.corpInner .slick-next.slick-arrow::after {
		right: -5px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: relative;
		width: 10px;
		height: 10px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		top: 17px;
	}
	.corpInner .slick-prev.slick-arrow::after {
		left: 34px;
		transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: 54px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	.businessInner:nth-child(n+3) h3.corpTitle3::before {
		top: 8px;
	}

	/* localNav */
	.localNav {
		margin: 20px 0 15px;
	}
	.localNav ul li{
		width:33.33%;
		font-size: 12px;
	}
	.localNav ul li a {
		line-height: 13px;
	}
	.localNav ul li a::before {
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border: solid 1px #b50081;
	}
	.localNav ul li a::after {
		right: 15px;
		margin-top: -2px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #b50081;
		border-right: 1px solid #b50081;
	}
	.localNav ul li.current a::before,
	.localNav ul li a:hover::before {
		border: solid 1px #FFF;
	}
	.localNav ul li.current a::after,
	.localNav ul li a:hover::after {
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	/* itemTab */
	.itemTab tbody th{
		width:118px;
		vertical-align: top;
	}
	.itemTab.history tbody th {
		width: 118px;
	}
	.itemTab th,
	.itemTab td {
		padding: 15px;
		font-size:12px;
		line-height: 15px;
	}
	.itemTab tbody th .year {
		left: 15px;
	}
	/* slick */
	#thumbnail-list{
		/*padding:0 12.5px;*/
	}
	.thumbnail-item {
		width: 32.14% !important;
		height: 36px;
		padding: 0.8em 0px;
		margin-left: 1.78%;
		font-size: 11px;
		line-height: 1.8;
		letter-spacing: -0.05em;
		border-radius: 3px;
	}
	/* btnProf */
	.btnProfArea{
		padding:0 20px;
	}
	.btnProf {
		width: 100%;
	}
	.btnProf a{
		font-size:14px;
		border-radius: 3px;
	}
	.btnProf a::before {
		border: solid 1px #FFF;
	}
	.btnProf a::after {
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	/* business */
	.businessInner {
		padding: 20px 12.5px;
		margin:0 12.5px;
	}
	.businessInner .text{
		width:100%;
		font-size: 12px;
		line-height: 20px;
		margin-bottom:10px;
	}
	.businessInner figure + .text { margin-top: 25px; }
	.business .corpWrapper h3.corpTitle3 span.small{
		font-size:13px;
	}
	.businessInner figure{
		width:100%;
		margin:0;
	}
	.businessInner figure img {
		margin-bottom: 10px;
		width:100%;
		height: auto;
	}
	.business .corpWrapper h3.corpTitle3 {
		font-size:16px;
	}
	.businessDl dt::before {
		border-top: 6px solid #333;
		border-right: 3px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 3px solid transparent;
	}
	.forDetail {
		font-size:12px;
		margin: 10px 0;
	}
}


/* ダイバーシティ*/
#corpBlock .corpWrapper.diversity * {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}
#corpBlock .corpWrapper.diversity *:before, #corpBlock .corpWrapper.diversity *:after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}
#corpBlock .corpWrapper.diversity .corpInner {
  max-width: 850px;
  margin-top: 20px;
}
.diversity-inner {
	max-width: 750px;
	margin: 42px auto 0px;
}


.diversity-inner .diversity-cont h3 {
	padding: 0px;
	position: relative;
	margin: 25px 0px;
}
.diversity-inner .diversity-cont h3:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.diversity-inner .diversity-cont h3 span {
	display: inline-block;
	background: #666;
	font-size: 80%;
	width: 225px;
	color: #fff;
	font-weight: bold;
	height: 39px;
	line-height: 41px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	z-index: 1;
	position: relative;
}
.diversity-inner .diversity-cont:nth-child(n+3) h3 {
	margin-bottom: 48px;
	margin-top: 51px;
}
.diversity-inner .diversity-cont ul {
	text-align: center;
}
.diversity-inner .diversity-cont ul dt {
	font-size: 140%;
	font-weight: bold;
	margin: 18px 0px 5px 0px;
}
.diversity-inner .diversity-cont ul li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.diversity-inner .diversity-cont ul dd {
	text-align: left;
	max-width: 228px;
	margin: 0 auto;
}
.diversity-inner .diversity-cont p,
.diversity-inner .diversity-cont dd {
	font-size: 100%;
	line-height: 24px;
}
.diversity-inner > p {
	text-align: center;
}

.diversity-inner .thinking p {
	max-width: 700px;
	margin: 0px auto;
}

.diversity-inner .work dt { color: #5ac6ff; }
.diversity-inner .work h3 span,
.diversity-inner .work h3:after {
	background: #5ac6ff;
}

.diversity-inner .compatibility dt { color: #63d58e; }
.diversity-inner .compatibility h3 span,
.diversity-inner .compatibility h3:after {
	background: #63d58e;
}
.diversity-inner .compatibility li.mt20 {
	margin-top: 26px;
}

.diversity-inner .career dt { color: #be71c5; }
.diversity-inner .career h3 span,
.diversity-inner .career h3:after {
	background: #be71c5;
}
.diversity-inner .career li:nth-child(1) p img {
   position: relative;
   top: 10px;
}
.diversity-inner .certification ul li {
	width: 28.5%;
}
.diversity-inner .certification ul li:nth-child(n+2) {
	width: 22%;
}
.diversity-inner .certification ul li:nth-child(1),
.diversity-inner .certification ul li:nth-child(2) {
	margin-right: 10px;
}
.diversity-inner .certification p {
	height: 125px;
	line-height: 125px;
}
.diversity-inner .certification p img {
	vertical-align: middle;
}
.diversity-inner .certification .dotcom {
	font-size: 95%;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #666;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	padding-left: 18px;
	margin-top: 12px;
	position: relative;
}
.diversity-inner .certification .dotcom:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/diversity/icon-blank_white.png);
	display: inline-block;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 10px;
}
.diversity-inner .certification .dotcom:hover {
	background: #b50081;
}
.diversity-inner .certification {
	margin-bottom: 58px;
}

.diversity .diversity-inner .certification h3 {
	margin-bottom: 50px;
}

.diversity .corpWrapper .sdgs-caption {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	background-color: #b50081;
	padding: 5px 30px;
	font-size: 138%;
}
.diversity .corpWrapper .sdgs-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: 30px;
	margin-bottom: -20px;
}
.diversity .corpWrapper .sdgs-img li {
	margin-left: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.diversity-inner > p img,
	.diversity-main h2 img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.diversity .corpWrapper .sdgs-caption {
		margin-top: 20px;
		padding: 5px 20px;
		font-size: 123%;
	}
	.diversity .corpWrapper .sdgs-img {
	  display: block;
	  flex-wrap: inherit;
	}
	.diversity .corpWrapper .sdgs-img {
		margin-left: -10px;
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.diversity .corpWrapper .sdgs-img li {
		width: calc(100% / 3 - 10px);
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.diversity .corpWrapper img {
		max-width: 100%;
		height: auto;
	}
	.diversity-inner {
		margin: 20px auto 0px;
	}
	.diversity-inner > p img {
		margin: 0 auto;
	}


	.diversity-inner .diversity-cont h3 span {
		max-width: 250px;
		height: 31px;
		line-height: 32px;
		width: 100%;
	}
	.diversity-inner .diversity-cont p, .diversity-inner .diversity-cont dd {
		font-size: 12px;
		line-height: 20px;
	}
	.diversity #corpBlock .corpWrapper,.diversity #corpBlock .corpInner {
		padding: 0px;
	}
	.diversity #corpBlock .diversity-inner {
		padding: 0 12.5px;
	}
	.diversity-inner .thinking p {
		margin: 0px 11px;
	}
	.diversity-inner .diversity-cont:nth-child(n+3) h3 {
		margin-bottom: 17px;
		margin-top: 20px;
	}
	.diversity-inner .diversity-cont ul dt {
		font-size: 16px;
		line-height: 17px;
	}
	.diversity .diversity-cont img {
		max-width: 100%;
		height: 109px;
		width: auto;
	}
	.diversity-inner .diversity-cont h3:after { height: 2px; }
	.diversity .diversity-inner .certification ul li {
		width: 80%;
		margin: 0px 0px 15px;
		padding: 0px 12px;
	}
	.diversity .diversity-inner .certification ul dd {
		max-width: 100%;
		margin: 0%;
	}
	.diversity .certification img {
		max-width: 100%;
		height: auto;
	}
	.diversity-inner .certification p {
		height: auto;
	}
	.diversity-inner .diversity-cont ul dt {
		margin-top: 10px;
	}
	.diversity-inner .certification ul li:nth-child(n+2) dt {
		margin-top: 15px;
	}
	.diversity-inner .certification {
		margin-bottom: 0px;
	}
	.diversity-inner .content {
		padding: 25px 12px 0px;
	}
	.diversity-inner .certification .dotcom {
		height: 35px;
		line-height: 35px;
		width: 100%;
		text-align: center;
		padding-left: 0px;
		font-size: 14px;
		font-weight: normal;
	}
	.diversity-inner .certification .dotcom:after {
		width: 19px;
		height: 19px;
		right: 8px;
		top: 7px;
	}
	.diversity .certification li:nth-child(1) img {
		height: 46px;
		width: auto;
	}
	.diversity .certification li:nth-child(n+2) img {
		height: 90px;
		width: auto;
	}
	  /*スライダー*/

	 .diversity #slider { max-height: 132px; margin-bottom: 20px; }

	 .diversity .corpInner .slick-prev.slick-arrow::before, .diversity .corpInner .slick-next.slick-arrow::before {
		  content: "";
		  display: block;
		  top: 50%;
		  width: 50px;
		  height: 50px;
		  border-radius: 50%;
		  background-color: #b50081;
	  }
	  .diversity .corpInner .slick-prev.slick-arrow,.diversity .corpInner .slick-next.slick-arrow {
		  width: 26px;
		  height: 0px;
		  z-index: 10;
		  font-size: 0px;
		  padding: 0px;
		  display: block;
	  }
	  .diversity .corpInner .slick-prev.slick-arrow::before {
		  width: 25px;
		  height: 25px;
		  margin-top: -12px;
		  position: relative;
		  z-index: 10;
		  position: absolute;
		  left: -17px;
	  }
	  .diversity .corpInner .slick-next.slick-arrow::before {
		  width: 25px;
		  height: 25px;
		  margin-top: -12px;
		  position: relative;
		  z-index: 10;
		  position: absolute;
		  right: -19px;
	  }
	  .diversity .slideList .slick-arrow {
		  position: static;
		  top: 230px;
		  width: 50px;
		  height: 50px;
		  z-index: 10;
		  border: none;
		  cursor: pointer;
		  overflow: hidden;
		  padding: 29px 0 0;
		  background: none;
		  border-radius: 0%;
		  transition-duration: .3s;
		  -moz-transition-duration: .3s;
		  -webkit-transition-duration: .3s;
	  }

	  .diversity .slideList .slick-prev:after {
		  transform: rotate(-135deg);
		  -ms-transform: rotate(-135deg);
		  -moz-transform: rotate(-135deg);
		  -o-transform: rotate(-135deg);
		  -webkit-transform: rotate(-135deg);
		  width: 11px;
		  height: 11px;
		  border-top: 1px solid #FFF;
		  border-right: 1px solid #FFF;
		  z-index: 11;
		  top: 1px;
		  left: -8px;
		  top: 54%;
	  }
	  .diversity .slideList .slick-next:after {
		  transform: rotate(45deg);
		  -ms-transform: rotate(45deg);
		  -moz-transform: rotate(45deg);
		  -o-transform: rotate(45deg);
		  -webkit-transform: rotate(45deg);
		  width: 11px;
		  height: 11px;
		  border-top: 1px solid #FFF;
		  border-right: 1px solid #FFF;
		  z-index: 11;
		  top: 54%;
		  right: -10px;
		  position: absolute;
	  }
	  .diversity .corpWrapper .sdgs-col ul li {
		  width: 109px !important;
	  }
	  .diversity .slick-track { width: 2000px !important; }
	  .diversity .sp { display: block; }
	  .diversity .pc { display: none; }
	  .diversity .corpWrapper .content .slideList li {
		  margin-left: 5px;
	  }
	  .diversity #corpBlock {
		  margin-bottom: 35px;
		  padding-bottom: 12px;
		  overflow: hidden;
	  }
	  .diversity .corpWrapper .content .slideList li { width: 110px !important; }
	  .diversity .corpWrapper .content .slideList li img { width: auto; }
}


@media (max-width: 600px) {
  .diversity .corpWrapper .sdgs-col ul li {
	  width: 98px !important;
  }
  .diversity .corpWrapper .content .slideList li {
	  width: 100px !important;
  }
  .diversity .corpWrapper .content .sdgs-img {
	  max-height: 103px;
  }
}

@media (max-width: 488px) {
   .diversity .corpWrapper .sdgs-col ul li,.diversity .corpWrapper .content .slideList li {
	   width: 91px !important;
   }
   .diversity .corpWrapper .content .sdgs-img {
	   max-height: 106px;
   }
   .diversity #corpBlock { overflow: hidden; }
   .diversity .corpWrapper .content .sdgs-img { margin-left: 0px; }
}

@media (max-width: 375px) {
   .diversity .corpWrapper .content .sdgs-img {
	   max-height: 93px;
   }
   .diversity .slideList .slick-next:after,
   .diversity .slideList .slick-prev:after { top: 55.5%; }
}

@media (max-width: 360px) {
   .diversity .corpWrapper .content .sdgs-img {
	   max-height: 89px;
   }
}
@media (max-width: 320px) {
   .diversity .corpWrapper .content .sdgs-img {
	   max-height: 75px;
   }
   .diversity .slideList .slick-next:after,
   .diversity .slideList .slick-prev:after { top: 57%; }
}

@media(min-width:380px) and (max-width:420px) {
	.diversity .corpWrapper .sdgs-col ul li,.diversity .corpWrapper .content .slideList li {
		width: 104px !important;
	}
}

@media(min-width:1px) and (max-width:360px) {
	.diversity .corpWrapper .sdgs-col ul li, .diversity .corpWrapper .content .slideList li {
		width: 73px !important;
	}
}
@media(min-width:360px) and (max-width:370px) {
	.diversity .corpWrapper .sdgs-col ul li, .diversity .corpWrapper .content .slideList li {
		width: 87px !important;
	}
}



@media (max-width: 550px) {
	.diversity-inner .diversity-cont ul dd  {
		margin: 0% 5%;
	}
	.diversity .diversity-inner .certification ul li {
		width: 100%;
	}
}


/*181205追加 210902_fixed
  211207_動画リンク追加でrefixed*/
.corporation.company .corpInner .link a {
	color: #fff;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/icon_book_white.png) no-repeat #b50081;
}
.corporation.company .corpInner .link_youtube a {
	background: url(../images/icon_youtube_white.png) no-repeat #b50081;
}

.corporation.company .corpInner .link a:before,
.corporation.company .corpInner .link a:after {
	border-color: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	right: 23px;
}
.corporation.company .corpInner .link a:after {
	right: 31px;
}
.corporation.company .corpInner .link a:hover small {
	opacity: 1;
}

@media (min-width: 769px) {
	.corporation.company .corpInner .link a {
		width: 400px;
		margin: 0 20px;
		text-align: center;
		font-size: 124%;
		padding: 16px 0 15px;
		background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-position: 32px center;
	}
	.corporation.company .corpInner .link a small {
		font-size: 82%;
	}
	/* .corpWrapper h4.corpTitle4 + p {
		margin-bottom: 40px;
	} */
	.corpWrapper p.link {
		margin-bottom: 20pt;
	}
	.corpWrapper p.link_youtube {
		margin-bottom: 40pt;
	}

/*	.company-fl {
		float: left;
	}
*/
}
@media (max-width: 768px) {
	.corporation.company .corpInner .link a {
		line-height: 18px;
		text-align: center;
		background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
		background-position: 20px center;
		padding: 13px 0;
		margin-top: 10px;
	}
	.corporation.company .corpInner .link a:after {
		right: 25px;
	}
	.corporation.company .corpInner .link a:before {
		right: 19px;
	}
}


/*200110_会社概要追加*/
.corporation.company .itemTab td {
	position: relative;
}

.corporation.company .corpInner .modal-open {
	background: #333;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	float: right;
	position: relative;
	width: 96px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 22px;
	box-sizing: border-box;
	position: absolute;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.corporation.company .corpInner .modal-open:hover {
	cursor: pointer;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

.corporation.company .corpInner .modal-open:before,
.corporation.company .corpInner .modal-open:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.corporation.company .corpInner .modal-open:before {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	right: 13px;
}
.corporation.company .corpInner .modal-open:after {
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	right: 19px;
}

.corporation.company .modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.corporation.company .modal_bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.corporation.company .modal_content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 800px;
	width: 82%;
}
.corporation.company p.modal-close {
    position: absolute;
    top: -23px;
    right: -23px;
    display: block;
    width: 42px;
    height: 0;
    cursor: pointer;
    overflow: hidden;
    background: #333;
    padding-top: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.corporation.company p.modal-close:before,
.corporation.company p.modal-close:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.corporation.company p.modal-close:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corporation.company p.modal-close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corporation.company .modal-box01 {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 25px;
}
.corporation.company .modal-box01:after {
	content: "";
	display: block;
	clear: both;
}
.corporation.company .modal-box01 .person-img {
	float: left;
	width: 21%;
	max-width: 132px;
}
.corporation.company .modal-box01 .person-img img {
	width: 100%;
	height: auto;
}
.corporation.company .modal-box01 .person-txt {
	float: right;
	width: 75%;
	line-height: 31px;
	padding-top: 29px;
}
.corporation.company .modal-box01 .person-txt02 {
	font-size: 156%;
}
.corporation.company .modal-box01 .person-txt02 span {
	font-size: 59%;
}

.corporation.company .modal-box02 table {
	width: 100%;
}
.corporation.company .modal-box02 tr {
	border-bottom: 1px solid #d5d5d5;
}
.corporation.company .modal-box02 th {
	padding: 11px 0 11px 25px;
	font-weight: bold;
	font-size: 92%;
	width: 80px;
}
.corporation.company .modal-box02 th span {
	float: right;
}
.corporation.company .modal-box02 td {
	padding: 11px 25px 11px 40px;
	font-size: 92%;
	width: calc(100% - 80px);
}
.corporation.company .modal-box02 {
	overflow-y: auto;
	max-height: 38vh;
}

@media (max-width: 768px) {
	.corporation.company p.modal-close {
	    width: 33px;
	    top: -20px;
	    right: -15px;
	    padding-top: 33px;
	    border-width: 1px;
	}
	.corporation.company p.modal-close:before,
	.corporation.company p.modal-close:after {
	    width: 18px;
	    height: 2px;
	    border-radius: 1px;
	    -moz-border-radius: 1px;
	    -webkit-border-radius: 1px;
	}
	.corporation.company .modal-box02 tbody,
	.corporation.company .modal-box02 tr,
	.corporation.company .modal-box02 td,
	.corporation.company .modal-box02 th {
		display: block;
	}
	.corporation.company .modal-box02 th {
		padding: 6px 6px 3px;
	}
	.corporation.company .modal-box02 td {
		padding: 3px 6px 6px;
		width: 100%;
	}
	.corporation.company .modal_content {
		width: 90%;
		box-sizing: border-box;
		padding: 15px 0;
	}
	.corporation.company .modal-box02 {
		overflow-y: auto;
		max-height: 65vh;
		padding: 0 15px;
	}
	.corporation.company .modal-box01 {
		padding: 6px;
	}
	.corporation.company .modal-box01 .person-txt {
	    width: calc(100% - 100px);
	    line-height: 23px;
	    padding-top: 14px;
	}
	.corporation.company .person-txt01,
	.corporation.company .person-txt03 {
		font-size: 11px;
	}
	.corporation.company .modal-box01 .person-txt02 {
	    font-size: 132%;
	}
	.corporation.company .modal-box01 .person-img {
		width: 80px;
	}
	.corporation.company .corpInner .modal-open {
		width: 84px;
		right: 10px;
	}
}


/*会社紹介ライブラリー*/
.publications .corpTitle {
	margin-bottom: 2px;
}
.publications-inner {
	max-width: 750px;
	margin: 0 auto;
}
.publications-inner .publications-cont h3 {
	padding: 0;
	position: relative;
}

.publications-cont > ul {
	min-width: 750px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.publications-inner .publications-cont ul li {
	width: 48.5%;
	min-width: 363px;
    vertical-align: top;
}
.publications-inner .publications-cont .bg_color {
	background: #e6e6e6;
    padding: 40px 30px;
    box-sizing: border-box;
	text-align: center;
}
.publications-inner .publications-cont .bg_color .bg_color-img {
	margin-bottom: 38px;
}
.publications-inner .publications-cont.video_area .bg_color {
    padding: 28px 30px 42px;
}
.publications-inner .publications-cont.video_area .bg_color a img {
	width: 100%;
}
.publications-inner .publications-cont p,
.publications-inner .publications-cont dd {
	font-size: 100%;
	line-height: 24px;
}
.publications-inner > p {
	text-align: center;
}
.publications-inner .link a {
	color: #fff;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/icon_book_white.png) no-repeat #b50081;
}
.publications-inner .link_youtube a {
	background: url(../images/icon_youtube_white.png) no-repeat #b50081;
}
.publications-inner .link.pdf a {
	background: url(../images/publications/icon_pdf.gif) no-repeat #b50081;
    background-size: 24px auto;
    background-position: 24px center;
}
.publications-inner .link.bknb a {
	color: #fff;
	display: block;
	padding: 19px 0 15px 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333333;
	margin-top: 9px;
}
.publications-inner .link a:before,
.publications-inner .link a:after {
	border-color: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	right: 23px;
}
.publications-inner .link a:after {
	right: 31px;
}
.publications-inner .link a:hover small {
	opacity: 1;
}

@media (min-width: 769px) {
	.publications-inner .publications-cont h3 {
		margin: 25px 0 0;
	}
	.publications-inner .publications-cont h3.corpTitle3::before {
		left: -20px;
	}
	.publications-inner .link a {
		width: 306px;
		text-align: left;
		font-size: 124%;
		padding: 19px 0 15px 66px;
		background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-position: 24px center;
		height: 60px;
		box-sizing: border-box;
	}
	.publications-inner .link.two-l a {
		padding: 13px 0 15px 70px;
		line-height: 18px;
	}
	.publications-inner .link a small {
		font-size: 82%;
	}
	.publications-inner p.link {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.publications-inner .adobe_area {
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.publications-inner > p img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.corpWrapper.publications h2 {
		margin: 0 12.5px;
	}
	.publications-cont > ul {
		min-width: inherit;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.publications-inner .publications-cont h3 {
		padding-left: 20px;
		margin: 20px 0 14px;
	}
	.publications-inner .publications-cont h3 span {
		max-width: 250px;
		height: 31px;
		line-height: 32px;
		width: 100%;
	}
	.publications-inner .publications-cont h3.corpTitle3::before {
		left: 0;
	}
	.publications-inner .publications-cont p, .publications-inner .publications-cont dd {
		font-size: 12px;
		line-height: 20px;
	}

	.publications-inner .publications-cont:nth-child(n+3) h3 {
		margin-bottom: 17px;
		margin-top: 20px;
	}

	.publications-inner .publications-cont ul li {
		width: 100%;
		min-width: inherit;
	}
	.publications-inner .publications-cont .bg_color {
		padding: 30px 18px;
	}
	.publications-inner .publications-cont.video_area .bg_color {
		padding: 18px 18px 24px;
	}
	.publications-inner .publications-cont video {
		width: 100%;
		height: auto;
	}
	.publications .publications-cont img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	.publications-inner .publications-cont h3:after { height: 2px; }

	.publications-inner .link a {
		line-height: 18px;
		text-align: left;
		background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
		background-position: 20px center;
		padding: 18px 0 16px 66px;
		margin-top: 10px;
		height: 51px;
		box-sizing: border-box;
	}
	.publications-inner .link.bknb a {
		padding: 17px 0 17px 79px;
	}
	.publications-inner .link.two-l a {
		padding: 9px 0 13px 70px;
		line-height: 18px;
	}
	.publications-inner .link a:after {
		right: 25px;
	}
	.publications-inner .link a:before {
		right: 19px;
	}
	.publications-inner .adobe_area {
		margin-top: 21px;
	}
}


/*ホットプレスバックナンバー*/
#corpBlock .hotpress_bn .corpInner {
	max-width: 770px;
}
.hotpress_bn .corpTitle {
	margin-bottom: 2px;
}
.hotpress_bn-inner {
	max-width: 770px;
	margin: 0 auto;
}
.hotpress_bn-inner .hotpress_flex {
	display: flex;
    justify-content: space-between;
}
.hotpress_bn-inner .hotpress_bn-cont h3 {
	padding: 0;
	position: relative;
}
.hotpress_bn-cont > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.hotpress_bn-inner .hotpress_bn-cont ul li {
	width: 48%;
    vertical-align: top;
}
.hotpress_bn-inner .hotpress_bn-cont .bg_color {
	background: #e6e6e6;
    padding: 26px 18px;
    box-sizing: border-box;
	text-align: center;
}
.hotpress_bn-inner .hotpress_bn-cont .bg_color .bg_color-img {
	margin-bottom: 38px;
}
.hotpress_bn .hotpress_bn-cont img {
	width: 126px;
}
.hotpress_bn-inner .hotpress_bn-cont.video_area .bg_color {
    padding: 28px 30px 42px;
}
.hotpress_bn-inner .hotpress_bn-cont p,
.hotpress_bn-inner .hotpress_bn-cont dd {
	font-size: 100%;
	line-height: 24px;
}
.hotpress_bn-inner > p {
	text-align: center;
}
.hotpress_bn-inner .link a {
	color: #fff;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/icon_book_white.png) no-repeat #b50081;
}
.hotpress_bn-inner .link.pdf a {
	background: url(../images/publications/icon_pdf.gif) no-repeat #b50081;
    background-size: 24px auto;
    background-position: 24px center;
}

.hotpress_bn-inner .link a:before,
.hotpress_bn-inner .link a:after {
	border-color: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	right: 23px;
}
.hotpress_bn-inner .link a:after {
	right: 31px;
}
.hotpress_bn-inner .link a:hover small {
	opacity: 1;
}

/*ページネーション*/
.hotpress_bn .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: -10px;
}
.hotpress_bn.activity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hotpress_bn .wp-pagenavi span, .wp-pagenavi a:hover {
    background-color: #333333;
}
.hotpress_bn .wp-pagenavi a, .wp-pagenavi span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    font-size: 115%;
    background-color: #c6c6c6;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

/*TOPへ戻る*/
.hotpress_bn-inner .button a {
    color: #fff;
    width: 230px;
    height: 41px;
    display: block;
    font-size: 108%;
    line-height: 41px;
    background: #333;
    text-align: center;
    margin: 43px auto 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@media (min-width: 769px) {
	.hotpress_bn-inner .hotpress_bn-cont {
		width: 496px;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3 {
		margin: 30px 0 20px;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3.corpTitle3::before {
		left: -20px;
	}
	.hotpress_bn-inner .hotpress_bn-cont ul li {
		min-width: 241px;
	}
	.hotpress_bn-inner .link a {
		width: 206px;
		text-align: left;
		font-size: 124%;
		padding: 19px 0 15px 66px;
		background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-position: 24px center;
		height: 60px;
		box-sizing: border-box;
	}
	.hotpress_bn-inner .link a small {
		font-size: 82%;
	}
	.hotpress_bn-inner p.link {
		margin-bottom: 0;
	}
	.hotpress_bn-inner .adobe_area {
		margin-top: 20px;
	}

	/*ページネーション*/
	.hotpress_bn.activity .wp-pagenavi {
		margin-top: 25px;
	}
}

@media (max-width: 1200px) {
	.hotpress_bn-inner > p img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.corpWrapper.hotpress_bn h2 {
		margin: 0 12.5px;
	}
	.hotpress_bn-inner {
		margin: 0 12.5px;
	}
	.hotpress_bn-cont > ul {
		margin-bottom: 0;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3 {
		padding-left: 20px;
		margin: 20px 0 14px;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3 span {
		max-width: 250px;
		height: 31px;
		line-height: 32px;
		width: 100%;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3.corpTitle3::before {
		left: 0;
	}
	.hotpress_bn-inner .hotpress_bn-cont p, .hotpress_bn-inner .hotpress_bn-cont dd {
		font-size: 12px;
		line-height: 20px;
	}

	.hotpress_bn-inner .hotpress_bn-cont:nth-child(n+3) h3 {
		margin-bottom: 17px;
		margin-top: 20px;
	}

	.hotpress_bn-inner .hotpress_bn-cont ul li {
		width: 48%;
	}
	.hotpress_bn-inner .hotpress_bn-cont .bg_color {
		padding: 14px 10px;
	}
	.hotpress_bn-inner .hotpress_bn-cont.video_area .bg_color {
		padding: 18px 18px 24px;
	}
	.hotpress_bn-inner .hotpress_bn-cont video {
		width: 100%;
		height: auto;
	}
	.hotpress_bn .hotpress_bn-cont img {
		/*max-width: 100%;*/
		height: 115px;
		width: auto;
	}
	.hotpress_bn-inner .hotpress_bn-cont h3:after { height: 2px; }

	.hotpress_bn-inner .link a {
		line-height: 18px;
		text-align: left;
		background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
		background-position: 20px center;
		padding: 18px 0 16px 50px;
		margin-top: 10px;
		height: 51px;
		box-sizing: border-box;
	}
	.hotpress_bn-inner .link.pdf a {
		background-position: 14px center;
	}
	.hotpress_bn-inner .link.bknb a {
		padding: 17px 0 17px 79px;
	}

	.hotpress_bn-inner .link a:after {
		right: 15px;
	}
	.hotpress_bn-inner .link a:before {
		right: 9px;
	}
	.hotpress_bn-inner .adobe_area {
		margin-top: 21px;
	}
}

/*ホットプレスバックナンバー サイドバー*/
#corpBlock .hotpress_bn .sideber a:hover {
	color: #b50081;
}
@media (min-width: 769px) {
	.hotpress_bn-inner .sideber {
		width: 180px;
	}
	.corpWrapper h3.sideber_ttl {
		font-size: 13px;
		color: #b50781;
		padding: 36px 0 25px;
	}
	.hotpress_bn-inner .sideber #archive_list {
		border-top: #b50081 solid 2px;
		border-bottom: #b50081 solid 2px;
	}
	.hotpress_bn-inner .sideber #archive_list > li {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.hotpress_bn-inner .sideber #archive_list > li a {
		display: block;
		width: 100%;
		padding: 10px 29px;
	}
	.hotpress_bn-inner .sideber #archive_list > li:first-child {
		margin-top: 23px;
	}
	.hotpress_bn-inner .sideber #archive_list > li:last-child {
		margin-bottom: 24px;
	}
}
@media (max-width: 768px) {
	.hotpress_bn-inner .hotpress_flex {
		flex-wrap: wrap;
	}
	.hotpress_bn-inner .hotpress_bn-cont {
		order: 2;
	}
	.hotpress_bn-inner .sideber {
		width: 100%;
		order: 1;
	}
	.corpWrapper h3.sideber_ttl {
		font-size: 13px;
		padding: 18px 12px;
		margin: 20px 0 0;
		text-align: left;
		position: relative;
		border: 1px solid #e6e6e6;
	}
	.corpWrapper h3.sideber_ttl::after {
		position: absolute;
		content: "▼";
		color: #b50081;
		right: 16px;
	}
	.corpWrapper h3.sideber_ttl.open::after {
		transform: rotate(-180deg);
		top: 15px;
	}
	.hotpress_bn-inner .sideber .sideber_ttl ~ #archive_list {
		display: none;
	}
	.hotpress_bn-inner .sideber .sideber_ttl.open ~ #archive_list {
		display: block;
		border: 1px solid #e6e6e6;
		border-top: none;
	}
	.hotpress_bn-inner .sideber #archive_lis {
		border: 1px solid #e6e6e6;
		border-top: none;
	}
	.hotpress_bn-inner .sideber #archive_list > li {
		font-size: 13px;
		margin-bottom: 27px;
		padding: 0 31px;
	}
	.hotpress_bn-inner .sideber #archive_list > li:first-child {
		padding-top: 24px;
	}
	.hotpress_bn-inner .sideber #archive_list > li:last-child {
		margin-top: 24px;
	}

}
/*健康経営*/
.health .main {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.health .mainVis{
  background: rgba(255,255,255,0.85);
  margin: auto;
  width: 100%;
  text-align: center;
}
.health .mainVis .health_ttl{
  color: #b70081;
  font-weight: bold;
}
.health .mainVis .health_span{
  color: #b70081;
  font-weight: bold;
}
.health .topics_ttl{
  color: #b50081;
  text-align: center;
  font-weight: normal;
}
#corpBlock .corpWrapper.health{
  margin: 0 auto;
}
.health #listInner li a {
	display: block;
}
.health #listInner li:first-of-type{
  border-top: 1px dotted #d5d5d5;
}
#listInner li .cat {
	color: #fff;
	background: #333;
	display: inline-block;
}

.health #listInner ~ .wp-pagenavi {
	font-size: 116%;
	text-align: center;
}
.health #listInner ~ .wp-pagenavi > * {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.health #listInner ~ .wp-pagenavi a {
	background: #c6c6c6;
}
.health #listInner ~ .wp-pagenavi span {
	background: #323333;
}

.health #listInner ~ .wp-pagenavi {
	font-size: 116%;
	padding: 50px 0;
}
.health #listInner ~ .wp-pagenavi > * {
	padding: 0 5px;
	margin: 0 5px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.health #listInner ~ .wp-pagenavi .last,
.health #listInner ~ .wp-pagenavi .first {
	width: 40px;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}
.health #listInner ~ .wp-pagenavi .last:after,
.health #listInner ~ .wp-pagenavi .first:after {
	width: 7px;
	height: 7px;
	content: "";
	display: block;
	border-top: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.health #listInner ~ .wp-pagenavi .last:after {
	right: 18px;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.health #listInner ~ .wp-pagenavi .first:after {
	left: 18px;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.health_up{
  background: #e6e6e6;
  width: 100%;
}
.health_up .health_up_box{

}
.health_up_img img{
  width: 100%;
}
.health_up_list{
  color: #1b973a;
}
.health_up_list li:before {
  content:  counter(count) ;
  counter-increment: count 1;
  color: #fff;
  background: #1b973a;
}
.declaration_box{
  border: solid 2px  #1b973a;
}
.declaration_box .declaration_ttl{
  color: #1b973a;
  font-weight: bold;
}
.philosophy_ttl{
  color: #b50081;
  font-weight: bold;
}
.declaration_box .declaration_text{
  color: #333333;
}
.philosophy_text{
  color: #333333;
}
.appearance_box .appearance_list li{
  font-weight: bold;
}
@media (min-width: 769px) {
  .health .main {
    background: url(/corporation/profile/images/health/main_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .health .main {
    min-height: 227px;
  }
  .health .mainVis{
    padding: 16px 0 11px;
  }
  .health .mainVis .health_ttl{
    margin: 0;
    line-height: 1.2;
    font-size: 1.625rem;
    letter-spacing: .1em;
  }
  .health .mainVis .health_span{
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.571;
    letter-spacing: .1em;
  }
  .health .topics_ttl{
    line-height: 2;
    font-size: 1.25rem;
    padding:20px 0 12px;
  }
  .health #corpBlock .corpInner{
    padding: 0 50px;
  }
  .health #listInner { padding: 0 }
	.health #listInner li {
		font-size: 108%;
		border-bottom: 1px dotted #d5d5d5;
	}
	.health #listInner li a,
	.health #listInner .nopost { padding: 10px 0 10px; }
	.health #listInner li a:hover { color: #666; }
	.health #listInner li p { margin-bottom: 5px; }
	.health #listInner li .cat {
		width: 95px;
		font-size: 86%;
		line-height: 23px;
		text-align: center;
		margin: 0 20px;
	}
	.health #listInner li time + .size { margin-left: 20px; }
	.health #listInner li .size:before {
		content: "";
		width: 20px;
		height: 23px;
		display: inline-block;
		vertical-align: middle;
		background: url(/corporation/profile/images/health/pdf_pc.gif) no-repeat center;
	}
  .health_up{
    margin-top: 24px;
  }
  .health_up_inner{
    margin: auto;
    padding: 0;
  }
  .health_up .health_up_box{
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 27px 0 21px;
  }
  .health_up_img{
    margin: 0 6.54% 0 2.66%;
    width: 14.8%;
  }
  .health_up_list{
    margin: 0;
    padding: 11px 0 0;
    font-size: 14px;
    width: 76%;
    font-weight: bold;
    counter-reset: count 0;
  }
  .health_up_list li{
    line-height: 1.643;
    margin-bottom: 13px;
  }
  .health_up_list li span{
    font-weight: normal;
    font-size: 12px;
  }
  .health_up_list li:before {
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: 3%;
  }
  .about_health_up{
    max-width: 850px;
    margin: auto;
    padding: 0 50px;
  }
  .about_health_up section{
    padding-top: 37px;
  }
  .about_health_up section:nth-of-type(3){
    padding-top: 30px;
  }
  .about_text_box{
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .about_health_up .about_text{
    margin: auto;
    text-indent: 1em;
    line-height: 1.846;
    font-size: 13px;
  }
  .declaration_box{
    padding: 39px 0 31px;
    text-align: center;
    position: relative;
    margin-bottom: 41px;
  }
  .declaration_box::after{
    content: "";
    margin: 0;
    padding: 0;
    background: url(/corporation/profile/images/health/health_up_img.png) no-repeat;
    background-size: 100%;
    width: 71px;
    height: 71px;
    position: absolute;
    left: 22px;
    top: 16px;
  }
  .declaration_box .declaration_ttl{
    font-size: 22px;
    line-height: 0.818;
    margin: 0;
    padding-bottom: 20px;
  }
  .declaration_box .declaration_text{
    line-height: 2;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .philosophy_ttl{
    font-size: 22px;
    line-height: 0.818;
    margin: 0;
    padding-bottom: 19px;
    text-align: center;
  }
  .philosophy_text{
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .health .about_health_up figure{
    margin: 0 auto;
    text-align: center;
    padding-top: 28px;
  }
  .health .about_health_up section:first-of-type figure{
    width: 76.8%;
    padding-top: 36px;
  }
  .health .about_health_up section:nth-of-type(2) figure{
    width: 100%;
  }
  .health .about_health_up figure img{
    width: 100%;
  }
  .overall_list_block{
    /*margin: 0 auto 0 4.705%;*/
    margin: 0 auto;
    max-width: 760px;
    padding: 0 50px;
  }
  table.overall_list {
    margin: 0 auto 0 0;
    border-collapse: separate;
    border-spacing: 10px 10px;
    width: 100%;
    font-size: 13px;
    line-height: 1.385;
  }
  /*table.overall_list_01 td{
    text-align: center;
  }
  table.overall_list_01 tbody{
    padding-right: 10px;
  }
  table.overall_list_01 tr:first-of-type td:first-of-type{
    width: 24.05%;
  }
  table.overall_list_01 tr:first-of-type td:nth-of-type(4){

  }
  table.overall_list_01 tr:nth-of-type(2) td:nth-of-type(2){
    width: 34.59%;
    background: #b50081;
    color: #fff;
  }
  table.overall_list_01 tr:nth-of-type(2) td:nth-of-type(3){
    width: 35.13%;
    background: #b50081;
    color: #fff;
  }*/
  .appearance_box{
    margin: 30px 2.70% 0 26.4%;
    width: 72.26%;
    font-size: 14px;
    line-height: 1.385;
    border: solid 1px #b50081;
    box-sizing: border-box;
    padding: 5px 0px 10px;
  }
  .appearance_box .appearance_text{
    color: #b50081;
    font-size: 14px;
    line-height: 1.429;
    text-align: center;
    padding-bottom: 5px;
  }
  .appearance_box .appearance_list{
    display: table;
    justify-content:center;
    align-items: center;
    box-sizing: border-box;
    border-spacing: 10px 0;
    width: 100%;
  }
  .appearance_box .appearance_list li{
    background: #b50081;
    color: #fff;
    width: 49%;
    /*margin-right: 1.9157%;*/
    text-align: center;
    padding: 13px 5px;
    display: table-cell;
    vertical-align: middle;
  }
  .appearance_box .appearance_list li:last-of-type{
    margin-right: 0;
  }


  table.overall_list td{
    background: #e6e6e6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  table.overall_list tr:first-of-type td:first-of-type{
    width: 5.54%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(2){
    width: 17.16%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(3){
    width: 23.378%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(4){
    width: 23.51%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(5){
    width: 23.51%;
  }
  table.overall_list tr:nth-of-type(2) td:first-of-type{
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 768px) {
  .health .main {
    background: url(/corporation/profile/images/health/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    height: 41.5vw;
  }
  .health #listInner {
		padding: 2% 3.5714% 5%;
	}
	.health #listInner li {
		font-size: .75rem;

		letter-spacing: -.05em;
		border-bottom: 1px dotted #d5d5d5;
	}
	.health #listInner li a,
	.health #listInner .nopost {
		padding: 8px 6px 8px;
	}
	.health #listInner li p {
    margin-bottom: 6px;
    line-height: 1.333;
  }
	.health #listInner li .cat {
		width: 97px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		margin: 0 12px 0 0px;
	}
	.health #listInner li .size:before {
		content: "";
		width: 18px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		background: url(/corporation/profile/images/health/pdf_sp.gif) no-repeat center;
		background-size: 100%;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
	}
  .health #listInner ~ .wp-pagenavi {
		padding: 25px 0 0;
	}
	.health #listInner ~ .wp-pagenavi > * {
		width: 35px;
		height: 35px;
		font-size: 13px;
		line-height: 35px;
		margin: 0 10px;
		min-width: 35px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}
  .health .mainVis{
    padding: 4.5% 0 5.5%;
  }
  .health .mainVis .health_ttl{
    margin: 0;
    font-size: 1.25rem;
    letter-spacing: .1em;
  }
  .health .mainVis .health_span{
    font-size: .6875rem;
    letter-spacing: .1em;
  }

  .health_up .health_up_box{
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6% 5.33%;
  }
  .health_up_img{
    margin: 2% 10.89% 0 4.776%;
    width: 35.67%;
  }
  .health_up_list{
    margin: 0;
    padding: 5px 0 0;
    font-size: .8125rem;
    width: 48.664%;
    font-weight: bold;
    counter-reset: count 0;
  }
  .health_up_list li{
    line-height: 1.643;
    margin-bottom: 10px;
  }
  .health_up_list li span{
    font-weight: normal;
    font-size: .75rem;
    display: block;
    padding-left: 55px;
  }
  .health_up_list li:before {
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: 13%;
  }
  .health_up_list li:first-of-type:before{
    position: relative;
    top: 5px;
  }
  .about_health_up{
    width: 93.33%;
    margin: auto;
  }
  .about_health_up section{
    padding-top: 6.5%;
  }
  .about_text_box{
    padding-top: 5.5%;
    padding-bottom: 10%;
  }
  .about_health_up .about_text{
    margin: auto;
    text-indent: 1em;
    line-height: 1.667;
    font-size: .75rem;
  }
  .declaration_box{
    padding: 11% 0 7%;
    text-align: center;
    position: relative;
    margin-bottom:10%;
  }
  .declaration_box::after{
    content: "";
    margin: 0;
    padding: 0;
    background: url(/corporation/profile/images/health/health_up_img.png) no-repeat;
    background-size: 100%;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 8px;
    top: 5px;

  }
  .declaration_box .declaration_ttl{
    font-size: 1.25rem;
    line-height: 0.45;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 10%;
  }
  .declaration_box .declaration_text{
    line-height: 1.714;
    margin: 0;
    padding: 0;
    font-size: .875rem;
  }
  .philosophy_ttl{
    font-size: 1.25rem;
    margin: 0;
    padding-bottom: 1%;
    text-align: center;
  }
  .philosophy_text{
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .8125rem;
  }
  .health .about_health_up figure{
    margin: 0 auto;
    text-align: center;
    padding-top:7%;
  }
  .health .about_health_up section:first-of-type figure{
    width: 100%;
    box-sizing: border-box;
  }
  .health .about_health_up section:nth-of-type(2) figure{
    width: 100%;
    padding-top:4.5%;
  }
  .health .about_health_up figure img{
    width: 100%;
  }
  .overall_list_block{
    margin: 0 auto 0;
    padding: 0 2.428%;
  }
  table.overall_list {
    margin: 0 auto 0 0;
    border-collapse: separate;
    border-spacing: 4px 4px;
    width: 100%;
    font-size: .625rem;
    line-height: 1.385;
  }
  .appearance_box{
    margin: 4% 2.70% 0 26.4%;
    width: 72.26%;
    font-size: .625rem;
    line-height: 1.385;
    border: solid 1px #b50081;
    box-sizing: border-box;
    padding: 5px 4px 10px;
  }
  .appearance_box .appearance_text{
    color: #b50081;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 3%;
  }
  .appearance_box .appearance_list{
    display: flex;
    justify-content:center;
    align-items: center;
    box-sizing: border-box;
  }
  .appearance_box .appearance_list li{
    background: #b50081;
    color: #fff;
    width: 49%;
    margin-right: 1.9157%;
    text-align: center;
    padding: 8px 5px;
  }
  .appearance_box .appearance_list li:last-of-type{
    margin-right: 0;
  }


  table.overall_list td{
    background: #e6e6e6;
    text-align: center;
    padding-top: 4.5%;
    padding-bottom: 4%;
  }
  table.overall_list tr:first-of-type td:first-of-type{
    width: 5.54%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(2){
    width: 17.16%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(3){
    width: 23.378%;
    padding-top: 4.5%;
    padding-bottom: 4%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(4){
    width: 23.51%;
  }
  table.overall_list tr:first-of-type td:nth-of-type(5){
    width: 23.51%;
  }
  table.overall_list tr:nth-of-type(2) td:first-of-type{
    padding: 2.5% 1%;
  }
  table.overall_list tr:nth-of-type(3) td{
    padding: 2.5% 1%;
  }
  table.overall_list tr:nth-of-type(4) td{
    padding: 2% 1% 2%;
  }
  table.overall_list tr:nth-of-type(4) td:nth-of-type(2){
    padding: 3% 1%;
  }
  table.overall_list tr:nth-of-type(5) td:nth-of-type(1){
    padding: 3% 1% 2%;
  }
  .health #listInner li p time {
    margin-right: 10px;
	}
}

@media (max-width:375px){
	.health #listInner ~ .wp-pagenavi > * {
		margin: 0px 5px;
	}
	.health #listInner li p time {
    margin-right: 7px;
    letter-spacing: .01em;
	}
}

@media (max-width:320px){
	.health #listInner li p time {
		margin-right: 17px;
	}
	.health #listInner ~ .wp-pagenavi > * {
    margin: 0px 2px;
	}
}