@charset "UTF-8";
/*
Theme Name: relife-paint.com
Theme URI: https://relife-paint.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/
/* YUI fonts.css - font size設定
----------------------------------------------------------- */
@import url("css/cssfonts-min.css?20230517");
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("css/default.css");
/* all style
----------------------------------------------------------- */
@import url("css/style.css");

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

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

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

.spbr {
    display: none;
}

.bg01 {
    background-color: #ece3c0;
}

.bg02 {
    /*    background-color: #e81b1b;*/
    /* background-size: contain; */
    /* background-color: rgba(71, 155, 95, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(61, 150, 86, 1) 7px, rgba(61, 150, 86, 1) 11px ); */
    background-color: #eeeeee;
    padding: 50px 0;
}

.bg02.-gray {
    background-color: #eeeeee;
}

#main>article.bg02 {
    margin-bottom: 30px;
    padding-bottom: 40px;
}

#main>article.bg03 {
    margin-bottom: 0;
}

.bgHouse {
    background: url(./img/house_bg.png) repeat-x center bottom;
}

.btn {
    display: block;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 5px;
    text-align: center;
}

.btn a {
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 7px 70px 12px 50px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0px 0px #b35d00;
    -moz-box-shadow: inset 0 -3px 0px 0px #b35d00;
    -webkit-box-shadow: inset 0 -3px 0px 0px #b35d00;
    background: #f4942d;
}

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

.btnDetail {
    background: #f4942d;
    box-shadow: inset 0 -2px 0px 0px #b35d00;
    -moz-box-shadow: 0px -2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: inset 0 -2px 0px 0px #b35d00;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: bold;
}

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

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


.notice-r {
    color: #e81b1b !important;
}

.notice-o {
    color: #f4942d !important;
}

.notice-b {
    color: #000080 !important;
}

.notice-g {
    color: #689a16 !important;
}


.tel {
    display: inline-block;
    font-size: 11px;
}

.tel .bHours {
    display: none;
}

.tel span {
    background: url(./img/ico_fd.png) no-repeat left 85%;
    font-size: 57px;
    font-weight: 700;
    color: #e81b1b;
    line-height: 1;
    padding-left: 35px;
    display: block;
    font-family: 'Akshar', sans-serif;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
}

header .htxt {
    padding: 5px 0;
    background: #eee;
}

header .htxt .inner {
    padding: 0;
}

header .htxt h1,
header .htxt p {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

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

header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0 5px;
    overflow: inherit;
    width: 1100px;
}

header .corpNumber {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

header .logoTxt {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

header .floatL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}

header .hdrLogo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 10px;
}

header .hdrLogo a {
    margin: 0;
    display: block;
    float: left;
}

header .medalI {
    width: 185px;
}

header .hdrMenu li {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

header .hdrMenu li a {
    color: #333;
    text-decoration: none;
}

header .hdrMenu li:before,
header .hdrMenu li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

header .hdrMenu li:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f5a100;
}

header .hdrMenu li:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .hdrContact {
    float: left;
    position: relative;
    /* padding-left: 110px; */
}

header .hdrContact img {
    position: absolute;
    left: 0;
    bottom: 0;
}

header .hdrContact .contactCatch {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background-color: #93c73e;
    border-radius: 6px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

header .hdrContact .telBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    float: left;
}


header .hdrContact .tel {
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
}

header .hdrContact .tel span {
    font-family: 'Akshar', sans-serif;
    font-size: 30px;
    letter-spacing: -0.02rem;
    font-weight: 700;
    line-height: 1;
    padding-left: 33px;
    display: block;
    background-size: 29px auto !important;
    background: url(./img/ico_fd_green.png) no-repeat left 70%;
}

.hdrBnr {
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: -20px;
    margin-left: 15px;
}

.hdrLogo .logo02 {
    padding-left: 10px;
}

.hdrBnr li {
    /*border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    float: left;
    margin-left: 5px;
}

.hdrBnr li:last-child {
    margin-right: 0;
}

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

header .telBtn {
    display: none;
}

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

footer .inner {
    width: 1000px;
    padding: 10px 0;
}

footer .ftrInfo {
    background: #fed900;
}


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

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

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

footer .ftrLogo span {
    margin-left: 20px;
}

footer h5,
footer h6 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: normal;
}

footer h5 {
    font-weight: 500;
}

footer h6 {
    display: inline-block;
    margin-top: 3px;
}

footer .bShowroom {
    display: none;
}

footer nav {
    background: #93c73e;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer nav .ftrNav {
    position: relative;
    overflow: hidden;
    width: 1100px;
    padding-left: 20px;
    border-left: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer nav .ftrNav>li {
    padding: 5px 20px 5px 0;
    min-width: 255px;
    /*     float: left;
    height: 180px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
}

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 {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

footer nav .ftrNav li ul>li:before {
    width: 7px;
    height: 7px;
    background: #fff;
}

footer nav .ftrNav li ul>li:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: #93c73e 1px solid;
    border-right: 1px solid #93c73e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

footer nav .ftrNav li ul li ul>li {
    background: url(./img/list_line02.png) no-repeat left center;
}

footer nav .ftrNav li ul li ul>li:last-child {
    background: url(./img/list_line01.png) no-repeat left center;
}

footer nav .ftrNav li ul li ul>li:before,
footer nav .ftrNav li ul li ul>li:after {
    content: none;
}

footer .footerCom {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    width: 1100px;
}

footer .floatL {
    padding-top: 10px;
    line-height: 1.5;
}

footer .copyRight {
    float: right;
    text-align: right;
}

footer .copyRight p {
    font-size: 13px;
}

/* footer .copyRight ul {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
footer .copyRight ul li{
    display: inline-block;
} */

footer .copyRight ul li:nth-of-type(n + 2) {
    /* margin-left: 5px; */
}

/* footer .copyRight ul li a {
    display: block;
} */

footer .ftrBnr {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    text-align: right;
}

footer .ftrBnr li {
    display: inline-block;
    margin-bottom: 10px;
}

footer .ftrBnr li a {
    padding: 5px;
    height: 64px;
    width: auto;
    border: #ccc solid 1px;
    display: block;
}

footer .ftrBnr li a img {
    height: 100%;
    width: auto;
}

footer #logopcb {
    line-height: 1;
    text-align: right;
    margin-top: 20px;
}

footer .ftrScroll {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 150;
}

/* 画像の共通設定 */
footer .ftrScroll li.sideBtnSrm {
    margin-top: 5px;
}

footer .ftrScroll li.sideBtnCon {
    /* 座標の基準要素にする */
    position: relative;

    /* 横幅 */
    width: 132px;

    /* ブロック要素に変更 */
    display: block;
    margin-top: 5px;
}

/* 吹き出し要素 */
footer .ftrScroll li.sideBtnCon span {

    /* 画像の左上に移動 */
    position: absolute;
    top: -1em;

    /* 画像の左上に移動 */
    padding: .5em 1em;

    /* 背景色 */
    background-color: #e81b1b;

    /* 画像の左上に移動 */
    border-radius: 5px;

    /* テキストの設定 */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;

    /* noneになっているとアニメーションしないのでblockに変更 */
    display: block;

    /* マウスオーバー時以外は非表示にする為に追加 */
    visibility: hidden;
    opacity: 0;

    /* 左座標の初期値を変更 */
    left: 1em;

    /* アニメーション */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    z-index: 10;
}

/* 吹き出し要素の足部分 */
footer .ftrScroll li.sideBtnCon span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    z-index: 5;
    width: 0;
    height: 0;
    border-color: #e81b1b #e81b1b transparent transparent;
    border-style: solid;
    border-width: 5px;
}

/* マウスオーバーされたら吹き出しを表示 */
footer .ftrScroll li.sideBtnCon:hover>span {
    visibility: visible;
    opacity: 1;
    left: 0em;
}

/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 1155px) {
    footer .ftrScroll {
        display: none;
    }
}

.is-reflection .sideBtnCon {
    /*    overflow: hidden;*/
    position: relative;
}

.is-reflection a,
.is-reflection .sideBtnCon a {
    overflow: hidden;
    display: block;
    position: relative;
    /* -webkit-mask-image: url("./img/side_contact.png");
    mask-image: url("./img/side_contact.png"); */
}

.is-reflection .sideBtnCon a {
    -webkit-mask-image: url("./img/side_contact.png");
    mask-image: url("./img/side_contact.png");
}

.is-reflection a:after,
.is-reflection .sideBtnCon 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,
.is-reflection .sideBtnCon+.is-reflection .sideBtnCon 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;
    }
}

footer .ftrFloatBnr {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: auto;
    z-index: 100;
}

footer .ftrFloatBnr img {
    max-width: 100%;
    height: auto;
}

.corpAbout .inner {
    width: 1100px;
}

.corpAbout {
    background: #bce3fe url(./img/ftrAbout_bg.png) no-repeat center bottom;
    border: #ccc solid 1px;
    box-shadow: 0px 0px 0px 1px #fff inset;
    padding: 10px 10px 80px;
}

#main .corpAbout h2 {
    font-size: 30px;
    line-height: 1.4;
    margin: -9px -9px 20px;
    background: #e81b1b;
    border: none;
}

.corpAbout h2 span {
    display: block;
    font-size: 18px;
}

.corpAbout h2 span.en {
    color: #ffd200;
    font-size: 20px;
    display: inline-block;
}

.corpAbout p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}

#main .corpAbout ul {
    overflow: hidden;
}

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

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

.corpAbout .btn {
    line-height: 1.8;
}

.corpAbout .btn a {
    padding: 5px 35px 5px 10px;
    background: #f5a100;
    background: -moz-linear-gradient(left, #f5a100 0%, #f5a100 78%, #D78D00 78%, #D78D00 100%);
    background: -webkit-linear-gradient(left, #f5a100 0%, #ffa73d 78%, #D78D00 78%, #D78D00 100%);
    background: linear-gradient(to right, #f5a100 0%, #f5a100 78%, #D78D00 78%, #D78D00 100%);
}

.corpAbout .btn a:after {
    font-size: 14px;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
header nav {
    border-bottom: #93c73e solid 5px;
    box-shadow: 0px 1px 0px 0px #fff;
    margin-bottom: 1px;
}

header nav ul {
    /*height: 74px;*/
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding: 0 0 10px;
    -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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header nav li {
    border-right: #333 dotted 1px;
    display: block;
    position: relative;
    line-height: 1.2;
    width: calc(100%/7);
}

header nav li:first-child {
    border-left: #333 dotted 1px;
}

header nav li a:link,
header nav li a:visited {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: 0.7s;
}

header nav li a:hover {
    transition: 0.7s;
    opacity: 0.8;
}

header nav li a {
    text-align: center;
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    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;
}

header nav li a img {
    margin-right: 7px;
}

nav #gNav li ul {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    height: 0;
    width: 155px;
    display: block;
    margin: 0;
    padding: 0;
}

nav #gNav>li>ul>li {
    visibility: hidden;
    overflow: hidden;
    width: auto;
    height: 0;
    background: rgba(45, 41, 32, 0.8);
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    border-right: none;
    border-left: none;
    font-size: 12px;
    transition: 0.7s;
    float: none;
    font-weight: normal;
    text-shadow: none;
    margin: 0;
}

nav #gNav li ul li a {
    height: auto;
    border-bottom: none;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-weight: normal;
    font-size: 13px;
}

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

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

nav #gNav li ul li:hover {
    color: #0068b7 !important;
    transition: 0.7s;
}

nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 39px;
}

nav #gNav li i {
    color: #c8ad63;
}

/* -----------------------------------------------------------
    side
----------------------------------------------------------- */
#side {
    width: 220px;
    float: left;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#side article {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

#side .inBox {
    background: #eee;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#side article p {
    font-size: 13px;
    margin-bottom: 10px;
}

#side article p:last-child {
    margin-bottom: 0;
}


#side article .btn {
    float: right;
}

#side article .btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
}

#side article h3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#side article h3 span {
    color: #F9BB00;
    font-size: 10px;
    display: block;
}



#side article h4 {
    position: relative;
    font-size: 13px;
    padding-left: 10px;
}

#side article h4:before,
#side article h4:after {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side article h4:before {
    width: 7px;
    height: 7px;
    background: #f5a100;
}

#side article h4:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideBnr a {
    margin-bottom: 20px;
}

#side .sideBnr img {
    width: 100%;
    height: auto;
}


#side .sideBnrList {
    margin-bottom: 20px;
}

#side .sideBnrList li {
    border: #8d471f solid 1px;
    background: url(./img/bg_side_beige.png) center center;
    box-shadow: 0px 0px 0px 3px #ffffff inset;
    -moz-box-shadow: 0px 0px 0px 3px #ffffff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff inset;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}

#side .sideBnrList li a {
    padding: 15px;
    display: block;
}

#side .sideBnrList li a:before,
#side .sideBnrList li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideBnrList li a:before {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f5a100;
}

#side .sideBnrList li a:after {
    right: 14px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #e8ddbd;
    border-right: 2px solid #e8ddbd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideBnrList li img {
    float: left;
    margin-right: 10px;
}

#side .sideBnrList li:first-child img {
    position: relative;
    margin-top: -25px;
}

#side .sideBnrList li:last-child {
    margin-bottom: 0;
}

#side .sideBnrList li strong {
    font-size: 22px;
}

#side .sideBnrL {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#side .sideBnrL a {
    text-decoration: none;
    display: block;
}

#side .sideBnrL.sidewall {
    background: #f5a100;
}

#side .sideBnrL.sideroof {
    background: #e81b1b;
}


#side .sideBnrL.siderecruit {
    background: #8d471f;
}

#side .sideBnrL h4 {
    background: none;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin: 5px 10px;
    padding: 0;
}

#side .sideBnrL.sideapartment h4,
#side .sideBnrL.siderecruit h4 {
    text-align: center;
    font-size: 26px;
    margin: 0;
}

#side .sideBnrL.sideapartment h4 span,
#side .sideBnrL.siderecruit h4 span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    display: block;
}

#side .sideBnrL.siderecruit h4 span {
    font-size: 18px;
}

#side .sideBnrL.sideapartment .detail,
#side .sideBnrL.siderecruit .detail {
    background: #df4d00;
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin: 5px;
    padding: 5px;
}

#side .sideBnrL.siderecruit .detail {
    background: #4d0c00;
}

#side .sideBnrL .packImg {
    width: 280px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

#side .sideBnrL .packImg img {
    width: 280px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#side .sideBnrL .imgIco {
    position: absolute;
    right: 0;
    top: 65px;
    width: 95px;
    height: auto;
}

#side .sideBnrL .packSummary {
    background: #fff;
    margin: 0 10px 10px;
    padding: 10px;
}

#side .sideBnrL p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

#side .sideBnrL .priceTxt {
    font-family: 'Akshar', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #e81b1b;
    line-height: 1;
    margin-bottom: 5px;
}

#side .sideBnrL .priceTxt span.unitTxt {
    font-size: 28px;
}

#side .sideBnrL span.priceB {
    background: #f5a100;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
}

#side .sideBnrL .txts {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: normal;
}

#side .combnrList li {
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 5px;
}

#side .combnrList li img {
    width: 100%;
}


#side .bnrBox h3 {
    margin: 20px 0 10px;
    text-align: center;
}

#side .bnrBox img {
    margin-bottom: 0;
}

#side .bnrBox a {
    margin-bottom: 10px;
}

#side .sideBlog {
    position: relative;
    overflow: hidden;
}

#side .sideBlog ul {
    margin-bottom: 10px;
}

#side .sideBlog li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.4;
    border-bottom: #ccc solid 1px;
    font-weight: bold;
}

#side .sideBlog li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideBlog li:last-child {
    margin-bottom: 0;
}

#side .sideBlog li span {
    color: #fff;
    font-size: 10px;
    background: #e81b1b;
    padding: 0 4px;
    margin-right: 5px;
    display: inline-block;
}

#side .sideBlog li span.time {
    color: #f5a100;
    font-weight: bold;
    display: block;
    background: none;
    padding: 0;
    position: inherit;
}

#side .sideBlog li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#side .sideBlog .btn {
    float: right;
}

#side .sideBlog .btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
}

#side a {
    color: #333;
    text-decoration: none !important;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#side .sideContact {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#side .sideContact::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: #cccccd solid 10px;
    z-index: -1;
}

#side .sideContact h3 {
    padding: 5px;
    text-align: center;
    margin: 0 0 5px;
    font-size: 13px;
    background: #e81b1b;
    color: #fff;
    text-align: center;
    height: auto;
    font-family: inherit;
    min-height: inherit;
}

#side .sideContact img {
    display: block;
    margin-left: -17px;
    margin-bottom: -20px;
}

#side .sideContact .imgLayer {
    bottom: -50px;
    left: 3px;
    margin: 0;
    z-index: -1;
}

#side .sideContact a {
    margin-top: 10px;
}

#side .sideContact a img {
    margin: 0;
}

#side .sideContact p {
    font-size: 12px;
}

#side .sideContact ul {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#side .sideContact ul li {
    border-radius: 3px;
    box-sizing: border-box;
    background: #e81b1b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 48%;
    width: calc(50% - 5px);
}

#side .sideContact h4 {
    background: #8dc220;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
}

#side .sideContact .tel {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
}

#side .sideContact .tel span {
    font-family: 'Akshar', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding-left: 23px !important;
    display: block;
    text-align: center;
    background-size: 20px auto !important;
    background-position: left 65%;
}

#side .sideContact .btn {
    width: 100%;
    text-align: center;
    float: none;
}

#side .sideContact .btn a {
    display: block;
    padding: 5px;
    font-size: 18px;
    background: #f5a100;
}

#side .sideContact .btn a:before,
#side .sideContact .btn a:after {
    content: none;
}

#side .sideContact .normalBtn {
    float: none;
    width: 110px;
    display: block;
    margin: 0 auto 5px;
}

#side .sideContact .normalBtn a {
    padding: 0;
    display: block;
}

#side .sideInfo {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#side .sideInfo h5,
#side .sideInfo p {
    line-height: 1.4;
}



#side .sideInfo h5 img {
    width: 100%;
    display: block;
    margin: 0 auto 5px;
}

#side .sideInfo h6 {
    font-size: 13px;
}

#side .sideInfo .bAdd {
    display: block;
}

#side .sideMenu>li {
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#side .sideMenu li ul {
    padding-left: 20px;
}

#side .sideMenu li ul li {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    list-style: disc;
}

#side .sideMenu li ul li:last-child {
    border-bottom: none;
}

#side .sideMenu li ul li a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideMenu li a:hover {
    text-decoration: underline !important;
}


#side .sideWorks {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#side .sideWorks h3 {
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

#side .sideBlog,
#side .sideWorks,
#side .sideVoice ul {
    border: #ccc solid 5px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}

#side .sideBlog li,
#side .sideWorks ul li,
#side .sideVoice ul li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.4;
    border-bottom: #333 dashed 1px;
    font-weight: bold;
    overflow: hidden;
}

#side .sideBlog li:last-child,
#side .sideWorks ul li:last-child,
#side .sideVoice ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#side .sideBlog li a,
#side .sideWorks ul li a,
#side .sideVoice ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}

#side .sideBlog li h4,
#side .sideWorks ul li h4,
#side .sideVoice ul li h4 {
    font-size: 14px;
    height: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden;
    color: #333;
    padding: 0;
    text-align: left;
}

#side .sideBlog li .thumbPict,
#side .sideWorks ul li .thumbPict,
#side .sideVoice ul li .thumbPict {
    width: 52px;
    height: 52px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}

#side .sideBlog li .thumbPict img,
#side .sideWorks ul li .thumbPict img,
#side .sideVoice ul li .thumbPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

#side .sideBlog li span.time,
#side .sideWorks ul li span.time,
#side .sideVoice ul li span.time {
    color: #0071bc;
    font-size: 9px;
    font-weight: bold;
    display: block;
    background: none;
    padding: 0;
    position: inherit;
}

#side .sideWorks .btn {
    float: right;
}

#side .sideWorks .btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
}

#side .sideVoice ul li {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    border-bottom: #333 dotted 1px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#side .sideVoice ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#side .sideVoice ul li a {
    color: #333;
    text-decoration: none;
}

#side .sideVoice ul li .catchTxt {
    font-size: 13px;
    height: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    display: block;
}

#side .sideVoice ul li .time {
    color: #f5a100;
    font-size: 10px;
}

#side .sideStaff h4 {
    background: url(./img/side_staffttl_bg.png) no-repeat center center;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}

#side .sideStaff img {
    margin-bottom: 0;
}

#side .sideStaff .otherLink {
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0;
}

#side .sideStaff .otherLink:before,
#side .sideStaff .otherLink:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideStaff .otherLink:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81b1b;
}

#side .sideStaff .otherLink:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideArea {
    margin-top: 10px;
    padding-top: 10px;
    border-top: #ddd solid 1px;
}

#side .sideArea span {
    width: 200px;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

#side .sideArea span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    margin: 0;
}

#side .sideArea strong {
    font-size: 15px;
    line-height: 1.4;
}

#side .sideArea h4 {
    position: relative;
    font-size: 18px;
    background: none;
    color: #333;
}

#side .sideArea h4:before,
#side .sideArea h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side .sideArea h4:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81b1b;
}

#side .sideArea h4:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sidePack ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #333 dotted 1px;
}

#side .sideArea ul li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.6;
}

#side .sideArea ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

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

#side .sideArea>ul>li:before {
    width: 7px;
    height: 7px;
    background: #f5a100;
}

#side .sideArea>ul>li:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#side .sideArea ul.children li {
    background: url(./img/side_list_line02.png) no-repeat left center;
}

#side .sideArea ul.children li:last-child {
    background: url(./img/side_list_line01.png) no-repeat left center;
}

#side .sideArea .txts {
    font-size: 11px;
}

#side .sideGuide ul li {
    position: relative;
    overflow: hidden;
    background: #f5a100;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 7px;
}

#side .sideGuide ul li a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#side .sideGuide ul li:last-child {
    margin-bottom: 0;
}

#side .sideGuide ul li img {
    margin: 0 0 0 7px;
    position: relative;
    float: right;
    display: block;
    width: auto;
}

#side .sideGuide .contentsList li {
    background: #f5a100;
}

#side .sideCategory {
    margin-bottom: 30px;
}

#side .sideCategory h3 {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

#side .sideCategory>ul {
    margin-bottom: 30px;
}

#side .sideCategory ul:last-child {
    margin-bottom: 0;
}

#side .sideCategory>ul>li {
    font-size: 15px;
    border-bottom: #333 dotted 1px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#side .sideCategory>ul>li:first-child {
    border-top: #333 dotted 1px;
    padding-top: 10px;
}

#side .sideCategory>ul li:last-child {
    margin-bottom: 0;
}

#side .sideCategory ul li a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #333;
    text-decoration: none;
}

#side .sideCategory>ul>li>a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    left: 5px;
    position: absolute;
    font-size: 15px;
    top: 0;
    margin: auto;
    display: block;
    color: #f5a100;
}


#side .sideCategory ul.children {
    padding-top: 5px;
}

#side .sideCategory ul.children li {
    background: #f3f3f3;
}

#side .sideCategory ul.children li:nth-child(2n) {
    background: #fff;
}

#side .sideCategory ul.children li a {
    padding-left: 30px;
}

#side .sideCategory ul.children li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 15px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #f5a100;
    border-right: 1px solid #f5a100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side .sideCategory ul.children li a:hover {
    text-decoration: underline !important;
}

/* -----------------------------------------------------------
    #mainv
----------------------------------------------------------- */
#mainv {
    padding-top: 211px;
    margin-bottom: 40px;
    z-index: 0;
}

#mainv {
    margin-bottom: 20px;
    overflow: hidden;
}

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

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

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

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

#mainv .slick-current {
    opacity: 1;
}

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


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

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

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

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

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

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

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

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

#arrows .slick-prev:hover:before,
#arrows .slick-next:hover:before {
    background: url(./img/cover.png);
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

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

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

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

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

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

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

.mainvBnr {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

ul.slide-btn01 {
    position: absolute;
    top: -414px;
    right: 10px;
}

ul.slide-btn01 li {
    margin-bottom: 10px;
    width: 260px;
    display: block;
    z-index: 10;
    position: relative;
}

/* -----------------------------------------------------------
    contents
----------------------------------------------------------- */

#contents {
    margin: 30px auto 40px;
    position: relative;
}

.nocolumn #contents,
#staff.nocolumn #contents {
    margin-bottom: 0;
    width: auto;
}

#contents section {
    margin: 0 auto;
    border-bottom: none;
}

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


/*--基本の記事スタイル設定--*/
#main section {
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    position: relative;
    /* overflow: hidden;*/
}

#main section:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

#main>article {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#main>article.areaWrap {
    overflow: initial;
    margin-bottom: 50px;
}



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

#main section p:last-child {
    margin-bottom: 0;
}

#main a {
    text-decoration: underline;
}

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

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

#main .hone,
#main h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 15px 16px;
    margin: 5px auto 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 1000px;
    background-image: url(./img/main-ttlbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /*    text-shadow: 2px 2px 2px #259131;*/
    line-height: 1.25;
    position: relative;
}

#main .hone span,
#main h2 span {
    font-size: 17px;
    margin-left: 20px;
}

#main h2 .imgLayer {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*------fullWidthは2行で使うとレイアウト的にきれいになる-----*/
#main h2.fullWidth {
    background: #ece3c0;
    width: 780px;
    min-height: 260px;
    border-radius: 50% / 100% 100% 0 0;
    font-size: 36px;
    border: none;
    box-shadow: none;
    margin: -40px auto -13.5vh;
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
    line-height: 1.3;
    color: #333;
    text-shadow: none;
}

#main h2.fullWidth.-rainleaking {
    min-height: 320px;
    margin: -10px auto -135px;
}

#main h2.fullWidth.-diagnosis {
    min-height: 360px;
    margin: -10px auto -135px;
    padding-top: 60px;
}

#main h2.fullWidth.-reason,
#main h2.fullWidth.-showroom {
    min-height: 320px;
    margin: -10px auto -135px;
    padding-top: 60px;
}

#main h2.fullWidth.menu {
    min-height: 330px;
    margin: -10px auto -135px;
    padding-top: 75px;
}

#main h2.fullWidth span {
    color: rgba(88, 68, 0, 0.2);
    font-size: 63px;
    display: block;
    line-height: 1.2;
}

#main h2.fullWidth:after {
    content: url(./img/character.png);
    position: absolute;
    left: auto;
    right: -5%;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    height: 131px;
    transform: translateY(-25%);
}

#main h2.arrowTtl {
    margin-bottom: 0;
    background: #21886f;
    position: relative;
    z-index: 10;
    border-top: none;
    text-align: center;
    font-size: 36px;
}

#main h2.arrowTtl:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 200px solid transparent;
    border-top: #21886f solid 40px;
    border-bottom-width: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    color: #333333;
    background: url(./img/ico_h3.png) no-repeat left bottom, url(./img/line_h3.png) repeat-x center bottom;
    min-height: 66px;
    padding: 5px 5px 20px 85px;
    line-height: 1.4;
    box-sizing: border-box;
    font-feature-settings: "palt";
    /*letter-spacing: -0.05em;*/
}

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

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

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

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

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

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

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

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

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

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

#main h6:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #93c73e;
}

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

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

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

#main blockquote p {
    margin: 0;
}

#main ul li {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
}

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

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

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

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

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

#main table {
    margin: 0 0 20px;
    width: 100%;
    border-spacing: 1px;
}

#corporate #main table {
    margin-top: 30px;
}

#main table th,
#main table td {
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-bottom: #fff solid 1px;
}

#main table th {
    width: 25%;
    background: #ddd;
    font-weight: normal;
}


#main table tr:first-child th,
#main table tr:first-child td {
    border-top: #fff solid 1px;
}

#main table td {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}

#main table td h6 {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0;
}

#main table td h6:before,
#main table td h6:after {
    content: none;
}

#main table td .btnDetail {
    float: right;
    margin: 0 !important;
}

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

#corporate #main table td br.bShowroom {
    display: none;
}

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

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

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

#main .photoUL.photoColumn3 {
    justify-content: flex-start;
}

#main .photoUL.photoColumn3 li {
    width: 316px;
    width: 33%;
    width: calc(33% - 11px);
    margin: 0 10px 20px 0;

    flex-grow: inherit;
}

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

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

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

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

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

#corporate #main .photoUL li span img {
    width: auto;
    height: 100%;
}

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

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

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


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

/*
#main .warryBox h2 {
    margin: 0 auto 15px;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    background: #f5a100;
    box-shadow: none;
    line-height: 1.2;
    sition: relative;
    overflow: hidden;
    border-top: none;
    padding: 15px 0;
    text-align: center;
}

#main .warryBox h2 span {
    font-size: 34px;
    display: block;
    margin: 0;
}
*/

#main .meritBox {
    overflow: inherit;
}

#main .meritBox h2 {
    font-size: 25px;
    position: relative;
}

#main .warryBox p,
#main .meritBox p {
    margin-top: 0;
}

#main .warryBox img {
    float: left;
    position: relative;
}

#main .meritBox img {
    /*    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;*/
    float: left;
    margin-right: 30px;
}

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

#main .warryList {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#main .warryList,
#main .meritList {
    border-top: #333 dashed 1px;
    padding-top: 10px;
    overflow: hidden;
}

#main .meritList {
    padding-top: 5px;
    border-top: #ccc solid 1px;
}

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

#main .meritList li {
    font-size: 20px;
    padding: 0 0 5px 25px;
    border-bottom: #ccc solid 1px;
}

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

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

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

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

#main .meritList>li:before {
    background: #93c73e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#main .meritList>li:after {
    left: 3px;
    width: 7px;
    height: 7px;
    top: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

#main .onayamiImg {
    margin: 40px 0 0 10px;
    float: right;
}

#main .warryList img {
    display: none !important;
}

#apartment #main .warryList {
    margin: -10px 0 0;
}

#apartment #main .warryList li {
    font-size: 24px;
}

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

#apartment #main .warryList>li:after {
    left: 4px;
    top: 13px;
}

#main .warryList li strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.40, transparent), color-stop(0, #fcff00));
    background: -webkit-linear-gradient(transparent 40%, #fcff00 0%);
    background: -moz-linear-gradient(transparent 40%, #fcff00 0%);
    background: -o-linear-gradient(transparent 40%, #fcff00 0%);
    background: -ms-linear-gradient(transparent 40%, #fcff00 0%);
    background: linear-gradient(transparent 40%, #fcff00 0%);
    display: inline-block;
    line-height: 1;
}

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

#main .meritBox .diagnosisList {
    z-index: 10;
    position: relative;
    overflow: hidden;
}

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

#main .meritBox .diagnosisList li:nth-child(4n) {
    margin-right: 0;
}

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

/*---バナーエリア--*/
#main .bnrArea {
    position: relative;
    overflow: hidden;
}

#main .bnrArea li {
    float: left;
    margin-top: 30px;
    padding: 0;
}

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

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

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

.consultationBox,
.estimatesBox {
    float: left;
    margin-right: 40px;
    width: 480px;
    position: relative;
}

.estimatesBox {
    margin-right: 0;
}

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

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

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

.consultationBox .inBox img {
    margin-top: -45px;
}

.consultationBox .btn {
    background: #f5a100;
    background: -moz-linear-gradient(left, #f5a100 0%, #f5a100 83%, #D78D00 83%, #D78D00 100%);
    background: -webkit-linear-gradient(left, #f5a100 0%, #ffa73d 83%, #D78D00 83%, #D78D00 100%);
    background: linear-gradient(to right, #f5a100 0%, #f5a100 83%, #D78D00 83%, #D78D00 100%);
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    margin: 0 !important;
    border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -moz-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -webkit-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    position: absolute;
    padding: 10px 40px 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    right: 10px;
    bottom: 10px;
}

.consultationBox .btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 18px;
    top: 10px;
    margin: auto;
    display: block;
}

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

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

.estimatesBox .imgLayer {
    bottom: 0;
    left: 0;
    z-index: 0;
}

.estimatesBox .inBox {
    text-align: right;
    position: relative;
    overflow: hidden;
}

.estimatesBox h4 {
    padding: 0 0 0 50px !important;
    position: relative !important;
    margin: 0 0 15px !important;
}

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

.estimatesBox .telBox {
    float: right;
    text-align: left;
}

.estimatesBox .tel {
    font-size: 13px;
}

.estimatesBox .tel span {
    background-size: 42px auto;
    font-size: 38px;
    padding-left: 45px;
}

/*---店舗案内マップ付--*/
#main .shopAccess {
    text-align: center;
}

#main .shopAccess ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#main .shopAccess ul>li {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
    text-align: center;
}


#main .shopAccess ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

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

#main .shopAccess ul li .shopMain {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

#main .shopAccess ul li .shopMain li {
    width: 350px;
    height: 207px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 0;
}

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

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

#main .shopAccess ul li iframe {
    width: 100%;
    /*    float: left;*/
    height: 250px;
}

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

#main .shopAccess ul li .tel span {
    background: url(./img/ico_freedial03.png) no-repeat left center;
    font-size: 29px;
    padding-left: 40px;
    line-height: 1;
}

#main .shopAccess ul li h3 {
    text-align: left;
}


#main .shopAccess ul li h4 {
    border-radius: 4px;
    background-color: #f5a100;
    padding: 5px 15px !important;
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    display: inline-block;
}

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

#main .shopAccess ul li .shopImg {
    float: right;
    width: 45%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

#main .shopAccess ul li .shopImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    margin: 0;
}

#main .shopAccess ul li .shopSummery {
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: #333 dashed 1px;
    padding-bottom: 10px;
}

#main .shopAccess ul li .shopSummery h5 {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
}

#main .shopAccess ul li .shopSummery .shopSummeryFlex {
    display: flex;
}

#main .shopAccess ul li .shopSummery dl dt {
    width: 100px;
    margin-right: 5px;
    background: #689a16;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 25px;
    width: 5em;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

#main .shopAccess ul li .shopSummery dl dd {
    margin-bottom: 10px;
}

#main .shopAccess ul li .contactBox {
    text-align: left;
}

#main .shopAccess ul li .contactBox .tel {
    padding: 0;
}

.nocolumn #main .shopAccess ul li .contactBox .tel {
    font-size: 18px !important;
    margin-right: 10px !important;
}

.nocolumn #main .shopAccess ul li .contactBox .btn a {
    font-size: 18px;
    line-height: 1.4;
}

#showroom #main .shopAccess ul li:last-child .shopSummery {
    border-bottom: none;
}

/* #showroom */
#main .shopAccess ul li .shopSummery .bShowroom {
    display: none;
}

#main .shopAccess ul>li .floatL {
    width: 40%;
    margin-right: 20px;
}

#main .shopAccess ul>li .floatL img {
    width: 100%;
    height: auto;
}


#main article.sr-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

#main article.sr-list p {
    width: 30%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}

#main .showroomRecommend {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

#main .showroomRecommend .catchTxt {
    background: #f5a100;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#main .showroomRecommend .catchTxt:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 60px solid transparent;
    border-top: #f5a100 solid 25px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#main .showroomRecommend h2.catchTtl {
    z-index: 10;
    padding: 10px 0 0;
    width: auto;
    margin: 0 auto 15px;
    color: #333;
    font-size: 43px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
}

#main .showroomRecommend h2.catchTtl img {
    float: left;
    margin: -10px 10px 0 0;
}

#main .showroomRecommend ul {
    margin-bottom: 20px;
    counter-reset: recommend;
}

#main .showroomRecommend li {
    border-bottom: #333 dotted 1px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 0;
    counter-increment: recommend;
}

#main .showroomRecommend li strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, transparent), color-stop(0, #ffff66));
    background: -webkit-linear-gradient(transparent 60%, #ffff66 0%);
    background: -moz-linear-gradient(transparent 60%, #ffff66 0%);
    background: -o-linear-gradient(transparent 60%, #ffff66 0%);
    background: -ms-linear-gradient(transparent 60%, #ffff66 0%);
    background: linear-gradient(transparent 60%, #ffff66 0%);
    line-height: 1;
    display: inline-block;
}

#main .showroomRecommend li:first-child {
    border-top: #333 dotted 1px;
    margin-top: 5px;
}

#main .showroomRecommend li:after {
    content: none;
    width: auto;
    height: auto;
}

#main .showroomRecommend li:before {
    background: #e81b1b;
    border-radius: 5px;
    color: #fff;
    content: "理由その" counter(recommend);
    padding: 5px 20px;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    top: inherit;
}


#main .showroomRecommend li span {
    border-radius: 5px;
    background: #e81b1b;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
    display: inline-block;
}

/*--------.profileBox-----------*/
#main .profileBox {
    background: #f5a100;
    color: #fff;
    position: relative;
    overflow: hidden;
}

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

#main .profileBox h2 {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    display: inline-block;
    padding: 0;
    margin: 15px 20px;
    float: left;
}

#main .profileBox img {
    display: block;
    margin-bottom: 0;
}

#main .profileBox h3 {
    display: inline-block;
    background: none;
    border-top: none;
    padding: 0;
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 15px;
}

#main .profileBox .plofInfo {
    padding: 0 20px 15px;
    position: relative;
    overflow: hidden;
}

#main .profileBox .plofInfo p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

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

/*---外壁診断 雨漏り診断--*/
.combnrList {
    position: relative;
    overflow: hidden;
    clear: both;
}

.combnrList li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 !important;
    text-align: center;
    margin: 0;
}

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

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

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

#main .combnrList {
    margin: 10px 0 30px;
    padding: 0;
}

#main .combnrList li {
    float: left;
}

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

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

#main .combnrList li.sideEstimate {
    display: none;
}

.bnrCatch .catchTtl {
    text-align: center;
    font-size: 25px !important;
}

/*---外壁塗装工事パック商品--*/
#main .serviceContents {
    position: relative;
    overflow: visible;
    padding: 80px 0 50px;
    margin: 120px 0 0 !important;
}

#main .serviceContents .leadTxt {
    font-size: 15px;
    margin-bottom: 30px;
}

#main .serviceContents h2 {
    color: #333333;
}

#main .packItem {
    position: relative;
    padding: 0;
    margin: 10px auto 20px;
    box-sizing: border-box;
    /* border-bottom: #333 dotted 1px; */
}

#main .packRoof.packItem {
    padding-bottom: 15px;
    border-bottom: #333 dotted 1px;
}

#main .serviceContents h2 {
    background: #ece3c0;
    color: #493a00;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    font-size: 23px;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    padding-top: 30px;
    text-shadow: none;
}

#main .serviceContents h2 span {
    margin-left: 0;
    color: rgba(88, 68, 0, 0.2);
    font-size: 63px;
    display: block;
    line-height: 1.2;
    text-shadow: none;
}

#main .serviceContents h2:after {
    content: url(./img/character.png);
    position: absolute;
    left: auto;
    right: -2%;
    top: 1vh;
    z-index: 8;
}

#main .serviceContents h3 {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 50px;
}

#main .serviceContents h3 span {
    display: block;
    font-size: 20px;
}

#main .packOther {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 0;
}

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

#main .packItem ul {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}

#main .packItem ul li {
    margin: 40px 0 0 !important;
    position: relative;
    /* overflow: hidden; */
    border-bottom: none;
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
}


#main .packItem ul li:nth-child(-n + 2),
#menu #main .packItem ul li:nth-child(-n + 2) {
    margin-top: 0 !important;
}

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

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

#main .packOther article {
    width: 490px;
    height: auto;
    float: left;
    margin: 0 0 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .packOther article.layout02 {
    width: auto;
    height: auto;
}

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

#main .packOther article:nth-child(-n + 2) {
    margin-top: 0 !important;
}

#main .packOther article img {
    width: 100%;
    height: auto;
}

#main .packTtl {
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

#main .packTtl h4 {
    font-size: 23px;
    color: #333;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 5px;
}

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

#main .packTtl .menuMi {
    background: #93c73e;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 3px;
}

#main .packRoof .packTtl .menuMi {
    background: #f4942d;
}

#main .packImg {
    position: relative;
    right: 0;
    top: 0;
    width: 232px;
    height: 182px;
    overflow: hidden;
    margin: 0 20px 5px 5px;
    border: #fff solid 1px;
    box-shadow: 0px 0px 0px 5px #e81b1b;
    float: left;
}

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

#main .packImg .loan {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #fff;
    line-height: 1.1;
    border-radius: 5px;
    overflow: hidden;
    border: solid 2px #ffd200;
    font-weight: bold;
    padding: 0 5px 0 0;
}

#main .packImg .loan .tit {
    font-size: 12px;
    display: inline-block;
    background: #ffd200;
    padding: 5px;
    text-align: center;
}

#main .packImg .loan .priceTxt {
    font-size: 30px;
    float: none;
    display: inline-block;
    margin: 0 0 0 8px;
}

#main .packItem li .imgLayer {
    top: 70px;
    left: 0;
    z-index: 1;
}

#main .packSummary {
    overflow: hidden;
    position: relative;
    float: right;
    margin-left: -50px;
    padding-left: 50px;
    width: calc(100% - 259px);
}

#main .priceTxt {
    font-family: 'Akshar', sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #e81b1b;
    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;
    justify-content: end;
    clear: both;
    margin-bottom: 0;
    letter-spacing: -0.06em;
}

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

#main .priceTxt span.unitTxt {
    font-size: 30px;
    line-height: 0.9;
    padding-bottom: 5px;
    font-weight: bold;
    width: 34px;
    margin: 0 0 13px 5px;
    font-family: 'Noto Sans JP', sans-serif;
}

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

#main .packSummary .packCatch,
#main .packSummary .enduranceTxt {
    background: #3e78c7;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 0;
    width: 118px;
    display: block;
    margin: 2px 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
}

/*
#main .packRoof .packSummary .packCatch,
#main .packRoof .packSummary .enduranceTxt {
    background: #e81b1b;
}*/

#main .packOther .packSummary .packCatch,
#main .packOther .packSummary .enduranceTxt {
    background: #e81b1b;
}

#main .packItem .txts {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
    clear: both;
}




#main .packItem .btn {
    background: none;
}

#main .packItem .btn a {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 2px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 18px;
    padding: 5px 30px 5px 15px;
    margin-top: 30px;
}

#main .packItem .btn a:after {
    right: 10px;
    font-size: 14px;
    top: 5px;
}

#main .packItem .btnDetail {
    background: #f5a100;
    background: -moz-linear-gradient(left, #f5a100 0%, #f5a100 87%, #D78D00 87%, #D78D00 100%);
    background: -webkit-linear-gradient(left, #f5a100 0%, #ffa73d 87%, #D78D00 87%, #D78D00 100%);
    background: linear-gradient(to right, #f5a100 0%, #f5a100 87%, #D78D00 87%, #D78D00 100%);
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 18px !important;
    margin: 0 !important;
    border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -moz-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -webkit-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    position: relative;
    padding: 5px 40px 5px 10px;
    box-sizing: border-box;
}

#main .packItem .btnDetail:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 15px;
    position: absolute;
    font-size: 18px;
    top: 4px;
    margin: auto;
    display: block;
}

#menu #main .packItem ul {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none;
}

#menu #main .serviceContents h5 {
    font-size: 18px;
    position: relative;
    padding-left: 0;
    margin-top: 0;
    background: #e81b1b;
    border-radius: 0;
    display: block;
}

#main .serviceContents ul li {
    padding: 0;
}

#main .serviceContents ul li.btn {
    padding: 0 7px;
    display: inline-block;
}

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

/*------------------------------------------------------------
	comWorkBox
------------------------------------------------------------*/
#main .smallWorks {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    background-color: #FFF;
}

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

#main .smallWorks .workList {
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .smallWorks .workList li {
    margin: 0 0 10px 10px;
    width: 207px;
    float: left;
    position: relative;
    border: #00633d 5px solid;
    border-radius: 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

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

#main .smallWorks .workList li .textImg {
    position: absolute;
}

#main .smallWorks .workList li .ttl {
    padding: 5px 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

#main .smallWorks .workList li .ttl span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

#main .smallWorks .workList .liSpec {
    width: 278px;
    margin-left: 0;
}

#main .smallWorks .workList .liSpec .ttl {
    padding: 10px;
    font-size: 25px;
}

#main .smallWorks .workList li .price {
    margin: 0 0 0 5px;
    color: #e81b1b;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Akshar', sans-serif;
    line-height: 1;
}

#main .smallWorks .workList li .price span {
    font-size: 30px;
}

#main .smallWorks .workList .liSpec .price {
    margin: 0 10px 5px;
    font-size: 50px;
}

#main .smallWorks table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

#main .smallWorks table th,
#main .smallWorks table td {
    background: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: none;
    vertical-align: middle;
}

#main .smallWorks table th {
    width: auto;
    border-left: 1px solid #ccc;
}

#main .smallWorks table tr:first-child th,
#main .smallWorks table tr:first-child td {
    border-top: #ccc solid 1px;
}

#main .smallWorks table tr th:first-of-type {
    border-left: none;
}

#main .smallWorks table td {
    text-align: right;
    color: #e81b1b;
    font-size: 30px;
    font-family: 'Akshar', sans-serif;
    font-weight: 700;
}

#main .smallWorks table td span {
    font-size: 14px;
}

/*----劣化度チェック-----*/
#main .deteriorationChk {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    overflow: visible;
}

#main .deteriorationChk .checkBox {
    border: solid 7px #ebce08;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 40px;
    position: relative;
}

#main .deteriorationChk .checkBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #ebce08 transparent transparent transparent;
    content: '';
    top: 101%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .deteriorationChk .checkBox h2 {
    padding: 5px 70px;
    color: #fff;
    border-radius: 50px;
    background: #ebce08;
    font-size: 23px;
    width: 280px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
    box-sizing: border-box;
    text-shadow: none;
}

#main .deteriorationChk .checkPoint {
    position: relative;
    overflow: hidden;
    background: #ebce08 url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 20px 10px;
}

#main .deteriorationChk .checkPoint h3 {
    border: none;
    background: none;
    padding: 0;

}


#main .deteriorationChk .checkPoint ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 0;
}

#top #main .deteriorationChk .checkPoint ul {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 0;
}

#main .deteriorationChk .checkPoint ul li {
    width: 285px;
    margin: 15px 25px 0 0;
    float: left;
    background: none;
    text-align: left;
    padding: 0 0 10px 30px !important;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: #333 dotted 1px;
}

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

#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:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    left: 0;
    position: absolute;
    font-size: 22px;
    top: 5px;
    margin: auto;
    display: block;
    color: #e81b1b;
    background: none;
    height: 22px;
    width: auto;
    line-height: 1;
}

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

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

#main .deteriorationChk .checkPoint ul li .checkpointThumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

#main .deteriorationChk .checkPoint ul li .checkTtl {
    background: #0071BC;
    padding: 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    bottom: 0;
    position: relative;
    z-index: 1;
}

#main .deteriorationChk .checkPoint ul li .checkTtl h4 {
    color: #fff !important;
    display: block !important;
    padding: 0 !important;
    font-size: 16px !important;
    margin: 0 !important;
}

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

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

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



#main .deteriorationChk .checkLegend {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px;
    border-bottom: #333 dashed 1px;
    margin-bottom: 20px;
}


#main .deteriorationChk .checkLegend h3 {
    float: left;
    border-radius: 50%;
    border-top: none;
    background: #e81b1b;
    width: 124px;
    height: 124px;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 20px 0 0 !important;
    font-size: 18px !important;
    padding: 0 !important;
    overflow: visible !important;
}

#main .deteriorationChk .checkLegend h3 .imgLayer {
    right: 0;
    bottom: -30px;
}

#main .deteriorationChk .checkLegend ul {
    background: url(./img/checkLegend_arw.png) no-repeat right center;
    padding: 20px 100px 20px 0;
    position: relative;
    overflow: hidden;
}

#main .deteriorationChk .checkLegend ul li {
    width: 145px;
    background: #fffeee;
    border: #ccc solid 1px;
    border-radius: 3px;
    box-shadow: 13px 13px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 35px 0 0;
    padding: 5px !important;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    float: left;
}

#main .deteriorationChk .checkLegend ul li h4 {
    background: #e81b1b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    padding: 0;
    margin: 0 0 5px;
}

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

#main .deteriorationChk .checkLegend ul li span {
    color: #e81b1b;
    display: block;
    font-size: 18px;
}

#main .deteriorationChk .checkLegend ul li strong {
    font-size: 13px;
}

#main .deteriorationChk .checkLegend ul li strong span {
    display: inline-block;
    font-size: 13px;
}

.nocolumn #main .deteriorationChk .checkLegend {
    width: 230px;
    float: left;
    text-align: center;
    margin-top: 0px;
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.nocolumn #main .deteriorationChk .checkLegend .imgLayer {
    position: inherit;
}

.nocolumn #main .deteriorationChk .checkLegend h3 {
    width: auto;
    height: auto;
    display: block;
    background: #333;
    border-radius: 5px;
    float: none;
    font-size: 20px !important;
    z-index: 1;
    margin: 0 !important;
}

.nocolumn #main .deteriorationChk .checkLegend ul {
    padding: 15px 10px 45px 0;
    background: url(./img/checkLegend_arw02.png) no-repeat center bottom;
    margin: -5px 0 0;
}

.nocolumn #main .deteriorationChk .checkLegend ul li {
    width: 100%;
    height: auto !important;
    margin: 0 0 15px;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
}

#main .checkRecommend {
    border: solid 7px #eb611e;
    background: #fff;
    padding: 20px;
    text-align: left;
}

#main .checkRecommend h3 {
    float: left;
    margin: 0 20px 0 0;
    background: none;
    border: none;
    padding: 0;
}

#main .checkRecommend p {
    overflow: hidden;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-top: -0.5em;
}

/*-----TOP劣化度チェック---*/
#top #main .deteriorationChk02 .checkPoint {
    width: 750px;
    float: right;
    background: #fff;
    box-shadow: none;
    padding: 0;
}

#top #main .deteriorationChk02 .checkPoint h3 {
    background: url(./img/ico_h3.png) no-repeat left bottom, url(./img/line_h3.png) repeat-x center bottom;
    margin: 0;
}

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

#top #main .deteriorationChk02 .checkPoint ul li .checkpointThumb {
    position: relative;
    font-size: 13px;
    width: 230px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

#top #main .deteriorationChk02 .checkPoint ul li .checkpointThumb img {
    position: absolute;
    top: 47px;
}

#top #main .deteriorationChk02 .checkLegend {
    border-bottom: none;
}

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

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

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

/*----comMessage-----*/
#main .msgBox {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#top #main .msgBox {
    margin-bottom: 0;
}

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

#main .msgTxt h3 {
    width: 740px;
    font-size: 20px;
    display: inline-block;
    line-height: 2;
}

#main .msgTxt p {
    font-size: 16px;
    font-weight: 500;
}

#main .msgTxt h3 span {
    color: #fed900;
    font-weight: bold;
    display: block;
    margin: 0;
}

#main .msgTxt h4 {
    font-size: 17px;
    border-top: none;
    background: none;
    margin: 0 0 15px;
    padding: 0;
}

#main .msgPhoto {
    width: 230px;
    float: right;
    margin: 50px 0 0 30px;
    text-align: right;
}

#first #main .msgPhoto {
    margin-top: 0;
}

#main .msgPhoto .ceoPict {
    width: 230px;
    height: 280px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}



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

#main .msgPhoto h5 {
    color: #333;
    font-size: 14px;
    background: none;
    margin: 0 0 5px;
    padding: 0;
}

#main .msgPhoto p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
}

#main .msgPhoto p span {
    font-size: 18px;
    margin-right: 10px;
}

#main .msgPhoto p span.en {
    font-size: 12px;
    color: #93c73e;
    margin-right: 0;
}

#main .msgPhoto p.btn a {
    padding: 10px 35px 10px 20px
}

#main .msgTxt strong {
    background: #fffc00;
}

#main #message.msgBox .msgTxt strong {
    background: transparent;
}

#main .youtube iframe {
    display: block;
    margin: 0 auto;
}

.youtube {
    margin-bottom: 50px;
}

.youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/*----comArea-----*/
#main .comAreaBox {
    position: relative;
    overflow: hidden;
}

#main .comAreaBox .bg01 {
    position: relative;
    overflow: hidden;
}

#main .comAreaBox img.imgLayer {
    right: 20px;
    top: 20px;
}

#main .comAreaBox p.areaTxt {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin-bottom: 0;
}

#main .comAreaBox ul {
    padding: 15px;
}

#main .comAreaBox ul li {
    padding: 0;
    width: 33%;
    width: calc(33% - 9px);
    margin: 10px 15px 0 0 !important;
}

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

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

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

#main .comAreaBox ul li.btn a {
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}

/*
#main .comAreaBox ul {
    overflow: hidden;
    margin: 0;
}
#main .comAreaBox ul li {
    padding: 0 0 15px 0;
    margin: 0 0 15px;
    border-bottom: #333 dotted 1px;
}
#main .comAreaBox ul li:before,
#main .comAreaBox ul li:after {
    content: none;
}
#main .comAreaBox ul li h4 {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin: 0 0 5px !important;
}
#main .comAreaBox ul li h4:before,
#main .comAreaBox ul li h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    background: none;
}
#main .comAreaBox ul li h4:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f5a100;
    opacity: inherit;
}
#main .comAreaBox ul li h4:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
}
#main .comAreaBox ul li p {
    font-size: 13px;
}
#main .comAreaBox ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/
/*-----------.targetArea--------*/
#main .targetArea {
    position: relative;
    overflow: initial;
}



#main .targetArea .area {
    position: absolute;
    top: 20px;
    left: 10px;
}

#main .targetArea .satisfied {
    position: absolute;
    top: 70px;
    right: 0;
    display: block;
    text-align: center;
}

#main .targetArea .satisfied img {
    z-index: 1;
    position: relative;
}

#main .targetArea .satisfied span {
    background: #e81b1b;
    border-radius: 3px;
    font-size: 18px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    bottom: 40px;
    position: absolute;
    z-index: 0;
}

#main .targetArea .btn {
    line-height: 1;
    position: absolute;
    bottom: 25px;
    right: 25px;
    margin-bottom: 0;
}

#main .targetArea .btn a {
    padding: 13px 40px 13px 20px;
}

/*--吹き出し大テキスト--*/
#main .balloonBox {
    background: #93c73e;
    border-radius: 3px;
    color: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    clear: both;
}


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

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

#showroom #main .balloonBox {
    padding: 15px;
}

#showroom #main .balloonBox p {
    font-size: 18px;
}

#diagnosis #main .balloonBox,
#rainleaking #main .balloonBox {
    text-align: center;
    margin-bottom: 0;
}

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

#rainleaking #main .balloonBox {
    margin: 57px auto 0;
    width: 1000px;
}

#rainleaking #main .balloonBox .imgLayer {
    right: 0;
    bottom: 0;
}

#colorsimulation #main .balloonBox {
    background: none;
    padding: 0;
    color: #333;
}

#colorsimulation #main .balloonBox p strong {
    color: #e81b1b;
}

/*--basicKnow--*/
#main .basicKnow {
    position: relative;
    overflow: hidden;
}

#main .basicKnow .catchTtl {
    color: #333;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin-bottom: 0;
}

#main .basicKnow .pointList {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #333 dashed 1px;
}

#main .basicKnow .pointList li {
    position: relative;
    width: 236px;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

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

#main .basicKnow .pointList li .pointImg {
    position: relative;
    width: 236px;
    overflow: hidden;
}

#main .basicKnow .pointList li img {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
}

#main .basicKnow .pointList li .imgLayer {
    right: 0;
    bottom: 0;
    position: absolute;
    width: auto;
    width: 25%;
}

#main .basicKnow .pointList li h6 {
    background: none;
    font-size: 15px;
    padding: 0;
    margin: 10px 0 5px;
    line-height: 1.4;
}

#main .basicKnow .pointList li h6:before,
#main .basicKnow .pointList li h6:after {
    content: none;
}

#main .basicKnow .pointList li h6 strong {
    color: #e81b1b;
    display: block;
}

#main .basicKnow .pointList li p {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#main .basicKnow .pointTxt .imgL20 {
    margin-top: 20px;
}

.nocolumn #main .basicKnow .pointList li {
    width: 316px;
    height: auto;
    text-align: left;
}

.nocolumn #main .basicKnow .pointList li .pointImg {
    width: 316px;
}

.nocolumn #main .basicKnow .pointList li .imgLayer {
    bottom: inherit;
    top: 0;
    width: auto;
}

.nocolumn #main .basicKnow .pointList li h6 {
    font-size: 20px;
}


/*----comLawpriceWhy-----*/
#main .lawpriceWhy {
    margin-bottom: 30px;
}

.nocoloumn #main .lawpriceWhy {
    width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

#main .lawpriceWhy .highCost ul {
    position: relative;
}

#main .lawpriceWhy .highCost ul li {
    background: 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:before,
#main .lawpriceWhy .highCost ul li:after {
    content: none;
}

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

#main .lawpriceWhy .highCost ul li img {
    margin-bottom: 10px;
}

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

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

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

/*----comLawpriceReason-----*/
#main .lowpriceReason {
    margin-bottom: 30px;
}

.nocolumn #main .lowpriceReason {
    width: 1000px;
    margin: 0 auto;
}


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

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

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

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

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

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

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

/*
#main .lowpriceReason .lowcost ul li.fullW h4 {
    padding: 0 25px;
}
*/
#main .lowpriceReason .lowcost ul li h4:before {
    display: none;
}

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

#main .lowpriceReason .lowcost ul li h4 span {
    display: block;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
}

/*
#main .lowpriceReason .lowcost ul li.fullW span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
}*/
#main .lowpriceReason .lowcost ul li h4 span.reasonIco {
    /*background: url(./img/comLowprice_ico.png) no-repeat center center;
    width: 110px;
    height: 110px;
    margin: -10px 10px 0 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;*/
    color: rgba(255, 255, 255, 0.4);
    font-size: 47px;
    padding: 0;
    float: left;
    line-height: 1;
    margin-right: 10px;
}

/*#main .lowpriceReason .lowcost ul li.fullW span.reasonIco {
    margin-top: 0;
}*/
#main .lowpriceReason .lowcost ul li h4 strong {
    background: #e81b1b;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#main .lowpriceReason .lowcost ul li h4 img {
    margin-top: 5px;
}

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

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

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

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

/*----comQuality-----*/
#main .qualityBox .catchTtl {
    position: relative;
    font-size: 45px !important;
    font-weight: bold;
    margin: 10px 0 0;
    text-align: left !important;
    line-height: 1.2;
}

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

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

#main .qualityBox .catchTtl .catchIco {
    float: left;
    margin-top: -10px;
}

#main .qualityBox h3 {
    /*
    font-size: 18px;
    padding: 0;*/
    margin: 30px 0 20px;
}

#main .qualityBox h3 span {
    border-radius: 4px;
    background: #e81b1b;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px;
    font-size: 20px;
}

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

#main .qualityBox h4,
#main .qualityBox h5 {
    font-size: 18px;
    margin-top: 0;
}

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

#main .qualityBox ul {
    margin-bottom: 20px;
}


#main .qualityBox .photoUL li {
    /* width: 240px; */
    margin: 0 15px 0 0;
}

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



#main .qualityBox .flowWall-notice {
    display: none;
}

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

#main .qualityBox dl dt {
    background: #f5a100;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#main .qualityBox dl dd {
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

#main .commitFlow li:nth-child(3):before {
    border-left: #fff solid 48px;
    left: -8%;
    z-index: 8;
}

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

#main .commitPoint {
    position: relative;
    margin-bottom: 30px;
}

#main .commitPoint .imgLayer {
    top: 68px;
    left: 56.5%;
}

/*--メニューメダル--*/
#main .inner .medalI {
    position: absolute;
    left: 10px;
    top: 350px;
    display: block;
    width: auto;
    height: 180px;
}

/*--comFlowWall--*/
#main .flowList {
    border-radius: 5px;
    background: #689a16;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    clear: both;
}

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

/*#main .flowList.flowRoof h3 {
    font-size: 48px;
}*/
#main .flowList ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

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

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

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

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

.nocolumn #main .flowList h3 {
    font-size: 31px;
}

.nocolumn #main .flowList ul li {
    font-size: 20px;
    width: 78px;
    height: 78px;
}

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

#diagnosis #main .flowList {
    background: #004575;
}

#diagnosis #main .flowList ul li {
    width: 70px;
    color: #004575;
}

#diagnosis #main .flowList ul li:first-child {
    background: #e81b1b;
    color: #fff;
}

/*--comSelectPoint--*/
#main .selectPoint ol {
    counter-reset: selectP;
    padding: 0;
    margin: 0 0 20px;
}

#main .selectPoint li {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: none;
    counter-increment: selectP;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#main .selectPoint li:last-child {
    margin-bottom: 0;
}

#main .selectPoint li span {
    position: relative;
    color: #fff;
    background: #93c73e;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 6px;
    border-radius: 50%;
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .selectPoint li span:after {
    content: "\A" counter(selectP, decimal-leading-zero);
    white-space: pre;
    line-height: 1;
    font-size: 36px;
}

#main .selectPoint li h3 {
    background: none;
    border-top: none;
    font-size: 36px;
    display: table-cell;
    padding: 0;
    margin-bottom: 5px;
}

#main .selectPoint li h3 strong {
    color: #e81b1b;
}

/*
#main .selectPoint li img {
    float: right;
}
#main .selectPoint li .pointIco {
    float: left;
    margin-right: 10px;
}
#main .selectPoint li .pointSummery {
    position: relative;
    overflow: hidden;
}
#main .selectPoint li .pointSummery h3 {
    margin-top: 0;
    background: none;
    border: none;
    font-size: 30px;
}
#main .selectPoint li .pointSummery ul {
    margin: 0;
}
#main .selectPoint li .pointSummery li {
    font-size: 25px;
    padding: 0 0 0 25px;
    position: relative;
    background: url(./img/w-arrow01.png) no-repeat 0 5px;
    margin-top: 0;
}
#main .selectPoint li .pointSummery li strong {
    font-weight: normal;
    background: #fcff00;
    line-height: 0.6;
    display: inline-block;
}
*/
/*--comComparePaint--*/

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

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

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

#main .compareTable th {
    padding: 10px 10px;
    font-weight: bold;
    background: #efe5c5;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

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

#main .compareTable td {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 10px 5px 10px 50px;
    /*
    position: relative;*/
    height: 62px;
    overflow: hidden;
    border-collapse: collapse;
    background: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

#main .compareTable td:last-child {
    border-right: none;
}

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

#menu #main .compareTable th.ourCompany,
#apartment #main .compareTable th.ourCompany {
    width: 36%;
}

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

#menu #main .inner.mb30 h5,
#menu #main .inner.mb50 h5 {
    display: block;
    clear: both;
}

#menu #main .inner.mb30 img.alignleft,
#menu #main .inner.mb50 img.alignleft,
#menu #main .inner.mb30 img.alignright,
#menu #main .inner.mb50 img.alignright {
    margin-bottom: 30px;
}


/*--comEnquete--*/

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

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

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

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

#main .enqueteBox ul li h3 {
    background: none;
    border: 0;
    margin: 5px 0 0;
    padding: 0;
    color: #f5a100;
}

#main .enqueteBox ul li .contTxt {
    font-size: 18px;
    font-weight: bold;
}

/*--comIdeal--*/

#main .iDeal .catchTtl {
    font-size: 43px;
    font-weight: bold;
    line-height: 1.4;
}

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

#main .iDeal .worksBox {
    margin-bottom: 30px;
}

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

#main .iDeal .worksList article {
    float: left;
    margin: 0 18px 20px 0 !important;
    padding: 0;
    position: relative;
}

#menu #main .iDeal .worksList article,
#apartment #main .iDeal .worksList article {
    width: calc((100% - 36px) / 3);
}

#main .iDeal .worksList article:nth-child(4n),
#apartment .iDeal .worksList article:nth-child(4n) {
    margin-right: 0 !important;
}

#menu #main .iDeal .worksList article:nth-child(4n),
#apartment #main .iDeal .worksList article:nth-child(4n) {
    margin-right: 18px !important;
}

#main .iDeal .worksList article:nth-child(3n + 1),
#apartment .iDeal .worksList article:nth-child(3n + 1) {
    clear: none;
}

#main .iDeal .worksList article:nth-child(4n + 1),
#apartment .iDeal .worksList article:nth-child(4n + 1) {
    clear: both;
}

#menu #main .iDeal .worksList article:nth-child(4n + 1),
#apartment #main .iDeal .worksList article:nth-child(4n + 1) {
    clear: none;
}

#main .iDeal .worksList article:nth-child(3n) {
    margin: 0 18px 20px 0 !important;
}

#menu #main .iDeal .worksList article:nth-child(3n),
#apartment #main .iDeal .worksList article:nth-child(3n) {
    margin: 0 0 20px 0 !important;
}


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

.nocolumn #main .comIdea {
    width: 1000px;
    margin: 0 auto;
}

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

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

.nocolumn .comIdea ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0 90px;
}

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

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

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

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

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

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

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

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

#main .contactBox {
    background: #3b5f00;
    clear: both;
    padding: 5px 0 0 175px;
    position: relative;
    margin: 13px auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#main .contactBox.inner {
    overflow: visible;
}

#main .contactBox h3 {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

#main .contactBox h3 strong {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 40px;
    font-weight: 900;
    color: #ebce08;
    font-weight: 900;
    line-height: 1;
    z-index: 10;
}

#main .contactBox h3 strong::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #e81b1b;
    z-index: -10;
}

#main .contactBox h3 img {
    display: inline-block;
    margin-right: 7px;
}

#main .contactBox .imgLayer {
    left: 20px;
    bottom: 2px;
    z-index: 1;
}

#main .contactBox .imgLayer02 {
    left: 0;
    bottom: 0;
    z-index: 1;
}

#main .contactBox .telBox {
    background: #f4cc2d;
    padding: 5px 10px 5px 175px;
    overflow: hidden;
    margin: 0 0 0 -175px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}


#main .contactBox .telBox .tel {
    font-size: 14px !important;
    font-weight: 500;
    text-align: left;
    margin: 0 10px 0 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    line-height: 1.25;
    color: #333;
}

#main .contactBox .telBox .tel span {
    color: #e81b1b;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.03rem;
    line-height: 1;
    padding: 0 0 0 60px;
    margin: 0;
    display: block;
}

#main .contactBox .telBox .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

#main .contactBox .telBox .btn:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .contactBox .telBox .btn a {
    padding: 8px 50px 8px 35px;
    font-size: 18px;
    background-size: 17px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3px 0;
}

#main .contactBox ul {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#main .contactBox ul li {
    float: left;
    margin: 0 0 0 10px !important;
    padding: 0;
}

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

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

#main .contactBox ul li a {
    display: block;
}


/*
.nocolumn #main .contactBox {
    background: #fff;
    border: #e81b1b solid 10px;
    padding: 10px;
    width: 1000px;
    margin: 25px auto;
}
*/

#main .contactBox .catchTxt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    clear: both;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

#main .contactBox .catchTxt:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    left: 2px;
    position: absolute;
    font-size: 20px;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 1;
    margin: auto;
    display: block;
}

.nocolumn #main .contactBox .telBox {
    padding-left: 250px;
}

.nocolumn #main .contactBox .btn {
    margin: 0 0 0 20px;
}

.nocolumn #main .contactBox .btn a {
    font-size: 22px;
    padding: 15px 75px 15px 55px;
}

.nocolumn #main .contactBox .btn a:after {
    content: '\f13a';
    top: 0;
    bottom: 0;
    font-size: 22px;
    height: 22px;
    width: auto;
    line-height: 1;
}


#main .contactCatch {
    font-size: 17px;
    margin-bottom: 0;
}



#main .contactTel h3 {
    background: #f5a100;
    border-top: none;
    color: #fff;
    margin: 0;
}

#main .contactTel {
    margin-bottom: 30px;
    position: relative;
}

#colorsimulation #main .contactTel h4,
#apartment #main .contactTel h4,
#contact #main .contactTel h4,
#wall #main .contactTel h4,
#roof #main .contactTel h4 {
    display: inline-block;
    margin-bottom: 10px;
}


#main .contactTel .tel span {
    font-size: 65px;
    padding-left: 75px;
    display: block;
    margin-right: 20px;
}

.nocolumn #main .contactTel .tel span {
    font-size: 75px;
}

#main .contactTel .inBox {
    border: #ccc solid 1px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

#corporate #main .contactTel {
    margin-top: -10px;
}

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

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

#main .contactTel p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
}

#main .contactTel p.catchTxt {
    font-size: 27px;
    font-weight: bold;
}

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

#main .contactTel p.catchTxt strong {
    color: #e81b1b;
}

#main .contactTel .telBox {
    background: #e81b1b;
    padding: 10px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

#main .contactTel .telBox h5 {
    background: none !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    display: block !important;
}

#main .contactTel .telBox .tel {
    background: #fff;
    font-size: 13px !important;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0 !important;
    color: #333;
    padding: 5px;
    display: block;
}

#main .contactTel .telBox .tel span {
    background: url(./img/ico_freedial03.png) no-repeat left center;
    font-size: 53px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 0 65px;
    margin: 0;
    display: inline-block;
}

#main .contactTel .telBox .btn {
    border-radius: 3px;
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
}

#main .contactTel .telBox .btn a {
    padding: 5px 30px 5px 40px;
}

#main .contactTel .telBox .btn a:before {
    left: 28px;
}

#main .contactTel .telBox .btn a:after {
    left: 33px;
}

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

#main .contactTel ul li {
    border-radius: 4px;
    background: #0eaa8e !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    float: left;
}

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

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

#main .contactTel .overflowH {
    width: 380px;
}

#main .contactFree {
    clear: both;
    border: #e81b1b solid 3px;
    position: relative;
    overflow: hidden;
    background: #fff;
    position: relative;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

#main .contactFree p {
    line-height: 1.3;
    margin: 0;
}

#main .contactFree .telBox {
    overflow: hidden;
    margin: 10px 0 10px 10px;
    padding: 0;
    background: none;
}

#main .contactFree .telBox .tel {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#main .contactFree .telBox .tel span {
    background: url(./img/ico_tel03.png) no-repeat left center;
    font-family: 'Akshar', sans-serif;
    font-weight: 700;
    color: #e81b1b;
    font-size: 68px !important;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0;
    display: block;
}

#main .contactFree .telBox .catchTxt {
    background: #f5a100;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}

#main .contactFree .btn {
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background: none;
    text-shadow: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
}

#main .contactFree .btn img {
    display: block;
    margin: 0 auto;
}

#main .contactFree .btn :hover {
    opacity: 0.8;
    transition: 0.7s;
}

#main .contactFree h3,
#main .contactFree .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .contactFree h3 {
    padding: 17px 30px;
    background: #e81b1b;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rainleaking #main .contactFree h3 {
    padding: 20px 10px;
}

#main .contactFree .btn a {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

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

#main .contactFree .btn span {
    float: right;
    text-align: left;
    line-height: 1;
    margin-left: 20px;
    display: block;
}

#main .msgContact {
    padding: 3px 3px 3px 240px !important;
    margin: 40px 0 20px 5px !important;
    width: 700px;
    clear: none;
}

#main .msgContact img {
    float: left;
    position: absolute;
    top: -10px;
    left: -5px;
}

#main .msgContact .telBox {
    background: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

#main .msgContact .telBox h4 {
    position: relative;
    font-size: 13px !important;
    padding-left: 15px;
    margin-bottom: 0;
}

#main .msgContact .telBox h4:before,
#main .msgContact .telBox h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    background: none;
    border-radius: 0;
}

#main .msgContact .telBox h4:before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81b1b;
    opacity: inherit;
}

#main .msgContact .telBox h4:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main .msgContact .telBox .tel {
    font-size: 11px;
    line-height: 1.2;
    float: left;
    white-space: nowrap;
    margin-bottom: 0 !important;
    ;
}

#main .msgContact .tel .bHours {
    display: block;
}

#main .msgContact .tel span {
    background: url(./img/ico_tel.png) no-repeat left center;
    color: #e81b1b;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    padding-left: 35px !important;
    display: block;
    float: left;
    margin-right: 5px;
}

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

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

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

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

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

/*--下層ページメインビジュアル--*/
#pageTitle {
    padding-top: 211px;
    position: relative;
    overflow: hidden;
    height: 145px;
    background: -webkit-linear-gradient(90deg, #0063be 0%, #004789 100%);
    background: -moz-linear-gradient(90deg, #0063be 0%, #004789 100%);
    background: -o-linear-gradient(90deg, #0063be 0%, #004789 100%);
    background: -ms-linear-gradient(90deg, #0063be 0%, #004789 100%);
    background: linear-gradient(0deg, #0063be 0%, #004789 100%);
}

#pageTitle .inner {
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#pageTitle p,
#pageTitle h1 {
    width: 1000px;
    color: #FFF;
    position: relative;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 1px #000080, -1px 1px 1px #000080, 1px -1px 1px #000080, -1px -1px 1px #000080;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

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

/*--ぱんくずエリア--*/
#pagePath {
    background: #f4942d;
    padding: 3px 0;
}

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

#pagePath p a {
    color: #fff;
}


/*--TOPバナー--*/
#topBnr {
    float: right;
}

#topBnr ul {
    position: relative;
    overflow: hidden;
    width: 220px;
}

#topBnr ul li {
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#topBnr ul li:last-child {
    margin-bottom: 0;
}

#topBnr ul li img {
    width: 100%;
    height: auto;
}

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

#main .topContactBox {
    width: 360px;
    float: left;
    /*margin-top: -25px;*/
}

#main .topContactBox h3 {
    border: none;
    background: none;
    padding: 0;
    margin: 5px 0 20px;
}

#main .topContactBox h3 span {
    background: #e81b1b;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 5px;
    display: inline-block;
}

#main .topContactBox ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .topContactBox ul li {
    float: left;
    padding: 0;
    border: #ccc solid 1px;
}

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

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

#main .topContactBox .catchTxt {
    background: #b38850;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 0;
}

#main .topContactBox .tel {
    font-size: 11px;
}

#main .topContactBox .tel span {
    font-size: 50px;
    background-size: 53px auto;
    padding-left: 55px;
}

/* bnrcontact */
#main .bnrcontact {
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    clear: both;
}

#main .bnrcontact>ul {
    display: flex;
    align-items: flex-end;
}

#main .bnrcontact>ul>li {
    margin-right: 21px;
    padding: 0;
    width: calc((100% / 3) - 14px);
}

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

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

#main .bnrcontact>ul>li>a,
#main .bnrcontact>ul>li>a img {
    display: block;
    width: 100%;
}

/*---------- top .prCont ----------*/
#main .prCont .prTxt {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
}

#main .prCont .prTxt li {
    font-size: 24px;
    font-weight: 700;
    padding-left: 3em;
    line-height: 1;
}

#main .prCont .prTxt li:nth-child(n + 2) {
    margin-top: 33px;
}

#main .prCont .prTxt li::before {
    background: none;
    content: url(./img/li-check.png);
    margin-left: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 33px;
    height: 33px;
}

#main .prCont .prTxt li::after {
    border: none;
}

#main .prCont .prTxt span {
    position: relative;
    display: inline-block;
    color: #e81b1b;
    font-weight: 700;
}

#main .prCont .prTxt span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #f8d046;
    z-index: -10;
}


/*--フォーム--*/
#form {
    /*width: 1000px;*/
    margin: 0 auto;
}

#form h3 {
    background: #f5a100;
    border-top: none;
    color: #fff;
    margin-bottom: 0;
}

#form ul {
    margin-bottom: 40px;
}

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

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

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

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

.nocolumn #form ul.formStep li {
    width: 243px;
}

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

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

#form ul.formStep li:after {
    border-color: transparent transparent transparent #fff;
    left: 100.8%;
    top: 0;
    z-index: 9;
    transform: none !important;
}

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

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

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

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

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

#main .formBox {
    margin-bottom: 40px;
}

#main .formBox p,
#main form li p {
    margin-bottom: 0;
}

#top #main .formBox {
    background: #f3f3f3;
    position: relative;
    /* overflow: hidden; */
}

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

#main .formBox th {
    padding: 20px 15px;
    font-weight: normal;
    vertical-align: top;
    width: 30%;
    font-size: 15px;
    background: #ddd;
    border-bottom: #fff solid 1px;
    color: #333;
}

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

#main .formBox th span {
    background: #e81b1b;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 0 10px;
}

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

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

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

#main .formBox td>span {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 18px;
}

#main .formBox td span.your-order span span {
    font-weight: bold;
    margin-right: 10px;
}

#main .formBox td a {
    color: #333;
    font-size: 18px;
    padding-left: 25px;
    display: inline-block;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
    padding: 5px;
    height: 35px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #ffffcf;
    width: 520px;
}

.nocolumn #main .formBox td input[type="text"],
.nocolumn #main .formBox td input[type="tel"],
.nocolumn #main .formBox td input[type="email"] {
    width: 690px;
}

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

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

#main .formBox td input:placeholder-shown,
#main .formBox td textarea:placeholder-shown {
    color: #b0b0b0;
}

#main .formBox td input::-webkit-input-placeholder,
#main .formBox td textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#main .formBox td input:-moz-placeholder,
#main .formBox td textarea:-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#main .formBox td input::-moz-placeholder,
#main .formBox td textarea::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#main .formBox td input:-ms-input-placeholder,
#main .formBox td textarea:-ms-input-placeholder {
    color: #b0b0b0;
}


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

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

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

/*#contents #main input[readonly],
#contents #main textarea[readonly] {
    border: none !important;
    background-color: #fffeee;
}*/
.formBox .submit .wpcf7c-btn-back {
    background: linear-gradient(to bottom, #ddd 0%, #aaa 50%, #777 51%, #bbb 100%);
    border: solid 3px #777;
}

#contents #main .wpcf7c-btn-back textarea[readonly] {
    background: #efefef !important;
}

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

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

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

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

.formBox table {
    margin-top: 15px;
    width: 100%;
    border-spacing: 1px;
}

.formBox th,
.formBox td {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.formBox th {
    width: 20%;
    color: #333;
}

.formBox table {
    margin-bottom: 20px;
}

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

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

.formBox th span.any {
    background: #8e8e8e;
}

.formBox td {
    padding: 5px;
    /*font-weight: bold;*/
    vertical-align: middle;
    font-size: 13px;
}

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

.formBox td>span {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 18px;
}

.formBox td a {
    /*    background: url(./img/arrow01.png) no-repeat 0 5px;*/
    color: #333;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}

.formBox td a:before,
.formBox td a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.formBox td a:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #93c73e;
}

.formBox td a:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fffeee;
    border-right: 2px solid #fffeee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

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

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

.formBox td textarea {
    padding: 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #ffffcf;
    width: 520px;
}

.nocolumn .formBox td textarea {
    width: 690px;
}

.formBox .submit {
    text-align: center;
}

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

.formBox .submit input {
    padding: 5px 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -moz-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -webkit-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    background: #f4942d;
    border: none;
    border-radius: 4px;
    padding-bottom: 10px;
}

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

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

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

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

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

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

div.wpcf7-validation-errors {
    background: #fff;
    border: 3px solid #e81b1b !important;
}

#top .topFormBox {
    position: relative;
    /* overflow: hidden; */
}


#top .topFormBox h2 strong {
    color: #fdff00;
    font-size: 30px;
}

#top .topFormBox h2 span {
    display: block;
}

#top .topFormBox h2 small {
    font-size: 14px;
    line-height: 1.2;
    display: block;
}

#top .topFormBox h3,
#diagnosis .topFormBox h3 {
    background: #f5a100;
    margin: 0;
    padding: 5px 10px;
    border: none;
    color: #fff;
    font-size: 24px;
}

#top .topFormBox h3 strong,
#diagnosis .topFormBox h3 strong {
    color: #fdff00;
}

#top .topFormBox h3 span {
    font-size: 14px;
    margin-left: 20px;
}

#diagnosis .topFormBox h3 {
    padding-left: 20px;
}

#diagnosis .topFormBox h3 span {
    display: none;
}

#top .topFormBox img {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: -15px;
}

#top #main .formBox {
    /*    width: 475px;*/
    float: left;
    margin-bottom: 0;
}

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

#top #main .formBox table {
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top #main .formBox table tr th,
#top #main .formBox table tr td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: #fff solid 1px;
    padding: 10px;
    color: #333;
}

#top #main .formBox table tr th {
    font-size: 15px;
    font-weight: normal;
    width: 30%;
    background: #ddd;
}

#top #main .formBox table tr th p

/*,
#top #main .formBox table tr td p*/
    {
    font-size: 15px;
}

#top #main .formBox table tr th span {
    float: right;
    font-size: 12px;
    margin-right: 5px;
}

#top #main .formBox table tr td {
    background: #f3f3f4;
}

#top .formBox td input[type="text"],
#top .formBox td input[type="tel"],
#top .formBox td input[type="email"],
#top .formBox td textarea {
    width: 100%;
    background: #ffffcf;
    padding: 5px 5px;
    height: auto;
}

#top .formBox td span,
#diagnosis .formBox td span {
    /*    width: 100%;*/
    margin-top: 0;
}

#top .formBox td label {
    width: auto;
    margin-right: 15px;
}

#top .formBox td .your-subject {
    margin: 0;
    width: auto;
}

#top #main .formBox td .wpcf7c-elm-step1 {
    display: none;
}

#top #main .formBox th span {
    padding: 0 5px;
}

#top #main .formBox .submit {
    background: #fff;
    padding: 10px 0;
}

#top .formBox .submit input {
    font-size: 24px;
    background: #3b5f00;
    margin: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    padding-bottom: 10px;
}

.formBox .submit .wpcf7-spinner {
    margin-left: 0;
    margin-right: -24px;
}

span.wpcf7-list-item {
    margin-left: 0;
}

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

/*
#main .areaList li {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 1.7;
}*/
#main .cat a,
#main .warksTaxList li a {
    display: inline-block !important;
    background: #689a16;
    color: #fff !important;
    font-weight: bold;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 3px;
}

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

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

#main .warksTaxList {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

#main .warksTaxList h4 {
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 10px 45px 10px 25px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -moz-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    -webkit-box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    background: #689a16;
    margin: 0 5px 10px 0;
    transition: ease 0.4s;
}

#main .warksTaxList h4:hover {
    opacity: 0.7;
}

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

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


#main .areaList>li>a {
    background: none;
    color: #333 !important;
    padding: 0 0 0 25px;
    position: relative;
}


#main .areaList>li>a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138' !important;
    font-weight: 900;
    left: 5px;
    position: absolute;
    font-size: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    color: #93c73e;
    height: 1em;
    line-height: 1;
}

#main .areaList .children>li>a {
    background: #f5a100;
}

#main .materialList>li>a {
    background: #76b258;
    color: #fff !important;
    padding: 0 5px;
    position: relative;
}

#main .colorList>li>a {
    background: inherit;
    padding: 0 5px;
    position: relative;
    color: #333 !important;
}

#main .warksTaxList .colorList>li {
    position: relative;
    padding-left: 20px;
    width: 100%;
}

#main .warksTaxList .colorList>li::before,
#main .warksTaxList .colorList>li::after {
    position: absolute;
    content: "" !important;
}

#main .warksTaxList .colorList>li::before {
    width: 12px;
    height: 12px;
    background: #000080;
    left: 0;
    top: 8px;
}

#main .warksTaxList .colorList>li::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 12px;
    left: 2px;
}

#main .colorList>li .children a {
    background: inherit;
    color: #fff !important;
    padding: 0 5px;
    position: relative;
}

#main .colorList li.wall_white>a,
#main .colorList li.roof_white>a {
    background: #f4e1c8 !important;
}

#main .colorList li.wall_brown>a,
#main .colorList li.roof_brown>a {
    background: #682900 !important;
}

#main .colorList li.wall_black>a,
#main .colorList li.roof_black>a {
    background: #7a7a7a !important;
}

#main .colorList li.wall_blue>a,
#main .colorList li.roof_blue>a {
    background: #035bbf !important;
}

#main .colorList li.wall_yellow>a,
#main .colorList li.roof_yellow>a {
    background: #f9b909 !important;
}

#main .colorList li.wall_red>a,
#main .colorList li.roof_red>a {
    background: #e21818 !important;
}

#main .colorList li.wall_green>a,
#main .colorList li.roof_green>a {
    background: #3fa80f !important;
}

#main .colorList li.wall_various_color>a,
#main .colorList li.roof_various_color>a {
    background: linear-gradient(180deg, #795548 0%, #795548 50%, #A1887F 50%, #A1887F 100%) !important;
}

#main .colorList li.wall_clear>a,
#main .colorList li.roof_clear>a {
    background: rgba(102, 142, 187, 0.81) !important;
}

#main .materialList>li>a {
    background: #eb611e;
    color: #fff !important;
    padding: 0 5px;
    position: relative;
}

#main .packList>li>a {
    background: #c8ad63;
    color: #fff !important;
    padding: 0 5px;
    position: relative;
}

#main .priceList>li>a {
    border: 1px solid #000080;
    background: #000080;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
    padding: 0 5px;
    position: relative;
}

#main .materialList>li>a::before,
#main .colorList>li>a::before,
#main .priceList>li>a::before,
#main .packList>li>a::before {
    content: none !important;
}





/*
#main .areaList li a {
    position: relative;
    padding-left: 13px;
    color: #333;
}
*/

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

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

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

#main .colorList .children {
    margin: 5px 0;
    display: block;
}

#main .colorList .current-cat .children li>a {
    border: none;
    color: #fff !important;
    text-decoration: none;
}

#main .colorList .children li.current-cat>a {
    border: solid 2px #084d9b;
    color: #fff !important;
    text-decoration: none;
}

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

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

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

#main .infoBox p {
    display: inline-block;
    margin-bottom: 0 !important;
    font-size: 13px;
}


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

#main #archiveList {
    overflow: hidden;
    padding-bottom: 0;
}

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

#main #archiveList article {
    width: 235px;
    float: left;
    margin: 0 20px 40px 0;
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

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

#main #archiveList a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #b35d00;
    text-decoration: none;
}

#main #archiveList a:hover {
    text-decoration: underline;
}

#main #archiveList .archiveSummary {
    font-weight: bold;
}

#main #archiveList .archiveSummary .contTxt {
    font-size: 15px;
    color: #b35d00;
    display: block;
}

#main #archiveList h3,
#main #archiveList .price {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-family: 'Noto Sans JP', sans-serif;
}

#main #archiveList h3 {
    margin: 0;
    color: #b35d00;
    font-size: 15px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: inherit !important;
    min-height: inherit;
}

#main #archiveList .mainPict {
    width: 235px;
    height: 183px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #ccc solid 1px;
    background: #fff;
    margin-bottom: 25px;
}

#main #archiveList .mainPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

#main #archiveList #readmore img {
    width: auto !important;
    height: auto !important;
}

#main #archiveList .price {
    font-weight: bold;
    color: #e81b1b;
}

#main #archiveList .price span {
    display: inline-block;
    background: #e81b1b;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 5px 0 5px;
    margin-right: 8px;
}

#main #archiveList .time {
    font-size: 10px;
    color: #b35d00;
    line-height: 1.4;
    font-weight: bold;
}

/*#main #archiveList .detail {
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    color: #FFFFFF;
    background: #f5a100;
    padding: 5px;
    display: block;
    width: 140px;
    margin: 10px auto 5px;
    box-shadow: 0 5px 0 0 #0b8901;
    text-align: center;
    line-height: 1.2;
}*/
#main #archiveList .cat {
    position: absolute;
    top: 190px;
    font-size: 11px;
    line-height: 1.4;
    height: 22px;
    overflow: hidden;
}

/*--施工事例・お客様の声--*/
#main #archiveList ul {
    position: relative;
    overflow: hidden;
}

#main #archiveList .archiveWorks li {
    width: 350px;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    background: #ccc;
}

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

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

#main #archiveList .archiveWorks li a {
    color: #333;
    text-decoration: none;
}

#main #archiveList .archiveWorks li .worksMain {
    width: 350px;
    height: 235px;
    position: relative;
    overflow: hidden;
    display: block;
}

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

#main #archiveList .archiveWorks h4 {
    background: #009ce9;
    color: #fff;
    font-size: 23px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

#main #archiveList .archiveWorks h4:before,
#main #archiveList .archiveWorks h4:after {
    content: none;
}

#main #archiveList .archiveWorks .summary {
    border: #ccc solid 1px;
    padding: 10px;
    background: #fffeee;
}

#main #archiveList .archiveWorks .summary p {
    font-size: 14px;
}


#main #archiveList .taxonomyWorks h3,
#main #archiveList .archiveVoice h3 {
    margin: 10px 0 0;
}

#main #archiveList .archiveBlog h3 {
    margin: 0;
}

#main #archiveList .archiveBlog .time {
    margin: 0 0 0;
}

#main #archiveList .archiveBlog .btn {
    background: #f4942d;
}

/*#main #archiveList .archiveBlog .mainPict img{
    width: 100%;
    height: auto;
}*/
#main #archiveList .archiveVoice .mainPict {
    margin-bottom: 10px;
}

#main .singleVoice,
#main .singleBlog,
#main .singleWorks {
    border-bottom: none;
}

#main .singleWorks p,
#main .singleVoice p {
    font-size: 15px;
}


#main .singleBlog .singleDetail img {
    max-width: 100%;
    height: auto;
}

#main .singleWorks .singleDetail table.jirei-data th,
#main .singleWorks .singleDetail table.jirei-data td {
    padding: 0;
    border-top: none;
}

#main .singleWorks .singleDetail table.jirei-data td {
    margin-bottom: 0;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

#main .singleWorks .singleDetail .table-style01 table,
#main .singleWorks .singleDetail .table-style01 table td {
    margin-bottom: 0 !important;
}

#main .singleWorks .singleDetail .table-style01 table th,
#main .singleWorks .singleDetail .table-style01 table td {
    padding: 15px !important;
    border-bottom: none;
}

#main .singleWorks .singleDetail .table-style01 table td {
    background: #efefef;
}

#main .singleWorks .singleDetail .uc {
    table-layout: fixed !important;
}

#main .singleWorks .singleDetail .uc th,
#main .singleWorks .singleDetail .uc td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#main .singleWorks .singleDetail .uc td img {
    width: 100%;
}

#main .cstColorphoto li {
    position: relative;
}

#main .cstColorphoto .medal {
    position: absolute;
    right: 0;
    top: 95px;
}

#main .cstColorphoto .medal {
    position: absolute;
    right: 0;
    top: 95px;
}

#main .picBox {
    overflow: hidden;
    position: relative;
    margin: 30px 0 50px;
}

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

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

#main .picBox .btmPhoto {
    position: relative;
    width: 287px;
    height: 207px;
    padding-bottom: 10px;
}

#main .picBox .btmPhoto .noImg,
#main .picBox .btmPhoto .bImg {
    float: left;
    width: 263px;
    height: 175px;
    position: relative;
    overflow: hidden;
    display: block;
}


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

#main .picBox .btmPhoto:before {
    right: -50px;
    bottom: -80px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 32px solid transparent;
    border-left: 45px solid #f4942d;
}

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

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

#main .picBox02 .photo {
    float: right;
    width: 480px;
    height: 290px;
    position: relative;
    overflow: hidden;
}

#main .picBox02 .btmPhoto {
    float: left;
    width: 480px;
    height: 290px;
    position: relative;
    overflow: visible;
    padding: 0;
}

#main .picBox02 .btmPhoto:before,
#main .picBox02 .btmPhoto:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: inherit;
    left: 482px !important;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
}

#main .picBox02 .btmPhoto:before {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #f4cc2d !important;
    border: none;
}

#main .picBox02 .btmPhoto:after {
    left: 495px !important;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 10px solid transparent;
    border-left: 12px solid #fff;
    border-radius: 0;
}


#main .picBox span.after,
#main .picBox span.before {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #f4942d;
    display: inline-block;
    z-index: 10;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    line-height: 1.4;
}

#main .picBox span.after {
    background: #93c73e;
}

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

#voice #main h2 {
    position: relative;
    overflow: hidden;
}

#voice #main h2 span {
    float: right;
}

#voice #main .voiceSummary {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

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

#main .voicephotList li {
    width: 316px;
    height: 206px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: solid 1px #ccc;
}

/*
#main .singleVoice .enqImg {
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
*/

#main .voicephotList .enqImg a {
    display: block;
}

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

#main .singleVoice .enqImg img {
    width: auto;
    height: 100%;
}

#main .voicephotList li.enqImg span .imgLayer {
    width: auto;
    height: auto;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 5px;
    right: 5px;
    transform: none;
}

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

#voice #main .singleDetail {
    overflow: hidden;
}

#voice #main .singleDetail table th {
    width: 25%;
    padding: 15px 10px;
}

#voice #main .enq h5 {
    border-radius: 4px;
    font-size: 18px;
    padding: 0;
    margin: 0 0 5px;
    background: none;
    color: #333;
}

#voice #main .enq ul {
    overflow: hidden;
    margin: 0 0 20px;
}

#voice #main .enq li {
    text-align: center;
    float: left;
    background: #e8ddbd;
    width: 25%;
    border-right: solid 1px #FFF;
    box-sizing: border-box;
    padding: 3px 5px;
}

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

#voice #main .enq li.on {
    background: #e81b1b;
    color: #FFF;
}

#voice #main h3 {
    margin-bottom: 15px;
}

#voice #main .contactBox h3 {
    margin-bottom: 0;
}

#voice #main .enq p.score {
    color: #e81b1b;
    font-weight: bold;
    font-size: 40px;
}

#voice #main .enq p.score span {
    font-size: 20px;
}

#main .otherPhoto {
    position: relative;
    overflow: hidden;
    padding: 0;
}

#main .otherPhoto li {
    width: 33%;
    width: calc(33% - 10px);
    float: left;
    padding: 0;
    font-size: 14px;
    margin: 0 20px 20px 0;
}

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

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

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

#main .otherPhoto li a {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

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

#main .otherPhoto li h5 {
    color: #689a16;
    background: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

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

/*投稿画像の回り込み処理*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 30px 10px 0;
    display: inline;
}

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

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

img {
    border-style: none;
}

#main .nobr br {
    display: none;
}

#main p.wp-caption {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

#main p.wp-caption img {
    margin-bottom: 5px;
}

#main p.wp-caption .caption-text {
    text-align: left;
}

/*pagenavi*/
.pagenavi {
    border-bottom: dotted 1px #333;
    padding: 20px 0 !important;
    margin: 0 auto 40px !important;
    text-align: center;
    position: relative;
}

.pagenavi ul {
    position: relative;
    overflow: hidden;
    height: 50px;
    margin: 0 !important;
}

.pagenavi a {
    display: inline-block;
    border-radius: 5px;
    background: #f4942d;
    /*border:solid 3px #338593;*/
    padding: 5px 5px;
    width: 130px;
    text-align: center;
    transition: 0.7s;
    position: relative;
    padding: 5px 25px 5px 5px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagenavi a:before,
.pagenavi a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.pagenavi a:before {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.pagenavi a:after {
    right: 16px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #f4942d;
    border-right: 3px solid #f4942d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagenavi .next a {
    padding: 5px 5px 5px 25px;
}

.pagenavi .next a:before,
.pagenavi .next a:after {
    left: 10px;
    right: inherit;
}

.pagenavi .next a:after {
    left: 14px;
    right: inherit;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pagenavi a:link,
.pagenavi a:hover,
.pagenavi a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

.pagenavi li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block;
    font-weight: bold;
    position: absolute !important;
}

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

.pagenavi .prev {
    position: absolute;
    right: 0;
}

.pagenavi li.list {
    position: absolute;
    left: 50%;
    margin-left: -70px !important;
}

.pagenavi .list a {
    padding: 5px;
}

.pagenavi .list a:before,
.pagenavi li.list a:after {
    content: none;
}

.pagenavi .next {
    position: absolute;
    left: 0;
}

#main .wp-pagenavi {
    padding-top: 30px;
    text-align: center;
}

#main .wp-pagenavi a {
    border-radius: 5px;
    background: #e81b1b;
    padding: 0 5px;
    text-align: center;
    transition: 0.7s;
    border: none;
    display: inline-block !important;
    overflow: inherit !important;
}

#main .wp-pagenavi span {
    border-radius: 5px;
    padding: 0 5px;
    text-align: center;
    transition: 0.7s;
}

#main .wp-pagenavi span.pages,
#main .wp-pagenavi span.last {
    display: inline-block;
}

#main .wp-pagenavi a:link,
#main .wp-pagenavi a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

#main .wp-pagenavi a:hover,
#main .wp-pagenavi span.current {
    border-color: #bfbfbf;
    display: inline-block;
}

#main .wp-pagenavi a:hover {
    color: #fff !important;
    opacity: 0.7;
}

/*-------------------#top .mainCatch-----------------*/
#top .mainCatch {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 5px 0;
}

#top .mainCatch p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}

/*-------------------#top-----------------*/

#main .awdUL {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    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;
    flex-wrap: wrap;
    clear: both;
}

#main .awdUL li {
    margin: 0 0 30px;
    padding: 3px;
    border: 1px solid #c8ad63;
    background: none;
    margin-bottom: 30px;
}

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

#top #contents {
    margin-top: 0;
}

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

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

#main .topicsBox ul li {
    width: 236px;
    float: left;
    margin: 0 21px 20px 0;
    padding: 0;
    position: relative;
    border-bottom: none;
}

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

#main .topicsBox ul li h5 {
    background: none;
    color: #e81b1b;
    display: block;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

#main .topicsBox ul li .type {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #e81b1b;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}

#main .worksBox,
#main .diagnosisBox,
#main .reasonBox,
#main .voiceBox,
#main .blogBox {
    position: relative;
    overflow: hidden;
    text-align: center;
}


#top #main .top-separate {
    float: right;
    width: 750px;
}

#top #main .top-separate .inner {
    max-width: 100%;
    margin-bottom: 50px;
}

#top #main .worksBox {
    overflow: initial;
}

#top #main .top-separate h2,
#top #main .worksBox h2 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    /*    background-image: url(./img/main-worksBox-ttlbg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

#top #main .targetArea h2 {
    position: relative;
    margin-bottom: 15px;
}

#top #main .worksBox h2 .pointimg,
#top #main .targetArea h2 .pointimg {
    position: absolute;
    content: "";
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#main .basicKnow h2,
#main .recommendBox h2,
#diagnosis #main h2.catchTtl {
    z-index: 10;
    padding: 0;
    width: auto;
    margin: 0 auto 15px;
    color: #333;
    font-size: 44px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
}

#main .basicKnow h2 span,
#top #main .worksBox h2 span,
#main .recommendBox h2 span,
#top #main .msgBox h2 span,
#diagnosis #main h2.catchTtl span {
    display: table;
    margin: 0 0 10px;
    font-size: 24px;
    background: #689a16;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

#main .basicKnow h2 span.txtL,
#top #main .worksBox h2 span.txtL,
#main .recommendBox h2 span.txtL,
#top #main .msgBox h2 span.txtL,
#diagnosis #main h2.catchTtl span.txtL {
    font-size: 60px;
    background: none;
    display: block;
    color: #333;
    padding: 0;
    margin-bottom: 0;
}




#main .worksBox h3 {
    background: #f5a100;
    color: #FFF;
    font-size: 22px;
    padding: 5px 15px;
    margin: 0 auto 20px;
    position: relative;
    border-top: none;
    text-align: left;
}

#main .blogBox p {
    text-align: left;
}

#main .blogBox .leadTxt {
    font-size: 15px;
}

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

#main .reasonList p strong {
    font-weight: normal;
    text-decoration: underline;
}

#main .reasonList {
    position: relative;
    overflow: hidden;
    /*counter-reset: reason;*/
}

#main .reasonList li {
    border-radius: 4px;
    background: #e81b1b;
    width: 140px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px 5px;
    float: left;
    margin: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*counter-increment: reason;*/
    position: relative;
    overflow: hidden;
    text-align: center;
}

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

#main .reasonList li:last-child {
    margin: 0;
}

#main .reasonList li h4 {
    line-height: 1.2;
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding: 0;
}

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

#main .reasonList li h4 strong {
    font-size: 23px;
    display: block;
    text-decoration: none !important;
}

#main .reasonList li p {
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    line-height: 1.3;
    margin: 10px 0 0;
    text-align: left;
    color: #333;
}

#main .reasonList li p strong {
    color: #e81b1b;
}

#main .reasonList li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#main .worksList,
#main .blogList,
#main .eventList,
#main .voiceList {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #333 dotted 1px;
}

#top #main .worksList {
    padding-bottom: 20px;
    border-bottom: none;
}

#main .voiceList {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#main .worksList article,
#main .voiceList article,
#main .eventList article,
#main .topicsBox ul li {
    width: calc((100% / 3) - 14px);
    float: left;
    margin: 20px 20px 0px 0;
    padding: 0;
    position: relative;
    border-bottom: none;
    font-weight: bold;
    text-align: center;
}

#main .worksList article:nth-child(3n) {
    margin-right: 0 !important;
}

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

#top #main .worksList article {
    margin: 20px 20px 0 0 !important;
}

#top #main .voiceList article {
    /* background-color: #e81b1b; */
    /* padding: 18px; */
    box-sizing: border-box;
    position: relative;
}

#top #main .voiceList article:before {
    content: '';
    position: absolute;
    border-left: 8px solid #93c73e;
    border-top: 8px solid #93c73e;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 3px;
    top: 3px;
}

#top #main .worksList article:nth-child(3n + 1) {
    clear: none;
}

#top #main .worksList article:nth-child(3n),
#main .voiceList article:nth-child(3n),
#main .eventList article:nth-child(3n),
#main .topicsBox ul li:nth-child(3n) {
    margin-right: 0 !important;
}

#top #main .worksList article:nth-child(3n + 1),
#main .voiceList article:nth-child(3n + 1),
#main .eventList article:nth-child(3n + 1) {
    clear: both;
}

#top #main .worksList article:nth-child(-n + 3),
#main .voiceList article:nth-child(-n + 3),
#main .eventList article:nth-child(-n + 3),
#main .topicsBox ul li:nth-child(-n + 3) {
    margin-top: 0 !important;
}

#main .worksList a,
#main .voiceList a,
#main .eventList a,
#main .topicsBox ul li a {
    display: block;
    color: #f4942d !important;
    text-decoration: none;
}

#main .voiceList a {
    padding: 18px;
    border: 3px solid #b9b9b9;
    text-decoration: none;
}


#main .worksList .worksImg,
#main .voiceList .voiceImg,
#main .blogList .blogImg,
#main .eventList .blogImg,
#main .topicsBox ul li .mainThum {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    /* border: #ccc solid 1px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    zoom: 1;
    background: #eee;
}

#main .voiceList .voiceImg {
    height: 200px;
    background: #fff;
    border: none;
}

#top #main .voiceList .voiceImg {
    width: 100%;
    height: 210px;
}

#main .worksList .worksImg,
#main .topicsBox ul li .mainThum {
    margin-bottom: 0;
}

#main .worksList .worksImg img,
#main .voiceList .voiceImg img,
#main .blogList .blogImg img,
#main .eventList .blogImg img,
#main .topicsBox ul li .mainThum img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#main .worksList h3,
#main .worksList p,
#main .voiceList h3,
#main .voiceList p,
#main .eventList h3,
#main .eventList .contTxt,
#main .topicsBox ul li p {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    color: #b35d00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}

#main .topicsBox ul li h3,
#main .worksList h3,
#main .voiceList h3,
#main .eventList h3 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

#main .worksList a h3 {
    color: #b35d00;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
}

#main .worksList .contTxt {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    /* margin-bottom: 5px; */
}

#main .voiceList article .btn,
#main .blogList article .btn,
#main .eventList article .btn,
#main .topicsBox ul li .btn,
#main #archiveList article .btn {
    background: #f4942d;
    box-shadow: 0px 2px 0px 0px rgb(255 255 255 / 30%) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(255 255 255 / 30%) inset;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 12px;
}

#main .worksList article .btn {
    background: #93c73e;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    margin-top: 5px;
}

#main .worksList article .btn img {
    display: inline-block;
    margin-left: 9px;
    padding-bottom: 2px;
    min-width: 12px;
    width: 12px;
    height: 12px;
}

#main .worksList h3,
#main .voiceList h3 {
    margin: 0 0 5px 0;
}

#main .worksList h3 {
    min-height: auto;
}

#main h2.fullWidth.f-reason3>span {
    margin-left: 0;
}


/*#main .worksList .price {
    font-weight: bold;
    color: #e81b1b;
}
#main .worksList .price span {
    display: inline-block;
    background: #e81b1b;
    color: #FFF;
    border-radius: 3px;
    padding: 1px 5px 0 5px;
    margin-right: 8px;
}*/

/*#main .worksList .time,
#main .voiceList .time,
#main .blogList .time,
#main .eventList .time {
    color: #f5a100;
    line-height: 1.4;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0px;
    height: auto;
}*/

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

#main .voiceBox p {
    /*    text-align: left; */
    font-size: 15px;
}

#main .voiceBox .voiceSummary {
    /* padding: 0 7px; */
}

#main .voiceBox .voiceSummary p {
    /* color: #fff; */
    text-align: left;
}

#top #main .voiceList .contTxt {
    font-size: 14px;
    font-weight: 500;
}

#top #main .voiceList .time {
    font-size: 14px;
    font-weight: 500;
}

#top #main .voiceList .btn {
    margin-top: 25px;
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 7px 40px 7px 15px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0px 0px #b35d00;
    -moz-box-shadow: inset 0 -3px 0px 0px #b35d00;
    -webkit-box-shadow: inset 0 -3px 0px 0px #b35d00;
    background: #f4942d;
}


#top #main .voiceList .btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 16px;
    top: 7.5px;
    margin: auto;
    display: block;
}

#top #main .voiceList h3 {
    /* color: #fff; */
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: inherit;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

#main .worksList .catchTxt {
    text-align: left;
    font-size: 15px;
    clear: both;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}


#main .blogList {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: #333 dotted 1px;
}

#main .blogList article {
    background: #18437c;
    position: relative;
    overflow: hidden;
    text-align: left !important;
    width: 480px !important;
    float: left;
    margin: 20px 0 0 0 !important;
}

#main .blogList article:nth-child(2n) {
    float: right !important;
}

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

#main .blogList article:nth-child(-n+2) {
    margin-top: 0 !important;
}

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

#main .blogList h3 {
    font-weight: normal;
}

#main .blogList h3,
#main .blogList p {
    color: #fff !important;
}

#main .blogList article .btn,
#main .voiceList article .btn {
    background: #f4942d;
}

#main .blogList article .btn img {
    display: inline-block;
    margin-left: 9px;
    padding-bottom: 2.5px;
    min-width: 12px;
    width: 12px;
    height: 12px;
}

#main .blogList .blogImg {
    float: left;
    width: 240px;
    height: 180px;
}

#main .blogList .blogSummary {
    padding: 15px;
    overflow: hidden;
}

#main .blogList h3,
#main .blogList p {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}

#main .blogList h3 {
    font-size: 15px;
    min-height: 25px;
    text-decoration: underline;
    text-underline-offset: 2px;
    height: 25px;
}

#main .blogList p {
    padding-bottom: 10px;
}

/*-------------------#first-----------------*/
#first #main h3.catchTtl {
    font-size: 37px;
    line-height: 1.25;
    color: #333;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    min-height: 0;
    background: none;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

#first #main h3.catchTtl span {
    border-radius: 4px;
    background: #e81b1b;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}

#first #main .firstPoint h3 {
    font-size: 28px;
    padding: 0 7px;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#first #main .firstPoint h3 span {
    border-radius: 4px;
    background: #f5a100;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 3px 10px;
    margin: 7px 10px 7px 0;
    line-height: 1.3;
}

#first #main .firstPoint h3 strong {
    color: #e81b1b;
}

#first #main .leadTxt strong {
    background: #fffc00;
}

#main .firstContents {
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px;
}

#main .firstContents h4 {
    clear: both;
}

#main .firstContents section {
    margin-bottom: 0;
}

#main .firstContents h5 {
    margin: 0 0 15px;
}

#main .firstContents .deteriorationChk .checkLegend {
    border: none;
    padding: 0;
    margin: 0;
}



#main .firstContents img {
    float: left;
    margin: 0 30px 30px 0;
}

#main .firstContents table {
    float: right;
    width: 385px;
}

#main .firstContents table th,
#main .firstContents table td {
    border-bottom: #fff solid 1px;
    border-left: #fff solid 1px;
}

#main .firstContents table td {
    padding: 11px 10px;
    text-align: right;
    background: #efefef;
}

#main .firstContents table th {
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    padding: 11px 10px;
    background: #e81b1b;
    color: #fff;
}

#main .firstContents .btn {
    float: right;
}

#first #main table strong {
    color: #e81b1b;
}

#first #main .choicePoint {
    padding: 0;
    margin: 0 0 40px;
}

#first #main .choicePoint li {
    list-style: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px !important;
}

#first #main .choicePoint li img {
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-left: 30px;
}

#first #main .choicePoint h4 {
    background: #efefef;
    position: relative;
    padding: 8px 10px 8px 40px;
    margin-bottom: 15px;
}

#first #main .choicePoint h4:before,
#first #main .choicePoint h4:after {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
    background: none;
    border-radius: 0;
}

#first #main .choicePoint h4:before {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81b1b;
    opacity: inherit;
}

#first #main .choicePoint h4:after {
    left: 15px;
    width: 6px;
    height: 6px;
    top: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#first #main .flowWorks {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

#first #main .flowWorks img {
    float: right;
    margin: 0 0 20px 30px;
}

#first #main .flowWorks:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 100px solid transparent;
    border-top: 45px solid #e81b1b;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
}

#first #main .flowComplete {
    padding-bottom: 0;
}

#first #main .flowComplete:after {
    content: none;
}

/*-------------------#showroom-----------------*/
#showroom article {
    border-bottom: none;
}

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

#main .featureBox p {
    margin-bottom: 0;
    display: inline-block;
}

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

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

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

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

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

#main .featureBox ul li h4 {
    background: #f4942d;
    color: #fff;
    font-size: 25px;
    padding: 0;
    height: 77px;
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

#main ul.showroomDetail li {
    width: 480px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 17px;
}

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

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

#main ul.showroomDetail li img {
    margin-bottom: 10px;
}

#main .showroomMerit ol {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}

#main .showroomMerit 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;
    font-size: 18px;
}

#main .showroomMerit li br {
    display: none;
}

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

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

#main .showroomMerit li h5 {
    background: none;
    color: #93c73e;
    font-family: 'Akshar', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    padding: 0;
}

#main .showroomMerit li img {
    float: right;
    margin-left: 10px;
}

#main .showroomMerit li p:first-of-type {
    margin-top: 0;
}

#main .showroomMerit li p {
    font-size: 17px;
}

#main .featureContents ol {
    counter-reset: feature;
    padding: 0;
    margin: 0;
}

#main .featureContents ol>li {
    counter-increment: feature;
}

#main .featureContents li {
    list-style: none;
    padding: 0;
}

#main .featureContents h3 {
    color: #333;
    font-size: 52px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding: 15px 0;
    border: none;
    overflow: hidden;
    margin-bottom: 0;
}

#main .featureContents h3:before {
    background: #e81b1b;
    border: #4d90c3 solid 7px;
    border-radius: 50%;
    color: #fff;
    content: 'ここが違う\A' counter(feature, decimal-leading-zero);
    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;
}

#main .featureContents h3 img {
    position: absolute;
    top: 0;
    right: 0;
}

#main .featureContents .photoUL li {
    width: 320px !important;
    height: 230px !important;
    margin-right: 20px !important;
}

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

#main ol.showroomStep {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}

#main ol.showroomStep li {
    list-style-type: none;
    float: left;
    width: 300px;
    margin: 15px 0 0 -50px;
    font-weight: bold;
}

#main ol.showroomStep li:first-child {
    width: 250px;
    margin-left: 0;
}

#main ol.showroomStep li span {
    background: #e81b1b;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
}

#main ol.showroomStep li h4 {
    background: -webkit-linear-gradient(0deg, #e81b1b 0%, #ffcc00 100%);
    background: -moz-linear-gradient(0deg, #e81b1b 0%, #ffcc00 100%);
    background: -o-linear-gradient(0deg, #e81b1b 0%, #ffcc00 100%);
    background: -ms-linear-gradient(0deg, #e81b1b 0%, #ffcc00 100%);
    background: linear-gradient(90deg, #e81b1b 0%, #ffcc00 100%);
    margin: 0 50px 10px 0 !important;
    color: #fff !important;
    padding: 3px 10px 3px 50px;
    font-size: 15px;
}

#main ol.showroomStep li:first-child h4 {
    padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
    background: #e81b1b;
}

#main ol.showroomStep li h4:before {
    display: none;
}

#main ol.showroomStep li h4:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #ffcc00;
    content: '';
    z-index: 10;
    position: absolute;
    left: 100%;
    bottom: 0;
    top: inherit;
    border-radius: 0;
    background: none;
}

#main ol.showroomStep li:last-child h4:after {
    border-color: transparent transparent transparent #e81b1b;
}

#main ol.showroomStep li p {
    padding-left: 40px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 17px;
}

#main ol.showroomStep li:first-child p {
    padding-left: 0;
}


#main .bnrShowroom {
    background: #3e78c7 url(./img/bnr_showroom_bg.png) no-repeat right bottom;
    margin: 40px auto 0;

}

#main .bnrShowroom a {
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
}

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

#main .bnrShowroom img {
    float: left;
}

#main .bnrShowroom h3 {
    border-radius: 10px;
    background: #124589;
    display: inline-block;
    border: none;
    padding: 0 30px;
    color: #ebce08;
    font-size: 30px;
    margin-bottom: 0 !important;
    min-height: inherit;
    margin-top: 0;
}

#main .bnrShowroom .overflowH {
    padding: 10px;
}

#main .bnrShowroom p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

#main .bnrShowroom .catchttl {
    font-size: 29px;
    color: #fff;
    text-shadow: -1px -4px #2c80d6, 1px -4px #2c80d6, -2px -3px #2c80d6, 2px -3px #2c80d6, -3px -2px #2c80d6, 3px -2px #2c80d6, -4px -1px #2c80d6, 4px -1px #2c80d6, -4px 1px #2c80d6, 4px 1px #2c80d6, -3px 2px #2c80d6, 3px 2px #2c80d6, -2px 3px #2c80d6, 2px 3px #2c80d6, -1px 4px #2c80d6, 1px 4px #2c80d6;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
}

#main .bnrShowroom .catchttl strong {
    display: inline-block;
    margin-right: 5px;
    font-size: 40px;
}

#main .bnrShowroom .btn {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 45px 14px 25px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0px 0px #b35d00;
    -moz-box-shadow: inset 0 -3px 0px 0px #b35d00;
    -webkit-box-shadow: inset 0 -3px 0px 0px #b35d00;
    background: #f4942d;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

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

#showroom #main .bnrShowroom .btn:after {
    content: '\f13a';
}

#main .showroomPoint {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    counter-reset: showroompoint;
    width: 1000px;
    margin: 30px auto;
}

#main .showroomPoint li {
    position: relative;
    padding: 20px 0 0;
    counter-increment: showroompoint;
    width: 316px;
}

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

#main .showroomPoint li:before {
    content: counter(showroompoint, decimal);
    width: auto;
    height: auto;
    background: none;
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 1;
    font-family: 'Akshar', sans-serif;
    font-weight: 700;
    color: #93c73e;
    /*    color: rgb(42 167 56 / 60%);*/
}

#main .showroomPoint li h3 {
    font-size: 23px;
    background: none;
    border-radius: 10px;
    border: #fff solid 5px;
    padding: 10px;
    margin: 0 0 10px 60px;
    background: #f4cc2d;
    /*rgba(255, 222, 0, 0.8) */
}

#main .showroomPoint li p {
    margin-top: -20px;
}


/*-------------------#reason-----------------*/

#reason #main .catchTtl {
    z-index: 10;
    padding: 10px 0 0;
    width: fit-content;
    margin: 15px auto 15px;
    color: #333;
    font-size: 57px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    border-top: none;
    text-align: left;
    text-shadow: none;
}

#reason #main .catchTtl img {
    float: left;
    margin: -10px 10px 0 0;
}

#reason #main .catchTtl+p img {
    display: block;
    margin: 0 auto;
}

#reason #main h4 strong {
    text-decoration: underline;
}

#main .reasonDetail {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 20px auto 40px;
}

#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 li .photoUL {
    margin-top: 20px;
}

#main .reasonDetail li .photoUL li {
    margin: 0 20px 0 0;
    height: auto;
}

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

#main .reasonDetail li .photoUL li img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#main .reasonDetail h3 {
    font-size: 37px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    background: none;
    padding: 0;
}

#main .reasonDetail h3 span {
    border-radius: 4px;
    background: #689a16;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}

#main .reasonDetail h3 strong {
    color: #689a16;
}


#main .reasonDetail p {
    margin-bottom: 15px;
    /* font-size: 15px; */
    line-height: 1.8;
}

#main .reasonDetail img {
    float: left;
    margin: 0 30px 20px 0
}

/*
#main .reasonDetail li:nth-child(2n) img{
    float: right;
    margin: 0 0 0 30px;
}
*/

#main .reasonDetail img.alignright {
    float: right !important;
    margin: 0 0 0 30px;
    clear: both;
}

#main .reasonDetail li p:last-child {
    margin-bottom: 0;
}

#main .reasonDetail .btn {
    float: right;
}

#main .reasonDetail table th,
#main .reasonDetail table td {
    text-align: center;
}

#main .reasonDetail table thead th {
    border-right: #fff solid 1px;
    background: #3d9656;
    color: #fff;
}

#main .reasonDetail table thead th:last-child {
    border-right: none;
}

#main .reasonDetail table td.notice-total {
    color: #e81b1b;
    font-size: 20px;
    font-weight: bold;
}

#main .reasonDetail table tbody tr:last-child th,
#main .reasonDetail table tbody tr:last-child td {
    border-top: #333 solid 2px;
}

/*-------------------#staff-----------------*/
body#staff.nocolumn {
    min-width: 0;
}

#staff #main .staffList li {
    padding: 0;
    margin: 0 20px 30px 0;
    position: relative;
    overflow: hidden;
    width: 235px;
    float: left;
    text-align: center;
}

#staff #main .staffList li a {
    text-decoration: none;
    color: #333;
}

#staff #main .staffList li:nth-child(4n) {
    margin-right: 0;
}

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

#staff #main .staffPhoto {
    width: 236px;
    height: 257px;
    overflow: hidden;
    position: relative;
    display: block;
}

#staff #main .staffPhoto img {
    width: 236px;
    height: 257px;
    object-fit: cover;
}

#staff #main .staffList li .positionTxt {
    display: block;
    margin: 5px 0;
    line-height: 1;
}

#staff #main .staffList li .positionTxt span,
#staff #main .staffProf .profileDetail .positionTxt span {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

#staff #main .staffList li .staffName,
#staff #main .staffProf .profileDetail .staffName {
    color: #333;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

#staff #main .staffProf .profileDetail .staffName {
    margin-bottom: 10px;
}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
    color: #93c73e;
    font-size: 15px;
    display: block;
}

#staff #main .staffList li .btnDetail {
    padding: 0 10px !important;
}

#staff.single {
    min-width: unset;
}

#staff.single #main>.inner {
    width: auto !important;
}

#staff.single #wpadminbar {
    display: none;
}

#staff.single #contents {
    margin: 0;
}

#staff #main .staffProf {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#staff #main .staffProf .floatL {
    margin-right: 40px;
}

#staff #main .staffProf .staffPhoto {
    width: 240px;
    height: 290px;
    margin-bottom: 20px;
}

#staff #main .staffProf .staffPhoto img {
    width: 240px;
    height: 290px;
    object-fit: cover;
}

#staff #main .staffProf .profileDetail {
    overflow: hidden;
}

#staff #main .staffProf .profileDetail .positionTxt {
    margin-bottom: 5px;
    font-size: 12px;
}

#staff #main .staffProf .profileDetail .positionTxt span {
    color: #fff;
    background: #689a16;
    border-radius: 4px;
    padding: 0 5px;
}

#staff #main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#staff #main .staffProf .profileDetail dl dt {
    background: #689a16;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#staff #main .staffProf .profileDetail dl dd,
#staff #main .staffProf .profileDetail dl dd li {
    font-size: 15px;
}

#staff #main .staffProf .photoUL {
    margin-top: 20px;
}

#main .staffBtn {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

#main .staffBtn li {
    padding: 0;
    text-align: center;
    display: inline-block;
}

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

#staff #main .photoUL li span:before {
    padding-top: 90%;
}

#staff #main .photoUL.photoColumn3 li {
    margin: 0 19px 20px 0;
}

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

/*-------------------#colorsimulation-----------------*/

#main ol.colorStep {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#main ol.colorStep li {
    background: none;
    border: #93c73e 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: #93c73e;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
}

#main ol.colorStep li h4 {
    font-size: 14px;
    padding: 0 5px;
    margin: 10px 0 5px;
    text-align: left;
}

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

#main ol.colorStep li p {
    font-size: 12px;
    padding: 0 5px;
    text-align: left;
    margin: 5px 0;
}

#colorsimulation #main h2 {
    padding-top: 20px;
    font-size: 26px;
}

#colorsimulation #main .campaignArw {
    background: #93c73e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin: 20px 165px 20px 0;
    position: relative;
}

#colorsimulation #main .campaignArw:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    border-left: #93c73e solid 48px;
    left: 100%;
    top: 50%;
    margin-top: -30px;
}

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

#main .colorSample li {
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

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

#main .colorSample li span {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    float: left;
}

#main .colorSample li span:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-left: #93c73e solid 20px;
    left: 102%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*-------------------#rainleaking#diagnosis-----------------*/

#rainleaking #main .ranking {
    padding: 0;
    margin: 20px 0 30px;
}

#rainleaking #main .ranking li {
    list-style: none;
    font-size: 25px;
    font-weight: bold;
    color: #e81b1b;
    margin: 0;
}

#rainleaking #main .catchTtl {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

#main .rainrepairChoose h2 {
    color: #333;
    font-size: 52px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-color: #f5a100;
    border-style: solid;
    border-width: 9px 0 0 0;
    border-image: url(./img/bg_border.png) 9 9 round;
    padding-top: 15px;
}

#main .rainrepairChoose h2 span {
    font-size: 24px;
    margin: 0 0 10px;
    display: table;
    background: #e81b1b;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

#main .rainrepairChoose h2 strong {
    color: #e81b1b;
}

#main .rainrepairService h2 {
    display: block;
    font-size: 60px;
    background: #175abf;
    padding: 5px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#main .rainrepairService>ul {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

#main .rainrepairService>ul>li {
    display: block;
    position: relative;
    overflow: hidden;
    background: rgba(241, 124, 45, 0.2);
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#main .rainrepairService>ul>li.shortList {
    width: 495px;
    float: left;
}

#main .rainrepairService>ul>li.shortList:nth-child(2n+1) {
    float: right;
}

#main .rainrepairService li h3 {
    margin-bottom: 10px;
    padding: 2px 10px;
    position: relative;
    color: #FFF;
    font-size: 24px;
    background-color: #f5a100;
}

#main .rainrepairService li>p {
    margin-bottom: 10px;
}

#main .rainrepairService li .serviceType {
    background: #fff;
    position: relative;
    overflow: hidden;
}

#main .rainrepairService li .serviceType.floatL,
#main .rainrepairService li .serviceType.floatR {
    width: 475px;
}

#main .rainrepairService li .serviceType img {
    float: left;
    /* border-right: 1px solid #FFF;*/
}

#main .rainrepairService li .serviceType h4 {
    background: #333;
    color: #fff;
    font-size: 35px;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #FFF;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    clear: none;
    margin: 0 0 10px;
}

#main .rainrepairService li.shortList .serviceType h4 {
    margin-bottom: 10px;
    font-size: 26px;
}

#main .rainrepairService li .serviceType h4 span {
    font-size: 28px;
    margin-left: 5px;
    /*    line-height: 1.2;
    display: block;*/
}

#main .rainrepairService li .serviceType h4:before,
#main .rainrepairService li .serviceType h4:after {
    content: none;
}

#main .rainrepairService li .serviceType p {
    margin-bottom: 0;
}

#main .rainrepairService li .serviceType .price {
    color: #e81b1b;
    font-size: 76px;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    font-family: 'Impact', Gadget, sans-serif !important;
    text-align: right;
    line-height: 1.1;
}

#main .rainrepairService li .serviceType.floatL .price,
#main .rainrepairService li .serviceType.floatR .price,
#main .rainrepairService li.shortList .serviceType .price {
    font-size: 45px;
}

#main .rainrepairService li .serviceType .price span {
    font-size: 40px;
    font-family: 'Impact', Gadget, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .rainrepairService li .serviceType.floatL .price span,
#main .rainrepairService li .serviceType.floatR .price span,
#main .rainrepairService li.shortList .serviceType .price span {
    font-size: 25px;
}

#main .rainrepairService li .serviceType .price .tax {
    color: #333;
    display: inline-block;
    text-align: right;
    font-size: 30px;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .rainrepairService li .serviceType.floatL .price .tax,
#main .rainrepairService li .serviceType.floatR .price .tax,
#main .rainrepairService li.shortList .serviceType .price .tax {
    font-size: 20px;
    display: block;
}


#main .ttlCaution {
    background: #f5a100;
    box-shadow: none;
    border-top: none;
    margin: 0 auto 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

#main .warningChk {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .warningChk h3 {
    color: #e81b1b;
    background: none;
    padding: 0;
    border-top: 0;
    font-size: 29px;
    margin-bottom: 0;
    line-height: 1.4;
}

#main .warningChk h5 {
    margin: 0 0 10px;
    background: #e81b1b;
}

#main .warningChk img {
    margin: 0 15px 0 0;
}

#main .warningChk ul li {
    font-size: 18px;
    padding: 0;
    margin: 0 0 0;
    position: relative;
}

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

#main .troubleBox {
    border: solid 7px #f4942d;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
}

#main .troubleBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #f4942d transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .troubleBox .troubleInfo {
    position: relative;
    overflow: hidden;
    background: #f7f0d5 url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}

#main .diagnosisPoint .catchIco,
#main .troubleBox .catchIco {
    padding: 5px;
    color: #fff;
    border-radius: 50px;
    background: #f4942d;
    font-size: 23px;
    width: 280px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    color: #fefcf4;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
}

#main .troubleBox h2,
#main .diagnosisPoint h2 {
    color: #333;
    font-size: 24px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-image: none;
    text-align: left;
    box-shadow: none;
    width: auto;
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    margin: 0 0 15px;
    text-shadow: none;
}

#main .troubleBox h2 span,
#main .diagnosisPoint h2 span {
    font-size: 24px;
    display: block;
}

#main .troubleBox h2 span.txtL,
#main .diagnosisPoint h2 span.txtL {
    font-size: 36px;
    display: block;
}

#main .troubleBox h2 strong,
#main .diagnosisPoint h2 strong {
    color: #e81b1b;
}

#main .troubleBox h2 img,
#main .diagnosisPoint h2 img {
    float: left;
    margin: 0 10px 0 0;
}

#main .troubleBox h3 {
    border-top: none;
    background: none;
    padding: 0;
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

#main .troubleBox h3 strong {
    color: #fff100;
}

#main .troubleBox .floatL {
    margin-right: 50px;
}

#main .troubleBox .floatL img {
    margin-bottom: 10px;
}

#main .troubleBox .catchTxt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
    margin-bottom: 0;
}

#main .troubleBox .catchTxt strong {
    text-decoration: underline;
}

#main .troubleBox .catchTxt img {
    float: left;
    margin: 0 10px 0 0;
}


#rainleaking #main .troubleBox .catchTxt {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

#rainleaking #main .troubleBox .catchTxt strong {
    text-decoration: none;
}

#main .troubleBox h5 {
    margin: 0 0 10px;
}

#rainleaking #main .troubleBox h5 {
    margin: 0 0 20px;
    font-size: 30px;
}


#main .troubleBox ul li p {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 0;
}

#main .troubleBox ul li h6 {
    margin: 10px 0 0 0;
}

#main .troubleBox ul li h6:before {
    background: #f5a100;
}

#rainleaking #main .troubleBox ul li {
    margin: 0 15px 5px 0;
}

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

#diagnosis #main .troubleBox {
    border: solid 7px #eb611e;
    padding-top: 20px;
}

#diagnosis #main .troubleBox:after {
    content: none;
}

#diagnosis #main .troubleBox .troubleInfo {
    background: #333;
}

#diagnosis #main .troubleBox h2 {
    color: #fff;
    text-shadow: none;
}

#main .diagnosisPoint ol {
    margin: 0;
    padding: 0;
    counter-reset: diagnosisPoint;
}

#main .diagnosisPoint li {
    position: relative;
    overflow: hidden;
    line-height: inherit;
    margin-bottom: 30px;
    counter-increment: diagnosisPoint;
}

#main .diagnosisPoint li h3 {
    position: relative;
    color: #333;
    font-size: 32px;
    overflow: hidden;
    margin-bottom: 10px;
    background: none;
    border-top: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .diagnosisPoint li h3 strong {
    color: #e81b1b;
}

#main .diagnosisPoint li h3 span {
    border-radius: 4px;
    background: #f5a100;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    line-height: 1.3;
    float: left;
}

#main .diagnosisPoint li h3:before {
    background: #93c73e;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 6px;
    border-radius: 50%;
    color: #fff;
    content: 'ここが違う\A' counter(diagnosisPoint, decimal-leading-zero);
    width: 125px;
    height: 125px;
    float: left;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: pre;
}

#rainleaking #main .diagnosisPoint li h3:before {
    content: 'ここが違う';
}

#main .diagnosisPoint li h4 {
    display: inline-block;
    margin-top: 0;
}

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


#main .exMenu {
    position: relative;
    overflow: hidden;
    clear: both;
}

#main .exMenu li {
    background: #fffddd;
    width: 490px;
    float: left;
    color: #e82c2c;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#main .exMenu li h5 {
    background: #e81b1b;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    float: left;
    margin: 0;
    border-radius: 0;
    width: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 1.8;
}

#main .exMenu li p {
    font-size: 28px;
    margin-bottom: 0;
}

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



/*-------------------#menu-----------------*/
#main .wallPartsBox {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

#main .wallPartsBox .floatL {
    width: 330px;
}

#main .wallPartsBox .floatR {
    width: 640px;
    text-align: center;
}

#main .wallPartsBox h2.catchTtl {
    font-size: 39px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: bold;
    background: none;
    color: #333;
    padding: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
}

#main .wallPartsBox h2.catchTtl span {
    font-size: 39px;
    margin: 0;
}

#main .wallPartsBox h2.catchTtl strong {
    color: #e81b1b;
}

#main .wallPartsBox .floatL .catchTtl {
    font-size: 92px;
    display: block;
    position: relative;
    overflow: hidden;
}

#main .wallPartsBox .floatL .catchTtl span {
    border-radius: 50%;
    background: #f4942d;
    color: #fff;
    width: 165px;
    height: 165px;
    font-size: 130px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    float: left;
}

#main .wallPartsBox p.txts {
    font-size: 14px;
    font-weight: bold;
}

#main .wallPartsBox h4 {
    background: #f4942d;
    color: #fff;
    padding: 0;
    margin: 0 0 0;
    padding: 5px 0;
    text-align: center;
}

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

#main h2.menuCatch {
    background: none;
    font-size: 45px;
    box-shadow: none;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 30px;
    margin: 30px 0;
}

#main h2.menuCatch:after {
    background: #fed900;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    width: 490px;
    margin: 0 auto;
    bottom: 0;
    top: inherit;
    left: 50%;
    margin-left: -245px;
    border-radius: 0;
    border: none;
}


#main .itemBox h2 {
    font-size: 30px;
    background: none;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0;
}

#main .itemBox h2 strong {
    color: #e81b1b;
}

#main .itemBox h4 {
    font-size: 20px;
    display: inline-block;
    /*float: left;
    width: 700px;*/
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemImg {
    width: 200px;
    height: auto;
    position: relative;
    /*    overflow: hidden;*/
    display: block;
    float: right;
    margin: 0 0 30px 30px;
    padding: 0 30px 0 0;
}

#main .itemImg img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

#main .itemSummery {
    width: auto;
    position: relative;
}

#main .itemSummery .leadTxt p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#main .itemImg .imgIco {
    right: 0px;
    top: -55px;
    position: absolute;
    width: auto;
    height: auto;
}

#main .itemImg .imgIco img {
    width: auto;
}

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

#main .itemSummery ul.ageList li {
    background: none;
    padding: 0;
    width: 48%;
    text-align: center;
    font-weight: bold;
    margin: 0 10px 0 0;
    float: left;
}

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

#main .itemSummery ul li h5 {
    display: block;
    border-radius: 0;
    font-size: 20px;
    margin: 0;
    background: #689a16;
    /*float: left;*/
    padding: 5px 15px;
}

#main .itemSummery ul li.itemFeature {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-right: 0;
}

#main .itemSummery ul li p {
    font-size: 20px;
    margin: 0;
    padding: 14px 10px;
    background: #fffeee;
    border: #ccc solid 1px;
    line-height: 1.5;
}

#main .itemSummery ul li.itemFeature p {
    text-align: left;
    font-size: 18px;
}

#main .itemData {
    clear: both;
    margin-top: 35px;
    background: #f4942d;
    padding: 20px 30px;
}

#main .itemData h4 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    display: block;
    float: none;
}

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

#main .itemData>h5 {
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    margin: 5px 0;
}

#main .itemData ul {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#main .itemData ul li {
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px 50px;
    margin: 0 15px 0 0;
    position: relative;
    width: 303px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

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

#main .itemData ul li h5 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #e81b1b;
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
    padding: 3px;
    -webkit-box-sizing: kg;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .itemData ul li img {
    height: auto;
}

/*-------------------#faq-----------------*/
#main .faqList {
    margin-bottom: 30px;
}

#main .faqList li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#main .faqList li a:hover {
    color: #e81b1b;
    text-decoration: underline;
}

#main .archiveFaq ul li {
    background: #f5a100;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: relative;
    margin: 5px 0 30px;
    padding: 4px;
}

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

#main .archiveFaq h3 {
    padding: 5px 0 7px 75px;
    margin-bottom: 0px;
    border-top: none;
    background: none;
    font-size: 24px;
    color: #fff;
}

#main .archiveFaq h3:before {
    background: #e81b1b;
    border: #fff solid 3px;
    border-radius: 50%;
    content: "Q";
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
}

#main .archiveFaq p {
    background: #fff;
    padding: 20px 20px 20px 100px;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
}

#main .archiveFaq p:before {
    background: #e81b1b;
    border-radius: 5px;
    content: "A";
    color: #f49998;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 1;
}

#main article.answer {
    border: solid 1px #89bf14;
    padding: 10px;
    background-color: #fffeee;
}

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

/*-------------------#contact-----------------*/
.nocolumn #main .msgTxt,
#apartment #main .msgTxt,
#diagnosis #main .msgTxt,
#rainleaking #main .msgTxt {
    width: auto;
    overflow: hidden;
    float: none;
    position: relative;
    display: block;
    border-bottom: none;
}

#contact #main .msgTxt p,
#diagnosis #main .msgTxt p,
#rainleaking #main .msgTxt p,
#apartment #main .msgTxt p {
    font-size: 18px;
}

#contact #main .msgTxt h3 br,
#diagnosis #main .msgTxt h3 br,
#rainleaking #main .msgTxt h3 br {
    display: none;
}

#contact #main .msgTxt .catchTtl,
#diagnosis #main .msgTxt .catchTtl,
#rainleaking #main .msgTxt .catchTtl,
#apartment #main .msgTxt .catchTtl {
    font-size: 33px;
    font-weight: bold;
}

#contact #main .msgTxt .catchTtl span,
#diagnosis #main .msgTxt .catchTtl span,
#rainleaking #main .msgTxt .catchTtl span,
#apartment #main .msgTxt .catchTtl span {
    background: #e81b1b;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-right: 5px;
    display: inline-block;
    padding: 0 10px;
}

#contact #main .msgTxt .catchTtl strong,
#diagnosis #main .msgTxt.catchTtl strong,
#rainleaking #main .msgTxt .catchTtl strong,
#apartment #main .msgTxt .catchTtl strong {
    color: #e81b1b;
}

#contact #main .msgTxt .catchTxt,
#diagnosis #main .msgTxt .catchTxt,
#rainleaking #main .msgTxt .catchTxt,
#apartment #main .msgTxt .catchTxt {
    border-radius: 5px;
    background-color: #f5a100;
    width: 500px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#contact #main .msgTxt .tel,
#diagnosis #main .msgTxt .tel,
#rainleaking #main .msgTxt .tel,
#apartment #main .msgTxt .tel {
    font-size: 18px;
}

#contact #main .floatL {
    position: relative;
    overflow: hidden;
    width: 380px;
    margin-right: 20px;
}

#contact #main .floatL .catchTtl {
    border-radius: 50%;
    background-color: #e81b1b;
    width: 210px;
    height: 210px;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

#contact #main .floatL .catchTtl strong {
    color: #fff000;
    font-size: 28px;
    display: block;
}

#contact #main .floatL .imgLayer {
    right: 0;
    bottom: 0;
    z-index: 0;
}

#main .campaignBox h4 {
    font-size: 25px;
    padding: 0;
}

#main .campaignBox h4:before,
#main .campaignBox h4:after {
    content: none;
}

#main .estimateFlow ol {
    position: relative;
    overflow: hidden;
    counter-reset: flow;
    padding: 0;
    margin: 0;
}

#main .estimateFlow ol li {
    list-style: none;
    counter-increment: flow;
    position: relative;
    width: 152px;
    float: left;
    margin: 15px 17px 52px 0;
}

#main .estimateFlow ol li:last-child {
    margin-right: 0 !important;
}

#main .estimateFlow ol li:before,
#main .estimateFlow ol li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .estimateFlow ol li:before {
    left: -8px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 17px solid transparent;
    border-left: 20px solid #f5a100;
}

#main .estimateFlow ol li:after {
    right: -10px;
    height: 16px;
    border-left: 20px solid #f5a100;
}

#main .estimateFlow ol li:first-child:before,
#main .estimateFlow ol li:last-child:after {
    content: none;
}

#main .estimateFlow ol li h4 {
    background: #e81b1b;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

#main .estimateFlow ol li h4:before {
    background: #f5a100;
    content: counter(flow);
    font-size: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    opacity: inherit;
    position: absolute;
    top: -178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

#main .estimateFlow ol li h4:after {
    content: none !important;
}

#main .estimateFlow ol li p {
    margin-bottom: 0;
}

#main .areaInfo h4 {
    margin-top: 15px !important;
}

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

#main .areaInfo p.catchTxt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

/*------------.planList-----*/
#main .planList {
    position: relative;
    overflow: hidden;
}

#main .planList h3 {
    background: none;
    border-top: none;
    font-size: 60px;
    padding: 0;
    line-height: 1;
}

#main .planList h3 span {
    background: #f5a100;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin-left: 20px;
}

#main .planList ul {
    background: url(./img/planlist_bg.png) center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .planList ul li {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 152px;
    margin: 10px 15px;
    padding: 0;
    line-height: 1.2;
}

#main .planList ul li img {
    margin-bottom: 10px;
}

#main .planList ul li span {
    font-size: 15px;
    display: block;
}

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

#main .emergencyBox {
    border: solid 7px #e81b1b;
    background: #fff;
    padding: 10px;
}

#main .emergencyBox h2 {
    background: #e81b1b;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 20px;
    width: auto;
    border: none;
    box-shadow: none;
    font-size: 28px;
    text-shadow: none;
}

#main .emergencyBox img {
    margin-right: 20px;
}

#main .emergencyBox .tel span {
    font-size: 76px;
    padding-left: 75px;
    background-size: 70px auto;
}

#main .recommendBox .photoUL li {
    height: 186px;
    margin-right: 21px;
}

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

#main .trialBox .catchTtl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}

#main .trialBox>ul li {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

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

#main .trialBox>ul li iframe {
    width: 615px;
    height: 248px;
    float: left;
}

#main .trialBox>ul li img {
    float: right;
}

#main .tryPhoto {
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

#main .tryPhoto .imgLayer {
    left: 0;
    bottom: 0;
    z-index: 10;
}

#main .tryPhoto ul {
    position: relative;
    overflow: hidden;
    float: right;
}

#main .tryPhoto ul li {
    float: left;
    margin-left: 20px;
    padding: 0;
}

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

/*-------------- event -----------------*/
#event .eventBox p {
    margin-bottom: 40px;
    font-weight: bold;
}

#event.nocolumn #main .contactBox .btn a {
    font-size: 18px;
    line-height: 1.4;
}

#event #main .pastPhoto ul {
    overflow: hidden;
}

#event #main .pastPhoto ul li {
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

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

#event #main .pastPhoto ul li:nth-of-type(3n) {
    margin-right: 0;
}

#event #main .shopAccess>ul>li {
    width: 480px;
    float: left;
}

#event #main .shopAccess>ul>li:nth-of-type(2n) {
    float: right;
}

#event #main .shopAccess ul li iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

#event #main .shopAccess ul li .shopImg {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

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

#event #main .shopAccess ul li .shopSummery {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#event #main .msgTxt {
    display: none;
}

#event footer .ftrScroll .ftrCont ul li.ftrShowroom a {
    padding: 17px 14px 10px 44px;
}

#event footer .ftrScroll .ftrCont h3:after {
    left: 90%;
}


/*シーリング*/

#ceiling .firstPoint h3 span {
    border-radius: 4px;
    background: #e81b1b;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}

.ceilingCaution__ttl .sub {
    border-radius: 4px;
    background: #e81b1b;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}

/*ceiling*/
#main .ceilingCaution {
    padding: 20px;
    background: #333333;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

#main .ceilingCaution__ttl {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    position: relative;
    text-align: left;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    font-family: 'Noto Sans JP', sans-serif;
    background: none !important;
    overflow: hidden;
    padding: 0px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -webkit-border-image: initial !important;
    -o-border-image: initial !important;
    border-image: initial !important;
    margin: 0px 0px 15px !important;
}

#main .ceilingCaution .catchPAt {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main .ceilingCaution .catchPAt .txt {
    line-height: 144%;
}

#main .ceilingCaution .catchPAt span {
    font-size: 30px;
}

#main .ceilingCaution .catchPAt img {
    margin: 0 10px 0 0;
    float: left;
}

#main .ceilingCaution__txt01 {
    color: #fffc00;
    font-size: 36px;
}

#main .ceilingCaution__txt02 {
    color: #e81b1b;
    font-size: 36px;
}

#main .ceilingCaution__box {
    background: #ffffff;
    border-radius: 5px;
    color: #2d2d2d;
    padding: 15px;
    margin-bottom: 15px;
}

#main .ceilingReasonMainttl {
    margin: 0px auto -9% !important;
}

#main .ceilingReason {
    margin: 0 auto 40px;
    text-align: left !important;
}

#main .ceilingReason p {
    font-size: 18px;
    margin-bottom: 20px !important;
}

#main .ceilingReason__img {
    padding: 5px 0 20px;
}

#main .ceilingReason__img img {
    float: none;
}

#main .caulkingCompare th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 15px;
}

#main .caulkingCompare td {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#main .caulkingCompare td:first-of-type {
    color: #e81b1b;
}


#main .caulkingCompare tr:last-child td {
    background: #fad9aa;
    color: #e81b1b;
}



#main .attBox {
    border: solid 5px #e81b1b;
    padding: 10px;
    background: #FFF;
    text-align: left;
    margin-bottom: 20px;
}

#main .attBox h2 {
    color: #e81b1b;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0 0 15px;
    border: none;
    box-shadow: none;
}

#main .attBox ul li a {
    color: #e81b1b;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
}

#main .insuranceMerit {
    margin-top: 40px;
    overflow: visible;
}

#main .insuranceMerit .checkBox {
    border: solid 7px #ffd200;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 50px;
    position: relative;
}

#main .insuranceMerit .checkBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #ffd200 transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .insuranceMerit .checkBox h2 {
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #ffd200;
    font-size: 23px;
    width: 450px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    box-sizing: border-box;
}

#main .insuranceMerit ol {
    position: relative;
    overflow: hidden;
    background: #f7f0d5 url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 20px 10px;
    counter-reset: insuranceMerit;
}


#main .insuranceMerit ol li {
    margin: 0 0 15px;
    background: none;
    text-align: left;
    box-sizing: border-box;
    border-bottom: #333 dotted 1px;
    position: relative;
    overflow: hidden;
    line-height: inherit;
    counter-increment: insuranceMerit;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#main .insuranceMerit ol li:last-child {
    margin-bottom: 0;
}

#main .insuranceMerit li strong {
    color: #e81b1b;
}



#main .insuranceMerit li:before {
    background: #76b258;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 5px;
    border-radius: 3px;
    color: #fff;
    content: 'MERIT ' counter(insuranceMerit, decimal-leading-zero);
    height: 50px;
    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;
    padding: 0 20px;
}




#main .consulList {
    margin-top: 40px;
    overflow: visible;
}

#main .consulList .checkBox {
    border: solid 7px #ffd200;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 50px;
    position: relative;
}

#main .consulList .checkBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #ffd200 transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .consulList .checkBox h2 {
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #ffd200;
    font-size: 23px;
    width: 520px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    box-sizing: border-box;
}

#main .consulList ol {
    position: relative;
    overflow: hidden;
    background: url(./img/vs_img01.png) no-repeat right bottom, url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 330px 10px 20px;
    counter-reset: consulList;
    margin-bottom: 20px;
}


#main .consulList ol li {
    margin: 0 0 15px;
    background: none;
    text-align: left;
    box-sizing: border-box;
    border-bottom: #333 dotted 1px;
    position: relative;
    overflow: hidden;
    line-height: inherit;
    counter-increment: consulList;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#main .consulList ol li:last-child {
    margin-bottom: 0;
}

#main .consulList li strong {
    color: #e81b1b;
}


#main .consulList li:before {
    background: #76b258;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 5px;
    border-radius: 3px;
    color: #fff;
    content: counter(consulList, decimal)'位 ';
    height: 50px;
    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;
    padding: 0 20px;
}

#main .consulList .balloonBox {
    margin-bottom: 0;
    text-align: center;
}

#vsstaff #main .compareTable {
    table-layout: fixed;
}

#vsstaff #main .compareTable th:first-of-type {
    width: auto;
}

#vsstaff #main .compareTable td {
    padding: 10px 20px;
}

#vsstaff .diagnosisPoint .catchTtl {
    font-size: 32px;
    display: block;
    line-height: 1.2;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-image: none;
    text-align: left;
    box-shadow: none;
    width: auto;
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    margin: 20px 0 15px;
    text-align: center;
    font-weight: bold;
}

#vsstaff .diagnosisPoint .catchTtl strong {
    color: #e81b1b;
}

#main .conceptBox {
    margin: 0 0 40px;
}

#main .conceptBox .concept {
    background: url(./img/concept_img02.png) no-repeat right;
    padding: 20px 0 10px;
    margin-bottom: 10px;
    text-align: left;
}

#main .conceptBox .concept ul {
    margin-top: 15px;
    width: 420px;
}

#main .conceptBox .concept ul li {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 30px;
}

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

#main .conceptBox .concept ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    left: 0;
    position: absolute;
    font-size: 22px;
    top: 5px;
    margin: auto;
    display: block;
    color: #e81b1b;
    background: none;
    height: 22px;
    width: auto;
    line-height: 1;
}


/*---------- top .reason5List ----------*/

#main .reason5List {
    background: url(./img/reason_bg.png) no-repeat right center / contain, url(./img/check_bg.png) center center;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    border: #b9b9b9 solid 5px;
    padding: 35px;
    box-sizing: border-box;
    text-align: center;
}

#main .reason5List.inner {
    margin-bottom: 20px;
}

#main .reason5List h3 {
    background: none;
    border: none;
    padding: 35px 0 0;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

#main .reason5List h3 img:first-child {
    display: inline-block;
}

#main .reason5List h3 img:last-child {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
}

#main .reason5List ol {
    /*    padding-left: 35px;*/
    padding-left: 0;
    margin: 20px 0 0 0;
    /*    width: 600px;*/
    list-style: none;
}

#main .reason5List li {
    /*    list-style: decimal;*/
    list-style: none;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    margin-top: 0px;
    padding-left: 20px;
    color: #333;
    text-align: left;
    /* text-shadow: 4px 0px 0px #fff, -3.49322px -1.9487px 0px #fff, 2.10128px 3.40362px 0px #fff, -0.17692px -3.99608px 0px #fff, -1.7923px 3.57598px 0px #fff, 3.30734px -2.24976px 0px #fff, -3.98436px 0.35348px 0px #fff, 3.65176px 1.63238px 0px #fff, -2.39384px -3.20462px 0px #fff, 0.52934px 3.96482px 0px #fff, 1.46928px -3.72038px 0px #fff, -3.0956px 2.53324px 0px #fff, 3.93752px -0.70418px 0px #fff, -3.78172px -1.3033px 0px #fff, 2.66766px 2.98054px 0px #fff, -0.87764px -3.90254px 0px #fff, -1.13476px 3.83566px 0px #fff; */
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff;
    ;
    counter-increment: counter;
}

#main .reason5List li:before {
    content: counter(counter) ". ";
    margin-left: -20px;
    margin-right: 15px;
}

#main .reason5List li a strong {
    color: #e81b1b;
}

#main .reason5List li a span {
    font-size: 14px;
    display: block;
}

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


#main .loanInfo {
    margin-top: 40px;
    overflow: visible;
}

#main .loanInfo .checkBox {
    border: solid 7px #ffd200;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 50px;
    position: relative;
}

#main .loanInfo .checkBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #ffd200 transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .loanInfo .checkBox h2 {
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #ffd200;
    font-size: 23px;
    width: 450px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    box-sizing: border-box;
}

#main .loanInfo ul {
    position: relative;
    overflow: hidden;
    background: #f7f0d5 url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 20px 10px;
    counter-reset: insuranceMerit;
    margin-bottom: 20px;
}


#main .loanInfo ul li {
    margin: 0 0 15px;
    background: none;
    text-align: left;
    box-sizing: border-box;
    border-bottom: #333 dotted 1px;
    position: relative;
    overflow: hidden;
    line-height: inherit;
    counter-increment: insuranceMerit;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 0 30px;
    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 .loanInfo ul li:last-child {
    margin-bottom: 0;
}

#main .loanInfo li strong {
    color: #e81b1b;
}

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

#main .loanInfo li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    left: 0;
    position: absolute;
    font-size: 22px;
    top: 10px;
    margin: auto;
    display: block;
    color: #e81b1b;
    background: none;
    height: 22px;
    width: auto;
    line-height: 1;
}


#main .loanFlow {
    margin: 0 auto 20px;
    counter-reset: loanFlow;
    padding-top: 40px;
}

#main .loanFlow li {
    border: solid 7px #76b258;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 60px;
    position: relative;
    counter-increment: loanFlow;
}

#main .loanFlow li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #76b258 transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

#main .loanFlow li:before {
    height: auto;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #76b258;
    font-size: 23px;
    font-weight: bold;
    width: 450px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    content: 'STEP ' counter(loanFlow, decimal-leading-zero);
    white-space: pre;
    text-align: center;
}

#main .loanFlow li:last-child {
    margin-bottom: 20px;
}

#main .loanFlow li:last-child:after {
    content: none;
}

#main .loanBox li {

    padding: 0;
}

#main .loanBox>ul>li {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

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

#main .loanBox .catchBox {
    border: #ffd200 solid 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    background: #ffd200;
    float: left;
    width: 40%;
}

#main .loanBox .catchBox p,
#main .loanBox .catchBox li {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 24px;
    color: #584400;
}

#main .loandetail {}

#main .loandetail .floatR {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 50%;
    text-align: right;
}

#main .loandetail .floatR p {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 0;
}

#main .loandetail .floatR small {
    display: block;
    font-size: 18px;
}

#main .loandetail .floatR .loantax {
    font-size: 30px;
}

#main .loandetail .floatR p.loanDown {
    font-size: 60px;
    color: #e81b1b;
    position: relative;
}

#main .loandetail .floatR .loanDown small {
    font-size: 24px;
    color: #fff;
    background: #e81b1b;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-align: center;
}

#main .loandetail .floatR p.loanDown:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 43.3px;
    border-color: transparent transparent transparent #76b258;
    right: 110%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}


#main .reviewBox {
    margin-top: 150px;
    overflow: visible;
}

#main .reviewBox .inner {
    overflow: visible;
}

#mainv .reviewBox .link_area {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}

#mainv .reviewBox .link_area:hover {
    background: rgba(200, 173, 99, 0.5);
    opacity: 0.7;
    transition: 0.7s;
}

#mainv .reviewBox {
    position: relative;

}

#mainv .reviewBox ul,
#main .reviewBox ul {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

#mainv .reviewBox ul li,
#main .reviewBox ul li {
    padding: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    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 {
    box-sizing: border-box !important;
    background: url(./img/bg_dots.png) !important;
    width: 550px !important;
    height: 550px;
    border-radius: 50% !important;
    font-size: 23px !important;
    border: none;
    box-shadow: none;
    margin: 0 auto !important;
    position: absolute !important;
    top: -120px !important;
    left: 0 !important;
    right: 0 !important;
    padding-top: 30px !important;
    z-index: -1 !important;
    text-align: center !important;
}

#main .reviewBox ul li .wp-google-place:after {
    content: url(./img/character.png);
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 8;
}

#main .reviewBox ul li .wp-google-place .wp-google-left {
    position: absolute !important;
    left: 100px !important;
    content: "";
}

#main .reviewBox ul li .wp-google-content-inner {
    height: 420px;
    overflow: auto !important;
}

#main .reviewBox ul li .wp-gr.wpac .wp-google-name a {
    font-size: 15px !important;
}

#mainv .reviewBox ul {
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0 0;
}

#mainv .reviewBox ul li {
    background: none !important;
    padding: 0 20px;
    margin: 0 auto;
    width: auto;
}

#mainv .reviewBox ul li .wp-google-content-inner {
    display: none;
}

#mainv .reviewBox ul li .wp-google-place {
    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;
}

#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: 20px !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right .wp-google-powered {
    position: relative !important;
}

/*
#mainv .reviewBox ul li .wp-gr .wp-google-right .wp-google-powered:last-of-type::before {
    font-family: "Font Awesome 5 Free";
    content: '\f27a';
    font-weight: 900;
    left: 0;
    position: absolute;
    font-size: 22px;
    bottom: 0;
    margin: auto;
    display: block;
    color: #3d9656 ;
}
*/
#mainv .reviewBox ul li .wp-gr .wp-google-right .wp-google-powered:last-of-type::after {
    content: '';
    padding-right: 25px;
    display: inline-block;
    width: 164px;
    height: 24px;
    background-image: url(./img/powered_by_google.png);
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
    /*
    content: '';
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    color: #3d9656 ;
    */
}

#mainv .wp-gr .wp-google-powered {
    margin: 0 0 0 !important;
}

#mainv .reviewBox ul li .wp-gr .wp-google-right .wp-google-powered img {
    display: none;
}

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

#main .awardBox h2.fullWidth {
    width: 800px;
    margin: -30px auto -5vh;
}


#droneservice #main .troubleBox {
    border: solid 7px #eb611e;
    padding-top: 20px;
}

#droneservice #main .troubleBox .troubleInfo {
    background: #333;
}

#droneservice #main .troubleBox h2,
#droneservice #main .troubleBox h6,
#droneservice #main .troubleBox p {
    color: #fff;
}

#droneservice #main .troubleBox h6 {
    margin: 0 0 5px;
}

#droneservice #main .troubleBox:after {
    content: none;
}


#main .droneCheck {
    margin: 40px auto 90px;
    overflow: visible;
}

#main .droneCheck .checkBox {
    border: solid 7px #ffd200;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-bottom: 50px;
    position: relative;
}

#main .droneCheck .checkBox:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #ffd200 transparent transparent transparent;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#main .droneCheck .checkBox h2 {
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #ffd200;
    font-size: 23px;
    width: 600px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    box-sizing: border-box;
    line-height: 1.2;
}

#main .droneCheck ul {
    position: relative;
    overflow: hidden;
    background: url(./img/bg_texture.png) center center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 10px;
    margin-bottom: 20px;
}


#main .droneCheck ul li {
    margin: 0 10px 0 0;
    background: none;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    line-height: inherit;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 48%;
    width: calc(50% - 10px);
}

#main .droneCheck ul li span:before {
    padding-top: 60%;
}

#main .droneCheck ul 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;
    display: inline-block;

    bottom: inherit;
}

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

#main .droneCheck li strong {
    background: #e81b1b;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#main .droneCheck .balloonBox {
    margin-bottom: 0;
    text-align: center;
}



#main .droneMerit {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

#main .droneMerit ol {
    margin: 20px 0;
    padding: 20px 0;
    counter-reset: dronemerit;
}

#main .droneMerit li {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

#main .droneMerit li h3 {
    position: relative;
    overflow: hidden;
    line-height: inherit;
    counter-increment: dronemerit;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    padding: 0 0 20px 80px;

}

#main .droneMerit li h3:before {
    background: #76b258;
    box-shadow: inset rgba(255, 255, 255, 0.33) 0px 0 0px 5px;
    border-radius: 3px;
    color: #fff;
    content: 'ドローン点検の\Aメリット ' counter(dronemerit, decimal);
    white-space: pre;
    height: 50px;
    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;
    padding: 5px 20px;
}

#main .firstContents .checkPoint ul li {
    margin: 0 0 20px 0;
    float: left;
    background: none;
    padding: 0;
    text-align: left;
}

#main .firstContents .checkPoint ul li .floatL {
    width: 236px;
    margin-right: 20px;
}

#main .firstContents .checkPoint ul li .checkpointThumb {
    position: relative;
    font-size: 13px;
    width: 326px;
    height: 146px;
    position: relative;
    overflow: hidden;
}

#main .firstContents .checkPoint ul li .checkTtl {
    background: #e81b1b;
    padding: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    bottom: 0;
    position: relative;
    z-index: 1;
}

#main .firstContents .checkPoint ul li img {
    position: relative;
    z-index: 10;
}

#main .firstContents .checkPoint ul li .checkTtl h4 {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 16px;
    margin: 0;
}

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

#main .firstContents .checkPoint ul li .checkTtl p {
    background: #fff;
    border-radius: 5px;
    color: #e81b1b;
    display: block;
    font-size: 24px;
    margin: 5px 0 0;
    line-height: 1.2;
}


#main .constructionFlowBox {
    overflow: hidden;
}

#main .constructionFlowBox ul li {
    position: relative;
    float: left;
    margin: 0 40px 20px 0;
    padding: 0;
    width: 306px;
    background: none;
}

#main .constructionFlowBox ul li img {
    margin: 0 0 5px;
    position: relative;
    z-index: 10;
}

#main .constructionFlowBox ul li:nth-of-type(3n) {
    margin: 0;
}

#main .constructionFlowBox ul li:nth-of-type(3n+1) {
    clear: both;
}

#main .constructionFlowBox ul li:before {
    content: none;
}

#main .constructionFlowBox ul li::after {
    position: absolute;
    top: -90px;
    bottom: 0;
    left: 103%;
    margin: auto;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: #ffd200 solid 22px;
    content: ' ';
    -webkit-transform: none;
    transform: none;
}

#main .constructionFlowBox ul li p {
    /* margin-top: 5px; */
    font-size: 15px;
}

#main .constructionFlowBox ul li .title {
    position: relative;
    margin: 0;

    padding: 5px 1px 8px 33px;
    background: #3d9656;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#main .constructionFlowBox ul li .title:before {
    background-color: #fff;
    content: '';
    font-size: 16px;
    text-align: center;
    width: 25px;
    height: 25px;
    left: 4px;
    bottom: 9px;
    border-radius: 50%;
    opacity: inherit;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#main .constructionFlowBox ul li .title:after {
    position: absolute;
    counter-increment: flow;
    content: counter(flow);
    color: #3d9656;
    left: 12px;
    bottom: 7px;
}

#main .constructionFlowBox ul li .title.-wide:after {
    left: 7px;
}

#main .constructionFlowBox ul li:last-child a {
    box-shadow: 0px 5px 0px 0px rgb(255 255 255 / 30%) inset;
    background-color: #eb611e;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 30px 10px;
    box-sizing: border-box;
}

#main .constructionFlowBox ul li:last-child p {
    font-size: 18px;
    font-weight: bold;
}

#main .constructionFlowBox ul li .contactImg {
    float: none;
    display: block;
    margin: 0 auto;
}

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


/* #main .inqCount {
    width: 310px;
    float: left;
}

#main .inqCount h2 {
    margin: 0;
    text-align: center;
    background: #e81b1b;
    color: #fbc834;
    border: none;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
    box-shadow: none;
}

#main .inqCount h2 span {
    background: #fff;
    color: #e81b1b;
    text-align: center;
    display: block;
    font-size: 17px;
	font-family: 'Noto Sans JP',sans-serif;
	padding: 8px 5px;
    margin: 5px 0 0;
}

#main .inqCount dl {
    background: linear-gradient(to bottom, rgba(70, 159, 219, 1) 0%, rgba(184, 199, 228, 0.95) 28%, rgba(237, 240, 247, 0.91) 53%, rgba(237, 240, 247, 0) 100%), url(./img/inqCount_bg.png) no-repeat left bottom;
    overflow: hidden;
    padding: 20px 10px 160px;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

#main .inqCount dl dt,
#main .inqCount dl dd {
    box-sizing: border-box;
}

#main .inqCount dt {
    display: inline-block;
    background-color: #3d9656;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    width: 65%;
    margin: 0 0 20px 0;
    vertical-align: top;
}

#main .inqCount dd {
    display: inline-block;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    color: #e81b1b;
    width: 35%;
    height: 50px;
    font-family: 'Akshar', sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding: 0 14px;
    margin: 0 0 20px 0;
    text-align: right;
}

#main .inqCount dd span {
    font-size: 16px;
	font-family: 'Noto Sans JP',sans-serif;
} */

#main .frontForm {
    width: 420px;
    float: right;
    overflow: hidden;
}

#main .frontForm h2 {
    width: 100%;
    margin-bottom: 0;
}

/*--お問い合わせ件数--*/
#main .top_inqCount {
    margin-top: 50px;
}

#main .inqCount {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 6px 6px;
    width: 750px;
    border: #93c73e solid 7px;
    -webkit-box-shadow: 0 0 0 6px #f2f2f2 inset;
    box-shadow: 0 0 0 6px #f2f2f2 inset;
    color: #fff;
}

#main .inqCount h3 {
    margin-bottom: 0;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
}

#main .inqCount h3 span {
    background: #93c73e;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 5px 5px;
    margin: 5px 5px 0;
}

#main .inqCount p {
    margin: 6px 0 0;
    background: #673a1c;
    text-align: center;
    font-size: 15px;
}

#main .inqCount dl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 5px;
    background: url(./img/inqCount_bg02.png) no-repeat right bottom #fff;
}

#main .inqCount dt {
    display: block;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0;
    width: 205px;
    border-radius: 5px 0 0 5px;
    background: #f4942d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#main .inqCount dd {
    display: block;
    margin-bottom: 10px;
    padding: 1px 0 1px 205px;
    width: 102px;
    border-radius: 5px;
    background: #f9f5ee;
    background: #eee;
    color: #e50000;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
}

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

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

/*---------- top .prOntxt 220421 ----------*/
#top #main .reason5List.inner {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}


#top #main .prOnTxt {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

#top #main .prOnTxt li {
    font-size: 22px;
    padding-left: 3em;
    font-weight: 500;
    line-height: 2.5;
}

#top #main .prOnTxt li::before {
    background: none;
    content: url(./img/li-check.png);
    margin-left: 1em;
    position: absolute;
    top: 6px;
}

#top #main .prOnTxt li::after {
    border: none;
}

#top #main .prOnTxt span {
    color: #e81b1b;
}

.pccut {
    display: none !important;
}

.character01 {
    position: relative;
}

.character01:after {
    content: url(./img/img_character.png);
    position: absolute;
    z-index: 10;
    top: -110px;
    right: 15px;
}

#main article.dogOn {
    overflow: visible;
}

.img_realdog {
    width: 80px;
    position: absolute;
    top: -72px;
    left: 28px;
    z-index: 2;
}


/*----successFlow-----*/
#main .successFlowBox {
    overflow: hidden;
}

#main .successFlowBox ul {
    display: flex;
    flex-wrap: wrap;
}

#main .successFlowBox ul li {
    background: none;
    padding: 0;
    width: 290px;
    margin: 0 63px 20px 0;
    position: relative;
}

#main .successFlowBox ul li img {
    width: 100%;
}

#main .successFlowBox ul li:nth-of-type(3n) {
    margin: 0;
}

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

#main .successFlowBox ul li:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 40px solid transparent;
    border-left: #f4942d solid 22px;
    left: 312px;
    top: -90px;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
}

#main .successFlowBox ul li p {
    font-size: 14px;
    margin-top: 5px;
}

#main .successFlowBox ul li .title {
    background: #005489;
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}


#main .top_medalBox h2 {
    transform: translateX(-1000px);
    animation: slideinLeft 1s 1s forwards;
    opacity: 0;
}

@keyframes slideinLeft {
    0% {
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#main .top_medal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 680px;
}

#main .top_medal li {
    padding: 0;
}

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

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



#main .top_license {
    position: relative;
}

#main .top_license img:first-child {
    width: 680px;
}

#main .top_license img.top_license_img {
    width: 310px;
    position: absolute;
    top: -120px;
    right: 0;
}

#main .top_license img.bnr_trust_l {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 167px;
}


/*---- .worksBoxTop, .voiceBoxTop -----*/

#main .worksBoxTop {
    padding-bottom: 25px;
}

#main .worksBoxTop h2,
#main .voiceBoxTop h2,
#main .staffBoxTop h2 {
    width: 100%;
    background-image: url(./img/main-ttlbg.png);
    background-repeat: repeat-x;
    background-size: 1000px 62px;
    background-position: center;
}


#main .worksListTop .worksImg,
#main .voiceListTop .voiceImg {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    zoom: 1;
    background: #eee;
}

#main .staffListTop .staffPhoto {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    zoom: 1;
    background: #eee;
}

#main .worksListTop .worksImg img,
#main .voiceListTop .voiceImg img,
#main .staffListTop .staffPhoto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#main .worksListTop h3,
#main .voiceListTop h3 {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-feature-settings: "palt";
    min-height: auto;
    color: #b35d00;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    white-space: nowrap;
}

#main .worksListTop p,
#main .voiceListTop p,
#main .staffListTop p {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    color: #b35d00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}

#main .worksListTop .contTxt {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

#main .worksListTop article,
#main .staffListTop article {
    margin: 0 10px 40px;
    padding: 0;
    position: relative;
    font-weight: bold;
    text-align: center;
}

#main .worksListTop article .btn,
#main .staffListTop article .btn {
    background: #93c73e;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 2px 0px 0px rgba(256, 256, 256, 0.3) inset;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    margin-top: 5px;
}


.worksListTop .slick-slide,
.voiceListTop .slick-slide,
.staffListTop .slick-slide {
    opacity: 1;
}

#mainv .slick-dots {
    bottom: -30px;
}

.worksListTop .slick-dots,
.voiceListTop .slick-dots,
.staffListTop .slick-dots {
    bottom: 0;
}

#mainv .slick-dots li,
.worksListTop .slick-dots li,
.voiceListTop .slick-dots li,
.staffListTop .slick-dots li {
    margin: 0 8px;
}

#main #mainv ul li,
#main .worksListTop ul li,
#main .voiceListTop ul li,
#main .staffListTop ul li {
    padding: 0;
}

#main #mainv ul li:before,
#main #mainv ul li:after,
#main .worksListTop ul li:before,
#main .worksListTop ul li:after,
#main .voiceListTop ul li:before,
#main .voiceListTop ul li:after,
#main .staffListTop ul li:before,
#main .staffListTop ul li:after {
    content: none;
}

#mainv .slick-dots li button:before,
.worksListTop .slick-dots li button:before,
.voiceListTop .slick-dots li button:before,
.staffListTop .slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

#mainv .slick-dots li.slick-active button:before,
.worksListTop .slick-dots li.slick-active button:before,
.voiceListTop .slick-dots li.slick-active button:before,
.staffListTop .slick-dots li.slick-active button:before {
    background: #b35d00;
}

#mainv .slick-prev,
#mainv .slick-next {
    position: absolute;
    left: 50%;
    color: #fff;
    background: #fff;
    border: none;
    z-index: 10;
    cursor: pointer;
    margin-top: 3px;
    height: 20px;
    overflow: hidden;
}

.mainvInner {
    overflow: hidden;
    margin-bottom: -30px;
}

.mainvInner span {
    display: block;
    text-align: center;
}

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

.worksListTop .slick-prev,
.worksListTop .slick-next,
.voiceListTop .slick-prev,
.voiceListTop .slick-next,
.staffListTop .slick-prev,
.staffListTop .slick-next {
    position: absolute;
    left: 50%;
    bottom: -25px;
    color: #fff;
    background: #fff;
    border: none;
    z-index: 10;
    cursor: pointer;
}

#mainv .slick-prev,
.worksListTop .slick-prev,
.voiceListTop .slick-prev,
.staffListTop .slick-prev {
    margin-left: -175px;
}

#mainv .slick-next,
.worksListTop .slick-next,
.voiceListTop .slick-next,
.staffListTop .slick-next {
    margin-left: 105px;
}

#mainv .slick-prev:before,
#mainv .slick-next:before,
.worksListTop .slick-prev:before,
.worksListTop .slick-next:before,
.voiceListTop .slick-prev:before,
.voiceListTop .slick-next:before,
.staffListTop .slick-prev:before,
.staffListTop .slick-next:before {
    content: "\f105";
    color: #b35d00;
    display: block;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#mainv .slick-prev:before,
.worksListTop .slick-prev:before,
.voiceListTop .slick-prev:before,
.staffListTop .slick-prev:before {
    transform: rotate(180deg);
}

/*---- .voiceBoxTop -----*/

#main .voiceBoxTop {
    padding-bottom: 40px;
}

#main .voiceBoxTop .voiceImg {
    width: 100%;
    height: 210px;
    background: #fff;
    border: none;
}

#main .voiceBoxTop article {
    margin: 0 10px 45px;
    position: relative;
    text-align: center;
}

#main .voiceBoxTop article:before {
    content: '';
    position: absolute;
    border-left: 8px solid #93c73e;
    border-top: 8px solid #93c73e;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 3px;
    top: 3px;
}

#main .voiceBoxTop a {
    display: block;
    color: #f4942d !important;
    padding: 18px;
    border: 3px solid #b9b9b9;
    text-decoration: none;
}

#main .voiceBoxTop h3 {
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: inherit;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #b35d00;
    text-decoration: none;
}

#main .voiceBoxTop .contTxt {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

#main .voiceBoxTop .time {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

#main .voiceBoxTop .btn {
    margin: 25px auto 0;
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 7px 40px 7px 15px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0px 0px #b35d00;
    -moz-box-shadow: inset 0 -3px 0px 0px #b35d00;
    -webkit-box-shadow: inset 0 -3px 0px 0px #b35d00;
    background: #f4942d;
}

#main .voiceBoxTop .btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 16px;
    top: 7.5px;
    margin: auto;
    display: block;
}

#top #main .top_form .formBox {
    margin-bottom: 50px;
}

#main .top_form {
    margin-top: 50px;
}

#main .top_form strong {
    color: #ebce08;
}

/*---- .staffBoxTop -----*/

#main .staffBoxTop {
    padding-bottom: 40px;
}

#main .staffListTop .positionTxt {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

#main .staffListTop .staffName {
    color: #333;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

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


.top_secondView {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

#top #main .inqCount {
    width: 540px;
    margin: 0;
    padding: 10px 6px 9px;
}

#top #main .inqCount h3 {
    font-size: 35px;
}

#top #main .inqCount h3 span {
    font-size: 17px;
}

.top_businfo {
    width: 440px;
}


.post {
    display: block;
}