
<メディア関係者の方>取材等に関するお問い合わせはこちら
刑事事件では、被疑者・被告人だけでなく、被害者も弁護士をつけることができます。
弁護士が被害者の代理人として加害者対応を行うことで、刑事告訴や示談交渉、刑事・民事裁判などの過程において、被害者の負担を軽減し、泣き寝入りを防ぐための適切な権利主張を行うことができます。当事務所は、被害届を出したい、刑事告訴したい、損害賠償請求したいなど、依頼内容に応じて、元検事率いる弁護士チームが解決策をご提案します。
.cbtn {
background-color: #333;
color: #fff;
font-size: 1.0em;
font-weight: 600;
position: relative;
transition: 0.3s;
text-align: center;
margin: 0.5em 0;
}
.cbtn_list {
padding: 0 !important;
list-style: none !important;
display: flex;
/* margin: 1.5em 0 !important; */
border: 0 !important;
}
.cbtn_list li:first-child {
margin-right: 1.5em;
}
.cbtn_list li {
width: calc((100% – 1.5em) / 2);
}
.cbtn a {
color: white !important;
text-decoration: none !important;
display: block;
width: 100%;
height: 80px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.cbtn::after {
width: 2em;
height: 2em;
right: 0;
top: 50%;
transform: translateY(-50%);
background: url(../../../images/icon_arrow_w.svg) no-repeat;
position: absolute;
content: “”;
background-size: cover;
}
.cbtn:hover {
background: #444;
}
@media only screen and (max-width: 900px) {
.cbtn_list {
flex-direction: column;
}
.cbtn_list li {
width: 100%;
}
.cbtn_list li:first-child {
margin-right: 0;
margin-bottom: 1.5em;
}
}