html {
    background: #ffffff;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #000000;
    -webkit-text-size-adjust: none;
    background: #faf7f2;
    font-size: 14px;
    border-top: 0px solid #000000;
    background: white;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* リンク設定
------------------------------------------------------------*/

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    color: #000000;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
}

/*a[href^="tel:"] { cursor: default; }*/

a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h1 {
    color: #000000;
    font-size: 120%;
}

h2 {
    margin: 0px 0;
    font-size: 130%;
    font-weight: bold;
    color: #ffffff;
}

h3 {
    margin: 0px 0;
    font-size: 140%;
    font-weight: bold;
    color: #000000;
    border-bottom: 0px solid #cccccc;
    position: relative;
}

h3:after {}

h4 {
    margin: 30px 0 20px 0;
    font-size: 150%;
    font-weight: bold;
    color: #000000;
    /*border-bottom: 0px solid #b89719;*/
    background-color: #eeeeee;
    border-top: 4px solid #d2d2d2;
    padding-left: 10px;
}

h5 {
    margin: 20px 0;
    padding: 0 10px;
    font-size: 130%;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #cccccc;
    position: relative;
}

h5:after {
    content: "";
    display: block;
    height: 4px;
    width: 22%;
    background: #333334;
    position: absolute;
    bottom: -4px;
    left: 0px;
}

.lang a {
    display: block;
    width: 166px;
    height: 31px;
    box-sizing: border-box;
    text-align: center;
    border-left: 2px solid #1fb9e4;
    border-right: 2px solid #1fb9e4;
    border-bottom: 2px solid #1fb9e4;
    background: #ffffff;
    color: #1fb9e4;
    padding-top: 3px;
}

.lang a.cur {
    color: #ffffff;
    background: #1fb9e4;
}

.half {
    width: 50%;
}

section {
    margin-bottom: 40px;
}

section strong {
    color: #000000;
    font-weight: bold;
    font-size: 110%;
}

.flex_cont {
    display: flex;
}

.flex_cont img {
    max-width: 100%;
}

.flex_cont_wrap {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding: 0px;/**/
    margin: 0px;/**/
}
/*
.flex_cont_wrap li {
    border: 0px dotted #cccccc;
    padding: 0px;
    margin-bottom: 20px;
    background: #ffffff;
}
*/
.flex_cont_wrap li {
    /*border-bottom: 1px solid #cccccc;*/
    padding: 0px;
    margin-bottom: 25px;
    background: #efefef;
    width: 24%;
    margin-right: 1%;
    list-style: none;
}

.flex_cont_wrap li.active {
	background: #efefef;
}

.flex_cont_wrap li.active a{
  vertical-align: middle;
}

.flex_cont_wrap li .time {
    padding: 10px 10px 30px 10px;
	}

.flex_cont_wrap li .titles {
    padding: 10px;
    text-align: left;
    /*text-decoration: underline;*/
    background-color: #efefef;
    color: #121212;
    font-weight: bold;
}


.flex_cont_wrap li .contents {
    padding: 0px 10px 30px 10px;
    text-align: left;
    /*text-decoration: underline;*/
    background-color: #efefef;
    color: #121212;
    font-size: 90%;
}


.flex_cont_wrap .imgbox {
    display: block;
    overflow: hidden;
    width: 347px;
    height: 246px;
}

.flex_cont_wrap .imgbox img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flex_cont_wrap li .moreimg {
    float: right;
}

.worksdetail h2{
  color: black;
  font-size: 150%;
}

.case_detailbox{
	margin-bottom: 40px;
}

.case_detail .mainbox{
	text-align: center;
}

.case_detail .mainbox #mainimg{
	width: 60%;
}

.subbox a {
    margin-top: 10px;
    margin-right: 10px;
}

.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}

.main_cont {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 22px;
}

.side_cont {
    float: right;
    width: 230px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 15px;
    box-sizing: border-box;
}

.imgleft {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
}

.imgright {
    float: right;
    margin-left: 20px;
    padding-right: 20px;
}

.acc {
    font-size: 130%;
    color: rgb(35, 24, 22);
    line-height: 1.263;
    padding-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.p20 {
    padding: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

.f120 {
    font-size: 120%;
}

.f140 {
    font-size: 140%;
}

.flex {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.bet {
    justify-content: space-between;
}

.flex_top {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: top;
    padding: 0;
    list-style: none;
}

.flex_table {
    width: 100%;
    margin-bottom: 30px;
}

.flex_table td {
    vertical-align: top;
    border-bottom: 2px dashed #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn01 {
    padding: 10px 0;
    width: 40%;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
    background-color: #1fb9e4;
    color: #ffffff;
    font-weight: bold;
}

.btn01:before {
    content: "≫";
    padding-right: 10px;
}

.btn02 {
    padding: 10px 0;
    width: 40%;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.btn02 img {
    width: 27%;
}

.list_more {
    float: right;
}

.readmore {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.readmore-nomal {
    bottom: 10px;
}

#wide-bg {
	margin-top: -85px;
}


.sp-bottom-thumbnails {
    margin-top: -30px;
}

.scroll {
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100px;
    display: block;
    width: 67px;
    font-size: 130%;
    text-align: center;
    color: #ffffff;
}

.scroll span {
    border: 1px solid #ffffff;
    padding: 12px 20px;
    display: block;
    margin: 0 auto;
    width: 20%;
}

#sec01 {
    background-image: url(images/top_sec1_bg.jpg);
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

#sec02 {
    background-image: url(images/top_sec2_bg.jpg);
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

#sec02 .gray_zone {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    background: #e2ded8;
}

#sec03 {
    background: #e2ded8;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
}

.w3col {
    justify-content: space-between;
}

.w3col .w3 {
    width: 32%;
    background: #ffffff;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
}

#sec04 {
    background: #fc3d66;
    background-size: cover;
    margin-top: 0px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    color: #ffffff;
}

#sec04 h3 {
    font-size: 120%;
    color: #ffffff;
    font-weight: normal;
}

.h4 {
    text-align: center;
    color: #285baf;
    padding-top: 10px;
    font-weight: bold;
}

#footer-page-top {
  background-color: #efefef;
  text-align: right;
}

#footer-link a{
	color: white;
}
#footer-link a:hover{
  color: white;
  text-decoration: underline;
}

.footer-address{
	text-align: left;
}

.footer-address a{
	color: white;
	text-decoration: none;
}

#footer {
    background-image: url(images/foot_bg.jpg);
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}

#footer .str {
    font-weight: normal;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
}

.footer_wrap2 {
    width: 100%;
    background: #0c0c0c;
    padding: 20px 0;
    color: #ffffff;
}

.footermenu {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.footermenu table {
    width: 80%;
    margin: 0 0 0 auto;
    table-layout: fixed;
}

.footermenu table td:first-child {
    width: 164px;
}

.footermenu table td {
    padding: 5px 2px;
}

.footermenu table td a {
    color: #ffffff;
}

.footermenu table td a:before {
    content: url(images/foot_arw.png);
    padding-right: 10px;
}

.footermenu li {
    float: left;
}

#footer_logo {
    height: 34px;
    padding-top: 3px;
}

.footer_copy {
    text-align: right;
}

.footer_copy a {
    color: #ffffff;
    font-size: 90%;
}

.footer_copy a:before {
    content: "▶";
    color: #ffffff;
    padding-right: 10px;
}


/**サブページ全般**/

.sub_title {
    text-align: center;
    font-size: 155%;
    color: #121212;
    letter-spacing: 0.1em;
}

.sub_title + hr {
    border: none;
    border-top: solid 3px #1fb9e4;
    width: 110px;
    margin: 15px auto 30px;
}

#wsec01 h2 {
	color: black;
	font-size: 160%;
}


/**固有のボックス*/

.news_list {
    background: #ffffff;
    padding: 20px;
}

.news_list ul {
    padding: 0px;
}

.news_list li {
    list-style: none;
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px dotted #d2e5f0;
}

.news_list li:before {
/*
	  content: "▶";
    color: #1fb9e4;
    padding-right: 10px;
*/
}

.news_list li span.time {
    padding-right: 20px;
}

/**会社案内*/

.company .gree {
    /*background: #ededed;*/
    padding: 20px;
    box-sizing: border-box;
}

.company .gree .sign {
    margin-top: 20px;
    text-align: right;
}

.datatable_company {
    width: 100%;
}

.datatable_company a {
	color: #616161;
	text-decoration: none;
}

.datatable_company th {
    background: #efefef;
    width: 50%;
    padding: 20px;
    /*padding-left: 5%;*/
    box-sizing: border-box;
    color: #616161;
}

.datatable_company td {
    background: #efefef;
    font-size: 90%;
    width: 50%;
    padding: 20px;
    /*padding-left: 5%;*/
    box-sizing: border-box;
    color: #616161;
}

/** 採用情報 */
.datatable_recruit {
    width: 100%;
}

.datatable_recruit a {
  color: #616161;
  text-decoration: none;
}

.datatable_recruit th {
    background: #e8e8e8;
    width: 30%;
    padding: 20px;
    /*padding-left: 5%;*/
    box-sizing: border-box;
    color: #616161;
}

.datatable_recruit td {
    background: #efefef;
    font-size: 90%;
    width: 70%;
    padding: 20px;
    /*padding-left: 5%;*/
    box-sizing: border-box;
    color: #616161;
}

.recruit_btn_lg {
  display: inherit;
}
.recruit_btn_sm {
  display: none;
}



/**事業案内*/
.business .step {
    background-color: #efefef;
    padding: 20px 0px;
}
.business .step p {
	padding: 0 30px;
}



/**お知らせ*/

.news_list_t {
    padding: 20px;
    box-sizing: border-box;
}

.news_list_t .news_box {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /*border: 1px solid #9d9d9d;*/
    background: #efefef;
}

.news_list_t .news_box .time {
    font-size: 90%;
    padding-right: 10px;
}

.news_cont {
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
    /*border: 1px solid #9d9d9d;*/
    background: #efefef;
    color: #458ab8;
}

.news_cont time {
    margin-bottom: 10px;
}

.news_cont .ptitle {
    font-size: 140%;
    margin-top: 10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.news_box .dtitle {
	color: #458ab8;
}

.news_box_detail .postnews {
	color: black;
}

.btn03 {
    padding: 10px 60px;
    background: #1778b0;
    text-align: center;
    color: white;
    /*border: 1px solid #a1a1a1;*/
}

.btn03:before {
    content: "<";
    padding-right: 20px;
}


/*お問い合わせ*/

.post table.contact {
    margin: 40px auto;
    width: 80%;
    font-size: 90%;
    border-spacing: 1px;
}

.post table.contact td,
.post table.contact th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000;
}

.post table.contact th {
    width: 30%;
    line-height: 1em;
    letter-spacing: 3px;
    text-align: left;
    padding-left: 30px;
}

.post table.contact tr:last-child td,
.post table.contact tr:last-child th {
    border-bottom: 0px solid #ffffff;
}

.post table.datatable {
    border: 0px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
    width: 100%;
}

.post table.datatable th {
    color: #000000;
    width: 20%;
    /*letter-spacing: 3px;*/
    vertical-align: top;
    padding: 15px 20px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    text-align: left;
}

.post table.datatable td {
    color: #000000;
    padding: 15px 0;
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
}

.gmapwrap {
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0px;
    background: #ffffff;
    box-shadow: rgba(168, 168, 168, 0.207843) 0px 0px 5px 1px;
    -webkit-box-shadow: rgba(168, 168, 168, 0.207843) 0px 0px 5px 1px;
    -moz-box-shadow: rgba(168, 168, 168, 0.207843) 0px 0px 5px 1px;
    color: #000000;
    text-align: left;
}
/*
.bread {
    background: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top: 0px solid #b1b1b1;
    border-bottom: 0px solid #b1b1b1;
    color: #ffffff;
}
*/
.bread {
	font-size:12px;
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  top: 100px;
  position: relative;
}

.bread a {
    color: #ffffff;
}

#mainimgkey_wrap {
    clear: both;
    margin-top: 0px;
    line-height: 0;
    text-align: left;
    z-index: 0;
    position: relative;
   /* background: url(images/img_wrap.png) repeat-x;*/
}

#mainimgkey {
    clear: both;
    margin-top: 0px;
    line-height: 0;
    text-align: left;
    z-index: 0;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#imgwrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
   padding-top: 85px;
    /* padding-bottom: 35px; */
    /* padding-left: 89px; */
    text-align: center;
    box-sizing: border-box;
    min-height: 187px;
}


/* ページャー */

.pager {
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: center
}

a.page-numbers,
.pager .current {
    padding: 5px 8px;
    margin: 0 2px;
}


/*.page-numbers::before {
        content: "/　";
    }

    .page-numbers::after {
        content: "　/";
    }
    */

.next::before,
.prev::before,
.next::after,
.prev::after {
    content: ""!important;
}

.pager .current {
    color: #999999;
}

.pager a {
    color: #ffffff;
}

.pager a:hover {
    color: #999999;
}

.next,
.prev {
    border: 0px solid #ffffff!important;
}


/**button*/

input[type="submit"] {
    background-image: url(images/contact_send.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #333334;
    text-indent: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 20px 20px 20px;
    text-decoration: none;
    width: 316px;
}


/**Google map*/

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    /*border: 1px solid silver;*/
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ggmap_w {
    width: 800px;
    margin: 0 auto;
}


/*Page-top CSS*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 200px;
    font-size: 100%;
    z-index: 20;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
}

.pconly {}

.sponly {
    display: none;
}

.ipvconly {
    display: none;
}

.cen {
    text-align: center;
}

.cen img {
    max-width: 100%;
}

.rig {
    text-align: right;
}

.info a {
    color: #000000;
}

.lh2 {
    line-height: 2em;
}

.ls003 {
    letter-spacing: -0.03em;
}

.pref_area select {
    width: 50%;
}

.flex_lr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
}

.flex_lr section {
    padding: 15px 0;
    margin-bottom: 0;
    -webkit-flex: 1;
    flex: 1;
}

.flex_lr .col-1 {
    padding-right: 10px;
}

.flex_lr .col-2 {
    padding-left: 10px;
}

.img_l {
    float: left;
    width: 50%;
    max-width: 270px;
    padding-right: 20px;
}

.flex_lr p {
    margin-top: 1em;
}

.flex_lr p:first-of-type {
    margin-top: 0;
}

.str {
    color: #333334;
    font-weight: bold;
}

.fb_ttl {
    font-size: 150%;
    font-weight: bold;
    margin: 5px 0 20px 0;
}

.goto_btn {
    height: 56px;
    width: 100%;
    background: url("images/btn_bg.png") 0 0 repeat-x;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 14px;
}

.box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}


article.works {
    margin-bottom: 40px;
    position: relative;
}

article.works .ttl {
    font-size: 20px;
    padding: 20px 0;
    color: black;
    font-weight: bold;
}


article.works .txt2 {
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: left;
    background: #ffffff;
    width: 100%;
}



/*こだわり*/

.good_img {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    margin: 20px 0 20px 0;
}

.b_line {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px!important;
    margin-bottom: 80px;
}

.plr10 {
    padding: 0 10px 0 10px;
}


/*業務内容*/

.area {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 80px;
    margin-bottom: 10px;
}

.fodr1 {
    padding: 0 20px 0 20px;
}


/*施工の流れ*/

.mei {
    font-family: "メイリオ";
}

span.supText {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}


}

/*お問い合わせ*/
.contact_form {}
.gray {
    background-color: #eeeeee;
    padding: 10px 20px;
}
.contact_form p {
    margin-top: 0;
}
.c_item {
    font-weight: bold;
    margin-top: 15px;
}
.mes {
    font-size: 90%;
}
.bb2 {
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 20px;
    margin: 0 20px 15px 20px;
}
.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.fb_ttl2 {
    font-size: 150%;
    font-weight: bold;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width:1314px) {
    .scroll {
        display: none;
    }
}

/* 1000px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
    .goto_btn {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px) {
    .flex_lr {
        flex-wrap: wrap;
    }

    .flex_lr section {
        flex: auto;
        -webkit-flex: auto;
    }

    .flex_lr .col-1 {
        padding-right: 0;
    }

    .flex_lr .col-2 {
        padding-left: 0;
    }

    .flex_cont_wrap li.active {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .img_l {
        width: 40%;
    }


    .footer-address{
      text-align: center;
      width: 100%;
    }

    #wide-bg{
      margin-top: 0px;
    }
}
