@charset "UTF-8";
/*
Theme Name: rt-paint.jp
Theme URI: https://rt-paint.jp/
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: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.childMainv {
    max-width: 100%;
    height: auto;
}

article {
    padding: 20px 0;
}

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

.bg01 {
    background: url(./img/bg_beige02.png) center center;
}

.bg02 {
    border-top: #77aae0 4px solid;
}

.bg03 {
    background: url(./img/bg_beige.png) center center;
}

.bg04 {
    position: relative;
    background: url(./img/bg_color01.png) no-repeat 10% top, url(./img/bg_color02.png) no-repeat 90% bottom;
}

.bg05 {
    background: url(./img/bg_beige02.png) center center;
}

.bg_green {
    background: url(./img/bg_new_green.png) center center;
}

.bg_blue {
    background: url(./img/bg_beige_blue.png) center center;
}

.btn {
    display: inline-block;
}

.btnC {
    text-align: center;
    display: block;
}

.btnC a {
    display: inline-block !important;
    text-align: center;
}

.btnR {
    display: block;
    float: right;
}

.btn a {
    display: block;
    border-radius: 50px;
    color: #fff !important;
    font-size: 16px;
    position: relative;
    padding: 10px 70px 10px 50px;
    text-decoration: none;
    text-align: center;
    background: #db2a33;
    text-decoration: none !important;
}

.btn a:hover {
    box-shadow: 0px 0px 0px 2px #db2a33 inset, 0px 0px 0px 3px #fff inset;
    transition: 0.4s;
}

#main p.btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 14px;
    right: 20px;
    height: 14px;
    line-height: 1;
}

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

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

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

.notice-r {
    color: #db2a33;
}

.notice-o {
    color: #ef8042;
}

.notice-b {
    color: #4682b4;
}

.notice-g {
    color: #23ac38;
}

.tel {
    font-size: 13px;
}

.tel span {
    /*background: url(./img/common/ico_freedial03.png) no-repeat left bottom 10px;*/
    background: url(./img/common/ico_tel.png) no-repeat left bottom 10px;
    font-size: 57px;
    line-height: 1;
    padding: 0 0 0 45px;
    margin: 0;
    display: block;
    font-family: 'Akshar', Gadget, sans-serif;
    font-weight: 700;
    letter-spacing: -0.1rem;
    color: #231815;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
    position: relative;
}

header .htxt {
    border-bottom: #ddd solid 1px;
    padding: 13px 0;
}

header .htxt h1,
header .htxt p {
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding-right: 390px;
    box-sizing: border-box;
    line-height: 1.2;
}

header .htxt h1 span,
header .htxt p span {
    color: #23ac38;
    font-size: 16px;
}

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

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

header .hdrLogo {
    overflow: hidden;
    margin: 0px 5px 0 0;
}

header .hdrLogo>img {
    float: right;
    margin-left: 50px;
}

header .hdrLogo a {
    margin: 6px 0 0;
    text-decoration: none;
    color: #222222;
    display: block;
    float: left;
}

header .hdrLogo a img {
    margin: 0 0 5px;
}

header .hdrContact {
    float: right;
    font-size: 14px;
}

header .hdrContactBtn {
    position: absolute;
    bottom: 100%;
    right: 0;
}

header .hdrContactBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    background: #4682b4;
    font-size: 15px;
}

header .hdrContactBtn h3 {
    background: #db2a33;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 15px;
}

header .hdrContactBtn p {
    padding: 10px 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;
}

header .hdrContactBtn p img {
    margin-right: 10px;
}

header .hdrContact .tel {
    font-size: 15px;
    line-height: 1.4;
    text-align: right;
}

header .hdrBnr {
    position: relative;
    overflow: hidden;
    float: right;
    margin: -10px 0 0 5px;
    padding-top: 10px;
}

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

header .hdrBnr li.dgBtn {
    margin-top: -10px;
}

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

header .hdrBnr li span {
    border-radius: 3px;
    background: #0b3e9b;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
}

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

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

footer.footerBorder {
    /* border-top:6px #ef8042 solid;*/
}

footer .ftrInfo {
    background: #7FB825;
}

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

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

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

footer .ftrLBnr {
    clear: both;
    margin: 0 0 20px 0;
}

footer .ftrLBnr ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

footer .ftrLBnr ul li {
    margin: 0 0 10px 10px;
}

footer .ftrLBnr ul li a {
    display: block;
}

footer .ftrLBnr ul.maker li a img {
    max-height: 48px;
    width: auto;
}

footer .shopInfo {}

footer .inner {
    padding: 30px 0;
}

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

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

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

footer h5 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

footer h5+p {
    margin-bottom: 15px;
}

footer h6 {
    margin: 15px 0 0;
    font-size: 14px;
}

footer .floatL {
    margin-bottom: 30px;
}

footer nav {
    float: right;
    height: auto;
    background: none;
    margin-top: 0;
}

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

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

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

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

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

footer nav .ftrNav li ul>li:after {
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: #4682b4;
}

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


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

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

footer .ftrScroll .ftrCont {
    background: #fff;
    padding: 5px 10px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 15px;
}

footer .ftrScroll .catchTtl {
    margin: 0 10px 0 0 !important;
    background: none !important;
}

footer .ftrScroll .catchTtl li {
    background: #db2a33;
    color: #fff;
    padding: 2px 10px;
    width: auto;
    margin: 0 0 1px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    float: none;
}

footer .ftrScroll .tel {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #222222;
    font-size: 11px;
    line-height: 1;
}

footer .ftrScroll .tel span {
    padding: 0 0 0 40px;
    font-size: 49px;
    line-height: 1;
    display: block;
    background-size: 30px;
    background-position: left 0 bottom 10px;
    padding-top: 10px
}

footer .ftrScroll .openTm {
    margin-right: 10px;
}

footer .ftrScroll .ftrCont .btnList {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: stretch;
    align-items: stretch;
}

footer .ftrScroll .ftrCont .btnList li {
    float: left;
    margin-left: 12px;
    width: 198px;
    font-size: 20px;
    font-weight: normal;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

footer .ftrScroll .ftrCont .btnList li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    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;
}


footer .ftrScroll .ftrCont .btnList li a:hover {
    background: rgba(255, 255, 255, 0.3);
    transition: 0.7s;
}


footer .ftrScroll .ftrCont .btnList li.ftrDiagnosis a {
    background-color: #ef8042;
    border: #ef8042 1px solid;
    box-shadow: 0 3px 0 rgb(255 255 255 / 50%) inset;
}

footer .ftrScroll .ftrCont .btnList li.ftrShowroom a {
    background-color: #db2a33;
    border: #db2a33 1px solid;
    box-shadow: 0 3px 0 rgb(255 255 255 / 50%) inset;
}


footer .ftrScroll .ftrCont .btnList li.ftrContact a {
    background-color: #4682b4;
    border: #4682b4 1px solid;
    box-shadow: 0 3px 0 rgb(255 255 255 / 50%) inset;
}


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

footer .ftrScroll .ftrCont .btnList li img {
    margin-right: 10px;
}

footer .ftrScroll .pageTop a {
    border: #fff solid 1px;
    width: 76px;
    height: 68px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

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

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

#main .corpAbout {}

#main .corpAbout h2 {}

#main .corpAbout p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

#main .corpAbout li {
    width: 48%;
    width: calc(50% - 5px);
    padding: 0;
}

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

#main .corpAbout .btn :after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 16px;
    right: 20px;
    height: 18px;
    line-height: 1;
}

#main .corpAbout .overflowH .btn {
    margin-top: 50px;
}

/* TOP右下 キャンペーンバナー */
footer .ftrScroll .camBnrFix {
    position: absolute;
    content: "";
    right: 0;
    top: -100px;
    width: 240px;
    height: 90px;
}

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

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
nav {
    position: relative;
    height: 90px;
    /*デザインに調整*/
}

nav ul#gNav {
    height: 64px;
    margin: 0 auto 0;
    width: 1100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 5px;
}


nav ul#gNav>li {
    border-right: #ddd solid 1px;
    display: block;
    min-width: 122.2px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    height: 64px;
}

nav ul#gNav>li:first-child {
    border-left: #ddd solid 1px;
}

nav ul#gNav>li>a {
    padding: 0;
    height: 64px;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
    color: #222222;
    font-weight: bold;
}

nav ul#gNav>li img {
    display: block;
    margin: 5px auto 5px;
}


nav #gNav>li>ul {
    position: absolute;
    top: 92px;
    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);
    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;
}

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

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

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

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

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

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

nav ul#gNav>li.showroomNav:hover {
    opacity: 0.7;
    transition: 0.7s;
}

nav ul#gNav>li.showroomNav a span {
    background: #e13131;
    color: #fff;
    display: block;

    position: absolute;
    height: 20px;
    bottom: 0;
    width: 100%;
}

nav ul#gNav>li.showroomNav::before {
    content: url(./img/common/gnav_sr_bg.png);
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    margin: auto;
}

/*-------------
#mainv
--------------*/
#mainv {
    margin-bottom: 0;
    z-index: 0;
    overflow: hidden;
}

#mainv img {
    width: 100%;
}

#mainv a:hover img {
    opacity: inherit;
}

/*--基本の記事スタイル設定--*/
#main p {
    font-size: 16px;
    margin-bottom: 15px;
}

#main a {
    color: #002590;
    text-decoration: underline;
    display: block;
}

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

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

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    line-height: 1.5;
    clear: both;
    font-weight: 700 !important;
}

#main h2 {
    color: #FFF;
    font-size: 24px;
    padding: 10px 15px;
    margin: 0 auto 30px;
    position: relative;
    background: #4682b4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: #4682b4 solid 7px;
    border-image: url(./img/top_bnr_bg.png) 7 7 round;
    border-width: 7px 0 0 0;
    box-shadow: 0px 1px 0px 0px #fff inset;
    text-align: center;
    width: 1000px;
}

#main h2.headLine {
    font-size: 34px;
    color: #222222;
    position: relative;
    padding: 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: none;
    border-image: none;
    box-shadow: none;
    font-weight: bold !important;
}

#main h2.headLine:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #4682b4;
}

#main h2.headLine span {
    font-size: 20px;
    display: block;
}

#main .msgBox h2.headLine span {
    background:linear-gradient(transparent 60%, #e6dd43 60%);
    width: fit-content;
    margin: 0 auto;
}

#main h2 a {
    color: #222222;
    text-decoration: underline;
}

#main h2.arrowTtl {
    width: auto;
    color: #222222;
    font-size: 34px;
    margin: 0 auto 50px;
    line-height: 1.2;
    position: relative;
    border-bottom: #4682b4 solid 12px !important;
    background: none;
    padding: 10px 0 20px !important;
    text-align: center;
    border-top: none;
    box-shadow: none;
    border-image: none;
}

#main h2.arrowTtl:after {
    content: '' !important;
    height: 0;
    position: absolute;
    width: 0;
    border: 240px solid transparent;
    border-top: 45px solid #4682b4;
    top: 100%;
    left: 0;
    right: 0;
    bottom: inherit;
    margin: auto;
    background: none;
}

#main h2.fullWidth {
    background: #263644;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 !important;
    line-height: 1.4;
    font-size: 34px;
    border: none;
    border-image: none;
    box-shadow: none;
}

#rainleaking #main h2.fullWidth {
    background: #263644;
}

#main h2.fullWidth.fullWidthR {
    background: #263644;
}

#main h2.fullWidth strong {
    color: #e6dd43;
}

#main h2.fullWidth span.ltl {
    font-size: 80%;
}

#main h2.fullWidth.arrowTtl {
    border-bottom: #263644 solid 12px !important;
}

#main h2.fullWidth.arrowTtl:after {
    border-top: 45px solid #263644;
}

#main h3 {
    font-size: 20px;
    margin-bottom: 20px;
    background: #263644;
    color: #ffffff;
    padding: 5px 15px;
    /* border-left: 5px solid #4682b4; */
}

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

#main h4:before,
#main h4:after,
#main h4.normal:before,
#main h4.normal:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    font-size: 30px;
    line-height: 1.0;
    background: #4682b4;
    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: #222222;
    text-decoration: underline;
}

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

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

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



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

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

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

#main blockquote p {
    margin: 0;
}

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

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

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

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

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

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

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

#main table {
    width: 100%;
}

#main table th,
#main table td {
    padding: 15px 20px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

#main table th {
    width: 20%;
    font-weight: normal;
}

#main table tr:nth-child(2n+1) th,
#main table tr:nth-child(2n+1) td {
    background: #f5f5f5;
}


/*--共通パーツ--*/
#main .photoUL {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#main .photoUL li {
    margin: 40px 30px 0 0;
    padding: 0;
    background: none;
    font-size: 15px;
    width: 480px;
    float: left;
}

#main .photoUL li:nth-child(2n) {
    margin: 40px 0 0;
    float: right;
}

#main .photoUL li:nth-child(-n+2) {
    margin-top: 0;
}

#main .photoUL.photoColumn3 li {
    width: 320px;
    float: left !important;
    margin: 40px 20px 0 0 !important;
}

#main .photoUL.photoColumn3 li:nth-child(-n+3) {
    margin-top: 0 !important;
}

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

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


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

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

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

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

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

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

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

#main .warryBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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



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

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


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

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

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

#main .warryList>li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 900;
    font-size: 30px;
    left: 0;
    height: 30px;
    width: auto;
    line-height: 1;
    color: #db2a33;
    background: none;
}



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

#waterproof #main .warryList {
    display: flex;
    justify-content: space-between;
    border: none;
}

#waterproof #main .warryList li {
    padding: 0;
    border: none;
    width: 24%;
    width: calc(25% - 10px);
    text-align: center;
}

#waterproof #main .warryList li:before {
    content: none;
}

#waterproof #main .warryList li .warryImg {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#waterproof #main .warryList li img {
    float: none;
    margin: 0;
    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 .meritBox {
    box-shadow: 0px 0px 0px 5px #ccc inset;
    padding: 0 25px 25px;
    margin-bottom: 50px;
}

#main .meritBox h2 {
    background: #4682b4;
    margin: -10px -25px 20px;
    z-index: 1;
    position: relative;
}

#main .meritBox .meritTxt {
    overflow: hidden;
}

#main .meritList {
    padding-top: 7px
}

#main .meritList li {
    padding: 0 0 7px 30px;
    margin-bottom: 7px;
}

#main .meritList li strong {
    color: #db2a33;
}

#main .meritList>li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 26px;
    left: 0;
    height: 26px;
    width: auto;
    line-height: 1;
    color: #db2a33;
    background: none;
}

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

#main .meritBox .diagnosisList li {
    border-radius: 4px;
    background: #db2a33;
    color: #fff;
    font-size: 23px;
    text-align: center;
    width: 30%;
    width: calc(33% - 10px);
    padding: 3px 0;
    margin: 0;
}

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

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

/*---メダル付キャッチコピー---*/
#main .medalCatch {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
    font-size: 27px;
    display: block;
    line-height: 1.2;
}

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

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

#main .medalCatch span {
    display: block;
}

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

#main .medalCatch span.txtL strong {
    color: #0b3e9b;
}

#main .medalCatch span.txtEn {
    color: #0eaa8e;
    font-size: 15px;
}

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

.estimatesBox {
    margin-bottom: 25px;
    background-color: #ffffff;
}

.estimatesBox h3,
.consultationBox h3,
#main .inqCount h3 {
    background: none !important;
    color: #222222 !important;
    font-size: 26px !important;
    padding: 10px 0 20px 115px !important;
    border-top: 2px #004098 solid !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    position: relative;
    text-align: left !important;
    letter-spacing: -0.08em;
}

#main .inqCount h3 span,
.consultationBox h3 span,
.estimatesBox h3 span {
    font-size: 18px;
    display: block;
    letter-spacing: 0.01rem;
}

#main .inqCount h3 span.ribbonS,
.consultationBox h3 span.ribbonS,
.estimatesBox h3 span.ribbonS {
    position: absolute;
    color: #fff;
    background: url(./img/common/bg_ribbon.png) no-repeat center center;
    top: -9px;
    left: 5px;
    width: 104px;
    height: 112px;
    font-size: 15px !important;
    z-index: 11;
    line-height: 1.1;
    text-align: center;
    padding: 32px 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
}

.consultationBox a {
    text-decoration: none !important;
}

.consultationBox h3 {
    background: #222222 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0 15px !important;
    border-top: none !important;
    margin: 0 !important;
    line-height: 1.8 !important;
    text-align: center;
    font-weight: normal;
}

.consultationBox .catchTxt {
    position: absolute;
    left: 5px;
    top: -50px;
    background: #ef8042;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 1.2;
    z-index: 5;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    transform: rotate(-20deg);
    padding-top: 25px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px 1px;
}

.consultationBox .catchTxt:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ef8042 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 15px;
    top: 85%;
    margin: auto;
    transform: rotate(-20deg);
}

.consultationBox .inBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    height: 186px;
}


.consultationBox .inBox .imgLayer {
    bottom: 10px;
}


.consultationBox .btn {
    margin-bottom: 0 !important;
    padding: 5px 40px 5px 60px;
    width: auto;
}

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

.estimatesBox a {
    text-decoration: none !important;
    color: #222222 !important;
}

.estimatesBox .imgLayer {
    top: -72px;
    right: -2px;
}


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

.estimatesBox h4 {
    font-size: 18px !important;
    padding: 0 0 5px 50px !important;
    position: relative !important;
    border-bottom: #ddd 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: #23ac38 !important;
    width: 20px;
    height: 20px;
}

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

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

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

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

.estimatesBox .inBox p strong {
    color: #db2a33;
    font-weight: normal;
}

.estimatesBox .inBox p span.dbiS {
    border-radius: 4px;
    background: #db2a33;
    color: #fff;
    font-size: 20px;
    padding: 5px 7px;
    margin-right: 4px;
}

.estimatesBox .inBox .telBox {
    position: relative;
    display: block;
    float: none;
    border: #e6dd43 solid 10px;
    background: #fff;
    padding: 0 20px 10px;
}

.estimatesBox .inBox .telBox h5 {
    color: #222222 !important;
    font-size: 15px !important;
    padding: 0 0 5px !important;
    display: block !important;
    background: #e6dd43 !important;
    border-radius: 0 !important;
    margin: -5px -20px 10px !important;
}


.estimatesBox .inBox .telBox .tel {
    font-size: 14px !important;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 1;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.estimatesBox .inBox .telBox .tel span {
    font-size: 56px;
    padding: 0 0 0 35px;
    background-size: 30px;
    line-height: 0.9;
    margin: 5px 0 0 0;
}

.estimatesBox .telBox .imgLayer {
    top: -117px;
    bottom: 100%;
    right: -10px;
}

.callBox {
    width: 530px;
    position: relative;
}

.callBox a {
    text-decoration: none !important;
    color: #222222 !important;
}

.callBox .imgLayer {
    bottom: 0;
    right: 0;
    z-index: 0;
}


.callBox h3 {
    background: #222222 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0 15px !important;
    border-top: none !important;
    margin: 0 !important;
    line-height: 1.8 !important;
    text-align: center;
    font-weight: normal;
}

.callBox .catchTxt {
    position: absolute;
    left: 5px;
    top: -50px;
    background: #ef8042;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 1.2;
    z-index: 5;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    transform: rotate(-20deg);
    padding-top: 25px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px 1px;
}

.callBox .catchTxt:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ef8042 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 15px;
    top: 85%;
    margin: auto;
    transform: rotate(-20deg);
}


.callBox .inBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 100%;
}

.callBox h4 {
    font-size: 16px !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 0 14px !important;
}

.callBox h4:before,
.callBox h4:after {
    content: none !important;
}


.callBox .inBox .tel {
    font-size: 11px !important;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    margin-bottom: 0 !important;
    line-height: 1;
    height: auto;
    z-index: 1;
    position: relative;
}

.callBox .inBox .tel span {
    background: url(./img/ico_fdl02.png) no-repeat left 80%;
    color: #e13131;
    border-radius: 0;
    font-size: 52px;
    line-height: 1;
    padding: 0 0 0 80px;
    display: block;
    margin-right: 0;
    background-size: 75px;
}

#main .inqCount {
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}

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

#main .inqCount dl {
    border: #fff solid 1px;
    background: url(./img/inqCount_bg.png) no-repeat right bottom #fff;
    padding: 22px 10px 22px 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .inqCount dt {
    font-size: 18px;
    color: #fff;
    clear: both;
    display: block;
    width: 190px;
    float: left;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px 0 0 5px;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
}


#main .inqCount dd {
    background: #263644;
    border-radius: 0 5px 5px 0;
    display: block;
    padding: 6px 20px 5px 10px;
    margin-left: 200px;
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    text-align: right;
    margin-bottom: 10px;
    width: 60px;
    font-family: 'Akshar', Gadget, sans-serif;
}

#main .inqCount dd span {
    font-size: 18px;
    font-weight: bold;
}


#main .inqCount dd:last-of-type {
    margin-bottom: 0;
}





#main .bnrArea {
    padding: 20px 0;
    width: 1100px;
    background-size: contain;
    margin: 0 auto;
}

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

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


#main .bnrArea .callBox h3:after,
#main .bnrArea .consultationBox h3:after {
    content: none;
}

/*--コンタクトエリア--*/
#main .fmt50 {
    margin-top: 50px;
}

#top #main .fmt50 {
    margin-top: 0;
}

#main .contactBox {
    clear: both;
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

#main .bg02 .contactBox {
    padding: 0 0 25px;
}

#main .contactBox .inner {
    background: #fff;
    padding: 15px 220px 15px 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: inherit;
    width: 1100px;
}

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

#main .contactBox h2 {
    position: relative;
    overflow: hidden;
    margin: -55px 0 10px -80px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-image: none;
}

#main .contactBox h2:after {
    content: none;
}



#main .contactBox .tel {
    float: left;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.2;
}


#main .contactBox .tel span {
    display: block;
    font-size: 64px;
    letter-spacing: -0.15rem;
    padding-left: 40px !important;
    /*background-size: 50px auto !important;*/
    background-size: 32px auto !important;
    background-position: left bottom 15px;
    /*background: url(./img/common/ico_freedial03.png) no-repeat left bottom 15px;*/
    background: url(./img/common/ico_tel.png) no-repeat left bottom 15px;
}

#main .contactBox a {
    display: block;
}

#main .contactBox .catchTxt {
    background: #263644;
    color: #fff;
    font-size: 20px;
    margin: 10px -220px -15px -20px;
    clear: both;
    padding: 0 20px;
}

#top #main .contactBox .catchTxt {
    background: #263644;
}

#main .contactBox strong {
    border-radius: 4px;
    color: #fff;
}

#main .contactBox ul {
    position: relative;
    overflow: hidden;
    float: none;
    display: flex;
}

#main .hdrBnr li a img {
    width: 100%;
}

#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;
    padding: 0;
    margin: 0 5px 0 0;
}

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

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

#main .contactBox ul li a {
    display: block;
    text-decoration: none;
    color: #222222;
}


#main .contactBox.toForm {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

#main .contactmb .contactBox.toForm {
    padding: 30px 0 0 0;
}

#main .contactBox.toForm .inner {
    padding: 10px 220px 0px 10px !important;
    width: auto;
    border: #5496C8 solid;
    border-width: 10px 10px 0 10px;
}

#main .contactBox.toForm h2 {
    margin: 0 0 5px;
    text-align: left;
    font-size: 29px;
    padding: 0;
    background: none;
    border: none;
    border-image: none;
    color: #222222;
    box-shadow: none;
    width: auto;
}

#main .contactBox h2 span {
    margin-right: 5px;
    padding: 5px;
    border-radius: 3px;
    background: #db2a33;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

#main .contactBox.toForm h2 strong {
    color: #db2a33;
}

#main .contactBox .btn a {
    font-size: 24px;
}

#main .contactBox.toForm .btn a:after {
    transform: rotate(90deg);
}

#main .contactBox.toForm .catchTxt {
    margin: 10px -220px 0 -20px;
}

/*---comContactL---*/
#main .comContactLBox {
    position: relative;
    overflow: hidden;
    border-bottom: #ccc solid 1px;
}

#main .comContactLBox a {
    text-decoration: none !important;
    color: #222222 !important;
}

#main .comContactLBox .imgLayer {
    top: 0;
    left: 375px;
    z-index: 1;
}

#main .comContactLBox h3 {
    background: #23ac38;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    border-top: none;
    margin-bottom: 0;
    line-height: 1.8;
}

#main .comContactLBox .inBox {
    border: #ccc solid;
    border-width: 1px 1px 0 1px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#main .comContactLBox h4 {
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: #ccc solid 1px;
    display: inline-block;
}

#main .comContactLBox .inBox p {
    font-size: 27px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    margin-bottom: 0;
}

#main .comContactLBox .inBox p strong {
    color: #e50012;
}

#main .comContactLBox .inBox p span {
    border-radius: 4px;
    background: #e50012;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    margin-right: 5px;
}

#main .comContactLBox .inBox .telBox {
    background: #fff;
    padding: 10px 25px;
    float: right;
    width: 420px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    z-index: 1;
}

#main .comContactLBox .inBox .telBox .imgLayer {
    bottom: 100%;
    right: 0;
    top: inherit;
    z-index: 0;
}

#main .comContactLBox .inBox .telBox h5 {
    color: #222222;
    background: none;
    font-size: 15px;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

#main .comContactLBox .inBox .telBox .number {
    text-align: center;
}

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

#main .comContactLBox .inBox .telBox .tel span {
    background: url(./img/common/ico_freedial02.png) no-repeat left 90%;
    color: #e13131;
    font-size: 59px;
    line-height: 1;
    padding: 0 0 0 65px;
    margin: 0 0;
    display: block;
    white-space: nowrap;
}

#main .comContactLBox .inBox .catchTxt {
    background: #002590;
    clear: both;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#main .bnrArea #main .comContactLBox {
    float: left;
    margin-right: 40px;
}

#main .bnrArea #main .comContactLBox {
    margin: 0 !important;
}

/*---店舗案内--*/
.shopInfo,
#main .shopInfo {
    position: relative;
    overflow: hidden;
}

#main .shopInfo {}

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

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

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

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

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

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

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

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

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

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

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

.shopInfo ul li .tel span,
#main .shopInfo ul li .tel span {
    background: url(./img/common/ico_freedial03a.png) no-repeat left center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 35px;
    padding-left: 40px;
    line-height: 1;
    display: block;
}

/*---店舗案内マップ付--*/
.shopAccess {
    width: 1000px !important;
    margin: 0 auto 20px !important;
}

.shopAccess>ul>li {
    background: none !important;
    margin: 0 0 50px !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

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

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

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

.shopAccess ul li .shopMain .tel span {
    background: url(./img/common/ico_freedial03.png) no-repeat left center;
    font-size: 29px;
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 40px;
    line-height: 1;
}

.shopAccess ul li iframe {
    width: 610px;
    height: 400px;
    float: right;
    margin-left: 10px;
}

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

#main .shopAccess ul li .shopSummery h5 {
    font-weight: bold;
}

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

.shopAccess ul li .shopSummery .shopThum {
    width: 380px;
    height: 220px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.shopAccess ul li .shopSummery .shopThum 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;
}

.shopAccess ul li .shopSummery p {
    line-height: 1.8;
    font-size: 14px !important;
}


/*---外壁診断 雨漏り診断--*/
#main .combnrList {
    position: relative;
    overflow: hidden;
    margin: 10px 0 30px;
}

#main .combnrList li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    float: left;
    text-align: center;
    margin: 0;
}

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

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

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

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

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

#main .combnrList li a span:before,
#main .combnrList li a span:after {
    position: absolute;
    bottom: 7px;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-top: 8px;
}

#main .combnrList li a span:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
}

#main .combnrList li a span:after {
    right: 26px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #26539d;
    border-right: 3px solid #26539d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 200;
    bottom: 13px;
}

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

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

#main .combnrListOtr li:nth-child(-n + 2) {
    margin-top: 0;
}

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

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

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

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

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


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

#top #main .serviceContents {
    padding: 50px 0 30px 0;
    /* background-image: url(./img/common/bg_menu.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
}

#main .serviceContents .inner {
    padding: 0;
}

#main .serviceContents h2.scM {
    line-height: 1.5;
    box-shadow: none;
    border: none;
    background: rgba(35, 172, 56, 0.9);
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    font-size: 42px;
    text-shadow: -1px -2px 0 #333;
    width: 100%;
    height: 110px;
    position: relative;
}

#main .serviceContents h2.scM span,
#main .serviceContents h2.scM small {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

#main .serviceContents h2.scM small {
    font-size: 30px;
}

#main .serviceContents h2.scM span {
    color: #fcff00;
}

#main .serviceContents h2.scM img {
    position: absolute;
    bottom: 0;
    right: calc(50% - 500px);
}

#main .serviceContents p.exP {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

#main .serviceContents h3 {
    background: #3e984f;
    box-shadow: 0 0 0 3px #3e984f;
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    padding: 10px;
    margin: 0 0 20px 0;
    position: relative;
}


#main .serviceContents .whiteBox {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin-top: 40px;
}

#main .serviceContents h3.oMH {
    background: #e13131;
    border: none;
    box-shadow: none;
    font-size: 23px;
    color: #fff;
    line-height: 1.1;
    padding: 10px;
}

#main .serviceContents ul.otherMenuU {
    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;
}

#main .serviceContents ul.otherMenuU li {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

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

#main .serviceContents ul.otherMenuU li img {
    display: block;
    margin-bottom: 5px;
}

#main .serviceContents ul.otherMenuU li:before,
#main .serviceContents ul.otherMenuU li:after {
    display: none;
}

#main .serviceContents .whiteBox p {
    font-size: 15px;
    margin-top: 0;
}

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

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

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

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

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

/*#main .serviceMenu {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
}*/

#main .packWall,
#main .packRoof,
#main .packOther {
    position: relative;
    overflow: hidden;
}

#top #main .packWall,
#top #main .packRoof {
    background: none;
}

#top #main .packWall {
    margin-bottom: 20px;
}

#main .packWall a,
#main .packRoof a {
    text-decoration: none;
    color: #333;
}

#main .packWall article:hover,
#main .packRoof article:hover {
    opacity: 0.7;
    transition: 0.7s;
}

#main .packSmallWork article,
#main .packWall article,
#main .packRoof article {
    width: auto;
    float: none;
    background: #f2f6ff;
    padding: 10px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#main .packOther .layout02 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
}

#main .packOther article {
    width: 490px;
    float: left;
    background: #fff;
    padding: 0;
    border: none;
    margin: 0 20px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

#main .packTtl {
    position: relative;
    float: left;
}

#main .packTtl h3 {
    font-size: 90px;
    box-shadow: none;
    width: 216px;
    float: left;
    background: none;
    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;
    z-index: 100;
    margin: 0 5px 0 0;
}

#main .packTtl h3.secH3 {
    padding-left: 60px;
}

#main .packTtl h3.secH3:before {
    content: "+";
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333333;
    margin-right: 10px;
}

#main .packTtl h3 span {
    display: inline-block;
    font-weight: bold;
    /*border-radius: 4px;*/
    background: #4682b4;
    color: #fff;
    width: 48%;
    width: calc(50% - 2px);
    text-align: center;
    line-height: 0.9;
    padding: 5px 0 15px;
    margin-top: 3px;
    font-weight: 500;
}

#main .packRoof .packTtl h3 span,
#main .packWall .wPack h3 span {
    background: #4682b4;
}

#main .packWall .wPack h3.secH3 span {
    background: #0eaa8e;
}

#main .packTtl h3 span:nth-child(-n + 2) {
    margin-top: 0;
}

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

#main .packTtl .warrantyY {
    border-radius: 4px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    width: 80px;
    float: left;
    background: #ff7a22;
    margin-left: 3px;
    margin-bottom: 0;
    padding: 5px 0 0;
    color: #fff;
    position: relative;
    z-index: 100;
}

#main .packTtl .warrantyY span {
    display: block;
    line-height: 1;
    border-radius: 4px;
    background: #fff;
    color: #333;
    margin: 5px;
    padding-top: 5px;
    z-index: 100;
}

#main .packImg {
    width: 262px;
    height: 205px;
    overflow: hidden;
    margin: 0;
    float: left;
    position: relative;
}

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

#main .packBt {
    clear: both;
    color: #ffffff;
    background: #d0004e;
    font-weight: bold;
    padding: 6px 10px 4px;
    line-height: 1;
    font-size: 20px;
}

#main .packsummary {
    position: relative;
    overflow: hidden;
    float: left;
    width: 483px;
    margin-left: 10px;
    margin-bottom: 0;
}

#main .packWall h4,
#main .packRoof h4 {
    font-size: 38px;
    color: #333;
    position: relative;
    padding-left: 0;
    margin: 10px 10px 0 0;
    line-height: 1;
}

#main .packSmallWork .ttl,
#main .packWall .ttl,
#main .packRoof .ttl {
    font-size: 35px;
    color: #333;
    position: relative;
    padding-left: 0;
    margin: 10px 10px 15px 0;
    line-height: 1;
    font-weight: 900;
}

#main .packSmallWork .ttl span,
#main .packWall .ttl span,
#main .packRoof .ttl span {
    font-size: 23px;
    /* padding-right: 5px; */
}

#main .packSmallWork .ttl span span,
#main .packWall .ttl span span,
#main .packRoof .ttl span span {
    font-size: 18px;
}


#main .packWall h4 span,
#main .packRoof h4 span {
    font-size: 25px;
}

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

#main .packsummary .overflowH {}

#main .packSmallWork .packCatch,
#main .packWall .packCatch,
#main .packRoof .packCatch {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-align: center;
    display: flex;
}

#main .packWall .packCatch li,
#main .packRoof .packCatch li {
    width: 150px;
    /*オリジナルは110px*/
    min-height: 38px;
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
    border-radius: 4px;
    background: #db2a33;
    color: #fff;
    display: inline-block;
    padding: 8px 0;
    font-weight: bold;
    border: none;
}

#main .packSmallWork .packCatch {
    background: #ef8042;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 2px 5px;
    letter-spacing: normal;
}

#main .packSmallWork .packMedal {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 10px;
    margin: 0;
    padding: 10px 0 5px 0;
    z-index: 2;
    width: 80px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    color: white;
    background: #d90a0a;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

#main .packSmallWork .packMedal:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 40px solid #d90a0a;
    border-right: 40px solid #d90a0a;
    border-bottom: 20px solid transparent;
}

#main .packSmallWork .packMedal:before {
    content: '';
    position: absolute;
    height: calc(100% + 18px);
    width: calc(100% - 8px);
    margin: 0 auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: solid #ffd738;
    border-width: 0 1px 0 1px;
    z-index: 10;
}

#main .packSmallWork .packCatch li span,
#main .packWall .packCatch li span,
#main .packRoof .packCatch li span {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

#main .packRoof .packCatch li {}

#main .packSmallWork ul li:before,
#main .packWall ul li:before,
#main .packRoof ul li:before,
#main .packSmallWork ul li:after,
#main .packWall ul li:after,
#main .packRoof ul li:after {
    display: none;
}

#main .packSmallWork ul li:last-child,
#main .packWall ul li:last-child,
#main .packRoof ul li:last-child {
    margin-right: 0;
}


#main .packWall .wPackCatch {
    background: #ff7a22;
}

#main .packSmallWork .txtPlanConditions {
    clear: both;
    font-size: 10px;
    margin-bottom: 2px;
}

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

#main .packSmallWork .basicC {
    font-size: 16px;
}

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

    padding: 4px 4px 0;
    display: inline-block;
    line-height: 1;
}


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


}

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

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

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

#main .btnPack {
    clear: both;
    width: 483px;
    background: #e6dd43;
    color: #222222;
    font-size: 20px;
    text-align: center;
    /*border-radius: 5px;*/
    float: left;
    margin-top: 10px;
    font-weight: bold;
}

#main .packRoof .btnPack {
    background: #e6dd43;
}

#main .packRoof .snd {
    background: #263644;
    box-shadow: 0 -3px 0 0px rgba(0, 0, 0, 0.3) inset
}

#main .snd {
    clear: none;
    float: right;
    background: #263644;
    color: #ffffff;
    margin-top: -1px;
    border-radius: 5px;
    box-shadow: 0 -3px 0 0px rgba(0, 0, 0, 0.3) inset
}



#main .packSmallWork .imgIco,
#main .packWall .imgIco,
#main .packRoof .imgIco {
    position: absolute;
    left: 210px;
    top: 0;
    z-index: 99;
}

#main .packSmallWork p,
#main .packWall p,
#main .packRoof p {
    margin-bottom: 0;
}

#main .priceTxt {
    font-family: 'Akshar', Gadget, sans-serif !important;
    font-size: 115px;
    font-weight: 700;
    color: #db2a33;
    letter-spacing: -0.05em;
    line-height: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    float: right;
    margin-top: 15px;
    margin-left: 10px;
}

#main .menupriceTxtbox {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#main .priceTxt small {
    font-size: 40px;
    font-weight: bold;
}

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

#main .priceTxt span.unitTxt {
    font-size: 42px;
    line-height: 0.9;
    /* padding-bottom: 10px; */
    font-weight: normal;
    /* -webkit-writing-mode: vertical-rl; 
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
    width: 42px;
    padding-bottom: 10px;
    padding-left: 3px;
    display: inline;
    font-family: 'Noto Sans JP', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: bold;
}

#main .packSmallWork .txts,
#main .packWall .txts,
#main .packRoof .txts {
    font-size: 12px;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 0.8rem;
}

#main .packSmallWork .optionTxt,
#main .packWall .optionTxt,
#main .packRoof .optionTxt {
    color: #d73d33;
    font-size: 23px;
    font-weight: bold;
}


#main .packSmallWork h5,
#main .packWall h5,
#main .packRoof h5 {
    font-size: 16px;
    position: relative;
    padding-left: 0;
    margin: 0 0 10px;
    background: #40668c;
    border-radius: 0;
    display: block;
}

#main .packSmallWork ul li p,
#main .packWall ul li p,
#main .packRoof ul li p {
    letter-spacing: -0.1em;
    margin-bottom: 10px;
}

#main .packOther article.layout03 {
    overflow: hidden;
}

#main .packOther article.layout03 img {
    /*
    width: 488px;
    height: auto;*/
}

/* NEWトップメニュー一覧*/
#main .topMenu {
    padding: 30px 0;
}

#main .topMenu_box {
    padding: 30px 0 20px;
}

#main .new_serviceMenu {
    display: flex;
    justify-content: center;
}

#main .new_serviceMenu article {
    width: 23.5%;
    background: none;
    border: none;
    margin: 0 2% 0 0;
    padding: 0;
}

#main .new_serviceMenu article:last-of-type {
    margin-right: 0;
}

#main .new_serviceMenu .packsummary {
    width: 100%;
    float: none;
    margin: 0;
}


#main .new_serviceMenu .ttl {
    height: 74px;
    background: #ef8042;
    text-align: center;
    margin: 0;
    padding: 0 5px;
}

#main .new_serviceMenu .ttl h3 {
    display: block;
    background: none;
    font-size: 20px;
    margin: 5px 0 5px;
    padding: 0;
    line-height: 1;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#main .new_serviceMenu .ttl p {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


#main .new_serviceMenu .wall05,
#main .new_serviceMenu .rsilicon-2 {
    background: #ffc000;
}

#main .new_serviceMenu .wall04,
#main .new_serviceMenu .roof02 {
    background: #5b9bd5;
}

#main .new_serviceMenu .wall06,
#main .new_serviceMenu .rshanetsu02 {
    background: #53b9c4;
}

#main .new_serviceMenu .wall07,
#main .new_serviceMenu .rshanetsu {
    background: #ff7e27;
}


#main .new_serviceMenu .priceTxt {
    float: none;
}

#main .new_serviceMenu .imgIco {
    width: 120px;
    left: inherit;
    right: 0;
    top: 70px;
}

#main .packsummary_inbox {
    border: #cccccc solid 1px;
    border-top: none;
    padding: 10px;
}

#main .new_serviceMenu .packCatch {
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: normal;
}

#main .new_serviceMenu .packCatch li {
    width: 220px;
    background: rgba(255, 255, 255, 0.3);
    text-align: left;
    margin: 5px 10px 10px !important;
    padding: 5px 8px 3px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
}

#main .new_serviceMenu .packCatch li span {
    font-size: 16px;
}

#main .new_serviceMenu .btnPack {
    width: 100%;
    height: 60px;
    margin: 0 0 10px;
    line-height: 1.2;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: normal;
}

#main .new_serviceMenu .basicC {
    line-height: 1.2;
    padding: 4px;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: normal;
}

#main .new_serviceMenu .basicC span {
    font-size: 14px;
    line-height: 1;
    margin-right: 20px;
    padding: 4px 4px 2px;
}

#main .new_serviceMenu .basicC span:last-of-type {
    margin-right: 0;
}

#main .new_serviceMenu .basicC span:after {
    width: 15px;
    height: 15px;
    left: 105%;
    top: 12%;
}

#main .pack_price_box {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
}

#main .priceTit {
    font-size: 18px;
}

#main .priceTit span {
    font-size: 16px;
}

#main .pack_price {
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    background: #eee;
}

#main .new_serviceMenu .txts {
    font-size: 12px;
    margin: 10px 0;
}

#main .new_serviceMenu .snd {
    clear: both;
    float: none;
    height: inherit;
    box-sizing: border-box;
    padding: 5px 5px 8px;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*----劣化度チェック-----*/
#main .deteriorationChk .checkLegend {
    width: 232px;
    float: left;
}

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

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

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

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

#main .deteriorationChk {
    overflow: hidden;
    padding: 30px 0 0 0;
}

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

#main .deteriorationChk .checkPoint h3 {
    margin: 0 !important;
    background: #4682b4 !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 15px !important;
}

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

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

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

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

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

#main .deteriorationChk .checkPoint ul li .checkpointThumb {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
}

#main .deteriorationChk .checkPoint ul li .checkpointThumb img {
    width: 100%;
}


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

#main .deteriorationChk .checkPoint ul li .checkTtl h4 {
    background: #004098 !important;
    color: #fff !important;
    display: block !important;
    padding: 0 !important;
    font-size: 13px !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: #004098;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
}

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

/*----comGreeting-----*/
#main .gtgBox {
    background: #fff;
}

#main .gtgBox h2 {
    clear: none;
    line-height: 1.2;
    font-size: 84px;
    text-align: left;
}

#main .gtgBox h2 small {
    font-size: 32px;
    display: block;
}

#main .gtgBox .gtgBoxTxts {
    overflow: hidden;
    float: right;
    width: 630px;
    margin-top: 0;
}

#main .gtgBox h2 img {
    float: left;
    margin: 0 5px 0 0;
}

#main .awardsTxtsTxt strong {
    font-weight: bold;
    color: #e13131;
}

/*----staffAtl-----*/
#main .staffAtl {
    background-image: url(./img/staff_img.png), url(./img/bg_staff_top.png), url(./img/bg_news_c.png);
    background-repeat: no-repeat, repeat-x, repeat;
    background-position: bottom center, top, center;
    border-bottom: 4px solid #77aae0;
    padding: 50px 0 400px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

#main .staffAtl h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
}

#main .staffAtl h2 small {
    font-size: 22px;
    display: block;
}

#main .staffAtl .btn {
    text-align: center;
    margin: 0 auto;
}

#main .staffAtl .btn a {
    padding: 10px 50px 10px 30px;
    background-color: #db2a33;
}

#main .staffAtl .btn a:hover {
    box-shadow: 0px 0px 0px 2px #db2a33 inset, 0px 0px 0px 3px #fff inset;
    transition: 0.4s;
}

/*----comMessage-----*/
#main .msgBox {
    padding-top: 0;
}

#main .msgBox h2 {
    padding-bottom: 0;
}

#main .msgBox h2:after {
    content: none;
}

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

#main .msgTxt h3 {
    margin: 0 0 20px;
    border: none;
    font-size: 24px;
    border-bottom: #ddd solid 1px;
    background: none;
    padding: 0 0 15px;
    text-align: left;
    color: #222222;
}

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

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


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

#main .msgPhoto img {
    width: 100%;
}


/*#contact #main .msgPhoto,
#diagnosis #main .msgPhoto,
#first #main .msgPhoto,
#rainleaking #main .msgPhoto,
#apartment #main .msgPhoto,
#menu #main .msgPhoto,
#waterproof #main .msgPhoto{
    width: 225px;
    float: right;
    margin:0 0 0 30px;
}*/


#main .msgTxt h5,
#main .msgPhoto h5 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
    background: none;
    color: #222222;
    padding: 0;
    margin: 0;
    clear: none;
    text-align: right;
    display: block;
}

#main .msgTxt h5 {
    font-size: 20px;
    font-weight: bold !important;
}

#main .msgTxt h5 span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold !important;
}

#main .msgTxt span.en,
#main .msgPhoto span.en {
    background: none;
    font-size: 14px;
    color: #ef8042;
    display: block;
    padding: 0 0 0 5px;
    margin-right: 0;
}

#main .msgPhoto h5 {
    font-size: 14px;
}

#main .msgPhoto p {
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
}

#main .msgPhoto span {
    font-size: 15px;
}

#main .msgPhoto .ceoPict {
    width: 225px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

#main .comAreaBox h3 {
    margin-top: 0;
    border: none;
    background: url(./img/common/bcg_reasonttl.png) repeat-x top left;
    padding-top: 8px;
    font-size: 23px;
}

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

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

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

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

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

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


/*-----------.areaMap--------*/

#main .areaMap .areaMapTxt {
    overflow: hidden;
    float: left;
    width: 480px;
}

#main .areaMap h2.headLine {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#main .areaMap h2.headLine:after {
    content: none;
}

#main .areaMap .areaMapTxt h3 {
    font-size: 18px;
}

/*--吹き出し大テキスト--*/
#main .balloonBox {
    border-radius: 10px;
    color: #222222;
    position: relative;
    /*text-align: center;
    margin-bottom: 50px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

/*------------solution------------*/
#main .solutionBox {}


#main .solutionBox h3 {
    color: #4682b4;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 1000px;
    margin: 0 auto 10px;
    background: #eee;
    border-top: #4682b4 solid 4px;
    box-sizing: border-box;
}

#main .solutionBox h3 span {
    margin-right: 20px;
}

#main .solutionBox h3 span br {
    display: none;
}

/*
#main .solutionBox h3 span {
    background: #ef8042;
    border: #e9beac solid 7px;
    border-radius: 50%;
    color: #fff;
    width: 125px;
    height: 125px;
    float: left;
    font-size: 24px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
}
*/

#main .solutionBox .comparePaint h3,
#main .solutionBox .lowpriceReason h3 {
    background: #eee;
    color: #222222;
    padding: 15px 25px;
    border-left: #4682b4 solid 4px;
    border-top: none;
    font-size: 18px;
    text-align: left;
}

/*----comLawpriceWhy-----*/
#main .lawpriceWhy {}

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

#main .lawpriceWhy .catchTtl span {
    color: #4682b4;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

#main .lawpriceWhy .highCost ul li h4 {
    border-radius: 50%;
    background: #db2a33;
    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-size: 22px;
    padding: 10px;
    line-height: 1.2;
    margin: 10px 0 0;
}

/*----comLawpriceReason-----*/
#main .lowpriceReason {}

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

#main .lowpriceReason .lowcost {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#main .qualityBox .catchTtl img:first-child {
    float: left;
}

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

#main .qualityBox .catchTtl .txtL strong {
    display: inline-block;
    line-height: 0.5;
    color: #e13131;
}

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

#main .qualityBox .imgR {
    margin-top: -80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#main .qualityBox ol {
    counter-reset: quality;
    padding: 0;
}

#main .qualityBox ol li {
    list-style: none;
    margin-bottom: 30px;
}

#main .qualityBox ol>li {
    counter-increment: quality;

    width: 490px;
    overflow: hidden;
    float: left;
}

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

#main .qualityBox ol>li:nth-child(2n+1) {
    clear: both;
}

#main .qualityBox ol>li img {
    width: 180px;
}

#main .qualityBox h3.qualityTtl {
    background: #eee;
    padding: 15px 15px 15px 160px;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    border: none;
    text-align: left;
    color: #222222;
    margin-bottom: 10px;
    width: auto;

}

#main .qualityBox h3.qualityTtl:before {
    background: #23ac38;
    content: 'さらに!!';
    color: #fff;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    font-size: 18px;
    border-radius: 0;
    opacity: inherit;
    top: 0;
}


#main .qualityBox ol>li h3.qualityTtl:before {
    content: '安心品質 ' counter(quality, decimal-leading-zero);
}

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

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

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

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

#main .flowList ul li {
    border-radius: 5px;
    background: #fff;
    font-size: 23px;
    color: #4682b4;
    padding: 0;
    text-align: center;
    margin: 0 5px 0 0;
    width: 78px;
    height: 74px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

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

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

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

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

#main .textComS {
    font-size: 13px;
    text-align: right;
}

/*---comFamilyWall--*/

#main .comFamilyBox {
    border-radius: 6px;
    background: #ffffff;
    padding: 25px;
    position: relative;
    border: 8px solid #4682b4;
}

#main .comFamilyBox p {
    font-size: 37px;
    color: #fff;
    text-shadow: -1px -4px #004098, 1px -4px #004098, -2px -3px #004098, 2px -3px #004098, -3px -2px #004098, 3px -2px #004098, -4px -1px #004098, 4px -1px #004098, -4px 1px #004098, 4px 1px #004098, -3px 2px #004098, 3px 2px #004098, -2px 3px #004098, 2px 3px #004098, -1px 4px #004098, 1px 4px #004098;
    z-index: 1;
    position: relative;
}

#main .comFamilyBox .imgLayer {
    right: 0;
    top: -30px;
    z-index: 0;
}

#main .comFamilyBox strong {
    color: #e6dd43;
}

#main .comFamilyBox .txtL {
    font-size: 57px;
}

#main .comFamilyBox .catchTtl {
    background: #5496C8;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    padding: 5px;
    margin-bottom: 0;
    text-shadow: none;
}

/*--comComparePaint--*/
#main .comparePaint {
    padding: 20px 0;
}

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


#main .comparePaint h2 img {
    width: 215px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

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

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

#main .compareTable th {
    padding: 10px;
    background-color: #4682b4 !important;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.4;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

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

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

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

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

#main .compareTable td span {
    font-size: 30px;
    font-weight: bold;
    float: left;
    display: block;
    border-right: #ccc solid 1px;
    margin-right: 10px;
    padding-right: 10px;
    box-shadow: 2px 0px 0px 0px #fff;
    -moz-box-shadow: 2px 0px 0px 0px #fff;
    -webkit-box-shadow: 2px 0px 0px 0px #fff;
    width: 46px;
    text-align: center;
    left: 10px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

/*

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

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

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

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

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

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

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

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

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

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

/*--comEnquete--*/
#main .enqueteBox {}

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

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

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

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

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

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

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

/*--comIdeal--*/
#main .iDeal {}

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

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

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

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

/*---comIdea---*/
#main .comIdea {
    margin-bottom: 29px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

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

#main .comIdea h3 {
    background: #db2a33;
    text-align: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -150px;
    top: 90px;
    padding: 5px 120px;
}

#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;
    padding: 50px 50px 0 300px;
    margin-bottom: 0;
}

#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;
    line-height: 1.4;
    text-align: left;
    border-radius: 6px;
    background: #004098;
    display: block;
    margin-bottom: 30px;
}

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

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


/*--トップスライド--*/
a.leftNav,
a.rightNav {
    background: url(./img/common/bg2.png);
    outline: none;
    transition: none;
}

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

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

.rightNav:hover {
    background: url(./img/common/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/common/bg2.png);
    transition: none;
}

/*--下層ページメインビジュアル--*/
#pageTitle {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

#pageTitle .inner {
    width: 1000px;
    padding: 0 !important;
    margin: 0 auto;
    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;
    min-height: 240px;
}

#pageTitle h1 {
    color: #FFF;
    margin: 0 auto 0 auto;
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -4px #4682b4, 1px -4px #4682b4, -2px -3px #4682b4, 2px -3px #4682b4, -3px -2px #4682b4, 3px -2px #4682b4, -4px -1px #4682b4, 4px -1px #4682b4, -4px 1px #4682b4, 4px 1px #4682b4, -3px 2px #4682b4, 3px 2px #4682b4, -2px 3px #4682b4, 2px 3px #4682b4, -1px 4px #4682b4, 1px 4px #4682b4;
}

#pageTitle h1 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

#pageTitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: url(./img/common/bg_h1.png);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 2;
}

/*--ぱんくず--*/
#pagePath {
    /* background: #C4BB9A; */
    padding: 10px 0;
}

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

#pagePath p a {
    color: #222222;
}


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

#main #form {
    overflow: visible;
    position: relative;
    padding: 120px 0 30px;
    background: url(./img/bg_beige02.png) center center;
    margin: 140px 0 0;
}

#main #form .inner {
    overflow: visible;
    position: relative;
    padding: 140px 0 0;
    margin-top: -260px;
}

#main #form .inner:before {
    content: '';
    background: url(./img/form_bg.png) no-repeat center top;
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin: 0 0 0 -700px;
    display: block;
    height: 140px;
}

#main #form:before,
#main #form:after {
    content: '';
    background: url(./img/dotLine.png) repeat-y center center;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 0;
    margin: 30px 0 30px -700px;
    width: 10px;
}

#main #form:after {
    margin: 30px -700px 30px 0;
    right: 50%;
    left: inherit;
}


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

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

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

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

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

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

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

#main #form ul.formStep li {
    background: #f3f1eb !important;
    font-size: 17px;
    margin: 5px 0 !important;
    position: relative;
    width: 243px;
    float: left;
    height: 50px;
    padding: 0 10px 0 80px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

#main .worksForm {
    padding: 20px 0 30px !important;
    margin: 0 0 0 !important;
}

#main .worksForm .inner:before {
    content: none !important;
}

#main .worksForm .inner {
    padding: 20px 0 0 !important;
    margin-top: 0 !important;
}

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

#main .formBox table {
    margin: 0 0 40px;
}

#main .formBox th {
    padding: 20px 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 30%;
    font-size: 16px;
    background: #DDDDDD !important;
    border-bottom: #f5f5f5 solid 1px;
}

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

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

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

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

#main .formBox td .wpcf7-list-item {
    margin: 0 0 0 0;
}

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

#main .formBox td span.note {
    font-size: 14px;
}

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

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

#main .formBox td a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 16px;
    height: 18px;
    line-height: 1;
    color: #004098;
    position: absolute;
    /*right: 20px;*/
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
}


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

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

#main .formBox td input.your-zip {
    width: 240px;
}

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

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

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

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

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

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

#main .formBox td input[type="checkbox"] {
    margin-right: 5px;
}

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

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


#main .formBox .submit input {
    padding: 10px 50px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    background: #db2a33;
    font-family: '07ロゴたいぷゴシック7', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

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

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

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

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

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

#main .formBox table p {
    margin-bottom: 0px !important;
}

.wpcf7-spinner{
	margin: 5px auto 0 !important;	
	display: none;
}
.submitting .wpcf7-spinner{
	display: block !important;
}

/*--メインカラム--*/
#contents {
    margin: 0 auto;
}

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

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

#top #contents #main {
    padding: 0;
}

#top #contents #main .mainCatch {
    margin-top: 20px;
}


/*--ブログ形式ページ--*/
#main .colorList li,
#main .taxList li,
#main .areaList li {
    display: inline-block !important;
    padding: 0;
    background: none;
    margin: 0;
}

#main .colorList li {
    /* display: block !important; */
}

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

#main .cat a,
#main .colorList li a,
#main .taxList li a,
#main .areaList li a {
    display: inline-block !important;
    background: #db2a33;
    color: #fff !important;
    font-weight: bold;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 2px 10px;
    position: inherit;
}

#works #main .cat a,
#voice #main .cat a {
    background: #004098;
}

#main .taxList.colorList li a {
    color: #222222 !important;
    background: none;
    border: none;
    padding-left: 25px;
    /* background-color: #C4BB9A;
    border: solid 1px #C4BB9A; */
}

#main .taxList.colorList li {
    position: relative;
}

#main .taxList.colorList li a:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: #263644;
}

#main .taxList.colorList li a:after {
    position: absolute;
    content: "";
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

#main .taxList.colorList .children {
    margin-bottom: 10px;
}

#main .taxList.colorList .children>li.cat-item a::before,
#main .taxList.colorList .children>li.cat-item a::after {
    content: none !important;
}

#main .taxList.colorList .children li a {
    color: #fff !important;
    background-color: #C4BB9A;
    border: solid 1px #C4BB9A;
    padding: 2px 7px;
}

#main .taxList.colorList .cat-item-287 .children li a {
    background: #3EA369;
    border: solid 1px #3EA369;
}

#main .taxList.colorList .cat-item-320 .children li a {
    background: #ef5484;
    border: solid 1px #ef5484;
}

#main .taxList.colorList .cat-item-284 .children li a {
    background: #A35E36;
    border: solid 1px #A35E36;
}

#main .taxList.colorList .cat-item-286 .children li a {
    background: #378FF0;
    border: solid 1px #378FF0;
}

#main .taxList.colorList .cat-item-282 .children li a {
    color: #cf9c7a !important;
    background: #fff3cf;
    border: solid 1px #fff3cf;
}

#main .taxList.colorList .cat-item-317 .children li a {
    background: #F04537;
    border: solid 1px #F04537;
}

#main .taxList.colorList .cat-item-285 .children li a {
    background: #fdd736;
    border: solid 1px #fdd736;
}

#main .taxList.colorList .cat-item-283 .children li a {
    background: #616161;
    border: solid 1px #616161;
}


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

#main .taxList li a {
    background: #004098;
    border: #004098 solid 1px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
    box-shadow: 0px 0px 0px 2px #fff inset;
}

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

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

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

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

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

#main #archiveList {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

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

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


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

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

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

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

#main #archiveList a:hover {
    opacity: 0.8;
    transition: 0.7s;
}

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

#main #archiveList .contTxt {
    color: #222222;
}

#main #archiveList .price {
    color: #db2a33;
}

#main .priceDetails {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

#main .priceDetails li {
    width: 49% !important;
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding: 0 !important;
    margin: 0 0 3px !important;
}

#main .priceDetails li.caulking {
    width: 100% !important;
    margin-top: 6px;
}

#main .priceDetails li:nth-of-type(n + 3) {
    margin-top: 5px;
}

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

#main .priceDetails li .ti,
#main .priceDetails li .detailP,
#main #archiveList .priceDetails li .detailP {
    display: block;
    padding: 4px 6px;
    box-sizing: border-box;
    margin: 0;
}

#main .priceDetails li .ti {
    background: #e13131;
    color: #fff;
    text-align: center;
    width: 35%;
    border-radius: 3px 0 0 3px;
}

#main .priceDetails li .detailP,
#main #archiveList .priceDetails li .detailP {
    background: #fff;
    border-radius: 0 3px 3px 0;
    color: #e13131;
    text-align: right;
    width: 65%;
    background: #efefef;
}

#main #archiveList .priceDetails li .detailP {}




/*#main #archiveList h3 {
    margin: 35px 0 0 0;
    color: #0b3e9b;
    font-size: 18px;
}*/
/*#voice #main #archiveList h3 {
    margin-top: 10px;
}*/
#blog #main #archiveList h3 {
    height: 40px;
}

#main #archiveList .archiveTumb {
    width: 320px;
    height: 230px;
    border: #ccc solid 1px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#main #archiveList 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; */
}

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

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

#toc_container a {
    display: inline-block;
}



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

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

#main #archiveList .detail {
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: bold;
    background: -webkit-linear-gradient(90deg, #1758be 0%, #1c9edd 100%);
    background: -moz-linear-gradient(90deg, #1758be 0%, #1c9edd 100%);
    background: -o-linear-gradient(90deg, #1758be 0%, #1c9edd 100%);
    background: -ms-linear-gradient(90deg, #1758be 0%, #1c9edd 100%);
    background: linear-gradient(0deg, #1758be 0%, #1c9edd 100%);
    box-shadow: 0px -2px 0px 0px #0c4661;
    border-radius: 4px;
    padding: 3px 5px;
    width: 140px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
}

#main #archiveList .cat {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 1.4;
}

#main #archiveList .cat span {
    background: #db2a33;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    padding: 0 5px;
}

#blog #main strong {
    font-weight: 700;
}

/*--施工事例・お客様の声--*/
#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;
    margin-bottom: 30px;
    position: relative;
}

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

#main .picBox .btmPhoto {
    float: left;
    width: 287px;
    height: 207px;
    position: relative;
    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 .arrowImg {
    margin: 10px 0 0;
    float: right;
}

#main .picBox02 {
    margin-top: 40px;
}

#main .picBox02 .photo {
    float: right;
    width: 686px;
    position: relative;
}

#main .picBox02 .btmPhoto {
    float: left;
    width: 287px;
    position: relative;
}

#main .picBox02 .arrowImg {
    margin: 15px 0 0 100px;
}

#main .picBox03 .btmPhoto {
    display: none;
}

#main .picBox03 {
    background: #efefef;
    padding: 15px;
}

#main .picBox03 .photo {
    margin: 0 auto;
    float: none;
}

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

#main .picBox span.after {
    background: #db2a33;
}

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

#main .voiceSummary {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

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

#main .voicephotList {
    float: left;
    width: 316px;
    margin-right: 30px;
}

#main .voicephotList li {
    background: none;
    padding: 0;
    position: relative;
    margin: 0 0 20px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 316px;
    height: 206px;
    overflow: hidden;
}

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

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

#main .voicephotList li .imgLayer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: none;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
}

#main .voiceData table {
    margin-bottom: 30px;
}

#main .voice_reviewBox {
    margin-bottom: 50px;
}

/*------------- tmp -------------*/
#readmore {
    clear: both;
    padding-top: 50px;
    text-align: center;
}

#readmore a {
    font-size: 21px;
    font-weight: bold;
    border-radius: 4px;
    color: #FFFFFF;
    background: #002590;
    padding: 10px 10px 25px 10px;
    display: block;
    width: 400px;
    margin: 10px auto 0;
    box-shadow: 0 5px 0 0 rgba(0, 20, 142, 0.6);
    line-height: 1.2;
    position: relative;
}

#readmore a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -7px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#readmore img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
    border: none !important;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
    background: #FFF;
    display: inline-block !important;
    border-radius: 3px;
    line-height: 1.2;
}

.wp-pagenavi a {
    background: #263644;
    color: #fff !important;
    border: none !important;
}

/*投稿画像の回り込み処理*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    display: inline;
}*/
img.alignright {
    padding: 0;
    margin: 0 0 10px 30px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 30px 10px 0;
    display: inline;
}

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

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

img {
    border-style: none;
}

/*pagenavi*/
#main .naviUl {
    margin: 0 0 20px !important;
    height: 34px;
    position: relative;
}

#main .pagenavi {
    padding: 20px 0 0 0 !important;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
}

#main .pagenavi a {
    display: inline-block;
    border-radius: 5px;
    background: #263644;
    /*border:solid 3px #338593;*/
    padding: 5px 5px;
    width: 130px;
    text-align: center;
    transition: 0.7s;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .pagenavi a:link,
#main .pagenavi a:hover,
#main .pagenavi a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

#main .pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

#main .pagenavi li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block;
    width: 140px;
}

#main .pagenavi li a:before,
#main .pagenavi li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    left: inherit;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .pagenavi li a:before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

#main .pagenavi li a:after {
    right: 26px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #263644;
    border-right: 2px solid #263644;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main .pagenavi .prev {
    position: absolute;
    right: 0;
}

#main .pagenavi .prev a {
    padding: 5px 20px 5px 5px;
}

#main .pagenavi li.list {
    position: absolute !important;
    left: 50%;
    margin-left: -70px !important;
}

#main .pagenavi li:before,
#main .pagenavi li:after,
#main .pagenavi li.list a:before,
#main .pagenavi li.list a:after {
    content: none;
}

#main .pagenavi .next {
    position: absolute !important;
    left: 0;
}

#main .pagenavi li.next a:before,
#main .pagenavi li.next a:after {
    left: 20px;
    right: inherit;
}

#main .pagenavi li.next a:after {
    left: 26px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#main .pagenavi .next a {
    padding: 5px 5px 5px 20px;
}

/*-------------------#top-----------------*/
#top .mainCatch h2 {
    background: none;
    padding: 0;
    margin: 0 0 30px 0;
    border: none;
    box-shadow: none;
}

#top .gglReview {
    padding: 10px 0;
}

#top .gglReview .inner {
    padding: 0;
    text-align: center;
}

#top #main h2 {
    padding-bottom: 0;
}

#top #main h2:after {
    content: none;
}

#top #main h2.havMedal {
    background: linear-gradient(to bottom, rgba(7, 45, 87, 0.8), rgba(0, 0, 0, 0.9));
    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;
    padding: 0 !important;
}

#top #main h2.havMedal img.imgMdl {}


.newsBox {
    width: 480px;
    position: relative;
    /* padding-top: 5px; */
    float: left;
    background-color: #ffffff;
}

#main ul.informationTab {
    overflow: hidden;
    border-bottom: #004098 solid 2px;
    margin-bottom: 0 !important;
    color: #fff;
    background-color: #4580b2;
}

#main ul.informationTab li {
    line-height: 1;
    float: left;
    margin-right: 3px !important;
    padding: 30px 10px 25px !important;
    text-align: center;
    width: 138px;
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 10px 10px 0 0;
    background-color: #77aae0;
}

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

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

#main ul.informationTab li.active,
#main ul.informationTab li:hover {
    background-color: #004098;
}

ul.tabContent li:hover {}

ul.tabContent li.active {}

div.tabContent {
    clear: both;
    display: none;
    /*border: #ccc solid 1px;
    background: #fff;*/
}

div.active {
    display: block;
}

#main .newsBox h4 {
    font-size: 12px !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 0 5px !important;
    font-weight: normal !important;
}

#main .newsBox h4:before,
#main .newsBox h4:after {
    content: none !important;
}

#main .newsBox .btn a,
#main .reasonBox .btn a {
    float: right;
    margin-bottom: 5px;
}

#main .newsBox .inBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 0;
}


#main .newsBox .inBox li {
    position: relative;
    overflow: hidden;
    border-bottom: #cccccc solid 1px;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

#main .newsBox .inBox li:first-of-type {}

#main .newsBox .inBox li:last-of-type {
    margin-bottom: 0;
}

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

#main .newsBox .inBox li a {
    color: #222222;
    text-decoration: none !important;
}

#main .newsBox .inBox li h5 {
    background: none !important;
    color: #f89100 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .newsBox .inBox li .price {
    color: #d00000 !important;
}

#main .newsBox .inBox p {
    font-size: 14px !important;
    margin-bottom: 0;
}

#main .newsBox .inBox .time {
    margin-bottom: 10px;
}


#main .newsBox .inBox .contTxt {
    /*    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    display: block;
    height: 3em;
}

#main .newsBox .inBox p strong {
    color: #e50012;
}

#main .newsBox .inBox .cat {
    position: absolute;
    top: 0;
    left: 165px;
    color: #fff;
    max-height: 25px;
    overflow: hidden;
    line-height: 1.1;
}

#main .newsBox .inBox li .cat a {
    color: #fff;
    position: relative !important;
}


#main .newsBox .inBox li .newsTumb {
    width: 146px;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #fff;
    float: left;
    margin-right: 20px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .newsBox .inBox li img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}

#main .newsBox .inBox li .newsAtcl {
    overflow: hidden;
    padding-top: 25px;
}

#main .newsBox .inBox li .newsAtcl h3 {
    background: none;
    color: #004098;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    border-top: none;
    margin: 0 0 10px;
    line-height: 1;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main .newsBox .btnNews {
    text-align: right;
}

#main .newsBox .btnNews a {
    display: block;
    position: relative;
    padding: 0 43px 0 0;
    color: #222222;
    text-decoration: none;
}

#main .newsBox .btnNews a:after {
    position: absolute;
    top: 0;
    bottom: -5px;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 13px;
    right: 20px;
    height: 18px;
    line-height: 1;
    color: #222222;
}


#main .commitPoint {
    padding: 0 0 30px;
}

#main .commitPoint h2 {
    background: url(/cms/wp-content/uploads/2019/07/commit_ttl.jpg) no-repeat center center;
    background-size: cover;
    border-image: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 34px;
    color: #fff;
    width: auto;
    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: left;
    height: 450px;
    line-height: 1.2;
    padding: 0;
}

#main .commitPoint h2 span {
    width: 1000px;
    margin: 0 auto;
    font-size: 34px;
}

#main .commitPoint h2 strong {
    color: #e13131;
    font-size: 44px;
    display: block;
}

#main .commitPoint .inner {
    overflow: visible;
}

#main .commitPoint ol {
    padding: 0;
    margin-top: 50px;
    counter-reset: commitpoint;
}

#main .commitPoint ol li {
    list-style: none;
    position: relative;
    clear: both;
    margin-bottom: 50px;
    counter-increment: commitpoint;
}

#main .commitPoint ol li .imgLayer {
    top: -30px;
    left: -40px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

#main .commitPoint ol li:nth-child(2n) .imgLayer {
    top: -30px;
    left: 480px;
}

#main .commitPoint ol li .imgLayer.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}



#main .commitPoint ol li h3 {
    border-bottom: #ddd dashed 1px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
    color: #23ac38;
    font-size: 24px;
    background: none;
    border-top: none;
    text-align: left;
}

#main .commitPoint ol li h3:after {
    content: none;
}

#main .commitPoint ol li h3 strong {
    display: block;
    font-weight: normal;
}

#main .commitPoint ol li h3 span {
    display: inline-block;
    background: #23ac38;
    color: #fff;
    font-size: 18px;
    padding: 0 35px 0 10px;
    position: relative;
}

#main .commitPoint ol li h3 span:after {
    content: counter(commitpoint, decimal);
    border: #fff solid 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    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 .voiceList,
#main .worksList {
    text-align: center;
    margin-bottom: 50px;
}

#main .worksRlt {
    margin-bottom: 30px;
}

#main .voiceList ul,
#main .worksList ul {
    position: relative;
    overflow: hidden;
}

#main .voiceList li,
#main .worksList li {
    width: 320px;
    float: left;
    margin: 30px 18px 0 0;
    position: relative;
    padding: 0;
    text-align: left;
}

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

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

#main .worksList li:nth-child(-n + 3),
#main .voiceList li:nth-child(-n + 3) {
    margin-top: 0;
}

#main .worksList li:nth-child(3n),
#main .voiceList li:nth-child(3n) {
    margin-right: 0;
}

#main .housemakerBox {
    margin: 30px 0;
}

#main .housemakerList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 30px 0;
}

#main .housemakerList li {
    width: inherit;
    margin: 0 !important;
}

#main .housemakerList li:last-child {
    margin: 0 !important;
}

#main .housemakerList li img {
    height: 32px;
}

#main .voiceList a,
#main .worksList a {
    display: block;
    color: #222222;
    text-decoration: none !important;
}

#main .voiceList h3,
#main .voiceList .contTxt,
#main .worksList h3,
#main .worksList .contTxt {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    font-size: 13px;
    padding: 0;
    margin: 5px 0;
    color: #222222 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: auto;
}

#main .voiceList h3:after,
#main .worksList h3:after {
    content: none;
}

#main .voiceList .time,
#main .worksList .time {
    font-size: 13px;
    font-weight: bold;
    color: #004098;
    margin: 5px 0;
    display: block;
}

#main .worksBox .inner {
    padding: 0 0 30px 0;
}

#main .worksBox h2 {
    background: none;
    color: #222222;
    font-size: 30px;
    text-align: center;
    padding: 5px 10px;
    margin: 0 auto 30px;
    text-shadow: 0 0 25px #fff,
        0 0 20px #fff,
        0 0 0.40px #fff;
}

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


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

#main .worksList .price {
    font-weight: bold;
    color: #db2a33;
    font-size: 13px;
    margin-bottom: 5px;
}

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

#main .worksList .price span {
    display: inline-block;
    background: #db2a33;
    color: #FFF;
    border-radius: 3px;
    padding: 1px 4px 0 4px;
    margin-right: 8px;
}

#main ul.works-menu01 {
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

#main .worksList .works-menu01 li:nth-child(3n),
#main ul.works-menu01 li {
    width: 23%;
    width: calc(25% - 10px);
    background-color: #004098;
    padding: 1px;
    border-radius: 30px;
    margin: 0 10px 0 0;
    float: left;
    font-size: 25px;
}

#main ul.works-menu02 {
    margin-bottom: 20px;
}

#main .worksList .works-menu02 li:nth-child(3n),
#main ul.works-menu02 li {
    background-color: #4682b4;
}

#main ul.works-menu01 li:before,
#main ul.works-menu01 li:after {
    content: none;
}

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

#main ul.works-menu01 li:nth-child(3n+1) {
    clear: none;
}

#main ul.works-menu01 li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px;
    text-align: center;
}

/*---------works-single-------------*/
#works #main .staffProf {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#works #main .staffProf {
    border: solid 10px #eee;
    margin: 20px 0;
}

#works #main .staffProf h3 {
    color: #fff;
    border: none;
    background: #23ac38;
    margin: 0 0 15px 0;
}

#works #main .staffProf .floatL {
    margin-right: 40px;
}

#works #main .staffProf .staffPhoto {
    width: 240px;
    height: 290px;
    margin-bottom: 20px;
}

#works #main .staffProf .staffPhoto img {
    width: 100%;
    height: auto;
}

#works #main .staffProf .profileDetail {
    overflow: hidden;
}

#works #main .staffProf .profileDetail .positionTxt {
    margin-bottom: 5px;
    font-size: 12px;
}

#works #main .staffProf .profileDetail .positionTxt span {
    color: #fff;
    background: #f17c2d;
    border-radius: 4px;
    padding: 0 5px;
}

#works #main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#works #main .staffProf .profileDetail .staffMsg {
    font-size: 14px;
}

#works #main .staffProf .profileDetail dl dt {
    background: #3fb555;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#works #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;
}

#works #main .staffProf .profileDetail .mainpic {
    width: 227px;
    height: 268px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

#works #main .staffProf .profileDetail .mainpic 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;
}

#works #main .staffProf .fbtn {
    text-align: center;
    margin-bottom: 0;
}

/*------------色選びポイント-----------*/
#main .colorPoint li {
    border: #e3e3e3 solid 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .colorPoint li p:last-child {
    margin-bottom: 0;
}

#main .colorPoint li h4 {
    padding: 0;
    line-height: 1.3;
    color: #23ac38;
    margin-bottom: 5px;
    text-align: center;
}

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

/*------------安心-----------*/
#main .reasonList {
    background: url(./img/reasonList_img.png) no-repeat right -235px bottom -66px, url(./img/check_bg.png) center center;
    position: relative;
    overflow: hidden;
    margin: 30px auto;
    border: #77aae0 solid 10px;
    padding: 0;
    box-sizing: border-box;
}

#main .reasonList a,
#main .reasonList div.disp {
    text-decoration: none;
    color: #333;
    padding: 15px;
}

#main .reasonList h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: bold !important;
    color: #222222;
    text-align: center;
    text-shadow: 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white;
}

#main .reasonList h3 span {
    color: #db2a33;
}

#main .reasonList h3 img {
    margin-right: 10px;
}

#main .reasonList ol {
    padding-left: 55px;
    margin-bottom: 0;
    ;
}

#main .reasonList li {
    list-style: decimal-leading-zero;
    font-size: 28px;
    margin: 0 0 6px 0;
    font-weight: bold;
}

#main .reasonList li strong {
    color: #e60012;
    font-weight: bold;
}

#main .reasonList li a {
    border: none;
    padding: 0;
}

#main .reasonList li a:hover {
    opacity: 0.7;
    transition: 0.7s;
}

#main .reasonList__btn {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#main .rIconList {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#main .rIconList li {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #ef8042;
    border-radius: 10px;
    width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    padding: 15px 5px 5px;
    list-style: none;
}

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

#main .rIconList06 li {
    background: #23ac38;
    font-size: 16px;
}


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

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

#main .rIconList li span {
    border-radius: 5px;
    background: #d75c18;
    display: block;
    margin: 10px 0 0;
    padding: 5px;
    font-weight: normal;
}

#main .rIconList06 li span {
    background: #1b812a;
}


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

#main .contentBnrList li {
    float: left;
    margin: 40px 40px 0 0;
    background: none;
    padding: 0;
}

#main .contentBnrList li:nth-child(-n + 2) {
    margin-top: 0;
}

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

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

/*basicKnow*/

#main .basicKnow {
    margin-top: 30px;
}

#main .basicKnow h2 {
    color: #fff;
    font-size: 52px !important;
    float: left;
    margin-right: 15px;
    width: 239px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    padding: 0;
    box-shadow: none;
    margin: 0 15px 30px 0;
    border: none;
}

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

#main .basicKnow h2 span {
    font-size: 52px !important;
    background: #263644;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    padding: 1px 3px 5px;
    margin-top: 5px;
}

#main .basicKnow h2 span:nth-child(-n + 4) {
    margin-top: 0;
}

#main .basicKnow h2 span img {
    vertical-align: bottom;
    border-image: none;
}


#main .basicKnow h3 {
    background: #4682b4;
    border: none;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    padding: 5px 15px;
}

#main .basicKnow .catchTtl {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 0;
    font-weight: bold;
}

#main .basicKnow .catchTtl strong {
    background: none;
    color: #db2a33;
    font-weight: bold;
}

#main .basicKnow .catchTtl strong.txtL {
    font-size: 70px;
}

#main .basicKnow .catchTtl span {
    color: #45b440;
}


#main .basicKnow .pointList {
    /*
    padding-bottom: 25px;
    border-bottom: #333 dotted 1px;*/
    counter-reset: point;
}

#main .basicKnow .pointList li {
    position: relative;
    overflow: hidden;
    counter-increment: point;
}

#main .basicKnow .pointList li h4 {
    font-size: 18px !important;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}

#main .basicKnow .pointList li .ttl {
    font-size: 25px !important;
    padding: 0;
    margin: 10px 0;
    color: #db2a33;
    font-weight: bold;
}

#main .basicKnow .pointList li h4:before,
#main .basicKnow .pointList li h4:after {
    content: none;
}

#main .basicKnow .pointList li p {
    font-size: 15px !important;
}

/*#main .basicKnow .pointList li:before {
    content: "POINT "counter(point, decimal-leading-zero) !important;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 10;
    background: #f8b500;
    top: 20px;
    left: -50px;
    padding: 4px 50px;
}*/
#main .basicKnow .pointList li:before,
#main .basicKnow .pointList li:after {
    content: none;
}

#main .basicKnow .pointList li .pointImg {
    position: relative;
}

#main .basicKnow .pointList li img {
    display: block;
}

#main .basicKnow .pointList li .imgLayer {
    left: 0;
    bottom: 0;
}

#main .basicKnow .pointList li h6 {
    background: none;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
}

#main .basicKnow .pointList li h6 strong {
    color: #d73d33;
    display: block;
}

#main .basicKnow .pointList li ul li {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#main .basicKnow .pointList li ul li strong {
    font-weight: normal;
    background: #fcff00;
    line-height: 0.6;
    display: inline-block;
}

#main .basicKnow .pointTxt .imgL20 {
    margin-top: 20px;
}

#main .profileBox h2 {
    padding: 20px 0 0;
}

#main .profileBox .groupPhoto {
    background: url(./img/common/group_photo01.png) no-repeat center bottom;
    width: 550px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

#main .profileBox .groupPhoto p {
    font-size: 35px;
    color: #7FB825;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 65px;
}

#main .profileBox .overflowH p {
    font-size: 15px;
}

#main .profileBox ul {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .profileBox ul li {
    display: inline-block;
    border-radius: 3px;
    background: #0eaa8e;
    position: relative;
    width: 48%;
    width: calc(50% - 5px);
    padding: 0;
    margin: 10px 0 0 0;
}

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

#main .profileBox ul li a {
    display: block;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 20px 40px 20px 50px;
    text-decoration: none !important;
}

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

#main .profileBox ul li:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

#main .profileBox ul li:after {
    left: 35px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0eaa8e;
    border-right: 2px solid #0eaa8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------------------#first-----------------*/
#main .firstPoint {
    padding: 0 0 30px;
}


#main .firstPoint.inner {
    overflow: visible;
}

#main .firstPoint ol {
    padding: 0;
    margin-top: 50px;
    counter-reset: firstpoint;
}

#main .firstPoint ol li {
    list-style: none;
    position: relative;
    clear: both;
    margin-bottom: 50px;
    counter-increment: firstpoint;
    display: flow-root;
}

#main .firstPoint ol li .imgLayer {
    top: -50px;
    left: -40px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

#main .firstPoint ol li:nth-child(2n) .imgLayer {
    top: -50px;
    left: 480px;
}

#main .firstPoint ol li .imgLayer.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

#main .firstPoint ol li h3 {
    border-bottom: #ddd dashed 1px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
    color: #004098;
    font-size: 24px;
    background: none;
    border-top: none;
    text-align: left;
}

#main .firstPoint ol li h3:after {
    content: none;
}

#main .firstPoint ol li h3 strong {
    display: block;
    font-weight: normal;
}

#main .firstPoint ol li h3 span {
    display: inline-block;
    background: #004098;
    color: #fff;
    font-size: 18px;
    padding: 0 35px 0 10px;
    position: relative;
}

#main .firstPoint ol li h3 span:after {
    content: counter(firstpoint, decimal);
    border: #fff solid 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    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 .firstPoint table {
    width: 480px;
    height: 250px;
    float: right;
    clear: none;
}

#main .firstPoint table th,
#main .firstPoint table td {
    padding: 10px 10px;
    background: #efefef;
    position: relative;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    vertical-align: middle;
    text-align: center;
}

#main .firstPoint table th {
    width: auto;
    background-color: #23ac38;
    color: #fff;
    vertical-align: middle;
}

#main .firstPoint p {
    font-size: 16px;
}


#main .firstPoint h5 {
    font-size: 36px;
    background: none;
    padding: 0;
    color: #222222;
    margin-top: 0;
}

#main .firstPoint table strong {
    font-weight: bold;
    color: #e50012;
}

#main .firstPoint table caption {
    caption-side: bottom;
    text-align: right;
}

#main .firstPoint .btn {
    margin-bottom: 40px;
    float: right;
}


#first #main .catchTtl {
    font-size: 50px;
    line-height: 1.3;
}



/*-------------------#showroom-----------------*/

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

#main .showroomFeature {}

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

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

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

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

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

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

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

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

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

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

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

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

#main .featureContents {
    padding: 0;
}

#main .featureContents ol {
    counter-reset: feature;
    padding: 0;
    margin: 0;
}

#main .featureContents ol>li {
    counter-increment: feature;
    position: relative;
    margin: 0 0 30px;
}

#main .featureContents ol>li .imgLayer {
    bottom: 0;
    right: 0;
}

#main .featureContents ol>li p {
    margin-bottom: 0 !important;
}

#main .featureContents li {
    list-style: none;
    padding: 0;
}

#main .featureContents h3 {
    color: #222222;
    font-size: 52px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding: 15px 0;
    border: none;
    overflow: hidden;
}


#main .featureContents h3:before {
    background: #4682b4;
    border: rgba(255, 255, 255, 0.3) solid 7px;
    border-radius: 50%;
    color: #ffffff;
    content: '来店\Aすると';
    white-space: pre;
    width: 125px;
    height: 125px;
    float: left;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
}

#main .featureContents h3 img {
    position: absolute;
    top: 0;
    right: 0;
}

#main .featureContents .photoUL li {
    width: 320px !important;
    height: 230px !important;
    margin: 0 20px 0 0 !important;
    float: left;
}

#main .featureContents .photoUL li:last-child {
    margin-right: 0 !important;
}

#main .featureContents .awardsImg li {
    width: 320px !important;
    height: 244px !important;
    margin: 0 20px 20px 0 !important;
    border: solid 1px #ccc;
    box-sizing: border-box;
}

#main .featureContents .awardsImg li:nth-child(3n) {
    margin: 0 0 20px 0 !important;
}

#main .featureContents .awardsImg li img {
    width: 100%;
    height: 100%;
}


#main .showroomPict {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

#main .showroomPict .mainimglist {
    width: 707px;
    height: 564px;
    position: relative;
    overflow: hidden;
    float: left;
}

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

#main .showroomPict .thumbnaillist {
    width: 278px;
    float: right;
    margin-top: 0;
}

#main .showroomPict .thumbnaillist li {
    background: none;
    padding: 0;
    margin: 0 0 15px;
}

#main .showroomPict .thumbnaillist li:last-child {
    margin-bottom: 0;
}

#main .showroomPict .thumbnaillist li a {
    width: 278px;
    height: 178px;
    overflow: hidden;
    display: block;
    position: relative;
}

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

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

#main .showroomDetail {
    padding-top: 0;
}

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

#main ul.showroomDetail li {
    width: 490px;
    float: left;
    padding: 0;
    margin: 0;
    background: none;
}

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

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

#main ul.showroomDetail li img {
    margin-bottom: 10px;
}

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

#main .showroomDetail .leadTxt p {
    font-size: 25px;
}

#main .showroomDetail table {
    margin-bottom: 30px;
}

#main .showroomDetail .tel {
    margin-top: 0;
}

#main .showroomDetail .tel span {
    background: url(./img/common/ico_freedial.png) no-repeat left center;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #e13131;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    padding-left: 40px;
    display: block;
}

#main .showroomMerit h5 {
    background: #004098;
}

#main .showroomMerit ol {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#main .showroomMerit ol li {
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 35px 0 0;
    position: relative;
    display: block;
    float: left;
    list-style-type: none;
}

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

#main .showroomMerit ol li h5 {
    background: none;
    color: #db2a33;
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-family: 'Akshar', Gadget, sans-serif;
    font-weight: 700 !important;
}

#main .showroomMerit ol li h5 span {
    font-size: 36px;
}

#main .showroomMerit ol li img {
    float: right;
    margin: 0 0 0 10px;
}

#main .showroomMerit ol li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

#main ol.showroomStep {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}

#main ol.showroomStep li {
    list-style-type: none;
    float: left;
    width: 250px;
    margin: 15px 0 0 -50px;
}

#main ol.showroomStep li span {
    background: #23ac38;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
}

#main ol.showroomStep li:first-child {
    width: 200px;
    margin-left: 0;
}

#main ol.showroomStep li h4 {
    background: -webkit-linear-gradient(0deg, #23ac38 0%, #ef8042 100%);
    background: -moz-linear-gradient(0deg, #23ac38 0%, #ef8042 100%);
    background: -o-linear-gradient(0deg, #23ac38 0%, #ef8042 100%);
    background: -ms-linear-gradient(0deg, #23ac38 0%, #ef8042 100%);
    background: linear-gradient(90deg, #23ac38 0%, #ef8042 100%);
    margin: 0 50px 10px 0 !important;
    color: #fff !important;
    padding: 0 10px 0 50px;
}

#main ol.showroomStep li:first-child h4 {
    padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
    background: #e13131;
}

#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 #ef8042;
    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 #e13131;
}

#main ol.showroomStep li p {
    padding-left: 40px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main ol.showroomStep li:first-child p {
    padding-left: 0;
}

/*-------------------#reason-----------------*/

#reason .catchTtl {
    font-size: 66px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
    color: #222222;
}

#reason .catchTtl:after {
    content: none;
}


#reason .catchTtl .ttlIco {
    background: url(./img/catchIco.png) no-repeat center center;
    float: left;
    width: 155px;
    height: 155px;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 20px 0 0;
    padding-top: 10px;
}

#reason .catchTtl span.txtFree {
    background: #e13131;
    border-radius: 4px;
    font-size: 40px;
    display: table-cell;
    width: auto;
    height: auto;
    padding: 0 15px;
    margin: 0;
    line-height: 1.3;
    float: none;
}

#reason #main .bg05 {
    padding: 30px 0;
}

#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-child {
    margin-bottom: 0;
}

#main .reasonDetail h3 {
    margin-bottom: 20px;
    font-size: 35px;
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    padding: 0;
    line-height: 1.3;
    min-height: 75px;
    text-align: left;
    color: #222222;
}

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

#main .reasonDetail h3 img {
    position: absolute;
    left: 0;
}

#main .reasonDetail h3 span {
    border-radius: 4px;
    border: #4682b4 solid 1px;
    color: #4682b4;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1;
}

#main .reasonDetail h3 strong {
    color: #e13131;
}

#main .reasonDetail .alignleft {
    margin: 0 30px 15px 0;
}

#main .reasonDetail .alignright {
    margin: 0 0 15px 30px;
}

#main .reasonDetail p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
}

#main .reasonDetail img {
    margin-bottom: 20px;
}


#main .reasonDetail .imgL30 {
    margin-bottom: 0;
}

#main .reasonDetail li p:last-child {
    margin-bottom: 0;
}

#main .reasonDetail .btn {
    float: right;
}

#main .reasonDetail .overflowH {
    margin-bottom: 20px;
}

#main .showroomRecommended {
    margin-top: 20px;
    border-top: #222222 dotted 1px;
    padding-top: 10px;
    overflow: hidden;
}

#main .showroomRecommended li {
    background: none;
    border-bottom: #222222 dotted 1px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 8px 35px;
    margin: 0 0 8px;
}

#main .showroomRecommended li:last-child {
    margin-bottom: 0;
}

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

#main .showroomRecommended>li:before {
    background: #4dbe53;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

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

#main .showroomRecommended li strong {
    background: #ef8042;
    display: inline-block;
    line-height: 0.5;
}

/*-------------------#staff-----------------*/
#staff #main .staffShop {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}

#staff #main .staffShop li {
    position: relative;
    font-size: 25px;
    background: none;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 35px 0 0;
}

#staff #main .staffShop li:before,
#staff #main .staffShop li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#staff #main .staffShop li:before {
    background: #23ac38;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

#staff #main .staffShop li:after {
    left: 4px;
    width: 5px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#staff #main .staffShop li a {
    color: #222222;
    text-decoration: none;
}

#main .staffList {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

#main .staffList li {
    list-style: none;
    background: none;
    float: left;
    margin: 35px 20px 0 0;
    width: 235px;
    padding: 0;
    font-weight: bold;
}

#main .staffList li:nth-child(-n + 4) {
    margin-top: 0;
}

#main .staffList li:nth-child(4n) {
    margin-right: 0;
}

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

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

#main .staffList li .staffPict {
    width: 235px;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

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

#main .staffList li .positionTxt {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    line-height: 1;
}

#main .staffList li .positionTxt span {
    border-radius: 4px;
    /*background: #173A82;*/
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
    margin-bottom: 3px;
    line-height: 1.2;
    margin-right: 5px;
    text-align: center;
}

#staff #main .staffProf .profileDetail .positionTxt span {
    border-radius: 4px;
    background: #004098;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 6px 8px 3px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 7px;
    text-align: center;
}

#main .staffList li .staffName {
    color: #222222;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#staff #main .staffProf .profileDetail .staffName {
    color: #222222;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
}

#main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
    color: #db2a33;
    font-size: 12px;
    display: block;
}

#staff #main #staffSection .inner {
    padding-top: 0 !important;
}

#staff #main #staffSection .inner .combnrListOtr li {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

#works #main .staffProf .btnD a,
#main .staffList li .btnDetail,
.staffProf a#btnClose {
    font-size: 14px !important;
    margin: 10px auto 0 !important;
    width: 8em !important;
    border-radius: 4px;
    padding: 0 10px;
    background: -webkit-linear-gradient(90deg, #3fb555 0%, #23ac38 100%);
    background: -moz-linear-gradient(90deg, #3fb555 0%, #23ac38 100%);
    background: -o-linear-gradient(90deg, #3fb555 0%, #23ac38 100%);
    background: -ms-linear-gradient(90deg, #3fb555 0%, #23ac38 100%);
    background: linear-gradient(0deg, #db2a33 0%, #ff5861 100%);
    box-shadow: 0px -2px 0px 0px #db2a33;
}

#works #main .staffProf .btnD a {
    color: #fff;
    text-decoration: none;
    width: auto !important;
    display: inline-block !important;
}

#works #main .staffProf .btnD {
    background: none;
    text-align: center;
    display: block !important;
}

.staffProf a#btnClose {
    font-size: 15px !important;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 6em;
    margin: 50px auto 0 auto !important;
    padding: 2px 40px;
}

body#staff.nocolumn {
    min-width: 0;
    overflow: hidden;
}

#staff #main .staffProf {
    padding: 20px;
}

#staff #main .staffProf .staffPict {
    width: 235px;
    height: 280px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

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

#staff #main .staffProf .profileDetail {
    overflow: hidden;
}

#staff #main .staffProf .profileDetail .positionTxt {
    margin-top: 0;
    font-size: 12px;
}

#staff #main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
    background: #F2F2F2;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#staff #main .staffProf .profileDetail dl dd {
    font-size: 15px;
}

#staff #main .movie-wrap {
    width: 100%;
    display: block;
    margin: 20px auto;
    clear: both;
}

#staff #main .iframe-wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#staff #main .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-------------------#colorsimulation-----------------*/


#colorsimulation .colorCtc {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-top: 20px;
}

#colorsimulation .colorCtc strong {
    color: #e13131;
}

#colorsimulation .colorCtc span {
    float: left;
    background-color: #e13131;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
    margin-top: -30px;
    font-weight: bold;
    font-size: 60px;
    border: solid 10px #e88080;
}

#main ul.colorsimulationBa li {
    padding: 0;
    margin: 0;
}

#main ul.colorsimulationBa li ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#main ul.colorsimulationBa li ul li {
    list-style: none;
    background: none;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

#main ul.colorsimulationBa li ul li.before {
    margin-right: 20px;
    float: left;
    overflow: visible;
}

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

#main ul.colorsimulationBa li ul li.before:after {
    content: ' ' !important;
    height: 0 !important;
    position: absolute !important;
    width: 0 !important;
    border: 20px solid transparent !important;
    border-left: #4682b4 solid 20px !important;
    left: 102% !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

#main ul.colorsimulationBa li ul li.after {
    float: right;
}

#main ul.colorsimulationBa li ul li.after img {
    margin-left: 10px;
}

#main ul.colorsimulationBa li 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: #004098 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: #004098;
    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;
}

#main .campaignArw {
    background: #e6dd43;
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin: 20px 165px 10px 0;
    position: relative;
}

#main .campaignArw:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    border-left: #e6dd43 solid 48px;
    left: 100%;
    top: 50%;
    margin-top: -30px;
}

#main h2.topH {
    background: url(./img/common/bg_toph2.png) no-repeat top left;
    position: relative;
    color: #333;
    font-size: 34px;
    line-height: 1;
    padding: 33px 0 0 52px;
    margin: 30px auto;
    border: none;

    box-shadow: none;
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#main h2.topH small {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

#main h2.topH span {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 60px;
}

#main .colorSL {
    text-align: left;
}

#main .colorSL li {
    width: auto !important;
    float: none;
    margin: 0;

}

#main .colorSL li:nth-child(-n + 3) {}

#main .trialBox .catchTtl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    clear: both;
}

#main .trialBox .catchTtl strong {
    color: #db2a33;
}

#main .trialBox>ul li {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

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

#main .trialBox>ul li iframe {
    width: 615px;
    height: 248px;
    float: left;
}

#main .trialBox>ul li img {
    float: right;
}

#main .tryPhoto {
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

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

#main .tryPhoto .imgLayer {
    right: 0;
    bottom: 0;
    z-index: 10;
}

#main .tryPhoto ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#main .tryPhoto ul li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

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

/*-------------------warningChk-----------------*/
#main .warningChk {
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .warningChk h3 {
    color: #23ac38;
    font-size: 30px;
    margin: 0 0 30px;
    padding: 0;
    border: none;
    background: none;
}

#main .warningChk h5 {
    margin: 0 0 10px;
    background: #e13131 !important;
    font-size: 18px !important;
}

#main .warningChk img {
    margin-right: 30px;
}

#main .warningChk ul {
    margin-bottom: 0;
}

#main .warningChk ul li {
    font-size: 16px;
    padding: 0 0 0;
    margin: 0 0 0;
    position: relative;
    color: #23ac38;
}

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



/*-------------------#rainleaking#diagnosis-----------------*/
#main .rainAnswer {
    padding-top: 0;
}

#main .rainAnswer h3 {
    background: #0b3e9b;
    color: #fff;
    border-radius: 4px;
    font-size: 25px;
    border-top: none;
    padding: 10px;
    margin: 0 0 25px;
}

#main .rainAnswer h3 span {
    background: #fff;
    color: #002590;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}

#main .rainAnswer .answerUl {
    width: 740px;
    padding-right: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(./img/common/img_answer.png) no-repeat bottom right;
    margin-bottom: 0;
}

#main .rainAnswer .answerUl li {
    width: 238px;
    padding: 0;
    border: 1px #cccccc solid
}

#main .rainAnswer .answerUl li:nth-child(-n + 3) {
    margin-top: 0;
}

#main .rainAnswer .answerUl li h4 {
    background: #0eaa8e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 3px 5px;
}

#main .rainAnswer .answerUl li h4:before,
#main .rainAnswer .answerUl li h4:after {
    content: none;
}

#main .rainAnswer .answerUl li p {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;
    line-height: 1.8;
}

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

#main .rainCts {
    background: #541d0e;
    border-radius: 4px;
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .rainCts h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.6;
    margin: 0 10px;
    background: none;
    padding: 0;
    border-top: none;
}

#main .rainCts ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 730px;
}

#main .rainCts ul li {
    padding: 15px 0;
    line-height: 1;
    background: #fff;
    color: #541d0e;
    border-radius: 5px;
    font-size: 23px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 236px;
}

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

#rainleaking #main .ranking,
#waterproof #main .ranking {
    padding: 0;
    margin: 0 0 20px;
}

#rainleaking #main .ranking li,
#waterproof #main .ranking li {
    list-style: none;
    font-size: 25px;
    font-weight: bold;
    color: #db2a33;
    margin: 0;
}

#rainleaking #main .catchTtl,
#waterproof #main .catchTtl {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}


#main .troubleBox h2 {
    position: relative;
    z-index: 10;
    padding: 15px 0 0;
    margin: 0 auto 20px;
    color: #222222;
    font-size: 32px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: #4682b4 solid 7px;
    border-image: none;
    text-align: left;
}

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

#main .troubleBox h2 img {
    float: left;
    margin: 0 10px 0 0;
}

#main .troubleBox h2 span,
#main .diagnosisPoint h2 span {
    display: block;
}

#main .troubleBox h2 span.txtL,
#main .diagnosisPoint h2 span.txtL {
    font-size: 48px;
}

#main .troubleBox h2 span.txtEn {
    color: #23ac38;
    font-size: 15px;
}

#diagnosis #main .troubleBox {
    background: #222222;
    padding: 10px 20px;
}

#diagnosis #main .troubleBox h3 {
    border-top: none;
    background: none;
    padding: 0;
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

#diagnosis #main .troubleBox h3 strong {
    color: #e6dd43;
}

#diagnosis #main .troubleBox h5 {
    margin: 0 0 10px;
}


#diagnosis #main .troubleBox ul li {
    background: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    font-size: 14px;
}

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


#diagnosis #main .troubleBox ul li strong {
    font-size: 18px;
}

#diagnosis #main .troubleBox ul.photoColumn3 {
    margin-bottom: 20px;
}

#diagnosis #main .troubleBox ul.photoColumn3 li {
    margin-right: 27px !important;
    width: 300px;
}

#diagnosis #main .troubleBox ul.photoColumn3 li:nth-child(3n) {
    margin-right: 0 !important;
}

#diagnosis #main .troubleBox p {
    font-size: 23px;
    line-height: 1.5;
    color: #fff;
    padding-top: 20px;
}

#diagnosis #main .troubleBox p img {
    float: left;
    margin: -20px 20px 0 0;
}

#diagnosis #main .troubleBox p strong {
    text-decoration: underline;
}

#diagnosis #main .troubleBox ul li h6 {
    margin: 10px 0 0 0;
}

#diagnosis #main .balloonBox {
    margin: 30px auto;
    background: #004098;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

#diagnosis #main .balloonBox p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}


#rainleaking #main .troubleBox h5,
#waterproof #main .troubleBox h5 {
    font-size: 30px;
    background: #004098;
}

#diagnosis #main .cautionBox {
    background: #ef8042;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#diagnosis #main .cautionBox h4 {
    color: #fff;
    font-size: 31px;
    margin: 15px 0;
    padding-left: 0;
    display: inline-block;
}

#diagnosis #main .cautionBox p {
    color: #fff;
    font-size: 18px;
}

#diagnosis #main .cautionBox ul {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0 0 0 25px;
}

#diagnosis #main .cautionBox ul li {
    float: left;
    margin: 0 0 0 10px;
    padding-left: 0;
}

#diagnosis #main .cautionBox h4:before,
#diagnosis #main .cautionBox h4:after,
#diagnosis #main .cautionBox ul li:before,
#diagnosis #main .cautionBox ul li:after {
    content: none;
}

#main .diagnosisPoint {
    margin-bottom: 0;
    padding: 0;
}

#main .diagnosisPoint ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main .diagnosisPoint li {
    list-style: none;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

#main .diagnosisPoint li {
    counter-increment: diagnosispoint;
}

#main .diagnosisPoint li img {
    float: left;
    margin-right: 20px;
}

#main .diagnosisPoint h3 {
    background: none;
    font-size: 44px;
    line-height: 1.1;
    border-top: none;
    padding: 10px 0 0 0;
    margin: 0 0 40px 0;
    color: #333;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#rainleaking .diagnosisPoint h3 {
    font-size: 43px;
}

#main .diagnosisPoint h2 {
    padding: 15px 0 0;
    margin: 0 auto 15px;
    color: #222222;
    font-size: 35px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
}

#main .diagnosisPoint h4 {
    clear: none;
}

#main .diagnosisPoint h3::before {
    color: rgb(255, 255, 255);
    width: 80px;
    height: 80px;
    float: left;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -3px;
    text-align: center;
    line-height: 1.2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    content: "POINT\a " counter(diagnosispoint, decimal-leading-zero);
    white-space: pre;
    background: #4682b4;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: initial;
    border-radius: 50%;
}

#diagnosis #main .diagnosisPoint {
    counter-reset: diagnosispoint;
}

#diagnosis #main .diagnosisPoint li {
    counter-increment: diagnosispoint;
}

#diagnosis #main .diagnosisPoint h3:before {
    content: 'ここが違う\A' counter(diagnosispoint, decimal-leading-zero);
    white-space: pre;
}

#waterproof #main .diagnosisPoint h3:before {
    content: '防水工事';
}




#main .recommendBox h2 {
    z-index: 10;
    padding: 0;
    width: auto;
    margin: 0 auto 15px;
    color: #222222;
    font-size: 44px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    text-align: left;
}

#main .recommendBox h2 span {
    display: table;
    margin: 0 0 10px;
    font-size: 24px;
    background: #016cb5;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

#main .recommendBox h2 span.txtL {
    font-size: 60px;
    background: none;
    display: block;
    color: #222222;
    padding: 0;
    margin-bottom: 0;
}

/*-------------------#harikae#siding-----------------*/

#main .sidingMerit .balloonBox {
    margin: 30px 0;
    text-align: center;
    padding: 10px;
}

#main .sidingMerit .balloonBox:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 25px solid transparent;
    border-top: #002590 solid 26px;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-radius: 0;
}

#main .sidingMerit .balloonBox p {
    font-size: 36px;
    font-weight: normal;
}

#main .sidingMerit .balloonBox strong {
    font-weight: bold;
    color: #fff;
}

/*-------------------#apartment-----------------*/

#apartment .catchLtl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

#apartment .catchLtl strong {
    color: #e13131;
}



/*-------------------#menu-----------------*/

#menu h2.subMain {
    background-size: cover !important;
    border-image: none;
    border: none;
    box-shadow: none;
    margin-bottom: 50px;
    font-size: 40px;
    color: #fff;
    width: auto;
    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;
    height: 500px;
    line-height: 1.2;
    padding: 0;
}

#menu h2.subMain span {
    width: 1000px;
    margin: 0 auto;
    font-size: 34px;
    text-shadow: 1px 2px 3px #000000;
}

.solutionBox .menuh3 {
    margin-bottom: 25px !important;
}

#main .textNote {
    font-size: 12px;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    text-align: right;
    margin-bottom: 0;
}

#main .leadTxt {
    font-size: 24px;
}

#main .catchMenu {
    background: #002590;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding: 5px 15px;
}

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

#main .wallPartsBox .floatL {
    width: 330px;
}

#main .wallPartsBox .floatR {
    width: 640px;
    text-align: center;
}

#main .wallPartsBox .catchTtl {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 10px;
}


#main .wallPartsBox .floatL .catchTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .wallPartsBox .catchTtl span {
    border-radius: 50%;
    background: #db2a33;
    color: #fff;
    width: 165px;
    height: 165px;
    font-size: 120px;
    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-bottom: 15px;
}

#main .wallPartsBox p.txts {
    font-size: 14px;
    font-weight: bold;
}

#main .wallPartsBox h4 {
    background: #004098;
    color: #fff;
    padding: 0;
    margin: 0 0 40px;
    margin: 0 0 10px;
    padding: 5px 10px;
}

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

#main h2.menuCatch {
    background: none;
    font-size: 45px;
    box-shadow: none;
    color: #222222;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

#main h2.menuCatch:after {
    background: #ef8042;
    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 h3 {
    background: none;
    border: none;
    display: inline-block;
    float: left;
    width: 740px;
    margin: 0;
    font-size: 30px;
    background: #dddddd;
    color: #222222;
    padding: 15px 25px;
    border-left: #4682b4 solid 4px;
    border-top: none;
    font-size: 18px;
    text-align: left;
    box-sizing: border-box;
}

#main .itemBox h3 img {
    display: block;
    margin-bottom: 5px;
}

#main .packBox {
    position: relative;
}

#main .packBox .imgIco {
    right: 120px;
    top: 0;
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
}

#main .itemImg {
    width: 217px;
    position: relative;
    overflow: hidden;
    float: right;
    /*    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    color: #999;
}

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

#main .itemPhoto p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

#main .itemSummery {
    width: 740px;
    float: left;
}

#main .itemSummery p {
    font-size: 22px;
}

#main .itemSummery .leadTxt {
    position: relative;
    padding-right: 55px;
}


#main .itemSummery .leadTxt p {
    font-size: 25px;
    line-height: 1.5;
}

#main .itemSummery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

#main .itemSummery ul li {
    background: none;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

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

#main .itemSummery ul li h5 {
    border-radius: 0;
    font-size: 20px;
    line-height: 2;
    margin: 0;
    background: #004098;
    height: 42px;
    width: 90px;
    padding: 15px;
}

#main .itemSummery ul li.itemFeature {
    -webkit-flex-basis: 370px;
    flex-basis: 370px;
    margin-right: 0;
}

#main .itemSummery ul li p {
    height: 40px;
    width: 175px;
    font-size: 30px;
    margin: 0;
    padding: 15px;
    background: #fffeee;
    border: #ccc solid 1px;
}

#main .itemSummery ul li.itemFeature p {
    text-align: left;
    font-size: 18px;
}

#main .itemData {
    clear: both;
    margin-top: 20px;
    background: #4682b4;
    padding: 15px 30px;
}

#main .itemData h4 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 10px 0 20px;
    padding: 0;
    line-height: 1
}

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

#main .itemData ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: flex;
}

#main .itemData ul li {
    border-radius: 5px;
    background: #fff;
    padding: 25px 20px 70px;
    margin: 0 15px 20px 0;
    position: relative;
    width: calc(100%/3 - 10px);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

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

#main .itemData ul li h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #004098;
    display: block;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemData ul li img {
    width: 43px;
}

/*-------------------#contact-----------------*/
#main .telInbox {
    position: relative;
    min-height: 180px;
}

#main .telInbox .cont_telbox  {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

#main .telInbox .imgLayer {
    position: unset;
}

#main .telInbox .tel {
    font-size: 13px;
}

#main .telInbox .tel span {
    font-size: 75px;
    padding-left: 50px;
    background-size: 38px auto;
}

#main .telInbox .catchTxt {
    font-size: 35px;
    margin-bottom: 5px;
}

#main .telInbox .catchTxt span {
    background: #004098;
    color: #fff;
    padding: 5px 20px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 30px;
}

#main .telInbox .catchTxt strong {
    color: #db2a33;
}

/*------------- work-single -------------*/
#main .circleBnr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 490px;*/
    width: 800px;
    /*background: url(./img/showroom/bcg_show01.png) no-repeat center center;*/
    /*padding: 0 255px;*/
    padding: 0 100px;
}

#main .circleBnr li {
    width: 50%;
    text-align: center;
}

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

#main .circleBnr li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}



#main .emergencyBox {
    background: #eee;
    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: 20px;
}

#main .emergencyBox img {
    margin-right: 20px;
}

#main .emergencyBox .tel {
    display: block;
    margin: auto;
}

#main .emergencyBox .tel span {
    font-size: 48px;
    padding-left: 60px;
    background-size: 57px auto;
}

/* ===== 20200406追記 ===== */


.attBox {
    border: solid 5px #e13131;
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

#main .attBox h2 {
    color: #e13131;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0 0 15px;
    border: none;
    box-shadow: none;
}

.attBox .imgL {
    width: 40%;
    height: auto;
    margin: 0 20px 0 0;
}

.attBox img {
    width: 100%;
    height: auto;
}

.attBox ul {
    margin-bottom: 0;
}

.attBox ul li a {
    color: #e13131 !important;
    font-size: 110%;
    font-weight: bold;
}

/*-------------------#main .topGoogleReview-----------------*/
#mainv .reviewBox {
    margin-bottom: 0;
    padding: 0;
    background: url(./img/bg_beige.png) center center;
}

#main .reviewBox {
    margin-bottom: 60px !important;
    padding: 0 !important;
}

#mainv .reviewBox ul,
#main .reviewBox ul {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box;
}

#mainv .reviewBox ul li,
#main .reviewBox ul li {
    padding: 0;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

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

#main .topGoogleReview {
    padding-inline: 50px;
}

#main .reviewBox_h3 {
    text-align: center;
    font-size: 28px;
    padding: 20px 0 !important;
    margin: 0 !important;
    background-color: #263644;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .reviewBox_h3 span {
    font-size: 40px;
    margin-left: 10px;
}

#main .topGoogleReview .contentTitle {
    font-size: clamp(27px, 6vw, 40px);
    font-weight: 900;
    text-align: center;
    position: relative;
    color: var(--main-color02);
    position: relative;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    align-items: center;
    padding: 0 1.5em;
}

#main .topGoogleReview .contentTitle::before {
    content: "";
    position: absolute;
    left: 1em;
    top: calc(50% - 0.5em);
    width: 2px;
    height: 1em;
    background-color: var(--main-color02);
    rotate: -45deg;
    transform-origin: 50% 100%;
}

#main .topGoogleReview .contentTitle::after {
    content: "";
    position: absolute;
    right: 1em;
    top: calc(50% - 0.5em);
    width: 2px;
    height: 1em;
    background-color: var(--main-color02);
    rotate: 45deg;
    transform-origin: 50% 100%;
}

#main .topGoogleReview .googleTitle {
    color: #777;
    font-size: clamp(15px, 4vw, 20px);
    text-align: center;
    display: flex;
    justify-content: center;
}

#main .topGoogleReview .googleTitle span:last-child {
    margin-left: 10px;
}

#main .topGoogleReview .reviewBlock {
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 20px;
}

#main .topGoogleReview .reviewBlock .wp-google-place {
    background-color: var(--main-color02) !important;
    font-size: clamp(20px, 4vw, 24px) !important;
    padding: 0 15px 20px !important;
    line-height: 1.2 !important;
}

#main .wp-gr.wpac .wp-google-right .wp-google-name {
    display: inline-block !important;
    margin: 0 15px !important;
}

#main .wp-gr.wpac .wp-google-name {
    display: inline-block !important;
    margin-right: 35px;
}

#main .topGoogleReview .reviewBlock .wp-google-place a {
    color: white !important;
}

#main .topGoogleReview .reviewBlock .wp-google-place .wp-google-left img {
    margin-left: 50px !important;
}

#main .topGoogleReview .reviewBlock .wp-google-place .wp-google-wr {
    display: none !important;
}

#main .topGoogleReview .reviewBlock .wp-google-place .wp-google-name+div {
    margin: 10px 0 0 !important;
    display: inline-block !important;
}

#main .topGoogleReview .reviewBlock .wp-gr .wp-google-based {
    font-size: 12px !important;
    display: inline-block;
    margin: 0 5px !important;
    color: #000000 !important;
}

#main .topGoogleReview .reviewBlock .wp-gr .wp-google-powered {
    color: var(--white) !important;
    font-weight: 500;
    font-size: 12px !important;
    display: inline-block !important;
    margin: 0 20px !important;
}

#main .topGoogleReview .reviewBlock .wp-gr .wp-google-powered img {
    max-width: 110px !important;
}

#main .topGoogleReview .reviewBlock .wp-google-content-inner {
    height: 280px;
    overflow-y: scroll;
    border: dotted 1px #333 !important;
    background-color: #fff !important;
    padding: 20px !important;
}

#main .topGoogleReview .reviewBlock .wp-google-review {
    padding-bottom: 15px !important;
    border-bottom: dotted 1px #333 !important;
}


#main .reviewBox ul li .wp-google-place,
#mainv .reviewBox ul li .wp-google-place {
    background: url(./img/bg_news_c.png) center center !important;
    margin: -10px -10px 0 !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

#main .reviewBox ul li .wp-google-content-inner {
    height: 300px;
    overflow: auto !important;
}

#main .reviewBox ul li .wp-google-place .wp-google-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
}

#main .reviewBox ul li .wp-gr.wpac .wp-google-name {
    display: inline-block;
}

#main .reviewBox ul li .wp-gr.wpac .wp-google-name a {
    font-size: 20px !important;
}

#mainv .reviewBox ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#mainv .reviewBox ul li {
    background: none !important;
    padding: 0 20px;
    width: 100%;
    display: block
}

#mainv .reviewBox ul li .wp-google-content-inner {
    display: none;
}

#mainv .reviewBox ul li .wp-google-place {
    margin: 0 !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left {
    float: left !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right div {
    margin-right: 10px !important;
    float: left;
}

#main .reviewBox .wp-gr .wp-google-right .wp-google-rating {
    font-size: 35px !important;
    color: #e6dd43 !important;
}

#main .reviewBox .wp-gr .wp-google-right .wp-google-stars svg {
    width: 25px !important;
    height: 25px !important;
}

#main .reviewBox .wp-gr .wp-google-right .wp-google-stars svg path {
    fill: #e6dd43;
}

#main .reviewBox .wp-gr .wp-google-right .wp-google-feedback .wp-google-stars svg {
    width: 17px !important;
    height: 17px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-name {
    margin-bottom: 0 !important;
    font-size: 20px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left img {
    width: 50px !important;
    height: 50px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-rating,
#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-stars {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

#mainv .wp-gr .wp-google-place .wp-star svg {
    width: 15px !important;
    height: auto !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-powered {
    margin-top: 0 !important;
}

/*------------------------------------------*/


#mainv .reviewBox {
    margin-bottom: 0;
    padding: 0;
    background: url(./img/bg_beige.png) center center;
}

#main .reviewBox {
    background: url(./img/bg_beige.png) center center;
    margin-bottom: 60px;
}

#mainv .reviewBox ul,
#main .reviewBox ul {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box;
}

#mainv .reviewBox ul li,
#main .reviewBox ul li {
    padding: 0;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

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

#main .reviewBox ul li .wp-google-place,
#mainv .reviewBox ul li .wp-google-place {
    background: url(./img/bg_beige.png) center center !important;
    margin: -10px -10px 0 !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

#main .reviewBox ul li .wp-google-content-inner {
    height: 300px;
    overflow: auto !important;
}

#main .reviewBox ul li .wp-google-place .wp-google-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
}

#main .reviewBox ul li .wp-gr.wpac .wp-google-name a {
    font-size: 20px !important;
}

#mainv .reviewBox ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#mainv .reviewBox ul li {
    background: none !important;
    padding: 0 20px;
    width: 100%;
    display: block
}

#mainv .reviewBox ul li .wp-google-content-inner {
    display: none;
}

#mainv .reviewBox ul li .wp-google-place {
    margin: 0 !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left {
    float: left !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right div {
    margin-right: 10px !important;
    float: left;
}


#mainv .reviewBox ul li .wp-gr .wp-google-name {
    margin-bottom: 0 !important;
    font-size: 20px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-left img {
    width: 40px !important;
    height: 40px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-rating,
#mainv .reviewBox ul li .wp-gr .wp-google-right span.wp-google-stars {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

#mainv .wp-gr .wp-google-place .wp-star svg {
    width: 15px !important;
    height: auto !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-powered {
    margin-top: 0 !important;
}

#main .warksTaxList .taxList {
    display: none;
}

#main .warksTaxList .toggleBtn {
    border-radius: 50px;
    color: #fff !important;
    font-size: 16px;
    position: relative;
    padding: 10px 70px 10px 50px;
    text-decoration: none;
    text-align: center;
    background: #4682b4;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 0;
    transition: ease 0.4s;
    cursor: pointer;
}

#main .warksTaxList .toggleBtn:hover {
    opacity: 0.7;
}

#main .warksTaxList .toggleBtn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 16px;
    right: 20px;
    height: 18px;
    line-height: 1;
}

#main .img_awardCatch {
    margin-bottom: 40px !important;
}

#main .topAwards {
    border-bottom: 4px solid #ef8042;
    box-shadow: 0 -4px 0 -3px #fff inset;
}

#main .topAwards p {
    font-size: 120%;
}

#main .topAwards p strong {
    font-weight: bold;
}

#main .topAwardsList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#main .topAwardsList2 {
    justify-content: inherit;
}

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

#main .topAwardsList li {
    padding: 0;
}

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

#main .topAwardsList li.yoko {
    width: 32%;
    margin-right: 2%;
}

#main .topAwardsList li.yoko:nth-of-type(3n) {
    margin-right: 0;
}

#main .topAwardsList li.yoko:nth-of-type(n + 4) {
    margin-top: 20px;
}

#main .topAwardsList li.tate {
    width: 23.5%;
    margin-right: 2%;

}

#main .awards_no1 {
    margin: 15px 0;
}

#main .awards_no1 li.tate {
    text-align: center;
    margin-top: 0;
    padding: 27px 0;
}

#main .awards_no1 li.tate:first-child {
    padding: 0;
}


#main .topAwardsList li.tate {}

#main .topAwardsList li.tate:nth-of-type(4n) {
    margin-right: 0;
}

#main .topAwardsList li.tate:nth-of-type(n + 5) {
    margin-top: 10px;
}

#main .awards_no3 {
    display: flex;
    justify-content: center;
    margin: 35px 0 15px 0;
}

#main .awards_no3 li {
    margin: 0 2% 0 0;
    padding: 0;
}

#main .awards_no3 li:last-child {
    margin: 0;
}

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

/*----------------------------------------------------
    https://arimizutoso.jp/colorsimulation/ページ
    カラーシミュレーションコンテンツを追加
----------------------------------------------------*/
.color-simulation-tb {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.color-simulation-tb p {
    width: 49%;
}

.color-simulation-tb img {
    width: 100%;
}

.color-simulation-arw img {
    width: 100%;
}


/* TOPメダルコンテンツ */
#main .top_medalAwards {
    position: relative;
    background: url(./img/bg_gold.png) center center;
    padding: 70px 0 40px;
}

#main .top_medalAwards .inner {
    background: #fff;
    padding: 50px 0 0;
}

#main .top_medalAwards h2 {
    width: 1000px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    z-index: 1;
}

#main .medal_awards_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#main .medal_awards_box li {
    width: 13%;
    margin: 0 4px;
    padding: 0;
}

#main .medal_awards_box li img {
    width: 100%;
}

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

/* ボタンの光沢 */
.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;
    }
}


/* ymm 追加 */
.areaMapTxt .whyThisArea {
    display: block;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    background: #4DB223;
}

/*ボタンデザイン イレギュラー対応*/
.contactBox .btn a {
    background: #ef8042;
}

.contactBox .btn a:hover {
    box-shadow: 0px 0px 0px 2px #ef8042 inset, 0px 0px 0px 3px #fff inset;
}

/*なぜかここだけ女性が落ちる問題回避*/
#colorsimulation #main .contactBox.toForm .inner,
#works #main .contactBox.toForm .inner {
    padding: 10px 210px 0px 10px !important;
}

/*TOPイレギュラー見出し*/
.aboutUsHeader {
    margin-bottom: 20px;
    border: none;
    font-size: 19px;
    border-bottom: #ddd solid 1px;
    background: none;
    padding-bottom: 5px;
    text-align: left;
    color: #222222;
    display: inline-block;
}

/*商品詳細ページ調整*/
#main .itemSummery .leadTxt {
    margin: 1rem 0;
}

#main .itemSummery .leadTxt p {
    font-size: 18px;
}

/*タブレット時メンバーがはみ出すのを調整*/
@media all and (min-width: 480px) and (max-width: 1400px) {
    #main .staffAtl {
        background-size: contain, auto, auto;
    }
}

.topHoliday {
    padding-top: 40px;
}

/* ----comCompany---- */

#main .comContainer {
    display: flex;
    align-items: center;
}

#main .imgL30 img,
#main .comTitle img {
    display: block;
    max-width: none;
    height: auto;
}

#main .comTitle img {
    width: 100%;
}

#main .comTitle {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

#main .comCorp {
    margin: 30px 0 0;
    font-size: 16px;
    color: #222222;
}

.comimg {
    float: left;
    margin: 0 30px 0 0;
    margin-top: 0 !important;
}

#main .topAwards p {
    font-size: 120%;
}

#main .topAwards p strong {
    font-weight: bold;
}

#main .topAwardsList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#main .topAwardsList2 {
    justify-content: inherit;
}

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

#main .topAwardsList li {
    padding: 0;
}

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

#main .topAwardsList li.yoko {
    width: 32%;
    margin-right: 2%;
}

#main .topAwardsList li.yoko:nth-of-type(3n) {
    margin-right: 0;
}

#main .topAwardsList li.yoko:nth-of-type(n + 4) {
    margin-top: 20px;
}

#main .topAwardsList li.tate {
    width: 23.5%;
    margin-right: 2%;

}

#main .awards_no1 {
    margin: 15px 0;
}

#main .awards_no1 li.tate {
    text-align: center;
    margin-top: 0;
    padding: 27px 0;
}

#main .awards_no1 li.tate:first-child {
    padding: 0;
}


#main .topAwardsList li.tate {}

#main .topAwardsList li.tate:nth-of-type(4n) {
    margin-right: 0;
}

#main .topAwardsList li.tate:nth-of-type(n + 5) {
    margin-top: 10px;
}

#main .awards_no3 {
    display: flex;
    justify-content: center;
    margin: 35px 0 15px 0;
}

#main .awards_no3 li {
    margin: 0 2% 0 0;
    padding: 0;
}

#main .awards_no3 li:last-child {
    margin: 0;
}

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

/*----------------------------------------------------
    https://arimizutoso.jp/colorsimulation/ページ
    カラーシミュレーションコンテンツを追加
----------------------------------------------------*/
.color-simulation-tb {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.color-simulation-tb p {
    width: 49%;
}

.color-simulation-tb img {
    width: 100%;
}

.color-simulation-arw img {
    width: 100%;
}


/* TOPメダルコンテンツ */
#main .top_medalAwards {
    position: relative;
    background: url(./img/bg_gold.png) center center;
    padding: 70px 0 40px;
}

#main .top_medalAwards .inner {
    background: #fff;
    padding: 50px 0 0;
}

#main .top_medalAwards h2 {
    width: 1000px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    z-index: 1;
}

#main .medal_awards_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#main .medal_awards_box li {
    width: 13%;
    margin: 0 4px;
    padding: 0;
}

#main .medal_awards_box li img {
    width: 100%;
}

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

/* ボタンの光沢 */
.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;
    }
}


/* ymm 追加 */
.areaMapTxt .whyThisArea {
    display: block;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    background: #4682b4;
}

/*ボタンデザイン イレギュラー対応*/
.contactBox .btn a {
    background: #db2a33;
}

.contactBox .btn a:hover {
    box-shadow: 0px 0px 0px 2px #db2a33 inset, 0px 0px 0px 3px #fff inset;
}

/*なぜかここだけ女性が落ちる問題回避*/
#colorsimulation #main .contactBox.toForm .inner,
#works #main .contactBox.toForm .inner {
    padding: 10px 210px 0px 10px !important;
}

/*TOPイレギュラー見出し*/
.aboutUsHeader {
    margin-bottom: 20px;
    border: none;
    font-size: 19px;
    border-bottom: #ddd solid 1px;
    background: none;
    padding-bottom: 5px;
    text-align: left;
    color: #222222;
    display: inline-block;
}

/*商品詳細ページ調整*/
#main .itemSummery .leadTxt {
    margin: 1rem 0;
}

#main .itemSummery .leadTxt p {
    font-size: 18px;
}

/*タブレット時メンバーがはみ出すのを調整*/
@media all and (min-width: 480px) and (max-width: 1400px) {
    #main .staffAtl {
        background-size: contain, auto, auto;
    }
}

.topHoliday {
    padding-top: 40px;
}

/* ----comCompany---- */

#main .comContainer {
    display: flex;
    align-items: center;
}

#main .imgL30 img,
#main .comTitle img {
    display: block;
    max-width: none;
    height: auto;
}

#main .comTitle img {
    width: 100%;
}

#main .comTitle {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

#main .comCorp {
    margin: 30px 0 0;
    font-size: 16px;
    color: #222222;
}

.comimg {
    float: left;
    margin: 0 30px 0 0;
    margin-top: 0 !important;
}

#voice .overflowH h2 {
    width: auto;
}erflowH h2 {
    width: auto;
}