@charset "utf-8";

* { box-sizing: border-box; }

body {
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a { text-decoration: none; }

a:hover { opacity: 0.7; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  width: 1300px;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ヘッダー */
.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header_top {
  padding: 40px 15px 0 24px;
  position: relative;
  height: 94px;
}

.header_logo {
  float: left;
}

.header_text {
  font-size: 14px;
  margin-left: 32px;
}

.header_tel {
  float: right;
  font-size: 11px;
}

.header_tel img {
  margin-bottom: 5px;
}

.header_contact {
  position: absolute;
  right: 20px;
  top: 0;
}

.header_menu {
  clear: both;
  background-color: #EAEAEA;
  padding: 9px 0;
  height: 45px;
}

.header_menu ul {
  margin: 0 auto;
  width: 1000px;
}

.header_menu ul li {
  float: left;
  color: #fff;
  font-size: 15px;
  position: relative;
  text-align: center;
  width: 20%;
}

.header_menu ul li::before {
  content: '';
  background-color: #036EB3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.header_menu ul li:last-child::after {
  content: '';
  background-color: #036EB3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.header_menu ul li a {
  display: block;
  color: #000;
}

.header_menu ul li img {
  vertical-align: middle;
}

/* フッター */
.footer {
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.footer_top {
  background: url("../images/footer_bg.png") center 0 no-repeat;
  color: #fff;
  padding: 120px 150px 50px;

}

.footer_left {
  float: left;
}

.footer_map iframe {
  border: 2px solid #fff !important;
}

.footer_right {
  float: right;
  width: 630px;
}

.footer_logo {
  margin-bottom: 24px;
}

.footer_address {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer_tel {
  float: left;
  font-size: 18px;
}

.footer_tel img {
  margin-bottom: 6px;
}

.footer_contact {
  float: right;
}

.footer_copy {
  background-color: #EAEAEA;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

/* 共通 */
.main {
  padding-top: 139px;
}

.sub .main .container {
  width: 1000px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  padding:  12px 6px 12px 0;
}

.breadcrumb ul li a {
  color:  #000;
  padding-right: 6px;
}

.sub .page_headline {
  margin-bottom: 24px;
}

/* トップページ */
.main_image {
  text-align: center;
}

.top_banner {
  margin: 65px auto 100px;
  width: 1000px;
}

.top_banner ul li:first-child {
  float: left;
}

.top_banner ul li:last-child {
  float: right;
}

.top_area {
  margin: 0 auto 40px;
  width: 1000px;
}

.top_area h2 {
  border-bottom: 1px solid #0088D2;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.top_area h2 span {
  color: #0088D2;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}

.top_area_map {
  padding-left: 20px;
}

/* 業務内容 */
.works_lead {
  font-size: 14px;
  margin-bottom: 60px;
}

.works_about_box {
  border: 1px solid #222;
  float: left;
  margin-bottom: 60px;
  margin-right:  75px;
  padding: 20px 24px;
  width: 460px;
}

.works_about_box:nth-child(even) {
  margin-right: 0;
}

.works_about_box h3 {
  border-bottom: 3px solid #F09400;
  font-size: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.works_about_text {
  line-height: 2;
  margin-bottom: 18px;
}

.works_about_button {
  margin-top: 24px;
  text-align: right;
}

.works_about_button a {
  background: #F09400 url("../images/white_arrow.png") right 10px center no-repeat;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding-left: 18px;
  text-align: left;
  height: 50px;
  width: 164px;
}

.works_about_box:nth-child(3) h3 {
  border-color: #E55514;
}
.works_about_box:nth-child(3) .works_about_button a {
  background-color: #E55514;
}

.works_about_box:nth-child(4) h3 {
  border-color: #0088D2;
}
.works_about_box:nth-child(4) .works_about_button a {
  background-color: #0088D2;
}

/* 施工事例 */
.case_left {
  float: left;
  margin-left: -150px;
  width: 214px;
}
.case_left.fixed {
  position: fixed;
  top: 149px;
}

.case_left ul li {
  margin-bottom: 2px;
}

.case_left ul li a {
  background: #F09400 url("../images/white_arrow.png") right 10px center no-repeat;
  color: #fff;
  display: block;
  line-height: 56px;
  padding-left: 15px;
  height: 56px;
  
}

.case_left ul li:nth-child(3) a {
  background-color: #E55514;
}
.case_left ul li:nth-child(4) a {
  background-color: #0088D2;
}

.case_right {
  float: right;
  width: 900px;
}

.case_right h3 {
  border-top: 5px solid #F09400;
  border-bottom: 1px dashed #848484;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px 12px 12px;
}

.case_right h3#replace {
  border-top-color: #E55514;
}
.case_right h3#cleaning {
  border-top-color: #0088D2;
}

.case_box {
  background: url("../images/case/case_bg.jpg") 0 0 repeat;
  margin-bottom: 80px;
  padding: 40px 0 25px;
}

.case_box:first-child {
  padding-top: 20px;
}

.case_box h4 {
  display:  inline-block;
  background-color: #F09400;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 5px 20px 5px 40px;
  min-width: 192px;
}

.case_box h4:nth-child(n+2) {
  margin-top: 25px;
}

.case_content {
  padding: 0 40px;
}

.case_content_text {
  float: right;
  width: 275px;
}

.case_content_images {
  float: left;
  width: 495px;
}

.case_content_images p {
  margin-bottom: 20px;
}

/* 会社概要 */
.company h3 {
  border-top: 5px solid #172A83;
  border-bottom: 1px dashed #848484;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 18px 15px 15px;
}

.company_message {
  margin-bottom: 80px;
}

.company_message_president {
  float: left;
  margin-top: -20px;
  margin-right: 70px;
  text-align: center;
}

.company_message_president_name {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

.company_message_president_name span {
  font-size: 16px;
}

.company_message_text {
  float: right;
  font-size: 14px;
}

.company_message_text p {
  line-height: 2;
  margin-bottom: 2em;
}

.company_about {
  margin-bottom: 100px;
  width: 100%;
}

.company_about tr th {
  background-color: #BDE4FF;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  width: 150px;
}

.company_about tr td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 14px;
  padding: 10px 20px;
}

.company_about tr:first-child th,
.company_about tr:first-child td {
  border-top: 1px solid #000;
}

.company_about tr th:nth-child(3) {
  width: 70px;
}

/* お問い合わせ */
.contact h3 {
  border-top: 5px solid #172A83;
  border-bottom: 1px dashed #848484;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 18px 15px 15px;
}

.contact_information {
  margin-bottom: 110px;
  padding: 20px 70px 0;
}

.contact_information_tel {
  float: left;
  font-size: 18px;
  margin-right: 140px;
}

.contact_information_tel img {
  margin-bottom: 10px;
}

.contact_information_fax {
  float: left;
}

.contact h4 {
  border-left: 7px solid #172A83;
  font-size: 16px;
  margin-bottom: 40px;
  padding-left: 12px;
}

form#mailformpro {
  margin-bottom: 100px;
  padding: 0;
}

.contact_form {
  margin-bottom: 36px;
  width: 100%;
}

.contact_form tr th {
  background-color: #BDE4FF;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 14px;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  width: 210px;
}

.contact_form tr td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 14px;
  padding: 10px 20px;
  vertical-align: middle;
}

.contact_form tr:first-child th,
.contact_form tr:first-child td {
  border-top: 1px solid #000;
}

.contact_form tr th:nth-child(3) {
  width: 105px;
}

.contact_form tr th .require {
  background-color: #E10012;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 5px;
}

.contact_form tr td input[type="text"],
.contact_form tr td input[type="email"],
.contact_form tr td textarea {
  margin: 0;
  padding: 5px;
  max-width: none;
  width: 100% !important;
}

.contact_form_btn {
  text-align: center;
}

.contact_form_btn input[type="submit"] {
  display:  inline-block;
  background: url("../images/contact/confirm_btn.png") center center no-repeat;
  border: none;
  border-radius: 0;
  padding: 0;
  text-indent: -9999px;
  height: 42px;
  width: 107px;
}

.contact_form_btn input[type="submit"]:hover {
  box-shadow: none;
}

.contact_form_complete {
  margin-bottom: 100px;
}


@media print {
}

@media print, screen and (min-width: 769px) {
  .forSp {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .forPc {
    display: none;
  }

  .container {
    width: 100% !important;
  }

  .header_top {
    padding: 20px;
    height: 90px;
  }
  .header_logo {
    width: 200px;
  }
  .header_logo img {
    margin-bottom: 10px;
  }
  .header_text {
    clear: both;
    display: block;
    font-size: 10px;
    margin-left: 0;
  }
  .header_button {
    border: 1px solid #000;
    float: right;
    width: 40px;
  }
  .header_button a:hover { opacity: 1; }

  .header_menu {
    padding: 10px 40px;
    position: absolute;
    top: 90px;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 101;
  }
  .header_menu ul {
    width: 100%;
  }
  .header_menu ul li {
    border-bottom: 1px solid #000;
    float: none;
    padding: 10px;
    text-align: left;
    width: 100%; 
  }
  .header_menu ul li:last-child {
    border-bottom: none;
  }
  .header_menu ul li::before,
  .header_menu ul li::after {
    display: none;
  }

  .footer_top {
    background-size: cover;
    padding: 80px 20px 20px;
    text-align: center;
  }
  .footer_right,
  .footer_left {
    float: none;
    width: 100%;
    
  }
  .footer_logo {
    font-size: 14px;
  }
  .footer_address {
    font-size: 16px;
  }
  .footer_tel {
    float: none;
    font-size: 14px;
    margin:  0 auto 20px;
    max-width: 330px;
  }
  .footer_copy {
    font-size: 11px;
  }

  .main {
    padding-top: 90px;
  }
  .breadcrumb {
    padding: 0 20px;
  }
  .sub .main .container {
    padding: 0 20px;
  }
  .sub .page_headline {
    margin: 0 -20px 24px;
    overflow: hidden;
  }
  .sub .page_headline img {
    height: 120px;
    max-width: none;
  }

  .top_banner {
    margin:  30px 0 50px;
    padding:  0 20px;
    width: 100%;
  }
  .top_banner ul li {
    float: none !important;
    margin-bottom: 20px;
  }
  .top_area {
    padding:  0 20px;
    width: 100%;
  }
  .top_area h2 {
    text-align: center;
  }
  .top_area_map {
    padding: 0;
  }

  .works_lead {
    margin-bottom: 30px;
  }
  .works_about_box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .works_about_button {
    text-align: center;
  }

  .case_left,
  .case_right,
  .case_content_text,
  .case_content_images {
    float: none;
    width: 100%;
  }
  .case_left {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .case_left.fixed {
    position: static;
  }
  .case_left ul li {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
  }
	
.case_left ul li a {
  height: 40px;
	line-height: 40px;
  
}
	
  .case_box {
    margin-bottom: 40px;
  }
  .case_content {
    padding: 0 20px;
  }
  .case_content_text {
    margin-bottom: 10px;
  }

  .company h3 {
    margin-bottom: 20px;
  }
  .company_message {
    margin-bottom: 40px;
  }
  .company_message_president {
    float: none;
    margin: 0 0 20px;
  }
  .company_about {
    margin-bottom: 50px;
  }
  .company_about,
  .company_about tr,
  .company_about tr th,
  .company_about tr td {
    display: block;
  }
  .company_about tr th {
    border: none !important;
    width: 100px !important;
  }
  .company_about tr td {
    border: none !important;
  }

  .contact_information {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .contact_information_tel,
  .contact_information_fax {
    float: none;
    margin: 0 0 20px;
  }
  .contact_information_tel {
    font-size: 14px;
  }
  .contact h4 {
    margin-bottom: 20px;
  }
  form#mailformpro,
  .contact_form_complete {
    margin-bottom: 50px;
  }
  .contact_form,
  .contact_form tr,
  .contact_form tr th,
  .contact_form tr td {
    display: block;
  }
  .contact_form tr th {
    border: none !important;
    width: 200px !important;
  }
  .contact_form tr td {
    border: none !important;
  }
}
