@charset "UTF-8";

/* ESG共通タイトル画像ここから
----------------------------------------------- */

.csr{
    background-image: url(/images/csr/title_csr.jpg);
}

/* CSR共通タイトル画像ここまで
----------------------------------------------- */

/* ESGTOPここから
----------------------------------------------- */

.esg_sdgs{
    overflow: hidden;
}

.esg_sdgs_left{
    float: left;
	width: 68%;
	margin-right: 15px;
}

.esg_sdgs_right{
    float: right;
	width: 30%;
}

@media only screen and (max-width: 767px) {
    .esg_sdgs_left,.esg_sdgs_right{
        float: none;
        width: 90%;
		margin: 0 auto;		
    }
}

.SDGs2030 {
	position: relative;
	margin-bottom: 0;
}	

.SDGs2030 figcaption{
	color: #009370;
	background-color: rgba(255, 255, 255, 0.85);
	background-position: 95% 45%;
	background-repeat: no-repeat;
	background-image: url("/images/base/common_parts/ico_yaji_rt_green.svg");
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	padding: 1em;
	text-align: center;
	font-size: 90%;
}

.SDGs2030 a:hover{
	box-shadow: 3px 3px 20px rgba(0,0,10,0.8);
}

.SDGs2030 img {
	vertical-align: bottom;
	box-shadow: 2px 2px 10px rgba(0,0,10,0.5);
}

.SDGs2030_comment{
	font-size: 0.8rem;
	margin-top: 5px;
}

.esg_nav {
	position: relative;
	margin-top: 10px;	
}

.esg_nav figcaption{
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	padding: 1em;
	text-align: center;
	font-size: 90%;
}

.esg_nav figcaption span{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.esg_link li{
	margin-top: 5px;
	border-bottom: 1px solid #000000;
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
	padding: 4px 1em 10px 15px;
    }

.esg_link li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #b71254; /*点の色*/
	
}

.esg_banner {
	margin: 20px auto;
	width: 80%;
}

/* ESGTOPここまで
----------------------------------------------- */


/* SDGsここから
----------------------------------------------- */

.sdgs_table {
	vertical-align: middle;
}

.sdgs-target{
	font-weight: 700;
	background-color: #e5f4f1;
}

.sdgs-title{
	font-weight: 700;
	margin-bottom: 0!important;
}

.sdgs-section{
	font-size: 0.9rem;
	display: -webkit-inline-box!important;
}

.sdgs-attempt{
	color: #b71254;
	font-weight: 600;
}

.sdgs-attempt:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;	
	content: '\f053';
	padding-left: 3px;
	padding-right: 3px;	
}

.sdgs-attempt:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f054';
	padding-left: 3px;
	padding-right: 3px;	
}

.sdgs-img{
	display: inline-flex;
	vertical-align: top;
}

/* SDGsここまで
----------------------------------------------- */


/* CSRレポートここから
----------------------------------------------- */

.csr_report_container{
	overflow: hidden;	
}

.csr_report_left{
	float: left;
	padding: 0 30px;
}

.csr_report_right{
	float: left;
}

/* CSRレポートここまで
----------------------------------------------- */

/* Team NIPPOここから
----------------------------------------------- */

.csr_teamnippo{
    background-image: url(/images/csr/teamnippo_image/title_csr_teamnippo2020.jpg);
}

h3.teanippo_title{
    border: none;
    background: transparent;
    position: static;
    text-align: center;
    padding: 0;
}

.title_bottom{
    color: #1F509C;
    text-align: center;
}

.team2020{
    padding: 24px 48px 24px 72px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    margin-bottom: 24px;
}

.team2020 dt{
    font-weight: bold;
    width: 6em;
    float: left;
}

.team2020 dd{
    padding-left: 8em;
    margin-bottom: 1em;

}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .team2020{
        padding: 24px 16px;
    }
}

/* Team NIPPOここまで
----------------------------------------------- */

/* 剣道部ここから
----------------------------------------------- */


.csr_kendou{
    background-image: url(/images/csr/kendou_image/kendou_title.jpg);
}

.common_table.kendo_table {
    width: 100%;
}

.common_table.kendo_table img {
    width: auto;
    margin: 0 0 0 8px;
}


.kendo_text{
    color: #ff0033;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.kendou-taikai{
	color: dimgray;
}

.kendou-photo img {
	vertical-align: middle; 
}
/* 剣道部ここまで
----------------------------------------------- */


/* テニス部ここから
----------------------------------------------- */

.csr_tennis{
    background-image: url(/images/csr/tennis_image/title_csr_tennis.jpg);
}

.common_table.tennis_table th{
    width: 20em;
}

.common_table.tennis_table img{
    width: auto;
    margin: 0 0 0 8px;
}

/* テニス部ここまで
----------------------------------------------- */



/* 社会貢献活動ここから
----------------------------------------------- */


.csr_contribution{
    background-image: url(/images/csr/contribution_image/title_csr_contribution.jpg);
}

/* 童話の約束 マンガ*/
.common_container.douwa_container .container_left,
.common_container.manga_container .container_left{
    width: 23%;
}

.common_container.douwa_container .container_right,
.common_container.manga_container .container_right {
    width: 75%;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .common_container.douwa_container .container_left,
    .common_container.manga_container .container_left{
        width: 100%;
    }

    .common_container.douwa_container .container_right,
    .common_container.manga_container .container_right{
        width: 100%;
    }

}




/* マンガ */

.contribution_manga h4{
    border-bottom: none;
    text-align: center;
}

.contribution_manga h5{
    border-bottom: 1px solid #1F509C;
    padding: 4px 0;
}

.contribution_manga h6{
    color: #1F509C;
    font-weight: bold;
    margin-bottom: 8px;
}

.contribution_manga .common_container,
.contribution_manga .common_container_three{
    margin-bottom: 24px;

}

.csr_sdgs img{
	width: 30px;
    vertical-align: sub;
}


/* 社会貢献活動ここまで
----------------------------------------------- */

/* 安全衛生方針、品質方針、環境方針ここから
----------------------------------------------- */
.iso_box{
    padding: 24px 48px 24px 72px;
    border: solid 1px #ddd;
    background: #f8f8f8;
	width: 80%;
	margin: 0 auto 24px;
}

.iso_box ol{
    margin-left: 0;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.3;
}

.iso_box ol li:last-child{
    margin-bottom: 0;
}

.iso_name{
    float: right;
}

.iso_clear-both {
	clear: both;
}

@media only screen and (max-width: 1199px){
    .iso_box{
        padding: 24px 16px;
    }
}

.iso_table{
    width: 18%;
}

/* 安全衛生方針、品質方針、環境方針ここまで
----------------------------------------------- */

/* 環境技術 ここから
----------------------------------------------- */

.enviro_img_nav{
    margin: 8px 0;
}

.enviro_img_nav ul{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.enviro_img_nav ul li{
    list-style-type: none;
    margin: 0 0 0 1.5em;
}

.enviro_img_nav ul li a{
    background-color: #1f509c;
    color: #fff;
    padding: .5em;
}

.enviro_img_nav ul li a:hover{
    background-color: #ad2a4b;
    opacity: 1;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .enviro_img_nav ul li a:hover{
        background-color: #1f509c;
    }

}

.enviro_table tr:hover{
    cursor: default;
	background: #f7eaed;
}

.common_table.enviro_table tbody tr td:first-of-type{
    width: 9em;
}

.common_table.enviro_table tbody tr td:nth-of-type(2){
    width: 9em;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .common_table.enviro_table tbody tr td:first-of-type{
        width: 6em;
    }

    .common_table.enviro_table tbody tr td:nth-of-type(2){
        width: 6em;
    }


    .common_table.enviro_table tbody tr th{
        width:2em ;
    }

}

.enviro_tree{
    text-align: center;
}

.enviro_tree img{
    width: auto;
}

/* 環境技術 ここまで
----------------------------------------------- */

/* 会社の経営の基本方針ここから
----------------------------------------------- */
.vision_wrapper {
	overflow: hidden;
}

.vision_left {
	width: 30%;
	float: left;
}
.vision_right {
	width: 65%;
	float: right;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .vision_left{
        float: none;
		width: 70%;
		margin: 0 auto;		
    }
	.vision_right {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}

.vision_right h4{
	list-style: none;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
	font-size: 1.5rem;
	margin-top: 0 !important;
	position: inherit !important;
}

.vision_president_name{
	width: 250px;
	margin:0 0 0 auto;
}

.vision_president_name p{
	margin-bottom: 5px;
}

.vision_wrapper h3{
    position: static;
    background: transparent;
    border: none;
    color: #1f509c;
    padding: 8px 4px;
}

.vision_box{
    padding: 24px 48px 24px 72px;
    border: solid 1px #ddd;
    background: #f8f8f8;
    margin-bottom: 24px;
}

.vision_box p{
    margin-bottom: 0;
	font-size:1.3em;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.vision_box ul{
    margin-left: 50px;
}

.vision_box ul li{
    margin-bottom: 0;
	font-size:1.3em;
	font-weight: 600;
	line-height: 1.3;
	list-style: square;
}

.vision_name{
    float: right;
}

@media only screen and (max-width: 1199px){
    .vision_box{
        padding: 24px 16px;
    }
}

.Oath{
	color: #1f509c;
	list-style: none;
}

.Oath:after{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	padding-left: 15px;
	padding-right: 15px;	
}

.Oath-red{
	color: #b71254;
}

/* 会社の経営の基本方針ここまで
----------------------------------------------- */

/*社会貢献活動記事一覧*/
.contribution_menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contribution_menu:after,
.contribution_menu:before{
	content:"";
	display:block;
	width: 23%;
	height:0;
}
.contribution_menu:before{
	order: 1;
}
.contribution_contents div{
	border-left: 1px solid #009370;
    padding-left: 12px;
}
.contribution_contents{
	width: 23%;
	margin: 15px 5px;
}
.contribution_contents img{
	height: 150px;
	width: 100%; 
	object-fit: contain;
}

@media screen and (max-width:768px) and (min-width:401px){
	.contribution_menu{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contribution_menu:after,
	.contribution_menu:before{
		content:"";
		display:block;
		width: 30%;
		height:0;
	}
	.contribution_menu:before{
		order: 1;
	}
	.contribution_contents{
		width: 30%;
		margin: 5px;
	}
	.contribution_contents img{
		height: 150px;
		width: 100%; 
		object-fit: contain;
	}
}
@media screen and (max-width:400px){
	.contribution_menu{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contribution_menu:after,
	.contribution_menu:before{
		content:"";
		display:block;
		width: 45%;
		height:0;
	}
	.contribution_menu:before{
		order: 1;
	}
	.contribution_contents{
		width: 45%;
		margin: 5px;
	}
	.contribution_contents img{
		height: 150px;
		width: 100%; 
		object-fit: contain;
	}
}

/*チームNIPPO*/
/* Chrome,Safari */
       summary::-webkit-details-marker { display: none; }

/* firefox */
       summary { list-style: none; }

details summary {
  color: #009370;
  font-size: 22px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  padding-left: 20px;
  margin: 35px 0 25px;
  line-height: 2.2;
  border-top: 1px solid #a0c7a6;
  border-bottom: 1px solid #a0c7a6;
  background-image: none;
  background-color: #e5f4f1;
  position: relative;
  
}

details summary:before {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #a0c7a6;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  position: absolute;
  right: 0;
  margin-right: 20px;
  font-weight: 900;
  background: #009370;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 4px;
  text-align: center;
  
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::after {
  content: '\f068';
}

/*アコーディオンメニュー　IE対応*/
_:-ms-lang(x)::-ms-backdrop, summary {
  display:block; /* IE11 のみブロック要素として表示 */
  padding-top: 3.5px!important;
  line-height: 2!important;
  	
}
_:-ms-lang(x)::-ms-backdrop,summary:before {
  position: absolute!important;
  top: 8px!important;
  left: 6px!important;
  content: ""!important;
  display: inline-block!important;
  width: 3px!important;
  height: 30px!important;
  background-color: #a0c7a6!important;
}
_:-ms-lang(x)::-ms-backdrop,summary:after{
  margin-top: 0.9px!important;
}

.esg_table {
    width: 100%;
}
.esg_table tr {
    border: 1px solid #dadada;
}
.esg_table tr th {
    background-color: #1F509C;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.esg_table td {
    padding: 5px 0 5px 45px;	
}

.naibu{
	padding-left: 10px;
}
.esg_table td i {
    text-indent: -1em;
}

.esg_table i {
    color:#b30b00;
    font-size: 30px;
    padding-right: .3em;
    vertical-align: bottom;
}

