@charset "Shift_JIS";
.Section01 {
  padding: 50px 0 125px;
}

@media screen and (max-width: 768px) {
  .Section01 {
    padding: 30px 0 60px;
  }
}

.Section01 p a {
  font-weight: 600;
  color: #875F23;
  text-decoration-color: #875F23;
  text-decoration: underline;
}

.Section01 p a:hover {
  color: #4571AC;
  text-decoration-color: #4571AC;
}

.Section01 .pattern-label {
  display: block;
  width: fit-content;
  text-align: center;
  margin-bottom: 4px;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F49849;
  line-height: 1.72222;
}

.Section01 .pattern-label--taisaku {
  background-color: #40ADE8;
}

.Section01 .pattern-label--zei {
  background-color: #65A732;
}

@media screen and (max-width: 768px) {
  .Section01 .pattern-label {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0px 5px;
    line-height: 1.71429;
  }
}

.Section01 .eyecatch .pattern-title {
  position: relative;
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: -15px;
  line-height: 2.52;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .pattern-title {
    font-size: 18px;
    margin-bottom: -8px;
    line-height: 2.16667;
  }
}

.Section01 .eyecatch .pattern-title::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  margin-bottom: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../../module/assets/img/trivia_icon.png);
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .pattern-title::before {
    top: 0.5em;
  }
}

.Section01 .eyecatch .heading-title {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1.575;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .heading-title {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
}

.Section01 .eyecatch .heading-title--sub {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .heading-title--sub {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 1.5;
  }
}

.Section01 .eyecatch .heading-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .heading-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section01 .eyecatch .heading-text.indent-annnotation {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .heading-text.indent-annnotation {
    margin-top: 8px;
  }
}

.Section01 .eyecatch > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .Section02 {
    padding: 56px 0 75px;
  }
}

.Section02-content > h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-content > h4 {
    font-size: 16px;
  }
}

.Section02-content > h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02-content > h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.Section02-content > h3 + h3 {
  margin-top: 32px;
}

.Section02-content > h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02-content > h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.Section02-content > p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-content > p {
    font-size: 16px;
    margin-bottom: 47px;
    line-height: 1.5;
  }
}

.Section02-content > img {
  max-width: 80%;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .Section02-content > img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

.Section02-content table tbody td ul {
  counter-reset: tablenumeber;
}

.Section02-content table tbody td ul li {
  position: relative;
  padding-left: 2.5em;
}

.Section02-content table tbody td ul li::before {
  position: absolute;
  counter-increment: tablenumeber;
  content: "（" counter(tablenumeber) "）";
  top: 0;
  left: 0;
}

.Section02-content .table-annotation--numebr {
  counter-reset: table-annotation;
}

.Section02-content .table-annotation--numebr li {
  padding-left: 1em;
}

.Section02-content .table-annotation--numebr li::before {
  counter-increment: table-annotation;
  content: counter(table-annotation);
}

.Section02-content .annotation {
  margin-bottom: 42px;
}

.Section02-content .annotation li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-content .annotation li {
    font-size: 14px;
  }
}

.Section02-content .annotation li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.Section02-content .annotation.list--number {
  counter-reset: innerlist-number;
}

.Section02-content .annotation.list--number li {
  padding-left: 2.5em;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .Section02-content .annotation.list--number li {
    margin-bottom: 15px;
  }
}

.Section02-content .annotation.list--number li img {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .Section02-content .annotation.list--number li img {
    margin-top: 15px;
  }
}

.Section02-content .annotation.list--number li::before {
  position: absolute;
  counter-increment: innerlist-number;
  content: "※" counter(innerlist-number);
  left: 0;
  top: 0;
}

.Section02-content .annotation.list--number li:last-child {
  margin-bottom: 0;
}

.Section02-content .img-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.33333;
}

.Section02-content .img-label {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .Section02-content .img-label {
    margin-bottom: 52px;
  }
}

.Section02-content .checkbox {
  margin: 32px 0 52px;
}

@media screen and (max-width: 768px) {
  .Section02-content .checkbox {
    margin: 21px 0 48px;
  }
}

.Section02-content .point {
  margin-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .Section02-content .point {
    margin-bottom: 56px;
  }
}

.Section02-content .point > h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02-content .point > h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.Section02-content .point p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-content .point p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .Section02-content .point--title {
    display: block;
    margin-bottom: -10px;
  }
}

.Section02-content .buttonMore--wrapper {
  margin: 56px auto 135px;
}

@media screen and (max-width: 768px) {
  .Section02-content .buttonMore--wrapper {
    margin: 42px auto 90px;
  }
}

.Section02-content .keisan {
  margin-bottom: 56px;
}

.Section02-content .keisan img {
  margin-bottom: 24px;
}

.Section02-content .keisan p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-content .keisan p {
    font-size: 14px;
  }
}

.Section02-list {
  margin-bottom: 32px;
}

.Section02-list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-list li {
    font-size: 16px;
  }
}

.Section02-list li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.Section02-imgcontainer {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .Section02-imgcontainer {
    flex-flow: column;
  }
}

.Section02-imgcontainer ul {
  margin-top: auto;
}

.Section02-imgcontainer ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-imgcontainer ul li {
    font-size: 14px;
  }
}

.Section02-imgcontainer ul li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.Section02-card {
  padding: 30px 24px 34px;
  margin-bottom: 64px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .Section02-card {
    padding: 20px 16px 20px;
    margin-bottom: 56px;
  }
}

.Section02-card.mb {
  margin-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .Section02-card.mb {
    margin-bottom: 56px;
  }
}

.Section02-card *:last-child {
  margin-bottom: 0;
}

.Section02-card > h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02-card > h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.Section02-card > p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-card > p {
    font-size: 16px;
    margin-bottom: 47px;
    line-height: 1.5;
  }
}

.Section02 .Section__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Section02 .Section__title {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

.Section02 .Lead-text {
  margin-bottom: 46px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02 .Lead-text {
    margin-bottom: 50px;
    font-size: 16px;
  }
}

.indent-annnotation {
  display: flex;
}

.indent-annnotation > div {
  display: block;
}

.indent-annnotation > div:first-child {
  width: fit-content;
  white-space: nowrap;
}

.indent-annnotation > span {
  display: block;
}

.indent-annnotation > span:first-child {
  width: fit-content;
  white-space: nowrap;
}

.indent-annnotation.annotation-text {
  font-size: 16px !important;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .indent-annnotation.annotation-text {
    font-size: 14px !important;
    line-height: 1.71429;
  }
}

.stepcard-area {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .stepcard-area {
    margin-bottom: 56px;
  }
}

.table-hyouka {
  margin-bottom: 65px;
}

.table-hyouka--large {
  padding: 0;
  text-align: center;
  line-height: 1em;
}

.table-hyouka--large span {
  padding: 0 15px 0 0;
  writing-mode: vertical-lr;
  white-space: pre;
  display: inline-table;
}

@media screen and (max-width: 768px) {
  .table-hyouka thead th:first-child {
    min-width: 203px;
  }
}

.table-hyouka thead th:last-child {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .table-hyouka thead th:last-child {
    min-width: 338px;
  }
}

.table-zaisan thead th,
.table-souzoku thead th {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .table-zaisan thead th,
  .table-souzoku thead th {
    min-width: 277px;
  }
}

.table-zaisan {
  margin-bottom: 32px;
}

.table-souzoku {
  margin-bottom: 64px;
}

.table-souzoku--center {
  text-align: center;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .table-souzoku--center {
    width: 132px;
  }
}

.table-senmonka {
  margin-bottom: 32px;
}

.table-senmonka thead th:first-child {
  width: 200px;
  min-width: 200px;
}

.table-senmonka thead th:last-child {
  width: 373px;
  min-width: 373px;
}

@media screen and (max-width: 768px) {
  .scrolltable {
    max-width: 100%;
    overflow-x: scroll;
  }
  .scrolltable table {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .leftvisible::before {
    position: absolute;
    content: '';
    top: -1px;
    bottom: 0;
    left: calc(82vw - 110px);
    right: auto;
    width: 150px;
    z-index: 1;
    background-image: linear-gradient(to right, #FFFFFF00, #FFFFFF99 50%, #FFFFFFCC);
  }
  .leftvisible::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    top: 50%;
    left: calc(82vw - 20px);
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    background-color: #875F23;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
  }
  .rightvisible::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: -1px;
    left: auto;
    right: calc(82vw - 110px);
    width: 150px;
    z-index: 1;
    background-image: linear-gradient(to left, #FFFFFF00, #FFFFFF99 50%, #FFFFFFCC);
  }
  .rightvisible::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    top: 50%;
    right: calc(82vw - 20px);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: #875F23;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
  }
}
