body {
  margin: 0;
}

#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
header,
#header,
#footer_Wrap,
#topicsPathArea,
.pageTop,
.header-bnr-area,
footer,
#footer {
  display: none;
}

ul,
li {
  list-style: none;
}
ul,
ol,
li,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
  line-height: 1.7;
}

#mainContainer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #f7f7f7;
  color: #222;
  word-break: break-all;
}

#mainContainer h2,
#mainContainer h3,
#mainContainer h4,
#mainContainer h5 {
  font-weight: bold;
}
#mainContainer .kv {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
}
#mainContainer .kv img {
  width: 100%;
}
#mainContainer article {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  color: #333;
  padding: 0 40px 100px;
  box-sizing: border-box;
  overflow: hidden;
}
#mainContainer article img {
  max-width: 100%;
}
#mainContainer article > h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 35px;
  padding: 70px 0 30px;
  margin: 0;
  color: #333;
}
#mainContainer article > h2 img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
#mainContainer article > h2:has(img) {
  gap: 10px;
}
#mainContainer article > h2:has(img)::before {
  content: none;
}
#mainContainer article > h2::before {
  content: "";
  display: block;
  width: 7px;
  height: 50px;
  background: #333;
}
#mainContainer article > h3 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #205920;
  padding: 20px 0 10px;
  margin: 0;
  gap: 10px;
}

#mainContainer article > h3 img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

#mainContainer article > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

#mainContainer article .intro {
  text-align: center;
  padding-top: 70px;
  font-size: 18px;
}

#mainContainer article > p a {
  color: inherit;
}
#mainContainer article b:not(.no-b) {
  background: linear-gradient(transparent 60%, #fff176 60%);
  display: inline;
}
#mainContainer article table {
  margin-top: 50px;
  border-collapse: inherit;
  border-spacing: 1px;
}
#mainContainer article table .table-title {
  background: #fff;
  font-size: 20px;
  color: #333;
}
#mainContainer article table thead {
  background: #d7e4d7;
}
#mainContainer article table thead th {
  padding: 6px;
  color: #205920;
  text-align: center;
}
#mainContainer article table tbody th {
  padding: 6px;
  color: #205920;
  text-align: center;
  background: #d7e4d7;
  width: 18%;
}
#mainContainer article table tbody td {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px;
  background: #f7f7f7;
  vertical-align: baseline;
}
#mainContainer article table tbody td li {
  list-style: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#mainContainer article table tbody td strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
#mainContainer article .alert {
  margin-top: 50px;
}
#mainContainer article .alert h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #e51937;
  margin: 0;
  padding: 5px;
  font-size: 24px;
  color: #fff;
}
#mainContainer article .alert h3 img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#mainContainer article .alert > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
}
#mainContainer article .alert > div > p {
  margin: 0;
  padding: 20px;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
}
#mainContainer article .alert > div > p .band {
  display: block;
  background: #e8890d;
  width: fit-content;
  color: #fff;
  padding: 0 6px;
  margin-top: 6px;
}
#mainContainer article .alert img {
  width: 30%;
  height: 184px;
  object-fit: cover;
}
#mainContainer article .ac {
  margin-top: 20px;
}
#mainContainer article .ac-ttl {
  position: relative;
  background: #d7e4d7;
  color: #205920;
  text-align: center;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#mainContainer article .ac-ttl::before,
#mainContainer article .ac-ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: #205920;
}
#mainContainer article .ac-ttl::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
#mainContainer article .ac-ttl.active::after {
  transform: rotate(0deg);
}
#mainContainer article .ac-con {
  display: none;
  background: #f7f7f7;
  padding: 40px;
}
#mainContainer article .ac-con p {
  margin: 0;
}
#mainContainer article .ac-con p a {
  color: inherit;
}
#mainContainer article .risk {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow-y: clip;
}

#mainContainer article .risk #flash {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #cfe8ff;
  opacity: 0;
  pointer-events: none;
}

#mainContainer article .risk h2 {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 35px;
}
#mainContainer article .risk canvas {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mainContainer article .risk ul {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}
#mainContainer article .risk ul li {
  position: relative;
  border: 4px solid #d7e4d7;
  list-style: none;
  padding: 0;
  background: #fff;
}
#mainContainer article .risk ul li.full {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 4;
}
#mainContainer article .risk ul li .ttl {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #d7e4d7;
  color: #205920;
  padding: 4px 20px;
  text-align: center;
}
#mainContainer article .risk ul li .con {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

#mainContainer article .countermeasure .box {
  margin: 50px auto;
}
#mainContainer article .countermeasure h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #e51937;
  margin: 0;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
#mainContainer article .countermeasure h3 img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
#mainContainer article .countermeasure .panel-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
#mainContainer article .countermeasure .panel-list li {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#mainContainer article .countermeasure .after::before {
  content: "";
  display: block;
  margin: 40px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 50px solid #205920;
  border-bottom: 0;
}
#mainContainer article .countermeasure .after h3 {
  background: #205920;
}
#mainContainer article .countermeasure .after li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#mainContainer article .choose {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#mainContainer article .choose li {
  border: 1px solid #205920;
  text-align: center;
  padding: 10px;
}
#mainContainer article .choose li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  min-height: 60px;
  color: #205920;
}
#mainContainer article .choose li img {
  display: block;
  width: 40%;
  margin: 20px auto;
}
#mainContainer article .choose li p {
  margin-top: 10px;
}

.award {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  background: #f7f7f7;
  padding: 20px;
}
.award img {
  display: block;
  width: 90px;
  min-width: 90px;
}
#mainContainer .products {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 0;
  box-sizing: border-box;
  margin-top: 40px;
}
#mainContainer .products .products-item {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding-bottom: 20px;
}
#mainContainer .products h2 {
  text-align: center;
  margin: 0;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  position: relative;
}

#mainContainer .products h2::after {
  content: "";
  width: 80px;
  height: 5px;
  background: #333;
  bottom: -15px;
  left: 50%;
  margin-left: -40px;
  border-radius: 999px;
  position: absolute;
}

#mainContainer .products .ttl-sub {
  display: block;
  margin: auto;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

#mainContainer .products h3 {
  font-size: 24px;
  text-align: center;
  background: linear-gradient(to right, #2e822e, #205920);
  color: #fff;
  line-height: 2;
}

#mainContainer .products h4 {
  font-size: 22px;
  margin: 10px 0;
}

#mainContainer .products-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mainContainer .products-item .text {
  padding: 20px;
  padding-bottom: 0;
}

#mainContainer .products-item .thumb {
  width: 200px;
  min-width: 200px;
  padding: 20px;
  padding-bottom: 0;
}
#mainContainer .cta {
  padding: 20px;
  margin-top: 20px;
}
#mainContainer .cta a {
  font-size: 20px;
  color: #fff;
  padding: 8px 20px;
  display: block;
  background: linear-gradient(to right, #2e822e, #205920);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: auto;
  width: fit-content;
  text-decoration: none;
  position: relative;
}
#mainContainer .products .cta {
  margin-top: 0;
}
#mainContainer .products .cta a {
  padding-right: 35px;
}

#mainContainer .products .cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
  display: block;
}

#mainContainer .cta a .mask {
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
#mainContainer .cta a:hover .mask {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

.other-article {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 0 40px 100px;
  box-sizing: border-box;
}

.other-article > h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 35px;
  padding: 70px 0 30px;
  margin: 0;
  color: #333;
}

.other-article > h2::before {
  content: "";
  display: block;
  width: 7px;
  height: 50px;
  background: #333;
}
.other-article a:hover {
  opacity: 0.6;
}

.other-article > #articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.other-article > #articles > a {
  text-decoration: none;
  color: unset;
}
.other-article > #articles > a:hover {
  opacity: 0.6;
}

.other-article > #articles > a > img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.other-article > #articles > a > p {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #mainContainer article {
    padding: 0 16px 50px;
  }
  #mainContainer article img {
    max-width: 100%;
  }
  #mainContainer article > h2 {
    gap: 8px;
    font-size: 22px;
    padding: 35px 0 15px;
  }

  #mainContainer article > h2::before {
    width: 4px;
    height: 25px;
  }
  #mainContainer article > p {
    margin: 0;
    font-size: 14px;
  }

  #mainContainer article .intro {
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
  }

  #mainContainer article table {
    margin-top: 10px;
  }
  #mainContainer article .table-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #mainContainer article table thead th {
    font-size: 12px;
  }
  #mainContainer article table tbody th {
    width: 100px;
    min-width: 100px;
    font-size: 12px;
  }
  #mainContainer article table tbody td {
    font-size: 12px;
    padding: 10px;
    width: 100px;
    min-width: 100px;
  }

  #mainContainer article table tbody td strong {
    margin-top: 5px;
    margin-bottom: 3px;
  }
  #mainContainer article .ac {
    margin-top: 10px;
  }
  #mainContainer article .ac-ttl {
    padding: 8px 12px;
    font-size: 16px;
  }
  #mainContainer article .ac-ttl::before,
  #mainContainer article .ac-ttl::after {
    width: 10px;
    height: 1px;
    right: 10px;
  }

  #mainContainer article .ac-con {
    padding: 20px 16px;
    font-size: 14px;
  }

  #mainContainer article .risk {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #mainContainer article .risk canvas {
    height: 100% !important;
  }
  #mainContainer article .risk h2 {
    font-size: 22px;
  }
  #mainContainer article .risk ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 15px;
  }
  #mainContainer article .risk ul li {
    border: 2px solid #d7e4d7;
  }
  #mainContainer article .risk ul li.full {
    grid-row-start: unset;
    grid-row-end: unset;
    grid-column-start: unset;
    grid-column-end: unset;
  }
  #mainContainer article .risk ul li .ttl {
    font-size: 16px;
    padding: 2px 10px;
  }
  #mainContainer article .risk ul li .con {
    padding: 5px;
    font-size: 14px;
  }

  #mainContainer article .countermeasure .box {
    margin: 25px auto;
  }
  #mainContainer article .countermeasure h3 {
    gap: 8px;
    padding: 5px;
    font-size: 16px;
  }
  #mainContainer article .countermeasure h3 img {
    width: 20px;
    height: 20px;
  }
  #mainContainer article .countermeasure .panel-list {
    gap: 8px;
    margin-top: 8px;
    grid-template-columns: repeat(1, 1fr);
  }
  #mainContainer article .countermeasure .panel-list li {
    padding: 5px;
    font-size: 14px;
  }
  #mainContainer article .countermeasure .after::before {
    margin: 20px auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #205920;
  }

  #mainContainer article .countermeasure .after li {
    font-size: 14px;
  }
  #mainContainer article .choose {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  #mainContainer article .choose li {
    padding: 8px;
  }
  #mainContainer article .choose li h4 {
    font-size: 20px;
    line-height: 1.5;
    min-height: unset;
  }
  #mainContainer article .choose li img {
    margin: 10px auto;
    width: 100px;
  }
  #mainContainer article .choose li p {
    margin-top: 10px;
  }

  .award {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  #mainContainer .products {
    padding: 30px 0;
    margin-top: 20px;
  }
  #mainContainer .products .products-item {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  #mainContainer .products h2 {
    font-size: 22px;
  }

  #mainContainer .products h2::after {
    content: "";
    width: 40px;
    height: 2px;
    bottom: -8px;
    left: 50%;
    margin-left: -20px;
  }

  #mainContainer .products .ttl-sub {
    font-size: 14px;
  }

  #mainContainer .products h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 8px;
  }

  #mainContainer .products h4 {
    font-size: 16px;
    margin: 10px 0;
  }

  #mainContainer .products-item .content {
    flex-direction: column;
  }

  #mainContainer .products-item .text {
    padding: 10px;
    padding-bottom: 0;
  }
  #mainContainer .cta {
    padding: 10px;
    margin-top: 10px;
  }
  #mainContainer .cta a {
    font-size: 16px;
  }

  #mainContainer .products .cta a::after {
    border-width: 4px 0 4px 8px;
  }
  .other-article {
    padding: 0 16px 50px;
  }

  .other-article > h2 {
    gap: 8px;
    font-size: 22px;
    padding: 35px 0 15px;
  }

  .other-article > h2::before {
    width: 4px;
    height: 25px;
  }
  .other-article > #articles {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }

  .other-article > #articles > a {
    text-decoration: none;
    color: unset;
  }
  .other-article > #articles > a:hover {
    opacity: 0.6;
  }

  .other-article > #articles > a > img {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }
  .other-article > #articles > a > p {
    margin-top: 10px;
    font-size: 14px;
  }
}
