/*
Theme Name: ip
*/
html {overflow: auto;}
html.wf-loading {
	opacity: 0;
	transition: all .3s ease;
}
html.wf-inactive,
html.wf-active {
	opacity: 1;
}
body {font-family:"YakuHanJPs",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;font-size: 16px;color:#404040;background: #fff;line-height: 1.6;overflow: hidden;}
.tb {display: none}
.sp {display:none;}
.spbr {display:none;}
.notfound {text-align: center}
.brown {color: #150404;}


/*パンくずリスト*/
.breadcrumb {
    margin: 10px 0 0;
    padding: 0 20px;
} 
.breadcrumb-list {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    overflow: hidden;
}  
.breadcrumb-list li {
    display: inline-block;
    color: #404040;
    font-size: calc(24 / 750 * 100vw);
    white-space: nowrap;
    font-size: 13px;
}
.breadcrumb-list li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb-list li a {
    color: #0867FF;
}  
.breadcrumb-list li:after {
    padding: 0 8px;
    content: '>';
    color: #888;
}
  
.breadcrumb-list li:last-child:after {
    content: ''
}  
@media print, screen and (max-width: 750px) {
    .breadcrumb {
        margin: 2vw 0 0;
    }
}

/*ページナビ*/
.pagelist {text-align: center;margin-top: 30px;}
.wp-pagenavi span.current {
    border: none!important;
    background: #723121;
    color: #fff!important;
}
.wp-pagenavi a:hover {background: #fff!important}
.wp-pagenavi a, .wp-pagenavi span {
    border: none!important;
    padding: 3px 12px 5px!important;
}
.wp-pagenavi a {
    color: #723121!important;
    font-weight: 700;
}

/*flexbox*/
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}


/*リンク*/
a {color:#404040;text-decoration: none; transition: opacity .3s ease 0s;}
.content-area a {color:#2994FF;text-decoration: underline; transition: opacity .3s ease 0s;}
a:hover {opacity: 0.7}
/*見出し*/

h1,h2,h3,h4,h5 {color: #723121;font-weight: 700;} 
h1 {
    margin:0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.6;
}
.content-area h1 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}
.content-area h1::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #723121;
    margin: 15px auto 0;
}
h2 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 60px;
}
h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #723121;
    margin: 15px auto 0;
}
h3 {
    font-size: 20px;
    margin: 0 0 30px;
    background: #FAF6F4;
    padding: 10px;
    border-bottom: solid 1px #150404;
    color: #150404;
}
h4 {
    font-size: 18px;
    border-left: 10px solid #B55942;
    border-bottom: 1px solid #150404;
    padding: 2px 10px;
    margin-bottom: 20px;
    color: #150404;
}
h5 {margin-bottom: 10px;font-size: 16px;color: #150404;}
p {margin-bottom: 40px;text-align: justify;line-height: 1.8;}
figure {text-align: center;}
.mincho {
    font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.kome {font-size: 12px;margin-top: 5px;}
.red {color: #A52A2A;}
em {
    font-weight: 700;
    font-style: normal;
}
strong {
    background-image: linear-gradient(transparent 60%, #fff69d 0%);
    font-weight: bold;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    top: -2px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrb {
    display: block;
    top: 2px;
    width: 30px;
    margin: 0 auto;
}
.bottom::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.balloon1{
    position: relative;
    padding: 20px;
    width: 120px;
    height: 75px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0em;
    font-size: 14px;
    background-color: #eb6100;
    display: inline-block;
    margin-right: 20px;
}
.balloon1::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 77px;
    bottom: -10px;
    border-right: 20px solid #eb6100;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-120deg);
}

/*リスト・テーブル*/
table {width: 100%}
td,th {
    font-weight: normal;
    width: 70%;
    border-bottom: solid 1px #E6E6E6;
    padding: 15px 10px 15px 0;
    line-height: 1.8;
}
th {
    text-align: left;
    width: 30%;
    vertical-align: top;
}
.content-area ul {
    margin: 30px 0;
    padding: 20px;
    border: solid 1px #E6E6E6;
}
.content-area li {
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}
.content-area li::before {
    content: '●';
    display: block;
    width: 20px;
    height: 20px;
    color: #150404;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-more {
    width: 35%;
    margin: 30px auto 0;
    text-align: center;
}
.btn-more a {
    color: #fff;
    padding: 20px;
    display: block;
    background:#723121 url(images/common/icon-arrow.png)no-repeat;
    background-size: 19px;
    background-position: 20px;
    border: solid 1px #723121;
    border-radius: 10px;
    transition: all 0.5s;
}
.btn-more a:hover {
    color: #723121;
    background:#fff url(images/common/icon-arrow-brown.png)no-repeat;
    background-size: 19px;
    background-position: 20px;
}
.btn-white a {
    color: #150404;
    background:#fff url(images/common/icon-arrow-brown.png)no-repeat;
    background-size: 19px;
    background-position: 20px;
}
.btn-white a:hover {
    color: #fff;
    background:#723121 url(images/common/icon-arrow.png)no-repeat;
    background-size: 19px;
    background-position: 20px;
}
.mess-area .btn-more {
    width: 45%;
    margin-top: 10px;
}

/*カラム設定*/
.wrapper {overflow: hidden;position: relative;}
.container {padding: 0 20px;margin:0 auto;}
.con-l {max-width: 1140px;}
.con-m {max-width: 1000px;}
.con-s {max-width: 840px;}
.content-area {padding: 60px 0 80px;}
.content-area img {
    max-width: 100%;
    height: auto;
}

/*ヘッダー*/
header {padding-top: 15px;}
.header-inner {align-items: center;}
.logo-area {
    width: 440px;
}
.logo-area a {
    font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 700;
    margin:0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.6;
}
.logo-area img {
    width: 136px;
    vertical-align: baseline;
}
.logo-tx {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid#263959;
}
.logo-tx span {font-size: 22px;font-weight: 700;}
.logo-tx span span {color: #723121;}
.head-cta {
    width: 484px;
}
.search-head {
    margin-bottom: 10px;
}
.head-cta .tx {
    font-size: 12px;
    width: 55%;
    color: #150404;
}
.header-tel {
    width: 55%;
    margin-right: 1%;
    line-height: 1.3;
}
.header-tel-num {
    background: url(images/common/icon-tel.png)no-repeat;
    font-size: 30px;
    letter-spacing: 0.02em;
    font-family: "Oswald", sans-serif;
    background-size: 24px;
    background-position: 0px 10px;
    padding-left: 32px;
    color: #B55942;
}
.header-tel span{
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 4px;
    letter-spacing: 0;
    line-height: 1.4;
    left: 5px;
}
.contact {
    background: linear-gradient(to bottom, #aa3417 0%,#391911 100%); 
    color: #fff;
    width: 212px;
    font-size: 13px;
    border-radius: 10px;
    letter-spacing: 0.04em;
}
.contact a {
    display: block;
    color: #fff;
    padding: 10px 13px 10px;
    background: url(images/common/icon-mail.png)no-repeat;
    background-size: 25px;
    padding-left: 55px;
    background-position: 20px 12px;
}
.searchbox {
    width: 212px;
}


/*ナビメニュー*/
.nav-area {margin-top: 15px;}
.sp-btn {display: none}
.sp-nav {display: none}
.navbar {margin: 0 auto;width: 1100px}
.navbar li {
    float: left;
}
.navbar li a{
    color: #150404;
    padding: 10px 24px;
    display: block;
    font-size: 14px;
}
.navbar li a:hover {
    color: #400e0e;
}
/*サブメニュー*/
.sub-menu {
    width: 340px;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1;
    text-align: left;
    padding: 15px 0;
}
.sub-menu li{float: none}
.sub-menu-link {
    width: 49%;
    margin-right: 2%;
    font-size: 13px;
    line-height: 2;
}
.sub-menu-link img{width: 100%;}
.navbar li:hover::after{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.navbar li:hover .sub-menu {
    display: block;
    animation: show 0.3s linear 0s;
    animation: slide 0.3s linear;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes slide {
    from {
        opacity: 0;
/*        transform: translateX(-220px);*/
    }
    to {
        opacity: 1;
/*        transform: translateX(0px);*/
    }
}


/*  メニューアクティブ時  */
nav.open {transform: translate(0);}
.on {display: block;}

/************
トップページ
*************/
/*メインビジュアル*/
.main-v {
    background: url(images/top/main-bg.png)no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 80px;
}
.main-v img {
    width: 100%;
    height: auto;
}
.front h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: "YakuHanJPs",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.message {
    background: url(images/top/mess-bg.png)no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    background-position: bottom right;
}
.mess-area h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}
.mess-area h2::after {
    display: none;
}
.mess-area {
    width: 55%;
    background: rgba(0, 109, 164, 0.5);
    padding: 50px;
    color: #fff;
}
.top-about {
    margin-bottom: 80px;
}
.top-about p {
    text-align: center;
    font-size: 19px;
}
.field, .column, .info {
    background: #FAF6F4;
    margin-bottom: 0px;
    padding: 50px 0;
}
.top-case, .top-voice, .top-book {
    margin-bottom: 0px;
    padding: 50px 0;
}
.field .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.field .item:nth-child(4n) {
    margin-right: 0;
}
.field .item a {
    display: block;
    padding: 20px 10px;
}
.field .item h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: #B55942;
}
.field .item p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
}
.front .case-list {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: solid 1px #E6E6E6;
    padding: 25px;
}
.front .case-link {padding: 0!important;}
.front .case-list:nth-child(3n) {
    margin-right: 0;
}
.front .case-list .cat {
    padding: 0;
}

.front .case-list .cat .item {
    border: solid 1px #150404;
    padding: 3px 20px 3px 25px;
    font-size: 11px;
    margin-right: 5px;
    background: #fff url(./images/common/icon-pin.png)no-repeat;
    background-size: 10px;
    background-position: 5px 4px;
    margin-bottom: 5px;
    }
.front .case-list h3 {
    border: none;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0;
}
.front .item-column {
    width: 23.5%;
    margin-right: 2%;
}
.front .item-column img {
    width: 100%;
    height: auto;
}
.front .item-column:nth-child(4n) {
    margin-right: 0;
}
.top-com-logo {
    text-align: center;
    margin-bottom: 40px;
}
.top-com-logo img {
    max-width: 100%;
    height: auto;
}
.front .voice-list img {
    width: 100%;
    height: auto;
}



/*
下層ページ
*/
/*共通*/
.main-page {
    background: url(images/common/page-main.png)no-repeat;
    background-size: cover;
}
.main-page .fbox {
    height: 155px;
    align-items: center;
}
.sub-tit {
    font-size: 10px;
    color: #fff;
    background: #B55942;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 2px 15px;
    margin-bottom: 10px;
}
.main-page .title-area {
    width: 70%;
}
.main-page h1 {
    color: #fff;
    font-size: 24px;
}
.main-page .flag {
    background: #B55942;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 10px;
    margin-bottom: 5px;
}
.post-table2, .post-table3, .post-table4 {
    margin-bottom: 40px;
}
.post-table4 th,.post-table4 td {
    width: 25%;
    padding: 15px;
    border: solid 1px #E6E6E6;
}
.post-table3 th, .post-table3 td {
    width: 33.333%;
    padding: 15px;
    border: solid 1px #E6E6E6;
}
.post-table2 th, .post-table2 td {
    width: 50%;
    padding: 15px;
    border: solid 1px #E6E6E6;
}
.post-table2 th, .post-table3 th, .post-table4 th {
    background: #F0F3FF;
    color: #172A88;
    text-align: center;
    font-weight: 600;
}
.post-table4 td {}
.joubun {
    font-size: 14px;
    border: solid 1px #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.tablekome {display: none;}

/*社労士の皆様へ*/
.for-laborers-tx {
    background: #F0F3FF;
padding: 40px;
margin-bottom: 30px;
}

/*取扱分野*/
.kenpou {
    border: solid 1px #ccc;
    padding: 20px;
    margin-bottom: 40px;
}
table.single {
    margin-bottom: 20px;
}
table.single th, table.single td {
    border:solid 1px #E6E6E6;
    padding: 10px;
    font-size: 14px;
}
table.single tr:first-child th, table.single tr:first-child td {
    background: #172A88;
    text-align: center;
    color: #fff;
}

/*事務所紹介*/
.lead-tx-about p {
    font-size: 19px;
    text-align: center;
    margin: 80px 0;
    line-height: 2;
}
.about-mess {
    font-size: 19px;
    text-align: center;
    line-height: 2;
    padding: 30px 0;
    letter-spacing: 0.03em;
}
.btn-office {
    width: 280px;
    border: solid 1px #707070;
    
    text-align: center;
    margin: 10px 0 25px;
    font-size: 14px;
}
.btn-office a {
    display: block;
    padding: 10px;
    color: #404040;
    text-decoration: none;
}

/*書籍・出版*/
.books .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
}
.books .item:nth-child(2n) {
    margin-right: 0;
}
.books .item .img {
    width: 30%;
}
.books .item .img img {
    width: 100%;
    height: auto;
}
.books .item .tx {
    width: 68%;
}
.books .item .tx p {
    font-size: 13px;
    margin-bottom: 0;
}
.books .item .tx h3 {
    font-size: 18px;
    line-height: 1.3;
    background: none;
    border-left: solid 6px #B55942;
    border-bottom: solid 1px #150404;
    padding: 10px;
    margin-bottom: 20px;
}


/*セミナー・講演・取材*/
ul.seminar {
    border: none;
    padding: 0;
}
ul.seminar li {
    list-style: none;
    padding-left: 0;
    margin-left: 30px;
    position: relative;
}
ul.seminar li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #B55942;
    position: absolute;
    top: 10px;
    left: -17px;
    border-radius: 50px;
}



/*弁護士紹介*/
.single-lawyer h2 {
    margin: 0 0 60px;
}
.lawyers-list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.lawyers-list .item:nth-child(3n) {
    margin-right: 0;
}
.lawyers-list .item img {
    width: 100%;
    height: auto;
}
.lawyers-list .item h3 {
    margin: 5px 0 0;
    padding: 0;
    background: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    background: url(images/common/icon-arrow-type-02.png)no-repeat;
    background-size: 6px;
    background-position: 98% 58%;
}
.lawyer-l {width: 340px;}
.lawyer-r {width: 580px;}
.lawyer-l .img {
    margin-bottom: 20px;
}
.law-pro {
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #E6E6E6;
}
.law-pro span {
    color: #150404;
}
.lawyer-r p {
    font-size: 14px;
    margin-bottom: 10px;
}

.lawyer-r h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.lawyer-r h3 {
    margin-top: 40px;
}
.lawyer-r h3:first-child {
    margin-top: 0px;
}
.lawyer-r .btn-office {
    width: 250px;
    margin: 30px auto 0;
}



/*オフィス一覧*/
.office {
    margin-bottom: 30px;
}
.office .tx {
    width: 45%;
}
.office .map {
    width: 50%;
}
.office .map iframe {
    width: 100%;
    height: 280px;
}
.office th, .office td {
    font-size: 14px;
    border: none;
    padding: 5px 5px 5px 0;
}
.office th {
    width: 20%;
}
.office td {
    width: 80%;
}
.office .btn-office {
    border: solid 1px #150404;
    width: 350px;
    text-align: center;
    margin-top: 20px;
    background: url(images/common/icon-arrow-type-03.png)no-repeat;
    background-size: 10px;
    background-position: 5% 50%;
}
.office .btn-office a {
    display: block;
    padding: 10px;
    color: #150404;
}

/*費用*/
.shokai-fee {
    text-align: center;
    font-size: 22px;
}
.fee-kome {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 5px;
}
.table-fee {
    margin-bottom: 20px;
}
.col-4 th, .col-4 td {
    width: 25%;
    border: solid 1px #E6E6E6;
}
.col-3 th, .col-3 td {
width: calc(100% / 3);
border: solid 1px #E6E6E6;
}
.table-fee th {
    text-align: center;
    font-weight: bold;
    background: #B55942;
    color: #fff;
}
.table-fee td {
    padding: 15px 10px 15px;
}
.td-bg {
    background: #FAF6F4;
    vertical-align: middle;
    font-weight: bold;
}


/*contact*/
.contact-kome span {font-size: 14px;}
.contact-kome span span {color: #D11717;}
.contact-form-area {padding:30px;}
.cantact-area {padding: 0 150px 100px;background: #fff;}
.cantact-area h3 {
    text-align: center;
    font-size: 18px;
    margin-top: -23px;
}
.cantact-area h3 span {
    font-size: 50px;
    color:#002b8a;
    line-height: 1.2;
    letter-spacing: 6px;
}
.contact-tx {padding: 0 50px;margin-bottom: 80px;}


.contact-form-area dl {display:flex;flex-wrap: wrap;margin-bottom: 20px;}
.contact-form-area dt {width: 35%;}
.contact-form-area dd {width: 65%;margin-left: 0;}

input[type="text"],input[type="email"],textarea {
    width: 100%;
    font-size: 16px;
    border: solid 1px #6e6e6e;
    line-height: 2;
    padding: 5px;
    border-radius: 10px;
}
.form-tx {text-align: center;margin-bottom: 50px;}
.f-title {
    border-bottom: solid 1px #000;
    width: 32%;
    padding: 35px 10px 30px;
}
.f-input {
    border-bottom: solid 1px #ccc;
    width: 68%;
    padding: 30px 10px 30px;
}
.doui {
    padding: 20px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.privacy-link {margin-top: 10px}
.privacy-link a{text-decoration: underline;}
.send-btn {
    font-size: 18px;
    box-shadow: -1px 1px 5px #ccc;
    width: 250px;
    margin: 40px auto 0;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    background: #B55942;
}
.send-btn input{background: none;border: 0;color: #fff;}
.send-btn a:hover{opacity: 1}
.send-btn:hover {opacity: 0.7}
.hissu:after {
    content: "必須";
    background: #e5004f;
    color: #fff;
    font-size: 10px;
    padding: 2px 9px 3px;
    border-radius: 5px;
    margin-left: 5%;
}
.doui span.mwform-checkbox-field:before {
    content: "必須";
    background: #e5004f;
    color: #fff;
    font-size: 10px;
    padding: 2px 9px 3px;
    border-radius: 5px;
    margin-right: 1%;
    position: relative;
    top: -1px;
}
.ninni:after {
    content: "任意";
    background: #707070;
    color: #fff;
    font-size: 10px;
    padding: 2px 9px 3px;
    border-radius: 5px;
    margin-left: 5%;
}
/*検索*/
.search-form {
    display: flex;
    margin-bottom: 35px;
}
.search-form input {
    width: 50%;
    margin-right: 1%;
}
.search-case-btn {
    background: #4B3428;
    color: #fff;
    padding: 0 35px;
    border: none;
    text-align: center;
    display: block;
}
.searchbox .search-case-btn {
    padding: 0 20px;
    background: #4B3428 url(images/common/icon-search.png)no-repeat;
    background-size: 25px;
    background-position: 50%;
}
.searchbox .search-form {
    margin-bottom: 0;
}
.searchbox .search-form input {
    width: 82%;
    margin-right: 0;
    border-radius: 0;
    padding: 0;
    border: solid 1px #4B3428;
}
.search-list {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
}
.search-list a {
    text-decoration: none;
    color: #404040;
}
.search-list h3 {
    border: none;
    background: none;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
}
.search-list .excerpt {
    font-size: 14px;
}

/************ 
CTA
*************/
.footer-cta, .content-cta {
    padding: 30px;
    background: #FAF6F4;
}
.footer-cta h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #150404;
}
.footer-cta h2::after, .content-cta h2::after {
    display: none;
}
.cta-kome {
    color: #172A88;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
}
.cta-kome span {
    color: #A52A2A;
}
.bnr-cta-tel, .bnr-cta-mail {
    width: 45%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.bnr-cta-tel a, .bnr-cta-mail a {
    padding: 10px 20px;
    display: block;
}
.bnr-cta-tel .fbox {
    align-items: center;
}
.footer-cta .tel-left, .content-cta .tel-left{
    font-size: 12px;
    width: 30%;
}
.footer-cta .tel-right, .content-cta .tel-right {
    width: 70%;
}
.footer-cta .tel-num, .content-cta .tel-num {
    font-size: 29px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    background: url(images/common/icon-tel.png)no-repeat;
    background-size: 25px;
    background-position: 0px 8px;
    padding-left: 35px;
    letter-spacing: 0.04em;
    color: #B55942;
}
.footer-cta .tel-time, .content-cta .tel-time {
    font-size: 12px;
    text-align: center;
    display: block;
}
.bnr-cta-mail {
    background: #B55942;
}
.bnr-cta-mail a {
    text-align: center;
    padding: 30px 20px 30px 55px;
    background: url(images/common/icon-mail.png)no-repeat;
    background-size: 32px;
    background-position: 50px 33px;
    color: #fff;
}
.shokai {
    color: #723121;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
}
/*content-cta*/
.content-cta h2 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #150404;
}
.content-cta a {
    color: #404040;
    text-decoration: none;
}
.content-cta .bnr-cta-mail a {
    color: #fff;
}

/*フッター*/
footer {
    padding: 30px 0 0;
    background: #707070;
    color: #fff;
}
.footer-logo-area {
    width: 50%;
    font-size: 14px;
}
.footer-logo img{
    width: 180px;
}
.footer-logo-tx {
    position: relative;
    left: 15px;
    line-height: 1.5;
    display: inline-block;
    top: -5px;
}
.footer-logo-tx span {
    font-size: 12px;
}
.footer-add {
    margin: 20px 0;
}
.footer-menu li {display: inline-block;}
.footer-menu li a {
    color: #fff;
}
.footer-tx {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.8;
    width: 50%;
}
.copyright {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    background: #150404;
    color: #fff;
    margin-top: 30px;
}
.footer-btn {display: none;}



/*一覧ページ共通*/
.archive-area {
    /* padding: 50px; */
}

/*企業の声一覧ページ*/
.voice-list {
    
}
.voice-list .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.voice-list .item:nth-child(4n) {
    margin-right: 0;
}
.voice-list .item a {
    display: block;
    text-decoration: none;
    color: #404040;
}
.voice-list .item .img img {
    height: 182px;
    object-fit: cover;
    object-position: 50% 50%;
}
.voice-list .item .tx {
    padding: 10px;
}
.voice-list .item .tx h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 5px;
    font-size: 14px;
}
.voice-list .item .tx p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}
.com-loogo {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}


/*企業の声詳細ページ*/
.single-voice img {
    max-width: 80%;
    height: auto;
    margin: 50px auto;
    display: block;
}
.voice-main img {
    margin: 0 auto 50px;
}


/*事例一覧ページ*/
.case-inner {
    background: #FAF6F4;
    padding: 30px;
}
.case-search .item {
    width: 24%;
    border: solid 1px #150404;
    text-align: center;
    margin-bottom: 10px;
    background: #fff url(./images/common/icon-pin.png)no-repeat;
    background-size: 15px;
    background-position: 15px 50%;
    margin-right: 1.3%;
    display: flex;
    align-items: center;
    height: 52px;
}
.case-search .item:nth-child(4n) {
    margin-right: 0;
}
.case-search .item a {
    display: block;
    padding: 5px 36px;
    color: #150404;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    line-height: 1.3;
    font-size: 14px;
}
.case-search .category {
    margin-bottom: 30px;
}
.case-list {
    border: solid 2px #150404;
    background: #fff;
    margin-bottom: 30px;
}
.content-area a.case-link {
    color: #150404;
    padding: 0 25px 25px;
    display: block;
    text-decoration: none;
}
.case-list h3 {
    border-bottom: solid 1px #E6E6E6;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-family: "YakuHanJPs",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 0;
}
.case-list .excerpt p {
    margin-bottom: 0;
    font-size: 14px;
}
.case-list .cat {
    padding: 25px 25px 0px;
}
.case-list .column-cat, .case-list .news-cat {
    padding: 5px 25px 0px;
}
.case-list .cat .item {
    border: solid 1px #150404;
    padding: 3px 25px 3px 30px;
    font-size: 13px;
    margin-right: 10px;
    background: #fff url(./images/common/icon-pin.png)no-repeat;
    background-size: 15px;
    background-position: 5px 3px;
    margin-bottom: 5px;
}
.case-list .cat .item a{
    color: #150404;
    display: block;
    text-decoration: none;
}

/*コラム一覧*/
.column-page .case-search .item {
    background: #723121 url(./images/common/icon-pin.png)no-repeat;
    background-size: 15px;
    background-position: 15px 50%;
}
.column-page .case-search .item a {
    color: #fff;
}
.item-column {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.item-column:nth-child(3n) {
    margin-right: 0;
}
.front .item-column:nth-child(3n) {
    margin-right: 2%;
}
.front .item-column:nth-child(4n) {
    margin-right: 0;
}
.item-column h3 {
    background: none;
    border: none;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0 5px;
}
.item-column a {
    text-decoration: none;
}
.item-column .cat {
    align-items: center;
}
.item-column .cat .item {
    background: #723121 url(./images/common/icon-pin.png)no-repeat;
    background-size: 12px;
    background-position: 10px 50%;
    margin-bottom: 5px;
    margin-right: 5px;
}
.item-column .cat .item a {
    color: #fff;
    padding: 3px 15px 3px 30px;
    font-size: 11px;
    display: block;
}
.item-column .date {
    font-size: 13px;
    color: #150404;
    margin-bottom: 10px;
}
/*コラム詳細ページ*/
.column-main {
    text-align: center;
    margin-bottom: 50px;
}
.case-list .column-cat .item{
    background: #723121 url(./images/common/icon-pin.png)no-repeat;
    background-size: 12px;
    background-position: 10px 50%;
}
.case-list .column-cat .item a {
    color: #fff;
}
.tag {
    margin-bottom: 50px;
    background: url(images/common/icon-tag.png)no-repeat;
    background-size: 15px;
    background-position: 0 60%;
    padding-left: 20px;
    color: #150404;
    font-size: 13px;
}
.tag a {
    text-decoration: none;
    color: #150404;
}



/*事例詳細ページ*/
.case-cat-list {
    background: #FAF6F4;
    margin-bottom: 30px;
    padding: 10px;
    border:none;
    position: relative;
}
.case-point {
    background: #FFFBF5;
    padding: 30px 30px 1px;
    margin-bottom: 20px;
}

/*お知らせ一覧*/
.news-category .is-current a {
    background: #4B3428;
    color: #fff;
}
.news-category .fbox {
    align-items: center;
}
.news-category .fbox p{
    margin-bottom: 0;
    margin-right: 20px;
}
.news-category .fbox .item {
    border: solid 1px #4B3428;
    background: #fff;
    width: 153px;
    text-align: center;
    margin-right: 20px;
}
.news-category .fbox .item a {
    display: block;
    text-decoration: none;
    color: #150404;
    padding: 3px 0;
    font-size: 14px;
}
.news-category .fbox .is-current a {
    background: #4B3428;
    color: #fff;
}
.nwes-list {
    padding: 20px 0;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 20px;
    background: #fff;
}
.content-area a.news-link {
    align-items: center;
    text-decoration: none;

}
.news-link h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.news-link .date {
    font-size: 13px;
    margin-right: 20px;
    color: #150404;
}
.news-link .news-cat{
    background: #B55942 url(./images/common/icon-pin-white.png)no-repeat;
    background-size: 10px;
    background-position: 15px 50%;
    width: 130px;
    text-align: center;
    font-size: 11px;
    padding: 3px;
    margin-right: 20px;
    color: #fff;
}
.front .news-link .news-cat{
    background: #150404 url(./images/common/icon-pin.png)no-repeat;
    background-size: 10px;
    background-position: 15px 50%;
}

/*お知らせ詳細*/
.single-news .case-list .cat .item {
    background: #B55942 url(./images/common/icon-pin-white.png)no-repeat;
    background-size: 15px;
    background-position: 5px 3px;
    border: solid 1px #B55942;
}
.single-news .case-list .cat .item a {
    color: #fff;
}
.news-date {
    position: absolute;
    right: 2%;
    top: 33%;
    color: #150404;
    font-size: 14px;
}

/*詳細ページ共通*/
.fukidashi {
    margin: 40px 0;
}
.fukidashi .img{
    width: 58px;
    font-size: 11px;
    text-align: center;
}
.fukidashi .img img{
    margin-bottom: 5px;
}
.fukidashi .tx{
    width: 90%;
    background: #F7F7F7;
    border-radius: 16px;
    padding: 20px;
    position: relative;
}
.fukidashi .tx::before {
    display: block;
    content: "";
    width: 34px;
    height: 25px;
    background: url(./images/common/fukidashi.png)no-repeat;
    position: absolute;
    top: 20px;
    left: -34px;
}
.profile {
    border: solid 1px #E6E6E6;
    padding: 30px;
    margin: 30px 0;
}
.pro-img {
    margin-right: 20px;
}
.pro-img img {
    width: 114px;
    height: 114px;
    object-fit: cover;
    border-radius: 10px;
}
.pro-tx {
    position: relative;
    width: calc(100% - 134px);
    padding-top: 15px;
}
.pro-tx .kanshuu {
    background: #150404;
    color: #fff;
    display: inline-block;
    padding: 1px 15px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 10px; 
}
.pro-tx .name {
    color: #150404;
    font-weight: 700;
}
.pro-tx .name span {
    font-size: 18px;
}
.pro-tx .shozoku {
    color: #150404;
    font-size: 14px;
}
.pro-tx .pro-link {
    position: absolute;
    top: 0;
    right: 0;
}
.pro-mess {
    font-size: 14px;
    margin-top: 20px;
}
.accordionlist {
    margin-bottom: 5vw;
}
.accordionlist dt{
    display:block;
    padding: 10px 10px 10px 5px;
    background: #234d86;
    color: #fff;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
    margin-top: 10px;
}
.accordionlist dd{
    display:none;
	background: #e3dcc7;
    background: -moz-linear-gradient(top, #e3dcc7 0%, #ffffff 50%);
    background: -webkit-linear-gradient(top, #e3dcc7 0%,#ffffff 50%);
    background: linear-gradient(to bottom, #e3dcc7 0%,#ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dcc7', endColorstr='#ffffff',GradientType=0 );
	padding: 30px;
    margin: 0
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 37px;
	height: 37px;
	float: right;
	margin-right: 5px;
    border: solid 1px #fff;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 64%;
	height: 2px;
    background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 9px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 17px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(3) {
    top: 25px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(2) {
	display:none;
}
.accordion_icon.active span:nth-of-type(1) {
    width: 69%;
	top: 16px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(3) {
    width: 69%;
	top: 16px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/*目次*/
#ez-toc-container {
    width: 70%!important;
    border-radius: 0!important;
    border: 1px solid #dcdcdc!important;
    padding: 10px!important;
    border-radius: 0!important;
}
.ez-toc-title {
    text-align: center!important;
    padding: 4px!important;
    font-size: 18px!important;
    color:#404040;
    font-weight: 700;
    display: inline-block!important;
    width: 100%;
    position: absolute;
}
.ez-toc-icon-toggle-span {
    content: "開く";
}
ul.ez-toc-list {
    margin: 25px!important;
    border: none!important;
}
.ez-toc-list ul {
    border: none!important;
}
.ez-toc-list li::before {
    display: none;
}
#ez-toc-container li{margin-top: 15px!important;}
#ez-toc-container li a{color: #234d86}

.line-bnr {
    background: #07B53B;
    width: 400px;
    box-shadow: 2px 2px 5px #ccc;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
}
.line-bnr span, .line-btn span{
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.line-bnr a, .line-btn a{
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

.lead {
    margin-top: 70px;
}
.lead-last {
    margin-bottom: 100px;
}
.lead p{
    text-align: center;
}
.h-line {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 0;
    color: #723121;
}
.en-tit {
    text-align: center;
    font-size: 12px;
    color: #723121;
    margin-bottom: 25px;
}
.rinen-mess {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
}
.sengen-mess {
    font-weight: 500;
    color: #404040;
    font-size: 20px;
}

@media (max-width: 1024px) {
    body {
        font-size: 1.57vw;
    }
    .pc {display: none}
    .tb {display: block}
    .sp {display: block}
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .container {padding: 0 2vw;}
    .content-area h1 {
        margin-bottom: 4vw;
        font-size: 2.3vw;
    }
    h2 {
        margin-bottom: 4vw;
        font-size: 2.3vw;
    }
    h3 {
        font-size: 2vw;
    }
    h4 {
        font-size: 1.8vw;
    }
    h5 {
        font-size: 1.6vw;
    }
    .kome {
        font-size: 1.2vw;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        background: #fff;
        padding: 14px 0;
    }
    .head-cta {display: none;}
    .logo-area {
        padding-top: 10px;
    }
    .logo-tx {
        font-size: 14px;
    }
    .logo-tx span {
        font-size: 13px;
    }
    .logo-tx span span {
        font-size: 18px;
    }
    .main-v {
        margin-top: 100px;
        padding: 1vw 0 0;
        margin-bottom: 5vw;
    }

    /*ナビメニュー*/
    .sp-nav {
        display: block;
        background: #234d86;
        padding: 20px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10180;
    }
    .sp-nav .fbox div {width: 50%;text-align: center;color: #fff}
    .sp-nav a{color: #fff;display: block;}
    .sp-nav img {
        height: 25px;
        width: auto;
        margin-right: 10px;
    }
    #top-bar .logo-area{
        position: absolute;
        top: 0px;
        left: 12px;
    }
    .mod-gnav-foldingBtn-btn {
        position: absolute;
        right: 0;
        top: 13px;
        width: 38px;
        height: 38px;
    }
    .mod-gnav-foldingBtn-btn::before,.mod-gnav-foldingBtn-btn::after {
        content: "";
        display: block;
        width: 46%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -7px;
        margin-top: -1px;
    }
    .mod-gnav-foldingBtn-btn::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .off::after {
        display: none!important;
    }
    
    .sp-btn {
        display: block;
        cursor: pointer;
        width: 78px;
        height: 78px;
        cursor: pointer;
        z-index: 10100;
        text-align: center;
        padding-top: 31px;
        position: fixed;
        right: 12px;
        top: 7px;
        background: #f3f3f3;
    }
    
    .main-v nav, .main-v-page nav {
        width: 100%;
        height: 100%;
        transition: all 0.2s;
        transform: translate(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10080;
        
        padding: 17vh 11vw 0
    }
    .main-v nav, .main-v-page nav {
        content: "";
        display: block;
        background: #234d86;
        mix-blend-mode: multiply;
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 10;
    }
    .sp-navi {
        transition: all 0.2s;
        transform: translate(100%);
        position: absolute;
        z-index: 10;
        padding: 3vw;
        margin-top: 100px;
    }
    
    .sp-navi li {text-align: left}
    .sp-navi li a{color: #fff}

    .navbar {width: 100%;}
    
    .off + .sub-menu {animation: show 0.5s linear 0s;display: block;}

    @keyframes show{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    .main-nav dt, .main-nav dd {background: none;}
    .main-nav dt {
        border-bottom: solid 1px #fff;
        line-height: 1;
        position: relative;
        text-align: left;
    }
    
    .main-nav dt .title {
        padding-left: 10px;
        line-height: 1;
        float: none;
        margin-top: 0;
    }
    .main-nav .accordion_icon {
        position: absolute;
        width: 37px;
        height: 37px;
        margin-right: 5px;
        border: solid 1px #fff;
        right: 0;
        top: 6px;
    }
    .main-nav a{color: #fff;padding: 8px 0;font-size: 1.8vw;font-weight: normal;display: block;}
    .sub-menu {
        position: static;
        padding: 0 0 20px;
        height: auto;
        background: none;
        display: block;
        width: 100%;
    }
    .sp-btn .btn_menu {
        display: inline-block;
        position: relative;
        z-index: 1001;
    }
    .hbmenu, .hbmenu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .hbmenu {
        position: relative;
        width: 19px;
        height: 14px;
        cursor: pointer;
    }
    .hbmenu span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #234d86;
    }

    .hbmenu span:nth-of-type(1) {
        top: 3px;
    }

    .hbmenu span:nth-of-type(2) {
        top: 15px;
    }
    .hbmenu span:nth-of-type(3) {
        bottom: 4px;
    }
    .active .hbmenu span:nth-of-type(1) {
        background-color: #234d86;
        top: -5px;
        animation: active-menu-bar04-01 .75s forwards;
    }
    @keyframes active-menu-bar04-01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(15px) rotate(0);
        }
        100% {
            transform: translateY(14px) rotate(45deg);
        }
    }
    .active .hbmenu span:nth-of-type(2) {
        background-color: #234d86;
        opacity: 0;
        animation: none;
    }
    .active .hbmenu span:nth-of-type(3) {
        background-color: #234d86;
        bottom: -5px;
        animation: active-menu-bar04-03 .75s forwards;
    }
    @keyframes active-menu-bar04-03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-7px) rotate(0);
        }
        100% {
            transform: translateY(-9px) rotate(-45deg);
        }
    }
    
    /*  メニューアクティブ時  */
    .main-v nav.open, .main-v-page nav.open {height: 100vh;transform: translate(0);}
    .sp-navi.open{
        transform: translate(0);
        overflow: scroll;
        height: 100vh;
        background: #B55942;
    }
    .sp-navi:after {
        height: 150px;
        content:"";
        display: block;
    }
    .on {animation: show 0.5s linear 0s;}
     
    @keyframes show{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

    /*フッター*/
    .sp-cta-area {width: 94vw;}
    .sp-cta-area h3 {
        background: none;
        color: #fff;
        border: none;
        padding: 0;
        margin: 3vw 0 1vw;
        font-weight: 400;
    }
    .sp-cta-area .kome {
        color: #fff;
        margin-bottom: 5vw;
    }
    .sp-bnr-cta-tel .fbox, .sp-bnr-cta-mail .fbox {align-items: center;}
    .sp-bnr-cta-mail .fbox {justify-content: center;height: 100%;}
    .sp-bnr-cta-tel {font-size: 1.5vw;}
    .sp-tel-item {margin-right: 2vw;}
    .sp-tel-item:last-child {margin-right: 0;}
    .sp-tel-num {
        font-size: 3.6vw;
        display: block;
        background: url(images/common/icon-tel.png)no-repeat;
        background-size: 2.5vw;
        background-position: 0 57%;
        padding-left: 3vw;
    }
    .sp-bnr-cta-mail .fbox div {
        background: url(images/common/icon-mail.png)no-repeat;
        background-size: 3.3vw;
        background-position: 0% 57%;
        width: 85%;
    }
    .sp-bnr-cta-tel, .sp-bnr-cta-mail {
        width: 44vw;
        background: #fff;
        border-radius: 10px;
    }
    .sp-bnr-cta-mail {
        background: linear-gradient(to bottom, #aa3417 0%,#391911 100%);
    }
    .sp-bnr-cta-tel a, .sp-bnr-cta-mail a {
        padding: 1vw;
        display: block;
        height: 100%;
        text-align: center;
    }
    .sp-bnr-cta-mail a {
        color: #fff;
    }
    .sp-bnr-cta-tel a, .sp-bnr-cta-mail a {
        padding: 2vw;
    }
    .sp-bnr-cta-tel img {width: 2.8vw;}

    /*トップページ*/
    .top-about {
        margin-bottom: 6vw;
    }
    .top-about p {
        font-size: 1.9vw;
    }
    .field, .column, .info {
        padding: 5vw 0;
    }
    .top-case, .top-voice, .top-book {
        padding: 5vw 0;
    }
    .field .item h3 {
        height: 4vw;
        width: 100%;
        font-size: 1.55vw;
    }
    .field .item p , .voice-list .item .tx p, .books .item .tx p{
        font-size: 1.3vw;
    }
    .front .case-list h3, .item-column h3, .voice-list .item .tx h3, .news-link h3 {
        font-size: 1.4vw;
    }
    .books .item .tx h3 {
        font-size: 1.8vw;
    }
    .mess-area {
        padding: 5vw;
    }
    .mess-area h2 {
        font-size: 2vw;
    }
    .front .case-list {
        padding: 2vw;
    }
    .btn-more a {
        padding: 2vw;
    }
    .voice-list .item .img img {
        height: 15vw;
    }
    .news-link .news-cat {
        width: 15vw;
        font-size: 1.1vw;
    }

    /*下層ページ*/
    .content-area {
        padding: 5vw 0 3vw;
    }
    .main-page {
        padding-top: 100px;
    }
    .archive-area {
        padding: 5vw 0;
    }
    .main-page .title-area {
        width: 100%;
    }
    .main-page h1 {
        font-size: 2.8vw;
    }

    /*弁護士紹介*/
    .lawyer-l {
        width: 32%;
    }
    .lawyer-r {
        width: 65%;
    }
    .single-lawyer h2 {
        margin: 0 0 6vw;
    }
    .lawyers-list .item h3 {
        font-size: 1.6vw;
        background-size: 0.8vw;
    }

    /*事務所紹介*/
    .about-mess {
        font-size: 1.9vw;
    }

    /*投稿共通*/
    .profile {
        padding: 3vw;
        margin: 5vw 0;
    }
    .pro-tx .name span {
        font-size: 1.8vw;
    }
    .pro-tx .kanshuu {
        font-size: 1.4vw;
    }
    .pro-tx .shozoku {
        font-size: 1.4vw;
    }
    .pro-mess {
        font-size: 1.4vw;
    }
    .content-cta h2 {
        font-size: 2vw;
    }
    .footer-cta, .content-cta {
        padding: 3vw;
    }
    .ez-toc-title {
        padding: 1vw!important;
        font-size: 1.8vw!important;
    }

    /*解決事例*/
    .case-search .item {
        height: 5vw;
        background-size: 1.5vw;
    }
    .case-search .item a {
        padding: 1vw 3.4vw;
        font-size: 1.4vw;
    }
    .case-list h3 {
        font-size: 1.6vw;
    }
    .case-list .cat {
        padding: 1vw;
    }
    .case-list .column-cat, .case-list .news-cat {
        padding: 1vw 1vw 0px;
    }
    .case-list .cat .item {
        background-size: 1.5vw;
        font-size: 1.3vw;
    }
    .content-area a.case-link {
        padding: 0 2.5vw 2.5vw;
    }
    .case-list .excerpt p {
        font-size: 1.4vw;
    }

    /*footer*/
    .footer-cta h2 {
        font-size: 2vw;
    }
    .shokai {font-size: 1.6vw;}
    .bnr-cta-tel a, .bnr-cta-mail a {
        padding: 1vw 2vw;
    }
    .footer-cta .tel-left, .content-cta .tel-left {
        font-size: 1.2vw;
    }
    .footer-cta .tel-num, .content-cta .tel-num {
        background: url(images/common/icon-tel.png)no-repeat;
        background-size: 2.5vw;
        background-position: 0px 0.8vw;
        padding-left: 3.3vw;
        font-size: 2.83vw;
    }
    .bnr-cta-mail a {
        padding: 3vw 2vw 3vw 5vw;
        background: url(images/common/icon-mail.png)no-repeat;
        background-size: 3vw;
        background-position: 5vw 3.3vw;
    }
    .footer-logo-area {
        font-size: 1.4vw;
    }
    .footer-logo img {
        width: 18vw;
        height: auto;
    }
    .footer-tx {
        margin-bottom: 3vw;
        font-size: 1.2vw;
    }
    .copyright {
        font-size: 1.2vw;
    }
    .news-date {
        top: 3vw;
        font-size: 1.5vw;
    }
    .lead {
        margin-top: 5vw;
    }
    .lead-last {
        margin-bottom: 10vw;
    }
    .h-line {
        font-size: 2.3vw;
    }
    .en-tit {
        font-size: 1.6vw;
        margin-bottom: 3vw;
    }
    .rinen-mess {
        font-size: 2.3vw;
    }
    .sengen-mess {
        font-size: 2.3vw;
    }
}



@media (max-width: 480px) {
    body {font-size: 14px}
    .pcbr {display:none;}
    .spbr {display:block;}
    .breadcrumb {
        padding: 0 2vw;
    }
    .breadcrumb-list {
        overflow: scroll;
    }
    .breadcrumb-list li {
        font-size: 10px;
    }
    p {margin-bottom: 7vw;}
    .content-area h1 {
        font-size: 5.4vw;
        margin-bottom: 8vw;
    }
    h2 {
        font-size: 5.4vw;
        margin-bottom: 8vw;
        margin-top: 8vw;
    }
    h3 {font-size: 4.6vw}
    h4 {
        font-size: 3.9vw;
    }
    h5 {
        font-size: 3.9vw;
    }
    .kome {
        font-size: 3vw;
    }
    .container {padding: 0 3vw;}
    .content-area {
        padding: 5vw 0 15vw;
    }
    header {
        padding: 0;
        height: 62px;
    }
    .logo-area {width: 100%;padding: 13px 0 0;}
    .logo-area img {width: 80px;}
    .logo-tx {
        font-size: 10px;
        margin-left: 0px;
        padding-left: 6px;
    }
    .logo-tx span {font-size: 10px;}
    .logo-tx span span {font-size: 13px;}
    .sp-navi {padding: 5vw;margin-top: 62px;}
    .sp-btn {
        width: 48px;
        height: 48px;
        padding-top: 12px;
        right: 7px;
        top: 7px;
    }
    .main-nav {margin: 0 0 30px;}
    .accordionlist dd {padding: 10px 20px;}
    .sub-menu li {
        background: url(images/common/icon-arrow-right-w.png)no-repeat;
        background-size: 6px;
        background-position-y: 12px;
        padding-left: 15px;        
    }
    .sp-navi li a {
        display: block;
        padding: 6px 0;
    }
    .sp-cta-area {
        width: 100%;
    }
    .sp-cta-area h3 {
        background: none;
        color: #fff;
        border: none;
        padding: 0;
        margin: 5vw 0 3vw;
        font-weight: 400;
    }
    .sp-cta-area .kome {
        color: #fff;
        margin-bottom: 5vw;
    }
    .sp-bnr-cta-tel, .sp-bnr-cta-mail {
        width: 100%;
        margin-bottom: 5vw;
    }
    .sp-tel-num {
        font-size: 8vw;
        background-size: 5.5vw;
        padding-left: 8vw;
    }
    .sp-bnr-cta-tel {
        font-size: 2.5vw;
    }
    .sp-bnr-cta-mail .fbox div {
        background-size: 7vw;
        width: 70%;
    }

    /*トップ*/
    .main-v {
        height: auto;
        margin-top: 60px;
        padding: 5vw 0;
        background: url(images/top/main-v-bg-sp.png)no-repeat;
        background-size: 110%;
    }
    .main-nav a {font-size: 3.5vw;}
    
    .top-about p {
        font-size: 4.6vw;
    }
    .field .item {
        width: 49%;
        margin-right: 2%;
    }
    .field .item:nth-child(2n) {
        margin-right: 0;
    }
    .field .item p, .voice-list .item .tx p, .books .item .tx p {
        font-size: 13px;
    }
    .field .item h3 {
        height: 9vw;
        width: 100%;
        font-size: 3.6vw;
        margin-bottom: 3vw;
    }
    .field .item a {
        display: block;
        padding: 4vw 2vw;
    }
    .front .case-list {
        width: 100%;
        margin-right: 0;
    }
    .front .case-list h3, .item-column h3, .voice-list .item .tx h3, .news-link h3 {
        font-size: 3.8vw;
    }
    .btn-more {
        width: 80%;
        margin: 5vw auto 0;
    }
    .btn-more a {
        padding: 4vw 2vw;
    }
    .front .item-column {
        width: 49%;
    }
    .front .item-column:nth-child(3n) {
        margin-right: 2%;
    }
    .front .item-column:nth-child(2n) {
        margin-right: 0;
    }
    .top-com-logo img {
        width: 100%;
        height: auto;
    }
    .voice-list .item {
        width: 49%;
    }
    .voice-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .books .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10vw;
    }
    .books .item .tx h3 {
        font-size: 3.8vw;
    }
    .news-link h3 {
        width: 100%;
        padding: 2vw;
    }
    .news-link .news-cat {
        width: 33vw;
        font-size: 2.6vw;
        margin-right: 3vw;
    }
    .message {
        margin-bottom: 10vw;
        padding-bottom: 2vw;
    }
    .mess-area {
        width: 100%;
        padding: 5vw;
        margin-bottom: 10vw;
    }
    .mess-area h2 {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .btn-more a {
        background-position: 5px;
    }
    .btn-white a {
        background-position: 5px;
    }
    .footer-cta h2 {
        font-size: 6vw;
    }
    .bnr-cta-tel, .bnr-cta-mail {
        width: 100%;
        margin-bottom: 3vw;
    }
    .bnr-cta-tel a, .bnr-cta-mail a {
        padding: 2vw 2vw;
    }
    .footer-cta .tel-left, .content-cta .tel-left {
        font-size: 3vw;
    }
    .footer-cta .tel-num, .content-cta .tel-num {
        background-size: 5.5vw;
        background-position: 0px 2.5vw;
        padding-left: 7.3vw;
        font-size: 6.8vw;
    }
    .bnr-cta-mail a {
        padding: 5vw 2vw 5vw 5vw;
        background-size: 7vw;
        background-position: 5vw 6vw;
    }
    .shokai {
        font-size: 3.6vw;
    }
    .footer-cta, .content-cta {
        padding: 5vw 6vw;
        background: #F8FAFF;
    }
    /*目次*/
    #ez-toc-container {width: 100%!important;}
    ul.ez-toc-list {margin: 15px!important;}
    #ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {margin-left: 1em!important;}
    
    
    /*下層ページ*/
    .main-page {
        padding-top: 62px;
    }
    .main-page .fbox {
        height: 40vw;
    }
    .main-page .title-area {
        width: 100%;
    }
    .main-page h1 {
        font-size: 5vw;
    }
    .content-area ul {
        margin: 3vw 0 8vw;
        padding: 2vw;
    }
    .kenpou {
        padding: 2vw;
        margin-bottom: 5vw;
    }
    .archive-area {
        padding: 5vw 0 0;
    }

    /*about*/
    .about-mess {
        font-size: 4.4vw;
    }
    .btn-office a {
        padding: 2vw;
        font-size: 3vw;
    }
    .btn-office {
        width: 100%;
        margin-top: 3vw;
        background-size: 2vw;
    }
    /*オフィス*/
    .office {
        margin-bottom: 13vw;
    }
    .office .tx {
        width: 100%;
    }
    .office .map {
        width: 100%;
    }

    /*企業様の声*/
    .voice-list .item .img img {
        height: 35vw;
    }
    .com-loogo {
        margin: 2vw auto 0;
    }
    .voice-list .item .tx {
        padding: 3vw;
    }

    /*お知らせ*/
    .news-category .fbox p {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2vw;
    }
    .news-category .fbox .item {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 4%;
    }
    .news-category .fbox .item a {
        font-size: 2.8vw;
    }

    /*コラム*/
    .column-page .case-search .item {
        background-size: 2.5vw;
        background-position: 2vw 50%;
    }
    .item-column {
        width: 49%;
    }
    .item-column:nth-child(3n) {
        margin-right: 2%;
    }
    .item-column:nth-child(2n) {
        margin-right: 0;
    }
    

    /*弁護士紹介*/
    .single-lawyer h2 {
        margin: 6vw 0 10vw;
    }
    .lawyers-list .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .lawyers-list .item:nth-child(3n) {
        margin-right: 2%;
    }
    .lawyers-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .lawyers-list .item h3 {
        font-size: 3vw;
        background-size: 1.3vw;
    }
    .lawyer-l {
        width: 100%;
        margin-bottom: 10vw;
    }
    .lawyer-r {
        width: 100%;
        margin-bottom: 10vw;
    }

    /*解決事例*/
    .case-inner {
        padding: 3vw 3vw 1vw;
    }
    .search-form input {
        margin-right: 1%;
        width: 79%;
    }
    .search-case-btn {
        padding: 0;
        width: 20%;
    }
    .case-search .category {
        margin-bottom: 5vw;
    }
    .case-search .item {
        height: 11vw;
        background-size: 3.5vw;
        margin-right: 2%;
        width: 49%;
        background-size: 2.5vw;
        background-position: 2vw 50%;
    }
    .case-search .item a {
        padding: 4vw 0;
        font-size: 2.4vw;
    }
    .case-search .item:nth-child(2n) {
        margin-right: 0;
    }
    .case-list .cat .item {
        background-size: 3.2vw;
        font-size: 3vw;
    }
    .case-list h3 {
        font-size: 3.6vw;
    }
    .case-list .excerpt p {
        font-size: 3.2vw;
    }
    .case-list .cat {
        padding: 3vw 3vw 2vw;
    }
    .content-area a.case-link {
        padding: 0 4vw 4vw;
    }

    /*コンタクト*/
    .contact-form-area {padding: 0;}
    .contact-form-area dt {width: 77%;margin-bottom: 5px;}
    .contact-form-area dd {width: 100%;}
    
    
    /*フッター*/
    .content-cta h2 {
        font-size: 4.8vw;
    }
    footer {
        padding: 5vw 0 50px;
    }
    .cta-area {width: 100%;}
    .footer-logo-area {
        font-size: 2.6vw;
        width: 100%;
    }
    .footer-logo img {padding: 7px 7px 7px;width: 120px}
    .footer-add {
        margin: 2vw 0 3vw;
    }
    .footer-tx {
        margin-bottom: 0;
        font-size: 2.6vw;
        width: 100%;
    }
    .copyright {
        padding: 10px 0;
        font-size: 9px;
    }
    
    .footer-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer-btn .item {
        width: 50%;
    }
    .footer-btn .item a {
        display: block;
        color: #fff;
        padding: 4vw;
        text-align: center;
    }
    .footer-btn .item:first-child {
        background: #B55942;
    }
    .footer-btn .item:first-child img {
        width: 6vw;
        position: relative;
        left: -1vw;
        top: 0.5vw;
    }
    .footer-btn .item:last-child {
        background: #07B53B;
    }
    .footer-btn .item:last-child img {
        width: 6vw;
        position: relative;
        left: -1vw;
        top: 0.5vw;
    }
    .fukidashi {
        margin: 5vw 0;
        padding: 0;
    }
    .fukidashi .img {
        font-size: 2.6vw;
        width: 18%;
    }
    .fukidashi .tx {
        width: 76%;
        padding: 3vw;
        margin-left: 6%;
    }
    .fukidashi .tx::before {
        width: 8vw;
        height: 8vw;
        top: 12vw;
        left: -6vw;
    }
    .ez-toc-title {
        padding: 2vw!important;
        font-size: 4vw!important;
        width: 94%;
    }
    .pro-img {
        margin-right: 3vw;
    }
    .pro-img img {
        width: 20vw;
        height: 20vw;
    }
    .pro-tx {
        width: 63vw;
        padding-top: 2vw;
    }
    .pro-tx .kanshuu {
        padding: 0.5vw 3vw;
        margin-bottom: 1vw;
        font-size: 2.4vw;
    }
    .pro-tx .name span {
        font-size: 3.4vw;
    }
    .pro-tx .shozoku {
        font-size: 3vw;
    }
    .pro-tx .pro-link {
        font-size: 3vw;
    }
    .pro-mess {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .tabele-waku {
        width: 100%;
        overflow-x: scroll;
    }
    .tabele-waku table {
        width: 800px;
    }
    .post-table4 th, .post-table4 td {
        padding: 3vw;
        font-size: 3.4vw;
    }
    .post-table3 th, .post-table3 td {
        padding: 3vw;
        font-size: 3.4vw;
    }
    .post-table2 th, .post-table2 td {
        padding: 3vw;
        font-size: 3.4vw;
    }
    .tablekome {display: block;font-size: 3vw;}
    .for-laborers-tx {
        padding: 4vw;
    }
    .joubun {
        padding: 4vw;
    }
    .line-bnr {
        width: 100%;
        font-size: 6.6vw;
    }
    .line-bnr span, .line-btn span {
        font-size: 4.4vw;
    }
    .line-bnr a, .line-btn a {
        padding: 3vw;
    }
    .news-date {
        position: static;
        font-size: 3vw;
        text-align: right;
        margin-top: 1vw;
        margin-bottom: 2vw;
    }
    .lead {
        margin-top: 13vw;
    }
    .lead-last {
        margin-bottom: 20vw;
    }
    .h-line {
        font-size: 5vw;
    }
    .en-tit {
        font-size: 2.8vw;
        margin-bottom: 5vw;
    }
    .rinen-mess {
        font-size: 5vw;
    }
    .sengen-mess {
        font-size: 5vw;
    }
}
