@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;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 850px;
  line-height: 1.231;
  background: #fff;
  color: #000;
  font-size: 16px;
  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 {
  margin-top: 80px;
}

.back a {
  position: relative;
  padding-left: 20px;
  color: #0b84e1;
}

.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"] {
  width: 100%;
  padding: 20px 0 0;
  background: #fff;
}
#page header[role="banner"].IndexHD {
  width: 100%;
  padding: 20px 0 5px;
  background: #fff;
}

#page header[role="banner"] .inner {
  margin-bottom: 15px;
}

#page header[role="banner"] .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .headerLeft {
  float: left;
  width: 350px;
  padding-top: 10px;
}

#page header[role="banner"] .headerLeft h1 {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

#page header[role="banner"] .headerLeft h1 a {
  color: #333;
  text-decoration: none;
}

#page header[role="banner"] .headerRight {
  float: right;
  margin: 0;
}

#page header[role="banner"] .headerRight dl {
  margin: 0;
}

#page header[role="banner"] .headerRight dl dt {
  margin-bottom: 3px;
  font-size: 12px;
}

#page header[role="banner"] .headerRight dl dd {
  color: #0b84e1;
  font-size: 24px;
  font-weight: bold;
}

#page header[role="banner"] .headerRight dl dd span.telIcon {
  vertical-align: top;
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: #0b84e1;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* -------------------------------------
	スライドショー
------------------------------------- */
.listbox li {
            display:block;
            float:left;
            width:200px;
            height:350px;
}
.listbox li span {
            display:block;
}
.listbox img {
            width:50%;
}

#bs_controls {
	list-style-type:none;
	list-style-offset:0px;
}
#bs_controls li {
	display:inline;
}
#bs_controls_thum li {
	display:inline;
}
#bs_controls_thum img.current {
	border:solid;
}
#bs_controls_thum img {
	height:80px;
	margin: 3px 3px 0px 0px;
}

/* -------------------------------------
	ナビゲーション
------------------------------------- */
nav {
  margin: 0 auto 48px;
  background: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}

nav ul {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
}

nav ul:after {
  content: "";
  display: block;
  clear: both;
}

nav ul li {
  display: table-cell;
  width: 100%;
  font-size: 16px;
}

nav ul li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  transition: all 0.5s linear;
  color: #333;
  text-align: center;
}

nav ul li a:link {
  color: #333;
}

nav ul li a.state-active,
nav ul li a:hover {
  background: #333333;
  color: white;
  font-weight: bold;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  position: relative;
/*  margin-top: 80px;*/
  padding: 30px 0;
  background: #0b84e1;
  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;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 14px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
#mainvisual {
  margin: 0 auto;
  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 );
  }
}

.eye {
  margin: 0 auto 40px;
}

.eye:after {
  content: "";
  display: block;
  clear: both;
}

.eye .img {
  float: right;
  margin-left: 40px;
}

.eye .text {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.eye .text h2 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

#contents {
  line-height: 1.8;
}

#contents section {
  margin-bottom: 80px;
}

#contents section p, #contents section ul, #contents section ol, #contents section dl, #contents section table {
  color: #444;
}

#contents .area-news h2 {
  margin-bottom: 10px;
  border-left: 4px solid #0b84e1;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

#contents .area-news ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

#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;
}

#contents .area-about h2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

#contents .area-about h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

#contents .area-about h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #0b84e1;
}

#contents .area-about .about-itemWrap:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-about .about-item {
  float: left;
  width: 270px;/*210px;*/
  /*margin: 0 0 0 20px;*/
  height: auto;
  margin: 10px 0 0 20px;
  padding: 30px;
  background: #f7f7f7;
box-sizing:border-box;
}
#contents .area-about .about-item:nth-child(4) {
  float: left;
  width: 270px;/*210px;*/
height:auto;
  margin: 10px 0 0 0;
  padding: 30px;
  background: #f7f7f7;
box-sizing:border-box;
}

#contents .area-about .about-item:first-child {
  margin-left: 0;
}

#contents .area-about .about-item .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
}

#contents .area-about .about-item .title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

#contents .area-about .about-item .title h3 .no {
  display: inline-block;
  margin-right: 5px;
  padding: 0 7px;
  background: #0b84e1;
  color: white;
  text-align: center;
  font-weight: normal;
}

#contents .area-about .about-item .text {
  font-size: 16px;
}

#contents .area-message:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-message .image {
  float: left;
  margin-right: 40px;
}
/*
#contents .area-message .image img {
  border-radius: 50%;
}
*/
#contents .area-message .text {
  overflow: hidden;
}

#contents .area-message h2 {
  margin-bottom: 30px;
  border-left: 4px solid #0b84e1;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

#contents .area-message p {
  margin-bottom: 10px;
  font-size: 15px;
}

/* -------------------------------------
	メインコンテンツ
------------------------------------- */
#contents article > header {
  margin-bottom: 40px;
}

#contents article > header h1 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

#contents article > header h1 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

#contents article > header h1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #0b84e1;
}

#contents article > header .lead {
  font-size: 16px;
}

#contents article > header p + p {
  margin-top: 10px;
}

#contents article .article-body {
  font-size: 16px;
}

#contents article .article-body h2 {
  margin: 50px 0 15px;
  border-left: 4px solid #0b84e1;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

#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 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background: #f3f8fc;
  text-align: center;
font-weight: bold;
font-size: 16px;
}

#contents article .article-body table th span {
  display: inline-block;
  font-weight: bold;
/*  font-size: 16px;*/
  line-height: 1.4;
}

#contents article .article-body table th font.required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 5px;
  background: #e11818;
  color: white;
  vertical-align: 0.2em;
font-size: 11px;
}

#contents article .article-body table td {
  padding: 13px 15px;
  border-bottom: 1px solid #ccc;
}

#contents article .article-body table.formTable {
  margin-bottom: 40px;
}

#contents article .article-body table.formTable th {
  width: 24%;
  padding-right: 15px;
  padding-left: 0;
  vertical-align: top;
  background: none;
  border-bottom: 0;
  text-align: left;
}

#contents article .article-body table.formTable td {
  border-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

#contents article .article-body table.formTable td input[type="text"] {
  width: 55%;
  height: 32px;
  padding: 5px;
  border: 1px solid #ccc;
  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 #ccc;
  font-size: 16px;
}

#contents article .article-body table.formTable td textarea.address {
  height: 100px;
}

#contents article > footer {
  margin-top: 50px;
  padding-top: 70px;
  border-top: 1px dotted #333;
}

#contents article > footer p {
  margin-bottom: 20px;
  font-size: 16px;
}

#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: #333;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 3px double 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 {
  margin-left: -20px;
}

#contents article .case img {
  width: 250px;
  height:auto;
}


#contents article .case:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .case-item {
  float: left;
  width: 268px;
  margin: 0 0 30px 20px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
}

#contents article .case-item:nth-child(3n+1) {
  clear: both;
}

#contents article .case-item:hover {
  border-color: #0b84e1;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
}

#contents article .case-item font {
  display: block;
  padding: 9px;
  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 {
  color: #000;
}

#contents article .case-item font:hover img {
  opacity: .8;
}

#contents article .case-item .image {
  margin: 0 auto 10px;
  text-align: center;
}

#contents article .case-item h2 {
  margin: 0 auto 5px;
  border: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

#contents article .case-item p {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

#contents article .tabpanel-wrap {
  position: relative;
  margin: 0 0 30px;
}

#contents article .tabpanel-wrap div[role="tabpanel"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-out;
}

#contents article .tabpanel-wrap div[role="tabpanel"][aria-hidden="true"] {
  opacity: 0;
  transform: translateY(100px);
}

#contents article .tabpanel-wrap div[role="tabpanel"][aria-hidden="false"] {
  opacity: 1;
  position: static;
  transform: translateY(0);
}

#contents article .tabpanel-wrap div[role="tabpanel"] .img {
  overflow: hidden;
  height: 500px;
  width: 848px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

#contents article .tabpanel-wrap div[role="tabpanel"] .img img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

#contents article .tabpanel-wrap div[role="tabpanel"] .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

#contents article ul[role="tablist"] {
  margin: 15px 0 0 -14px;
}

#contents article ul[role="tablist"]:after {
  content: "";
  display: block;
  clear: both;
}

#contents article ul[role="tablist"] li {
  float: left;
  width: 130px;
  margin: 0 0 14px 14px;
}

#contents article ul[role="tablist"] li a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  transition: all 0.5s ease;
  text-align: center;
}

#contents article ul[role="tablist"] li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

#contents article ul[role="tablist"] li a:hover,
#contents article ul[role="tablist"] li a[aria-selected="true"] {
  border-color: #0b84e1;
}

#contents article ul[role="tablist"] li a:hover:before,
#contents article ul[role="tablist"] li a[aria-selected="true"]:before {
  background: transparent;
}

#contents article ul[role="tablist"] li a img {
  height: 89px;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* 全体
------------------------------------- */
  body {
    min-width: 0;
  }
  .inner {
    width: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* 汎用
------------------------------------- */
  .back {
    margin-top: 40px;
  }
  /* ヘッダー
------------------------------------- */
  #page header[role="banner"] {
    width: auto;
    padding: 10px 0 0;
  }
  #page header[role="banner"] .inner {
    margin-bottom: 15px;
  }
  #page header[role="banner"] .headerLeft {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding: 10px 10px 0;
  }
  #page header[role="banner"] .headerLeft h1 {
    font-size: 22px;
  }
  #page header[role="banner"] .headerRight {
    float: right;
    margin: 0;
    padding: 0 10px;
  }
  #page header[role="banner"] .headerRight dl {
    margin: 0;
  }
  #page header[role="banner"] .headerRight dl dt {
    font-size: 11px;
  }
  #page header[role="banner"] .headerRight dl dd {
    font-size: 18px;
    font-weight: bold;
  }
  #page header[role="banner"] .headerRight dl dd span.telIcon {
    padding: 2px;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    font-size: 11px;
  }
  /* ナビゲーション
------------------------------------- */
  nav {
    margin: 0 auto 25px;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    font-size: 13px;
  }
  nav ul li a {
    padding: 15px 10px;
    transition: none;
  }
  /* フッター
------------------------------------- */
  #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;
    position: relative;
  }
  #mainvisual img + img {
    display: none;
  }
  .eye {
    margin: 0 auto 40px;
    padding: 0 10px;
  }
  .eye .img {
    margin-bottom: 15px;
    margin-left: 20px;
    max-width: 35%;
  }
  .eye .text {
    overflow: visible;
    font-size: 12px;
    line-height: 1.6;
  }
  .eye .text h2 {
    overflow: hidden;
    width: auto;
    font-size: 16px;
    line-height: 1.4;
  }
  #contents {
    padding: 0 10px;
    line-height: 1.8;
  }
  #contents section {
    margin-bottom: 40px;
  }
  #contents .area-news ul li {
    padding: 10px 0;
    font-size: 12px;
  }
  #contents .area-news ul li span.time {
    width: 8.5em;
    margin-right: 5px;
  }
  #contents .area-about {
    margin: 1px 0 60px;
  }
  #contents .area-about h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;/*18px;*/
  }
  #contents .area-about h2 span {
    padding: 0 10px;
  }
  #contents .area-about .about-item {
    float: none;
    width: auto;
    height: auto !important;
    margin: 0 auto 10px;
    padding: 15px;
  }

#contents .area-about .about-item:nth-child(4) {
    float: none;
    width: auto;
    height: auto !important;
    margin: 0 auto 10px;
    padding: 15px;
  }

  #contents .area-about .about-item:first-child {
    margin-left: auto;
  }
  #contents .area-about .about-item .title h3 {
    font-size: 20px;
  }
  #contents .area-about .about-item .title h3 .no {
    display: inline-block;
    padding: 2px 7px;
  }
  #contents .area-about .about-item .text {
    font-size: 12px;
  }
  #contents .area-message .image {
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 35%;
  }
  #contents .area-message .text {
    overflow: visible;
  }
  #contents .area-message h2 {
    margin-bottom: 20px;
  }
  #contents .area-message p {
    font-size: 12px;
  }
  /* メインコンテンツ
------------------------------------- */
  #contents article > header {
    margin-bottom: 30px;
  }
  #contents article > header h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #contents article > header h1 span {
    padding: 0 10px;
  }
  #contents article > header .lead {
    font-size: 12px;
  }
  #contents article .article-body {
    font-size: 12px;
  }
  #contents article .article-body h2 {
    font-size: 20px;
  }
  #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 {
    display: block;
    width: auto;
    padding: 7px 12px;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    text-align: left;
  }
  #contents article .article-body table th span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }
  #contents article .article-body table th span.required {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 5px;
    background: #e11818;
    color: white;
    vertical-align: middle;
  }
  #contents article .article-body table td {
    display: block;
    padding: 10px 12px 17px;
    border-bottom: 0;
  }
  #contents article .article-body table.formTable {
    margin-bottom: 5px;
  }
  #contents article .article-body table.formTable th {
    width: auto;
    padding: 0;
    vertical-align: top;
    background: none;
    border: 0;
  }
  #contents article .article-body table.formTable td {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }
  #contents article > footer {
    margin-top: 35px;
    padding-top: 25px;
  }
  #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 15px;
    font-size: 16px;
    -webkit-appearance: none;
  }
  /* 施工事例
------------------------------------- */
  #contents article .case {
    margin-left: 0;
  }
  #contents article .case-item {
    width: 49%;
    margin: 0 0 1%;
    transition: none;
  }
  #contents article .case-item:nth-child(even) {
    float: right;
  }
  #contents article .case-item:nth-child(3n+1) {
    clear: none;
  }
  #contents article .case-item:nth-child(2n+1) {
    clear: both;
  }
  #contents article .case-item a {
    display: block;
    padding: 4px 4px 9px;
    line-height: 1.4;
  }
  #contents article .case-item a img {
    width: 100%;
    transition: none;
  }
  #contents article .case-item .image {
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents article .case-item h2 {
    font-size: 14px;
  }
  #contents article .case-item p {
    font-size: 11px;
  }
  #contents article .tabpanel-wrap {
    position: relative;
  }
  #contents article .tabpanel-wrap div[role="tabpanel"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-out;
  }
  #contents article .tabpanel-wrap div[role="tabpanel"] .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
  }
  #contents article .slider div img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, 0%);
  }
  #contents article .tabpanel-wrap div[role="tabpanel"] .text {
    padding: 7px 10px;
    font-size: 12px;
  }
  #contents article ul[role="tablist"] {
    margin: 15px 0 5px -4px;
  }
  #contents article ul[role="tablist"] li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin: 0 0 5px;
    padding-left: 4px;
  }
  #contents article ul[role="tablist"] li a {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
    text-align: center;
  }
  #contents article ul[role="tablist"] li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
  }
  #contents article ul[role="tablist"] li a img {
    height: auto;
  }
}
