@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */
#content {
}

@media screen and (max-width:767px){
/*スマホ指定*/
}

.txtBlue {
	font-weight: 700;
	color: #00A9E0;
}

/* SDGs
------------------------------- */
.figSdgs01 {
	display: table;
	margin: 0 -15px 25px;
	padding: 0;
	width: calc(100% + 30px);
}
.figSdgs01 div {
	display: table-cell;
	padding: 0 15px;
	width: auto;
}
.figSdgs01 div h4 {
	font-weight: 700;
	font-size: 114.3%;
}

@media screen and (max-width:767px){
	.figSdgs01 {
		margin: 0 0 25px;
		width: auto;
		padding: 0;
	}
}
@media screen and (max-width:540px){
	.mvService h2 {
		position: static;
		font-size: 22px;
		margin-left: 15px;
    	margin-right: 15px;
    	margin-top: 20px;
    	text-shadow: none;
	}
	.figSdgs01 {
		margin: 0 0 25px;
		width: 100%;
	}
	.figSdgs01 div {
		display: block;
		margin: 0;
		padding: 15px;
		width: 100%;
		text-align: center;
	}
}


/* plant
------------------------------- */
.imgSec01.plant .imgL {
	margin: 5px 20px 10px 0;
}
.imgSec01.plant .imgR {
	margin: 5px 0 10px 20px;
}
.imgSec01.plant .text01 {
	margin: 0 0 25px;
}
@media screen and (max-width:767px) {
	.imgSec01.plant .imgL,
	.imgSec01.plant .imgR {
		float: none;
		margin: 0 0 10px;
        width: auto;
        text-align: center;
	}
	.imgSec01.plant .text01 {
		margin: 0 0 25px;
	}
}


/* healthmanagement
------------------------------- */
.btnUnit01.unit5 li {
	display: inline-table;
	width: 20%;
	padding: 0 20px;
}
#main .btnUnit01.unit5 li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
@media screen and (max-width:767px){
    .btnUnit01.unit5 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .btnUnit01.unit5 li {
        width: 50%;
        margin-bottom: 15px;
    }
    .btnUnit01.unit5 li:nth-of-type(even) {
        border-right: 1px solid #b3b3b3;
    }
}

#ppSec {
	margin-bottom: 20px;
}
#ppSec h4 {
	width: 100%;
	text-align: center;
	font-size: 114.3%;
	font-weight: 700;
	color: #00A9E0;
	margin-bottom: 15px;
}
#ppSec div {
	float: left;
	width: 48%;
}
#ppSec div h5 {
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #00A9E0;
}
#ppSec div.right {
	float: right;
}
#ppSec div ul {
	text-align: center;
}
#ppSec div ul li {
	display: inline-table;
	width: 30%;
	margin: 0 1%;
	border: 2px solid #333;
	border-radius: 15px;
	vertical-align: middle;
}
#ppSec div ul li.imp {
	border: 2px solid #00A9E0;
	border-radius: 15px;
	background: #ddeef4;
}
#ppSec div ul li span {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
#ppSec div ul li.imp span {
	border: 2px solid #00A9E0;
	border-radius: 13px;
}
@media screen and (max-width:767px){
	#ppSec div {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#ppSec div.right {
		margin: 0;
	}
	#ppSec div.right ul li span {
		line-height: 4.8em;
	}
	#ppSec div ul li span {
		padding: 5vw 0;
	}
}
@media screen and (max-width:413px){
	#ppSec div ul li span {
		padding: 4vw 0;
	}
}

.hmList {
	margin: 0 15px 40px;
}
.hmList h4 {
	display: inline-block;
	font-weight: 700;
	font-size: 128.6%;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}
.hmList ol {
}
.hmList ol li {
	display: table;
	margin-bottom: 10px;
}
.hmList ol li h5,
.hmList ol li ul {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 6px;
}
.hmList ol li ul {
	padding: 5px 15px 6px;
}
.hmList ol li h5 {
	font-weight: 700;
	font-size: 114.3%;
	color: #fff;
	background: #00A9E0;
	width: 11.5em;
}
.hmList ol li ul li {
	margin: 2px 0;
}
@media screen and (max-width:560px){
	.hmList ol li {
		display: block;
	}
	.hmList ol li h5,
	.hmList ol li ul {
		display: block;
		width: 100%;
	}
	.hmList ol li h5 {
		margin-bottom: 5px;
	}
	.hmList ol li ul {
		margin-left: 0;
	}
}


/* diversity
------------------------------- */
.dsBox {
	margin: 30px 15px 60px;
}
.dsBox h4 {
	text-align: center;
	margin-bottom: 20px;
}
.dsBox dt {
	font-weight: 700;
	margin-bottom: 20px;
}
.dsBox dd {
	margin: 0 15px 20px;
}
.dsBox ol li {
	margin-left: 1em;
	text-indent: -2em;
	margin-bottom: 10px;
}
.dsBox ol li ul {
	margin: 10px 0 15px 0;
}
.dsBox ol li ol {
	margin: 10px 0 15px -1.2em;
}
.dsBox ol li ul li,
.dsBox ol li ol li  {
	margin: 0 0 5px;
	text-indent: 0;
}
.dsBox ol li p  {
	margin: 5px 0 10px 0;
	text-indent: 0;
}
.bdrLeft {
	margin: 0 0 10px 0;
	padding-left: 10px;
	border-left: 5px solid #999;
}


.rightBtn01 {
	margin: 0 15px 25px;
	text-align: center;
}
.rightBtn01 a {
	width: 240px;
	background: #00A9E0;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 128.6%;
	border-radius: 5px;
	line-height: 1.3;
	margin: 0 0 0 auto;
	padding: 6px 10px;
}
.rightBtn01.w440 a {
	width: 440px;
}
.rightBtn01.w390 a {
	width: 390px;
}
.rightBtn01 a:hover {
 	opacity: .7;
}
.spBr540 {
	display: none;
}
@media screen and (max-width:767px){
	.rightBtn01 a,
	.rightBtn01.w440 a {
		width: auto;
		position: relative;
		padding: 10px 30px;
	}
	.rightBtn01 a.icon_arrow_01:after {
		position: absolute;
		margin: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		right: 15px;
	}
	.catchCopy {
		padding: 0 15px;
		font-size: 22px;

	}
}
@media screen and (max-width:767px){
	.rightBtn01 a,
	.rightBtn01.w390 a {
		width: auto;
		position: relative;
		padding: 10px 30px;
	}
	.rightBtn01 a.icon_arrow_01:after {
		position: absolute;
		margin: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		right: 15px;
	}
	.catchCopy {
		padding: 0 15px;
		font-size: 22px;

	}
}
@media screen and (max-width:500px){
	.spBr540 {
		display: inline-block;
	}
}

.catchCopy {
	color: #193771;
	font-size: 26px;
}

/* ----------------------------------------


/* Statement
------------------------------- */
.ceoMv {
	position: relative;
	margin-bottom: 30px;
}
.ceoMv h2 {
	position: absolute;
	margin-bottom: 25px;
	color: #193771;
	font-weight: 700;
	font-size: 200%;
	top: calc(50% - 96px);
	left: 5%;
}
@media screen and (max-width:640px){
	.ceoMv h2 {
		font-size: 20px;
		top: calc(50% - 64px);
	}
}
@media screen and (max-width:480px){
	.ceoMv h2 {
		font-size: 16px;
		top: calc(50% - 48px);
	}
}
@media screen and (max-width:374px){
	.ceoMv h2 {
		font-size: 14px;
		top: calc(50% - 44px);
	}
}


clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#ppSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#ppSec {
	*zoom: 1;
}