﻿@charset "utf-8";
/*============================
parts
============================*/
.tableType1 {
  width: 100%;
  border-top: solid #ded9c1 1px;
  border-left: solid #ded9c1 1px;
}
.tableType1 th,
.tableType1 td {
  background: #fff;
  border-right: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
  font-size: 12px;
  vertical-align: top;
}
.tableType1 th {
  padding: 8px 0;
  background: #c7bd8c;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.tableType1 td {
  padding: 8px 18px;
}
.tableType1 tr:nth-of-type(odd) td {
  background: #f7f6f1;
}

/*============================
#contact
============================*/
#contact {
  width: 960px;
  margin: 0 auto 80px;
  overflow: hidden;
}
#contact .inn .lead {
  font-size: 14px;
}
#contact .inn .fre {
  margin-top: 20px;
}
#contact .inn .block {
  margin-top: 60px;
}
#contact .inn .block .comment {
  margin-bottom: 10px;
}
#contact .inn .block .list {
  margin-bottom: 10px;
}
#contact .inn .block .list li {
  padding: 0 0 5px 10px;
  font-size: 14px;
  text-indent: -10px;
  color: #8bb84a;
}
#contact .inn .block .list li span {
  padding-right: .2em;
  color: #000;
}
#contact .inn .block h5 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
#contact .inn .block .tableType1 {
  margin: 10px 0;
  width: 100%;
  border-top: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
}
#contact .inn .block .tableType1 th,
#contact .inn .block .tableType1 td {
  background: #fff;
  border-right: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
  font-size: 12px;
  vertical-align: middle;
}
#contact .inn .block .tableType1 th {
  padding: 8px 0;
  width: 205px;
  background: #c7bd8c;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
#contact .inn .block .tableType1 td {
  padding: 8px 18px;
}
#contact .inn .block .tableType1 td.add_tel {
  border-right: none;
}
#contact .inn .block .tableType1 td.map {
  padding: 0;
  width: 108px;
  text-align: center;
}
#contact .inn .block .tableType1 tr:nth-of-type(odd) td {
  background: #f7f6f1;
}
#contact .inn #contact_email .frame {
  padding: 10px 0;
  border: solid #c7bd8c 1px;
}
#contact .inn #contact_email .frame p,
#contact .inn #contact_email .frame dl {
  display: inline-block;
  vertical-align: middle;
}
#contact .inn #contact_email .frame dt {
  font-weight: bold;
}
#contact .inn #contact_email .frame p {
  width: 255px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
}
#contact .inn #contact_email .frame dl {
  padding: 10px 0 10px 30px;
  width: 360px;
  border-left: solid #c7bd8c 1px;
  font-size: 12px;
}
#contact .inn #contact_email .frame dl dd {
  margin-top: 5px;
}
#contact .inn #contact_tel .box {
  margin-bottom: 40px;
}
#contact .inn #contact_tel .box h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid #8bb84a 4px;
  font-size: 16px;
  font-weight: bold;
}
#contact .inn #contact_tel .box dl {
  margin: 15px 20px;
  font-size: 14px;
}
#contact .inn #contact_tel .box dl dt {
  padding-left: 14px;
  text-indent: -14px;
}
#contact .inn #contact_tel .box dl dt strong {
  color: #8bb84a;
}
#contact .inn #contact_tel .box dl dd {
  padding-left: 14px;
}
#contact .inn #contact_tel .box dl dd .tel {
  font-size: 16px;
}
#contact .inn #contact_tel .box dl dd .btn {
  margin: 15px 0 0 auto;
  width: 200px;
}
#contact .inn #contact_tel .box dl dd .btn a {
  display: block;
}

/*============================
modal window
============================*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 100;
}

#modal_contents {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  padding: 9px;
  background: #474747;
  border: solid #898989 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 200;
}

#modal_close {
  position: relative;
  margin-top: -3px;
  padding: 12px 12px 8px;
  background: #e6e5e5;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
}
#modal_close a {
  display: block;
  margin-left: auto;
  width: 21px;
  height: 21px;
  background: url(../images/company/modal_close.gif) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*============================
#catalog_form
============================*/
#contact_form .lead {
  font-size: 14px;
}
#contact_form .lead a {
  text-decoration: underline;
}
#contact_form .lead a:hover {
  text-decoration: none;
}
#contact_form .required:after {
  content: '必須';
  background-color: #94c14d;
  padding: 2px 4px;
  margin-left: 4px;
  font-size: 10px;
}
#contact_form .tableType1 {
  margin-top: 30px;
}
#contact_form .tableType1 th {
  padding-left: 30px;
  width: 170px;
  text-align: left;
  font-weight: bold;
}
#contact_form .tableType1 td {
  vertical-align: middle;
}
#contact_form .tableType1 td .wl,
#contact_form .tableType1 td textarea {
  padding: 2px 6px;
  width: 464px;
  height: 24px;
  border: solid #ded9c1 1px;
}
#contact_form .tableType1 td textarea {
  height: 48px;
}
#contact_form .tableType1 td label {
  font-size: 14px;
}
#contact_form .tableType1 td label input {
  margin-right: 6px;
  vertical-align: baseline;
}
#contact_form .tableType1 td .note {
  margin-top: 8px;
  font-size: 12px;
}
#contact_form .tableType1 td ul {
  padding: 4px 0;
  overflow: hidden;
}
#contact_form .tableType1 td ul li {
  float: left;
  width: 50%;
}
#contact_form .btn_group {
  margin-top: 60px;
}
#contact_form .btn_group dt {
  text-align: center;
  font-size: 14px;
}
#contact_form .btn_group dd {
  margin-top: 40px;
}
#contact_form .btn_group dd p {
  display: inline-block;
  vertical-align: top;
}
#contact_form .btn_group dd .first {
  margin-right: 10px;
}

/*============================
支店・営業所案内 className: .map_area
============================*/
.map_area {
  position: relative;
}
.map_area .mt0 {
  margin-top: 0 !important;
}
.map_area .map_area-images {
  position: relative;
}
.map_area .map_area-linkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.map_area .map_area-linkbox.map_area-osaka {
  top: 230px;
  left: 150px;
}
.map_area .map_area-linkbox.map_area-tokyo {
  top: 437px;
  left: 520px;
}
.map_area .map_area-linkbox.map_area-sapporo {
  top: 230px;
  left: 560px;
}
.map_area .map_area-linkbox.map_area-sendai {
  top: 326px;
  left: 560px;
}
.map_area .map_area-linkbox.map_area-kanagawa {
  top: 542px;
  left: 429px;
}
.map_area .map_area-linkbox.map_area-nigata {
  top: 300px;
  left: 310px;
}
.map_area .map_area-linkbox.map_area-nagoya {
  top: 597px;
  left: 278px;
}
.map_area .map_area-linkbox.map_area-takamatsu {
  top: 632px;
  left: 99px;
}
.map_area .map_area-linkbox.map_area-hiroshima {
  top: 401px;
  left: 119px;
}
.map_area .map_area-linkbox.map_area-fukuoka {
  top: 482px;
  left: 20px;
}
.map_area .map_area-linkbox.map_area-okinawa {
  top: 622px;
  left: 569px;
}
.map_area .map_area-lists {
  width: 150px;
}
.map_area .map_area-list {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.map_area .map_area-list:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.map_area .map_area-sp img {
  width: 100%;
  height: auto;
}
.map_area .map_area-bnts {
  position: absolute;
  top: 84px;
  left: 20px;
  overflow: hidden;
}
.map_area .map_area-bnts li {
  width: 225px;
  float: left;
  margin-right: 10px;
}

.btn-arr_down {
  display: block;
  border: 2px dotted #ddd8c0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}
.btn-arr_down span {
  position: relative;
  display: block;
  padding: 5px;
}
.btn-arr_down span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #c7bd8c;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: url(/common/images/arr_beige_down.png) no-repeat 9px 7px;
  padding-left: 5px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
.btn-arr_down:hover {
  color: #fff;
  background: #c7bd8c;
  text-decoration: none;
}
.btn-arr_down:hover span {
  position: relative;
  display: block;
}
.btn-arr_down:hover span:after {
  border-left-color: #fff;
  background: url(/common/images/arr_white_down.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}

/*============================
		SP
============================*/
@media screen and (max-width: 667px) {
  /*============================
  parts
  ============================*/
  .tableType1 {
    border-left: none;
    border-bottom: none !important;
  }

  /*============================
  #contact
  ============================*/
  #contact {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact .inn .lead {
    font-size: 12px;
  }
  #contact .inn .block {
    margin-top: 30px;
  }
  #contact .inn .block .comment {
    margin-bottom: 5px;
  }
  #contact .inn .block .list {
    margin-bottom: 5px;
  }
  #contact .inn .block .list li {
    padding-bottom: 2px;
    font-size: 12px;
  }
  #contact .inn .block h5 {
    margin-top: 10px;
    font-size: 12px;
  }
  #contact .inn .block .tableType1 tr,
  #contact .inn .block .tableType1 th,
  #contact .inn .block .tableType1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #contact .inn .block .tableType1 tr {
    margin-bottom: 10px;
  }
  #contact .inn .block .tableType1 th,
  #contact .inn .block .tableType1 td {
    border-left: solid #ded9c1 1px;
  }
  #contact .inn .block .tableType1 th {
    padding: 4px 0;
  }
  #contact .inn .block .tableType1 td {
    padding: 4px 8px;
  }
  #contact .inn .block .tableType1 td.add_tel {
    border-right: solid #ded9c1 1px;
    border-bottom: none;
  }
  #contact .inn .block .tableType1 td.map {
    padding: 4px 8px;
    width: 100%;
    text-align: left;
  }
  #contact .inn #contact_email .btn-green {
    margin: 0 auto;
  }
  #contact .inn #contact_email .frame {
    padding: 10px;
    border: solid #c7bd8c 1px;
  }
  #contact .inn #contact_email .frame p,
  #contact .inn #contact_email .frame dl {
    display: block;
  }
  #contact .inn #contact_email .frame p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-left: 0;
  }
  #contact .inn #contact_email .frame dl {
    margin-top: 10px;
    padding: 10px 0 5px;
    width: 100%;
    border-top: solid #c7bd8c 1px;
    border-left: none;
  }
  #contact .inn #contact_tel .box {
    margin-bottom: 20px;
  }
  #contact .inn #contact_tel .box h4 {
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: solid #8bb84a 2px;
    font-size: 12px;
  }
  #contact .inn #contact_tel .box dl {
    margin: 10px 10px;
    font-size: 12px;
  }
  #contact .inn #contact_tel .box dl dt {
    padding-left: 8px;
    text-indent: -8px;
  }
  #contact .inn #contact_tel .box dl dd {
    padding-left: 8px;
  }
  #contact .inn #contact_tel .box dl dd .tel {
    font-size: 14px;
  }
  #contact .inn #contact_tel .box dl dd .btn {
    width: 60%;
  }
  #contact .inn #contact_tel .box dl dd .btn img {
    width: 100%;
  }

  /*============================
  modal window
  ============================*/
  #modal_contents {
    left: 5% !important;
    margin: 0 !important;
    padding: 6px;
    width: 90% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #modal_contents iframe {
    width: 100% !important;
  }

  /*============================
  支店・営業所案内 className: .map_area
  ============================*/
  .map_area .map_area-bnts {
    position: static;
  }
  .map_area .map_area-bnts li {
    width: 50%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .map_area .map_area-bnts li:nth-child(odd) {
    padding-right: 5px;
  }
  .map_area .map_area-bnts li:nth-child(even) {
    padding-left: 5px;
  }
  .map_area .map_area-bnts {
    margin-top: 10px;
  }

  .btn-arr_down {
    font-size: .8em;
  }
  .btn-arr_down span {
    padding-right: 45px;
  }

  /*============================
  #right_content
  ============================*/
  #right_content #contact_form .lead {
    font-size: 12px;
  }
  #right_content #contact_form .tableType1 {
    margin-top: 15px;
    border-left: none;
  }
  #right_content #contact_form .tableType1 tr,
  #right_content #contact_form .tableType1 th,
  #right_content #contact_form .tableType1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #right_content #contact_form .tableType1 tr {
    margin-bottom: 10px;
  }
  #right_content #contact_form .tableType1 th,
  #right_content #contact_form .tableType1 th {
    padding: 4px 8px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #right_content #contact_form .tableType1 td {
    border-left: solid #ded9c1 1px;
  }
  #right_content #contact_form .tableType1 td .wl,
  #right_content #contact_form .tableType1 td textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #right_content #contact_form .tableType1 td label {
    font-size: 12px;
  }
  #right_content #contact_form .tableType1 td .note {
    margin-top: 4px;
    font-size: 10px;
  }
  #right_content #contact_form .tableType1 td ul {
    padding: 0;
  }
  #right_content #contact_form .tableType1 td ul li {
    float: none;
    padding: 4px 0;
    width: 100%;
  }
  #right_content #contact_form .btn_group {
    margin-top: 30px;
  }
  #right_content #contact_form .btn_group dt {
    font-size: 12px;
  }
  #right_content #contact_form .btn_group dd {
    margin-top: 20px;
  }
  #right_content #contact_form .btn_group dd p, #right_content #contact_form .btn_group dd input {
    display: block;
    vertical-align: top;
    width: 300px;
    margin: 10px auto;
  }
  #right_content #contact_form .btn_group dd p a, #right_content #contact_form .btn_group dd input a {
    display: block;
  }
  #right_content #contact_form .btn_group dd p a img, #right_content #contact_form .btn_group dd input a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #products h2 img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=contact.css.map */
