/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:21:24 */
.date-tags { display: none; }.

.box11{
    padding: 1em 1em;
    margin: 2em 0;

    background: white;
    border-top: solid 8px #223a70;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/******************************/

/* グロナビメニュー項目 表示調整 */
.siteHeader .menu {
 flex-wrap: wrap;
}

.header_scrolled .gMenu>li {
	width: auto;
}

.timeline {
    padding: 20px;
    margin-top: 20px;
  }
  .event {
    margin-bottom: 15px;
  }
  .date {
    font-weight: bold;
  }
  .description {
    margin-left: 20px;
  }

.top-page-nav {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	margin: 40px auto 0; 
	padding:0;
	justify-content: space-between; 
}

.top-page-nav li{
	width: 25%;
}

.top-page-nav li a {
	display: block;
	color: #000;
	padding: 5px 10px 5px 15px;
	text-align:center;
	position: relative;
}
.top-page-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
	margin-top: -6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

body {
animation: fadeIn 3s ease 0s 1 normal;
-webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

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

	.top-page-nav li{
		width: 50%;
	}
	
}



.block {
  width: 100%; /* スマートフォンでは1列 */
  margin-bottom: 20px;
}

.block img {
  width: 120px; /* スマートフォンで適切なサイズ */
  height: 120px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.block h3 {
  text-align: center;
}



/* パソコンとタブレットのスタイル */
@media (min-width: 481px) {
  .block {
    width: 30%; /* パソコンでは3列 */
  }
  .block img {
    width: 150px; /* パソコンで元のサイズに戻す */
    height: 150px;
  }
}

.boxbox{
width:100%; height:100%;
margin:1px; padding:2px; border:2px solid #72c6ef;
	padding:3px;
background-color: #fff;
}

.co{
display:flex;
}

.boxbox2{
width:100%; height:100%;
margin:1px; padding:2px; border:2px solid #2B6644;
	padding:3px;
background-color: #fff;
}


.ttl_line4 {
  font-weight: bold;
  border-bottom: 5px solid #223a70;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}

h4.ttl_line5 {
  font-weight: bold;
  border-bottom: 5px solid #2B6644;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}




/************************************************
 よくある質問ここから*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 -1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #777;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin-top:-1.8em;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #009fef;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/***
 よくある質問ここまで***************************************/

.back {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000080;
    background: #f5f5f5;/*背景色*/
    border-top: solid 5px #223a70;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.back p {
    margin: 0; 
    padding: 0;
}

h2 {
    padding: 0.8em 0 0.7em;
    border-top: 10px solid #009fef;
    border-bottom: 1px solid #e9e9e9;
}

/*  ここから追加CSS*/



h2.upcycle {
    padding: 0.8em 0 0.7em;
    border-top: 3px solid #C0DBEE;
    border-bottom: 3px solid #C0DBEE;
	
}

h3.upcycle1{
	border-bottom:transparent;
	
}

h3.upcycle1:after, .subSection-title:after {
    border-bottom-color: transparent;
}

h4.upcycle2{
	background: #ffeaea;
	padding-bottom:8px;
	padding-top:8px;
}

.box15 {
    padding: 2em 2em;
    margin: 2em 0;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fffa;
    border: dashed 2px  #FFBBC6;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

/* 緑 */

.box151 {
    padding: 2em 2em;
    margin: 2em 0;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fffa;
    border: dashed 2px  #2B6644;
    border-radius: 8px;
}
.box151 p {
    margin: 0; 
    padding: 0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #F6C3C2;
}
.box5 p {
    margin: 0; 
    padding: 0;
}


.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #ff0000;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.boxbox1{
width:100%; height:100%;
margin:1px; padding:2px; border:0.5px solid #FFBBC6;
	padding:3px;
background-color: #fff;
}

.ttl_line5 {
  font-weight: bold;
  border-bottom: 5px solid  #FFBBC6;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid  #999;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #999;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
	border-left:transparent;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #FFBBC6;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}

.page-id-496 .page-header{
 display:none;
}

.qa-1 {
    max-width: 1000px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 25px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #2B6644;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #F5BAC5;
    line-height: 1.2;
    content: "A";
}



.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 2em 1em 2em;
    border: 2px solid #F5BAC5;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #F5BAC5;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color:#F5BAC5;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #F88400;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #F88400;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #F88400;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}
      
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00CC00;
  border: solid 2px #00CC00;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #00CC00;
  color: white;
}

.breadcrumb {
 display: none;
}


.btn--orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #00CC00;
  border: double 4px #00CC00;
  border-radius: 3px;
  transition: .4s;
}
.btn--orange:hover {
  background: #fffbef;
}

.green-cta-button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.green-cta-button:hover {
  background-color: #43a047;
}
.green-table-white-bg {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #2c5f2d; /* 深緑 */
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: 0 0 10px rgba(0, 64, 0, 0.05);
  margin: 20px 0;
}

.green-table-white-bg thead {
  background-color: #ffffff!important;
}

.green-table-white-bg th {
  color: #2c5f2d!important;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #a3d9a5;
}

.green-table-white-bg td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.green-table-white-bg tr:nth-child(even) {
  background-color: #f9f9f9;
}
