@charset "utf-8";
.case_list li a{
    display: block;
    margin-bottom: 20px;
    padding: 26px 30px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.case_list li a:hover{
    background-color: #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.case_icon{
    margin-bottom: 10px;
}
.case_icon span{
    display: inline-block;
    padding: 9px 20px;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    margin: 5px 4px;
}
.case_icon .blue_style{
    background-color: #0a254b;
}
.case_icon .red_style{
    background-color: #ae2c3d;
}

/*详情页1*/
.area01_details{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:30px;
    color: #333333;
}
.txt_tip01{
    display: block;
    color: #ae2c3d;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.case_process .txt_box{
    border: 1px solid #e7e7e7;
}
.process_tip{
    position: relative;
}
.process_tip strong{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-weight: 400;
    color: #ffffff;
    background-color: #ae2c3d;
    text-align: center;
}
.process_tip strong span{
    display: block;
    font-size: 9px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 2px;
}
.process_tip strong i{
    display: block;
    font-size: 18px;
    line-height: 1;
}
.process_tip p{
    padding-left: 45px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #ae2c3d;
    background-color: #f5f5f5;
}
.process_txt{
    padding: 12px 10px;
}
.process_arrow{
    text-align: center;
    padding: 20px 0;
    line-height: 0;
}
.process_arrow span{
    display: inline-block;
    margin: 0 3px;
    color: #ae2c3d;
    font-size: 20px;
    text-indent: -9999px;
    width: 11px;
    height: 19px;
    background: url("../images/icon/arrow_icon01.png") no-repeat 0 0;

}
.guidance{
    font-size: 16px;
    background-color: #ae2c3d;
    text-align: center;
    color: #ffffff;
    padding: 28px 0;
    margin-top: 30px;
}
.guidance span{
    display: inline-block;
    font-size: 12px;
    margin: 0 50px;
}
.guidance p{
    display: inline-block;
}

/* 详情2 */
.img_style01_area .detail_txt .floatL{
    margin-right: 30px;
    max-width: 40%;
}
.img_style01_area .detail_txt .floatL img{
    max-width: 100%;
}
.img_style01_area .detail_txt .txtArea{
    overflow: hidden;
}
.img_style02_area .detail_txt .floatL{
    margin-right: 30px;
    max-width: 40%;
}
.img_style02_area .detail_txt img{
    max-width: 100%;
}
.img_style02_area .detail_txt .floatR{
    margin-left: 30px;
    max-width: 40%;
}
.img_style02_area .detail_txt .txtArea{
    overflow: hidden;
}
.img_style02_area .detail_txt .floatR img{
    margin: 30px 0;
}
.case_style01{
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 20px;
    background: url("../images/icon/line_icon.jpg") no-repeat 0 0;
    font-size: 18px;
    color: #333333;
}
.detail_txt{
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.detail_txt p{
    text-align: justify;
}
.case_ttl h4{
    font-size: 18px;
    font-weight: 400;
    color: #ae2c3d;
    margin-bottom: 15px;
}
.case_ttl i{
    display: block;
    margin-bottom: 20px;
}
.detail_txt .floatR div,
.detail_txt .floatL div{
    margin-bottom: 15px;
}
.img_style02_area .detail_txt .floatR .different_img{
    margin: 0;
}
/* SP */
@media only screen and (max-width: 767px){
    .case_list li a {
        padding: 13px 15px;
        font-size: 12px;
    }
    .case_icon span {
        font-size: 12px;
    }
    .img_style01_area .detail_txt .floatL img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .img_style01_area .detail_txt .floatL {
        max-width: 100%;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .img_style02_area .detail_txt .floatL {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .img_style02_area .detail_txt .floatR {
        max-width: 100%;
        margin-left: 0;
    }
    .img_style02_area .detail_txt .floatL img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .img_style02_area .detail_txt .floatR img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .case_ttl h4 {
        margin-bottom: 10px;
    }
    .img_style02_area .detail_txt .floatR {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .img_style02_area .detail_txt .floatL {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .guidance {
        position: relative;
        padding: 8px 10px;
    }
    /*.guidance span {*/
        /*position: absolute;*/
        /*margin: 0;*/
    /*}*/
    /*.guidance p {*/
        /*padding: 0 15px;*/
    /*}*/

    /* 详情2 */
    .area01_details {
        font-size: 12px;
    }
    .txt_tip01 {
        font-size: 14px;
    }
    section p{
        font-size: 12px;
    }
    .process_tip p {
        font-size: 14px;
    }
    .guidance p{
        font-size: 14px;
    }
    .guidance .arrow_left{
        display: none;
    }
}