/*********************************************************
link-btn
*********************************************************/
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .link-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link-btn.-mt {
  margin-top: 2em;
}

.link-btn.-justify_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.link-btn__container:not(:first-child) a {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .link-btn__container:not(:first-child) a {
    margin: 30px 0 0;
  }
}

.link-btn__container a {
  background: #B29A74;
  -webkit-box-shadow: 2px 2px 2px #b29a74;
          box-shadow: 2px 2px 2px #b29a74;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

@media (max-width: 768px) {
  .link-btn__container a {
    font-size: 16px;
  }
}

/*********************************************************
staff.html
*********************************************************/
/*-----------------------
message
-----------------------*/
#lower #content #staff .greeting .table .left .text .message span {
  text-decoration: underline;
}

/*********************************************************
contactus.html
*********************************************************/
/*-----------------------
contact-box
-----------------------*/
#contact .contact-box li:first-of-type {
  margin: 0;
}

/*********************************************************
earthing.html
*********************************************************/
/*-----------------------
earth-box
-----------------------*/
#earthing .tac {
  text-align: center;
}

#earthing .youtube {
  margin: 3em 0 2em;
}

#earthing .about {
  margin: 0;
}

#earthing .about .border {
  border: 1px solid #505050;
}

#earthing .about .mt05em {
  margin-top: 0.5em;
}

#earthing .about .mt1em {
  margin-top: 1em;
}

#earthing .about .mt2em {
  margin-top: 2em;
}

#earthing .about .mt3em {
  margin-top: 3em;
}

#earthing .about .mt4em {
  margin-top: 4em;
}

#earthing .about .mt5em {
  margin-top: 5em;
}

#earthing .about .p5 {
  padding: 5px;
}

#earthing .about .p10 {
  padding: 10px;
}

#earthing .about .p15 {
  padding: 15px;
}

#earthing .about .ud-wavy {
  border-bottom: none;
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
}

#earthing .about .fc-red {
  color: red;
}

#earthing .about .fc-white {
  color: #fff;
}

#earthing .about .fz-large {
  font-size: 110%;
}

#earthing .about .fz-xlarge {
  font-size: 120%;
}

#earthing .about .fz-xxlarge {
  font-size: 130%;
}

#earthing .about .fz-small {
  font-size: 90%;
}

#earthing .about .fz-xsmall {
  font-size: 80%;
}

#earthing .about .fwb {
  font-weight: bold;
}

#earthing .about .bgg {
  background: #d0eae9;
}

#earthing .about .bgw {
  background: #fff !important;
}

#earthing .about .ud {
  text-decoration: underline;
}

#earthing .about .ud-wavy {
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
}

#earthing .about .bxs {
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
}

#earthing .about .posr {
  position: relative;
}

#earthing .about .dib {
  display: inline-block;
}

#earthing .about img {
  display: inline;
  margin: 0;
  max-width: 400px;
  width: 100%;
}

#earthing .about span {
  border-bottom: none;
}

#earthing .about .earth-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#earthing .about .earth-book img {
  width: 48%;
}

#earthing .about .earth-book img:first-child {
  margin-right: 15px;
}

#earthing .about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#earthing .about .flex.-mt {
  margin-top: 20px;
}

#earthing .about .flex.-items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#earthing .about .flex.-justify_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 769px) {
  #earthing .about .flex.-pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  #earthing .about .flex.-tab_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #earthing .about .flex.-sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#earthing .about .flex__container {
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

#earthing .about .flex__container.-bxs {
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
}

#earthing .about .flex__container.-bxs_orange {
  -webkit-box-shadow: 0 0 3px orange;
          box-shadow: 0 0 3px orange;
}

#earthing .about .flex__container.-posr {
  position: relative;
}

#earthing .about .flex__container.-w70 {
  width: 70%;
}

#earthing .about .flex__container.-w50 {
  width: 48%;
}

#earthing .about .flex__container.-w30 {
  width: 30%;
}

#earthing .about .flex__container img {
  margin: 0;
}

@media (min-width: 769px) {
  #earthing .about .flex__container.-pc_w80 {
    width: 78%;
  }
  #earthing .about .flex__container.-pc_w70 {
    width: 68%;
  }
  #earthing .about .flex__container.-pc_w50 {
    width: 48%;
  }
  #earthing .about .flex__container.-pc_w30 {
    width: 28%;
  }
  #earthing .about .flex__container.-pc_w20 {
    width: 18%;
  }
}

@media (min-width: 481px) {
  #earthing .about .flex__container.-tab_w80 {
    width: 78%;
  }
  #earthing .about .flex__container.-tab_w70 {
    width: 68%;
  }
  #earthing .about .flex__container.-tab_w50 {
    width: 48%;
  }
  #earthing .about .flex__container.-tab_w30 {
    width: 28%;
  }
  #earthing .about .flex__container.-tab_w20 {
    width: 18%;
  }
}

@media (max-width: 768px) {
  #earthing .about .-tab_column .earth-box__container {
    margin: .5em 0;
  }
}

#earthing .about .flex__txt {
  line-height: 1.5;
  margin: 0;
}

#earthing .about .newsweek-num {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 100px;
  height: 100px;
  z-index: 2;
}

#earthing .about .newsweek-country {
  color: orange;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
  -webkit-text-decoration: underline orange;
          text-decoration: underline orange;
}

#earthing .mcpc.-bg_gray {
  background: #ccc;
}

#earthing .mcpc.-bg_br {
  background: #fff3eb;
}

#earthing .mcpc.-bgi_dot {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#earthing .mcpc.-bgi_dot::before {
  background-image: url(image.php?id=145);
  content: "";
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#earthing .mcpc.-border_br {
  border: 5px solid #AB6A37;
}

#earthing .mcpc.-border_double_orange {
  border: 5px double orange;
}

#earthing .mcpc.-gradient_orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc966), to(#cc8400));
  background-image: linear-gradient(to bottom, #ffc966, #cc8400);
}

#earthing .mcpc.-gradient_blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a3fe), to(#0c0cfc));
  background-image: linear-gradient(to bottom, #a3a3fe, #0c0cfc);
}

#earthing .mcpc div {
  background: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

#earthing .mcpc .earth-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#earthing .mcpc .earth-box__flex.-mt {
  margin-top: 20px;
}

#earthing .mcpc .earth-box__flex.-items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#earthing .mcpc .earth-box__flex.-justify_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 769px) {
  #earthing .mcpc .earth-box__flex.-pc_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  #earthing .mcpc .earth-box__flex.-tab_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #earthing .mcpc .earth-box__flex.-sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#earthing .mcpc .earth-box__container {
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

#earthing .mcpc .earth-box__container.-bxs {
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
}

#earthing .mcpc .earth-box__container.-bxs_orange {
  -webkit-box-shadow: 0 0 3px orange;
          box-shadow: 0 0 3px orange;
}

#earthing .mcpc .earth-box__container.-posr {
  position: relative;
}

#earthing .mcpc .earth-box__container.-w80 {
  width: 78%;
}

#earthing .mcpc .earth-box__container.-w70 {
  width: 68%;
}

#earthing .mcpc .earth-box__container.-w50 {
  width: 48%;
}

#earthing .mcpc .earth-box__container.-w30 {
  width: 28%;
}

#earthing .mcpc .earth-box__container.-w20 {
  width: 18%;
}

#earthing .mcpc .earth-box__container img {
  margin: 0;
}

@media (min-width: 769px) {
  #earthing .mcpc .earth-box__container.-bra, #earthing .mcpc .earth-box__container.-night {
    margin-top: 50px;
  }
}

@media (min-width: 769px) {
  #earthing .mcpc .earth-box__container.-pc_w80 {
    width: 78%;
  }
  #earthing .mcpc .earth-box__container.-pc_w70 {
    width: 68%;
  }
  #earthing .mcpc .earth-box__container.-pc_w50 {
    width: 48%;
  }
  #earthing .mcpc .earth-box__container.-pc_w30 {
    width: 28%;
  }
  #earthing .mcpc .earth-box__container.-pc_w20 {
    width: 18%;
  }
}

@media (min-width: 481px) {
  #earthing .mcpc .earth-box__container.-tab_w80 {
    width: 78%;
  }
  #earthing .mcpc .earth-box__container.-tab_w70 {
    width: 68%;
  }
  #earthing .mcpc .earth-box__container.-tab_w50 {
    width: 48%;
  }
  #earthing .mcpc .earth-box__container.-tab_w30 {
    width: 28%;
  }
  #earthing .mcpc .earth-box__container.-tab_w20 {
    width: 18%;
  }
}

#earthing .mcpc .earth-box__txt {
  line-height: 1.5;
  margin: 0;
}

#earthing .mcpc .earth-box__txt.-mt05em {
  margin-top: 0.5em;
}

#earthing .mcpc .earth-box__txt.-mt1em {
  margin-top: 1em;
}

#earthing .earth-box__list.-disc li {
  list-style: disc;
  margin-left: 1em !important;
}

#earthing .earth-box__list li {
  font-size: 16px;
}

.earth-ilst-num dt {
  font-weight: bold;
}

.earth-ilst-num dt:not(:first-child) {
  margin-top: 1em;
}

.earth-ilst-num dd {
  line-height: 1.5;
  margin: 0.5em 0 0 2em;
}

.earth-clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  .earth-clean {
    display: block;
  }
}

.earth-clean__container {
  width: 48.5%;
}

@media (max-width: 768px) {
  .earth-clean__container {
    width: 100%;
  }
  .earth-clean__container:last-child {
    margin-top: 2em;
  }
}

.earth-clean__youtube {
  margin-top: 30px;
  padding-bottom: 60%;
  position: relative;
}

.earth-clean__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.earth-clean__txt {
  background: #fff;
  border: 1px solid #333;
  font-size: 18px;
  padding: 15px;
}

.earth-clean__ttl {
  border-bottom: 1px solid #333;
  font-weight: bold;
  display: inline-block;
}

.tar {
  text-align: right;
}