@charset "UTF-8";

.s-shiritai-comp {
  margin: 80px 0 20px;
  background-color: #fff;
}

.s-shiritai-comp-pages-box {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 80px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-pages-box {
    flex-direction: column;
  }
}

.s-shiritai-comp-pages-box-flexstart {
  justify-content: flex-start;
}

.s-shiritai-comp-pages-box-flexend {
  justify-content: flex-end;
}

.s-shiritai-comp-backpage,
.s-shiritai-comp-nextpage {
  font-size: 16px;
  max-width: 400px;
  color: #333;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #DEE6F4;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {

  .s-shiritai-comp-backpage,
  .s-shiritai-comp-nextpage {
    justify-content: center;
  }
}

.s-shiritai-comp-backpage:hover,
.s-shiritai-comp-nextpage:hover {
  color: #1E50A2;
  background-color: #d0d6e1;
}

.s-shiritai-comp-backpage::after,
.s-shiritai-comp-nextpage::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #1E50A2;
  border-bottom: 9px solid transparent;
}

.s-shiritai-comp-backpage {
  margin-right: 30px;
  padding: 10px 20px 10px 60px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-backpage {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.s-shiritai-comp-backpage::after {
  left: 20px;
  transform: rotate(180deg);
}

.s-shiritai-comp-nextpage {
  margin-left: 30px;
  padding: 10px 60px 10px 20px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-nextpage {
    margin-left: 0;
  }
}

.s-shiritai-comp-nextpage::after {
  right: 20px;
}

.s-shiritai-comp-pages-span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-shiritai-comp-titles {
  margin-bottom: 60px;
}

.s-shiritai-comp-h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1E50A2;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-h1 {
    font-size: 24px;
  }
}

.s-shiritai-comp-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #1E50A2;
  margin-bottom: 30px;
  position: relative;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.s-shiritai-comp-h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1FA3DC;
  bottom: -10px;
  left: 0;
}

.s-shiritai-comp-h2-center {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #1E50A2;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-h2-center {
    font-size: 20px;
    line-height: 1.3;
  }
}

.s-shiritai-comp-h2-center::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1FA3DC;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.s-shiritai-comp-h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1E50A2;
  margin-bottom: 16px;
  position: relative;
  padding-left: 15px;
  margin-top: 56px;
}

.s-shiritai-comp-h3::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #1E50A2;
  left: 0;
  top: 0;
}

.s-shiritai-comp-h3-txt {
  font-size: 16px;
  color: #333;
}

.s-shiritai-comp-h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #5D6169;
  margin-bottom: 8px;
  padding: 4px 8px;
  background-color: #ECF2F5;
  display: flex;
}

.s-shiritai-comp-h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #1E50A2;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.s-shiritai-comp-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-bottom: 32px;
}

.s-shiritai-comp-txt-grn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #29993A;
  margin-bottom: 32px;
}

.s-shiritai-comp-txt-blck {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  margin-bottom: 32px;
}

.s-shiritai-comp-green-ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #29993A;
  padding-bottom: 4px;
  border-bottom: 1px solid #29993A;
  margin-bottom: 16px;
}

.s-shiritai-comp-blue-ttl {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #1E50A2;
  padding-bottom: 4px;
  border-bottom: 1px solid #1E50A2;
  margin-bottom: 16px;
  margin-top: 56px;
}

.s-shiritai-comp-txt-normal {
  font-weight: normal;
  display: block;
}

.s-shiritai-comp-txt-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

.s-shiritai-comp-txt-red {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #d30000;
  margin-bottom: 16px;
}

.s-shiritai-comp-txt-center {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  justify-content: center;
  color: #333;
  margin-bottom: 16px;
}

.s-shiritai-comp-txt-no {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #1E50A2;
  margin-bottom: 8px;
  display: flex;
}

.s-shiritai-comp-txt-no-box {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: #1E50A2;
  margin-right: 4px;
}

.s-shiritai-comp-btn-wpr {
  display: flex;
  justify-content: center;
}

.s-shiritai-comp-btn {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #1E50A2;
  line-height: 2;
  border: 1px solid #1E50A2;
  border-radius: 50px;
  min-width: 256px;
  height: 46px;
  margin: 24px auto;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.s-shiritai-comp-btn:hover {
  background-color: #1E50A2;
  color: #fff;
}

.s-shiritai-comp-ul {
  margin-bottom: 32px;
}

.s-shiritai-comp-ul .s-shiritai-comp-li {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}

.s-shiritai-comp-ul .s-shiritai-comp-li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1E50A2;
  left: 0;
  top: 8px;
}

.s-shiritai-comp-stared-ol {
  margin-bottom: 32px;
  counter-reset: no;
}

.s-shiritai-comp-stared-ol .s-shiritai-comp-li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}

.s-shiritai-comp-stared-ol .s-shiritai-comp-li::before {
  position: absolute;
  counter-increment: no;
  content: "※" counter(no) ". ";
  color: #1E50A2;
  left: 0;
  top: 0;
}

.s-shiritai-comp-stared-ol-green {
  margin-bottom: 32px;
  counter-reset: no;
}

.s-shiritai-comp-stared-ol-green .s-shiritai-comp-li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}

.s-shiritai-comp-stared-ol-green .s-shiritai-comp-li::before {
  position: absolute;
  counter-increment: no;
  content: "※" counter(no) ". ";
  color: #29993A;
  left: 0;
  top: 0;
}

.s-shiritai-comp-stared-ul {
  margin-bottom: 32px;
}

.s-shiritai-comp-stared-ul .s-shiritai-comp-li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}

.s-shiritai-comp-stared-ul .s-shiritai-comp-li::before {
  position: absolute;
  content: "※";
  color: #1E50A2;
  left: 0;
  top: 0;
}

.s-shiritai-comp-ol-no {
  margin-bottom: 32px;
  counter-reset: no;
}

.s-shiritai-comp-ol-no .s-shiritai-comp-li-no {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
}

.s-shiritai-comp-ol-no .s-shiritai-comp-li-no::before {
  position: absolute;
  counter-increment: no;
  content: " " counter(no) " ";
  color: #1E50A2;
  left: 0;
  top: 0;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #1E50A2;
}

.s-shiritai-comp-ol {
  margin-bottom: 32px;
  counter-reset: no;
}

.s-shiritai-comp-ol .s-shiritai-comp-li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
}

.s-shiritai-comp-ol .s-shiritai-comp-li::before {
  position: absolute;
  counter-increment: no;
  content: " (" counter(no) ") ";
  color: #1E50A2;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  border: none;
}

.s-shiritai-comp-ol-normal {
  margin-bottom: 32px;
  counter-reset: no;
}

.s-shiritai-comp-ol-normal .s-shiritai-comp-li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}

.s-shiritai-comp-ol-normal .s-shiritai-comp-li::before {
  position: absolute;
  counter-increment: no;
  content: " " counter(no) " ";
  color: #1E50A2;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  border: none;
}

.s-shiritai-comp-stared-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-left:15px;
}

.s-shiritai-comp-stared-span{
    margin-left:-15px;
}

.s-shiritai-comp-stared-txt-green {
  font-size: 14px;
  color: #29993A;
  /*display: flex;*/
  line-height: 1.5;
}

.s-shiritai-comp-solid-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  padding: 16px;
  margin-bottom: 32px;
  border: 2px solid #1E50A2;
}

.s-shiritai-comp-solid-txt-sm {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  padding: 4px 8px;
  margin-bottom: 32px;
  border: 2px solid #1E50A2;
}

.s-shiritai-comp-dashed-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  padding: 16px;
  margin-bottom: 32px;
  border: 2px dashed #1E50A2;
}

.s-shiritai-comp-table-col2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.s-shiritai-comp-table-col2 tr th {
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  background-color: #1E50A2;
  color: #fff;
  padding: 8px;
  border: 1px solid #6E85AA;
}

.s-shiritai-comp-table-col2 tr td {
  padding: 8px;
  border: 1px solid #6E85AA;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.s-shiritai-comp-table-col2 tbody tr:nth-child(odd) {
  background-color: #EFF2F7;
}

.s-shiritai-comp-table-col2-ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-table-col2-ul {
    padding: 0;
  }
}

.s-shiritai-comp-table-col2-li {
  margin-bottom: 8px;
  display: flex;
  text-align: left;
}

.s-shiritai-comp-table-col2-lino {
  color: #1E50A2;
}

.s-shiritai-comp-table-rows {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.s-shiritai-comp-table-rows tr:nth-child(odd) {
  background-color: #EFF2F7;
}

.s-shiritai-comp-table-rows tr th {
  width: 35px;
  font-size: 16px;
  font-weight: 700;
  background-color: #1E50A2;
  color: #fff;
  padding: 8px;
  border: 1px solid #6E85AA;
}

.s-shiritai-comp-table-rows tr td {
  padding: 8px;
  border: 1px solid #6E85AA;
  font-size: 16px;
  line-height: 1.5;
}

.s-shiritai-comp-table-rows-smtxt {
  font-size: 14px;
}

.s-shiritai-comp-table-col3 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.s-shiritai-comp-table-col3 thead tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #C6E4F7;
  padding: 8px;
  border: 1px solid #6E85AA;
  width: 150px;
}

.s-shiritai-comp-table-col3 thead tr th:nth-child(2),
.s-shiritai-comp-table-col3 thead tr th:nth-child(3) {
  width: 395px;
}

.s-shiritai-comp-table-col3 tbody tr td,
.s-shiritai-comp-table-col3 tbody tr th {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 8px;
  border: 1px solid #6E85AA;
}

.s-shiritai-comp-table-col3 tbody tr th {
  font-weight: 700;
  background-color: #C6E4F7;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-table-col3 tbody tr th {
    width: 65px;
  }
}

.s-shiritai-comp-table-col3 tbody tr:nth-child(odd) {
  background-color: #EFF2F7;
}

.s-shiritai-comp-table-col3-txtlft tr td {
  text-align: left !important;
}

.s-shiritai-comp-formulas {
  margin-bottom: 32px;
}

.s-shiritai-comp-formula {
  font-size: 18px;
  font-weight: 700;
  color: #1E50A2;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  margin-bottom: 24px;
}

.s-shiritai-comp-formula svg {
  margin: 0 8px;
}

.s-shiritai-comp-formula-green {
  color: #29993A;
}

.s-shiritai-comp-formula-red {
  color: #d30000;
}

.s-shiritai-comp-formula-fdiv {
  display: flex;
  margin-right: 16px;
}

.s-shiritai-comp-formula-box {
  background-color: #EFF2F7;
  border-radius: 20px;
  padding: 24px 80px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-formula-box {
    padding: 24px 16px;
  }
}

.s-shiritai-comp-formula-box svg {
  margin: 0 8px;
}

.s-shiritai-comp-formula-greenbox {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #29993A;
  padding: 0 24px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-shiritai-comp-formula-bluebox {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #1E50A2;
  padding: 0 24px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-shiritai-comp-formula-txt {
  font-size: 20px;
  font-weight: 700;
  color: #1E50A2;
  line-height: 1.5;
}

.s-shiritai-comp-formula-div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.s-shiritai-comp-formula-div svg {
  margin: 0 8px;
}

.s-shiritai-comp-formula-borderdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1E50A2;
  padding: 20px;
  margin-bottom: 40px;
}

.s-shiritai-comp-formula-borderdiv svg {
  margin: 0 8px;
}

.s-shiritai-comp-formula-borderdiv-colmn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 2px solid #1E50A2;
  padding: 20px;
  margin-bottom: 40px;
}

.s-shiritai-comp-formula-borderdiv-colmn svg {
  margin: 0 8px;
}

.s-shiritai-comp-symbols {
  margin-bottom: 32px;
}

.s-shiritai-comp-sym-box {
  display: flex;
  align-items: center;
}

.s-shiritai-comp-sym-box svg {
  margin: 0 8px;
}

.s-shiritai-comp-grid .s-shiritai-comp-green-ttl {
  margin-top: 40px;
}

.s-shiritai-comp-row {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  margin: 32px -12px 0;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-row {
    flex-wrap: wrap;
  }
}

.s-shiritai-comp-col2 {
  flex: 0 1 20%;
  width: 20%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col2 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-col3 {
  flex: 0 1 30%;
  width: 30%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col3 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-col4 {
  flex: 0 1 40%;
  width: 40%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col4 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-col6 {
  flex: 0 1 50%;
  width: 50%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col6 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-col7 {
  flex: 0 1 70%;
  width: 70%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col7 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-col10 {
  flex: 0 1 80%;
  width: 80%;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-col10 {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-colsp2 {
    flex: 0 1 50%;
    width: 50%;
    margin-bottom: 8px;
  }
}

.s-shiritai-comp-pagi {
  margin: 60px 0;
}

.s-shiritai-comp-pagi-ul {
  display: flex;
  justify-content: center;
}

.s-shiritai-comp-pagi-li {
  margin: 0 4px;
}

.s-shiritai-comp-pagi-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #7c7c7c;
  background-color: #EFF2F7;
  padding: 4px 10px;
  transition: all 0.3s ease-in-out;
}

.s-shiritai-comp-pagi-link:hover {
  background-color: #1E50A2;
  color: #fff;
}

.s-shiritai-comp-pagi-link.active {
  background-color: #1E50A2;
  color: #fff;
}

.s-shiritai-comp-capital-row {
  display: flex;
  margin: 0 -30px 20px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-capital-row {
    flex-direction: column;
  }
}

.s-shiritai-comp-capital-col {
  flex: 0 1 50%;
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-capital-col {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.s-shiritai-comp-capital-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #1E50A2;
  padding: 16px 20px;
  height: 100%;
}

.s-shiritai-comp-capital-box-arw {
  position: relative;
}

@media screen and (min-width: 769px) {
  .s-shiritai-comp-capital-box-arw::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 15px;
    background-image: url(/assets/materials/shiritai-tax_2022-capital-arw.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-capital-box-arw::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/assets/materials/shiritai-tax_2022-capital-arw-dwn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
  }
}

.s-shiritai-comp-capital-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}

.s-shiritai-comp-capital-li {
  font-size: 16px;
  line-height: 1.6;
}

.s-shiritai-comp-supervision-title {
  font-size: 16px;
  background-color: #1E50A2;
  color: #fff;
  display: inline-block;
  padding: 2px 32px;
  border-radius: 10px 10px 0 0;
}

.s-shiritai-comp-supervision-row {
  display: flex;
  padding: 32px 16px;
  border: 2px solid #1E50A2;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-row {
    flex-direction: column;
    padding: 16px 0;
    margin: 0;
  }
}

.s-shiritai-comp-supervision-col-sm {
  flex: 0 1 14%;
  width: 14%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-col-sm {
    flex: 0 1 100%;
    width: 100%;
    display: flex;
  }
}

.s-shiritai-comp-supervision-col-sm2 {
  flex: 0 1 10%;
  width: 10%;
  padding: 0 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-col-sm2 {
    flex: 0 1 100%;
    width: 100%;
    display: flex;
  }
}

.s-shiritai-comp-supervision-col-lg {
  flex: 0 1 86%;
  width: 86%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-col-lg {
    flex: 0 1 100%;
    width: 100%;
  }
}

.s-shiritai-comp-supervision-col-lg2 {
  flex: 0 1 90%;
  width: 90%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-col-lg2 {
    flex: 0 1 100%;
    width: 100%;
  }
}

.s-shiritai-comp-supervision-ttl {
  font-size: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    margin-bottom: 0;
  }
}

.s-shiritai-comp-supervision-ttl-blue {
  font-weight: 700;
  color: #1E50A2;
  padding-right: 8px;
}

.s-shiritai-comp-supervision-ttl-blue:hover {
  opacity: 0.7;
}

.s-shiritai-comp-supervision-ttl-gray {
  color: #7c7c7c;
  position: relative;
}

@media screen and (min-width: 769px) {
  .s-shiritai-comp-supervision-ttl-gray {
    padding-left: 8px;
  }

  .s-shiritai-comp-supervision-ttl-gray::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #7c7c7c;
    left: 0;
  }
}

.s-shiritai-comp-supervision-txt {
  font-size: 16px;
  line-height: 1.6;
}

.s-shiritai-comp-supervision-fig {
  margin: 0;
}

.s-shiritai-comp-supervision-fig .s-shiritai-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}

.s-shiritai-comp-formula-box2 {
  justify-content: center;
  padding: 25px;
}

.s-shiritai-comp-formula-box3 {
  background-color: #fff !important;
  display: flex;
  align-items: center;
}

.s-shiritai-comp-formula-box4 {
  background-color: #fff !important;
  display: flex;
  align-items: flex-end;
}

.s-shiritai-comp-formula-box-normal {
  padding: 0 80px;
}

.s-shiritai-comp-formula-ldiv {
  display: flex;
  margin-left: 16px;
}

.s-shiritai-comp-formula-end {
  align-items: flex-end;
}

.s-shiritai-comp-txt-mr {
  margin-right: 14px;
}

.s-shiritai-comp-supervision-flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .s-shiritai-comp-supervision-flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
}

/*# sourceMappingURL=shiritai-tax_2022-component.css.map */
/* NEW CSS 20/10/2023 */

.s-shiritai-bg-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  background-color: #a9cae7;
  padding: 8px 15px;
  position: relative;
  margin-bottom: 32px;
}

.s-shiritai-bg-txt:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 35px solid #a9cae7;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .s-shiritai-bg-txt:before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.s-shiritai-table-td-flex {
  display: flex;
  justify-content: space-between;
  border: 0;
}

.s-shiritai-pl50{
padding-left: 50px;
}
.s-shiritai-table-td-formula {
  display: flex;
  align-items: center;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.s-shiritai-comp-row-flex {
  align-items: center;
}

.s-shiritai-comp-noflex {
  display: block !important;
}

.s-shiritai-bg-ylw {
  background-color: #cbb954;
  color: #fff !important;
}
.s-shiritai-bg-ylw2508 {
  background-color: #ebe5c9;
  color: #000 !important;
}
.s-shiritai-bg-lgylw2508 {
  background-color: #fbf9f0;
  color: #000 !important;
}

.s-shiritai-bg-pnk {
  background-color: #e7848c;
  color: #fff !important;
}

.s-shiritai-w100 {
  width: 100%;
}
.s-shiritai-mw100 {
  max-width: 100%;
  width: initial;
}

.s-shiritai-flex-start {
  justify-content: flex-start;
}

.s-shiritai-txt-indent {
  display: flex;
}
.s-shiritai-comp-justify-center {
  justify-content: center;
}
.s-shiritai-comp-dblock {
  display: block;
}

.s-shiritai-comp-table-col2023 .s-shiritai-table-bg-lgblue{
  background-color: #EFF2F7 !important;
  color: #000 !important;
}
.s-shiritai-comp-table-col2023 .s-shiritai-table-bg-dkblue{
  background-color: #C6E4F7 !important;
  color: #000 !important;
}
.s-shiritai-flex-center{
  display: flex;
  align-items: center;
  border-right: 0 !important;
  border-top: 0 !important;
}

.s-shiritai-table-align-middle {
  vertical-align: middle !important;
}

.s-shiritai-text-bold{
  font-weight: 700 !important;
}

.s-shiritai-flex-box-col{
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.s-shiritai-flex-box-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s-shiritai-flex{
  display: flex;
}

.s-shiritai-flex-nowrap{
  flex-wrap: nowrap !important;
}

.s-shiritai-txt-fs12 {
  font-size: 12px !important;
}


.s-shiritai-table-th-line{
position: relative;
width: 68px;
}
.s-shiritai-table-th-line::after{
  position: absolute;
  content: '';
  width: 150%;
  height: 1px;
  background-color: #000;
  transform: rotate(49deg);
  top: 37px;
  left: -17px;
}

.s-shiritai-table-th-line-lg {
  position: relative;
}
.s-shiritai-table-th-line-lg::after {
  position: absolute;
  content: "";
  width: 102.6%;
  height: 1px;
  background-color: #000;
  transform: rotate(12deg);
  top: 38px;
  left: -5px;
}

.s-shiritai-table-bg-lgblue-spanf{
  display: block;
  text-align: right;
}
.s-shiritai-table-bg-lgblue-spans{
  display: block;
  text-align: left;
}

.s-shiritai-table-tax-w743{
    max-width: 743px;
}

.s-shiritai-table-w50{
    width: 50px;
}

.s-shiritai-no-span{
  color: #1E50A2 !important;
  font-size: 14px !important;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #1E50A2;
  margin-right: 4px;
}
.s-shiritai-comp-h2 {
display:inline-block;}

.s-shiritai-comp-h2::after {
  width: 100%;
}
