@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ　お知らせ（臨時スタイル）rt2025-07-15
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recent-posts-2 {
    padding: 60px 20px 40px;
    text-align: center;
}
div#recent-posts-2 h2{
    font-weight:bold;
}
div#recent-posts-2 a{
    font-size:22px;
    font-weight:bold;
    color:#e6101a;
    text-decoration:underline;
}
div#recent-posts-2 a:hover{
    text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FAQ詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single-faq .articleTitle h1,
.single-faq .answer_ttl{
    position:relative;
    font-size:30px;
    line-height:1.4em;
    padding:0.5em 0.5em 0.5em 2.1em;
    margin-bottom:0.5em;
}
.single-faq .articleTitle h1{
    background:#eaf2ff;
    border-radius:10px;
    color: #333;
}
.single-faq .answer_ttl p{
    font-size:0.8em;
    line-height:1.4em;
}
.single-faq .articleTitle h1:before,
.single-faq .answer_ttl:before{
    display:block;
    position:absolute;
    left:0.5em;
    line-height:1.6em;
    width:1.6em;
    text-align:center;
    border-radius:50%;
    color:#fff;
    font-size:0.8em
}
.single-faq .articleTitle h1:before {
    content:'Q';
    background: #8aaee4;
}
.single-faq .answer_ttl:before {
    content:'A';
    background: #ff9194;
    top:10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ「お客様の声」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.container01.voice img {
    padding: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px 0px #ddd;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー「現場ブログ」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recent-posts2-2 .menuHeader {
    display: none;
}

div#recent-posts2-2 {
    position: relative;
    margin-top: 100px!important;
    border-radius: 0!important;
}

div#recent-posts2-2:before {
    content: '';
    background: url(images/side_blog.png);
    height: 84px;
    display: block;
    width: 100%;
    position: absolute;
    top: -85px;
    left: 0;
    background-size: cover;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー「リフォームメニュー」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.reform_menu {
    border: 5px solid #fece00;
    background: #fff;
    padding: 15px;
    position: relative;
    margin-top: 135px;
}

ul.reform_menu:before {
    content: "";
    background: url(images/side_reform.png);
    height: 122px;
    display: block;
    position: absolute;
    left: -5px;
    top: -127px;
    width: 280px;
    background-size: cover;
}

ul.reform_menu li {
    padding-left: 0!important;
    text-indent: 0!important;
    font-size: 16px;
}
ul.reform_menu li a{
    color:#333;
}

ul.reform_menu li:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}

ul.reform_menu li:before {
    display: none;
}

/* LI */
.reform_menu li a:before {
    content: '';
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.reform_menu li a[href*="kitchen"]:before {
    background-image: url(images/menu02a.jpg);
}

.reform_menu li a[href*="bathroom"]:before {
    background-image: url(images/menu02b.jpg);
}

.reform_menu li a[href*="toilet"]:before {
    background-image: url(images/menu02c.jpg);
}

.reform_menu li a[href*="interior"]:before {
    background-image: url(images/menu02d.jpg);
}

.reform_menu li a[href*="exterior"]:before {
    background-image: url(images/menu02e.jpg);
}

.reform_menu li a[href*="painting"]:before {
    background-image: url(images/menu02f.jpg);
}

.reform_menu li a[href*="renovation"]:before {
    background-image: url(images/menu02g.jpg);
}

.reform_menu li a[href*="other"]:before {
    background-image: url(images/menu02h.jpg);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea h2,
h2.basic {
    font-size: 28px;
    padding: 8px 15px;
    background: url(images/h_bg01.jpg);
    font-weight: bold;
    color: #333;
    border-top: 3px solid #d4c4a8;
}
.editorArea h2 strong,
h2.basic strong {
    color: #eb6100;
}
.editorArea h2:after,
h2.basic:after {
    content:'';
    background: url(images/h_bg01b.png);
    width: 44px;
    height: 78px;
    position: absolute;
    top: -20px;
    right: -10px;
}

body .yarpp-related h3,
.editorArea h3,
h3.basic {
    background: url(images/h_bg02.jpg);
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01{
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db000b+0,db000b+48,c7000a+51,c7000a+100 */
    background: #db000b; /* Old browsers */
    background: -moz-linear-gradient(top,  #db000b 0%, #db000b 48%, #c7000a 51%, #c7000a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #db000b 0%,#db000b 48%,#c7000a 51%,#c7000a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #db000b 0%,#db000b 48%,#c7000a 51%,#c7000a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000b', endColorstr='#c7000a',GradientType=0 ); /* IE6-9 */
}
a.btn01:before {
	content: '\f138';
	font-size: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
T
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq > dt {
    /*background: #fff6dc;*/
}
dl.faq > dt:before {
    /*background: #ef9c30;*/
}
dl.faq > dd:before {
    /*background: #ea3c44;*/
}
.catArea a {
    background: #ef9c30;
}
.contents_more a {
    font-weight: normal;
    background: #ef9c30;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 5px;
    color: #ffffff;
}
.contents_more a:after {
    content: '\f0a9';
    color: #FFF176;
    font-family: FontAwesome;
    margin-left: 5px;
}
.catAreaWrap{
    border-color: #ffc579;
    border-radius: 5px;
}
.catAreaWrap .catArea a:hover {
    background: #ef9c30;
    opacity: .8;
ba
}
.box01 {
    background: #fff6cf;
}
.table01 th {
    background-color: #fffbf3;
}
.table01 th, .table01 td {
    border: 1px solid #e6d9c1;
}
#mainArea .articleTitle {
    color: #ef8a08;
}