@charset "utf-8";
/* CSS Document */
/* 共通レイアウト
-------------------------------------------- */
.contents-main {
  -webkit-justify-content: flex-end; /*左右中央寄せ*/
  justify-content: flex-end; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: flex-start; /*上下中央寄せ*/
  align-items: flex-start; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
}
.cont-warp {
  width: 100%;
  overflow: hidden;
}
/* コンテンツページ　メインレイアウト
-------------------------------------------- */
/*コンテンツページ　メイン左側　*/
.main-l {
  width: 100%;
  margin: 90px 0 0 0px;
}
.contents-title {
  padding: 0 0 20px 20px;
  width: 100%;
	font-size: 27px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.4;

}
div.main-catch img {
  margin: 0 auto 20px auto;
  width: 55px;
}
div.main-catch {
  font-size: 28px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
div.contents-catch {
  font-size: 14px;
  margin: 0 20px 10px 20px;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #333;
  
}
/*コンテンツページ　メインイメージ　*/
.contents-img {
  width: 100%;
}
/* コンテンツ　見出し
-------------------------------------------- */
.heading14 {
  position: relative;
  padding-left: 80px;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.5;
}
.heading14::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ced7de;
  font-size: 50px;
}
.basic-h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #0f3366;
  font-weight: 600;
}
.heading15 {
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: 1.5;
	color: #0f3366;
	font-weight: 600;
}
.heading16 {
  padding-left: 0px;
  font-size: 16px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #287DB6;
  display: inline-block;
  font-weight: 600;
}
/* コンテンツ　共通
-------------------------------------------- */
/* コンテンツ　flexbox子要素
-------------------------------------------- */
.box-s {
  width: 100%;
}
.box-sss {
  width: 42%;
  margin: 0 10px;
}
.photo-box {
  width: 80%;
  margin: 0 0 10px 0;
}
.illi-box {
  width: 100%;
  margin: 0 0 10px 0;
}
.box-m {
  width: 80%;
}
.box-l {
  width: 90%;
  margin: 0 auto 20px auto;
}
.service-illi {
  width: 70%;
}
.hoken {
  width: 25%;
  margin: 0 10px 20px 10px;
}
.bnr-img{
	margin: 0 auto 15px auto;
}
/* 会社情報ページ
-------------------------------------------- */
.map {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 檀上産業のこだわり　ページ
-------------------------------------------- */
.shadow-box {
  box-shadow: 2px 2px 4px gray;
  width: 60%;
  margin: 0 auto 30px auto;
  padding: 20px 20px;
  text-align: center;
}
.text-box {
  width: 90%;
  margin: 0 auto 20px auto;
}
.kodawari {
  background: url("../../images/contents/kodawari01.jpg") center center no-repeat;
  background-size: cover;
  height: 115px;
}
.wh-frame {
  width: 80%;
  padding: 30px 20px;
  background: #fff;
  margin: 0px auto 0 auto;
}
/* ご利用までの流れ　ページ
-------------------------------------------- */
.flow_item__stepframe {
  background: url("../../images/contents/nagare-dot.png") center bottom no-repeat;
  height: 130px;
}
.flow_item__step {
  background: #0f3366;
  color: #fff;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  -webkit-align-items: center; /*上下中央寄せ*/
  align-items: center; /*上下中央寄せ*/
  -webkit-justify-content: center; /*左右中央寄せ*/
  justify-content: center; /*左右中央寄せ*/
}
.flow_item__img {}
.flow_item__content {
  text-align: left;
  margin: 10px 0 0px 0;
}
.flow_item__ttl {
  font-size: 21px;
  color: #0f3366;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}
.is-family-en {}
.is-family-en span {
  display: block;
  line-height: 1.2;
}
.step__txt {
  font-size: 14px;
  margin: 0;
}
.step__num {
  font-size: 28px;
  margin: 0;
}
.free {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 180px;
}
/* 事業内容ページ　流れ
-------------------------------------------- */
.flow_item__content02 {
  text-align: left;
}
.flow_item__content03 {
    text-align: left;
  }	
/* よくあるご質問　ページ
-------------------------------------------- */
.qa {
  background: #e0f0ff;
  padding: 30px 20px;
  width: 80%;
  margin: 0 auto 20px auto;
}
.qa dt {
  font-size: 19px;
  margin: 0 0 10px 0px;
  font-weight: 600;
  line-height: 1.4;
}
.qa dd {
  margin: 0 0 0px 0px;
  border: 5px solid #fff;
  padding: 20px;
}
.decoQ {
  color: #287EB7;
  font-size: 26px;
}
/*  サイトポリシーページ 
-------------------------------------------- */
ul.policy li {
  position: relative;
  margin: 5px 18px;
}
ul.policy li::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*  屋根について
-------------------------------------------- */
.mainte-photo {
  width: 100%;
  margin: 0 20px 0 0;
}
table.mainte_table {
  width: 100%;
  margin: 0 0px 20px 0;
  border: none;
}
table.mainte_table td {
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
}
.merit_box {
  width: 100%;
}
.merit, .demerit {
  border-radius: 10px;
  padding: 15px 15px;
  width: 38%;
}
.merit {
  background: #FBE296;
}
.demerit {
  background: #AFDDF0;
}
.em-deco {
  border-bottom: 2px dotted #fff;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 0 8px 0;
  font-weight: 600;
}
/*  施工事例
-------------------------------------------- */
.photo-before{
	margin: 0px auto;
	width: 34%;
}
.photo-after{
	margin: 0px auto 20px auto;
	width: 61%;
}
.line-box{
	border: 1px solid #999;
	padding: 10px;
	margin: 0px 0 20px 0;
	font-size: 11px;
}
/* 飾り枠
-------------------------------------------- */
.box19 {
  position: relative;
  padding: 2em;
  width: 70%;
  margin: 0 auto 30px auto;
}
.box19:before, .box19:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.box19:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}
.box19:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}
.box19 p {
  margin: 0;
  padding: 0;
}
/* 吹き出し枠　 */
.balloon,.balloon-last {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 30px 30px 0px 30px;
  width: 85%;
  text-align: center;
  margin: 0 0 30px 30px;
  box-sizing: border-box;
}
.balloon:before, .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #ccc;
}
.balloon:after {
  border: solid 14px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}
.balloon p {
  margin: 0;
  padding: 0;
}
/* 枠（丸）　*/
.symptoms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 160px;
  margin: 0 10px 50px 10px;
}
.box-body {}
.box-title {
  position: absolute;
  bottom: -40px;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 140px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
  background: #FFF;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
/*  施工事例ページ（上部ボタン）
-------------------------------------------- */
.button001 a {
    background: #fff;
    border-radius: 3px;
	border: 1px solid #313131;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 10px 20px 10px;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 13px;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

@media print, screen and (max-width : 767px) {
  /*-------------------------
  スマホ用テーブル
	--------------------------- */
  /* 会社情報　*/
  .company {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px 0;
  }
  .company th {
    text-align: left;
    background: #f7f7f7;
    padding: 10px;
    font-weight: normal;
    display: block;
  }
  .company td {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
    display: block;
  }
  /* お問い合わせフォーム　*/
  .contact {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px 0;
  }
  .contact th {
    text-align: left;
    background: #fff;
    padding: 10px;
    font-weight: normal;
    display: block;
  }
  .contact td {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
    display: block;
  }
  /* 共通　テーブル　*/
  table.basic-table {
    width: 100%;
    margin: 10px 0px 20px 0;
    border: 1px solid #D9D9D9;
  }
  table.basic-table th {
    padding: 2px 5px;
    background: #D9D9D9;
    text-align: left;
    display: block;
    font-weight: 500;
  }
  table.basic-table td {
    padding: 2px 5px;
    display: block;
  }
  table.basic-table td.tesy {
    background: #D9D9D9;
    display: none;
  }
  /* 特殊　テーブル　*/
  .tb01 .head {
    display: none;
  }
  .tb01 {
    width: 100%;
    border: solid 1px #999;
	 margin: 0 0 20px 0;
  }
  .tb01 td, .tb01 th {
    display: block;
    width: 100%;
  }
  .tb01 th {
    border-bottom: solid 1px #999;
    background-color: #236EA6;
    padding: 5px 0px;
    color: #fff;
  }
  .tb01 td {
    padding: 10px 10px;
    display: block;
    width: auto;
    line-height: 1.7;
    text-align: left;
  }
  .tb01 td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    margin-right: 10px;
    float: left;
    background-color: #D9D9D9;
  }
  .tb01 tr:last-child {}
}

@media print, screen and (min-width : 768px) {
  /* 共通レイアウト
-------------------------------------------- */
  .cont-warp {}
  .contents-main {
    padding: 90px 0 0 0;
  }
  /* コンテンツページ　メインレイアウト
-------------------------------------------- */
  /*コンテンツページ　メイン左側　*/
  .main-l {
    width: 440px;
    margin: 120px 0 0 0px;
  }
  .contents-title {
    padding: 0;
    margin: 0px 0 0px 40px;
    width: 100%;
	  font-size: 42px;
  }
  div.main-catch img {
    margin: 0 auto 20px auto;
    width: 55px;
  }
  div.main-catch {
    font-size: 28px;
  }
  div.contents-catch {
    margin: 0 20px 30px 40px;
	  font-size: 15px;
  }
  /*コンテンツページ　メインイメージ　*/
  .contents-img {
    width: 58%;
  }
  .contents-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  /* コンテンツ　見出し
-------------------------------------------- */
  .heading14 {
    position: relative;
    padding-left: 80px;
    font-size: 28px;
    margin: 0 0 40px 0;
  }
  .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 54px;
  }
  .heading14::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
  }
  .basic-h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .heading15 {
    padding-left: 0px;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .heading16 {
    padding-left: 0px;
    font-size: 17px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #287DB6;
    display: inline-block;
    font-weight: 600;
  }
  /* コンテンツ　flexbox子要素
-------------------------------------------- */
  .box-s {
    width: 31%;
  }
  .box-ss {
    width: 25%;
  }
  .box-sss {
    width: 21%;
    margin: 0 20px;
  }
  .photo-box {
    width: 40%;
    margin: 30px 0;
  }
  .illi-box {
    width: 42%;
    margin: 0px 0;
  }
  .box-m {
    width: 50%;
  }
  .box-l {
    width: 60%;
  }
  .box-ll {
    width: 70%;
  }
  .service-illi {
    width: 33%;
  }
.hoken {
  width: 15%;
  margin: 0 10px;
}
	.bnr-img{
	margin: 0 15px 25px 15px;
}
  /* 檀上産業のこだわり　ページ
-------------------------------------------- */
  .shadow-box {
    box-shadow: 2px 2px 4px gray;
    width: 20%;
    margin: 0 0 0 80px;
    padding: 20px 20px;
    text-align: center;
  }
  .text-box {
    width: 60%;
    margin: 0 20px 20px 0px;
  }
  .kodawari {
    background: url("../../images/contents/kodawari01.jpg") center center no-repeat;
    background-size: cover;
    height: 423px;
  }
  .wh-frame {
    width: 57%;
    padding: 50px 60px 40px 60px;
    margin: 0px auto 0px auto;
  }
  /* テーブル
-------------------------------------------- */
  /* 会社情報　*/
  .company {
    width: 62%;
    border-collapse: collapse;
    border-top: #e3e3e3 1px solid;
    margin: 0 0 40px 0;
  }
  .company th {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    background: #f7f7f7;
    padding: 10px 20px;
    font-weight: normal;
    width: 20%;
  }
  .company td {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px 20px;
  }
  /* お問い合わせフォーム　*/
  .contact {
    width: 89%;
    border-collapse: collapse;
    border-top: #e3e3e3 1px solid;
    margin: 0 auto 40px auto;
    font-size: 16px;
  }
  .contact th {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 15px 20px;
    font-weight: normal;
    width: 30%;
  }
  .contact td {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 15px 20px;
  }
  /* 共通　テーブル　*/
  table.basic-table {
    width: 100%;
    margin: 10px 0px 0px 0;
    border: 1px solid #333;
  }
  table.basic-table th {
    padding: 2px 5px;
    background: #D9D9D9;
    text-align: left;
    border: 1px solid #333;
    font-weight: 500;
  }
  table.basic-table td {
    padding: 5px 10px;
    border: 1px solid #333;
  }
  table.basic-table td.tesy {
    background: #D9D9D9;
  }
  /* 特殊　テーブル　*/
  table {
    border-collapse: collapse;
    width: 100%;
  }
  .tb01 th, .tb01 td {
    padding: 5px 5px;
    border: solid 1px #333;
    text-align: left;
    box-sizing: border-box;
  }
  .tb01 th {
    background: #F0F0F0;
	  font-weight: 500;
  }
	.no-kaigyo{
	white-space: nowrap;
	}
  /* ご利用までの流れ　ページ
-------------------------------------------- */
  .flow_item__stepframe {
    background: url("../../images/contents/nagare-dot.png") center bottom no-repeat;
    height: 140px;
    width: 20%;
  }
  .flow_item__step {
    background: #0f3366;
    color: #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    -webkit-align-items: center; /*上下中央寄せ*/
    align-items: center; /*上下中央寄せ*/
    -webkit-justify-content: center; /*左右中央寄せ*/
    justify-content: center; /*左右中央寄せ*/
  }
  .flow_item__img {
    width: 15%;
    margin: 0 auto;
  }
  .flow_item__content {
    text-align: left;
    width: 55%;
    margin: 0 auto;
  }
  .flow_item__ttl {
    font-size: 22px;
    color: #0f3366;
    margin: 0;
    font-weight: 600;
  }
  .free {
    width: auto;
  }
  /* 事業内容ページ　流れ
-------------------------------------------- */
  .flow_item__content02 {
    text-align: left;
    width: 70%;
    margin: 0 auto;
  }
.flow_item__content03 {
    text-align: left;
    width: 50%;
    margin: 0 auto;
  }	
.flow_item__img02 {
    width: 23%;
    margin: 0 auto;
  }	
  /* よくあるご質問　ページ
-------------------------------------------- */
  .qa {
    padding: 50px 50px;
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .qa dt {
    font-size: 19px;
    margin: 0 0 10px 0;
  }
  .qa dd {
    margin: 0 0 0px 50px;
  }
  .decoQ {
    font-size: 26px;
  }
  /*  屋根について
-------------------------------------------- */
  .mainte-photo {
    width: 20%;
    margin: 0 25px 0 0;
  }
  .mainte-list {
    margin: 0;
    width: 29%;
  }
  table.mainte_table {
    width: 32%;
    margin: 0 25px 0px 0;
    border: none;
  }
  table.mainte_table td {
    padding: 5px 0;
  }
  .merit_box {
    width: 40%;
  }
  .merit, .demerit {
    padding: 15px 15px;
    width: 42%;
  }
  .em-deco {
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 0 8px 0;
  }
/*  施工事例
-------------------------------------------- */
.photo-before{
	width: 30%;
	margin: 40px 10px 0px 10px;
}
.photo-after{
	width: 42%;
	margin: 40px 10px 30px 20px;
}
.line-box{
	font-size: 14px;
}	
  /* 飾り枠
-------------------------------------------- */
  .box19 {
    position: relative;
    padding: 2em;
    width: 90%;
  }
  /* 吹き出し枠　 */
  .balloon,.balloon-last {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 30px 50px 10px 50px;
    width: 90%;
    text-align: center;
    margin: 0 0 30px 50px;
    box-sizing: border-box;
  }
  .balloon02 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 30px 50px;
    width: 90%;
    text-align: center;
    margin: 0 0 50px 50px;
    box-sizing: border-box;
  }
  /* 枠（丸）　*/
  .symptoms {
    width: 240px;
    margin: 0 20px 50px 20px;
  }
  .box-body {}
  .box-title {
    position: absolute;
    bottom: -40px;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 30px;
    min-width: 140px;
    max-width: 100%;
    font-size: 16px;
  }
/*  施工事例ページ（上部ボタン）
-------------------------------------------- */
.button001 a {
    margin: 0 20px 20px 20px;
    max-width: 280px;
    padding: 10px 45px;
	font-size: 15px;
	font-weight: 500;
}	
}