.guideline {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}

.guideline .guideline_mv {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .guideline .guideline_mv {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.guideline .guideline_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.guideline .guideline_wrap {
  width: 100%;
}

.guideline .guideline_wrap *:last-child {
  margin-bottom: 0;
}

.guideline .guideline_wrap p {
  margin-bottom: 1em;
}

.guideline .guideline_wrap p:last-child {
  margin-bottom: 0;
}

/* toc */
.guideline .toc {
  width: 100%;
  padding: 30px 6%;
}

.toc_list .num {
    font-size: 17px;
    font-weight: bold;
    padding-right: 15px;
    border-right: #2263b3 solid 3px;
}

.toc_list .toc_item {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 15px;
    font-size: 17px;
    font-weight: bold;
}

.guideline .toc_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.guideline .toc_list {
  display: grid;
  gap: 5px;
  margin-top: 24px;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
}

.guideline .toc_list li a {
  text-decoration: none;
}

/* item */
.guideline .item {
  width: 100%;
}

.guideline .item_title {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 110px;
  background: linear-gradient(to bottom, #e1edfc 0%, transparent 100%);
  border-top: 4px solid #2263b3;
}

@media screen and (max-width: 991px) {
  .guideline .item_title {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 70px;
  }
}

.guideline .item_title .num {
  position: absolute;
  left: 0;
  top: -1px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 51px;
  font-weight: bold;
  line-height: 1;
  color: #fef335;
  width: 112px;
  height: 110px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #2263b3;
  padding: 8px 20px;
}

@media screen and (max-width: 991px) {
  .guideline .item_title .num {
    font-size: 38px;
    width: 84px;
    height: 80px;
    padding: 4px 15px;
  }
}

.guideline .item_title .text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 28px;
  color: #2263b3;
}

@media screen and (max-width: 991px) {
  .guideline .item_title .text {
    font-size: 20px;
  }
}

.guideline .item_content {
  width: 100%;
  padding: 25px 6%;
}

.guideline .item_content .img-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.guideline .item_content .img-wrap img {
  display: block;
  width: 100%;
}

.guideline .item_content .item_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table {
    font-size: 14px;
  }
}

.guideline .item_content .item_table thead th {
  background: #2263b3;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  vertical-align: middle;
  width: calc((100% - 106px) / 3);
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table thead th {
    padding: 10px;
    width: calc(80% / 3);
  }
}

.guideline .item_content .item_table thead th.orange_area {
  background: #b32222;
}

.guideline .item_content .item_table thead th:first-child {
  background: initial;
  border-radius: initial;
  width: 106px;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table thead th:first-child {
    width: 20%;
  }
}

.guideline .item_content .item_table tbody th {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table tbody th {
    padding: 5px;
  }
}

.guideline .item_content .item_table tbody th.bg-y1 {
  background: #fcf9be;
}

.guideline .item_content .item_table tbody th.bg-y2 {
  background: #fdf684;
}

.guideline .item_content .item_table tbody th.bg-y3 {
  background: #fef335;
}

.guideline .item_content .item_table tbody td {
  background: #e1edfc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.guideline .item_content .item_table tbody td.orange_area {
  background: #fcede8;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table tbody td {
    padding: 5px;
  }
}

.guideline .item_content .item_table tbody td .mark {
  font-size: 46px;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .item_table tbody td .mark {
    font-size: 34px;
  }
}

.guideline .item_content .bg-wrap {
  background: #fcede8;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .bg-wrap {
    padding: 15px;
  }
}

.guideline .item_content .check-list {
  list-style: none;
}

.guideline .item_content .check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #01000e;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .check-list li {
    font-size: 16px;
  }
}

.guideline .item_content .check-list li:last-child {
  border-bottom: none;
}

.guideline .item_content .check-list li::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../../common/img/guideline_e/icon_check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .guideline .item_content .check-list li::before {
    width: 20px;
    height: 20px;
  }
}

/* utility */
span.bold {
  font-weight: bold;
}

span.red {
  color: red;
}

span.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #faf29c 0%);
}

span.inline-block {
  display: inline-block;
}

#result{
  margin-bottom: 32px;
}