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

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

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

article {
    /*padding: 0 0 20px;*/
}

@font-face {
  src: url(./font/BAHNSCHRIFT.woff);
  font-family:'Bahnschrift';
  font-style: normal;
}

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

.bg01 {
    background:#e3d6b1;
}

.bg02 {
    background: #eee;
    padding: 50px 0;
}


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

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

.btn a {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    position: relative;
    padding: 10px 0;
    text-decoration: none !important;
    border-radius: 10px;
    box-shadow: inset 0 -4px 0px 0px rgba(243, 152, 0, 1.0), 0 5px 0 0 rgb(255 255 255 / 50%) inset;
    background: #fcc800;
    border: #fcc800 solid;
    border-width: 2px 2px 0 2px;
}


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

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

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


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

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

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

.notice-g {
    color: #00834d !important;
}
.notice-y {
    color: #fcc800 !important;
}

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

.tel .bHours {
    display: none;
}

.tel span.tel-link {
    background: url(./img/common/ico_fd.png) no-repeat left 80%;
    font-family: 'Anton', 'Bahnschrift', sans-serif;
    font-size: 50px;
    font-variation-settings:'wght' 500,'wdth' 90;
    color: #e60012;
    line-height: 1;
    padding-left: 35px;
    display: block;
}

.spblock {
	display: none;
}



/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header .htxt {
    padding: 2px 0;
    background: #e60012;
    color: #ffffff;
    font-size: 12px;
}

header .htxt .inner {
    padding: 0;
}

header .htxt h1,
header .htxt p {
    font-size: 12px;
    font-weight: 900;
    display: block;
    width: 1100px;
    margin: 0 auto;
}

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: 0 0;
    overflow: inherit;
    width: 1100px;
    margin-bottom: 5px;
}

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

header .logoTxt span{
    display: block;
    color: #e60012;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 3px 0;
    margin-bottom: 2px;
    border:#e60012 2px solid;
}

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

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

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: #ff6600;
}

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

header .hdrContact .contactCatch {
    position: relative;
    overflow: hidden;
    background-color: #e60012;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    line-height: 1.4;
}

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: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

header .hdrContact .tel span.tel-link {
    font-size: 41px;
    font-variation-settings: 'wght' 500,'wdth' 100;
    line-height: 0.8;
    padding-left: 35px;
    display: block;
    background-size: 35px auto !important;
}

.hdrBnr {
    position: relative;
    overflow: hidden;
    float: right;
}

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

.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 {
    position: relative;
    padding: 0;
    font-size: 14px;
    background: #c1e6ed url(./img/common/bg_footer03.png) repeat-x bottom;
}

footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center bottom;
    z-index: -10;
}

footer .ftrInfo {
    background: #ff7a22;
}

footer .ftrBnr {
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: right;
}

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

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

footer .ftrBnr ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

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

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

footer .shopInfo {}

footer .inner {
    padding: 30px 0 150px 0;
    position: relative;
}

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

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

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

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

footer nav {
    float: right;

    background: none;
    margin-top: 0;

}

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

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

footer nav .ftrNav li ul>li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}
footer nav .ftrNav li ul>li:before,
footer nav .ftrNav li ul>li:after {
        position: absolute;
        top: 9px;
        left: 0;
        margin: auto;
        content: '';
        vertical-align: middle;
}

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

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


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

footer .copyRight {
    clear: both;
    text-align: right;
    padding-top: 70px;
    font-size: 13px;
}

footer .ftrBnrUl {
    clear: both;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}


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


footer .ftrScroll .ftrCont {
    margin: 10px auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0;
    height: 66px;
    background: #fff;

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .ftrScroll .ftrCont h3 {
    position: relative;
    z-index: 1;
    margin: -8px 10px -8px 0;
    padding: 12px 10px;
    background: #003b83;
    color: #fff;
    font-size: 18px;
}

footer .ftrScroll .ftrCont h3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    z-index: -1;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #003b83;
    content: '';
}

footer .ftrScroll .tel {
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
footer .ftrScroll .tel .imgLayer {
    position: absolute;
    top: -10px;
    right: 0;
}

footer .ftrScroll .tel span.tel-link {
    padding-left: 35px;
    background-size: 35px auto;
    font-size: 44px;
    background-position: 0% 80%;
    /*
background-size: 25px auto;
padding-left: 30px;
*/
}
footer .ftrScroll .openTm{
    font-size: 12px;
}

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

footer .ftrScroll .ftrCont ul li {
    float: left;
    overflow: hidden;
    margin-left: 5px;
}

footer .ftrScroll .ftrCont ul li:hover {
    background: rgba(255, 255, 255, .3);
    -webkit-transition: .7s;
    transition: .7s;
}

footer .ftrScroll .ftrCont ul li span.msg {
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
            -1px -1px 0 #fff;
    font-size: 13px;
}

footer .ftrScroll .ftrCont ul li:hover {
    opacity: .8;
    -webkit-transition: .7s;
    transition: .7s;
}

footer .ftrScroll .ftrCont ul li.ftrTel {
    display: none;
}
footer .ftrScroll .pageTop {
    margin: 0 -1px 0 0!important;
}
footer .ftrScroll .pageTop a {
    display: table-cell;
    width: 66px;
    height: 66px;
    background: #e60012;
    vertical-align: middle;
    text-align: center;
}

footer .ftrScroll .pageTop a:hover img {
    opacity: .8;
}

#topcontrol {
    background: #e60012;
    padding: 6px;
}

.corpAbout .inner {
    width: 1100px;
}

.corpAbout {
    background:#bce3fe url(./img/common/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: #003b83;
    border: none;
}

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

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

.corpAbout p {
    font-size: 16px;
    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: #ff6600;
    background: -moz-linear-gradient(left, #ff6600 0%, #ff6600 78%, #D78D00 78%, #D78D00 100%);
    background: -webkit-linear-gradient(left, #ff6600 0%, #ffa73d 78%, #D78D00 78%, #D78D00 100%);
    background: linear-gradient(to right, #ff6600 0%, #ff6600 78%, #D78D00 78%, #D78D00 100%);
}
.corpAbout .btn a:after{
    font-size: 14px;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
header nav {
    background: #e60012;
    border:solid #ffffff;
    border-width: 1px 0;
}

header nav ul {
    /*height: 74px;*/
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding: 10px 0;
    -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 {
    display: block;
    position: relative;
    line-height: 1.2;
    background: #ffffff;
    border-radius: 5px;
}
header nav li a:link,
header nav li a:visited {
    color: #333333;
    text-decoration: none;
    transition: 0.7s;
}

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

header nav li a {
    padding: 10px 0;
    display: block;
    position: relative;
    width: 150px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    text-align: center;
}

header nav li a img{
    margin-bottom: 5px;
}

nav #gNav li ul {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 1;
    height: 0;
    width: 156px;
    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: 13px;
    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: 14px;
}

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


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

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

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

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

.slick-current {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
    background: #fed900;
}
ul.slide-btn01 {
/*width: 970px; */
    margin: 0 auto;
    text-align: right;
    margin-top: -446px;
    margin-right: -490px;
    position: absolute;
    right: 50%;
}
ul.slide-btn01 li {
   margin-bottom: 10px;
    width: 260px;
    display: block;
    z-index: 10;
    position: relative;
}
/* -----------------------------------------------------------
    contents
----------------------------------------------------------- */

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

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

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

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


/*--基本の記事スタイル設定--*/
#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 p {
    font-size: 16px;
    margin-bottom: 15px;
}

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

#main a {
    text-decoration: underline;
}

#main p + h2,
#main p + h3,
#main p + h4,
#main p + h5,
#main p + h6,
#main ul + h2,
#main ul + h3,
#main ul + h4,
#main ul + h5,
#main ul + h6,
#main ol + h2,
#main ol + h3,
#main ol + h4,
#main ol + h5,
#main ol + h6 {
    margin-top: 30px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    line-height: 1.5;
    clear: both;
}

#main h2 {
    font-size: 45px;
    margin: 0 auto 30px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    font-weight: 900;
}
#main h2 strong{
    font-size: 65px;
}

#main h2.strL{
    font-size: 62px;
}
#main h2.strL strong{
    color: #ffffff;
    background: #e60012;
    padding: 0 5px;
}
#main h2.articleH,
#main h1.articleH{
    font-size: 34px;
    text-align: left;
    text-shadow: none;
	font-weight:900;
}

#main h2.haveRibbon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 58px;
}
#main h2 .ribbonB{
  position: relative;
  height: 1.6em;
  line-height:1.6em;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
    display: block;
    background: #003b83;
    font-size: 25px;
    color: #ffffff;
    text-shadow: none;
    display: inline-block;
}
#main h2 .ribbonB:before, #main h2 .ribbonB:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#main h2 .ribbonB:before {
  top: 0;
  left: 0;
  border-width: 0.8em 0px 0.8em 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#main h2 .ribbonB:after {
  top: 0;
  right: 0;
  border-width: 0.8em 15px 0.8em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#main h2.uMainvH {
    background: #e60012;
    color: #ffffff;
    text-shadow: none;
    padding: 10px 0;
    font-size: 28px;
}

#main h2.fullWidth {
    background: #e60012;
    color: #ffffff;
    text-shadow: none;
    padding: 10px 0;
}

#main h2.fullWidth span{
}

#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 {
    margin-bottom: 25px;
    padding: 5px 10px;
    background: #e60012;
    font-size: 26px;
    color: #ffffff;
}

#main h3 a {
}

#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: #e60012;
    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: #003b83;
    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: #ff6600;
}

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

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

/* #main ul li:before {
    width: 7px;
    height: 7px;
    background: #ff6600;
} */

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

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

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

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

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

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

#main table th {
    width: 25%;
    background: #00834d;
    color: #ffffff;
    font-weight: 600;
}


#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: #eeeeee;
}

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

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

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



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


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

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

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

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

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

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

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

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

#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 0 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: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main .warryList > li:before {
    background: #003b83;
    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: #e60012;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#main .meritList > li:after {
    left: 3px;
    width: 7px;
    height: 7px;
    top: 10px;
    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: #e60012;
}

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

#main .meritBox .diagnosisList li {
    border-radius: 4px;
    background: #003b83;
    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 .firstPoint ol{
    padding: 0;
    counter-reset: firstpoint;
    position: relative;
    overflow: hidden;
}

#main .firstPoint li {
    position: relative;
    overflow: hidden;
    line-height: inherit;
    margin-bottom: 30px;
    counter-increment: firstpoint;
}


#main .firstPoint li h3 {
    position: relative;
    color: #333;
    font-size: 45px;
    overflow: hidden;
    margin-bottom: 10px;
    background: none;
    border-top: none;
    padding: 5px;
    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 .firstPoint li h3:after {
    background: #00834d;
    border-radius: 50%;
    color: #fff;
    content: 'POINT\A'counter(firstpoint, decimal-leading-zero);
    width: 120px;
    height: 120px;
    float: left;
    font-size: 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;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}
#main .firstPoint li h3:before {
    content: "";
    position: relative;
    top: -5px;
    left: -5px;
    margin-right: 20px;
    border: solid 3px #333333;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#main .firstPoint h3 strong{
    color: #e60012;
}

/*---バナーエリア--*/
#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: #003b83 !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: #ff6600;
    background: -moz-linear-gradient(left, #ff6600 0%, #ff6600 83%, #D78D00 83%, #D78D00 100%);
    background: -webkit-linear-gradient(left, #ff6600 0%, #ffa73d 83%, #D78D00 83%, #D78D00 100%);
    background: linear-gradient(to right, #ff6600 0%, #ff6600 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: 16px;
    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: #003b83;
    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.tel-link{
    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;*/
}

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

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

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


#main .shopAccess ul li h4 {
    border-radius: 4px;
    background-color: #ff6600;
    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;
    clear: both;
}

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

#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: 16px;
    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 .showroomRecommend {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

#main .showroomRecommend .catchTxt {
    background: #ff6600;
    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: #ff6600 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: #003b83;
    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: #e60012;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
    display: inline-block;
}

/*--------.profileBox-----------*/
#main .profileBox {
    background: #ff6600;
    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 ;
}
#top #main .combnrList {
    margin-bottom: 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: 0 0 50px;
    margin: 0 0 0 !important;
}

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


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

#main .serviceContents .serviceInfo{
    font-size: 15px;
}
#main .packOther {
    position: relative;
    margin-bottom: 30px;
}

#main .packOther article {
    width: 490px;
    height: auto;
    float: left;
    margin: 30px 0 0 !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-of-type(2n) {
    float: right;
}

#main .packOther article:nth-of-type(-n + 2) {
    margin-top: 0 !important;
}
#main .packOther article img{
    width: 100%;
    height: auto;
}

#main .packWall,
#main .packRoof,
#main .packOther {
    margin-bottom: 50px;
}

#main .packWall a,
#main .packRoof a {
    text-decoration: none;
    color: #333;
}
#main .packWall a img,
#main .packRoof a img{
    margin-bottom: 10px;
}

#main .packWall article,
#main .packRoof article,
#main .packOther article {
    margin-bottom: 30px;
}

#main .packOther article {
    border: none;
    padding: 0;
    background: 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: #e60012;
    font-size: 40px;
    font-weight: bold;
    font-family: Impact, Gadget, 'Anton', sans-serif;
    line-height: 1;
}

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

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

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

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

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

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

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

#main .smallWorks table td {
    text-align: right;
    color: #e60012;
    font-size: 30px;
    font-family: Impact, Gadget, 'Anton', sans-serif;
}

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


/*----劣化度チェック-----*/
#main .comCheck {
    border-top: dashed 1px #333333;
    padding: 30px 0;
}
#main .comCheck .checkTtl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .comCheck h2{
    color: #e60012;
    font-size: 50px;
    text-shadow: none;
}
#main .comCheck h2 strong{
    font-size: 68px;
}
#main .comCheck h2 .ribbonB{
    display: block;
}

#main .comCheck .checkTtl ul.riskUl{
    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;
    align-items: stretch;
    gap:5px;
    width: 480px;
}
#main .comCheck .checkTtl ul.riskUl li{
    padding: 0;
    border: #e60012 solid;
    border-width: 0 4px 4px;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}
#main .comCheck .checkTtl ul.riskUl li:before,
#main .comCheck .checkTtl ul.riskUl li:after{
    content: none;
}
#main .comCheck .checkTtl ul.riskUl li h3{
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
}
#main .comCheck .checkTtl ul.riskUl li h3 strong{
    font-size: 25px;
}
#main .comCheck .checkTtl ul.riskUl li:first-child{
    color: #e60012;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
}
#main .comCheck .checkTtl ul.riskUl li:nth-child(2){
    border-color: #ff6600;
}
#main .comCheck .checkTtl ul.riskUl li:nth-child(3){
    border-color: #fcc800;
}
#main .comCheck .checkTtl ul.riskUl li:nth-child(2) h3{
    background: #ff6600;
}
#main .comCheck .checkTtl ul.riskUl li:nth-child(3) h3{
    background: #fcc800;
}

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


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

#main .deteriorationChk .checkPoint li {
    width: 320px;
    margin: 20px 20px 0 0;
    float: left;
    background: none;
    padding: 0 !important;
}
#main .deteriorationChk .checkPoint li p{
    font-size: 15px;
}

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

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

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

#main .deteriorationChk .checkPoint li .checkpointThumb {
    width: 320px;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
#main .deteriorationChk .checkPoint li .checkpointThumb img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
#main .deteriorationChk .checkPoint li .checkpointThumb p.riskD {
    transform: rotate(-45deg);
    position: absolute;
    left: -45px;
    top: 20px;
    display: block;
    color: rgb(255, 255, 255);
    width: 180px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
    background: #fcc800;
}
#main .deteriorationChk .checkPoint li .riskM p.riskD {
    background: #ff6600;
}
#main .deteriorationChk .checkPoint li .riskL p.riskD {
    background: #e60012;
}

#main .deteriorationChk .checkPoint li .checkpointThumb p.riskD strong{
    font-size: 25px;
}
#main .deteriorationChk .checkPoint li h3 {
    margin-bottom: 0;
    background: none;
    padding: 0;
    font-size: 20px;
    color: #003b83;
    font-weight: 900;

}

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

#main .msgTxt {
    position: relative;
    overflow: hidden;
/*    border-bottom: #ccc solid 1px;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
}


#main .msgTxt h3 span {
    color: #fed900;
    font-weight: bold;
    display: block;
    margin: 0;
}
#corporate #main .msgTxt .overflowH p:last-of-type {
    margin-bottom: 0;
}

#main .msgTxt h4 {
    font-size: 17px;
    border-top: none;
    background: none;
    margin: 0 0 15px;
    padding: 0;
    padding-left: 3em;
    width: 740px;
    box-sizing: border-box;
    display: inline-block;
}

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

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



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

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

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

#main .msgPhoto p span.en {
    font-size: 14px;
    color: #e60012;
    margin-right: 0;
}

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

/*----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: #ff6600;
    opacity: inherit;
}
#main .comAreaBox ul li h4:after {
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
}
#main .comAreaBox ul li p {
    font-size: 13px;
}
#main .comAreaBox ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/
/*-----------.targetArea--------*/
#main .targetArea {
    position: relative;
}



#main .targetArea .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: #003b83;
    border-radius: 3px;
    font-size: 16px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    bottom: 40px;
    position: absolute;
    z-index: 0;
}

#main .targetArea .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: #003b83;
    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;
}


#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: #e60012;
}

/*--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;
}
#top #main .basicKnow .pointList li .pointImg {
    width: 100%;
}
#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,
#main .basicKnow .pointList li .pointIco {
    left: 0;
    bottom: 0;
    position: absolute;
    width: auto;
    width: 30%;
}

#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: #e60012;
    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: #e60012;
}

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

#main .lawpriceWhy .highCost h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding: 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: #e60012;
    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: #003b83;
    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/common/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: #e60012;
    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: #e60012;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px;
    font-size: 20px;
}

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

#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: 16px;
}

#main .qualityBox dl dt {
    background: #ff6600;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    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: #003b83;
    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: #ff6600 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: #ff6600;
    content: 'クリア';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 95%;
    top: 50%;
    width: 80px;
    padding: 15px 0;
    text-align: right;
    -webkit-transform: none;
    transform: none;
    height: auto;
    border: none;
    border-left: #fff solid 2px;
}

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

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

/*--comFlowWall--*/
#main .flowList {
    border-radius: 5px;
    background: #00834d;
    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: #00834d;
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: 16px;
}

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

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

#diagnosis #main .flowList ul li:first-child {
    background: #e60012;
    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: #00834d;
    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: 25px;
    -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: #e60012;
}

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

#main .comparePaint 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;
    -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: 13px;
    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: #e60012;
}


/*--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: #ff6600;
}

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


/*---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: center;
    justify-content: center;
    gap:15px
}

.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: #00834d;
    display: block;
    margin-bottom: 30px;
}

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

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

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

#main .contactBox {
    background: #003b83;
    clear: both;
    padding: 20px 10px 0 200px;
    position: relative;
    margin: 35px auto;
    -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;
    padding: 0;
    margin-bottom: 0;
    font-size: 29px;
    color: #fff;
    line-height: 1.2;
    min-height: inherit;
}
#main .contactBox h3 strong{
    font-size: 40px;
    color: #fcc800;
}


#main .contactBox .imgLayer {
    left: 0;
    bottom: 0;
    z-index: 1;
}

#main .contactBox .telBox {
    background: #003b83;
    padding: 5px 10px 5px 205px;
    overflow: hidden;
    margin: 0 -10px 0 -200px;
    position: relative;
    z-index: 0;
}


#main .contactBox .telBox .tel {
    font-size: 13px !important;
    font-weight: normal;
    text-align: left;
    margin: 0 10px 0 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    line-height: 1;
    color: #fff;
}

#main .contactBox .telBox .tel span.tel-link {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-variation-settings:'wght' 500,'wdth' 100;
    line-height: 1;
    letter-spacing: -0.05em;
    padding: 0 0 0 65px;
    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;
    float: right;
}

#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:first-child {
    margin-left: 0 !important;
}

#main .contactBox ul li a{
    display: block;
}


/*
.nocolumn #main .contactBox {
    background: #fff;
    border: #e60012 solid 10px;
    padding: 10px;
    width: 1000px;
    margin: 25px auto;
}
*/

#main .contactBox .catchTxt {
    color: #fff;
    font-size: 20px;
    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: 0;
    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;
}



#main .contactTel h3 {
    background: #ff6600;
    border-top: none;
    color: #fff;
    margin: 0;
}

#main .contactTel {
    margin:20px 0 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.tel-link {
    font-size: 65px;
    padding-left: 70px;
    display: block;
    margin-right: 20px;
}

.nocolumn #main .contactTel .tel span.tel-link {
    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: #003b83;
    color: #fff;
    font-size: 20px;
    padding: 5px 7px;
    margin-right: 5px;
}

#main .contactTel p.catchTxt strong {
    color: #e60012;
}

#main .contactTel .telBox {
    background: #003b83;
    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.tel-link {
    background: url(./img/common/ico_freedial03.png) no-repeat left center;
    font-size: 53px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 0 65px;
    margin: 0;
    display: inline-block;
}

#main .contactTel .telBox .btn {
    border-radius: 3px;
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
}

#main .contactTel .telBox .btn a {
    padding: 5px 30px 5px 40px;
}

#main .contactTel .telBox .btn a:before {
    left: 28px;
}

#main .contactTel .telBox .btn a:after {
    left: 33px;
}

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

#main .contactTel ul li {
    border-radius: 4px;
    background: #0eaa8e !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    float: left;
}

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

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

#main .contactTel .overflowH {
    width: 380px;
}

#main .contactFree {
    clear: both;
    border: #e60012 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.tel-link {
    background: url(./img/common/ico_tel03.png) no-repeat left center;
    font-family: "Impact", 'Anton', Gadget, sans-serif;
    color: #e60012;
    font-size: 68px !important;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0;
    display: block;
}

#main .contactFree .telBox .catchTxt {
    background: #ff6600;
    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: #e60012;
    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;
}


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

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

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

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

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

/*--下層ページメインビジュアル--*/
#pageTitle {
    position: relative;
    overflow: hidden;
    height: 145px;
    background: -webkit-linear-gradient(90deg, #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 h1,
#pageTitle .title{
    width: 1000px;
    color: #FFF;
    position: relative;
    margin: 0 auto;
    font-size: 35px;
	font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 1px #003b83, -1px 1px 1px #003b83, 1px -1px 1px #003b83, -1px -1px 1px #003b83;
}

#pageTitle h1 span,
#pageTitle .title span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}

/*--ぱんくずエリア--*/
#pagePath {
    background: #003b83;
    padding: 3px 0;
}

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

#pagePath p a {
    color: #fff;
}


#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: #e60012;
    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.tel-link {
    font-size: 50px;
    background-size: 53px auto;
    padding-left: 55px;
}

/*--フォーム--*/
#form {
    /*width: 1000px;*/
    margin: 0 auto;
}
#form p{
	margin-bottom:0;
}
#form h3 {
    background: #ff6600;
    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: #0e67c2 !important;
    color: #fff;
}

#form ul.formStep li.on:before {
    border-color: transparent transparent transparent #0e67c2;
}

#form ul.formStep li span {
    border-radius: 50%;
    background: #ff6600;
    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;
    background: #ffffff;
    border: #e60012 5px solid;
}

#main .formBox table {
    width: 96%;
    margin: 20px auto;
}
#main .formBox table tr{
    border-bottom: 1px #333333 dashed !important;
}

#main .formBox th {
    border: none;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    background: none;
}

#main .formBox th span {
    background: #e60012;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 0 10px;
}

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

#main .formBox td {
    padding: 5px 0;
    vertical-align: middle;
    font-size: 13px;
    background: #f3f3f3;
    border: none;
    background: none;
}

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

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

#main .formBox td span.your-order span span {
    font-weight: bold;
    margin-right: 10px;
}

#main .formBox td a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    display: inline-block;
}

#main .formBox td input[type="text"],
#main .formBox td input[type="tel"],
#main .formBox td input[type="email"] {
    padding: 5px;
    height: 35px;
    box-sizing: border-box;
    width: 520px;
    background: #ffffcc;
    border: #cccccc 3px solid;
}


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

.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 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 th {
    padding: 20px 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 30%;
    font-size: 16px;
}

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

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

.formBox td {
    padding: 5px;
    /*font-weight: bold;*/
    vertical-align: middle;
    font-size: 13px;
}

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

.formBox td > span {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 16px;
}

.formBox td a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.formBox td a:before,
.formBox td a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.formBox td a:before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff6600;
}

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


.formBox .submit {
    text-align: center;
}

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

.formBox .submit input {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    text-decoration: none !important;
    border-radius: 10px;
    box-shadow: inset 0 -4px 0px 0px rgb(0 0 0 / 20%), 0 5px 0 0 rgb(255 255 255 / 50%) inset;
    background: #003b83;
    border: #003b83 solid;
    border-width: 2px 2px 0 2px;
    width: 90%;
    margin: 0 auto;
}

.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 #e60012 !important;
}

#diagnosis .topFormBox h3 {
    padding-left: 20px;
}

#diagnosis .topFormBox h3 span {
    display: none;
}

#diagnosis .formBox td span {
    /*    width: 100%;*/
    margin-top: 0;
}

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;
    font-weight: 900;
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: 0 5px;
    color: #e60012 !important;
    position: relative !important;
    overflow: visible;
    border:#e60012 solid 1px;
    font-size: 12px;
}

#main .areaList > li > a {
    background: none !important;
    color: #333 !important;
    padding: 0 0 0 25px;
    position: relative;
    border: none;
    font-size: 16px;
}
#main .areaList > li.current-cat a {
    color: #003b83 !important;
}


#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;
    margin: auto;
    display: block;
    color: #00834d;
}

#main .areaList .children > li > a {
    border-color: #003b83;
    color: #003b83 !important;
}

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

#main .taxList li.current-cat a {
    background-color: #e60012;
    color: #ffffff !important;
}

#main .areaList li ul li.current-cat a {
    background-color: #003b83;
    color: #ffffff !important;
}

#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 .singleVoice,
#main .singleBlog,
#main .singleWorks {
    border-bottom: none;
}

#main .singleWorks p,
#main .singleVoice p {
    font-size: 15px;
}


#main .singleBlog .singleDetail img {
    float: none !important;
    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 #e60012;
}

#main .picBox .btmPhoto:after {
    right: 15px;
    width: 80px;
    height: 80px;
    border: 0px solid transparent;
    border-bottom: 30px solid #e60012;
    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: #e60012 !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: #e60012;
    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: #003b83;
}

#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: 16px;
    padding: 0;
    margin: 0 0 5px;
    background: none;
    color: #333;
}

#voice #main .enq ul {
    overflow: hidden;
    margin: 0 0 20px;
}

#voice #main .enq li {
    text-align: center;
    float: left;
    background: #e8ddbd;
    width: 25%;
    border-right: solid 1px #FFF;
    box-sizing: border-box;
    padding: 3px 5px;
}

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

#voice #main .enq li.on {
    background: #003b83;
    color: #FFF;
}

#voice #main h3 {
    margin-bottom: 15px;
}

#voice #main .enq p.score {
    color: #e60012;
    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: #114e9a;
    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: 40px;
    margin: 0 !important;
}

.pagenavi a {
    display: inline-block;
    border-radius: 5px;
    background: #003b83;
    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 #003b83;
    border-right: 3px solid #003b83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagenavi .next a {
    padding: 5px 5px 5px 25px;
}

.pagenavi .next a:before,
.pagenavi .next a:after {
    left: 10px;
    right: inherit;
}

.pagenavi .next a:after {
    left: 14px;
    right: inherit;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pagenavi a:link,
.pagenavi a:hover,
.pagenavi a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

.pagenavi li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block;
    font-weight: bold;
    position: absolute !important;
}

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

.pagenavi .prev {
    position: absolute;
    right: 0;
}

.pagenavi li.list {
    position: absolute;
    left: 50%;
    margin-left: -70px !important;
}

.pagenavi .list a {
    padding: 5px;
}

.pagenavi .list a:before,
.pagenavi li.list a:after {
    content: none;
}

.pagenavi .next {
    position: absolute;
    left: 0;
}

#main .wp-pagenavi {
    text-align: center;
    width: 100%;
    margin: 50px 0 0;
}

#main .wp-pagenavi a {
    border-radius: 5px;
    background: #003b83;
    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-----------------*/
#top #main {
    margin: 0 auto;
}
#main .announcementCts{
    background: #ffe9a5 url(./img/common/bg_tcts.png) no-repeat center top;
    padding: 30px 0;
    margin-bottom: 0;
}
#main h2.announcementCtsH{
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 20px;
}
#main h2.announcementCtsH span.catchL{
    color: #e60012;
    line-height: 1.3;
    padding: 0 10px;
    margin:0 5px 5px;
    border: #e60012 5px solid;
    background: #ffffff;
    display: block;
}
#main h2.announcementCtsH span.mainStr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-around;
}
#main .announcementCts ul{
    border-top: dashed 1px #333333;
    margin-bottom: 15px;
}
#main .announcementCts ul li:before,
#main .announcementCts ul li:after{
    content: none;
}
#main .announcementCts ul li{
    padding: 10px 0;
    border-bottom: dashed 1px #333333;
    display: flex;
    align-items: center;
}
#main .announcementCts ul li h3{
    background: none;
    padding: 0;
    margin: 0;
    color: #333333;
    width: 570px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 40px;
    text-shadow: 1px 1px 0px #ffffff;
}
#main .announcementCts ul li h3 strong{
    font-size: 50px;
    font-weight: 900;
    color: #e60012;
}
#main .announcementCts ul li h3 span{
    background: #003b83;
    font-size: 25px;
    color: #ffffff;
    padding: 10px;
    margin-right: 15px;
    text-shadow:none;
}
#main .announcementCts ul li p{
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
#main .announcementCts .catchP{
    font-size: 29px;
    font-weight: 900;
    text-shadow: 1px 1px 0px #ffffff;
    letter-spacing: -1px;
    text-align: center;
}

#main .topCtcArea{
    background: #f1ece4;
    box-shadow: 0 10px 4px -4px rgba(0,0,0,0.1) inset;
    padding: 50px 0;
    margin-bottom: 0;
}
#main .topCtcArea .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;
}
#main .topCtcArea .inner h3{
    margin: 0 0 5px;
    text-align: center;
}
#main .topCtcArea .topNewsArea{
    width: 570px;
}
#main .topCtcArea .topFormArea{
    width: 390px;
}

.newsBox {
    width: 570px;
    position: relative;
}
  
  #main .newsBox .inBox {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  #main .newsBox .inBox li {
    position: relative;
    overflow: hidden;
    border-bottom: #333 dashed 1px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  
  #main .newsBox .inBox li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  #main .newsBox .inBox li:before,
  #main .newsBox .inBox li:after {
    content: none;
  }
  
  #main .newsBox .inBox li a {
    color: #333;
    text-decoration: none !important;
    display: block;
  }
  
  #main .newsBox .inBox li .price {
    color: #d73d33 !important;
  }
  
  #main .newsBox .inBox p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  
  #main .newsBox .inBox .newsCont {
      overflow: hidden;
  }
  #main .newsBox .inBox li .newsCont {
    overflow: hidden;
    padding-top:30px;
}
#main .newsBox .voiceL li .newsCont {
    padding-top:0;
}

#main .newsBox .inBox li .newsCont h5 {
    background: none !important;
    color: #e60012 !important;
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    max-height: 3em;
  }

  
  #main .newsBox .inBox p.time {
    color: #003b83;
    font-weight: 900;
  }
  
  #main .newsBox .inBox .contTxt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
  
  #main .newsBox .inBox p strong {
    color: #e50012;
  }
  
  #main .newsBox .inBox .cat {
    position: absolute;
    left: 190px;
    top: 0;
    width: 340px;
    height: 2em;
    overflow: hidden;
  }
  #main .newsBox .inBox li .cat a {
  }
  
  #main .newsBox .inBox li .newsTumb {
    width: 170px;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #ededed;
    float: left;
    margin-right: 20px;
  }
  
  #main .newsBox .inBox li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
#main ul.informationTab {
    overflow: visible;
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: bold;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content:space-between;
}
  
  
#main ul.informationTab li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 15px !important;
    text-align: center;
    width: 32%;
    width: calc(33% - 1px);
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 900;
    background-color: #bbbbbb;
  }
   
#main ul.informationTab li:before,
#main ul.informationTab li:after {
    content: none;
  }
  

#main ul.informationTab li.active,
#main ul.informationTab li:hover {
    background-color: #e60012;
  }
#main ul.informationTab li.active:after,
#main ul.informationTab li:hover:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(187, 187, 187, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: -9px;
    top:100%;
    left:50%;
    transform:none;
    z-index: 2;
    border-top-color:#e60012;
}  
#main ul.informationTab li span {
    position: absolute;
    background: #ff7a22;
    width: 120px;
    top: -40px;
    left: 15px;
    border-radius: 5px;
    padding: 4px 0;
  }
  
#main ul.informationTab li span::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50px;
    bottom: -15px;
    border-top: 15px solid #ff7a22;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  div.tabContent {
    clear: both;
    display: none;
  }
  div.active {
    display: block;
  }
#main .problemL{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .problemL span{
    position:relative;
    background:#ffffff;
    padding:10px;
    text-align:center;
    border:5px solid #003B83;
    color:#003b83;
    font-size:20px;
    font-weight:900;
    margin-right: 3px;
    flex-grow:1;
    line-height: 1.3;
}
#main .problemL span:last-child{
    margin-right: 0;
}
#main .problemL span:after,#main .problemL span:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
#main .problemL span:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#ffffff;
}
#main .problemL span:before{
    border-color: rgba(0, 59, 131, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color:#003B83;
}
#main .problemTtl {
    font-size: 40px;
    color: #003b83;
    font-weight: 900;
    margin:0 0 5px;
    line-height: 1.3;
}
#main .topNewsArea .tel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .topNewsArea .tel span.tel-link{
    font-size: 73px;
    padding-left: 75px;
}
#main .topNewsArea .tel span.contactTime{
    font-size: 14px;
    line-height: 1.3;
}
#top #main .formBox {
    width: auto;
    margin-bottom: 0;
}
#top #main .formBox h3{
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    padding-top: 0;
}
#top #main .formBox .wpcf7-spinner {
    display: none;
}
#top #main .topFormBox p {
    margin-bottom: 0;
}

#top #main .formBox table {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#top #main .formBox table tr th {
    width: 35%;
}
#top #main .formBox table tr th span {
    float: right;
    font-size: 12px;
    margin-right: 5px;
}

#top #main .formBox table tr td{
}

#top .formBox td input[type="text"],
#top .formBox td input[type="tel"],
#top .formBox td input[type="email"],
#top .formBox td textarea{
    width: 100%;
    padding: 5px 5px;
    height: auto;
}

#top .formBox td label {
    width: auto;
    margin-right: 15px;
}


#top #main .formBox td .wpcf7c-elm-step1{
    display: none;
}

#top #main .formBox th span {
    padding: 0 5px;
}

#top #main .formBox .submit {
    padding: 10px 0;
}

#top .formBox .submit input {
    font-size: 30px;
}
#top #main .topFormAreaContact h3{
    font-size: 14px;
    font-weight: 900;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin:0 0 10px !important;
}
#top #main .topFormAreaContact h3:before,
#top #main .topFormAreaContact h3:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ffffff;
    margin: 0 3px;
}
#top #main .topFormAreaContact p{
    margin-bottom: 10px;
}
#main .ysiArea{
    background: url(./img/common/stars.png) no-repeat center top;
    padding: 50px 0 0;
}
#main .ysiArea .ysiStr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .ysiArea .ysiStr .mainStr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 46px;
}
#main .ysiArea .ysiStr .mainStr span.catchL {
    color: #e60012;
    line-height: 1.3;
    padding: 0 5px;
    margin: 0 0 5px;
    border: #e60012 5px solid;
    background: #ffffff;
    display: block;
}
#main .scheduleArea{
    border-top: dashed 1px #333333;
    padding: 30px 0;
    overflow: visible;
}
#main ul.scheduleUl{
    counter-reset: steps;

    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;
    gap: 5px;
}

#main ul.scheduleUl li {
    counter-increment: steps;
    background: #eeeeee;
    padding: 0;
    font-size: 16px;
    flex: 1;
    position: relative;
}
#main ul.scheduleUl li:before,
#main ul.scheduleUl li:after{
    content: none;
}
#main ul.scheduleUl li h3 {
    color: #ffffff;
    font-size: 20px;
    background: #00834d;
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

#main ul.scheduleUl li h3:before {
    content: "STEP"counter(steps, decimal-leading-zero);
    display: block;
}
#main ul.scheduleUl li h3:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(187, 187, 187, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    top: 100%;
    left: 50%;
    transform: none;
    z-index: 2;
    border-top-color: #00834d;
}
#main ul.scheduleUl li .pointArw{
    position:absolute;
    display: block;
    bottom: -105px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    width:117px;
    height:117px;
    background:#e60012;
    padding:0px;
    text-align:center;
    border:3px solid #FFFFFF;
    color:#FFFFFF;
    font-size:23px;
    font-weight:bold;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius: 50%;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0;
    font-weight: 900;
}
#main ul.scheduleUl li .pointArw:after,#main ul.scheduleUl li .pointArw:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:99%;
    left:50%;
}
#main ul.scheduleUl li .pointArw:after{
    border-color: rgba(0, 153, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#e60012;
}
#main ul.scheduleUl li .pointArw:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-bottom: 3px;
    border-bottom-color:#FFFFFF;
}

#main ul.scheduleUl li p{
    padding: 15px 5px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
}
#main .scheduleArea .arwLine{
	position:relative;
	width:calc(100% - 20px);
	height:16px;
	background-color:#e60012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:28px 10px 0;
}
#main .scheduleArea .arwLine::before{
	content:'';
	position:absolute;
	display:inline-block;
	top:-18px;
	left:-36px;
	border:26px solid transparent;
	border-right:26px solid #e60012;
}
#main .scheduleArea .arwLine::after{
	content:'';
	position:absolute;
	display:inline-block;
	top:-18px;
	right:-36px;
	border:26px solid transparent;
	border-left:26px solid #e60012;
}
#main .scheduleArea .arwLine p{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #e60012;
    font-size: 50px;
    font-weight: 900;
    top: 0;
}
#main .contactArea{
    background: #e60012  url(./img/common/bg_contactarea.png);
    padding: 40px 0 30px;
}
#main .contactBnr{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: #dddddd 3px solid;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px #bbbbbb inset, 0px -2px 0px 0px #ffffff inset;
    padding: 8px;
    background: #e0e0e0;
    background: -moz-linear-gradient( #ffffff 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background: -webkit-linear-gradient( #ffffff 0%, #e0e0e0 100%);
    background: -o-linear-gradient( #ffffff 0%, #e0e0e0 100%);
    background: linear-gradient( #ffffff 20%, #e0e0e0 100%);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    text-decoration: none !important;
    color: #333333 !important;
    margin-bottom: 10px;
}
#main .contactBnr *{
    margin-bottom: 0;
}
#main .contactBnr h3{
    background: #fcc800;
    padding: 10px 10px 10px 30px;
    position: relative;
    font-size: 25px;
    font-weight: 900;
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    line-height: 1.3;
    margin-right: 25px;
    width: 34.5%;
}
#main .contactBnr h3::before{
    content: "";
    width: 10px;
    height: calc(100% - 20px );
    background: #003b83;
    position: absolute;
    left: 10px;
}
#main .contactBnr h3::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 20px solid #fcc800;
}
#main .contactBnr .tel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .contactBnr .tel span.tel-link{
    font-size: 60px;
    padding-left: 70px;
}
#main .contactBnr .tel span.contactTime{
    font-size: 14px;
    line-height: 1.3;
    margin-left: 3px;
}
#main .contactBnr .imgIc{
    position: absolute;
    bottom: 0;
    right: 3px;
}


/*-------------------#articleList-----------------*/
#main .articleBox{
    width: 100%;
}
#main .articleList {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content:start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap:nowrap 
}

.articleBox .swiper-button-prev:after,
.articleBox .swiper-container-rtl .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f137";
  font-weight: 900;
  color: #fff;
}


.articleBox .swiper-button-next:after,
.articleBox .swiper-container-rtl .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #fff;
}


#main .articleList article{
    width: 235px;
    margin: 20px 20px 0px 0 !important;
    padding: 0;
    position: relative;
    border-bottom: none;
    font-weight: bold;
}
#main .articleList article:nth-child(4n){
    margin-right: 0 !important;
}
#main .swiper-wrapper article:nth-child(4n){
    margin-right: 20px !important;
}

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


#main .articleList .articleImg{
    width: 235px;
    height: 235px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    background: #eee;
}

#main .articleList .articleImg img{
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
#main .articleList .articleSummary{
    background: #e60012;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 5px;
}
#main .worksList .articleSummary{
    min-height: 80px;
}
#main .articleList h3,
#main .articleList p{
    display: block;
    border: none;
    background: none;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

#main .articleList h3{
    font-size: 15px;
}

#main .worksList h3 {
    margin: 0 0 5px 0;
}
#main .articleList .price{
    background: #ffffff;
    color: #e60012;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 3px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
}
#main .articleList .contTxt{
    height: 50px;
    font-size: 14px;
}
#main .articleList .time{
    font-size: 11px;
}
#main .articleList .cat{
    position: absolute;
    top: 3px;
    left:3px;
}
#main .articleList .cat a{
    background: #ffffff;
}

#main .blogList {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #333 dotted 1px;

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

#main .blogList article{
    background: #e60012;
    position: relative;
    overflow: hidden;
    text-align: left !important;
    width: 480px !important;
    margin-bottom: 40px;
}

#main .blogList article:nth-child(2n){
}

#main .blogList a{
    color: #fff  !important;
    display: block;
    text-decoration: none;
}
#main .blogList h3,
#main .blogList p{
    color: #fff !important;
}

#main .blogList article .btn{
    background: #ffffff;
    color: #e60012 !important;
    font-weight: 600;
    margin-top: 10px;
}
#main .blogList .blogImg{
    float: left;
    width: 240px;
    height: 180px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    background: #eee;
    border: #eee solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main .blogList .blogImg img{
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#main .blogList .blogSummary{
    padding: 10px;
    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;
}

#main .blogList h3 {
    text-decoration: underline;
    font-size: 15px;
    height: 50px;
}


/*-------------------#first-----------------*/
#first #main h3.catchTtl {
    font-size: 37px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    background: none;
    padding: 0;
}

#first #main h3.catchTtl span {
    border-radius: 4px;
    background: #003b83;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
}


#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 img,
#main .firstPoint li img{
    float: left;
    margin: 0 30px 10px 0;
}


#main .firstPoint li:nth-child(2n) img{
    float: right;
    margin: 0 0 10px 30px;
}


#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: #003b83;
    color: #fff;
}

#main .firstContents .btn {
    float: right;
}

#first #main table strong {
    color: #e60012;
}

#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: #003b83;
    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 #003b83;
    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: #003b83;
    margin-bottom: 30px;
}

#main .featureBox p {
    margin-bottom: 0;
    display: inline-block;
}

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

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

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

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

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

#main .featureBox ul li h4 {
    background: #e60012;
    color: #fff;
    font-size: 25px;
    padding: 0;
    height: 77px;
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

#main ul.showroomDetail li {
    width: 480px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

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

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

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

#main .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: #e82c2c;
    font-family: "Impact", Gadget, 'Anton', sans-serif;
    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: 15px;
}

#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: #003b83;
    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: 250px;
    margin: 15px 0 0 -50px;
    font-weight: bold;
}

#main ol.showroomStep li:first-child {
    width: 200px;
    margin-left: 0;
}

#main ol.showroomStep li span {
    background: #ff6600;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
}

#main ol.showroomStep li h4 {
    background: -webkit-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -moz-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -o-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: -ms-linear-gradient(0deg, #34bb0f 0%, #ffcc00 100%);
    background: linear-gradient(90deg, #34bb0f 0%, #ffcc00 100%);
    margin: 0 50px 10px 0 !important;
    color: #fff !important;
    padding: 3px 10px 3px 50px;
    font-size: 15px;
}

#main ol.showroomStep li:first-child h4 {
    padding-left: 10px;
}

#main ol.showroomStep li:last-child h4 {
    background: #e60012;
}

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

#main ol.showroomStep li p {
    padding-left: 40px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
}

#main ol.showroomStep li:first-child p {
    padding-left: 0;
}


#main .bnrShowroom{
    background: #00834d url(./img/common/bnr_showroom_bg.png) no-repeat right top;
    margin: 25px auto;

}
#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 img.imgLayer{
    left: 225px;
    bottom: 0;
}
#main .bnrShowroom h3{
  border-radius: 10px;
  background: #060;
    display: inline-block;
    border: none;
    padding: 0 30px;
    color: #fcc800;
    font-size: 30px;
    margin-bottom: 0;
    min-height: inherit;
}

#main .bnrShowroom .overflowH{
    padding: 10px;
}
#main .bnrShowroom p{
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

#main .bnrShowroom .catchttl{
    font-size: 29px;
    text-shadow: -1px -4px #060, 1px -4px #060, -2px -3px #060, 2px -3px #060, -3px -2px #060, 3px -2px #060, -4px -1px #060, 4px -1px #060, -4px 1px #060, 4px 1px #060, -3px 2px #060, 3px 2px #060, -2px 3px #060, 2px 3px #060, -1px 4px #060, 1px 4px #060;
    line-height: 1.2;
    margin-bottom: 0;
}

#main .bnrShowroom .catchttl strong{
    font-size: 40px;
}

#main .bnrShowroom .btn{
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    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: #f60;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#main .bnrShowroom .btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 16px;
    top: 9px;
    margin: auto;
    display: block;
}

#showroom #main .bnrShowroom .btn:after{
    content: '\f13a';
}

/*-------------------#reason-----------------*/

#reason #main .catchTtl {
    z-index: 10;
    padding: 10px 0 0;
    width: auto;
    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;
}

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


#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;
    font-size: 18px;
}
#main .reasonDetail li strong{
    font-size: 22px;
    font-weight: 600;
    color: #e60012;
}

#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: 44px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    background: none;
    padding: 0;
}

#main .reasonDetail h3 span {
    background: #00834d;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 5px;
}
#main .reasonDetail h3 span:after {
    content: "";
    border:#333333 2px solid;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .reasonDetail h3 strong {
    color: #e60012;
    font-size: 48px;
    font-weight: 900;
}
#main .reasonDetail h3 .pointStr {
    line-height: 1.2;
    padding: 0 2px;
    margin: 00;
    border: #e60012 5px solid;
    display: inline-block;
}
#main .reasonDetail p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
}

#main .reasonDetail img {
    float: left;
    margin: 0 30px 0 0 
}

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

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

#main .reasonDetail .btn {
    float: right;
}

/*-------------------#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: 235px;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: block;
	border:solid 1px #eee;
	box-sizing:border-box;
}

#staff #main .staffPhoto img {
    width: 100%;
    height:100%;
	object-fit:cover;
}

#staff #main .staffList li .positionTxt {
    display: block;
    margin: 5px 0;
    line-height: 1;
}

#staff #main .staffList li .positionTxt span,
#staff #main .staffProf .profileDetail .positionTxt span {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

#staff #main .staffList li .staffName,
#staff #main .staffProf .profileDetail .staffName {
    color: #333;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

#staff #main .staffList li .staffName span,
#staff #main .staffProf .profileDetail .staffName span {
    color: #e60012;
    font-size: 15px;
    display: block;
}

#staff #main .staffList li .btnDetail {
    padding: 0 10px !important;
}

#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: 100%;
    height:auto;
}

#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: #e60012;
    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: #e60012;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#staff #main .staffProf .profileDetail dl dd {
    font-size: 15px;
}

#main .staffBtn {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

#main .staffBtn li {
    padding: 0;
    text-align: center;
    display: inline-block;
}

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

/*-------------------#colorsimulation-----------------*/
#main ol.colorStep {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#main ol.colorStep li {
    background: none;
    border: #003b83 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: #003b83;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
}

#main ol.colorStep li h4 {
    font-size: 14px;
    padding: 0 5px;
    margin: 10px 0 5px;
    text-align: left;
}

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

#main ol.colorStep li p {
    font-size: 12px;
    padding: 0 5px;
    text-align: left;
    margin: 5px 0;
}

#colorsimulation #main .campaignArw {
    background: #e60012;
    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: #e60012 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: #003b83 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: #e60012;
    margin: 0;
}

#rainleaking #main .catchTtl {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}



#main .rainrepairService > ul {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

#main .rainrepairService > ul > li {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #333333 solid 1px;
    background: #ffffff;
    overflow: visible;
    width: calc(100% - 5px);
}

#main .rainrepairService > ul > li:before,
#main .rainrepairService > ul > li:after {
    content: none;
}
#main .rainrepairService > ul > li:after {
    content: "";
    position: absolute;
    background: #999999;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 5px;
    left: 5px;
    transform: none;
}

#main .rainrepairService li h3 {
    margin-bottom: 10px;
    padding: 2px 10px;
    position: relative;
    color: #FFF;
    font-size: 24px;
    background: #00834d;
    min-height: inherit;
}

#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: #e60012;
    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 .diagVoice ul {
    display: flex;
    flex-flow: row wrap;
    overflow: visible;
    margin-bottom: 8px;
}
#main .diagVoice ul li {
    width: calc(25% - 11px);
    margin-right: 13px;
    padding: 0;
    background: #ffffff;
    border: #333333 1px solid;
    padding: 70px 20px 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    text-align: justify;
}
#main .diagVoice ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background: url(./img/common/icon_family.png) no-repeat center center;
}
#main .diagVoice ul li:nth-child(2):before {
    background-image:url(./img/common/icon_family2.png) ;
}
#main .diagVoice ul li:nth-child(3):before {
    background-image:url(./img/common/icon_family3.png) ;
}
#main .diagVoice ul li:nth-child(4):before {
    background-image:url(./img/common/icon_family4.png) ;
}

#main .diagVoice ul li::after {
    content: "";
    position: absolute;
    background: #999999;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 5px;
    left: 5px;
    transform:none;
}

#main .diagVoice ul li:nth-of-type(4n) {
    margin-right: 5px;
}
#main .waterProof ul {
    display: flex;
    flex-flow: row wrap;
}
#main .waterProof ul li {
    width: 32%;
    margin-right: 2%;
    padding: 0;
}
#main .waterProof ul li:nth-of-type(3n){
    margin-right: 0;
}

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

#main .waterProof ul li a {
    display: block;
    text-decoration: none;
}
#main .waterProof ul li a:hover {
    opacity: 0.7;
}
#main .waterProof .listImgWrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
#main .waterProof .listImgWrap::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-left: 15px solid #e60012;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
#main .waterProof .listImgWrap .before,
#main .waterProof .listImgWrap .after {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
#main .waterProof .listImgWrap .before img,
#main .waterProof .listImgWrap .after img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}
#main .waterProof .listImgWrap .before .status,
#main .waterProof .listImgWrap .after .status {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}
#main .waterProof .listImgWrap .before .status {
    background: #e60012;
}
#main .waterProof .listImgWrap .after .status {
    background: #003b83;
    left: initial;
    right: 0;
}
#main .waterProof h3 {
    color: #333;
    background: none;
    margin: 0;
    min-height: inherit;
    padding: 0;
    font-size: 15px;
    letter-spacing: -1px;
}


#main .ttlCaution {
    background: #ff6600;
    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: #003b83;
    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: #e60012;
}

#main .warningChk img {
    margin: 0 15px 0 0;
}

#main .warningChk ul li {
    font-size: 16px;
    padding: 0;
    margin: 0 0 0;
    position: relative;
}

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

#main .troubleBox{
    background-color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
    background:#333333 url(./img/common/bg_trouble.png);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding: 30px 0;
    border: solid #333333;
    border-width: 7px 0;
}

#main .troubleBox .troubleInfo{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main .troubleBox .catchIco{
        padding: 5px;
    color: #fff;
    border-radius: 50px;
    background: #fcc800;
    font-size: 23px;
    font-weight: bold;
    width: 280px;
    border: none;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

#main .troubleBox h2 {
    text-shadow: none;
    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;
    border: none;
    margin: 0 0 15px;
    color: #ffffff;
}

#main .troubleBox h2 span {
    font-size: 24px;
    display: block;
}

#main .troubleBox h2 span.txtL{
    font-size: 36px;
    display: block;
}

#main .troubleBox h2 strong{
    color: #fcc800;
    font-size: 52px;
}

#main .troubleBox 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: 20px;
}

#main .troubleBox .catchTxt strong {
    text-decoration: underline;
}

#main .troubleBox .catchTxt img {
    float: left;
    margin: 0 10px 0 0;
}
#main .troubleBox .balloonBox{
    background: #fcc800;
    color: #333333;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 900;
}

#rainleaking #main .troubleBox{
    color: #ffffff !important;
}

#rainleaking #main .troubleBox .catchTxt {
    font-size: 18px;
    line-height: 1.5;
}

#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: #ff6600;
}

#rainleaking #main .troubleBox ul li {
    margin: 0 15px 5px 0;
}

#rainleaking #main .troubleBox ul li:nth-child(3n) {
    margin-right: 0;
}
#main .diagnosisPoint li h3:after {
    content: 'ここが違う\A'counter(firstpoint, decimal-leading-zero);
}

#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: #003b83;
    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;
}

#main .wallPartsBox h2.catchTtl span {
    font-size: 39px;
    margin: 0;
}

#main .wallPartsBox h2.catchTtl strong {
    color: #003b83;
}

#main .wallPartsBox .floatL .catchTtl {
    font-size: 92px;
    display: block;
    position: relative;
    overflow: hidden;
}

#main .wallPartsBox .floatL .catchTtl span {
    border-radius: 50%;
    background: #e60012;
color: #fff;
width: 165px;
height: 165px;
font-size: 130px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    float: left;
}

#main .wallPartsBox p.txts {
    font-size: 14px;
    font-weight: bold;
}

#main .wallPartsBox h4 {
    background: #003b83;
    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 .txtAtt {
    font-size: 12px;
    text-align: right;
}

#main .itemBox h2 {
    font-size: 30px;
    background: none;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0;
}

#main .itemBox h2 strong {
    color: #003b83;
}

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

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

#main .itemSummery {
    width: auto;
    position: relative;
}

#main .itemSummery .leadTxt p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#main .itemSummery .leadTxt .imgIco {
    right: 0;
    top: -70px;
    position: absolute;
}

#main .itemSummery ul {
    position: relative;
    overflow: hidden;
}
#main .itemSummery ul.ageList {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}
#main .itemSummery ul.ageList li {
    background: none;
    padding: 0;
    width: 48%;
    text-align: center;
    font-weight: bold;
    margin: 0 4% 0 0;
    /* float: left; */
}
#main .itemSummery ul.ageList li:last-of-type {
    margin-right: 0;
}

#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: #00834d;
    /*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: #114e9a;
    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: #00834d;
    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;
}

#main .itemData ul li i{
    color: #ffbe1e;
    transform: rotate(30deg);
    font-size: 34px;
}

#main .itemData ul li .off i{
    color: #c4c4c4;
}



/*-------------------#faq-----------------*/
#main .faqList {
    margin-bottom: 30px;
}

#main .faqList li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#main .faqList li a:hover {
    color: #003b83;
    text-decoration: underline;
}

#main .archiveFaq ul li {
    background: #ff6600;
    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: #003b83;
    border: #fff solid 3px;
    border-radius: 50%;
    content: "Q";
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
}

#main .archiveFaq p {
    background: #fff;
    padding: 20px 20px 20px 100px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
}

#main .archiveFaq p:before {
    background: #e60012;
    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 h3 br,
#diagnosis #main .msgTxt h3 br,
#rainleaking #main .msgTxt h3 br {
    display: none;
}


#contact #main .floatL {
    position: relative;
    overflow: hidden;
    width: 380px;
    margin-right: 20px;
}

#contact #main .floatL .catchTtl {
    border-radius: 50%;
    background-color: #e60012;
    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 #ff6600;
}

#main .estimateFlow ol li:after {
    right: -10px;
    height: 16px;
    border-left: 20px solid #ff6600;
}

#main .estimateFlow ol li:first-child:before,
#main .estimateFlow ol li:last-child:after {
    content: none;
}

#main .estimateFlow ol li h4 {
    background: #003b83;
    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: #ff6600;
    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: 16px;
}

#main .areaInfo p.catchTxt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}


#main .emergencyBox {
border: solid 7px #e74854;
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
}

#main .emergencyBox h2{
    background: #e74854;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 20px;
    width: auto;
    border: none;
    box-shadow: none;
    font-size: 28px;
}

#main .emergencyBox img {
    margin-right: 20px;
}

#main .emergencyBox .tel span.tel-link {
    font-size: 80px;
    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;
}

