@charset "UTF-8";
/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll; }

/*▼〓〓〓基本セット〓〓〓▼*/
body {
  font-family: "メイリオ", Meiryo, "游ゴシック","ヒラギノ角ゴ W3 JIS2004",Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 0.9rem;
  /*border-top:solid 20px rgb(0,159,184);*/ }

/* @group Reset */
* {
  margin: 0;
  padding: 0; }

/*通常*/
a:link {
  color: #0062B1;
  text-decoration: none;
  padding-right: 1px;
  padding-left: 1px; }

/*閲覧済み*/
a:visited {
  color: #0062B1;
  text-decoration: none; }

/*マウスオン*/
a:hover {
  color: #0062B1;
  padding-right: 1px;
  padding-left: 1px;
  /*background:rgba(243, 235, 152, 0.1);*/ }

/*クリック中*/
a:active {
  color: #0062B1;
  text-decoration: none;
  background-color: transparent; }

/*クリック時の枠線*/
a {
  padding: 0 0 0 0px;
  outline: none; }

ul, ol {
  list-style: none; }

img {
  vertical-align: middle; }

ul.base_list {
  list-style: url(/parts/list_icon.png) inside; }

/* @end */
/* @group Fluid-img */
img {
  width: auto; }

/* @end */
/* @group HTML */
html {
  font-size: 100%;
  line-height: 1.68; }

/* @end */
div, p {
  text-align: justify;
  text-justify: inter-ideograph; }

/*--変数--*/
#container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px; }

header {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
  display: block;
  /*background:$color-test;*/ }

header h1 {
  width: 195px;
  height: 64px;
  padding:40px 0 0 0;
}
  header h1 a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  header .inner{
    height:110px;
    position: relative;
  }
  header p {
    position: absolute;
    top: 10px;
    left:0px;
    font-size: 0.8rem;
  }

header ul {
  width: 260px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 0px;
  line-height: 27px; }
  header ul li {
    position: relative; }

header li:nth-of-type(1) {
  font-size:0.9rem; }

header li:nth-of-type(2) {
  font-size: 1.2rem; }
  header li:nth-of-type(2) span {
    font-size: 1.3rem;
    margin-left: 5px; }

header li:nth-of-type(3) {
  font-size: 0.8rem;
  letter-spacing: -0.8px;
  margin: 0 0px 0 15px; }
  header li:nth-of-type(3) span {
    display: inline-block;
    position: relative; }
  header li:nth-of-type(3) span:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ef8200;
    position: absolute;
    top: 8px;
    left: -13px; }

header li:nth-of-type(3) span:nth-of-type(2) {
  margin-left: 25px; }

header a.mail {
  width: 140px;
  height: 88px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0px; }

#category {
  *zoom: 1;
  width:100%;
  padding: 0;
  z-index: 100;
  background: rgba(246,246,246,0.5);
  border-top: solid 1px #ebebeb; }

#category:before,
#category:after {
  content: "";
  display: table; }

#category:after {
  clear: both; }
.category_area{
  width: 1000px;
  margin: 0px auto 10px;
}
#category ul {
  display: table; }

#category li {
  position: relative;
  width: 10%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "フォーク M",Folk Medium;
  display: table-cell;
  border-right: solid 1px #fff;
border-bottom: solid 3px #c9c9c9;
}

#category li.main_category.active,
#category li.main_category:hover {
border-bottom: solid 3px #ef8200;
}

#category li span {
  display: block; }

#category li span:nth-of-type(1) {
  font-size: 0.9rem;
  margin: 5px 0 3px; }

#category li span:nth-of-type(2) {
  font-size: 0.7rem; }

#category li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: 0.5s;
  color: #000;
  font-family: "メイリオ", Meiryo, "游ゴシック","ヒラギノ角ゴ W3 JIS2004",Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }

#category li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0; }

#category li ul li {
  width: 100%;
  display: block;
  border-right: none;
  border-bottom: solid 1px #c9c9c9; }

#category li ul li a {
  padding: 13px 15px;
  border-top: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  color: #fff;
  font-size: 0.8rem;
  line-height: 16px; }

#category li ul li a:hover {
  background: rgba(0, 0, 0, 0.4); }

#category .main li:hover > a {
  background: rgba(0, 0, 0, 0.6); }

#category li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s; }

#category li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1; }

#box {
  width: 100%;
  margin: 0 auto 0;
  display: block;
  position: relative; }

#main {
  width: 100%;
  margin: 0 auto 0;
  display: block;
  position: relative; }

/*--スライダー slider --*/
.slide_all {
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.slide_wrap {
  width: 1000px;
  height: 384px;
  margin-bottom: 20px; }

.bx-viewport {
  height: 400px !important; }

.bx-controls {
  width: 1000px;
  height: auto;
  position: relative;
  display: block; }

.bx-controls a {
  width: 52px;
  height: 52px;
  display: inline-block;
  text-indent: -9999px;
  z-index: 100; }

.bx-controls a.bx-prev {
  background: url(../parts/slider_back.png) no-repeat 0px 0px;
  position: absolute;
  top: -240px;
  left: 0; }

.bx-controls a.bx-next {
  background: url(../parts/slider_next.png) no-repeat 0px 0px;
  position: absolute;
  top: -240px;
  right: 0; }

.bx-pager {
  text-align: center; }

.bx-pager a img {
  max-width: 100px;
  max-height: 47px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 0; }

.bx-pager a:last-child img {
  margin: 0; }

.bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100); }

.bx-pager-item {
  display: inline-block; }

.slide_body {
  height: 384px;
  overflow: hidden;
  position: relative; }
  .slide_body img {
    max-width: 1000px;
    min-width: 1000px; }

/*.slide_body .slide{
	height: 100vh;
	background: center / cover no-repeat;
}*/
.bx-caption {
  width: 1000px;
  position: absolute;
  bottom: 14px; }

.bx-caption span {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 10px 3px 10px;
  background: rgba(0, 0, 0, 0.4); }

.info_area {
  display: none; }

.top_set,
.top_contents {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto 0; }

.top_contents {
  margin: 0 auto 100px; }

.top_set h2 {
  font-family: "TBカリグラゴシック E", TBCGothic E;
  width: 1000px;
  border-bottom: solid 2px #ef8200;
  text-align: center;
  font-size:2.2rem;
  font-weight: 500;
  margin: 0 0 20px -100px; }

.top_contents img {
  max-width: 1000px; }

.top_contents > div,
.top_contents > img + div {
  width: 800px;
  margin: 0 auto; }
#top_con06.top_contents > div{
  width:1000px;
}
/*お客さまの声*/
#top_con01 {
  background:rgba(246, 246, 246, 0.6);
  padding: 20px 0; }
  #top_con01 img {
    max-width: 400px;
    width: 400px;
    display: block;
    margin: 10px auto 10px; }

.top_contents .voice ,
.voice .voice{
  overflow: hidden; }

/*
.voice .voice div {
  float: left;
  width: 330px; }
  .top_contents .voice div p,
	.voice .voice div p {
    font-size: 1.3rem;
    margin: 0 0 10px 0px; }

.top_contents .voice dt,
.voice .voice dt {
  width: 105px;
  border: solid 1px #b9b9b9;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  padding: 2px 5px;
  margin: 0 0px 5px 0; }

.top_contents .voice dd,
.voice .voice dd {
  margin: 0 0px 20px 0; }

.top_contents .voice img,
.voice .voice img {
  display: block;
  float: right; }
*/
#top_con04 div {
  width: 800px;
  margin: 0 auto; }
  #top_con04 div p.catch {
    width: 600px;
    height: 66px;
    font-size: 1.4rem;
    line-height: 66px;
    font-family:"TBカリグラゴシック E", TBCGothic E;
    margin: 0 auto;
    text-align: center;
 }
  /*#top_con04 div img {
    display: block;
    margin: 20px auto 20px; }

#top_con04 div img + p {
  text-align: center;
  font-size: 1.0rem; }*/
#top_con04 .detail{
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #dcdcdc;
  padding: 20px;
}
#top_con04 .detail .text{
  width:65%;
  margin-left: 0;
}
#top_con04 .detail .text p{
  margin: 0 0 10px 0;
}
#top_con04 .detail img{
  width: 200px;
}
.inquire_block h3{
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}
.inquire_block h3 em{
  color:#c70505;
  font-style: normal;
}
.inquire_block h3 span{
  font-size:1.2rem;
  margin: 0 0 0 5px;
}
.inquire_block div p{
  text-align: center;
}
.inquire_block ul{
  width: 555px;
  font-size: 1.2rem;
  border: solid 1px #dcdcdc;
  padding: 20px;
  margin: 30px auto;
}
.inquire_block li{
  padding: 0 0 0 15px;
  background: url(../parts/icon_list_kaki.png) no-repeat 0px 50%;
}
.inquire_block li span{
  font-size: 12px;
}
.inquire_block .tel{
  display:block;
  text-align: center;
  font-size: 2rem;
}
.inquire_block .note{
  display:block;
  text-align: center;
}
/*NEWS*/
.newinfo_wrap{
  width:1000px;
  margin: 0 auto 80px;
}
.newinfo_wrap .news_title{
  width:200px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  }
.newinfo_wrap .news_title:before,
.newinfo_wrap .news_title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.newinfo_wrap .news_title:before {
	margin-right: .4em;
}
.newinfo_wrap .news_title:after {
	margin-left: .4em;
}
.newinfo_wrap .newinfo{
  width: 70%;
  margin: 30px auto;
}
.newinfo_wrap  li{
  margin: 0 0 30px 0;
  padding: 0 20px 10px ;
  border-bottom: solid 1px #dcdcdc;
}
.newinfo_wrap a{
  color: #000;
}
.newinfo_wrap  li a{
  display: block;
  font-size: 1rem;
}
.newinfo_wrap  li .newflg,
ul.back_number li .newflg{
  display: inline-block;
  background: #D34E24;
  font-size: 0.75rem;
  color:#fff;
  text-align: center;
  padding: 0px 5px;
  margin: 0 0 0 5px;
}
a.backnumber_link{
  display: block;
  width: 130px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border:solid 1px #000;
  position: relative;
  transition:0.7s;
  background:url(../parts/icon_arrow_right.svg) no-repeat 100px 50%;
}
a.backnumber_link span{
  margin: 0 5px 0 0;
  padding: 0 20px 0 0;
}
a.backnumber_link:hover{
  background:url(../parts/icon_arrow_right_w.svg) no-repeat 108px 50% rgba(0, 0, 0, 0.5);
  border:solid 1px #fff;
  color:#fff;
}
/*a.backnumber_link span:hover{
  background:url(../parts/icon_arrow_right_w.svg) no-repeat right 50% rgba(0, 0, 0, 0.5);
}*/
/*a.backnumber_link:after{
  content:url(../parts/icon_arrow_right.svg);
  position: relative;
  top:3px;
}
a.backnumber_link:hover:after{
  content:url(../parts/icon_arrow_right_w.svg);
}*/
/*点検しませんか*/
#inspection{
  position: relative;
  display: block;
  margin: 0 auto 100px;
}
#inspection .inner{
width: 1000px;
position: relative;
display: block;
margin: 40px auto 40px;
}
#inspection h2{
  font-family: "TBカリグラゴシック E", TBCGothic E;
  text-align: center;
}
#inspection h2 strong{
  color:#c70505;
  font-size: 2.2rem;
  margin: 0 0 0 5px;
}
#inspection h3{
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: dotted 1px rgba(0,0,0,0.5);
  margin: 0 auto;
}
#inspection .free_estimate{
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  background: #ef8200;
  border-radius: 100px;
  margin: -100px 0 0;
}
#inspection .free_estimate span{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color:#fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
#inspection .example{
  margin: 30px auto;
}
#inspection .example p{
  font-size: 2.1rem;
  text-align: center;
  margin: 30px 0;
}
#inspection .example ul{
  display: flex;
  justify-content: space-between;
}
#inspection .example li{
  background: #f1ddc8;
  padding: 10px 10px;
  border-radius: 20px;
  font-weight: 600;
}
#inspection .example .house{
  position: absolute;
  top: 0;
  right: 0;
}
/*クローンD 20210906*/
.clone_tile{
  background:rgba(230, 228, 207,60%);
  padding: 30px 0;
}
#inspection .clone_tile .inner{
  margin: 20px auto 20px;
  width: 1000px;
  position: relative;
  display: block;
}
.clone_tile h2 small{
  display: block;
  font-size:70%;
}
.clone_tile .forte strong{
  font-size: 1.9rem;
  text-align: center;
  margin: 30px 0 10px;
  font-weight: 500;
  display: block;
}
.clone_tile .forte p{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.clone_tile .forte em{
  font-style: normal;
  background:linear-gradient(transparent 60%, rgba(239, 130, 0,60%) 0%) ;
  padding:0 7px;
}
.clone_tile .msg{
  background: rgba(255,255,255,0.7);
  padding:50px 30px;
  margin:50px 0 0;
  border-radius: 4px;
}
#inspection .clone_tile .msg h3,
.clone_tile .chance dt{
  font-weight: 500;
  border-bottom: dotted 1px #c9c9c9;
  font-family: "TBカリグラゴシック E", TBCGothic E!important;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  text-align: center;
}
.clone_tile .msg ul{
  width: 35%;
  margin: 20px auto 40px;
  font-size: 1.4rem;
}
.clone_tile .msg li,
.mansion .menu li{
  background: url(../parts/icon_list_kaki.png) no-repeat 0px 50%;
  padding: 0 0 0 15px;
}
.clone_tile .photo{
  display: flex;
  justify-content: space-between;
}
#inspection .clone_tile .photo img{
  width:300px;
}
.clone_tile .photo p{
  margin:5px 0 0;
  font-size: 13px;
}
.clone_tile .chance{
  margin:50px 0 0;
}
.clone_tile .chance dd{
  width:70%;
  margin:0 auto;
}
.clone_tile a.more{
  width:50%;
  display: block;
  margin:50px auto 20px;
  padding: 10px 0;
  border: solid 1px #ef8200;
  background:#ef8200;
  text-align: center;
  color:#fff;
  transition: 0.5s;
}
.clone_tile a.more:hover {
background: #fff;
color: #556b2f;
border: solid 1px #556b2f;
}
.mansion #con01 strong{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.mansion #con01 span{
  background: linear-gradient(transparent 60%, rgba(239, 130, 0,60%) 0%);
  padding: 0 7px;
}
.mansion .menu{
  line-height: 2.6rem;
  margin:0 0 40px 0;
}
.mansion .menu li{
  font-size:1.4rem;
}
.mansion .menu li a{
  color:#000;
}
.mansion .explanation{
  display: flex;
}
.mansion .explanation{
  display: flex;
  justify-content: space-between;
}
.mansion .explanation div{
  width:50%;
}
.mansion .yaguchi{
  display: block;
  margin:20px 0 0;
  padding: 0 0 0 10px;
  position: relative;
  color:#000;
  text-decoration: underline;
}
.mansion .yaguchi:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0; }

@media screen and (max-width: 896px) {
  #inspection .clone_tile .inner,
  .clone_tile a.more{
    width:100%;
  }
  .clone_tile .msg ul{
    width:100%;
  }
  #inspection .clone_tile .msg h3,
  .clone_tile .chance dt{
    font-size: 1.5rem;
  }
  .clone_tile .photo{
    display: block;
  }
  .clone_tile .photo .tile{
    margin:0 0 20px 0;
  }
  #inspection .clone_tile .photo img{
    margin:0;
    width:100%;
  }
  .clone_tile .forte strong{
    font-size:5.5vw;
    padding:0 10px;
    text-align: left;
  }
  .clone_tile .msg{
    width:calc(100% - 40px);
    margin:50px auto 0;
    padding: 30px 20px;
  }
  .clone_tile .chance dd{
    width:100%;
    display: block;
    /*word-break:keep-all!important;
    overflow-wrap: break-word!important;
    word-wrap: break-word!important;*/
    line-break: strict!important;
  }
  .mansion .explanation{
    display: block;
  }
  .mansion .explanation div{
    width:100%;
    margin: 0 0 20px 0;
  }
  .clone_tile a.more span{
    display: none;
  }
  #inspection .clone_tile .inner{
    margin: 0;
  }
}
/*雨漏りを放置すると、家の寿命を縮めますクローンd掲載後に削除*/
#inspection .note{
  background: #e6e4cf;
  padding: 30px 0;
}
#inspection .note .inner{
  margin: 0px auto 0px;
}
#inspection .note .inner p.danger,
#inspection .note .inner p.soon,
#inspection .note .inner em{
  text-align: center;
  display: block;
}
#inspection .note p.danger{
  margin: 0 auto 30px;
  font-weight: 600;
  font-size: 2.1rem;
}
#inspection .note p.danger strong{
  color:#c70505;
}
#inspection .note .inner p.soon{
  font-size: 1.6rem;
}
#inspection .note .photo{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#inspection .photo img{
  width:242px;
}
#inspection .note em{
  background: #c70505;
  color: #fff;
  font-weight: 600;
  margin: 30px auto ;
  font-size: 1.5rem;
}
.scroll {
  position: relative;
  width:1000px;
  height: 100%;
  margin: 0 auto;
}
.scroll a {
  padding-top: 70px;
  display: block;
  width: 90px;
  height: 80px;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top:20%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
.scroll p{
  text-align: center;
  font-weight: 600;
  color:#000;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*ドローン*/
.drone{
  width:1000px;
  margin: 0 auto;
}
.drone .explanation{
  width:840px;
  margin: 0 auto 20px;
}
.drone small{
  color:#c70505;
  font-weight: 600;
}
.drone video{
  width:100%;
  height: 500px;
  margin: 0 auto;
  display: block;
}
/*タブレット縦*/
@media screen and (max-width: 1024px) {
.drone,
.drone .explanation{
  width:100%;
  }
  .drone video{
    height: auto;
  }
}
/*施工事例TOPページ*/
#case_frame{
  width: 1000px;
  position: relative;
  display: block;
  margin: 40px auto 100px; }
.clone_tile h2,
.drone h2,
#case_frame h2,
.newinfo_wrap h2 {
  width: 1000px;
  text-align: center;
  font-weight: 500;
  border-bottom: solid 2px #ef8200;
  margin: 0 0 20px 0;
  font-family: "TBカリグラゴシック E", TBCGothic E;
  font-size: 2.2rem;
}
.newinfo_wrap h2{
  border:none;
  margin: 0 ;
}
  #case_frame h2 span {
    display: block;
    font-weight: 500;
    font-size: 0.9rem; }

.case {
  width: 1000px;
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: dashed 1px #c71f3b;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.case:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.case .photo {
  width: 665px;
  margin: 0 20px 0 0; }
  .case .photo p {
    font-size: 1.4rem;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px; }
  .case .photo p:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #556b2f;
    position: absolute;
    top:13px;
    left: 0px; }

.case .photo p span {
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 10px 0;
  position: relative;
  padding: 0 9px; }
.case .photo p span:before {
  content: "[";
  position: absolute;
  top: 0px;
  left: 0px; }
.case .photo p span:after {
  content: "]";
  position: absolute;
  top: 0px;
  right: 0px; }

.case .photo ul {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../parts/icon_list_02.png) no-repeat 50% 50%; }

.case .photo li {
  width: 322px;
	max-height:322px;
	overflow:hidden;
}

  .case .photo li img {
	max-width: 322px;
	width:322px;
}
  .case .photo li span {
    display: block;
    font-weight: 600; }

.case .photo li:first-child {
  margin: 0 20px 0 0; }

.case .photo li:nth-of-type(2) {
  color: #556b2f; }

.case .date {
  width: 315px; }

.case .date dl {
  margin: 30px auto 20px; }

.case .date dt {
  width: 65px;
  border: solid 1px #b9b9b9;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  padding: 2px 5px;
  margin: 0 10px 10px 0; }

.case .date dd {
  width: 220px;
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  line-height: 16px;
}
.inquire_block a.form_link{
  	width: 50%;
  	margin: 30px auto;
  	text-align:center;
  	display:block;
  	padding:10px 10px;
  	background:url(../parts/icon_mail_w.png) no-repeat 21px 50% #ef8200;
    border:solid 1px #ef8200;
    color:#fff;
    transition: 0.5s;

}
.inquire_block a.form_link:hover{
  background:url(../parts/icon_mail.png) no-repeat 21px 50% #fff;
  color:#000;
  border:solid 1px #000;
}
/*MORE*/
a.link {
  width: 62px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 0.75rem;
  clear: both;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background:#ef8200;
  color: #fff;
  border: solid 1px #ef8200;
  margin-top: 10px; }

a.link:hover {
  width: 62px;
  height: 20px;
  background: #fff;
  color: #556b2f;
  border: solid 1px #556b2f; }
/*リクルート*/
.recruit .main_image{
  height: 340px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.recruit .main_image img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.recruit strong{
  margin: 20px 0;
  display: block;
  font-size:1.6rem;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.recruit .each_type:first-child{
  margin: 0 0 30px 0;
}
.recruit .each_type dt{
  position: relative;
  font-size:1.4rem;
  padding: 0 0 0 25px;
}
.recruit .each_type dt::before{
  content: "";
  position: absolute;
  border-top: 2px solid #000;
  width: 15px;
  top: 10px;
  left: 0;
}
.recruit .detail{
  border: 2px solid #000;
  padding: 20px;
  display: flex;
}
.recruit .detail dl{
  width:50%;
}
.recruit .detail dt{
  font-weight: 600;
}
/*先輩インタビュー*/
.recruit .interview h3{
  position: relative;
 padding: 0.6em;
 background: #e0edff;
}
.recruit .interview h3:before{
  content: '●';
 color: white;
 margin-right: 8px;
}
.recruit .interview h3:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.recruit .interview .photo{
  display: flex;
  margin: 30px 0 0;
  align-items: flex-start;
}
.recruit .interview .charm{
  margin:0 0 0 50px;
}
.recruit .interview .charm .name{
  font-size: 1.4rem;
  border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px 0;
    text-align: center;
    margin: 0 0 20px 0;
}
.recruit .interview .charm p small{
  font-size: 14px;
}
.recruit .interview p.circle{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background:#e0edff;
  text-align:center;
  line-height: 35px;
  margin: 0 5px 0px 0;
}
.recruit .interview .charm dt{
  margin:0 0 20px 0;
}
.recruit .interview .charm dl{
  margin: 0 0 20px 0;
  border-bottom: dotted 1px #c9c9c9;
  padding: 0 0 20px 0;
}
.recruit .interview .charm dl:last-child{
  margin: 0;
  border:none;
  padding: 0;
}
.recruit .interview .charm dl p{
  display: inline-block;
  vertical-align:middle;
}
.recruit .interview dl p.text{
  width:76%;
}
.pamphlet{
  margin: 50px 0 0;
}
.pamphlet div.click{
  width:60%;
  display: inline-block;
  margin:0 50px 0 0;
}
.pamphlet a{
  display: inline-block;
}
.pamphlet div.click,
.pamphlet a{
  vertical-align: top;
}
.pamphlet a img{
  border:solid 1px #c9c9c9;
}
.pamphlet .arrow{
  position: relative;
  margin: 20px 0 0;
}
.pamphlet .arrow p{
  margin: 0;
  text-align: right;
  padding-right: 25px;
  font-weight: bold;
}
.pamphlet .arrow span {
  display: block;
  width: 100px;
  height: 2px;
  background-color:#a7d6ff;
  position: absolute;
  right:0;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 5s ease-in-out infinite forwards;
}
@keyframes arrow01 {
    0% { transform: scale(0, 1); }
    30% { transform: scale(0, 1); }
    40% { transform: scale(1, 1); }
    85% { transform: scale(1, 1); opacity: 1;}
    90% { transform: scale(1, 1); opacity: 0; }
    100% { transform: scale(1, 1); opacity: 0; }
}
.pamphlet .arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 2px solid #a7d6ff;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  animation: arrow02 5s ease-in-out infinite forwards;
}
@keyframes arrow02 {
    0% { transform: rotate(-45deg) scale(1, 0); }
    45% { transform: rotate(-45deg) scale(1, 0); }
    55% { transform: rotate(-45deg) scale(1, 1); }
    85% { transform: rotate(-45deg) scale(1, 1); opacity: 1;}
    90% { transform: rotate(-45deg) scale(1, 1); opacity: 0; }
    100% { transform: rotate(-45deg) scale(1, 1); opacity: 0; }
}
@media screen and (max-width: 896px) {
  .recruit .main_image{
    height: 20vh;
  }
  .recruit .detail{
    display:block;
  }
  .recruit .detail dl:first-child{
    margin: 0 0 20px 0;
  }
  .recruit .detail dl,
  .pamphlet div.click,
  .pamphlet a{
    width:100%;
  }
  .pamphlet div.click,
  .pamphlet a{
    display: block;
  }
  .pamphlet div.click .arrow{
    display: none;
  }
    .pamphlet div.click p{
      margin: 0 0 30px 0;
    }
  .pamphlet a{
    background:none!important;
  }
  .pamphlet a img{
    display: block;
    margin: 0 auto;
  }
  .recruit #con05 img,
  .business #con08 img{
    display: block;
    margin: 0 auto 10px;
  }
  .recruit #con05 img:last-child,
  .business #con08 img:last-child{
    margin: 0 auto;
  }
  .recruit .interview .photo{
    display:block;
    margin: 30px auto 0;
  }
    .recruit .interview .photo img{
      display: block;
      margin: 0 auto;
    }
    .recruit .interview .charm{
      margin:30px auto 0;
    }
    .recruit .interview .charm p small{
      display: block;
    }
}
footer {
  width: 100%;
  border-top: solid 1px #a3a3a3; }

footer .inner {
  width: 100%;
  position: relative;
  display: block;
  background: rgba(246, 246, 246, 0.5); }

footer .frame {
  width: 1000px;
  margin: 0 auto 0px;
  display: block;
  position: relative;
  padding: 40px 0;
  overflow: hidden; }
  footer .frame .shop {
    color: #000;
    font-size: 1.2rem;
	font-weight:600;}

footer address {
  width: 270px;
  margin-right: 50px;
  float: left;
  font-style: normal; }
  footer address li:not(:first-child) {
    padding-left: 25px; }
  footer address span {
    width: 70px;
    display: inline-block; }

footer address li:nth-of-type(2) {
  background: url(../parts/icon_tel.png) no-repeat 0px 50%; }

footer address li:nth-of-type(3) {
  background: url(../parts/icon_printer.png) no-repeat 0px 50%; }

footer address li:nth-of-type(4) {
  background: url(../parts/icon_mail.png) no-repeat 0px 50%; }

footer address li:nth-of-type(5) {
  background: url(../parts/icon_calendar.png) no-repeat 0px 50%; }

footer address li:nth-of-type(6) {
  background: url(../parts/icon_time.png) no-repeat 0px 50%; }

footer .sitemap {
  width: 625px;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  footer .sitemap ul {
    max-width: 165px;
    margin: 0 28px 0 0; }

.sitemap li.main {
  padding-left: 10px;
  background: url(../parts/icon_list_kaki.png) no-repeat 0px 50%; }
  .sitemap li.main a {
    color: #000;
    font-weight:600;
  }

.sitemap li.sub {
  color: #000;
  font-weight: 500;
  padding-left: 7px;
  font-size: 0.75rem; }

footer .privacy {
  width: 160px;
  height: 25px;
  display: block;
  top: 227px;
  left: 320px;
  position: absolute;
  padding-left: 10px;
  color: #000; }

footer .privacy:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0; }

footer .inquire {
  width: 160px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 220px;
  left:510px;
  padding-left: 26px;
  text-align: center;
  background: url(../parts/icon_mail.png) no-repeat 21px 50% rgba(0,0,0,0.1); }
  footer .astec{
    display: block;
      width: 150px;
      position: absolute;
      left: 690px;
      top: 211px;
      border: solid 1px #dcdcdc;
  }

footer .copyright {
  width: 100%;
  font-size: 0.7rem;
  position: absolute;
  text-align: center;
  padding: 10px 0;
  color: rgba(82, 82, 82, 0.8);
  border-top: solid 2px #ef8200; }
/*TOPページスクロール*/
.content-mv{
  transition: 2.0s;
}
/*フリーページ---*/
.breadrumb {
  width: 980px;
  margin: 10px auto 10px auto;
  font-size: 0.75rem; }
  .breadrumb a {
    color: #000; }

h2.case_ttl,
h1.page_title {
  width: 1000px;
  text-align: center;
font-family: "TBカリグラゴシック E", TBCGothic E;
border-bottom: solid 2px #ef8200;
  margin: 0 0 20px 0;
  font-size: 2.2rem; }

h1.page_title {
  margin: 0 auto 40px auto;
  text-align: left; }

.case_list h1.page_title span {
  font-size: 0.9rem;
  margin-left: 20px; }

h2.title_main {
  font-weight: 500;
  border-bottom: dotted 1px #c9c9c9;
  font-family: "TBカリグラゴシック E", TBCGothic E;
  font-size: 1.6rem;
  margin: 0 0 10px 0; }

h3.title_sub {
  font-weight: 500;
  font-size: 1.0rem;
  padding-left: 15px;
  background: url(../parts/icon_list_01.png) no-repeat 0px 50%; }

.contents {
  width: 840px;
  margin: 0 auto;
  display: block;
  position: relative; }

.text-area {
  width: 100%;
  margin: 20px auto 40px;
  display: block;
  position: relative;
  overflow: hidden; }

/*施工までの流れ*/
.flow dl {
  width: 100%; }

.flow dt {
  width: 100%;
  border-bottom: solid 1px #ef8200;
  font-size: 1.4rem;
  display: block;
  position: relative; }
  .flow dt span {
    border-right: solid 1px #ef8200;
    padding: 0 15px 0 20px;
    margin: 0 15px 0 0; }

.flow dt span:before {
  content: "";
  width: 14px;
  height: 14px;
  background:#ef8200;
  position: absolute;
  top: 10px;
  left: 0; }

.flow dd {
  margin: 20px 0 40px 20px; }
  .flow dd span {
    width: 460px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top; }
  .flow dd img {
    max-width: 220px;
    display: inline-block;
    vertical-align: top; }

/*会社概要*/
.about .greetings{
  width: 470px;
}
.about .catch {
  width: 600px;
  height: 66px;
  font-size: 1.2rem;
  line-height: 66px;
  text-align: center;
  font-family: "TBカリグラゴシック E", TBCGothic E;
  font-size: 1.2rem;
  margin: 0 auto 10px; }
.about .text{
  margin: 0 0 20px 0;
}
.about .sygn {
  margin: 20px 0 0;
  text-align: right;
}
  .about .sygn span {
    font-family: "秀英初号明朝" ,Shuei ShogoMincho;
    display: inline-block;
    font-size: 1.3rem; }

/*施工事例一覧*/
.ba_frame {
  width: 1000px;
  position: relative;
  display: block;
  margin: 0 auto 20px;
  /*border-bottom:dotted 2px $color-red;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.ba_frame .b_a {
  width: 326px;
  background: #f6f6f6;
  margin: 0 10px 10px 0; }
  .ba_frame .b_a a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000; }

.ba_frame .b_a:nth-child(3n) {
  margin-right: 0px; }

.ba_frame .photo {
	width:306px;
	height: 200px;
	overflow: hidden;
	margin: 10px auto 10px;
}
  .ba_frame .photo img {
	min-height:100%;
	margin: 0 auto;
	display: block; }

.ba_frame .detail {
  width: 306px;
  margin: 0 auto; }
  .ba_frame .detail p {
    font-size: 1.4rem;
    position: relative;
    margin: 10px 10px 10px;
    text-align:left;
}
  .ba_frame .detail span {
    display: inline-block;
    font-size: 0.8rem;
    margin: 0 10px 0;
    position: relative;
    padding: 0 9px; }
  .ba_frame .detail span:before {
    content: "[";
    position: absolute;
    top: 0px;
    left: 0px; }
  .ba_frame .detail span:after {
    content: "]";
    position: absolute;
    top: 0px;
    right: 0px; }


#case_b_a .detail p:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #556b2f;
  position: absolute;
  top: 8px;
  left: 0px; }

.ba_frame .detail dl {
  width: 100%;
  margin: 0 10px;
  font-size: 0.8rem; }

.ba_frame .detail dt,
#case_b_a .detail dt {
  width: 65px;
  border: solid 1px #b9b9b9;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
  font-size: 0.75rem; }

.ba_frame .detail dd,
#case_b_a .detail dd {
	width: 230px;
	display: inline-block;
	vertical-align: baseline;
	text-align: left;
	line-height: 16px;
	margin:0 0 10px 0;}

.ba_frame .detail dd {
  width: 230px; }

#case_b_a .detail dd {
  width: 325px; }

/*施工事例詳細*/
#case_b_a {
  width: 940px;
  position: relative;
  display: block;
  margin: 0 auto 20px; }

#case_b_a .memo {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 0 50px 0; }

#case_b_a .detail {
  width: 400px;
  margin: 0 20px 0 20px;
  float: left; }
  #case_b_a .detail p {
    font-size: 1.1rem;
    position: relative;
    padding-left: 15px;
    margin: 10px 0 10px;
	text-align:left;
}

#case_b_a .detail p span {
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 10px 0;
  position: relative;
  padding: 0 9px; }
#case_b_a .detail p span:before {
  content: "[";
  position: absolute;
  top: 0px;
  left: 0px; }
#case_b_a .detail p span:after {
  content: "]";
  position: absolute;
  top: 0px;
  right: 0px; }

#case_b_a .detail_text {
  width: 450px;
  background: #F5F3F1;
  margin: 0 20px 0 0px;
  padding: 20px;
  float: right; }

#case_b_a .photo {
  width: 695px;
  position: relative;
  display: block;
  margin: 0 auto 40px auto;
  clear: both;
  background: #f6f6f6; }

#case_b_a .photo .before {
  width: 225px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 20px 20px; }
  #case_b_a .photo .before span {
    font-weight: 600;
    display: block; }
  #case_b_a .photo .before img {
    max-width: 175px; }

#case_b_a .photo .after {
  width: 400px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 20px 0px; }
  #case_b_a .photo .after span {
    font-weight: 600;
    display: block;
    color: #556b2f;
    font-size: 1.2rem; }
  #case_b_a .photo .after img {
	width:400px;
	max-width: 400px; }

#case_b_a .photo .before:after {
  content: url("../parts/icon_arrow.png");
  position: absolute;
  top: 0; }
a.backlist{
  width: 160px;
  display: block;
  margin:0 auto;
  font-weight:600;
  background:url(../parts/back_arrow.png) no-repeat 0px 50%;
  padding:0 0 0 30px;
}
/*ページ送り--*/
.pagination{
  display: block;
  width:100%;
}
#view_index {
  clear: both;
  width:100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.7rem; }

#view_index a {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  color: #000;
  margin: 0 5px 0 0;
  background: gainsboro; }

#view_index .selected_view {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid gainsboro;
  color: #000; }

div.upfile{
	margin:0 0 20px 0;
}
div.upfile a{
  font-weight:600;
}
div.upfile a:hover{
	text-decoration:underline;
}
a[href$=".pdf"] {
	background: url(../parts/icon_pdf.png) no-repeat right center;
	padding-right: 20px;
}
a[href$=".docx"],
a[href$=".doc"] {
	background: url(../parts/icon_word.png) no-repeat right center;
	padding-right: 20px;
}
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".xlsm"] {
	background: url(../parts/icon_excel.png) no-repeat right center;
	padding-right: 20px;
}

/*基本テーブル--*/
.baseTbl_A {
  width: 100%;
  height: auto;
  font-size: 13.5px;
  font-size: 0.85rem;
  margin: 10px 0px; }
  .baseTbl_A tr {
    border-top: solid 1px #d6d6d6;
    border-left: dotted 1px #d6d6d6; }

.baseTbl_A th {
  color: #595959;
  padding: 10px 10px;
  background:rgba(220,220,220,0.3);
  border-right: dotted 1px #d2d2d2; }

.baseTbl_A td {
  padding: 10px 10px;
  border-right: dotted 1px #d2d2d2;
  vertical-align: top; }

.baseTbl_A tr:last-child {
  border-bottom: solid 1px #d6d6d6; }

/*######################################
	フリーページの画像位置設定
登録時に位置選択が連番でしかないので仕方なく
クラス名を「freeimg番号」にした。
divでimgを囲むように出力されclassはdivに設定される。

[配置対応番号]
0_ImgTopLeft:左上			1_ImgTopCenter:中上			2_ImgTopRight:右上
3_ImgLeft:左								4_ImgRight:右
5_ImgBottomLeft:左下			6_ImgBottomCenter:中下		7_ImgBottomRight:右下
########################################*/
.ImgTopCenter,
.ImgBottomCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomRight {
  max-width: 1000px;
  position: relative;
  z-index: 100; }

.ImgTopCenter img,
.ImgBottomCenter img,
.ImgRight img,
.ImgLeft img,
.ImgTopLeft img,
.ImgTopRight img,
.ImgBottomLeft img,
.ImgBottomRight img {
  border-radius: 2px; }

/*----------------------------------
	上の左（回り込なし）に表示の設定
------------------------------------*/
.ImgTopLeft {
  margin-left: 0px; }

/*----------------------------------
	上に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight {
  margin-bottom: 15px; }

/*----------------------------------
	下に表示の共通設定
------------------------------------*/
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  margin-top: 15px;
  clear: both; }

/*----------------------------------
	左に表示の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgLeft,
.ImgBottomLeft {
  text-align: left;
  margin: 0 15px 15px 0px; }

.freeImg0 {
  margin-top: 20px; }

/*----------------------------------
	中央に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgBottomCenter {
  text-align: center; }

.ImgTopCenter {
  margin-top: 20px; }

/*----------------------------------
	右に表示の共通設定
------------------------------------*/
.ImgTopRight,
.ImgRight,
.ImgBottomRight {
  text-align: right;
  margin-left: 15px; }

.ImgRight {
  margin-left: 27px; }

.ImgTopRight {
  margin-top: 20px; }

/*----------------------------------
	上下の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  clear: both; }

/*----------------------------------
	左に表示
------------------------------------*/
.ImgLeft {
  float: left;
  margin: 0px 20px 0 0; }

/*----------------------------------
	右に表示
------------------------------------*/
.ImgRight {
  float: right; }

/*----------------------------------
	左下に表示
------------------------------------*/
.ImgBottomLeft {
  margin-top: 15px; }

#page-top {
	display:block;
  width: 50px;
  height: 50px;
  border: solid 1px #ef8200;
  border-radius:5px;
  background:#ef8200;
  position: fixed;
  top: 70%;
  left: 86%;
  z-index: 500;
 }

#page-top a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../parts/p_top.png) no-repeat 50% 50%;
}
br.sp{
  display: none;
}
/*タブレット縦*/
@media screen and (max-width: 1024px) {
  header,
  header ul,
  .slide_all,
  .slide_wrap,
  .bx-caption,
  .bx-controls,
  .slide_body img,
  .bx-caption,
  .top #box,
  .top #main,
  .top_set h2,
  .top_contents img,
  .top_contents > div,
  .top_contents > img + div,
  #top_con06.top_contents > div,
  #top_con01 img,
  #top_con04 div,
  #top_con04 div p.catch,
  #top_con04 .detail .text,
  #top_con04 .detail img,
  .inquire_block ul,
  .newinfo_wrap,
  .newinfo_wrap .news_title,
  .newinfo_wrap .newinfo,
  #case_frame h2,
  .newinfo_wrap h2,
  .case,
  .case .photo,
  .case .photo li,
  .case .photo li img,
  .case .date dt,
  .case .date dd,
  footer .frame,
  footer .sitemap,
  .breadrumb,
  h2.case_ttl,
  h1.page_title,
  .contents,
  .flow dd span,
  .about .greetings,
  .about .catch,
  .ba_frame,
  .ba_frame .b_a,
  .ba_frame .photo,
  .ba_frame .detail,
  .ba_frame .detail dt,
  #case_b_a .detail dt,
  .ba_frame .detail dd,
  #case_b_a .detail dd,
  #case_b_a,
  #case_b_a .detail,
  #case_b_a .detail_text,
  #case_b_a .photo,
  #case_b_a .photo .before,
  #case_b_a .photo .after,
  #case_b_a .photo .after img,
  .case .date,
  .top_set h2,
  .drone h2,
  .clone_tile h2,
  #view_index,
  .inquire_block a.form_link,
  .g_map{
  width:100%;
  }
  .newinfo_wrap,
  #inspection .inner,
  #inspection .note .photo,
  .scroll,
  #case_frame,
  .top_set,
  footer .frame,
  .about #box,
  .business #box,
  .flow #box,
  .privacy #box,
  .voice #box,
  .qa #box,
  .mansion #box,
  .blog #box,
  .blog-002 #box,
  .blog-003 #box,
  .blog-004 #box,
  .blog-005 #box,
  .blog-006 #box,
  .blog-007 #box,
  .recruit .contents{
    width:calc(100% - 40px);
  }
  .slide,
  .slide_body img{
    width: 100%!important;
  }
  .slide_body img{
    min-width:100%;
  }
  header h1,
  header p{
    padding-left:20px;
  }
  header ul,
  #category{
  display:none;
  }
  .top_set h2{
    margin: 0 0 20px 0;
  }
  #inspection h2{
    font-size:7vw;
  }
  #inspection h2 strong{
    display: block;
    font-size:7vw;
  }
  #inspection h3{
    font-size:5vw;
    border:none;
  }
  #inspection .photo img{
    width:auto;
    display: block;
    margin: 0 auto 20px;
  }
  #inspection .example{
    border-top:dotted 1px rgba(0,0,0,0.5);
    padding: 30px 0 0;
  }
  #inspection .example .house{
    display: none;
  }
  #inspection .free_estimate{
    margin: 30px auto 0;
  }
  #inspection .note .inner p.danger{
    font-size: 6vw;
  }
  .case .photo{
    margin: 0;
  }
  .case .photo ul{
    background:url(../parts/icon_list_down.png) no-repeat 50% 50%;
  }
  .case .photo li span{
    text-align: center;
  }
  .case .photo li:first-child{
    margin: 0 0 40px 0;
  }
  .case .photo li img{
    display: block;
    margin: 0 auto;
  }
  .case .date dt{
    border:none;
    border-bottom:solid 1px #b9b9b9;
    text-align:left;
    font-size: 1rem;
  }
  .case .date dd{
    margin: 0 0 40px 0;
    padding: 0 5px;
  }
  #top_con04 .detail{
    padding: 20px 0;
    display: block;
  }
  #top_con04 .detail img{
    width:30vw;
    display: block;
    margin: 30px auto;
  }
  footer .frame{
    margin: 0 auto;
  }
  footer address{
    float:none;
    margin: 0 0 30px 0;
  }
  footer .sitemap{
    float:none;
    margin: 0 0 30px 0;
  }
  footer .privacy,
  footer .inquire,
  footer .astec{
    position: static;
  }
  footer .privacy,
  footer .inquire{
    margin-bottom:30px;
  }
  footer .privacy:before {
    content: none;
  }
  footer .privacy{
    width: 160px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 0;
    background:rgba(0,0,0,0.1);
  }
  /* 表作成 */
  .baseTbl_A{
  	width:100%;
  	margin:10px 0px;
  	box-sizing:border-box;
  }
  .baseTbl_A th,
  .baseTbl_A td{
  	padding: 10px 10px;
  	font-weight: 100;
  	border-bottom:solid 1px #d6d6d6;
  	vertical-align:top;
  }
  .ImgTopCenter, .ImgBottomCenter, .ImgRight, .ImgLeft, .ImgTopLeft, .ImgTopRight, .ImgBottomLeft, .ImgBottomRight{
		float:none;
		text-align: center;
		margin:15px 0;
    z-index:1;
	}
	.ImgTopCenter img, .ImgBottomCenter img, .ImgRight img, .ImgLeft img, .ImgTopLeft img, .ImgTopRight img, .ImgBottomLeft img, .ImgBottomRight img{
		max-width: 100%;
		width: auto;
	}
  /*施工までの流れ*/
  .flow dd span{
    margin:0 0 30px 0;
  }
  /*施工事例一覧*/
  .ba_frame .b_a{
    margin:0 0 50px 0;
  }
  .ba_frame .detail dl{
    width:calc(100% - 40px);
    margin: 0 auto;
  }
  .ba_frame .detail p{
    width:calc(100% - 40px);
    padding: 0px 5px;
  }
  .ba_frame .detail dt,
  #case_b_a .detail dt{
    border:none;
    border-bottom:solid 1px #b9b9b9;
    font-size: 1rem;
    text-align: left;
  }
  .ba_frame .detail dd,
  #case_b_a .detail dd{
    margin: 0 0 30px 0;
    padding: 2px 5px;
  }
  .ba_frame .detail dd:last-child,
  #case_b_a .detail dd:last-child{
    margin: 0;
  }
  .ba_frame .detail{
    margin: 0 auto 10px;
  }
  #view_index a,
  #view_index .selected_view{
    width:48px;
    height: 48px;
    line-height:48px;
  }
  /*点検しませんか*/
  #inspection .example ul{
    display: block;
  }
  #inspection .example li{
    text-align:center;
    margin: 0 0 30px 0;
  }
  #inspection .note .photo{
    display: block;
  }
  /*施工事例*/
  .case_list h1.page_title span{
    display: block;
    margin: 0;
  }
  #case_b_a .detail,
  #case_b_a .detail_text{
    float: none;
    margin: 0 ;
  }
  #case_b_a .detail{
      margin: 0 0 30px;
  }
  #case_b_a .photo{
    background: none;
  }
  #case_b_a .photo .before{
    margin: 0;
  }
  #case_b_a .photo .before:after{
    content:none;
  }
}
/*スマホ横*/
@media screen and (max-width: 896px) {
  .bx-caption{
  bottom:0;
  }
}
/*スマホ縦*/
@media screen and (max-width: 480px) {
  #container{
    min-width:320px;
  }
  .slide_wrap{
    height:22vh;
  }
  .bx-controls{
    display: none;
  }
  .inquire_block h3{
    font-size:5vw;
  }
  .inquire_block .note{
    text-align:left;
  }
  .inquire_block a.form_link{
    background:url(../parts/icon_mail_w.png) no-repeat 10px 50% #ef8200;
    min-width:340px;
  }
  #top_con04 div p.catch{
    font-size: 5vw;
  }
  #top_con04 .detail img{
    width:70vw;
  }
  .about .catch{
    font-size:1rem;
  }
  footer .sitemap{
    display: block;
  }
  .sitemap li.sub{
    display: none;
  }
  .recruit .main_image{
    height: 15vh;
  }
  br.sp{
    display: block;
  }
  br.pc{
    display: none;
  }
}

/*------------print---------------------*/
/* 印刷 */
@page {
  margin: 12mm 7mm; }
@media print {
  #page-top {
    display: none !important; } }
