2026/02/03 22:26 バックアップ
/*
Theme Name: kuramae-i-law
*/
@charset "UTF-8";
@font-face {
font-family: 'NotoSansCJKjp';
font-style: normal;
font-weight: 400;
src: url('./font/NotoSansCJKjp-Regular.woff') format('woff'),
url('./font/notosanscjkjp_regular.eot') format('eot');
font-display: swap;
}
@font-face {
font-family: 'NotoSansCJKjp';
font-style: normal;
font-weight: 700;
src: url('./font/notosanscjkjp_bold.woff') format('woff'),
url('./font/notosanscjkjp_bold.eot') format('eot');
font-display: swap;
}
@font-face {
font-family: 'NotoSansCJKjp';
font-style: normal;
font-weight: 900;
src: url('./font/NotoSansCJKjp-Black.woff') format('woff'),
url('./font/notosanscjkjp_black.eot') format('eot');
font-display: swap;
}
html{
-webkit-overflow-scrolling: touch;
font-size: 62.5%;
}
body {
color: #1d1818;
font-family: "YakuHanJP","Roboto", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
font-size: 1.45rem;
line-height: 1.2;
margin: 0;
padding: 0;
font-feature-settings: 'palt' 1;
letter-spacing: .05em;
}
#all-wrap{
background: url(./images/bg.gif);
}
p,li,dl{
line-height: 2;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;}
ul,ol {
margin: 0;
padding: 0;
list-style: none;}
a, a:link, a:active, a:visited {
outline: none;
text-decoration: none;
display: inline-block;
transition: background-color 0.5s ease;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;}
a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.sp{
display: none;
}
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
content: " ";
display: table;}
.cf:after {
clear: both;}
/* For IE 6/7 only */
.cf {
*zoom: 1;}
ul,ol{
list-style-type: none;
margin: 0;
padding: 0;
}
/*display: flex*/
.db{
display: block;
}
.di{
display: inline;
}
.df{
display: -webkit-flex;
display: flex;
}
.df-wrap{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.dt{
display: table;
}
.dt-cell{
display: table-cell;
}
.jsb{
justify-content: space-between;
-webkit-justify-content: space-between;
}
.jsc{
justify-content: center;
-webkit-justify-content: space-center;
}
.aic{
align-items: center;
-webkit-align-items: center;
}
.aib{
align-items: flex-end;
-webkit-align-items: flex-end;
}
/*font*/
.ym{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.roboto{
font-family: 'Roboto', sans-serif;
}
.fs-small{
font-size: 1.2rem
}
.fs-normal{
font-size: 1.4rem
}
.fs-26{
font-size: 2.6rem
}
.ls-l{
letter-spacing: .4em
}
.ls-s{
letter-spacing: .2em;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.fs-bk{
color: #1d1818
}
/*img*/
.img100{
width: 100%;
height: auto;
}
.inner{
max-width: 1060px;
width: 90%;
margin: 0 auto;
}
#loader {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
#loader .loader-slide {
position: relative;
width: 100%;
height: 100%;
background:#fbfbfb
}
#loader .loader-slide.open {
animation: fadeIn 1.5s ease .5s 1 normal;
-webkit-animation: fadeIn 1.5s ease .5s 1 normal;
}
@keyframes fadeIn {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb120 { margin-bottom: 120px !important; }
.sec{padding-top: 100px;}
.mr30 { margin-right: 30px !important; }
.mt20{margin-top: 20px}
/*title*/
.ttl-style-1{
font-size: 2rem;
text-align: center;
line-height: 1.3;
margin-bottom: 35px
}
.ttl-style-2{
background: #0d624c;
color: #fff;
text-align: center;
font-size: 1.6rem;
min-width: 70%;
padding: 15px;
margin-bottom: 35px;
display: inline-block;
}
.ttl-style-3{
font-size: 2.2rem;
margin-bottom: 25px;
line-height: 1.3;
}
.ttl-style-3__p{
line-height: 1.4;
font-size: 14px;
margin-bottom: 4rem
}
.ttl-style-4{
font-size: 2rem;
line-height: 1.3;
margin-bottom: 15px;
font-weight: bold;
}
/*btn*/
.btn { width: 200px;}
.btn-style-1{
display: inline-block;
padding: 15px;
position: relative;
border: 1px solid #0d624c;
color: #0d624c;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
text-align: center;
}
.btn-style-1:before{
content: "";
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-color: #0d624c;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn-style-1:hover{
color: #fff;
}
.btn-style-1:hover:before{
left: 0;
}
.btn-style-1 i{
font-size: 1.6rem;
position: absolute;
top: 50%;
right: 15px;
transform: translate(-50%, -50%) scale(1.5, 1);
-webkit-transform: translate(-50%, -50%) scale(1.5, 1);
-ms-transform: translate(-50%, -50%) scale(1.5, 1);
}
nav a {
padding: 10px 0;
}
.main-box{
margin: 1.5rem 1.5rem 60px 200px;
}
.ttl-style-news {
width: 185px;
background: #0b5d48;
padding: 30px;
text-align: center;
color: #fff;
font-size: 2rem;
}
.ttl-style-news span {
font-size: 1.4rem
}
.day {
margin-right: 5px;
font-weight: bold;
color: #575757;
}
.cat-style{
margin: -1px 15px 3px 2px;
}
.cat-style a,.cat-item a,.cat-style span{
font-size: 1rem;
padding: 3px;
border: 1px solid #0d624c;
color: #0d624c;
min-width: 60px;
text-align: center;
line-height: 1;
}
.cat-style span {
padding: 3px !important;
} /* 2022/06/16 */
#categories-3 ul{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
}
#categories-3 .cat-item a{
padding: 3px; /*14px*/
}
.cat-item{
margin: 4px 5px;
}
#news{
display: table;
margin: 140px 0 60px;
width: 100%;
}
#news .btn{
display: table-cell;
vertical-align: bottom;
}
.post-list {
margin: 0 20px;
}
.name {
width: 30%;
margin: 0 4%;
}
.career{
width: 58%;
margin-bottom: 34px;
}
#about{
position: relative;
}
#about .btn{
position: absolute;
bottom: 30px;
right: 30px
}
.mv{
position: relative
}
.catchcopy-box{
position: absolute;
bottom: -100px;
right: 4vw;
padding: 5vw;
background:rgba(238, 238, 238, .9);
max-width: 668px;
}
.ttl-style-mv{
font-size: 4rem;
line-height: 1.3;
margin-bottom: 45px;
}
/*header*/
header{
position: absolute;
left: 60px;
top: 60px;
z-index: 1;
}
#navigation {
transition: .3s;
}
.is-fixed {
position: fixed;
left: 60px;
top: 60px;
z-index: 2;
}
header.parent{
position: absolute;
}
.is-hide {
transform: translateY(0);
}
.logo{margin-bottom: 50px;}
.effect-fade {
opacity : 0;
transform : translate(0, 65px);
transition : all 500ms;
}
.logo img {
filter: drop-shadow(0 0 4px rgba(255,255,255,0.5));
}
.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}
/*#price*/
.price-box{
border: 1px solid #0d624c;
padding: 0 1rem 30px;
text-align: center;
}
.price-box__type{
text-align: left;
max-width: 800px;
width: 90%;
margin: 0 auto;
}
.price-indication_ttl{
font-size: 1.6rem;
color: #0c5d48;
font-weight: normal;
padding-bottom: 3px;
min-width: 220px
}
.price-box__type dt{
padding: 6px 5px 5px 5px;
border: 1px solid #0d624c;
color: #0d624c;
min-width: 60px;
text-align: center;
line-height: 1;
display: inline-block;
position: relative;
min-width: 91px;
float: left;
margin: 2px auto 10px;
}
.price-box__type dt:after{
position: absolute;
content: '';
right: -17px;
top: 50%;
width: 7px;
height: 1px;
background: #0d624c;
transform: translate(-50%, -50%) scale(1.5, 1);
-webkit-transform: translate(-50%, -50%) scale(1.5, 1);
-ms-transform: translate(-50%, -50%) scale(1.5, 1);
}
.price-box__type dd{
float: right;
width: calc(100% - 110px);
margin-bottom: 10px;
}
.price-indication_ttl span{
font-size: .6em;
}
.price-indication__box,.under-line{
padding-bottom: 5px;
border-bottom: 2px solid #77a7a9;
line-height: 1;
margin-bottom: 20px
}
.line-none{
border-bottom: none;
}
.price{
font-size: 1.8rem
}
.col2{
width: 46.8%;
}
.price-indication_subttl{
color: #77a7a9;
font-size: 1.6rem;
padding-bottom: 5px;
line-height: 1.5
}
.right-box{
width: calc(100% - 280px);
}
.price-indication_info table{
width: 100%;
}
.t-fixed{
table-layout: fixed;
}
.t-fixed caption{
border-bottom: 1px dotted #77a7a9;
}
.v-middle{
font-size: 1.6rem;
line-height: 1.5
}
.v-middle th,.v-middle td{
vertical-align: middle;
}
.v-middle th{
padding-right: 30px
}
.price-indication_info table th{
font-weight: normal;
padding: 10px 30px 10px 0;
}
.price-indication_info table td{
border-bottom: 1px dotted #77a7a9;
padding: 10px;
font-size: 1.6rem;
line-height: 1.4
}
.p-i-type2 .price-indication_ttl{
width: 220px;
margin-right: 10px
}
.p-i-type2 th{
width: 82px;
}
#flow{
padding-top: 120px
}
.flow-box,.about-box,.business{
background: rgba(135, 167, 155, 0.3);
padding: 60px 30px
}
.flow-ttl {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 38px;
padding: 0 1rem 0 50px;
text-align: center;
}
.flow-list{
counter-reset:number;
list-style:none;
margin:0;
padding:0;
}
.flow-list li{
position: relative;
padding: 3rem 1rem 0;
-webkit-transform: skewX(170deg);
-moz-transform: skewX(170deg);
transform: skewX(170deg);
border-right: 1px solid #77a7a9;
width: calc(100% / 3);
}
.flow-list li:last-child{
border-right:none
}
.flow-list__box{
display:block;
transform: skewX(-170deg);
padding:0 10px;
}
.flow-list li:before{
counter-increment: number;
content: counter(number);
/* 色を変えたり、背景画像を敷いたり!自由自在! */
color: #0d624c;
font-family: 'Lora', serif;
font-size: 9rem;
position: absolute;
top: -60px;
left: 10px
}
.flow-list li p{
margin-bottom: 10px
}
.flow-tel{
font-family: 'Lora', serif;
font-size: 3.2rem;
color: #0d624c;
line-height: 1;
}
.flow-tel__memo{
font-size: 1.4rem;
text-align: center;
border: 1px solid #0d624c;
padding:3px 20px;
display: inline-block;
top: -4px;
position: relative;
}
#footer{
background: rgba(51, 51, 51, .1);
padding: 90px 1.5rem;
}
.footer-logo{
margin-bottom: 60px
}
.access-map iframe{
width: 100%;
}
.access{
padding-bottom: 45px;
border-bottom: 1px solid #1d1818;
margin-bottom: 45px
}
.footer-nav__list li{
position: relative;
}
.footer-nav__list li:after{
content: '/';
position: relative;
left: 0;
}
.footer-nav__list li:last-child:after{
content: '';
}
.footer-nav__list a{
padding: 0 1rem;
padding: 0 1rem
}
.footer-nav__list {
justify-content: flex-end;
}
@media (max-width: 1024px) { /*980px*/
.footer-nav__list.df {
flex-wrap: wrap;
}
}
#subpage {
padding: 140px 2rem;
}
#subpage .inner {
max-width: 980px;
width: 100%
}
.sub-header .is-hide {
transform: translateY(0);
}
.post-wrap{
width: calc(100% - 250px);
}
.slicknav_menu {
display:none;
}
@media (min-width: 981px) {
.slicknav li:nth-last-child(2) {
background-color: #0d624c;
color: #fff;
width: fit-content;
padding-left: 10px;
padding-right: 10px;
border-radius: 3px;
margin-left: -10px;
} /*相談申込み*/
.slicknav li:nth-last-child(2):hover {
opacity: 0.8;
filter: alpha(opacity=80);
transition: 0.3s ease-in-out;
}
}
/*プライバシーポリシー*/
.slicknav li:last-child, .slicknav_nav li:last-child {
font-size: 0.78em;
}
.under-line{
border-bottom: 1px solid #77a7a9;
padding-bottom: 10px;
}
aside {
width: 200px;
margin-bottom: 60px
}
.widgettitle {
color: #656565;
font-weight: bold;
/* margin-bottom: 10px; */
line-height: 1;
}
#archives-3 {
margin-bottom: 2rem;
margin-top: 2rem;
}
#archives-3 li{
color: #0d624c;
border-bottom: 1px dotted #77a7a9;
line-height: 1;
}
aside #archives-3 li {
color: initial;
border-bottom: none;
line-height: 1.5;
}/* 2022/06/16 */
#archives-3 a{
padding: 5px 0;
}
.business-box{
background: #fff;
padding: 3rem 2rem 3rem 0;
margin-bottom: 2rem
}
.business-box__ttl{
width: 300px;
padding: 10px;
}
.business-box__ttl h3{
position: relative;
padding-left: 50px;
}
.business-box__ttl h3:before{
content: '';
width: 80px;
position: absolute;
height: 2px;
background: #77a7a9;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.business-box__list li{
position: relative;
}
.business-box__list li:before{
position: absolute;
content: '';
width: 15px;
height: 15px;
border: 1px solid #77a7a9;
display: inline-block;
top: 6px;
left: -23px;
}
.sub-post-list{
padding: 10px 0;
border-bottom: 1px dotted #77a7a9;
}
.sub-post-list a{
display: block;
width: 100%;
}
.sub-post-list__ttl{
font-size: 1.6rem;
line-height: 1.3;
}
.pagenav {
padding: 30px 0;
margin: 30px auto;
text-align: right;
line-height: 1;
}
.pagenavcurrent, .pagenav a:hover {
background: #15614b;
color: #fff;
padding: 15px 18px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.pagenav a {
padding: 15px 20px;
text-align: center;
vertical-align: middle;
}
.tip-red {
color: #b9301a;
font-size: 1.2rem;
}
a.link-table {
display: inline-flex;
width: 100%;
}
.post-ttl-style{
font-size: 2.2rem;
margin-bottom: 1rem;
padding-left: 10px;
border-left: 3px solid #15614b;
}
.post-content p{
margin-bottom: 3rem;
line-height: 1.85
}
.post-content h2{
font-size: 1.8rem;
margin-bottom: 1rem;
padding-bottom: 5px;
border-bottom: 1px solid #77a7a9
}
.post-content h3{
font-size: 1.6rem;
margin-bottom: 1rem;
font-weight: bold;
color: #15614b
}
.post-content a {
position: relative;
display: inline-block;
margin-left: 4px;
background-size: cover;
padding: 0px 4px 0px 18px;
color: #217caf;
font-weight: bold;
line-height: 1.85;
}
.post-content a:hover{
text-decoration: underline;
}
.post-content a::after {
border-width: 0 0 1px 1px;
}
.post-content a::before {
margin-top: -3px;
margin-left: 3px;
border-width: 1px;
}
.post-content a::before, .post-content a::after {
content: '';
position: absolute;
top: 10px;
left: 0;
border-color: #03A9F4;
border-style: solid;
border-radius: 1px;
width: 10px;
height: 10px;
}
.post-content strong {
font-size: 110%;
background: linear-gradient(transparent 80%, #94b7a8 80%);
line-height: 1.85em
}
em,b,del {
line-height: 1.85em;
}
.post-content ul{
margin: 20px auto;
}
.post-content ul li{
padding: 5px 0;
margin-bottom: 5px;
list-style-type: disc;
list-style-position: inside;
}
.post-content ol {
margin: 20px auto;
counter-reset: li_count;
}
.post-content ol li {
padding: 5px 0 5px 40px;
margin-bottom: 5px;
}
.post-content ol li:before {
counter-increment: li_count;
content: counter(li_count);
color: #0d624c;
margin-right: 5px;
margin-left: -38px;
padding: 5px 12px;
border: 1px solid #0d624c;
}
blockquote {
position: relative;
padding: 55px 15px 20px 15px;
box-sizing: border-box;
font-style: italic;
background: rgba(119, 167, 169, .1);
color: #777777;
margin-bottom: 30px;
}
blockquote:before{
display: inline-block;
position: absolute;
top: 10px;
left: 15px;
content: "\f10d";
font-family: "Font Awesome 5 Free";
color: #d0d0d0;
font-size: 2.2rem;
line-height: 1;
font-weight: 900;
}
blockquote p {
padding: 0;
margin: 7px 0;
line-height: 1.7;
}
blockquote cite {
display: block;
text-align: right;
color: #888888;
font-size: 0.9em;
}
.pagelink {
border-top: 1px solid #848484;
border-bottom: 1px solid #848484;
margin: 40px 0 50px;
}
.pagelink a {
padding: 30px 0;
}
.prev, .next {
width: 50%;
font-weight: 700;
}
.next {
text-align: right;
}
.prev {
border-right: 1px dotted #848484;
text-align: left;
}
.prev p, .next p {
font-weight: normal;
color: #aaa;
}
.btn-return a{
text-decoration: underline;
color: #15614b;
}
.btn-return a i{
margin-right: 5px
}
.flow-box {
background: #eee;
}
/* 2022/05/20 add */
.flex/*, .mw_wp_form form*/ {
display: flex;
}
.mt30 {
margin-top: 30px;
}
.mt10 {
margin-top: 10px;
}
.tac {
text-align: center;
}
.tal {
text-align: left !important;
}
/* 申込みform */
.main-box .application-form {
position: relative;
z-index: 1;
}
.application-form .flex {
justify-content: center;
flex-direction: column;
}
@media (min-width: 981px) {
.application-form .flex, .application-form p.tal {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
}
.application-form p:first-child {
text-align: center;
}
.application-form th p {
text-align: left !important;
}
.application-form th .notes {
margin-top: 6px;
}
@media (max-width: 573px) {
.application-form th p {
margin-bottom: 6px;
}
.application-form p.tal {
margin-left: 0;
}
}
.application-form th, .application-form td {
padding-bottom: 30px;
}
.application-form th {
font-weight: normal;
font-family: 'Cormorant Garamond', serif;
font-size: 16px;
width: 30%;
}
@media (max-width: 573px) {
.application-form th {
font-size: 18px;
}
}
.application-form .date, .application-form .time {
width: 30%;
} /* 日付・時間 */
.application-form textarea {
width: 80%;
}
.application-form input {
width: 60%;
} /* text */
.application-form [type='radio'] {
width: auto;
} /* radio btn */
@media screen and (max-width: 573px) {
.application-form [type='radio'] {
transform:scale(1.4); /*1.8*/
margin-left: 6px;
}
}
.application-form .mwform-radio-field {
margin-bottom: 12px;
padding-left: 1.5em;
text-indent: -1.5em;
}
.application-form .mwform-tel-field input[type="text"] {
width: 15%;
} /* tel */
@media screen and (max-width: 573px) {
.application-form .mwform-radio-field {
margin-bottom: 40px;
}
.application-form .mwform-tel-field input[type="text"] {
width: 30%;
} /* tel */
.application-form th, .application-form td {
display: block;
width: 100%;
}
.application-form th {
padding-bottom: 0;
}
.application-form input, .application-form textarea {
width: 100%;
}
.application-form .date, .application-form .time {
width: 46%;
}
}
.application-form .notes {
font-size: 12px;
line-height: 1.2em;
}
.application-form a, .link {
/* text-decoration: underline; */
border-bottom: 1px solid;
}
.post-content .link {
border-bottom: none;
} /*記事内*/
.application-form input, .application-form textarea, .application-form select {
border: 1px solid #77a7a9;
padding: 6px;
}
.application-form [type='submit'] {
background-color: #0d624c;
color: #fff;
width: 160px;
}
.w80 {
max-width: 80%;
margin: 0 auto;
}
@media screen and (max-width: 573px) {
.application-form input, .application-form textarea, .application-form select {
padding: 10px;
}
.w80 {
max-width: initial;
}
.application-form [type='submit'] {
margin-bottom: 60px;
width: 100%;
}
}
/*.application-form*/ .mandatory {
color: #d93025;
}
.mw_wp_form th p {
line-height: 1;
}
#footer .access-text.col2 p:first-child {
line-height: 1;
margin-bottom: 5px;
}
#footer .access-text.col2 b {
font-size: 1.2em;
}
弁護士 飯野晃司
あなたの心に寄り添い
あなたの人生に向き合います
弁護士は法律の職人でなければならないと考えています。
法律の職人として、定型的な対応に終始することなく、常に依頼者の利益を最大化することを追求し、オーダーメイドの法律事務を提供します。
そして、あなたの心に寄り添い、あなたの人生に真摯に向き合うことをお約束します。
弁護士紹介ABOUT

弁護士
飯野晃司(東京弁護士会)
- ≪経歴≫
- 昭和63年生まれ
- 山梨県立甲府南高等学校 理数科
- 早稲田大学法学部
- 早稲田大学大学院法務研究科
- 司法試験合格(独占禁止法選択)
- 司法修習生(司法修習地:東京)
- 弁護士登録
- 千代田区内の法律事務所勤務(主に保険会社の顧問業務を担当)
- 中央区内の法律事務所勤務(企業法務から一般民事まで幅広い分野の業務を担当)
- 蔵前飯野法律事務所開設
- 東池袋法律事務所と合併
- 相続診断士登録
- ≪活動≫
- 中小企業庁 認定経営革新等支援機関
- 東京地方裁判所 破産管財人名簿登載者
- 厚生労働省 フリーランス・トラブル110番 相談員
- 公益社団法人全日本不動産協会 全国一斉不動産無料相談会 相談員
- 第26回「暮らしと事業のよろず相談会」相談員
- GROUP「手入れ/Repair展」@WHITEHOUSE 法律監修
- 井上 岳/大村高広/齋藤直紀「手入れ/Repair」建築ジャーナル(2022年6月号~2023年6月号)法律監修
- ≪研修・セミナー≫
- 株式会社デューデリ&ディール「民事信託の基礎」セミナー講師
- あいおいニッセイ同和損害保険株式会社「改正民法における重要論点の考察」セミナー講師
- あいおいニッセイ同和損害保険株式会社「損害賠償における労災保険の位置付け」セミナー講師
- 株式会社グリップ主催「不動産セミナー」講師
ご依頼の流れFLOW
-
法律相談のご予約
お電話にてご希望の日程をお伝えの上、法律相談をご予約ください。
-
法律相談の実施
ご予約の日時に当事務所で法律相談をお受けください。じっくりとお話を伺いますので、どうぞリラックスしてお話しください。
ご希望の場合には出張法律相談も実施いたします。
-
ご依頼
ご相談の結果、必要な場合には交渉、訴訟等の法律事務をご依頼ください。
弁護士費用についてPRICE
弁護士費用の種類
- 法律相談料
- 法律相談の際に頂戴する費用です。
- 顧問料
- 顧問契約を締結した法人、個人の方に提供する顧問業務の費用です。
- 手数料
- 契約書の審査、法律意見書の作成等、原則として1回程度の手続で終了する法律事務の対価として発生する費用です。
- 着手金
- ご依頼の際にその後の結果の如何にかかわらず発生する費用です。
- 報酬金
- ご依頼の法律事務が終了した段階で得られた成果に応じて発生する費用です。
- 日当
- 遠方の裁判所に出廷する場合等に発生する費用です。
- ※実費について
交通費、郵便切手代など法律事務の遂行にあたり必要となる費用(実費)については、上記弁護士費用とは別に頂戴します。
費用の目安
弁護士費用は以下のとおりです。
ご不明点はお問い合わせください。
- 法律相談
※出張法律相談の費用は別途相談
- 5,500円(税込)〜/30分
- 新規事業の適法性審査
- 110,000円(税込)〜
- 契約書の作成/審査
- 110,000円(税込)〜
- 遺言、公正証書の作成
- 110,000円(税込)〜
- 交渉/調停/訴訟
-
着手金 経済的利益の額とは、
請求する金額または請求された金額 |
経済的利益の額が300万円以下の場合 | 経済的利益の額の8.8% ※最低額は22万円 |
| 経済的利益の額が300万円を超え3000万円以下の場合 | 経済的利益の額の5.5%+9.9万円 |
| 経済的利益の額が3000万円を超え3億円以下の場合 | 経済的利益の額の3.3%+75.9万円 |
| 経済的利益の額が3億円を超える場合 | 経済的利益の額の2.2%+405.9万円 |
報酬金 経済的利益の額とは
請求側の場合:裁判所で認められた金額または相手方と合意した金額。
被請求側の場合:相手方の請求金額と裁判所で認められた金額または相手方と合意した金額との差額。 |
経済的利益の額が300万円以下の場合 | 経済的利益の額の17.6% |
| 経済的利益の額が300万円を超え3000万円以下の場合 | 経済的利益の額の11%+19.8万円 |
| 経済的利益の額が3000万円を超え3億円以下の場合 | 経済的利益の額の6.6%+151.8万円 |
| 経済的利益の額が3億円を超える場合 | 経済的利益の額の4.4%+811.8万円 |
| ※交通事故の場合は弁護士費用特約利用可 |
- 後遺障害異議申し立て
-
| 着手金 |
110,000円(税込)〜 |
| 報酬金 |
獲得した後遺障害等級に応じた金額 |
- 離婚(内縁関係の解消)交渉(協議)/離婚調停/離婚訴訟
-
| 着手金 |
各330,000円(税込)〜 |
| 報酬金 |
各330,000円(税込)〜 |
| ※養育費、財産分与、慰謝料等に争いがある場合は、これらの金額に応じて上記交渉/調停/訴訟の基準により算出した弁護士費用が加算されます。 |
- 刑事弁護(起訴前/起訴後)
-
| 着手金 |
各330,000円(税込)〜 |
| 報酬金 |
各330,000円(税込)〜 |
- 出張日当
-
| 半日 |
33,000円(税込)〜 ※往復2時間以上4時間以内の場合 |
| 1日 |
55,000円(税込)〜 ※往復4時間を超える場合 |
error: Content is protected !!