@charset "utf-8";
/**
 * Load variables, mixins
 */
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #918c8a;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ===================================================================
CSS information

 file name  :common.css
 
=================================================================== */
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
.fl-clr {
  clear: both;
}
/* text-align */
.al-c {
  text-align: center !important;
}
.al-l {
  text-align: left !important;
}
.al-r {
  text-align: right !important;
}
/* Firefox兼用 block要素の揃え */
.block-al-c {
  margin-right: auto !important;
  margin-left: auto !important;
}
.block-al-r {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.block-al-l {
  margin-right: auto !important;
  margin-left: 0 !important;
}
/* vertical-align */
.val-t {
  vertical-align: top !important;
}
.val-b {
  vertical-align: bottom !important;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px !important;
}
.p8 {
  padding: 8px !important;
}
.p20 {
  padding: 20px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.m0 {
  margin: 0 !important;
}
.m10 {
  margin: 10px !important;
}
.m20 {
  margin: 20px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.m20 {
  margin: 0 20px !important !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px!important;
}
.w110 {
  width: 110px!important;
}
.w120 {
  width: 120px!important;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
/* font-family */
.ff-mincho {
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "PMingLiU", serif;
}
/* font-size */
.fs-xxs {
  font-size: 75%;
}
.fs-xs {
  font-size: 85%;
}
.fs-s {
  font-size: 90%;
}
.fs-l {
  font-size: 110%;
}
.fs-xl {
  font-size: 140%;
}
/* font-other */
.fw-bold {
  font-weight: bold;
}
.fw-normal {
  font-weight: normal!important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* layout.css */
@font-face {
  font-family: "notoFont";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "notoFont";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot?") format("eot"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
#notoFont {
  font-family: "notoFont";
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  text-align: center;
}
* {
  box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #1e90ff;
}
a:visited {
  color: #6495ed;
}
a:hover {
  color: #00bfff;
  text-decoration: underline;
}
a:active {
  color: #00bfff;
}
header {
  text-align: left;
}
.inner {
  width: 100%;
  display: table;
  padding: .5% 2%;
}
h1 {
  /* float: left; */
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  box-sizing: border-box;
}
h1 img {
  width: 100%;
  max-width: 280px;
  /* 217 */
}
#content-area {
  text-align: left;
}
#content-area h1 {
  display: block;
  width: auto;
  font-size: 3rem;
  font-family: notoFont;
  letter-spacing: 2px;
  background: #77bb33;
  background: -moz-linear-gradient(left, #77bb33 39%, #0b85c4 39%, #0b85c4 39%, #0b85c4 55%, #0b85c4 65%, #cccccc 65%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #77bb33 39%, #0b85c4 39%, #0b85c4 39%, #0b85c4 55%, #0b85c4 65%, #cccccc 65%, #cccccc 100%);
  background: linear-gradient(to right, #77bb33 39%, #0b85c4 39%, #0b85c4 39%, #0b85c4 55%, #0b85c4 65%, #cccccc 65%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77bb33', endColorstr='#cccccc', GradientType=1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content-area h1 > span {
  display: block;
  background: #eee;
}
h2.heading {
  font-size: 2.4rem;
  font-family: notoFont;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #0b85c4;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.1);
}
h3.sub-heading {
  color: #0b85c4;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.pc-nav {
  display: none;
}
.sp-nav {
  display: block;
  overflow: hidden;
}
.sp-nav li {
  text-align: left;
  float: left;
  /* width: 50%; */
  margin: 0;
  /* background-color:#fff; */
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1);
}
.sp-nav li a {
  display: block;
  width: 100%;
  padding: 14px;
  position: relative;
}
.sp-nav li a i {
  position: absolute;
  /* left: 77%; */
  right: 5%;
}
/* .sp-nav li:nth-of-type(odd) {
	border-right:solid 1px #ddd;
} */
.sp-nav li a:hover {
  color: #fff;
  background: #008e00;
}
ul.sp-sub-menu li {
  float: none;
  text-indent: 2em;
  border-bottom: none;
}
/* footer */
footer {
  width: 100%;
  padding: 0;
  background: #77bb33;
}
#fnav ul {
  width: 100%;
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
#fnav ul li {
  border-bottom: 1px solid #69a52d;
  box-shadow: 1px 0 0 rgba(105, 165, 45, 0.5);
  text-decoration: none;
  text-align: left;
  width: 50%;
}
#fnav ul li a {
  background: url(../img/next.png) no-repeat right center;
  background-size: 4%;
  width: 96%;
  margin: 0 auto;
  display: block;
  padding: 10px 0 10px 2em;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#fnav ul li:hover {
  background: #008e00;
}
address {
  text-align: left;
  margin-bottom: 1.6rem;
  padding-left: 1em;
}
address p:not(:first-child) {
  font-size: 1.2rem;
}
.bottom {
  width: 97%;
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
}
.bottom a {
  color: #fff;
}
/* スマホ用ドロップメニュー
------------------------------ */
.menu {
  /* display: block; 
		float: right;*/
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  margin: 0 5px 0 auto;
  /* padding: 10px 5px 12px; */
}
.menu nav ul {
  display: none;
}
.menu p#menuToggle {
  background: #2b2b2b;
  background: linear-gradient(to bottom, #eeedf2 1%, #717171 4%, #2b2b2b 84%);
  border: 1px solid #444;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
}
.menu p#menuToggle {
  line-height: 30px;
  /* padding: 5px 10px; */
  width: 70px;
  margin: 0 12px 0 auto;
}
.menu p#menuToggle span {
  display: block;
  text-align: center;
}
.menu.open {
  display: block;
}
.menu.open ul {
  background: #333;
  border-bottom: 1px solid #000;
  display: block;
  left: 1%;
  position: absolute;
  top: 62px;
  width: 98%;
  margin: 0 auto;
  z-index: 9999;
}
.menu.open ul li a {
  border-top: 1px solid #666;
  color: #fff;
  display: block;
  padding: 14px;
  text-align: left;
}
.menu.open ul li:first-child,
.menu.open ul li:first-child a {
  border-top: none;
}
.menu li a:hover {
  color: #FFF;
}
.menu li.nav1 a:hover {
  background: #E96562;
}
.menu li.nav2 a:hover {
  background: #14AEB0;
}
.menu li.nav3 a:hover {
  background: #FF8F01;
}
.menu li.nav4 a:hover {
  background: #E3578A;
}
/* #content */
#content {
  background: #eee;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#content-area {
  width: 96.939%;
  width: 90%;
  margin: 30px auto;
  overflow: hidden;
}
.page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.page-top a:hover {
  color: #c9e8aa;
}
.page-top i {
  vertical-align: middle;
}
/*common style
------------------------------ */
span.inline-block {
  display: inline-block;
  margin: 0 .5rem;
}
/*タブレット用記述*/
@media screen and (min-width: 481px) {
  .sp-nav,
  .menu {
    display: none;
  }
  h1 {
    margin: 10px 0;
  }
  /* pc-nav ドロップダウンメニュー */
  .nav-wrap {
    width: 100%;
    background: #77bb33;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px -2px #444 inset;
  }
  .pc-nav {
    display: block;
    width: 98%;
    max-width: 950px;
    height: 45px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
  }
  .pc-nav li {
    /* float: left; */
    display: inline-block;
    height: 45px;
    width: 24%;
    box-sizing: border-box;
    text-align: center;
  }
  .pc-nav li a {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    text-shadow: -1px 0 1px #005400;
    font-family: notoFont;
    border-right: 1px solid #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .pc-nav li a:hover {
    text-decoration: none;
  }
  .pc-nav li a::after {
    position: absolute;
    bottom: 0.3em;
    left: 20%;
    content: '';
    width: 60%;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .pc-nav li a:hover::after {
    bottom: 0;
    opacity: 1;
  }
  body.nav-home .pc-nav li.nav1 a::after,
  body.nav-company .pc-nav li.nav2 a::after,
  body.nav-business .pc-nav li.nav3 a::after,
  body.nav-contact .pc-nav li.nav4 a::after {
    bottom: 0;
    opacity: 1;
  }
  .pc-nav li:first-child a {
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  .pc-nav li ul.sub-menu {
    display: none;
    width: 95%;
    max-width: 170px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    position: absolute;
    z-index: 20000;
    box-shadow: 3px 3px 3px rgba(0, 84, 0, 0.5);
  }
  .pc-nav li ul.sub-menu li {
    display: block;
    width: 100%;
    background: #77bb33;
    text-align: left;
    text-indent: 1em;
    box-sizing: border-box;
    height: 35px;
  }
  .pc-nav li ul.sub-menu li a {
    border-right: none;
    height: 35px;
    line-height: 35px;
  }
  .pc-nav li ul.sub-menu li:first-child a {
    border-left: none;
  }
  .pc-nav li ul.sub-menu li a::after {
    background: none;
  }
  .pc-nav li ul.sub-menu li a:hover {
    background: #008e00;
  }
  .pc-nav li:hover ul.sub-menu {
    display: block;
  }
  #fnav ul li {
    width: 33.33%;
  }
}
/* PC用記述 */
@media screen and (min-width: 769px) {
  .pc-nav li {
    width: 20%;
  }
  header {
    max-width: 980px;
    margin: 0 auto;
  }
  #content-area {
    max-width: 950px;
    margin: 30px auto;
    overflow: hidden;
  }
  footer {
    padding: 30px 0;
    overflow: hidden;
    text-align: left;
  }
  .f-inner {
    width: 98%;
    max-width: 980px;
    margin: 0 auto;
  }
  #fnav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  #fnav ul {
    display: flex;
    justify-content: space-between;
  }
  #fnav ul li {
    width: 16.6%;
    text-align: center;
    border-bottom: none;
    box-shadow: none;
    border-right: 1px solid #fff;
  }
  #fnav ul li:first-child {
    border-left: 1px solid #fff;
  }
  #fnav ul li a {
    padding: 0;
  }
  address {
    margin-bottom: 1.6rem;
  }
  address p:not(:first-child) {
    font-size: 1.2rem;
  }
  .menu {
    display: none;
  }
  .bottom {
    text-align: right;
  }
  .page-top {
    right: 40px;
  }
}
@media screen and (min-width: 1045px) {
  #fnav {
    float: right;
    width: 60%;
    margin-bottom: 60px;
  }
  address {
    float: left;
    text-align: left;
    margin-bottom: 1.6rem;
  }
  address p:not(:first-child) {
    font-size: 1.2rem;
  }
}
/* 産廃ネット */
a.link-block {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #0b85c4;
  padding: 15px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease-in-out;
  color: #444;
}
a.link-block:hover {
  background: #0b85c4;
  color: #fff;
}
a.link-block span.url {
  display: none;
}
@media screen and (min-width: 769px) {
  a.link-block span.url {
    display: block;
  }
}
/* お問い合わせバナー */
.contact-box {
  width: 95%;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  font-size: 1.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto 30px;
}
.contact-box .contact-phone {
  color: #0b85c4;
  text-align: center;
  margin-bottom: 5px;
  font-size: 2.4rem;
}
.contact-box a.contact-mail {
  border-radius: 4px;
  background-color: #77bb33;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.contact-box a.contact-mail:hover {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  background-color: rgba(119, 187, 51, 0.6);
}
.contact-box a.contact-mail i.fa-size {
  transform: rotate(-20deg);
  float: left;
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .contact-box {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 60px;
    font-size: 1.6rem;
    text-align: center;
  }
  .contact-box .contact-phone {
    width: 48%;
    float: left;
    padding: 5px;
    font-size: 3rem;
  }
  .contact-box .contact-mail {
    width: 48%;
    float: right;
  }
}
