@charset "UTF-8";
/* CSS Document */
html, body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.wrap section.size-full {
  width: auto;
}
.wrap section.size-full .contents-box, .wrap section.size-full .contents-box2, .wrap section.size-full .contents-box3 {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

footer article.footer section .contents-box2.company dl.dl_style dd a {
  color: #fff !important;
  text-decoration: underline;
}

.luxbar-navigation .luxbar-item.contact span a {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

footer article.footer section.f_bottom .f_logo span.tel a {
  color: #C2AD94 !important;
}

article.yoyaku section .yoyaku_box .cont_box .tel a {
  color: #948175;
}

article section {
  position: relative;
}
article section:before {
  content: "";
  position: absolute;
}
article section .contents-wrap:last-child {
  padding-bottom: 80px;
}

.txt_mincho {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 800px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_kaigyo {
    display: block !important;
  }

  .sp_hide480 {
    display: none !important;
  }
}
/* ヘッダー
---------------------------------------------------------------------------------------------------------------------------------------*/
.tel_icon {
  height: 60px;
}

.bg_h1 {
  background: #534741;
  color: #C2AD94;
}
.bg_h1 h1 {
  width: 1024px;
  margin: 0 auto;
}

body#top header article.header {
  background: url(../images/top/header01.jpg) no-repeat center;
  background-size: cover;
}

body#lawyer header article.header {
  background: url(../images/lawyer/header02.jpg) no-repeat center;
  background-size: cover;
}

body#fee header article.header {
  background: url(../images/fee/header03.jpg) no-repeat center;
  background-size: cover;
}

body#contact header article.header {
  background: url(../images/contact/header04.jpg) no-repeat center;
  background-size: cover;
}

header article.header {
  position: relative;
}
header article.header:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header article.header section .h_box {
  text-align: center;
}
header article.header section .h_box .h_logo img {
  width: 40%;
  margin-bottom: 60px;
  margin-top: 100px;
}
header article.header section .h_box h2 {
  font-size: 18px;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
header article.header section .h_box .h_img img {
  margin-bottom: 250px;
}

@media screen and (min-width: 1024px) {
  .header_logo {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  body#top header article.header {
    background: url(../images/sp/sp_header01.jpg) no-repeat center;
    background-size: cover;
  }

  body#lawyer header article.header {
    background: url(../images/sp/sp_header02.jpg) no-repeat center;
    background-size: cover;
  }

  body#fee header article.header {
    background: url(../images/sp/sp_header03.jpg) no-repeat center;
    background-size: cover;
  }

  body#contact header article.header {
    background: url(../images/sp/sp_header04.jpg) no-repeat center;
    background-size: cover;
  }

  header {
    margin-top: 100px;
  }
  header article.header section .h_box .h_logo {
    display: none;
  }
  header article.header section .h_box h2 {
    border: none;
    padding-top: 220px;
  }
  header article.header section .h_box .h_img {
    display: none;
  }
  header article.header section .h_box .h_logo_sp {
    text-align: right;
    margin-top: 100px;
    padding: 10px;
    display: block;
  }

  .bg_h1 {
    display: none;
  }
}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
.f_col_01 {
  color: #fff;
}

.f_col_02 {
  color: #C2AD94;
}

.f_col_03 {
  color: #534741;
}

.bg_col01 {
  background: #C4AF96;
}

.bg_col02 {
  background: #534741;
}

.bg_col03 {
  background: #948175;
}

.bg_col04 {
  background: #FFF6F3;
}

body#lawyer header article.header section .h_box h2 {
  border: none;
}
body#lawyer header article.header section .h_box h2 a {
  display: inline-block;
  border: solid 1px #C2AD94;
  border-radius: 3px;
  background: #534741;
  color: #C2AD94;
  padding: 3px 15px;
  transition: all .3s;
  margin: 0 20px;
}
body#lawyer header article.header section .h_box h2 a:hover {
  text-decoration: none;
  background: #C2AD94;
  color: #534741;
}

.nav_list {
  width: 1024px;
  margin: auto;
  padding-top: 10px;
}

h3.title {
  width: 100%;
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 80px;
}
h3.title:after {
  content: "";
  position: absolute;
  width: 8%;
  margin: 0 auto;
  border-bottom: solid 2px #534741;
  left: 0;
  right: 0;
  bottom: 0;
}
h3.title.border_col01:after {
  border-color: #fff;
}

.scroll_style::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.scroll_style::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.scroll_style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #534741;
}

.scroll_style {
  scrollbar-arrow-color: #C4AF96;
  scrollbar-face-color: #534741;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-track-color: #fff;
}

.scroll_style a {
  text-decoration: underline;
}

.scroll_style a:link {
  text-decoration: underline;
}

.scroll_style a:visited {
  text-decoration: underline;
}

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

.anchor_link {
  margin-top: -120px;
  padding-top: 120px;
}

.f_size_ss {
  font-size: 60%;
}

.f_size_s {
  font-size: 80%;
}

.f_size_m {
  font-size: 90%;
}

article.news section .news_box {
  padding-bottom: 30px;
}
article.news section .news_box ul {
  height: 320px;
  overflow-y: scroll;
  width: 90%;
  margin: 0 auto;
}
article.news section .news_box ul li {
  display: flex;
  padding-bottom: 10px;
}
article.news section .news_box ul li span:first-child {
  padding-right: 2em;
}

article.principle section img {
  width: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

article.tokushoku section .tokushoku_box {
  height: 500px;
  border: solid 1px #534741;
  padding: 25px 20px;
}
article.tokushoku section .tokushoku_box h4 {
  font-size: 22px;
  text-align: center;
  color: #DD8B47;
}
article.tokushoku section .tokushoku_box p.point {
  text-align: center;
  color: #968375;
  padding: 20px 0;
}

article.practice-areas section {
  width: auto;
}
article.practice-areas section .contents-wrap:last-child {
  padding-bottom: 0;
}
article.practice-areas section .contents-wrap .contents-box3 {
  padding: 0;
  margin: 0;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box {
  height: 100%;
  position: relative;
  padding: 30px 30px 20px 30px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(83, 71, 65, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu01 {
  background: url(../images/top/img_gyomu01.jpg) no-repeat center;
  background-size: cover;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu02 {
  background: url(../images/top/img_gyomu02.jpg) no-repeat center;
  background-size: cover;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 {
  height: 63%;
  background: url(../images/top/img_gyomu03.jpg) no-repeat center;
  background-size: cover;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 {
  height: 37%;
  background: url(../images/top/img_gyomu04.jpg) no-repeat center;
  background-size: cover;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail {
  position: relative;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 img {
  height: auto;
  width: 300px;
  text-align: left;
  margin-bottom: 20px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail:before {
  content: "";
  position: absolute;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail p {
  margin-bottom: 50px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail ul {
  margin-left: 1em;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail ul li {
  position: relative;
  padding-left: 18px;
  vertical-align: middle;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}

article.area section .contents-wrap .contents-box2 .area_msg {
  line-height: 2em;
  padding-top: 50px;
}
article.area section .contents-wrap .contents-box2 img {
  width: 70%;
  margin: 0 auto;
}
article.area section .contents-wrap .contents-box2 dl dt {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
}
article.area section .contents-wrap .contents-box2 dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #534741;
  vertical-align: middle;
}
article.area section .contents-wrap .contents-box2 dl dd {
  padding-left: 18px;
}
article.area section .contents-wrap .rosen {
  position: relative;
  border: solid 1px #736357;
  padding: 40px 30px 30px 30px;
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
}
article.area section .contents-wrap .rosen h4 {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 10em;
  color: #fff;
  background: #736357;
  padding: 3px 0;
}

article.lawyer_info section h3.title:after {
  border-color: #C4AF96;
}
article.lawyer_info section .contents-wrap {
  width: 75%;
  margin: 0 auto;
/*  justify-content: space-between;*/
  justify-content: center;
}
article.lawyer_info section .contents-wrap .contents-box2 {
/*  width: 35%;*/
  width: 40%;
  margin-top: 30px;
}
article.lawyer_info section .contents-wrap .contents-box2 img {
  border-radius: 50%;
}
article.lawyer_info section .contents-wrap .contents-box2 p .name {
  padding-left: 1em;
}
article.lawyer_info section .contents-wrap .contents-box2 a {
  text-align: center;
  width: 5em;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  color: #C2AD94;
  border: solid 1px #C2AD94;
  padding: 3px 15px;
  transition: all .3s;
}
article.lawyer_info section .contents-wrap .contents-box2 a:hover {
  text-decoration: none;
  background: #C2AD94;
  color: #534741;
}

/* lawyer */
.img_symbol {
  width: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.img_symbol.mb {
  margin-bottom: 150px;
}

article.lawyer_detail section h3.title {
  font-size: 32px;
}
article.lawyer_detail section h3.title span {
  font-size: 80%;
  padding-top: 15px;
  display: block;
  color: #C2AD94;
}
article.lawyer_detail section .img_lawyer {
  position: relative;
}
article.lawyer_detail section .img_lawyer img {
  width: 296px;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
}
article.lawyer_detail section .msg {
  margin-top: 200px;
  margin-bottom: 70px;
  text-align: center;
}
article.lawyer_detail section .work {
  border: solid 1px #C2AD94;
  padding: 40px 30px 0 30px;
}
article.lawyer_detail section .work dl dt {
  font-size: 24px;
  color: #FFC895;
  padding-bottom: 20px;
}
article.lawyer_detail section .work dl dd {
  padding-bottom: 40px;
}
article.lawyer_detail section .lawyer_detail_box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
article.lawyer_detail section .lawyer_detail_box a:link {
  color: #fff;
  text-decoration:underline;
}
article.lawyer_detail section .lawyer_detail_box a:visited {
  color: #fff;
}
article.lawyer_detail section .lawyer_detail_box a:hover {
  color: #c03;
}
article.lawyer_detail section .lawyer_detail_box a:active {
  color: #c03;
}
article.lawyer_detail section .lawyer_detail_box .acordion a:link {
  color: #c03;
  text-decoration:underline;
}
article.lawyer_detail section .lawyer_detail_box .acordion a:visited {
  color: #c03;
}
article.lawyer_detail section .lawyer_detail_box .acordion a:hover {
  color: #c03;
}
article.lawyer_detail section .lawyer_detail_box .acordion a:active {
  color: #c03;
}



@media screen and (max-width: 480px) {
  article.lawyer_detail section .lawyer_detail_box ul {
    list-style-type: square;
  }
}

article.lawyer_detail section .lawyer_detail_box h4 {
  text-align: center;
  color: #FFC895;
  margin-bottom: 50px;
  margin-top: 80px;
}
article.lawyer_detail section .lawyer_detail_box table tr th {
  width: 5em;
  text-align: right;
}
article.lawyer_detail section .lawyer_detail_box table tr td {
  padding-left: 25px;
}
article.lawyer_detail section .lawyer_detail_box.box02 {
  margin-top: -1em;
}
article.lawyer_detail section .lawyer_detail_box.box02 h4 {
  color: #968375;
  margin-bottom: 0;
  cursor: pointer;
}
article.lawyer_detail section .lawyer_detail_box.box02 h5 {
  font-weight: bold;
  padding-bottom: 20px;
}
article.lawyer_detail section .lawyer_detail_box.box02 p {
  line-height: 1.8em;
}
article.lawyer_detail section .lawyer_detail_box.box02 ul li {
  padding-bottom: 10px;
}
article.lawyer_detail section .lawyer_detail_box.box02 ul.list02 li {
  padding-left: 1em;
}
article.lawyer_detail section .lawyer_detail_box .lawyer_name {
  text-align: right;
  margin-top: 80px;
}
article.lawyer_detail section .lawyer_detail_box .lawyer_name img {
  width: 140px;
}
article.lawyer_detail section .lawyer_detail_box .acordion {
  border-bottom: solid 1px #948175;
  margin-bottom: 0;
  padding-bottom: 0;
}
article.lawyer_detail section .lawyer_detail_box .acordion h4.trigger {
  margin-top: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
article.lawyer_detail section .lawyer_detail_box .acordion h4.trigger:after {
  content: "";
  position: absolute;
  background: url(../images/lawyer/icon01.png) no-repeat;
  background-size: 100%;
  right: 30px;
  height: 1.3em;
  width: 1.3em;
  transition: all .2s;
}
article.lawyer_detail section .lawyer_detail_box .acordion.active {
  padding-bottom: 50px;
}
article.lawyer_detail section .lawyer_detail_box .acordion.active h4.trigger:after {
  background: url(../images/lawyer/icon02.png) no-repeat;
  background-size: 100%;
  transition: all .2s;
}

.space {
  height: 60px;
}
.space.large {
  height: 640px;
  position: relative;
}
.space.large img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* fee */
article.fee_meyasu section .msg {
  margin-top: 20px;
}
article.fee_meyasu section h4 {
  border-left: solid 2px #534741;
  padding-left: 15px;
  margin-top: 60px;
}
article.fee_meyasu section .fee_meyasu_box {
  padding: 30px 40px;
}
article.fee_meyasu section .fee_meyasu_box table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
article.fee_meyasu section .fee_meyasu_box table th {
  border: solid 1px #534741;
  background: #C2AD94;
  color: #fff;
}
article.fee_meyasu section .fee_meyasu_box table td {
  border: solid 1px #534741;
  text-align: center;
}
article.fee_meyasu section .fee_meyasu_box table td:first-child {
  text-align: left;
  padding-left: 1em;
}
article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(1) {
  width: 40%;
}
article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(2) {
  width: 30%;
}
article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(3) {
  width: 30%;
}
article.fee_meyasu section .fee_meyasu_box table.table02 td:nth-child(1) {
  width: 50%;
}
article.fee_meyasu section .fee_meyasu_box table.table02 td:nth-child(2) {
  width: 50%;
}
article.fee_meyasu section .fee_meyasu_box table.table03 td:nth-child(1) {
  width: 60%;
}
article.fee_meyasu section .fee_meyasu_box table.table03 td:nth-child(2) {
  width: 40%;
}
article.fee_meyasu section .fee_meyasu_box ul li {
  position: relative;
  padding-left: 18px;
  vertical-align: middle;
}
article.fee_meyasu section .fee_meyasu_box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #534741;
  vertical-align: middle;
}

article.access section h3.title:after {
  border-color: #fff;
}
article.access section .com_info span {
  display: inline-block;
  margin-bottom: 10px;
}
article.access section .com_info a {
  color: #fff;
}
article.access section .moyori {
  margin-top: 30px;
}
article.access section .moyori dl dt {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
}
article.access section .moyori dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}
article.access section .moyori dl dd {
  padding-left: 1em;
}
article.access section .map {
  text-align: right;
  width: 75%;
}

/* contact */
article.yoyaku section .yoyaku_box {
  padding-top: 70px;
}
article.yoyaku section .yoyaku_box .title {
  display: flex;
  position: relative;
}
article.yoyaku section .yoyaku_box .title img {
  position: absolute;
}
article.yoyaku section .yoyaku_box .title h4 {
  font-size: 26px;
  padding-left: 140px;
  padding-top: 30px;
  color: #948175;
}
article.yoyaku section .yoyaku_box .cont_box {
  padding-top: 20px;
  padding-left: 140px;
}
article.yoyaku section .yoyaku_box .cont_box p {
  padding-bottom: 30px;
}
article.yoyaku section .yoyaku_box .cont_box p a {
  color: #BE272D;
}
article.yoyaku section .yoyaku_box .cont_box .tel {
  font-size: 36px;
  color: #948175;
}
article.yoyaku section .yoyaku_box .cont_box .tel span {
  font-size: 80%;
}

article.mail section #mailformpro {
  margin-top: 40px;
}
article.mail section #mailformpro label {
  white-space: normal;
}
article.mail section #mailformpro dl dt {
  font-size: 18px;
  border: none;
  width: 250px;
}
article.mail section #mailformpro dl dd {
  font-size: 18px;
  border: none;
  padding-left: 260px;
}
article.mail section #mailformpro dl dd input[type=text], article.mail section #mailformpro dl dd input[type=email], article.mail section #mailformpro dl dd input[type=tel] {
  height: 36px;
  line-height: 36px;
}
article.mail section #mailformpro dl .mail_info {
  color: #C1976D;
  padding-bottom: 0;
}
article.mail section #mailformpro dl.items label {
  display: block;
}
article.mail section #mailformpro dl.items label span {
  display: block;
  margin-left: 24px;
}
article.mail section #mailformpro button {
  font-size: 18px;
  border: solid 1px #534741;
  border-radius: 5px;
  color: #fff;
  padding: 5px 40px;
  cursor: pointer;
}
article.mail section #mailformpro button[type=submit] {
  background: #C1976D;
}
article.mail section #mailformpro button[type=reset] {
  background: #C2AD94;
}
article.mail section #mailformpro button:hover {
  opacity: .8;
}

article.privacy section h3.title {
  color: #C2AD94;
}
article.privacy section h3.title:after {
  border-color: #C2AD94;
}
article.privacy section .msg {
  padding: 50px 0;
}
article.privacy section dl dt {
  color: #C2AD94;
  margin-top: 30px;
  padding-bottom: 20px;
}
article.privacy section dl dd ul li:before {
  content: "・";
}
article.privacy section .address {
  margin-top: 120px;
}
article.privacy section .address p {
  color: #C2AD94;
  padding-bottom: 20px;
}
article.privacy section .address .address_box a {
  color: #fff;
  text-decoration: underline;
}

/* フッター
---------------------------------------------------------------------------------------------------------------------------------------*/
footer article.footer {
  background: url(../images/common/footer.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
}
footer article.footer:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer article.footer section dl.dl_style dt {
  width: 4em;
  display: flex;
  justify-content: space-between;
}
footer article.footer section dl.dl_style dd {
  margin-bottom: 25px;
}
footer article.footer section dl.dl_style dd span.mail {
  padding-left: 1em;
}
footer article.footer section dl.dl_style dd span.mail a {
  color: #fff;
}
footer article.footer section iframe {
  width: 100%;
  height: 320px;
}
footer article.footer section .contents-box2.company_bottom .moyori dl dt {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
}
footer article.footer section .contents-box2.company_bottom .moyori dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}
footer article.footer section .contents-box2.company_bottom .moyori dl dd {
  padding-left: 1em;
}
footer article.footer section .contents-box2.company_bottom .moyori p.info {
  position: relative;
  padding-left: 1em;
}
footer article.footer section .contents-box2.company_bottom .moyori p.info:before {
  content: "※";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
}
footer article.footer section.f_bottom {
  width: auto;
}
footer article.footer section.f_bottom .f_logo {
  height: 85px;
  display: flex;
  justify-content: center;
}
footer article.footer section.f_bottom .f_logo a img {
  height: 45px;
  margin-top: 20px;
}
footer article.footer section.f_bottom .f_logo span.tel {
  font-size: 32px;
  color: #C2AD94;
  margin-top: 28px;
  padding-left: 30px;
}
footer article.footer section.f_bottom .f_bottom_wrap {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_msg {
  margin-top: 40px;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi {
  margin: 50px auto;
  font-size: 15px;
  display: flex;
  justify-content: space-around;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul {
  color: #fff;
  display: flex;
  justify-content: space-around;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li {
  border-right: solid 1px #fff;
  padding-right: 10px;
  padding-left: 5px;
  text-align: center;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li a {
  color: #fff;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_l {
  width: 40%;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_r {
  width: 60%;
}
footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul:first-child li:first-child {
  border-left: solid 1px #fff;
}

article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 {
  margin-bottom: 20px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_num {
  font-size: 98px;
  width: 95px;
  display: block;
  float: left;
  margin-top: 15px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box {
  width: 75%;
  float: left;
  padding-left: 8px;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: bolder;
  display: block;
}
article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
  font-size: 26px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 801px) and (max-width: 1399px) {
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_num {
    font-size: 7.1vw;
    width: 25%;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box {
    padding-left: .3em;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    font-size: 1.7vw;
    padding-bottom: .25em;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 3vw;
    line-height: 1em;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu02 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 2.5vw;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    font-size: 1.7vw;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 2.8vw;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    padding-bottom: 0;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 2.2vw;
    line-height: .9em;
  }
}
@media screen and (min-width: 1400px) {
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_num {
    font-size: 98px;
    width: 95px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box {
    padding-left: 8px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    font-size: 24px;
    padding-bottom: 5px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 42px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu02 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 34px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 40px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_num {
    margin-top: 20px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .bg_h1 h1 {
    width: 100%;
  }

  .anchor_link {
    margin-top: -85px;
    padding-top: 85px;
  }

  .nav_list {
    padding-left: 20px;
    width: auto;
  }

  header {
    margin-top: 85px;
  }

  .wrap section.size-full .contents-box, .wrap section.size-full .contents-box2, .wrap section.size-full .contents-box3 {
    width: 100%;
  }

  article.tokushoku section .tokushoku_box {
    height: 560px;
  }

  article.area section .contents-wrap .rosen {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .anchor_link {
    margin-top: -60px;
    padding-top: 60px;
  }

  header {
    margin-top: 60px;
  }

  article.principle section p {
    text-align: left;
  }

  article.tokushoku section .contents-box3 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  article.tokushoku section .tokushoku_box {
    height: auto;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03, article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 {
    height: auto;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail ul {
    margin-bottom: 50px;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail > div {
    text-align: center;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 {
    display: inline-block;
    margin: 20px auto 60px auto;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box {
    width: auto;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    text-align: left;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    text-align: left;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_num {
    margin-top: 25px;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    padding-bottom: 0;
  }
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu04 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    line-height: .9em;
  }

  article.area section .contents-wrap .contents-box2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  article.area section .contents-wrap .contents-box2 .area_msg {
    padding-top: 0;
  }
  article.area section .contents-wrap .contents-box2 img {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 40%;
  }
  article.area section .contents-wrap .rosen {
    width: 90%;
  }

  article.lawyer_info section .contents-wrap .contents-box2 {
    width: 100%;
    margin-top: 0;
  }
  article.lawyer_info section .contents-wrap .contents-box2 img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  article.fee_meyasu section h4 {
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 30px;
    padding-left: 0;
    border: none;
  }
  article.fee_meyasu section h4:after {
    content: "";
    position: absolute;
    width: 8%;
    margin: 0 auto;
    border-bottom: solid 2px #534741;
    left: 0;
    right: 0;
    bottom: 0;
  }
  article.fee_meyasu section .fee_meyasu_box {
    padding-right: 10px;
    padding-left: 10px;
  }
  article.fee_meyasu section .fee_meyasu_box table {
    margin-top: 0;
  }
  article.fee_meyasu section .fee_meyasu_box table td:first-child {
    padding-left: 5px;
  }
  article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(1) {
    width: 60%;
  }
  article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(2) {
    width: 20%;
  }
  article.fee_meyasu section .fee_meyasu_box table.table01 td:nth-child(3) {
    width: 20%;
  }
  article.fee_meyasu section .fee_meyasu_box table.table02 td:nth-child(1) {
    width: 60%;
  }
  article.fee_meyasu section .fee_meyasu_box table.table02 td:nth-child(2) {
    width: 40%;
  }

  article.access section .com_info {
    width: 90%;
    margin: 0 auto;
  }
  article.access section .moyori {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  article.access section .map {
    margin: 0 auto;
  }
  article.access section .map p {
    text-align: center;
  }

  article.yoyaku section .yoyaku_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  article.yoyaku section .yoyaku_box .cont_box {
    padding-top: 40px;
    padding-left: 0;
  }
  article.yoyaku section .yoyaku_box .cont_box .tel_time {
    text-align: center;
  }
  article.yoyaku section .yoyaku_box .cont_box .tel_time .time {
    display: block;
  }

  .space.large {
    height: 300px;
  }

  article.mail section #mailformpro dl dt {
    width: auto;
  }
  article.mail section #mailformpro dl dd {
    padding-left: 0;
    padding-bottom: 10px;
  }

  footer article.footer {
    background: url(../images/sp/sp_footer.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }
 <!--background:#534741;-->

  footer article.footer section h3.title:after {
    border: none;
  }
  footer article.footer section h3 img {
    height: 60px;
    max-width: 100%;
  }
  footer article.footer section .contents-box2 {
    text-align: center;
  }
  footer article.footer section .contents-box2.company dl.dl_style dt {
    display: none;
  }
  footer article.footer section .contents-box2.company dl.dl_style dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    line-height: 1.7em;
  }
  footer article.footer section .contents-box2.company_bottom_img {
    padding-top: 0;
  }
  footer article.footer section .contents-box2.company_bottom {
    text-align: left;
  }
  footer article.footer section .contents-box2.company_bottom .moyori {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  footer article.footer section .contents-box2 iframe {
    width: 100%;
    max-width: none;
    height: 500px;
  }
  footer article.footer section .contents-box2:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer article.footer section .contents-wrap:last-child {
    padding-bottom: 0;
  }
  footer article.footer section.f_bottom .f_logo {
    display: none;
  }
  footer article.footer section.f_bottom .f_bottom_wrap {
    width: 85%;
    margin: 0 auto;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_msg {
    display: none;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi {
    font-size: 20px;
    justify-content: flex-start;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul {
    display: block;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul:first-child li:first-child {
    border: none;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li {
    border: none;
    text-align: left;
    padding-bottom: 12px;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li:first-child {
    border: none;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li a {
    display: inline-block;
    border-left: solid 3px #fff;
    padding-left: 8px;
    line-height: 1em;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_l {
    width: 30%;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_r {
    width: 70%;
  }
  footer article.footer section.f_bottom .copy {
    background: #534741;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  header article.header section .h_box h2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px;
    margin-bottom: 10px;
  }

  header article.header section .h_box .h_logo_sp {
    margin-top: 0;
  }

  .space.large img {
    width: 70px;
  }

  article.news section .news_box ul li span:first-child {
    padding-right: 1em;
  }

  h3.title:after {
    width: 15%;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box {
    padding-left: 25px;
    padding-right: 22px;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    font-size: 20px;
  }

  article.area section .contents-wrap .rosen {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  article.area section .contents-wrap .contents-box2 img {
    width: 80%;
  }
  article.area section .contents-wrap .contents-box2 dl dd br {
    display: none;
  }

  article.lawyer_info section .contents-wrap .contents-box2 img {
    width: 70%;
  }

  body#lawyer header article.header section .h_box h2 a {
    width: 60%;
    margin: 10px auto;
  }

  article.lawyer_detail section .img_lawyer img {
    width: 70%;
  }
  article.lawyer_detail section .msg {
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
  }
  article.lawyer_detail section .lawyer_detail_box {
    width: 100%;
  }
  article.lawyer_detail section .lawyer_detail_box ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  article.lawyer_detail section .lawyer_detail_box.box02 p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  article.lawyer_detail section .lawyer_detail_box.box02 .lawyer_name {
    text-align: right;
  }
  article.lawyer_detail section .lawyer_detail_box .acordion h4.trigger:after {
    right: 0;
  }

  article.fee_meyasu section h4:after {
    width: 15%;
  }
  article.fee_meyasu section .msg {
    padding-left: 18px;
    padding-right: 18px;
  }
  article.fee_meyasu section .fee_meyasu_box ul li:before {
    top: 5px;
    bottom: auto;
  }
  article.fee_meyasu section .fee_meyasu_box table {
    font-size: 14px;
  }

  article.yoyaku section h3.title {
    margin-bottom: 0;
  }
  article.yoyaku section .yoyaku_box .title h4 {
    padding-left: 100px;
    padding-top: 20px;
    font-size: 22px;
  }
  article.yoyaku section .yoyaku_box .title img {
    width: 70px;
  }
  article.yoyaku section .yoyaku_box .cont_box {
    padding-top: 30px;
  }

  article.access section .map {
    width: 90%;
  }
  article.access section .map img {
    width: 80%;
    margin: 0 auto;
  }

  article.mail section .mfp_element_all {
    max-width: 100%;
  }
  article.mail section .mfp_element_text,
  article.mail section .mfp_element_email,
  article.mail section .mfp_element_tel,
  article.mail section .mfp_element_textarea {
    width: 100%;
  }
  article.mail section .mfp_element_text.half {
    width: 48%;
  }

  footer article.footer section.f_bottom .f_bottom_wrap .f_navi {
    font-size: 16px;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul li a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_l {
    width: 35%;
  }
  footer article.footer section.f_bottom .f_bottom_wrap .f_navi ul.f_navi_r {
    width: 60%;
  }
  footer article.footer section.f_bottom .copy {
    font-size: 12px;
  }
  footer article.footer section .contents-box2 iframe {
    height: 280px;
  }
}
@media screen and (max-width: 380px) {
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_num {
    font-size: 95px;
    width: 88px;
  }
}
@media screen and (max-width: 360px) {
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu02 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_e {
    font-size: 21px;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_box .gyomu_detail_title_j {
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box .gyomu_detail h4 .gyomu_detail_num {
    font-size: 75px;
    width: 65px;
  }

  article.practice-areas section .contents-wrap .contents-box3 .gyomu_box.gyomu03 .gyomu_detail h4 .gyomu_detail_num {
    font-size: 65px;
    width: 50px;
    margin-left: -10px;
    margin-right: 5px;
  }
}
/* Scroll To Top
---------------------------------------------------------------------------------------------------------------------------------------*/
#scrolltotop {
  z-index: 9999;
  visibility: hidden;
  opacity: 0.2;
  position: fixed;
  bottom: 20px;
  right: 5px;
  padding: 8px 10px 5px;
  line-height: normal;
}
#scrolltotop.visible {
  visibility: visible;
  opacity: 0.5;
  transition: all .8s ease-in-out;
}
#scrolltotop img {
  width: 80px;
}
#scrolltotop:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  #scrolltotop {
    bottom: 20px;
  }
  #scrolltotop img {
    width: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
