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: #e2ded8;
}

.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: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-bottom: 1px solid #cccccc;
    padding: 0px;
    margin-bottom: 20px;
    background: transparent;
    width: 45%;
    margin-right: 4%;
    list-style: none;
}

.flex_cont_wrap li.active {
    background: transparent;
}

.flex_cont_wrap li .time {}

.flex_cont_wrap li .titles {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    text-decoration: underline;
    color: #121212;
}

.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%);
}

.right_cont {
    width: 300px;
}

.right_cont .h3 {
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #1fb9e4;
}

.right_cont li {
    text-align: left;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
}

.flex_cont_wrap li .moreimg {
    float: right;
}

.worksdetail h2 {
    color: #000000;
}

.btn03 {
    padding: 10px 60px;
    background: #ededed;
    text-align: center;
    border: 1px solid #a1a1a1;
}

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

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

.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

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

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.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 .w25 {
    width: 65%;
}

.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: 45%;
    display: block;
    margin: 30px auto;
    border-radius: 30px;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.btn02 img {
    width: 34%;
}

.list_more {
    float: right;
}

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

.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%;
}

.pri_td {
    background: #ededed;
    padding: 0.5em 0.5em !important;
}

.pri_h3 {
    background: #e5e5e5;
    color: #000000;
    padding: 5px 3px;
    text-align: left;
}

.pri_h3:before {
    content: "■";
    color: #1fb9e4;
    padding-right: 5px;
}

.scrollbox {
    overflow: auto;
    width: 100%;
    height: 100px;
    padding: 3px;
    text-align: left;
    box-sizing: border-box;
}

.ems {
    color: #fc3d66;
}

.agree {
    text-align: left;
    padding-left: 30px;
}

#sec01 {
    background-image: url(images/top_sec1_bg.jpg);
    background-size: cover;
    margin-top: -38px;
    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;
}

#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: 150%;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
}

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

#footer {
    background-image: url(images/foot_bg.jpg);
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    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: left;
    width: 100%;
}

.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;
}

.f_ban {
    text-align: center;
    padding: 20px 0 0 80px;
}

.f_ban a{
    display: block;
}


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

.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;
}


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

.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 #1fb9e4;
}

.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,
.datatable_company_po {
    width: 100%;
}

.datatable_company th,
.datatable_company_po th {
    background: #8c8882;
    width: 50%;
    padding: 20px 0;
    padding-left: 20%;
    box-sizing: border-box;
    color: #ffffff;
}

.datatable_company td {
    background: #ededed;
    width: 50%;
    padding: 20px 0;
    padding-left: 11%;
    box-sizing: border-box;
}

.datatable_company_po td {
    background: #ededed;
    width: 50%;
    padding: 20px 0;
    padding-left: 2%;
    box-sizing: border-box;
}


/**事業内容*/

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

article.works .ttl {
    font-size: 20px;
    padding: 20px 0;
    background: #1fb9e4;
    color: #ffffff;
    text-align: center;
}

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

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

div.works {
    width: 100%;
    background: #ededed;
    padding: 20px;
    box-sizing: border-box;
    display: table;
}

div.works ul {
    display: table-cell;
}

div.works ul li {
    list-style: none;
    margin-bottom: 7px;
}

div.works ul li:before {
    content: ">";
    color: #fc3d66;
    font-weight: bold;
    padding-right: 5px;
}


/**特徴*/

.character {
    background: #1fb9e4!important;
    color: #ffffff;
}

.character:nth-child(even) {
    margin-right: 0px;
}

.character .titles {
    text-decoration: none!important;
    padding: 20px;
    color: #ffffff!important;
    font-size: 120%;
}

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

.onepoint {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #1fb9e4;
    border-bottom: 30px solid #1fb9e4;
    border-left: 30px solid transparent;
}


/**お知らせ*/

.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: #ededed;
}

.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: #ededed;
}

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

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

.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: transparent;
    padding-top: 5px;
    padding-bottom: 18px;
    padding-left: 15px;
    border-top: 0px solid #b1b1b1;
    border-bottom: 0px solid #b1b1b1;
    color: #ffffff;
    text-align: left;
}

.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: 145px;
    padding-bottom: 35px;
    /* padding-left: 89px; */
    text-align: center;
    /* box-sizing: border-box; */
    /* min-height: 215px; */
}


/* ページャー */

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

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

.pager .current {
    color: #ffffff;
    background: #000000;
}

.page-numbers {
    border: 1px solid #1c1c1c;
}

.next,
.prev {
    /* border: 0px solid #ffffff!important; */
    background: #000000;
    color: #ffffff;
}


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

.next,
.prev {}


/**button*/


/**Google map*/

.ggmap {
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 13px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px solid #333333;
}

.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;
}


/*お問い合わせ*/

.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;
    }
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/

@media only screen and (max-width:959px) {
    .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%;
    }
	
.f_ban {
    text-align: center;
    padding: 20px 0 0 0;
    max-width: 250px;
    margin: 0 auto;
}	
	
}
