/*
Theme Name: Realestate
*/
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: 15px;color:#333;background: #fff;line-height: 1.5;}
.tb {display: none}
.sp {display:none;}
.spbr {display:none;}
.notfound {text-align: center}


/*パンくずリスト*/
.breadcrumbs {
    font-size: 11px;
    padding: 8px 0 7px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.breadcrumbs a{}

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

/*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:#2c2c2c;text-decoration: none; transition: opacity .3s ease 0s;}
.content-area a {color:#234d86;text-decoration: underline; transition: opacity .3s ease 0s;}
a:hover {opacity: 0.7}
/*見出し*/
h2,h3,h4 {font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;} 
h1 {
    margin:0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #234d86
}
h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
h3 {
    font-size: 30px;
    margin: 0px 0 20px;
    line-height: 1.6;
    color: #413102;
    font-weight: normal;
}
/*h3 {font-size: 24px;margin: 0px 0 30px;line-height: 1.4;color:#4d80cc;}*/
h4 {font-size: 16px ;}
h5 {font-weight: bold;}
p {margin-bottom: 20px;text-align: justify;line-height: 1.8;}
.en {font-family: 'Cookie', cursive;}
.sfont {font-size: 10px}
.lfont {font-size: 18px}
.bold {font-weight: bold;}
figure {text-align: center;}
.mincho {font-family:'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.green {color: #107f29;}
.orange {color: #ec6941;}
.red {color:#ff0000;}
.kome {font-size: 12px;margin-top: 5px;}
.mb {margin-bottom: 50px;}

.lightbox .lb-image {border: 34px solid white;}
a.lightbox-cursor {
    position: relative;
    display: block;
    transition: opacity 1.3s ease 0s;
    transition: background-image 1.3s ;
}
em {
    font-weight: bold;
}
strong {
    background-image: linear-gradient(transparent 60%, #fff69d 0%);
    font-weight: bold;
}

a.lightbox-cursor:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.7)url(images/big-icon/png) no-repeat;
    height: 100%;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: 70px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
a.lightbox-cursor:hover:after {
    opacity: 1;
    visibility: visible;
}
.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%}
table.company {margin-bottom: 40px}

td,th {
    font-weight: normal;
    width: 70%;
    border: solid 1px #bfbfbf;
    padding: 15px 10px;
    font-size: 85%;
}

.company td,.company th {
    padding:  22px 10px 22px;
    border: none;
    border-bottom: solid 1px #bfbfbf;
    font-size: 14px;
    line-height: 1.5;
}
th {
    text-align: left;
    width: 30%;
    vertical-align: top;
}
.company td {width:70%}

.content-area ul {
    list-style-type: square;
    margin: 0 30px 30px;
    background: #edf5ff;
    border-radius: 10px;
    padding: 30px;
}
.content-area li {margin: 5px 0;}

/*カラム設定*/
.wrapper {overflow: hidden;}
.container {padding: 0;margin:0 auto;}
.main-v-area {max-width: 1040px;}
.con-l {max-width: 1100px;}
.con-m {max-width: 1040px;}
.con-s {max-width: 820px;}
.con-ss {max-width: 760px;}
.content-area {
    padding: 50px 0;
}
.column-l {
    width: 75%;
    margin-right: 2%;
}
.column-r {
    width: 23%;
}


/*ヘッダー*/

header {
    
}
.logo-area {padding: 0px 25px 0px 0;width: 50%}
.logo-area img {
    width: 186px;
    background: #234d86;
    padding: 40px 17px 20px;
}
.logo-tx {
    position: relative;
    left: 14px;
    line-height: 1.3;
    display: inline-block;
    font-size: 18px;
    top: -20px;
}
.logo-tx span {font-size: 15px}
.head-cta {
    width: 39%;
    height: 63px;
    margin-top: 25px;
    position: relative;
    margin-left: auto;
}
.header-tel {
    font-size: 28px;
    margin-right: 25px;
    letter-spacing: 0.04em;
}
.header-tel a{
    color: #234d86;
}
.header-tel span{
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -5px;
    letter-spacing: 0;
}
.header-tel img{
    width: 26px;
    position: relative;
    top: -8px;
}
.contact {
    background: #71d000;
    background: -moz-linear-gradient(top, #71d000 0%, #1eb006 100%);
    background: -webkit-linear-gradient(top, #71d000 0%,#1eb006 100%);
    background: linear-gradient(to bottom, #71d000 0%,#1eb006 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d000', endColorstr='#1eb006',GradientType=0 );
    color: #fff;
    width: 180px;
    font-size: 14px;
    border-radius: 11px;
    height: 54px;
    letter-spacing: 0.04em;
}
.contact a {
    display: block;
    color: #fff;
    padding: 17px 13px 16px;
}
.contact img {
    width: 24px;
    margin-right: 5px;
}


/*ナビメニュー*/
.nav-area {background: #f3f3f3;}
.sp-btn {display: none}
.sp-nav {display: none}
.navbar {margin: 0 auto;width: 1100px}
.navbar li {
    float: left;
}
.navbar li a{
    color: #234d86;
    padding: 10px 24px;
    display: block;
    font-size: 14px;
}
.navbar li a:hover{opacity: 1}
/*サブメニュー*/
.sub-menu {
    width: 340px;
    background: #f3f3f3;
    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(/wp-content/uploads/2020/05/main-1.jpg)no-repeat;
    background-size: cover;
    height: 680px;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.main-v h2 {
    font-size: 40px;
    margin: 20px 0 30px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #000;
    position: relative;
}
.main-v h2 img {
    width: 100%;
    height: auto;
}
.main-service {
    border: solid 1px #fff;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-shadow: 0px 1px 0px #000;
    box-shadow: 0px 1px 0px #000;
    position: relative;
    font-size: 18px;
}
.main-service:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    margin: -10px;
    
}
.main-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 205px;
}
.main-cta:before {
    content: "";
    display: block;
    background: #234d86;
    mix-blend-mode: multiply;
    width: 100%;
    height: 205px;
    position: absolute;
    z-index: 0;
}
.main-cta-tx {padding: 18px 0;font-size: 14px;}
.main-cta-tx a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
.cta-area {width: 770px}
.main-cta-tx,.bnr-cta-tel,.bnr-cta-mail {position: relative}
.bnr-cta-tel,.bnr-cta-mail {
    border: solid 1px #d2d2d2;
    border-radius: 10px;
    width: 370px;
    height: 72px;
}
.bnr-cta-tel {
    background: #fff;
    text-align: left;
    font-size: 13px;
    padding: 18px 15px 0px;
}
.tel-num {
    font-size: 28px;
    position: relative;
    top: -9px;
}
.tel-time {
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
    top: -16px;
}
.bnr-cta-mail {
    background: #71d000;
    background: -moz-linear-gradient(top, #71d000 0%, #1eb006 100%);
    background: -webkit-linear-gradient(top, #71d000 0%,#1eb006 100%);
    background: linear-gradient(to bottom, #71d000 0%,#1eb006 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d000', endColorstr='#1eb006',GradientType=0 );
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.bnr-cta-mail a{
    color: #fff;
    display: block;
    padding: 23px 15px;
}
.bnr-cta-tel img{
    width: 26px;
    position: relative;
    top: -17px;
    margin-right: 5px;
    margin-left: 10px;
}
.bnr-cta-mail img{
    width: 32px;
    margin-right: 20px;
}


/*トップページ*/
.sp-main-contact {
    display: none;
}
.top-news-area {
    background: url(/wp-content/uploads/2020/05/topic-bg.jpg)no-repeat;
    background-size: cover;
    padding: 50px 0;
    min-height: 500px;
}
.top-news-area h3 {
    text-align: center;
    font-size: 30px;
    color: #fff
}
.tab-menu {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    flex-grow: 1;
    background: #737373;
    color: #fff;
    width: 25%;
    border-right: solid 2px #fff;
}
.top-news-area .tab-menu.is-active {
    background: #59493f;
    color: #fff;
}
.top-news-area .tab-menu.is-active:after {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #59493f;
    border-left: 20px solid transparent;
    transform: rotate(180deg);
    margin: 0 auto -20px;
    top: 5px;
}
.top-news-area .tab-menu {
    background: #737373;
    color: #fff;
    width: 32%;
    border-right: solid 2px #fff;
}
li.tab-menu:last-child {
    border-right: none;
}
.tab-group {
    display: flex;
    justify-content: center;
}
.tab-link {
    width: 32%;
    background: #737373;
    color: #fff;
    width: 32%;
    font-size: 16px;
    text-align: center;
}
.tab-link a{
    padding: 10px 0;
    display: block;
    color: #fff;
}
.tab-link a:hover{
    background: #59493f;
}

.top-news-area .tab-menu:hover {
    background: #59493f;
}
.top-news-area .panel {
    text-align: left;
    background: rgba(255, 255, 255, 0.88);
    padding: 50px 30px 30px;
}
.panel{
    display:none;
    text-align: center;
    padding: 50px 30px;
    background: #fff;
}
.tab-menu.is-active{
    background: #fff;
    border-bottom: none;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display: block;
    opacity: 1;
    animation-duration: 2s;
    animation-name: fade-in;
    -moz-animation-duration: 2s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fade-in;
}
@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }
.news-list {margin-bottom: 15px}
.news-list time {
    display: inline-block;
    font-size: 14px;
    color: #313131;
    padding: 0;
}
.news-cat {
    color: #234d86;
    font-size: 10px;
    border: solid 1px #234d86;
    padding: 3px 25px;
    margin: 0 20px;
}
.title-area h4{
    font-size: 14px;
}
.top-news-area .time-area {
    width: 31%;
}
.top-news-area .title-area {
    width: 64%;
}
.top-news-area .time-area-info {
    width: 28%;
}
.top-news-area .title-area-info {
    width: 67%;
}
.top-news-area .time-area-voice {width: 33%;}
.top-news-area .title-area-voice {width: 60%;}
.news-more {
    text-align: right;
    margin-top: 30px;
    font-size: 14px;
}
.news-more a{
    text-decoration: underline;
    color: #234d86;
}

.top-about .fbox {align-items: center;justify-content: center;}
.top-about {text-align: center;margin: 100px 0;}
.top-about img{width: 448px;margin-bottom: 30px;}
.top-about .kome {font-size: 14px}
.service-item-list {margin-top: 50px}
.service-item {
    width: 23.5%;
    margin-right: 2%;
    background: #234d86;
    margin-bottom: 20px;
    box-shadow: 2px 3px 7px #595a5a;
    height: 70px;
    display: table;
}
.service-item:nth-child(4n) {
    margin-right: 0;
}
.service-item a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}
.service-item img{
    width: 15px;
}
.check {
    display: table-cell;
    position: relative;
    top: 20px;
}
.service-item-title {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.top-category-area {
    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 );
    margin-top: 200px;
}
.top-category {
    background: #fff url(/wp-content/uploads/2020/05/category-bg.jpg)no-repeat;
    background-size: contain;
    padding: 110px 85px 70px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}
.top-category h3{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.top-category-tx {
    color: #fff;
    font-size: 16px;
    margin: 60px 0;
}
.category-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px
}
.category-item:nth-child(3n) {
    margin-right:0;
}
.category-item-title {
    background: #413102;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    height: 60px;
    display: table-cell;
    width: 280px;
    vertical-align: middle;
    line-height: 1.3;
}
.category-item-title span{
    font-size: 14px;
}
.category-item-tx {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.btn-more {
    background: #fff;
    border: solid 1px #234d86;
    border-radius: 50px;
    box-shadow: 0 5px 10px #595a5a;
    width: 430px;
    font-size: 16px;
    margin: 30px auto 0;
    text-align: center;
}
.btn-more a{
    display: block;
    padding: 20px;
    color: #234d86;
}
.btn-more img{
    width: 15px;
    position: relative;
    top: -4px;
    margin-left: -15px;
    left: 15px;
}
.btn-more:before {
    content: "";
    display: block;
    width: 21px;
    height: 6px;
    background: url(/wp-content/uploads/2020/05/icon-arrow.png)no-repeat;
    background-size: 21px;
    position: relative;
    top: 29px;
    left: 30px;
    margin-bottom: -6px;
}
.about-low {
    background: url(/wp-content/themes/realestate/images/about-bg.png);
    background-size: cover;
}
.about-low .fbox{align-items: flex-start;}
.about-low-tx {
    width: 57%;
    background: rgba(35, 77, 134, 0.74);
    color: #fff;
    padding: 40px;
    font-size: 16px;
    text-align: justify;
}
.about-low-tx .btn-more {width: 240px;margin: 50px auto 0;}
.about-low-tx h3{
    color: #fff;
}
.about-low-img {
    width: 43%;
    padding-top: 100px;
    text-align: center;
}
.low-logo {
    width: 251px;
    margin-bottom: 30px;
}
.low-men {
    width: 90%;
}
#expert {
    margin-top: 80px;
}
#expert h3{
    text-align: center;
}
.access {
    margin: 80px 0;
}
.access h3{
    text-align: center;
    margin-bottom: 50px;
}
.access h4{
    color: #234d86;
    margin: 10px 0;
}
.access h4 span{
    font-size: 14px;
}
.access-map {
    font-size: 14px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.access-map:nth-child(2n) {
    margin-right: 0;
}
.access-map iframe {
    width: 100%;
    height: 250px;
}


/*下層ページ*/
.main-v-page {
    background: url(/wp-content/uploads/2020/05/main-page-scaled.jpg)no-repeat;
    background-size: cover;
    height: 155px;
    padding-top: 55px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.main-v-page-obj {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 518px;
}
.main-v-page-obj img{
    width: 100%;
    height: auto;
}
.main-v-page h2{
    margin-bottom: 0;
    text-shadow: 2px 1px 3px #000;
    border-left: solid 4px #fff;
    padding-left: 15px;
    line-height: 1.3;
}
.main-sub {
    background: #234d86;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 2px 1px 3px #000;
    display: inline-block;
}
.main-cat {
    color: #234d86;
    font-size: 14px;
    background: #e5e5e5;
    display: inline-block;
    padding: 5px 10px;
    margin-left: -5px;
}
.main-cat a{color: #234d86;}
.content-area h2 {
    font-size: 24px;
    color: #413102;
    border-bottom: solid 2px #413102;
    margin-left: 80px;
    text-indent: -58px;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.content-area h2:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2020/05/icon-bill.png)no-repeat;
    width: 63px;
    height: 56px;
    background-size: 63px;
    position: relative;
    left: -20px;
    top: 20px;
}
.content-area .info h2 {
    border-bottom: none;
    margin-left: 0;
    text-indent: 0;
}
.content-area .info h2:before {
    display: none;
}
.cat-area-info {
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 50px;
}
.content-area h3 {
    background: #234d86;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: normal;
    margin: 50px 0 30px;
}
.last-h3 {margin: 50px 0 30px!important;}
.content-area h4 {
    color: #234d86;
    border-bottom: solid 2px #234d86;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.content-area h5 {
    font-size: 16px;
    color: #234d86;
    margin-bottom: 10px;
    margin-left: 30px;
    border-left: solid 13px #234d86;
    padding-left: 10px;
    line-height: 1;
}
.content-area h6 {
    font-size: 14px;
    margin: 0 0px 10px;
    padding: 10px;
    line-height: 1;
    background: #eee;
}
.content-area p {padding: 0 30px;}
.content-area img {
    max-width: 100%;
    height: auto;
}
.price-tx-area {
    padding: 30px 0 10px;
    background: #f5f5f5;
    margin: 0 20px;
}
.price-tx-area-w {
    padding: 30px;
    background: #fff;
    margin: 0 30px 20px;
}
.price-page h3 {
    margin-bottom: 0;
}
.price-table {
    margin: 0 20px 20px;
}
.price-table table {width: 100%}
.price-table td, .price-table th{
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px;
}
.price-table th{
    background: rgba(23,42,136,.12);
    font-weight: bold;
    text-align: center;
    width: 30%;
}
.price-table th:first-child{
    width: 40%;
}
.price-table td {
    width: auto;
}
.tx-blue {
color: #172a88;
}
.accordionbox{
	
}
.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: 0!important;
    border-radius: 0!important;
}
.ez-toc-title {
    text-align: center!important;
    padding: 10px!important;
    font-size: 14px!important;
    border-bottom: solid 1px #234d86;
    color:#234d86;
}
ul.ez-toc-list {margin: 25px!important;}
#ez-toc-container li{margin-top: 15px!important;}
#ez-toc-container li a{color: #234d86}

.cat-area {
    margin-bottom: 50px;
    background: #e0eaf8;
    text-align: center;
    padding: 40px;
    position: relative;
    margin-top: 30px;
}
.cat-area a{
    color: #234d86;
    text-decoration: underline;
}
.cat-area img{
    width: 280px;
    position: absolute;
    left: 20px;
    top: -25px;
}
.cat-area div{
    margin-top: -53px;
    margin-bottom: 30px;
    color: #234d86;
}
.cat {
    color: #234d86;
    display: inline-block;
    font-size: 11px;
    padding: 3px 25px;
    margin-right: 10px;
    border: solid 1px #234d86;
}
.content-single time {
    text-align: right;
    position: relative;
    top: -25px;
    margin-bottom: -25px;
}
.cat-list-bg {
    background: #e3dcc7;
    background: -moz-linear-gradient(top, #e3dcc7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e3dcc7 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e3dcc7 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dcc7', endColorstr='#ffffff',GradientType=0 );
    margin-top: -30px;
    padding: 30px 0;
}
.inyou {
    background: #fff4da url(/wp-content/uploads/2020/08/icon-inyou.png)no-repeat;
    padding: 25px 65px;
    background-size: 35px;
    background-position: 20px 20px;
    line-height: 1.8;
    margin: 0 30px 20px;
}
.inyou h4{
    color: #333;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.inyou p{padding: 0}
.ex-link {
    border: solid 1px #ededed;
    margin: 0 30px 20px;
    padding: 15px!important;
    font-size: 13px;
}
.column-table {padding: 0 20px 20px}
.column-table th {vertical-align: middle;}
.td2 th,.td2 td{width: 50%}
.td3 th,.td3 td{width: 33.33%}
.column-cta {
    margin: 30px 0 50px;
}
.column-cta .column-cta-tit {
    background: #2C9D6D;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-family:"YakuHanJPs",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    margin: 0 20px;
}
.column-cta .tx-area {
    border: solid 1px #2C9D6D;
    margin: 0 20px;
    padding: 30px;
}
.column-cta .tx-area .tx span {
    font-size: 18px;
    display: block;
    color: #DD2323;
    margin-bottom: 10px;
}
.column-cta .tx-area .tx span span{
    font-size: 12px;
}
.column-cta .tx-area .tx p {
    padding: 0;
    text-indent: 0;
}
.column-cta .tx-area .bnr-cta-tel, .bnr-cta-mail {
    width: 355px;
}
.column-cta .tx-area .bnr-cta-tel a, .bnr-cta-mail a{
    text-decoration: none;
}
.column-cta .tx-area .bnr-cta-tel a{
    color: #2c2c2c;
}
.column-cta .tx-area .kome {
    margin-top: 15px;
}


/*お知らせ・講演セミナー*/
.time-area {width: 35%;}
.title-area {width: 60%;margin-right: 5%;}

/*感謝の声*/
.voice-list:after {
    content: "";
    display: block;
    width: 13px;
    height: 21px;
    background: url(/wp-content/uploads/2020/05/icon-arrow-right.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 26px;
}
.voice-list {
    border: solid 1px #d2d2d2;
    position: relative;
    background: #fff;
    margin: 0 30px 15px;
}
.voice-list a{color: #234d86;display: block;padding: 25px;}
.voice-list a:hover {background: #fffeef}
.link-list :after {
    content: "";
    display: block;
    width: 13px;
    height: 21px;
    background: url(/wp-content/uploads/2020/05/icon-arrow-right.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 11px;
}
.link-list {
    border-bottom: solid 1px #d2d2d2;
    position: relative;
    background: #fff;
    margin: 0 30px 15px;
}
.link-list a{color: #234d86;display: block;padding: 10px;}
.link-list a:hover {background: #fffeef}
/*
.voice-list span{
    border-bottom: solid 1px #234d86;
}
*/

/**/
.cat-icatch{
    width: 20%;
    margin-right: 3%;
}
.cat-icatch img{
    width: 100%;
    height: auto;
}
.cat-tx {width: 70%;font-size: 14px;color: #313131;}
.cat-tx p{
    padding: 0;
    margin: 0
}
.cat-tx-title {
    color: #234d86;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 10px
}
/*業者別メニュー*/
.business-type-page .service-item-title {
    font-size: 13px;
}
.business-type-page .top-about {margin: 0;}
/*contact*/
.contact-form-area {padding: 0 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 #ccc;line-height: 1.5;}
.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: #234d86;
}
.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%;
}



/*サイドエリア*/
.side-cat-area {
    background: #f9f9f9;
    margin-bottom: 30px;
}
.side-cat-area h3{
    color: #234d86;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 3px #234d86;
    padding: 20px 0;
    margin: 0;
    margin-left: 0px;
    text-indent: 0px;
    background: #f9f9f9;
}
.side-cat-area h3:before{display: none;}
.side-cat-area ul {
    background: none;
    margin: 0;
    padding: 0;
}
.side-cat-area li{
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}
.side-cat-area li a{
    padding: 17px;
    display: block;
    color: #234d86;
}
.side-cat-area time{
    display: block;
    text-align: right;
    font-size: 12px;
}

.cat-more {
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

/*事務所概要*/
.about-area {
    margin-bottom: 40px;
    border-bottom: solid 1px #eee;
    padding-bottom: 40px;
}

.about-img {width: 40%;margin-right: 5%;}
.about-img img{width: 100%;}
.bengoshi-name {
    background: #234d86;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.bengoshi-name span{font-size: 14px}
.about-tx {
    width: 55%;
    font-size: 14px;
    line-height: 1.8;
}
.about-tx ul {
    background: none;
    margin: 0;
    padding: 0;
}
.bengoshi-tx-title {margin: 15px 0 5px;font-weight: bold}
.bengoshi-tx-title:first-child {margin-top: 0;}
.map {margin-bottom: 50px;}
.map iframe {width: 100%;margin-top: 10px;}

/*topic(コラム)*/
.column-list {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    padding-bottom: 15px;
}
.column-list:nth-child(3n) {
    margin-right: 0;
}
.column-list .title-area {
    margin: 5px 0;
    width: 100%;
}
.column-list .time-area {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}
.column-list a {
    text-decoration: none;
}
.column-img img{
    width: 100%;
    height: auto;
}
.single-img {margin-bottom: 30px;}
.single-img img{
    width: 100%;
    height: auto;
}
.column-side {
    margin: 10px 0;
    border-bottom: solid 1px #ccc;
    padding: 0 10px 10px;
}
.column-side .column-img {
    width: 35%;
}
.column-side .title-area {
    width: 60%;
    font-size: 12px;
    margin-right: 0;
}
.side-more {
    display: block;
    text-align: center;
    padding: 10px 0 20px;
}
.profile h3{
    background: url(images/icon-title.png)no-repeat!important;
    background-size: 16px!important;
    border: none;
    color: #234d86;
    background-position-y: 19px!important;
    margin-bottom: 10px;
}
.pro-area {
    border: solid 1px #E2E2E2;
    padding: 30px;
    margin: 0px auto 30px;
    max-width: 785px;
}
.column-l .pro-area p{
    padding: 0 0px;
    text-indent: 0;
}
.pro-img {
    margin-right: 5%;
    width: 30%;
}
.pro-img img{
    width: 100%;
    height: auto;
}
.pro-tx {
    width: 65%;
}
.pro-tx p{
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 12px;
}
.pro-tx strong{
    font-size: 16px;
}
.pro-tx a{
    margin-left: auto;
    display: block;
    width: 180px;
}
.bnr-area {
    width: 500px;
    margin: 40px auto;
}
.bnr-area img{
    margin-bottom: 5px;
}
.bnr-area a{
    color: #333;
    text-decoration: none;
}
.post-step {
  padding: 30px;  
}
.post-step .step {
    font-weight: bold;
}
.post-step .step span {
    font-size: 18px;
    color: #234d86;
}
.post-step .step-arrow {
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
    color: #d6d6d6;
}
table.merit-legal-l {
    margin-bottom: 30px;
}
table.merit-legal-l th {
    width: 25%;
    font-weight: bold;
    background: #e0eaf9;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
table.merit-legal-l td {
    width: 75%;
    line-height: 1.8;
}
table.legal-l th {
    width: 30%;
    font-weight: bold;
}
table.legal-l td {
    width: 17.5%;
    text-align: center;
    padding: 15px 5px;
}
table.legal-l tr:nth-child(2n) {
    background: #e0eaf9;
}
table.legal-l .bold {
    font-weight: 600;
}
table.legal-l .title {
    background: #002b8a;
    color: #fff;
    font-weight: 600;
}

/*ステップ*/
.step {
    position: relative;
}
.step::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #234D86;
    position: absolute;
    top: 0;
    left: 0;
}
.step h3 {
}
.content-area .step h3 {
    background: none;
    color: #413102;
    font-size: 24px;
    padding: 0 0 0 25px;
    margin: 0px 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-area .step h3 span {
    font-size: 20px;
}
.content-area .step h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #234D86;
    position: absolute;
    top: 7px;
    left: -11px;
}
.step-content {
    margin: 0px 0 50px;
    position: relative;
    top: -10px;
}
.chuui {
    margin: 0 30px 30px;
    background: #FFFCE6;
    padding: 30px;
    line-height: 1.6;
}
.chuui em {
    font-style: normal;
}
.step-content ul, .tel-popup ul, .tel-popup-menu ul, .content-area ul.step-ul {
    margin: 0 30px 30px;
    padding: 20px;
    border: solid 1px #E6E6E6;
    background: none;
    border-radius: 0;
}
.step-content li, .tel-popup li, .tel-popup-menu li, .content-area ul.step-ul li {
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}
.step-content li span, .tel-popup li span, .tel-popup-menu li span, .content-area ul.step-ul li span {
    font-weight: 700;
    color: #234D86;
}
.step-content li::before, .tel-popup li::before, .tel-popup-menu li::before, .content-area ul.step-ul li::before {
    content: '●';
    display: block;
    width: 20px;
    height: 20px;
    color: #234D86;
    position: absolute;
    top: 0;
    left: 0;
}

/*フッター*/
footer {
    padding: 25px 0 10px;
    position: relative;
}
.footer-logo img{
    width: 186px;
    background: #234d86;
    padding: 15px 15px 13px;
}
.footer-logo .logo-tx{
    top: -13px;
}
.footer-tx {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.8;
    width: 55%;
}
.site-link {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: 10px 10px 0 0;
}
.site-link a{display: block;padding: 3px 20px;}
.site-link img {
    width:11px;
    position: relative;
    top: -6px;
    left: 3px;
}
.footer-menu {margin: 30px 0 0 0;text-align: center;}
.footer-logo {width: 45%}
.footer-menu li {margin-bottom: 10px;display: inline-block;}
.footer-menu li a {
    font-size: 12px;
}

.copyright {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}
.footer-cta {
    top: 0;
    background: url(/wp-content/uploads/2020/05/footer-bg.png);
    background-size: cover;
    height: 280px;
    position: relative;
}
.footer-cta:before {
    height: 280px;
}
.footer-cta .main-cta-tx {
    color: #fff;
    padding: 35px 0;
}
.line-bnr {
    background: #07B53B;
    width: 240px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 2px 2px 5px #ccc;
    z-index: 90;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.line-btn {
    display: none;
    background: #07B53B;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #d2d2d2;
    margin-top: 0px;
    width: 100%;
}
.line-bnr span, .line-btn span{
    font-size: 12px;
    display: block;
    font-weight: normal;
}
.line-bnr a, .line-btn a{
    display: block;
    padding: 10px;
    color: #fff;
}
.footer-btn {
    display: none;
}

.bnr-close {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 23px;
    cursor: pointer;
    z-index: 1000;
}
.bnr-close img {
    width: 100%;
    height: auto;
}
.fukidashi {
    margin: 40px 0;
    padding: 0 30px;
}
.fukidashi .img{
    width: 58px;
    font-size: 11px;
    text-align: center;
}
.fukidashi .img img{
    margin-bottom: 5px;
}
.fukidashi .tx{
    width: 88%;
    background: #FAFAFA;
    border-radius: 16px;
    padding: 20px;
    position: relative;
}
.fukidashi .tx::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(./images/fukidashi.png)no-repeat;
    position: absolute;
    top: 40px;
    left: -28px;
}
table.kyouyu {
    width: 95%;
    margin: 0 auto 20px;
}
table.kyouyu th {
    width: 50%;
    text-align: center;
    background: #F2FAF6;
    color: #2C9D6D;
    font-size: 16px;
    font-weight: bold;
}
table.kyouyu td {
    width: 50%;
    font-size: 16px;
}
.kyouyu-green {
    color: #2C9D6D;
    font-weight: bold;
    font-size: 18px;
}
.column-l p.noindent {
    text-indent: 0;
}
.cat-post h3{
    background: url(images/icon-title.png)no-repeat!important;
    background-size: 16px!important;
    border: none;
    color: #234d86;
    background-position-y: 19px!important;
    margin-bottom: 10px;
}
.cat-post .fbox {
    margin: 0 20px ;
}

.about-service-img {
    background: #fff;
    border: solid 5px #107f29;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.about-service-img h3 {
    margin: 0 0 30px;
}
.about-service-img::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 46%;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #107f29;
    border-left: 30px solid transparent;
    bottom: -35px;
    transform: rotate(180deg);
}
.about-service-img::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 46%;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
    bottom: -27px;
    transform: rotate(180deg);
}
.post-img {
    margin-bottom: 40px;
}
.hikaku-area {
    background: #e8f0f9;
    padding: 30px;
    margin-bottom: 40px;
}
.hikaku {
    border: solid 1px #434343;
    background: #fff;
    padding: 40px;
    position: relative;
}
.price-img {
    padding: 30px 50px 40px;
}
.jirei {
    border: solid 1px #434343;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.jirei-num {
    background: #1d2088;
    display: inline-block;
    padding: 5px 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.jirei-item {
    width: 48%;
    margin-right: 4%;
    padding-top: 20px;
}
.jirei-item:last-child {margin-right: 0;text-align: center;padding: 0}
.jirei-item div {
    background: #e8e9f3;
    padding: 7px;
    margin-bottom: 5px;
}
.jirei-item div:last-child {
    margin-bottom: 0;
    margin-top: 5px;
}
.legal-i-page .price-table {
    margin: 0 0px 20px;
}
.legal-i-page .price-table th {
    background: #234d86;
    color: #fff;
}
.legal-i-page .price-table td {
    width: 50%;
}
.legal-i-page .price-table .title {
    font-weight: bold;
    background: #e0eaf9;
}
.legal-qa a {
    display: block;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}
.legal-qa a:hover {
    text-decoration: underline;
}
.legal-m-table th {
    background: #e0eaf9;
    font-weight: 600;
    vertical-align: middle;
    width: 35%;
}
.m-jirei {
    margin-bottom: 30px;
}
.m-jirei .item {
    width: 48%;
}
table.price-legal .title {
    font-size: 11px;
}
table.price-legal td {
    font-size: 11px;
}
.tel-popup,.tel-popup-menu {
    display: none;
}
@media (max-width: 480px) {
    .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;
    }
    .cat-post .fbox {
        margin: 0;
    }
    .m-jirei .item {
        width: 100%;
        margin-bottom: 5vw;
    }
}

@media (max-width: 1100px) {
    .header-tel {
        font-size: 2.6vw;
        margin-right: 1vw;
    }
    .contact {
        width: 16.5vw;
        font-size: 1.25vw;
    }
}
@media (max-width: 1024px) {
    .pc {display: none}
    .tb {display: block}
    .sp {display: block}
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .content-area h2:first-child {margin-top: -50px}
    h3 {font-size: 3vw;}
    .container {padding: 0 2vw;}
    .content-single {width: 100%;margin-right: 0;margin-bottom: 40px;}
    
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        background: #fff;
    }
    .logo-area {width:67vw;padding: 0 0 15px 0;}
    .logo-area img {padding: 20px 17px 20px;margin-left: -10px;}
    .head-cta {display: none;}
    .main-v {
        height: 63vw;
        margin-top: 100px;
        padding: 1vw 0 0;
    }
    .main-v-area {max-width: 95vw;}
    .main-tx {
        position: absolute;
        top: 12vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 550px;
    }
    
    .main-v h2 {font-size: 3vw;}
    .main-obj img {width: 38vw;}
    .bnr-cta {width: 40vw;}
    .main-tx .bnr-cta {margin-top: 10px;}
    
    .main-v-page-obj {width: 51vw;}
    .main-v-page-obj img {
        height: 187px;
        object-fit: cover;
        object-position: 100px 0px;
    }
    .main-v-page h2 {margin-top: 50px;}
    
    /*トップページ*/
    .service-item img {width: 1.5vw;}
    .service-item-title {font-size: 1.6vw;}
    .service-item a {padding: 10px;}

    /*ナビメニュー*/
    .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: 26px;
        position: fixed;
        right: 12px;
        top: 11px;
        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: 0 3vw;
        margin-top: 0px;
    }
    
    .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-top: solid 1px #fff;
        line-height: 1;
        position: relative;
        text-align: left;
    }
    .main-nav dt:first-child {border: none;}
    .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: 20px;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;
    }
    .sp-navi:after {
        height: 150px;
        content:"";
        display: block;
    }
    .on {animation: show 0.5s linear 0s;}
     
    @keyframes show{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    
    
    /*トップページ*/
    .top-category-area {padding: 0 40px;}
    .top-category {padding: 110px 85px 70px;}
    .top-category {padding: 80px 50px 70px;}
    
    iframe {width: 100%;height: 300px;}
   .about-low-tx h3 {font-size: 2.5vw}
    .category-item-title {font-size: 1.6vw;}
    .category-item-title span {font-size: 1.4vw;}
    .btn-more {font-size: 1.8vw;width: 390px;}
    .btn-more a {padding: 15px;}
    .btn-more:before {top: 22px;}
    .about-low-tx {padding: 40px 30px;font-size: 1.6vw;}
    .about-low-tx .btn-more {width: 22vw;margin: 0px auto 0;}
    .about-low-tx .btn-more:before {left: 11px;}
    
    /*下層ページ*/
    .main-v-page {margin-top: 102px;}
    .main-tx-page {
        position: absolute;
        top: 0;
        width: 100%;
    }

    /*フッター*/
    .cta-area {width: 94vw;}
    .bnr-cta-tel {font-size: 1.5vw;}
    .tel-num {font-size: 3vw;}
    .bnr-cta-tel, .bnr-cta-mail {width: 44vw;}
    .bnr-cta-tel img {width: 2.8vw;}
    .footer-logo {width: 56vw;}
    .footer-tx {margin-top: 0;width: 40vw;}
    .column-cta .tx-area .bnr-cta-tel, .bnr-cta-mail {
        width: 355px;
        margin: 0 auto;
    }
    .column-cta .tx-area .bnr-cta-tel {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .column-cta .tx-area .bnr-cta-tel .tel-num{
        font-size: 28px;
    }
    .column-cta .column-cta-tit {
        margin: 0 0px;
    }
    .column-cta .tx-area {
        margin: 0 ;
    }
    .content-area .step h3 {
        font-size: 2.7vw;
        padding: 0 0 0 3vw;
        margin: 0px 0 3vw;
    }
    .content-area .step h3 span {
        font-size: 2vw;
    }
    .content-area .step h3::before {
        width: 19px;
        height: 19px;
        top: 1vw;
        left: -7px;
    }
}


@media (max-width: 835px) {
    .column-l {width: 100%;margin-right: 0;}
    .column-r {width: 100%;}
    .main-tx {top: 19vw;}
    .main-v {height: 68vw;}
}
@media (max-width: 720px) {
    .main-v {height: 72vw;}
}
@media (max-width: 650px) {
    .main-v {height: 74vw;}
}
@media (max-width: 610px) {
    .main-v {height: 76vw;}
}

@media (max-width: 480px) {
    body {font-size: 14px}
    .pcbr {display:none;}
    .spbr {display:block;}
    .breadcrumbs {padding: 8px 38vw 7px 0;}
    h2 {font-size: 6.5vw}
    h3 {font-size: 5vw}
    .container {padding: 0 3vw;}
    .logo-area {width: 100%;padding: 0 0 10px 0;}
    .logo-area img {
        width: 29vw;
        padding: 13px 10px;
        margin-left: -5px;
    }
    .logo-tx {font-size: 10px;left: 5px;top: -9px;font-size: 3.4vw;}
    .logo-tx span {font-size: 9px;font-size: 2.8vw;}
    .nav-area {margin: 0;}
    .navbar {}
    .sp-navi {padding: 0 5vw;}
    .sp-btn {
        width: 48px;
        height: 48px;
        padding-top: 14px;
        right: 7px;
        top: 7px;
    }
    .main-nav {margin: 0 0 30px;}
    nav.open {height: 100vh;}
    .sp-navi.open{height: 90vh;}

    .lightbox .lb-image {border: 10px solid white;}
    /*トップ*/
    .main-v {
        height: 232vw;
        margin-top: 60px;
        padding: 5vw 0 0;
        background: url(/wp-content/uploads/2020/06/main-sp.jpg)no-repeat;
        background-size: 152%;
    }
    .main-nav a {font-size: 3.5vw;}
    .accordionlist dd {padding: 10px 20px;}
    .sub-menu li {
        background: url(/wp-content/uploads/2020/06/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;
    }

    .main-cta {height: 110vw;position: static;margin-top: 3vw;}
    .main-cta:before {height: 110vw;}
    .bnr-cta-tel {font-size: 3vw;}
    .tel-num {font-size: 6.5vw;}
    .bnr-cta-tel img {width: 4.8vw;}
    .main-tx {
        top: 19vw;
    }
    .main-v h2 {margin: 10px 0 5px;font-size: 6.5vw;line-height: 1.8;}
    .main-cta-tx {padding: 18px 20px;text-align: left;font-size: 3.8vw;}
    .bnr-cta-tel, .bnr-cta-mail {
        width: 100%;
        margin-bottom: 15px;
        height: 16vw;
    }
    .bnr-cta-mail a {padding: 5vw 10px;}
    .bnr-cta-tel {padding: 3.5vw 10px 0px;}
    .bnr-cta-mail {font-size: 3.5vw;}
    .bnr-cta-mail img {width: 25px;margin-right: 10px;}
    .top-news-area {
        margin-top: 0;
    }
    .top-news-area h3 {font-size: 7vw;}
    .news-cat {padding: 1px 10px;}
    .tab-menu {font-size: 2.5vw;}
    .top-news-area .panel {padding: 35px 20px 20px;}
    .news-cat {margin: 0 10px;}
    .top-news-area .time-area {width: 100%;}
    .top-news-area .title-area {width: 100%;}
    .top-news-area .time-area-info {width: 100%;}
    .top-news-area .title-area-info {width: 100%;margin-top: 5px}
    .top-news-area .time-area-voice {width: 100%;}
    .top-news-area .title-area-voice {width: 100%;margin-top: 5px}
    .top-about {margin: 60px 0;}
    .top-about img {width: 70%;}
    .top-about .kome {text-align: left;font-size: 12px;}
    .service-item-list {margin-top: 30px;}
    .service-item {width: 48%;margin-right: 2%;}
    .service-item:nth-child(2n) {margin-right: 0;}
    .service-item img {width: 2.5vw;}
    .service-item-title {font-size: 3.6vw;}
    .top-category-area {padding: 0 20px;margin-top: 160px;}
    .top-category {padding: 25px 15px 70px;}
    .top-category-tx {
        color: #313131;
        font-size: 3.5vw;
        margin: 30px 0;
    }
    .category-item {width: 100%;margin-right: 0;}
    .category-item-title {font-size: 3.6vw;width: 100vw;}
    .category-item-title span {font-size: 3vw;}
    .btn-more {width: 90%;font-size: 2.8vw;}
    .about-low-tx .btn-more {width: 36vw;}
    .btn-more:before {
        width: 15px;
        background-size: 15px;
        position: relative;
        top: 21px;
        left: 15px;
    }
    .btn-more img {width: 10px;}
    .about-low-tx h3 {font-size: 5vw;}
    .about-low-tx {width: 100%;margin: 0 auto;font-size: 3.5vw;padding: 30px 30px;}
    .about-low-img {width: 85%;margin: 0 auto;padding-top: 50px;}
    .low-logo {width: 60%;}
    .access {margin: 60px 0;}
    .access-map {width: 100%;margin-right: 0;margin-bottom: 40px;}
    .access h3 {margin-bottom: 30px;}
    
    /*下層ページ*/
    .content-area p {padding: 0;}
    .content-area h3 {font-size: 4.5vw;margin: 50px 0px 30px;}
    .content-area h3:first-child {margin-top: 0}
    .content-area h5 {margin-left: 0px;}
    .main-v-page {margin-top: 60px;}
    .main-v-page h2 {font-size: 5.5vw;margin-top: 35px;}
    .main-v-page-obj {width: 70vw;}
    .main-v-page-obj img {height: 85px;}
    .main-sub,.main-cat {font-size: 2.5vw;position: relative;z-index: 2;}
    .content-area h2 {
        font-size: 4.5vw;
        margin-left: 45px;
        text-indent: -38px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .content-area h2:before {
        width: 40px;
        background-size: 40px;
        left: -7px;
        top: 35px;
    }
    .cat-area {
        margin-bottom: 20px;
        padding: 30px 12px 15px;
        font-size: 3.5vw;
    }
    .cat-area img {width: 180px;top: -19px;}
    .cat-area div {
        margin-top: -41px;
        text-align: right;
        margin-bottom: 15px;
    }
    .cat-list-bg {padding: 20px 0;}
    .voice-list {margin: 0 20px 15px;}
    .voice-list a {padding: 15px 45px 15px 15px;}
    .link-list {margin: 0 20px 15px;}
    .link-list a {padding: 10px 40px 10px 0px;}
    .inyou {
        padding: 16px 35px 1px;
        background-size: 25px;
        background-position: 5px 5px;
        line-height: 1.8;
        margin: 0 0px 20px;
    }
    .ex-link {margin: 0 10px 20px;}
    .column-dl dd{padding: 20px 0px;}
    /*目次*/
    #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;}
    
    /*事務所概要*/
    .about-img {width: 100%;margin-right: 0;}
    .about-tx {width: 100%;margin-top: 30px;}
    .about-img {width: 100%;margin-right: 0;}
    .about-tx {margin-top: 20px;width: 100%}
    .map iframe {height: 280px;}
    
    /*感謝の声*/
    .cat {
        display: block;
        padding: 0px 25px;
        margin-bottom: 5px;
        width: 98px;
    }
    /*お知らせセミナー*/
    .cat-area-info .cat {
        display: inline-block;
        padding: 0px 25px;
        margin-bottom: 5px;
        width: auto;
    }
    .time-area {width: 100%;}
    .title-area {width: 100%;margin-top: 5px;}
    .voice-list:after {top: 42%;}
    .link-list:after {top: 27%;}
    
    /*b-type*/
    .b-type:after {display: none;}
    .b-type a{padding: 10px;}
    .cat-tx {width: 76%;font-size: 3.5vw;}
    
    /*料金*/
    .price-page h3 {margin-bottom: 0;}
    .price-tx-area-w {
        padding: 20px;
        margin: 0;
    }
    .price-tx-area {
        padding: 10px;
        margin: 0;
    }
    .price-table {margin: 0 0px 20px;}

    /*topic(コラム)*/
    .column-list {
        width: 49%;
    }
    .column-list:nth-child(3n) {
        margin-right: 2%;
    }
    .column-list:nth-child(2n) {
        margin-right: 0;
    }
    .column-side .title-area {
        font-size: 14px;
    }
    .pro-area {
        padding: 4vw;
    }
    .pro-img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-tx {
        width: 100%;
    }
    .profile h3 {
        margin-bottom: 0;
        margin-left: 0;
    }
    .column-l p {
        padding: 0 0px!important;
        text-indent: 1em;
    }
    .bnr-area {
        width: 100%;
        margin: 5vw auto;
        font-size: 3vw;
    }

    /*コンタクト*/
    .contact-form-area {padding: 0;}
    .contact-form-area dt {width: 77%;margin-bottom: 5px;}
    .contact-form-area dd {width: 100%;}
    
    
    /*フッター*/
    .cta-area {width: 100%;}
    .footer-cta, .footer-cta:before {height: 115vw;}
    .footer-logo img {padding: 7px 7px 7px;width: 120px}
    .footer-logo {width: 100%;}
    .footer-logo .logo-tx {top: -6px;}
    .footer-tx {margin-top: 15px;width: 100%;}
    .copyright {padding: 10px 20px;font-size: 10px;}
    .column-cta {margin: 3vw 0 5vw;}
    .column-cta .column-cta-tit {
        margin-bottom: 0;
        font-size: 4.5vw;
        padding: 3vw;
    }
    .column-cta .tx-area {
        margin: 0 0px;
        padding: 5vw;
    }
    .column-cta .tx-area .bnr-cta-tel {
        font-size: 3vw;
    }
    .column-cta .tx-area .bnr-cta-tel .tel-num {
        font-size: 6vw;
    }
    .column-cta .tx-area .bnr-cta-tel .tel-time {
        top: -12px;
    }
    .column-cta .tx-area .bnr-cta-mail {
        font-size: 3.2vw;
    }
    .line-btn {display: block;}
    .line-bnr {
        width: 64vw;
        bottom: 3vw;
        right: 3vw;
        font-size: 4.4vw;
        display: none;
    }
    .line-bnr span, .line-btn span{
        font-size: 3vw;
    }
    .bnr-close {
        top: -3vw;
        right: -1vw;
    }
    .footer-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer-btn .item {
        width: 50%;
    }
    .footer-btn .item a {
        display: flex;
        justify-content: center;
        color: #fff;
        padding: 4vw;
        text-align: center;
    }
    .footer-btn .item:first-child {
        background: #234d86;
    }
    .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;
    }
    table.kyouyu {
        width: 100%;
        margin: 0 auto 5vw;
    }
    table.kyouyu th,table.kyouyu td {
        font-size: 3.2vw;
    }
    .kyouyu-green {
        font-size: 15px;
    }
    .jirei {padding: 25px 10px 10px;}
    .jirei-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .about-service-img {
        padding: 3vw;
        margin-bottom: 3vw;
    }
    .hikaku-area {
        padding: 3vw;
        margin-bottom: 4vw;
    }
    .hikaku {
        padding: 4vw;
    }
    .step {
        padding: 0 0 0 5vw;
    }
    .content-area .step h3 {
        font-size: 4.8vw;
        padding: 0 0 0 0vw;
        margin: 0px 0 4vw;
    }
    .content-area .step h3 span {
        font-size: 4vw;
    }
    .content-area .step h3::before {
        width: 15px;
        height: 15px;
        top: 1vw;
        left: -24px;
    }
    .step-content ul, .tel-popup ul, .tel-popup-menu ul, .content-area ul.step-ul {
        margin: 0 0px 6vw;
        padding: 2vw;
    }
    .chuui {
        margin: 0 0px 5vw;
        padding: 4vw;
    }
    .tel-popup, .tel-popup-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 2vw;
        opacity: 0;
        z-index: -1;
        transition: all 0.5s;
    }
    .tel-popup-inner {
        background: #fff;
        border: solid 4px #234d86;
        height: 88vh;
        padding: 4vw;
        overflow: scroll;
    }
    .tel-popup h3, .tel-popup-menu h3 {
        text-align: center;
        margin: 3vw 0;
        font-size: 5vw;
        line-height: 1.4;
    }
    .tel-popup p, .tel-popup-menu p {
        line-height: 1.5;
        margin-bottom: 3vw;
    }
    .tel-popup p span, .tel-popup-menu p span {
        font-weight: 700;
        text-decoration: underline;
    }
    .tel-popup ul, .tel-popup-menu ul {
        margin: 0 0px 3vw; 
    }
    .tel-popup-close, .tel-popup-close-menu {
        text-align: center;
        margin: 5vw 0 0;
        color: #234D86;
        text-decoration: underline;
    }
    .tel-pop-btn {
        background: #234D86;
        color: #fff;
        padding: 4vw;
        margin: 0 auto;
        display: flex;
        width: 80%;
        align-items: center;
    }
    .tel-pop-btn img {
        width: 7vw;
        margin-right: 5vw;
    }
}

@media (max-width: 320px) {}