/*-------------------------------------------------------------------------------------*/
body {
  min-width: 1300px;
  _display: inline;
  _zoom: 1;
}
/*-----------------------------------------------------------------------------*/
header {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background-color: #ffffff;
}
header img {
  width: 100%;
}
header h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.header_pc {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 100%;
  height: 550px;
  background-color: #e6f7ec;
  background-image: url("./img/recycle-pc_main_pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.header_pc h2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 160px;
  height: 160px;
  position: absolute;
  /*	top: 20px;
	left: 20px;*/
  top: 0px;
  left: 0px;
  background-color: #d5f5dd;
}
.header_pc h2 a {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 40px 0px 0px 40px;
  width: 80px;
  height: 80px;
}

.header_pc_wrap {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 1280px;
}
.header_pc_wrap h1 {
  padding: 90px 0px 0px 0px;
  margin: 0px auto 0px;
  /*	width: 1000px;*/
  width: 950px;
}
.header_sp {
  display: none;
}
/*-------------------------------------------------------------------------------------*/
#top_hmenu {
  width: 100%;
  padding: 0;
  height: 100%;
  pointer-events: none;
}
#top_hmenu {
  top: 0px;
  position: fixed;
  z-index: 105;
}
#navi_toggle_wrap {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 65px;
  height: 63px;
  /*		background-color: #e54710;*/
  background-color: #00af3f;
  z-index: 8888;
}
.open #navi_toggle_wrap {
  background: none;
}
#navi_toggle {
  position: fixed;
  /*	right: calc(2500%/1200);
	top: calc(2500%/1200);*/
  right: 17px;
  top: 17px;
  width: 35px;
  height: 28px;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
}
#navi_toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
#navi_toggle span:nth-child(1) {
  top: 0;
}
#navi_toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#navi_toggle span:nth-child(3) {
  bottom: 0px;
}
/*-------------------------------------------------------------------------------------*/
#navigation_menu {
  opacity: 0;
  /*	background: rgba(245, 113, 31, 0.9);*/
  background: rgba(0, 175, 63, 0.9);
  width: 100%;
  min-height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
#navigation_menu ul {
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 0px 0px;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#navigation_menu li {
  padding: 0px 0px 30px 0px;
  margin: 30px 0px 30px 0px;
  color: #ffffff;
  font-weight: bold;
  /*	margin-bottom: calc(5000%/600);*/
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 600px;
}
#navigation_menu li:nth-child(1) {
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
  border-top: 1px solid #ffffff;
}
#navigation_menu li a {
  color: #fff;
}
#navigation_menu li img {
  width: 100%;
}
/* #navi_toggle 切り替えアニメーション */
.open #navi_toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  transform: rotate(134deg);
}
.open #navi_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #navi_toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-134deg);
  -moz-transform: rotate(-134deg);
  transform: rotate(-134deg);
}
/* #navigation_menu スライドアニメーション */
.open #navigation_menu {
  /* #navigation_menu top + #mobile-head height */
  opacity: 1;
  pointer-events: auto;
}
/*-----------------------------------------------------------------------------*/
footer {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background-color: #00bdf2;
  color: #000000;
}
.footer {
  padding: 50px 0px 50px 0px;
  margin: 0px auto 0px;
  width: 1280px;
}
.footer a {
  color: #000000;
}
.footer_link {
  padding: 0px 0px 50px 0px;
  margin: 0px auto 0px;
  width: 592px;
  /*	width: 900px;*/
}
/*-----------------------------------------------------------------------------*/
.marks01 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  font-size: 1.4em;
}
/*-----------------------------------------------------------------------------*/
.marks02 {
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  font-size: 85%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
sup {
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
/*-----------------------------------------------------------------------------*/
/* ボタン共通 */
.footer_linkbtm01 {
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 22px 0px 0px;
  width: 285px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #4463a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.footer_linkbtm01 a {
  padding: 16px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
  height: 70px;
  z-index: 100;
  text-align: center;
  background: #ffffff;
  color: #4463a9;
  font-size: 1.6em;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: bold;
}
.footer_linkbtm01 a:hover {
  background: #d8eefc; /* マウスオーバーカラー */
}
/*-----------------------------------------------------------------------------*/
/* ボタン共通 */
.footer_linkbtm02 {
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 22px 0px 0px;
  width: 285px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #4463a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.footer_linkbtm02 a {
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
  height: 70px;
  z-index: 100;
  text-align: center;
  background: #ffffff;
  color: #4463a9;
  font-size: 1.6em;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: bold;
}
.footer_linkbtm02 a:hover {
  background: #d8eefc; /* マウスオーバーカラー */
}
/*-----------------------------------------------------------------------------*/
/* ボタン共通 */
.footer_linkbtm03 {
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 285px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #4463a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.footer_linkbtm03 a {
  padding: 16px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
  height: 70px;
  z-index: 100;
  text-align: center;
  background: #ffffff;
  color: #4463a9;
  font-size: 1.6em;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: bold;
}
.footer_linkbtm03 a:hover {
  background: #d8eefc; /* マウスオーバーカラー */
}
/*-----------------------------------------------------------------------------*/
.IconList1 a:before {
  /*白いひし型 */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 20px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  background: #4463a9;
}
.IconList1 a:after {
  /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 22px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  background: #ffffff;
}
.IconList1 a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  background: #d8eefc;
}
/*-----------------------------------------------------------------------------*/
.footer .copyright {
  padding: 50px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
/*-----------------------------------------------------------------------------*/
#pageTopButton {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}
#pageTopButton a {
  width: 70px;
  height: 70px;
  /*	background: #ffbb05;*/
  background: #00af3f;
  /*		border: 1px solid #1C5EA0;*/
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  /*		transition: background 0.5s;*/
}
#pageTopButton a:hover {
  background: #d1f1dc;
  color: #00af3f;
  /*	color: #ffbb05;*/
}
.btm01 {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 1.2em;
  display: block;
}
.btm02 {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 2em;
  display: block;
}
/*-------------------------------------------------------------------------------------*/
/*--svg対応--*/
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.br01 {
  display: none;
}
.br02 {
  display: block;
}
.br03 {
  display: inline-block;
}
span.sup {
  vertical-align: super;
  font-size: 0.75em;
}
.linktel {
  pointer-events: none;
}
