/*******************
罪名別のお悩み解決
********************/

.charge_list{
    margin-top: 60px;
}
.charge_list .title{
    background-color: #eaeae8;
    border-bottom: 2px solid #990000;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
.charge_list .title img{
    width: 36px;
    height: 38px;
    margin-right: 20px;
}
.charge_list .url{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.charge_list .url li{
    flex-basis: 48%;
    max-width: 314px;
}
.charge_list .url li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #000;
    letter-spacing: 0.04em;
}
.charge_list .url li a::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    position: absolute;
    top:50%;
    right: 5px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1195px){
    .charge_list .url li{
        flex-basis: 32.5%;
        max-width: none;
    }
}
@media screen and (max-width: 1023px){
    .charge_list .url li{
        flex-basis: 48%;
    }
}
@media screen and (max-width: 767px){
    .charge_list .title{
        font-size: 22px;
    }
    .charge_list .title img{
        width: 29px;
        height: 30px;
        margin-right: 15px;
    }   
    .charge_list .url li a{
        font-size: 14px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 599px){
    .charge_list .url li{
        flex-basis: 100%;
    }
    .charge_list .url li br{
        display: none;
    }
}
@media screen and (max-width: 399px){
    .charge_list .title{
        font-size: 18px;
        padding: 10px 15px;
    }
    .charge_list .title img{
        width: 24px;
        height: 25px;
        margin-right: 12px;
    }   
}
@media screen and (max-width: 385px){
    .charge_list .url li br{
        display: block;
    }
}

/* 殺人・殺人未遂 */
.satsujin .page-h2{
    font-style: normal;
}
.red_bg{
    background-color: #f9f2f2;
    padding: 50px 20px;
    margin-bottom: 50px;
}
.info_listbox{
    background-color: #fff;
    padding: 60px 40px 35px;
    margin: 55px 0 40px;
    position: relative;
}
.info_listbox .title{
    width: 78%;
    text-align: center;
    background-color: #322820;
    color: #fff;
    padding: 10px 40px;
    font-size: 22px;
    position: absolute;
    display: block;
    top:-26px;
    left: 50%;
    transform: translateX(-50%);
}
.info_listbox .title.left-title{
    width: auto;
    left: 40px;
    transform: translateX(0);
}

.info_listbox .info_list{
    font-size: 16px;
    letter-spacing: 0.04em;
}
.info_listbox .info_list li{
    padding-left: 25px;
    position: relative;
}
.info_listbox .info_list li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}
.info_listbox .info_list li + li{
    margin-top: 25px;
}
.satsujin_infoflex{
    display: flex;
}
.satsujin_infoflex .step_box{
    width: 100px;
    padding-right: 30px;
    position: relative;
}
.satsujin_infoflex .content_box{
    width: calc(100% - 100px);
    background-color: #eaeae8;
    margin-bottom: 40px;
    padding: 25px 20px 30px 30px;
    position: relative;
}
.satsujin_infoflex.step04 .content_box{
    margin-bottom: 0;
}
.satsujin_infoflex .content_box::before{
    content: "";
    background: url(../images/charge/satsujin/flow-icon01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 121px;
    height: 123px;
    position: absolute;
    top:50%;
    right: 25px;
    transform: translateY(-50%);
}
.satsujin_infoflex.step02 .content_box::before{
    background: url(../images/charge/satsujin/flow-icon02.png);
}
.satsujin_infoflex.step03 .content_box::before{
    background: url(../images/charge/satsujin/flow-icon03.png);
}
.satsujin_infoflex.step04 .content_box::before{
    background: url(../images/charge/satsujin/flow-icon04.png);
}
.satsujin_infoflex .step_box::before{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #322820;
    position: absolute;
    top:0;
    left:34px;
}
.satsujin_infoflex .step_box .step{
    width: 70px;
    height: 70px;
    background-color: #322820;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 3px;
    position: relative;
}
.satsujin_infoflex .step_box .step .big{
    font-size: 36px;
}
.satsujin_infoflex .title{
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.satsujin_infoflex .txt{
    position: relative;
    letter-spacing: 0;
}
.satsujin_infoflex .note{
    font-size: 14px;
    line-height: 2;
    margin: 20px 0 30px;
    position: relative;
}
.satsujin_infoflex .note p{
    padding-left: 20px;
    position: relative;
}
.satsujin_infoflex .note p::before{
    content: "※";
    position: absolute;
    top:0;
    left: 0;
}
.satsujin_infoflex.step02  .note{
    margin-bottom: 0;
}
.satsujin_infoflex .info_cv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.satsujin_infoflex .info_cv .tel{
    font-size: 34px;
    letter-spacing: 0.04em;
    font-style: italic;
    font-weight: bold;
    position: relative;
    pointer-events: none;
}
.satsujin_infoflex .info_cv .tel::before{
    content: "Tel.";
    font-size: 18px;
}
.satsujin_infoflex .info_cv .mail{
    width: 40%;
    max-width: 220px;
    padding: 15px;
    background: #990000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
}
.satsujin_infoflex .info_cv .mail:before {
    content: "";
    display: inline-block;
    background: url(../images/common/header_mail.svg) no-repeat left center;
    background-size: contain;
    width: 26px;
    height: 20px;
}
.satsujin_infoflex .info_cv .mail:after {
    content: "";
    background: url(../images/common/arw_white.svg) no-repeat center / contain;
    display: inline-block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px){
    .info_listbox .title{
        font-size: 18px;
    }
    .satsujin_infoflex .step_box {
        width: 75px;
        padding-right: 15px;
    }
    .satsujin_infoflex .step_box::before {
        left: 29px;
    }
    .satsujin_infoflex .step_box .step{
        width: 60px;
        height: 60px;
        font-size: 14px;
        padding-top: 3px;
    }
    .satsujin_infoflex .step_box .step .big{
        font-size: 30px;
    }
    .satsujin_infoflex .content_box{
        width: calc(100% - 75px);
        margin-bottom: 30px;
        padding: 25px 20px 30px 30px;
    }
    .satsujin_infoflex .title{
        font-size: 22px;
    }
    .satsujin_infoflex .info_cv{
        flex-wrap: wrap;
    }
    .satsujin_infoflex .info_cv .tel{
        font-size: 28px;
        pointer-events:all;
        margin-right: 10px;
    }
    .satsujin_infoflex .info_cv .tel::before{
        font-size: 16px;
    }
    .satsujin_infoflex .info_cv .mail {
        width: 200px;
        max-width: 200px;
        padding: 12px 8px;
    }
}
@media screen and (max-width: 599px){
    .info_listbox .title{
        width: 90%;
    }
    .info_listbox{
        padding: 60px 20px 25px;
    }
    .info_listbox .title.left-title{
        left: 20px;
    }
}
@media screen and (max-width: 499px){
    .info_listbox{
        margin-top: 70px;
    }
    .info_listbox .title {
        font-size: 16px;
        top:-40px;
    }
    .info_listbox .info_list{
        font-size: 14px;
    }
    .info_listbox .info_list li + li {
        margin-top: 15px;
    }
    .info_listbox .title.left-title{
        top:-22px;
    }
    .info_listbox .txt{
        margin-top: -10px;
    }
    .info_listbox .txt p{
        font-size: 14px;
    }
    .satsujin_infoflex{
        display: block;
    }
    .satsujin_infoflex .step_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .satsujin_infoflex .step_box::before {
        width: 100%;
        height: 2px;
        top: 29px;
        left: 0;
    }
    .satsujin_infoflex .content_box{
        width: 100%;
        padding: 20px 20px 25px 20px;
    }
    .satsujin_infoflex .info_cv{
        justify-content: center;
    }
    .satsujin_infoflex .title{
        font-size: 20px;
    }



}