@charset "utf-8";

.bg-green {
    background-color: #46a225;
}

.bg-llyellow {
    background-color: #fbf8cd;
}

.bg-llyellow-gyousya {
    background-color: #fffff4;
}

.h_10em {
    height: 10em;
}

.mr_1 {
    margin-right: 1px;
}

.ml_1 {
    margin-left: 1px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_10 {
    padding-bottom: 10px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_15 {
    margin-top: 15px;
}

.mb_15 {
    margin-bottom: 15px;
}

.wxx1p {
    width: 30%;
}

.sh1 {
    min-height: 2.4em;
    padding-top: 0.6em;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    border-top: solid 0.2em #ffca29;
    background-color: #279ddf;
}

.sh1_area {
    width: 360px;
    height: 235px;
    min-height: 2.4em;
    padding-top: 0.6em;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 1em;
    color: #0068b7;
    background-image: url("../area/img/intro.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.area_name {
    margin: 55px 0 0 15px;
    font-size: 120%;
    color: #f90;
    line-height: 1.3em;
    text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff;
    position: absolute;
}

.round-box1 {
    border: solid 0.1em #ee9200;
    border-radius: 0.2em;
}

.round-box2 {
    border: none;
    border-radius: 0.3em;
}

.inline-block {
    display: inline-block;
}

.sh2 {
    padding-left: 1.2em;
    font-weight: bold;
    font-size: 1em;
    color: #005e92;
    line-height: 2.2em;
    background-color: #a7ddfb;
    position: relative;
    position: relative;
    /* span class="v_bar"で縦棒調整用 */
}

/* 吹き出し */
.sh2_l,
.sh2_r {
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-weight: bold;
    font-size: 1em;
    color: #005e92;
    line-height: 2.2em;
    background-color: #a7ddfb;
    position: relative;
    position: relative;
    /* span class="v_bar"で縦棒調整用 */
}

.sh2_l:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    margin-left: 0;
    border-width: 1.2em 1em 0 0;
    border-style: solid;
    border-color: #a7ddfb transparent transparent transparent;
    -webkit-transform: rotate(18deg);
    position: absolute;
    bottom: -0.65em;
    left: 3.5em;
    z-index: -1;
}

.sh2_r:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    margin-left: 0;
    border-width: 0 1.2em 1em 0;
    border-style: solid;
    border-color: transparent #a7ddfb transparent transparent;
    -webkit-transform: rotate(-18deg);
    position: absolute;
    bottom: -0.65em;
    right: 3.5em;
    z-index: -1;
}

.v_bar {
    width: 0.35em;
    height: 1.5em;
    display: inline-box;
    background-color: #279ddf;
    position: absolute;
    top: 0.27em;
    left: 0.5em;
}

.item_no {
    font-weight: bold;
    font-size: 1.5em;
    color: #ee9200;
    position: absolute;
    top: 0.0em;
    left: 0.6em;
}

.pr_5 {
    padding-right: 5px;
}

.w_auto {
    width: auto;
}

/* 解体工事sp　topの制約事例のテキスト用 */
.seiyaku {
    position: relative;
}

.seiyaku-text {
    font-size: 12px;
    position: absolute;
    top: 230px;
    left: 0px;
}

.fs_small {
    font-size: x-small;
}

.lh2em {
    line-height: 24px;
}

.bg-gray {
    background-color: #e6e6e6;
}

/* 画面フッタメニューの区切り */
.item__border {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}

/* spPBanner追加に伴う変更 @ 2018.10.02 */
footer.sppbanner {
    margin-bottom: 18.75vw;
}

footer.sppbanner .box+p {
    margin-bottom: 75px;
}

.navbar-fixed-bottom {
    bottom: 18.75vw;
}

/*NEW BANNER 20190605 ADD*/
.entry03 h1 {
    padding: 0 15px;
}

.entry03 h1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*NEW BANNER 20190605 END*/

/*COLUMN BUTTON追加 20190605 ADD*/
section.top-column-sp-btn h1 {
    padding: 0 15px;
}

section.top-column-sp-btn a {
    width: 100%;
    display: block;
    padding: 10px 15px 10px 45px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid #217bad;
    border-radius: 4px;
    background: #279ddf url(../../img/column-i.png) no-repeat center left 13px;
    background-size: 7%;
    position: relative;
}

section.top-column-sp-btn a span {
    font-size: 14px;
    position: absolute;
    top: 11px;
    right: 15px;
}

/*COLUMN BUTTON追加 20190605 END*/

/*COLUMN 追加 20190605 ADD*/
.top-column-sp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.column-box-sp h2 {
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.5;
}


.top-column-sp .bg-img1 p,
.top-column-sp .bg-img2 p {
    background: #fff;
}

/**top-column005**/
.top-column-005 .bg-img1 {
    padding: 120px 0 0;
    background: url(../../column/kaitaicolumn005/img/kyoka.png) no-repeat top center;
    background-size: 50%;
}

.top-column-005 .bg-img2 {
    padding: 140px 0 0;
    background: url(../../column/kaitaicolumn005/img/manifesto.png) no-repeat top center;
    background-size: 35%;
}

.top-column-005 .column-box .box-in-last p.last-p {
    padding-top: 15px;
    padding-bottom: 15px;
}

/**top-column012**/
.top-column-012 .bg-img1 {
    padding: 130px 0 0;
    background: url(../../column/kaitaicolumn012/img/column12-1.jpg) no-repeat top center;
    background-size: 50%;
}

.top-column-012 .bg-img2 {
    padding: 140px 0 0;
    background: url(../../column/kaitaicolumn012/img/column12-2.jpg) no-repeat top center;
    background-size: 50%;
}

.top-column-012 .column-sentence .inner-btm,
.top-column-012 .column-box .box-in-last .inner-btm {
    padding-bottom: 0;
}

.top-column-012 .column-box .box-in-last .last-p {
    background-position: center right;
}

/**top-column014**/
.top-column-014 .bg-img1 {
    padding: 130px 0 0;
    background: url(../../column/kaitaicolumn014/img/column14-1.jpg) no-repeat top center;
    background-size: 50%;
}

.top-column-014 .bg-img2 {
    padding: 140px 0 0;
    background: url(../../column/kaitaicolumn014/img/column14-2.jpg) no-repeat top center;
    background-size: 40%;
}

.top-column-014 .column-sentence .inner-btm {
    padding-bottom: 0;
}

.top-column-014 .column-box ul li {
    width: 100%;
    border-bottom: 1px solid #063ecc;
}

.top-column-014 .column-box ul li::before {
    width: 15px;
}

.top-column-014 .column-box .inner-btm {
    padding: 1em;
}

.top-column-014 .column-box .box-in-last .last-p {
    background-position: center right;
}

/*COLUMN 追加 20190605 END*/

/** COLUMN New ADD @20191010 **/
#column-new {
    margin: 0 15px 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    background: #2e79cc;
}

#column-new h2 {
    margin: 0;
    padding: 10px 0 8px 0;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: #279ddf url(../../img/column-i.png) no-repeat center left 55px;
    background-size: 8%;
    position: relative;
}

#column-new h2 span {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 6px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.38);
    background: red;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#column-new h2 img {
    width: 65px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 9;
}

#column-new a {
    text-decoration: none;
}

#column-new ul.achv-box {
    list-style: none;
    padding: 0;
    color: #333;
    border-bottom: 5px solid #b4dcfb;
}

#column-new ul.achv-box li {
    padding: 5px 10px 10px;
    line-height: 125%;
    border: 5px solid #b4dcfb;
    border-bottom: none;
    background: #fff;
    position: relative;
}

#column-new ul.achv-box li span {
    width: 80px;
    display: block;
    margin: 0 0 0 -15px;
    padding: 3px 0;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: red;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
}

#column-new ul.achv-box li span::before {
    content: "";
    border-bottom: solid 4px transparent;
    border-right: solid 5px #b70513;
    position: absolute;
    top: 100%;
    left: 0;
}

#column-new ul.achv-box li>a {
    width: 80px;
    display: block;
    float: left;
    padding: 10px;
}

#column-new ul.achv-box li img {
    width: 100%;
    height: auto;
}

#column-new h3 {
    display: block;
    margin: 0;
    padding: 10px 0 30px;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    position: relative;
}

#column-new h3 a {
    color: #333;
}

#column-new ul.achv-box li h3 a::after {
    content: "詳しく";
    padding: 5px 20px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.38);
    border-bottom: 3px solid #d97c04;
    border-radius: 6px;
    background: #ff9000;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

#column-new ul.achv-box li::after {
    content: "";
    display: block;
    clear: both;
}

/**** button ****/
#column-new>div {
    position: relative;
}

#column-new>div a {
    display: block;
    margin-top: 10px;
    padding: 7px 10px 6px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.38);
    border-bottom: 4px solid #d97c04;
    border-radius: 6px;
    background: #fa9b03;
    position: relative;
}

#column-new>div a {
    position: static;
}

#main.home #column-new>div a::after {
    content: "\0025b6\0025b6";
    padding-left: 5px;
    font-size: 0.8em;
    letter-spacing: -2px;
}

#column-new a:hover {
    text-decoration: none;
    opacity: 0.7;
    position: static;
}

/*COLUMN New END @20191010 ---------------------*/

.bnr-box {
    width: 100%;
    margin: 30px 0;
}

.bnr-box-item img {
    width: 100%;
}

.bnr-box-item+.bnr-box-item {
    margin-top: 15px;
}

/********** 2022-08-30 **********/
.privacy {
    padding: 1em;
}

.privacy .sentence {
    margin-bottom: 30px;
    font-size: 0.9em;
    line-height: 1.8;
}

.privacy .box h2 {
    height: auto;
    margin-bottom: 12px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 1.2em;
    color: #f98950;
    line-height: 1.8;
    border-bottom: 3px solid #f98950;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 166, 51, 1)), to(rgba(255, 166, 51, 0)));
    background: linear-gradient(to bottom, rgba(255, 166, 51, 1) 0%, rgba(255, 166, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa633', endColorstr='#00ffa633', GradientType=0);
}

.privacy-box-title {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1em;
}

.border-box {
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid black;
}

.list-dot {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 1em;
}

.list-dot li {
    list-style: initial;
}

.list-order {
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
}

.list-order>li+li {
    margin-top: 1em;
}

.list-order-02 {
    margin-left: 1em;
}

.table-privacy {
    width: 100%;
    margin: 0.5em 0;
    border: 1px solid black;
    border-collapse: collapse;
}

.table-privacy tr+tr {
    border-top: 1px solid black;
}

.table-privacy tr th,
.table-privacy tr td {
    width: 50%;
    padding: 1em;
}

.table-privacy tr th+td {
    border-left: 1px solid black;
}

.sign {
    margin: 1em 0;
    font-size: initial;
}

@media (max-width: 599px) {
    .table-privacy tr th,
    .table-privacy tr td {
        padding: 1em 0.5em;
        font-size: 14px;
    }
}