@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}
/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}


/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 850px;
  line-height: 1.231;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

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

ul {
  list-style: none;
}

small {
  font-size: 85%;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: 65%;
}
sub {
  vertical-align: bottom;
  font-size: 65%;
}

/* -------------------------------------
	汎用クラス
------------------------------------- */
.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.back a {
  position: relative;
  padding-left: 20px;
}

.back a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  box-sizing: border-box;
  padding-left: 5px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-right: 6px solid #666;
}

/* -------------------------------------
	全体
------------------------------------- */
#page {
  overflow: hidden;
}

.inner {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] {
  padding: 10px 0 15px;
  background: -moz-linear-gradient(top, rgba(95, 6, 169, 0.64) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(95, 6, 169, 0.64) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(95, 6, 169, 0.64) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(95, 6, 169, 0.64)', endColorstr='#cc0e0e0e',GradientType=0 );
}

#page header[role="banner"].top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: rgba(35, 2, 61, 0.59);
}

#page header[role="banner"] .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .headerLeft {
  float: left;
  width: 350px;
  padding-top: 30px;
}

#page header[role="banner"] .headerLeft h1 {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

#page header[role="banner"] .headerLeft h1 a {
  color: #fff;
  text-decoration: none;
}

#page header[role="banner"] .headerRight {
  float: right;
  margin: 0;
  text-align: right;
}

#page header[role="banner"] .headerRight dl {
  margin: 0 0 5px;
  font-family: Georgia, Sans;
  font-size: 26px;
  color: #fff;
}

#page header[role="banner"] .headerRight dl dt {
  display: inline;
}

#page header[role="banner"] .headerRight dl dd {
  display: inline;
}

#page header[role="banner"] nav {
  float: right;
}

#page header[role="banner"] nav ul {
  background: rgba(0, 0, 0, 0.3);
}

#page header[role="banner"] nav ul:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] nav ul li {
  float: left;
  font-size: 14px;
}

#page header[role="banner"] nav ul li a {
  display: block;
  padding: 12px 35px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.5s linear;
}

#page header[role="banner"] nav ul li a:link {
  color: white;
}

#page header[role="banner"] nav ul li a.state-active,
#page header[role="banner"] nav ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: #fff;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  position: relative;
/*  margin-top: 80px;*/
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.8),rgba(95, 6, 169, 0.639216)) rgba(0,0,0,0);
  color: white;
}

#page main {
  margin-bottom: 80px;
}

#page footer[role="contentinfo"] .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page footer[role="contentinfo"] a {
  color: white;
}

#page footer[role="contentinfo"] .copyright {
  clear: both;
  text-align: center;
}

/* -------------------------------------
	メインビジュアル
------------------------------------- */
#mainvisual {
  margin: 0 auto 1px;
  position: relative;
}

#mainvisual img + img {
  display: none;
}

#mainvisual > div[id] {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  #mainvisual > div[id]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 250px;
    height: 100%;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  #mainvisual > div[id]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 250px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
}

#mainvisual .eye h2 {
  position: absolute;
  top: 190px;
  width: 100%;
  color: white;
  font-size: 32px;
  text-shadow: 1px 1px 0 #000;
  line-height: 1.6;
}

#mainvisual .eye h2 .inner {
  padding: 0 20px;
  width: 810px;
}

#mainvisual .eye .text {
  position: absolute;
  bottom: 0;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  font-size: 18px;
font-weight:bold;
  text-shadow: 1px 1px 1px #fff;
  line-height: 1.6;
}

#mainvisual .eye .text .inner {
  padding: 0 20px;
  width: 810px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
#contents {
  line-height: 1.8;
}

#contents section {
  margin-bottom: 60px;
}

#contents section p, #contents section ul, #contents section ol, #contents section dl, #contents section table {
  color: #444;
}

#contents .area-news h2 {
  font-size: 24px;
}

#contents .area-news ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

#contents .area-news ul li:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-news ul li span {
  display: block;
}

#contents .area-news ul li span.time {
  float: left;
  width: 9em;
  margin-right: 10px;
}

#contents .area-news ul li span.text {
  overflow: hidden;
}

#contents .area-about {
  margin: 1px 0 60px;
  height: 623px;
  background: url('img/1_D009_0_140887.jpg') no-repeat center;
  background-size: 1280px; 800px;
  background-color: #fff;
background-position:50% 50%;
}

#contents .area-about .inner {
  position: relative;
  padding: 40px 0;
}

@media only screen and (min-width: 1280px) {
  #contents .area-about .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -215px;
    width: 250px;
    height: 100%;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  #contents .area-about .inner:after {
    content: "";
    position: absolute;
    top: 0;
    right: -215px;
    width: 250px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
}

#contents .area-about h2 {
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(56, 9, 95, 0.64);
  color: white;
  width: 180px;
  height: 180px;
  font-size: 22px;
  text-align: center;
vertical-align: middle;
}

#contents .area-about h2 font {
  display: table-cell;
  width: 180px;
  height: 180px;
  vertical-align: middle;
}

#contents .area-about .about-item {
  margin: 0 0 1px 181px;
}

#contents .area-about .about-item .title {
  display: table-cell;
  vertical-align: middle;
  background: rgba(56, 9, 95, 0.64);
  color: white;
  width: 180px;
  height: 180px;
  font-size: 22px;
  text-align: center;
}

#contents .area-about .about-item .title h3 {
  display: table-cell;
  width: 180px;
  height: 180px;
  vertical-align: middle;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 3px;
}

#contents .area-about .about-item .title h3 .no {
  display: block;
  margin-bottom: 15px;
  font-size: 82px;
  font-family: Georgia, Sans;
  font-style: italic;
}

#contents .area-about .about-item .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 20px;
font-size:15px;
text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

#contents .area-message:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-message .image {
  float: right;
  margin-left: 30px;
}

#contents .area-message .text {
  overflow: hidden;
}

#contents .area-message h2 {
  margin-bottom: 15px;
  font-size: 24px;
}

#contents .area-message p {
  margin-bottom: 10px;
  font-size: 16px;
}

/* -------------------------------------
	メインコンテンツ
------------------------------------- */
#contents article {
  padding-top: 30px;
}

#contents article > header {
  margin-bottom: 60px;
}

#contents article > header h1 {
  margin-bottom: 10px;
  font-size: 34px;
  letter-spacing: 0.1em;
}

#contents article > header .lead {
  font-size: 16px;
  color: #444;
}

#contents article > header p + p {
  margin-top: 10px;
}

#contents article .article-body {
  font-size: 16px;
}

#contents article .article-body h2 {
  margin: 50px 0 10px;
  font-size: 28px;
}

#contents article .article-body p, #contents article .article-body ul, #contents article .article-body ol, #contents article .article-body table {
  margin-bottom: 15px;
  color: #444;
}

#contents article .article-body .big {
  margin-bottom: 0;
  font-size: 250%;
}

#contents article .article-body .imgCol2:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .imgCol2 li {
  float: left;
  width: 415px;
  margin-bottom: 30px;
}

#contents article .article-body .imgCol2 li:nth-child(even) {
  float: right;
}

#contents article .article-body .imgCol2 li span {
  display: block;
  padding-top: 5px;
}

#contents article .article-body .imgList li {
  margin-bottom: 15px;
}

#contents article .article-body .imgList li .text {
  padding-top: 5px;
  display: block;
}

#contents article .article-body table {
  width: 100%;
}

#contents article .article-body table th {
  width: 15%;
  padding: 13px 0;
  text-align: left;
  border-bottom: 1px solid #aaa;
}

#contents article .article-body table th span {
  display: inline-block;
  font-weight: bold;
/*  font-size: 14px;*/
  line-height: 1.4;
}

#contents article .article-body table th font.required {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  background: #c71002;
  border-radius: 3px;
  color: white;
  /*vertical-align: 0.2em;*/
  /*font-weight: normal;*/
  font-size: 11px;
  line-height: 1.4;
}

#contents article .article-body table td {
  padding: 13px 0;
  border-bottom: 1px solid #aaa;
}

#contents article .article-body table.formTable {
  margin-bottom: 40px;
}

#contents article .article-body table.formTable th {
  width: 24%;
  padding-right: 15px;
  vertical-align: top;
  border-bottom: 0;
}

#contents article .article-body table.formTable td {
  border-bottom: 0;
}

#contents article .article-body table.formTable td input[type="text"] {
  width: 55%;
  height: 36px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #999;
  font-size: 16px;
}

#contents article .article-body table.formTable td input[type="text"].zipcode {
  width: 110px;
}

#contents article .article-body table.formTable td textarea {
  box-sizing: border-box;
  width: 100%;
  height: 132px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #999;
  font-size: 16px;
}

#contents article .article-body table.formTable td textarea.address {
  height: 100px;
}

#contents article > footer {
  margin-top: 70px;
}

#contents article > footer p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #4e5339;
}

#contents article .btn {
  text-align: center;
}

#contents article .btn input[type="button"],
#contents article .btn a {
  display: inline-block;
  min-width: 40%;
  padding: 25px 45px;
  color: white;
  text-decoration: none;
  background-color: rgba(95, 6, 169, 0.64);
/*
  background: #499bea;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
*/
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
}

#contents article .btn input[type="button"]:hover,
#contents article .btn a:hover {
  cursor: pointer;
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#contents article #GMAP iframe {
  max-width: 100%;
}

/* -------------------------------------
	施工事例
------------------------------------- */
#contents article .case:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .case-item {
  float: left;
  width: 415px;
  margin: 0 0 30px;
}

#contents article .case-item:nth-child(even) {
  float: right;
}

#contents article .case-item:nth-child(2n+1) {
  clear: both;
}

#contents article .case-item font {
  text-decoration: none;
  color: #333;
  line-height: 1.4;
}

#contents article .case-item font img {
  transition: all 0.3s ease-out;
}

#contents article .case-item font:hover img {
  opacity: .8;
}

#contents article .case-item h2 {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 18px;
}

#contents article .case-item h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  box-sizing: border-box;
  padding-left: 5px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-left: 6px solid #666;
}

#contents article .case-item .image {
  margin: 0 auto 10px;
  text-align: center;
}

#contents article .case-item span {
  margin: 0;
}

#contents article .case-item span div {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}

#contents article .case-item span div:after {
  content: " | ";
}

#contents article .case-item span div:last-child:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* 全体
------------------------------------- */
  body {
    min-width: 0;
  }
  .inner {
    width: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* 汎用
------------------------------------- */
  .back a {
    color: #207ce5;
  }

.formTable tbody,.formTable tr {
display:block;
}
  /* ヘッダー
------------------------------------- */
  #page header[role="banner"] {
    padding: 15px 0 1px;
  }
  #page header[role="banner"].top {
    position: static;
    width: auto;
background: rgba(35, 2, 61, 0.59);
  }
  #page header[role="banner"] .headerLeft {
    float: none;
    width: auto;
    padding: 0 0 0 10px;
  }
  #page header[role="banner"] .headerLeft h1 {
    font-size: 20px;
  }
  #page header[role="banner"] .headerRight {
    float: none;
    margin: 0;
    text-align: right;
  }
  #page header[role="banner"] .headerRight dl {
    margin-right: 10px;
    font-size: 18px;
  }
  #page header[role="banner"] .headerRight dl a {
    color: #fff;
  }
  #page header[role="banner"] nav {
    float: none;
  }
  #page header[role="banner"] nav ul {
    display: flex;
  }
  #page header[role="banner"] nav ul li {
    float: none;
    font-size: 12px;
    flex: 1;
    text-align: center;
  }
  #page header[role="banner"] nav ul li a {
    display: block;
    padding: 12px 5px;
  }
  /* フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
/*    margin-top: 40px;*/
    padding: 20px 10px;
  }
#page main {
    margin-bottom: 40px;
}

  #page footer[role="contentinfo"] .copyright small {
    font-size: 11px;
  }
  /* トップページ
------------------------------------- */
  #mainvisual {
    margin: 0 auto 1px;
    position: relative;
  }
  #mainvisual > div[id] {
    margin: 0 auto;
    position: relative;
  }
  #mainvisual .eye {
    padding: 10px;
    background: #efefef;
  }
  #mainvisual .eye h2 {
    position: static;
    width: 100%;
    margin: 0 auto 10px;
    color: #333;
    font-size: 17px;
    text-shadow: none;
  }
  #mainvisual .eye h2 .inner {
    padding: 0;
    width: auto;
  }
  #mainvisual .eye .text {
    position: static;
    margin-bottom: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff;
    line-height: 1.6;
  }
  #mainvisual .eye .text .inner {
    padding: 0;
    width: auto;
  }
  #contents {
    line-height: 1.8;
    padding: 0 10px;
  }
  #contents section {
    margin-bottom: 40px;
  }
  #contents section p, #contents section ul, #contents section ol, #contents section dl, #contents section table {
    color: #444;
  }
  #contents .area-news ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
  }
  #contents .area-news ul li span {
    display: block;
  }
  #contents .area-news ul li span.time {
    float: none;
    width: auto;
    margin-right: 0;
    font-weight: bold;
  }
  #contents .area-news ul li span.text {
    overflow: visible;
  }
  #contents .area-about {
    margin: 0 -10px 40px;
    height: auto;
    background-repeat: repeat;
    background-size: cover;
  }
  #contents .area-about .inner {
    position: relative;
    padding: 0;
  }
  #contents .area-about h2 {
    position: static;
    margin-bottom: 1px;
    width: auto;
    height: auto;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }
  #contents .area-about h2 font {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 0;
    text-align: center;
  }
  #contents .area-about .about-item {
    margin: 0 0 1px;
  }
  #contents .area-about .about-item .title {
    width: 120px;
    height: 120px;
  }
  #contents .area-about .about-item .title h3 {
    width: 120px;
    height: 120px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #contents .area-about .about-item .title h3 .no {
    margin-bottom: 10px;
    font-size: 52px;
  }
  #contents .area-about .about-item .text {
    padding: 10px 15px;
    font-size: 12px;
  }
  #contents .area-message .image {
    float: right;
    margin-left: 15px;
    max-width: 35%;
  }
  #contents .area-message .text {
    overflow: visible;
  }
  #contents .area-message h2 {
    margin-bottom: 15px;
  }
  #contents .area-message p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  /* メインコンテンツ
------------------------------------- */
  #contents article {
    padding-top: 30px;
  }
  #contents article > header {
    margin-bottom: 40px;
  }
  #contents article > header h1 {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  #contents article > header .lead {
    font-size: 14px;
    color: #444;
  }
  #contents article .article-body {
    font-size: 14px;
  }
  #contents article .article-body h2 {
    margin: 50px 0 10px;
    font-size: 28px;
  }
  #contents article .article-body p, #contents article .article-body ul, #contents article .article-body ol, #contents article .article-body table {
    margin-bottom: 15px;
    color: #444;
  }
  #contents article .article-body .big {
    margin-bottom: 0;
    font-size: 250%;
  }
  #contents article .article-body .imgCol2 li {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  #contents article .article-body .imgCol2 li:nth-child(even) {
    float: none;
  }
  #contents article .article-body .imgList li {
    margin-bottom: 15px;
  }
  #contents article .article-body .imgList li .text {
    padding-top: 5px;
    display: block;
  }
  #contents article .article-body table {
    display: block;
    width: auto;
  }
  #contents article .article-body table th {
    display: block;
    width: auto;
    padding: 0 0 3px;
    border: 0;
  }
  #contents article .article-body table td {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 10px;
  }
  #contents article .article-body table.formTable {
    margin-bottom: 0;
  }
  #contents article .article-body table.formTable th {
    width: auto;
    padding-right: 0;
  }
  #contents article .article-body table.formTable td {
    border-bottom: 0;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }
  #contents article > footer {
    margin-top: 40px;
  }
  #contents article > footer p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #contents article .btn {
    text-align: center;
  }
  #contents article .btn input[type="button"],
  #contents article .btn a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 25px 10px;
    font-size: 18px;
    -webkit-appearance: none;
  }
  /* 施工事例
------------------------------------- */
  #contents article .case-item {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  #contents article .case-item:nth-child(even) {
    float: none;
  }
  #contents article .case-item:nth-child(2n+1) {
    clear: both;
  }
  #contents article .case-item font {
    text-decoration: none;
    color: #333;
    line-height: 1.4;
  }
  #contents article .case-item font img {
    transition: all 0.3s ease-out;
  }
  #contents article .case-item font:hover img {
    opacity: .8;
  }
  #contents article .case-item h2 {
    position: relative;
    margin: 0;
    padding-left: 15px;
    font-size: 18px;
  }
  #contents article .case-item .image {
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents article .case-item ul {
    margin: 0;
  }
  #contents article .case-item ul li {
    display: inline-block;
    margin: 0;
    font-size: 12px;
  }
  #contents article .case-item ul li:after {
    content: " | ";
  }
  #contents article .case-item ul li:last-child:after {
    display: none;
  }
}
