@charset "utf-8";
/* CSS Document */

/*******************
ご家族が逮捕されてしまった皆様へ
********************/

.family_message_page .info_txt{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.family_message_page .btn_a{
    margin: 50px auto 60px;
    max-width: 320px;
}
.family_message_page .gray_box{
    padding: 35px 20px 35px 40px;
}
.family_message_page .gray_box .list_box{
    font-size: 16px;
    letter-spacing: 0.04em;
}
.family_message_page .gray_box .list_box li{
    padding-left: 25px;
    position: relative;
}
.family_message_page .gray_box .list_box li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}
.family_message_page .gray_box .list_box li + li{
    margin-top: 30px;
}
.family_message_page.lawyer.demerit h3.h3_point{
    margin-top: 60px;
}
.flow_list .flow_box{
    border: 1px solid #5b5b5b;
    padding: 30px 25px 20px 30px;
    position: relative;
    margin-bottom: 40px;
}
.flow_list .flow_box + .flow_box{
    margin-top: 40px;
}
.flow_list .flow_box::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    top:-28px;
    left: 50%;
    transform: translateX(-50%);
}
.flow_list .flow_box:first-of-type:after{
    display: none;
}
.flow_list .flow_box .title{
    display: flex;
    margin-bottom: 20px;
}
.flow_list .flow_box .title .time{
    width: 160px;
    height: 40px;
    background-color: #990000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 20px;
}
.flow_list .flow_box .title .txt{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    border-bottom: 5px solid #990000;
    width: calc(100% - 180px);
    position: relative;
}
.flow_list .flow_box .title .txt::after {
    content: "";
    width: 10px;
    height: 5px;
    background-color: #fff;
    transform: skewX(-45deg);
    position: absolute;
    bottom: -5px;
    right: -3px;
}
.flow_list .flow_box .txt p{
    line-height: 2;
}
.point_box{
    background-color: #f9f2f2;
    padding: 30px 30px 20px;
    margin: 30px 0 50px;
}
.point_box.mb{
    margin-bottom: 0;
}
.point_box .title{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #990000;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.point_box .title::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #990000;
    position: absolute;
    top:9px;
    left: 0;
}
.point_box .txt p{
    line-height: 1.8;
}
.sekken_link{
    background: url(../images/family_message/sekken_link.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    margin: 0 auto 60px;
    padding: 50px 30px 50px 50px;
    max-width: 750px;
    box-shadow: 0px 0px 10px #a4a4a4;
    box-sizing: border-box;
}
.sekken_link .title{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
}
.sekken_link .txt{
    margin-bottom: 30px;
}
.sekken_link .txt p{
    line-height: 1.8;
    font-weight: bold;
}
.sekken_link .btn_a{
    max-width: 320px;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
}
.family_message_page .btn_a.wide{
    max-width: none;
}
.mt60{
    margin-top: 60px;
}
@media screen and (max-width: 767px){
    .family_message_page .info_txt {
        font-size: 22px;
    }
    .flow_list .flow_box .title .time {
        width: 140px;
        height: 36px;
        font-size: 14px;
        margin-right: 15px;
    }
    .flow_list .flow_box .title .txt {
        font-size: 20px;
        width: calc(100% - 155px);
    }
    .sekken_link .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 499px){
    .family_message_page .info_txt {
        font-size: 4.5vw;
    }
    .family_message_page .btn_a {
        margin: 30px auto 40px;
        max-width: 280px;
        font-size: 14px;
        padding: 10px;
    }
    .family_message_page .gray_box {
        padding: 25px 15px 25px 30px;
    }
    .flow_list .flow_box .title{
        display: block;
    }
    .flow_list .flow_box .title .time{
        margin:0 auto 15px;
    }
    .flow_list .flow_box .title .txt {
        width: 100%;
        display: block;
        text-align: center;
    }
    .sekken_link{
        background: url(../images/family_message/sekken_link_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 35vw 30px 30px;
        text-align: center;
    }
    .sekken_link .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sekken_link .btn_a {
        max-width: 280px;
        font-size: 14px;
        margin: 0 auto;
    }
    .sekken_link .txt {
        margin-bottom: 20px;
    }
}






