/*
Theme Name: kaesapo
Theme URI: https://kaesapo.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/* YUI fonts.css - font size設定
----------------------------------------------------------- */

@import url("css/cssfonts-min.css");
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */

@import url("css/default.css");
/* all style
----------------------------------------------------------- */

@import url("css/style.css");

:root {
    --color-red: #db1d32;
    --color-green: #75bb29;
    --color-blue: #005eb5;
    --color-orange: #f08700;
}


body {
    min-width: 1100px;
    /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


article {
    padding: 30px 0;
}


/*------------- tmp -------------*/

.tmp img {
    display: block;
    margin: 0 auto;
}

.bg01 {

    /*background: url(./img/beige_bg.png) center center;*/
    /*background: url(./img/blond_bg.png) center center;*/
    background: url(./img/straw_bg.png) center center;

}

.bg02 {
    background: url(./img/beige_bg02.png) center center;
}

.bg03 {
    background: url(./img/bg_house.jpg) center center;
    background-size: cover;
}


.bg04 {
    background: #f0f0f0 url(./img/ftr_bnr_bg.png) repeat-x center bottom;
}

.btn {
    display: inline-block;
    border: solid 3px #f08300;
    border-radius: 5000px;
}

.btn a {
    display: inline-block;
    border-radius: 7px;
    color: #f08300 !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 8px 37px 8px 70px;
    background: #ffffff;
    /* border-top: solid 3px #badd94; */
    text-decoration: none !important;
    border-radius: 5000px;
}

.btn a:before,
.btn a:after {
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 27px;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-top: 8px;
}

.btn a:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f08300;
    z-index: 99;
}

.btn a:after {
    left: 31px;
    width: 5px;
    height: 5px;

    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
    z-index: 100;
}

.btn a:hover {
    opacity: 0.6;
    transition: 0.7s;
}

.btnDetail {
    position: relative;
    font-size: 20px !important;
    font-weight: bold;
    background: #0a9163;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.3) inset;
    margin: 5px 0 0 !important;
    padding: 0;
    transition: 0.7s;
    text-align: center;
    color: #fff;
}

.btnDetail:hover {
    opacity: 0.7;
    transition: 0.7s;
}

.btnDetail a {
    display: block;
    padding: 3px 7px !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.7s;
}


.notice-r {
    color: #db1d32;
}

.notice-o {
    color: #f39800;
}

.notice-b {
    color: #005eb5;
}

.notice-g {
    color: #0a9163;
}

.notice-y {
    color: #f39800;
}

.text-s {
    font-size: 80% !important;
}


.tel {
    font-size: 13px;
}



.tel span {
    background: url(./img/ico_freedial05.png) no-repeat left 80%;
    color: #d00000;
    /*    font-size: 48px;*/
    line-height: 1;
    padding: 0 0 0 80px;
    margin: 0;
    display: block;
    /*    font-family: "Impact", Gadget, 'Anton', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 43px;
}



.tel span a {
    color: #db1d32 !important;
    text-decoration: none;
}


/* -----------------------------------------------------------
    header
----------------------------------------------------------- */

header {
    position: relative;
}

header .htxt {
    background: #efefef;
    padding: 3px 0;
    margin-top: 10px;
    position: relative;
}

header .htxt:before {
    position: absolute;
    content: '';
    background: url(./img/bcg_box05.png);
    background-repeat: repeat-x;
    background-position: top center;
    height: 10px;
    width: 100%;
    top: -10px;
}

header .htxt h1,
header .htxt p {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    display: block;
    width: 1100px;
    margin: 0 auto;
}

header .htxt p strong {
    font-weight: normal;
}

header .inner {
    align-items: center;
    /*    padding: 5px 0;*/
    padding: 0 0;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header .hdrLogo {
    overflow: hidden;
    float: left;
    margin: 0px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


header .hdrLogo a {
    float: left;
    text-decoration: none;
    color: #333;
}

header .hdrLogo .corpNumber {
    font-size: 11px;
}

header .hdrContact {
    float: left;
    font-size: 14px;
    margin-right: 7px;
    /*↓ショールーム仮対応*/
    /* margin-right: 12px; */
}

header .hdrContactp {
    line-height: 1.2;
}

header .hdrContact .contactCatch {
    display: block;
    border-radius: 30px;
    /*    background: #75bb29;*/
    background: #f6b61a;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    /*
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;

}

header .hdrContact .tel {
    margin: 20px 0 5px 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -1px;


    letter-spacing
}

header .hdrContact .tel span {
    font-size: 35px;
    background-size: 42px;
    padding-left: 42px;

    /*↓ショールーム仮対応*/
    /*font-size: 50px;*/
    /* background-size: 52px;
    padding-left: 56px; */

}

header .hdrBnr {
    position: relative;
    overflow: hidden;
    float: right;
    transform: translate(0, -10px);
}

header .hdrBnr li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 6px;
}


header .hdrBnr li a {
    text-decoration: none;
}

header .hdrBnr li:hover,
header .hdrBnr li a:hover {
    opacity: 0.8;
    transition: 0.7s;
}


/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

footer {
    padding: 0 0 80px 0;
    font-size: 13px;
}



footer .ftrBnr {
    position: relative;
    overflow: hidden;
    padding: 0;
}

footer .ftrBnr .consultationBox,
footer .ftrBnr .estimatesBox {
    float: left;
    margin-right: 40px;
}

footer .ftrBnr .estimatesBox {
    margin-right: 0;
}

footer .ftrBnrList {
    width: 750px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    clear: both;
    margin: 0;
}

footer .ftrBnrList li {
    margin: 0 0 10px 10px;
}

footer .inner {
    padding: 30px 0;
}

footer .bnrArea,
#main .inrBnr .bnrArea {
    padding: 20px 0;
    background: #f08300;
    border-top: #fff solid 1px;

}

footer .inner .bnrArea {
    background: none;
    padding-top: 30px;
}

footer .ftrBnrBox {
    display: flex;
    margin-bottom: 20px;
    clear: both;
}

footer .sponsor .anshinraiBnr {
    margin: 10px 0;
}

/* footer .ftrBnrList .nurikaeBnr {
    margin-left: 300px;
} */

/*--コンタクトエリア--*/

footer .contactBox,
#main .inrBnr .contactBox {
    clear: both;
    display: block;
    position: relative;
    margin: 3px auto 5px;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: none;
    padding: 0;
}

footer .contactBox a,
#main .inrBnr .contactBox a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}


footer .contactBox .inBox,
#main .inrBnr .contactBox .inBox {
    background: #fff;
    overflow: hidden;
    padding: 0;
}

footer .contactBox .imgLayer,
#main .inrBnr .contactBox .imgLayer {
    right: 2px;
    bottom: 0;
}

footer .contactBox h2,
#main .inrBnr .contactBox h2 {
    font-size: 32px;
    text-align: center;
    background: none;
    color: #333;
    padding: 0;
    width: auto;
    margin-bottom: 5px;
    text-shadow: none;
}

footer .contactBox h4,
#main .inrBnr footer .contactBox h4 {
    margin-bottom: 5px;
}

footer .contactBox p,
#main .inrBnr .contactBox p {
    font-size: 28px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

footer .contactBox p.catchTxt,
#main .inrBnr .contactBox p.catchTxt {
    font-size: 32px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    padding: 15px 15px 0 15px;
    color: #333;
    background: none;
    text-align: left;
    margin: 0;
}

footer .contactBox .toContactBox,
#main .inrBnr .contactBox .toContactBox {
    margin-right: 15px;
}

footer .contactBox p.catchTxt span,
#main .inrBnr .contactBox p.catchTxt span {
    border-radius: 4px;
    background: #db1d32;
    color: #fff;
    font-size: 25px;
    padding: 2px 5px 2px;
    margin-right: 5px;
    vertical-align: 10%;
    font-weight: bold;
    font-size: 20px;
}

footer .contactBox p.catchTxt strong,
#main .inrBnr .contactBox p.catchTxt strong {
    color: #db1d32;
}

footer .contactBox .telBox,
#main .inrBnr .contactBox .telBox {
    padding: 0;
    overflow: hidden;
    background: #fff;
    display: block;
}

footer .contactBox .telBox .tel,
#main .inrBnr .contactBox .telBox .tel {
    font-size: 13px !important;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0 !important;
    color: #333;
    padding: 0 10px 0 15px;
    display: block;
    float: left;
}

footer .contactBox .telBox .tel span,
#main .inrBnr .contactBox .telBox .tel span {
    font-size: 61px;
    line-height: 1;
    /*    letter-spacing:-2px;*/
    margin: 0;
    display: block;
    clear: none;
    padding-left: 60px;
    background-size: 60px auto;
}

footer .contactBox .telBox .tel span.tel-link,
#main .inrBnr .contactBox .telBox .tel span.tel-link {
    letter-spacing: -2px;
    color: #db1d32;
}

footer .contactBox .telBox .tel span.tel-time,
#main .inrBnr .contactBox .telBox .tel span.tel-time {
    font-size: 13px;
    background: none;
    padding: 0;

    font-weight: normal;
    line-height: 1.4;
    color: #333;
    background: none;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    word-break: break-all;
    float: none;

}

footer .contactBox .telBox .btn,
#main .inrBnr .contactBox .telBox .btn {
    display: inline-block;
}

footer .contactBox .telBox .btn a,
#main .inrBnr .contactBox .telBox .btn a {
    border-radius: 3px;
    font-size: 23px;
    margin: 0;
    /* width: 100%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    padding: 5px;
    /*vertical-align: 100%;*/
    border-radius: 7px;
    background: #ffffff;
    /* border-top: solid 3px #badd94; */
    border-radius: 5000px;
    color: #fff;
    position: relative;
    padding: 10px 20px 10px 45px;
}

footer .contactBox .telBox .btn a:after,
#main .inrBnr .contactBox .telBox .btn a:after {
    left: 18px;
    top: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

}

footer .contactBox .telBox .btn a:before,
#main .inrBnr .contactBox .telBox .btn a:before {
    top: 8px;
    left: 14px;
}

footer .contactBox .telBox p.read-area,
#main .inrBnr .contactBox .telBox p.read-area {
    background-color: #224a7f;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    clear: both;
}


footer .corpNumber {
    font-size: 11px;
}

footer a,
footer a:link,
footer a:visited {
    color: #555;
    text-decoration: none;
}

footer .ftrLogo {
    margin-bottom: 20px;
    display: block;
}

footer h5 {
    font-weight: bold;
    font-size: 13px;
    color: #555;
}


footer nav {
    float: right;
    height: auto;
    background: none;
    margin-top: 0;
    margin-bottom: 100px;

}

footer nav .ftrNav {
    position: relative;
    overflow: hidden;
}

footer nav .ftrNav>li {
    float: left;
    margin-left: 40px;
}

footer nav .ftrNav li ul>li {
    position: relative;
    padding-left: 13px;
}

footer nav .ftrNav li ul>li:before,
footer nav .ftrNav li ul>li:after {
    display: block;
    content: '';
    position: absolute;
}

footer nav .ftrNav li ul>li:before {
    z-index: 2;
    top: 7px;
    left: 1px;
    width: 3px;
    height: 3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

footer nav .ftrNav li ul>li:after {
    top: 6px;
    left: 0px;
    width: 7px;
    height: 7px;
    /*    background-color: #ff8833;*/
    background-color: #fcc800;
}

footer nav .ftrNav li ul>li a {
    text-decoration: none;
}

footer .ftrTosoBnr {
    clear: both;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: right;
}

footer .ftrTosoBnr li {
    display: inline-block;
    margin-left: 20px;
}

footer .copyRight {
    clear: both;
    text-align: right;
    color: #555;
}



footer .ftrScroll {
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    font-size: 12px;
    line-height: 1.2;
}

footer .ftrScroll .camBnrFix {
    position: absolute;
    content: "";
    right: 0;
    top: -100px;
    width: 240px;
    height: 90px;
}

footer .ftrScroll .camBnrFix * {
    width: 100%;
    height: 100%;
}

footer .ftrScroll .inner {
    margin: 10px auto;
    padding: 0;
    width: 1100px;
}

footer .ftrScroll .ftrCont {
    background: #fff;
    padding: 2px 5px;
    float: left;
    min-width: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
    overflow: hidden;

    /*↓ショールーム仮対応*/
    min-width: 860px;
}

footer .ftrScroll .tel {
    display: inline-block;
    float: left;
    margin: 0 10px 0 40px;
    color: #333;
    font-size: 11px;
}

footer .ftrScroll .tel span {
    /*
    padding: 0 0 0 62px;
    background: url(./img/ico_freedial02.png) no-repeat 0 0;
    */
    margin: 0 0 4px;
    padding: 0 0 0 40px;
    background: url(./img/ico_freedial02.png) no-repeat bottom left;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -2px;
    display: block;
    background-size: 34px;
}

footer .ftrScroll .ftrCont ul {
    position: relative;
    overflow: hidden;

}

footer .ftrScroll .ftrCont ul li {
    float: left;
    margin-left: 5px;
    text-align: center;
}

footer .ftrScroll .ftrCont ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
}



footer .ftrScroll .ftrCont ul li.ftrShowroom {}

footer .ftrScroll .ftrCont ul li.ftrContact {}

footer .ftrScroll .ftrCont ul li.ftrTel {
    display: none;
}


footer .ftrScroll .pageTop a {
    background: #f08300;
    width: 76px;
    height: 67px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;

    /*↓ショールーム仮対応*/
    width: 90px;
}

footer .ftrScroll .pageTop a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

footer .ftrScroll .ftrCont h3 {
    background: #f6b61a;
    color: #fff;
    font-size: 18px;
    margin: -16px 0 -16px -10px;
    padding: 22px 0 22px 15px;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

footer .ftrScroll .ftrCont h3:after {
    content: '';
    position: absolute;
    /*    left: 78%;*/
    left: 65%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    /*border: solid 35px #f08700;*/
    border: solid 35px #f6b61a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0 0 5px 0;
    z-index: -1;
}

footer .ftrScroll .ftrCont ul li span {
    font-size: 13px;
    display: block;
    color: #fff;
}

footer .ftrScroll .lineQr {
    float: left;
    margin-right: 15px;
}




#top footer .ftrBnr {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}


.corpAbout .inner {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 261px;
}

.corpAbout h2 {
    font-size: 20px;
    line-height: 1.4;
    background: none;
    color: #f39800;
    margin-bottom: 15px;
    width: auto;
    padding: 0;

}

.corpAbout .overflowH {
    width: 490px;
    float: right;
}

.corpAbout p {
    font-size: 12px;
    margin-bottom: 0;
}

.corpAbout .btn {
    line-height: 1.8;
    margin-bottom: 50px;
}

.corpAbout .btn a {
    padding: 5px 25px 5px 55px
}

.corpAbout .imgLayer {
    bottom: 0;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */

nav {
    position: relative;
    height: 92px;
    background: rgb(240, 131, 0);
    /*
    background: -moz-linear-gradient(top,  rgba(172,0,14,1) 0%, rgba(228,0,18,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(172,0,14,1) 0%,rgba(228,0,18,1) 100%);
    background: linear-gradient(to bottom,  rgba(172,0,14,1) 0%,rgba(228,0,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac000e', endColorstr='#e40012',GradientType=0 );
    */

}

nav ul#gNav {
    /*height: 80px;*/
    height: 72px;
    margin: 0 auto 0;
    padding: 10px 0 10px;
    width: 1100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 11;



}

nav ul#gNav:after {
    display: none;
}


nav ul#gNav>li {
    /*    background: #75bb29;
    box-shadow: 0 2px 1px 0 rgba(1, 99, 50, 0.7) inset;
*/
    background: #ffffff;
    display: block;
    width: 132px;
    /*    width: 152px;*/
    position: relative;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

nav ul#gNav>li>a {
    padding: 30px 0 0;
    height: 72px;
    display: table-cell;
    position: relative;
    /*    width: 132px; */
    width: 152px;
    text-align: center;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center 7px;
}

nav ul#gNav>li span {
    display: block;
    font-size: 10px;
    font-weight: bpld;
    color: #f08700;
    text-shadow: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

nav ul#gNav>li>a:hover {
    opacity: 0.6;
    transition: 0.7s;
}

nav #gNav>li>ul {
    position: absolute;
    height: 72px;
    left: 0;
    z-index: 1;
    min-width: 100%;
    width: auto;
    height: 0;
}

nav #gNav>li>ul>li {
    visibility: hidden;
    overflow: hidden;
    width: auto;
    /*サブメニューの幅*/
    height: 0;
    background: rgba(45, 41, 32, 0.8);
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    transition: 0.7s;
    float: none;
    font-weight: normal;
    text-shadow: none;
    z-index: 11;
}

nav #gNav li ul li a {
    height: auto;
    border-bottom: none;
    height: 39px;
    background-image: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

nav #gNav li ul li a:before,
nav #gNav li ul li a:after {
    display: none;
}

nav #gNav li ul li a:link,
nav #gNav li ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}

nav #gNav li ul>li:hover,
nav #gNav li ul>li a:hover {
    color: #f1d200 !important;
    transition: 0.7s;
}


nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 39px;
    /*サブメニューの高さ*/
}

#menu nav #gNav>li.gnav03 ul li a,
#menu nav #gNav>li.gnav04 ul li a {
    color: #fff !important;
}

#menu nav #gNav>li.gnav03 ul li a:hover,
#menu nav #gNav>li.gnav04 ul li a:hover {
    color: #f1d200 !important;
    transition: 0.7s;
}

nav #gNav li.gnav01 a {
    background-image: url(./img/gnav_ico_01.png);
}

nav #gNav li.gnav02 a {
    background-image: url(./img/gnav_ico_02.png);
}

nav #gNav li.gnav03 a {
    background-image: url(./img/gnav_ico_03.png);
}

nav #gNav li.gnav04 a {
    background-image: url(./img/gnav_ico_04.png);
}

nav #gNav li.gnav05 a {
    background-image: url(./img/gnav_ico_05.png);
}

nav #gNav li.gnav06 a {
    background-image: url(./img/gnav_ico_06.png);
}

nav #gNav li.gnav07 a {
    background-image: url(./img/gnav_ico_07.png);
}

nav #gNav li.gnav08 a {
    background-image: url(./img/gnav_ico_08.png);
}

/*-------------
#mainv
--------------*/
#mainv {
    margin-bottom: 0;
    z-index: 0;
    overflow: hidden;
    border-bottom: 1px #fff solid;
}

#mainv .stage {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

#mainv .stage span {
    width: 1000px;
    z-index: 10 !important;
}

.slick-slide {
    opacity: 0.5;
    transition: 0.5s;
}

.slick-current {
    opacity: 1;
}

#mainv .stage button {
    position: absolute;
    z-index: 2000;
}


#mainv .thumbnail .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#mainv .thumbnail span {
    width: 180px !important;
    height: auto;
}

#mainv .thumbnail .slick-slide {
    opacity: 1;
}

#mainv .thumbnail span img {
    width: 100%;
}

#arrows {
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

#arrows button {
    position: absolute;
    border: none;
}

#arrows button.slick-prev,
#arrows button.slick-next {
    background: none;
    outline: none;
    cursor: pointer;
    width: 2000px;
    height: 436px;
}

#arrows button.slick-prev {
    right: 1050px;
    top: -436px;
}

#arrows button.slick-next {
    left: 1050px;
    top: -436px;
}

#arrows button.slick-prev:before,
#arrows button.slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

#arrows .slick-prev:hover {
    background: url(./img/leftNav.png) right center no-repeat;
    opacity: 1;
}

#arrows .slick-next:hover {
    background: url(./img/rightNav.png) left center no-repeat;
    opacity: 1;
}

/*
#arrows .slick-prev:hover:before,
#arrows .slick-next:hover:before {
    background: url(./img/common/cover.png);
}
*/
.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    display: block;
    background: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #fed900;
}


/*-- slide on --*/
#mainv {
    /*
    overflow: inherit;
    position:relative;
    z-index:0;
*/
}

.slideon {
    /*
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
*/
}

.slideon .inner {
    overflow: inherit;
    position: relative;
    padding: 0;
}

.slideon .inner ul {
    /*width:30%;*/
    position: absolute;
    /*top:0;*/
    bottom: 16px;
    right: 16px;
    z-index: 11;
}

.slideon .inner ul li {
    margin: 12px 0 0;
    position: relatiev;
    z-index: 11;
}

/*-- slide on --*/

.bnr_trust {}

.bnr_trust p {
    margin-top: 1em;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

    background-color: #db1d32;
    border-radius: 12px;
}

.bnr_trust p a {
    text-decoration: none !important;
    color: #fff;
    padding: 7px 0;
}

/* .bnr_trust p strong{
color:#db1d32;
border-bottom:solid 2px #db1d32
}
.bnr_trust p span{
color:#333333;
border-bottom:solid 2px #333333;
} */

/*--基本の記事スタイル設定--*/

#main p {
    font-size: 16px;
    margin-bottom: 15px;
}

#main a {
    /* color: #017950; */
    text-decoration: underline;
    display: block;
}

#main p+h2,
#main p+h3,
#main p+h4,
#main p+h5,
#main p+h6,
#main ul+h2,
#main ul+h3,
#main ul+h4,
#main ul+h5,
#main ul+h6,
#main ol+h2,
#main ol+h3,
#main ol+h4,
#main ol+h5,
#main ol+h6 {
    margin-top: 30px;
}

#main .inner+p+h2,
#main .inner+p+h3,
#main .inner+p+h4,
#main .inner+p+h5,
#main .inner+p+h6 {
    margin-top: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    line-height: 1.5;
    clear: both;
}



#main h2 {
    background: #f08300;
    color: #FFF;
    font-size: 25px;
    padding: 10px;
    margin: 0 auto 30px;
    position: relative;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#main h2.fullWidth {
    background: #f08300 !important;
    color: #fff !important;
    font-size: 36px !important;
    text-align: center !important;
    position: relative !important;
    width: 100% !important;
    padding: 15px 0 15px !important;
    margin: 0 0 30px;
    line-height: 1.3;
    border-bottom: none;
    font-weight: normal;
}

#main h2.fullWidth span {
    font-size: 24px !important;
    display: block;
    color: #fff !important;
}

#main h2.fullWidth span.fullWidthTextNormal {
    font-size: 36px !important;
    display: inline;
    color: #fff !important;
    font-weight: normal;
}



#main h2.fullWblue {
    color: #fff;
    font-size: 37px !important;
    text-align: center !important;
    box-shadow: none !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 0 !important;
    border-bottom: none;
    line-height: 1.3;
    background: #017950;
}



#main h3 {
    background: #efefef;
    font-size: 22px;
    color: #555555;
    border-top: #f6b61a solid 7px;
    width: auto;
    padding: 5px 10px;
    margin: 20px 0;
}


#main h3 a {
    color: #333;
    text-decoration: underline;
}

#main h4,
#main h4.normal {
    font-size: 19px;
    color: #555555;
    padding: 0 0 0 50px;
    margin: 0 0 20px;
    position: relative;
    line-height: 1.8;
}


#main h4:before,
#main h4:after,
#main h4.normal:before,
#main h4.normal:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    font-size: 30px;
    line-height: 1.0;
    background: #224a7f;
    width: 20px;
    height: 20px;
}

#main h4:before,
#main h4.normal:before {
    left: 0;
    opacity: 0.5;
}

#main h4:after,
#main h4.normal:after {
    left: 23px;
}

#main h4 a {
    color: #333;
    text-decoration: underline;
}

#main h5 {
    background: #f6b61a;
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 0 0 20px;
}

#main h5 a {
    color: #FFF;
    text-decoration: underline;
}

#main h6 {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    position: relative;
}



#main h6:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f6b61a;
}

#main h6 a {
    color: #333;
    text-decoration: underline;
}

#main blockquote {
    border: solid 1px #ccc;
    background: #fffeee;
    padding: 15px;
    margin-bottom: 15px;
}

#main blockquote p {
    margin: 0;
}

#main ul {
    margin-bottom: 15px;
}

#main ul li {
    font-size: 16px;
    line-height: 1.5;
    margin: 7px 0 0 0;
    position: relative;
    padding-left: 13px;
}

#main ul li:before,
#main ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul li:before {
    width: 7px;
    height: 7px;
    background: #fcc800;
}

#main ul li:after {
    left: 1.5px;
    top: 10px;
    width: 2px;
    height: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ol {
    margin-bottom: 15px;
    padding-left: 40px
}

#main ol li {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 1.5;
    margin: 7px 0 0 0;
}

#main table {
    width: 100%;
    /*
    border-collapse: separate;
    border-spacing: 1px;
*/
    margin-bottom: 20px;
}

#main table th,
#main table td {
    padding: 15px 20px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    background: #efefef;
    position: relative;
    border-bottom: #fff solid 1px;
}

#main table th {
    width: 20%;
    background-color: #75bb29;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

#main table td a {
    position: absolute;
    right: 20px;
    top: 15px;
    background: #f6b61a;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}

#main table td a:hover {
    opacity: 0.7;
    transition: 0.6s;
}


#main table td ul {
    margin-bottom: 0;
}

/*--共通パーツ--*/

#main .photoUL {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#main .photoUL li {
    margin: 0 30px 20px 0;
    padding: 0;
    background: none;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#main .photoUL li:last-child {
    margin: 0 0 20px;
}



#main .photoUL.photoColumn3 li {
    width: 316px;
}


#main .photoUL li span {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

#main .photoUL li span:before {
    content: '' !important;
    display: block;
    padding-top: 60%;
}

#main .photoUL .otherPhoto {
    width: 316px;
    height: 206px;
    position: relative;
    overflow: hidden;
    display: block;
}

#main .photoUL li span img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

#main .photoUL li img {
    margin-bottom: 5px;
}

#main .photoUL li h5 {
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    color: #005BAB;
}

#main .photoUL li:before,
#main .photoUL li:after {
    content: none;
}

#main .photoULc3 {
    overflow: hidden;
    margin-bottom: 20px;
}

#main .photoULc3 li {
    width: 316px;
    margin: 0 26px 20px 0;
    float: left;
    display: block;
    padding: 0;
}

#main .photoULc3 li:nth-child(3n) {
    margin: 0 0 20px;
    float: right;
}

#main .photoULc3 li:nth-child(3n+1) {
    clear: both;
}

#main .photoULc3 li:before,
#main .photoULc3 li:after {
    content: none;
}

#main .photoULc3 li img {
    max-width: 100%;
    height: auto;
}


#main .warryBox,
#main .meritBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .warryBox p,
#main .meritBox p {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 0;
}

#main .warryBox img {
    float: left;
    margin-right: 30px;
}


#main .warryList,
#main .meritList {
    /*margin-top: 25px;*/
    border-top: #333 dotted 1px;
    padding-top: 10px;
    overflow: hidden;
}

#main .warryList li,
#main .meritList li {
    background: none;
    border-bottom: #333 dotted 1px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 7px 0;
    margin: 0 0 8px;
}

#main .warryList li {
    font-size: 24px;
    padding: 0 0 7px 40px;
}

#main .meritList li span {
    background: #db1d32;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
}

#main .warryList li:last-child,
#main .meritList li:last-child {
    margin-bottom: 0;
}

#main .meritList>li:before,
#main .meritList>li:after {
    content: none;
}

#main .warryList>li:before,
#main .warryList>li:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .warryList>li:before,
#main .meritList>li:before {
    background: #db1d32;
    border-radius: 4px;
    width: 25px;
    height: 25px;
}

#main .warryList>li:after,
#main .meritList>li:after {
    left: 6px;
    top: 12px;
    width: 10px;
    height: 5px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main .warryList li strong,
#main .meritList li strong {
    background: #fcff00;
    display: inline-block;
    line-height: 0.5;
}

#main .meritBox .diagnosisList {
    clear: both;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#main .meritBox .diagnosisList li {
    border-radius: 4px;
    background: #4dbe53;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 24%;
    width: calc(25% - 10px);
    padding: 3px 0;
}

#main .meritBox .diagnosisList li:before,
#main .meritBox .diagnosisList li:after {
    content: none;
}

#main .meritBox .diagnosisP {
    color: #fff;
    border-radius: 4px;
    background: #00617D;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

/*---メダル付キャッチコピー---*/

#main .medalCatch {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
    font-size: 27px;
    display: block;
    line-height: 1.2;
}

#main .medalCatch img {
    float: left;
    margin: -10px 15px 0 0;
}

#main .medalCatch strong {
    color: #db1d32;
}

#main .medalCatch span {
    display: block;
}

#main .medalCatch span.txtL {
    font-size: 42px;
    font-weight: normal;
}


/*---外壁塗装のプロに相談しよう！見積りを取られている方へ！--*/
.consultationBox,
.estimatesBox {
    position: relative;
    width: 480px;
}

.estimatesBox {
    margin-right: 0;
    padding-top: 8px;
    margin-bottom: 22px;
}

.consultationBox a,
.estimatesBox a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
}

.consultationBox h3,
.estimatesBox h3 {
    background: #f08700 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0 15px !important;
    border-top: none !important;
    margin: 0 !important;
    line-height: 1.8 !important;
}

.consultationBox .inBox,
.estimatesBox .inBox {
    background: #fff;
    box-sizing: border-box;
    /*padding: 10px 10px;*/
    position: relative;
}


.consultationBox .btn {
    display: inline-block;
    border-radius: 7px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 40px 5px 20px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;

    font-size: 18px !important;
    font-weight: bold;
    background: #f08700;
    border: solid 3px #f08700;
    border-top: solid 3px #f8c380;
    text-decoration: none;
    margin: 0 !important;

}

.consultationBox .btn:before,
.consultationBox .btn:after {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-top: 8px;
}

.consultationBox .btn:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}

.consultationBox .btn:after {
    right: 18px;
    width: 5px;
    height: 5px;
    /*
    border-top: 2px solid #ff8833;
    border-right: 2px solid #ff8833;
*/
    border-top: 2px solid #f08700;
    border-right: 2px solid #f08700;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
    z-index: 100;
}

.consultationBox a:hover .btn {
    opacity: 0.8;
    transition: 0.7s;
}

.estimatesBox a {
    color: #333 !important;
}

.estimatesBox .imgLayer {
    top: 15px;
    right: 5px;
    z-index: 100;
}

.estimatesBox .inBox {
    border: #ccc solid 1px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 15px 15px;
    position: relative;
    width: 100%;
}

.estimatesBox .inBox p {
    font-size: 35px !important;
    font-weight: bold;
    z-index: 10;
    position: relative;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    height: 55px;
}

.estimatesBox .inBox p strong {
    color: #db1d32;
}

.estimatesBox .inBox p span {
    border-radius: 4px;
    /*background: #f08700;*/
    background: #db1d32;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px;
    margin-right: 4px;
    vertical-align: 25%;
}

.estimatesBox h4 {
    font-size: 18px !important;
    padding: 0 0 0 50px !important;
    position: relative !important;
    /* border-bottom:  #ccc solid 1px !important;*/
    margin: 0 !important;
}

.estimatesBox h4:before,
.estimatesBox h4:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    font-size: 30px;
    line-height: 1.0;
    background: #0eaa8e;
    width: 20px;
    height: 20px;
}

.estimatesBox h4:before {
    left: -5px;
    opacity: 0.5;
}

.estimatesBox h4:after {
    left: 18px;
}

.estimatesBox .catchTtl {
    background: #005BAB;
    border-radius: 30px;
    text-align: center;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 5px !important;
}

.estimatesBox .inBox .telBox {
    background: #f6b61a;
    padding: 10px;
    margin-top: 1px;
    position: relative;
    display: block;
    float: none;
}

.estimatesBox .inBox .telBox h5 {
    background: none !important;
    color: #fff;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.estimatesBox .inBox .telBox .number {
    background: #fff;
    margin-top: 5px;
    padding: 5px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.estimatesBox .inBox .telBox .tel {
    font-size: 13px !important;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    margin-bottom: 0 !important;
    line-height: 1;
    height: auto;
}

.estimatesBox .inBox .telBox .tel span {
    background: url(./img/ico_freedial02.png) no-repeat left 80%;
    color: #db1d32;
    border-radius: 0;
    font-size: 61px;
    line-height: 1;
    letter-spacing: -2px;
    padding: 0 0 0 60px;
    display: block;
    margin-right: 0;
}

#top .estimatesBox {
    /*margin-bottom: 20px;*/
    margin-bottom: 30px;
}


#main .bnrArea {
    padding: 20px 0;
    background-size: contain;

}

#main .bnrArea .estimatesBox {
    float: right;
}

#main .bnrArea .consultationBox {
    margin: 0 !important;
    float: left;
}


/*--コンタクトエリア--*/

#main .contactBox {
    clear: both;
    display: block;
    position: relative;
    margin: 3px auto 5px;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #f39800;
    padding: 10px;
}

#main .contactBox a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}


#main .contactBox .inBox {
    background: #fff;
    padding: 15px;
    overflow: hidden;
}


#corporate #main .contactBox {
    margin-top: 5px;
    margin-bottom: 3px;
}

#main .contactBox .imgLayer {
    right: 0;
    bottom: 0;
}

#main .contactBox h2 {
    font-size: 32px;
    text-align: center;
    background: none;
    color: #333;
    padding: 0;
    width: auto;
    margin-bottom: 5px;
    text-shadow: none;
}

#main .contactBox h4 {
    margin-bottom: 5px;
}

#main .contactBox p {
    font-size: 28px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

#main .contactBox p.catchTxt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 -25px -21px -25px;
    background: #f39800;
    color: #fff;
    padding: 5px 20px;
}

#main .msgTxt p.catchTxt {
    padding: 0;
    margin-bottom: 0;
}


#main .contactBox h2 span,
#main .msgTxt p.catchTxt span {
    border-radius: 4px;
    background: #f39800;
    color: #fff;
    font-size: 25px;
    padding: 5px 5px 0;
    margin-right: 5px;
    vertical-align: 10%;
    font-weight: bold;
}

#main .contactBox p.catchTxt span {
    font-size: 20px;
}

#main .contactBox p.catchTxt strong,
#main .msgTxt p.catchTxt strong {
    color: #db1d32;
}

#main .contactBox .telBox {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
    overflow: hidden;
    background: #fff;
}

#main .contactBox .telBox .tel {
    font-size: 13px !important;
    font-weight: normal;
    text-align: left;
    margin: 0 15px 0 0 !important;
    color: #333;
    display: block;
    float: left;
}

#main .contactBox .telBox .tel span,
#main .msgTxt .tel span {
    font-size: 60px;
    /*font-weight: bold;*/
    line-height: 1;
    margin: 0;
    /*float:left;*/
    display: block;
    clear: none;
    padding-left: 60px;
    background-size: 55px;
}

#main .msgTxt .tel span {
    font-size: 80px;
}

#main .contactBox .telBox .btn {
    display: inline-block;
}

#main .contactBox .telBox .btn a {
    border-radius: 3px;
    font-size: 23px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    /*    vertical-align: 100%;*/
    color: #fff;
    position: relative;
    padding: 10px 10px 10px 40px;
}



#main .contactBox .overflowH {
    width: 380px;

}




/*---店舗案内--*/

.shopInfo,
#main .shopInfo {
    position: relative;
    overflow: hidden;
}

#main .shopInfo {}

.shopInfo ul {
    position: relative;
    overflow: hidden;
}

#main .shopInfo ul {
    margin-top: 0;
}

.shopInfo ul li,
#main .shopInfo ul li {
    float: left;
    margin: 0 20px 0 0 !important;
    background: #f60;
    padding: 0;
    margin: 0 17px 0 0;
    width: 320px;
    position: relative;
}

.shopInfo ul li:nth-child(3),
#main .shopInfo ul li:nth-child(3) {
    margin-right: 0;
}

.shopInfo ul li:last-child,
#main .shopInfo ul li:last-child {
    margin-right: 0 !important;
}

.shopInfo ul li a,
#main .shopInfo ul li a {
    text-decoration: none;
}

.shopInfo ul li h4,
#main .shopInfo ul li h4 {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    color: #fff;
    font-size: 23px;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    box-sizing: border-box;
    line-height: 1.3;
    height: 170px;
    text-align: left;
    padding: 10px 10px;
    float: left;
}

#main .shopInfo ul li h4:before,
#main .shopInfo ul li h4:after {
    content: none !important;
    display: none !important;
}

.shopInfo ul li .shopPict {
    height: 170px;
    width: 268px;
    overflow: hidden;
    display: block;
    float: right;
    position: relative;
}

.shopInfo ul li .shopPict img {
    position: absolute;
    width: 100%;
    height: auto;
}

.shopInfo ul li .tel,
#main .shopInfo ul li .tel {
    font-size: 11px;
    color: #fff;
    padding: 10px;
    line-height: 1.5;
    background-color: #4fa800;
    margin-top: 0;
    clear: both;
}

.shopInfo ul li .tel span,
#main .shopInfo ul li .tel span {
    font-size: 35px;
    padding-left: 40px;
    line-height: 1;
    display: block;
}

/*---店舗案内マップ付--*/

.shopAccess {
    margin: 0 auto 20px !important;
}

.shopAccess>ul>li {
    background: none !important;
    /*border-top: #333 dotted 1px;
    padding: 30px 0 !important;*/
    margin: 0 0 !important;
    padding: 0 !important;
}

.shopAccess ul li:before,
.shopAccess ul li:after {
    content: none !important;
}

.shopAccess ul li .shopMain {
    background: #db1d32;
    float: left;
    width: 282px;
    margin-right: 30px;
}

.shopAccess ul li .shopMain .tel {
    font-size: 11px !important;
    color: #fff;
    padding: 10px;
    line-height: 1.5;
    margin: 0 !important;
}

.shopAccess ul li .shopMain .tel span {
    font-size: 29px;
    padding-left: 40px;
    line-height: 1;
}

.shopAccess ul li .shopSummery h5 {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 20px !important;
    background: none !important;
    color: #333 !important;
}

.shopAccess ul li .shopSummery {
    overflow: hidden;
}

.shopAccess ul li .shopSummery p {
    font-weight: bold;
}

/*---外壁診断 雨漏り診断--*/

#main .combnrList {
    position: relative;
    overflow: hidden;
    margin: 10px 0 10px;
}

#main .combnrList li {
    border-radius: 8px;
    background: #005eb5;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    width: 480px;
    float: left;
    text-align: center;
    margin: 0;
}

#main .combnrList li:before,
#main .combnrList li:after {
    content: none;
}

#main .combnrList li:nth-child(2n) {
    float: right;
}

#main .combnrList li.sotokabe {
    background: #5e2b06;
}


#main .combnrList li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .combnrList li a {
    color: #fff;
    text-decoration: none;
}

#main .combnrList li a span {
    display: block;
    padding: 0.2rem;
    position: relative;
}

#main .combnrList li a span:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}





/*---外壁塗装工事パック商品--*/

#main .serviceContents {
    padding: 0 0 60px 0;
    background-image: url(./img/bg_servicecontents.png),
        url(./img/bg_servicecontents_over.jpg);
    background-repeat: repeat, no-repeat;
    background-position: center, bottom;
}

#main .serviceContents h2.fullWidth {
    margin-bottom: 0;
}

#main .serviceContents h3 {
    background: none;
    border-top: none;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
}





#main .serviceContents h2 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 35px;
    background: #017950;
    box-shadow: none;
    line-height: 1.4;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
}

#main .serviceContents h2:after {
    display: none;
}

#main .serviceContents h2 a {
    text-decoration: none;
}

#main .serviceContents h2 strong {
    font-size: 48px;
    display: block;
}


#main .serviceContents .imgLayer {
    right: 0;
    top: 0;
    z-index: 22;
}

#main .serviceContents .catchTtl {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

#main .serviceContents .catchTtl p {
    font-size: 80px;
    font-weight: bold;
    position: relative;
    display: inline;
    margin: 0 100px 0 0;
}

#main .serviceContents .catchTtl span {
    background: #7FB825;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    float: left;
    margin-right: -10px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .serviceContents .catchTtl .imgLayer {
    left: 100%;
}

#main .packList {}

#main .packList .inner {
    padding: 15px 0;
}

#main .packOther {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #333 dotted 1px;
    margin-bottom: 50px;

}

#main .serviceMenu {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

#main .serviceMenu.packWall {}

#main .serviceMenu.packRoof {}

#main .serviceMenu .btn {
    margin: auto 0 30px;
}

#main .serviceMenu:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


#main .serviceMenu a {
    text-decoration: none;
    color: #333;
}

#main .serviceMenu>h3 {
    text-align: left;
    border: none;
    background: none;
    font-size: 43px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 15px;
    color: #fff;
}

#main .serviceMenu>h3 span {
    color: #fff100;
}

#main .serviceMenu>h3 small {
    display: block;
}

#main .serviceMenu article,
#main .packOther article {
    width: 490px;
    float: left;
    background: #fff;
    padding: 10px;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 49%;
    background-color: #ffffcc;
    border: #cccccc 1px solid;

    text-align: left;
}

#main .serviceMenu article:nth-child(2n+1) {
    clear: both;
}

#main .packOther article {
    padding: 0;
    background: none;
    border: none;
    float: none;
    width: auto;
}

#main .packOther article p {
    text-decoration: none;
    color: #555555;
}

#main .packOther article a {
    text-decoration: none;
}

#main .packOther article.layout03 {
    overflow: hidden;
    width: 490px;
    float: left;
}

#main .packOther article.layout03:nth-child(2n) {
    float: right;
}


#main .serviceMenu article:nth-of-type(2n) {
    margin-right: 0;
    float: right;
}

#main .serviceMenu .btn {
    text-align: center;
}

#main .packTtl {
    position: relative;
    overflow: hidden;
}

#main .packTtl h3 {
    font-size: 70px;
    width: 200px;
    float: left;
    background: none;
    margin-bottom: 0;
    border-top: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 8px 4px 0;
    position: relative;
    z-index: 10;
}

#main .packTtl h3 span {
    display: inline-block;
    border-radius: 4px;
    background: #f6b61a;
    color: #fff;
    width: 48%;
    width: calc(50% - 2px);
    text-align: center;
    line-height: 1;
    padding: 2px 0 4px;
    margin-bottom: 3px;
}


#main .packWall .packTtl h3 span {
    background: #224a7f;
}

#main .repairroof .packTtl h3 span {
    background: #005BAB;
}

#main .packTtl h3:after {
    content: none;
}


#main .packImg {
    position: relative;
    right: 0;
    top: 0;
    width: 250px;
    height: 159px;
    overflow: hidden;
    margin: 0;
}

#main .packImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#main .packImg .imgLayer {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    backface-visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


#main .packsummary {
    position: relative;
    overflow: hidden;

}

#main .serviceMenu h4 {
    font-size: 37px;
    color: #555555;
    position: relative;
    padding-left: 0;
    margin: 10px 0;
    line-height: 1;
    margin-bottom: 3px;
}

#main .serviceMenu h4:before,
#main .serviceMenu h4:after {
    display: none;
}



#main .packsummary .overflowH {
    margin-top: 0;
}

#main .packCatch {
    font-size: 16px;
    line-height: 1.1;
    border-radius: 4px;
    background: #005BAB;
    color: #fff;
    display: block;
    padding: 8px 10px;
    font-weight: bold;
    margin-top: 5px;
    width: 11rem;
    text-align: center;
    margin-right: 10px;
}

#main .basicC {
    font-size: 20px;
    background: #555555;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    clear: both;
    line-height: 1;
}


#main .basicC span {
    font-size: 20px;
    background: #fff;
    color: #555555;
    font-weight: bold;
    margin-right: 22px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 2px 4px 2px;
    display: inline-block;
    line-height: 1;
}


#main .basicC span::after {
    content: "+";
    color: #fff;
    background-color: #999999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: auto;
    bottom: auto;
    left: 101%;
    text-align: center;
    margin: auto;
    position: absolute;
    font-weight: bold;
    line-height: 1;
    display: inline-table;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}

#main .basicC span:last-of-type,
#main .serviceMenu .basicC span:last-of-type {
    margin-right: 5px;
}

#main .basicC span:last-of-type:after,
#main .serviceMenu .basicC span:last-of-type:after {
    content: none;
}

#main .basicC.sizeS {
    font-size: 13px;
}


#main .serviceMenu .imgIco {
    width: 136px;
    height: auto;
    margin-right: 5px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
}

#main .serviceMenu p {
    margin-bottom: 0;
}


#main .serviceMenu .optionalUl {
    margin: 42px 17px 0 0;
    line-height: 1;
}

#main .serviceMenu .optionalUl li {
    display: inline-block;
    float: none;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 5px 2px;
    background: #f6b61a;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

#main .serviceMenu.packRoof .optionalUl li {
    background-color: #224a7f;
}

#main .serviceMenu ul.optionalUl li:last-child {
    margin-bottom: 0;
}

#main .priceTxt {
    font-family: "Impact", Gadget, 'Anton', sans-serif;
    font-size: 140px;
    color: #db1d32;
    letter-spacing: -0.02em;
    line-height: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    float: right;
}

#main .priceTxt span {
    font-size: 100px;
}

#main .priceTxt span.unitTxt {
    font-size: 42px;
    line-height: 0.9;
    padding-bottom: 10px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 7px;
    display: inline;
    margin-left: 5px;
}

#main .repairroof .priceTxt span.unitTxt {

    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
}

#main .serviceMenu .txts {
    font-size: 10px;
    margin-top: 5px;
    word-wrap: break-word;
    clear: both;

}

#main .serviceMenu .optionTxt {
    color: #db1d32;
    font-size: 23px;
    font-weight: bold;
}

#main .serviceMenu ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
    clear: both;
}

#main .serviceMenu ul li {
    /*border: #f08700 solid 2px;*/
    border: #224a7f solid 2px;
    border-radius: 5px;
    padding: 0;
    width: 149px;
    float: left;
    margin-right: 5px;
    text-align: center;
    background-color: #fff;
    margin: 0;
}

#main .serviceMenu ul li:before,
#main .serviceMenu ul li:after {
    content: none;
}

#main .serviceMenu ul.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

}

#main .serviceMenu ul.menu-list li {
    width: 32%;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

#main .serviceMenu ul.menu-list li img {
    width: 16%;
}

#main .serviceMenu ul.menu-list li h5 {
    margin-bottom: 10px;
}



#main .serviceMenu ul li:last-child {
    margin-right: 0;
}

#main .serviceMenu h5 {
    font-size: 16px;
    position: relative;
    padding-left: 0;
    margin-top: 0;
    background: #224a7f;
    border-radius: 0;
    display: block;
}

#main .serviceMenu ul li p {
    letter-spacing: -0.1em;
    margin-bottom: 10px;
}

#main .otherMenu h3 {
    /*background: #75bb29;*/
    background: #f08300;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 1rem;
    margin-bottom: 15px;
    margin-top: 0;
    border: none;
    clear: both;
    line-height: 1;
}

#main .otherMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

#main .otherMenu ul li {
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

#main .otherMenu ul li:before,
#main .otherMenu ul li:after {
    content: none;
}

#main .otherMenu ul li a {
    color: #555;
    text-decoration: none;
    padding-bottom: 20px;
}

#main .otherMenu ul li a img {
    margin-bottom: 5px;
}


#main .packList h2 {
    /*    background: url(./img/bcg_sub_mainv.jpg) left top no-repeat;*/
    background: url(./img/bcg_sub_mainv.png) left top no-repeat;
    background-size: cover;
    width: auto;
    padding: 130px 0 0;
    line-height: 1.2;
    text-shadow: -1px -1px 0 #333;
}

#main .packList h2>span {
    background-color: rgba(240, 131, 0, 0.9);
    width: 100%;
    display: block;
    padding: 10px 0;
}

#main .packList h2 span span {
    display: block;
    font-size: 30px;
    width: 1000px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#main .packList h2 span span.fontB {
    font-size: 43px;
    width: 1000px;
    display: block;
    margin: 0 auto;
}

#main .packList h2 strong {
    color: #fcff00;
}

#main .packList h2 span span img.imgLayer {
    right: 0;
    bottom: 0;
}

/*----attention-----*/

#main .bgAt {
    background: #333333;
}

#main .bgAt h3 {
    font-size: 36px;
    text-align: center;
    background: none;
    border-top: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #fff;
}

#main .bgAt h3 strong {
    font-weight: bold;
}


/*----劣化度チェック-----*/

#main .deteriorationChk {
    padding-top: 20px;
}


#main .deteriorationChk .checkLegend {
    width: 232px;
    float: left;
}

#main .deteriorationChk .checkLegend span {
    border-radius: 50%;
    background: #f6b61a;
    color: #fff;
    font-size: 29px;
    width: 226px;
    height: 226px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
}

#main .deteriorationChk .checkLegend span img {
    position: absolute;
    right: -17px;
    bottom: -3px;
}

#main .deteriorationChk .checkLegend span strong {
    font-size: 50px;
    line-height: 1.2;
}

#main .deteriorationChk .checkLegend p {
    margin-top: -20px;
}

#main .deteriorationChk .checkLegend img {

    margin-top: 20px;
}

#top #main .deteriorationChk .checkLegend img {
    margin-top: 20px;
}

#main .deteriorationChk .checkPoint {
    width: 750px;
    float: right;
    background: #fff;
}

#main .deteriorationChk .checkPoint h3 {
    margin: 0 !important;
    background: #224a7f !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 10px !important;
    line-height: 1.8;
}

#main .deteriorationChk .checkPoint ul {
    position: relative;
    overflow: hidden;
    padding: 18px;
    margin: 0;
    border: solid 1px #ccc;
}

#main .deteriorationChk .checkPoint ul li {
    width: 226px;
    margin: 20px 16px 0 0;
    float: left;
    background: none;
    padding: 0 !important;
}

#main .deteriorationChk .checkPoint ul li:nth-child(-n + 3) {
    margin-top: 0;
}

#main .deteriorationChk .checkPoint ul li:before,
#main .deteriorationChk .checkPoint ul li:after {
    content: none;
}

#main .deteriorationChk .checkPoint ul li:nth-child(3n) {
    margin-right: 0;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    width: 226px;
    height: 146px;
    overflow: hidden;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#main .deteriorationChk .checkPoint ul li .checkTtl {
    position: absolute;
    bottom: 10px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4 {
    background: #db1d32 !important;
    color: #fff !important;
    display: block !important;
    padding: 0 !important;
    font-size: 13px !important;
    margin: 0 !important;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4:before,
#main .deteriorationChk .checkPoint ul li .checkTtl h4:after {
    display: none;
}

#main .deteriorationChk .checkPoint ul li .checkTtl p {
    background: #fff;
    border-radius: 5px;
    color: #db1d32;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
}

#main .deteriorationChk .checkPoint ul li p {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
}

/*----comMessage-----*/

#main .msgTxt {
    width: 710px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: left;
}

#main .msgTxt h3 {
    margin-top: 0;
    border-top: 0;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%, rgb(204, 204, 204) 100%);
    position: relative;
}

#main .msgTxt h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: #dddddd solid 1px;
    border-bottom: #ffffff solid 1px;
}

#main .msgTxt p {
    color: #555555;
}


#main .msgPhoto {
    width: 256px;
    float: right;
    margin-left: 20px;
    text-align: right;
}



#main .msgTxt h5,
#main .msgPhoto h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    background: none;
    color: #555555;
    padding: 0;
    clear: none;
    width: 257px;
    /*    text-align: right;*/
    text-align: left;
}

#main .msgTxt h5 span.positionS,
#main .msgPhoto h5 span.positionS {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}

#main .msgTxt h5 span.companyS,
#main .msgPhoto h5 span.companyS {
    font-size: 14px;
    background: #005eb5;
    color: #fff;
}

#main .msgTxt h5 span.titleS,
#main .msgPhoto h5 span.titleS {
    display: inline-block;
    font-size: 12px;
    background: #f6b61a;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    margin: .5em 0;
    padding: .5em;
}

#main .msgTxt h5 span.en,
#main .msgPhoto h5 span.en {
    background: none;
    font-size: 12px;
    font-weight: bold;
    color: #f6b61a;
    /*    display: block;*/
    padding: 0 0 0 5px;
}

/*----comWait-----*/

#main .comWaitBox {
    padding: 0;
    margin-bottom: 30px;
}

#main .comWaitBox a {
    text-decoration: none;
}

#main .comWaitBox h3 {
    background: #ffa800;
    text-align: center;
    font-size: 28px;
    border: none;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

#main .comWaitBox p {
    position: relative;
    overflow: hidden;
}

#main .comWaitBox img {
    float: left;
    display: block;
}

/*----comArea-----*/

#main .comAreaBox {
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
}

#main .comAreaBox img {
    float: left;
    margin-right: 30px;
}

#main .comAreaBox h3 {
    margin-top: 0;
}

#main .comAreaBox h4 {
    margin: 0 0 5px;
}

#main .comAreaBox p {
    font-size: 18px;
    margin-bottom: 10px;
}

#main .comAreaBox p.catchAra {
    font-size: 18px;
    /*font-weight: bold;*/
}

#main .comAreaBox .catchTtl {
    background: none;
    border-top: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
}

#main .comAreaBox .catchAra strong {
    color: #db1d32;
}

#main .comAreaBox .catchAra span {
    text-decoration: underline;
}

/*----comFamily-----*/

#main .comFamilyBox {
    background: #4582e8;
    border-style: solid;
    border-width: 10px;
    -moz-border-image: url(./img/brown_bg.png) 10 repeat;
    -webkit-border-image: url(./img/brown_bg.png) 10 repeat;
    -o-border-image: url(./img/brown_bg.png) 10 repeat;
    border-image: url(./img/brown_bg.png) 10 repeat;
    position: relative;
    margin-top: 20px;
}

#main .comFamilyBox .imgLayer {
    right: 0;
    top: -20px;
}

#main .comFamilyBox p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 20px 10px;
    line-height: 1.4;
}

#main .comFamilyBox p span.txtM {
    font-size: 30px;
}

#main .comFamilyBox p strong {
    color: #ffc501 !important;
}

#main .comFamilyBox p span strong {
    border-radius: 4px;
    background: #db1d32;
    padding: 5px;
    display: inline-block;
    color: #fff !important;
    line-height: 1;
    margin-right: 5px;
}

#main .comFamilyBox p.catchTtl {
    background: #1342d3;
    display: block;
    position: relative;
    margin: 0 -10px 20px;
    font-size: 35px !important;
    text-align: center !important;
}

#main .comFamilyBox p.catchTtl:before,
#main .comFamilyBox p.catchTtl:after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}

#main .comFamilyBox p.catchTtl:before {
    left: 0;
    border-width: 0 10px 10px 0;
    border-right-color: #001453;
}

#main .comFamilyBox p.catchTtl:after {
    right: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-top-color: #001453;
}

/*--吹き出し大テキスト--*/

#main .balloonBox {
    background: #75bb29;
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 20px;
    /*text-align: center;
    margin-bottom: 50px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#main .balloonBox p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

#main .balloonBox p strong {
    color: #f0d100;
}

#main .catchCBox {
    background: #017950;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5;
}



/*----comLawpriceWhy-----*/

#main .lawpriceWhy {}

#main .lawpriceWhy .catchTtl {
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

#main .lawpriceWhy .catchTtl span {
    color: #75bb29;
}

#main .lawpriceWhy .catchTtl strong {
    color: #db1d32;
}


#main .lawpriceWhy .highCost {
    background: #75bb29;
    padding: 25px;
    margin-top: 25px;
}

#main .lawpriceWhy .highCost h3 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    padding: 0;
    background: none;
    border-top: none;
    text-align: center;
    line-height: 1.3;
    margin-top: 0;
}

#main .lawpriceWhy .highCost h3 strong {
    font-weight: normal;
}

#main .lawpriceWhy .highCost ul {
    position: relative;
    margin-bottom: 0;
}

#main .lawpriceWhy .highCost ul li {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 25px 0 0;
    position: relative;
}

#main .lawpriceWhy .highCost ul li:last-child {
    margin-right: 0;
}

#main .lawpriceWhy .highCost ul li:before,
#main .lawpriceWhy .highCost ul li:after {
    content: none;
}

#main .lawpriceWhy .highCost ul li h4 {
    border-radius: 50%;
    background: #db1d32;
    width: 57px;
    height: 57px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: 3px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.2;
}

#main .lawpriceWhy .highCost ul li h4:before,
#main .lawpriceWhy .highCost ul li h4:after {
    display: none;
}

#main .lawpriceWhy .highCost ul li p {
    display: block;
    background: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    line-height: 1.2;

    margin: 10px 0 0;
}

/*----comLawpriceReason-----*/


#main .lowpriceReason h3 {
    font-size: 25px;
}

#main .lowpriceReason .lowcost {}

#main .lowpriceReason .lowcost ul {
    position: relative;
    overflow: hidden;
}

#main .lowpriceReason .lowcost ul li {
    background: #75bb29;
    padding: 25px;
    width: 490px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

#main .lowpriceReason .lowcost ul li:nth-child(2n) {
    margin-right: 0;
}

#main .lowpriceReason .lowcost ul li:before,
#main .lowpriceReason .lowcost ul li:after {
    content: none;
}

#main .lowpriceReason .lowcost ul li.fullW {
    margin-right: 0;
    width: 100%;
}

#main .lowpriceReason .lowcost ul li h4 {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    font-size: 30px;
    margin: 0 0 30px;
}

#main .lowpriceReason .lowcost ul li.fullW h4 {
    padding: 0 10px;
}

#main .lowpriceReason .lowcost ul li h4:before {
    display: none;
}

#main .lowpriceReason .lowcost ul li h4:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: rgba(0, 0, 0, 0.4) solid 25px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
    background: none;
    clear: both;
    display: block;
}

#main .lowpriceReason .lowcost ul li h4 span {
    display: inline-block;
    line-height: 1.3;
    padding-top: 5px;
    margin-top: 10px;
}

#main .lowpriceReason .lowcost ul li.fullW span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
}

#main .lowpriceReason .lowcost ul li h4 span.reasonIco {
    background: url(./img/comLowprice_ico.png) no-repeat center center;
    color: #fff;
    width: 112px;
    height: 112px;
    font-size: 23px;
    padding: 0;
    margin: -20px 10px 5px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    float: left;
}

#main .lowpriceReason .lowcost ul li.fullW span.reasonIco {
    margin: 0;
}

#main .lowpriceReason .lowcost ul li h4 span strong {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
}

#main .lowpriceReason .lowcost ul li p {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
}

#main .lowpriceReason .lowcost ul li .compareBox {
    background: #fff;
    padding: 30px 25px;
}

#main .lowpriceReason .lowcost ul li .compareBox h6:before {
    color: #db1d32;
}

#main .lowpriceReason .lowcost ul li .compareBox h6:first-child {
    margin-top: 0;
}

#main .lowpriceReason .lowcost ul li .compareBox hr {
    border-top: #333 dotted 1px;
    display: block;
    margin-top: 25px;
}

/*----comQuality-----*/

#main .qualityBox .catchTtl {
    position: relative;
    font-size: 50px !important;
    font-weight: bold;
    text-align: left !important;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 30px;
}

#main .qualityBox .catchTtl img:first-child {
    float: left;
    margin-top: -20px;
}



#main .qualityBox .catchTtl .txtL {
    font-size: 60px;
    line-height: 1.2;
}


#main .qualityBox .catchTtl .txtL strong {
    background: #fcff00;
    display: inline-block;
    line-height: 0.5;
    color: #333 !important;
}


#main .qualityBox .catchTtl .imgLayer {
    right: 0;
    top: -80px;
}

#main .qualityBox h3 {
    margin: 0 0 20px;
    line-height: 1.3;
    clear: both;
    overflow: hidden;
}

#main .qualityBox h4 {
    clear: none;
    overflow: hidden;
}

#main .qualityBox p {
    line-height: 1.8;
}

#main .qualityBox .qualityCommitment {}

#main .qualityBox .qualityCommitment li {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: none;
    padding: 0;
}

#main .qualityBox .qualityCommitment li:before,
#main .qualityBox .qualityCommitment li:after {
    content: none;
}

#main .qualityBox h3 span.commitment {
    border-radius: 4px;
    background: #12a73b;
    color: #fff;
    padding: 15px 10px;
    margin: 15px 20px 15px 0;
}

#main .qualityBox h3 strong {
    color: #db1d32;
}

#main .qualityBox .qualityCommitment li img {
    margin-bottom: 20px;
}

#main .qualityBox .catchTxt {
    font-size: 23px;
}

#main table.qualityBox-table th {
    background-color: #609dfa;
    width: auto;
    text-align: center;
    padding: 0.5rem;
    vertical-align: middle;
    font-weight: bold;
}

#main table.qualityBox-table tr:first-child th:first-child {
    width: 7rem;
}

#main table.qualityBox-table td {
    background-color: #efefef;
    width: auto;
    padding: 0.5rem;
    line-height: 1.4;
}

#main table.qualityBox-table td.maru {
    background: #efefef url(./img/img_maru.png) no-repeat 15px center;
    padding: 0.5rem 0.5rem 0.5rem 70px;
}

#main table.qualityBox-table td.sankaku {
    background: #efefef url(./img/img_sankaku.png) no-repeat 15px center;
    padding: 0.5rem 0.5rem 0.5rem 70px;
}

#main table.qualityBox-table td.batu {
    background: #efefef url(./img/img_batu.png) no-repeat 15px center;
    padding: 0.5rem 0.5rem 0.5rem 70px;
}

#main table.qualityBox-table td.niju {
    background: #efefef url(./img/img_niju.png) no-repeat 15px center;
    padding: 0.5rem 0.5rem 0.5rem 70px;
}

#main .commitFlow {
    position: relative;
    overflow: hidden;
}

#main .commitFlow li {
    background: none;
    width: 369px;
    margin: 0;
    float: left;
    padding: 0;
}

#main .commitFlow li h4 {
    border-radius: 5px;
    background: #017950;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
}

#main .commitFlow li h4:before,
#main .commitFlow li h4:after {
    display: none;
}

#main .commitFlow li:nth-child(2) {
    width: 229px;
    margin: 0 84px 0 12px;
    position: relative;
}

#main .commitFlow li:nth-child(3) {
    width: 285px;
}

#main .commitFlow li:nth-child(2):before,
#main .commitFlow li:nth-child(2):after {
    position: absolute;
}

#main .commitFlow li:nth-child(2):before {
    content: ' ';
    height: 0;
    width: 0;
    border: 55px solid transparent;
    border-left: #12a73b solid 48px;
    left: 125%;
    top: 50%;
    margin-top: -25px;
}

#main .commitFlow li:nth-child(2):after {
    background: #12a73b;
    content: 'クリア';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 95%;
    top: 50%;
    width: 80px;
    padding: 15px 0;
    text-align: right;
}

#main .commitPoint {
    position: relative;
}

#main .commitPoint .imgLayer {
    top: 95px;
    left: 50%;
}

/*--comFlowWall--*/

#main .flowListP {
    position: relative;
    clear: both;
}

#main .flowListP .pointB {
    position: absolute;
    color: #fff;
    box-sizing: border-box;
    font-weight: bold;
    background: #173A82;
    right: 18px;
    top: -115px;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;
    line-height: 1.2;
}

#main .flowListP .pointB::after {
    content: "";
    position: absolute;
    margin: 0;
    bottom: -25px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 40px solid #ff6600;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: rotate(-30deg);
}

#main .flowList {
    border-radius: 5px;
    background: #224a7f;
    padding: 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    clear: both;
}

#main .menu-s .flowList {
    background: #62320F;
}

#main .flowList h3 {
    color: #fff;
    font-size: 30px;
    float: left;
    background: none;
    border: none;
    padding: 0 5px;
    line-height: 1.2;
    margin: 0 6px 0 0;
}



#main .flowList ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#main .flowList ul li {
    border-radius: 10px;
    background: #fff;
    font-size: 23px;
    color: #224a7f;
    font-weight: bold;
    padding: 0;
    text-align: center;
    margin: 0 5px 0 0;
    width: 134px;
    height: 74px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .menu-s .flowList ul li {
    color: #62320F;
}

#main .flowList ul li:before,
#main .flowList ul li:after {
    content: none;
}

#main .flowList ul li.stxt {
    font-size: 16px;
}

#main .flowList ul li:last-child {
    margin-right: 0;
}

#main div.flowListP p {
    margin-bottom: 0;
}

#main .flowList.flowRoof ul li {
    width: 160px;
}

#main .flowList.flowCover ul li {
    width: 200px;
    margin-right: 20px;
}

#main .flowList ul li.flowPoint {
    background: #db1d32;
    color: #fff;
}



/*--comCorpSelect--*/

#main .selectPoint {

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}

#main .selectPoint li {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: none;
    width: 317px;
    text-align: left;
}

#main .selectPoint li:before,
#main .selectPoint li:after {
    content: none;
}

#main .selectPoint li h3 {}

#main .selectPoint li p {
    font-size: 15px;
}

#main .selectPoint li p strong {
    display: block;
    margin-bottom: 5px;
}


#main .selectPoint li .pointIco {
    position: absolute;
    top: 115px;
}

#main .selectPoint li .pointSummery {
    position: relative;
    overflow: hidden;
}

#main .selectPoint li .pointSummery h3 {
    margin-top: 5px;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.5;
    ;

}

#main .selectPoint li .pointSummery ul {
    margin: 0;
}

#main .selectPoint li .pointSummery li {
    font-size: 25px;
    padding: 0 0 0 25px;
    position: relative;
    background: url(./img/arrow01.png) no-repeat 0 5px;
    margin-top: 0;
}

#main .selectPoint li .pointSummery li strong {
    font-weight: normal;
    background: #ffc501;
    line-height: 0.6;
    display: inline-block;
}

/*--comComparePaint--*/

#main .comparePaint {
    padding: 50px 0;
}

#main .comparePaint h2 {
    font-size: 30px;
}



#main .compareTable {
    width: 100%;
    table-layout: fixed;
}

#main .compareTable th,
#main .compareTable td {
    vertical-align: top;
    text-align: center;
    width: auto;
    border-right: #fff solid 1px;
}

#main .compareTable th {
    padding: 10px;
    background-color: #75bb29;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.4;
    font-size: 15px;
}

#main .compareTable th:first-of-type {
    width: 12%;
}

#main .compareTable th:last-of-type {
    width: 38%;
}

#main .compareTable tr:last-of-type td {
    padding-left: 15px;
}

#main .compareTable td {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding: 15px 10px 15px 65px;
    position: relative;
    height: 52px;
    overflow: hidden;
}

#main .compareTable td span {
    font-size: 30px;
    font-weight: bold;
    float: left;
    display: block;
    border-right: #ccc solid 1px;
    margin-right: 10px;
    padding-right: 10px;
    box-shadow: 2px 0px 0px 0px #fff;
    -moz-box-shadow: 2px 0px 0px 0px #fff;
    -webkit-box-shadow: 2px 0px 0px 0px #fff;
    width: 46px;
    text-align: center;
    left: 10px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .compareTable td.ourCompany span {
    color: #e01c1c;
}




/*
#main .compareTable {
    width: 100%;
    table-layout: fixed;
}

#main .compareTable th,
#main .compareTable td {
    vertical-align: top;
    text-align: center;
    width: auto;
    padding: 10px;
}

#main .compareTable th {
    font-weight: bold;
    padding: 15px 10px;
    vertical-align: middle;
}

#main .compareTable th:first-of-type {
    width: 15%;
}

#main .compareTable th:last-of-type {
    width: 30%;
}

#main .compareTable td {
    font-size: 35px;
    font-weight: bold;
}

#main .compareTable tr.thinking td {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

#main .compareTable td.ourCompany {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}

#main .compareTable td.ourCompany span {
    font-size: 35px;
    font-weight: bold;
    float: left;
    display: block;
    border-right: #ccc solid 1px;
    margin-right: 15px;
    padding-right: 15px;
    box-shadow: 2px 0px 0px 0px #fff;
    -moz-box-shadow: 2px 0px 0px 0px #fff;
    -webkit-box-shadow: 2px 0px 0px 0px #fff;
    color: #e01c1c;
}*/

/*----comScore-----*/

#main .scoreBox {}

#main .scoreBox .catchTtl {
    font-size: 40px !important;
    text-align: left !important;
    position: relative;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

#main .scoreBox .catchTtl span {
    display: block;
    font-size: 78px;
}

#main .scoreBox .catchTtl strong {
    color: #db1d32;
}

#main .scoreBox .catchTtl img {
    float: right;
    margin-top: -30px;
}

#main .scoreBox .scoreList {
    position: relative;
    overflow: hidden;
}

#main .scoreBox .scoreList li {
    background: #f60;
    color: #fff;
    position: relative;
    width: 487px;
    float: left;
    padding: 0;
}

#main .scoreBox .scoreList li {
    margin-right: 25px;
}

#main .scoreBox .scoreList li:nth-child(2n) {
    margin-right: 0;
}

#main .scoreBox .scoreList li p {
    padding: 10px 20px;
    height: 60px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

/*--comEnquete--*/

#main .enqueteBox {}

#main .enqueteBox p {
    font-size: 20px;
}

#main .enqueteBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .enqueteBox ul li {
    background: none;
    width: 25%;
    width: calc(25% - 8px);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

#main .enqueteBox ul li a {
    text-decoration: none;
    color: #333;
}

#main .enqueteBox ul li img {
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 242px;
}

#main .enqueteBox ul li h3 {
    background: none;
    border: 0;
    margin: 5px 0 0;
    padding: 0;
    color: #12a73b;
    font-size: 15px;
    line-height: 1.4;
}

#main .enqueteBox ul li .contTxt {
    font-weight: bold;
    display: block;
}

/*--comIdeal--*/

#main .iDeal {}

#main .iDeal .inner {
    padding-bottom: 0;
}

#main .iDeal article {
    padding-bottom: 0;
}

#main .iDeal .catchTtl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

#main .iDeal .catchTtl strong {
    color: #db1d32;
}

/*---comIdea---*/

#main .comIdea {
    margin-bottom: 29px;
}

#main .comIdea .ttl {
    margin-bottom: 3px;
}

#main .comIdea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#colorsimulation #main .comIdea ul,
#apartment #main .comIdea ul,
#menu #main .comIdea ul,
#reform #main .comIdea ul {
    -webkit-justify-content: space-around;

    justify-content: space-around;
    padding: 0 90px;
}

#main .comIdea ul:after {
    content: none;
}

#main .comIdea li {
    padding-left: 0;
    float: none;
    width: 182px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .comIdea li:before,
#main .comIdea li:after {
    content: none;
}

#main .comIdea li img {
    display: block;
    margin: 0 auto;
}

#main .comIdea li span {
    font-size: 18px;
    padding: 10px 10px;
    position: relative;
    color: #FFF;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    border-radius: 6px;
    background: #75bb29;
    display: block;
    margin-bottom: 30px;
}

#main .comIdea li span:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #75bb29;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main .comIdea li:first-child {
    padding-left: 0;
}

/*--ショールーム特徴--*/



#main .showroomFeature p {
    margin-bottom: 0;
}

#main .featureBox {
    position: relative;
    overflow: hidden;
    background: #f08300;
    margin: 30px 0;
}

#main .featureBox p {
    margin-top: 0;
}

#main .featureBox ul {
    padding: 10px;
    float: right;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

#main .featureBox ul li {
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
}

#main .featureBox ul li:before,
#main .featureBox ul li:after {
    content: none;
}

#main .featureBox ul li:first-child {
    margin-top: 0;
}

#main .featureBox ul li p {
    font-size: 14px;
    line-height: 1.8;
}

#main .featureBox ul li h4 {
    background: #75bb29 !important;
    color: #fff;
    font-size: 25px;
    display: table-cell;
    padding: 26px 5px !important;
    height: 100%;
    width: 3em;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0 10px 0 0 !important;
    line-height: 1;
}

#main .featureBox ul li h4:before,
#main .featureBox ul li h4:after {
    display: none;
}

#main ul.featureImg li {
    float: left;
    margin: 0 17px 30px 0;
    padding: 0;
}

#main ul.featureImg li:last-child {
    margin-right: 0;
}

/*#main ul.featureImg li:before,
#main ul.featureImg li:after {
    display: none;
}*/



/*--トップスライド--*/

a.leftNav,
a.rightNav {
    background: url(./img/bg2.png);
    outline: none;
    transition: none;
}

.leftNav:before,
.rightNav:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: none;
}

.leftNav:hover {
    background: url(./img/leftNav.png) right center no-repeat;
    /*rgba(204,204,204,0.4);*/
    transition: none;
    opacity: 1;
}

.rightNav:hover {
    background: url(./img/rightNav.png) left center no-repeat;
    /*rgba(204,204,204,0.4);*/
    transition: none;
    opacity: 1;
}

.leftNav:hover:before,
.rightNav:hover:before {
    background: url(./img/bg2.png);
    transition: none;
}


/*--下層ページメインビジュアル--*/

#pageTitle {
    /*position: relative;*/
    min-height: 240px;
    background-size: cover !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pageTitle .inner {
    width: 100%;
    margin: 0 auto;
    background: #f08700;
    background: -webkit-linear-gradient(-90deg, rgba(249, 249, 249, 0) 130px, rgba(240, 131, 0, 0.9) 45%);
    background: -moz-linear-gradient(-90deg, rgba(249, 249, 249, 0) 130px, rgba(240, 131, 0, 0.9) 45%);
    background: -o-linear-gradient(-90deg, rgba(249, 249, 249, 0) 130px, rgba(240, 131, 0, 0.9) 45%);
    background: -ms-linear-gradient(-90deg, rgba(249, 249, 249, 0) 130px, rgba(240, 131, 0, 0.9) 45%);
    background: linear-gradient(rgba(249, 249, 249, 0) 130px, rgba(240, 131, 0, 0.9) 45%);

    padding: 130px 0 0;
    position: relative;
    z-index: 0;
}

#pageTitle h1 {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    color: #fff;
    /*    font-size: 43px;*/
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-shadow: -1px -1px 0 #333;
    color: #fcff00;
    z-index: 1;
}

#pageTitle h1 img {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

#pageTitle h1 span {
    display: block;
    /*font-size: 30px;*/
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
    /*font-weight: normal;*/
    color: #fff;
    position: relative;
    z-index: 10;
}


/*--ぱんくず--*/

#pagePath {
    background: #224a7f;
    padding: 5px 0;
}

#pagePath p {
    width: 1000px;
    margin: 0 auto;
    color: #FFF;
    font-size: 11px;
}

#pagePath p a {
    color: #FFF;
}




/*--フォーム--*/

#main #form {
    padding: 0 0 30px;
}

#main #form a {
    color: #2d2d2d;
}

#main #form p.tel {
    font-size: 12px;
}

#main #form ul li a {
    display: inline;
}



#main #form h4 {
    font-size: 22px;
    line-height: 1.32;
    margin-bottom: 0;
}

#main #form ul li {
    background: none !important;
    padding: 0;
}

#main #form ul li:before,
#main #form ul li:after {
    content: none;
}

#main #form ul.formStep {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

#main #form ul.formStep li {
    /*
    background: #8bcba2 !important;
    color: #75bb29;
*/
    background: #a2d16f !important;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0 !important;
    position: relative;
    width: 243px;
    float: left;
    height: 50px;
    padding: 0 10px 0 80px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
}

#main #form ul.formStep li:before,
#main #form ul.formStep li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent #a2d16f;
    content: '';
    display: block;
    position: absolute;
}

#main #form ul.formStep li:before {
    left: 100%;
    top: 0;
    z-index: 10;
    background: none;
}

#main #form ul.formStep li:after {
    border-width: 26px 0 26px 12px;
    border-color: transparent transparent transparent #fff;
    left: 100.5%;
    top: 0;
    z-index: 9;
    -webkit-transform: none;
    transform: none;
}

#main #form ul.formStep li:last-child:before,
#main #form ul.formStep li:last-child:after {
    display: none;
}

#main #form ul.formStep li.on {
    background: #75bb29 !important;
    color: #fff;
}

#main #form ul.formStep li.on:before {
    border-color: transparent transparent transparent #75bb29;
}

#main #form ul.formStep li span {
    border-radius: 50%;
    background: #f08700;
    width: 57px;
    height: 57px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    position: absolute;
    top: -3px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;
    text-align: center;
}

#main #form ul.formStep li:first-child span {
    left: 2px;
}

#main .formBox {
    text-align: center;
}

#main .formBox table {
    margin-bottom: 20px;
    margin-top: 15px;
}

#main .formBox th {
    padding: 20px 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 30%;
    font-size: 16px;
}

#main .formBox th span {
    background: #db1d32;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 2px 15px;
}

#main .formBox th span.any {
    background: #b0b0b0;
}

#main .formBox td {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 13px;
    background: #fff;
    border-bottom: #f0f0f0 solid 1px;
}

#main .formBox td .wpcf7c-elm-step1 {
    font-size: 13px;
}

#main .formBox td span {
    display: inline-block;
    font-size: 16px;
}

#main .formBox td span label {
    padding-right: 25px;
}

#main .formBox td a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    float: none;
    top: inherit;
    right: inherit;
    position: relative;
    background: none;
}

#main .formBox td a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f08700;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
    padding: 5px;
    height: 30px;
    /*line-height: 30px;*/
    width: 690px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background-color: #ffffcc;
}

#main .formBox td.kibo input[type="text"] {
    width: 100%;
}

#main .formBox td.kibo select {
    width: 100%;
}

#main .formBox td.kibo span {
    margin-right: 1rem;
}

#main .formBox td textarea {
    padding: 5px;
    width: 690px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    overflow: auto;
    background-color: #ffffcc;
}

#main .formBox td select,
#main .formBox td input[type="date"] {
    width: 200px;
    font-size: 14px;
    padding: 2px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 10px;
    background-color: #ffffcc;
}

#main .formBox td input[type="date"] {
    width: 360px;
}

#main .formBox td input[type="file"] {}

#main .formBox td input[type="checkbox"] {}

#main .formBox .submit {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

#main .formBox .submit li {
    margin: 0 5px;
    display: inline;
}



#main .formBox .submit input {
    min-width: 350px;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;

    border-radius: 7px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px 50px 10px 70px;
    background: #f08700;
    border: none;
    border-bottom: solid 3px #c47300;
    text-decoration: none !important;
}


#main .formBox .submit input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#main .formBox .submit input[type="button"] {
    margin-right: 10px;
}

#main .formBox td input.wpcf7c-conf,
#main .formBox td select.wpcf7c-conf,
#main .formBox td textarea.wpcf7c-conf {
    border: none;
    background: #efefef;
}

#main .formBox td select.wpcf7c-conf {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

#main .formBox td select.wpcf7c-conf::-ms-expand {
    display: none;
}

#main .formBox td input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1100px #efefef inset;
}

/*--メインカラム--*/

#contents {
    margin: 30px auto 0;
}

#contents section {
    /*width: 1100px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*--ブログ形式ページ--*/

#main .infoBox {
    padding: 8px 0;
    border-bottom: dotted 1px #333;
    overflow: hidden;
    margin-bottom: 30px;
}

#main .infoBox .time {
    float: right;
    font-weight: bold;
}



#main .worksArchiveBox {
    position: relative;
    overflow: hidden;
}

#main .worksArchiveBox .cat a {
    position: relative;
}



#blog #main .archiveList img {
    height: 100%;
    width: auto;
}

#blog #main .archiveList .emoji {
    display: none !important;
}


#main .archiveList .period {
    font-size: 12px;
    line-height: 1.4;
}

#main .archiveList .time {
    font-size: 12px;
    line-height: 1.4;
}


#main .archiveList {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
}

#works #main .archiveList {
    display: flex;
    flex-flow: row wrap;
}

#main .archiveList article {
    width: 320px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    background: #f5f5f5;
    padding: 0;
    text-align: left;
}

#works #main .archiveList article {
    float: none;
    width: 49%;
    margin: 0 2% 20px 0;
}

#works #main .archiveList article:nth-of-type(3n) {
    margin-right: 2%;
}

#works #main .archiveList article:nth-of-type(2n) {
    margin-right: 0;
}

#main .archiveList article:nth-of-type(3n) {
    margin-right: 0;
}

#main .archiveList article:nth-of-type(3n + 1) {
    clear: both;
}

#main .archiveList a {
    display: block;
    text-decoration: none !important;
}


#main .mainThumb {
    width: 320px;
    height: 226px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #ededed;
}

#works #main .mainThumb {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #ededed;
}


#main .mainThumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#main .worksList .price {
    font-weight: bold;
    color: #db1d32;
}

#main .worksList ul.price li::before,
#main .worksList ul.price li::after {
    content: none;
}

#main .worksList .price span {
    display: inline-block;
    background: #b5b5b5;
    color: #FFF;
    border-radius: 3px;
    padding: 2px 6px;
    margin-right: 8px;
}

#main .worksList .price li {
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px 0 0;
    display: inline-block;
    color: #ccc;
}

#main .archiveList .time,
#main .archiveList .period {
    color: #555;
    line-height: 1;
    font-size: 11px;
    display: block;
    padding: 0;
    margin: 5px 0 0;
}

#main .worksList .time {
    /*    margin: 35px 0 0;*/
    margin: 5px 0 0;
}

#works #main .worksList .time {
    font-size: 13px;
}

#main .archiveList .overflowH {
    padding: 10px;
    text-align: left;
    /*background: #75bb29;*/
    background-color: #f5f5f5;
    color: #555;
}

#main .archiveList .price,
#main .archiveList h3,
#main .archiveList .contTxt {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}

#main .archiveList h3 {
    margin: 0 0 0 0;
    margin-bottom: 3px;
    font-size: 14px;
    color: #224a7f;
}

#works #main .archiveList h3 {
    font-size: 16px;
}


#main .voiceList h3 {
    font-size: 16px;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
    height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    width: 100%;
}

#main .taxList li,
#main .areaList li {
    display: inline-block !important;
    padding: 0;
    background: none;
    margin: 0;
}

#main .taxList li:before,
#main .areaList li:before,
#main .taxList li:after,
#main .areaList li:after {
    content: none;
}

#main .cat a,
#main .taxList li a,
#main .areaList li a,
#main .cat span {
    display: inline-block !important;
    background: #f6b61a;
    color: #fff !important;
    font-weight: bold;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 0 7px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    right: auto;
    top: auto;
}

#main .cat {
    margin-bottom: 0;
}

#main .areaList li a {
    background-color: #75bb29;
    border: solid 1px #75bb29;
}

#main .taxList li a {
    background: #f08700;
    border: #f08700 solid 1px;
}

#main .taxList.colorList li a {
    background: #224a7f;
    border: #224a7f solid 1px;
}

#blog #main .taxList li a {
    background: #f08700;
    border: #f08700 solid 1px;
}

#main .taxList li.current-cat a {
    background-color: #FFF;
    color: #f08700 !important;
    border: solid 1px #f08700;
}

#main .taxList.colorList li.current-cat a {
    background-color: #FFF;
    color: #224a7f !important;
    border: solid 1px #224a7f;
}

#blog #main .taxList li.current-cat a {
    background-color: #FFF;
    color: #f08700 !important;
    border: solid 1px #f08700;
}


#main .areaList li.current-cat a {
    background-color: #FFF;
    color: #75bb29 !important;
    border: solid 1px #75bb29;
}

#main .archiveList .cat {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 27px;
    overflow: hidden;
}

#main .worksList .cat {

    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    height: auto;
}

#main .archiveList .cat a {

    background: #f08700;
}

#main .worksList .btn {
    padding: 0;
}

#main .worksList .btn::before,
#main .worksList .btn:after {
    content: none;
}


#main .singleBlog a {
    display: inline-block;
}



#main article.warksTaxList {
    display: flex;
    flex-flow: row wrap;
    padding-top: 0;
}

#main .warksTaxList h4 {
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 8px 45px 12px 25px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -4px 0px 0px rgb(000 000 000 / 20%);
    -moz-box-shadow: inset 0 -4px 0px 0px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: inset 0 -4px 0px 0px rgb(000 000 000 / 20%);
    background: #316bb1;
    margin: 0 5px 10px 0;
    transition: ease 0.4s;
    line-height: 1.5;
}

#main .warksTaxList h4::before {
    content: none;
}

#main .warksTaxList h4::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    left: initial;
    right: 10px;
    position: absolute;
    background: none;
    font-size: 18px;
    top: 14px;
    margin: auto;
    display: block;
}

#main .warksTaxList ul {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}










/*--施工事例・お客様の声--*/



#main .picBox {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

#main .picBox .photo {
    float: right;
    width: 686px;
    height: 456px;
    position: relative;
    overflow: hidden;
}

#main .picBox .btmPhoto {
    float: left;
    width: 287px;
    height: 207px;
    position: relative;
}


#main .picBox .photo img,
#main .picBox .btmPhoto img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .picBox .btmPhoto:before,
#main .picBox .btmPhoto:after {
    position: absolute;
    top: 100%;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
}

#main .picBox .btmPhoto:before {
    right: -50px;
    bottom: -190px;
    /* top: 284px; */
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 32px solid transparent;
    border-left: 45px solid #db1d32;
}

#main .picBox .btmPhoto:after {
    right: 15px;
    width: 80px;
    height: 80px;
    border: 0 solid transparent;
    border-bottom: 30px solid #db1d32;
    border-radius: 0 0 0 75px;
}



#main .picBox span.after,
#main .picBox span.before {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #005eb5;
    display: inline-block;
    z-index: 10;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    border-radius: 4px;
    padding: 3px 10px 2px 10px;
}

#main .picBox span.before {
    background: #db1d32;
}

#main .picBox span span {
    opacity: 0.5;
    margin-left: 5px;
}

#main .photoUL.worksPhoto {
    display: block;
}

#main .photoUL.worksPhoto li {
    width: 316px;
    float: left;
    margin: 0 26px 20px 0;
}

#main .photoUL.worksPhoto li:nth-child(3n) {
    margin-right: 0;
}

#main .photoUL.worksPhoto li:nth-child(3n+1) {
    clear: both;
}

#main .voiceSummary {
    position: relative;
    overflow: hidden;
}

#main .voiceSummary h3 {
    margin-top: 0;
}

#main .voicephotList {
    /* float: left;
    width: 316px;
    margin-right: 30px; */
}

#main .voicephotList li {
    background: none;
    padding: 0;
    position: relative;
    margin: 0 auto 20px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 720px;
    height: 540px;
    overflow: hidden;
}

#main .voicephotList li:before,
#main .voicephotList li:after {
    content: none;
}

#main .voicephotList li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .voicephotList li .imgLayer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: none;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
}

#main .voiceData {}

#main .voiceData table {
    margin-bottom: 30px;

}

/*------------- tmp -------------*/

#readmore {
    clear: both;
    padding-top: 50px;
    text-align: center;
}

#readmore a {
    font-size: 21px;
    font-weight: bold;
    border-radius: 4px;
    color: #FFFFFF;
    background: #017950;
    padding: 10px 10px 25px 10px;
    display: block;
    width: 400px;
    margin: 10px auto 0;
    box-shadow: 0 5px 0 0 rgba(0, 20, 142, 0.6);
    line-height: 1.2;
    position: relative;
}

#readmore a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -7px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#readmore img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
    border: none !important;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
    background: #FFF;
    display: inline-block !important;
    border-radius: 3px;
    line-height: 1.2;
}

.wp-pagenavi a {
    background: #ff8632;
    color: #fff !important;
    border: none !important;
}

/*投稿画像の回り込み処理*/

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    display: inline;
}*/

img.alignright {
    padding: 0;
    margin: 0 0 10px 30px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 30px 10px 0;
    display: inline;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

img {
    border-style: none;
}

#main .nobr br {
    display: none;
}

#main p.wp-caption {
    font-size: 0.8em;
    line-height: 1.2em;
}

#main p.wp-caption img {
    margin-bottom: 5px;
}

#main p.wp-caption .caption-text {
    text-align: left;
}

/*pagenavi*/

#main .naviUl {
    margin: 0 0 40px !important;
    height: 34px;
    position: relative;
}

#main .pagenavi {
    padding: 20px 0 0 0 !important;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
}

#main .pagenavi a {
    display: inline-block;
    border-radius: 5px;
    background: #f08700;
    /*border:solid 3px #338593;*/
    padding: 5px 5px;
    width: 130px;
    text-align: center;
    transition: 0.7s;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#main .pagenavi a:link,
#main .pagenavi a:hover,
#main .pagenavi a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

#main .pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

#main .pagenavi li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block;
    width: 140px;
}

#main .pagenavi li:before,
#main .pagenavi li:after {
    content: none;
}

#main .pagenavi li.prev a:after,
#main .pagenavi li.next a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    height: 20px;
    line-height: 1;
}

#main .pagenavi li.prev a:after {
    content: '\f138';
    right: 5px;
}

#main .pagenavi li.next a:before {
    content: '\f137';
    left: 5px;
}

#main .pagenavi .prev {
    position: absolute;
    right: 0;
}

#main .pagenavi .prev a {
    padding: 5px 20px 5px 5px;
}

#main .pagenavi li.list {
    position: absolute !important;
    left: 50%;
    margin-left: -70px !important;
}

#main .pagenavi .next {
    position: absolute !important;
    left: 0;
}

#main .pagenavi .next a {
    padding: 5px 5px 5px 20px;
}

/*-------------------#top-----------------*/

#top #contents {
    margin-top: 0;
}

#top .mainCatch {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background: #7FB825;

}

#top .consultationBox .inBox {
    margin-bottom: 0;
}


#top .mainCatch .imgLayer {
    left: 0;
    z-index: 22;
}

#top .mainCatch h2 {
    background: none;
    width: 950px;
    font-size: 45px;
    color: #fff;
    box-shadow: none;
    padding: 15px 0 5px;
    line-height: 1.2;
    border-bottom: none;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-left: 150px;
    text-shadow: -1px -1px 0 #333;
}

#top .mainCatch h2 span {
    font-size: 26px;
    display: block;
}

#top .mainCatch h2 strong {
    color: #FFF100;
}

#top .mainCatch h2 img {
    position: absolute;
    top: 0;
    left: 0;
}

#top .mainCatch h2 a {
    color: #017950;
    text-decoration: none;
    font-size: 20px;
    display: block;
    float: right;
    background: #fff;
    padding: 7px 10px 5px 30px;
    border-radius: 4px;
    position: relative;
}


.newsBox {
    width: 480px;
    position: relative;
    /* padding-top: 5px; */
    float: left;
}

#main ul.informationTab {
    overflow: hidden;
    border-bottom: #f08700 solid 11px;
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: bold;
}

#main ul.informationTab li {
    line-height: 1;
    float: left;
    margin-right: 10px !important;
    padding: 20px 10px 15px !important;
    text-align: center;
    width: 120px;
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 5px 5px 0 0;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
    background-color: #aaaaaa;
}

#main ul.informationTab li:last-child {
    margin-right: 0 !important;
}

#main ul.informationTab li:before,
#main ul.informationTab li:after {
    content: none !important;
}

#main ul.informationTab li.active,
#main ul.informationTab li:hover {
    background-color: #f08700;
}

ul.tabContent li:hover {}

ul.tabContent li.active {}

div.tabContent {
    clear: both;
    display: none;
}

div.active {
    display: block;
}

#main .newsBox h3 {
    background: none;
    color: #173A82;
    font-size: 35px;
    font-weight: normal;
    padding: 0;
    border-top: none;
    margin: 0 0 5px;
    line-height: 1;
    font-family: "Impact", Gadget, 'Anton', sans-serif;
}


#main .newsBox h4 {
    font-size: 12px !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 0 5px !important;
    font-weight: normal !important;
}

#main .newsBox h4:before,
#main .newsBox h4:after {
    content: none !important;
}

#main .newsBox .btn a,
#main .reasonBox .btn a {
    float: right;
    /*    margin-bottom: 5px;*/
    margin-bottom: 0;
}

#main .newsBox .inBox {
    border: #ccc solid 1px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 10px;
}


#main .newsBox .inBox li {
    position: relative;
    overflow: hidden;
    border-bottom: #333 dotted 1px;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

#main .newsBox .inBox li:first-of-type {}

#main .newsBox .inBox li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#main .newsBox .inBox li:before,
#main .newsBox .inBox li:after {
    content: none;
}

#main .newsBox .inBox li a {
    color: #333;
    text-decoration: none !important;
}

#main .newsBox .inBox li h5 {
    background: none !important;
    color: #224a7f !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .newsBox .inBox li .price {
    color: #db1d32 !important;
}

#main .newsBox .inBox p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

#main .newsBox .inBox .contTxt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#main .newsBox .inBox p strong {
    color: #e50012;
}

#main .newsBox .inBox .cat {
    position: absolute;
    top: 0;
    left: 165px;
    color: #fff;
    max-height: 25px;
    overflow: hidden;
}

#main .newsBox .inBox li .cat a {
    color: #fff;
    position: relative !important;
}


#main .newsBox .inBox li .newsTumb {
    width: 146px;
    height: 106px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #fff;
    float: left;
    margin-right: 20px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .newsBox .inBox li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}


/*-----------.targetArea--------*/
#main .targetArea {
    position: relative;
    margin-bottom: 30px;
}

#main h2.targetAreaH2 {
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .targetArea .area {
    position: absolute;
    top: -25px;
    right: 10px;
}

#main .targetArea .satisfied {
    position: absolute;
    bottom: 5px;
    right: 3px;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

#main .worksBox,
#main .basicKnow,
#main .voiceBox {
    background: url(./img/bcg_box05.png) top center repeat-x;
    position: relative;
    display: block;
    padding: 0;
}

#main .msgBox {
    padding: 0;
}

#main .worksBox h2,
#main .voiceBox h2 {
    background: none;
    color: #333;
    font-size: 33px;
    line-height: 1.2;
    text-shadow: none;
    position: relative;
    padding: 20px 0 0 120px;
    margin-bottom: 20px;
}

#main .worksBox h2 strong,
#main .voiceBox h2 strong {
    color: #db1d32;
}

#main .worksBox h2 span,
#main .voiceBox h2 span {
    font-size: 30px;
    color: #005BAB;
    display: block;
}

#main h2 span.txt-y {
    font-size: 16px;
    color: #f6b61a;
    display: block;
}

#main .reasonBox h2 {
    margin-top: 0;
    background: #efefef;
    font-size: 22px;
    color: #333;
    border-top: #7FB825 solid 5px;
    width: auto;
}

#main .worksBox h2 span.txtL,
#main .voiceBox h2 span.txtL,
#main .profileBox h2 span.txtL,
#main .reasonBox h2 span.txtL {
    font-size: 48px;
    display: block;
    margin: 0 auto;
}



#main .worksBox h2 img,
#main .voiceBox h2 img,
#main .msgBox h2 img {
    position: absolute;
    top: -5px;
    left: 0;
}

#main .voiceBox .service-area {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
}

#main .voiceBox .service-area_label {
    background: #f6b61a;
    color: #fff;
    margin: 0 0 .5em;
    padding: .2em .5em;
    border-radius: 0;
}

#main .voiceBox .service-area p {
    margin: 0;
    font-weight: bold;
}


#main ul.works-menu01 {
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

#main ul.works-menu01 li {
    width: 18%;
    background-color: #f08700;
    padding: 1px;
    border-radius: 7px;
    margin: 0 22px 0 0;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

#main ul.works-menu01 li:before,
#main ul.works-menu01 li:after {
    content: none;
}

#main ul.works-menu01 li:last-child {
    margin-right: 0;
}

#main ul.works-menu01 li a {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #f08700;
    border: solid 2px #fff;
    padding: 0.5rem;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
}


#main .reasonList {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#main .reasonList li {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #f08300;
    border-radius: 10px;
    width: 20%;
    width: calc(20% - 10px);
    border-radius: 5px;
}


#main .reasonList li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 5px 5px;
}

#main .reasonList li a:hover {
    opacity: 0.8;
}

#main .reasonList li:before,
#main .reasonList li:after {
    content: none;
}

#main .reasonList li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .reasonList li h4 {
    background: none !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0 !important;
    color: #fff;
}

#main .reasonList li h4:before,
#main .reasonList li h4:after {
    display: none;
}

#main .reasonList li h4 strong {
    font-size: 25px !important;
    display: block !important;
}

#main .reasonList li p {
    border-radius: 5px;
    background: #d87600;
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    font-weight: normal;
}

#main .contentBnrList {
    position: relative;
    overflow: hidden;
}

#main .contentBnrList li {
    float: left;
    margin: 40px 40px 0 0;
    background: none;
    padding: 0;
}

#main .contentBnrList li:nth-child(-n + 2) {
    margin-top: 0;
}

#main .contentBnrList li:nth-child(2n) {
    float: right;
    margin-right: 0;
}

#main .contentBnrList li:before,
#main .contentBnrList li:after {
    content: none;
}

#main .basicKnow {
    margin-top: 0 !important;
    padding-top: 20px !important;
    text-align: center;
}

#main .basicKnow h2 {
    color: #fff;
    font-size: 52px;
    float: left;
    margin-right: 15px;
    width: 239px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    padding: 0;
    box-shadow: none;
    margin-top: 0;
}

#main .basicKnow h2:after {
    display: none;
}

#main .basicKnow h2 span {
    background: #f08300;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    padding: 2px 3px 3px;
    margin-top: 5px;
}

#main .basicKnow h2 span:nth-child(-n + 4) {
    margin-top: 0;
}

#main .basicKnow h2 span img {
    vertical-align: top;
}

#main .basicKnow h3 {
    background: #f08300;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 1rem;
    margin-bottom: 15px;
    border: none;
    clear: both;
    line-height: 1;
    text-align: left;
}


#main .basicKnow .catchTtl {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-top: 0;
    color: #555555;
    text-align: left;
}

#main .basicKnow .catchTtl .txtL {
    font-size: 70px;
    background: none;
}

#main .basicKnow .catchTtl strong {
    color: #db1d32;
}

#main .basicKnow .pointList {
    /*
    padding-bottom: 25px;
    border-bottom: #333 dotted 1px;*/
    counter-reset: point;
}

#main .basicKnow .pointList li {
    position: relative;
    overflow: hidden;
    counter-increment: point;
}

#main .basicKnow .pointList li:before {
    content: "POINT " counter(point, decimal-leading-zero) !important;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 10;
    background: #f8b500;
    top: 20px;
    left: -50px;
    padding: 4px 50px;
}

#main .basicKnow .pointList li:after {
    content: none;
}

#main .basicKnow .pointList li .pointImg {
    position: relative;
}

#main .basicKnow .pointList li img {
    display: block;
}

#main .basicKnow .pointList li .imgLayer {
    left: 0;
    bottom: 0;
}

#main .basicKnow .pointList li h6 {
    background: none;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
}

#main .basicKnow .pointList li h6 strong {
    color: #db1d32;
    display: block;
}

#main .basicKnow .pointList li ul li {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#main .basicKnow .pointList li ul li strong {
    font-weight: normal;
    background: #fcff00;
    line-height: 0.6;
    display: inline-block;
}

#main .basicKnow .pointTxt .imgL20 {
    margin-top: 20px;
}

/*
#main .profileBox h2 {
    padding: 20px 0 0;
}

#main .profileBox .groupPhoto {
    background: url(./img/group_photo01.png) no-repeat center bottom;
    width: 550px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

#main .profileBox .groupPhoto p {
    font-size: 35px;
    color: #7FB825;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 65px;
}

#main .profileBox .overflowH p {
    font-size: 15px;
}

#main .profileBox ul {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .profileBox ul li {
    display: inline-block;
    border-radius: 3px;
    background: #0eaa8e;
    position: relative;
    width: 48%;
    width: calc( 50% - 5px);
    padding: 0;
    margin: 10px 0 0 0;
}

#main .profileBox ul li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .profileBox ul li a {
    display: block;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 20px 40px 20px 50px;
    text-decoration: none !important;
}

#main .profileBox ul li:before,
#main .profileBox ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .profileBox ul li:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

#main .profileBox ul li:after {
    left: 35px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0eaa8e;
    border-right: 2px solid #0eaa8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

/*関連施工事例*/
#main .relation-works-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 0 30px;
}

#main .relation-works-list li:before,
#main .relation-works-list li:after {
    content: none;
}

#main .relation-works-item {
    padding-left: 0;
    width: 23%;
}

#main .relation-works-link {
    display: block;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    line-height: 1.4;
    text-align: justify;
}

#main .relation-works-wrap {
    width: 100%;
    padding-top: 80%;
    position: relative;
    margin-bottom: 5px;
}

#main .relation-works-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#works #main .formBox table {
    border-top: #f0f0f0 solid 1px;
    margin-top: 0;
}

#works #main .formBox td {
    border-right: #f0f0f0 solid 1px;
}

/*-------------------#first-----------------*/


#main .firstPoint h3 {
    background: url(./img/bg_toph2.png) no-repeat top left;
    position: relative;
    color: #333;
    font-size: 34px;
    line-height: 1;
    padding: 33px 0 0 52px;
    margin-top: 30px;
    border: none;
    box-sizing: border-box;
}

#main .firstPoint h3 span {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 60px;
    color: #333;
    padding: 0;
    border-radius: 8px;
    line-height: 1;
    margin-right: 20px;
}

#main .firstPoint h3 strong {
    color: #db1d32;
}



#main .firstPoint p {
    font-size: 16px;
}





#main .firstPoint h5 {
    font-size: 36px;
    background: none;
    padding: 0;
    color: #333;
    margin-top: 0;
}




#main .firstPoint .btn {
    margin-bottom: 40px;
    float: right;
}

#main .firstPoint ul li {
    padding-left: 0;
}

#main .firstPoint ul li:before,
#main .firstPoint ul li:after {
    display: none;
}

#first #main h2.catchTtl {
    text-align: center;
    font-size: 40px;
    color: #75bb29;
    background: none;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 30px;
    padding: 0;
}

#first #main h2.catchTtl span {
    font-size: 80px;
}




/*-------------------#corporate-----------------*/
#corporate #main h2 {
    text-align: center;
    border: none;
    background: none;
    font-size: 43px;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 30px;
    color: #333;
    text-shadow: none;
}

#corporate #main h2 span {
    color: #f6b61a;
    display: block;
    font-size: 33px;
}


#corporate #main table a {
    color: #333;
    display: inline-block;
}

#corporate #main table iframe {
    border: #ccc solid 1px;
}



/*-------------------#showroom-----------------*/
#showroom #main h2 {
    text-align: center;
    border: none;
    background: none;
    font-size: 43px;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 30px;
    color: #333;
    width: auto;
    text-shadow: none;
}

#showroom #main h2 span {
    color: #f08300;
    display: block;
    font-size: 33px;
}

#showroom #main h2.normal {
    background: #f08300;
    color: #FFF;
    font-size: 25px;
    padding: 10px;
    margin: 0 auto 30px;
    position: relative;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#main .showroomPict {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

#main .showroomPict .mainimglist {
    width: 707px;
    height: 564px;
    position: relative;
    overflow: hidden;
    float: left;
}

#main .showroomPict .mainimglist img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#main .showroomPict .thumbnaillist {
    width: 278px;
    float: right;
    margin-top: 0;
}

#main .showroomPict .thumbnaillist li {
    background: none;
    padding: 0;
    margin: 0 0 15px;
}

#main .showroomPict .thumbnaillist li:last-child {
    margin-bottom: 0;
}

#main .showroomPict .thumbnaillist li a {
    width: 278px;
    height: 178px;
    overflow: hidden;
    display: block;
    position: relative;
}

#main .showroomPict .thumbnaillist li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .showroomPict .thumbnaillist li:before,
#main .showroomPict .thumbnaillist li:after {
    content: none;
}


#main .showroomDetail {
    padding-top: 0;
}

#main ul.showroomDetail {
    position: relative;
    overflow: hidden;
}

#main ul.showroomDetail li {
    width: 490px;
    float: left;
    padding: 0;
    margin: 0;
    background: none;
}

#main ul.showroomDetail li:nth-child(2n) {
    float: right;
}

#main ul.showroomDetail li:before,
#main ul.showroomDetail li:after {
    content: none;
}

#main ul.showroomDetail li img {
    margin-bottom: 10px;
}

#main ul.showroomDetail li p {
    font-size: 15px;
}

#main .showroomDetail .leadTxt p {
    font-size: 25px;
}

#main .showroomDetail table {
    margin-bottom: 30px;
}

#main .showroomDetail .tel {
    margin-top: 0;
}

#main .showroomDetail .tel span {
    background: url(./img/ico_freedial.png) no-repeat left center;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #db1d32;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    padding-left: 40px;
    display: block;
}


#main .showroomMerit {}

#main .showroomMerit h2.catchTtl {
    background: url(./img/showroom_catchttlbg.png) no-repeat center center;
    font-size: 50px;
    text-align: center;
    border-bottom: none;
    color: #333;
}

#main .showroomMerit ol {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#main .showroomMerit ol li {
    background: #75bb29;
    padding: 15px;
    width: 322px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 17px 0 0;
    position: relative;
    display: block;
    float: left;
    list-style-type: none;
    color: #fff;
}

#main .showroomMerit ol li:nth-child(3n) {
    margin-right: 0;
}

#main .showroomMerit ol li br {
    display: none;
}

#main .showroomMerit ol li h5 {
    background: none;
    color: #f08300;
    font-size: 22px;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0px;
    line-height: 1;
    padding: 0;
}

#main .showroomMerit ol li h5 span {
    font-size: 36px;
}

#main .showroomMerit ol li img {
    float: right;
    margin: -15px -15px -15px 15px;
}

#main .showroomMerit ol li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

#main ol.showroomStep {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}

#main ol.showroomStep li {
    list-style-type: none;
    float: left;
    width: 250px;
    margin: 15px 0 0 -50px;
    font-weight: bold;
}

#main ol.showroomStep li span {
    background: #75bb29;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
}

#main ol.showroomStep li:first-child {
    width: 200px;
    margin-left: 0;
}

#main ol.showroomStep li h4 {
    background: -webkit-linear-gradient(0deg, #75bb29 0%, #ffcc00 100%);
    background: -moz-linear-gradient(0deg, #75bb29 0%, #ffcc00 100%);
    background: -o-linear-gradient(0deg, #75bb29 0%, #ffcc00 100%);
    background: -ms-linear-gradient(0deg, #75bb29 0%, #ffcc00 100%);
    background: linear-gradient(90deg, #75bb29 0%, #ffcc00 100%);
    margin: 0 50px 10px 0 !important;
    color: #fff !important;
    padding: 0 10px 0 50px;
}

#main ol.showroomStep li:first-child h4 {
    padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
    background: #db1d32;
}

#main ol.showroomStep li h4:before {
    display: none;
}

#main ol.showroomStep li h4:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #ffcc00;
    content: '';
    z-index: 10;
    position: absolute;
    left: 100%;
    bottom: 0;
    top: inherit;
    border-radius: 0;
    background: none;
}

#main ol.showroomStep li:last-child h4:after {
    border-color: transparent transparent transparent #db1d32;
}

#main ol.showroomStep li p {
    padding-left: 40px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
}

#main ol.showroomStep li:first-child p {
    padding-left: 0;
}




/*-------------------#reason-----------------*/
#reason .catchTtl {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
}

#reason .catchTtl strong {
    font-size: 60px;
}

#reason .catchTtl span {
    color: #75bb29;
}

#reason .catchTtl .ttlIco {
    background: url(./img/reason_catch_ico.png) no-repeat center center;
    float: left;
    width: 146px;
    height: 146px;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: -15px 10px 0 0;
    padding-top: 10px;
    background-size: contain;
}





#main .reasonDetail {
    padding: 0;
}

#main .reasonDetail li {
    list-style: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}


#main .reasonDetail h3 {
    background: url(./img/bg_toph2.png) no-repeat top left;
    position: relative;
    color: #333;
    font-size: 34px;
    line-height: 1;
    padding: 33px 0 0 52px;
    margin-top: 30px;
    border: none;
    box-sizing: border-box;
}

#main .reasonDetail h3 span {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 60px;
    color: #333;
    padding: 0;
    border-radius: 8px;
    line-height: 1;
    margin-right: 20px;
}

#main .reasonDetail .btn {
    float: right;
}


#main .showroomRecommended .catchTtl span.txtFree {
    background: #db1d32;
    border-radius: 4px;
    font-size: 40px;
    display: table-cell;
    width: auto;
    height: auto;
    padding: 0 15px;
    margin: 0;
    line-height: 1.3;
    float: none;
    color: #fff;
}

#main .showroomRecommended .ttlIco {
    background: url(./img/reason_catch_ico.png) no-repeat center center;
    float: left;
    width: 206px;
    height: 206px;
    color: #fff;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: -15px 10px 0 0;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.4;
}

#main .showroomRecommended ul {
    margin-top: 20px;
    border-top: #333 dotted 1px;
    padding-top: 10px;
    overflow: hidden;
}

#main .showroomRecommended li {
    background: none;
    border-bottom: #333 dotted 1px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 8px 35px;
    margin: 0 0 8px;
}

#main .showroomRecommended li:last-child {
    margin-bottom: 0;
}

#main .showroomRecommended li:before,
#main .showroomRecommended li:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .showroomRecommended li:before {
    background: #75bb29;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

#main .showroomRecommended li:after {
    left: 6px;
    top: 12px;
    width: 10px;
    height: 5px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main .showroomRecommended li strong {
    background: rgba(247, 245, 2, 0.6);
    display: inline-block;
    line-height: 0.5;
}

/*-------------------#staff-----------------*/

#staff #main .staffList {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#staff #main .staffList li {
    background: none;
    float: left;
    margin: 35px 20px 0 0;
    width: 235px;
    padding: 0;
    font-weight: bold;
}

#staff #main .staffList li:nth-child(-n + 4) {
    margin-top: 0;
}

#staff #main .staffList li:nth-child(4n) {
    margin-right: 0;
}

#staff #main .staffList li a {
    text-decoration: none;
}

#staff #main .staffList li:before,
#staff #main .staffList li:after {
    content: none;
}

#staff #main .staffList li .staffPict {
    width: 235px;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#staff #main .staffList li .staffPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#staff #main .staffList li .positionTxt {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    line-height: 1;
}

#staff #main .staffList li .positionTxt span {
    border-radius: 4px;
    /*background: #173A82;*/
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
    margin-bottom: 3px;
    line-height: 1.2;
    margin-right: 5px;
    text-align: center;
}

#staff #main .staffProf .profileDetail .positionTxt span {
    border-radius: 4px;
    background: #75bb29;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 6px 8px 3px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 7px;
    text-align: center;
}

#staff #main .staffList li .staffName {
    color: #333;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#staff #main .staffProf .profileDetail .staffName {
    color: #333;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;

}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
    color: #f6b61a;
    font-size: 12px;
    display: block;
}

#staff #main #staffSection .inner {
    padding-top: 0 !important;
}

#staff #main #staffSection .inner .combnrListOtr li {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

#staff #main .staffList li .btnDetail,
.staffProf a#btnClose {
    font-size: 14px !important;
    margin: 0 auto 0 !important;
    width: 8em !important;
    border-radius: 4px;
    padding: 5px 10px;
    background: #f08700;
    color: #fff;

}

.staffProf a#btnClose {
    font-size: 15px !important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 6em;
    margin: 50px auto 0 auto !important;
    padding: 2px 40px;
}

body#staff {
    min-width: 0;
    overflow: hidden;
}


#staff #main .staffProf {
    padding: 40px 20px;
}

#staff #main .staffProf .staffPict {
    float: left;
    margin-right: 25px;
}

#staff #main .staffProf .staffPict li {
    width: 235px;
    height: 280px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

#staff #main .staffProf .staffPict li:before,
#staff #main .staffProf .staffPict li:after {
    content: none;
}

#staff #main .staffProf .staffPict li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#staff #main .staffProf .profileDetail {
    overflow: hidden;
}

#staff #main .staffProf .profileDetail .positionTxt {
    margin-top: 0;
    font-size: 12px;
}

#staff #main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
    background: #75bb29;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#staff #main .staffProf .profileDetail dl dd {
    font-size: 15px;
}

/*-------------------#colorsimulation-----------------*/


#colorsimulation #main h3 span {
    border-radius: 4px;
    background: #12a73b;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px 10px 10px 0;
}

#colorsimulation #main .inner h3:first-of-type {
    margin-top: 0;
}

#colorsimulation .colorCtc {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-top: 20px;

}

#colorsimulation .colorCtc strong {
    color: #db1d32;
}

#colorsimulation .colorCtc span {

    float: left;
    background-color: #db1d32;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
    margin-top: -30px;
    font-weight: bold;
    font-size: 60px;
    border: solid 10px #e88080;
}

#main .colorSample {
    position: relative;
    overflow: hidden;
}

#main .colorSample li {
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#main .colorSample li:before,
#main .colorSample li:after {
    content: none;
}

#main .colorSample li span {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    float: left;
}

#main .colorSample li span:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-left: #75bb29 solid 20px;
    left: 102%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#colorsimulation #main ol.colorStep {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#colorsimulation #main ol.colorStep li {
    background: none;
    border: #75bb29 solid 3px;
    border-radius: 5px;
    width: 182px;
    text-align: center;
    float: left;
    list-style: none;
    margin: 0 15px 0 0;
}

#colorsimulation #main ol.colorStep li:last-child {
    margin-right: 0;
}

#colorsimulation #main ol.colorStep li span {
    background: #75bb29;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
}

#colorsimulation #main ol.colorStep li h4 {
    font-size: 14px;
    padding: 0 5px;
    margin: 10px 0 5px;
    text-align: left;
}

#colorsimulation #main ol.colorStep li h4:before,
#colorsimulation #main ol.colorStep li h4:after {
    display: none;
}

#colorsimulation #main ol.colorStep li p {
    font-size: 12px;
    padding: 0 5px;
    text-align: left;
    margin: 5px 0;
}

#colorsimulation #main .campaignArw {
    background: #f08700;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin: 20px 165px 10px 0;
    position: relative;
}

#colorsimulation #main .campaignArw:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    border-left: #f08700 solid 48px;
    left: 100%;
    top: 50%;
    margin-top: -30px;
}


#main .trialBox .catchTtl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}

#main .trialBox>ul li {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .trialBox>ul li:before,
#main .trialBox>ul li:after {
    content: none;
}

#main .trialBox>ul li iframe {
    width: 615px;
    height: 248px;
    float: left;
}

#main .trialBox>ul li img {
    float: right;
}

#main .tryPhoto {
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

#main .tryPhoto .imgLayer {
    left: 0;
    bottom: 0;
    z-index: 10;
}

#main .tryPhoto ul {
    position: relative;
    overflow: hidden;
    float: right;
}

#main .tryPhoto ul li {
    float: left;
    margin-left: 20px;
    padding: 0;
}

#main .tryPhoto ul li:before,
#main .tryPhoto ul li:after {
    content: none;
}


#colorsimulation .colorCtc {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-top: 20px;
}

#colorsimulation .colorCtc strong {
    color: #005eb5;
}

#colorsimulation .colorCtc span {
    float: left;
    background-color: #db1d32;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
    margin-top: -30px;
    font-weight: bold;
    font-size: 60px;
    border: solid 10px #f38089;
}

/*-------------------warningChk-----------------*/

#main .warningChk {
    padding: 0 20px 20px;
    background: #fffddd;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .warningChk h3 {
    background: #0eaa8e;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 0 -20px 30px;
    padding: 0;
    border: none;
}

#main .warningChk h5 {
    margin: 0 0 10px;
    background: #db1d32 !important;
    font-size: 18px !important;
}


#main .warningChk img {
    margin-right: 30px;
}

#main .warningChk ul {
    margin-bottom: 0;
}

#main .warningChk ul li {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0 0 0;
    position: relative;
}

#main .warningChk ul li:before,
#main .warningChk ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .warningChk ul li:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0eaa8e;
}

#main .warningChk ul li:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-------------------#rainleaking#diagnosis-----------------*/

#main .rainAnswer {
    padding-top: 0;
}

#main .rainAnswer h3 {
    background: #017950;
    color: #fff;
    border-radius: 4px;
    font-size: 25px;
    border-top: none;
    padding: 10px;
    margin: 0 0 25px;
}

#main .rainAnswer h3 span {
    background: #fff;
    color: #017950;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}

#main .rainAnswer .answerUl {
    width: 740px;
    padding-right: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(./img/img_answer.png) no-repeat bottom right;
    margin-bottom: 0;
}

#main .rainAnswer .answerUl li {
    width: 238px;
    padding: 0;
    border: 1px #cccccc solid
}

#main .rainAnswer .answerUl li:nth-child(-n + 3) {
    margin-top: 0;
}


#main .rainAnswer .answerUl li h4 {
    background: #0eaa8e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 3px 5px;
}

#main .rainAnswer .answerUl li h4:before,
#main .rainAnswer .answerUl li h4:after {
    content: none;
}

#main .rainAnswer .answerUl li p {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;
    line-height: 1.8;
}

#main .rainAnswer .answerUl li:before,
#main .rainAnswer .answerUl li:after {
    content: none;
}

#main .rainCts {
    background: #541d0e;
    border-radius: 4px;
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
}

#main .rainCts h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.6;
    margin: 0 10px;
    background: none;
    padding: 0;
    border-top: none;
}

#main .rainCts ul {
    margin-bottom: 0;
    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;
    width: 730px;
}

#main .rainCts ul li {
    padding: 15px 0;
    line-height: 1;
    background: #fff;
    color: #541d0e;
    border-radius: 5px;
    font-size: 23px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 236px;
}

#main .rainCts ul li:after,
#main .rainCts ul li:before {
    content: none;
}


#rainleaking #main .ranking {
    padding: 0;
    margin: 0 0 20px;
}

#rainleaking #main .ranking li {
    list-style: none;
    font-size: 25px;
    font-weight: bold;
    color: #db1d32;
    margin: 0;
}

#rainleaking #main .catchTtl {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

#main .troubleBox h2 {
    position: relative;
    z-index: 10;
    padding: 15px 0 0;
    margin: 0 auto 15px;
    color: #333;
    font-size: 32px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    background: url(./img/bcg_box05.png) top center repeat-x;
}

#main .troubleBox h2:after {
    display: none;
}

#main .troubleBox h2 img {
    float: left;
    margin: 0 10px 0 0;
}

#main .troubleBox h2 span,
#main .diagnosisPoint h2 span {
    display: block;
}

#main .troubleBox h2 span.txtL,
#main .diagnosisPoint h2 span.txtL {
    font-size: 48px;
}


#main .troubleBox h3 {
    border-top: none;
    background: none;
    padding: 0;
    color: #fff;
    margin: 0 0 15px;
    font-size: 36px;
    text-align: center;
}

#main .troubleBox h3 strong {
    color: #f08700;
}


#main .troubleBox .catchTxt {
    font-size: 26px;
    font-weight: bold;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 0px;
    padding-top: 15px;
}

#main .troubleBox .catchTxt img {
    float: left;
    margin-right: 10px;
}

#main .troubleBox .catchTxt strong {
    text-decoration: underline;
}

#diagnosis #main .troubleBox {
    background: #333;
}

#diagnosis #main .troubleBox h2 img {
    margin-top: -10px;
}

#diagnosis #main .troubleBox h5 {
    margin: 0 0 10px;
}

#diagnosis #main .troubleBox .catchTxt {
    color: #fff;
}


#diagnosis #main .troubleBox ul li h6 {
    margin: 10px 0 0 0;
}



#rainleaking #main .troubleBox h5 {
    font-size: 30px;
}

#diagnosis #main .cautionBox {
    background: #017950;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#diagnosis #main .cautionBox h4 {
    color: #fff;
    font-size: 31px;
    margin: 15px 0;
    padding-left: 0;
    display: inline-block;
}

#diagnosis #main .cautionBox p {
    color: #fff;
    font-size: 18px;
}

#diagnosis #main .cautionBox ul {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0 0 0 25px;
}

#diagnosis #main .cautionBox ul li {
    float: left;
    margin: 0 0 0 10px;
    padding-left: 0;
}

#diagnosis #main .cautionBox h4:before,
#diagnosis #main .cautionBox h4:after,
#diagnosis #main .cautionBox ul li:before,
#diagnosis #main .cautionBox ul li:after {
    content: none;
}

#main .diagnosisPoint ol {
    margin: 0;
    padding: 0;
    counter-reset: diagnosisPoint;
}

#main .diagnosisPoint li {
    position: relative;
    overflow: hidden;
    line-height: inherit;
    margin-bottom: 30px;
    counter-increment: diagnosisPoint;
}

#main .diagnosisPoint li h3 {
    position: relative;
    color: #333;
    font-size: 32px;
    overflow: hidden;
    margin-bottom: 10px;
    background: none;
    border-top: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .diagnosisPoint li h3 strong {
    color: #db1d32;
}

#main .diagnosisPoint li h3 span {
    border-radius: 4px;
    background: #005BAB;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    line-height: 1.3;
    float: left;
}

#main .diagnosisPoint li h3:before {
    background: #75bb29;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 6px;
    border-radius: 50%;
    color: #fff;
    content: 'ここが違う\A' counter(diagnosisPoint, decimal-leading-zero);
    width: 125px;
    height: 125px;
    float: left;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: pre;
}




/*-------------------#harikae#siding-----------------*/

#main .harikaeProblem {
    background: #017950;
    box-shadow: none;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

#main .harikaeProblem:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 45px solid transparent;
    border-top: #017950 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -45px;
    border-radius: 0;
}

#main .harikaeProblem h2 {
    padding: 0;
    font-size: 35px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    margin: 0;
    width: auto;
    border-bottom: none;
    background: #017950;
}

#main .harikaeProblem h2:after {
    display: none;
}

#main .harikaeProblem ul {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#main .harikaeProblem ul li {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .harikaeProblem ul li h4 {
    position: absolute;
    bottom: 10px;
    margin: 0 10px;
    display: block;
    width: 90%;
    width: calc(100% - 20px);
    color: #fff;
    border-radius: 4px;
    background: #12a73b;
    text-align: center;
    padding: 0;
}

#main .harikaeProblem ul li h4:before,
#main .harikaeProblem ul li h4:after {
    display: none;
}

#main .harikaeProblem ul li img {
    margin: 0;
}

#harikae #main .catchTtl {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

#harikae #main .catchTtl strong {
    color: #db1d32;
}

#main .harikaeFeature h3 {
    font-size: 28px;
    padding: 0 7px;
    margin: 0 0 20px;
}

#main .harikaeFeature h3 span {
    border-radius: 4px;
    background: #12a73b;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 0px 10px;
    margin: 10px 10px 10px 0;
}


#main .harikaeFeature h4.normal {
    font-size: 18px;
    padding: 0 0 0 50px;
    margin: 0;
    position: relative;
    background: none;
}

#main .harikaeFeature h4.normal:before,
#main .harikaeFeature h4.normal:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    font-size: 30px;
    line-height: 1.0;
    background: #12a73b;
    width: 20px;
    height: 20px;
    border: none;
    transform: none;
}

#main .harikaeFeature h4.normal:before {
    left: 0;
    opacity: 0.5;
}

#main .harikaeFeature h4.normal:after {
    left: 23px;
}

#main .harikaeFeature .alignright {
    margin-left: 30px;
}

#main .harikaeMerit {
    padding-top: 0;
}

#main .harikaeMerit h3 {
    background: #12a73b;
    border-radius: 6px;
    border-top: none;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
}

#main .harikaeMerit h4 {
    background: none;
    font-size: 30px;
    padding: 0;
}

#main .harikaeMerit h4:before,
#main .harikaeMerit h4:after {
    content: none;
}

#main .harikaeMerit p {
    margin-bottom: 0;
}

#main .harikaeMerit .alignright {
    margin: 0 0 0 25px;
}

#main .sidingMerit {}

#main .sidingMerit .balloonBox {
    margin: 30px 0;
    text-align: center;
    padding: 10px;
}

#main .sidingMerit .balloonBox:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: #017950 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
}

#main .sidingMerit .balloonBox p {
    font-size: 36px;
    font-weight: normal;
}

#main .sidingMerit .balloonBox strong {
    font-weight: bold;
    color: #fff;
}




/*-------------------#amamori-----------------*/

#main .priceList {
    clear: both;
}

#main .priceList li {
    margin-bottom: 15px;
    padding: 7px 5px 0 15px;
    position: relative;
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    border-radius: 5px;
    background-color: #db1d32;
}

#main .priceList li span {
    padding: 3px 25px 0;
    float: right;
    display: block;
    position: relative;
    color: #db1d32;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    background-color: #FFF;
}

#main .priceList li:before,
#main .priceList li:after {
    content: none;
}

#main .reasonUlAm li {
    clear: both;
    margin: 0 0 50px 0;
    padding: 0;
}

#main .reasonUlAm li br {
    /*wpでなぜか改行が入るので仮対応*/
    display: none;
}

#main .reasonUlAm li img {
    float: right;
    margin: 0 0 50px 30px;

}

#main .reasonUlAm li h3 {
    overflow: hidden;
    clear: none;
    margin-top: 0;
}

#main .reasonUlAm li:before,
#main .reasonUlAm li:after {
    content: none;
}

/*-------------------#amadoi-----------------*/

#amadoi .catchLrg {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 18px;
}

#amadoi .catchL {
    font-size: 48px;
}

#amadoi .catchL strong {
    /*1em;*/
}

#amadoi .catchLrg strong {
    font-size: 53px;
    letter-spacing: -2px;
}

#amadoi .catchL strong {
    /*1em;*/
}

#amadoi .catchLrg img {
    float: right;
    margin: -45px 0 30px 30px;
}

#amadoi .catchBoxR {
    border-radius: 5px;
    clear: both;
    background-color: #db1d32;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

#amadoi .catchImg {
    margin: 30px 0;
    text-align: center !important;
}




/*-------------------#apartment-----------------*/

#apartment .catchLrg {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

#apartment .catchLrg img {
    float: left;
    margin: -15px 15px 15px 0;
}

#apartment .catchLtl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

#apartment .catchLtl strong {
    color: #db1d32;
}


#main .priceUl {
    margin-bottom: 28px
}

/*#main .priceUl li:before,
#main .priceUl li:after {
    display: none;
}*/

#main .priceUl li {
    padding-bottom: 5px;
    float: left;
    width: 486px;
    background-color: #FFF;
    border: 1px solid #E0D3BC;
    padding: 0;
}

#main .priceUl li .title03 {
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-color: #017950;
    border-bottom: 1px solid #E0D3BC;
}

#main .priceUl li .priceDl {
    margin: 0 8px 18px;
    /*	background: url(./img/line02.png) repeat-x left bottom;*/
    border-bottom: #333 dotted 1px;
}


#main .priceUl li .priceDl dt {
    padding: 7px 3px 5px;
    float: left;
    width: 54px;
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-color: #4dbe53;
    border-radius: 5px;
}

#main .priceUl li .priceDl .dtStyle01 {
    padding: 17px 3px;
}

#main .priceUl li .priceDl .dtStyle02 {
    width: 250px;
    padding: 17px 3px;
}

#main .priceUl li .priceDl dd {
    padding: 0 15px 13px 68px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

#main .priceUl li .priceDl dd .txtTtl {
    font-size: 17px;
}

#main .priceUl li .priceDl dd .num {
    font-size: 1.9em;
}

#main .priceUl li .priceDl .ddStyle01 {
    padding: 15px 15px 20px 68px;
}

#main .priceUl li .priceDl .ddStyle01 .floatR {
    margin-top: -5px;
}

#main .priceUl li .priceDl .ddStyle02 {
    padding: 10px 15px 20px 260px;
}

#main .priceUl li .priceDl .red {
    padding-top: 2px;
    color: #e82c2c;
    font-size: 20px !important;
    text-align: right;
}

#main .priceUl li .none {
    margin-bottom: 0;
    border-bottom: none;
}

#main .priceUl li p {
    margin: 0 15px;
    font-size: 14px;
    line-height: 1.7;
}





/*-------------------#menu-----------------*/


#main .catchMenu {
    background: #017950;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding: 5px 15px;
}

#main .wallPartsBox {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

#main .wallPartsBox .floatL {
    width: 330px;
}

#main .wallPartsBox .floatR {
    width: 640px;
    text-align: center;
}

#main .wallPartsBox .catchTtl {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: bold;
}


#main .wallPartsBox .floatL .catchTtl {
    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;
    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;
}

#main .wallPartsBox .catchTtl span {
    border-radius: 50%;
    background: #f08300;
    color: #fff;
    width: 165px;
    height: 165px;
    font-size: 130px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;
    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .wallPartsBox p.txts {
    font-size: 14px;
    font-weight: bold;
}

#main .wallPartsBox h4 {
    background: #75bb29;
    color: #fff;
    padding: 0;
    margin: 0 0 40px;
    margin: 0 0 10px;
    padding: 5px 0;
}

#main .wallPartsBox h4:before,
#main .wallPartsBox h4:after {
    display: none;
}

#main h2.menuCatch {
    background: none;
    font-size: 45px;
    box-shadow: none;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

#main h2.menuCatch:after {
    background: #f60;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    width: 490px;
    margin: 0 auto;
    bottom: 0;
    top: inherit;
    left: 50%;
    margin-left: -245px;
    border-radius: 0;
    border: none;
}

#main .itemMainV {
    position: relative;
}

#main .itemMainV .itemMainTxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main .itemMainV .itemMainTxt .priceTxt {
    font-family: "Impact", Gadget, 'Anton', sans-serif;
    font-size: 140px;
    color: #db1d32;
    letter-spacing: -0.02em;
    line-height: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    float: right;
}


#main .itemMainV .itemMainTxt svg {
    display: inline-block;
    width: 250px;
    height: auto;
    overflow: visible;
}

#main .itemMainV .itemMainTxt text {
    fill: #db1d32;
    stroke: #fff;
    stroke-width: 5;
    stroke-linejoin: round;
    font-size: 140px;
    font-weight: bold;
    font-family: impact;
}

#main .itemMainV .itemMainTxt text.unitTxt {
    font-size: 90px;
    stroke-width: 4px;
}

#main .itemBox {}



#main .itemBox h3 {
    background: none;
    border: none;
    display: inline-block;
    float: left;
    width: 740px;
    margin: 0;
    font-size: 30px;
}

#main .itemBox h3 img {
    display: block;
    margin-bottom: 5px;
}

#main .itemPhoto {
    width: 217px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    float: right;
    /*    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    color: #999;
}

#main .itemPhoto img {
    width: 100%;
    height: auto;
}

#main .itemPhoto p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

#main .itemPhoto .imgIco {
    left: 0;
    top: 0;
    z-index: 5;
    position: absolute;
    width: auto;

}

#main .itemSummery {
    width: 740px;
    float: left;
}

#main .itemSummery p {
    font-size: 22px;
}

#main .itemSummery .leadTxt {
    position: relative;
    padding-right: 55px;
}



#main .itemSummery .leadTxt p {
    font-size: 25px;
    line-height: 1.5;
}

#main .itemSummery ul.ageList {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .itemSummery ul.ageList li {
    background: none;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 45%;
    float: left;
    background: #fef9f2;
    border: #ccc solid 1px;
    font-size: 20px;
}

#main .itemSummery ul.ageList li:before,
#main .itemSummery ul.ageList li:after {
    content: none;
}

#main .itemSummery ul.ageList li h5 {
    border-radius: 0;
    font-size: 20px;
    line-height: 2;
    margin: 0 20px 0 0;
    background: #224a7f;
    height: 42px;
    padding: 15px;
}

#main .itemSummery ul.ageList li.itemFeature {
    -webkit-flex-basis: 370px;

    flex-basis: 370px;
    margin-right: 0;
}

#main .itemSummery ul.ageList li p {
    height: 40px;
    width: 160px;
    font-size: 30px;
    margin: 0;
    padding: 15px;
    background: #fffeee;
    border: #ccc solid 1px;
}

#main .itemSummery ul.ageList li.itemFeature p {
    text-align: left;
    font-size: 18px;
}

#main .itemData {
    clear: both;
    margin-top: 20px;
    background: #224a7f;
    padding: 15px 30px;
}

#main .itemData h4 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 10px 0 20px;
    padding: 0;
    line-height: 1
}

#main .itemData h4:before,
#main .itemData h4:after {
    display: none;
}

#main .itemData ul {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#main .itemData ul li {
    border-radius: 5px;
    background: #fff;
    padding: 25px 25px 70px;
    margin: 0 15px 15px 0;
    position: relative;
    width: 303px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemData ul li:nth-child(3n) {
    margin-right: 0;
}

#main .itemData ul li:before,
#main .itemData ul li:after {
    content: none;
}

#main .itemData ul li h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #f08700;
    display: block;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-------------------#contact-----------------*/

#contact #main h2.bgno {
    padding: 0.5rem 1.5rem;
    margin-bottom: 15px;
    color: #005BAB;
    line-height: 1.2;
}

#contact #main h2 strong {
    color: #fff;
}


#contact #main .msgTxt {
    font-size: 15px;
}

/*#contact #main .msgTxt h4 {
    font-size: 18px;
    margin-bottom: 10px;
}*/
#main .msgTxt h4.fs-24 {
    font-size: 24px;
    margin: 0;
}

#contact #main .msgTxt h4:last-child {
    margin-bottom: 0;
}


#main .msgTxt h4.fs-24:before,
#main .msgTxt h4.fs-24:after {
    top: 9px;
}

#contact #main .msgTxt strong {
    background: #faff7e;
    display: inline-block;
    font-weight: normal;
}

#contact #main .catchTxt {
    font-size: 33px;
    font-weight: bold;
}

#contact #main .catchTxt strong {
    color: #db1d32;
    background: none;
    font-weight: bold;
}

#contact #main p.catchTxt span {
    border-radius: 4px;
    background: #db1d32;
    color: #fff;
    font-size: 25px;
    padding: 0 5px;
    margin-right: 5px;
    vertical-align: 10%;
    font-weight: bold;
}

#contact #main h4.catchTxtHeddingL4 {
    margin: 0;
}

#contact #main .msgTxt .tel {
    font-size: 13px;
}

/*------------- wpack -------------*/


#main p.chirashi {
    text-align: center;
    font-weight: bold;
}

#main p.chirashi a {
    color: #333;
    font-size: 25px;
    display: inline;
}

/*------------- work-single -------------*/


#main .circleBnr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 490px;*/
    width: 800px;
    /*background: url(./img/showroom/bcg_show01.png) no-repeat center center;*/
    /*padding: 0 255px;*/
    padding: 0 100px;
}

#main .circleBnr li {
    width: 50%;
    text-align: center;
}

#main .circleBnr li:before,
#main .circleBnr li:after {
    content: none;
}

#main .circleBnr li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}


#main .reason8List {
    background: url(./img/reasonList_img.png) no-repeat left bottom, url(./img/check_bg.png) center center;
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    border: #e2e0db solid 14px;
    padding: 10px 20px;
    box-sizing: border-box;
}

#main .reason8List h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 10px;
    position: absolute;
    bottom: 0;
}

#main .reason8List ol {
    float: right;
    margin: 0 0;
}

#main .reason8List li {
    list-style: decimal-leading-zero;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
    line-height: 1.2;
    margin: 0 0 5px;
}

#main .reason8List li a {
    color: #333;
    text-decoration: none;
}

#main .reason8List li strong {
    color: #db1d32;
}

#main .reason8List li:last-child {
    margin-bottom: 0;
}

#main .reason8List li span {
    font-size: 20px;
    font-family: inherit;
    display: block;
}


#main .attBox {
    border: solid 5px #d00000;
    padding: 20px;
    background: #FFF;
    text-align: center;
}

#main .attBox h2 {
    color: #d00000;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0 0 15px;
    border: none;
    box-shadow: none;
}

#main .attBox ul li a {
    color: #d00000;
    font-weight: bold;
}

#main .attBox .tel span {
    padding-left: 80px;
    display: inline-block;
}

#main .attBox p {
    text-align: center;
    font-size: 16px;
}


#main .attBox p:last-child {
    margin-bottom: 0;
}

/*-----------20211209------------*/
#main .attBox p.link-contact a {
    font-size: 20px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    display: inline-block;
}



#main .reformList {
    position: relative;
    overflow: hidden;
}

#main .reformList li {
    width: 480px;
    float: left;
    border: #ffb033 solid 1px;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0;
    background: #fff;
}

#main .reformList li::before,
#main .reformList li::after {
    content: none;
}

#main .reformList li:nth-child(2n) {
    float: right;
}

#main .reformList li:nth-child(-n+2) {
    margin-top: 0;
}

#main .reformList li a {
    padding: 10px 10px 0;
    display: block;
    text-decoration: none;
    color: #333;
}

#main .reformList li h3 {
    background: #7ead00;
    border-radius: 8px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 22px;
    border: none;
    margin: 0 0 10px;
}

#main .reformList li h4 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

#main .reformList li h4::before,
#main .reformList li h4::after {
    content: none;
}


#main .reformList li .thumbnail {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
}

#main .reformList li .thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .reformList li .reformSummary {
    overflow: hidden;
}

#main .reformList li .reformSummary .priceTxt {
    font-size: 110px;
}

#main .reformList li .thumbnail .imgLayer {
    left: 15px;
    top: 15px;
    height: 25px;
    width: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#main .reformList li .txts {
    clear: both;
    font-size: 11px;
    margin-bottom: 0;
}

#main .reformList li .basicC {
    background: #ffb033;
    font-weight: bold;
    padding: 10px 40px 10px 10px;
    text-align: right;
    clear: both;
    line-height: 1.5;
    margin: 0 -10px 0;
    position: relative;
}

#main .reformList li .basicC:after {
    margin: 0 0 0 10px;
    top: 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 23px;
}

#main .reformMain {
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: stretch;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#main .reformMain .mainPict {
    width: 420px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
}

#main .reformMain .mainPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .reformMain .overflowH {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    box-sizing: border-box;
    width: 540px;
}

#main .reformMain h3 {
    background: none;
    border: none;
    margin: 0 0 10px;
    font-size: 36px;
    padding: 0;
    line-height: 1.2;
}

#main .reformMain .catchTxt {
    font-size: 16px;
    background: #7ead00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.4;
}


#main .reformMain .priceTxt {
    float: none;
    text-align: right;
    display: block;
    margin: 0;
    font-size: 90px;
}

#main .reformMain .priceTxt span.unitTxt {
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
}

#main .reformMain .txts {
    margin-bottom: 0;
}

#reform .warryBox .catchTtl {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

#reform .warryBox .catchTtl strong {
    color: #db1d32;
    font-weight: bold;
}

#main .singleReformList {
    background: #ffb033;
    padding: 20px;

}

#main .singleReformList li {
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #fff;
}

#main .singleReformList li::before,
#main .singleReformList li::after {
    content: none;
}

#main .singleReformList li .thumbnail {
    width: 300px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}

#main .singleReformList li .thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#main .singleReformList li .thumbnail .imgLayer {
    left: 15px;
    top: 15px;
    height: 25px;
    width: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#main .singleReformList li .catchIco {
    position: absolute;
    background: #f60;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 120px;
    height: 120px;
    left: 10px;
    bottom: 10px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
}

#main .singleReformList li .reformSummary {
    overflow: hidden;
}

#main .singleReformList li .reformSummary h3 {
    font-size: 38px;
    margin: 0 0 20px;
    /* border: none;
    background: #7ead00;
    border-radius:5px;
    color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px; */
    line-height: 1.2;
    padding: 10px 20px;
}

#main .singleReformList li .reformSummary .itemDetail {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

#main .singleReformList li .reformSummary .priceTxt {
    margin-left: 20px;
    font-size: 100px;
}

#main .singleReformList li .scheduleTxt {
    background: #062e78;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 200px;
}

#main .singleReformList li .reformSummary .txts {
    margin-bottom: 0;
}


/*----------------------------------
 営業日カレンダー
-----------------------------------*/

#main .business-calendar-box {
    margin-bottom: 40px;
    overflow: hidden;
}

#main .business-calendar-box caption {
    background: #f08700;
    color: #fff;
    font-weight: bold;
}

#main .business-calendar-box th {
    background: #75bb29;
}

#main .business-calendar {
    float: left;
    width: 45%;
    width: calc(50% - 20px);
    margin: 0 auto 35px auto;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

#main .business-calendar-box div:nth-child(2n) .business-calendar {
    float: right;
}

#main .business-calendar-attribute {
    clear: both;
    margin: 0;
    font-weight: bold;
}

#main .business-calendar-attribute li {
    width: 30%;
    margin: 0;
    float: left;
}

#main .business-calendar-attribute li::before,
#main .business-calendar-attribute li::after {
    content: none;
}

#main .business-calendar td,
#main .business-calendar th {
    box-sizing: border-box;
    padding: 3px !important;
    width: auto;
    border-bottom: 1px solid #CACACA;
    text-align: center;
}

#main .business-calendar .today {
    background: #EAEAEA;
}

#main .business-calendar .attr0,
.business-calendar-attribute .attr0 {
    color: #FF0000;
    background: #FFCCCC;
}

#main .business-calendar .attr1,
.business-calendar-attribute .attr1 {
    color: #FF6600;
    background: #FFCC99;
}

#main .business-calendar .attr2,
.business-calendar-attribute .attr2 {
    color: #006600;
    background: #CCFFCC;
}

#main .business-calendar .attr3,
.business-calendar-attribute .attr3 {
    color: #0000FF;
    background: #CCCCFF;
}

#main .business-calendar .attr4,
.business-calendar-attribute .attr4 {
    color: #CC00CC;
    background: #FFCCFF;
}

.singleBlog #toc_container {
    margin: 0 auto 1em;
}


/* ボタンの光沢 */
.is-reflection {
    overflow: hidden;
    position: relative;
}

.is-reflection a {
    overflow: hidden;
}

.is-reflection a:after {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}

/* アニメーションを遅延させる */
.is-reflection+.is-reflection a:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}