<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#wrapper{
	}
	
#wrapper .contents{
	width:100%;
	background:#FFF;
	clear:both;
	overflow: hidden;
	padding-bottom:30px;
	}
	
#wrapper .conTitle{
	padding-top:10px;
	clear:both;}

#wrapper .conTitle div{
	background: rgba(0,0,0,0.50);
    width: 100%;
    text-align: center;
    padding: 30px 0;
	}
#wrapper .conTitle h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:rgba(255,255,255,1.00);
	margin-bottom: 20px;
	text-align:center;	
	}
#wrapper .conTitle h1 span{
	display:block;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif}
#wrapper .conTitle div p{
	display:block;
	color:rgba(255,255,255,1.00);
	text-align:left;
	}
#wrapper .conTitle h2{
	color:rgba(255,255,255,1.00);
	font-weight:bold;
}
@media (min-width: 769px) {
#wrapper .conTitle h1{
	font-size:60px;
	margin-top:50px;
	}
#wrapper .conTitle h1 span{
	font-size:40%;
	}
#wrapper .conTitle div p{
	width:600px;
	margin:20px auto;
	}
}
@media (max-width: 768px) {
	#wrapper .conTitle h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	margin-top:50px;
	font-weight:bold;
	color:rgba(255,255,255,1.00);	
	}
#wrapper .conTitle h1 span{
	font-size:40%;}

#wrapper .conTitle h2{
	padding:20px;
}

#wrapper .conTitle div p{
	padding:20px;
	}
}


/****************************************************
.bread
****************************************************/
ul.breadcrumb {
	font-size: 12px;
	width:100%;
	clear:both;
	color:rgba(255,255,255,1.00);
	margin-top:80px;
}
ul.breadcrumb li {
	float: left;
}
ul.breadcrumb li:before {
	content: "&gt;";
	padding: 0 5px;
}
ul.breadcrumb li.home:before {
	content: "\f015";
	font-family: FontAwesome;
}
ul.breadcrumb li a{
	color:rgba(255,255,255,1.00);
	}
	
	
	

.font12{
	font-size:12px;}
.mb20{ margin-bottom:20px;}
@media (min-width: 769px) {
.fr_photo{
	float:right;
	margin:0 0 20px 20px;}
}
@media (max-width: 768px) {
.fr_photo{
	float:none;
	margin:20px 0;
	display:block;
	text-align:center;}
}
@media (min-width: 768px) {
ul.list3col li{
	width:30%;
	padding:10px;
	float:left;
	margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	ul.list3col li{
		text-align:center;
		margin-bottom:10px;
	}
}
ul.list3col li span{
	font-size:12px;
	line-height:1.5em;
	margin-top:5px;
	text-align:left;
	display:block}
@media (min-width: 768px) {
ul.list2col li{
	width:47%;
	padding:10px;
	float:left;
	margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	ul.list2col li{
		margin:10px;
	}
}
@media (min-width: 768px) {
ul.list4col li{
	width: 24%;
    padding: 3px;
	float:left;
	margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	ul.list4col li{
		margin:10px;
	}
}




/****************************************************
セカンドtop　共通
****************************************************/


@media (min-width: 769px) {
	#menu-pickup{
		margin:auto;
		max-width:1420px;
		}
	#menu-pickup section {
    position: relative;
    float: left;
    width: 50%;
    height: 240px;
    vertical-align: top;
    overflow: hidden;
    border-bottom: 1px solid rgba(249, 250, 252, 1);
	border-right: 1px solid rgba(249, 250, 252, 1);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
    background-color: #1D2D86;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}
#menu-pickup section .title{
	width:50%;
	float:left;}
#menu-pickup section .detail{
	width:50%;
	float:left;
	height:240px;}
	
#menu-pickup section h2 {
	position: relative;
	font-size: 18px;
	z-index: 1;
	padding: 0 10px;
	box-sizing: border-box;
	top: 50px;
    left: 120px;
	text-align:left;
	font-weight:bold;
	width:60%;
}
#menu-pickup section .circle {
	position: absolute;
	top: 50px;
    left: 20px;
    right: 0;
    width: 100px;
    height: 100px;
	z-index: 0;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-pickup section p {
    position: relative;
    line-height: 1.7em;
	font-size:0.8em;
    z-index: 1;
	top: 50px;
	text-align:left;
	padding:20px 50px;
    /* transition: all 0.25s ease; */
}

#menu-pickup section figure img {
    position: absolute;
    top: 70px;
    left: 40px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.25s cubic-bezier(.47,0,.74,.71) 0s;
	width: 60px;
}
}
@media (max-width: 768px) {
#menu-pickup section {
    position: relative;
    float: left;
    width: 100%;
    height: 420px;
    vertical-align: top;
    overflow: hidden;
    border-bottom: 1px solid rgba(249, 250, 252, 0.19);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
    background-color: #1D2D86;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}
#menu-pickup section .title{
	width:100%;
	float:none}
#menu-pickup section .detail{
	width: 100%;
    float: none;
    position: absolute;
    margin: auto;
    top: 250px;}
#menu-pickup section .detail p{
	margin-bottom:30px;
	text-align: center;
}
#menu-pickup section h2 {
	position: absolute;
    font-size: 18px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 10px;
    right: -100%;
    left: -100%;
    top: 50px;
    font-weight: bold;
}

#menu-pickup section .circle {
	position: absolute;
	top: 150px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
	margin: 0 auto;
	z-index: 0;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-pickup section p {
   position: relative;
    line-height: 1.7em;
    font-size: 0.8em;
    z-index: 1;
    text-align: left;
    padding: 30px 50px;
    /*transition: all 0.25s ease;*/
}
#menu-pickup section figure img {
    position: absolute;
    top: -105%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.25s cubic-bezier(.47,0,.74,.71) 0s;
	width: 60px;
}
}


#menu-pickupsection:nth-child(2n) {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.1);
}

#menu-pickup section:hover {
	color: #1D2D86;
	z-index: 1;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 5px 25px rgba(0,0,0,0.2);
}

#menu-pickup section:active {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
	transition: box-shadow 0.1s ease;
}


#menu-pickup section a {
	display: block;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
	transition: color 0.3s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-pickup section a:hover {
	color: #1D2D86;
	background:rgba(255,255,255,1.00);
}

#menu-pickup section .title-wrap {
	display: table;
	width: 100%;
}

#menu-pickup section div {
	display: table-cell;
	width: 100%;
	height: 120px;
	margin: auto;
	vertical-align: middle;
}

#menu-pickup section h2 span {
    display: block;
    z-index: 1;
    white-space: nowrap;
    font-size: 0.7em;
}

#menu-pickup section .circle { background-color:#FFF; }
#menu-pickup section a:hover .circle { background-color: #FFF; }
#menu-pickupa section p:hover{
	color:rgba(0,0,0,1.00);
}
#menu-pickup section p.more {
	position:absolute;
	bottom:30px;
	text-align:center;
	margin:0 auto;
	max-width:200px;
	}
	
#menu-pickup section p.more{
	padding: 5px;
    border: 1px solid;
    display: block;
    position: relative;
    padding-right: 10px;
	}
	
#menu-pickup section p.more:after{
	content:'\f105';
	font-family: FontAwesome;
	position:absolute;
	right:10px;
}



@media (min-width: 769px) {
	
	#menu-area{
		margin:auto;
		max-width:1420px;
	}
	#menu-area section {
    position: relative;
    float: left;
    width: 25%;
    height: 420px;
    vertical-align: top;
    overflow: hidden;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
    background-color: #fff;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}
}
@media (max-width: 768px) {
	#menu-area section {
    position: relative;
    float: left;
    width: 50%;
    height: 420px;
    vertical-align: top;
    overflow: hidden;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
    background-color: #fff;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}
}

#menu-area section:nth-child(5n) {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.1);
}

#menu-area section:hover {
	color: #000;
	z-index: 1;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 5px 25px rgba(0,0,0,0.2);
}

#menu-area section:active {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
	transition: box-shadow 0.1s ease;
}


#menu-area section a {
	display: block;
	width: 100%;
	height: 100%;
	color:#000;
	text-decoration:none;
	transition: color 0.3s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-area section a:hover {
	color: #fff;
}

#menu-area section .title-wrap {
	display: table;
	width: 100%;
}

#menu-area section div {
	display: table-cell;
	width: 100%;
	height: 120px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

#menu-area section h2 {
	position: relative;
	font-size: 18px;
	z-index: 1;
	padding: 0 10px;
	box-sizing: border-box;
	font-weight:bold;
}

#menu-area section h2 span {
    display: block;
    z-index: 1;
    white-space: nowrap;
    font-size: 0.7em;
	line-height:1.2em;
}

#menu-area section .circle {
	position: absolute;
	top: 100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
	margin: 0 auto;
	z-index: 0;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-area section a:hover .circle {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	transform: scale(10);
	transition: all 0.3s cubic-bezier(.47,0,.74,.71) 0s;
}
#menu-area section  .circle { background-color:#1D2D86; }
#menu-area section   a:hover .circle { background-color: #1D2D86; }
#menu-area section p {
    position: relative;
    line-height: 1.7em;
	font-size:0.8em;
    z-index: 1;
	top: 50px;
	text-align:left;
	padding:30px 50px;
    color: currentColor;
    /* transition: all 0.25s ease; */
}
#menu-area section figure img {
    position: absolute;
    top: -130%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.25s cubic-bezier(.47,0,.74,.71) 0s;
	width: 60px;
}
	
#menu-area section p.more{
	padding: 5px;
    border: 1px solid;
    display: block;
    position: relative;
    margin:0 50px;
    padding-right: 10px;
	text-align:center;
	max-width:300px;
	}
	
#menu-area section p.more:after{
	content:'\f105';
	font-family: FontAwesome;
	position:absolute;
	right:10px;
}

@media (min-width: 769px) {
.columnbox_p ul{
	display:table;
	width:100%;
	}
.columnbox_p ul li{
	background:#1D2D86;
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding:30px;
	border-right:1px solid rgba(255,255,255,1.00);
	border-bottom:1px solid rgba(255,255,255,1.00);
	}

.columnbox_p ul li a{
	color:rgba(255,255,255,1.00);
	}
.columnbox_p ul li .heading{
	float:left;
	height:100%;
	width:65%;
	text-align:left;
	}
.columnbox_p ul li .heading h2{
	font-weight:bold;
	float:right;
	width:60%;
	}
.columnbox_p ul li .heading h2 span{
	font-size:40%;
	font-weight:normal;
	display:block;
	}
.columnbox_p ul li .heading .icon{
	float:left;
	width:30%;
	}
.columnbox_p ul li .detail{
	float:right;
	width:35%;
	text-align:left;
	font-size:80%;
	color:rgba(255,255,255,1.00);
	}
}
@media (max-width: 768px) {
.columnbox_p ul{
	display:table;
	width:100%;
	}
.columnbox_p ul li{
	background:#1D2D86;
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding:30px;
	border-right:1px solid rgba(255,255,255,1.00);
	border-bottom:1px solid rgba(255,255,255,1.00);
	}
.columnbox_p ul li a{
	color:rgba(255,255,255,1.00);
	}
.columnbox_p ul li .heading{
	float: none;
	text-align:center;
	text-align:left;
	}
.columnbox_p ul li .heading h2{
	font-weight:bold;
	text-align:center;
	}
.columnbox_p ul li .heading h2 span{
	font-size:40%;
	display:block;
	}
.columnbox_p ul li .detail{
	float: none;
	text-align:center;
	font-size:80%;
	color:rgba(255,255,255,1.00);
	}
.columnbox_p ul li .heading .icon{
	text-align:center;
	width:60%;
	margin: 20px auto;
	}
	
}

.columnbox_p ul li .detail .btn a{
	padding:5px;
	color:rgba(255,255,255,1.00);
	border:1px solid;
	display:block;
	position:relative;
	margin:20px 0;
	padding-right:10px;
	}
.columnbox_p ul li .detail .btn a:after{
	content:'\f105';
	font-family: FontAwesome;
	position:absolute;
	right:10px;
}
.columnbox_p ul li .heading .icon img{
	max-width:100%;}


/****************************************************
セカンド3th　共通
****************************************************/
#main_conts p {
	line-height: 1.7rem;
	text-align:left;
	
}
@media (min-width: 769px) {
	#main_conts{
	float:left;
	width:70%;
	margin:50px 0;
	}
	#side{
	float:right;
	width:28%;
	padding-top:50px;
	margin-bottom:10px;
	}
	#side h2{
	padding:10px;
	background:rgba(0,0,0,1.00);
	color: #FFFFFF;
	text-align:left;
	}
	h2.midashi{
	padding:10px 0 10px 20px;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	display:block;
	margin:20px 0;
	color:#1D2D86;
	border-left: 3px solid;
	}
	h3.midashi{
    background: #f2f2f2;
    border-bottom: 3px solid #cfcfcf;
    text-align: left;
    padding: 20px;
    margin: 55px 0;
	font-weight:bold;
	}
	h4.midashi{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:20px 0;
	color:#004091;
	padding:10px;
	border-bottom: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
	/*background:#D1DAF7;*/
	}
	p.midashi{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:20px 0;
	}
}
@media (max-width: 768px) {
	#main_conts{
		margin-bottom:20px;
	}
	#side{
		margin-bottom:20px;
		clear:both;}
	#side h2{
	background:rgba(0,0,0,1.00);
	color: #FFFFFF;
	padding:10px;
}

h2.midashi{
	padding:10px 0 10px 20px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin:20px 0;
	color:#1D2D86;
	border-left: 3px solid;recycling
	}
	
 h3.midashi{
    background: #f2f2f2;
    border-bottom: 3px solid #cfcfcf;
    text-align: left;
    padding: 20px;
    margin: 30px 0;
	font-weight:bold;
	}
h4.midashi{
	text-align:left;
	font-weight:bold;
	display:block;
	margin:20px 0;
	color:#004091;
	padding:10px;
	border-bottom: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
	/*background:#D1DAF7;*/
	}
	
 p.midashi{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:20px 0;
	}
}
#side li{
		border-top:1px solid #EAECE9;
		}
#side li a{
		padding:10px;
		display:block;
		text-align:left;
	}
#side li a:hover{
		background:#F9FAFC;
	}
	
#side li.sub{
	padding-left:20px;
}
#side li:last-child {border-bottom:1px solid #EAECE9;}
	

/****************************************************
about_union
****************************************************/
body.about_union{
	background:url(../img_n/bg_n/about_union.jpg) top center no-repeat;
	}


/*philosophy*/
@media (min-width: 769px) {
.shinjyo3 {
	padding:20px;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	}
.shinjyo3 ul{
	width:100%;
}
.shinjyo3 ul li{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    padding: 5px;
	font-weight:bold;
	font-size:1.5em;

}
.shinjyo3 ul li span{
	font-family: "Oswald", sans-serif;
    border-bottom: 3px solid #666666;
    color: #666666;
    display: table;
    font-size: 20px;
	margin: 0px auto 20px auto;
}
}
@media (max-width: 768px) {
	.shinjyo3 ul li{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
   text-align: center;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:5px;
}
.shinjyo3 ul li span{
	font-family: "Oswald", sans-serif;
    border-bottom: 3px solid #666666;
    color: #666666;
    font-size: 20px;
	margin: 0px auto 20px auto;
}
}
.shinjyo3 h3{
	font-size:30px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

@media (min-width: 768px) {
.greenBox .box{
	background:url(../about_union/img/bgGeen.png) no-repeat;
	background-size: cover;
	padding:15px 20px;
	float:left;
	margin:5px;
	 width: 180px;
    min-height: 190px;
	color:rgba(255,255,255,1.00);
}
}
.greenBox .box h4{
	color:rgba(255,255,255,1.00) ;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
@media (max-width: 767px) {
	.greenBox .box{
	background:url(../about_union/img/bgGeen.png) no-repeat;
	background-size:100%;
	padding:15px 20px;
	margin:5px;
	min-height:300px;
	color:rgba(255,255,255,1.00);
}
.greenBox .box h4{
	color:rgba(255,255,255,1.00) ;
	font-size:40px;
	font-weight:bold;
	margin-bottom:10px;
}
}
ul.about_logo li{
	text-align:left;
	}
	

/*message*/
@media (min-width: 769px) {
.rijimessage{
	float:left;
	margin-right:30px;
	width:400px;}
.riji_photo{
	float:right;
	margin-bottom:30px;
	width:250px;}
}

h3.midashi span.sou{
	font-size:30px;}

/*history*/
@media (min-width: 769px) {
#history{
	background:url(../about_union/img_n/historyBG.jpg)  repeat-y;}
#history .history_wrap{
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
}

#history .history_wrap h4{
	border-radius: 50%;
    height: 65px;
    width: 100px;
    background: rgba(0,0,0,1.00);
    font-size: 16px;
    color: rgba(255,255,255,1.00);
    display: table-cell;
    float: left;
    padding-top: 35px;
}

#history .history_wrap dl{
	float:right;
	width:600px;
	text-align:left;
	margin-top:35px;
}
#history .history_wrap dl dt{
	float:left;
	width:60px;
	font-weight:bold;
	display:block;
	clear:both;
}
#history .history_wrap dl dd{
	float:left;
	display:block;
	width:530px;
	margin-bottom:10px;
}
}
@media (max-width: 768px) {
#history .history_wrap{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}

#history .history_wrap h4{
	background:rgba(0,0,0,1.00);
	font-size:16px;
	color:rgba(255,255,255,1.00);
	padding:10px
}

#history .history_wrap dl{
	text-align: center;
	background:#f2f2f2;
	overflow:hidden;
}
#history .history_wrap dl dt{
	font-weight:bold;
	margin-bottom:1px;
	padding:5px;
	float:left;
	width:10%;
	clear:both;
}
#history .history_wrap dl dd{
	margin-bottom:1px;
	text-align:left;
	padding:5px;
	float:right;
	width:80%;
	background:rgba(255,255,255,1.00);
}
}


/*
@media only screen and (max-width:767px) {
table.history  {
margin: 20px 0px;
border-bottom:1px solid#ddd;
}
table.history  th {
 display: block;
 border-top: none;
 padding:5px;
 width:95%
}
table.history th, td {
	border:none;
}
table.history td {
	float: left;
    display: block;
    padding: 5px;
    width: 75%;
    border-top: 1px solid #ddd;
	border-left:1px solid #ddd;
}
table.history td.day {
	display:block;
	width:15%;
	text-align:left;
	font-weight:bold;
	border-left:none;
}
 table.history tr:first-child th {
border-top: 1px solid #ddd;
}
}
table.history {
width: 100%;
margin:20px auto;
}
table.history th, td {
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5em;
	border-left: none;
	border-right: none;
}
table.history th {
	background: #f4f4f4;
	width: 15%;
	text-align: left;
	font-weight: bold
}
table.history td.day {
	text-align:right;
	width:10%;
}
*/
/*outline*/

#map_container {
  position: relative;
  padding-top: 50%;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.countWrap{
	padding:30px;
	margin:auto;
	font-size:30px;
	}
.countWrap p{
	text-align:center;
	font-weight:bold;
	}	
.countWrap span{
	font-family: "Oswald", sans-serif;
	font-size:2.5em;
	font-weight:bold;
	}

@media (min-width: 769px) {
table.tbl01 th {
	width: 30%;
	text-align: left;
	font-weight: bold;
	background: #f4f4f4;
}contents
table.tbl02 th {
	width:60%;
	text-align: left;
	font-weight: bold;
	background: #f4f4f4;
}
table.tbl01,
table.tbl02  {
width: 100%;
margin:20px auto;
}
th, td {
	padding: 10px;
	border: 1px solid #ddd;
	border-left: none;
	line-height: 1.5em
}
}
@media (max-width: 768px) {
table.tbl01,
table.tbl02 {
width: 100%;
margin:20px auto;
}
th, td {
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5em
}
}
table.tbl01 th, table.tbl02 td {
	padding: 10px;
	border-left: none;
	border-right: none;
}
table.tbl01 th,
table.tbl02 th{
	background: #f4f4f4;}

@media only screen and (max-width:400px) {

table.tbl01 th, table.tbl01 td,
table.tbl02 th, table.tbl02 td {
 width: 95%;
 display: block;
 border-top: none;
}
table.tbl01  tr:first-child th {
border-top: 1px solid #ddd;
}
th, td {
	padding: 10px;
	border: none;
	line-height: 1.5em
}
}
.p_mark {
	display:table
}
.p_mark p{
	display:table-cell;
	vertical-align:bottom;
	font-size:12px;
	}
.p_mark img{
	display:table-cell;
	vertical-align:bottom;
	margin-right:20px;
	}

/*srrvice*/
@media (min-width: 769px) {
ul.srrvice_list li{
	width: 41%;
    float: left;
    min-height: 440px;
}
}
ul.srrvice_list li h4{
	font-size:24px;
	font-weight:bold;
	color:#18268F;}
ul.srrvice_list li h4 span{
	font-size:12px;
	display:block;
	margin-bottom:10px;
}
ul.srrvice_list li{
	margin: 10px;
	padding: 20px;
	border:#18268F 1px solid;
	}
@media (max-width: 768px) {
	ul.srrvice_list li h4{
	font-size:20px;
	margin-bottom:10px;
	color:#18268F;
	font-weight:bold;
}
}

/*data*/
@media (min-width: 769px) {
.chart_graph{
	float:left;
	width:70%;
	padding:30px 0;
	position:relative;}
.tema{
	position: absolute;
    top: 220px;
    left: 150px;
    width: 200px;
	font-weight:bold;
	font-size: 20px;
}
.tema span{
	display:block;
	font-weight: bold;
	font-size: 150%;}
.chart_data{
	float:right;
	width:26%;}
ul.chart { 
	padding: 20px;
    box-shadow: 1px 1px 4px 1px #ccc;
    text-align: left;
    width: 80%;
    margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.chart_graph{
		float:none;
		position:relative;
	}
	.chart_data{
		float:none;}
	ul.chart { 
	padding: 20px;
    box-shadow: 1px 1px 4px 1px #ccc;
    text-align: left;
    width: 80%;
    margin: 20px;
	}

.tema span{
	display:block;
	font-weight: bold;
	font-size: 200%;}
}
@media screen and (max-width: 768px) and (min-width: 461px) {
	.tema{
	position: absolute;
    top: 35%;
    left: 35%;
    font-weight: bold;
    font-size: 20px;
}
}
@media (max-width: 460px) {
.tema{
	position: absolute;
    top: 35%;
    left: 35%;
    font-weight: bold;
    font-size: 14px;
}
}
ul.chart li:before {
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
  }
ul.chart li.ngp:before {
    background: #1D2D86;
  }
ul.chart li.other:before {
    background: #bebebe;
  }
  
/*data_a*/

#chart {
    position: relative;
    width: 400px;
}
#chart .count {
    position: absolute;
    top: 0;
    left:0 ;
    width: 100%;
    text-align: right;
}
#chart em, 
#chart span {
    font-family: Arial;
    width: 100%;
    text-align: center;

}
#chart .o {
   vertical-align: top; 
}
#chart .c {
    vertical-align: top;
    font-size: 30px;
}
/* "240,021" */
#chart em {
    font-size: 50px;
    line-height: 30px;
    font-weight: bold;
    font-style: normal;
    color: #00CE9B;
}
/* "USERS" */
#chart .caption {
    color: #eee;
    font-size: 12px;
}

/****************************************************
activity
****************************************************/
body.activity{
	background:url(../img_n/bg_n/activity.jpg) top center no-repeat;
	}

/*revycling*/
@media (min-width: 769px) {
ul.recycling ul{
	display:table;}
ul.recycling li{
	display: inline-block;
	padding:10px;
	float:left;
	width:210px;
	}
ul.recycling_sozai li{
	float:left;
	margin:10px;
	padding:10px;
	width:320px;
	}
}
@media (max-width: 768px) {
ul.recycling li{
	margin:15px;
	padding:10px;
	}
ul.recycling_sozai li{
	margin:15px;
	padding:10px;
	}
}
ul.recycling h4{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#18268F;
	clear:both;
}
/*recycling_flow*/
@media (min-width: 769px) {
ul.recycling_flow li {
	width:680px;
	clear:both;}
ul.recycling_flow li div{
	float:left;
	width:400px;}
ul.recycling_flow li img{
	width:200px;
	float:right;}
ul.recycling_flow li h4{
	color:#18268F;
	font-size:25px;
	width:300px;
	font-weight:bold;
	}
}
@media (max-width: 768px) {
	ul.recycling_flow li img{
		margin-top:10px;}
}
ul.recycling_flow li{
	text-align:left;
	background:#C3D0F4;
	padding:20px;
	overflow:hidden;
	margin-bottom:20px;
	}
ul.recycling_flow li h4{
	color:#18268F;
	font-weight:bold;
	margin-bottom:10px;
	}
ul.recycling_flow li h4 span{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#18268F;
	padding: 10px;
	}

/*quality*/
.quality_other {
	margin-bottom:20px;}
.quality_other h4{
	color:quality_other ;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	}
@media (min-width: 769px) {
.quality_other .text{
	float:left;
	width:500px;
	}
.quality_other img{
	width: 180px;
    float: right;
    margin: 20px 0;
}
}
	
@media (max-width: 768px) {
	.quality_other img{
		margin:10px 30px;
		width:65%;
}
}

/*jirei*/
@media (min-width: 769px) {
p.point{
	background:url(../activity/img/_r2_c2.jpg) top left no-repeat;
	padding-left:100px;}
}
	
p.point strong{
	font-size:24px;
	font-weight:bold;
	color:#D14244;
}
dl.voice {
	padding:30px;
	background:url(../activity/img/400.png);
	overflow:hidden;
	margin-bottom:20px;
	}
dl.voice dt{
	border-radius:10px;
	padding:10px;
	text-align:left;
	font-size:24px;
	margin:0 20px;
	border-bottom:1px solid #48C8FD;
	}
	
dl.voice dd{
	padding:10px;
	text-align:left;
	margin: 0 20px 30px 20px;
	
	}

/*iso*/
@media (min-width: 769px) {
ul.iso_list{
	float:left;
	margin:25px;
	text-align:left;
	width:40%;}
}
	
@media (max-width: 768px) {
	ul.iso_list{
		float:none;
		width:100%;
		text-align:left;
	}
}
	
/*parts*/
@media (min-width: 769px) {
.parts_list li{
	width:30%;
	margin:11px;
	float:left;
	text-align:center;
	font-size:0.9em;}
.parts_re_list li{
	width:30%;
	margin:11px;
	float:left;
	text-align:center;
	min-height:180px;
	font-size:0.9em;}
}
.parts_list li p,
.parts_re_list li p{
	text-align:center;
}
.parts_list li dt.recycle{
	background:#18268F;
	color:#FFFFFF;
	font-size:12px;
	}
.parts_list li dt{
	background:#4E97E4;
	color:#FFFFFF;
	font-size:12px;
}

.parts_re_list{}


@media (max-width: 768px) {

.parts_list li p{
	position: absolute;
	left: 13px;
	top: 6px;
	font-size: 16px;
}
.parts_list li img{
	position:absolute;
	left:0px;
	top:30px;
	
}
.parts_list li{
	text-align:center;
	position:relative;
	min-height:150px;}
.parts_list li dl{
	position:absolute;
	left:150px;
	top:30px;
	width:50%;}
.parts_list li dt{
	font-size:14px;}
	
.parts_re_list li{
	width:50%;
	float:left;
	text-align:center;
	min-height:180px;}
.parts_re_list li p{
	padding:10px;
}
}

/****************************************************
our_approach
****************************************************/

.our_approach{
	background:url(../img_n/bg_n/our_approach.jpg) top center no-repeat;
}

.our_approach .midashiWrap{
	background:rgba(255,255,255,1.00);
	text-align:center;
	width:100%;
	clear:both;
	padding:50px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	}
	
.our_approach .midashiWrap h3{
	color:rgba(0,0,0,1.00);
	font-size:20px;
	margin:30px auto;
	font-weight:bold;
	border-bottom:1px solid;
	border-top:1px solid;
	display:inline;
	padding:20px 0;
	}
.our_approach .midashiWrap p{
	color:rgba(0,0,0,1.00);
	}

.our_approach #main_conts .supoSec {
	text-align: left;
}
.our_approach #main_conts .supoSec h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
	background-image: url(../topics/img_np/line.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 15px 0;
}
.our_approach #main_conts .supoSec h5 {
	font-weight: bold;
}
.our_approach #main_conts .supoSec p {
	margin-bottom: 0.5em;
}
.our_approach #main_conts .supoSec ul.disc {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.our_approach #main_conts .supoSec ul li &gt; ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: 0;
}

/****************************************************
kankyo
****************************************************/
.kankyo{
	background:url(../img_n/bg_n/kankyo.jpg) top center no-repeat;
	}

.tblEcoBlnc {
	width:100%;
	border:none;
	padding:0;}
.tblEcoBlnc  td th{
	border:1px solid rgba(102,195,153,0.98);
	padding:5px;}
.tblEcoBlnc th{
	background:rgba(155,216,188,0.98);
	text-align:center;
}
.tblEcoBlnc th span{
	font-size:10px;}
.tblEcoBlnc th.title{
	width:13%
}
tr.boder{
	border-top:3px solid rgba(102,195,153,0.98);}
.center{
	text-align:center;}
.tblEcoBlnc td{
	text-align:right;
	vertical-align:middle;
}

.tblEcoBlnc .sakune{
	background:rgba(230,230,230,1.00)}

.kankyo .putout{
	border:rgba(102,195,153,0.98) 1px solid;
	padding:30px;
	text-align:left;}
	
	
/*eco_compo*/
@media (min-width: 768px) {
.eco_compo .fl{
	float:left;
	width:49%;
	}
.eco_compo .fr{
	float:right;
	width:49%;}
}
.eco_compo img{
	margin-bottom:20px;}

/*nepp*/
@media (min-width: 769px) {
.poster p{
	width:400px;
	float:left;
	}
	
.poster div{
	float:right;
	width:300px;
	margin-bottom:20px;
}
}

/****************************************************
children
****************************************************/
.children{
	background:url(../img_n/bg_n/child.jpg) top center no-repeat;
	}
.children #main_conts .flex {
	display: flex;
	margin-bottom: 15px;
}
.children #main_conts .flex.row2 li {
	flex-basis: 50%;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
}
.children #main_conts .flex.row2 li p {
	text-align: center;
}
.children #main_conts .flex.col_c {
	flex-direction: column;
	align-items: center;
}
.children #main_conts .flex.w50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.children #main_conts .record ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1em;
}


#bell_houkoku li h4{
	font-size:20px;
	display: block;
	text-align:left;
	margin-top:50px;
	clear:both;
	font-weight:bold;
	background:url(../child/img/icon_katsudo.jpg) no-repeat left top #C7CFEC;
	padding:10px 10px 10px 80px;
}
#bell_houkoku li span{
	font-size:16px;
	font-weight:bold;
	margin-right:30px;
}

.supporter{
	background:rgba(242,208,215,1.00);
	padding:10px;
	}

/****************************************************
kennsyuu
****************************************************/
body.kensyuu{
	background:url(../img_n/bg_n/kensyuu.jpg) top center no-repeat;
	}

.kensyuu .kenSec{}
.kensyuu ul.past {
	text-align: left;
}
.kensyuu ul.past li {
	display: inline;
	border-right: 1px solid #CCC;
}
.kensyuu ul.past li a {
	padding: 0 0.5em;
}
@media (min-width: 769px) {
.kensyuu .secHead h3{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:20px 0;}
	
.kensyuu .secHead h3 span{
	background:#D1DAF7;
	padding:5px;
	margin-right:30px;
	display: inline-block;
	text-align:left;}
	
.secKiji img{
	float:right;
	margin:0 0 30px 30px;
	}
}
.secKiji {
	margin-bottom:50px;
	border-bottom:#989898 1px solid;
	text-align:left;
	padding-bottom:20px;
	}
	
.secKiji p{
	text-align:left;
	margin-bottom:10px;
}

@media (max-width: 768px) {
.kensyuu .secHead h2.midashi{
	margin-bottom:0px;}
	.kensyuu .secHead h3{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:10px 0;
	padding:10px 0 10px 0px;}
	.kensyuu .secHead h3 span{
	background:#D1DAF7;
	padding:5px;
	display: block;
	text-align:center;}
	.secKiji img{
		display:block;
		float:noe;
		margin:auto;
	}
}


/****************************************************
policy
****************************************************/

.policy{
	background:url(../img_n/bg_n/policy.jpg) top center no-repeat;
	}


.policy p.fr{
	float:right;
	margin:30px 0;
	display:block;
	}
	
.policy .container_800 p{
	text-align:left
	}


/****************************************************
sitemap
****************************************************/

.sitemap{
	background:url(../img_n/bg_n/sitemap.jpg) top center no-repeat;
	}

@media (min-width: 769px) {
.sitemap ul.map{
	float:left;
	width:30%;
	text-align:left;
	margin:15px;
	min-height:440px;
	}
}
@media (max-width: 768px) {
	.sitemap ul.map{
	float: none;
	text-align:left;
	margin:15px;
	}
.sitemap ul.map li.sp{
	border-top:1px solid #989898;
	padding-top:10px;
}
}
.sitemap ul.map li.top{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #989898;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:0;
}
.sitemap ul.map li{
	padding-left:20px;
	margin-bottom:5px;}
.sitemap ul.map li a{
	text-decoration:none;
}
.sitemap ul.map li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
    font-weight: lighter;
	text-decoration:none;
}

.sitemap ul.w100{
	width:95%;
	min-height:50px;
	}

/****************************************************
info
****************************************************/
.info{
	background:url(../img_n/bg_n/info.jpg) top center no-repeat;
	}
.info ul.ngp_service li h4 span{
	font-size:16px;
	display:block;
}
.info .formSec .kome {
	background-color: #F00;
	color: #FFF;
	padding: 1px 1em 0;
	font-size: 11px;
}
.info .formSec input {
	margin-bottom: 3px;
}
.info .formSec .right input,
.info .formSec .left input{
	padding:10px;
	border:none;
}
.info .formSec .left {
	text-align: right;
	float: left;
	width:45%;
	margin-bottom:20px;
}
.info .formSec .right {
	text-align: left;
	float: right;
	width:45%;
	margin-bottom:20px;
}
.info .join_ok ul.err {
	margin: 1em;
}
.info .join_ok ul.err li {
	color: #F00;
	list-style-position: outside;
	list-style-type: disc;
}

@media (min-width: 769px) {
.info ul.ngp_service {
	display:table;
}
.info ul.ngp_service li{
	display:inline-block;
	width:220px;
	padding:15px;
	float:left;
}
.info .infoKoe{
	padding: 15px 20px;
	width: 44%;
	min-height: 240px;
	line-height: 70px;
	text-align: left;
	background: rgba(230,230,230,1.00);
	border-radius: 20px;
	float: left;
	margin:10px;
	}
.info ul.ngp_service li h4{
	min-height:60px;
}

}

@media (max-width: 768px) {	
.info ul.ngp_service {
	display:inherit}
.info ul.ngp_service li{
    width: 47%;
    min-height: 500px;
}
.info ul.ngp_service li:nth-child(odd){
	float:left
}
.info ul.ngp_service li:nth-child(even){
	float:right;
}
.info .infoKoe{
	padding: 15px 10px;
	min-height: 200px;
	line-height: 70px;
	text-align: left;
	background: rgba(230,230,230,1.00);
	border-radius: 20px;
	margin:10px 10px;
	}
}

@media (max-width: 600px) {
	.info ul.ngp_service li{
		width:100%;
	}
}
.info .infoKoe dl dt{
	font-weight:bold;
}
.info .infoKoe dl dd{
	line-height:1.6em
}

.info{
	text-align:left;}

/****************************************************
toiawase
****************************************************/
.toiawase{
	background:url(../img_n/bg_n/toiawase.jpg) top center no-repeat;
	}

.toiawase .formSec .err {
	color: #F00;
}
.toiawase .formSec td .toi_privacy {
    font-size: 12px;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #CCC;
    margin: 5px;
    padding: 5px;
    color: #666;
}
.toiawase .kome2 {
    font-size: 11px;
    color: #FF0000;
}
.toiawase .formSec .kome1 {
    color: #FF0000;
    text-align: right;
}
.toiawase .formSec td .toi_privacy dd {
	padding-left: 1em;
}
.toiawase .formSec .kome {
	background-color: #F00;
	color: #FFF;
	padding: 1px 1em 0;
	font-size: 11px;
}
.toiawase .formSec input {
	margin-bottom: 3px;
}
.toiawase .formSec .right input,
.toiawase .formSec .left input{
	padding:10px;
	border:none;
}
.toiawase .formSec .left {
	text-align: right;
	float: left;
	width:45%;
	margin-bottom:20px;
}
.toiawase .formSec .right {
	text-align: left;
	float: right;
	width:45%;
	margin-bottom:20px;
}
.toiawase_ok {
	line-height: 2em;
	font-size: 14px;
}
.toiawase_ok .err {
	color: #FF0000;
}
/****************************************************
english
****************************************************/
.english{
	background:url(../img_n/bg_n/english.jpg) top center no-repeat;
	}


.sengen{
	padding:20px;
	background:#D2EFFF;}
	
.sengen ul li{
	text-align:left;
	}
.english .container_800 p{
	text-align:left;
	}
/****************************************************
recruit
****************************************************/
.recruit{
	background:url(../img_n/bg_n/recruit.jpg) top center no-repeat;
	}
/****************************************************
.link
****************************************************/
body.link{
	background:url(../img_n/bg_n/link.jpg) top center no-repeat;
	}
ul.link_list{
	}	
ul.link_list li{
	text-align:left;
	}
ul.link_list li:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right:15px;
}



/****************************************************
VR
****************************************************/
body.vr{
	background:url(../img_n/bg_n/vr.jpg) top center no-repeat;
	}
/****************************************************
kankyo
****************************************************/
body.consumer{
	background:url(../img_n/bg_n/activity.jpg) top center no-repeat;
}
.consumer section {
	margin-bottom: 30px;
	text-align: left;
}
.consumer section dl dd {
	margin-left: 1.5em;
	margin-bottom: 15px;
}




</pre></body></html>