.p-head .h-ill {
  width: 234px;
}

.thepage .cont-bc {
  margin-bottom: 0px;
}

section *,
article * {
  font-feature-settings: "palt";
}

section h2,
section h3,
section h4,
section h5,
article h2,
article h3,
article h4,
article h5 {
  font-weight: 700;
}

section > div {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

article > div {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

article {
  border-top: solid 2px #008141;
  background-color: #fff5b4;
  padding-top: 1.8rem;
  padding-bottom: 5rem;
}

h2.main-head {
  max-width: 90%;
  margin: 0 auto;
}

section.inrtoduction > div {
  padding: 2rem 1rem;
}

section.inrtoduction p {
  font-size: 1.15rem;
  line-height: 1.7em;
  text-align: center;
  font-weight: 700;
}

section.subject-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

section.subject-list ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem;
  border-radius: 15px;
  background-color: #ed931e;
  width: 33.3333333333%;
  text-align: center;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4em;
  border: solid 2px;
  min-height: 3rem;
}

section.subject-list ul li.subject-current {
  background-color: #008141;
  border-radius: 15px 15px 0 0;
  border-color: #008141;
  padding: 0.8rem 0.8rem;
}

section.subject-list ul li.subject-current:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #008141;
  border-bottom: 0;
}

section.subject-list ul li.subject-disable {
  background-color: #008141;
  border-radius: 15px;
  opacity: 0.3;
  pointer-events: none;
  border-color: #008141;
}

section.subject-list ul li.subject-enable {
  background-color: #ffffff;
  border-color: #008141;
  border-radius: 15px;
  cursor: pointer;
  color: #008141;
}

section.subject-list ul li.subject-enable a {
  color: #008141;
}

section.subject-list ul li a {
  color: #ffffff;
  padding: 0.5rem 0px;
}

.tip-box {
  /* background-color: #ffffff;
  border: solid 2px #909092;
  border-radius: 30px; */
  /* padding: 1rem 2rem; */
}

.tip-box .tip-title {
  border-radius: 30px 30px 0px 0px;
  background-color: #333333;
}

.tip-box .tip-title h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.8rem 2rem 0.8rem 2rem;
  margin-bottom: 0;
}

.tip-box .row.tip-discription {
  background-color: #ffffff;
  border: solid 2px #909092;
  border-top: none;
  border-radius: 0px 0px 30px 30px;
  padding: 0rem 1rem;
}

.tip-box .row.tip-discription > .col {
  padding: 1rem 1rem;
}

.tip-box .row.tip-discription > .col-6:first-child {
  border-right: solid 2px #909092;
}

.tip-box .row.tip-discription > .col > h4 {
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin-bottom: 0.8rem;
  line-height: 1.7rem;
}

.tip-box .row.tip-discription > .col-6:first-child > h4 {
  background-color: #ed931e;
}

.tip-box .row.tip-discription.hasnotes > .col-12 {
  padding-bottom: 4.2rem;
}

.tip-box .row.tip-discription > .col-6:nth-child(2) > h4 {
  background-color: #b85e95;
}

.tip-box .row.tip-discription > .col p {
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: 500;
}

.small-tip-list {
  background-color: #f2f2f2;
  padding: 0.6rem 1.6rem;
  border-radius: 16px;
  position: relative;
}

.small-tip-list ul {
  list-style: disc;
  padding-left: 2rem;
}

.small-tip-list span.other {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.6rem 1.6rem;
}

.row.notes {
  position: relative;
  margin-top: -4.2rem;
}

a.speech-bubble-link.link-01 {
  position: absolute;
  width: 4rem;
  height: 1rem;
  top: 57%;
  left: 36.5%;
}

a.speech-bubble-link.link-02 {
  position: absolute;
  width: 12rem;
  height: 1rem;
  top: 30%;
  left: 14.5%;
}

.row.notes img {
  max-width: 80%;
  margin: auto;
  display: block;
}

ul.guideline-list li {
  position: relative;
  padding-left: 2rem;
}

ul.guideline-list li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #008141;
  display: block;
  position: absolute;
  border-radius: 3.8px;
  top: 0.3rem;
  left: 0;
}

.tip-box .row > .col-6:first-child ul.guideline-list li:before {
  background-color: #ed931e;
}

.tip-box .row > .col-6:nth-child(2) ul.guideline-list li:before {
  background-color: #b85e95;
}

.tip-box .row > .col-6 ul.guideline-list li h5 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  font-weight: 700;
}

.tip-box .row.tip-discription > .col.attention-col {
  padding: 0rem 1rem 4.2rem 1rem;
}

.attention {
  border: solid 1px #cd3838;
  padding: 1rem;
}

.attention h4 {
  font-size: 0.9rem;
  color: #cd3838;
}

.tip-box .row.tip-discription .attention p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.icon-case {
  width: 1.4rem;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}

.tip-box .row.tip-discription > .col-12 > h4.case-head {
  color: #008141;
  font-size: 1.25rem;
  font-weight: 700;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #008141;
  border-radius: 0;
  padding: 0.8rem 0;
}

.tip-box .row.tip-discription > .col-12 > strong {
  color: #008141;
}

.tip-box .row.tip-discription > .col-12 > .precedent-wrap {
  padding: 1.4rem 1.4rem;
  background-color: #f2f2f2;
  border-radius: 15.5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tip-box .row.tip-discription > .col-12 > .precedent-wrap p {
  margin-bottom: 0;
  line-height: 1.7em;
  font-size: 1rem;
}

span.red {
  color: #cd3838;
  font-weight: 700;
}

.summary {
  position: relative;
  z-index: 0;
  max-width: 740px;
  margin: 3rem auto 7rem auto;
  padding: 1.8rem 2.8rem;
  color: #ffffff;
}

.summary::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 46px solid transparent;
  border-image-source: url(/precedents3/images/black-board-frame.png);
  border-image-slice: 180;
  border-image-repeat: repeat;
  background-color: #12582c;
  pointer-events: none;
  z-index: -1;
}

.summary::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  bottom: -4%;
  right: 0px;
  left: -10px;
  margin: auto;
  background-image: url(/precedents3/images/black-board-btm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
}

.summary .summary-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 2rem;
  border: solid 2px #ffffff;
  display: block;
  max-width: 13rem;
  margin: 0.5rem auto 1rem auto;
}

.summary .summary-inner h2 + p {
  text-align: center;
  color: #f3e736;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8em;
}

.summary .summary-inner .summary-discription {
  padding-top: 1rem;
  border-top: solid 2px #ffffff;
}

.summary .summary-inner .summary-discription strong {
  color: #f3e736;
  font-weight: 700;
}

.summary .summary-inner img {
  position: absolute;
  width: 167px;
  right: -100px;
  bottom: -70px;
  z-index: 10;
}

.supervision {
  background-color: #ffffff;
  border-radius: 15.5px;
  padding: 2rem 1.8rem;
}

.supervision > .col-3 img {
  aspect-ratio: 1/1;
  background-color: #cccccc;
  display: block;
  border-radius: 10px;
}

.supervision > .col-9 {
  padding: 1rem;
}

.supervision > .col-9 h4 {
  position: relative;
  padding-left: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.supervision > .col-9 h4:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #cd3838;
  display: block;
  position: absolute;
  border-radius: 3.8px;
  top: 0.3rem;
  left: 0;
}

.supervision > .col-9 span {
  line-height: 1.7em;
  font-size: 1rem;
}

.supervision > .col-9 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  section,
  article {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section,
  article {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .tip-box .row.tip-discription {
    flex-direction: column;
  }
  .tip-box .row.tip-discription > .col {
    width: 100%;
  }
  .tip-box .row.tip-discription > .col-6:first-child {
    border-right: solid 0px #909092;
    border-bottom: solid 2px #909092;
  }
  .tip-box .row.tip-discription.hasnotes > .col-12 {
    padding-bottom: 1rem;
  }
  .tip-box .row.tip-discription.hasnotes > .col-12:nth-last-child(1) {
    padding-bottom: 5.2rem;
  }
  .summary .summary-inner img {
    display: none;
  }
  .summary::after {
    bottom: -2vw;
  }
  .supervision > .col-3 {
    width: 40%;
  }
  .supervision > .col-9 {
    width: 60%;
  }
  a.speech-bubble-link.link-01 {
    position: absolute;
    width: 11vw;
    height: 3.5vw;
    top: 76%;
    left: 10%;
  }
  a.speech-bubble-link.link-02 {
    position: absolute;
    width: 36vw;
    height: 3vw;
    top: 16%;
    left: 14.8%;
  }
  .p-head .h-ill {
    width: 132px;
  }
}
@media screen and (max-width: 680px) {
  section.inrtoduction p {
    font-size: 3.5vw;
  }
  section.subject-list ul {
    gap: 0.6rem;
  }
  section.subject-list ul li {
    font-size: 3.2vw;
  }
  section.subject-list ul li.subject-current {
    padding: 0.4rem 0rem;
    border-radius: 8px 8px 0 0;
  }
  section.subject-list ul li.subject-enable,
  section.subject-list ul li.subject-disable {
    border-radius: 8px;
  }
  .tip-box .tip-title h3 {
    font-size: 4.5vw;
    line-height: 1.5rem;
  }
  .tip-box .row.tip-discription > .col > h4 {
    font-size: 4.5vw;
  }
  .tip-box .row.tip-discription > .col p {
    font-size: 3.8vw;
  }
  .tip-box .row.tip-discription > .col {
    padding: 1rem 0rem;
  }
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .small-tip-list {
    font-size: 4vw;
  }
  .row.notes img {
    max-width: 90%;
  }
  .tip-box .row > .col-6 ul.guideline-list li h5 {
    font-size: 4.7vw;
  }
  ul.guideline-list li:before {
    top: 1vw;
  }
  .tip-box .row.tip-discription > .col-12 > .precedent-wrap p {
    font-size: 3.1vw;
  }
  .summary {
    margin: 2rem auto 2rem auto;
    padding: 1.6rem 2rem;
  }
  .summary .summary-inner h2 {
    font-size: 4.8vw;
    padding: 0.4rem 0rem;
    max-width: 10rem;
  }
  .summary .summary-inner h2 + p {
    font-size: 4.2vw;
  }
  .summary .summary-inner .summary-discription {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .supervision > .col-9 span {
    line-height: 5vw;
    font-size: 3.2vw;
    display: block;
  }
  .supervision {
    padding: 1rem 1rem;
  }
  .supervision > .col-9 h3 {
    font-size: 5vw;
  }
  .supervision > .col-9 h4 {
    padding-left: 1.6rem;
    font-size: 5vw;
  }
  section.subject-list ul li a {
    padding: 0.5rem 0px;
    line-height: 3.6vw;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .pc {
    display: none;
  }
}
.tbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .tbl {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .tbl {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=precedents3.css.map */