@charset "UTF-8";
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*---------------------------------------------------
 1. Normalize Copy Bootstrap Scaffolding
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #535353;
}

label {
  font-weight: 400;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.table {
  border-collapse: collapse;
}

pre {
  position: relative;
}
pre .filename {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #535353;
  padding: 0 5px;
}

ul, ol {
  list-style-type: none;
}

/*---------------------------------------------------
 1. Layout
 2. Header
 3. Main
 4. Footer
----------------------------------------------------*/
/*---------------------------------------------------
 1. Layout
----------------------------------------------------*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

body {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.428571429;
  color: #535353;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, p {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-family: sans-serif;
}

/*---------------------------------------------------
 2. Header
----------------------------------------------------*/
/*---------------------------------------------------
 Header
----------------------------------------------------*/
.header {
  border-top: 4px solid #268a2d;
  position: relative;
  width: 100%;
}
.header-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.header-logo {
  display: inline-block;
  font-size: 0;
  padding: 16px 0 12px;
}
.header-logo a {
  display: inline-block;
  height: 46px;
  position: relative;
  width: 200px;
}
.header-logo a:before {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header-logo a object {
  pointer-events: none;
}
.header-menu-toggle {
  display: none;
}
.header-navi {
  background: #fff;
  max-width: 980px;
  margin: auto;
  min-height: 52px;
  position: relative;
}
.header-navi-list {
  background: #fff;
  max-width: 960px;
  padding: 4px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-navi-list.is-fixed {
  top: 0;
  position: fixed;
  z-index: 5;
  width: calc(100vw - 55px);
}
@media (max-width: 980px) {
  .header-navi-list.is-fixed {
    padding-right: 40px;
    width: 100%;
  }
}
.header-navi-list > li {
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.header-navi-list > li.is-last a {
  border-right: 1px solid #908C89;
}
.header-navi-list > li > a {
  background: #fff;
  border-left: 1px solid #908C89;
  display: block;
  font-weight: bold;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  z-index: 5;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
.header-navi-list > li > a:hover {
  color: #92c722;
}
.header-navi-list > li > a span {
  color: #f29600;
  display: block;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.7142857143rem;
}
.header-navi-list > li.has-submenu {
  position: relative;
}
.header-navi-list > li.has-submenu a:hover + .header-subnavi {
  height: 600%;
}
.header-navi-list > li.is-contact {
  border: none;
  position: absolute;
  width: auto;
  right: 0;
  top: -52px;
}
.header-navi-list > li.is-contact a {
  background: #268a2d;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 6px 16px 4px;
  transition: 0.1s;
}
.header-navi-list > li.is-contact a:hover {
  background: #92c722;
  color: #fff;
}
.header-subnavi {
  background: #535353;
  background: transparent;
  position: absolute;
  height: 0;
  right: 0;
  overflow: hidden;
  padding: 0 0 0 1px;
  top: 100%;
  width: 100%;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: block;
  transition: 0.3s;
}
.header-subnavi:hover {
  height: 600%;
}
.header-subnavi > li {
  display: block;
  width: auto;
}
.header-subnavi > li:first-child {
  margin-top: 3px;
}
.header-subnavi > li a {
  background: #92c722;
  color: #fff;
  display: block;
  padding: 8px 20px;
}
.header-subnavi > li a:hover {
  background: #fff;
  background: #535353;
  background: #268a2d;
  text-decoration: none;
}

/*---------------------------------------------------
 3. Main
----------------------------------------------------*/
.main {
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.section {
  padding: 32px 0;
}
.section-inner {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
}

.normal-txt {
  color: #535353;
  display: inline-block;
  padding: 0 0 16px;
  font-size: 14px;
  font-size: 1rem;
}

/*---------------------------------------------------
 4. Footer
----------------------------------------------------*/
/*---------------------------------------------------
 Footer
----------------------------------------------------*/
.footer {
  background: #e6e8e6;
  display: block;
  width: 100%;
}
.footer .footer-inner {
  margin: auto;
  max-width: 1000px;
  padding: 20px 20px 40px;
  width: 100%;
}
.footer-list {
  text-align: center;
}
.footer-list li {
  display: inline-block;
  padding: 0 8px 8px;
}
.footer-list li a {
  line-height: 1;
  position: relative;
  padding: 0;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1rem;
}
.footer-list li a::before {
  content: "›";
  display: inline-block;
  font-size: 16px;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
}
.footer-copyright {
  padding: 12px 12px 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.btn-top {
  background-color: #ffffff;
  border: 1px #005bac solid;
  border-radius: 25px;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  transition: 0.4s;
}
.btn-top .icon {
  color: #005bac;
  font-size: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
}
.btn-top .icon::before {
  transform: rotate(270deg);
}
.btn-top.is-active {
  opacity: 1;
}

.totop {
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.totop a {
  background: #e6e8e6;
  bottom: 0;
  display: inline-block;
  padding: 6px 16px;
  position: absolute;
  right: 0;
}
.totop a::before {
  border: 2px solid #535353;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  top: 1px;
  width: 8px;
  transform: rotate(-45deg);
}
.totop a:hover {
  background: #535353;
}
.totop a:hover::before {
  border-color: #fff;
}

.is-sp {
  display: none !important;
}

/*---------------------------------------------------
 見出し
----------------------------------------------------*/
.head-level1 {
  border-bottom: 1px solid #268a2d;
  color: #268a2d;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 0 12px 4px;
  position: relative;
  font-size: 32px;
  font-size: 2.2857142857rem;
}
.head-level1 > span {
  color: #535353;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 4px;
  position: relative;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.head-level2 {
  font-weight: bold;
  padding: 20px 0 32px;
  text-align: center;
  font-size: 24px;
  font-size: 1.7142857143rem;
}
.head-level2.is-white {
  color: #ffffff;
}
.head-level3 {
  margin-bottom: 24px;
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  font-size: 1.7142857143rem;
}
.head-level3::before {
  background-color: #005bac;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 14px;
}
.head-level4 {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.head-main {
  border-bottom: 1px solid #268a2d;
  color: #268a2d;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 12px 0;
  text-align: center;
  font-size: 32px;
  font-size: 2.2857142857rem;
}
.head-main span {
  color: #92c722;
}
.head-main-lead {
  color: #92c722;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.head-dot {
  border-bottom: 1px dotted #268a2d;
  color: #268a2d;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.head-down {
  color: #268a2d;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 8px;
  position: relative;
  font-size: 24px;
  font-size: 1.7142857143rem;
}
.head-down:before {
  background: url("/assets/images/common/bg_head_down.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100px;
  left: -40px;
  position: absolute;
  top: -36px;
  width: 100px;
  z-index: -1;
}
.head-down-lead {
  color: #92c722;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 12px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.head-about {
  margin-bottom: 40px;
  line-height: 1;
  padding: 16px 0;
  position: relative;
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
}
.head-about::before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: -owg-linear-gradient(left, rgba(236, 240, 218, 0) 0%, rgb(236, 240, 218) 15%, rgb(236, 240, 218) 85%, rgba(236, 240, 218, 0) 100%);
  background-image: linear-gradient(left, rgba(236, 240, 218, 0) 0%, rgb(236, 240, 218) 15%, rgb(236, 240, 218) 85%, rgba(236, 240, 218, 0) 100%);
}
.head-collect-area {
  background: #f29600;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.btn-send {
  background: #268a2d;
  color: #fff;
  display: inline-block;
  margin: 0 12px;
  padding: 12px 32px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: 0.1s;
}
.btn-send:hover {
  background: #92c722;
}

.link-icon {
  font-size: 14px;
  font-size: 1rem;
}
.link-icon::before {
  background: #268a2d;
  color: #fff;
  content: "›";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  height: 20px;
  margin: 0 6px 0 0;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  width: 20px;
  border-radius: 50%;
}

/*---------------------------------------------------
 リスト
----------------------------------------------------*/
.list-normal li {
  padding: 0 0 12px;
}
.list-normal.is-disc {
  list-style-type: disc;
}
.list-down {
  text-align: left;
}
.list-down li {
  padding: 36px 0 0 40px;
}
.list-about li {
  padding: 0 0 60px;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-flex li {
  padding: 0 0 12px;
}
.list-collect {
  border-top: 1px dotted #605034;
  padding-bottom: 44px;
  /*
  &-img {
  	display: inline-block;
  	float: left;
  	text-align: center;
  	width: 30%;
  	a {
  		display: block;
  		margin: auto;
  		width: 100%;
  	}
  	img {
  		max-width: 100%;
  	}
  }
  */
}
.list-collect > li {
  border-bottom: 1px dotted #605034;
}
.list-collect > li:after {
  content: " ";
  display: table;
  clear: both;
}
.list-collect-link {
  cursor: pointer;
  display: block;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  /*
  @include opacity(1);
  @include transition(0.3s);
  &:hover {
  	text-decoration: none;
  	@include opacity(0.8);
  }
  */
}
.list-collect-link::before {
  border: 2px solid #535353;
  border-left: none;
  border-top: none;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 8px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.list-collect-detail.is-open .list-collect-link::before {
  transform: rotate(-135deg);
}
.list-collect-link:hover {
  background: #f5f5f5;
  background: #fcfcfc;
}
.list-collect-detail-title {
  font-weight: bold;
  padding: 0 40px 0 8px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.list-collect-detail-content {
  display: none;
  padding: 0 8px 12px;
  position: relative;
}
.list-collect-detail-info {
  padding: 8px 0;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.list-collect-detail-info:after {
  content: " ";
  display: table;
  clear: both;
}
.list-collect-detail-info dt {
  float: left;
  padding-right: 8px;
  width: 160px;
}
.list-collect-detail-info dd {
  margin-left: 160px;
}
.list-collect-detail-info dd ul li + li {
  padding-top: 2px;
}
.list-collect-detail-area, .list-collect-detail-type {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.list-collect-detail-area:after, .list-collect-detail-type:after {
  content: " ";
  display: table;
  clear: both;
}
.list-collect-detail-area dt, .list-collect-detail-type dt {
  float: left;
  padding-right: 8px;
  width: 160px;
}
.list-collect-detail-area dd, .list-collect-detail-type dd {
  margin-left: 160px;
}
.list-collect-detail-area dd ul:after, .list-collect-detail-type dd ul:after {
  content: " ";
  display: table;
  clear: both;
}
.list-collect-detail-area dd ul li, .list-collect-detail-type dd ul li {
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 1;
  margin: 0 6px 6px 0;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.list-collect-detail-area dd ul li a, .list-collect-detail-area dd ul li span, .list-collect-detail-type dd ul li a, .list-collect-detail-type dd ul li span {
  background: #00a99d;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 4px;
}
.list-collect-detail-area dd ul li a:hover, .list-collect-detail-type dd ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.list-collect-detail-area {
  padding-bottom: 12px;
}
.list-collect-detail-area dd ul li a {
  background: #6eb92b;
}
.list-sns {
  padding: 18px 0 12px;
  text-align: center;
}
.list-sns li {
  display: inline-block;
}
.list-sns li a {
  display: inline-block;
  height: 32px;
  margin: 0 12px;
  width: auto;
}
.list-sns li a img {
  height: 100%;
  width: auto;
}
.list-sns li a:hover {
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*---------------------------------------------------
 表組み
----------------------------------------------------*/
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table-normal th,
.table-normal td {
  border: 1px solid #605034;
  font-weight: normal;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  font-size: 1rem;
}
.table-normal tbody tr th {
  background-color: #f5f5f5;
}
.table-normal tbody tr td {
  background-color: #ffffff;
}
.table-normal tbody tr td ul li {
  padding-left: 1em;
  position: relative;
}
.table-normal tbody tr td ul li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.table-normal tbody tr td ul li + li {
  margin-top: 0.5em;
}

label {
  line-height: 1.2;
  margin-bottom: 0;
  vertical-align: middle;
}

.is-imemode,
[data-rule-url=true],
[data-rule-number=true],
[data-rule-email=true],
[data-rule-digits=true],
[data-rule-creditcard=true],
[data-rule-credit=true],
[data-ime-mode=disabled] {
  ime-mode: disabled;
}

[data-ime-mode=active] {
  ime-mode: active;
}

[data-ime-mode=inactive] {
  ime-mode: inactive;
}

[data-ime-mode=disabled] {
  ime-mode: disabled;
}

.form-radio {
  display: none;
}
.form-radio-replace {
  background-color: #fff;
  margin-right: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3;
  vertical-align: middle;
  margin-top: -4px;
  cursor: pointer;
  background-color: #fff;
  /*@include box-shadow(rgba(0,0,0,0.75) 0px 5px 13px -6px);*/
  /*@include box-shadow(#dbdbdb 1px 3px 3px);*/
  position: relative;
  outline: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.form-radio-replace:after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #005bac;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.form-radio-replace:focus {
  border-color: #005bac;
  box-shadow: none;
}
.form-radio-replace:hover, label:hover .form-radio-replace {
  border-color: #999999;
}
.form-radio:checked + .form-radio-replace {
  border-color: #00a99d !important;
  border-width: 2px;
  box-shadow: none;
}
.form-radio:checked + .form-radio-replace:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
.form-radio--large + .form-radio-replace {
  width: 24px !important;
  height: 24px !important;
}
.form-radio--large:checked + .form-radio-replace:after {
  width: 12px !important;
  height: 12px !important;
  margin: -6px 0 0 -6px !important;
}
.form-checkbox {
  display: none;
}
.form-checkbox-replace {
  background-color: #fff;
  margin-right: 2px;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  position: relative;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.form-checkbox-replace:focus {
  border-color: #005bac;
}
.form-checkbox-replace:hover, .form-checkbox-replace label:hover {
  border-color: #999999;
}
.form-checkbox-replace:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  top: 0;
  left: 20px;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
label:hover .form-checkbox-replace {
  border-color: #999999;
}
label .form-checkbox-replace {
  top: -2px;
}
.form-checkbox:checked + .form-checkbox-replace {
  border-color: #00a99d !important;
  background-color: #00a99d;
  box-shadow: none;
}
.form-checkbox:checked + .form-checkbox-replace:before {
  border-width: 0 3px 3px 0;
  width: 8px;
  height: 14px;
  top: -1px;
  left: 4px;
}
.form-checkbox:disabled + .form-checkbox-replace {
  cursor: default;
}
.form-text, .form-textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-radius: 0;
  font-size: 16px !important;
  max-width: 100%;
  outline: none;
  padding: 6px 12px;
  -webkit-appearance: none;
}
.form-text:hover, .form-textarea:hover {
  border-color: #999999;
}
.form-text:focus, .form-textarea:focus {
  border-color: #005bac;
  box-shadow: 0px 0px 3px #005bac;
}
.form-text--auto, .form-textarea--auto {
  width: auto;
}
.form-text--full, .form-textarea--full {
  width: 100%;
}
.form-text:-moz-placeholder, .form-textarea:-moz-placeholder {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #b2b2b2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #b2b2b2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #b2b2b2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #b2b2b2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.form-text.is-error, .form-textarea.is-error {
  color: #f00;
  background-color: #ffe1e1;
  border: 1px solid #f00;
}
.form-text.is-error:focus, .form-textarea.is-error:focus {
  box-shadow: 0px 0px 3px #f00;
}
.form-text.is-error:-moz-placeholder, .form-textarea.is-error:-moz-placeholder {
  color: #f00;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.form-text.is-error::-moz-placeholder, .form-textarea.is-error::-moz-placeholder {
  color: #f00;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.form-text.is-error::-webkit-input-placeholder, .form-textarea.is-error::-webkit-input-placeholder {
  color: #f00;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.form-text.is-error:-ms-input-placeholder, .form-textarea.is-error:-ms-input-placeholder {
  color: #f00;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.form-select {
  display: inline-block;
  position: relative;
}
.form-select select {
  border: 1px solid #999999;
  width: 100%;
  padding: 6px 40px 6px 8px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px !important;
  border-radius: 0;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select::before {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  margin-top: -3px;
  pointer-events: none;
}

/*---------------------------------------------------
 About Usページ専用
----------------------------------------------------*/
.aboutus-lead {
  color: #268a2d;
  font-weight: bold;
  line-height: 2;
  padding: 32px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.aboutus-body {
  margin: auto;
  max-width: 680px;
}
.aboutus-member {
  padding: 32px 0;
}
.aboutus-member-list li {
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
.aboutus-member-img {
  width: 200px;
}
.aboutus-member-img img {
  height: auto;
  width: 100%;
}
.aboutus-member-detail {
  padding: 0 0 0 24px;
  width: 100%;
}
.aboutus-member-title {
  font-weight: bold;
  padding: 4px 0 16px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.aboutus-standard {
  padding: 32px 0;
}
.aboutus-standard .head-about {
  padding-top: 44px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.aboutus-standard .head-about span {
  margin: 0 8px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.aboutus-standard .list-normal {
  margin: 0 20px 0 28px;
}

/*---------------------------------------------------
 提供ページ専用
----------------------------------------------------*/
.bring-visual {
  background: #fbfaee;
  margin: auto;
  padding: 100px 120px 80px;
  text-align: center;
}
.bring-visual-title {
  display: inline-block;
  line-height: 0;
}
.bring-visual-lead {
  color: #92c722;
  font-weight: bold;
  padding-top: 72px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.bring-visual-img {
  height: auto;
  margin-top: 72px;
  width: 360px;
}
.bring-visual-subtitle {
  color: #92c722;
  font-weight: bold;
  padding: 72px 0 16px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.bring-visual .normal-txt {
  text-align: left;
}
.bring-body {
  margin: auto;
  max-width: 800px;
  padding: 40px 0;
}
.bring-check {
  text-align: center;
}
.bring-check-list {
  text-align: center;
}
.bring-check-list li {
  border: 1px solid #92c722;
  display: inline-block;
  margin: 0 12px 16px 0;
  min-height: 120px;
  position: relative;
  width: 20%;
  border-radius: 8px;
}
.bring-check-list li span {
  bottom: 12px;
  left: 0;
  right: 0;
  position: absolute;
}
.bring-check-list li div {
  font-weight: bold;
  margin-top: 32px;
  position: relative;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bring-check-list li div::before {
  border: 6px solid #92c722;
  content: "";
  display: inline-block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  border-radius: 50%;
}
.bring-check-list li div.is-ng::before, .bring-check-list li div.is-ng:after {
  border: none;
  border-left: 6px solid #ff0000;
  content: "";
  height: 60px;
  left: 50%;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: -1;
  border-radius: 0;
  transform: rotate(45deg);
}
.bring-check-list li div.is-ng:after {
  transform: rotate(-45deg);
}
.bring-check-attention {
  margin: auto;
  padding: 32px 0;
  max-width: 640px;
  text-align: left;
}
.bring-check-tag {
  margin: auto;
  padding: 32px 0 0;
  max-width: 700px;
}
.bring-check-tag-unit {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  width: 48%;
}
.bring-check-tag-img img {
  height: 220px;
  width: auto;
}
.bring-check-tag .list-normal, .bring-check-tag .normal-txt {
  padding-top: 20px;
  text-align: left;
}
.bring-check-tag .list-normal strong, .bring-check-tag .normal-txt strong {
  display: block;
}
.bring-check-tag .list-normal br, .bring-check-tag .normal-txt br {
  line-height: 2;
}
.bring-collect-list {
  border-top: 1px dotted #605034;
}
.bring-collect-list > li {
  border-bottom: 1px dotted #605034;
  padding: 32px 0;
}
.bring-collect-list > li:after {
  content: " ";
  display: table;
  clear: both;
}
.bring-collect-img {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30%;
}
.bring-collect-img a {
  display: block;
  margin: auto;
  width: 100%;
}
.bring-collect-img img {
  max-width: 100%;
}
.bring-collect-detail {
  display: inline-block;
  float: left;
  padding-left: 32px;
  width: 70%;
}
.bring-collect-detail-title {
  font-weight: bold;
  padding: 0 0 12px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.bring-collect-detail-area:after, .bring-collect-detail-type:after {
  content: " ";
  display: table;
  clear: both;
}
.bring-collect-detail-area dt, .bring-collect-detail-type dt {
  float: left;
  width: 120px;
}
.bring-collect-detail-area dd, .bring-collect-detail-type dd {
  margin-left: 120px;
}
.bring-collect-detail-area dd ul:after, .bring-collect-detail-type dd ul:after {
  content: " ";
  display: table;
  clear: both;
}
.bring-collect-detail-area dd ul li, .bring-collect-detail-type dd ul li {
  background: #00a99d;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 1;
  margin: 0 6px 6px 0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.bring-collect-detail-area {
  padding-bottom: 12px;
}
.bring-collect-detail-area dd ul li {
  background: #6eb92b;
}

/*---------------------------------------------------
 回収ページ専用
----------------------------------------------------*/
.collect {
  /*
  &-visual {
  	background: $color-thin-yellow;
  	margin: auto;
  	// max-width: 800px;
  	padding: 100px 120px 80px;
  	text-align: center;
  	&-title {
  		display: inline-block;
  		line-height: 0;
  	}
  	&-lead {
  		color: $color-thin-green;
  		font-weight: bold;
  		padding-top: 72px;
  		@include fontsize(20);
  	}
  	&-img {
  		height: auto;
  		margin-top: 72px;
  		width: 360px;
  	}
  	&-subtitle {
  		color: $color-thin-green;
  		font-weight: bold;
  		padding: 72px 0 16px;
  		@include fontsize(20);
  	}
  	.normal-txt {
  		text-align: left;
  	}
  }
  */
}
.collect-body {
  margin: auto;
  max-width: 800px;
  padding: 12px 0 40px;
}
.collect-organization {
  list-style-type: disc;
}
.collect-organization li {
  margin-left: 20px;
  padding: 0 20px 12px 0;
  width: 55%;
}
.collect-organization li:nth-child(2n) {
  width: 35%;
}
.collect-organization-more {
  display: block;
  padding: 12px;
  text-align: right;
}
.collect-search {
  border: 1px solid #999999;
  margin-bottom: 32px;
  padding: 20px 32px;
}
.collect-search-list {
  border-bottom: 1px dotted #999999;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-start;
}
.collect-search-list dt {
  padding: 8px 0 0;
  width: 20%;
}
.collect-search-list dd {
  width: 80%;
}
.collect-search-list label {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 8px 0;
  white-space: nowrap;
}
#gmap{
  margin-bottom: 32px;
  border:1px solid #999;
}

/*---------------------------------------------------
 お問い合わせページ専用
----------------------------------------------------*/
.contact-body {
  margin: auto;
  max-width: 800px;
  padding: 12px 0 40px;
}
.contact-body .require {
  color: #ff0000;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.contact-btn {
  padding-top: 20px;
  text-align: center;
}
.contact-btn li {
  display: inline-block;
  margin: 0 12px;
}
.contact-btn li a {
  background: #268a2d;
  color: #fff;
  display: block;
  padding: 12px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: 0.1s;
}
.contact-btn li a:hover {
  background: #92c722;
  text-decoration: none;
}
.contact-table th {
  width: 30%;
}
.contact-table .form-text, .contact-table .form-textarea {
  padding: 6px 12px !important;
}
.contact-table .form-address {
  padding-bottom: 8px;
}
.contact-send {
  padding-top: 20px;
  text-align: center;
}
.contact-send button, .contact-send input {
  background: #268a2d;
  color: #fff;
  display: inline-block;
  margin: 0 12px;
  padding: 12px 32px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: 0.1s;
}
.contact-send button:hover, .contact-send input:hover {
  background: #92c722;
}

/*---------------------------------------------------
 解体ページ専用
----------------------------------------------------*/
.deconstruct-social, .deconstruct-body, .deconstruct-video {
  margin: auto;
  max-width: 800px;
  padding: 40px 0;
}
.deconstruct-video {
  text-align: center;
}
.deconstruct-video iframe {
  height: auto;
  margin: auto;
  min-height: 450px;
  width: 100%;
}
.deconstruct-organization {
  list-style-type: disc;
}
.deconstruct-organization li {
  margin-left: 20px;
  padding: 0 20px 12px 0;
  width: 55%;
}
.deconstruct-organization li:nth-child(2n) {
  width: 35%;
}
.deconstruct-organization-more {
  display: block;
  padding: 12px;
  text-align: right;
}

/*---------------------------------------------------
 FAQページ専用
----------------------------------------------------*/
.faq-lead {
  color: #268a2d;
  font-weight: bold;
  line-height: 2;
  padding: 32px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.faq-index {
  margin: auto;
  max-width: 680px;
}
.faq-index-head {
  color: #268a2d;
  font-weight: bold;
  padding: 16px 0;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.faq-index-head::before {
  background: #268a2d;
  color: #fff;
  content: "？";
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin-right: 16px;
  padding: 7px 6px 5px;
  vertical-align: initial;
  border-radius: 50%;
  font-size: 24px;
  font-size: 1.7142857143rem;
}
.faq-index-head::after {
  background: url("/assets/images/faq/bg_faq_feather.png") center center no-repeat;
  background-size: 36px 36px;
  content: "";
  display: inline-block;
  height: 36px;
  margin-left: 16px;
  vertical-align: middle;
  width: 36px;
}
.faq-index-list {
  padding: 8px 0 40px 32px;
}
.faq-index-list li {
  padding: 0 0 0 28px;
  position: relative;
}
.faq-index-list li + li {
  margin-top: 20px;
}
.faq-index-list li::before {
  color: #268a2d;
  content: "Q.";
  left: 0;
  top: -4px;
  position: absolute;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.faq-index-list li a {
  display: inline-block;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
}
.faq-body {
  margin: auto;
  max-width: 680px;
}
.faq-unit {
  width: 100%;
}
.faq-unit-question {
  border: 1px solid #605034;
  line-height: 1.4;
  padding: 9px 8px 7px 44px;
  position: relative;
}
.faq-unit-question::before {
  color: #268a2d;
  content: "Q.";
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  left: 10px;
  position: absolute;
  top: 8px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.faq-unit-answer {
  line-height: 1.6;
  padding: 16px 8px 40px 44px;
  position: relative;
}
.faq-unit-answer::before {
  color: #f29600;
  content: "A.";
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  left: 12px;
  position: absolute;
  top: 18px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.faq-unit-answer p {
  display: block;
  padding: 0 0 12px;
}
.faq-unit-answer p + h4 {
  padding-bottom: 20px;
}
.faq-unit-answer h4 {
  display: block;
  font-weight: bold;
  padding: 0 0 4px;
}

/*---------------------------------------------------
 ニュースページ専用
----------------------------------------------------*/
.news-body {
  margin: auto;
  padding-bottom: 32px;
}
.news-body:after {
  content: " ";
  display: table;
  clear: both;
}
.news-main {
  float: left;
  padding: 0 32px 0 0;
  width: calc(100% - 200px);
}
.news-main.is-full {
  padding: 0;
  width: 100%;
}
.news-main .head-level2 {
  color: #535353;
  padding: 12px 0 20px;
  text-align: left;
}
.news-side {
  border: 1px solid #605034;
  float: right;
  padding: 20px;
  width: 200px;
  border-radius: 8px;
}
.news-side-title {
  border-bottom: 1px dotted #605034;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 0 12px;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
.news-side-list {
  margin-left: 20px;
}
.news-content {
  border-top: 1px dotted #605034;
  margin-top: 8px;
  padding: 32px 0 20px;
}
.news-content p {
  padding-bottom: 12px;
}
.news-content img {
  height: auto;
  max-width: 100%;
}
.news-navi-link {
  border-top: 1px dotted #605034;
  padding-top: 32px;
}
.news-navi-link:after {
  content: " ";
  display: table;
  clear: both;
}
.news-navi-link li.is-prev {
  float: left;
  text-align: left;
}
.news-navi-link li.is-next {
  float: right;
  text-align: right;
}
.news-list {
  border-top: 1px dotted #605034;
}
.news-list > li {
  border-bottom: 1px dotted #605034;
  padding: 32px 0;
}
.news-list > li:after {
  content: " ";
  display: table;
  clear: both;
}
.news-list > li a {
  display: block;
  margin: auto;
  width: 100%;
}
.news-list > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.news-list > li a:hover .news-list-title {
  text-decoration: underline;
}
.news-list-img {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30%;
}
.news-list-img img {
  height: auto;
  margin: auto;
  max-width: 100%;
}
.news-list-img span {
  background: #f5f5f5;
  display: block;
  height: 150px;
  line-height: 150px;
  margin: auto;
  text-align: center;
  width: 150px;
  vertical-align: middle;
}
.news-list-detail {
  display: inline-block;
  float: left;
  padding: 0 32px;
  width: 70%;
}
.news-list-detail .normal-txt {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.news-list-date {
  background: #f29600;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 0 12px;
  padding: 4px 12px;
}
.news-list-title {
  color: #268a2d;
  display: block;
  font-weight: bold;
  padding: 0 0 12px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

/*---------------------------------------------------
 パートナーズページ専用
----------------------------------------------------*/
.partners-body {
  margin: auto;
  max-width: 800px;
}
.partners-list li {
  padding: 0 0 52px;
  text-align: center;
  width: 50%;
}
.partners-list a {
  display: table;
  margin: auto;
  position: relative;
  height: 100%;
  width: 70%;
}
.partners-list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.partners-list a:hover .partners-list-title {
  text-decoration: underline;
}
.partners-list-img {
  display: table-cell;
  height: 150px;
  padding-bottom: 32px;
  vertical-align: middle;
}
.partners-list-img img {
  height: auto;
  margin: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.partners-list-title {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
}

/*---------------------------------------------------
 製品ページ専用
----------------------------------------------------*/
.products-body {
  margin: auto;
  max-width: 800px;
}
.products-list {
  border-top: 1px dotted #605034;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.products-list > li {
  border-bottom: 1px dotted #605034;
  padding: 32px 0;
  position: relative;
  width: 33%;
}
.products-list > li:after {
  content: " ";
  display: table;
  clear: both;
}
.products-list > li a {
  display: table;
  height: 100%;
  margin: auto;
  padding-bottom: 8px;
  text-decoration: none;
  width: 100%;
}
.products-list > li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.products-list-img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 224px;
}
.products-list-img img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.products-list-detail {
  display: inline-block;
  padding: 0 20px;
}
.products-list-detail .normal-txt {
  padding: 12px 0 0;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.products-list-detail .normal-txt span {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
}
.products-list-info {
  width: 100%;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.products-list-info dt {
  float: left;
}
.products-list-info dd {
  padding: 0 0 8px 56px;
}
.products-organization {
  margin: auto;
  list-style-type: disc;
}
.products-organization li {
  margin-left: 20px;
  padding: 0 20px 12px 0;
  width: 55%;
}
.products-organization li:nth-child(2n) {
  width: 35%;
}

/*---------------------------------------------------
 販売ページ専用
----------------------------------------------------*/
.sales-body {
  margin: auto;
  max-width: 800px;
}
.sales-list {
  border-top: 1px dotted #605034;
  padding-bottom: 60px;
}
.sales-list > li {
  border-bottom: 1px dotted #605034;
  padding: 32px 0;
}
.sales-list > li:after {
  content: " ";
  display: table;
  clear: both;
}
.sales-list > li a {
  display: block;
  margin: auto;
  width: 100%;
}
.sales-list > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.sales-list > li a:hover .news-list-title {
  text-decoration: underline;
}
.sales-list-img {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30%;
}
.sales-list-img img {
  height: auto;
  margin: auto;
  max-width: 80%;
}
.sales-list-detail {
  display: inline-block;
  float: left;
  padding: 0 32px;
  width: 70%;
}
.sales-list-detail .normal-txt {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.sales-list-date {
  background: #f29600;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 0 12px;
  padding: 4px 12px;
}
.sales-list-title {
  color: #268a2d;
  display: block;
  font-weight: bold;
  padding: 0 0 12px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.sales-organization {
  margin: auto;
  max-width: 640px;
  list-style-type: disc;
}
.sales-organization li {
  margin-left: 20px;
  padding: 0 20px 12px 0;
  width: 45%;
}
.sales-organization li:nth-child(2n) {
  width: 45%;
}

/*---------------------------------------------------
 トップページ専用
----------------------------------------------------*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
.top-main {
  background: url("/assets/images/top/bg_main.png") center center no-repeat;
  background-size: cover;
  max-height: 200px;
  padding: 32px;
  width: 100%;
}
.top-main-title {
  color: #268a2d;
  font-family: "Noto Sans Japanese";
  line-height: 1.4;
  padding-bottom: 12px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.top-main-lead {
  color: #268a2d;
  font-weight: bold;
  font-family: "Arial";
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
.top-cycle {
  text-align: center;
  margin: 0 32px;
}
.top-cycle-body:after {
  content: " ";
  display: table;
  clear: both;
}
.top-cycle-body .normal-txt {
  margin: auto;
  max-width: 644px;
  text-align: left;
}
.top-cycle-img {
  display: inline-block;
  margin: 32px auto;
  padding: 0;
  position: relative;
}
.top-cycle-link {
  height: 480px;
  left: 0;
  position: absolute;
  top: 0;
  width: 480px;
}
.top-cycle-link li {
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.top-cycle-link li a {
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  height: 28px;
  margin: -14px 0 0 -32px;
  position: absolute;
  text-decoration: none;
  width: 64px;
  transition: 0.3s;
}
.top-cycle-link li a:hover, .top-cycle-link li a:active {
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.top-cycle-link li.is-collect {
  left: 240px;
  top: 78px;
}
.top-cycle-link li.is-transport {
  left: 388px;
  top: 130px;
}
.top-cycle-link li.is-deconstruct {
  left: 442px;
  top: 268px;
}
.top-cycle-link li.is-wash {
  left: 388px;
  top: 400px;
}
.top-cycle-link li.is-products {
  left: 240px;
  top: 460px;
}
.top-cycle-link li.is-sales {
  left: 92px;
  top: 406px;
}
.top-cycle-link li.is-use {
  left: 38px;
  top: 268px;
}
.top-cycle-link li.is-bring {
  left: 92px;
  top: 130px;
}
.top-change {
  padding: 0 32px;
  text-align: center;
}
.top-change-img {
  height: 170px;
  margin: 32px auto 0;
  width: 300px;
}
.top-change-body {
  padding: 32px 44px;
}
.top-about {
  padding: 0 44px;
  text-align: center;
}
.top-about .normal-txt {
  margin: auto;
  max-width: 720px;
  padding: 0 0 12px;
  text-align: left;
}

/*---------------------------------------------------
 洗浄ページ専用
----------------------------------------------------*/
.wash-body {
  margin: auto;
  max-width: 800px;
  padding: 40px 0;
}
.wash-video {
  text-align: center;
}
.wash-video iframe {
  height: auto;
  margin: auto;
  min-height: 405px;
  width: 100%;
}
.wash-feature-feather {
  display: inline-block;
  margin: 0 auto 120px;
}
.wash-feature-feather img {
  height: auto;
  width: 500px;
}
.wash-feature-description {
  padding: 0 0 16px;
}
.wash-feature-figure {
  border: 2px solid #268a2d;
  padding: 32px 64px 20px;
  border-radius: 8px;
}
.wash-feature-figure-txt {
  float: left;
  width: 50%;
}
.wash-feature-figure-txt h3 {
  color: #f29600;
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.wash-feature-figure-txt h3 span {
  color: #535353;
  font-weight: normal;
  display: block;
  font-size: 10px;
  font-size: 0.7142857143rem;
}
.wash-feature-figure-txt h4 {
  font-weight: bold;
  padding-bottom: 12px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.wash-feature-figure-txt .normal-txt {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.wash-feature-figure-txt .normal-txt small {
  display: inline-block;
  padding-top: 8px;
}
.wash-feature-figure-img {
  float: right;
  height: auto;
  margin-top: 16px;
  width: 250px;
}
.wash-feature-figure-annotation {
  margin-left: 16px;
  padding: 12px 12px 0 0;
  font-size: 10px;
  font-size: 0.7142857143rem;
}
.wash-oekotex-cert {
  background: #fbfaee;
  margin-bottom: 48px;
  padding: 32px;
}
.wash-oekotex-cert-img {
  float: left;
  height: auto;
  width: 240px;
}
.wash-oekotex-cert .normal-txt {
  float: left;
  padding: 0 0 0 32px;
  width: 488px;
  width: calc(100% - 240px);
}
.wash-oekotex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wash-oekotex-list li {
  padding: 0 0 48px;
  text-align: center;
  width: 44%;
}
.wash-oekotex-list li h3 {
  font-weight: bold;
  padding: 0 0 20px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.wash-oekotex-list li img {
  margin: 0 auto 20px;
}
.wash-oekotex-list li .normal-txt {
  padding: 0 12px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  /*---------------------------------------------------
   SPレイアウトの基本設定
  ----------------------------------------------------*/
  body.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open .main {
    display: none;
  }
  a, a:active, a:visited {
    text-decoration: underline;
  }
  a:hover, a:focus {
    text-decoration: none;
  }
  #mediaSp {
    display: none;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block !important;
  }
  .main-pagetitle {
    padding: 60px 0 20px;
  }
  .main-pagetitle-inner h1 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .main-pagetitle-inner h1 .ja {
    display: block;
    margin: 4px 0 0;
    font-size: 14px;
    font-size: 1rem;
  }
  .section {
    padding: 12px 0;
  }
  /*---------------------------------------------------
   SP用ヘッダー・ナビゲーション
  ----------------------------------------------------*/
  .header {
    border-top: 4px solid #268a2d;
    border-bottom: 1px solid #908C89;
  }
  .header-inner {
    max-width: 100%;
    padding: 0 8px;
  }
  .header-logo {
    font-size: 0;
    padding: 8px 0;
  }
  .header-logo a {
    height: 36px;
    width: 160px;
  }
  .header-logo a object {
    height: auto;
    width: 100%;
  }
  .header-menu-toggle {
    background: #fff;
    border: none;
    display: block;
    height: 40px;
    padding: 8px;
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 15;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .header-menu-toggle i {
    background-color: #268a2d;
    display: block;
    position: relative;
    height: 2px;
    width: 20px;
    transition: 0.2s;
  }
  .header-menu-toggle i + i {
    margin-top: 4px;
  }
  .is-menu-open .header-menu-toggle {
    position: fixed;
  }
  .is-menu-open .header-menu-toggle i:nth-child(1) {
    top: 4px;
    transform: rotate(45deg);
  }
  .is-menu-open .header-menu-toggle i:nth-child(2) {
    left: -20px;
    display: none;
  }
  .is-menu-open .header-menu-toggle i:nth-child(3) {
    top: -2px;
    transform: rotate(-45deg);
  }
  .header-navi {
    height: 100vh;
    left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s;
    transform: translate3d(0, -100%, 0);
  }
  .is-menu-open .header-navi {
    transform: translate3d(0, 0, 0);
  }
  .header-navi-list {
    display: block;
    padding-bottom: 80px;
    width: 100%;
  }
  .header-navi-list.is-fixed {
    top: 0;
    position: fixed;
    z-index: 5;
  }
  /*---------------------------------------------------
   Footer
  ----------------------------------------------------*/
  /*---------------------------------------------------
   box
  ----------------------------------------------------*/
  /*---------------------------------------------------
   button
  ----------------------------------------------------*/
  /*---------------------------------------------------
   form
  ----------------------------------------------------*/
  /*---------------------------------------------------
   heading
  ----------------------------------------------------*/
  /*---------------------------------------------------
   list
  ----------------------------------------------------*/
  /*---------------------------------------------------
   table
  ----------------------------------------------------*/
  /*---------------------------------------------------
   トップページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   登録フォームページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   回収ページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   製品ページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   販売ページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   ニュースページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   About Usページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   提供ページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   洗浄ページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   About Usページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   パートナーズページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   FAQページ専用
  ----------------------------------------------------*/
  /*---------------------------------------------------
   お問い合せページ専用
  ----------------------------------------------------*/
}
@media (max-width: 767px) and (max-width: 980px) {
  .header-navi-list.is-fixed {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-navi-list > li {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #908C89;
  }
  .header-navi-list > li.is-last a {
    border-right: none;
  }
  .header-navi-list > li > a {
    border-left: none;
    padding: 14px 24px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  .header-navi-list > li > a span {
    display: inline-block;
    font-weight: bold;
    padding-left: 12px;
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  .header-navi-list > li.has-submenu {
    position: relative;
  }
  .header-navi-list > li.has-submenu a:hover + .header-subnavi {
    height: 600%;
  }
  .header-navi-list > li.is-contact {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
  .header-navi-list > li.is-contact a {
    display: block;
    padding: 12px;
  }
  .header-subnavi {
    background: #fff;
    position: relative;
    height: auto;
    top: 0;
    transition: 0s;
  }
  .header-subnavi:hover {
    height: auto;
  }
  .header-subnavi > li {
    display: block;
    width: auto;
  }
  .header-subnavi > li:first-child {
    margin-top: auto;
  }
  .header-subnavi > li a {
    background: #fff;
    border-top: 1px solid #908C89;
    color: #535353;
    margin-left: 24px;
    padding: 12px;
    text-decoration: none;
  }
  .header-subnavi > li a:hover {
    background: #fff;
    color: #535353;
    text-decoration: none;
  }
  .ft-timeline {
    padding: 20px 0;
  }
  .ft-timeline-box {
    width: 100%;
  }
  .ft-timeline-box.box-tw {
    float: none;
  }
  .ft-timeline-box.box-fb {
    float: none;
    margin-top: 20px;
  }
  .footer .footer-inner {
    padding-bottom: 70px;
  }
  .footer .footer-inner .text {
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 9px;
    font-size: 0.6428571429rem;
  }
  .footer .footer-inner .text .catch {
    float: none;
  }
  .footer .footer-inner .text .copy {
    float: none;
    margin-top: 25px;
  }
  .footer .footer-inner .logo {
    margin-top: 24px;
    text-align: center;
  }
  .footer .footer-inner .logo object {
    height: 9px;
    width: 130px;
  }
  .zcom-service-footer__copy {
    float: none;
    text-align: center;
    width: 100%;
  }
  .zcom-service-footer__general {
    float: none;
    text-align: center;
    width: 100%;
  }
  .zcom-service-footer__gmo {
    text-align: center;
  }
  .zcom-service-footer__gmo img,
  .zcom-service-footer__gmo object {
    float: none;
  }
  .btn-top {
    height: 30px;
    right: 20px;
    width: 30px;
  }
  .btn-top .icon {
    font-size: 20px;
    margin-left: -10px;
    margin-top: -11px;
  }
  .box-2columns-left, .box-2columns-right {
    float: none;
  }
  .box-alert {
    padding: 20px;
  }
  .box-apply-inner {
    display: block;
  }
  .box-apply-img {
    display: block;
    width: 100%;
  }
  .box-apply-txt {
    display: block;
    padding: 24px 16px;
  }
  .box-apply-txt-apply {
    bottom: auto;
    margin-top: 16px;
    position: relative;
    right: auto;
    text-align: center;
  }
  .box-apply-txt dl dt {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .box-apply-txt dl dd {
    font-size: 14px;
    font-size: 1rem;
  }
  .box-border {
    padding: 20px;
  }
  .box-order {
    display: block;
    padding: 20px;
    position: relative;
  }
  .box-order-text {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .box-order-img {
    display: block;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    top: 84px;
    width: 240px;
  }
  .box-order-ttl {
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  .box-order-desc {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .box-order-selling {
    margin-top: 178px;
  }
  .box-order-selling span {
    padding: 6px 10px;
  }
  .box-order-price {
    margin-top: 8px;
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  .box-order-detail {
    margin-top: 8px;
  }
  .box-order-despatch {
    margin-bottom: 0;
  }
  .box-order-link {
    bottom: auto;
    position: relative;
    left: auto;
    width: 100%;
  }
  .box-order-link .button-grad {
    padding: 10px 4px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .box-slider-unit {
    padding: 0;
  }
  .box-slider-unit .contents-wrapper {
    display: block;
    padding: 0 20px;
  }
  .box-slider-unit .contents-wrapper .img-wrapper {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .box-slider-unit .contents-wrapper .img-wrapper img {
    width: 100%;
  }
  .box-slider-unit .contents-wrapper .text-wrapper {
    display: block;
    margin-top: 16px;
  }
  .box-slider-unit .contents-wrapper .text-wrapper .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .box-slider-unit .contents-wrapper .text-wrapper .desc {
    margin-top: 10px;
  }
  .box-slider-dots {
    margin-top: 20px;
  }
  .box-video iframe, .box-video video {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .box-withbg {
    padding: 20px;
  }
  .section-order {
    padding: 20px 0;
  }
  .section-session {
    border-bottom-width: 1px;
    margin-bottom: 25px;
  }
  .section-session .lead {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .section-session .link {
    margin-top: 20px;
  }
  .section-session .link .button-rect {
    padding: 16px 10px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .section-session::before {
    border-width: 20px 40px 0 0;
    bottom: -21px;
  }
  .section-session::after {
    border-width: 0 0 20px 40px;
  }
  .section-session .triangles::before {
    border-width: 20px 40px 0 0;
    bottom: -20px;
  }
  .section-session .triangles::after {
    border-width: 0 0 20px 40px;
    bottom: -1px;
  }
  .btn-send {
    margin: 0;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
  }
  .head-level1 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .head-level2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .head-level3 {
    padding-left: 24px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .head-level3::before {
    height: 12px;
    top: 6px;
    width: 12px;
  }
  .head-level4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .head-frame {
    text-align: center;
  }
  .head-frame span {
    background-size: 26px 26px, 26px 26px;
    padding: 24px;
    font-size: 28px;
    font-size: 2rem;
  }
  .head-main {
    margin-bottom: 16px;
    padding: 12px 0;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .head-main-lead {
    padding-bottom: 20px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .head-down {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .head-down-lead {
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .head-about {
    margin-bottom: 20px;
    padding: 12px 0;
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  .list-2columns-item {
    width: 100%;
  }
  .list-2columns-item-img a {
    padding: 60px 20px;
  }
  .list-2columns-item-img-button {
    max-width: none;
  }
  .list-2columns-item-txt {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .list-2columns-item + .list-2columns-item {
    margin-top: 30px;
  }
  .list-3columns {
    flex-wrap: wrap;
  }
  .list-3columns-item {
    width: 100%;
  }
  .list-3columns-item-txt {
    margin-top: 16px;
  }
  .list-3columns-item-txt dt {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .list-3columns-item-txt dd {
    font-size: 14px;
    font-size: 1rem;
  }
  .list-3columns-item-img a {
    padding: 60px 20px;
  }
  .list-3columns-item-img-button {
    max-width: none;
  }
  .list-3columns-item-ttl {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .list-3columns-item + .list-3columns-item {
    margin-top: 30px;
  }
  .list-alternate-item {
    display: block;
  }
  .list-alternate-item-left {
    display: block;
    width: 100%;
  }
  .list-alternate-item-right {
    display: block;
    margin-top: 4px;
  }
  .list-border-item {
    padding: 14px 0;
  }
  .list-border-item dl {
    display: block;
  }
  .list-border-item dl dt {
    display: block;
    padding-right: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .list-border-item dl dd {
    display: block;
    margin-top: 0.5em;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
  }
  .list-error {
    padding: 10px;
  }
  .list-error li {
    font-size: 14px;
    font-size: 1rem;
  }
  .list-faq-item {
    padding: 16px 20px;
  }
  .list-faq-item-q {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .list-faq-item-a {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .list-flow-item {
    margin-bottom: 32px;
    padding: 12px 20px;
  }
  .list-flow-item dl dt {
    font-size: 14px;
    font-size: 1rem;
  }
  .list-flow-item dl dd {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .list-flow-item::before, .list-flow-item::after {
    border-width: 12px 21px 0 21px;
    margin-left: -21px;
  }
  .list-flow-item::before {
    border-color: #005bac transparent transparent transparent;
    bottom: -24px;
  }
  .list-flow-item::after {
    border-color: #ffffff transparent transparent transparent;
    bottom: -22px;
  }
  .list-flow-item.is-last {
    padding: 16px 20px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .list-logo-item {
    margin-top: 0;
  }
  .list-month-item {
    line-height: 44px;
    margin-top: 10px;
    width: 25%;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .list-products-item {
    padding: 20px;
  }
  .list-products-item-ttl {
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  .list-products-item-desc {
    margin-top: 8px;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .list-products-item-selling span {
    padding: 6px 10px;
  }
  .list-products-item-price {
    margin-top: 16px;
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  .list-products-item-detail {
    margin-top: 12px;
  }
  .list-products-item-despatch {
    margin-bottom: 16px;
  }
  .list-products-item-link .button-grad,
  .list-products-item-link .button-rect {
    padding: 10px 4px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .list-down::before {
    background-size: 50% 50%;
  }
  .list-down li {
    padding-left: 20px;
  }
  .list-about li {
    padding: 0 0 24px;
  }
  .list-collect-detail-info dt, .list-collect-detail-type dt {
    width: 30%;
  }
  .list-collect-detail-info dd, .list-collect-detail-type dd {
    margin-left: 30%;
  }
  .table-normal {
    border-top: 1px solid #605034;
  }
  .table-normal colgroup {
    display: none;
  }
  .table-normal th,
  .table-normal td {
    border-top-width: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1rem;
  }
  .table-normal tbody tr th {
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .table-normal tbody tr td {
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .table-comp {
    border-top-width: 0;
  }
  .table-comp thead th,
  .table-comp thead td {
    padding: 10px;
  }
  .table-comp thead .column-label {
    width: 22%;
  }
  .table-comp thead .column-zcom {
    padding: 10px 0;
    width: 39%;
  }
  .table-comp thead .column-zcom object {
    height: 10px;
    width: 111px;
  }
  .table-comp thead .column-other {
    padding: 10px 0;
    width: 39%;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .table-comp tbody tr th,
  .table-comp tbody tr td {
    display: table-cell;
    padding: 0;
  }
  .table-comp tbody tr th div,
  .table-comp tbody tr td div {
    padding: 10px;
  }
  .table-comp tbody tr td {
    vertical-align: top;
  }
  .table-comp tbody .column-label {
    text-align: center;
    width: 22%;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .table-comp tbody .column-zcom {
    width: 39%;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .table-comp tbody .column-zcom div {
    padding-bottom: 58px;
    padding-right: 10px;
  }
  .table-comp tbody .column-zcom div::after {
    bottom: 20px;
    height: 17px;
    margin-right: -11px;
    margin-top: 0;
    right: 50%;
    top: auto;
    width: 22px;
  }
  .table-comp tbody .column-other {
    width: 39%;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .table-comp tbody .column-other div {
    padding-bottom: 58px;
    padding-right: 10px;
  }
  .table-comp tbody .column-other div::after {
    bottom: 16px;
    height: 22px;
    margin-right: -11px;
    margin-top: 0;
    right: 50%;
    top: auto;
    width: 22px;
  }
  .top-cycle {
    margin: 0;
  }
  .top-cycle-img {
    margin: 16px auto;
  }
  .top-cycle-img object {
    height: 88vw;
    width: 88vw;
  }
  .top-cycle-link {
    height: 88vw;
    width: 88vw;
  }
  .top-cycle-link li a {
    margin-left: -5vw;
    width: 10vw;
  }
  .top-cycle-link li.is-collect {
    left: 44vw;
    top: 14.5vw;
  }
  .top-cycle-link li.is-transport {
    left: 71vw;
    top: 24vw;
  }
  .top-cycle-link li.is-deconstruct {
    left: 81vw;
    top: 49vw;
  }
  .top-cycle-link li.is-wash {
    left: 72vw;
    top: 73.5vw;
  }
  .top-cycle-link li.is-products {
    left: 44vw;
    top: 84.5vw;
  }
  .top-cycle-link li.is-sales {
    left: 17vw;
    top: 74.5vw;
  }
  .top-cycle-link li.is-use {
    left: 7vw;
    top: 49vw;
  }
  .top-cycle-link li.is-bring {
    left: 16vw;
    top: 24vw;
  }
  .top-main {
    max-height: 200px;
    padding: 24px;
    width: 100%;
  }
  .top-main-title {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .top-main-lead {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .top-change {
    padding: 0;
  }
  .top-change-img {
    height: auto;
    margin: 16px auto;
    max-width: 300px;
    width: 100%;
  }
  .top-change-body {
    padding: 0;
  }
  .top-about {
    padding: 0;
  }
  .top .section:first-child {
    margin: 0;
    padding: 0;
  }
  .top .section:first-child .section-inner {
    margin: 0;
    padding: 0;
  }
  .top .section.with-border {
    border-bottom: 1px #005bac solid;
  }
  .top .section.with-border::before {
    border-width: 20px 40px 0 0;
    bottom: -20px;
  }
  .top .section.with-border::after {
    border-width: 0 0 20px 40px;
  }
  .top .section.with-border .triangles::before {
    border-width: 20px 40px 0 0;
    bottom: -19px;
  }
  .top .section.with-border .triangles::after {
    border-width: 0 0 20px 40px;
    bottom: -1px;
  }
  .contact .section .logo-wrapper {
    margin-bottom: 30px;
  }
  .contact .section .logo-wrapper .list-logo li {
    display: block;
  }
  .contact .section .logo-wrapper .list-logo li.cm object {
    height: 24px;
    width: 271px;
  }
  .contact .section .logo-wrapper .list-logo li.miner object {
    height: 22px;
    width: 181px;
  }
  .contact .section .logo-wrapper .list-logo li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .collect-body {
    max-width: 100%;
    padding: 12px 0 32px;
  }
  .collect-organization li {
    width: 100%;
  }
  .collect-organization li:nth-child(2n) {
    width: 100%;
  }
  .collect-search {
    padding: 20px 12px;
  }
  .collect-search-list {
    display: block;
  }
  .collect-search-list dt {
    padding: 0 0 4px;
    width: 100%;
  }
  .collect-search-list dd {
    width: 100%;
  }
  .products-list {
    padding-bottom: 32px;
  }
  .products-list > li {
    width: 50%;
  }
  .products-list-img {
    min-height: 36vw;
  }
  .products-list-info dt {
    float: none;
  }
  .products-list-info dd {
    padding: 0 0 8px 0;
  }
  .products-organization {
    margin: auto;
  }
  .products-organization li {
    width: 100%;
  }
  .products-organization li:nth-child(2n) {
    width: 100%;
  }
  .sales-body {
    margin: auto;
    max-width: 100%;
  }
  .sales-organization {
    max-width: 100%;
  }
  .sales-organization li {
    width: 100%;
  }
  .sales-organization li:nth-child(2n) {
    width: 100%;
  }
  .news-main {
    float: none;
    padding: 0;
    width: 100%;
  }
  .news-side {
    float: none;
    width: 100%;
  }
  .news-content {
    border-top: 1px dotted #605034;
    margin-top: 8px;
    padding: 32px 0 20px;
  }
  .news-content p {
    padding-bottom: 12px;
  }
  .news-content img {
    height: auto;
    max-width: 100%;
  }
  .news-navi-link {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .news-list > li {
    padding: 20px 0;
  }
  .news-list-img span {
    line-height: 100px;
    height: auto;
    width: 100%;
  }
  .news-list-detail {
    padding: 0 16px;
  }
  .news-list-date {
    background: #f29600;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 0 12px;
    padding: 4px 12px;
  }
  .news-list-title {
    color: #268a2d;
    display: block;
    font-weight: bold;
    padding: 0 0 12px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .aboutus-standard {
    padding: 20px 0;
  }
  .aboutus-standard .head-about {
    padding-top: 24px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .aboutus-standard .head-about span {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .bring-visual {
    padding: 40px 20px 20px;
  }
  .bring-visual-title {
    height: auto;
    width: 70%;
  }
  .bring-visual-title object {
    height: auto;
    width: 100%;
  }
  .bring-visual-lead {
    padding-top: 36px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bring-visual-img {
    margin-top: 36px;
    width: 70%;
  }
  .bring-visual-subtitle {
    padding: 36px 0 8px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bring-body {
    padding: 20px 0;
  }
  .bring-check-list li {
    margin: 0 12px 12px;
    width: 40%;
  }
  .bring-check-list li span {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .bring-check-attention {
    padding: 16px 0 16px 20px;
  }
  .bring-check-tag {
    padding: 24px 0 0;
  }
  .bring-check-tag-unit {
    padding: 0 0 20px;
    width: 100%;
  }
  .bring-check-tag .list-normal {
    padding-left: 20px;
  }
  .wash-body {
    padding: 20px 0;
  }
  .wash-visual-img {
    height: auto;
    width: 100%;
  }
  .wash-video iframe {
    height: auto;
    margin: auto;
    min-height: 160px;
    width: 100%;
  }
  .wash-feature-feather {
    margin: 0 auto 32px;
  }
  .wash-feature-feather img {
    width: 100%;
  }
  .wash-feature-description {
    text-align: left;
  }
  .wash-feature-figure {
    padding: 16px;
    text-align: center;
  }
  .wash-feature-figure-txt {
    float: none;
    text-align: left;
    width: 100%;
  }
  .wash-feature-figure-img {
    float: none;
    height: auto;
    margin: 20px auto;
  }
  .wash-oekotex-cert {
    padding: 16px;
    text-align: center;
  }
  .wash-oekotex-cert-img {
    float: none;
    height: auto;
    margin: 0 auto 24px;
    width: 240px;
  }
  .wash-oekotex-cert .normal-txt {
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .wash-oekotex-list {
    display: block;
  }
  .wash-oekotex-list li {
    width: 100%;
  }
  .wash-oekotex-list li h3 {
    font-weight: bold;
    padding: 0 0 20px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .wash-oekotex-list li img {
    margin: 0 auto 20px;
    width: 100%;
  }
  .wash-oekotex-list li .normal-txt {
    padding: 0 12px 20px;
    text-align: left;
  }
  .aboutus-member {
    padding: 20px 0;
  }
  .aboutus-member-list li {
    display: block;
  }
  .aboutus-member-img {
    float: left;
    margin: auto;
    width: 120px;
  }
  .aboutus-member-detail {
    padding: 0;
  }
  .aboutus-member-detail .normal-txt {
    padding-top: 20px;
  }
  .aboutus-member-title {
    display: table-cell;
    padding: 0px 0 0 20px;
    height: 120px;
    vertical-align: middle;
  }
  .aboutus-standard {
    padding: 32px 0;
  }
  .aboutus-standard .head-about {
    padding-top: 44px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .aboutus-standard .head-about span {
    margin: 0 8px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .aboutus-standard .list-normal {
    margin: 0 20px 0 28px;
  }
  .partners-list-img {
    padding-bottom: 0;
  }
  .partners-list-title {
    display: table-row;
    position: relative;
  }
  .contact input, .contact texrarea {
    max-width: 100%;
  }
  .contact-btn li a {
    padding: 12px 24px;
  }
  .contact-send button {
    padding: 12px 24px;
  }
  .faq-lead {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .faq-lead br {
    display: none;
  }
  .faq-index {
    margin: auto;
    max-width: 680px;
  }
  .faq-index-head {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .faq-index-head::before {
    margin-right: 8px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .faq-index-head::after {
    background-size: 24px 24px;
    height: 24px;
    margin-left: 8px;
    width: 24px;
  }
  .faq-index-list {
    padding: 8px 0 20px 4px;
  }
  .faq-index-list li {
    padding: 0 0 0 24px;
  }
  .faq-index-list li + li {
    margin-top: 16px;
  }
  .faq-index-list li::before {
    top: 0px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .faq-index-list li a {
    font-size: 14px;
    font-size: 1rem;
  }
  div#mfp_overlay_inner {
    max-width: 90%;
  }
  table#mfp_confirm_table tr th {
    width: 120px !important;
  }
  div.mfp_buttons button {
    border: 1px solid #605034;
    margin: 0 8px !important;
  }
}
/*---------------------------------------------------
 ヘルパースタイル
----------------------------------------------------*/
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-none {
  display: none;
}

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}

.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}

.width-full {
  width: 100% !important;
}
.width-half {
  width: 50% !important;
}
.width-fullfit {
  width: 100% !important;
  height: auto;
}

/* Layout */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.color-blue {
  color: #005bac;
}
.color-orange {
  color: #f29600;
}
.color-red {
  color: #ff0000;
}

/* Clearfix */
.cf:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* テキストの強制折り返し */
.wrap-break {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#wpadminbar, .pc-switcher {
  display: none;
}/*# sourceMappingURL=style.css.map */