@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 11px/1.9 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #252525;
    background: #fff;
}

a {
    color: #777;
}
a:hover {
    color: #919191; text-decoration:none;
}
a:active, a:focus {
    outline: 0;
}

img {
    border: 0;
}
.clear {
    clear: both;
}


/* トップページ */
/* ヘッダー */
header {
    width: 100%;
    min-width: 1020px;
    height: 85px;
    top: 0;
    z-index: 5;
    position: absolute;
    font-family: 'EB Garamond', serif;
}

header-sub {
    width: 100%;
    min-width: 1020px;
    height: 100px;
    top: 0;
    z-index: 5;
    position: absolute;
    font-family: 'EB Garamond', serif;
    background: #224b8f;
}

header h1 {
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding: 10px 60px 0 0;
}

header-sub h1 {
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding: 10px 60px 0 0;
}

header .logo {
    position: absolute;
    top: 38px;
    left: 20px;
}

header-sub .logo {
    position: absolute;
    top: 38px;
    left: 20px;
}

header nav {
    position: absolute;
    top: 18px;
    right: 0;
    overflow:hidden;
}

header-sub nav {
    position: absolute;
    top: 18px;
    right: 0;
    overflow:hidden;
}

header nav ul {
    width: 600px;
    float: left;
    overflow: hidden;
}

header-sub nav ul {
    width: 800px;
    float: left;
    overflow: hidden;
}

header nav ul li {
    float: left;
    text-align: center;
    font-size: 150%;
    margin: 20px 30px 0 0;
}

header-sub nav ul li {
    float: left;
    text-align: center;
    font-size: 150%;
    margin: 20px 30px 0 0;
}

header nav ul li span {
    display: block;
    font-size: 70%;
    color: #fff;
    margin: 2px 0 0;
}

header-sub nav ul li span {
    display: block;
    font-size: 70%;
    color: #fff;
    margin: 2px 0 0;
}

header nav ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

header-sub nav ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

article {
    width: 1170px;
    padding: 40px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.mainh {
    text-align: center;
    margin: 20px 10px;
    clear: both;
}

.index_info h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    color: #000;
}

.index {
    height: 640px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}

.main {
    width: 820px;
    float: left;
}

.main1 {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main2 {
    clear: both;
    width: 548px;
    height: 230px;
    float: left;
}

.main2 img {
    float: left;
    margin-right: 22px;
}

.main3 {
    width: 252px;
    float: left;
}


#service {
    height: 420px;
    overflow: hidden;
    background-color: #f7f7f7;
}

h2 {
    width: 1170px;
    margin: 0 auto;
    font-size: 38px;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 8px;
    color: #224b8f;
    text-align: center;
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

h3 {
    width: 1170px;
    margin: 0 auto;
    font-size: 38px;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
    color: #224b8f;
    text-align: center;
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.title-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

.box {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    overflow: hidden;
    margin-bottom: 60px;
    clear: both;
}

.box ul {
    width: 1170px;
    height: 150px;
}

.box ul li {
    float: left;
    width: 279px;
    height: 150px;
    margin-right: 15px;
    border: 1px solid #2a3e72;
}

.box ul li:last-child {
    margin-right: 0;
}

.box li a {
    display: block;
    font-weight: 700;
    transition: .5s;
}

.box #news-2 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #224b8f;
}

.box #news-2 ul {
    width: 1170px;
}

.box #news-2 ul li {
    width: 349px;
    height: 700px;
    border: none;
    border-left: 1px solid #000;
    float: left;
    padding: 0 20px 0 20px;
    font-size: 15px;
    margin-right: 0px;
    text-align: justify;
}

.box #news-2 ul li img {
    margin-bottom: 15px;
}

.box #news-2 ul li span{
    font-size: 17px;
    font-weight: 600;
    background: #f8720f;
    color: #fff;
    padding: 3px 20px 3px 20px;
}

.box #news-2 ul li .top-bl {
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    background: #fff;
    color: #224b8f;
}

.box #news-2 ul .butsuryu-2 {
    width: 348px;
    height: 700px;
    border: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    float: left;
    padding: 0 20px 0 20px;
    font-size: 15px;
    margin-right: 0px;
    text-align: justify;
}

.more-2 {
    height: 50px;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #bebebe;
    text-align: center;
    background: #f0f0f0;
}

.more-2 a p {
    color: #000;
    line-height: 3.2;
}

.seminar {
    overflow: hidden;
    background-color: #f7f7f7;
}

.seminar-box {
    overflow: hidden;
}

.seminar-box img {
    width: 300px;
    float: left;
    margin-right: 30px;
}

.seminar-text p {
    font-size: 18px;
    margin-bottom: 70px;
}

.seminar-text {
    width: 840px;
    float: right;
}

.seminar-text a {
    text-decoration: underline;
    color: #224b8f;
}

.seminar-end {
    font-size: 25px;
    color: #ff0000;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ff0000;
    margin-bottom: 15px;
    background: #ffeded;
    height: 80px;
    line-height: 3.2;
}

.smn-end {
    color: #ff0000;
}

.more3 {
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #bebebe;
     width: 280px;
    text-align: center;
     margin-left: auto;
    background: #f0f0f0;
    height: 50px;
    line-height: 2.6;
}

.more3 a {
    color: #000;
}

.map {
    padding-top: 30px;
}

/* フッター */
footer {
    width: 100%;
    min-width: 1020px;
    color: #fff;
    padding: 52px 0 0;
    position: relative;
    background: #224b8f;
    font-family: 'EB Garamond', serif;
}

.footer_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer_info {
    text-align: center;
}

.footer_info .logo {
    margin: 0 0 25px;
}

.footer_info .address {
    font-size: 20px;
    margin: 0 0 5px;
}

.footer_info .tel{
    margin: 10px 0 0 0;
    font-size: 280%;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

.footer_info .time {
    font-size: 16px;
}

.footer_info ul {
    margin: 0 0 40px;
}

.footer_info ul li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.footer_info ul li:last-child {
    margin: 0;
}

.fnav {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fnav ul li {
    display: inline-block;
    margin: 0 40px 0 0;
}

.fnav ul li:last-child {
    margin: 0;
}

.fnav ul li a {
    color: #fff;
    font-size: 13px;
}

footer #page-top {
    position: absolute;
    right: 70px;
    top: -130px;
    width: 80px;
    height: 80px;
}

footer .cr {
    text-align: center;
    margin-top: 30px;
    padding:10px 0 10px 0;
    background: #f7f7f7;
    color: #000;
    letter-spacing: 1.5px;
    font-weight: bold;
}

/* サブページ共通トップ画像 */
#hed {
    width: 100%;
}

/* パンくずリスト */
.list {
    width: 1170px;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}

.list li {
    float: left;
}

.list li a {
    color: #808080;
    text-decoration: underline;
}


/*弁護士紹介ページ*/
.lawyer {
    width: 380px;
    height: 507px;
    background: #bebebe;
    float: left;
    margin-right: 30px;
}

.lawyer p {
    font-size: 30px;
    text-align: center;
    padding-top: 150px;
}

.lawyer-right {
    font-size: 17px;
    line-height: 2.3;
    margin-top: 40px;
    margin-bottom: 20px;
}

.lawyer-right p {
    font-size: 17px;
    line-height: 2;
    text-align: justify;
}

.lawyer-left {
    width: 640px;
    font-size: 17px;
    line-height: 1.7;
    float: left;
    margin-right: 30px;
}

.lawyer-img {
    width: 380px;
    height: 507px;
    background: #bebebe;
    float: left;
}

.lawyer-text {
    font-size: 17px;
    margin-top: 30px;
}

.lawyer-text2 {
    float: left;
    width: 596px;
    margin-right: 30px;
    border: 2px solid #bebebe;
    background: #f7f7f7;
    padding: 20px 25px 0 25px;
}

.lawyer-text3 {
    width: 436px;
    height: 267px;
    float: left;
    border: 2px solid #bebebe;
    background: #f7f7f7;
    padding: 20px 25px 0 25px;
}

.lawyer-text4 {
    width: 1116px;
    border: 2px solid #bebebe;
    background: #f7f7f7;
    padding: 20px 25px 0 25px;
}

.lawyer-text5 {
    width: 436px;
    height: 341px;
    float: left;
    border: 2px solid #bebebe;
    background: #f7f7f7;
    padding: 20px 25px 0 25px;
}

.lawyer-text h3 {
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.lawyer-text .lawyer-text2 h3 {
    width: 546px;
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.lawyer-text .lawyer-text3 h3 {
    width: 540px;
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.lawyer-text .lawyer-text4 h3 {
    width: 1116px;
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.lawyer-text .lawyer-text5 h3 {
    width: 486px;
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.lawyer-text h3 span {
    font-size: 17px;
    color: #bebebe;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    letter-spacing: -2px;
    margin-right: 15px;
}

.lawyer-text img {
    border-bottom: 2px solid #f7f7f7;
}

.lawyer-text p {
    margin: 15px 0 30px 0;
}

.lawyer-text table {
    margin-top: 30px;
}

.lawyer-text table th {
    width: 150px;
    height: 50px;
}

.lawyer-list {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 35px;
    height: 110px;
}

.lawyer-list a {
    width: 210px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.lawyer-list a:nth-child(5) {
    margin-right: 0;
}

#lawyer1, #lawyer2, #lawyer3, #lawyer4, #lawyer5, #lawyer6 {
    font-size: 17px;
    line-height: 1.8;
}

#lawyer1 p, #lawyer2 p, #lawyer3 p, #lawyer4 p, #lawyer5 p, #lawyer6 p {
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}

.sub-t {
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
}

.lawyer2-box {
    width: 564px;
    margin-right: 30px;
    float: left;
}

.line {
    background: #e4efff;
}

.lawyer3-box {
    width: 400px;
    float: left;
    margin-right: 30px;
}

.sub-t span {
    font-size: 16px;
    margin-left: 30px;
}

.sub-t2 {
    font-size: 23px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.sub-t2 span {
    font-size: 19px;
    margin-left: 30px;
}

#lawyer4 table {
    width: 1170px;
    margin-top: 30px;
    border: 2px solid #224B8F;
    background: #fff;
    font-size: 15px;
}

#lawyer4 table th {
    width: 130px;
    vertical-align: middle;
    padding: 10px;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
/*    background: #efefef;*/
}

#lawyer4 table td {
    vertical-align: middle;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
    padding: 10px;
}

#lawyer4 table td .tax {
    font-size: 13px;
}

#lawyer4 table .t-c {
    background: #efefef;
}


#lawyer5 table {
    width: 700px;
    border: 2px solid #224B8F;
}

#lawyer5 table th {
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
/*    background: #efefef;*/
}

#lawyer5 table td {
    vertical-align: middle;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
    padding: 20px;
}

#lawyer5 table .t-c {
    background: #efefef;
}

.lawyer6-box {
    width: 1080px;
    background: #fff;
    padding: 30px 45px 40px 45px;
    border-radius: 8px;
}

.lawyer6-box table {
    width: 1080px;
}

.lawyer6-box table th {
    width: 120px;
    vertical-align: middle;
    padding: 10px 10px 10px 45px;
/*    border-right: 1px solid #224B8F;*/
/*    border-bottom: 1px solid #bebebe;*/
/*    background: #efefef;*/
}

.lawyer6-box table td {
    vertical-align: middle;
/*    border-bottom: 1px solid #bebebe;*/
/*
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
*/
    padding: 10px;
}

table .t-c {
    background: #efefef;
}

table .t-tac {
    text-align: center;
    background: #e4eaff;
}

.lawyer6-box table .bgg {
/*    background: #efefef;*/
    background: #e4efff;
}

.lawyer6-box2 {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.law-sbox {
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px 20px 25px;
}

#service1, #service2, #service3, #service4 {
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px 5px 25px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* 取扱業務ページ */
.service2-bn {
    width: 1170px;
    height: 103px;
}

.service2-bn a {
    width: 279px;
    height: 103px;
    float: left;
    margin-right: 18px;
}

.service2-bn a:last-child {
    margin-right: 0px;
}

.service2-bn a {
    display: block;
}

.service-box_left {
    width: 700px;
    float: left;
}

.service-box_left2 {
    width: 730px;
    float: left;
}

.service-box_right {
    float: right;
    margin-top: 15px;
}

.service-box {
    clear: both;
}

.service-text {
    font-size: 17px;
    margin-top: 30px;
}

.service-text h3 {
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

#service1 h3, #service2 h3, #service3 h3, #service4 h3 {
    width: 1120px;
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.service-text p {
    margin: 15px 0 30px 0;
}


.lawyer-k {
    margin-bottom: 50px;
}

.lawyer-k table {
    width: 630px;
    border: 2px solid #224B8F;
}

.lawyer-k table th {
    width: 250px;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
    background: #efefef;
}

.lawyer-k table td {
    vertical-align: middle;
    border-right: 1px solid #224B8F;
    border-bottom: 1px solid #224B8F;
    padding: 10px 20px 10px 20px;
}

#lawyer2, #lawyer4, #lawyer6 {
    overflow: hidden;
    background-color: #e3e3e3;
}

/*
#lawyer2 {
    overflow: hidden;
    background: linear-gradient(135deg,#0f4b8c 0,#0e4a8a 18%,#0d4581 31%,#0c3d73 46%,#0b3666 63%,#092e57 82%,#08294d 100%);
}
*/

.law-tnl {
    background-image: none;
}

.line2 {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.sub-tit {
    margin-bottom: 20px;
}

.w-box {
    background: #fff;
    padding: 20px 35px 20px 35px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*弁護士費用ページ*/
.fee-bn {
    width: 1170px;
    height: 85px;
}

.fee-bn a {
    width: 270px;
    height: 80px;
    margin-right: 27px;
    border: 1px solid #2a3e72;
    float: left;
}

.fee-bn a:last-child {
    margin-right: 0;
}

.fee-text {
    font-size: 16px;
    margin-top: 30px;
}

.fee-text h3 {
    font-size: 28px;
    color: #224b8f;
    padding: 10px 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    text-align: left;
}

.fee-text h3 span {
    font-size: 17px;
    color: #bebebe;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    letter-spacing: -2px;
    margin-right: 15px;
}

.fee-text img {
    border-bottom: 2px solid #f7f7f7;
}

.fee-text p {
    margin: 15px 0 30px 0;
}

.fee-box1, .fee-box2, .fee-box3, .fee-box4, .fee-box5 {
    margin-bottom: 40px;
}

.fee-box1 table, .fee-box2 table, .fee-box2-2 table, .fee-box3 table, .fee-box4 table, .fee-box5 table {
    margin-top: 30px;
    border: 2px solid #224B8F;
    font-size: 20px;
}

.fee-box1 table th {
    width: 280px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box1 table td {
    width: 200px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-bottom:  1px solid #224B8F;
}

.fee-box2 table th {
    width: 220px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box2 table td {
    width: 200px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-bottom:  1px solid #224B8F;
}

.komonkeiyakurei {
    font-size: 18px;
    color: #224B8F;
}

.fee-box2-2 table th {
    width: 360px;
    height: 90px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box2-2 table td {
    width: 260px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
/*    padding-left: 30px;*/
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
}

.fee-box2-2_t {
    background: #efefef;
}

.fee-box3 table th {
    width: 360px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box3 table td {
    width: 200px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-bottom:  1px solid #224B8F;
    border-right:  1px solid #224B8F;
}

.fee-box3 .box3-r {
    width: 170px;
}

.fee-box4 table th {
    width: 100px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box4 table td {
    width: 200px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-bottom:  1px solid #224B8F;
}

.fee-box5 table th {
    width: 360px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-right:  1px solid #224B8F;
    border-bottom:  1px solid #224B8F;
    background: #efefef;
}

.fee-box5 table td {
    width: 200px;
    height: 60px;
    vertical-align: middle;
    padding-left: 30px;
    border-bottom:  1px solid #224B8F;
    border-right:  1px solid #224B8F;
}

.fee-box5 .box5-r {
    width: 170px;
}

.tokuyaku {
    font-size: 20px;
}

.case2 {
    text-align: right;
}



/*みらい共同法律事務所 アクセスページ*/
#access {
    background: #f7f7f7;
    height: 630px;
}

.access-gaiyou table {
    width: 550px;
    float: left;
    font-size: 17px;
    border: 2px solid #bebebe;
    margin-right: 30px;
}

.access-gaiyou table th {
    width: 150px;
    height: 60px;
    background: #efefef;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    vertical-align: middle;
    padding-left: 20px;
}

.access-gaiyou table td {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #bebebe;
    vertical-align: middle;
    padding-left: 20px;
}

.access-map {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 70px;
}




/* NEWS */
dl {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding: 15px;
}

dl dt {
    float: left;
    width: 150px;

}

dd .news1 {
    background: #096bb2;
    color: #fff;
    padding: 2px 10px 3px 10px;
    font-size: 15px;
    margin-right: 25px;
}

dd .news2 {
    background: #f2901f;
    color: #fff;
    padding: 2px 10px 3px 10px;
    font-size: 15px;
    margin-right: 25px;
}

.more {
    font-size: 13px;
    text-align: right;
    text-decoration: underline;
}

.more a {
    color: #000;
}

.news-box {
    width: 770px;
    height: auto;
    float: left;
    margin-right: 30px;
    text-align: justify;
}

.news-box dl {
    width: 740px;
    font-size: 17px;
    border-bottom: 3px double #224b8f;
    padding: 15px;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
}

.news-box dl dt {
    width: 160px;
    float: none;
    font-size: 18px;
    font-weight: 600;
    color: #224b8f;
    border: 1px solid #224b8f;
    text-indent: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #f2f7ff;
}

.news-box dl dd {
    float: left;
}

.news-box dl .news-text {
    width: 1100px;
}

.news-box dl img {
    float: right;
    margin-top: -20px;

}

.news-box dl dd a {
    color: #000;
    text-decoration: underline;
}

.blog-box2 {
    width: 330px;
    height: auto;
    background: #e8e8e8;
    border-radius: 5px;
    float: right;
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
}

.blog-box2 ul {
    width: 330px;
}

.blog-box2 ul li {
    width: 330px;
    border: none;
    border-bottom: 1px dotted #6f6f6f;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-box2 ul li a {
    display: initial;
    text-decoration: underline;
    transition: .5s;
    color: #224b8f;
    font-weight: normal;
    width: auto;
}

.blog-box2 ul li::before {
    content: "▶ ";
    font-size: 13px;
}

.blog-back {
    background: #eef4ff;
}

.blog-img {
    width: 200px;
    margin-right: 15px;
    float: left;
    padding-left: 15px;
}

.blog-c {
    font-size: 17px;
    width: 495px;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 15px;
}

.blog-cw {
    font-size: 17px;
    width: 740px;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 15px;
}

.blog-c2 {
    font-size: 17px;
    width: 740px;
    border-bottom: 3px double #224b8f;
    padding: 15px;
    height: auto;
    overflow: hidden;
    padding-bottom: 25px;
}

.blog-c2 a {
    text-decoration: underline;
    color: #224b8f;
}

.blog-c .blog-title, .blog-cw .blog-title {
    font-size: 25px;
    font-weight: bold;
    color: #224b8f;
}

.blog-c .blog-title a {
    font-size: 25px;
    font-weight: bold;
    color: #224b8f;
    text-decoration: underline;
}

.blog-cw .blog-title a {
    font-size: 22px;
    font-weight: bold;
    color: #224b8f;
    text-decoration: underline;
}

.blog-c .blog-day {
    width: 160px;
    float: none;
    font-weight: 600;
    color: #224b8f;
    border: 1px solid #224b8f;
    text-indent: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #f2f7ff;
}

.blog-cw .blog-day {
    width: 160px;
    float: none;
    font-weight: 600;
    color: #224b8f;
    border: 1px solid #224b8f;
    text-indent: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #f2f7ff;
}

.blog-c .blog-day2 {
    width: 160px;
    float: none;
    font-weight: 600;
    color: #224b8f;
    border: 1px solid #224b8f;
    text-indent: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #fff;
}

.blog-cw .blog-day2 {
    width: 160px;
    float: none;
    font-weight: 600;
    color: #224b8f;
    border: 1px solid #224b8f;
    text-indent: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #fff;
}

.blog-l {
    text-align: right;
}

.blog-l a {
    color: #224b8f;
    text-decoration: underline;
    text-align: right;
}

.blog-l2 {
/*    text-align: right;*/
}

.blog-l2 a {
    color: #224b8f;
    text-decoration: underline;
    text-align: right;
}

.year {
    font-size: 22px;
    margin-left: 15px;
    border-left: 5px solid #9b003f;
    text-indent: 20px;
    color: #9b003f;
    margin-bottom: 20px;
}

.blogc-img {
    padding: 15px;
}

.blog-c2 .blog-line {
    border-bottom: 1px solid #000;
}

.blog-c2 .blog-bd {
    border: 1px solid #000;
    padding: 0 10px 0 10px;
}


/* セミナーページ */
.seminar-box2 h3 {
    font-size: 23px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #224b8f;
    border-left: 8px solid #224b8f;
    color: #224b8f;
    text-indent: 15px;
    text-align: left;
}

.s-day {
    font-size: 19px;
    text-align: right;
    margin-bottom: 20px;
    color: #224b8f;
}

.seminar-text2 {
    width: 500px;
    font-size: 14px;
    margin-right: 30px;
    float: left;
}

.seminar-text2 p {
    margin-bottom: 15px;
}

.s-pdf {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #224b8f;
    padding: 10px;
    margin-top: 40px;
    background: #eef5ff;
}

.s-place {
    border-bottom: 1px solid #224b8f;
    border-top: 1px solid #224b8f;
    padding: 15px 0 15px 0;
}

.s-place a {
    color: #4718c6;
    font-weight: bold;
    text-decoration: underline;
}


.s-nichiji {
    font-size: 19px;
    font-weight: bold;
}



/* 個人情報保護方針 */
.privacy-text h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.privacy-text p {
    font-size: 17px;
    text-align: left;
}


/* 物流業界について */
#logistics {
    width: 1230px;
    margin: 0 auto;
    margin-top: 50px;
}

#logistics h3 {
    width: 347px;
    font-size: 22px;
    font-weight: 600;
    color: #224b8f;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 15px 0 0 0;
    line-height: 0;

}

#logistics ul {
    width: 1230px;
}

#logistics ul li {
    width: 348px;
    height: 690px;
    border: none;
    border: 1px solid #224b8f;
    float: left;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 20px;
}

#logistics ul li img {
    margin-bottom: 15px;
}

#logistics ul li span{
    font-size: 17px;
    font-weight: 600;
    background: #f8720f;
    color: #fff;
    padding: 3px 20px 3px 20px;
}

#logistics ul .butsuryu-2 {
    width: 348px;
    height: 690px;
    border: none;
    border: 1px solid #224b8f;
    float: left;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 20px;
}

#logistics ul li a {
    color: #000;
    text-decoration: underline;
}

#logistics ul .h-s {
    height: 550px;
}

#logistics ul .h-s2 {
    height: 550px;
    width: 348px;
    border: none;
    border: 1px solid #224b8f;
    float: left;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 20px;
}





.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
/*    transition: 0.8s;*/
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.tenkai {
    font-size: 20px;
    color: #224B8F;
}

.tenkai2 {
    font-size: 18px;
    color: #2d406c;
}

.fee-text .tenkai-in {
    margin-left: 30px;
}

/* お申し込みフォーム */
.contact-box {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
}

.contact-box p a {
    color: #615739;
    text-decoration: underline;
}

.contact-box table {
    border: 2px solid #615739;
    width: 1000px;
    font-size: 18px;
}

.contact-box table th {
    width: 300px;
    border-bottom: 1px solid #615739;
    border-right: 1px solid #615739;
    padding: 20px;
    vertical-align: middle;
    background: #efefef;
    height: 80px;
}

.contact-box table td {
    border-bottom: 1px solid #615739;
    padding: 20px;
    vertical-align: middle;
    height: 80px;
}

.must::after {
    content: '必須';
    font-size: 10px;
    font-weight: normal;
    padding: 3px 12px;
    margin-left: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: red;
    color: #fff;
}

.form-sr {
    margin-top: 30px;
    text-align: center;
}

.moushikomi {
    font-size: 23px;
    margin: 25px 0 30px 0;
    color: #224b8f;
    text-indent: 15px;
    text-align: center;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
}

.moushikomi-2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

/* お客様の声 */
#voice {
    background: #f7f7f7;
}

.voice {
    text-align: justify;
    width: 1170px;
    font-size: 17px;
    margin-bottom: 50px;
    overflow: hidden;
}

.voice-box {
    width: 358px;
    float: left;
    margin-right: 48px;
}

.voice-box:last-child {
    margin-right: 0;
}

.voice-box2 {
    width: 764px;
    float: left;
}

.voice-box3 {
    width: 561px;
    float: left;
    margin-right: 48px;
}

.voice-box4 {
    width: 1170px;
}

.voice-box3-2 {
    width: 561px;
    float: left;
}

.voice-b1 {
    width: 306px;
    border: 1px dotted #224b8f;
    border-radius: 8px;
    padding: 40px 25px 25px 25px;
    margin-top: -30px;
    background: #fff;
}

.voice-b1-2 {
    width: 712px;
    border: 1px dotted #224b8f;
    border-radius: 8px;
    padding: 40px 25px 25px 25px;
    margin-top: -30px;
    background: #fff;
}

.voice-b2 {
    width: 306px;
    border: 1px dotted #224b8f;
    border-radius: 8px;
    padding: 40px 25px 25px 25px;
    height: 280px;
    margin-top: -30px;
    background: #fff;
}

.voice-b3 {
    width: 509px;
    border: 1px dotted #224b8f;
    border-radius: 8px;
    padding: 40px 25px 25px 25px;
    margin-top: -30px;
    background: #fff;
}

.voice-b4 {
    width: 1118px;
    border: 1px dotted #224b8f;
    border-radius: 8px;
    padding: 40px 25px 25px 25px;
    margin-top: -30px;
    background: #fff;
}

.voice-img {
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.voice-line {
    border-bottom: 1px dotted #224b8f;
    margin: 10px 0 20px 0;
}

.voice-bold {
    font-weight: bold;
    color: #224b8f;
}

#seminar5 {
    overflow: hidden;
    height: 1150px;
}


.clear {
    clear: both;
}

.clear2 {
    clear: both;
    height: 70px;
}

.clear3 {
    clear: both;
    height: 20px;
}

.clear4 {
    clear: both;
    height: 30px;
}

.clear5 {
    clear: both;
    height: 30px;
    background: #eef4ff;
}

.space {
    height: 180px;
}

.space2 {
    height: 50px;
}

.space3 {
    height: 30px;
}

body {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}


