@page {
  size: A4;
  margin: .5cm;
  padding: 0.8cm .5cm;
  page-break-before: always;
}

:root {
  font-size: 12px;
}

html {
  font-size: 50%;
}

body {
  margin-top: 0 !important;
  zoom: .60;
  font-size: calc(12 / var(--break) * var(--vw));
  width: 210mm;
  height: 297mm;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: transparent;
}

.site-container, .main, .contentWrap {
  width: 1200px !important;
  max-width: 1200px !important;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.site-container, .page-corporate, .page-family {
  padding-top: 0 !important;
}

.contentWrap + .contentWrap {
  padding-top: 1.5cm;
}

.contentWrap .content + .content {
  margin-top: 1cm;
}

.article {
  -webkit-column-break-inside: avoid !important;
          break-inside: avoid !important;
  page-break-inside: avoid !important;
}

.pageContentWrap .content {
  max-width: 1120px;
}

p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}

.ghead {
  margin: 0;
  margin-bottom: 2cm;
  background-color: transparent;
  background: none;
  position: static !important;
}

.ghead .navi {
  display: none !important;
}

.ghead h1 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
}

.drawerMenu, .naviTggle, .fixHead, .documentDL {
  display: none !important;
}

.drawerMenu {
  display: none !important;
}

.gnavi {
  border: none !important;
}

.gnavi .navi {
  display: none !important;
}

.gfoot__contact {
  display: none !important;
}

.gfoot__bnr {
  display: none !important;
}

.gfoot__navi {
  display: none !important;
}

.gfoot__address {
  display: block !important;
  color: #423F3E !important;
  background-color: transparent;
}

.gfoot__address .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gfoot__address .flogo {
  display: none !important;
}

.gfoot__address .finfo {
  width: 100%;
  text-align: center;
}

.gfoot__address .finfo .address {
  color: #423F3E !important;
}

.gfoot__address .finfo .address br {
  display: none !important;
}

.gfoot__address .finfo .address ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gfoot__address .copyright {
  color: #423F3E !important;
}

.gfoot__address .snsLink {
  display: none;
}

.fixBtn {
  display: none !important;
}

.breadcrumb {
  display: none !important;
}

.printBtn {
  display: none;
}

.print {
  display: block;
}

.printHeader {
  text-align: center;
  padding-bottom: 1cm;
}

.printHeader img {
  width: 100px;
}

.printFooter {
  padding: 2em 1em;
}

.printFooter small {
  display: block;
  text-align: center;
  margin-top: 1cm;
}

.contentWrap {
  padding: 0 1em;
}

.topContent .top-slider {
  display: none;
}

.topContent .printVisual {
  display: block;
}

.topContent .visual .scroll {
  display: none;
}

.postShare {
  display: none;
}

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

.pageTitle .titleImage {
  width: 35%;
  display: block;
}

.pageTitle .titleGroup {
  width: 60%;
}

.pageTitle .spTitleImage {
  display: none !important;
}

.corporateWorkList {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.seminarLink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.seminarLink__item .image {
  width: 35%;
}

.seminarLink__item .text {
  width: 60%;
}

.columnLink .columnLinkList {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.documentDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.documentDownload .image {
  width: 35%;
}

.documentDownload .text {
  width: 60%;
}

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

.familyWorkList__content .image {
  width: 35%;
}

.familyWorkList__content .text {
  width: 60%;
}

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

.imageText .image {
  width: 35%;
}

.imageText .text {
  width: 60%;
}

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

.homucolumn-link__content {
  width: 60%;
}

.homucolumn-link__img {
  width: 35%;
}

.flow .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flow .pay .image {
  width: 35%;
}

.flow .pay .image img {
  max-width: 100%;
}

.flow .pay .text {
  width: 60%;
}

.btn {
  min-width: 100px;
}

.btns {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btns li {
  width: 48%;
  margin: 0;
}

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

.souzokuList__item .inner .image {
  width: 35%;
}

.souzokuList__item .inner .text {
  width: 60%;
}

.columnCatList {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.columnEntryList__list .entry__excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.columnEntryList__list .entry__excerpt .image {
  width: 35%;
}

.columnEntryList__list .entry__excerpt .text {
  width: 60%;
}

.leadContent2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}

.leadContent2__inner--text {
  width: 56%;
  font-size: calc(14 / var(--break) * var(--vw));
}

.leadContent2__inner--image {
  width: 40%;
}

.authorProfile__text--btns .btns li {
  width: 100%;
}

.access .accessGallery {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.lawyerList {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lawyerList .lawyerBox {
  padding: 0;
}

.lawyerList .lawyerBox__thumb img {
  width: 100px;
}

.lawyerList .lawyerBox__btn .btn {
  min-width: 100px;
}

.lawyerName {
  text-align: center;
}

.lawyerName .name {
  width: 100%;
  margin-bottom: 10px;
  border: none;
}

.lawyerName .belongs {
  width: 100%;
}

.movie {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.topicsEntryList__list .entry__excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topicsEntryList__list .entry__excerpt .image {
  width: 35%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.topicsEntryList__list .entry__excerpt .text {
  width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.topicsEntryList .pagination {
  display: none;
}

.topicsDetail .entry__body.hasimage .image {
  width: 35%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.topicsDetail .entry__body.hasimage .text {
  width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.topicsDetail .entry__foot {
  display: none;
}

.topicsDetail .relationEntry .recentList {
  width: 60%;
}

.topicsDetail .relationEntry .categoryList {
  width: 35%;
}
