@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  font-weight: normal; }

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

ul, ol {
  list-style: none; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* ===================
clearfix 
===================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

/* ===================
画像余白クリア
===================*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }

/* ===================
リンク
===================*/
a {
  outline: none; }

a:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #000; }

a:active {
  text-decoration: none;
  color: #000; }

a:hover img {
  opacity: 0.7; }

/* ===================
共通変数
===================*/
.wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px; }

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  display: flex; }

/* ===================
レイアウト
===================*/
.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

/*-------------------カラム共通
---------------------------*/
.col1 {
  width: 8.3333333%; }

.col2 {
  width: 16.6666667%; }

.col3 {
  width: 25%; }

.col4, #content.home .contentbox_01 dl {
  width: 33.3333333%; }

.col5 {
  width: 41.6666667%; }

.col6, #content.service dl, #content.products dl {
  width: 50%; }

.col7 {
  width: 58.3333333%; }

.col8 {
  width: 66.6666667%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.3333333%; }

.col11 {
  width: 91.6666667%; }

.col12 {
  width: 100%; }

/* ===================
汎用クラス
===================*/
.bold {
  font-weight: bold; }

.red {
  color: red; }
  .red a {
    color: red; }
    .red a:link {
      color: red; }
    .red a:visited {
      color: red; }
    .red a:hover {
      color: red; }
    .red a:active {
      color: red; }

/* ===================
共通スタイル
===================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  color: #221815;
  -webkit-text-size-adjust: 100%; }

#scroll_area_Off {
  overflow: hidden; }

.title_01 {
  margin-bottom: 50px;
  padding: 50px 0 10px;
  background-color: #007e62;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  font-size: 2.8rem;
  font-weight: bold; }

.title_02 {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #0046a5;
  font-size: 2.4rem;
  color: #0046a5;
  font-weight: bold; }

/* ===================
ヘッダー
===================*/
header h1 span {
  font-size: 1.2rem; }

header nav {
  text-align: center; }

#header_sub > img {
  margin: 15px 0; }

#g_navs {
  padding: 10px 0; }
  #g_navs li {
    line-height: 1; }
    #g_navs li a {
      color: #5b5b5b; }
      #g_navs li a:link {
        color: #5b5b5b; }
      #g_navs li a:visited {
        color: #5b5b5b; }
      #g_navs li a:hover {
        color: #5b5b5b; }
      #g_navs li a:active {
        color: #5b5b5b; }
    #g_navs li a {
      display: block;
      padding: 0 30px;
      border-right: 1px solid #5b5b5b; }
      #g_navs li a:hover {
        text-decoration: none;
        background-color: #eee; }
    #g_navs li:first-child a {
      border-left: 1px solid #5b5b5b; }
  #g_navs.flexBox {
    -webkit-justify-content: center;
    justify-content: center; }

.header_wrap {
  background-color: #007e62;
  color: #fff; }
  .header_wrap a {
    color: #fff; }
    .header_wrap a:link {
      color: #fff; }
    .header_wrap a:visited {
      color: #fff; }
    .header_wrap a:hover {
      color: #fff; }
    .header_wrap a:active {
      color: #fff; }
  .header_wrap a:hover {
    text-decoration: none; }
  .header_wrap .flexBox {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }

/* ===================
フッター
===================*/
#tel_contact {
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
  background-color: #c0eadf;
  color: #2ea683; }
  #tel_contact dd {
    font-size: 2.1rem; }
  #tel_contact dt + dd {
    font-size: 4.8rem;
    font-weight: bold;
    padding: 0 30px; }

#bnr_contact {
  margin-top: 20px;
  display: block;
  background-color: #f8b651;
  text-align: center;
  line-height: 70px;
  font-size: 1.8rem;
  font-weight: bold; }
  #bnr_contact:hover {
    opacity: 0.7;
    text-decoration: none; }

footer {
  margin-top: 70px;
  padding: 25px 0px;
  background-color: #007e62;
  color: #fff;
  line-height: 1; }
  footer a {
    color: #fff; }
    footer a:link {
      color: #fff; }
    footer a:visited {
      color: #fff; }
    footer a:hover {
      color: #fff; }
    footer a:active {
      color: #fff; }
  footer a:hover {
    text-decoration: none; }
  footer #f_navs li a {
    display: block;
    padding: 0 15px;
    border-right: 1px solid #fff; }
    footer #f_navs li a:hover {
      text-decoration: underline; }
  footer #f_navs li:first-child a {
    border-left: 1px solid #fff; }
  footer #to_top {
    position: absolute;
    top: -108px;
    right: 10px; }
  footer #f_main {
    margin-top: 25px;
    border-top: 1px solid #000; }
    footer #f_main .wrapper {
      position: relative;
      padding: 15px 10px; }
    footer #f_main .flexBox {
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
    footer #f_main h1 {
      margin-bottom: 10px; }

.adminTable, .plainTable, .minimumTable {
  margin: 10px 0 24px 0;
  padding: 0;
  border-collapse: collapse;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
  border-right: 0;
  border-left: 0;
  font-size: 14px; }
  .adminTable th, .plainTable th, .minimumTable th {
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 0;
    border-left: 0;
    background-color: #a1906c;
    color: white; }
  .adminTable td, .plainTable td, .minimumTable td {
    background-color: #fff;
    padding: 3px 3px 3px 5px;
    line-height: 1.2;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 0;
    border-left: 0; }

.plainTable, .minimumTable {
  margin: 0;
  padding: 0;
  border: none; }

.minimumTable td {
  padding: 0 0 0 2px;
  border-bottom: thin silver solid;
  font-size: 11px;
  line-height: 120%;
  border: none; }

/* INPUT エレメント定義 */
input {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  vertical-align: middle;
  font-size: 12px; }

select {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid silver; }

textarea {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid silver; }

button {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  border: 1px solid silver; }

.cbx14 {
  font-size: 14px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px; }

.cbx12 {
  font-size: 12px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px; }

.cbx10 {
  font-size: 10px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px; }

.select10 {
  font-size: 10px; }

.select11 {
  font-size: 11px; }

.select12 {
  font-size: 12px; }

.select14 {
  font-size: 14px; }

.btn16 {
  font-size: 16px;
  text-align: center;
  padding-top: 1px;
  width: 100px;
  cursor: pointer; }

.btn14 {
  font-size: 14px;
  text-align: center;
  padding-top: 1px;
  width: 100px;
  cursor: pointer; }

.btn12 {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  font-size: 12px;
  text-align: center;
  padding-top: 1px;
  width: 100px;
  vertical-align: middle;
  cursor: pointer; }

.btn11 {
  font-size: 11px;
  margin: 0;
  padding-top: 1px;
  cursor: pointer; }

.btn10 {
  font-size: 10px;
  margin: 0;
  padding-top: 1px;
  cursor: pointer; }

.tbox14 {
  font-size: 14px;
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  vertical-align: middle; }

.tbox12 {
  font-size: 12px;
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  vertical-align: middle; }

.tbox10 {
  font-size: 10px;
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  vertical-align: middle; }

.rad11 {
  font-size: 11px;
  background-color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  height: 20px;
  vertical-align: middle; }

.rad12 {
  font-size: 12px;
  background-color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  height: 20px;
  vertical-align: middle; }

.rad14 {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Tahoma;
  font-size: 14px;
  background-color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  height: 22px;
  vertical-align: middle; }

.tx10 {
  font-size: 10px;
  line-height: 1.5em; }

.tx10red {
  font-size: 10px;
  color: Red; }

.tx12 {
  font-size: 12px;
  line-height: 1.5em; }

.tx14 {
  font-size: 14px;
  line-height: 1.4em; }

.field-validation-error, .validation-error {
  font-size: 1rem;
  padding: 5px;
  color: #fff;
  line-height: 3;
  background-color: red;
  border-radius: 10px;
  text-align: center; }

.input-validation-error {
  border: 1px solid #fd67a4;
  background-color: #fff0f0; }

.w25 {
  width: 25px; }

.w50 {
  width: 50px; }

.w75 {
  width: 75px; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

label.error, p.error {
  color: red; }

input.error {
  border: 1px solid red;
  background-color: #fff0f0; }

#content.home .contentbox_01 {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  #content.home .contentbox_01 dl {
    position: relative;
    margin: 0 10px;
    padding-bottom: 135px;
    border: 1px solid #0046a5; }
  #content.home .contentbox_01 dt, #content.home .contentbox_01 dd {
    padding: 20px; }
  #content.home .contentbox_01 dt {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #0046a5; }
    #content.home .contentbox_01 dt a {
      color: #0046a5; }
      #content.home .contentbox_01 dt a:link {
        color: #0046a5; }
      #content.home .contentbox_01 dt a:visited {
        color: #0046a5; }
      #content.home .contentbox_01 dt a:hover {
        color: #0046a5; }
      #content.home .contentbox_01 dt a:active {
        color: #0046a5; }
    #content.home .contentbox_01 dt:after {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      content: "";
      display: block;
      width: 70%;
      border-top: 4px solid #0046a5; }
  #content.home .contentbox_01 img {
    position: absolute;
    bottom: 0;
    left: 0; }

#content.home .contentbox_02 {
  margin-top: 40px;
  padding: 5px 0;
  background-color: #e6e6e6; }
  #content.home .contentbox_02 .flexBox {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }

#content.home .info_box {
  margin: 10px;
  border-left: 5px solid #2ea683; }
  #content.home .info_box h1 {
    padding: 0 15px;
    color: #2ea683;
    font-size: 1.8rem;
    font-weight: bold; }
  #content.home .info_box h1 + div {
    padding: 0 15px;
    max-height: 185px;
    overflow: auto; }
  #content.home .info_box dl.flexBox {
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  #content.home .info_box dt {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    padding: 3px;
    margin-right: 15px;
    width: 130px;
    border: 2px solid #2ea683;
    background-color: #c0eadf;
    text-align: center;
    color: #2ea683; }
  #content.home .info_box dd {
    margin-top: 5px; }
  #content.home .info_box dd + dd {
    width: 420px; }
  #content.home .info_box time:after {
    content: "▶︎";
    margin: 0 5px; }

#content.home aside {
  background-color: #fff; }
  #content.home aside a {
    display: block;
    margin: 5px; }

#top_catch .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: inherit; }

#top_catch .bx-wrapper .bx-pager {
  background-color: #007e62;
  padding: 10px 0 5px;
  bottom: -25px; }
  #top_catch .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #2ea683; }
    #top_catch .bx-wrapper .bx-pager.bx-default-pager a.active {
      background-color: #000; }

#top_catch .bx-wrapper .bx-viewport {
  box-shadow: none; }

#content.company .contentbox_01 {
  margin: 30px 135px; }

#content.company table {
  margin-bottom: 30px;
  width: 100%;
  line-height: 2; }

#content.company th, #content.company td {
  border-bottom: 1px solid #fff; }

#content.company th {
  width: 150px;
  background-color: #afc4df;
  border-right: 1px solid #fff; }

#content.company td {
  padding: 0 15px;
  background-color: #dbe1e8; }

#content.service .contentbox_01, #content.products .contentbox_01 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 50px; }

#content.service dl, #content.products dl {
  padding: 0 15px;
  margin-bottom: 40px; }

#content.service dt, #content.products dt {
  padding: 15px 0;
  margin-bottom: 15px;
  border: 1px solid #0046a5;
  border-top: 3px solid #0046a5;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #0046a5; }

#content.service dd.flexBox, #content.products dd.flexBox {
  margin-bottom: 15px; }
  #content.service dd.flexBox img, #content.products dd.flexBox img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px; }

#content.service h2, #content.products h2 {
  color: #0046a5;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold; }

#content.service .contentbox_02, #content.products .contentbox_02 {
  position: relative;
  margin: 30px 50px 60px;
  padding: 15px 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center; }
  #content.service .contentbox_02:after, #content.products .contentbox_02:after {
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 10px auto;
    content: url("/images/service/recycle/arrow.png"); }
  #content.service .contentbox_02:last-child:after, #content.products .contentbox_02:last-child:after {
    content: none; }
  #content.service .contentbox_02 .flexBox, #content.products .contentbox_02 .flexBox {
    -webkit-justify-content: center;
    justify-content: center; }
  #content.service .contentbox_02 figcaption, #content.products .contentbox_02 figcaption {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold; }

.kaishu {
  color: #0046a5;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem; }
  .kaishu span {
    font-size: 2.6rem; }

.btn_contact {
  margin-top: 20px;
  display: block;
  background-color: #f8b651;
  text-align: center;
  line-height: 50px;
  font-size: 1.8rem;
  border-radius: 5px; }
  .btn_contact:hover {
    opacity: 0.7;
    text-decoration: none; }

#content.products dt {
  margin-bottom: 20px; }

#content.products dd {
  padding-bottom: 10px;
  background: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background: linear-gradient(to bottom, #fff, #e6e6e6); }

#content.products img {
  margin: 0 30px; }

#content.products ul {
  list-style-type: disc;
  color: blue;
  margin-left: 30px; }

#content.products li {
  font-weight: bold; }

#content.info .title_01 {
  letter-spacing: 2px; }

#content.info .wrapper {
  padding: 0 100px; }

#content.info table {
  margin: 30px 0 100px;
  width: 100%; }

#content.info th, #content.info td {
  border-bottom: 1px solid #ccc;
  padding: 20px 5px; }

#content.info th {
  width: 150px; }

#content.info tr:first-child th, #content.info tr:first-child td {
  border-top: 1px solid #ccc; }

.detail {
  margin-bottom: 100px; }
  .detail dt {
    padding: 0 30px 5px;
    font-size: 1.8rem;
    border-bottom: 2px solid #2ea683; }
  .detail dt, .detail dd {
    margin-bottom: 30px; }
  .detail dd {
    padding: 0 30px; }

#content.privacy .title_01 {
  letter-spacing: 2px; }

#content.privacy .contentbox_01 {
  padding: 0 40px; }

#content.privacy dl {
  margin: 50px 0 100px; }

#content.privacy dt {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }

#content.privacy dd {
  margin-bottom: 30px; }

.contact .title_01 {
  letter-spacing: 2px; }

.contact form {
  margin: 30px auto;
  max-width: 800px; }

.contact .heading {
  margin: 50px 0;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  line-height: 2; }

.contact table {
  width: 100%; }

.contact td, .contact th {
  font-size: 1.6rem;
  padding: 20px 0; }

.contact th {
  text-align-last: justify;
  vertical-align: top;
  width: 150px; }

.contact td {
  padding-left: 50px; }

.contact input, .contact textarea {
  font-size: 1.6rem; }

.contact input[type="text"], .contact textarea {
  padding: 5px;
  width: 540px; }

.contact textarea {
  border-color: #777676; }

.contact .req {
  color: red; }

.contact .note {
  display: inline-block;
  margin-top: 5px;
  color: red; }

.contact #thanks {
  margin-top: 50px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  line-height: 1.5; }

.contact .comment {
  display: block;
  font-size: 1.3rem; }

.contact .images-assigned {
  display: flex;
  margin-bottom: 6px; }
  .contact .images-assigned img {
    display: block;
    max-width: 300px;
    max-height: 300px;
    margin-right: 16px; }
  .contact .images-assigned div h3 {
    font-size: 12px; }
  .contact .images-assigned div button {
    margin-top: 8px;
    padding: 2px 6px; }

.btn_confirm, .btn_send, .btn_entry, .btn_toppage {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 200px;
  line-height: 45px;
  text-align: center;
  font-size: 1.6rem;
  border: none;
  background-color: #777;
  color: #fff; }
  .btn_confirm:link, .btn_send:link, .btn_entry:link, .btn_toppage:link, .btn_confirm:visited, .btn_send:visited, .btn_entry:visited, .btn_toppage:visited, .btn_confirm:active, .btn_send:active, .btn_entry:active, .btn_toppage:active, .btn_confirm:hover, .btn_send:hover, .btn_entry:hover, .btn_toppage:hover {
    color: #fff; }
  .btn_confirm:hover, .btn_send:hover, .btn_entry:hover, .btn_toppage:hover {
    opacity: 0.7;
    text-decoration: none; }
  .btn_confirm.disabled, .disabled.btn_send, .disabled.btn_entry, .disabled.btn_toppage {
    opacity: 0.3; }
    .btn_confirm.disabled:hover, .disabled.btn_send:hover, .disabled.btn_entry:hover, .disabled.btn_toppage:hover {
      text-decoration: none;
      cursor: default; }
