ol.number-list {
  margin: 30px 0 0 1em;
}

ol.number-list li {
  margin-top: 0;
}

ol.number-list + p {
  margin-top: 30px;
}

ol.number-list ol li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .pagefooter {
    margin: 25px auto 0;
    width: 94%;
  }
}
#toc {
  padding: 0;
}

.toc__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
  transition: opacity 0.3s;
}

ol.toc__list {
  margin: 0 auto;
  padding-bottom: 30px;
}

.main table th {
  color: #333;
}

@media screen and (max-width: 767px) {
  table.unit {
    margin: 30px 0 0;
  }
  table.unit th {
    white-space: wrap !important;
  }
}
table.unit .unit__komoku {
  background-color: #fff;
}
table.unit .unit__header {
  background-color: #fff;
}

#headerwrapper a:hover img {
  opacity: 1;
}

#group_logo {
  display: block !important;
}

.pagetitle-wrap #pagetitle {
  margin: 0 !important;
}

@media (max-width: 992px) {
  .pagetitle-wrap {
    width: 100% !important;
  }
}
#topicpath-mobile li {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  #topicpath-mobile li {
    font-size: 12px !important;
  }
}

.title1A {
  font-size: 2.8rem !important;
  padding: 20px 15px 10px 55px !important;
}
@media screen and (max-width: 992px) {
  .title1A {
    font-size: 2.2rem !important;
    padding: 15px 10px 5px 40px !important;
  }
}

h3.title2A {
  font-size: 2.4rem !important;
  padding: 10px 18px !important;
}
@media screen and (max-width: 992px) {
  h3.title2A {
    font-size: 2rem !important;
    padding: 10px 12px !important;
  }
}

.pagebody > p {
  margin: 0;
}

.circle-list li {
  margin: 0 !important;
}
.circle-list li::marker {
  content: "" !important;
}

ul.circle-list li ul li {
  padding-left: 0;
}

ul.circle-list li ul li::before {
  display: none;
}

.number-list li {
  padding: 0 !important;
  margin: 0 !important;
}
.number-list li:before {
  display: none;
}

@media screen and (max-width: 992px) {
  #footer {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    border-top: none !important;
  }
}

.footer_link_m {
  display: block !important;
}

#back-top {
  display: block;
}

#copyright {
  font-family: "Helvetica", "Arial";
}

@media screen and (max-width: 992px) {
  #copy_area {
    background: #cc0022 !important;
    width: 100% !important;
    height: 65px !important;
    position: relative !important;
    top: 0 !important;
    z-index: 1 !important;
  }
}

#pagetop img {
  border-radius: 100%;
  border: 1px #fff solid !important;
}

.border-block {
  border: 1px solid #000;
  padding: 1em !important;
  margin-top: 1em !important;
}

h4 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem !important;
  }
}

.pagebody strong {
  background-image: linear-gradient(transparent 60%, #ffd34e 60%);
}

#mv {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: 20px;
  }
}

.main p {
  min-height: auto;
  line-height: 1.5;
  margin: 0;
}
.main ul,
.main ol {
  list-style: none;
}
.main ul li,
.main ol li {
  list-style: none;
}
.main ul.contents-list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  padding: 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .main ul.contents-list {
    gap: 20px;
    margin: 0 0 40px;
  }
}
.main ul.contents-list li {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  width: calc((100% - 80px) / 3);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main ul.contents-list li {
    width: calc((100% - 20px) / 2);
  }
}
.main ul.contents-list li a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main ul.contents-list li a {
    font-size: 14px;
  }
}
.main ul.contents-list li a:hover {
  text-decoration: none;
}
.main ul.contents-list li a:hover:after {
  opacity: 0.23;
}
.main ul.contents-list li a:after {
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
}

.main ul.contents-list + p.footer-hosoku {
  padding-bottom: 0;
}

.main figure.contents-thumb > figcaption {
  background-image: url(/hinsurance/cyberrisk/articles/index/images/icon_arrow_red@2x.png);
  background-position: 12px 17px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1.4;
  padding: 12px 12px 12px 28px;
}

.main ul.contents-list + p.footer-hosoku {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .toc__list {
    padding-bottom: 20px;
  }
}
.toc__list li {
  list-style: none !important;
  margin: 0 !important;
}

.toc__list-child {
  margin: 9px 0 0 1em !important;
}
.toc__list-child li {
  margin: 0 !important;
}

ul.cta-list {
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  ul.cta-list {
    margin: 40px 0 0 !important;
  }
}
ul.cta-list.row {
  flex-direction: row;
  gap: 40px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  ul.cta-list.row {
    flex-direction: column;
  }
}
ul.cta-list.row li {
  width: calc((100% - 40px) / 2);
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  ul.cta-list.row li {
    width: 100%;
  }
}
ul.cta-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  max-width: 500px;
  margin: 0 auto;
}
ul.cta-list li.bnr {
  max-width: 100%;
  border: none !important;
}
ul.cta-list li.bnr:nth-child(n+2) {
  margin-top: 40px;
}
ul.cta-list li.bnr a {
  display: block;
  padding: 0;
}
ul.cta-list li.bnr a .img {
  width: 100%;
}
ul.cta-list li.cyberrisk {
  max-width: 740px;
}
ul.cta-list li:last-child {
  border-bottom: 1px solid #ccc;
}
ul.cta-list li a {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
ul.cta-list li a:hover {
  text-decoration: none;
}
ul.cta-list li a:hover p {
  opacity: 0.6;
}
ul.cta-list li a .img {
  width: 35%;
}
ul.cta-list li a p {
  margin: 0;
  font-size: 1.8rem;
  width: 60%;
  color: #000;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  ul.cta-list li a p {
    font-size: 1.6rem;
  }
}

.num-none .title1A {
  padding-left: 0 !important;
}

.num-none .title1A::before {
  display: none !important;
}

.information-area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .information-area {
    margin-top: 60px;
  }
}
.information-area h2 {
  border: none;
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
  background-color: #f1eef6;
}
@media screen and (max-width: 767px) {
  .information-area h2 {
    padding: 10px 0;
    font-size: 22px;
  }
}
.information-area h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .information-area h2 br {
    display: block;
  }
}
.information-area ul.information-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .information-area ul.information-list {
    margin: 20px 0;
    flex-direction: column;
    gap: 20px;
  }
}
.information-area ul.information-list li {
  width: calc((100% - 40px) / 2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .information-area ul.information-list li {
    width: 100%;
  }
}
.information-area ul.information-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .information-area ul.information-list li a:hover {
    opacity: 0.7;
  }
  .information-area ul.information-list li a:hover img {
    opacity: 1;
  }
}
.information-area ul.information-list li a .img {
  width: 180px;
}
@media screen and (max-width: 500px) {
  .information-area ul.information-list li a .img {
    width: 35%;
  }
}
.information-area ul.information-list li a .txt-area {
  width: calc(100% - 200px);
}
@media screen and (max-width: 500px) {
  .information-area ul.information-list li a .txt-area {
    width: 60%;
  }
}
.information-area ul.information-list li a .txt-area p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .information-area ul.information-list li a .txt-area p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
#topcontrol p span:hover img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

#topcontrol p span:hover {
  background-image: url(/package_include/SJNK_forCheck/common/images/pagetop_on.png) !important;
}
#topcontrol p span:hover img {
  display: none !important;
}

#group_logo img {
  translate: 0 1px;
}

.header-sp #headerwrapper {
  height: 65px !important;
}

.content-04 th {
  background-color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
