@charset "UTF-8";
@media screen and (max-width: 768px) {
  .s-shiritai-sp {
    display: block;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 9;
  }
}
.s-shiritai-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #1E50A2;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-scroll {
    width: 100%;
    overflow: scroll;
    position: relative;
  }
  .s-shiritai-scroll::before {
    content: "※下記の表はスクロールできます。";
    color: #999999;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-scroll-div {
    width: 940px;
  }
}
.s-shiritai-img {
  width: 100%;
  height: auto;
}
.s-shiritai-img80 {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.s-shiritai-img65 {
  max-width: 65%;
  margin: 0 auto;
  display: block;
}
.s-shiritai-img50 {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.s-shiritai-sp-acc {
  font-size: 16px;
  color: #1E50A2;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #1E50A2;
  padding: 14px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .s-shiritai-sp-acc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-sp-acc::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-shiritai-sp-acc.opened:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-minus.svg);
  }
}
.s-shiritai-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}
.s-shiritai-txt-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}
.s-shiritai-txt-green {
  line-height: 1.7;
  color: #29993A;
  margin-bottom: 8px;
}
.s-shiritai-txt-green-bold {
  font-weight: 700;
  line-height: 1.7;
  color: #29993A;
  margin-bottom: 8px;
}
.s-shiritai-txt-red-bold {
  font-weight: 700;
  line-height: 1.7;
  color: #d30000;
  margin-bottom: 8px;
}
.s-shiritai-txt-blue {
  color: #1E50A2 !important;
}
.s-shiritai-txt-rgtblue {
  color: #1FA3DC !important;
}
.s-shiritai-txt-green-sm {
  font-size: 12px;
  color: #29993A;
  display: inline-block;
  vertical-align: super;
  writing-mode: vertical-lr;
}
.s-shiritai-txt-green-normal {
  font-size: 12px;
  color: #29993A;
  display: inline-block;
  vertical-align: super;
}
.s-shiritai-txt-black-sm {
  font-size: 12px;
  color: #333;
  display: inline-block;
  vertical-align: super;
  writing-mode: vertical-lr;
}
.s-shiritai-txt-black-normal {
  font-size: 12px;
  color: #333;
  display: inline-block;
  vertical-align: super;
}
.s-shiritai-txt-red {
  color: #d34f77 !important;
}
.s-shiritai-txt-inherit {
 display:inherit;
}
.s-shiritai-txt-sm {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  margin-bottom: 8px;
}
.s-shiritai-txtb-sm {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.s-shiritai-txt-xs {
  font-size: 12px;
  font-weight: 400;
}
.s-shiritai-txt-numic {
  color: #333;
  margin: 0 16px;
}
.s-shiritai-txt-left {
  text-align: left !important;
}

.s-shiritai-txt-right {
  text-align: right !important;
}
.s-shiritai-txt-center {
  text-align: center;
}
.s-shiritai-txt-bcenter {
  font-weight: 700;
  text-align: center;
}
.s-shiritai-visi-hidden {
  visibility: hidden;
}
.s-shiritai-green-border {
  border-bottom: 1px solid #29993A;
}
.s-shiritai-blue-box {
  width: 25px;
  height: 15px;
  background-color: #C8DCEF;
  display: inline-block;
  margin: 0 4px;
}
.s-shiritai-cwhite {
  color: #fff;
}
.s-shiritai-cblack {
  color: #333;
}
.s-shiritai-mb0 {
  margin-bottom: 0;
}
.s-shiritai-mb8 {
  margin-bottom: 8px;
}
.s-shiritai-mb16 {
  margin-bottom: 16px;
}
.s-shiritai-mb32 {
  margin-bottom: 32px;
}
.s-shiritai-mb104 {
  margin-bottom: 104px;
}
.s-shiritai-mt0 {
  margin-top: 0;
}
.s-shiritai-mt8 {
  margin-top: 8px;
}
.s-shiritai-mt16 {
  margin-top: 16px;
}
.s-shiritai-mt24 {
  margin-top: 24px;
}
.s-shiritai-mt32 {
  margin-top: 32px;
}
.s-shiritai-mt56 {
  margin-top: 56px;
}
.s-shiritai-mr0 {
  margin-right: 0;
}
.s-shiritai-mr6 {
  margin-right: 6px;
}
.s-shiritai-mr8 {
  margin-right: 8px;
}
.s-shiritai-mr16 {
  margin-right: 16px;
}
.s-shiritai-mr32 {
  margin-right: 32px;
}
.s-shiritai-ml0 {
  margin-left: 0;
}
.s-shiritai-ml6 {
  margin-left: 6px;
}
.s-shiritai-ml8 {
  margin-left: 8px;
}
.s-shiritai-ml16 {
  margin-left: 16px;
}
.s-shiritai-ml22 {
  margin-left: 22px;
}
.s-shiritai-ml32 {
  margin-left: 32px;
}
.s-shiritai-pb0 {
  padding-bottom: 0;
}
.s-shiritai-pb8 {
  padding-bottom: 8px;
}
.s-shiritai-pb16 {
  padding-bottom: 16px;
}
.s-shiritai-pb24 {
  padding-bottom: 24px;
}
.s-shiritai-pb32 {
  padding-bottom: 32px;
}
.s-shiritai-pt0 {
  padding-top: 0 !important;
}
.s-shiritai-pt8 {
  padding-top: 8px;
}
.s-shiritai-pt16 {
  padding-top: 16px;
}
.s-shiritai-pt24 {
  padding-top: 24px;
}
.s-shiritai-pt32 {
  padding-top: 32px;
}
.s-shiritai-p0 {
  padding-left: 0 !important;
}
.s-shiritai-pl8 {
  padding-left: 8px;
}
.s-shiritai-pl16 {
  padding-left: 16px;
}
.s-shiritai-pl24 {
  padding-left: 24px;
}
.s-shiritai-pl32 {
  padding-left: 32px;
}
.s-shiritai-pl73 {
  padding-left: 73px;
}
.s-shiritai-pl112 {
  padding-left: 112px;
}
.s-shiritai-pl140 {
  padding-left: 140px;
}
.s-shiritai-pr108 {
  padding-right: 108px;
}
.s-shiritai-py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.s-shiritai-py8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-sp-mt32 {
    margin-top: 32px;
  }
  .s-shiritai-sp-mt24 {
    margin-top: 24px;
  }
  .s-shiritai-sp-mt16 {
    margin-top: 16px;
  }
}
.s-shiritai-flex-space {
  display: flex;
  justify-content: space-between;
}
.s-shiritai-no {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #29993A;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.s-shiritai-border {
  border-top: 1px solid #333;
  padding-top: 2px;
}
.s-shiritai-border-btm {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

.s-shiritai-nav {
  background-color: #EFF2F7;
  position: relative;
}
.s-shiritai-nav-ul {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-ul {
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-ul.opened {
    transform: scaleY(1);
    z-index: 9999;
    max-height: 10000px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-ul {
    flex-direction: column;
  }
}
.s-shiritai-nav-li {
  display: flex;
  width: 100%;
}
.s-shiritai-nav-li:hover {
  background-color: #cddaf0;
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-li {
    flex-direction: column;
  }
}
.s-shiritai-nav-link {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1E50A2;
  min-width: 150px;
  width: 100%;
  padding: 9px 5px;
  border-left: 2px solid #C7CED9;
  position: relative;
  cursor: pointer;
}
.s-shiritai-nav-link-ls {
  border-right: 2px solid #C7CED9;
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-link {
    text-align: left;
    justify-content: flex-start;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 2px solid #C7CED9;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-link::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-shiritai-nav-link.opened:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-minus.svg);
  }
}
.s-shiritai-nav-link-arw {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-link-arw::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.s-shiritai-nav-close, .s-shiritai-nav-sp-close {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #1E50A2;
  padding: 16px;
  position: relative;
}
.s-shiritai-nav-close::after, .s-shiritai-nav-sp-close::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/assets/materials/shiritai-tax_2022-cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(50% - 40px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .s-shiritai-nav-close, .s-shiritai-nav-sp-close {
    display: none;
  }
}

.s-shiritai-megamenu {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 99;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #EFF2F7;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-megamenu.s-active {
  transition: all 0.3s ease-in-out;
  transform: scaleY(1);
  z-index: 9999;
}
.s-shiritai-megamenu.s-active .mini-active {
  background-color: #1E50A2;
  color: #fff;
}
.s-shiritai-megamenu.s-active .mini-active .s-shiritai-minimegamenu {
  transition: all 0.3s ease-in-out;
  transform: scaleY(1);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .s-shiritai-megamenu {
    position: static;
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-megamenu.opened {
    transform: scaleY(1);
    max-height: 1000px;
    transition: all 0.3s ease-in-out;
  }
}
.s-shiritai-megamenu-ul {
  display: flex;
  width: 100%;
  border: 2px solid #C7CED9;
  background-color: #EFF2F7;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .s-shiritai-megamenu-ul {
    flex-direction: column;
    border-top: none;
    width: 100%;
  }
}
.s-shiritai-megamenu-li {
  max-width: 200px;
  width: 100%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF2F7;
}
@media screen and (min-width: 769px) {
  .s-shiritai-megamenu-li {
    border-right: 2px solid #C7CED9;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .s-shiritai-megamenu-li:hover {
    background-color: #1E50A2;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-megamenu-li:hover .s-shiritai-megamenu-lino {
    background-color: #fff;
    color: #1E50A2;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-megamenu-li:hover .s-shiritai-minimegamenu {
    transition: all 0.3s ease-in-out;
    transform: scaleY(1);
    z-index: 9999;
  }
}
@media screen and (max-width: 768px) {
  .s-shiritai-megamenu-li {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
.s-shiritai-megamenu-li-txt {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .s-shiritai-megamenu-li-txt {
    padding: 10px 15px;
    display: block;
    width: 100%;
    position: relative;
  }
  .s-shiritai-megamenu-li-txt::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-shiritai-megamenu-li-txt.opened:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/assets/materials/shiritai-tax_2022-minus.svg);
  }
}
.s-shiritai-megamenu-lino {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  background-color: #1E50A2;
  color: #fff;
  margin-right: 8px;
}

.s-shiritai-minimegamenu {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu {
    position: static;
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
.s-shiritai-minimegamenu.opened {
  transition: all 0.3s ease-in-out;
  transform: scaleY(1);
  z-index: 9999;
  max-height: 1000px;
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu {
    width: 100%;
    margin-left: auto;
    background-color: #fff;
  }
}
.s-shiritai-minimegamenu-content {
  max-width: 1200px;
  margin: 0 auto;
}
.s-shiritai-minimegamenu-content-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-content-box {
    flex-direction: row;
  }
}
.s-shiritai-minimegamenu-nav-fig {
  margin: 0;
  max-width: 150px;
}
.s-shiritai-minimegamenu-nav-img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.s-shiritai-minimegamenu-wpr {
  display: flex;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-wpr {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-wpr {
    width: calc(100% - 150px);
    margin-left: auto;
  }
}
.s-shiritai-minimegamenu-box {
  width: 100%;
  max-width: 210px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-box {
    max-width: 100%;
    padding: 20px 20px 12px 20px;
  }
  .s-shiritai-minimegamenu-box:nth-child(odd) {
    background-color: #EFF2F7;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-box-pd {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-box-col2 {
    background-color: #EFF2F7;
  }
}
.s-shiritai-minimegamenu-box325 {
  width: 100%;
  max-width: 325px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-box325 {
    max-width: 100%;
    padding: 20px 20px 12px 20px;
  }
  .s-shiritai-minimegamenu-box325:nth-child(odd) {
    background-color: #EFF2F7;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-box325-pd {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .s-shiritai-minimegamenu-box325-col2 {
    background-color: #EFF2F7;
  }
}
.s-shiritai-minimegamenu-title {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  padding-left: 13px;
  color: #333;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-minimegamenu-title:hover {
  color: #1FA3DC !important;
}
.s-shiritai-minimegamenu-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1FA3DC;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-title {
    margin-bottom: 0px;
  }
}
.s-shiritai-minimegamenu-title-bold {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  padding-left: 13px;
  color: #333;
  display: block;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-minimegamenu-title-bold:hover {
  color: #1FA3DC !important;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-ul {
    position: static;
    transform: scaleY(0);
    transform-origin: top;
    flex-direction: column;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
}
.s-shiritai-minimegamenu-link {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 15px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-link {
    display: block;
  }
}
.s-shiritai-minimegamenu-link:hover {
  color: #29993A;
}
.s-shiritai-minimegamenu-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #29993A;
  left: 0;
  top: 10px;
}
.s-shiritai-minimegamenu-links {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding-left: 15px;
  position: relative;
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .s-shiritai-minimegamenu-links {
    display: block;
  }
}
.s-shiritai-minimegamenu-links::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #29993A;
  left: 0;
  top: 10px;
}
.s-shiritai-minimegamenu-links:hover {
  color: #29993A;
}

.s-shiritai-box {
  padding: 0 0 40px 0;
}
.s-shiritai-row {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-row {
    flex-direction: column;
  }
}
.s-shiritai-col3 {
  flex: 0 1 33.33%;
  width: 33.33%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .s-shiritai-col3 {
    flex: 0 1 100%;
    width: 100%;
  }
}
.s-shiritai-col {
  flex: 0 1 100%;
  width: 100%;
  padding: 0 15px;
}
.s-shiritai-pages {
  padding: 24px 0 80px;
  background-color: #fff;
}
.s-shiritai-intro {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .s-shiritai-intro-ul {
    margin-bottom: 30px;
  }
}
.s-shiritai-intro-desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .s-shiritai-intro-desc {
    text-align: left;
  }
}
.s-shiritai-intro-title {
  font-size: 18px;
  font-weight: 700;
  background-color: #1E50A2;
  color: #fff;
  line-height: 1.5;
  padding: 5px 20px;
  display: block;
}
.s-shiritai-intro-secttl {
  font-size: 18px;
  font-weight: 700;
  color: #1E50A2;
  line-height: 1.5;
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
}
.s-shiritai-intro-secttl::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #1E50A2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s-shiritai-intro-li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1E50A2;
  background-color: #EFF2F7;
  border-bottom: 1px solid #6E85AA;
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-intro-li:hover {
  background-color: #cddaf0;
}
.s-shiritai-intro-li-link {
  display: flex;
  padding: 15px;
  width: 100%;
}
.s-shiritai-intro-lino {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  background-color: #1E50A2;
  color: #fff;
  margin-right: 5px;
}
.s-shiritai-intro-txt {
  width: calc(100% - 25px);
  line-height: 1.6;
}
.s-shiritai-intro-ol {
  padding: 16px;
  background-color: #EFF2F7;
}
.s-shiritai-intro-list {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.s-shiritai-intro-link {
  color: #333;
  transition: all 0.3s;
}
.s-shiritai-intro-link:hover {
  color: #1E50A2;
}
.s-shiritai-menu-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.s-shiritai-menu-col {
  flex: 0 1 50%;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.s-shiritai-menu-pic {
  overflow: hidden;
}
.s-shiritai-menu-img {
  transition: all 0.3s ease-in-out;
}
.s-shiritai-menu-box {
  display: flex;
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .s-shiritai-menu-box {
    flex-direction: column;
    height: 100%;
  }
}
.s-shiritai-menu-box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.s-shiritai-menu-box:hover .s-shiritai-menu-img {
  transform: scale(1.1);
}
.s-shiritai-menu-content {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .s-shiritai-menu-content {
    padding: 15px 10px;
  }
}
.s-shiritai-menu-ttl {
  font-size: 16px;
  line-height: 1.2;
  color: #1E50A2;
  font-weight: 600;
}
.s-shiritai-menu-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  padding: 8px 0;
}
.s-shiritai-menu-lst {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.s-shiritai-menu-img {
  width: 100%;
}

.s-shiritai-prittl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1E50A2;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.s-shiritai-prittl::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.s-shiritai-pribtn {
  font-size: 20px;
  color: #fff;
  background-color: #1E50A2;
  border: 1px solid #1E50A2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 565px;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 60px auto 80px;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-pribtn:hover {
  background-color: #fff;
  color: #1E50A2;
}
.s-shiritai-date {
  font-size: 14px;
  color: #6E85AA;
  display: flex;
  justify-content: flex-end;
}

.s-content__full-low--shiritai-tax {
  padding-top: 64px;
  background-image: url(/assets/images/original/shiritai-tax_2022-hero.jpg);
      background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
  .s-content__full-low--shiritai-tax {
    height: 200px;
  }
}

.o-content__full-low {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-content__full-low:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.15);
  background-color: rgba(31, 163, 220, 0.6);
}

.s-shiritai-footer-menu {
  background-color: #fff;
  padding: 60px 0;
}

.o-content__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .o-content__inner {
    width: 940px;
    padding: 0;
  }
}

.o-content.o-section-head__contact .o-content__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .o-content.o-section-head__contact .o-content__inner {
    width: 1120px;
    padding: 0;
  }
}

.a-headline {
  position: relative;
}
.a-headline::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-image: url(/assets/materials/shiritai-tax_2022-dots.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .a-headline::after {
    bottom: -4px;
  }
}

.s-shiritai-nav-icon {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  border: 2px solid #1E50A2;
  padding: 8px;
  border-radius: 100px;
  background-color: #EFF2F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s-shiritai-nav-icon > span {
  display: block;
  background-color: #1E50A2;
  display: block;
  width: 15px;
  height: 2px;
  margin: 1px 0;
  position: relative;
  padding-left: 8px;
}
.s-shiritai-nav-icon > span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #1E50A2;
  left: -4px;
}
.s-shiritai-nav-icon-txt {
  font-size: 14px;
  color: #1E50A2;
  line-height: 1.8;
  margin-top: 2px;
}

.s-shiritai-nav-sp {
  display: block;
  margin: 10px;
  background-color: #fff;
}
.s-shiritai-nav-sp .s-shiritai-nav-li {
  margin-top: 50px;
}
.s-shiritai-nav-sp .s-shiritai-nav-ul {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .s-shiritai-nav-sp .s-shiritai-nav-ul {
    max-height: calc(100vh - 195px);
    overflow:scroll;
  }
}

.s-shiritai-nav-sp-menu {
  position: fixed;
  top: 55px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  max-height: 1000px;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.s-shiritai-nav-sp-menu.is-opened {
  max-height: 1000px;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.s-shiritai-nav-sp-menu .s-shiritai-nav-ul {
  transform: scale(1);
}
.s-shiritai-nav-sp-menu .s-shiritai-minimegamenu-content-box {
  width: 100%;
}
.s-shiritai-nav-sp-menu .s-shiritai-megamenu-li-txt::after {
  content: none;
}
.s-shiritai-nav-sp-menu .s-shiritai-megamenu-li-txt {
  color: #1E50A2;
}

.s-shiritai-ov-hidden {
  overflow: hidden;
}

.s-shiritai-intro-linkcolor{
    color:#1e50a2;
}.o-content__full-low:before
.s-shiritai-intro-linkcolor:hover{
text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .s-shiritai-content.opened .s-shiritai-minimegamenu-box325 .s-shiritai-minimegamenu-ul {
    transform: scaleY(1);
    max-height: inherit;
  }
}
/*# sourceMappingURL=shiritai-tax_2022-main.css.map */

.t-active{
  background-color: #cddaf0;
}


/*2023/11/06 new css nav modal start*/
.s-shiritai-ham {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .s-shiritai-ham {
    min-width: 1120px;
  }
}
.s-shiritai-ham-btn {
  position: absolute;
  right: 47px;
  top: 45px;
  display: none;
}
@media (min-width: 768px) {
  .s-shiritai-ham-btn {
    display: block;
  }
}
.s-shiritai-ham-btn-closebtn {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  cursor: pointer;
  left: calc(50% - 50px);
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .s-shiritai-ham-btn-closebtn {
    position: relative;
    width: 41px;
    height: 41px;
    rotate: unset;
  }
}
.s-shiritai-ham-btn-closebtn::after, .s-shiritai-ham-btn-closebtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  /* Color of the "X" symbol */
  transform-origin: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .s-shiritai-ham-btn-closebtn::after, .s-shiritai-ham-btn-closebtn::before {
    background-color: #5081A5;
  }
}
.s-shiritai-ham-btn-closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.s-shiritai-ham-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .s-shiritai-ham-wrapper {
    justify-content: center;
    flex-direction: row;
  }
}
.s-shiritai-ham-left {
  display: none;
}
@media (min-width: 768px) {
  .s-shiritai-ham-left {
    background-color: #5081A5;
    width: 22.7%;
    min-width: 300px;
    padding-top: 145px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.s-shiritai-ham-box {
  width: 100%;
}
@media (min-width: 768px) {
  .s-shiritai-ham-box {
    max-width: 432px;
  }
}
.s-shiritai-ham-h3 {
  font-size: 50px;
  color: #fff;
}
.s-shiritai-ham-right {
  padding: 15px;
}
@media (min-width: 768px) {
  .s-shiritai-ham-right {
    padding: 145px 56px 50px 48px;
    width: 77.3%;
  }
}
.s-shiritai-ham-right-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .s-shiritai-ham-right-wrapper {
    justify-content: center;
    flex-direction: row;
    gap: 40px;
  }
}
.s-shiritai-ham-li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .s-shiritai-ham-li:nth-of-type(1), .s-shiritai-ham-li:nth-of-type(2) {
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .s-shiritai-ham-li {
    margin-bottom: 32px;
  }
}
.s-shiritai-ham-link {
  font-size: 14px;
  line-height: 1.14;
  color: #5081A5;
  display: inline-block;
}
@media (min-width: 768px) {
  .s-shiritai-ham-link {
    font-size: 16px;
  }
}
.s-shiritai-ham-p {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-shiritai-ham-p .s-shiritai-ham-span {
  margin-top: 0;
}
@media (min-width: 768px) {
  .s-shiritai-ham-p .s-shiritai-ham-span {
    display: none;
  }
}
.s-shiritai-ham-p.opened .s-shiritai-ham-span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.s-shiritai-ham-megamenu {
  padding-left: 8px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .s-shiritai-ham-megamenu {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .s-shiritai-ham-megamenu {
    overflow: hidden;
    max-height: 0;
  }
}
.s-shiritai-ham-minimegamenu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #5081A5;
  cursor: pointer;
}
@media (min-width: 768px) {
  .s-shiritai-ham-minimegamenu-box {
    padding: 12px 0 12px 0;
  }
}
.s-shiritai-ham-minimegamenu-box-inr {
  padding: 8px 0 8px 8px;
}
@media (min-width: 768px) {
  .s-shiritai-ham-minimegamenu-box-inr {
    padding: 12px 0 12px 16px;
  }
}
.s-shiritai-ham-minimegamenu-box.open .s-shiritai-ham-span::after {
  opacity: 0;
}
.s-shiritai-ham-minimegamenu-title, .s-shiritai-ham-minimegamenu-link {
  color: #5081A5;
  margin-left: 16px;
  text-indent: -1.6rem;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .s-shiritai-ham-minimegamenu-title, .s-shiritai-ham-minimegamenu-link {
    font-size: 16px;
    margin-left: 23px;
    text-indent: -2.2rem;
  }
}
.s-shiritai-ham-minimegamenu-ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.s-shiritai-ham-minimegamenu-li-ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.s-shiritai-ham-minimegamenu-li-ul-li {
  padding: 0 0 16px 16px;
}
.s-shiritai-ham-minimegamenu-li-ul-li:last-child {
  padding-bottom: 8px;
}
.s-shiritai-ham-minimegamenu-li-ul-li:first-of-type {
  margin-top: 16px;
}
.s-shiritai-ham-minimegamenu-li-ul-li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .s-shiritai-ham-minimegamenu-li-ul-li {
    padding: 0 0 28px 28px;
  }
}
.s-shiritai-ham-minimegamenu-li-ul-li-a {
  color: #5081A5;
  font-size: 14px;
}
@media (min-width: 768px) {
  .s-shiritai-ham-minimegamenu-li-ul-li-a {
    font-size: 16px;
  }
}
.s-shiritai-ham-span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-top: 6px;
}
.s-shiritai-ham-span::before, .s-shiritai-ham-span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #5081A5;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 0.5s ease;
}
.s-shiritai-ham-span::before {
  width: 9px;
  height: 1px;
}
.s-shiritai-ham-span::after {
  width: 1px;
  height: 9px;
  opacity: 1;
}
.s-shiritai-ham-menu {
  transition: all 0.3s ease-out;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .s-shiritai-ham-menu {
    background-color: #5081A5;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: fixed;
    z-index: 1;
    top: 125px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
  }
}
.s-shiritai-ham-menu-figure {
  display: none;
}
@media (min-width: 768px) {
  .s-shiritai-ham-menu-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.s-shiritai-ham-menu-figure figcaption {
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .s-shiritai-ham-menu.open {
    opacity: 0;
    visibility: hidden;
  }
}
.s-shiritai-ham-menu.pos-fix {
  top: 35px;
}
.s-shiritai-ham-menu.open .s-shiritai-ham-sp-acc-btn::after {
  opacity: 0;
}
.s-shiritai-ham-sp-acc {
  font-size: 16px;
  color: #5081A5;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #5081A5;
  padding: 14px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .s-shiritai-ham-sp-acc {
    display: none;
  }
}
.s-shiritai-ham-sp-acc-btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  rotate: 45deg;
}
.s-shiritai-ham-sp-acc-btn::before, .s-shiritai-ham-sp-acc-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #5081A5;
  transform-origin: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease-in;
}
.s-shiritai-ham-sp-acc-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.s-shiritai-ham-close {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #5081A5;
  padding: 16px;
  position: relative;
  display: block;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .s-shiritai-ham-close {
    display: none;
  }
}

/* CSS for the "Unfolding" modal animation */
.bg {
  background-color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: fixed;
  top: 125px;
  right: 50px;
  z-index: 3;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s ease-out;
  display: none;
}
@media (min-width: 768px) {
  .bg {
    display: block;
  }
}
.bg.pos-fix {
  top: 35px;
}

@media (min-width: 768px) {
  .bg.open {
    transform: scale(50);
  }
}

#modal-container {
  overflow: auto;
  max-height: 0;
  background-color: #fff;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #modal-container {
    max-height: 100%;
    background-color: unset;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 100;
    opacity: 0;
    overflow: auto;
    background-color: #fff;
  }
}
#modal-container.open {
  max-height: 4000px;
}
@media (min-width: 768px) {
  #modal-container.open {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
#modal-container.open .modal-background {
  border-radius: 0px;
  height: 100%;
}

@media (min-width: 768px) {
  .modal-background {
    min-width: 1120px;
  }
}
@media (min-width: 768px) {
  .modal-active {
    overflow: hidden;
  }
}
/*2023/11/06 new css nav modal close*/


/* NEW CSS 2024/08/16 */


.s-shiritai-table-tax-024 .s-shiritai-table-bg-lggrn {
  background-color: #29993A;
  color: #fff;
  position: relative;
}
/*
.s-shiritai-table-tax-024 .s-shiritai-table-bg-lggrn::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 265px;
  background-color: transparent;
  border: 1px dotted #29993A;
  border-top: 0;
  left: 10px;
  top: 89px;
  border-radius: 0 0 5px 5px;
}*/
.s-shiritai-table-tax-024 .s-shiritai-table-bdmark2509-01::after {
    position: absolute;
    content: '';
    width: 95%;
    height: 305px;
    background-color: transparent;
    border: 2px dotted #d30000;
    border-top: 0;
    left: 2px;
    top: 46px;
    border-radius: 0 0 5px 5px;
}
.s-shiritai-table-tax-024 .s-shiritai-table-bdmark2509-02::after {
    position: absolute;
    content: '';
    width: 95%;
    height: 143px;
    background-color: transparent;
    border: 2px dotted #d30000;
    border-top: 0;
    left: 2px;
    top: 46px;
    border-radius: 0 0 5px 5px;
}

.s-shiritai-table-tax-024 .s-shiritai-txt-fs12 {
  font-size: 12px;
  color: #29993A;
  text-align: center !important;
}
.s-shiritai-table-tax-024 .s-shiritai-txt-fs14{
  font-size: 14px;
}

.s-shiritai-table-td-arw-lc {
  background-color: #e0ebdf;
  padding: 5px 10px;
  position: relative;
  display: block;
  margin-right: 20px;
  max-height: 32px;
}

.s-shiritai-table-td-arw-lc::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 16.8px solid transparent;
  border-left: 15px solid #e0ebdf;
  border-bottom: 16.8px solid transparent;
  right: -15px;
  top: 0;
}

.s-shiritai-table-td-arw-dk {
  background-color: #bed5bd;
}

.s-shiritai-table-td-arw-dk::after {
  border-left: 15px solid #bed5bd;
}

.s-shiritai-table-td-lgarw-lc {
  background-color: #e0ebdf;
  padding: 5px 0 5px 0;
  position: relative;
  display: block;
  margin-right: 13px;
}

.s-shiritai-table-td-lgarw-lc::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-left: 15px solid #e0ebdf;
  border-bottom: 43px solid transparent;
  right: -15px;
  top: 0;
}


.s-shiritai-table-td-bgarw-lc {
  background-color: #e0ebdf;
  padding: 5px 0 5px 0;
  position: relative;
  display: block;
  margin-right: 13px;
}

.s-shiritai-table-td-bgarw-lc::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-left: 15px solid #e0ebdf;
  border-bottom: 29px solid transparent;
  right: -15px;
  top: -2px;
}

.s-shiritai-table-td-mdarw-lc {
  background-color: #e0ebdf;
  padding: 5px 0 5px 0;
  position: relative;
  display: block;
  margin-right: 13px;
}

.s-shiritai-table-td-mdarw-lc::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 15px solid #e0ebdf;
  border-bottom: 30px solid transparent;
  right: -15px;
  top: 0;
}

.s-shiritai-table-td-arw-my {
  margin: 0 30px 0 20px;
}

.s-shiritai-table-btm {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.s-shiritai-table-col-sm {
  width: 40%;
}

.s-shiritai-table-col-lg {
  width: 60%;
}

.s-shiritai-table-inner-row {
  display: flex;
  justify-content: space-between;
}

.s-shiritai-table-btm-row {
  display: flex;
  align-items: center;
  border: 1px solid #29993A;
  border-radius: 5px;
  position: relative;
}

.s-shiritai-table-btm-row::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 22px;
  border-left: 1px dotted #29993A;
  bottom: 38px;
  right: 30px;
}

.s-shiritai-table-btm-bg-grn {
  min-width: 90px;
  color: #fff;
  background-color: #29993A;
  height: 100%;
  padding: 10px;
}

.s-shiritai-table-btmtxt-grn {
  text-align: center;
  width: 100%;
  color: #29993A;
  font-size: 14px;
}

.s-shiritai-table-border {
  border: 1px dotted #29993A;
  padding: 0 5px;
}

.s-shiritai-table-min-width {
  max-width: 225px;
}

.s-shiritai-table-single {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.s-shiritai-table-single .s-shiritai-txt-left {
  width: 100%;
  border-left: 0;
}

.s-shiritai-table-single .s-shiritai-table-align-top {
  min-width: 260px;
  text-align: center;
  display: block;
}

.s-shiritai-table-single .s-shiritai-table-align-top .s-shiritai-comp-txt-grn {
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.s-shiritai-comp-li-sm {
  padding-left: 20px;
  position: relative;
}

.s-shiritai-comp-li-sm::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 10px;
  top: 8px;
}

.s-shiritai-comp-table-colm2 .s-shiritai-table-th {
  width: 50%;
}

.s-shiritai-comp-stared-txt-024 {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
}
.s-shiritai-table-tax .s-shiritai-comp-stared-txt-024{
  font-size: 16px;
}

.s-shiritai-table-sidebar {
  max-width: 220px;
}

.s-shiritai-table-sidebar-bgcolor {
  text-align: center;
  padding: 15px;
  color: #fff;
  background-color: #1e50a2;
}

.s-shiritai-table-tax-box-flex-024 {
  display: flex;
  gap: 5px;
}

.s-shiritai-table-tax-box-flex-024 .s-shiritai-table-th {
  font-size: 14px;
}

.s-shiritai-comp-solid-txt-flex {
  display: flex;
  align-items: flex-start;
}

.s-shiritai-txt-blue-border {
  text-align: center;
  border: 2px solid #1e50a2;
  border-radius: 100px;
  padding: 20px;
  margin-top: 50px;
  min-width: 100px;
  min-height: 100px;
}

.s-shiritai-txt-red-border {
  text-align: center;
  border: 2px solid #d34f77;
  border-radius: 50%;
  padding: 20px;
  margin-top: 50px;
  min-width: 100px;
  min-height: 100px;
}

.s-shiritai-txt-rgtblue-border {
  text-align: center;
  border: 2px solid #1FA3DC;
  border-radius: 50%;
  padding: 20px;
  margin-top: 50px;
  min-width: 100px;
  min-height: 100px;
}

.s-shiritai-comp-formula-box {
  padding: 24px 80px 24px 40px;
}

.s-shiritai-comp-txt-org {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #f5a200;
}

.s-shiritai-txt-org-bold {
  font-weight: 700;
  line-height: 1.7;
  color: #f5a200;
}

.s-shiritai-table-th-line-024 {
  overflow: hidden;
  width: 110px;
}

.s-shiritai-table-th-line-024::after {
  transform: rotate(35deg);
  top: 37px;
  left: -29px;
}

.s-shiritai-txt-blue {
  color: #4285f4 !important;
  line-height: 1.7;
}
.s-shiritai-txt-dred {
  color:	#b10000 !important;
  line-height: 1.7;
}

.s-shiritai-txt-blue::before {
  color: #4285f4 !important;
}

.s-shiritai-comp-txt-blue {
  color: #4285f4;
  line-height: 1.7;
}


.s-shiritai-tax-flex-col {
  display: flex;
  gap: 15px;
}

.s-shiritai-tax-flex-col .s-shiritai-scroll {
  min-width: 650px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-tax-flex-col .s-shiritai-scroll {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .s-shiritai-tax-flex-col {
    flex-direction: column;
  }
}

.s-shiritai-border-top-none {
  border-top: none !important;
}

.s-shiritai-border-bottom-none {
  border-bottom: none !important;
}

.s-shiritai-table-rel {
  position: relative;
}

.s-shiritai-table-abs-l,
.s-shiritai-table-abs-r {
  background-color: #fdede4;
  color: #d30000;
  padding: 5px;
  position: absolute;
  bottom: 0;
}

.s-shiritai-table-abs-l {
  left: 25%;
}

.s-shiritai-table-abs-r {
  right: 1px;
}

.s-shiritai-table-th-lgline-024 .s-shiritai-table-bg-lgblue-spanf {
  padding-right: 15px;
}

.s-shiritai-table-th-lgline-024 .s-shiritai-table-bg-lgblue-spans {
  padding-left: 15px;
}

.s-shiritai-table-th-lgline-024 {
  overflow: hidden;
}

.s-shiritai-table-th-lgline-024::after {
  transform: rotate(31deg);
  top: 105px;
  left: -29px;
}

.s-shiritai-table-th-blue {
  background-color: #4285f4 !important;
}

.s-shiritai-txt-black{
  color: #333 !important;
}

.s-shiritai-txt-org {
  font-weight: 700;
  line-height: 1.7;
  color: #f5a200;
}

.s-shiritai-bgcolor{
  padding: 10px;
  background-color: #f5f5fa;
  margin-bottom: 32px;
}

.s-shirtiai-noborder{
  border-bottom: none !important;
}

.s-shiritai-align-center{
  align-items: center;
}

.s-shiritai-comp-stared-ol.s-shiritai-comp-stared-ol-blck .s-shiritai-comp-li::before{
color: #333;
}
.s-shiritai-table-th-line-md{
    position:relative;
}
.s-shiritai-table-th-line-md::after {
    position: absolute;
    content: "";
    width: 112.6%;
    height: 1px;
    background-color: #000;
    transform: rotate(27deg);
    top: 51px;
    left: -12px;
}
