/*変数*/
:root {
  --blue: #0259b5;
}
/*元サイトのCSS*/
.color2 {
  font-weight: bold;
  color: #e70000;
}
.contents-matome {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  margin: 0;
  list-style: none;
  border: 2px solid #2497db;
  border-radius: 8px;
}
.contents-matome li {
  padding: 0 0 0 15px;
  margin: 0;
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/icon-arrow-bl.svg) no-repeat;
  background-position: 0 10px;
}
.boxtop {
  position: relative !important;
  padding: .5em 1em !important;
  margin: 2em 0 !important;
  border: solid 2px #2497db !important;
  border-radius: 6px !important;
}
.boxtop .box-title {
  position: absolute !important;
  top: -13px !important;
  left: 10px !important;
  display: inline-block !important;
  padding: 0 9px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #2497db !important;
  background: #fff !important;
}
.boxtop p {
  padding: 0 !important;
  margin: 0 !important;
}
.boxtop ul {
  margin: 0.3em 0 0 0 !important;
}
ul.noMark {
  padding-left: 0;
  list-style: none;
}
.article dd {
  margin-left: 0;
}
.type-linkBox {
  padding: 0;
  margin: 25px auto;
  border: 2px solid #c6e5f8;
}
.type-linkBox dt {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #c6e5f8;
}
.type-linkBox dd a {
  display: block;
  padding: 2px 0 22px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/uploads/2020/04/case-btn_off.png) no-repeat scroll right bottom #fff;
  border: 8px solid #fff;
}
.related {
  padding: 10px 15px;
  margin: 30px 0 0;
  border: 2px solid #2f6aa5;
  border-radius: 8px;
}
.related .headline {
  padding: 0 0 3px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2f6aa5;
  border-bottom: 1px solid #2f6aa5;
}
.related ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
}
.related ul li {
  padding: 0;
  margin: 10px 0 0;
}
.related ul li a {
  text-decoration: none;
}
.boxtop ol {
  margin-bottom: 0 !important;
}
/*引継ぎ終わり*/
.isPc {
  display: block;
}
.isSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .isPc {
    display: none;
  }
  .isSp {
    display: block;
  }
}
body {
  background-color: white !important;
}
/*ヘッダ*/
#header-container {
  max-width: 1867px;
  margin: auto;
}
.header-container-in {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#header {
  width: 100%;
}
.header-in {
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header-in::after {
  content: none;
}
.header-site-logo-image {
  margin-left: 30px;
}
.contactHeader a {
  text-decoration: none;
}
.contactHeader {
  height: 100%;
}
.contactHeader .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contactHeader .textwidget div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.telHeader {
  margin-right: 2em;
}
.telHeader a span:first-of-type {
  position: relative;
}
.telHeader a span:first-of-type:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  display: inline-block;
  width: 40px;
  height: calc((336 / 512) * 40px);
  margin: auto;
  content: '';
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/freedial.svg) no-repeat;
  background-size: contain;
}
.telHeader a,
.mailHeader a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.telHeader a {
  padding-left: 55px;
  color: black;
}
.telHeader a span:nth-of-type(1) {
  font-size: 40px;
  font-weight: bold;
}
.telHeader a span:nth-of-type(2) {
  font-size: 16px;
}
.mailHeader {
  background-color: #b32121;
}
.mailHeader a {
  padding: 0 1em 0 55px;
  color: white;
}
.mailHeader a span:first-of-type:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  display: inline-block;
  width: 40px;
  height: calc((150/221)*40px);
  margin: auto;
  content: '';
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/btn_ico02.svg) no-repeat;
  background-size: contain;
}
.mailHeader a span:nth-of-type(1) {
  position: relative;
  font-size: 27px;
  font-weight: bold;
}
.mailHeader a span:nth-of-type(2) {
  font-size: 16px;
}
/*ヘッダナビ*/
#navi-in {
  background-color: var(--blue);
}
#navi-in li a {
  color: white;
}
#navi-in li a:hover {
  color: var(--blue);
}
#navi-menu-content {
  right: 0;
  left: unset;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
}
/*ヘッダ画像*/
.top-img {
  max-width: 1867px;
  margin: auto;
}
.topImg1 {
  margin-top: -20px;
}
.topImg2 {
  float: right;
  margin-top: -30px;
}
.topImgPc {
  display: inline-block;
}
.topImgSp {
  display: none;
}
.topImg1,
.topImg2 {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  body {
    margin-top: 50px !important;
  }
  #header-in {
    display: none;
  }
  ul.mobile-header-menu-buttons {
    position: absolute;
    padding: 0;
    background-color: var(--blue);
  }
  .mobile-menu-buttons .search-menu-button {
    display: none;
  }
  .mobile-menu-buttons .navi-menu-button {
    order: 1;
    width: 30%;
    color: white;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
  .mobile-menu-buttons .logo-menu-button {
    padding-top: 0;
    background-color: white;
  }
  .navi-menu-close-button {
    color: black;
  }
  .topImgPc {
    display: none;
  }
  .topImgSp {
    display: block;
  }
  .topImgSpUnder {
    padding-bottom: 20px;
    background: url(https://u-s-law-saitama.com/jikosos/wp-content/uploads/2021/03/topImgSp3.png) 20vw 100px no-repeat;
  }
  .topImgSpUnder img {
    width: 90%;
    margin: 20px auto;
  }
  .topImgSpUnder .topImgSp2 {
    margin: 20px 0 20px auto;
  }
  .topImgSpUnder .topImgSp3 {
    margin-left: 10px;
  }
}
/*サイドバー*/
#sidebar .code-widget {
  margin-bottom: 2em;
}
.search-edit {
  border-color: #0259b5 !important;
}
.search-submit {
  color: var(--blue);
}
.shareTitle {
  font-weight: bold;
  text-align: center;
}
.widgetTitle {
  position: relative;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
  color: white;
  background-color: var(--blue);
}
.widgetTitle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: inline-block;
  margin: auto;
  content: '';
  background-repeat: no-repeat;
}
.newPost::before {
  width: 25px;
  height: 25px;
  background-image: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/newPost.png);
}
.catList::before {
  width: 26px;
  height: 26px;
  background-image: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/catList.png);
}
.popularPost::before {
  width: 31px;
  height: 23px;
  background-image: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/popularPost.png);
}
#sidebar .new-entry-card-link,
#sidebar .popular-entry-card-link,
.catListUl li {
  padding: 15px;
  margin-bottom: 0;
  border: 2px solid var(--blue);
  border-top: none;
}
.catListUl {
  padding-left: 0;
  list-style: none;
}
.catListUl li {
  padding: 0;
}
.catListUl li a {
  display: block;
  width: 100%;
  padding: 15px;
}
.catListUl li a:hover {
  background-color: #f5f8fa;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.catListUl li a::before {
  margin-right: 1em;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  color: var(--blue);
  content: '\f105';
}
.catListUl a {
  color: black;
  text-decoration: none;
}
#sidebar .sideBnr img {
  width: 100%;
}
#sidebar .sideBnr img:hover {
  opacity: 0.7;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*オールイズワンのバナー*/
/*
.bnr1{
  background-color: #f0f8ff;
  box-shadow: 0 0 0 2px var(--blue);
}
.bnr1 .title{
  min-width: 80%;
  padding: 10px;
  margin-right: 30px;
  z-index: 0;
  background-color: var(--blue);
  color: white;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.bnr1 .title::after{
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.5px;
  right: 0;
  width: 30px;
  background-color: var(--blue);
  transform-origin: right bottom;
  transform: skewX(-20deg);
}
.bnr1 .box{
  margin: 1em 0;
  display: grid;
  grid-template:
  "a b"
  "a c"
  / 40% 55%;
  justify-content: space-between;
  align-items: center;
}
.bnr1 .text1{
  grid-area: b;
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
  font-weight: bold;
  padding-bottom: 10px;
}
.bnr1 .text2{
  grid-area: c;
  font-weight: bold;
}
.bnr1 .text2 span{
  color: #b32121;
}
.bnr1 img{
  grid-area: a;
  margin-right: 1em;
}
.bnr1 .box2{
  display: flex;
  justify-content: center;
}
.bnr1 .text3{
  text-align: center;
  background-color: #b32121;
  color: white;
  writing-mode: vertical-rl;
  margin-left: 10px;
  max-height: 80px;
}
.bnr1 .tel{
  width: 55%;
  font-weight: bold;
  text-align: center;
}
.bnr1 .tel a{
  text-decoration: none;
  color: black;
  font-size: 2em;
  position: relative;
  margin-left: 50px;
}
.bnr1 .tel a::before{
  content: '';
  display: inline-block;
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/freedialBlack.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bnr1 .mail{
  background-color: #b32121;
  width: 35%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
}
.bnr1 .mail::before{
  content: '';
  display: inline-block;
  background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/btn_ico02.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: calc((150/221)*40px);
  vertical-align: bottom;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .bnr1 .box{
    margin: 10px;
    grid-template:
    "b b"
    "a c"
    / 40% 55%;
  }
  .bnr1 .text1{
    text-align: center;
    grid-area: b;
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  .bnr1 .text2{
    grid-area: c;
    font-size: 0.8em;
  }
  .bnr1 img{
    grid-area: a;
  }
  .bnr1 .box2{
    flex-direction: column;
    align-items: center;
  }
  .bnr1 .text3{
    display: none;
  }
  .bnr1 .tel,.bnr1 .mail{
    width: 90%;
    margin-bottom: 1em;
  }
  .bnr1 .tel{
  }
  .bnr1 .tel a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    color: white;
    background-color: var(--blue);
    font-size: 1.3em;
    min-height: 45px;
  }
  .bnr1 .tel a::before{
    background: url(https://u-s-law-saitama.com/jikosos/wp-content/themes/cocoon-child-master/image/freedialWhite.svg) no-repeat;
    position: static;
    left: 10px;
    width: 35px;
    height: 35px;
    margin: 0 0.5em;
  }
  .bnr1 .mail{
    min-height: 45px;
  }
  .bnr1 .mail::before{
    width: 35px;
    height: calc((150/221)*35px);
  }
}
*/
/*終 オールイズワンのバナー*/
/*フッタ*/
.sns-share-message {
  font-weight: bold;
}
#footer {
  background-color: #424a4f;
}
.footer-bottom-logo {
  position: static;
  float: none;
  margin-top: 8px;
}
.footer-site-logo-image {
  margin-right: 0;
  margin-left: 0;
}
.footer-bottom-content {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.navi-footer-in > .menu-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navi-footer-in > .menu-footer li.menu-item {
  width: auto;
}
.navi-footer-in a {
  color: white;
}
.source-org {
  color: white;
  text-align: center;
}
.go-to-top-button {
  color: white;
  background-color: var(--blue);
  border-radius: 50%;
}
.go-to-top-button:hover {
  color: white;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1em;
  }
}
/*記事*/
#toc {
  position: relative;
  width: 100%;
  margin-top: 3em;
  border: 2px solid var(--blue);
}
.toc-title {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  width: 10em;
  padding: 0;
  margin: auto;
  color: white;
  background-color: var(--blue);
  border-radius: 30px;
}
.toc-content {
  margin-top: 1em;
}
.toc-list li {
  position: relative;
  padding-left: 2em;
}
.toc-list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1.8em;
  margin: auto;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5em;
  font-weight: 700;
  color: var(--blue);
  content: '\f105';
}
.article .eye-catch,
.article .eye-catch img {
  width: 100%;
}
.article h1,
.article h2 {
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid var(--blue);
}
.article h2 {
  background-color: unset;
  border-radius: 0;
}
.article h3,
.related-entries h3 {
  background-color: #f3f3f3;
  border: 0;
  border-left: 7px solid var(--blue);
}
.related-entries h3 {
  padding: 12px 20px;
}
.contents-link {
  padding: 1em;
  background-color: #f3f3f3;
}
.article th,
.article td {
  font-weight: normal;
  text-align: center;
  border-color: #b8cad7;
}
.article th {
  color: white;
  background-color: #758fa3;
}
.article td {
  background-color: white;
}
.speech-balloon ul {
  margin-bottom: 0 !important;
}
.article-footer .sns-share-message {
  display: none;
}
/*パンくず*/
.breadcrumbList ul {
  display: inline-block;
  padding-left: 0;
  font-size: 0.8em;
  list-style: none;
}
.breadcrumbList ul li {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .article-footer .sns-share-message {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .go-to-top {
    bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .footerBnr a {
    font-size: 1em;
  }
}
/*計算機のボタン*/
button.btn--yellow {
  margin-top: 0.5em !important;
}
button.btn--yellow:hover {
  margin-top: 0.2em !important;
  margin-bottom: 1.3em !important;
  border-bottom-width: 5px !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.tdLeft td {
  text-align: left;
}
p.mb-0 {
  margin-bottom: 0;
}
ul.mb-0 {
  padding-left: 1em;
  margin-bottom: 0;
}
.ml-0,
p.ml-0,
ul.ml-0,
.article .ml-0 {
  margin-left: 0;
}
.pl-0,
.article .pl-0 {
  padding-left: 0;
}
.article .memo,
.memo {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
}
blockquote cite {
  font-size: 1em;
  font-style: normal;
}
.bb-campaign .bb-label::after {
  font-weight: bold;
  content: 'キャンペーン情報';
}
.listNone {
  padding: 0;
  list-style: none;
}
.listDecimal {
  list-style-type: decimal;
}
.article ul.listNumberCircle,
.article ol.listNumberCircle {
  padding-left: 2em;
}
.listNumberCircle {
  padding-left: 2em;
  list-style: none;
  counter-reset: counter_ol_number;
}
.listNumberCircle > li {
  position: relative;
}
.listNumberCircle > li::before {
  position: absolute;
  top: 0.3em;
  left: -1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2em;
  height: 1.2em;
  font-size: 0.8em;
  line-height: 1;
  content: counter(counter_ol_number);
  counter-increment: counter_ol_number;
  border: 0.1em solid #333;
  border-radius: 100%;
}
ul.li-checkbox {
  padding-left: 1em;
  list-style: none;
}
.li-checkbox li {
  position: relative;
  padding-left: 1.5em;
}
.li-checkbox li::before,
.li-checkbox li::after {
  position: absolute;
  top: 0.2em;
  bottom: 0;
  content: '';
}
.li-checkbox li::before {
  left: 0;
  width: 1em;
  height: 1em;
  border: 0.1em solid black;
}
.li-checkbox li::after {
  left: 0.2em;
  width: 1em;
  height: 0.3em;
  border-bottom: 0.2em solid black;
  border-left: 0.2em solid black;
  transform: rotate(-45deg);
}
.underline-yellow {
  font-weight: bold;
  background: linear-gradient(transparent 0.8em, #fffa99 0.8em);
}
.article table ul {
  padding-left: 1em;
  margin-bottom: 0;
}
.dl-disc {
  padding-left: 40px;
}
.dl-disc dt,
.dl-disc dd {
  display: list-item;
  margin: 0.2em;
}
.dl-disc dt {
  list-style: disc;
}
.dl-disc dd {
  margin-left: 20px;
  list-style: disclosure-closed;
}
.dl-list dd {
  display: list-item;
  margin-left: 1em;
}
.dl-list dt {
  padding-left: 0.5em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.dl-list dd + dt {
  margin-top: 1em;
}
@media screen and (max-width: 834px) {
  .dl-disc {
    padding-left: 26px;
  }
  .dl-disc dd {
    margin-left: 13px;
  }
}
.wp-caption {
  background-color: unset;
  border: 0;
}
.wp-caption .wp-caption-text,
.gallery .gallery-caption {
  padding: 5px;
  line-height: 1.1;
}
/* スクロールテーブル */
.scrollTable-wrap {
  /* div */
  display: block;
  /* max-height: 80vh; */
  overflow: auto;
  /* overscroll-behavior: none;  */
  /* 親要素をスクロールさせたくない時に */
}
.article .scrollTable {
  /* table */
  width: max-content;
  min-width: 100%;
  max-width: unset;
  margin-bottom: 0;
}
.scrollTable-fixedTop tr:first-of-type th {
  /* 上 */
  position: sticky;
  top: 0;
  z-index: 1;
  /* background-color: cornsilk; */
}
.scrollTable-fixedLeft tr th:first-of-type {
  /* 左 */
  position: sticky;
  left: 0;
  z-index: 1;
  width: 10em;
  /* background-color: cornsilk; */
}
.scrollTable:where(.scrollTable-fixedLeft, .scrollTable-fixedTop) tr:first-of-type th:first-of-type {
  /* 左上 */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  /* background-color: cornsilk; */
}
.scrollTable :where(th, td) {
  width: auto;
  max-width: 35em;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .scrollTable-fixedLeft tr th:first-of-type {
    width: 6em;
  }
  .scrollTable :where(th, td) {
    width: auto;
    max-width: 30em;
  }
}
/* 終 スクロールテーブル */
/* 終 汎用 */
