@charset "utf-8";
/*
theme Name: WordPressレスポンシブテーマ
Author: LinkWiz
Description: original theme
version： 1.0.0
*/

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  font-family: "Quicksand", "Avenir", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;

  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #333;
　background-color: #eaedf2;
}
.wrapper {
    background-color: #f0f8ff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
p {
  font-size: 16px;
}
li {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
}
div.topNav_list img {
    width: 94%;
    margin: 3% 3% 0% 3%;
}
 
.content {
    width: 94%;
    margin: 1% auto 50px auto;
	/*min-height: 460px;*/
}
.entry {
    width: 94%;
    margin: 0 auto 50px auto;
	/*min-height: 460px;*/
}

/*****ハンバーガーメニューここから*****/
header {

    padding: 10px;
}
.header-bg{
  background: #58a9ef;
  height: 54px;
}
header span {
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto;
}
p#top {
    margin-top: -26px;
    margin-bottom: 0;
}
p#top img {
    height: 30px;
    display: block;
    margin: 0 auto 0 auto;
}
h1#top {
    margin-top: -26px;
    margin-bottom: 0;
}
h1#top img {
    height: 30px;
    display: block;
    margin: 0 auto 0 auto;
}

#nav-drawer {
  position: relative;
  /*float: left;*/
  margin-top: 3px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;/*線の太さ*/
    width: 28px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -9px;
}
#nav-open span:after {
    bottom: -18px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
	padding: 5%;
}
/*追加表示設定*/
div#nav-content li {
    list-style-type: none;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 120%;
}
div#nav-content ul {
    padding-left: 0;
}
div#nav-content i {
    margin-right: 10px;
}
div#nav-content a {
    text-decoration: none;
    color: #000;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

nav{
    width:100%;
    overflow: hidden;
       }
   nav div{
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
}
   nav ul{
     display: inline-table;
     max-width: 100%;
}
    nav ul li{
    display: table-cell;
}
   ::-webkit-scrollbar{
    display: none;
  }
ul.desktop-menu {
    display: none;
}
/*****ハンバーガーメニューここまで*****/


/*****スクロールメニューここから*****/
		.nav-horizontal{
			width:100%;
			overflow: hidden;
			background:#58a9ef;
			height: 40px;
		}
		.mask {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
		.list{
			display: inline-table;
            max-width: 100%;
			text-align: center;
			margin:0;
			padding:0;
		}
		.list li{
			display: table-cell;
			white-space: nowrap;
			font-size: 100%;
			line-height: 1.5;
		}
		.list li a{
			text-decoration: none;
			color:#fff;
			padding:0.5em;
			display: block;
		}
		::-webkit-scrollbar{
			display: none;
		}
		.list li a i{
			font-size:140%;
		}

/*****スクロールメニューここまで*****/



/*****フッターここから*****/

footer {
    background: #58a9ef;
    text-align: center;
    padding-top: 20px;
	clear: both;
}
a.footer-home {
    font-size: 120%;
    margin: 0 auto !important;
}
.dfont {
    color: #fff;
    clear: both;
	padding-bottom: 5px;
}
.footer-inner a {
    text-decoration: none;
    margin-left: 5px;
    color: #fff;
}


.footer-inner ul {
	list-style-type: none;
	padding-left: 0;
}

.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
	color: #fff;
	padding: 10px;
}
footer .dfont {
    margin-bottom: 0;
}
/*****フッターここまで*****/


/*.main-photo {
    background-color: #93d1f0;
}*/
.header-text {
    padding: 10%;
}
.header-text p.welcome {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
}
.header-text p {
    color: #fff;
    font-size: 120%;
}

/*****スライダーここから*****/
.slider{
    width: 90vw;
    height: calc(90vw * 1.61);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}

.slider__content:nth-child(1){
    animation: sliderAnime 6s ease-in-out infinite;
    z-index: 6;
}

.slider__content:nth-child(2){
    animation: sliderAnime2 6s ease-in-out 1s infinite;
    z-index: -1;
}

.slider__content:nth-child(3){
    animation: sliderAnime2 6s ease-in-out 3s infinite;
    z-index: -1;
}

@keyframes sliderAnime{
    0%{
        z-index: 5;
        transform: translateX(0);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}

@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}

.slider__img{
    max-width: 100%;
    min-width: 100%;
}
/*****スライダーここまで*****/

/*****新着情報ここから*****/
.frontpage-title-layout {
    background-color: #c8e4ff;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
	margin-bottom: 15px;
}

.frontpage-title-layout h2 {
    margin: 0 0 0 20px;
    color: #58a9ef;
}
/*****新着情報ここまで*****/

/*****投稿一覧ここから*****/

article.post-list {
    /* padding-top: 8px; */
    /* border-bottom: 1px dotted #58a9ef; */
    /* border-top: 1px dotted #58a9ef; */
    clear: both;
    background-color: #fff;
    margin-bottom: 15px;
    padding-right: 8px;
}
#clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.post-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.post-photo {
    width: 120px;
    height: 120px;
    float: left;

}
.post-text h2 {
    margin: 0;
	font-size: 120%;
}
.post-text a {
    text-decoration: none;
    color: #000;
}


.post-text {
    position: relative;
    z-index: 1;
    height: 120px;
    margin-left: 130px;
}
.post-text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.post-text h2 {
    margin: 0;
    font-size: 120%;
    /*height: 90px;*/
}
p.date-text {
    margin: 0;
    position: absolute;
    bottom: 0;
}
p.date-text i.far.fa-clock {
    margin-right: 10px;
}


div#archive-title h1.newposts-title {
    margin: 0 0 0 20px;
    padding-bottom: 10px;
}
p.title2 {
    margin: 0 0 0 20px;
}
img.default-img-layout {
    width: 80px;
    height: auto;
}
/*****投稿一覧ここまで*****/

/*****投稿中身ここから*****/
.entry_main {
    width: 90%;
    margin: 0 auto;
	padding-top: 20px;
}
.entry_main p {
    font-size: 100%;
}
p.state {
    width: 90%;
    margin: 0 auto;
    border: 1px dotted #58a9ef;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 50px;
}
.entry {
    background-color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
div#contents-layout2 {
	margin-bottom: 30px;
	
}

p.state i.far.fa-clock {
    margin-right: 5px;
}
p.state a {
    text-decoration: none;
    color: #000;
}
/*****投稿中身ここまで*****/


/*****サイドバーここから*****/
.side-area-layout {
    width: 94%;
    margin: 0 auto;
}
.side-area-layout ul {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
}

.side-area-layout li {
    list-style-type: none;
    /* border-top: 1px dotted #58a9ef; */
    /* border-bottom: 1px dotted #58a9ef; */
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    margin-bottom: 10px;
}
.side-area-layout li img {
    float: left;
	margin-right: 5px;
}
.side-area-layout li a {
    font-size: 120%;
    text-decoration: none;
    color: #000;
}
.side-area h3 {
    background-color: #c8e4ff;
    color: #58a9ef;
    text-align: center;
    font-size: 140%;
    padding: 5px;
}
.side-area-posts {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.side-area-posts li#clearfix {
    position: relative;
    height: 80px;
    z-index: 1;
}
.side-area-posts li#clearfix a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	line-height: 1.5;
	font-size: 100%;
}


.side-prof-img {
    background-color: #93d1f0;
}

.side-prof-text {padding: 5%;}

.side-prof {
    background-color: #fff;
}
/*****サイドバーここまで*****/


/*****検索フォームここから*****/
.searchform {
  position: relative;
  margin-bottom: 50px;
}
 
.searchfield {
    font-size: 120%;
    width: 92%;
    margin: 3px auto;
padding: 10px;
border: solid 1px #58a9ef;
    border-radius: 4px;
    background-color: #fff;
	display: block;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.6em;
  position: absolute;
  top: 0;
right: 5%;
  margin-top: 8px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}



div.kensaku-kekka-title h1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.kensaku-kekka {
    background-color: #fff;
	padding: 5%;
	margin-bottom: 30px;
}
p.kensaku-kekka-text {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
a.btn-flat-border {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.kensaku-kekka-annai {
    border: 2px dotted #58a9ef;
    margin-bottom: 50px;
}
.kensaku-kekka-annai li {
    line-height: 2;
}
.kensaku-kekka-annai li a {
    text-decoration: none;
    color: #000;
    font-size: 120%;
}
/*****検索フォームここまで*****/


/*****ページネーションここから*****/
.pagination.pagination-top {
    clear: both;
	margin-bottom: 50px;
}
ul.page-numbers {
    padding-left: 0;
    height: 50px;
    margin: 50px auto 0 auto;
    display: table;
}
ul.page-numbers li {
    list-style-type: none;
    float: left;
    font-size: 180%;
    /* background-color: #fff; */
    /* border-radius: 50px; */
    width: 50px;
    /* height: 50px; */
    /* text-align: center; */
    margin: 2px;
    position: relative;
}


span.page-numbers.current {
    position: absolute;
    background-color: #58a9ef;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

a.page-numbers {
    position: absolute;
    background-color: #fff;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
a.next.page-numbers {
    background-color: unset;
}
a.prev.page-numbers {
    background-color: unset;
}
/*****ページネーションここまで*****/

/*****アーカイブページここから*****/

div#archive-title {
    background-color: #fff;
    border-top: 5px solid #58a9ef;
margin-top: 5px;
	margin-bottom: 30px;
	padding-top: 15px;
}
.page-title-layout {
    background-color: #fff;
    border-top: 5px solid #58a9ef;
    margin-top: 5px;
    margin-bottom: 30px;
}
.page-title-layout h2 {
    margin: 0 0 30px 20px;
    padding-bottom: 10px;
	font-size: 200%;
}
.page-title-layout .title {
    margin: 20px 0 0 20px;
}
div#archive-title h1 {
margin: 0 0 30px 0;
    padding-bottom: 10px;
}
div#archive-title .title {
    margin: 20px 0 0 20px;
}
/*****アーカイブページここまで*****/



/*****パンくずここから*****/
div#breadcrumbs ul {
    padding-left: 20px;
}
.entry_main #breadcrumbs ul {
    padding-left: 0;
}
div#breadcrumbs li {
    display: initial;
    list-style: none;
    font-size: 100%;
}

div#breadcrumbs a {
    text-decoration: none;
    color: #000;
}
div#breadcrumbs i.fas.fa-home {
    margin-right: 3px;
}
div#breadcrumbs i.fas.fa-caret-right {
    margin-left: 10px;
    margin-right: 10px;
}
/*****パンくずここまで*****/

/*****TOPバナーここから*****/
ul.top-banner {
    padding-left: 0;
}
ul.top-banner li {
    list-style-type: none;
    margin-bottom: 10px;
}
/*****TOPバナーここまで*****/
.fixed-page {
    width: 90%;
    margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
.fixed-page div#breadcrumbs ul {
    padding-left: 0;
}
/*.fixed-page {
    background-color: #fff;
    padding: 5px 20px;
}*/
div#contents-layout2 {
    background-color: #fff;
    /* padding: 5px 20px; */
}
div#archive-title h1.fixed-title {
    margin-left: 20px;
}
h1.fixed-title {
    border-left: 5px solid #58a9ef;
    background-color: #f0f8ff;
    padding-left: 12px;
}
div#breadcrumbs ul {
    margin: 0;
}
/*****会社概要ここから*****/

.company-profile {
    border: 1px solid #000;
    padding: 5px 10px;
}
span.yuubin-no {
    display: block;
}
.company-profile-term {
    font-weight: bold;
}
.entry {
    padding-bottom: 15px;
}
.company-profile-description iframe {
    width: 100%;
    height: 300px;
}
a.tel-link2, a.email-link {
    color: #000;
    text-decoration: none;
}

.management-philosophy h2 {
    text-align: center;
}
.management-philosophy ul {
    padding-left: 0;
}

.management-philosophy li {
    list-style-type: none;
    margin-bottom: 20px;
}

.management-philosophy {
    margin-bottom: 50px;
}

/*****会社概要ここまで*****/

/*****リフォームの流れここから*****/
.renovation-wrap {
    border-top: 5px solid #58a9ef;
    background-color: aliceblue;
    padding: 5px 15px 5px 15px;
}
dl.flow-of-renovation span {
    color: #58a9ef;
    font-weight: bold;
    font-size: 130%;
}
dl.flow-of-renovation dd {
    margin-left: 0;
}
dl.flow-of-renovation {
    border-bottom: 2px dotted #000;
    padding-bottom: 30px;
}
/*****リフォームの流れここまで*****/
/*****住まいのトラブルここから*****/
p.trouble-description {
    margin-bottom: 80px;
}
/*****住まいのトラブルここまで*****/

/*****固定ページ見出しここから*****/
/*.entry_main h1 {
    border-left: 5px solid #58a9ef;
    padding-left: 10px;
    background-color: aliceblue;
}*/
.entry_main h1 {
    color: #58a9ef;
}
.entry_main h2 {
    border-left: 5px solid #58a9ef;
    padding-left: 8px;
	background-color: #f0f8ff;
}

/*****固定ページ見出しここまで*****/

/*****お問い合わせフォームここから*****/
.otoiawase-layout {
margin-bottom: 50px;
}
.otoiawase-layout p {
font-weight: bold;
}
span.required {
    background-color: #e9546b;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    font-size: 100%;
    margin-left: 5px;
}
input.wpcf7-validates-as-required {
    line-height: 2;
    border-radius: 5px;
    border: none;
    background-color: #efefef;
    width: 94%;
    padding: 0 3%;
}
input {
font-size: 120%;
font-weight: normal;
}
textarea {
font-size: 120%;
}
textarea.wpcf7-validates-as-required {
    width: 94%;
    border-radius: 5px;
    padding: 3%;
    background-color: #efefef;
    border: none;
}
.otoiawase-before {
    background-color: aliceblue;
	padding-bottom: 10px;
}
p.before-sending {
    background-color: #7ecef4;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
span.wpcf7-list-item {
display: block!important;
}
.otoiawase-before ul {
    width: 80%;
}
.otoiawase-before li {
    font-size: 110%;
}

.otoiawase-before2 {
    background-color: #fdeff5;
    padding-bottom: 10px;
	margin-bottom: 50px;
}
p.before-sending2 {
    background-color: #e9546b;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
p.before-sending3 {
    width: 94%;
    margin: 0 auto;
}
.otoiawase-before2 li {
    font-size: 120%;
}
p.before-sending4 {
    font-weight: bold;
}
a.questions-link {
    color: #f8b62d;
    text-decoration: none;
}
a.questions-link2 {
    color: #7ecef4;
    text-decoration: none;
}


p.submit-btn {
    width: 100%;
    text-align: center;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  background-color: unset;
  width: 50%;
}
submit:hover {
background: #67c5ff;
color: white;
}


.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #f8b62d;
  border: solid 2px #f8b62d;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border2:hover {
  background: #f8b62d;
  color: white;
}

.btn-flat-border3 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border3:hover {
  background: #efefef;
  color: white;
}

.before-inquiry-box {
    background-color: #fffeee;
	padding-bottom: 5px;
}
.before-inquiry-box-title {
    background-color: #f8b62d;
    color: #fff;
    text-align: center;
}
.before-inquiry-box-text {
    font-size: 130%;
    font-weight: bold;
    width: 94%;
    margin: 0 auto;
}
a.tel-link {
    color: #f8b62d;
    text-decoration: none;
}
.before-inquiry-box-text2 {
    width: 94%;
    margin: 0 auto 20px auto;
}
.contact-btn {
    text-align: center;
	margin-top: 50px;
}
.contact-btn2 {
    text-align: center;
}
.precautionary-note {
    border: 1px solid #f8b62d;
    width: 94%;
    margin: 0 auto;
}

.precautionary-note p {
    width: 94%;
    display: block;
    margin: 0 auto;
}
/*****お問い合わせフォームここまで*****/

/*****よくある質問ここから*****/

dt.question {
    background-color: #7ecef4;
}
dt.answer {
    background-color: #e9546b;
}
dt.question, dt.answer {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

dl.questions-layout {
    margin-bottom: 100px;
}
dl.questions-layout dt {
    float: left;
}
dl.questions-layout dd {
    margin-left: 60px;
    margin-bottom: 30px;
}
/*****よくある質問ここまで*****/

/*****エクステリアここから*****/
h2.product-category {
    border-bottom: 2px solid #58a9ef;
}

.horizontal_scroll_wrap{
    /*background: #f1f1f1;
    height: 255px;*/
    overflow-y: hidden;
/*margin: 0 -10px;*/
	margin-bottom: 50px;
}
.scroll_lst {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /*padding-bottom: 50px;*/
	padding-left: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.scroll_item {
    margin-right: 10px;
    display: inline-block;
	width: 65%;
    /*width: 220px;*/
    border: 1px solid #ddd;
    /*background: #fff;*/
	background-color: aliceblue;
}

.scroll_item_inr {
    display: block;
}
/*.scroll_item_thum {
    height: 220px;
}*/
.scroll_item_info {
    white-space: normal;
    padding: 0 0 8px 0;
}
.scroll_item_ttl {
    font-size: 100%;
    color: #484848;
    line-height: 1.4;
    margin-bottom: 0;
	margin-top: 0;
    text-align: center;
	font-weight: normal;
}
.other-box {
    background-color: #7ecef4;
    padding: 10px;
}

.other-box p {
    color: #fff;
    margin: 0;
}
/*****エクステリアここまで*****/

/*****GO TO TOPここから*****/


.pagetop {
    clear: both;
    float: right;
    font-size: 50px;
    margin-right: 3%;
	color: #58a9ef;
}

/*****GO TO TOPここまで*****/

/*****サイドバーメニューここから*****/
i.fas.fa-check {
    color: #58a9ef;
}

ul.sidebar-menulist li {
    border-bottom: 1px dotted #58a9ef;
}

ul.sidebar-menulist {
    margin-bottom: 50px;
}
/*****サイドバーメニューここまで*****/

.header-wrap {
    position: fixed;
    z-index: 2;
    width: 100%;
}
.main_photo_wrap {
    padding-top: 54px;
}
.topNav {
    margin-top: 15px;
}
/*.topNav {
    margin-top: 50px;
}*/
.topNav_list {
    width: 92%;
    margin: 4%;
	border: 1px solid #dedede;
}
.topNav_list:hover {
	border: 1px solid #58a9ef;
}
.topNav_list a {
    text-decoration: none;
	background-color: #fff;
	display: block;
	color: #000;
}
.topNav_list a:hover {
    color: #58a9ef;
}
.topNav_list h2 {
    margin-top: 0;
}
.topNav_text {
    padding: 0 5% 1% 5%;
}
.news_wrap {
    background-color: #fff;
}
.news_wrap dl {
    border-bottom: 1px dotted #dedede;
    height: 100px;
	/*min-height: 100px;*/
}
.news_wrap dt, .news_wrap dd {
    margin-left: 10px;
}
.news_wrap dd a {
    color: #000;
    text-decoration: none;
}
.news_wrap dd a:hover {
    color: #58a9ef;
    text-decoration: none;
}
#contents-layout {
    padding-top: 54px;
}
.container {
    padding-top: 54px;
}
#top_layout {
    padding-top: 0px;
}

.foundation_table_title {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.foundation_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.foundation_table table {
    border-collapse: collapse;
	width: 700px;
}
.foundation_table th, .foundation_table td {
    padding: 1%;
    border: 1px solid #000;
	font-size: 1em;
}

.foundation_table th {
    width: 140px;
	background-color: #f0f8ff;
}
.foundation_table td {
    width: 500px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-top: 30px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.entry_main h3 {
    border-bottom: 1px solid #58a9ef;
    color: #58a9ef;
    background-color: #f0f8ff;
	margin-bottom: 0;
	padding-left: 2%;
}



dl.officer_list {
	margin-top: 0;
}
dl.officer_list dd {
    margin-left: 5%;
    margin-bottom: 1%;
}
dl.officer_list dt {
	margin-left: 5%;
    border-bottom: 1px dotted #000;
}
.officer_list dt:before {
    content: "\0025a0";
	font-size: 150%;
    margin-right: 1%;
}

ol.recruitment_list2 {
    list-style-type: lower-latin;
}
ol.recruitment_list li, ol.recruitment_list2 li {
    font-size: 20px !important;
}

.recruitment_box {
    border: 1px dotted #000;
    padding-left: 2%;
    padding-right: 2%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.q_and_a_list dt {
    font-size: 120%;
    background-color: #f0f8ff;
    color: #58a9ef;
    position: relative;
    padding-left: 2em;
}
.q_and_a_list dt:before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0.3em;
}
.q_and_a_list dd {
    position: relative;
    padding-left: 2em;
	margin-top: 2%;
	margin-bottom: 5%;
}
.q_and_a_list dd:before {
    content: "A:";
    position: absolute;
    left: 0;
}

.release_box dt {
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #ddd;
}
.release_box dt:before {
    content: "\0025a0";
}
ol.list_kakko li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-left: 0;
    text-indent: -2em;
}
ol.list_kakko li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}
ul.kakko > li {
    padding-left: 0.5em;
    text-indent: -1em;
    list-style-type: none;
}
ul.kakko > li:nth-child(1):before {
    content: "(1)";
    display: inline-block;
    margin-right: 5px;
}

dl.maru dt {
    margin: 0;
    border: none;
    float: left;
}
.maru dt:before {
    content: " ";
    padding-left: 0.5em;
}
.maru dd {
    text-indent: 0em;
    margin-left: 1em;
}
ul.kakko > li:nth-child(2):before {
    content: "(2)";
    display: inline-block;
    margin-right: 5px;
}
ul.kakko > li:nth-child(3):before {
    content: "(3)";
    display: inline-block;
    margin-right: 5px;
}

.recruitment_box p {
    font-size: 90% !important;
}


h3.style_no {
    color: #000;
    background-color: #fff;
    border: none;
}
ul.company_statute li {
    list-style: none;
	margin-bottom: 2%;
}
span.blod {
    font-weight: bold;
    margin-right: 1%;
}


dl.yoko_layout dt {float: left;}

dl.yoko_layout dd {
    margin-left: 20%;
}


table img {
    display: block;
    margin: 0 auto;
}


p.kitei {
    margin-bottom: 100px;
}


/*========= 481px〜のデバイスの場合 =========*/
@media only screen and (min-width: 481px) {
header {
    height: 42px;
}	
	
	
div#nav-drawer {
    display: none;
}
p#top {
    margin-top: -2px;
    float: left;
}
p#top img {
    height: 34px;
    margin-left: 10px;
}
h1#top {
    width: 244.98px;
    margin: -2px 0 0 0;
    float: left;
}
h1#top img {
	height: 34px;
    margin-left: 10px;
}
ul.desktop-menu {
    display: block;
    float: right;
    margin: 5px 0 0 0;
}
ul.desktop-menu li {
    list-style: none;
    float: left;
    margin: 0px 10px;
}
ul.desktop-menu a {
    text-decoration: none;
    color: #fff;
}

	
nav.nav-horizontal {
    display: none;
}
	
.frontpage-title-layout {
    margin-top: 5px;
}
	
.entry {
    width: 59%;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}
/*****サイドバーここから*****/
.side-area {
width: 36%;
    float: right;
    margin: 20px 10px 18px 0px;
}	
.side-area-layout {
    width: 100%;
    /* margin-left: 6%; */
}
/*****サイドバーここまで*****/

/*.content {
    min-height: 700px;
}*/

/*****投稿一覧ここから*****/
.content {
    /*width: 59%;*/
	width: 98%;
	/*margin: 5% 1% 1% 1%;*/
	margin: 1% 1% 1% 1%;
    /*float: left;*/
    /*margin-top: 20px;
	 margin-left: 10px;*/
    clear: both;
}
.entry {
    /*width: 59%;*/
	width: 98%;
	margin: 5% 1% 1% 1%;
    float: left;
    /*margin-top: 20px;
	 margin-left: 10px;*/
    clear: both;
}
div#contents-layout {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}
/*****投稿一覧ここまで*****/

/*****固定ページここから*****/


div#contents-layout2 {
    width: 59%;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}
/*****固定ページここまで*****/
	
.main-photo {
    display: table;
}
.header-photo {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}	
.header-text {
    padding: 5%;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}	
	
.foundation_table table {
    width: 100%;
}
dl.officer_list dt, dl.officer_list dd {
    margin-left: 3%;
}
	
}
/*========= 667px〜の場合 =========*/
@media only screen and (min-width: 667px) {
.searchfield {
    width: 90%;
}	
	

dl.yoko_layout dd {
    margin-left: 10%;
}
	
}

/*========= 768px〜の場合 =========*/
@media only screen and (min-width: 768px) {
header {
    /*width: 1000px;*/
    margin: 0 auto;
}
/*.content {
    width: 1000px;
}*/
	
ul.top-banner li {
    width: 48.3%;
}
.footer-inner {
    /*width: 1000px;*/
    margin: 0 auto;
}
	
div#contents-layout {
width: 100%;
    margin: 0 auto;
}
	
/*****投稿一覧ここまで*****/
article#clearfix {
width: 98%;
}
	
	
.post-text {
    position: relative;
    z-index: 1;
height: 120px;
margin-left: 130px;
}
/*****投稿一覧ここまで*****/
	
.searchfield {
    width: 92%;
}
/*****TOPバナーここから*****/
ul.top-banner li {
    list-style-type: none;
    margin-bottom: 10px;
width: 47.59%;
    float: left;
}
ul.top-banner li:nth-child(odd) {
    margin-right: 10px;
}
ul.top-banner li:nth-child(even) {
    margin-left: 10px;
}
/*****TOPバナーここまで*****/
	
/*****エクステリアここから*****/
.scroll_item {
    width: 40%;
}
	
/*****エクステリアここまで*****/
	
	
div.topNav_list {
    margin: 1%;
    width: 31%;
	background-color: #fff;
}
.topNav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
#contents-layout {
    padding-top: 20px;
}
	


.news_wrap dl {
    min-height: 70px;
}


}


/*========= 1030px〜の場合 =========*/
@media only screen and (min-width: 1024px) { 
header {
    width: 1000px;
    margin: 0 auto;
}
/*.container {
    width: 1000px;
    margin: 0 auto;
}*/
#top_layout {
    width: 1000px;
    margin: 0 auto;
}
.content, .entry {
/*width: 65%;
margin-left: 0;*/
}
.content {
width: 1000px;
/*margin: 5% auto;*/
margin: 1% auto;
}
.entry {
width: 1000px;
margin: 5% auto;
}
div#contents-layout2 {
    width: 65%;
    margin-left: 0;
	margin-bottom: 50px;

}
.post-text {
    height: 100px;
    margin-left: 105px;
}
.side-area {
    width: 33%;
    float: right;
    margin-right: 0;
}
	
	
div.topNav_list {
    margin: 0%;
    width: 31.8%;
}
.topNav_list_center {
    margin-left: 2% !important;
    margin-right: 2% !important;
}	
/*****投稿一覧ここまで*****/
article#clearfix {
    clear: unset;
    float: left;
    width: 47%;
}

article#clearfix:nth-child(odd) {
    margin-left: 10px;
}

article#clearfix:nth-child(even) {
    margin-right: 10px;
}


.post-photo {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}	
.post-photo img {
    width: 100px;
    height: 100px;
}
	
.post-text h2 {
    line-height: 1.4;
    font-size: 110%;
}
/*****投稿一覧ここまで*****/

.main-photo {
    width: 1000px;
    margin: 0 auto;
}

ul.top-banner li {
    width: 48.2%;
}


div#contents {
    width: 1000px;
    margin: 0 auto;
}
.fixed-page {
    width: 90%;
    margin: 0 auto;
}	
/*****会社概要ここから*****/
.company-profile-description {
    margin-left: 100px;
}
.company-profile-term {
    font-weight: bold;
    float: left;
}
span.yuubin-no {
    display: unset;
    margin-right: 10px;
}
dl.company-profile-description3 {
    margin-top: 0;
}
.entry {
    padding-bottom: 30px;
}
/*****会社概要ここまで*****/	
	
/*****住まいのトラブルここから*****/
p.trouble-description {
margin-bottom: 100px;
}
/*****住まいのトラブルここまで*****/
	
/*****エクステリアここから*****/
.scroll_item {
    width: 31.2%;
}
li#orikaeshi {
    margin-right: 0;
}
.scroll_item {
    width: 31.2%;
    margin-bottom: 10px;
}
.scroll_lst {
    white-space: unset;
    -webkit-overflow-scrolling: touch;
}
/*****エクステリアここまで*****/
dl.questions-layout dd {
    margin-bottom: 60px;
}

#contents-layout {
    padding-top: 5px;
}

#top_layout {
    padding-top: 0;
}
	
	
	
}