/*
Theme Name: nakayama-kensou
Theme URI: https://nakayama-kensou.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");

body {
    min-width: 1100px;
    /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
    font-size: 15px;
    background: #fff;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article {
    /*padding: 0 0 20px;*/
}

@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: 400;
    src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

/*------------- tmp -------------*/

.tmp img {
    display: block;
    margin: 0 auto;
}

.tmp.bg01 {
    background: url(./img/common/bg_gray.png) center center;
}

.bg02 {
    background: #e26a0f;
    padding: 20px 0 !important;
}

.tmp.bg02 img {}

.bg03 {
    background: url(./img/common/contact_bg.png) center center;
}

.whiteBox p {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin-bottom: 0 !important;
}

.bgHouse {
    background: url(./img/common/house_bg.png) repeat-x center bottom;
}

.btn {
    display: inline-block;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 5px;
}

.btn a {
    display: block;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 10px 45px 4px 25px;
    text-decoration: none !important;
    border-radius: 4px;
    box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    background: #21a937;
    border: 3px solid #21a937;
}

.btn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.btnDetail {
    background: #673a1c;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: bold;
}

.btnDetail:hover,
.btn a:hover {
    opacity: 0.7;
    transition: 0.7s;
}

.btnDetail a {
    display: block;
    padding: 3px 10px !important;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    transition: 0.7s;
}

.bg01 .btn {
    margin: 10px 15px !important;
}

.notice-r {
    color: #ee0000 !important;
}

.notice-o {
    color: #e26a0f !important;
}

.notice-b {
    color: #1277c4 !important;
}

.notice-g {
    color: #21a937 !important;
}

.lineM {
    background: linear-gradient(transparent 40%, #fcff00 40%);
}

.tel {
    display: inline-block;
    font-size: 11px;
}

.tel .bHours {
    display: none;
}

.tel span {
    background: url(./img/common/ico_fd03.png) no-repeat left 80%;
    font-family: "Impact", 'Anton', Gadget, sans-serif;
    color: #ee0000;
    font-size: 47px;
    font-weight: 500;
    line-height: 1;
    padding-left: 35px;
    display: block;
}

.tel span.dNum {
    background: url(./img/common/ico_tel02.png) no-repeat 5px center !important;
    padding-left: 35px !important;
}

.bAdd {
    display: none;
}

/*--トップページメインカラム調整--*/

/*body#top #contents {
    margin: -16px auto 40px;
    position: relative;
}*/

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */

header {}

header .htxt {
    padding: 5px 0;
    background: #fdf8e8;
    margin-bottom: 0;
}

header .htxt .inner {
    padding: 0;
}

header .htxt h1,
header .htxt p {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

header .htxt p strong {
    font-weight: normal;
}

header .inner {
    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;
    padding: 10px 0;
    overflow: inherit;
    width: 1100px;
}

header .corpNumber {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

header .logoTxt {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

header .floatL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    float: left;
}

header .hdrLogo {
    position: relative;
    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;
}

header .hdrLogo a {
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

header img.logo01 {}

/*header img.logo02 {
    float: left;
    width: 135px;
    margin-right: 10px;
}*/

header .hdrMenu li {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

header .hdrMenu li a {
    color: #333;
    text-decoration: none;
}

header .hdrMenu li:before,
header .hdrMenu li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

header .hdrMenu li:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #21a937;
}

header .hdrMenu 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);
}

header .hdrContact {
    float: left;
    position: relative;
}

header .hdrContact .contactCatch {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #673a1c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}

/*header .hdrContact .contactCatch li {
    display: inline-block;
    border-radius: 3px;
    background: #ee0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 2px;
}
header .hdrContact .contactCatch li:last-child {
    margin: 0;
}
header .hdrContact .contactCatch li.txtLong {
    background: #8d471f;
}*/

header .hdrContact .tel,
header .hdrContact .btn {}

header .hdrContact img {
    /*    float: left;
    position: absolute;
    top: -27px;
    left: -3px;*/
}

header .hdrContact .telBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    float: left;
}

/*
header .hdrContact .telBox h4 {
    position: relative;
    font-size: 13px;
    padding-left: 15px;
}

header .hdrContact .telBox h4:before,
header .hdrContact .telBox h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

header .hdrContact .telBox h4:before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
}

header .hdrContact .telBox h4:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

header .hdrContact .tel {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}


header .hdrContact .tel span {
    color: #ee0000;
    font-size: 47px;
    font-weight: 500;
    line-height: 1;
    padding-left: 55px;
    display: block;
    background-size: 50px auto !important;
}

/*header .btn {
}

header .btn:hover {
    opacity: 0.8;
    transition: 0.7s;
}

header .btn a {
    padding: 0px 10px 0px 40px;
    font-size: 16px;
    background: url(./img/common/ico_mail01.png) no-repeat 15px center;
    background-size: 17px auto;
}

header .btn a:before,
header .btn a:after {
    content: none;
}*/

.hdrBnr {
    position: relative;
    overflow: hidden;
    float: right;
    margin-left: 5px;
}

.hdrBnr li {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 180px;
    margin-left: 5px;
    font-weight: bold;
    line-height: 1.3;
    box-shadow: 0px 8px 0px 0px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0px 8px 0px 0px rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(255, 255, 255, 0.5) inset;
    overflow: hidden;

}

.hdrBnr li a {
    /* text-decoration: none;
    display: block;
    padding: 7px 5px 5px; */
}

.hdrBnr li span {
    /* background: #114e9a;
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px; */
}

.hdrBnr li span:before,
.hdrBnr li span:after {
    /* position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    vertical-align: middle; */
}

.hdrBnr li span:before {
    /* width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff; */
}

.hdrBnr li span:after {
    /* right: 10px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #114e9a;
    border-right: 2px solid #114e9a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}


.hdrBnr li p {
    /* font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.2; */
}


.hdrBnr li.srBtn {
    /* background: #ffde00 ; */
}

.hdrBnr li.srBtn a {
    /* border: #cfb507 solid 4px;
    background: url(./img/common/ico_quocard.png) no-repeat 120% -5px; */
}

.hdrBnr li.srBtn p strong {
    /* color: #e01c1c; */
}

.hdrBnr li.dgBtn {
    /* background: #21a937; */
}

.hdrBnr li.dgBtn a {
    /* border: #21a937 solid 4px;
    background: url(./img/common/ico_calc.png) no-repeat 120px top; */
}

.hdrBnr li.dgBtn span {
    /* background: #385f13; */
}


.hdrBnr li.dgBtn span:after {
    /* border-top: 2px solid #385f13;
    border-right: 2px solid #385f13; */
}

.hdrBnr li.dgBtn p {
    /* color: #fff; */
}

.hdrBnr li.dgBtn p strong {
    /* color: #ffde00; */
}



.hdrBnr li:hover,
.hdrBnr li a:hover {
    opacity: 0.8;
    transition: 0.7s;
}

header .telBtn {
    display: none;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

footer {
    font-size: 13px;
}

footer .inner {
    width: 1100px;
    padding: 30px 0;
}

.ftrConBox {
    padding: 0;
    background-color: #e26a0f;
}

.ftrConBox .inner {
    padding: 30px 0 !important;
    width: 1100px;
}

.ftrConBox .imgLayer {
    right: 5px;
    bottom: 0;
}

.ftrConBox h2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.ftrConBox h2 span {
    float: left;
    margin-right: 10px;
}

.ftrConBox h2 span img {
    width: 220px;
    height: auto;
}

.ftrConBox h3 {
    background: #673a1c !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0 15px 0 110px !important;
    border: none !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    position: relative;
    overflow: visible;
}

.ftrConBox h3 img {
    position: absolute;
    top: -58px;
    left: 10px;
}

.ftrConBox .tel {
    float: left;
    margin-right: 30px;
    font-size: 14px;
}

.ftrConBox .tel .bHours {}

.ftrConBox .tel span {
    display: block;
    font-size: 70px;
    padding-left: 80px !important;
    background-size: 75px auto !important;
}

.ftrConBox a {
    display: block;
}

.ftrConBox .catchTxt {
    background: #673a1c;
    color: #fff;
    font-size: 20px;
    margin: 10px -220px -15px -15px;
    clear: both;
    padding: 0 20px;
    font-weight: bold;
}

footer .ftrConBox strong {
    border-radius: 4px;
    color: #fff;
}

footer .ftrConBox ul {
    position: relative;
    overflow: hidden;
    float: none;
}

footer .ftrConBox ul li {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
}

footer .ftrConBox ul li:last-child {
    margin-right: 0;
}

footer .ftrConBox ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

footer .ftrConBox ul li img {
    float: left;
    margin-right: 15px;
}

footer .ftrConBox ul li h4 {
    color: #fed900;
    font-size: 22px;
    line-height: 1.2;
}

footer .ftrInfo {
    background: #ffff00;
}

.ftrBnr {
    position: relative;
    overflow: visible;
    padding-bottom: 30px;
    /* background: #e26a0f; */
}

.ftrBnr:after {
    content: " ";
    display: block;
    clear: both;
}

.ftrBnr .consultationBox,
.ftrBnr .estimatesBox {
    float: left;
    margin-right: 40px;
}

.ftrBnr .consultationBox .inBox,
.ftrBnr .estimatesBox .inBox {
    height: 187px;
}

.consultationBox {
    width: 530px;
    position: relative;
}

.consultationBox a {
    text-decoration: none !important;
}

.consultationBox .imgLayer {
    top: 0;
    right: 5px;
    z-index: 10;
}

.consultationBox h3 {}

.consultationBox .inBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.consultationBox h4 {
    font-size: 18px !important;
    padding: 0 0 5px 50px !important;
    position: relative;
    margin: 0 0 5px !important;
    line-height: 1.5;
    text-decoration: none !important;
    color: #333 !important;
}

.consultationBox h4:before,
.consultationBox 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;
}

.consultationBox h4:before {
    left: -5px;
    opacity: 0.5;
}

.consultationBox h4:after {
    left: 18px;
}

.consultationBox .inBox img {
    margin-top: -56px;
    position: relative;
}

.consultationBox .catchBox {
    position: relative;
}

.consultationBox .catchTxt {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 5px !important;
}

.consultationBox .catchTxt span {
    color: #c30d23;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    float: right;
    line-height: 1.2;
}

.consultationBox .catchTxt span strong {
    color: #333;
    font-size: 33px;
    background: linear-gradient(transparent 60%, #fcff00 40%);
    display: block;
    line-height: 1;
}

.consultationBox .catchTxt span.txtHp {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    float: right;
}

.consultationBox 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;
    margin-bottom: 0 !important;
}

.consultationBox ul li {
    position: relative;
    font-size: 20px !important;
    font-weight: bold;
    background: #c30d23 !important;
    box-shadow: 0 -3px 0 #930839 inset;
    padding: 0 !important;
    transition: 0.7s;
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.consultationBox ul li:hover {
    opacity: 0.7;
    transition: 0.7s;
}

.consultationBox ul li a {
    display: block;
    padding: 3px 10px !important;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    transition: 0.7s;
}

.consultationBox ul li:before,
.consultationBox ul li:after {
    content: none !important;
}

.ftrBnr .estimatesBox {
    margin-right: 0;
    width: 530px;
    position: relative;
}

.estimatesBox a {
    text-decoration: none !important;
    color: #333 !important;
}

.estimatesBox .imgLayer {
    top: 0;
    right: 5px;
    z-index: 10;
}

.estimatesBox h3 {}

.estimatesBox .inBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.estimatesBox .inBox a:hover {
    opacity: 0.7;
}

.estimatesBox .inBox .imgLayer {
    top: auto;
    right: 0;
    bottom: 10px;
    z-index: 1;
    width: 180px;
}

.estimatesBox h4 {
    font-size: 18px !important;
    padding: 0 0 10px 50px !important;
    position: relative !important;
    border-bottom: #ccc solid 1px !important;
    margin: 0 0 5px !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 .inBox p {
    font-size: 27px !important;
    font-weight: bold;
    z-index: 10;
    position: relative;
    margin-bottom: 10px !important;
}

.estimatesBox .inBox p strong {
    color: #ee0000;
}

.estimatesBox .inBox p span {
    border-radius: 4px;
    background: #f08300;
    color: #fff;
    font-size: 20px;
    padding: 5px 7px;
    margin-right: 5px;
}

.estimatesBox .inBox .telBox {
    padding: 10px;
    margin-top: 5px;
    position: relative;
}


.estimatesBox .inBox h5 {
    background: none !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.estimatesBox .inBox .number {
    background: #fff;
    margin-top: 10px;
    text-align: left;
    padding: 1px;
}

.estimatesBox .inBox .tel {
    font-size: 11px !important;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    margin-bottom: 0 !important;
    line-height: 1.2;
    float: none;
}

.estimatesBox .inBox .tel span {
    background: url(./img/common/ico_fd03.png) no-repeat left center;
    color: #ee0000;
    font-size: 52px;
    line-height: 1.2;
    padding: 0 0 0 80px;
    margin: 0;
    display: block;
    display: inline;
}

footer .shopInfo {
    margin-bottom: -30px;
}

footer .corpNumber {
    font-size: 11px;
}

footer .ftrLogo {
    margin-bottom: 10px;
    display: block;
}

footer .ftrLogo span {
    margin-left: 20px;
}

footer h5 {
    font-size: 14px;
    margin-bottom: 0;
}

footer nav {
    background: #fdf8e8;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: #673a1c solid 5px;

}

footer nav .ftrNav {
    position: relative;
    overflow: hidden;
    width: 1100px;
    padding-left: 20px;
    border-left: solid 1px #fefcf4;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
}

footer nav .ftrNav>li {
    padding: 5px 20px 5px 0;
    min-width: 255px;
    /*     float: left;
    height: 180px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #fefcf4;
}

footer nav .ftrNav li ul>li {
    position: relative;
    padding-left: 13px;
    line-height: 1.9;
}

footer nav .ftrNav li ul>li:before,
footer nav .ftrNav li ul>li:after {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

footer nav .ftrNav li ul>li:before {
    width: 7px;
    height: 7px;
    background: #673a1c;
}

footer nav .ftrNav li ul>li:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer nav .ftrNav li ul>li a {
    color: #333;
    text-decoration: none;
}

footer nav .ftrNav li ul li ul>li {
    background: url(./img/common/list_line02.png) no-repeat left center;
}

footer nav .ftrNav li ul li ul>li:last-child {
    background: url(./img/common/list_line01.png) no-repeat left top 1px;
}

footer nav .ftrNav li ul li ul>li:before,
footer nav .ftrNav li ul li ul>li:after {
    content: none;
}


footer .footerCom {
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
    width: 1100px;
}

footer .footerCom .tel-link {
    margin-right: 1em;
}

footer .copyRight {
    float: right;
    text-align: right;
}

footer .copyRight p {
    font-size: 13px;
    letter-spacing: -0.03rem;
}

footer #logopcb {
    line-height: 1;
    text-align: right;
    margin-top: 20px;
}

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 .inner {
    margin: 10px auto;
    padding: 0;
    width: 1100px;
    overflow: visible;
}

footer .ftrScroll .ftrCont {
    background: #fff;
    padding: 10px 8px 10px 14px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 72px;
}

footer .ftrScroll .ftrCont h3 {
    /* background: #1277c4;
    color: #fff;
    font-size: 20px;
    margin: -20px 40px -20px -10px;
    padding: 21px 0 20px 10px;
    border-radius:0 5px 5px 0;
    position: relative;
    z-index: 1; */
}

footer .ftrScroll .ftrCont h3:after {
    /* content: '';
    position: absolute;
    left: 79%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: solid 30px #1277c4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0 0 5px 0;
    z-index: -1; */
}

footer .ftrScroll .ftrCont .imgLayer {
    height: 70px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 190px; */
}

footer .ftrScroll .tel {
    float: left;
    margin-right: 40px;
    line-height: 1.2;
    font-size: 12px;
    position: relative;
    /* padding-left: 65px; */
    padding-right: 80px;
}

footer .ftrScroll .tel .bHours {}

footer .ftrScroll .tel span {
    background-size: 40px auto !important;
    font-size: 46px;
    line-height: 1;
    display: block;
    padding-left: 45px !important;
}

footer .ftrScroll .ftrCont ul {
    position: relative;
    overflow: hidden;
}

footer .ftrScroll .ftrCont ul li {
    float: left;
    margin-left: 8px;
    font-weight: bold;
    text-align: center;
}

footer .ftrScroll .ftrCont ul li:first-child {
    margin-left: 0;
}

footer .ftrScroll .ftrCont ul li a {
    padding: 0;
    display: block;
    color: #fff;
    text-decoration: none;
    /* border-radius: 3px;
    box-shadow: 0 5px 0 0px rgba(255,255,255,0.5) inset; */
}

footer .ftrScroll .ftrCont ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    transition: 0.7s;
}

/* footer .ftrScroll .ftrCont ul li span {
    font-size: 15px;
    display: block;
    color: #fff;
}
footer .ftrScroll .ftrCont ul li.ftrDiagnosis {
    background: #80560b;
}
footer .ftrScroll .ftrCont ul li.ftrRainleaking {
    background: #2e65bf;
    border: #2e65bf solid 3px;
}
footer .ftrScroll .ftrCont ul li.ftrShowroom {
    background: #ffb400;
    border: #ffb400 solid 3px;
}
footer .ftrScroll .ftrCont ul li.ftrContact {
    background: #21a937;
    border: #21a937 solid 3px;
}

footer .ftrScroll .ftrCont ul li:hover{
    opacity: 0.8;
    transition: 0.7s;
} */

footer .ftrScroll .ftrCont ul li.ftrTel {
    display: none;
}

/* footer .ftrScroll .ftrContHvBnr {
    padding: 10px 5px;
    margin-right: 5px;
}

footer .ftrScroll .ftrContHvBnr ul li {
    margin-bottom: 3px;
    margin-left: 4px;
}

footer .ftrScroll .ftrContHvBnr ul li a img {}

footer .ftrScroll .ftrContHvBnr .tel {
    margin-right: 5px;
    padding-right: 0;
}

footer .ftrScroll .ftrContHvBnr .imgLayer {
    display: none;
} */

footer .ftrScroll .ftrCampaign {
    position: absolute;
    content: "";
    bottom: 100px;
    right: 0;
    max-width: 300px;
    overflow: hidden;
}

footer .ftrScroll .ftrCampaign img {
    max-width: 100%;
    height: auto;
}

footer .ftrScroll .pageTop a {
    width: 76px;
    height: 72px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #666;
}

footer .ftrScroll .pageTop a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#topcontrol {
    width: 76px;
    height: 55px;
    padding: 10px 0;
    text-align: center;
    background: #e26a0f;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */

header nav {
    position: relative;
    padding: 5px 0 5px;
    background: #e26a0f;
    margin-bottom: 1px;
}

nav #gNav {
    position: relative;
    width: 1100px;
    margin: 3px auto;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
}

nav #gNav li {
    border-right: #f1b587 solid 1px;
    /*border-top: #b9b9b9 solid 1px;*/
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 1.4;
    display: block;
    width: 158px;
    /*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;*/
}

nav #gNav>li:first-child {
    border-left: #f1b587 solid 1px;
}

nav #gNav li.short {
    width: 118px;
}

nav #gNav li.long {
    width: 152px;
}

nav #gNav li span {
    display: block;
    font-size: 10px;
    color: #ffff00;
}

/*
nav #gNav li svg {
    width: 27px;
    height: 27px;
    fill: #333;
    transition: 0.7s;
}
#top nav #gNav li svg,
nav #gNav li svg:hover {
    fill: #1277c4;
    transition: 0.7s;
}
*/

nav #gNav li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    height: 56px;
}

nav #gNav li a:hover {
    background: rgba(255, 255, 255, 0.4);
}

nav #gNav li a:after {
    /*    content: '';
    background: #1277c4;
    height: 3px;
    display: block;
    width: 90%;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;*/
}

nav #gNav li ul {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: -1;
    min-width: 100%;
    height: 0;
    width: auto;
}

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);
    border-right: none;
    font-size: 13px;
    transition: 0.7s;
    float: none;
    font-weight: normal;
    text-shadow: none;
}

nav #gNav li ul li a {
    height: auto;
    border-bottom: none;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

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 !important;
    text-decoration: none;
}

nav #gNav li ul li:hover {
    color: #1277c4 !important;
    transition: 0.7s;
}

nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 39px;
}

#first nav #gNav>li.gnav01 a,
#reason nav #gNav>li.gnav02 a,
#menu nav #gNav>li.gnav04 a,
#works nav #gNav>li.gnav05>a,
#corporate nav #gNav>li.gnav03 a,
#staff nav #gNav>li.gnav06 a,
#blog nav #gNav>li.gnav07 a,
#showroom nav #gNav>li.gnav08 a {
    color: #fff;
}

nav #gNav>li.gnav07 img {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -1;
    width: 100%;
}

nav #gNav>li.gnav07 span {
    background: rgb(103, 58, 28, 0.8);
    margin-top: 15px;
    padding: 2px 5px;
    color: #fff !important;
    font-size: 15px;
}

/* -----------------------------------------------------------
    side
----------------------------------------------------------- */

#side {
    width: 220px;
    float: left;
}

#side article {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

#side .inBox {
    background: #fdf8e8;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#side .inBox>img {
    margin-bottom: 0;
}

#side article p {
    font-size: 14px;
    margin-bottom: 10px;
}

#side article p:last-child {
    margin-bottom: 0;
}

#side article img {
    margin-bottom: 10px;
    width: 100%;
}

#side article .btn {
    /* float: right; */
    width: 100%;
    margin-top: 10px;
}

#side article .btn a {
    font-size: 16px;
    /* padding: 0 30px 0 10px; */
    padding: 5px 0;
}

#side article h3 {
    background: #1277c4;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#side article h3 span {
    color: #ffff00;
    font-size: 10px;
    display: block;
}

#side .inBox h3 {
    font-size: 13px;
    padding: 5px;
    background: #1277c4;
}

#side article h4 {
    position: relative;
    font-size: 13px;
    padding-left: 10px;

}

#side article h4:before,
#side article h4:after {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side article h4:before {
    width: 7px;
    height: 7px;
    background: #e26a0f;
}

#side article h4:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideBnr a {
    margin-bottom: 20px;
}

#side .sideBnr img {
    width: 100%;
    height: auto;
}

#side .sideBnr .guideBnr {
    /* margin-top: -7px; */
}

#side .sideBnr ul {
    background-color: #fdf8e8;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

#side .sideBnr ul li {
    border-bottom: 1px solid #d5d5d5;
    transition: ease 0.4s;
}

#side .sideBnr ul li:hover {
    opacity: 0.7;
}

#side .sideBnr ul li:last-child {
    border-bottom: none;
}

#side .sideBnr ul li dl {
    padding: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
}

#side .sideBnr ul li a {
    margin-bottom: 0;
}

#side .sideBnr ul li dl dt {
    width: 46px;
    text-align: center;
    margin-right: 10px;
}

#side .sideBnr ul li dl dt img {
    width: auto;
}

#side .sideBnr ul li dl dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

#side .sideBnrList {
    margin-bottom: 20px;
}

#side .sideBnrList li {
    border: #8d471f solid 1px;
    background: url(./img/common/bg_side_beige.png) center center;
    box-shadow: 0px 0px 0px 3px #ffffff inset;
    -moz-box-shadow: 0px 0px 0px 3px #ffffff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff inset;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-family: "source-han-sans-japanese", sans-serif;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}

#side .sideBnrList li a {
    padding: 15px;
    display: block;
}

#side .sideBnrList li a:before,
#side .sideBnrList li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideBnrList li a:before {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e26a0f;
}

#side .sideBnrList li a:after {
    right: 14px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #e8ddbd;
    border-right: 2px solid #e8ddbd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideBnrList li img {
    float: left;
    margin-right: 10px;
}

#side .sideBnrList li:first-child img {
    position: relative;
    margin-top: -25px;
}

#side .sideBnrList li:last-child {
    margin-bottom: 0;
}

#side .sideBnrList li strong {
    font-size: 22px;
}

#side .sideBnrL {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#side .sideBnrL a {
    text-decoration: none;
    display: block;
}

#side .sideBnrL.sidewall {
    background: #e26a0f;
}

#side .sideBnrL.sideroof {
    background: #ee0000;
}

#side .sideBnrL.sideapartment {
    /*background: #ffff00;*/
}

#side .sideBnrL.siderecruit {
    background: #8d471f;
}

#side .sideBnrL h4 {
    background: none;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin: 5px 10px;
    padding: 0;
}

#side .sideBnrL.sideapartment h4,
#side .sideBnrL.siderecruit h4 {
    text-align: center;
    font-size: 26px;
    margin: 0;
}

#side .sideBnrL.sideapartment h4 span,
#side .sideBnrL.siderecruit h4 span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    display: block;
}

#side .sideBnrL.siderecruit h4 span {
    font-size: 16px;
}

#side .sideBnrL.sideapartment .detail,
#side .sideBnrL.siderecruit .detail {
    background: #df4d00;
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin: 5px;
    padding: 5px;
}

#side .sideBnrL.siderecruit .detail {
    background: #4d0c00;
}

#side .sideBnrL .packImg {
    width: 280px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

#side .sideBnrL .packImg img {
    width: 280px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#side .sideBnrL .imgIco {
    position: absolute;
    right: 0;
    top: 65px;
    width: 95px;
    height: auto;
}

#side .sideBnrL .packSummary {
    background: #fff;
    margin: 0 10px 10px;
    padding: 10px;
}

#side .sideBnrL p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

#side .sideBnrL .priceTxt {
    font-family: Impact, 'Anton', Gadget, sans-serif, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 52px;
    font-weight: 500;
    color: #ee0000;
    line-height: 1;
    margin-bottom: 5px;
}

#side .sideBnrL .priceTxt span.unitTxt {
    font-size: 28px;
}

#side .sideBnrL span.priceB {
    background: #e26a0f;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: normal;
    margin-right: 10px;
}

#side .sideBnrL .txts {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: normal;
}

#side .combnrList li {
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#side .combnrList li img {
    width: 100%;
}

#side .bnrBox {}

#side .bnrBox h3 {
    margin: 20px 0 10px;
    text-align: center;
}

#side .bnrBox img {
    margin-bottom: 0;
}

#side .bnrBox a {
    margin-bottom: 10px;
}

#side .sideBlog {
    position: relative;
    overflow: hidden;
}

#side .sideBlog ul {
    margin-bottom: 10px;
}

#side .sideBlog li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.4;
    border-bottom: #ccc solid 1px;
    font-weight: bold;
}

#side .sideBlog li a {
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideBlog li a p {
    position: relative;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}

#side .sideBlog li:last-child {
    margin-bottom: 0;
}

#side .sideBlog li span {
    color: #fff;
    font-size: 10px;
    background: #ee0000;
    padding: 0 4px;
    /* margin-right: 5px; */
    display: inline-block;
}

#side .sideBlog li span.time {
    color: #e26a0f;
    font-weight: bold;
    display: block;
    background: none;
    padding: 0;
    position: inherit;
}

#side .sideBlog .btn {
    float: right;
}

#side .sideBlog .btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
}

#side .sideBlog li .sideThum {
    width: 69px;
    height: 69px;
    position: relative;
    overflow: hidden;
    /* border: #ccc solid 1px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    float: left;
    zoom: 1;
    margin-bottom: 0;
    margin-right: 11px;
}

#side .sideBlog li .sideThum 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;
}

#side a {
    color: #333;
    text-decoration: none !important;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#side .sideContact {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #333 dashed 1px;
}

#side .sideContact h3 {
    padding: 5px;
    text-align: center;
    margin: 0 0 10px;
    background-color: #e26a0f;
    font-weight: normal;
    line-height: 1;
}

#side .sideContact h3 .sideLogo {
    width: 224px;
    height: auto;
}

#side .sideContact h5 {
    font-size: 15px;
    line-height: 1.4;
}

#side .sideContact h5 span {
    font-size: 11px;
    display: block;
}

#side .sideContact p {
    font-size: 12px;
}

#side .sideContact 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;
    margin-bottom: 10px;
}

#side .sideContact ul li {
    border-radius: 3px;
    box-sizing: border-box;
    background: #ee0000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 48%;
    width: calc(50% - 5px);
}

#side .sideContact h4 {
    background: #8dc220;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
}

#side .sideContact .tel {
    font-size: 10px;
    line-height: 1;
    display: block;
    margin-bottom: 0;
}

#side .sideContact .tel span {
    font-size: 28px;
    padding-left: 30px !important;
    display: block;
    text-align: center;
    background-size: 32px auto !important;
    margin-bottom: 5px;
}

#side .sideContact .btn {
    width: 100%;
    text-align: center;
    float: none;
}

#side .sideContact .btn a {
    display: block;
    padding: 14px 0 11px;
    font-size: 18px;
    background: #21a937;
    line-height: 1;
    border-radius: 5px;
}

#side .sideContact .btn a:before,
#side .sideContact .btn a:after {
    content: none;
}

#side .sideContact .normalBtn {
    float: none;
    width: 110px;
    display: block;
    margin: 0 auto 5px;
}

#side .sideContact .normalBtn a {
    padding: 0;
    display: block;
}


#side .sideInfo {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#side .sideInfo h5,
#side .sideInfo p {
    line-height: 1.5;
}

#side .sideInfo h5 {
    letter-spacing: -0.04em;
    font-size: 13px;
}

#side .sideInfo h5 img {
    width: 100%;
    display: block;
    margin: 0 auto 5px;
}

#side .sideInfo h6 {
    font-size: 13px;
    margin-top: 10px;
}

#side .sideInfo .bAdd {
    display: block;
}

#side .sideMenu {}

#side .sideMenu>li {
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#side .sideMenu li ul {
    padding-left: 20px;
}

#side .sideMenu li ul li {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    list-style: disc;
}

#side .sideMenu li ul li:last-child {
    border-bottom: none;
}

#side .sideMenu li ul li a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideMenu li a:hover {
    text-decoration: underline !important;
}

#side .sideWorks {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#side .sideWorks h3 {
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

#side .sideWorks,
#side .sideVoice ul {
    border: #ccc solid 5px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}

#side .sideBlog li,
#side .sideWorks ul li,
#side .sideVoice ul li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.4;
    border-bottom: #333 dashed 1px;
    font-weight: bold;
    overflow: hidden;
    transition: ease 0.4s;
}

#side .sideBlog li:hover,
#side .sideWorks ul li:hover,
#side .sideVoice ul li:hover {
    opacity: 0.7;
}

#side .sideBlog li a,
#side .sideWorks ul li a,
#side .sideVoice ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideBlog li h4,
#side .sideWorks ul li h4,
#side .sideVoice ul li h4 {
    font-size: 14px;
    height: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden;
    color: #333;
    padding: 0;
    text-align: left;
}

#side .sideBlog li .thumbPict,
#side .sideWorks ul li .thumbPict,
#side .sideVoice ul li .thumbPict {
    width: 52px;
    height: 52px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}

#side .sideBlog li .thumbPict img,
#side .sideWorks ul li .thumbPict img,
#side .sideVoice ul li .thumbPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

#side .sideBlog li span.time,
#side .sideWorks ul li span.time,
#side .sideVoice ul li span.time {
    color: #21a937;
    font-size: 9px;
    font-weight: bold;
    display: block;
    background: none;
    padding: 0;
    position: inherit;
    line-height: 1;
    margin: 5px 0;
}

#side .sideWorks .btn {
    float: right;
}

#side .sideWorks .btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
}

#side .sideVoice ul {}

#side .sideVoice ul li {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    border-bottom: #333 dotted 1px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#side .sideVoice ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#side .sideVoice ul li a {
    color: #333;
    text-decoration: none;
}

#side .sideVoice ul li .catchTxt {
    font-size: 13px;
    height: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    display: block;
}

#side .sideVoice ul li .time {
    color: #e26a0f;
    font-size: 10px;
}

#side .sideStaff h4 {
    background: url(./img/common/side_staffttl_bg.png) no-repeat center center;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}

#side .sideStaff img {
    margin-bottom: 0;
}

#side .sideStaff .otherLink {
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0;
}

#side .sideStaff .otherLink:before,
#side .sideStaff .otherLink:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideStaff .otherLink:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
}

#side .sideStaff .otherLink:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideArea {
    margin-top: 10px;
    padding-top: 10px;
    border-top: #ddd solid 1px;
}

#side .sideArea span {
    width: 200px;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

#side .sideArea span 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%;
    margin: 0;
}

#side .sideArea strong {
    font-size: 15px;
    line-height: 1.4;
}

#side .sideArea h4 {
    position: relative;
    font-size: 18px;
    background: none;
    color: #333;
}

#side .sideArea h4:before,
#side .sideArea h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideArea h4:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
}

#side .sideArea h4:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideArea ul {}

#side .sidePack ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #333 dotted 1px;
}

#side .sideArea ul li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.6;
}

#side .sideArea ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#side .sideArea ul li:before,
#side .sideArea ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideArea>ul>li:before {
    width: 7px;
    height: 7px;
    background: #e26a0f;
}

#side .sideArea>ul>li:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideArea ul.children {}

#side .sideArea ul.children li {
    background: url(./img/common/side_list_line02.png) no-repeat left center;
}

#side .sideArea ul.children li:last-child {
    background: url(./img/common/side_list_line01.png) no-repeat left center;
}

#side .sideArea .txts {
    font-size: 11px;
}

#side .sideGuide ul li {
    position: relative;
    overflow: hidden;
    background: #e26a0f;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 7px;
}

#side .sideGuide ul li a {
    color: #fff;
    text-decoration: none;
    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;
    position: relative;
    overflow: hidden;
}

#side .sideGuide ul li:last-child {
    margin-bottom: 0;
}

#side .sideGuide ul li img {
    margin: 0 0 0 7px;
    position: relative;
    float: right;
    display: block;
    width: auto;
}

#side .sideGuide .contentsList li {
    background: #21a937;
    transition: ease 0.4s;
}

#side .sideGuide .contentsList li a {
    font-size: 18px;
}

#side .sideGuide .contentsList li:hover {
    opacity: 0.7;
}

#side .sideCategory {
    margin-bottom: 30px;
}

#side .sideCategory h3 {
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

#side .sideCategory>ul {
    margin-bottom: 30px;
}

#side .sideCategory ul:last-child {
    margin-bottom: 0;
}

#side .sideCategory>ul>li {
    font-size: 15px;
    border-bottom: #333 dotted 1px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#side .sideCategory>ul>li:first-child {
    border-top: #333 dotted 1px;
    padding-top: 10px;
}

#side .sideCategory>ul li:last-child {
    margin-bottom: 0;
}

#side .sideCategory ul li a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #333;
    text-decoration: none;
}

#side .sideCategory>ul>li>a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    left: 5px;
    position: absolute;
    font-size: 15px;
    top: 0;
    margin: auto;
    display: block;
    color: #21a937;
}


#side .sideCategory ul.children {
    padding-top: 5px;
}

#side .sideCategory ul.children li {
    background: #f3f3f3;
}

#side .sideCategory ul.children li:nth-child(2n) {
    background: #fff;
}

#side .sideCategory ul.children li a {
    padding-left: 30px;
}

#side .sideCategory ul.children li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 15px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #e26a0f;
    border-right: 1px solid #e26a0f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideCategory ul.children li a:hover {
    text-decoration: underline !important;
}

/* -----------------------------------------------------------
    #mainv
----------------------------------------------------------- */

#mainv {
    margin-bottom: 0;
    z-index: 0;
    overflow: hidden;
}

#mainv .stage {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    height: 500px;
}

#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;
}

#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: 500px;
}

#arrows button.slick-prev {
    right: 1050px;
    top: -500px;
}

#arrows button.slick-next {
    left: 1050px;
    top: -500px;
}

#arrows button.slick-prev:before,
#arrows button.slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

#arrows .slick-prev:hover {
    background: url(./img/common/leftNav.png) right center no-repeat;
    opacity: 1;
}

#arrows .slick-next:hover {
    background: url(./img/common/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;
}

/* -----------------------------------------------------------
    contents
----------------------------------------------------------- */

#menu #contents {}

#contents {
    margin: 30px auto 40px;
    position: relative;
    width: 1000px;
}

.nocolumn #contents {
    margin-bottom: 0;
    width: auto;
}

#contents section {
    margin: 0 auto;
    border-bottom: none;
}

#contact #contents,
#diagnosis #contents,
#rainleaking #contents,
#apartment #contents,
#showroom #contents,
#staff.nocolumn #contents,
#colorsimulation #contents {
    width: auto;
    margin-bottom: 0;
}

/*--メインカラム--*/

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */

#main {
    width: 750px;
    float: right;
}

.nocolumn #main {
    width: auto;
    float: none;
}

/*--基本の記事スタイル設定--*/

#main section {
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    position: relative;
    /* overflow: hidden;*/
}

#main section:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

#main article {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#main article.bg03 {
    margin-bottom: 0 !important;
}

#main .dotLine {
    border-bottom: #333 dotted 1px !important;
    padding-bottom: 0;
}

#main p {
    font-size: 16px;
    margin-bottom: 15px;
}

#main section p:last-child {
    margin-bottom: 0;
}

#main a {
    text-decoration: underline;
}

#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 h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    line-height: 1.5;
    clear: both;
}

#main h2 {
    background: #e26a0f;
    color: #FFF;
    font-size: 23px;
    padding: 10px 15px;
    margin: 0 auto 30px;
    position: relative;
}

#main h2 span {
    font-size: 17px;
    margin-left: 20px;
}

#main h2 .imgLayer {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main .bg01 h2 {
    margin-bottom: 0;
}

#main h2.fullWidth {
    border-top: none;
    color: #fff;
    font-size: 36px !important;
    font-weight: normal;
    text-align: center !important;
    box-shadow: none !important;
    position: relative !important;
    width: 100% !important;
    padding: 15px 0 !important;
    line-height: 1.2;
    margin-bottom: 35px;
}

#main h2.fullWidth:after {}

#main h2.fullWidth strong {
    font-weight: bold;
}

#main h2.arrowTtl {
    margin-bottom: 50px;
    /* background: #21a937; */
    /* position: relative;
    z-index: 10;
    border-top: none;
    text-align: center;
    font-size: 36px; */
    border-bottom: #ffff00 solid 10px;
}

#main h2.arrowTtl:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 100px solid transparent;
    border-top: #ffff00 solid 40px;
    border-bottom-width: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}


#main h3 {
    font-size: 20px;
    border-top: #21a937 solid 5px;
    padding: 5px 7px;
    margin-bottom: 30px;
    color: #333;
    background: #eee;
}

#main h3 a {
    color: #333;
    text-decoration: underline;
}

#main h4,
#main h4.normal {
    font-size: 18px;
    padding: 0 0 0 50px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
}

#main h4:before,
#main h4:after,
#main h4.normal:before,
#main h4.normal:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    font-size: 30px;
    line-height: 1.0;
    background: #e26a0f;
    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: #1277c4;
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

#main h5 a {
    color: #FFF;
    text-decoration: underline;
}

#main h6 {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#main h6:before,
#main h6:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main h6:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e26a0f;
}

#main h6:after {
    left: 4px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#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-top: 15px;*/
}

#main ul li {
    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: #e26a0f;
}

#main ul li:after {
    left: 2px;
    width: 2px;
    height: 2px;
    top: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ol {
    margin-top: 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 {
    margin: 0 0 20px;
    width: 100%;
    border-spacing: 1px;
}

#corporate #main table {
    margin-top: 30px;
}

#main table th,
#main table td {
    padding: 15px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-bottom: #fff solid 1px;
}

#main table th {
    width: 25%;
    background: #efe5c5;
    font-weight: normal;

}

#main table tr th:last-of-type,
#main table tr td:last-of-type {}

#main table tr:first-child th,
#main table tr:first-child td {
    border-top: #fff solid 1px;
}

#main .singleBlog table {
    border: 1px solid #2d2d2d;
}
#main .singleBlog table th,
#main .singleBlog table td {
    border-top: 1px solid #2d2d2d!important;
    border-bottom: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
}

#main table td {
    position: relative;
    overflow: hidden;
    background: #efefef;
}


#main table td h6 {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0;
}

#main table td h6:before,
#main table td h6:after {
    content: none;
}

#main table td .btnDetail {
    float: right;
    margin: 0 !important;
}

#main table td a {
    margin-bottom: 0;
}

#main table td .staffBox {
    display: inline-block;
    text-align: center;
}

/*--共通パーツ--*/

#main .photoUL {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}

#main .photoUL li {
    width: 236px;
    margin: 0 16px 20px 0;
    padding: 0;
    float: left;
    background: none;
    font-size: 13px;
}

#main .photoUL li:before,
#main .photoUL li:after {
    content: none;
}

#main .photoUL li:nth-child(3n) {
    margin-right: 0;
}

#main .photoUL li:nth-child(3n + 1) {
    clear: both;
}

#main .photoUL li span {
    width: 236px;
    height: 166px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

#main .photoUL 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 .photoUL li h5 {
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    color: #8d471f;
}

#main .photoUL.whiteBox {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
}

#main .warryBox,
#main .meritBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}


#main .warryBox h2 {
    margin: 0 auto 15px;
    color: #333;
    font-size: 50px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
    padding: 0;
}

#main .warryBox h2 span {
    font-size: 34px;
    display: block;
    margin: 0;
}

#main .warryBox p,
#main .meritBox p {
    margin-top: 0;
}

#main .warryBox img {
    float: right;
    margin-left: 10px;
    position: relative;
}



#main .meritBox img {
    /*    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;*/
    float: left;
    margin-right: 30px;
}

#main .meritBox .meritTxt {
    overflow: hidden;
}

#main .warryList {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#main .warryList,
#main .meritList {
    border-top: #ccc solid 1px;
    padding-top: 5px;
    overflow: hidden;
}

#main .warryList {
    margin-right: 10px;
}

#main .meritList {
    margin-bottom: 20px;
    padding-top: 5px;
}

#main .warryList li,
#main .meritList li {
    background: none;
    border-bottom: #ccc solid 1px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
}

#main .meritList li {
    font-size: 24px;
    padding: 0 0 0 35px;
}

#main .warryList li:last-child,
#main .meritList li:last-child {
    margin-bottom: 0;
}

#main .warryList>li:before,
#main .warryList>li:after,
#main .meritList>li:before,
#main .meritList>li:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .warryList>li:before,
#main .meritList>li:before {
    background: #ee0000;
    border-radius: 4px;
    width: 25px;
    height: 25px;
}



#main .warryList>li:after,
#main .meritList>li:after {
    left: 5px;
    top: 10px;
    width: 12px;
    height: 6px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main .meritList>li:after {
    left: 6px;
    top: 10px;
}

#main .meritList li span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 1.4;
    margin-bottom: 10px;
}

#main .onayamiImg {
    margin: 40px 0 0 10px;
    float: right;
}

#apartment #main .warryList {
    margin: -10px 0 0;
}

#apartment #main .warryList li {
    font-size: 24px;
}

#apartment #main .warryList>li:before,
#apartment #main .warryList>li:after {
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#apartment #main .warryList>li:after {
    left: 4px;
    top: 13px;
}

#main .warryList li strong,
#main .meritList li strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.40, transparent), color-stop(0, #ffc501));
    background: -webkit-linear-gradient(transparent 40%, #ffc501 0%);
    background: -moz-linear-gradient(transparent 40%, #ffc501 0%);
    background: -o-linear-gradient(transparent 40%, #ffc501 0%);
    background: -ms-linear-gradient(transparent 40%, #ffc501 0%);
    background: linear-gradient(transparent 40%, #ffc501 0%);
    display: inline-block;
    line-height: 1;
}

#main .meritBox .diagnosisList {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

#main .meritBox .diagnosisList li {
    border-radius: 4px;
    background: #21a937;
    color: #fff;
    font-size: 28px;
    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 .bnrArea {
    position: relative;
    overflow: hidden;
}

#main .bnrArea li {
    float: left;
    margin-top: 30px;
    padding: 0;
}

#main .bnrArea li:nth-child(2n) {
    float: right;
}

#main .bnrArea li:nth-child(-n + 2) {
    margin-top: 0;
}

#main .bnrArea li:before,
#main .bnrArea li:after {
    content: none;
}

/*

#main .bnrArea li:nth-child(2) {
    margin-top: -5px;
}
*/

/*-----0円リフォーム-----*/

/*
.freeReform {
    position: relative;
    overflow: hidden;
    background: url(./img/common/photo_hoken.png) no-repeat left center;
    padding-left: 315px;
}
.freeReform h3 {
    background: none !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 0 5px -115px !important;
}
.freeReform p {}
.freeReform strong {}
.freeReform br {}
*/

/*---店舗案内--*/

/*
.shopInfo {
    position: relative;
    overflow: hidden;
}
.shopInfo ul {
    position: relative;
    overflow: hidden;
    float: left;
}
.shopInfo ul li {
    background: #ee0000;
    float: left;
    margin: 0 20px 30px 0;
    width: 282px;
}
.shopInfo ul li:last-child {
    margin-right: 0;
}
.shopInfo ul li a {
    text-decoration: none;
}
.shopInfo ul li h4 {
    position: relative;
}
.shopInfo ul li h4 span {
    position: absolute;
    background: #21a937;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -20px;
}
.shopInfo ul li .tel {
    font-size: 11px;
    color: #fff;
    padding: 10px;
    line-height: 1.5;
}
.shopInfo ul li .tel span {
    background: url(./img/common/ico_freedial03.png) no-repeat left center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 29px;
    padding-left: 40px;
    line-height: 1;
    display: block;
}
.shopInfo .groupPhoto {
    background: url(./img/common/group_photo02.png) no-repeat center bottom;
    color: #fff;
    text-align: center;
    height: 230px;
    width: 415px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.shopInfo .groupPhoto p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
*/

/*---店舗案内マップ付--*/

#main .shopAccess {}

#main .shopAccess ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#main .shopAccess ul>li {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

#main .shopAccess>ul>li {}

#main .shopAccess ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#main .shopAccess ul li:before,
#main .shopAccess ul li:after {
    display: none !important;
}

#main .shopAccess ul li .shopMain {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

#main .shopAccess ul li .shopMain li {
    width: 350px;
    height: 207px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 0;
}

#main .shopAccess ul li .shopMain li:nth-child(2n) {
    float: right;
}

#main .shopAccess ul li .shopMain 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 .shopAccess ul li iframe {
    width: 100%;
}

#main .shopAccess ul li .tel {
    font-size: 11px !important;
    color: #fff;
    padding: 10px;
    line-height: 1.5;
    margin: 0 !important;
}

#main .shopAccess ul li .tel span {
    background: url(./img/common/ico_freedial03.png) no-repeat left center;
    font-size: 29px;
    padding-left: 40px;
    line-height: 1;
}

#main .shopAccess ul li h3 {
    text-align: left;
}

#main .shopAccess ul li h4 {
    border-radius: 4px;
    background-color: #21a937;
    padding: 5px 15px !important;
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    display: inline-block;
}

#main .shopAccess ul li h4:before,
#main .shopAccess ul li h4:after {
    content: none !important;
}

#main .shopAccess ul li img {
    /* float: right; */
    width: 100%;
    height: auto;
}

#corporate #main .shopAccess ul li img,
#blog #main .shopAccess ul li img,
#works #main .shopAccess ul li img,
#voice #main .shopAccess ul li img {
    float: right;
    width: initial;
}

#main .shopAccess ul li .shopSummery {
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
}

#main .shopAccess ul li .shopSummery h5 {
    color: #333;
    background: none;
    font-size: 24px;
    margin-bottom: 0;
    padding: 40px 0 0;
    position: relative;
}

#main .shopAccess ul li .shopSummery h5:before {
    content: '';
    border-top: #e26a0f solid 1px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#main .showroomRecommend {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

#main .showroomRecommend .catchTxt {
    background: #21a937;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#main .showroomRecommend .catchTxt:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 60px solid transparent;
    border-top: #21a937 solid 25px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main .showroomRecommend h2.catchTtl {
    z-index: 10;
    padding: 10px 0 0;
    width: auto;
    margin: 0 auto 15px;
    color: #333;
    font-size: 43px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
}

#main .showroomRecommend h2.catchTtl img {
    float: left;
    margin: -10px 10px 0 0;
}

#main .showroomRecommend ul {
    margin-bottom: 20px;
    counter-reset: recommend;
}

#main .showroomRecommend li {
    border-bottom: #333 dotted 1px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 0;
    counter-increment: recommend;
}

#main .showroomRecommend li strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, transparent), color-stop(0, #ffff66));
    background: -webkit-linear-gradient(transparent 60%, #ffff66 0%);
    background: -moz-linear-gradient(transparent 60%, #ffff66 0%);
    background: -o-linear-gradient(transparent 60%, #ffff66 0%);
    background: -ms-linear-gradient(transparent 60%, #ffff66 0%);
    background: linear-gradient(transparent 60%, #ffff66 0%);
    line-height: 1;
    display: inline-block;
}

#main .showroomRecommend li:first-child {
    border-top: #333 dotted 1px;
    margin-top: 5px;
}

#main .showroomRecommend li:after {
    content: none;
    width: auto;
    height: auto;
}

#main .showroomRecommend li:before {
    background: #1277c4;
    border-radius: 5px;
    color: #fff;
    content: "理由その" counter(recommend);
    padding: 5px 20px;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    top: inherit;
}

#main .showroomRecommend li:after {}

#main .showroomRecommend li span {
    border-radius: 5px;
    background: #ee0000;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
    display: inline-block;
}

/*--------.profileBox-----------*/

#main .profileBox {
    background: #21a937;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#main .profileBox a {
    color: #fff;
    text-decoration: none;
}

#main .profileBox h2 {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    display: inline-block;
    padding: 0;
    margin: 15px 20px;
    float: left;
}

#main .profileBox img {
    display: block;
    margin-bottom: 0;
}

#main .profileBox h3 {
    display: inline-block;
    background: none;
    border-top: none;
    padding: 0;
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 15px;
}

#main .profileBox .plofInfo {
    padding: 0 20px 15px;
    position: relative;
    overflow: hidden;
}

#main .profileBox .plofInfo p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

#main .profileBox .groupPhoto {}

#main .profileBox .groupPhoto p {}

#main .profileBox .overflowH p {
    font-size: 15px;
}

#main .profileBox .btn {}

/*---外壁診断 雨漏り診断--*/

.combnrList {
    position: relative;
    overflow: hidden;
}

.combnrList li {
    border-radius: 8px;
    background: #4582e8;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 !important;
    text-align: center;
    margin: 0;
}

.combnrList li:before,
.combnrList li:after {
    content: none !important;
}

.combnrList li:nth-child(2) {
    background: #7d5102;
}

.combnrList li:nth-child(3) {
    background: #cb241c;
}

.combnrList li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

.combnrList li a {
    color: #fff !important;
    text-decoration: none !important;
}

#main .combnrList {
    margin: 0 0 10px;
}

#blog #main .combnrList,
#works #main .combnrList {
    margin: 0 0 30px;
}

#main .combnrList li {
    float: left;
}

#main .combnrList li:nth-child(2n) {
    float: right;
}

#main .combnrList li img {
    width: 100%;
}

#main .combnrList li.sideEstimate {
    display: none;
}

/*---外壁塗装工事パック商品--*/

#main .serviceContents {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

#top #main .serviceContents,
.area #main .serviceContents {
    margin-top: 46px;
}

#top #main .serviceContents .menuHeading,
.area #main .serviceContents .menuHeading {
    margin-bottom: 30px;
    width: 100%;
}

#top #main .serviceContents .menuHeading img,
.area #main .serviceContents .menuHeading img {
    width: 100%;
    height: auto;
}

#main .packItem {
    position: relative;
    padding: 10px;
    margin: 10px auto 30px;
}

#main .packItem:last-of-type {
    margin-bottom: 0;
}

#main .packWall {
    background: #e26a0f;
}

#menu #main .packWall {
    background: #e26a0f url(./img/common/menu_wall_catchimg.png) no-repeat 95% 95%;

}

#main .packRoof {
    background: #1277c4;
}

#menu #main .packRoof {
    background: #1277c4 url(./img/common/menu_roof_catchimg.png) no-repeat 95% 95%;
}

#main .packWpack {
    background: #21a937 url(./img/common/menu_wpack_catchimg.png) no-repeat 95% 70%;
}

#main .packapartment {}

#main .packOther {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}

#main .packItem a {
    text-decoration: none;
    color: #333;
    display: block;
}

#main .packItem ul {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #fff dashed 1px;
}

#main .packItem ul li {
    margin: 10px 0 0 !important;
    position: relative;
    overflow: hidden;
    border-bottom: none;
    background: #fff;
    width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    transition: ease 0.4s;
}

#main .packItem ul li:hover {
    opacity: 0.8;
}

#menu #main .packItem ul li {
    /*    width: 480px;
    margin-top: 20px !important;*/
}


#main .packItem ul li:nth-child(-n + 2),
#menu #main .packItem ul li:nth-child(-n + 2) {
    margin-top: 0 !important;
}

#main .packItem ul li:nth-child(2n) {
    float: right;
}

#main .packItem ul li:before,
#main .packItem ul li:after {
    content: none;
}


#main .packOther article {
    width: 370px;
    /*height: 298px;*/
    float: left;
    margin: 10px 0 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .packOther article#fullWidth {
    width: 100%;
}

#menu #main .packOther article {
    /*    width: 490px;
    height: auto;*/
}


#main .packOther article.layout02 {
    width: auto;
    height: auto;
    float: none;
}

/* #main .packOther article:nth-child(2n) {
    float: right;
} */

#main .packOther article:nth-child(-n + 2) {
    margin-top: 0 !important;
}

#main .packOther img {
    width: 100%;
    height: auto;
}


#main .packItem h2 {
    /* background: url(./img/common/pack_ttl_bg.png) no-repeat right top; */
    background: url(./img/common/logo_charactor01_sm.png) no-repeat right bottom -6px;
    border-top: none;
    padding: 25px 0 10px;
    margin: -20px 0 0;
    font-size: 35px;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main .packItem.packRoof h2 {
    /*background: url(./img/common/ico_servicepack_paint01.png) no-repeat right top;*/
}

#main .packItem h2 span {
    margin: 0;
    display: block;
    font-size: 20px;
}

#main .packItem h2 strong {
    /*
    color: #fed900;*/
}

#main .packItem h2 img {
    vertical-align: text-bottom;
}

#main .packTtl {
    position: relative;
    margin-bottom: 10px;
}

#main .packTtl .imgLayer {
    left: 118px;
    top: -10px;
    z-index: 22;
}

#main .packTtl h3 {
    font-size: 48px;
    width: 118px;
    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;
    position: relative;
}

#main .packTtl h3 span,
#menu #main .packRoof .packTtl h3 span.wall {
    display: inline-block;
    background: #21a937;
    color: #fff;
    width: 48%;
    width: calc(50% - 1px);
    text-align: center;
    line-height: 1;
    padding: 8px 0 2px;
    margin-top: 2px;
}

#main .packRoof .packTtl h3 span,
#main .packWpack .packTtl h3 span:nth-of-type(n + 3) {
    background: #1277c4;
}

#main .packTtl h3 span:nth-child(-n + 2) {
    margin-top: 0;
}

#main .packImg {
    width: 212px;
    height: 118px;
    overflow: hidden;
    position: relative;
    float: right;
}

#main .packImg 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 .packItem h4 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 0;
}

#main .packItem h4:before,
#main .packItem h4:after {
    content: none;
}

#main .packItem h4 span {
    font-size: 14px;
    display: block;
}

#main .packSummary {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    -webkit-box-align: end;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: end;
    /*--- IE10 ---*/
    -webkit-align-items: flex-end;
    /*--- safari（PC）用 ---*/
    align-items: flex-end;
    margin-bottom: 5px;

}

#main .packSummary h3 {
    background: none;
    border-top: none;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main .packSummary .imgIco {
    position: absolute;
    top: 0;
    left: 0;
    width: 132px;
    height: auto;
}

#main .packSummary .priceTxt {
    font-family: Impact, 'Anton', Gadget, sans-serif, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 75px;
    font-weight: 500;
    color: #ee0000;
    line-height: 1;
    margin-bottom: 0;
    float: right;
    letter-spacing: -0.1rem;
}

#main .packSummary .priceTxt span.unitTxt {
    font-size: 40px;
    font-weight: bold;
}

#main .packSummary .packCatch,
#main .packSummary .enduranceTxt {
    background: #1277c4;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: normal;
    width: 110px;
    display: block;
    margin: 2px 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .packRoof .packSummary .packCatch,
#main .packRoof .packSummary .packCatch,
#main .packWpack .packSummary .enduranceTxt,
#main .packWpack .packSummary .enduranceTxt {
    background: #21a937;
}

#main .packItem .txts {
    font-size: 10px;
    margin-bottom: 5px;
    clear: both;
}

#main .packItem .menuMi {
    background: #e26a0f;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}

#main .packItem .btn {
    background: none;
}

#main .packItem .btn a {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 2px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#main .packItem .btn a:after {
    /* border-top: 2px solid rgba( 0, 0, 0, 0.9);
    border-right: 2px solid rgba( 0, 0, 0, 0.9); */
}


#main .packWall .btnDetail,
#main .packRoof .btnDetail,
#main .packapartment .btnDetail {
    margin-top: 10px !important;
}

#menu #main .packItem ul {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

/*#menu #main .packTtl h3 {
    width: 48%;
    font-size: 58px;
}

#menu #main .packImg {
    width: 232px;
    height: 138px;
}

#menu #main .packTtl .imgLayer {
    left: 43%;
}

#menu #main .packItem h4 {
    font-size: 30px;
}

#menu #main .packItem h4 span {
    font-size: 15px;
}


#menu #main .packSummary .floatL {
    width: 50%;
}

#menu #main .packSummary .packCatch,
#menu #main .packSummary .enduranceTxt {
    width: 100%;
    margin-bottom: 2px;
}


#menu #main .packSummary .enduranceTxt {
    background: none;
    padding: 0;
}

#menu #main .packSummary .enduranceTxt span {
    background: #1277c4;
    border-radius: 4px;
    padding: 5px 0;
    width: 48.6%;
    display: inline-block;

}

#menu #main .packRoof .packSummary .enduranceTxt span {
    background: #21a937;
}
#menu #main .serviceContents .inner {
    margin: 40px auto 50px;
}

#menu #main .serviceContents article {
    width: 490px;
    float: left;
    background: #fff;
    border: #ccc solid 1px;
    padding: 10px;
    margin: 30px 0 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu #main .serviceContents article:nth-child(2n) {
    margin-right: 0;
    float: right;
}

#menu #main .serviceContents article:nth-child(-n + 2) {
    margin-top: 0!important;
}

#menu #main .packWall,
#menu #main .packRoof,
#menu #main .packapartment,
#menu #main .packOther {
    background: none;
    padding: 0;
}

#menu #main .packOther article {
    padding: 0;
    height: auto;
}



#menu #main .packImg {
    float: right;
    width: 290px;
    height: 145px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 5px;
}

#menu #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%;
}

#menu #main .packOther article img {
    width: 100%;
    height: auto;
}

#menu #main .packsummary {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    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;
    flex: 1;
    margin-top: -5px;
}

#menu #main .serviceContents h4 {
    font-size: 40px;
    color: #333;
    position: relative;
    padding-left: 0;
    margin: 15px 10px 0 0;
    line-height: 1;
}

#menu #main .serviceContents h4:before,
#menu #main .serviceContents h4:after {
    display: none;
}

#menu #main .packsummary .overflowH {
    width: 210px;
}

#menu #main .packCatch {
    font-size: 20px;
    border-radius: 4px;
    background: #1277c4;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
}

#menu #main .packRoof .packCatch {
    background: #21a937;
}

#menu #main .serviceContents .imgIco {
    width: 136px;
    height: auto;
    margin-right: 5px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
}

#menu #main .serviceContents p {
    margin-bottom: 0;
}

#menu #main .priceTxt {
    font-family: Arial, Gadget, sans-serif, メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 99px;
    color: #ee0000;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    float: right;
}

#menu #main .priceTxt span {
    font-size: 80px;
}

#menu #main .priceTxt span.unitTxt {
    font-size: 25px;
    font-weight: bold;
    width: 26px;
    display: inline;
}

#menu #main .serviceContents .txts {
    font-size: 10px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

#menu #main .optionTxt {
    color: #d00000;
    font-size: 23px;
    font-weight: bold;
}

#menu #main .serviceContents ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
    clear: both;
}

#menu #main .serviceContents ul li {
    border: #1277c4 solid 2px;
    border-radius: 5px;
    padding: 0;
    width: 149px;
    float: left;
    margin-right: 5px;
    text-align: center;
}

#menu #main .serviceContents ul li:before,
#menu #main .serviceContents ul li:after {
    display: none;
}

#menu #main .serviceContents ul li:last-child {
    margin-right: 0;
}*/

#menu #main .serviceContents h5 {
    font-size: 16px;
    position: relative;
    padding-left: 0;
    margin-top: 0;
    background: #1277c4;
    border-radius: 0;
    display: block;
}

#menu #main .serviceContents ul li p {}


/*------------------------------------------------------------
	comWorkBox
------------------------------------------------------------*/
#main .smallWorks {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    background-color: #FFF;
}

#main .smallWorks h2 {
    margin-bottom: 0;
}

#main .smallWorks .workList {
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .smallWorks .workList li {
    margin: 0 0 10px 10px;
    width: 207px;
    float: left;
    position: relative;
    border: #00633d 5px solid;
    border-radius: 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

#main .smallWorks .workList li:before,
#main .smallWorks .workList li:after {
    content: none;
}


#main .smallWorks .workList li .textImg {
    position: absolute;
}

#main .smallWorks .workList li .ttl {
    padding: 5px 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

#main .smallWorks .workList li .ttl span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

#main .smallWorks .workList .liSpec {
    width: 278px;
    margin-left: 0;
}

#main .smallWorks .workList .liSpec .ttl {
    padding: 10px;
    font-size: 25px;
}

#main .smallWorks .workList li .price {
    margin: 0 0 0 5px;
    color: #ee0000;
    font-size: 40px;
    font-weight: bold;
    font-family: Impact, Gadget, 'Anton', sans-serif;
    line-height: 1;
}

#main .smallWorks .workList li .price span {
    font-size: 30px;
}

#main .smallWorks .workList .liSpec .price {
    margin: 0 10px 5px;
    font-size: 50px;
}

#main .smallWorks table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

#main .smallWorks table th,
#main .smallWorks table td {
    background: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: none;
    vertical-align: middle;
}

#main .smallWorks table th {
    width: auto;
    border-left: 1px solid #ccc;
}

#main .smallWorks table tr:first-child th,
#main .smallWorks table tr:first-child td {
    border-top: #ccc solid 1px;
}

#main .smallWorks table tr th:first-of-type {
    border-left: none;
}



#main .smallWorks table td {
    text-align: right;
    color: #ee0000;
    font-size: 30px;
    font-family: Impact, Gadget, 'Anton', sans-serif;
}

#main .smallWorks table td span {
    font-size: 14px;
}



/*----劣化度チェック-----*/

#main .deteriorationChk {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#apartment #main .deteriorationChk,
#diagnosis #main .deteriorationChk,
#rainleaking #main .deteriorationChk {}

#main .deteriorationChk h2 {
    text-align: left;
}



#main .deteriorationChk .checkPoint {
    position: relative;
    overflow: hidden;
}

#main .deteriorationChk h3 {}

#main .deteriorationChk .checkPoint ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}



#main .deteriorationChk .checkPoint ul li {
    width: 236px;
    margin: 20px 20px 0 0;
    float: left;
    background: none;
    padding: 0 !important;
    text-align: left;
}

#main .deteriorationChk .checkPoint ul li:nth-child(-n + 3) {
    margin-top: 0;
}

#main .deteriorationChk .checkPoint ul li:before,
#main .deteriorationChk .checkPoint ul li:after,
#main .deteriorationChk .checkLegend ul li:before,
#main .deteriorationChk .checkLegend ul li:after {
    display: none;
}

#main .deteriorationChk .checkPoint ul li:nth-child(3n),
#main .deteriorationChk .checkLegend ul li:nth-child(3n) {
    margin-right: 0;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb {
    position: relative;
    font-size: 13px;
    width: 236px;
    height: 146px;
    position: relative;
    overflow: hidden;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

#main .deteriorationChk .checkPoint ul li .checkTtl {
    background: #673a1c;
    padding: 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    bottom: 0;
    position: relative;
    z-index: 1;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4 {
    color: #fff !important;
    display: block !important;
    padding: 0 !important;
    font-size: 16px !important;
    margin: 0 !important;
}

#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: #ee0000;
    display: block;
    font-size: 24px;
    margin: 5px 0 0;
    line-height: 1.2;
}

#main .deteriorationChk .checkPoint ul li p {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
}

.nocolumn #main .deteriorationChk .checkPoint {
    float: right;
    width: 750px;
    margin-bottom: 0;
}

.nocolumn #main .deteriorationChk .checkPoint h3 {
    /* background: #1277c4;
    color: #fff;
    border: none; */
    margin-bottom: 20px;
    text-align: left;
}

#main .deteriorationChk .checkLegend {
    position: relative;
    overflow: hidden;
    padding: 0 0 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;
    justify-content: space-between;*/
    border-bottom: #ccc solid 1px;
    margin-bottom: 0;
}

#first #main .deteriorationChk .checkLegend {
    border-bottom: none;
    padding: 0;
}


#main .deteriorationChk .checkLegend h3 {
    float: left;
    border-radius: 50%;
    border-top: none;
    background: #e26a0f;
    width: 124px;
    height: 124px;
    color: #fff;
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 20px 0 0 !important;
    font-size: 18px !important;
    padding: 0 !important;
    overflow: visible !important;
}


#main .deteriorationChk .checkLegend h3 .imgLayer {
    right: 0;
    bottom: -30px;
}


#main .deteriorationChk .checkLegend ul {
    background: url(./img/common/checkLegend_arw.png) no-repeat right center;
    padding: 32px 100px 20px 0;
    position: relative;
    overflow: hidden;
}

#main .deteriorationChk .checkLegend ul li {
    width: 145px;
    background: #fffeee;
    border: #ccc solid 1px;
    border-radius: 3px;
    box-shadow: 13px 13px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 35px 0 0;
    padding: 5px !important;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    float: left;
}

#main .deteriorationChk .checkLegend ul li h4 {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    padding: 0;
    margin: 0 0 5px;
}

#main .deteriorationChk .checkLegend ul li h4:before,
#main .deteriorationChk .checkLegend ul li h4:after {
    content: none;
}

#main .deteriorationChk .checkLegend ul li span {
    color: #ee0000;
    display: block;
    font-size: 18px;
}

#main .deteriorationChk .checkLegend ul li strong {
    font-size: 13px;
}

#main .deteriorationChk .checkLegend ul li strong span {
    display: inline-block;
    font-size: 13px;
}



.nocolumn #main .deteriorationChk .checkLegend {
    width: 230px;
    float: left;
    text-align: center;
    margin-top: 0;
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 0;
    overflow: visible;
}

.nocolumn #main .deteriorationChk .checkLegend .imgLayer {
    position: inherit;
}

.nocolumn #main .deteriorationChk .checkLegend h3 {
    width: auto;
    height: auto;
    display: block;
    background: #333;
    border-radius: 5px;
    float: none;
    font-size: 20px !important;
    z-index: 1;
    margin: 0 !important;
}

.nocolumn #main .deteriorationChk .checkLegend ul {
    padding: 15px 10px 45px 0;
    background: url(./img/common/checkLegend_arw02.png) no-repeat center bottom;
    margin: -5px 0 0;
}

.nocolumn #main .deteriorationChk .checkLegend ul li {
    width: 100%;
    height: auto !important;
    margin: 0 0 15px;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
}

/*---checkBox--*/
#main .checkBox {
    overflow: hidden;
    clear: both;
    padding: 20px 0 0;
}

#main .checkBox p {
    margin-bottom: 0;
}

#main .checkBox h3 {
    border: none;
    margin: 10px 0 0;
    background: none;
    padding: 0;
    text-align: center;
}


#main .checkBox h3 img {
    margin: 0 auto 10px;
    display: block;
}

#main .checkBox img {
    margin-bottom: 15px;
}

#main .checkTxt {
    background: #21a937;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    padding: 20px 10px;
    margin: 0 0 25px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    position: relative;
    overflow: visible;
}

#main .checkTxt:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: solid transparent;
    border-width: 25px 45px;
    border-top-color: #21a937;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

/*----comMessage-----*/

#main .msgBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .msgTxt {
    display: inline;
}

#main .msgTxt h3 {
    background: none;
    border-top: none;
    color: #333;
    font-size: 26px;
    padding: 0;
    display: inline-block;
    margin: 0 0 20px;
}

#main .msgTxt .overflowH p {
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}

#main .msgTxt .overflowH p:last-of-type {
    margin-bottom: 0;
}

#main .msgTxt h3 span {
    color: #fed900;
    font-weight: bold;
    display: block;
    margin: 0;
}

#main .msgTxt h4 {
    font-size: 17px;
    border-top: none;
    background: none;
    margin: 0 0 15px;
    padding: 0;
}

#main .msgPhoto {
    width: 227px;
    float: right;
    margin: 0 0 0 30px;
    text-align: right;
}

#main .msgPhoto .ceoPict {
    width: 227px;
    height: 268px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#contact #main .msgPhoto {
    margin: 0;
}

#contact #main .msgPhoto .ceoPict {}

#main .msgPhoto .ceoPict 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 .msgPhoto h5 {
    color: #333;
    font-size: 14px;
    background: none;
    margin: 0 0 5px;
    padding: 0;
}

#main .msgPhoto p {
    font-size: 23px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
}

#main .msgPhoto p:last-of-type {
    margin-bottom: 0;
}

#main .msgPhoto p span {
    font-size: 16px;
    margin-right: 10px;
}

#main .msgPhoto p.btn a {
    padding: 12px 35px 10px 24px
}

/*----comArea-----*/

#main .comAreaBox {
    position: relative;
    overflow: hidden;
}

#main .comAreaBox .bg01 {
    position: relative;
    overflow: hidden;
}

#main .comAreaBox img.imgLayer {
    right: 20px;
    top: 20px;
}

#main .comAreaBox p.areaTxt {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin-bottom: 0;
}

#main .comAreaBox ul {
    padding: 15px;
}

#main .comAreaBox ul li {
    padding: 0;
    width: 33%;
    width: calc(33% - 9px);
    margin: 10px 15px 0 0 !important;
}

#main .comAreaBox ul li:before,
#main .comAreaBox ul li:after {
    content: none;
}

#main .comAreaBox ul li:nth-child(3n) {
    margin-right: 0 !important;
}

#main .comAreaBox ul li:nth-child(-n + 3) {
    margin-top: 0 !important;
}

#main .comAreaBox ul li.btn a {
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}

/*
#main .comAreaBox ul {
    overflow: hidden;
    margin: 0;
}
#main .comAreaBox ul li {
    padding: 0 0 15px 0;
    margin: 0 0 15px;
    border-bottom: #333 dotted 1px;
}
#main .comAreaBox ul li:before,
#main .comAreaBox ul li:after {
    content: none;
}
#main .comAreaBox ul li h4 {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin: 0 0 5px !important;
}
#main .comAreaBox ul li h4:before,
#main .comAreaBox ul li h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    background: none;
}
#main .comAreaBox ul li h4:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #21a937;
    opacity: inherit;
}
#main .comAreaBox ul li h4:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
}
#main .comAreaBox ul li p {
    font-size: 13px;
}
#main .comAreaBox ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/

/*-----------.targetArea--------*/

#main .targetArea {
    position: relative;
}

#main .targetArea h2 {
    margin-bottom: 4px;
}

#main .targetArea .area {
    position: absolute;
    top: 10px;
    right: 10px;
}

#main .targetArea .satisfied {
    position: absolute;
    top: 62px;
    left: 10px;
    display: block;
    text-align: center;
}

#main .targetArea .satisfied img {
    z-index: 1;
    position: relative;
}


#main .targetArea .satisfied span {
    background: #1277c4;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    bottom: 40px;
    position: absolute;
    z-index: 0;
}

#main .targetArea .satisfied strong {}

#main .targetArea .btn {
    line-height: 1;
    position: absolute;
    bottom: 25px;
    right: 25px;
    margin-bottom: 0;
}

#main .targetArea .btn a {

    padding: 13px 40px 13px 20px;
}

/*--吹き出し大テキスト--*/

#main .balloonBox {

    background: #1277c4;
    border-radius: 5px;
    color: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    clear: both;
}

#main .balloonBox:after {
    /*    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: #1277c4 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;*/
}

#main .balloonBox p {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

#main .balloonBox p strong {
    color: #ffff00;
}

#showroom #main .balloonBox {
    padding: 15px;
}

#showroom #main .balloonBox p {
    font-size: 18px;
}


#diagnosis #main .balloonBox,
#rainleaking #main .balloonBox {
    text-align: center;
}

#diagnosis #main .balloonBox p {
    font-size: 30px;
}

#rainleaking #main .balloonBox {

    margin: 57px auto 0;
    width: 1000px;
}

#rainleaking #main .balloonBox .imgLayer {
    right: 0;
    bottom: 0;
}

/*--basicKnow--*/

#main .basicKnow {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 20px;
}

#main .basicKnow>img {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 11;
}

#main .basicKnow .catchTtl {
    color: #333;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin-bottom: 0;
}

#main .basicKnow .pointList {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
}

#main .basicKnow .pointList li {
    position: relative;
    width: 236px;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

#main .basicKnow .pointList li:nth-child(3n) {
    margin-right: 0;
}

#main .basicKnow .pointList li .pointImg {
    position: relative;
    width: 236px;
    overflow: hidden;
}

#main .basicKnow .pointList li img {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
}

#main .basicKnow .pointList li .imgLayer {
    right: 0;
    bottom: 0;
    position: absolute;
    width: auto;
    width: 25%;
}

#main .basicKnow .pointList li h6 {
    background: none;
    font-size: 15px;
    padding: 0;
    margin: 10px 0 5px;
    line-height: 1.4;
}

#main .basicKnow .pointList li h6:before,
#main .basicKnow .pointList li h6:after {
    content: none;
}

#main .basicKnow .pointList li h6 strong {
    color: #e01c1c;
    display: block;
}

#main .basicKnow .pointList li p {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

#main .basicKnow .pointTxt .imgL20 {
    margin-top: 20px;
}

.nocolumn #main .basicKnow .pointList li {
    width: 316px;
    height: auto;
    text-align: left;
}


.nocolumn #main .basicKnow .pointList li .pointImg {
    width: 316px;

}

.nocolumn #main .basicKnow .pointList li .imgLayer {
    bottom: inherit;
    top: 0;
    width: auto;
}

.nocolumn #main .basicKnow .pointList li h6 {
    font-size: 20px;
}

#main .basicKnow .btn {
    margin-bottom: 10px;
}

/*--comMember--*/

/*
#main .comMember {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8eafd9), color-stop(0.20, #6696cf));
    background: -webkit-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
    background: -moz-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
    background: -o-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
    background: -ms-linear-gradient(top, #6696cf 20%, #8eafd9 100%);
    background: linear-gradient(to bottom, #6696cf 20%, #8eafd9 100%);
}
#main .comMember .inner {
    width: 100%;
    background: url(./img/common/comMember_bg.png) no-repeat center center;
    height: 573px;
    padding: 0;
}
#main .comMember p {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.4;
    margin: 60px auto 0 !important;
    width: 1000px;
    display: block;
}*/

/*----comLawpriceWhy-----*/

#main .lawpriceWhy {
    margin-bottom: 30px;
}

#main .lawpriceWhy .catchTtl {
    font-size: 29px !important;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

#main .lawpriceWhy .catchTtl strong {
    color: #ee0000;
}

#main .lawpriceWhy .highCost {
    background: #21a937;
    padding: 25px;
    margin-top: 25px;
}

#main .lawpriceWhy .highCost h3 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    padding: 0;
    margin: -5px 0 0;
    background: none;
    border-top: none;
    text-align: center;
    line-height: 1.3;
}

#main .lawpriceWhy .highCost h3 strong {
    font-weight: normal;
}

#main .lawpriceWhy .highCost ul {
    position: relative;
}

#main .lawpriceWhy .highCost ul li {
    background: #3a8100;
    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:before,
#main .lawpriceWhy .highCost ul li:after {
    content: none;
}

#main .lawpriceWhy .highCost ul li:last-child {
    margin-right: 0;
}

#main .lawpriceWhy .highCost ul li img {
    margin-bottom: 10px;
}


#main .lawpriceWhy .highCost ul li h4 {
    border-radius: 50%;
    background: #ee0000;
    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: 23px;
    padding: 10px;
    line-height: 1.2;
    margin-bottom: 0;
}

/*----comLawpriceReason-----*/

#main .lowpriceReason {
    margin-bottom: 30px;
}

#main .lowpriceReason .lowcost {}

#main .lowpriceReason .lowcost ul {
    position: relative;
    overflow: hidden;
}

#main .lowpriceReason .lowcost ul li {
    background: #21a937;
    padding: 25px;
    width: 490px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 20px 20px 0 0;
    position: relative;
}

#main .lowpriceReason .lowcost ul li:nth-child(2n) {
    margin-right: 0;
}

#main .lowpriceReason .lowcost ul li:nth-child(-n + 2) {
    margin-top: 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: #3a8100;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    margin: 0 0 30px;
}

#main .lowpriceReason .lowcost ul li.fullW h4 {
    padding: 0 25px;
}

#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: #3a8100 solid 25px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
    background: none;
}

#main .lowpriceReason .lowcost ul li h4 span {
    display: inline-block;
    line-height: 1.3;
    padding-top: 5px;
}

#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/common/comLowprice_ico.png) no-repeat center center;
    color: #fff;
    width: 110px;
    height: 110px;
    font-size: 23px;
    padding: 0;
    margin: -10px 10px 0 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;
    -ms-flex-direction: column;
    /*IE10*/
    -webkit-flex-direction: column;
    flex-direction: column;
    float: left;
}

#main .lowpriceReason .lowcost ul li.fullW span.reasonIco {
    margin-top: 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: 30px;
    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: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: 45px !important;
    font-weight: bold;
    margin-top: 10px;
    text-align: left !important;
    line-height: 1.2;
}

#main .qualityBox .catchTtl .txtL {
    font-size: 78px;
    line-height: 1.2;
}

#main .qualityBox .catchTtl .imgLayer {}

#main .qualityBox .catchTtl .catchIco {
    float: left;
    margin-top: -10px;
}

#main .qualityBox h3 {
    /*
    font-size: 18px;
    padding: 0;
    margin: 30px 0 20px;*/
}

#main .qualityBox h3 span {
    border-radius: 4px;
    background: #ee0000;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px;
    font-size: 20px;
}

#main .qualityBox h3 strong {
    color: #ee0000;
}

#main .qualityBox .catchTxt {
    font-size: 23px;
}

#main .qualityBox ul {
    margin-bottom: 20px;
}


#main .qualityBox .photoUL {}

#main .qualityBox .photoUL li {
    width: 316px;
    margin: 0 26px 0 0;
}

#main .qualityBox .photoUL li:nth-child(3n) {
    margin-right: 0;
}

#main .qualityBox .photoUL li img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#main .qualityBox .flowWall-notice {
    display: none;
}

#main .qualityBox p {
    font-size: 16px;
}

#main .commitFlow {
    position: relative;
    overflow: hidden;
}

#main .commitFlow li {
    background: none;
    width: 369px;
    margin: 0;
    float: left;
    padding: 0;
}

#main .commitFlow li:before,
#main .commitFlow li:after {
    content: none;
}

#main .commitFlow li h4 {
    border-radius: 5px;
    background: #1277c4;
    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,
#main .commitFlow li:nth-child(3):before {
    position: absolute;
    z-index: 10;
}

#main .commitFlow li:nth-child(2):before,
#main .commitFlow li:nth-child(3):before {
    content: ' ';
    height: 0;
    width: 0;
    border: 55px solid transparent;
    border-left: #21a937 solid 48px;
    left: 125%;
    top: 50%;
    margin-top: -25px;
    background: none;
}

#main .commitFlow li:nth-child(3):before {
    border-left: #fff solid 48px;
    left: -8%;
    z-index: 8;
}

#main .commitFlow li:nth-child(2):after {
    background: #21a937;
    content: 'クリア';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 95%;
    top: 50%;
    width: 80px;
    padding: 15px 0;
    text-align: right;
    -webkit-transform: none;
    transform: none;
    height: auto;
    border: none;
    border-left: #fff solid 2px;
}

#main .commitPoint {
    position: relative;
    margin-bottom: 30px;
}

#main .commitPoint .imgLayer {
    top: 68px;
    left: 56.5%;
}

/*--comFlowWall--*/

#main .flowList {
    border-radius: 5px;
    background: #21a937;
    padding: 5px;
    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;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-around;
    /*--- safari（PC）用 ---*/
    justify-content: space-around;
    clear: both;
}


#main .flowList h3 {
    color: #fff;
    font-size: 23px;
    float: left;
    background: none;
    border: none;
    padding: 0;
    line-height: 1.2;
    margin: 0;
}

/*#main .flowList.flowRoof h3 {
    font-size: 48px;
}*/

#main .flowList ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
}

#main .flowList ul li {
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #21a937;
    font-weight: bold;
    padding: 0;
    text-align: center;
    margin: 0 5px 0 0;
    width: 100px;
    height: 58px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    /*--- Androida??a?ca?|a?¶c”¨ ---*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    /*--- safarii??PCi?‰c”¨ ---*/
    align-items: center;
    -webkit-box-pack: center;
    /*--- Androida??a?ca?|a?¶c”¨ ---*/
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /*--- safarii??PCi?‰c”¨ ---*/
    justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .flowList ul li:before,
#main .flowList ul li:after {
    content: none;
}

#main .flowList ul li.stxt {
    font-size: 14px;
}

#main .flowList ul li:last-child {
    margin-right: 0;
}

.nocolumn #main .flowList {
    padding: 10px;
}

.nocolumn #main .flowList.flowRoof ul li {
    width: 150px;
}

.nocolumn #main .flowList h3 {
    font-size: 31px;
    padding: 0 5px;
}

.nocolumn #main .flowList ul li {
    font-size: 20px;
    width: 140px;
    height: 78px;
}

.nocolumn #main .flowList ul li.stxt {
    font-size: 16px;
}

/*--comCorpSelect--*/

/*
#main .selectPoint {}
#main .selectPoint li {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: none;
}
#main .selectPoint li img {
    float: right;
}
#main .selectPoint li .pointIco {
    float: left;
    margin-right: 10px;
}
#main .selectPoint li .pointSummery {
    position: relative;
    overflow: hidden;
}
#main .selectPoint li .pointSummery h3 {
    margin-top: 0;
    background: none;
    border: none;
    font-size: 30px;
}
#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/common/arrow01.png) no-repeat 0 5px;
    margin-top: 0;
}
#main .selectPoint li .pointSummery li strong {
    font-weight: normal;
    background: #fcff00;
    line-height: 0.6;
    display: inline-block;
}
*/

/*--comComparePaint--*/

#main .comparePaint {}

#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;
    border-bottom: #fff solid 1px;
}

#main .compareTable th {
    padding: 20px 10px;
    font-weight: bold;
    background: #1277c4;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

#main .compareTable th:first-of-type {
    width: 15%;
}

#main .compareTable td {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding: 15px 10px 15px 60px;
    /*
    position: relative;*/
    height: 82px;
    overflow: hidden;
    border-collapse: collapse;
    background: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

#main .compareTable td:last-child {
    border-right: none;
}


#main .compareTable td span {
    font-size: 35px;
    font-weight: bold;
    float: left;
    display: block;
    border-right: #ccc solid 1px;
    margin-right: 15px;
    padding-right: 5px;
    box-shadow: 2px 0px 0px 0px #fff;
    -moz-box-shadow: 2px 0px 0px 0px #fff;
    -webkit-box-shadow: 2px 0px 0px 0px #fff;
    width: 51px;
    text-align: center;
    left: 5px;
    /*
    position: absolute;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}

#menu #main .compareTable th.ourCompany,
#apartment #main .compareTable th.ourCompany {
    width: 32%;
}

#main .compareTable td.ourCompany span {
    color: #ee0000;
}

/*----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: #ee0000;
}
#main .scoreBox .catchTtl img {
    float: right;
    margin-top: -30px;
}
#main .scoreBox .scoreList {
    position: relative;
    overflow: hidden;
}
#main .scoreBox .scoreList li {
    background: #fed900;
    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 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: 48%;
    width: calc(50% - 8px);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#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;
}

#main .enqueteBox ul li h3 {
    background: none;
    border: 0;
    margin: 5px 0 0;
    padding: 0;
    color: #21a937;
}

#main .enqueteBox ul li .contTxt {
    font-size: 18px;
    font-weight: bold;
}

/*--comIdeal--*/

#main .iDeal {}

#main .iDeal .catchTtl {
    font-size: 43px;
    font-weight: bold;
    line-height: 1.4;
}

#main .iDeal .catchTtl strong {
    color: #ee0000;
}

#main .iDeal .worksBox {
    margin-bottom: 30px;
}

#main .iDeal .worksList {
    padding-bottom: 0;
}


#main .iDeal .worksList article {
    float: left;
    margin: 0 18px 20px 0 !important;
    padding: 0;
    position: relative;
}

#main .iDeal .worksList .worksImg {}

#main .iDeal .worksList article:nth-child(4n) {
    margin-right: 0 !important;
}

#main .iDeal .worksList article:nth-child(3n + 1) {
    clear: none;
}

#main .iDeal .worksList article:nth-child(4n + 1) {
    clear: both;
}

#main .iDeal .worksList article:nth-child(3n) {
    margin: 0 18px 20px 0 !important;
}


/*---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;
}

#siding #main .comIdea ul,
#factory #main .comIdea ul,
#menu #main .comIdea ul,
#colorsimulation #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: #1277c4;
    display: block;
    margin-bottom: 30px;
}

#main .comIdea li span:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #1277c4;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main .comIdea li:first-child {
    padding-left: 0;
}

/*--コンタクトエリア--*/

#main .contactBox {}

#main .contactBox {
    background: #e26a0f;
    clear: both;
    padding: 15px 15px 0;
    position: relative;
    margin: 25px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top #main .contactBox,
.area #main .contactBox {
    margin: 20px auto;
}

#main .contactBox h3 {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

#main .contactBox h3 img {
    margin-right: 5px;
}

#corporate #main .contactBox {}

#main .contactBox .imgLayer {
    right: 5px;
    /* top: -23px; */
    z-index: 0;
    width: 170px;
    bottom: 40px;

}

#main .contactBox .contactCatch {
    background: #673a1c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 -15px 0;
    padding: 5px 15px;
    position: relative;
}

#main .contactBox .telBox {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    margin: 0 165px 15px 0;
    /* border-radius: 3px; */
    position: relative;
    z-index: 1;
}

#main .contactBox .telBox .contactLogo {
    float: left;
    width: 220px;
    margin: 0 30px 0 5px;
}

#main .contactBox .telBox h6 {
    margin-bottom: 0;
    /* line-height: 1;*/
}

#main .contactBox .telBox p {
    text-shadow: none;
}

#main .contactBox .telBox .tel {
    font-size: 11px !important;
    font-weight: normal;
    text-align: left;
    margin: 0 10px 0 0 !important;
    color: #333;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    line-height: 1;
}

#main .contactBox .telBox .tel span {
    color: #ee0000;
    font-size: 47px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 0 56px;
    margin: 0;
    display: block;
    background-size: 50px auto !important;
}

#main .contactBox .telBox .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

#main .contactBox .telBox .btn:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .contactBox .telBox .btn a {
    padding: 8px 45px 8px 30px;
    font-size: 18px;
    background-size: 17px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 3px 0; */
}


#main .contactBox ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

#main .contactBox ul li {
    /*    border-radius: 4px;
    background: #1277c4 !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 3px 7px;
    text-align: center;
    float: left;*/
}


#main .contactBox ul li:last-child {
    margin-right: 0;
}

#menu #main .contactBox,
.nocolumn #main .contactBox {}

#menu #main .contactBox h3,
.nocolumn #main .contactBox h3 {
    /*    float: left;
    margin-right: 10px;*/
}

#main .contactBox .floatL img {
    position: absolute;
    top: -34px;
    left: -5px;
}

.nocolumn #main .contactBox .inner {
    background: #fff;
    padding: 15px 220px 15px 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: inherit;
    width: 1100px;
}

.nocolumn #main .contactBox .imgLayer {
    right: -20px;
    bottom: -10px;
    top: inherit;
    width: 300px;
}

.nocolumn #main .contactBox h2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.nocolumn #main .contactBox h2 span {
    float: left;
    margin-right: 10px;
}

.nocolumn #main .contactBox h2 span img {
    width: 220px;
    height: auto;
}


.nocolumn #main .contactBox h3 {
    background: url(./img/common/ico_bucket.png) no-repeat left center;
    padding-left: 30px;
    color: #8d471f;
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
}

.nocolumn #main .contactBox .tel {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.2;
}

.nocolumn #main .contactBox .tel .bHours {}

.nocolumn #main .contactBox .tel span {
    display: block;
    font-size: 70px;
    padding-left: 80px !important;
    background-size: 75px auto !important;
}

.nocolumn #main .contactBox a {
    display: block;
}

.nocolumn #main .contactBox .btn {
    margin-bottom: 0;
}

.nocolumn #main .contactBox .btn a {
    font-size: 24px;
    padding: 15px 35px 15px 20px;
}

.nocolumn #main .contactBox .btn a:before {
    width: 20px;
    height: 20px;
}

.nocolumn #main .contactBox .btn a:after {
    /* right: 15px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #21a937;
    border-right: 3px solid #21a937; */
}

.nocolumn #main .contactBox .catchTxt {
    background: #673a1c;
    color: #fff;
    font-size: 20px;
    margin: 10px -220px -15px -15px;
    clear: both;
    padding: 0 20px;
    font-weight: bold;
}

.nocolumn #main .contactBox strong {
    border-radius: 4px;
    color: #fff;
}

.nocolumn #main .contactBox ul {
    position: relative;
    overflow: hidden;
    float: none;
}

.nocolumn #main .contactBox ul li {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
}

.nocolumn #main .contactBox ul li:last-child {
    margin-right: 0;
}



.nocolumn #main .contactBox ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.nocolumn #main .contactBox ul li img {
    float: left;
    margin-right: 15px;
}

.nocolumn #main .contactBox ul li h4 {
    color: #fed900;
    font-size: 22px;
    line-height: 1.2;
}


.nocolumn #main .contactBox .btn a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px;
    right: 5px;
}


#main .contactTel h3 {
    background: #21a937;
    border-top: none;
    color: #fff;
    margin: 0;
}

#main .contactTel {
    margin-bottom: 30px;
    position: relative;
}


#colorsimulation #main .contactTel h4,
#apartment #main .contactTel h4,
#contact #main .contactTel h4,
#wall #main .contactTel h4,
#roof #main .contactTel h4 {
    display: inline-block;
    margin-bottom: 10px;
}

#main .contactTel .tel {}

#main .contactTel .tel span {
    font-size: 75px;
    padding-left: 90px;
    display: block;
    margin-right: 20px;
}

#main .contactTel .inBox {
    border: #ccc solid 1px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}


#corporate #main .contactTel {
    margin-top: -10px;
}

#main .contactTel .imgLayer {
    right: 1px;
    bottom: 10px;
    width: 150px;
}


#main .contactTel h4 {
    margin-bottom: 5px;
}

#main .contactTel p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
}

#main .contactTel p.catchTxt {
    font-size: 27px;
    font-weight: bold;
}

#main .contactTel p.catchTxt span {
    border-radius: 4px;
    background: #ee0000;
    color: #fff;
    font-size: 20px;
    padding: 5px 7px;
    margin-right: 5px;
}

#main .contactTel p.catchTxt strong {
    color: #ee0000;
}

#main .contactTel .telBox {
    background: #1277c4;
    padding: 10px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

#main .contactTel .telBox h5 {
    background: none !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    display: block !important;
}

#main .contactTel .telBox .tel {
    background: #fff;
    font-size: 13px !important;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0 !important;
    color: #333;
    padding: 5px;
    display: block;
}

#main .contactTel .telBox .tel span {
    background: url(./img/common/ico_freedial03.png) no-repeat left center;
    font-size: 53px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 0 65px;
    margin: 0;
    display: inline-block;
}

#main .contactTel .telBox .btn {
    border-radius: 3px;
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
}

#main .contactTel .telBox .btn a {
    padding: 5px 30px 5px 40px;
}

#main .contactTel .telBox .btn a:before {
    left: 28px;
}

#main .contactTel .telBox .btn a:after {
    left: 33px;
}

#main .contactTel ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

#main .contactTel ul li {
    border-radius: 4px;
    background: #0eaa8e !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    float: left;
}

#main .contactTel ul li:before,
#main .contactTel ul li:after {
    display: none;
}

#main .contactTel ul li:last-child {
    margin-right: 0;
}

#main .contactTel .overflowH {
    width: 380px;

}






#main .contactFree {
    clear: both;
    border: #ee0000 solid 3px;
    position: relative;
    overflow: hidden;
    background: #fff;
    position: relative;
    width: 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;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

#main .contactFree p {
    line-height: 1.3;
    margin: 0;
}

#main .contactFree .telBox {
    overflow: hidden;
    margin: 10px 0 10px 10px;
    padding: 0;
    background: none;
}

#main .contactFree .telBox .tel {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#main .contactFree .telBox .tel span {
    background: url(./img/common/ico_tel03.png) no-repeat left center;
    font-family: "Impact", 'Anton', Gadget, sans-serif;
    color: #ee0000;
    font-size: 68px !important;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0;
    display: block;
}

#main .contactFree .telBox .catchTxt {
    background: #21a937;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}

#main .contactFree .btn {
    margin: 10px;
    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;
    -ms-align-items: center;
    align-items: center;
    background: none;
    text-shadow: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
}

#main .contactFree .btn img {
    display: block;
    margin: 0 auto;
}

#main .contactFree .btn :hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .contactFree h3,
#main .contactFree .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .contactFree h3 {
    padding: 17px 30px;
    background: #ee0000;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rainleaking #main .contactFree h3 {
    padding: 20px 10px;
}

#main .contactFree .btn a {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

#main .contactFree .btn a:before,
#main .contactFree .btn a:after {
    content: none;
}

#main .contactFree .btn span {
    float: right;
    text-align: left;
    line-height: 1;
    margin-left: 20px;
    display: block;
}

#main .msgContact {
    padding: 3px 3px 3px 240px !important;
    margin: 40px 0 20px 5px !important;
    width: 700px;
    clear: none;
}

#main .msgContact img {
    float: left;
    position: absolute;
    top: -10px;
    left: -5px;
}

#main .msgContact .telBox {
    background: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

#main .msgContact .telBox h4 {
    position: relative;
    font-size: 13px !important;
    padding-left: 15px;
    margin-bottom: 0;
}

#main .msgContact .telBox h4:before,
#main .msgContact .telBox h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    background: none;
    border-radius: 0;
}

#main .msgContact .telBox h4:before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
    opacity: inherit;
}

#main .msgContact .telBox h4:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main .msgContact .telBox .tel {
    font-size: 11px;
    line-height: 1.2;
    float: left;
    white-space: nowrap;
    margin-bottom: 0 !important;
    ;
}

#main .msgContact .tel .bHours {
    display: block;
}

#main .msgContact .tel span {
    background: url(./img/common/ico_tel.png) no-repeat left center;
    color: #ee0000;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    padding-left: 35px !important;
    display: block;
    float: left;
    margin-right: 5px;
}

/*--トップスライド--*/

a.leftNav,
a.rightNav {
    background: url(./img/top/bg2.png);
    outline: none;
    transition: none;
}

.leftNav:before,
.rightNav:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: none;
}

.leftNav:hover {
    background: url(./img/top/leftNav.png) right center no-repeat;
    /*rgba(204,204,204,0.4);*/
    transition: none;
    opacity: 1;
}

.rightNav:hover {
    background: url(./img/top/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/top/bg2.png);
    transition: none;
}

/*--下層ページメインビジュアル--*/

#pageTitle {
    position: relative;
    overflow: hidden;
    height: 145px;
    background: -webkit-linear-gradient(90deg, #1482e1 0%, #0461b2 100%);
    background: -moz-linear-gradient(90deg, #1482e1 0%, #0461b2 100%);
    background: -o-linear-gradient(90deg, #1482e1 0%, #0461b2 100%);
    background: -ms-linear-gradient(90deg, #1482e1 0%, #0461b2 100%);
    background: linear-gradient(0deg, #1482e1 0%, #0461b2 100%);
}

#pageTitle .inner {
    width: 100%;
    height: 100%;
    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;
}

#pageTitle img {
    /*
    display: block;
    position: absolute;
    overflow: hidden;
    margin-left: -700px;
    left: 50%;*/
}

#pageTitle h1 {
    width: 1000px;
    color: #FFF;
    position: relative;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 1px #1277c4, -1px 1px 1px #1277c4, 1px -1px 1px #1277c4, -1px -1px 1px #1277c4;
}

#pageTitle h1 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

/*--ぱんくずエリア--*/

#pagePath {
    background: #1277c4;
    padding: 3px 0;
}

#pagePath p {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
}

#pagePath p a {
    color: #fff;
}

/*--お問い合わせ件数--*/

#main .topWorksBnr {
    width: 500px;
    float: left;
}

#main .inqCount {
    border: #21a937 solid 7px;
    width: 500px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    /* box-shadow:0px 0px 0px 5px #fdf8e8 inset; */
    /* background: url(./img/common/inqCount_bg.png) no-repeat right bottom #fff; */
    padding: 10px 10px 7px;
}

#main .inqCount h3 {
    font-size: 32px;
    color: #21a937;
    /* padding: 10px 10px 0; */
    padding: 0;
    background: none;
    margin-bottom: 0;
    border: none;
    text-align: center;
    line-height: 1;
}

#main .inqCount h3 img {
    width: 100%;
}

#main .inqCount p {
    background: #673a1c;
    font-size: 15px;
    text-align: center;
    margin: 6px 0 0;
}

#main .inqCount dl {
    background: url(./img/common/inqCount_bg.png) no-repeat right bottom #fff;
    padding: 10px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border-top: #fff solid 1px; */
}

#main .inqCount dt {
    font-size: 18px;
    clear: both;
    display: block;
    width: 205px;
    box-sizing: border-box;
    float: left;
    background: #e26a0f;
    border-radius: 5px 0 0 5px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#main .inqCount dd {
    background: #fdf8e8;
    border-radius: 5px;
    display: block;
    padding: 1px 0 1px 205px;
    font-size: 28px;
    color: #ee0000;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    width: 102px;
}

#main .inqCount dd span {
    font-size: 18px;
}

#main .inqCount dd:last-of-type {
    margin-bottom: 0;
}

/*--TOPバナー--*/

.topHokenBnr {
    margin-bottom: 20px;
}

.topHokenBnr img {
    width: 100%;
}


#topBnr {
    float: right;
}

#topBnr ul {
    position: relative;
    overflow: hidden;
    width: 220px;
}

#topBnr ul li {
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#topBnr ul li:last-child {
    margin-bottom: 0;
}

#topBnr ul li a {}

#topBnr ul li img {
    width: 100%;
    height: auto;
}

#topBnr ul li:before,
#topBnr ul li:after {
    content: none;
}

#main .topContactBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#main .topContactBox .floatL,
#main .topContactBox .floatR {
    width: 360px;
    position: relative;
}



#main .topContactBox h3 {
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

#main .topContactBox h3 span {
    background: #ee0000;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 5px;
    display: block;
    text-align: center;
}

#main .topContactBox ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
}

#main .topContactBox ul li {
    float: left;
    padding: 0;
    border: #ccc solid 1px;
}

#main .topContactBox ul li:nth-child(2n) {
    float: right;
}

#main .topContactBox ul li:before,
#main .topContactBox ul li:after {
    content: none;
}

#main .topContactBox .catchTxt {
    color: #1277c4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 6px;
    line-height: 1.2;

}

#main .topFormBox .tel {
    font-size: 11px;
}

#main .topFormBox .tel span {
    font-size: 50px;
    background-size: 53px auto;
    padding-left: 55px;
}

#main .topFormBox h3 {
    background: none;
    border: none;
    padding: 0;
    float: left;
    margin: 0 30px 0 0;
}

#main .topFormBox .catchTxt {
    background: #673a1c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 6px;
}

/*--フォーム--*/

#form {
    width: 1000px;
    margin: 0 auto;
}

#form h3 {
    background: #21a937;
    border-top: none;
    color: #fff;
    margin-bottom: 0;
}

#form ul {
    margin-bottom: 40px;
}

#form ul li {
    background: none !important;
    padding: 0;
}

#form ul li:before,
#form ul li:after {
    content: none;
}

#form ul.formStep {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#form ul.formStep li {
    background: #f1edd0 !important;
    color: #333;
    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;
}

#form ul.formStep li:before,
#form ul.formStep li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent #f1edd0;
    content: '';
    display: block;
    position: absolute;
}

#form ul.formStep li:before {
    left: 100%;
    top: 0;
    z-index: 10;
    background: none;
}

#form ul.formStep li:after {
    border-color: transparent transparent transparent #fff;
    left: 100.8%;
    top: 0;
    z-index: 9;
    transform: none !important;
}

#form ul.formStep li:last-child:before,
#form ul.formStep li:last-child:after {
    display: none;
}

#form ul.formStep li.on {
    background: #e26a0f !important;
    color: #fff;
}

#form ul.formStep li.on:before {
    border-color: transparent transparent transparent #e26a0f;
}

#form ul.formStep li span {
    border-radius: 50%;
    background: #ffcc00;
    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;
}

#form ul.formStep li:first-child span {
    left: 2px;
}

#main .formBox {
    margin-bottom: 40px;
}

#main .formBox table {
    margin-bottom: 20px;
    p {
        margin-bottom: 0;
    }
}

#main .formBox th {
    padding: 20px 15px;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
    font-size: 16px;
    background: #efe5c5;
    border-bottom: #fff solid 1px;
    color: #333;
}

#top #main .formBox th,
.area #main .formBox th {
    background-color: #fff;
}

#main .formBox th span {
    background: #ee0000;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 0 10px;
}

#main .formBox th span.any {
    background: #b0b0b0;
}

#main .formBox td {
    padding: 5px 10px;
    /*font-weight: bold;*/
    vertical-align: middle;
    font-size: 13px;
    background: #efefef;
    border-bottom: #fff solid 1px;
}

#top #main .formBox td,
.area #main .formBox td {
    background-color: #fff;
}

#main .formBox td .wpcf7c-elm-step1 {
    font-size: 13px;
}

#main .formBox td>span {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

#main .formBox td span.your-order span span,
#main .formBox td span.your-plan span span {
    font-weight: bold;
    margin-right: 10px;
}

#main .formBox td a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    display: inline-block;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
    padding: 5px;
    height: 35px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    width: 690px;
}

#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;
}

#main .formBox td input[type="date"] {
    width: 360px;
}


#main .formBox td input:placeholder-shown,
#main .formBox td textarea:placeholder-shown {
    color: #b0b0b0;
}

#main .formBox td input::-webkit-input-placeholder,
#main .formBox td textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#main .formBox td input:-moz-placeholder,
#main .formBox td textarea:-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#main .formBox td input::-moz-placeholder,
#main .formBox td textarea::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#main .formBox td input:-ms-input-placeholder,
#main .formBox td textarea:-ms-input-placeholder {
    color: #b0b0b0;
}


#main .formBox td input[type="file"] {}

#main .formBox td input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
}

#main .formBox .submit {
    text-align: center;
}

#main .formBox .submit li {
    margin: 0 5px;
    display: inline;
}

/*#contents #main input[readonly],
#contents #main textarea[readonly] {
    border: none !important;
    background-color: #fffeee;
}*/

.formBox .submit .wpcf7c-btn-back {
    background: linear-gradient(to bottom, #ddd 0%, #aaa 50%, #777 51%, #bbb 100%);
    border: solid 3px #777;
}

#contents #main .wpcf7c-btn-back textarea[readonly] {
    background: #efefef !important;
}

#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 1000px #efefef inset;*/
}

.formBox table {
    margin-top: 15px;
    width: 100%;
    border-spacing: 1px;
}

.formBox th,
.formBox td {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.formBox th {
    width: 20%;
    color: #333;
}

.formBox table {
    margin-bottom: 20px;
}

.formBox tr:first-child td {}

.formBox th {
    padding: 20px 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 30%;
    font-size: 16px;
}

.formBox th span {
    background: #ee0000;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 2px 15px;
}

.formBox th span.any {
    background: #b0b0b0;
}

.formBox td {
    padding: 5px;
    /*font-weight: bold;*/
    vertical-align: middle;
    font-size: 13px;
}

.formBox td .wpcf7c-elm-step1 {
    font-size: 13px;
}

.formBox td>span {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 16px;
}

.formBox td a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.formBox td a:before,
.formBox td a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.formBox td a:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #21a937;
}

.formBox td a:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.formBox td input[type="text"],
.formBox td input[type="tel"],
.formBox td input[type="email"] {
    padding: 5px;
    height: 30px;
    /*line-height: 30px;*/
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.formBox td select,
.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;
}

/*.formBox td span{
    background: #eeefff;
}*/

.formBox td input[type="date"] {
    width: 360px;
}

.formBox td input[type="file"] {}

.formBox td input[type="checkbox"] {}

.formBox td textarea {
    padding: 5px;
    width: 690px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #fff;
}

.formBox .submit {
    text-align: center;
}

.formBox .submit li {
    margin: 0 5px;
    display: inline;
}

.formBox .submit input {
    padding: 5px 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
    background: #21a937;
    border: #21a937 solid 3px;
    border-radius: 5px;
}

.formBox .submit input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.formBox .submit input[type="button"] {
    margin-right: 10px;
}

.formBox td input.wpcf7c-conf,
.formBox td select.wpcf7c-conf {
    border: none;
    background: #fffeee;
}

.formBox td select.wpcf7c-conf {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

.formBox td select.wpcf7c-conf::-ms-expand {
    display: none;
}

.formBox td input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #efefef inset;
}

div.wpcf7-validation-errors {
    background: #fff;
    border: 3px solid #ee0000 !important;
}


#top .topFormBox,
.area .topFormBox {
    position: relative;
    overflow: hidden;
    clear: both;
}

#top .topFormBox h2,
.area #main .topFormBox h2 {
    background: #e26a0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #d5d5d5 solid 1px;
    box-shadow: 0px 0px 0px 1px #fff inset;
    /* margin-top: 25px; */
    font-size: 25px;
    line-height: 1;
    padding: 12px 0 12px 15px;
}

#top .topFormBox h2 strong,
.area .topFormBox h2 strong {
    color: #ffff00;
}

#top #main .formBox table,
.area #main .formBox table {
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0 1px;
}

#top #main .formBox table tr th,
#top #main .formBox table tr td,
.area #main .formBox table tr th,
.area #main .formBox table tr td {
    border: #d5d5d5 solid 1px;
    padding: 10px;
    color: #333;
}

#top #main .formBox table tr th,
.area #main .formBox table tr th {
    font-size: 13px;
    width: 35%;
    border-right: none;
}

#top #main .formBox table tr td,
.area #main .formBox table tr td {
    border-left: none;
}

#top #main .formBox table tr th span,
.area #main .formBox table tr th span {
    float: left;
    font-size: 12px;
    margin-right: 5px;
}

#top .formBox td input[type="text"],
#top .formBox td input[type="tel"],
#top .formBox td input[type="email"],
#top .formBox td textarea,
.area #main .formBox td input[type="text"],
.area #main .formBox td input[type="tel"],
.area #main .formBox td input[type="email"],
.area #main .formBox td textarea {
    width: 100%;
    background: #ffffcc;
    padding: 2px 5px;
    height: auto;
}

#top .formBox td span,
.area #main .formBox td span {
    width: 100%;
    margin-top: 0;
}
#top .formBox td span.wpcf7-list-item {
    width: auto;
}
#top .formBox td label,
.area .formBox td label {
    width: auto;
    margin-right: 20px;
}

#top .formBox td .your-subject,
#top .formBox td .your-subject span,
.area #main .formBox td .your-subject,
.area #main .formBox td .your-subject span {
    margin: 0;
    width: auto;
}

#top #main .formBox td .wpcf7c-elm-step1,
.area #main .formBox td .wpcf7c-elm-step1 {
    display: none;
}

#top #main .formBox th span,
.area #main .formBox th span {
    padding: 0 5px;
}

#top #main .formBox .submit,
.area #main .formBox .submit {
    /* background: #fff;
    padding-top: 20px; */
    padding: 11px 0;
    margin-top: 1px;
    border: 1px solid #d5d5d5;
    position: relative;
}

#top .formBox .submit input,
.area .formBox .submit input {
    font-size: 16px;
    background: #21a937;
    border: #21a937 solid 3px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3) inset;
}

#top .formBox .submit .ajax-loader,
.area .formBox .submit .ajax-loader {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

span.wpcf7-list-item {
    margin-left: 0;
}


#contact h2 {
    /*
    font-size: 25px;
    padding: 5px 15px;
    margin: 0 auto 20px;
    position: relative;*/
}

/*--ブログ形式ページ--*/

#main .taxList li,
#main .areaList li,
#main .colorList li,
#main .makerList li {
    display: inline-block !important;
    padding: 0;
    background: none;
}

/*
#main .areaList li {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 1.7;
}*/


#main article.warksTaxList {
    margin-bottom: 10px;
}

#main .warksTaxList ul+h4 {
    margin-top: 0;
}

#main .warksTaxList h4:before,
#main .warksTaxList h4:after {
    content: none;
}

#main .warksTaxList .btn-accordion {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 7px 12px;
    text-decoration: none !important;
    background: linear-gradient(#0061b8, #002c7a);
    background: -webkit-linear-gradient(#0061b8, #002c7a);
    background: -moz-linear-gradient(#0061b8, #002c7a);
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 20%) inset;
    cursor: pointer;
}

#main .warksTaxList ul {
    display: none;
    margin-bottom: 15px;
}

#top #main .warksTaxList ul,
.area #main .warksTaxList ul {
    display: block;
}

#main .cat a,
#main .warksTaxList li a {
    display: inline-block !important;
    background: #1277c4;
    color: #fff !important;
    font-weight: bold;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 3px;
}

#main .areaList li a {
    background: #21a937;
}

/*
#main .areaList li a {
    position: relative;
    padding-left: 13px;
    color: #333;
}
*/

#main .makerList li a {
    background: #e26a0f;
}


#main .warksTaxList .colorList li a {
    display: inline-block !important;
    background: #fff;
    color: #333 !important;
    font-weight: bold;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 0 5px 0 24px;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: relative;
}

#main .warksTaxList .colorList li.current-cat a {
    background: #999;
    color: #fff !important;
}

#main .warksTaxList .colorList li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
}

#main .warksTaxList .colorList li.cat-item-263 a:after {
    background: #fff3cf;
}

#main .warksTaxList .colorList li.cat-item-264 a:after {
    background: #5e3f37;
}

#main .warksTaxList .colorList li.cat-item-265 a:after {
    background: #666;
}

#main .warksTaxList .colorList li.cat-item-266 a:after {
    background: #fdd736;
}

#main .warksTaxList .colorList li.cat-item-267 a:after {
    background: #1a76d2;
}

#main .warksTaxList .colorList li.cat-item-268 a:after {
    background: #f54336;
}

#main .warksTaxList .colorList li.cat-item-269 a:after {
    background: #689e39;
}

#main .warksTaxList .colorList li.cat-item-270 a:after {
    background: linear-gradient(-45deg, #4e6a99 0%, #4e6a99 50%, #f0efd9 50%, #f0efd9 100%);
}


#main .warksTaxList ul li:before,
#main .warksTaxList ul li:after,
#main .warksTaxList ul li a:before,
#main .warksTaxList ul li a:after {
    content: none;
}



#main .taxList li.current-cat a {
    background-color: #FFF;
    color: #1277c4 !important;
    border: solid 1px #1277c4;
}

#main .areaList li.current-cat a {
    background-color: #FFF;
    color: #21a937 !important;
    border: solid 1px #21a937;
}

#main .makerList li.current-cat a {
    background-color: #FFF;
    color: #e26a0f !important;
    border: solid 1px #e26a0f;
}

#main .infoBox {
    padding: 5px 0;
    border-bottom: dotted 1px #333;
    overflow: hidden;
    margin-bottom: 25px;
}

#main .infoBox p {
    display: inline-block;
    margin-bottom: 0 !important;
    font-size: 13px;
}

#main .infoBox p a {}

#main .infoBox .time {
    float: right;
    font-weight: bold;
}

#main #archiveList {
    overflow: hidden;
    padding-bottom: 0;
}

#main .archiveBox {
    position: relative;
    overflow: hidden;
}

#main #archiveList article {
    width: 236px;
    float: left;
    margin: 0 21px 40px 0;
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#main #archiveList article:nth-child(3n) {
    margin-right: 0;
}

#main #archiveList article:nth-child(3n + 1) {
    clear: both;
}

#main #archiveList a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #333;
}

#main #archiveList .archiveSummary {
    font-weight: bold;
}

#main #archiveList h3,
#main #archiveList .contTxt,
#main #archiveList .price {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

#main #archiveList h3 {
    margin: 0;
    font-size: 15px;
}

#main #archiveList .mainPict {
    width: 236px;
    height: 183px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #ccc solid 1px;
    background: #fff;
    margin-bottom: 25px;
}

#main #archiveList .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;
    display: inline-block;
}

#main #archiveList #readmore img {
    width: auto !important;
    height: auto !important;
}

#main #archiveList .price {
    font-weight: bold;
    color: #ee0000;
}

#main #archiveList .price span {
    display: inline-block;
    background: #ee0000;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 5px 0 5px;
    margin-right: 8px;
}

#main #archiveList .time {
    font-size: 10px;
    /*color: #21a937;*/
    line-height: 1.4;
    font-weight: bold;
}

/*#main #archiveList .detail {
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    color: #FFFFFF;
    background: #21a937;
    padding: 5px;
    display: block;
    width: 140px;
    margin: 10px auto 5px;
    box-shadow: 0 5px 0 0 #0b8901;
    text-align: center;
    line-height: 1.2;
}*/

#main #archiveList .cat {
    position: absolute;
    top: 190px;
    font-size: 11px;
    line-height: 1.4;
    height: 22px;
    overflow: hidden;
}

/*--施工事例・お客様の声--*/

#main #archiveList ul {
    position: relative;
    overflow: hidden;
}

#main #archiveList .archiveWorks li {
    width: 350px;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    background: #ccc;
}

#main #archiveList .archiveWorks li:nth-child(2n) {
    float: right;
}

#main #archiveList li:before,
#main #archiveList li:after {
    content: none;
}

#main #archiveList .archiveWorks li a {
    color: #333;
    text-decoration: none;
}

#main #archiveList .archiveWorks li .worksMain {
    width: 350px;
    height: 235px;
    position: relative;
    overflow: hidden;
    display: block;
}

#main #archiveList .archiveWorks li .worksMain 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 #archiveList .archiveWorks h4 {
    background: #009ce9;
    color: #fff;
    font-size: 23px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

#main #archiveList .archiveWorks h4:before,
#main #archiveList .archiveWorks h4:after {
    content: none;
}

#main #archiveList .archiveWorks .summary {
    border: #ccc solid 1px;
    padding: 10px;
    background: #fffeee;
}

#main #archiveList .archiveWorks .summary p {
    font-size: 14px;
}

#main #archiveList .archiveWorks .summary .btn {}

#main #archiveList .taxonomyWorks h3,
#main #archiveList .archiveVoice h3 {
    margin: 10px 0 0;
}

#main #archiveList .archiveBlog h3 {
    margin: 0;
}

#main #archiveList .archiveBlog .time {
    margin: 0 0 0;
}

#main #archiveList .archiveBlog .btn {
    background: #21a937;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
}

/*#main #archiveList .archiveBlog .mainPict img{
    width: 100%;
    height: auto;
}*/
#main #archiveList .archiveVoice .mainPict {
    margin-bottom: 10px;
}


#main .singleVoice,
#main .singleBlog,
#main .singleWorks {
    border-bottom: none;
}

#main .singleWorks p,
#main .singleVoice p {
    font-size: 15px;
}

#main .singleBlog .singleDetail {}

#main .singleBlog .singleDetail img {
    float: none !important;
    max-width: 100%;
    height: auto;
}

#event #main .singleBlog>h3 {
    margin-bottom: 5px;
}

#main .singleWorks .singleDetail table.jirei-data th,
#main .singleWorks .singleDetail table.jirei-data td {
    padding: 0;
    border-top: none;
}

#main .singleWorks .singleDetail table.jirei-data td {
    margin-bottom: 0;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

#main .singleWorks .singleDetail .table-style01 table,
#main .singleWorks .singleDetail .table-style01 table td {
    margin-bottom: 0 !important;
}

#main .singleWorks .singleDetail .table-style01 table th,
#main .singleWorks .singleDetail .table-style01 table td {
    padding: 15px !important;
    border-bottom: none;
}

#main .singleWorks .singleDetail .table-style01 table td {
    background: #efefef;
}

#main .singleWorks .singleDetail .uc {
    table-layout: fixed !important;
}

#main .singleWorks .singleDetail .uc th,
#main .singleWorks .singleDetail .uc td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#main .singleWorks .singleDetail .uc td img {
    width: 100%;
    height: auto;
}

#main .singleWorks .singleDetail .cst_link td a {
    display: block;
    float: right;
    text-decoration: none;
    color: #FFF;
    background: #e26a0f;
    border-radius: 3px;
    font-weight: bold;
    padding: 4px 30px 2px 8px;
    position: relative;
    margin: -3px 0;
}

#main .singleWorks .singleDetail .cst_link td a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 6px;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    top: -1px;
    bottom: 0;
    margin: auto;
    display: block;
}

#main .singleWorks .singleDetail .cst_link td a:hover {
    opacity: 0.7;
}



#main .cstColorphoto li {
    position: relative;
}

#main .cstColorphoto .medal {
    position: absolute;
    right: 0;
    top: 95px;
}

#main .cstColorphoto .medal {
    position: absolute;
    right: 0;
    top: 95px;
}

#main .picBox {
    overflow: hidden;
    position: relative;
    margin: 30px 0 50px;
}

#main .picBox .photo {
    float: right;
    width: 434px;
    height: 289px;
    position: relative;
    overflow: hidden;
}

#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 {
    position: relative;
    height: 175px;
    width: 263px;
    padding-bottom: 10px;
}

#main .picBox .btmPhoto .bImg {
    float: left;
    width: 263px;
    height: 175px;
    position: relative;
    overflow: hidden;
    display: block;
}

/*
#main .picBox .btmPhoto img {
    margin-bottom: 15px;
}*/

/*
#main .picBox .arrowImg {
    margin: 15px;
    float: right;
}
*/

#main .picBox .btmPhoto:before,
#main .picBox .btmPhoto:after {
    position: absolute;
    bottom: -65px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
}

#main .picBox .btmPhoto:before {
    right: -50px;
    bottom: -80px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 32px solid transparent;
    border-left: 45px solid #ee0000;
}

#main .picBox .btmPhoto:after {
    right: 15px;
    width: 80px;
    height: 80px;
    border: 0px solid transparent;
    border-bottom: 30px solid #ee0000;
    border-radius: 0 0 0px 75px;
    z-index: -1;
}

#main .picBox02 {
    margin-top: 40px;
}

#main .picBox02 .photo {
    float: right;
    width: 370px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

#main .picBox02 .btmPhoto {
    float: left;
    width: 370px;
    height: 210px;
    position: relative;
    overflow: visible;
    padding: 0;
}

#main .picBox02 .btmPhoto:before,
#main .picBox02 .btmPhoto:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: inherit;
    left: 358px !important;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
}

#main .picBox02 .btmPhoto:before {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #21a937 !important;
    border: none;
}

#main .picBox02 .btmPhoto:after {
    left: 373px !important;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 10px solid transparent;
    border-left: 12px solid #fff;
    border-radius: 0;
}

/*#main .picBox02 .arrowImg {
    margin: 15px 0 0 100px;
}*/

#main .picBox03 .btmPhoto {
    display: none;
}

#main .picBox03 {}

#main .picBox03 .photo {
    margin: 0 auto;
    float: none;
    position: relative;
    overflow: hidden;
}

#main .picBox span.after,
#main .picBox span.before {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #e26a0f;
    display: inline-block;
    z-index: 10;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    line-height: 1.4;
}

#main .picBox span span {
    opacity: 0.5;
    margin-left: 5px;
}

#voice #main h2 {
    position: relative;
    overflow: hidden;
}

#voice #main h2 span {
    float: right;
}

#voice #main .voiceSummary {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .voicephotList {
    float: left;
}

#main .voicephotList li {
    width: 316px;
    height: 206px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#main .singleVoice .enqImg {
    height: auto;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#main .voicephotList .enqImg a {
    display: block;
}

#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 .singleVoice .enqImg img {
    width: auto;
    height: 100%;
    border: solid 1px #ccc;
}

/*#main .voicephotList li.enqImg span .imgLayer {
    width: auto;
    height: auto;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 5px;
    right: 5px;
    transform: none;
}*/

#main .voicephotList li:before,
#main .voicephotList li:after {
    content: none;
}

#voice #main .singleDetail {
    width: 400px;
    float: right;
}

#voice #main .singleDetail table th {
    width: 25%;
    padding: 15px 10px;
}

#voice #main .enq h5 {
    border-radius: 4px;
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px;
    background: none;
    color: #333;
}

#voice #main .enq ul {
    overflow: hidden;
    margin: 0 0 20px;
}

#voice #main .enq li {
    text-align: center;
    float: left;
    background: #e8ddbd;
    width: 25%;
    border-right: solid 1px #FFF;
    box-sizing: border-box;
    padding: 3px 5px;
}

#voice #main .enq li:before,
#voice #main .enq li:after {
    content: none;
}

#voice #main .enq li.on {
    background: #1277c4;
    color: #FFF;
}

#voice #main h3 {
    margin-bottom: 15px;
}

#voice #main .enq p.score {
    color: #ee0000;
    font-weight: bold;
    font-size: 40px;
}

#voice #main .enq p.score span {
    font-size: 20px;
}

#main .otherPhoto {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#main .otherPhoto li {
    width: 350px;
    float: left;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

#main .otherPhoto li:before,
#main .otherPhoto li:after {
    content: none;
}

#main .otherPhoto li:nth-child(2n) {
    float: right;
}

#main .otherPhoto li:nth-child(2n + 1) {
    clear: both;
}

#main .otherPhoto li a {
    width: 350px;
    height: 237px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#main .otherPhoto li a 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 .otherPhoto li h5 {
    color: #e26a0f;
    background: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

/*------------- tmp -------------*/

/*#readmore {
    clear: both;
    padding-top: 50px;
    text-align: center;
}
#readmore a {
    font-size: 21px;
    font-weight: bold;
    border-radius: 4px;
    color: #FFFFFF;
    background: #75a4f2;
    padding: 10px 10px 25px 10px;
    display: block;
    width: 400px;
    margin: 10px auto 0;
    box-shadow: 0 5px 0 0 #3669e6;
    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;
}*/

/*投稿画像の回り込み処理*/

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    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 {
    margin: 0 0 10px 0;
    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*/

.pagenavi {
    border-bottom: dotted 1px #333;
    padding: 20px 0 !important;
    margin: 0 auto 40px !important;
    text-align: center;
    position: relative;
}

.pagenavi ul {
    position: relative;
    overflow: hidden;
    height: 40px;
    margin: 0 !important;
}

.pagenavi a {
    display: inline-block;
    border-radius: 5px;
    background: #21a937;
    /*border:solid 3px #338593;*/
    padding: 5px 5px;
    width: 130px;
    text-align: center;
    transition: 0.7s;
    position: relative;
    padding: 5px 25px 5px 5px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagenavi a:before,
.pagenavi a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.pagenavi a:before {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.pagenavi a:after {
    right: 16px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #21a937;
    border-right: 3px solid #21a937;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagenavi .next a {
    padding: 5px 5px 5px 25px;
}

.pagenavi .next a:before,
.pagenavi .next a:after {
    left: 10px;
    right: inherit;
}

.pagenavi .next a:after {
    left: 14px;
    right: inherit;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pagenavi a:link,
.pagenavi a:hover,
.pagenavi a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

.pagenavi li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block;
    font-weight: bold;
    position: absolute !important;
}

.pagenavi li:before,
.pagenavi li:after {
    content: none !important;
}

.pagenavi .prev {
    position: absolute;
    right: 0;
}

.pagenavi li.list {
    position: absolute;
    left: 50%;
    margin-left: -70px !important;
}

.pagenavi .list a {
    padding: 5px;
}

.pagenavi .list a:before,
.pagenavi li.list a:after {
    content: none;
}

.pagenavi .next {
    position: absolute;
    left: 0;
}

#main .wp-pagenavi {
    text-align: center;
}

#main .wp-pagenavi a {
    border-radius: 5px;
    background: #1277c4;
    padding: 0 5px;
    text-align: center;
    transition: 0.7s;
    border: none;
    display: inline-block !important;
    overflow: inherit !important;
}

#main .wp-pagenavi span {
    border-radius: 5px;
    padding: 0 5px;
    text-align: center;
    transition: 0.7s;
}

#main .wp-pagenavi span.pages,
#main .wp-pagenavi span.last {
    display: inline-block;
}

#main .wp-pagenavi a:link,
#main .wp-pagenavi a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

#main .wp-pagenavi a:hover,
#main .wp-pagenavi span.current {
    border-color: #bfbfbf;
    display: inline-block;
}

#main .wp-pagenavi a:hover {
    color: #fff !important;
    opacity: 0.7;
}

/*-------------------#top .mainCatch-----------------*/

#top .mainCatch,
.area .mainCatch {
    background: #1277c4;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 5px 0;
}

#top .mainCatch p,
.area .mainCatch p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}



/*-------------------#top-----------------*/

#main .topicsBox {
    position: relative;
    overflow: hidden;
}

#main .topicsBox ul {
    position: relative;
    overflow: hidden;
}

#main .topicsBox ul li {
    width: 236px;
    float: left;
    margin: 0 21px 20px 0;
    padding: 0;
    position: relative;
    border-bottom: none;
}

#main .topicsBox ul li:before,
#main .topicsBox ul li:after {
    content: none;
}

#main .topicsBox ul li h5 {
    background: none;
    color: #1277c4;
    display: block;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

#main .topicsBox ul li .type {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ee0000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}

#main .worksBox,
#main .diagnosisBox,
#main .reasonBox,
#main .voiceBox,
#main .blogBox {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#main .worksBox h2,
#main .diagnosisBox h2,
#main .reasonBox h2,
#main .voiceBox h2,
#main .blogBox h2,
#main .topContactBox h2 {
    text-align: left;
}

#main .diagnosisBox .floatR {
    width: 316px;
    margin-left: 15px;
}

#main .diagnosisBox h2 {
    background: none;
    padding: 0;
    margin: 0 0 10px;
    border-top: none;
}

#main .reasonBox {
    /* background: rgba(241, 124, 45, 0.2);
    padding: 10px; */
}

#main .basicKnow h2,
#main .recommendBox h2,
#top #main .worksBox h2,
.area #main .worksBox h2,
#main .factorySuggest h2,
#main .topReasonBox h2,
#main .topContactBox h2 {
    z-index: 10;
    padding: 15px 0 0;
    width: auto;
    margin: 0 auto 15px;
    color: #333;
    font-size: 44px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-color: #e26a0f;
    border-style: solid;
    border-width: 9px 0 0 0;
    border-image: url(./img/common/bg_border.png) 9 9 round;
    text-align: left;
}

#main .topReasonBox h2 {
    font-size: 32px;
}

#main .basicKnow h2 span,
#top #main .worksBox h2 span,
.area #main .worksBox h2 span,
#main .topReasonBox h2 span,
#main .factorySuggest h2 span,
#main .topContactBox h2 span {
    display: table;
    margin: 0 0 10px;
    font-size: 24px;
    background: #1277c4;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

#top #main .basicKnow h2 span,
.area #main .basicKnow h2 span {
    margin-left: 100px;
}

#main .basicKnow h2 span.txtL,
#top #main .worksBox h2 span.txtL,
.area #main .worksBox h2 span.txtL,
#main .topReasonBox h2 span.txtL,
#main .factorySuggest h2 span.txtL,
#main .topContactBox h2 span.txtL {
    font-size: 61px;
    background: none;
    display: block;
    color: #333;
    padding: 0;
    margin-bottom: 0;
}

#top #main .basicKnow h2 span.txtL,
.area #main .basicKnow h2 span.txtL {
    margin: 0;
}

#top #main .worksBox h2 span.txtL,
.area #main .worksBox h2 span.txtL,
#main .topReasonBox h2 span.txtL,
#main .topContactBox h2 span.txtL {
    font-size: 53px;
}

#main .topContactBox h2 {
    font-size: 37px;
}

#main .topReasonTtl {
    background: #ee0000;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

#main .worksBox h3 {
    background: #e26a0f;
    color: #FFF;
    font-size: 23px;
    padding: 10px 15px;
    margin: 0 auto 30px;
    position: relative;
    border-top: none;
    text-align: left;
}

#top #main .basicKnow .btn,
#top #main .worksBox>.btn,
#top #main .voiceBox>.btn,
.area #main .basicKnow .btn,
.area #main .worksBox>.btn,
.area #main .voiceBox>.btn {
    width: 435px;
}


#main h3.pickup {
    background: #ffb033;
    font-size: 26px;
    color: #FFF;
    border-top: none;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    text-align: center;
    border-radius: 5px;
}

#main .worksList.pickupWorks article:nth-child(3n) {
    margin-right: 0;
}

#main .worksList.pickupWorks article {
    text-align: center;
}

#main .worksList.pickupWorks .worksImg {
    /*    box-shadow:0px 0px 0px 3px #d73d33 inset;*/
    border: #d00000 solid 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#main .worksList.pickupWorks .worksImg:before {
    content: "オススメ!";
    transform: rotate(-45deg);
    position: absolute;
    right: -35px;
    bottom: 20px;
    display: block;
    color: #fff;
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #d00000;
    z-index: 2;
}




#main .voiceBox>img {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 11;
}

#main .voiceBox h2 {
    text-align: left;
    padding-left: 100px;
}

#main .voiceBox h2 img {
    float: right;
    margin: -15px 0 0 10px;
}

#main .diagnosisBox .catchTtl {
    border-bottom: #333 solid 1px;
    padding-bottom: 15px;
}

#main .reasonBox h2 {
    /* margin: -10px -10px 10px;
    background: none;
    padding: 0;
    text-align: center; */
    text-align: left;
}

#main .reasonBox .graphBox {
    position: relative;
    overflow: hidden;
}

#main .reasonBox canvas {
    width: 400px !important;
    height: auto !important;
    background: url(./img/common/reason_crown.png) no-repeat center -10px;
    padding-top: 55px;
}

#main .reasonBox .floatL {
    position: relative;
    margin-right: 20px;
}

#main .reasonBox .graphBox h3 {
    position: absolute !important;
    top: 36%;
    right: 0;
    left: 0;
    margin: auto;
    background: none;
    border: rgba(0, 0, 0, 0.14) solid 15px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block;
    text-align: center;
    padding: 35px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .reasonBox .graphBox ul {
    overflow: hidden;
}



#main .reasonBox .graphBox ul li {
    padding: 0;
    border-bottom: #333 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}

#main .reasonBox .graphBox ul li:first-child {
    padding-top: 10px;
    border-top: #333 dashed 1px;
}

#main .reasonBox .graphBox ul li:last-child {
    margin-bottom: 0;
}

#main .reasonBox .graphBox ul li:nth-child(n+4) {
    font-size: 18px;
}


#main .reasonBox .graphBox li:before,
#main .reasonBox .graphBox li:after {
    content: none;
}

#main .reasonBox .graphBox ul li a {

    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
    color: #333;
    text-decoration: none;
}


#main .reasonBox .graphBox ul li img {
    margin-right: 10px;
}

#main .reasonBox .graphBox ul li:nth-child(n+4) img {
    margin: 0 20px;
}

#main .reasonBox .graphBox ul.graphLabel {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
}

#main .reasonBox .graphBox ul.graphLabel li {
    position: absolute;
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    text-shadow: 1px 0px 0px #fff,
        0px -1px 0px #ffffff,
        0px 1px 0px #ffffff,
        -1px 0px 0px #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#main .reasonBox .graphBox ul.graphLabel li a {
    color: #333;
    text-decoration: none;
    display: block;
}

#main .reasonBox .graphBox ul.graphLabel li:hover {
    opacity: 0.5;
    transition: 0.7s;
}


#main .reasonBox .graphBox ul.graphLabel li span {
    color: #fff;
    font-size: 49px;
    font-family: "Impact", 'Anton', Gadget, sans-serif;
    font-weight: normal;
    display: block;
    line-height: 1;
    text-shadow: none;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph01 {
    top: 35%;
    right: 7%;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph02 {
    top: 78%;
    right: 30%;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph03 {
    top: 70%;
    left: 8%;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph04 {
    top: 49%;
    left: 3%;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph05 {
    top: 29%;
    left: 8%;
}

#main .reasonBox .graphBox ul.graphLabel li.reasonGraph06 {
    top: 17%;
    right: 52%;
}

#main .reasonSystem .catchTtl {}

/*#main .reasonList p {
    font-size: 18px;
}
#main .reasonList p strong {
    font-weight: normal;
    text-decoration: underline;
}*/

#main .reasonList {
    position: relative;
    overflow: hidden;
    /*counter-reset: reason;*/
}

#main .reasonList.col3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#main .reasonList li {
    border-radius: 4px;
    background: #21a937;
    width: calc((100% - 30px) / 3);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 6px 5px;
    /* float: left; */
    /* margin: 0 12px 0 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*counter-increment: reason;*/
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: ease 0.4s;
}

#main .reasonList li:hover {
    opacity: 0.7;
}

#main .reasonList li:before,
#main .reasonList li:after {
    content: none;
}

#main .reasonList li:last-child {
    margin: 0;
}

#main .reasonList li h4 {
    line-height: 1.2;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding: 0;
}

#main .reasonList li h4:before,
#main .reasonList li h4:after {
    content: none;
}

#main .reasonList li h4 strong {
    font-size: 26px;
    display: block;
    text-decoration: none !important;
}

#main .reasonList li p {
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    line-height: 1.4;
    margin: 10px 0 0;
    text-align: justify;
    color: #333;
}

#main .reasonList li p span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.1;
}

#main .reasonList li p strong {
    color: #ee0000;
}

#main .reasonList li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

/*#main .topicsList {
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10;
    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;
    padding: 20px 15px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .topicsList > li {
    background: #fff;
    width: 33%;
    width: calc( 33% - 5px);
    padding: 5px 15px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: #21a937 solid 4px;
    border-radius: 3px;
    color: #21a937;
    box-sizing: border-box;
    text-indent: inherit;
    font-size: 16px;
    font-weight: bold;
}

#main .topicsList > li:last-child {
    margin-right: 0;
}

#main .topicsListli:nth-of-type(3n + 1) {
    clear: inherit;
}

#main .topicsList li.current {
    background: #21a937;
    color: #fff;
}

#main .topicsList li:before,
#main .topicsList li:after {
    content: none;
}

#main .topicsList li.current:after {
    content: ' ';
    height: 0 !important;
    position: absolute;
    width: 0 !important;
    border: 16px solid transparent !important;
    border-top: 12px solid #21a937 !important;
    top: 100% !important;
    left: 0 !important;
    right: 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
}*/

#main .worksList,
#main .blogList,
#main .eventList,
#main .voiceList {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-bottom: #ccc solid 1px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}



#main .voiceList {}

#main .worksList article,
#main .voiceList article,
#main .blogList article,
#main .eventList article,
#main .topicsBox ul li {
    width: 236px;
    float: left;
    margin: 20px 21px 0px 0 !important;
    padding: 0;
    position: relative;
    border-bottom: none;
    font-weight: bold;
    text-align: center;
    transition: ease 0.4s;
}

#main .worksList article:hover,
#main .voiceList article:hover,
#main .blogList article:hover,
#main .eventList article:hover,
#main .topicsBox ul li:hover {
    opacity: 0.7;
}

#main .worksList article:nth-child(3n),
#main .voiceList article:nth-child(3n),
#main .blogList article:nth-child(3n),
#main .eventList article:nth-child(3n),
#main .topicsBox ul li:nth-child(3n) {
    margin-right: 0 !important;
}

#main .worksList article:nth-child(3n + 1),
#main .voiceList article:nth-child(3n + 1),
#main .blogList article:nth-child(3n + 1),
#main .eventList article:nth-child(3n + 1) {
    clear: both;
}

#main .worksList article:nth-child(-n + 3),
#main .voiceList article:nth-child(-n + 3),
#main .blogList article:nth-child(-n + 3),
#main .eventList article:nth-child(-n + 3),
#main .topicsBox ul li:nth-child(-n + 3) {
    margin-top: 0 !important;
}

#main .worksList a,
#main .voiceList a,
#main .blogList a,
#main .eventList a,
#main .topicsBox ul li a {
    display: block;
    color: #1277c4;
}

#main .worksList .worksImg,
#main .voiceList .voiceImg,
#main .blogList .blogImg,
#main .eventList .blogImg,
#main .topicsBox ul li .mainThum {
    width: 236px;
    height: 183px;
    position: relative;
    overflow: hidden;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    zoom: 1;
}

#main .worksList .worksImg,
#main .topicsBox ul li .mainThum {
    margin-bottom: 0;
}

#main .worksList .worksImg img,
#main .voiceList .voiceImg img,
#main .blogList .blogImg img,
#main .eventList .blogImg img,
#main .topicsBox ul li .mainThum img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

#main .blogList .blogImg img,
#main .eventList .blogImg img {
    width: auto;
}


#main .worksList h3,
#main .worksList p,
#main .voiceList h3,
#main .voiceList p,
#main .blogList h3,
#main .blogList p,
#main .eventList h3,
#main .eventList .contTxt,
#main .topicsBox ul li p {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    color: #1277c4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}

#main .topicsBox ul li h3,
#main .worksList h3,
#main .voiceList h3,
#main .blogList h3,
#main .eventList h3 {
    font-size: 14px;
}

#main .worksList article .btn,
#main .voiceList article .btn,
#main .blogList article .btn,
#main .eventList article .btn,
#main .topicsBox ul li .btn {
    background: #673a1c;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;

    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
}

#main .worksList h3,
#main .voiceList h3 {
    margin: 0 0 5px 0;
}

/*#main .worksList .price {
    font-weight: bold;
    color: #ee0000;
}

#main .worksList .price span {
    display: inline-block;
    background: #ee0000;
    color: #FFF;
    border-radius: 3px;
    padding: 1px 5px 0 5px;
    margin-right: 8px;
}*/

#main .worksSummary p {}

/*#main .worksList .time,
#main .voiceList .time,
#main .blogList .time,
#main .eventList .time {
    color: #21a937;
    line-height: 1.4;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0px;
    height: auto;
}*/

#main .voiceBox {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

#main .voiceList h3 {
    font-size: 15px;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nocolumn #main .worksList article {
    margin: 20px 18px 0px 0 !important;
}

.nocolumn #main .worksList article:nth-child(3n+1) {
    clear: none;
}

.nocolumn #main .worksList article:nth-child(4n) {
    margin-right: 0 !important;
}

.nocolumn #main .worksList article:nth-child(-n+4) {
    margin-top: 0 !important;
}

.nocolumn #main .worksList article:nth-child(4n+1) {
    clear: both;
}

/*-------------------#first-----------------*/

#first #main .catchTtl {
    font-size: 37px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}

#first #main .catchTtl span {
    border-radius: 4px;
    background: #21a937;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}

#first #main .firstPoint h3 {
    font-size: 28px;
    padding: 0 7px;
    margin: 0 0 20px;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
}

#first #main .firstPoint h3 span {
    border-radius: 4px;
    background: #21a937;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 3px 10px;
    margin: 7px 10px 7px 0;
    line-height: 1.3;
}

#first #main .firstPoint h3 strong {
    color: #d00000;
}

/*
#first #main h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin-bottom: 30px;
}
#first #main h4:before,
#first #main h4:after {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    background: none;
    border-radius: 0;
}
#first #main h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
    opacity: inherit;
}
#first #main h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    top: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

#main .firstContents {
    position: relative;
    overflow: hidden;
}

#main .firstContents h4 {
    margin-top: 10px !important;
}

#main .firstContents section {
    margin-bottom: 0;
}

#main .firstContents h5 {
    margin: 0 0 15px;
}

#main .firstContents .deteriorationChk .checkLegend {
    border: none;
    padding: 0;
    margin: 0;
}

#main .firstContents .combnrList {
    margin-bottom: 40px;
}

#main .firstContents table {
    float: right;
    width: 385px;
}

#main .firstContents table th,
#main .firstContents table td {
    border-bottom: #fff solid 1px;
    border-left: #fff solid 1px;
}


#main .firstContents table td {
    padding: 11px 10px;
    text-align: right;
    background: #efefef;
}

#main .firstContents table th {
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    padding: 11px 10px;
    background: #1277c4;
    color: #fff;

}

#main .firstContents .btn {
    float: right;
}

#first #main table strong {
    color: #ee0000;
}

#first #main .choicePoint {
    padding: 0;
    margin: 0 0 40px;
}

#first #main .choicePoint li {
    list-style: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px !important;
}

#first #main .choicePoint li img {
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-left: 30px;
}

#first #main .choicePoint h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin-bottom: 15px;
}

#first #main .choicePoint h4:before,
#first #main .choicePoint h4:after {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    background: none;
    border-radius: 0;
}

#first #main .choicePoint h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
    opacity: inherit;
}

#first #main .choicePoint h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    top: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#first #main .flowWorks {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

#first #main .flowWorks img {
    float: right;
    margin: 0 0 20px 30px;
}

#first #main .flowWorks:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 100px solid transparent;
    border-top: 45px solid #1277c4;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
}

#first #main .flowComplete {
    padding-bottom: 0;
}

#first #main .flowComplete:after {
    content: none;
}

/*-------------------#showroom-----------------*/

#showroom article {
    border-bottom: none;
}

#main .featureBox {
    position: relative;
    overflow: hidden;
    background: #21a937;
    margin-bottom: 30px;
}

#main .featureBox p {
    margin-bottom: 0;
    display: inline-block;
}

#main .featureBox ul {
    padding: 10px;
    float: right;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

#main .featureBox ul li {
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#main .featureBox ul li:first-child {
    margin-top: 0;
}

#main .featureBox ul li:before,
#main .featureBox ul li:after {
    content: none;
}

#main .featureBox ul li p {
    font-size: 14px;
    line-height: 1.8;
    display: inline;
}

#main .featureBox ul li h4 {
    background: #e26a0f;
    color: #fff;
    font-size: 25px;
    padding: 0;
    height: 77px;
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 1;
    -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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .featureBox ul li h4:before,
#main .featureBox ul li h4:after {
    display: none;
}

#main ul.showroomDetail {
    position: relative;
    overflow: hidden;
}

#main ul.showroomDetail li {
    width: 480px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

#main ul.showroomDetail li:nth-child(2n) {
    float: right;
}

#main ul.showroomDetail li:before,
#main ul.showroomDetail li:after {
    display: none;
}

#main ul.showroomDetail li img {
    margin-bottom: 10px;
}

#main ol.showroomMerit {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #21a937;
    margin-bottom: 40px;
}

#main ol.showroomMerit li {
    width: 470px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
}

#main ol.showroomMerit li:nth-child(2n) {
    float: right;
}

#main ol.showroomMerit li:nth-child(-n + 2) {
    margin-top: 0;
}

#main ol.showroomMerit li:before,
#main ol.showroomMerit li:after {
    display: none;
}

#main ol.showroomMerit li h4 {
    padding: 0 0 0 160px;
    font-size: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

#main ol.showroomMerit li h4 img {
    position: absolute;
    left: -15px;
}

#main ol.showroomMerit li h4:before,
#main ol.showroomMerit li h4:after {
    content: none;
}

#main ol.showroomMerit li p {
    margin-bottom: 0;
}

#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:first-child {
    width: 200px;
    margin-left: 0;
}

#main ol.showroomStep li span {
    background: #21a937;
    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 h4 {
    background: -webkit-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -moz-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -o-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -ms-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: linear-gradient(90deg, #34bb0f 0%, #ffcc00 100%);
    margin: 0 50px 10px 0 !important;
    color: #fff !important;
    padding: 3px 10px 3px 50px;
    font-size: 15px;
}

#main ol.showroomStep li:first-child h4 {
    padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
    background: #ee0000;
}

#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 #ee0000;
}

#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;
    margin-bottom: 0;
}

#main ol.showroomStep li:first-child p {
    padding-left: 0;
}


/*-------------------#reason-----------------*/

/*
#reason .catchTtl {
}
#reason .catchTtl strong {
}
#reason #main h3 {
}*/


#reason #main .catchTtl {
    z-index: 10;
    padding: 10px 0 0;
    width: auto;
    margin: 0 auto 15px;
    color: #333;
    font-size: 43px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
}

#reason #main .catchTtl img {
    float: left;
    margin: -10px 10px 0 0;
}

#reason #main h3 span {
    background: #e26a0f;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 10px 5px 0;
}

#reason #main h3 strong {
    color: #ee0000;
}

/*
#reason #main h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin: 0 0 30px;
}
#reason #main h4:before,
#reason #main h4:after {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    border-radius: 0;
    background: none;
}
#reason #main h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
    opacity: inherit;
}
#reason #main h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    top: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

#reason #main h4 strong {
    text-decoration: underline;
}

#main .reasonDetail {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#main .reasonDetail li {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    list-style: none;
}

#main .reasonDetail li:before,
#main .reasonDetail li:after {
    content: none;
}

#main .reasonDetail li:last-of-type {
    margin-bottom: 0;
}

#main .reasonDetail h3 {
    margin-bottom: 20px;
    font-size: 37px;
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    padding: 0 0 0 85px;
    line-height: 1.1;
    min-height: 75px;
}

#main .reasonDetail h3 img {
    position: absolute;
    left: 0;
}

#main .reasonDetail h3 span {
    border-radius: 4px;
    background: #1277c4 !important;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1;
}

#main .reasonDetail h3 strong {
    color: #ee0000;
}

#main .reasonDetail .overflowH {}

#main .reasonDetail .alignleft {
    margin: 0 30px 0 0;
}

#main .reasonDetail .alignright {
    margin: 0 0 0 30px;
}

#main .reasonDetail p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
}

#main .reasonDetail img {
    margin-bottom: 20px;
}


#main .reasonDetail li p:last-child {
    margin-bottom: 0;
}

#main .reasonDetail .btn {
    float: right;
}

/*-------------------#staff-----------------*/

#staff #main .staffList li {
    padding: 0;
    margin: 0 20px 30px 0;
    position: relative;
    overflow: hidden;
    width: 236px;
    float: left;
    text-align: center;
}

#staff #main .staffList li a {
    text-decoration: none;
    color: #333;
}

#staff #main .staffList li:nth-child(3n) {
    margin-right: 0;
}

#staff #main .staffList li:before,
#staff #main .staffList li:after {
    content: none;
}

#staff #main .staffPhoto {
    width: 236px;
    height: 257px;
    overflow: hidden;
    position: relative;
    display: block;
}

#staff #main .staffPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#staff #main .staffList li .positionTxt {
    display: block;
    margin: 5px 0;
    line-height: 1;
}

#staff #main .staffList li .positionTxt span,
#staff #main .staffProf .profileDetail .positionTxt span {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

#staff #main .staffList li .staffName,
#staff #main .staffProf .profileDetail .staffName {
    color: #333;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
    color: #1277c4;
    font-size: 15px;
    display: block;
}

#staff #main .staffList li .btnDetail {

    padding: 0 10px !important;
}

body#staff.nocolumn {
    min-width: 0;
}

#staff #main .staffProf {
    padding: 20px;
    position: relative;
    overflow: hidden;
}



#staff #main .staffProf .floatL {
    margin-right: 40px;
}

#staff #main .staffProf .staffPhoto {
    width: 240px;
    height: 290px;
    margin-bottom: 20px;
}

#staff #main .staffProf .profileDetail {
    overflow: hidden;
}

#staff #main .staffProf .profileDetail .positionTxt {
    margin-bottom: 5px;
    font-size: 12px;
}

#staff #main .staffProf .profileDetail .positionTxt span {
    color: #fff;
    background: #e26a0f;
    border-radius: 4px;
    padding: 0 5px;
}

#staff #main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
    background: #21a937;
    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;
}

#main .staffBtn {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

#main .staffBtn li {
    padding: 0;
    text-align: center;
    display: inline-block;
}

#main .staffBtn li:before,
#main .staffBtn li:after {
    content: none;
}


#staff #main .staffListOc li {
    padding-left: 0;
}

#staff #main .staffListOc li:before,
#staff #main .staffListOc li:after {
    content: none;
}

#staff #main .staffListOc li .staffProf {
    padding: 0;
}

#staff #main .staffListOc li .staffProf .profName {
    display: flex;
    margin-bottom: 10px;
    border-bottom: solid 5px #21a937;
}

#staff #main .staffListOc>li {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    border-bottom: #333 dotted 1px;
}

#main .staffWb {
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .staffWb article {
    width: 32%;
    /* width: calc(33% - 5px); */
    margin: 0 2% 0 0;
    position: relative;
    padding: 0;
}

#main .staffWb article:nth-child(3n) {
    margin-right: 0;
}

#main .staffWb article:nth-child(n + 4) {
    margin-top: 10px;
}



#main .staffWb a {
    display: block;
    text-decoration: none !important;
}




#main .staffWb .mainThumb {
    width: 236px;
    height: 183px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #ccc solid 1px;
    background: #fff;
    margin: 0 0 20px 0;
}

#main .staffWb .mainThumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    display: inline-block;
}

#staff #main .worksSummary {
    text-align: center;
}

#staff #main .worksSummary .btn {
    background: #673a1c;
    box-shadow: 0px 2px 0px 0px rgb(255 255 255 / 30%) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(255 255 255 / 30%) inset;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 10px;
    line-height: 1.4;
}

#main h2.staffH {
    margin: 20px auto 30px;
}

/*-------------------#colorsimulation-----------------*/

/*
#colorsimulation #main h3 {
    background: #fff;
    border-bottom: #333 dotted 1px;
    font-size: 20px;
    padding: 0;
    margin: 30px 0 20px;
}
#colorsimulation #main h3 span {
    border-radius: 4px;
    background: #21a937;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 15px 10px 15px 0;
}
#colorsimulation #main .inner h3:first-of-type {
    margin-top: 0;
}
#colorsimulation #main dl {
    position: relative;
    overflow: hidden;
}
#colorsimulation #main dl dt {
    width: 245px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
#colorsimulation #main dl dt .balloonTxt {
    background: #005d9e;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    padding: 10px 12px;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
#colorsimulation #main dl dt .balloonTxt:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 8px solid transparent;
    border-top: #005d9e 10px solid;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
#colorsimulation #main dl dd {
    overflow: hidden;
}
#colorsimulation #main dl dd ul {
    position: relative;
    overflow: hidden;
}
#colorsimulation #main dl dd ul li {
    background: none;
    padding: 0;
    position: relative;
    float: left;
}
#colorsimulation #main dl dd ul li.before {
    margin-right: 40px;
}
#colorsimulation #main dl dd ul li.before:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    border-left: #21a937 solid 25px;
    left: 103%;
    top: 50%;
    margin-top: -30px;
}
#colorsimulation #main dl dd ul li.after img {
    margin-left: 10px;
}
#colorsimulation #main dl dd ul li.after img:first-child {
    margin-left: 0;
}*/

#main ol.colorStep {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#main ol.colorStep li {
    background: none;
    border: #21a937 solid 3px;
    border-radius: 5px;
    width: 182px;
    text-align: center;
    float: left;
    list-style: none;
    margin: 0 15px 0 0;
}

#main ol.colorStep li:last-child {
    margin-right: 0;
}

#main ol.colorStep li span {
    background: #21a937;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
}

#main ol.colorStep li h4 {
    font-size: 14px;
    padding: 0 5px;
    margin: 10px 0 5px;
    text-align: left;
}

#main ol.colorStep li h4:before,
#main ol.colorStep li h4:after {
    display: none;
}

#main ol.colorStep li p {
    font-size: 12px;
    padding: 0 5px;
    text-align: left;
    margin: 5px 0;
}

#colorsimulation #main .campaignArw {
    background: #ee0000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin: 20px 165px 50px 0;
    position: relative;
}

#colorsimulation #main .campaignArw:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    border-left: #ee0000 solid 48px;
    left: 100%;
    top: 50%;
    margin-top: -30px;
}

#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 60px 0 0;
    float: left;
}

#main .colorSample li span:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-left: #1277c4 solid 25px;
    left: 105%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*-------------------#rainleaking#diagnosis-----------------*/

#rainleaking #main h2.arrowTtl {
    margin-bottom: 50px;
    border-bottom: #ffff00 solid 10px;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#rainleaking #main .catchTxt {
    /*    font-size: 20px;
    line-height: 1;*/
}

#rainleaking #main .ranking {
    padding: 0;
    margin: 20px 0 30px;
}

#rainleaking #main .ranking li {
    list-style: none;
    font-size: 25px;
    font-weight: bold;
    color: #ee0000;
    margin: 0;
}

#rainleaking #main .catchTtl {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

#main .rainrepairChoose {}

#main .rainrepairChoose h2 {
    color: #333;
    font-size: 52px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-color: #e26a0f;
    border-style: solid;
    border-width: 9px 0 0 0;
    border-image: url(./img/common/bg_border.png) 9 9 round;
    padding-top: 15px;
}

#main .rainrepairChoose h2 span {
    font-size: 24px;
    margin: 0 0 10px;
    display: table;
    background: #1277c4;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

#main .rainrepairChoose h2 strong {
    color: #ee0000;
}

#main .rainrepairService h2 {
    display: block;
    font-size: 60px;
    background: #175abf;
    padding: 5px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#main .rainrepairService {
    /*margin-bottom: 45px;*/
}

#main .rainrepairService>ul {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

#main .rainrepairService>ul>li {
    display: block;
    position: relative;
    overflow: hidden;
    background: rgba(241, 124, 45, 0.2);
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .rainrepairService>ul>li:before,
#main .rainrepairService>ul>li:after {
    content: none;
}

#main .rainrepairService>ul>li.shortList {
    width: 495px;
    float: left;
}

#main .rainrepairService>ul>li.shortList:nth-child(2n+1) {
    float: right;
}

#main .rainrepairService>ul li:nth-last-child(2) {}


#main .rainrepairService li h3 {
    margin-bottom: 10px;
    padding: 2px 10px;
    position: relative;
    color: #FFF;
    font-size: 24px;
    background-color: #21a937;
}

#main .rainrepairService li>p {
    margin-bottom: 10px;
    font-size: 15px;
}

#main .rainrepairService li .serviceType {
    background: #fff;
    position: relative;
    overflow: hidden;

}

#main .rainrepairService li .serviceType.floatL,
#main .rainrepairService li .serviceType.floatR {
    width: 475px;
}


#main .rainrepairService li .serviceType img {
    float: left;
    /* border-right: 1px solid #FFF;*/
}

#main .rainrepairService li .serviceType h4 {
    background: #333;
    color: #fff;
    font-size: 35px;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #FFF;
    padding: 5px;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: center;
    /*--- IE10 ---*/
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    justify-content: center;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
    clear: none;
    margin: 0 0 10px;
}

/*
#main .rainrepairService li .serviceType.floatL h4,
#main .rainrepairService li .serviceType.floatR h4{
    margin-bottom: 10px;
}
*/

#main .rainrepairService li.shortList .serviceType h4 {
    margin-bottom: 10px;
    font-size: 26px;
}

#main .rainrepairService li .serviceType h4 strong {
    /*    line-height: 1.2;*/
}

#main .rainrepairService li .serviceType h4 span {
    font-size: 28px;
    margin-left: 5px;
    /*    line-height: 1.2;
    display: block;*/
}

#main .rainrepairService li .serviceType h4:before,
#main .rainrepairService li .serviceType h4:after {
    content: none;
}

#main .rainrepairService li .serviceType p {
    margin-bottom: 0;
}

#main .rainrepairService li .serviceType .price {
    color: #ee0000;
    font-size: 76px;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    font-family: 'Impact', Gadget, sans-serif !important;
    text-align: right;
    line-height: 1.1;
}

#main .rainrepairService li .serviceType.floatL .price,
#main .rainrepairService li .serviceType.floatR .price,
#main .rainrepairService li.shortList .serviceType .price {
    font-size: 45px;
}

#main .rainrepairService li .serviceType .price span {
    font-size: 40px;
    font-family: 'Impact', Gadget, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .rainrepairService li .serviceType.floatL .price span,
#main .rainrepairService li .serviceType.floatR .price span,
#main .rainrepairService li.shortList .serviceType .price span {
    font-size: 25px;
}

#main .rainrepairService li .serviceType .price .tax {
    color: #333;
    display: inline-block;
    text-align: right;
    font-size: 30px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .rainrepairService li .serviceType.floatL .price .tax,
#main .rainrepairService li .serviceType.floatR .price .tax,
#main .rainrepairService li.shortList .serviceType .price .tax {
    font-size: 20px;
    display: block;
}



/*
#main .rainAnswer {
    position: relative;
    overflow: hidden;
}

#main .rainAnswer h3 {
    background: #1277c4;
    border-top: none;
    color: #fff;
    font-size: 25px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.2;
    padding: 0;
}

#main .rainAnswer h3 span {
    background: #fff;
    color: #1277c4;
    margin: 10px;
    display: inline-block;
    padding: 5px 10px;
}

#main .rainAnswer h3 strong {
    color: #ee0000;
}

#main .rainAnswer img {
    float: right;
    margin: 75px 0 0 30px;
}

#main .ansList {
    position: relative;
    overflow: hidden;
}

#main .ansList li {
    font-size: 15px;
    float: left;
    margin: 0 10px 10px 0;
    width: 32%;
    width: calc( 33% - 5px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#main .ansList li:nth-child(3n) {
    margin-right: 0;
}

#main .ansList li:before,
#main .ansList li:after,
#main .ansList li h4:before,
#main .ansList li h4:after {
    content: none;
}

#main .ansList li h4 {
    background: #21a937;
    padding: 7px 10px;
    color: #fff;
    margin-bottom: 0;
}

#main .ansList li p {
    background: #fffeee;
    border: #ccc solid 1px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px;
}
*/


#main .ttlCaution {
    background: #21a937;
    box-shadow: none;
    border-top: none;
    margin: 0 auto 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

#main .warningChk {
    padding: 20px;
    background: #fffeee;
}

#main .warningChk h5 {
    margin: 0 0 10px;
    background: #ee0000;
}

#main .warningChk img {
    margin-right: 30px;
}

#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: #21a937;
}

#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);
}


#main .diagnosisPoint {}

#main .troubleBox h2,
#main .diagnosisPoint h2 {
    color: #333;
    font-size: 31px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-color: #e26a0f;
    border-style: solid;
    border-width: 9px 0 0 0;
    border-image: url(./img/common/bg_border.png) 9 9 round;
    padding-top: 15px;
}

#main .troubleBox h2 span,
#main .diagnosisPoint h2 span {
    font-size: 31px;
    display: block;
}

#main .troubleBox h2 span.txtL,
#main .diagnosisPoint h2 span.txtL {
    font-size: 43px;
    display: block;
}

#main .troubleBox h2 strong,
#main .diagnosisPoint h2 strong {
    color: #ee0000;
}

#main .troubleBox h2 img,
#main .diagnosisPoint h2 img {
    float: left;
    margin: 0 10px 0 0;
}

#main .troubleBox .floatL {
    margin-right: 50px;
}

#main .troubleBox .floatL img {
    margin-bottom: 10px;
}

#main .troubleBox .catchTxt {
    font-size: 24px;
    clear: both;
}

#rainleaking #main .troubleBox .catchTxt {
    font-size: 18px;
    line-height: 1.5;
}

#main .troubleBox h5 {
    margin: 0 0 10px;
}

#rainleaking #main .troubleBox h5 {
    margin: 0 0 20px;
    font-size: 30px;
}

#main .troubleBox h6:before {
    background: #21a937;
}

#main .troubleBox ul {}

#main .troubleBox ul li {
    background: none;
    padding: 0;
}

#main .troubleBox ul li:before,
#main .troubleBox ul li:after {
    content: none;
}

#main .troubleBox ul li p {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 0;
}

#main .troubleBox ul li h6 {
    margin: 10px 0 0 0;
}

#main .troubleBox ul li h6:before {
    background: #21a937;
}


#main .diagnosisPoint ol {
    margin: 0;
    padding: 0;
}

#main .diagnosisPoint li {
    position: relative;
    overflow: hidden;
    line-height: inherit;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: #333 dashed 1px;
}

#diagnosis #main .diagnosisPoint li h3 {
    position: relative;
    color: #333;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#rainleaking #main .diagnosisPoint h3 {
    padding: 10px 0 0;
    color: #333;
    font-size: 51px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border: none;
    background: none;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}

#main .diagnosisPoint h3 img {
    float: left;
    margin: -5px 10px 0 0;
}

#main .diagnosisPoint h3 strong {
    color: #ee0000;
}

#diagnosis #main .diagnosisPoint h3 span {
    border-radius: 4px;
    background: #e26a0f;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 10px 5px 0;
    line-height: 1.3;
    float: left;
}

#main .diagnosisPoint li h4 {
    display: inline-block;
    margin-top: 0;
}

#diagnosis #main .diagnosisPoint li img {
    float: right;
    margin-left: 30px;
}

#main .diagnosisPoint .alignleft {
    margin: 0 40px 0 0;
}

#main .diagnosisPoint .alignleft img {
    margin-bottom: 20px;
}





#diagnosis #main .deteriorationChk h2 {
    margin: 0 auto 15px;
    color: #333;
    font-size: 50px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
    padding: 0;
}

#diagnosis #main .deteriorationChk h2 span {
    font-size: 34px;
    display: block;
    margin: 0;
}

#diagnosis #main .deteriorationChk .checkLegend h3 .imgLayer {
    bottom: 20px;
    /* top: 10px; */
    width: 45px;
    left: 0;
    right: 0;
    margin: auto;
}

#diagnosis #main .deteriorationChk .checkLegend ul {
    padding: 15px 10px 45px 0;
    background: url(./img/common/checkLegend_arw02.png) no-repeat center bottom;
    margin: -5px 0 0;
}


.nocolumn #main .photoUL li {
    text-align: center;
    width: 316px;
    height: 206px;
    margin-right: 25px;
}

.nocolumn #main .photoUL li:nth-child(3n) {
    margin-right: 0;
}

.nocolumn #main .photoUL li:nth-child(3n + 1) {
    clear: none;
}

.nocolumn #main .photoUL li:nth-child(4n) {
    margin-right: 0;
}

.nocolumn #main .photoUL li:nth-child(4n + 1) {
    clear: both;
}

.nocolumn #main .photoUL li img {
    margin: 0;
    float: none;
}

#main .exMenu {
    position: relative;
    overflow: hidden;
    clear: both;
}

#main .exMenu li {
    background: #fffddd;
    width: 490px;
    float: left;
    color: #e82c2c;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#main .exMenu li:nth-child(2n) {
    float: right;
}

#main .exMenu li h5 {
    background: #1277c4;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    float: left;
    margin: 0;
    border-radius: 0;
    width: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 1.8;
}

#main .exMenu li p {
    font-size: 28px;
    margin-bottom: 0;
}

#main .exMenu li:before,
#main .exMenu li:after {
    content: none;
}

#main .sealingBox .exMenu li {
    width: 700px;
}


/*-------------------#siding-----------------*/

#siding #main .sidingProblem {
    background: #5b3613;
    box-shadow: none;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 50px;
}

#siding #main .sidingProblem:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 45px solid transparent;
    border-top: #5b3613 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -45px;
    border-radius: 0;
}

#siding #main .sidingProblem h2 {
    padding: 0;
    font-size: 35px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    border-top: none;
    margin: 0;
    width: auto;
    background: none;
    font-weight: normal;
}

#siding #main .sidingProblem h2:after {
    display: none;
}

#siding #main .sidingProblem ul {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#siding #main .sidingProblem ul li {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 316px;
}

#siding #main .sidingProblem ul li h4 {
    position: absolute;
    bottom: 10px;
    margin: 0 10px;
    display: block;
    width: 90%;
    width: calc(100% - 20px);
    color: #fff;
    border-radius: 4px;
    background: #21a937;
    text-align: center;
    padding: 0;
}

#siding #main .sidingProblem ul li h4:before,
#siding #main .sidingProblem ul li h4:after {
    display: none;
}

#siding #main .sidingProblem ul li img {
    margin: 0;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
}

#siding #main .catchTtl {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
}

#siding #main .catchTtl strong {
    color: #ee0000;
}

#siding #main .sidingFeature h3 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
}

#siding #main .sidingFeature h3 span {
    border-radius: 4px;
    background: #21a937;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 10px;
}

#siding #main .sidingFeature .alignright {
    margin-left: 30px;
}

/*
#siding #main .sidingFeature h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin-bottom: 30px;
}
#siding #main .sidingFeature h4:before,
#siding #main .sidingFeature h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    background: none;
    border-radius: 0;
}
#siding #main .sidingFeature h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1277c4;
    opacity: inherit;
}
#siding #main .sidingFeature h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

#siding #main .sidingFeature h4.normal {
    font-size: 18px;
    padding: 0 0 0 50px;
    margin: 0;
    position: relative;
    background: none;
}

#siding #main .sidingFeature h4.normal:before,
#siding #main .sidingFeature h4.normal:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    font-size: 30px;
    line-height: 1.0;
    background: #21a937;
    width: 20px;
    height: 20px;
    border: none;
    transform: none;
}

#siding #main .sidingFeature h4.normal:before {
    left: 0;
    opacity: 0.5;
}

#siding #main .sidingFeature h4.normal:after {
    left: 23px;
}

/*-------------------#menu-----------------*/

#main .wallPartsBox {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

#main .wallPartsBox .floatL {
    width: 330px;
}

#main .wallPartsBox .floatR {
    width: 640px;
    text-align: center;
}

#main .wallPartsBox h2.catchTtl {
    font-size: 39px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: bold;
    background: none;
    color: #333;
    padding: 0;
}

#main .wallPartsBox h2.catchTtl span {
    font-size: 39px;
    margin: 0;
}

#main .wallPartsBox h2.catchTtl strong {
    color: #1277c4;
}

#main .wallPartsBox h2.catchTtl .txtL {
    font-size: 92px;
    color: #ee0000;
    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;
    position: relative;
    overflow: hidden;
}

#main .wallPartsBox h2.catchTtl .txtL span {
    border-radius: 50%;
    background: #ee0000;
    color: #fff;
    font-size: 92px;
    width: 120px;
    height: 120px;
    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;
    padding-top: 10px;
    float: left;
}

#main .wallPartsBox p.txts {
    font-size: 14px;
    font-weight: bold;
}

#main .wallPartsBox h4 {
    background: #1277c4;
    color: #fff;
    padding: 0;
    margin: 0 0 0;
    padding: 5px 0;
    text-align: center;
}

#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: 30px 0;
}

#main h2.menuCatch:after {
    background: #fed900;
    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 .itemBox {}

#main .itemBox h3 {
    background: none;
    border: none;
    display: inline-block;
    float: left;
    width: 740px;
    margin: 0;
}

#main .itemBox h4 {
    font-size: 20px;
    display: inline-block;
    float: left;
    width: 700px;
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemImg {
    width: 245px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    float: right;
    margin-left: 20px;
}

#main .itemImg img {
    width: 100%;
    height: auto;
}

#main .itemSummery {
    width: 700px;
    float: left;
    position: relative;
}

#main .itemSummery .leadTxt p {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#main .itemSummery .leadTxt .imgIco {
    left: 100%;
    top: -20px;
    position: absolute;
    width: 136px;
    height: auto;
}

#main .itemSummery ul {
    position: relative;
    overflow: hidden;
}

#main .itemSummery ul li {
    background: none;
    padding: 0;
    width: 48%;
    text-align: center;
    font-weight: bold;
    margin: 0 10px 0 0;
    float: left;
}

#main .itemSummery ul li:before,
#main .itemSummery ul li:after {
    content: none;
}

#main .itemSummery ul li h5 {
    display: block;
    border-radius: 0;
    font-size: 20px;
    margin: 0;
    background: #21a937;
    float: left;
    padding: 15px 15px;
}

#main .itemSummery ul li.itemFeature {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-right: 0;
}

#main .itemSummery ul li p {
    font-size: 20px;
    margin: 0;
    padding: 14px 10px;
    background: #fffeee;
    border: #ccc solid 1px;
    line-height: 1.5;
}

#main .itemSummery ul li.itemFeature p {
    text-align: left;
    font-size: 18px;
}

#main .itemData {
    clear: both;
    margin-top: 20px;
    background: #1277c4;
    padding: 15px;
}

#main .itemData h4 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    display: block;
    float: none;
}

#main .itemData h4:before,
#main .itemData h4:after {
    display: none;
}

#main .itemData ul {
    position: relative;
    overflow: hidden;
    margin: 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#main .itemData ul li {
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px 50px;
    margin: 0 15px 0 0;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#main .itemData ul li:before,
#main .itemData ul li:after {
    content: none;
}

#main .itemData ul li:nth-child(3n) {
    margin-right: 0;
}

#main .itemData ul li h5 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #21a937;
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
    padding: 3px;
    -webkit-box-sizing: kg;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemData ul li img {}

/*-------------------#faq-----------------*/

#main .faqList {
    margin-bottom: 30px;
}

#main .faqList li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#main .faqList li a:hover {
    color: #1277c4;
    text-decoration: underline;
}

#main .archiveFaq ul li {
    background: #21a937;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: relative;
    margin: 5px 0 30px;
    padding: 4px;
}

#main .archiveFaq ul li:before,
#main .archiveFaq ul li:after {
    content: none;
}

#main .archiveFaq h3 {
    padding: 5px 0 7px 75px;
    margin-bottom: 0px;
    border-top: none;
    background: none;
    font-size: 24px;
    color: #fff;
}

#main .archiveFaq h3:before {
    background: #1277c4;
    border: #fff solid 3px;
    border-radius: 50%;
    content: "Q";
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 56px;
    height: 56px;
    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;
    z-index: 10;
}

#main .archiveFaq p {
    background: #fff;
    padding: 20px 20px 20px 100px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
}

#main .archiveFaq p:before {
    background: #ee0000;
    border-radius: 5px;
    content: "A";
    color: #f49998;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 1;
}

#main article.answer {
    border: solid 1px #89bf14;
    padding: 10px;
    background-color: #fffeee;
}

#main article.answer p {
    margin-bottom: 0;
}

/*-------------------#contact-----------------*/

#contact #main .msgPhoto,
#diagnosis #main .msgPhoto,
#rainleaking #main .msgPhoto,
#apartment #main .msgPhoto {
    margin-left: 50px;
}

#contact #main .msgTxt,
#diagnosis #main .msgTxt,
#rainleaking #main .msgTxt,
#apartment #main .msgTxt {
    width: auto;
    overflow: hidden;
    float: none;
    position: relative;
    display: block
}

#contact #main .msgTxt p,
#diagnosis #main .msgTxt p,
#rainleaking #main .msgTxt p,
#apartment #main .msgTxt p {
    font-size: 16px;
}


#contact #main .msgTxt h3 br,
#diagnosis #main .msgTxt h3 br,
#rainleaking #main .msgTxt h3 br {
    display: none;
}

/*#contact #main .msgTxt h4 {
    font-size: 24px;
}
#contact #main .msgTxt h4:before,
#contact #main .msgTxt h4:after {
    top: 5px;
}
#contact #main .msgTxt strong {
    background: #faff7e;
    display: inline-block;
    font-weight: normal;
}*/

#contact #main .msgTxt .catchTtl,
#diagnosis #main .msgTxt .catchTtl,
#rainleaking #main .msgTxt .catchTtl,
#apartment #main .msgTxt .catchTtl {
    font-size: 33px;
    font-weight: bold;
}

#contact #main .msgTxt .catchTtl span,
#diagnosis #main .msgTxt .catchTtl span,
#rainleaking #main .msgTxt .catchTtl span,
#apartment #main .msgTxt .catchTtl span {
    background: #1277c4;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-right: 5px;
    display: inline-block;
    padding: 0 10px;
}

#contact #main .msgTxt .catchTtl strong,
#diagnosis #main .msgTxt.catchTtl strong,
#rainleaking #main .msgTxt .catchTtl strong,
#apartment #main .msgTxt .catchTtl strong {
    color: #ee0000;
}

#contact #main .msgTxt .catchTxt,
#diagnosis #main .msgTxt .catchTxt,
#rainleaking #main .msgTxt .catchTxt,
#apartment #main .msgTxt .catchTxt {
    border-radius: 5px;
    background-color: #21a937;
    width: 500px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#contact #main .msgTxt .tel,
#diagnosis #main .msgTxt .tel,
#rainleaking #main .msgTxt .tel,
#apartment #main .msgTxt .tel {
    font-size: 16px;
}

#diagnosis #main .msgTxt .tel span,
#rainleaking #main .msgTxt .tel span,
#apartment #main .msgTxt .tel span {
    /*    background: url(./img/common/ico_fd04.png) no-repeat left bottom;
    color: #ee0000;
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    padding-left: 60px;
    display: block;*/
}




#contact #main .floatL {
    position: relative;
    overflow: hidden;
    width: 380px;
    margin-right: 20px;
}

#contact #main .floatL .catchTtl {
    border-radius: 50%;
    background-color: #ee0000;
    width: 210px;
    height: 210px;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

#contact #main .floatL .catchTtl strong {
    color: #fff000;
    font-size: 28px;
    display: block;
}

#contact #main .floatL .imgLayer {
    right: 0;
    bottom: 0;
    z-index: 0;
}

#main .campaignBox h4 {
    font-size: 25px;
    padding: 0;
}

#main .campaignBox h4:before,
#main .campaignBox h4:after {
    content: none;
}

#main .estimateFlow ol {
    position: relative;
    overflow: hidden;
    counter-reset: flow;
    padding: 0;
    margin: 0;
}

#main .estimateFlow ol li {
    list-style: none;
    counter-increment: flow;
    position: relative;
    width: 152px;
    float: left;
    margin: 15px 17px 52px 0;
}

#main .estimateFlow ol li:last-child {
    margin-right: 0 !important;
}

#main .estimateFlow ol li:before,
#main .estimateFlow ol li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .estimateFlow ol li:before {
    left: -8px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 17px solid transparent;
    border-left: 20px solid #21a937;
}

#main .estimateFlow ol li:after {
    right: -10px;
    height: 16px;
    border-left: 20px solid #21a937;
}

#main .estimateFlow ol li:first-child:before,
#main .estimateFlow ol li:last-child:after {
    content: none;
}

#main .estimateFlow ol li h4 {
    background: #1277c4;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

#main .estimateFlow ol li h4:before {
    background: #e26a0f;
    content: counter(flow);
    font-size: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    opacity: inherit;
    position: absolute;
    top: -178px;
    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 .estimateFlow ol li h4:after {
    content: none !important;
}

#main .estimateFlow ol li p {
    margin-bottom: 0;
}

#main .areaInfo {}

#main .areaInfo h3 {}

#main .areaInfo p {
    font-size: 18px;
    line-height: 1.4;
}

#main .areaInfo p span {
    font-size: 12px;
}

/*-------------comSealing-------------*/
#main .sealingBox {}

#main #sealingAuton .sealingBox .imgL30 {}

#main #sealingAuton .sealingBox .imgL30 img {
    width: 216px;
    height: auto;
}

#main #sealingAuton .sealingBox .imgL30 img:nth-of-type(2n) {}

#main #sealingAuton .sealingBox .itemSummery {
    width: 450px;
}

#main #sealingAuton .sealingBox .exMenu li {
    width: 100%;
}

/*---------------------#factoryCase------------*/
#main .factoryCase {}

#main .factoryCase ul {
    counter-reset: factcase;
}

#main .factoryCase ul li {
    counter-increment: factcase;
    padding: 25px 0 0;
}

#main .factoryCase ul li h3 {
    position: relative;
    font-size: 45px;
    border: none;
    background: none;
    padding: 0;
    padding-left: 130px;
}

#main .factoryCase ul li h3:before {
    content: "CASE\A" counter(factcase, decimal-leading-zero);
    white-space: pre;
    background: #21a937;
    border: #8ec459 solid 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 30px;
    font-weight: normal;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main .factoryCase ul li:before,
#main .factoryCase ul li:after {
    content: none;
}

#main .factoryCase ul li img {
    display: block;
    margin: 0 auto;
    border: #fff solid 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .factoryCase ul li .beforeBox {
    position: relative;
    margin-bottom: 50px;
}

#main .factoryCase ul li .beforeBox:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 80px solid transparent;
    border-top: #fff500 solid 45px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#factory #main .warryBox {
    margin-bottom: 0;
}

#factory #main article img.alignleft,
#factory #main article img.alignright {
    background: #fff;
    padding: 15px 0 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.astecBox {
    float: left;
    margin-right: 15px;
    width: 360px;
}

#corporate figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#corporate figure ul {
    position: relative;
    overflow: hidden;
}

#corporate figure li {
    float: left;
    margin-bottom: 15px;
    padding: 0;
}

#corporate figure li:nth-child(2n) {
    float: right;
}

#corporate figure li:before,
#corporate figure li::after {
    content: none;
}

#corporate figure ul.figureList {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    justify-content: center;
}

#corporate figure ul.figureList li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#corporate figure ul.yokoList li {
    width: 49%;
    margin: 0 2% 0 0;
}

#corporate figure ul.yokoList li:nth-of-type(2n),
#corporate figure ul.tateList li:nth-of-type(4n) {
    margin-right: 0;
}

#corporate figure ul.yokoList li:nth-of-type(n + 3),
#corporate figure ul.tateList li:nth-of-type(n + 5) {
    margin-top: 10px;
}

#corporate figure ul.tateList li {
    width: 23.5%;
    margin: 0 2% 0 0;
}

/* ボタンの光沢 */
.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;
    }
}

/* ===== 20200331 追記 ===== */

/*header .hdrLogo::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 100px;
    background: url(./img/common/logo_charactor01.png) no-repeat center center / cover;
    z-index: -1;
    right: -70px;
    bottom: -20px;
}*/

footer .footerBnr {
    margin-bottom: 30px;
}

footer .footerBnr ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

footer .footerBnr .footerBnr-shop {
    margin-bottom: 10px;
}

footer .footerBnr ul li:nth-of-type(n + 2) {
    margin-left: 10px;
}

footer .footerBnr ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
}

footer .footerBnr ul li a img {
    max-height: 50px;
    width: auto;
}

/* ===== 20200519 追記 ===== */
footer .footerCom h6 {
    font-size: 14px;
}

/* ===== cheeringplan 追記 ===== */
#cheeringplan #main h2.fullWidth {
    background: #1277c4;
    font-size: 40px !important;
    font-weight: bold;
    padding: 25px 0 !important;
}

#cheeringplan #main h2.arrowTtl {
    border-bottom: #1277c4 solid 10px;
}

#cheeringplan #main h2.arrowTtl:after {
    border-top: #1277c4 solid 40px;
}


#cheeringplan .catchTxt {
    font-size: 43px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 70px;
    position: relative;
}

#cheeringplan .catchTxt strong {
    color: #ee0000;
}

#cheeringplan .catchTxt .txtL {
    font-size: 80px;
}

#cheeringplan .catchTxt::before,
#cheeringplan .catchTxt::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #333;
    top: 0;
}

#cheeringplan .catchTxt::before {
    left: 60px;
    transform: rotate(-30deg);
}

#cheeringplan .catchTxt:after {
    right: 60px;
    transform: rotate(30deg);
}

#main .contactTel p.catchTxt,
.nocolumn #main .contactBox .catchTxt {
    text-align: left;
    line-height: 1.8;
}

#main .contactTel p.catchTxt {
    padding: 0;
}

#main .contactTel p.catchTxt:before,
#main .contactTel p.catchTxt:after,
.nocolumn #main .contactBox .catchTxt:before,
.nocolumn #main .contactBox .catchTxt:after {
    content: none;
}

#main .meritDetail {
    background: #e26a0f;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0;
    position: relative;
}

#main .meritDetail .inBox {
    background: #fff;
    padding: 30px 25px;
}

#main .meritDetail h3 {
    background: rgba(0, 0, 0, 0.47);
    color: #fff;
    font-size: 48px;
    margin: 0 0 30px;
    padding: 20px 25px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    border: none;
}

#main .meritDetail h3 span {
    font-size: 30px;
}

#main .meritDetail h3 .texts {
    display: block;
    font-size: 20px;
}

#main .meritDetail h3:before {
    display: none;
}

#main .meritDetail h3:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: rgba(0, 0, 0, 0.47) solid 25px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
    background: none;
}


#main .meritCheer {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#main .meritCheer li {
    width: calc(25% - 15px);
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#main .meritCheer li:before,
#main .meritCheer li:after {
    content: none;
}

#main .meritCheer li i {
    font-size: 50px;
    display: block;
    margin: 0 auto;
    border: #e26a0f solid 6px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #e26a0f;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .meritCheer li span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    background: #e26a0f;
    color: #fff;
    padding: 10px 5px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}


#main .meritCheer li span:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top: #e26a0f solid 20px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    background: none;
}

#main .meritCheer li:nth-child(2) i {
    color: #0c8ed1;
    border: #0c8ed1 solid 6px;
}

#main .meritCheer li:nth-child(3) i {
    color: #47b233;
    border: #47b233 solid 6px;
}

#main .meritCheer li:nth-child(4) i {
    color: #d93336;
    border: #d93336 solid 6px;
}

#main .meritCheer li:nth-child(2) span {
    background: #0c8ed1;
}

#main .meritCheer li:nth-child(3) span {
    background: #47b233;
}

#main .meritCheer li:nth-child(4) span {
    background: #d93336;
}

#main .meritCheer li:nth-child(2) span:after {
    border-top: #0c8ed1 solid 20px;
}

#main .meritCheer li:nth-child(3) span:after {
    border-top: #47b233 solid 20px;
}

#main .meritCheer li:nth-child(4) span:after {
    border-top: #d93336 solid 20px;
}


#main .meritDetail .comment {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 50px;
}

#main .meritDetail .comment li {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

#main .meritDetail .comment li:before,
#main .meritDetail .comment li:after {
    content: none;
}

#main .meritDetail .comment li img {
    float: left;
    margin-right: 20px;
}

#main .meritDetail .comment li:nth-child(2n) img {
    float: right;
    margin-left: 20px;
}

#main .meritDetail .comment li span {
    border-radius: 10px;
    padding: 22px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}


.nocolumn #main .meritDetail .photoUL li {
    width: 440px;
    height: 315px;
    margin: 0 15px 0 0;
}

.nocolumn #main .meritDetail .photoUL li:nth-child(2n) {
    margin-right: 0;
}

#cheeringplan #main .balloonBox p strong {
    font-size: 40px;
    color: #fff;
}







/*-------------------.reviewBox-----------------*/

#main .reviewBox h2 {
    margin-bottom: 20px;
}

.reviewTtl {
    background: #ffea99;
    margin: 0;
    border-radius: 5px 5px 0 0;
    padding: 12px;
    box-sizing: border-box;
    border-top: 5px solid #1d77b6;
}

#main .reviewTtl h3 {
    background: none;
    border: none;
    padding: 0;
    font-size: 15px !important;
    margin-bottom: 0;
}

#main .reviewTtl h3 a {
    text-decoration: none;
    color: #333;
}

#main .reviewTtl h3 a {
    pointer-events: none;
}

#main .reviewTtl .scoreTxt {
    color: #e7711b;
    font-weight: bold;
    margin-bottom: 0;
}

.reviewThum {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.reviewThum 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%;
    display: inline-block;
}

#main .reviewTtl .scoreTxt .scoreNum {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

#main .reviewCom {
    padding: 15px 20px;
}

.reviewCom {
    display: block;
    height: 300px;
    overflow: auto !important;
    background: #f9f6f2;
    border-radius: 0 0 5px 5px;
}

.content-wrap {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#main .content-wrap .content-txt p {
    font-size: 12px;
}

#main .content-wrap .content-txt span {
    color: #e7711b;
}

.close-btn,
.more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(250, 247, 242, 1) 90%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(250, 247, 242, 1) 90%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(250, 247, 242, 1) 90%);

}

.close-btn {
    background: none;
}

.slide-up {
    height: 110px;
    padding-bottom: 0;
    overflow: hidden;
}

.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}

#main .more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #009bfe;
    padding: 3px 20px;
    width: 80%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 12px;
}

.close-btn {
    padding: 0;
}

.close-btn p {
    background: #aaa;
}







.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}


#main .dotted-top a {
    text-decoration: none !important;
}

/*----- .topCraftsman -----*/
.area #main .topCraftsman,
#top #main .topCraftsman {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 80px;
    background: url(./img/common/topCraftsman_bg01.jpg) no-repeat center right;
    background-size: 43%;
}

.area #main .topCraftsman .topCraftsman_logo,
#top #main .topCraftsman .topCraftsman_logo {
    margin: 8px;
    vertical-align: middle;
}

.area #main .topCraftsman ul,
#top #main .topCraftsman ul {
    margin-left: 8px;
}

.area #main .topCraftsman ul li,
#top #main .topCraftsman ul li {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px;
}

.area #main .topCraftsman ul li span,
#top #main .topCraftsman ul li span {
    color: #e60012;
}

.area #main .topCraftsman ul li:before,
.area #main .topCraftsman ul li:after,
#top #main .topCraftsman ul li:before,
#top #main .topCraftsman ul li:after {
    content: none;
}

.area #main .topCraftsman .topCraftsman_medal,
#top #main .topCraftsman .topCraftsman_medal {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*----- .topBanner-----*/
.topBanner{
 margin-top: 30px;
 margin-bottom: 30px;   
}
.topBanner ul li img{
    display: block;
    width: 100%;
    height: auto;
}
