/* side_bnr
------------------------------------------------------------------- */
#side_bnr1_6 #acMenu dt.flow_book {
    background: #CAE4FF url(../img/side_navi_line01.gif) 3px center no-repeat;
}

#side_bnr1_6 #acMenu dd.flow_book_dd {
    display: block;
}

/*----　LocalNavi（リバンプ工法）　----*/
#lnav_wrap2 #tab li#roof_btn1 a {
    background: url(../img/ln_rebump01_off.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn1.select a, #lnav_wrap2 #tab li#roof_btn1.select a:hover {
    background: url(../img/ln_rebump01_on.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn1 a:hover {
    background: url(../img/ln_rebump01_hover.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn2 a {
    background: url(../img/ln_rebump02_off.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn2.select a, #lnav_wrap2 #tab li#roof_btn2.select a:hover {
    background: url(../img/ln_rebump02_on.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn2 a:hover {
    background: url(../img/ln_rebump02_hover.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn3 a {
    background: url(../img/ln_rebump03_off.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn3.select a, #lnav_wrap2 #tab li#roof_btn3.select a:hover {
    background: url(../img/ln_rebump03_on.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn3 a:hover {
    background: url(../img/ln_rebump03_hover.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn4 a {
    background: url(../img/ln_rebump04_off.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn4.select a, #lnav_wrap2 #tab li#roof_btn4.select a:hover {
    background: url(../img/ln_rebump04_on.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn4 a:hover {
    background: url(../img/ln_rebump04_hover.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn5 a {
    background: url(../img/ln_rebump05_off.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn5.select a, #lnav_wrap2 #tab li#roof_btn5.select a:hover {
    background: url(../img/ln_rebump05_on.jpg) no-repeat;
}

#lnav_wrap2 #tab li#roof_btn5 a:hover {
    background: url(../img/ln_rebump05_hover.jpg) no-repeat;
}

#contents .disnon {
    display: none;
}

/* タイトル部 */
#main_img {
    width: 660px;
    margin-bottom: 10px;
}

#main_img img {
    width: 100%;
}

/* top-page
------------------------------------------------------------------- */
#rebump1 {}

#rebump1 #main_img {
    position: relative;
    width: 700px;
    margin-bottom: 10px;
}

#rebump1 #main_img img {
    width: 100%;
}

#rebump1 p.btn_youtube {
    width: 219px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

#rebump1 .menu {
    padding: 10px 0 0 7px;
}

#rebump1 .menu li {
    width: 48%;
    float: left;
    padding: 0.6em 0 0.4em 0;
    margin: 0 10px 5px 0;
    color: #fff;
    text-indent: 3em;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.menu li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #fff;
}

#rebump1 .menu a li:hover {
    opacity: 0.7;
}

/* .menu li::before {
  top: 24px;
  left: 1.9em;
  width: 13px;
  height: 3px;
  background-color: #fff;
} */
#rebump1 .menu .youtube li {
    text-indent: 5em;
}

.menu .youtube li::before {
    content: "";
    display: inline-block;
    left: 17%;
    top: 27%;
    width: 29px;
    height: 21px;
    background: url(../img/kutai/icon_movie.png) no-repeat;
    background-size: contain;
    border: none;
    vertical-align: middle;
    position: absolute;
}

#rebump1 .menu li.link_01 {
    background: #558ED5;
}

#rebump1 .menu li.link_02 {
    background: #FFC000;
}

#rebump1 .menu li.link_03 {
    background: #1F497D;
}

#rebump1 .menu li.link_04 {
    background: #000000;
}

#rebump1 .menu li.link_05 {
    background: #FF0000;
}

#rebump1 .menu li.link_06 {
    background: #000000;
}

#rebump1 .menu li.link_07 {
    background: #7E9FB7;
}

/* お問い合わせフォーム */
.contact_box {
    width: 94%;
    padding: 10px 0 30px 7px;
    text-align: center;
}

.contact_box .text {
    font-size: 1.3em;
    text-align: center;
}

.btn_contact {
    width: 100%;
    text-align: center;
    border: solid #FF0000 3px;
    color: #FF0000;
    padding: 0.5em;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: #FFF;
}

.btn_contact::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0.05em 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #FF0000;
}

.contact_box a {
    text-decoration: none;
}

.contact_box a .btn_contact {
    text-decoration: none;
}

.contact_box a .btn_contact:hover {
    background: #FF0000;
    color: #fff;
}

a .btn_contact:hover::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0.05em 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #FFF;
}

/* リバンプ工法施工事例(詳細)
------------------------------------------------------------------- */
/* タイトル */
.case_box h3 {
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background: #CBD8E2;
    padding: 10px 0;
    margin-bottom: 20px;
}

/* ポイント */
.case_box .point {
    width: 99%;
    font-size: 17px;
    border: 1px solid #408ACE;
    padding: 5px 0 2px 5px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.case_box .point span {
    background: #408ACE;
    color: #fff;
    padding: 0 1em;
    margin: 10px 10px 0 2px;
    font-weight: bold;
}



/* スペック表 */
.case_box .spec {
    width: 98%;
    font-size: 12px;
    margin: 0 auto;
    font-size: 13px;
}

.case_box .spec dl {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.case_box .spec dt {
    float: left;
    font-feature-settings: "palt"1;
}

.case_box .spec dd {
    float: left;
    font-feature-settings: "palt"1;
}

.case_box .spec dd span {
    float: left;
    display: block;
}

/* 写真部分 */
.case_box .photo {
    width: 100%;
    margin-bottom: 10px;
}

.case_box li {
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.case_box .photo li {
    position: relative;
    margin-bottom: 20px;
}

.case_box .photo li span {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 0.25em 1em;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.case_box .photo li span.list02 {
    background: none;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 325px;
    left: 10px;
    text-align: left;
    font-size: 1.2rem;
}


.case_box p {
    font-size: 15px;
}

.case_box .photo_wide {
    position: relative;
    margin-bottom: 10px;
}

.case_box .photo_wide span {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 0.25em 1em;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.case_box .bottom_line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    font-size: 13px;
}

.explanation {
    margin-bottom: 60px;
}

.explanation h2 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    background: url(../../../waterproof/img/line_roof.gif) left bottom no-repeat;
    margin-bottom: 20px;
    position: relative;
}

.explanation h2 span {
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 10px;
    color: #41719C;
    font-weight: bold;
}

.explanation p {
    line-height: 1.8em;
    font-size: 13px;
    text-align: left;
}
.explanation p.list{
  margin: 0 0 20px 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  padding-left: 1em; /* 1文字分の左パディング */
  text-indent: -1em; /* 最初の行だけを1文字分左に */
}

.explanation p.fR {
    text-align: right;
    font-size: 12px;
}

.explanation p.title {
    font-size: 14px;
}

.explanation p span{
    color: #FF0000;
}

.explanation .flow_box {
    width: 97%;
    border: 1px solid #41719C;
    padding: 10px;
    text-align: center;
}

.explanation .flow_box h3 {
    text-align: left;
    font-size: 16px;
    text-indent: 1em;
    padding: 5px 0;
}

.explanation .flow_box p {
    letter-spacing: 0.05em;
}

.explanation .flow_box p span {
    color: #41719C;
    font-weight: bold;
    font-size: 13px;
}

/* リノベーションの選定 */
.explanation .renova_box {
    width: 97%;
    border: 1px solid #41719C;
    padding: 10px;
    text-align: center;
}
.explanation .renova_box .priority dl dt {
    background: #408ACE;
    padding: 1em 1em;
    color: #fff;
    width: 12em;
    float: left;
    margin-right: 10px;
}
.explanation .renova_box .priority dl dd {
    text-align: left;
}


.explanation p span.u_line {
    color: #000;
    text-decoration: underline;
    /*下線を引く*/
    text-underline-position: above;
    /*下線の位置をテキストの上に引く*/
}

.explanation .flow_box .graf img {
    width: 100%;
}

.explanation .flow_box .priority {
    width: 100%;
    font-size: 1.1em;
    padding: 10px 0 7px;
}

.explanation .flow_box .priority span {
    background: #408ACE;
    padding: 0.5em 1em;
    color: #fff;
}

.merit {
    background: #DAE3F3;
    padding: 2%;
    width: 96%;
    margin-bottom: 20px;
}

.merit h4 {
    font-weight: bold;
    font-size: 14px;
}

.merit ul li {
    font-weight: normal;
    font-size: 13px;
    float: left;
    width: 100%;
    text-align: left;
}

.explanation .flow_box2 {
    width: 97%;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.explanation .flow_box3 {
    width: 97%;
    border: 1px solid #408ACE;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.explanation .flow_box3 .priority {
    font-weight: 600;
}

/* 具体的な工事内容の紹介 */
.explanation .detail {
    margin-bottom: 40px;
}

.explanation .detail dt {
    margin-bottom: 5px;
    float: left;
}

.explanation .detail dt span {
    font-size: 14px;
    font-weight: bold;
}

.explanation .detail dd {
    margin-bottom: 10px;
    font-size: 13px;
}

.explanation .detail dd span {
    color: red;
    font-weight: bold;
}

.explanation .detail dd a:hover {
    text-decoration: underline;
    opacity: 0.7;
    color: #000;
}

.explanation .title_box2 {
    width: 690px;
    height: 27px;
    background: url(../img/bg_title_roof.jpg) no-repeat;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 3px 0 0 10px;
    margin-bottom: 15px;
    position: relative;
}

.explanation #detail_no01, .explanation #detail_no02 {
    padding-top: 100px;
    margin-top: -100px;
}

.explanation .detail_box {}

.explanation .detail_box ul {
    /* margin-bottom: 10px; */
}

.explanation .detail_box ul li {
    margin-bottom: 20px;
}

.explanation .detail_box ul li.text {
    margin-bottom: 20px;
    position: relative;
}

.explanation .detail_box ul li.text span {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 325px;
    left: 10px;
    text-align: left;
    font-size: 1.2rem;
}

.explanation .detail_box ul li.text span.apex {
    position: absolute;
    bottom: 23px;
    color: #fff;
    width: 298px;
    left: 0;
    text-align: left;
    padding: 0.5em 1em;
    font-size: 1.2rem;
    background: rgba(132, 134, 138, 0.7);
}

.explanation .detail_box ul li img {
    border: 1px solid #ccc;
}

.explanation .detail_box h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.explanation .detail_box h5 span {
    color: #41719C;
}

.explanation .detail_box h5 span.nomal {
    color: #000;
}

.explanation .detail_box ul li p {
    text-align: left;
}

#rebump5 a:hover {
    opacity: 0.6;
}

#rebump5 .examples {
    border: 1px solid #7E9FB8;
}

#rebump5 .case1 {
    width: 95%;
    margin: 0 auto;
}

#rebump5 .case1 h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 20px;
    border-bottom: 1px solid #7E9FB8;
}

#rebump5 .border {
    border-top: 1px solid #7E9FB8;
    border-bottom: 1px solid #7E9FB8;
    padding: 3px 0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

#rebump5 .border p {
    font-weight: 400;
    font-size: 16px;
}

#rebump5 .case1 .detail {
    margin: 15px 0;
}

#rebump5 .case1 p.title {
    font-size: 16px;
    margin-bottom: 5px;
}

#rebump5 .case1 .detail ul li {
    font-size: 13px;
}

#rebump5 .case1 .txt {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

#rebump5 .case1 .img {
    display: inline-block;
    width: 34%;
    text-align: right;
    vertical-align: top;
}

#rebump5 .case1 p.more {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

#rebump5 .menu {
    margin: 40px auto 0;
}

#rebump5 .menu li {
    width: 47%;
    float: left;
    padding: 0.6em 0 0.4em 0;
    margin-right: 7px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#rebump5 .menu :last-child li {
    margin-left: 7px;
    margin-right: 0;
    margin-bottom: 5px;
}

#rebump5 .menu li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #fff;
}

#rebump5 .menu li.link_01 {
    background: #000000;
}
