/* index */
.tocFrame_essay {
}
.tocFrame_essay .headLine2-toc {
  margin-top: 42px;
}
.tocFrame_essay .headLine2-toc a {
  color: #fff;
  text-decoration: none;
}
.tocFrame_essay .headLine2-toc a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  opacity: 1;
}

@media screen and (max-width: 736px) {
  .tocFrame_essay .headLine2-toc {
    margin-top: 24px;
  }
}

/* ページ内index */
.tocFrame_essay .tocFrame_list02 > li {
  flex-wrap: wrap;
}
.tocFrame_essay .tocFrame_list02_inner {
  width: 100%;
}
.tocFrame_essay .tocFrame_list02_inner li {
  padding: 10px 0 0 20px;
}
.tocFrame_essay .tocFrame_list02_inner a {
  text-decoration: none;
  color: #7d7d7d;
  font-size: 0.9375rem;
}
.tocFrame_essay .tocFrame_list02_inner a:hover {
  text-decoration: underline;
}

/* table */
.pageID-useful-essay table {
  /* table-layout: fixed; */
}
.pageID-useful-essay table th {
  text-align: center;
  font-size: 0.9375rem;
}
.pageID-useful-essay table tbody th {
  background: #fff;
}
.pageID-useful-essay table td {
  font-size: 0.9375rem;
}

.pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(1) {
  width: 15%;
}
.pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(2) {
  width: 25%;
}
.pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(3) {
  width: 25%;
}

.pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(1) {
  width: 12%;
}
.pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(2) {
  width: 30%;
}
.pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(3) {
  width: 12%;
}

.pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(1) {
  width: 12%;
}
.pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(2) {
  width: 20%;
}
.pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(3) {
  width: 12%;
}

@media screen and (max-width: 736px) {
  .pageID-useful-essay table.step01-tbl01 {
    white-space: normal;
  }
  .pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(1) {
    min-width: 90px;
  }
  .pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(2) {
    min-width: 140px;
  }
  .pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(3) {
    min-width: 140px;
  }
  .pageID-useful-essay table.step01-tbl01 thead th:nth-of-type(4) {
    min-width: 180px;
  }
  .pageID-useful-essay table.step01-tbl02 {
    white-space: normal;
  }
  .pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(1) {
    min-width: 90px;
  }
  .pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(2) {
    min-width: 140px;
  }
  .pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(3) {
    min-width: 90px;
  }
  .pageID-useful-essay table.step01-tbl02 thead th:nth-of-type(4) {
    min-width: 200px;
  }

  .pageID-useful-essay table.step03-tbl01 {
    white-space: normal;
  }
  .pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(1) {
    min-width: 90px;
  }
  .pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(2) {
    min-width: 130px;
  }
  .pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(3) {
    min-width: 90px;
  }
  .pageID-useful-essay table.step03-tbl01 thead th:nth-of-type(4) {
    min-width: 180px;
  }
}

.tUnderline {
  text-decoration: underline;
}
.exFrame_define02 > dd {
  padding-left: 0;
}
.exFrame02 {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
.markList-typeOut {
  padding-left: 1rem;
}
.headline_disc {
  position: relative;
  text-indent: calc(-1em - 5px);
  padding-left: 20px;
}
.headline_disc::before {
  content: "●";
  margin-right: 5px;
}

.step03-list01,
.step03-list02 {
  /* display: flex; */
  margin-top: 10px;
  font-size: 0.9375rem;
}
.step03-list01_list,
.step03-list02_list {
  display: flex;
  /* flex-direction:column; */
  /* align-items: center; */
  justify-content: center;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  min-height: 100%;
}
.step03-list01_item:nth-of-type(1),
.step03-list01_time div:nth-of-type(1) {
  flex: 1;
}
.step03-list01_item:nth-of-type(2),
.step03-list01_time div:nth-of-type(2) {
  flex: 2;
}
.step03-list02_item:nth-of-type(1),
.step03-list02_time div:nth-of-type(1) {
  flex: 1;
}
.step03-list02_item:nth-of-type(2),
.step03-list02_time div:nth-of-type(2) {
  flex: 1;
}
.step03-list02_item:nth-of-type(3),
.step03-list02_time div:nth-of-type(3) {
  flex: 2;
}
.step03-list01_list:not(:first-child) {
  /* border-right: 1px solid #e3e3e3; */
}
.step03-list01_item:not(:first-child),
.step03-list02_item:not(:first-child) {
  border-left: 1px solid #e3e3e3;
}
.step03-list01_time div,
.step03-list02_time div {
  position: relative;
}
.step03-list01_time div span,
.step03-list02_time div span {
  background: #f8f8f8;
  padding: 0 10px;
  z-index: 999;
}
.step03-list01_time div span::before,
.step03-list02_time div span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 25%;
  height: 16px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom-left-radius: 100px;
  z-index: -1;
}
.step03-list01_time div span::after,
.step03-list02_time div span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 25%;
  height: 16px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom-right-radius: 100px;
}

.step03-list01_item ul,
.step03-list02_item ul {
  margin: 0;
  padding: 10px 20px;
  /* line-height: 1.75; */
  /* min-height: 5.25em; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.step03-list01_item li,
.step03-list02_item li {
  list-style-type: none;
}
.step03-list01_time,
.step03-list02_time {
  display: flex;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 736px) {
  .step03-list01_item ul,
  .step03-list02_item ul {
    padding: 10px;
  }
  .step03-list01_time div span::before,
  .step03-list02_time div span::before {
    content: none;
  }
  .step03-list01_time div span::after,
  .step03-list02_time div span::after {
    content: none;
  }
}

/* tensaku */
.pageID-useful-essay .accordion_block:not(:first-child) {
  margin-top: 20px;
}
.pageID-useful-essay .accordion_btn {
  font-size: 1.125rem;
}
.zoomBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.zoomBox a.zoom {
  text-decoration: none;
  cursor: zoom-in;
  text-align: center;
}
.zoomBox a.zoom p {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.zoomBox a.zoom p::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: -45px;
  width: 35px;
  height: 35px;
  color: rgb(29, 158, 212);
  font-size: 1.4375rem;
  font-weight: 400;
  content: "";
  font-family: icons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: #f8f8f8;
  z-index: 10;
  padding: 5px;
  border-radius: 100%;
}
.exBox {
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  box-shadow: none !important;
}
.exBox_inner {
  padding: 30px 60px;
}
.exBox_inner p.entry {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.45;
}
.exBox_inner figure {
}

.tensaku_cont {
  display: flex;
  justify-content: center;
}
.tensaku_cont div {
  /*width: calc((100% - 30px) / 2);*/
}
.tensaku_cont figure img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

@media screen and (max-width: 736px) {
  .exBox_inner {
    padding: 20px;
  }
  .zoomBox {
    margin: 0 0 20px 0;
  }
  .tensaku_cont {
    flex-direction: column;
  }
}
