/*
Theme Name: 
Author: RPNET
Version: 1.0
*/
@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    color: #222;
    background-color: #F3F3F3;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    word-wrap: break-word;
    background-image: url("img/bg.gif");
    background-repeat: repeat-x;
    background-position: center top;
}

img {
    vertical-align: top;
}

strong {
    color: #D92828;
    font-weight: bold;
}

b {
    font-weight: bold;
}

i,
em {
    color: #ff6600;
    font-weight: bold;
    font-style: normal;
}

h3 strong {
    font-size: larger;
}

a img {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img, form.contact_form input.form_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

li {
    list-style-type: none;
}

a {
    color: #555;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover {
    color: #999;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

img.img_center {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

img.img_right {
    float: right;
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 10px;
}

img.img_left {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 50px;
}

img.img_pr {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}

/*
パン屑
-------------------------------------------*/
#pankuzu {
    background-color: #EEE;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
}

#pankuzu ul li {
    display: inline-block;
}

#pankuzu ul li::after {
    content: "＞";
    padding-left: 10px;
    padding-right: 10px;
    color: #BFA996;
}

#pankuzu ul li:last-child::after {
    content: "";
    padding-left: 0px;
    padding-right: 0px;
}

#pankuzu ul li a {
    text-decoration: none;
}

/*
トップイメージ
-------------------------------------------*/
.top_img {
    width: 100%;
    background-image: url("img/top_img_bg.gif");
    background-position: center top;
    text-align: center;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.top_img img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    margin-left: auto;
    margin-right: auto;
}

.top_img_foot {
    background-image: url("img/top_img_foot.png");
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
}

/*
メインコンテンツ
-------------------------------------------*/
#content p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 30px;
    margin-right: 50px;
    margin-left: 50px;
}

#content h2 {
    margin-bottom: 20px;
    color: #99cc00;
    display: block;
    background-color: #E6E6E6;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #006633;
    background-image: url("img/h2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

#content h2 strong {
    color: #99cc00;
}

#content h2.h2_img {
    padding: 0px;
    border-top-style: none;
    background-color: #F3F3F3;
    text-align: center;
}

#content .h2_img .title_staff {
    margin-left: -20px;
}

#content h3 {
    font-size: 18px;
    line-height: 30px;
    background-color: #E6E6E6;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    clear: both;
}

#content h3.h3_btn_left {
    padding-right: 150px;
}

#content h3 span.h3_icon {
    font-size: 16px;
    color: #F00;
    background-color: #FF0;
    letter-spacing: 2px;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 30px;
}

#content h3 a.h3_btn {
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    display: block;
    width: 110px;
    text-align: center;
    background-color:  #cccccc;
    position: absolute;
    right: 10px;
    background-image: url("img/li_w.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    border: 3px solid  #cccccc;
    bottom: 10px;
}

#content h3 a.h3_btn:hover {
    background-color: #FFFFFF;
    color:  #cccccc;
}

#content h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    top: 14px;
    left: 15px;
    height: 22px;
    background-color:  #cccccc;
}

#content h2 span {
    font-size: 12px;
    letter-spacing: 5px;
    padding-left: 20px;
    color: #666666;
}

#content h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    color: #006633;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-bottom: 5px;
}

#content p.p_title {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #006633;
}

/*
テーブル
---------------------------------------------------------*/
#content table.table_01 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content table.table_01 th,
#content table.table_01 td {
    border: 2px solid #DDD;
}

#content table.table_01 th {
    background-color: #006633;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 1px;
}

#content table.table_01 td {
    background-color: #F9F9F9;
}

#content table.table_02 {
    width: 96%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#content table.table_02 th,
#content table.table_02 td {
    border: 3px solid #E6E6E6;
    font-size: 14px;
    padding: 10px;
}

#content table.table_02 th {
    background-color: #006633;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
}

#content table.table_02 td {
    background-color: #F9F9F9;
}

/*
個別　お客様の声トップ
---------------------------------------------------------*/

#content .img_base {
    background-color: #E6E6E6;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .img_base img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content .img_base .voice_top {
    background-color: #006633;
    color: #FFF;
    text-align: left;
    line-height: 2.0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
}

#content .img_base .voice_top span {
    text-align: right;
    display: block;
    font-size: 18px;
}

/*
個別　要約部分
---------------------------------------------------------*/
#content .box_youyaku p {
    line-height: 1.6;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 15px;
}

#content .box_youyaku img {
    width: 110px;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 10px;
}

#content .box_youyaku {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #CCC;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #EEE;
}

/*
各種リストボックス
---------------------------------------------------------*/

#content .box_staff,
#content .box_jirei,
#content .box_sekou,
#content .box_gallery {
    letter-spacing: -.4em;
    display: block;
    margin-bottom: 30px;
}

#content .box_staff,
#content .box_gallery {
    background-image: url("img/cont_foot.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
}

#content .box_staff li,
#content .box_jirei li,
#content .box_sekou li,
#content .box_gallery li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
}

/*-------------スタッフ----------------*/

#content .box_staff li {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#content ul.box_staff li p {
    background-color: #FFF;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin: 0px;
    padding: 0px;
}

#content ul.box_staff li p.yel {
    background-color: #e3d7a3;
}

/*-------------事例----------------*/

#content .box_jirei li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    background-color: #EEE;
}

#content .box_jirei li:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    border-top-color: #006633;
    border-right-color: #006633;
    border-bottom-color: #006633;
    border-left-color: #006633;
    background-color: #FFF;
}

#content .box_jirei li .img_box {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#content .box_jirei li .img_box img {
    max-width: 230px !important;
}

#content .box_jirei li .jirei_title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .box_jirei li .icon span {
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 7px;
}

.i_price {
    position: absolute;
    bottom: -10px;
    left: -10px;
    display: block;
    text-align: center !important;
    background: rgba(255, 255, 0, 0.8);
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

#content .box_jirei li .icon span.i_kodate {
    background-color: #a7d28d;
}

#content .box_jirei li .icon span.i_2f {
    background-color: #009900;
}

#content .box_jirei li .icon span.i_10y {
    background-color: #FF3333;
}

#content .box_jirei li .icon span.i_gaiheki {
    background-color: #66cc99;
}

#content .box_jirei li .icon span.i_yane {
    background-color: #996600;
}

#content .box_jirei li p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

#content .box_jirei li .img_box span {
    font-size: 12px;
    color: #FFF;
    background-color: #006633;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    position: absolute;
    left: -5px;
    top: -5px;
}

#content .box_jirei li .img_box span.i_mizu {
    background-color: #72640c;
    font-size: 16px;
}

#content .box_jirei li .img_box span.i_soto {
    background-color: #85B200;
    font-size: 16px;
}

#content .box_jirei li .img_box span.i_naisou {
    background-color: #FF8000;
    font-size: 16px;
}

#content .box_jirei li .img_box span.i_int {
    background-color: #FF6600;
}

#content .box_jirei li .img_box span.i_jirei {
    background-color: #FF3333;
}

#content .box_jirei li .btn_syousai a {
    color: #FFF;
    background-color:  #cccccc;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border: 5px solid #F3F3F3;
}

#content .box_jirei li .btn_syousai a:hover {
    color:  #cccccc;
    background-color: #FFFFFF;
    border-top-color:  #cccccc;
    border-right-color:  #cccccc;
    border-bottom-color:  #cccccc;
    border-left-color:  #cccccc;
}

/*-------------その他----------------*/

#content .box_bn {
    text-align: center;
    margin-bottom: 30px;
}

#content .box_bn.contact img {
    margin-left: -20px;
    margin-bottom: 20px;
}

#content .box_sekou li {
    background-color: #F9F9F9;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .box_sekou li p {
    margin: 20px;
    text-align: left;
    font-size: 14px;
}

#content .box_sekou li .sekou_title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #006633;
    font-weight: bold;
}

#content .box_sekou li img {
    border: 5px solid #EEE;
}

#content .box_gallery li {
    margin-bottom: 20px;
    text-align: center;
}

#content .box_gallery li img {

}

#content .cont_list {
    margin-bottom: 30px;
}

#content .cont_list li {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #F9F9F9;
    margin-bottom: 20px;
    border: 1px solid #DDD;
}

#content .cont_list li:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#content .cont_list li img {
    float: left;
    width: 150px;
    margin-right: 20px;

}

#content .cont_list li p {
    font-size: 15px;
    margin: 0px;
}

#content .cont_list li .cont_title {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DCCEAF;
    padding-bottom: 10px;
}

#content .cont_list li .btn_syousai a {
    color: #FFF;
    text-decoration: none;
    background-color:  #cccccc;
    text-align: center;
    display: block;
    width: 180px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 4px solid #EEE;
    font-size: 15px;
    float: right;

}

#content .cont_list li .btn_syousai a:hover {
    color:  #cccccc;
    background-color: #FFF;
    border-top-color:  #cccccc;
    border-right-color:  #cccccc;
    border-bottom-color:  #cccccc;
    border-left-color:  #cccccc;
}

#content .cont_list2 {
    margin-bottom: 30px;
}

#content .cont_list2 li {
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 47%;
    margin-left: 2%;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

#content .cont_list2 li::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#content .cont_list2 li img {
    float: left;
    width: 150px;
    margin-right: 20px;

}

#content .cont_list2 li p {
    font-size: 15px;
    margin: 0px;
}

#content .cont_list2 li .cont_title {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DCCEAF;
    padding-bottom: 10px;
}

#content .cont_list2 li .btn_syousai a {
    color: #FFF;
    text-decoration: none;
    background-color:  #cccccc;
    text-align: center;
    display: block;
    width: 180px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 4px solid #EEE;
    font-size: 15px;
    float: right;
    margin-top: -10px;

}

#content .cont_list2 li .btn_syousai a:hover {
    color:  #cccccc;
    background-color: #FFF;
    border-top-color:  #cccccc;
    border-right-color:  #cccccc;
    border-bottom-color:  #cccccc;
    border-left-color:  #cccccc;
}

#content .box_enq img {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 820px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border: 1px solid #CCC;
}

/*
Q&A
---------------------------------------------------------*/
#content dl.qa {
    display: block;
    margin-bottom: 30px;
}

#content .qa dt {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    background-color: #009933;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-image: url("img/q.png");
    background-repeat: no-repeat;
    background-position: 20px 10px;
    font-weight: bold;
}

#content .qa dd {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-right: 30px;
    margin-left: 20px;
    padding-right: 80px;
    background-image: url("img/qa_a.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

#content .qa.wm dd {
    background-image: url("img/qa_a_wm.png");
}

/*
施工前　施工後
---------------------------------------------------------*/
#content .jirei_base {
    background-color: #E6E6E6;
    width: 100%;
    margin-bottom: 30px;
    position: relative;

}

#content .jirei_base .jirei_bf,
#content .jirei_base .jirei_af {
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 20px;
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #F3F3F3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
    border: 1px solid #FFF;
}

#content .jirei_base .jirei_sankaku {
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

/*
リフォームボックス
-------------------------------------------*/
#content .box_reform {
    position: relative;
    color: #FFF;
    margin-bottom: 30px;
    width: 100%;
}

#content .box_reform.mizu {
    background-color: #9acd32;
}

#content .box_reform.soto {
    background-color: #85B200;
}

#content .box_reform.naisou {
    background-color: #FF8000;
}

#content .box_reform .box_reform_txt h3 {
    font-size: 34px;
    line-height: 50px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#content .box_reform .box_reform_txt h3::before {
    display: none;
}

#content .box_reform .box_reform_txt h3 strong {
    font-size: 50px;
    color: #FFF;
}

#content .box_reform.mizu .box_reform_txt h3 {
    background-color: #9acd32;
}

#content .box_reform.soto .box_reform_txt h3 {
    background-color: #85B200;
}

#content .box_reform.naisou .box_reform_txt h3 {
    background-color: #FF8000;
}

#content .box_reform .box_reform_txt p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#content .box_reform .box_reform_foot a.box_reform_btn {
    background-color: #FFF;
    display: block;
    width: 220px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
    font-weight: bold;
    border: 5px solid #FFF;
}

#content .box_reform .box_reform_foot a.box_reform_btn:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
}

#content .box_reform.mizu .box_reform_foot a.box_reform_btn {
    background-image: url("img/box_reform_btn_mizu.png");
    color: #006400;
}

#content .box_reform.mizu .box_reform_foot a.box_reform_btn:hover {
    color: #9acd32;
    border-top-color: #f8f8f8;
    border-right-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
    border-left-color: #f8f8f8;
}

#content .box_reform.soto .box_reform_foot a.box_reform_btn {
    background-image: url("img/box_reform_btn_soto.png");
    color: #008000;
}

#content .box_reform.soto .box_reform_foot a.box_reform_btn:hover {
    color: #95C600;
    border-top-color: #F3FCDE;
    border-right-color: #F3FCDE;
    border-bottom-color: #F3FCDE;
    border-left-color: #F3FCDE;
}

#content .box_reform.naisou .box_reform_foot a.box_reform_btn {
    background-image: url("img/box_reform_btn_naisou.png");
    color: #EC7600;
}

#content .box_reform.naisou .box_reform_foot a.box_reform_btn:hover {
    color: #FF8D1C;
    border-top-color: #FFE7CE;
    border-right-color: #FFE7CE;
    border-bottom-color: #FFE7CE;
    border-left-color: #FFE7CE;
}

#content .box_reform .box_reform_foot ul li {
    display: inline;
}

#content .box_reform .box_reform_foot ul li a {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-image: url("img/li_w.png");
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    padding-left: 10px;
    margin-left: 10px;
}

#content .box_reform .box_reform_foot ul li a:hover {
    text-decoration: underline;
}

#content .box_reform.mizu .box_reform_foot {
    background-color: #008000;
}

#content .box_reform.soto .box_reform_foot {
    background-color: #79A200;
}

#content .box_reform.naisou .box_reform_foot {
    background-color: #EC7600;
}

/*
目次
-------------------------------------------*/

#content .mokuji {
    background-color: #F6F6F6;
    padding-right: 2px;
    padding-bottom: 30px;
    padding-left: 2px;
    margin-bottom: 30px;
    border: 1px solid #DDD;
}

#content .mokuji h3 {
    margin-top: 2px;
    margin-bottom: 20px;
    background-image: url("img/i_mokuji.png");
    background-repeat: no-repeat;
    background-position: 10px 15px;
    padding-left: 40px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #DDD;
}

#content .mokuji h3::before {
    display: none;
}

#content .mokuji ul li {
    background-image: url("img/f_li.png");
    background-repeat: no-repeat;
    background-position: 7px 15px;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 26px;
}

#content .mokuji ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

/*
まとめ
-------------------------------------------*/

#content .matome {
    background-color: #FFFAD0;
    padding-right: 3px;
    padding-bottom: 20px;
    padding-left: 3px;
    margin-bottom: 30px;
    border: 3px solid #E7E7E7;
}

#content .matome h3 {
    margin-top: 3px;
    margin-bottom: 20px;
    background-image: url("img/i_matome.png");
    background-repeat: no-repeat;
    background-position: 10px 15px;
    padding-left: 40px;
    background-color: #FFDF00;
}

#content .matome h3::before {
    display: none;
}

/*
ブログ用
-------------------------------------------*/
.blog_page #content h2 {
    background-color: #006633;
    color: #FFF;
    background-image: url("img/blog_h2.png");
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #FFDF00;
}

.blog_page #content h3 {
    background-color: #F9F9F9;
    font-weight: bold;
    border: 1px solid #CCC;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
}

.blog_page #content h4 {
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #006633;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 10px;
}

.blog_page #side .side_box ul li a {
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
サイドメニュー
-------------------------------------------*/
#side .side_box h2 {
    font-size: 16px;
    line-height: 28px;
    background-image: url("img/side_h2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #222;
}

#side .side_box h2.h2_map {
    background-image: url("img/side_h2_map.png");
}

#side .side_box h2.h2_company {
    background-image: url("img/side_h2_company.png");
}

#side .side_box h2.h2_rec {
    background-image: url("img/side_h2_rec.png");
}

#side .side_box h2.h2_cat {
    background-image: url("img/side_h2_cat.png");
}

#side .side_box h2.h2_arc {
    background-image: url("img/side_h2_arc.png");
}

#side .side_box ul {
    display: block;
    padding-bottom: 10px;
}

#side .side_box ul li a {
    line-height: 26px;
    color: #222;
    text-decoration: none;
    background-image: url("img/side_li.png");
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 25px;
    display: block;
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

#side .side_box ul li a:hover {
    color: #000;
    background-color: #FFF;
}

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

#side .side_box .map {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

#side .side_box p {
    font-size: 12px;
    line-height: 20px;
    margin: 10px;
}

#side .side_box .map iframe {
    border: 2px solid #F8F5EF !important;
}

#side .side_bn {
    text-align: center;
    margin-bottom: 20px;
}

#side .side_bn a {
    width: 100%;
    display: block;
}

#side .side_bn.event {
    background-color:  #cccccc;
}

#side .side_bn.event img {
    margin-top: -10px;
}

#side .side_bn.showroom {
    background-color: #484E4E;
}

#side .side_bn.blog {
    border: 2px solid #222;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

#side .side_bn.blog:hover {
    background-color: #FFF;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 300;
}

#to_top a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    font-size: 10px;
    background-color: #99cc00;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
    padding: 15px;
    height: 30px;
    width: 30px;
}

#to_top a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

#to_top a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/

footer {
    clear: both;
    padding-top: 200px;
    padding-bottom: 0px;
    display: block;
    color: #fff;
    background-color: #006633;
    background-image: url("img/footer.png");
    background-repeat: repeat-x;
    background-position: center top;
}

address {
    font-size: 10px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    background-color: #99cc00;
}

.t_box {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
    text-align: center;
}

.f_box nav {
    display: block;
    float: left;
    width: 290px;
    padding-left: 10px;
    padding-right: 10px;
}

.f_box nav h2 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.f_box nav ul li a {
    color: #fff;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    display: block;
    background-image: url("img/f_li.png");
    background-repeat: no-repeat;
    background-position: 7px center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.f_box nav ul li a:hover {
    color: #99cc00;
    background-color: #fff;
}

@media screen and (min-width: 1120px) {

    #wrap {
        width: 1120px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    #wrap:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    /*
    ヘッダー
    -------------------------------------------*/
    header {
        height: 120px;
        width: 1120px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: block;
    }

    header h1 {
        font-size: 10px;
        line-height: 20px;
        font-weight: normal;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .sp_menu,
    .menu_btn,
    .close_btn {
        display: none;
    }

    #head_txt,
    #head_tel,
    #head_contact {
        position: absolute;
        top: 0px;
    }

    #head_txt {
        left: 120px;
    }

    #head_tel {
        right: 300px;
    }

    #head_contact {
        right: 0px;
    }

    #pankuzu ul {
        display: block;
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    /*
    PCグローバルナビ
    -------------------------------------------*/
    #g_navi {
        width: 100%;
        display: block;
        background-color: #99cc00;
        height: 60px;
    }

    #g_navi ul {
        display: block;
        height: 60px;
        width: 1120px;
        margin-right: auto;
        margin-left: auto;
    }

    #g_navi li a {
        width: 186px;
        height: 60px;
        font-size: 14px;
        float: left;
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        line-height: 60px;
        position: relative;
    }

    #g_navi li a::after {
        display: block;
        height: 30px;
        width: 1px;
        position: absolute;
        top: 15px;
        right: 0px;
        background-color: #8092A0;
        content: '';
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi li:first-child a::before {
        display: block;
        height: 30px;
        width: 1px;
        position: absolute;
        top: 15px;
        left: 0px;
        background-color: #8092A0;
        content: '';
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi li a:hover {
        background-color: #006633;
    }

    /*
    メインコンテンツ
    -------------------------------------------*/
    .top_img {
        height: 600px;
    }

    #content {
        width: 840px;
        float: left;
    }

    #content h2 {
        font-size: 26px;
        line-height: 40px;
        padding: 15px;
    }

    #content h2 strong {
        font-size: 34px;
    }

    #content p.p_title {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }

    #wrap #side {
        display: block;
        float: right;
        width: 240px;
    }

    /*
    テーブル
    -------------------------------------------*/
    #content table.table_01 {
        width: 500px;
    }

    #content table.table_01 th,
    #content table.table_01 td {
        padding: 20px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }

    #content table.table_01 th {
        font-size: 18px;
    }

    /*
    お客様の声、施工事例
    -------------------------------------------*/
    #content .jirei_base {
        height: 370px;
    }

    #content .jirei_base .jirei_bf {
        left: 10px;
    }

    #content .jirei_base .jirei_af {
        right: 10px;
    }

    #content .box_staff li {
        width: 190px;
        margin-left: 10px !important;
        margin-right: 10px;
    }

    /*
    フッター
    -------------------------------------------*/
    .f_box {
        width: 1200px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        position: relative;
        min-height: 220px;
    }

    .f_box::after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    .f_box .f_logo {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 11px;
        line-height: 24px;
    }

}

/*-----（/1120～）-----*/

@media screen and (max-width: 1120px) {

    img {
        max-width: 100% !important;
        height: auto;
        width /***/: auto;
        margin-left: auto;
        margin-right: auto;
    }

    /*
    グローバルナビ
    -------------------------------------------*/
    .sp_menu li a,
    a.menu_btn,
    a.close_btn {
        display: block;
        float: right;
        height: 40px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-width: 40px;
        width: 14%;
        text-align: center;
    }

    .sp_menu li a,
    a.menu_btn {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #E1D5B7;
    }

    #g_navi {
        position: fixed;
        width: 70%;
        height: 100%;
        top: 0px;
        left: 100%;
        overflow: auto;
        z-index: 1000;
        background-color: #006633;
        /*
        opacity: 0.95;
        filter: alpha(opacity=95);
        -ms-filter: "alpha( opacity=95 )";*/
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
    }

    #g_navi ul {
        display: block;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    #g_navi ul li:first-child a {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #006633;
    }

    #g_navi ul li a {
        font-size: 15px;
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0D5C8C;
        background-color: #006633;
        background-image: url("img/li_sp.png");
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 22px;
        vertical-align: middle;
        letter-spacing: 1px;
    }

    #g_navi ul li a:hover {
        color: #FFF;
        background-color: #006633;
    }

    .fixed {
        overflow: hidden;
    }

    /*
    メニューシャドウ
    -------------------------------------------*/
    .bg_bl {
        background-color: #FFF;
        height: 100%;
        width: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        display: block;
        position: fixed;
        z-index: 400;
    }

    /*
    ヘッダー
    -------------------------------------------*/
    header {
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 200;
        display: block;
        background-color: #FFF;
    }

    header h1 img {
        position: absolute;
        left: 10px;
        top: 0px;
        height: 60px;
    }

    #head_txt,
    #head_tel,
    #head_contact {
        display: none;
    }

    #pankuzu ul {
        display: block;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    /*
    メインコンテンツ
    -------------------------------------------*/
    .top_img {
        padding-top: 65px;
        background-position: center 65px;
        background-size: cover;
    }

    .top_img_foot {
        background-size: 10px 60%;
    }

    .top_img_foot img {
        width: 50%;
        max-width: 400px !important;
    }

    #content {
        width: 100%;
        padding-bottom: 10px;
    }

    #content p {
        margin-right: 20px;
        margin-left: 20px;
    }

    #content h2 {
        font-size: 22px;
        line-height: 34px;
        padding: 12px;
    }

    #content h2 strong {
        font-size: 28px;
    }

    #content p.p_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    img.img_right,
    img.img_left {
        max-width: 120px !important;
        margin-right: 20px;
        margin-left: 20px;
    }

    img.img_pr {
        max-width: 80% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #content h4 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    /*
    テーブル
    -------------------------------------------*/
    #content table.table_01 {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    #content table.table_01 th,
    #content table.table_01 td {
        padding: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #content table.table_01 th {
        font-size: 15px;
        white-space: nowrap;
    }

    #content table.table_01 td {
        font-size: 14px;
    }

    /*
    お客様の声、施工事例
    -------------------------------------------*/
    #content .jirei_base {
        height: 260px;
    }

    #content .jirei_base .jirei_bf {
        left: 10px;
    }

    #content .jirei_base .jirei_af {
        right: 10px;
    }

    #content .jirei_base .jirei_bf img,
    #content .jirei_base .jirei_af img {
        width: 200px;
    }

    /*
    サイド＆フッター
    -------------------------------------------*/
    #side {
        padding: 10px;
    }

    #side .side_box {
        margin-right: 10px;
    }

    footer {
        padding-top: 150px;
        background-size: 2000px;
    }

    .f_box {
        display: none;
    }

}

/*-----（/～1120）-----*/

@media screen and (min-width: 840px) {
    /*
    リフォーム
    -------------------------------------------*/
    #content .box_reform {
        height: 280px;
    }

    #content .box_reform .box_reform_txt {
        width: 360px;
        position: absolute;
        top: 0px;
    }

    #content .box_reform.mizu .box_reform_txt {
        left: 0px;
    }

    #content .box_reform.soto .box_reform_txt {
        right: 0px;
    }

    #content .box_reform.naisou .box_reform_txt {
        left: 0px;
    }

    #content .box_reform .box_reform_img {
        position: absolute;
        z-index: 100;
    }

    #content .box_reform.mizu .box_reform_img {
        top: -15px;
        right: 0px;
    }

    #content .box_reform.soto .box_reform_img {
        top: -19px;
        left: 0px;
    }

    #content .box_reform.naisou .box_reform_img {
        top: -19px;
        right: 0px;
    }

    #content .box_reform .box_reform_foot {
        position: absolute;
        bottom: 0px;
        height: 100px;
        width: 100%;
    }

    #content .box_reform .box_reform_foot a.box_reform_btn {
        position: absolute;
        bottom: 25px;
    }

    #content .box_reform.mizu .box_reform_foot a.box_reform_btn {
        left: 30px;
    }

    #content .box_reform.soto .box_reform_foot a.box_reform_btn {
        right: 30px;
    }

    #content .box_reform.naisou .box_reform_foot a.box_reform_btn {
        left: 30px;
    }

    #content .box_reform .box_reform_foot ul {
        position: absolute;
        width: 340px;
        z-index: 200;
    }

    #content .box_reform.mizu .box_reform_foot ul {
        left: 340px;
        bottom: 20px;
    }

    #content .box_reform.soto .box_reform_foot ul {
        right: 320px;
        bottom: 20px;
    }

    #content .box_reform.naisou .box_reform_foot ul {
        left: 340px;
        bottom: 35px;
    }

    /*
    各種リストボックス
    -------------------------------------------*/
    #content .box_staff li {
        width: 22%;
        margin-left: 2%;
    }

    #content .box_jirei {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
    }

    #content .box_jirei::after {
        content: "";
        display: block;
        width: 32%;
    }

    #content .box_jirei li {
        width: 32%;
        margin-bottom: 20px;
    }

    #content .box_sekou li {
        width: 388px;
        margin-left: 20px;
        border: 1px solid #CCC;
    }

    #content .box_gallery li {
        width: 31%;
        margin-left: 2%;
    }

    #content .box_gallery li img {
        max-width: 260px;
    }

    #content .img_base img {
        float: left;
        width: 63%;
    }

    #content .img_base .voice_top {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        float: right;
        width: 36%;
    }

}

/*-----（/840～）-----*/

@media screen and (max-width: 840px) {

    #content .box_staff li {
        width: 29%;
        margin-left: 3%;
    }

    #content .box_reform.mizu .box_reform_txt,
    #content .box_reform.naisou .box_reform_txt {
        width: 50%;
        float: left;
    }

    #content .box_reform.soto .box_reform_txt {
        width: 50%;
        float: right;
    }

    #content .box_reform .box_reform_foot {
        clear: both;
        margin-top: -50px;
    }

    #content .box_reform.mizu .box_reform_foot,
    #content .box_reform.naisou .box_reform_foot {
        padding-right: 20%;
        padding-left: 10px;
    }

    #content .box_reform.soto .box_reform_foot {
        padding-left: 20%;
        padding-right: 10px;
    }

    #content .box_reform .box_reform_img {
        text-align: right;
    }

    #content .box_reform.soto .box_reform_img {
        text-align: left;
    }

    #content .box_reform .box_reform_img img {
        width: 49%;
        margin-top: -10px;
    }

    /*
    各種ボックスリスト
    -------------------------------------------*/
    #content .box_jirei li {
        width: 47%;
        margin-left: 2%;
    }

    #content .box_jirei li .img_box {
        width: 90%;
    }

    #content .box_sekou li {
        width: 90%;
        margin-left: 5%;
    }

    #content .box_gallery li {
        width: 47%;
        margin-left: 2%;
    }

    #content .box_gallery li img {
        width: 100% !important;
    }

    footer {
        padding-top: 125px;
        background-size: 1500px;
    }

}

/*-----（/～840）-----*/

@media screen and (max-width: 640px) {

    #content h2 {
        font-size: 18px;
        line-height: 32px;
        padding: 10px;
    }

    #content h2 strong {
        font-size: 24px;
    }

    #content .box_reform .box_reform_foot {
        clear: both;
        margin-top: 0px;
    }

    #content .box_reform.mizu .box_reform_foot,
    #content .box_reform.naisou .box_reform_foot {
        padding-right: 10px;
    }

    #content .box_reform.soto .box_reform_foot {
        padding-left: 10px;
    }

    #content .box_reform .box_reform_txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0px;
        padding: 10px;
    }

    #content .box_reform .box_reform_txt h3 strong {
        font-size: 26px;
    }

    #content ul.box_staff li p {
        font-size: 14px;
    }

    #content .img_base .voice_top {
        font-size: 18px;
        padding: 15px;
    }

    #content .img_base .voice_top span {
        font-size: 14px;
    }

}

/*-----（/～640）-----*/

@media screen and (max-width: 480px) {

    #content .img_base .voice_top {
        font-size: 15px;
        line-height: 1.6;
        padding: 10px;
    }

    #content .img_base .voice_top span {
        font-size: 12px;
    }

    #content .jirei_base {
        height: 210px;
    }

    #content .jirei_base .jirei_bf {
        left: 5px;
    }

    #content .jirei_base .jirei_af {
        right: 5px;
    }

    #content .jirei_base .jirei_bf img,
    #content .jirei_base .jirei_af img {
        width: 140px;
    }

    #content .cont_list2 li {
        display: block !important;
        width: 96% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #content .box_jirei li {
        width: 90%;
        margin-left: 5%;
    }

    #content .qa dt {
        font-size: 18px;
        line-height: 26px;
        padding-left: 40px;
        background-position: 15px 8px;
    }

    #content .qa dd {
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 20px;
        background-image: none !important;
    }

    .sp_cl {
        clear: both;
    }

    #content .box_reform .box_reform_img img {
        width: 50%;
    }

    #content .box_reform .box_reform_txt p {
        font-size: 12px;
        line-height: 20px;
        padding-top: 0px;
    }

    #content .box_reform .box_reform_foot a.box_reform_btn {
        margin-right: auto;
        margin-left: auto;
    }

    footer {
        padding-top: 100px;
        background-size: 1000px;
    }

}

/*-----（/～480）-----*/
