@charset "utf-8";

/*------- 共通 -------*/
*, *:before, *:after {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
}

body{
    background-color: #fff;
    color:#333;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.7;
    letter-spacing: .075em;
}

img{
    border: 0;
    vertical-align: bottom;
}

p,ul,ol,li,h1,h2,h3,h4,dl,dt,dd,a,form{
    margin: 0;
    padding: 0;
}

ul, ol{
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

table {
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

.br_sp_tab,
.br_sp {
    display: none;
}

.pc_none {
    display: none;
}

.sp_only {
    display: none;
}

.opacity a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.orange {
    color: #ffa500;
}

.mt30 {
    margin-top: 30px;!important
}

@media screen and (max-width: 960px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .br_sp_tab {
        display: block;
    }
    .pc_none {
        display: block;
    }
    .sp_tab_none {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .br_sp {
        display: block;
    }
    .sp_none {
        display: none;
    }
    .sp_only {
        display: block;
    }
}

/*------------- ヘッダー -------------*/

.header-inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.header-inner-left {
    float: left;
    margin: 25px 0 30px;
}

.header-inner-right {
    float: right;
    margin: 15px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
}

.header-inner-right p {
    font-size: 1.4rem;
    text-align: right;
}

.header-inner-right p .tel {
    margin-right: 10px;
}

.header-inner-right p .phonenumber {
    font-size: 2.4rem;
    font-weight: bold;
    vertical-align: middle;
}

.header-inner-right .btn-contact a {
    width: 111px;
    height: 76px;
    background-color: #ffa500;
    margin-left: 15px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px;
}

.header-inner-right .btn-contact a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.header-inner-right .btn-contact a p {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 5px;
}

.header-inner-right .btn-contact a p:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/arrow.png') no-repeat;
    background-size: 95%;
    margin-left: 4px;
}

@media screen and (max-width: 960px) {
/*
    .header-sp-inner {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
*/
    .header-inner {
        width: 95%;
    }
    .header-inner-left {
        width: 30%;
        margin: 15px 0;
        float: none;
        line-height: 1;
    }
    .header-inner-right {
        display: none;
    }
/*
    .header-inner-right {
        float: none;
        margin-top: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-inner-right p {
        text-align: center;
    }
    .header-inner-right .btn-contact a {
        margin: 5px 0 15px;
    }
*/
}

@media screen and (max-width: 560px) {
    .header-inner-left {
        width: 50%;
    }
}


/*------- メニュー -------*/
nav {
    background-color: #223a70;
}

nav ul {
    width: 1000px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}

nav li {
    padding: 15px 0;
    color: #fff;
}

nav li a {
    color: #fff;
}

nav li span {
    cursor: pointer;
}

nav li a:hover,
nav li span:hover {
    color: #d2daf2;
}

nav .business-content {
    position: relative;
}

nav .business-content .nav-children {
    display: none;
}

nav .business-content:hover .nav-children {
    display: block;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: -65px;
    z-index: 1;
    background-color: #223a70;
}

@media screen and (max-width: 960px) {
    nav {
        display: none;
        position: absolute;
        left: 0;
        top: 72px;
        width: 100%;
/*
        height: 100vh;
        background:rgba(255,255,255,0.8);
*/
        z-index: 99;
    }
    nav ul{
        display: block;
        width: 100%;
/*
        height: 350px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
*/
    }
    nav li{
        margin: 0 auto;
        float: none;
        padding: 0;
        font-size: 1.4rem;
        border-bottom: 1px dotted #777;
    }
    nav li a,
    nav li span {
        display: block;
        padding: 15px 0 15px 10px;
        position: relative;
    }
    nav li a:after {
        content: ">";
        display: block;
        color: #fff;
        position: absolute;
        top: 13px;
        right: 10px;
    }
    nav li span:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/arrow-sp_menu.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 20px;
        right: 7px;
    }
    nav li span.on:after {
        transform:rotate(180deg);
    }
    nav .business-content:hover .nav-children {
        display: none;
        position: static;
        width: 100%;
        text-align: left;
    }
    nav .business-content .nav-children li:first-child {
        border-top: 1px dotted #777;
    }
    nav .business-content .nav-children li:last-child {
        border-bottom: none;
    }
    nav .business-content .nav-children li a {
        padding: 15px 0 15px 26px;
    }
    .sp_announce {
        background-color: #fff;
        border-bottom: 1px solid #aaa;
        padding: 15px 10px 10px;
        text-align: center;
    }
    .sp_announce .tel {
        margin-right: 10px;
        font-size: 1.4rem;
    }
    .sp_announce .phonenumber {
        font-size: 2.8rem;
        font-weight: bold;
        vertical-align: middle;
    }
/*
    .sp_announce .announce_important{
        border: 1px solid #ffa500;
        outline: 1px solid #ffa500;
        outline-offset: 3px;
        color: #ffa500;
        font-size: 2.8rem;
        font-weight: bold;
        padding: 10px 0;
        margin-top: 10px;
        line-height: 1.4;
    }
    .sp_announce .announce_important span {
        font-size: 3.6rem;
        color: #223a70;
    }
    .sp_announce .announce_important span:nth-of-type(2) {
        font-size: 4.4rem;
    }
*/

    /*- メニューバー -*/
    .navbar {
        position: absolute;
        top: 17px;
        right: 20px;
/*        padding: 5px;*/
        z-index: 100;
        background-color: #223a70;
    }
    .navbar-icon {
        width: 40px;
        height: 36px;
        cursor: pointer;
    }
    .navbar-icon span {
        width: 60%;
        height: 2px;
        display: block;
        position: absolute;
        left: 8px;
        background-color: #fff;
/*        transition: 0.3s;*/
        text-align: center;
    }
    .navbar-icon span:nth-child(1) {
        top: 8px;
    }
    .navbar-icon span:nth-child(2) {
        top: 17px;
    }
    .navbar-icon span:nth-child(3) {
        top: 26px;
    }
    .navbar.active span:nth-child(1) {
        top: 17px;
        transform: rotate(45deg)
    }
    .navbar.active span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .navbar.active span:nth-child(3) {
        top: 17px;
        transform: rotate(-45deg)
    }
}

@media screen and (min-width: 961px) {
    nav{
        display: block!important;
    }
}

@media screen and (max-width: 560px) {
    nav {
        top: 64px;
    }
    .navbar {
        top: 12px;
        right: 10px;
    }
}

@media screen and (max-width: 320px) {
    nav {
        top: 62px;
    }
}

/*------- パンくずリスト -------*/
.pankuzu {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1.4rem;
}

.pankuzu a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    .pankuzu {
        width: 90%;
    }
}

/*------------- メイン -------------*/

/*------- トップイメージ画像 -------*/
.main-image {
    background: url('../images/mainimage.jpg') no-repeat;
    background-size: cover;
    background-position-y: 15%;
    height: 550px;
}

.main-image-text,
.main-image-message-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.main-image-text-inner {
    width: 320px;
    height: 140px;
    background-color: #fff;
    border: 1px solid #ffa500;
    padding: 3px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
}

.main-image-text a {
    display: block;
    border: 1px solid #ffa500;
    color: #ffa500;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1.4;
}

.main-image-text a span {
    font-size: 3.6rem;
    color: #223a70;
}

.main-image-text a span:nth-of-type(2) {
    font-size: 4.4rem;
}

.main-image-text a:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-triangle1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-image-message {
    width: 540px;
    color: #fff;
    font-size: 2.2rem;
    position: absolute;
    top: 420px;
    left: 0;
}

/*下層ページトップ画像*/
.top-image {
    background-color: #eee;
    height: 165px;
}

.top-image-mask {
    height: 100%;
    background: url(../images/bg-line.png) rgba(34,58,112,0.5);
}

.top-image-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    margin: auto;
    height: 100%;
}

.top-image-position h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
}

.top-image-position h2 span {
    font-size: 2rem;
}

@media screen and (max-width: 960px) {
    .main-image {
        background-position-x: 41%;
        height: 275px;
/*        margin-top: 135px;*/
    }
    .main-image-text {
        width: 100%;
        position: static;
    }
/*
    .main-image-text-inner {
        display: none;
    }
*/
    .main-image-text-inner {
        width: 280px;
        height: 123px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 20px;
    }
    .main-image-text a {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .main-image-text a span {
        font-size: 3.2rem;
    }
    .main-image-text a span:nth-of-type(2) {
        font-size: 4rem;
    }
    .main-image-message-inner {
        width: 95%;
    }
    .main-image-message {
        font-size: 2rem;
        top: 160px;
    }
    .top-image-position {
        width: 90%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 560px) {
    .main-image-message {
        width: 100%;
        font-size: 1.6rem;
    }
    .top-image-position h2 {
        font-size: 2.4rem;
    }
    .top-image-position h2 span {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 375px) and (max-width: 560px) {
    .main-image-message {
        top: 185px;
    }
}

/*------- メインコンテンツ -------*/
.main-content {
    width: 1000px;
    margin: 0 auto;
}

.main-content p {
    margin: 0 0 1em 0;
}

.main-content p.mb0 {
    margin: 0 0 0 0;
}

.main-content a:hover {
    text-decoration: underline;
}

section h3 {
    margin: 60px 0 30px;
    padding: 10px;
    background-color: #e7eaf3;
    font-size: 2.4rem;
}

section h4 {
    color: #223a70;
    font-size: 1.8rem;
    margin-top: 30px;
}

section h5 {
    font-size: 1.6rem;
    margin-top: 1em;
}

section h6 {
    color: #223a70;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 1em;
}

section h6 span {
    font-weight: bold;
}

table {
    width: 100%;
    margin: 1em 0;
}

th {
    background-color: #eee;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

td {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

tr:last-child th, tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width: 960px) {
/*
    main {
        margin-top: 72px;
    }
*/
    .main-content {
        width: 90%;
        margin: 0 auto;
    }
}

/*
@media screen and (max-width: 560px) {
    main {
        margin-top: 64px;
    }
}

@media screen and (max-width: 320px) {
    main {
        margin-top: 62px;
    }
}
*/

/*------- トップページ -------*/
.main-content1,
.main-content2 {
    width: 1000px;
    margin: 35px auto 0;
}

.main-content1 ul {
    overflow: hidden;
}

.main-content1 .corporatelaw {
    float: left;
}

.main-content1 .gpw {
    float: right;
}

.main-content1 li a {
    color: #fff;
    background-color: #223a70;
    font-size: 3.6rem;
    display: block;
    position: relative;
}

.main-content1 li a img {
    opacity: 0.25;
}

.main-content1 li a p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.main-content1 li a span {
    font-size: 2.4rem;
}

.main-content1 li a:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-triangle2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-content2 ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-content2 li {
    margin: 0 24px 30px 0;
}

.main-content2 li a {
    width: 232px;
    height: 232px;
    display: block;
    padding: 25px 20px 0 20px;
    text-align: center;
    border: 1px solid #223a70;
    position: relative;
}

.main-content2 li a:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-triangle3.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-content2 li:nth-of-type(4n) {
    margin: 0 0 30px 0;
}

.main-content2 li a h2 {
    color: #223a70;
    margin: 5px 0;
}

.main-content2 li a h2 span {
    background-image: linear-gradient(transparent 50%, #ffa500 50%);
    padding: 0 3px;
}

.main-content2 li a p {
    text-align: left;
    line-height: 1.4;
}

.top-contact {
    width: 100%;
    background-color: #e7eaf3;
    margin-top: 85px;
}

.top-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0;
}

.top-contact p {
    text-align: right;
    font-size: 2.4rem;
}

.top-contact p .tel {
    font-size: 1.4rem;
    margin-right: 15px;
}

.top-contact p .phonenumber {
    font-size: 3.6rem;
    font-weight: bold;
    vertical-align: middle;
}

.top-contact .btn-contact1 a,
.top-contact .btn-contact2 a {
    width: 175px;
    height: 120px;
    display: block;
    background-color: #223a70;
    margin-left: 70px;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.top-contact .btn-contact2 a {
    margin-left: 25px;
    padding-top: 30px;
}

.top-contact .btn-contact1 a p,
.top-contact .btn-contact2 a p {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 8px;
}

.top-contact .btn-contact2 a p {
    padding-top: 12px;
}

.top-contact .btn-contact1 a p:after,
.top-contact .btn-contact2 a p:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/arrow.png') no-repeat;
    background-size: 95%;
    margin-left: 10px;
}

.top-contact .btn-contact2 a p:after {
    margin-left: 6px;
}

.top-information {
    width: 1000px;
    margin: 70px auto 0;
}

.top-information h2 {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.top-information h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #223a70;
    width: 410px;
}

.top-information h2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #223a70;
    width: 410px;
}

.top-information iframe {
    width: 100%;
    height: 175px;
}

.news-list {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.news-list a:hover {
    text-decoration: underline;
}

.news-list time {
    margin-right: 40px;
}

.top-information .btn-information {
    text-align: center;
    margin-top: 35px;
}

.top-information .btn-information a {
    display: inline-block;
    width: 180px;
    color: #fff;
    padding: 10px 0;
    background: url(../images/arrow.png) no-repeat right center #ffa500;
    background-size: 10px 10px;
    background-position: 90%;
}

/*- お知らせ記事 --*/
.newslist_nation {
    text-align: center;
    margin: 30px 0 0 0 !important;
}

.newslist_nation li a {
    border-radius: 0 !important;
}

.news_article_date {
    font-size: 1.2rem;
    color: #999;
}

.btn-information_back {
    text-align: center;
    margin-top: 35px;
}

.btn-information_back a {
    display: inline-block;
    width: 180px;
    color: #fff;
    padding: 10px 0;
    background: url(../images/arrow-left.png) no-repeat left center #ffa500;
    background-size: 10px 10px;
    background-position: 10%;
}

.btn-information_back a:hover {
    text-decoration: none;
}

@media screen and (max-width: 960px) {
    .main-content1,
    .main-content2 {
        width: 90%;
    }
    .main-content1 li {
        width: 48.5%;
    }
    .main-content1 li a {
        font-size: 2.4rem;
    }
    .main-content1 li a span {
        font-size: 2rem;
    }
    .main-content2 ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-content2 li:nth-of-type(2n) {
        margin: 0 0 30px 0;
    }
    .top-contact {
        margin-top: 50px;
    }
    .top-contact-inner {
        display: block;
        text-align: center;
        padding: 40px 0 50px;
    }
    .top-contact p {
        text-align: center;
    }
    .top-contact .btn-contact1,
    .top-contact .btn-contact2 {
        display: inline-block;
        margin-top: 10px;
    }
    .top-contact .btn-contact1 a {
        margin-left: 0;
    }
    .top-information {
        width: 90%;
    }
    .top-information h2:before,
    .top-information h2:after {
        width: 36%;
    }
}

@media screen and (max-width: 560px) {
    .main-content1 .corporatelaw,
    .main-content1 .gpw {
        float: none;
        width: 100%;
    }
    .main-content1 .corporatelaw {
        margin-bottom: 20px;
    }
    .main-content2 li {
        margin: 0 0 30px 0;
    }
    .top-contact p {
        font-size: 1.6rem;
    }
    .top-contact .btn-contact2 a {
        margin: 0;
    }
    .top-information h2:before,
    .top-information h2:after {
        width: 25%;
    }
    .top-information iframe {
        height: 256px;
    }
}

@media screen and (max-width: 320px) {
    .top-contact p .phonenumber {
        font-size: 3rem;
    }
    .top-information h2:before,
    .top-information h2:after {
        width: 22%;
    }
}

/*------- 事務所案内 -------*/
.top-image.news {
    background: url('../images/news-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 75%;
}

/*------- 事務所案内 -------*/
.top-image.guide {
    background: url('../images/conference-room.jpg') no-repeat;
    background-size: cover;
    background-position-y: 42%;
}

.philosophy li {
    padding-left: 30px;
    text-indent: -30px;
}

.conference-room-image {
    float: right;
}

/*
.conference-room-image img {
    width: 400px;
    height: 300px;
}
*/

.overview, .overview dl {
    overflow: hidden;
}

.overview dt, .overview dd {
    padding: 0 0 25px 0;
}

.overview dt {
    float: left;
}

@media screen and (max-width: 960px) {
    .conference-room-image {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
/*
    .conference-room-image img {
        width: 100%;
        height: auto;
    }
*/
}

@media screen and (max-width: 560px) {
}

/*------- 弁護士紹介 -------*/
.top-image.staff {
    background: url('../images/staff-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 68%;
}

.staff-eguchi h3 span {
    font-size: 1.6rem;
}

.staff_inner,
.staff-eguchi dl {
    overflow: hidden;
}

.staff-eguchi-image,
.staff-kurosaki-image {
    float: right;
}

.staff-eguchi dt {
    float: left;
}

.staff-eguchi dd {
    margin-left: 190px;
}

.staff-eguchi .staff_inner dd {
    margin-left: 130px;
}

section .staff_inner h4:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (max-width: 960px) {
    .staff-eguchi-image,
    .staff-kurosaki-image {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 560px) {
    .staff-eguchi h3 span {
        font-size: 1.3rem;
    }
    .staff-eguchi dt {
        float: none;
    }
    .staff-eguchi dd,
    .staff-eguchi .staff_inner dd {
        margin: 0 0 1em 0;
    }
}

/*------- 業務内容 -------*/
.consultation-link {
    text-align: center;
    margin-top: 30px;
}

.consultation-link a {
    color: #ffa500;
    font-size: 1.8rem;
    font-weight: bold;
}

.consultation-link a:before {
    content: "";
    display: inline-block;
    background: url('../images/arrow-circle.png') no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-link li {
    width: 25%;
}

.content-link a {
    display: block;
    color: #223a70;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #223a70;
    padding: 10px 0;
    margin: 0 10px 10px 0;
    text-align: center;
    background: url(../images/arrow-blue.png) no-repeat right center;
    background-size: 10px 10px;
    background-position: 95%;
}

.content-link li:nth-child(4n) a {
    margin: 0 0 10px 0;
}

.content-link li:nth-child(9) a,
.content-link li:nth-child(10) a {
    margin: 0 10px 0 0;
}

.content-link a:hover {
    text-decoration: none;
    color: #fff;
    background: url(../images/arrow.png) no-repeat right center #223a70;
    background-size: 10px 10px;
    background-position: 95%;
    transition: background-color 0.3s;
}

@media screen and (max-width: 960px) {
    .content-link li {
        width: 33.3%;
    }
    .content-link a {
        font-size: 1.6rem;
    }
    .content-link li:nth-child(2) a {
        font-size: 1.4rem;
        padding: 12px 0;
    }
    .content-link li:nth-child(4n) a {
        margin: 0 10px 10px 0;
    }
    .content-link li:nth-child(3n) a {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 560px) {
    .content-link li {
        width: 50%;
    }
    .content-link a {
        font-size: 1.4rem;
        background-size: 6px 6px;
        background-position: 99% 95%;
    }
    .content-link li:nth-child(2) a {
        padding: 10px 0;
    }
    .content-link li:nth-child(3n) a {
        margin: 0 10px 10px 0;
    }
    .content-link li:nth-child(2n) a {
        margin: 0 0 10px 0;
    }
    .content-link li:nth-child(9) a {
        margin: 0 10px 0 0;
    }
    .content-link li:nth-child(10) a {
        margin: 0;
    }
}

@media screen and (max-width: 320px) {
    .content-link li:nth-child(2) a {
        font-size: 1.2rem;
        padding: 11px 0 12px;
    }
}

/*---- 中小企業のお客様 ----*/
.top-image.corporatelaw {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.corporatelaw_sec3 dl {
    overflow: hidden;
    margin-bottom: 1em;
}

.corporatelaw_sec3 dt {
    float: left;
}

.corporatelaw_sec3 dd {
    margin-left: 130px;
}

.corporatelaw_sec4 li {
    padding-left: 1.3em;
    position: relative;
    margin-bottom: 1em;
}

.corporatelaw_sec4 li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #223a70;
}

.corporatelaw_sec5 a {
    text-decoration: underline;
}

.corporatelaw_sec5 a:hover {
    color: #ffa500;
}

/*---- 後見・財産管理・遺言 ----*/
.top-image.gpw {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.gpw_sec1 {
    margin-top: 60px;
}

.gpw_sec1 a {
    text-decoration: underline;
    color: #ffa500;
}

.gpw_sec1 a:hover {
    color: #e7eaf3;
}

.gpw_sec2 h4 {
    margin: 0 0 1em 0;
}

.gpw_sec2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gpw_sec3 th,
.gpw_sec4 th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .gpw_sec3 th,
    .gpw_sec4 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .gpw_sec2-inner {
        webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gpw_sec2-box {
       margin-bottom: 60px;
    }
    .gpw_sec2-box:last-child {
        margin-bottom: 0;
    }
    .gpw_sec3 th,
    .gpw_sec4 th {
        width: 120px;
    }
}

/*---- 離婚問題 ----*/
.top-image.divorce {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.divorce_sec1 {
    margin-top: 60px;
}

.divorce_sec1 a {
    text-decoration: underline;
    color: #ffa500;
}

.divorce_sec1 a:hover {
    color: #e7eaf3;
}

.divorce_sec2 .divorce-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.divorce_sec2 .divorce-flow .blue-square {
    color: #223a70;
    font-size: 1.8rem;
    border: 1px solid #223a70;
    padding: 5px 15px;
    border-radius: 3px;
}

.divorce_sec2 .divorce-flow .right-allow {
    margin: 0 10px;
}

.divorce_sec4 th {
    width: 300px;
}

.divorce_sec4 .mt30 {
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
    .divorce_sec2 .divorce-flow {
        display: block;
        text-align: center;
    }
    .divorce_sec2 .divorce-flow .blue-square {
        padding: 15px 10px;
    }
    .divorce_sec2 .divorce-flow .bottom-allow {
        margin: 10px 0;
    }
    .divorce_sec4 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .divorce_sec2 .divorce-flow .blue-square {
        padding: 10px;
    }
    .divorce_sec4 th {
        width: 120px;
    }
    .divorce_sec4 .sp_table th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .divorce_sec4 .sp_table td {
        display: block;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .divorce_sec4 .sp_table tr:last-child td {
        margin-bottom: 0;
    }
}

/*---- 相続問題 ----*/
.top-image.inheritance {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.inheritance_sec1 {
    margin-top: 60px;
}

.inheritance_sec3 th {
    width: 300px;
}

.inheritance_sec3 a {
    text-decoration: underline;
}

.inheritance_sec3 a:hover {
    color: #ffa500;
}

@media screen and (max-width: 960px) {
    .inheritance_sec3 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .inheritance_sec3 th {
        width: 100px;
    }
    .inheritance_sec3 .sp_table th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .inheritance_sec3 .sp_table td {
        display: block;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .inheritance_sec3 .sp_table tr:last-child td {
        margin-bottom: 0;
    }
}

/*---- 労働問題 ----*/
.top-image.labor {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.labor_sec1 {
    margin-top: 60px;
}

.labor_sec4 th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .labor_sec4 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .labor_sec4 th {
        width: 100px;
    }
    .labor_sec4 .sp_table th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .labor_sec4 .sp_table td {
        display: block;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .labor_sec4 .sp_table tr:last-child td {
        margin-bottom: 0;
    }
}

/*---- 借金問題 ----*/
.top-image.debt {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.debt_sec1 {
    margin-top: 60px;
}

.debt_sec2 ul {
    margin-bottom: 1em;
}

.debt_sec2 a {
    text-decoration: underline;
    color: #ffa500;
}

.debt_sec2 a:hover {
    color: #e7eaf3;
}

.debt_sec3 th,
.debt_sec4 th,
.debt_sec5 th,
.debt_sec6 th {
    width: 300px;
}

.debt_sec3 ul,
.debt_sec5 ul,
.debt_sec6 ul {
    margin: 0.5em 0 0 1em;
}

.debt_sec3 li,
.debt_sec5 li,
.debt_sec6 li {
    padding-left: 1.3em;
    position: relative;
}

.debt_sec3 li:before,
.debt_sec5 li:before,
.debt_sec6 li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #223a70;
}

.debt_sec3 a,
.debt_sec5 a,
.debt_sec6 a {
    text-decoration: underline;
}

.debt_sec3 a:hover,
.debt_sec5 a:hover,
.debt_sec6 a:hover {
    color: #ffa500;
}

@media screen and (max-width: 960px) {
    .debt_sec3 th,
    .debt_sec4 th,
    .debt_sec5 th,
    .debt_sec6 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .debt_sec3 th {
        width: 120px;
    }
    .debt_sec3 .sp_table th,
    .debt_sec4 .sp_table th,
    .debt_sec5 .sp_table th,
    .debt_sec6 .sp_table th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .debt_sec3 .sp_table td,
    .debt_sec4 .sp_table td,
    .debt_sec5 .sp_table td,
    .debt_sec6 .sp_table td {
        display: block;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .debt_sec3 .sp_table tr:last-child td,
    .debt_sec4 .sp_table tr:last-child td,
    .debt_sec5 .sp_table tr:last-child td,
    .debt_sec6 .sp_table tr:last-child td {
        margin-bottom: 0;
    }
}


/*---- 交通事故 ----*/
.top-image.accident {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.accident_sec1 {
    margin-top: 60px;
}

.accident_sec3 th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .accident_sec3 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .accident_sec3 th {
        width: 100px;
    }
}

/*---- 消費者問題 ----*/
.top-image.consumer {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.consumer_sec1 {
    margin-top: 60px;
}

.consumer_sec1 ul {
    margin-bottom: 1em;
}

.consumer_sec1 a {
    text-decoration: underline;
    color: #ffa500;
}

.consumer_sec1 a:hover {
    color: #e7eaf3;
}

.consumer_sec5 th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .consumer_sec5 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .consumer_sec5 th {
        width: 100px;
    }
}

/*---- 刑事・少年事件 ----*/
.top-image.criminal {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.criminal_sec2 th {
    width: 200px;
}

.criminal_sec3 li {
    padding-left: 1.3em;
    position: relative;
}

.criminal_sec3 li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #223a70;
}

.criminal_sec4 th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .criminal_sec4 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .criminal_sec2 .sp_table th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .criminal_sec2 .sp_table td {
        display: block;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .criminal_sec2 .sp_table tr:last-child td {
        margin-bottom: 0;
    }
    .criminal_sec4 th {
        width: 100px;
    }
}

/*---- その他 ----*/
.top-image.other {
    background: url('../images/work-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 38%;
}

.other_sec1 {
    margin-top: 60px;
}

.other_sec1 a {
    text-decoration: underline;
    color: #ffa500;
}

.other_sec1 a:hover {
    color: #e7eaf3;
}

.other_sec2 th,
.other_sec3 th,
.other_sec4 th,
.other_sec5 th,
.other_sec6 th {
    width: 300px;
}

.other_sec6 .other_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.other_sec6 .other_link li {
    margin-right: 1em;
}

.other_sec6 .other_link li:before {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #223a70;
    margin-right: 5px;
}

.other_sec6 .other_link li a {
    text-decoration: underline;
}

.other_sec6 .other_link li a:hover {
    color: #ffa500;
}

@media screen and (max-width: 960px) {
    .other_sec2 th,
    .other_sec3 th,
    .other_sec4 th,
    .other_sec5 th,
    .other_sec6 th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .other_sec2 th,
    .other_sec3 th,
    .other_sec4 th,
    .other_sec5 th,
    .other_sec6 th {
        width: 100px;
    }
}

/*------- 費用 -------*/
.top-image.price {
    background: url('../images/price-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 30%;
}

.cost th {
    width: 200px;
}

.cost .borderL {
    border-right: 1px solid #ddd;
}

.general-case th {
    width: 300px;
}

@media screen and (max-width: 960px) {
    .cost th {
        width: 120px;
    }
    .general-case th {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .cost th {
        width: 100px;
    }
    .cost tr:nth-of-type(4) th,
    .cost tr:nth-of-type(4) td {
        border-bottom: none;
    }
    .general-case th {
        width: 100px;
    }
}

/*------- 著作物 -------*/
.top-image.column {
    background: url('../images/column-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

.column-inner {
    overflow: hidden;
    margin-bottom: 30px;
}

section .column-inner h4 {
    margin-top: 0;
}

.column-inner-right {
    float: right;
}

.column-inner-left {
    width: 85%;
}

.column-inner-left .price {
    text-align: right;
}

.column-inner .title_only {
    margin: 30px 0 60px;
}

@media screen and (max-width: 960px) {
    .column-inner-left {
        width: 80%;
    }
}

@media screen and (max-width: 560px) {
    .column-inner {
        margin-bottom: 60px;
    }
    .column-inner-right {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .column-inner-left {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .column-inner-left .price {
        text-align: inherit;
    }
}

/*------- アクセス -------*/
.top-image.access {
    background: url('../images/access-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 40%;
}

.access h4 {
    margin: 0 0 30px 0;
}

.access h4:nth-of-type(2) {
    padding: 20px 0 0 0;
}

.access dt {
    float: left;
    margin-bottom: 1em;
}

.access dd {
    margin-left: 190px;
    margin-bottom: 1em;
}

.access a {
    display: block;
}

.access .map {
    text-align: center
}

.access iframe {
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 560px) {
    .access dt {
        float: none;
        margin-bottom: 0;
    }
    .access dd {
        margin-left: 0;
    }
}

/*------- 相談依頼 -------*/
.top-image.way {
    background: url('../images/way-image.jpg') no-repeat;
    background-size: cover;
    background-position-y: 33%;
}

.request .way_contact {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.request .way_contact p {
    margin: 20px 0 0;
}

.request .way_contact .btn-mail a {
    display: inline-block;
    width: 250px;
    color: #fff;
    background-color: #ffa500;
    padding: 5px 0;
    margin: 20px 0;
    text-decoration: none;
}

.request .way_contact .btn-mail a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-mail.png) no-repeat;
    background-size: contain;
    margin-right: 7px;
    vertical-align: sub;
}

.request .way_contact .btn-mail a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 95%;
    margin-left: 6px;
    vertical-align: middle;
}

.request .way_contact p span {
    font-size: 2.4rem;
    color: #ffa500;
    margin: 0 5px;
}

.request .way_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.request .way_flow .blue-square {
    color: #223a70;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #223a70;
    padding: 20px 15px;
    border-radius: 3px;
}

.request .way_flow .right-allow {
    margin: 0 10px;
}

.consultation {
    overflow: hidden;
}

.consultation .staff-image {
    float: right;
}

/*
.consultation .staff-image img {
    width: 450px;
    height: 300px;
}
*/

@media screen and (max-width: 960px) {
    .request .way_flow {
        display: block;
        text-align: center;
    }
    .request .way_flow .blue-square {
        padding: 15px 10px;
    }
    .request .way_flow .bottom-allow {
        margin: 10px 0;
    }
    .consultation .staff-image {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
/*
    .consultation .staff-image img {
        width: 100%;
        height: auto;
    }
*/
}

@media screen and (max-width: 560px) {
    .request .way_flow .blue-square {
        padding: 10px;
    }
}

/*------- ページトップ -------*/
.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.page-top a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media screen and (max-width: 960px) {
    .page-top {
        bottom: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 560px) {
    .page-top {
        bottom: 10px;
        right: 10px;
    }
}

/*------------- フッター -------------*/

footer {
    background-color: #223a70;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 150px;
}

.footer-inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.footer-inner-left {
    float: left;
    margin-top: 40px;
}

.footer-inner-left .title {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.footer-inner-left span {
    margin-right: 1em;
}

.footer-inner-right {
    float: right;
    margin-top: 180px;
}

@media screen and (max-width: 960px) {
    footer {
        margin-top: 80px;
    }
    .footer-inner {
        width: 90%;
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-inner-left {
        float: none;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-inner-left span {
        margin: 0;
    }
    .footer-inner-right {
        float: none;
        margin-top: 30px;
        font-size: 1.1rem;
    }
}
