@charset "UTF-8";
@media screen and (min-width: 0px) and (max-width: 667px) { .mbHide { display: none !important; }
	.mbShow { display: block !important; } }
@media screen and (min-width: 667px) and (max-width: 960px) { .tbHide { display: none !important; }
	.tbShow { display: block !important; } }
@media screen and (min-width: 960px) { .pcHide { display: none !important; }
	.pcShow { display: block !important; } }

html{
	height: 100%;
}
body{
	min-height: 100vh;
}

.sub_content {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
	background: #fff;
}
.sub_title_box {
	width: 100%;
	display: inline-block;
	margin: 50px 0 0 0;
	padding: 5px 0 5px 10px;
	min-height: 98px;
	margin-top: 55px;
	background: #cccccc url("../../../img/corp/sustainability/bg_main_sb.png") 50% 0 no-repeat;
	border-radius: 3px;
	box-sizing: border-box;
}
.sub_title{
	width:100%;
}
.sub_title h1{
	font-size:28px;
}
.sustainability_contents_box{
	width:72%;
	display:inline-block;
	background:#fff;
	border-top:4px solid #0A3190;
	margin: 30px 0 30px 0;
	padding: 20px 15px;
}

.aboutkeeper_sentence{
	width:600px;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.about_proshop_sentence, .about_labo_sentence{
	margin: 30px 0 0 0;
}
.aboutkeeper_first_sentence{
	width:600px;
	clear: both;
	margin:  0;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.aboutkeeper_img{
		width:350px;
	display: inline-block;
	vertical-align: top;
}
.keeper_img{
	width:350px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 0;
	font-size: 0;
}
.keeper_img img{
	width:100%;
}
.keeper_heading{
	width:400px;
	display: inline-block;
	vertical-align: top;
}
.keeper_heading img{
	width:100%;
}
.keeper_img2c{
	width:350px;
	display: inline-block;
	margin: 0 auto;
}
.keeper_img2c img{
	width:45%;
	margin: 10px 0 0 10px;
}
footer{
	position: static;
	bottom: 0;
	height: auto;
}


/*　メインエリア */
.useSideBar #mainArea {
	float: left;
	width: 726px;
	padding-top: 2rem;
}
article > .notStartHeading {
    /*border-top: 2px solid #092b8c;*/
    padding-top: 28px;
}
article > section, article > .notStartHeading, article > .separateSection {
    position: relative;
    background: #fff;
    padding: 0 10px 10px;
	height: 400px;
}
.addShadowSection:before {
    content: "";
    display: block !important;
    position: absolute;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: -1;
    top: 50%;
    bottom: 0px;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 100px 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.gridSection03 > *.gridCol02 {
    width: 95%;
	padding: 1rem 0;
}
.gridCol02 {
    position: relative;
}
.gridCol02 p {
	padding: 0.5rem 0 0.5rem 1rem;
}
.mat10 p {
	padding: 0.5rem 1rem;
}
#visionArea p{
	padding: 0.5rem 1rem;
}
.matemChild > *:first-child ~ * {
    margin-top: 1em;
}
.container {
    width: 1000px;
    clear: both;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 85px;
	padding-bottom: 20px;
}

/* アコーディオン */
.accordion-item {
    margin: 10px 0;
    position: relative;
    width: 80%;
    left: 10%;
}
.accordion-header {
	background: #6880ba;
	color: #fff;
	padding: 5px 10px 3px 10px;
	font-weight: 700;
	font-size: 114%;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}
.accordion-header .arrow {
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.accordion-header .arrow::before {
	content: "\25BC"; /* Unicode for down-pointing triangle (▼) */
}
.accordion-header .arrow.up::before {
	content: "\25B2"; /* Unicode for up-pointing triangle (▲) */
}
.accordion-content {
	padding: 10px;
	display: none;
}
.accordion-content.active {
	display: block;
}
.accordion-content p {
	margin: 0;
}
.accordion-content .indi_sml{
	padding: 0;
	font-size: 11px;
}

@media screen and (min-width: 0px) and (max-width: 667px){
	.accordion-item {
		margin: 10px 0;
		position: relative;
		width: 100%;
		left: 0;
	}
	.accordion-header {
		margin-top: 0.5rem;
		font-size: 1rem;
	}
}
/* アコーディオン */

/*　サイドバー */
#sidebar {
    float: right;
    width: 222px;
	padding-top: 2rem;
}
.sNavList {
    border-bottom: 1px solid #4865ab;
    overflow: hidden;
}
.sNavList > li {
    background: #0b328f;
}
.sNavList > li > a {
    position: relative;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 112px;
    width: 222px;
    color: #fff;
    font-size: 142%;
    font-weight: 700;
    text-align: left;
}
.sNavList > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sNavList > li > a span {
    padding: 12px 28px;
}
.sNavList > li > a > * {
    display: inline-block;
    vertical-align: middle;
}
.sNavList > li > a:after {
    top: 44%;
    left: 10px;
    content: "";
    position: absolute;
    border-top: 4px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid white;
}
.sNavList > li > ul {
    background: #7f93c4;
    text-align: left;
    display: block;
}
.sNavList > li > ul > li {
    position: relative;
    padding-left: 20px;
}
.sNavList > li > ul > li > a {
    position: relative;
    display: block;
    margin-top: 1px;
    padding: 15px 12px 13px;
    background: #fff;
}
a {
    color: #333333;
    text-decoration: none;
}
.sNavList > li > ul > li:after {
    position: absolute;
    width: 200%;
    margin-left: -20px;
    content: '';
    top: -1px;
    left: 0;
    z-index: 100;
    border-top: 1px solid #4865ab;
}
.sNavList li :hover {
	background-color: #7f93c4;
	color: #fff;
}
.btnStyle03.active {
	color: #fff;
    background: #6880ba;
}
.btnStyle03:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.btnStyle03:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    height: 0px;
    margin: auto 0;
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #0b328f;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.sNavList .btnStyle03:after{
	left: -12px;
}
/* サイドバー */


/* 
	policy 
*/
#mainArea{
	width: 72%;
	height: 400px;
	float: left;
	margin-top: 2rem;
	display: inline-block;
	background: #fff;
	border-top: 4px solid #0A3190;
	margin: 30px 0 30px 0;
	padding: 10px 10px 20px 10px;
}
#mainArea p {
	padding: 0 1rem 1rem 1rem;
}
.content{
	display: flex;
	padding-bottom: 1rem;
}
.content img{
	padding-right: 1rem;
	width: 330px;
	height: 225px;
}

.headingLv04 {
	border-top: 2px solid #0b328f;
	font-weight: 700;
	font-size: 114%;
	background: #f3f4fa;
	padding: 10px 14px 8px;
	margin-bottom: 20px;
}


/* 
	index 
*/
.tac img.car {
    width: 330px;
    position: absolute;
    top: 420px;
    right: 20px;
}
.gridSection03 {
	width: 102.97619%;
	margin-left: -2.97619%;
}
.gridSection03 > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 30.35714%;
	margin-left: 2.97619%;
}
.gridSection03:before, .gridSection03:after {
	content: "";
	display: table;
}
.navPageIdx > li, .navPageIdx > ul > li {
	background-color: #fff;
	margin-left: 2%;
}
article a, .colorboxSection a {
	color: #0b328f;
}
.navPageIdx > ul > li .navPageCont{
	border-top: 2px solid #0a3190;
	overflow: hidden;
	background: #f3f7ff;
}
.navPageIdx > ul > li .navPageCont > dt{
	text-align: center;
	background: #fff;
	font-size: 114%;
	min-height: 60px;
	color: #0a3190;
	font-weight: 700;
	line-height: 1.2;
}
.icoBalloonB {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.icoBalloonB:after {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	width: 0px;
	margin: 0 auto;
	content: "";
	position: absolute;
	border-top: 10px solid white;
	border-right: 6px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid transparent;
}
.navPageIdx > ul > li .navPageCont > dt:befor{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.navPageIdx > ul > li .navPageCont > dt > span{
	padding: 12px 6px 8px;
	vertical-align: middle;
	padding: 12px 6px 8px;
	vertical-align: middle;
	line-height: 3.5rem;
}
.navPageIdx > ul > li .navPageCont > dd{
	background-color: #fff;
	font-size: 0.8rem;
}
.gridSection03first01 > * {
	width: 30.3%;
}
.gridSection03first01 > *:first-child ~ * {
    margin-top: 3%;
}
.gridSection03 > *.gridCol02 {
	width: 93%;
}
#stb_con_link{
	display: flex;
	flex-wrap: wrap;
}
#stb_con_link .cont{
	margin-top: 1.37rem;
}
#stb_con_link .cont{
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 667px){
	.container{
		width: 95%;
		padding-top: 0;
	}
	.sustainability_contents_box {
		width: 92%;
	}
	.useSideBar #mainArea {
		width: 95%;
		height: 100%;
	}
	#stb_con_link{
		display: block;
	}
	#stb_con_link .cont{
		display: none;
	}
	.sub_title_box{
		margin: 0;
		border-radius: unset;
	}
	.sub_title h1 {
		font-size: 23px;
		padding-left: 5%;
	}
	.gridSection03 > *.gridCol02 {
		width: 100%;
	}
	.navPageIdx > li, .navPageIdx > ul > li {
		background-color: #fff;
		width: 100%;
		margin-left: 0;
	}
	.navPageIdx > ul > li .navPageCont > dd{
		background-color: #fff;
		font-size: 0.8rem;
	}
	article > section, article > .notStartHeading, article > .separateSection {
		position: relative;
		background: #fff;
		padding: 0 10px 10px;
		height: 600px;
	}
	#sidebar{
		display: none;
	}
}

/*
    environment
*/
.env_tb {
	width: 80%;
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.indi_sml{
	padding: 0.8rem 6rem!important;
	font-size: 11px;
    margin: auto;
}
.indi_txt_line{
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.text_title{
	font-size: 18px; 
	font-weight: bold;
	width: 70%;
}
.env01{
	display: flex;
}
.env01 img {
    height: 40px;
    margin-left: 0.9rem;
    padding: 0.6rem;
}
.env02{
	padding: 0.5em 1em; 
	margin: 2em 0; 
	border: solid 1px #000000;
}
.content_en01 p{
	padding-left: 1rem;
}
.content_en02 p{
	padding-left: 2.3rem!important;
}
.content_en01, .content_en02{
	display: flex;
}
.content_en01 img, .content_en02 img{
	height: 200px;
}

@media screen and (min-width: 0px) and (max-width: 667px){
	.env_tb{
		width: 100%;
		font-size: 14px;
		font-weight: normal;
	}
	.indi_sml{
		width: 95%;
		padding: 0.5rem!important;
	}
	.env01 img{
		height: 50px;
    	width: 30%;
	}
	.content_en01, .content_en02 {
		display: block;
	}
	.content_en02 p {
		padding-left: 3%!important;
	}
	.text_title {
		width: 80%;
	}
	.tac img{
		width: 100%;
	}
}


/*
    society
*/
.sc_tb {
	width: 80%;
	text-align: unset;
	margin: auto;
	margin-bottom: 1rem;
	border-collapse: collapse;
	border-bottom: 1px solid black;
	line-height: 1.5rem;
}
.sc_tb .right{
	text-align: right;
}
.indi_sml{
	padding: 1rem 6rem;
	font-size: 11px;
}
.indi_txt_line{
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.soc01{
	display:flex; 
}
.soc01, .soc02, .soc03{
	padding: 0.5rem 1rem;
}
.soc02{
	display:flex; 
	padding: 0.5em 1em; 
	margin: 1em 0; 
	border: solid 1px #000000;
}
.soc02 .left, .soc03 .left{
	width: 47%;
}
.soc02 .right, .soc03 .right{
	width: 47%; 
	padding-left: 3rem;
}
.soc03{
	display: flex;
}
.soc03 .left, .soc03 .right{
	width: 47%;
}
.txt_blue {
    font-size: 114%;
    background: #4865ab;
    font-weight: 700;
    line-height: 1.4;
    padding: 6px 10px 4px!important;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 667px){
	.sc_tb{
		width: 100%;
		font-size: 14px;
	}
	.soc01{
		padding: 0.5rem;
	}
	.soc02{
		display: block; 
		padding: 0.5em 1em; 
		margin: 2em 0; 
		border: solid 1px #000000;
	}
	.soc02 .left, .soc03 .left{
		width: 100%;
	}
	.soc02 .right, .soc03 .right{
		width: 100%; 
		padding-left: 0;
	}
	.soc03{
		display: block;
	}
	.soc03 .left, .soc03 .right{
		width: 100%;
	}
	.txt_blue {
		font-size: 100%;
		background: #4865ab;
		font-weight: 700;
		line-height: 1.4;
		padding: 6px 10px 4px!important;
		color: #fff;
		text-align: center;
	}
}