html {
  overflow: auto !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 1101px) {
  .sp, .td {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sp, .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .td, .pc {
    display: none !important;
  }
}

#maincontainer {
  margin-bottom: 100px;
}

#maincontainer .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
}
@media screen and (min-width: 1101px) {
  #maincontainer .wrap:not(.--column) {
    display: block !important;
    width: 100% !important;
    max-width: 1070px !important;
  }
}
#maincontainer #main,
#maincontainer #side {
  display: table-cell;
  vertical-align: top;
}
#maincontainer #main {
  width: calc(100% - 280px);
  max-width: 790px;
}
#maincontainer #side {
  width: 230px;
  max-width: 230px;
  position: relative;
}
#maincontainer #side nav {
  margin-left: 0;
  position: sticky;
  top: 0;
  left: 0;
}
.partslist-side-page>ul>li {
  color: #007ac5;
  font-weight: 400;
}
.partslist-side-page>ul>li>a {
  color: inherit;
}
.partslist-side-page>ul>li.on a {
  font-weight: bold;
  pointer-events: none;
}
.partslist-side-page>ul>li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .partslist-side-page>ul>li>a {
    padding: 5px 16px 5px 18px;
  }
  .partslist-side-page>ul>li::after, .partslist-side-page>ul>li>ul>li::after, .toggle + label::after {
    right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  /* side_nav
	--------------------------------*/
  #maincontainer {
    margin-bottom: 80px;
  }
  #maincontainer,
  #maincontainer #main,
  #maincontainer #side {
    display: block;
  }
  #maincontainer #main {
    width: calc(100% - 40px);
    max-width: inherit;
  }
  #maincontainer #main.--colmun {
    width: calc(100% - 150px);
  }
  #maincontainer #side {
    width: 140px;
    overflow: hidden;
    max-width: inherit;
  }
   #maincontainer #side .partslist-accordion-nav2 {
    width: 100%;
    min-width: unset;
   }

  #maincontainer #side nav {
    margin-left: 0;
  }
  #maincontainer #side .menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 56px;
    border-bottom: 1px solid #3d7bc3;
  }
  #maincontainer #side .menu li {
    margin: 0;
    flex-basis: 33.333%;
    text-align: center;
    position: relative;
  }
  #maincontainer #side .menu li a {
    background: none;
    font-size: 1.5rem;
    padding: 1em 0;
    display: inline-block;
    color: #007ac5;
    font-weight: bold;
    text-align: center;
  }
  #maincontainer #side .menu li.on a {
    font-weight: bold;
    color: #000000;
  }
  #maincontainer #side .menu li a:hover {
    color: #000000;
  }
  #maincontainer #side .menu li a:hover:after {
    border: none;
  }
  #maincontainer #side .menu li:nth-child(1)::before,
  #maincontainer #side .menu li:nth-child(n + 3)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3d7bc3;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #maincontainer #side .menu li a:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .pagettl {
    margin-bottom: 0;
  }
  #maincontainer .wrap {
    display: block;
    width: 100%;
  }
  #maincontainer #main,
  #maincontainer #side {
    width: 100%;
  }
  #maincontainer #main {
    margin: 20px auto 0;
    width: 90% !important;
  }
  #maincontainer #side {
    overflow: visible;
  }
}

.list-flow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.list-flow__item {
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 44px;
  background-color: #eee;
  color: #999;
  font-size: 14px;
  line-height: 1.2;
}

.list-flow__item:first-child {
  width: calc(50% - 11px);
  position: relative;
}

.list-flow__item:first-child::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 100%;
  background-color: #eee;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -11px;
}

.list-flow__item.current {
  background-color: #aaa;
  color: #fff;
}

.list-flow__item:first-child.current::after {
  background-color: #aaa;
}

.heading2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.t-question {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007ac5;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.t-question::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-image: url(./../images/essential/icon_question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  left: 0;
}

.t-question a {
  color: inherit;
  text-decoration: underline;
}

.t-question a:hover {
  text-decoration: none;
}

.search-box {
  margin: 10px auto 0;
  width: 100%;
  max-width: 600px;
  background-color: #eee;
  color: #666;
  font-size: 16px;
}

.search-box form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.search-box form input {
  padding: 10px 0 10px 26px;
  width: calc(100% - 60px);
}

.search-box form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.search-box form button img {
  width: 16px;
  height: 16px;
}

.list-acdLink {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.list-acdLink__item a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 25px 10px 14px;
  background: #666;
  cursor: pointer;
  position: relative;
}
.list-acdLink__item a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.3em;
}
.list-acdLink__item a:hover {
  background: #0c73b4;
}

.acd_btn {
  margin-top: 10px;
  padding: 10px 70px 10px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #0e57ae;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.acd_btn .ico {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
  pointer-events: none;
}
.acd_btn .ico:before,
.acd_btn .ico:after {
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  margin: 0;
  left: auto;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.acd_btn .ico:before {
  width: 14px;
  height: 2px;
  right: 18px;
}
.acd_btn .ico:after {
  height: 14px;
  width: 2px;
  right: 24px;
}
.acd_btn.acd-open .ico:after {
  transform: translateY(-50%) rotate(90deg);
}

.list-model {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 16px;
  background-color: #f6f6f6;
}
.list-model__item {
  width: 100%;
}
.list-model__item__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list-model .modal-img {
  padding: 8px;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-model .modal-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.list-model .modal-txt {
  margin: 4px 0;
  color: #007ac5;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .search-box {
    max-width: 100%;
  }
  .list-model {
    padding: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-flow__item {
    justify-content: flex-start;
    height: 60px;
  }
  .heading2 {
    margin-top: 20px;
  }
  .t-question {
    margin-top: 4px;
  }
  .search-box form input {
    padding: 10px 0 10px 8px;
  }
  .search-box form button img {
    width: 18px;
    height: 18px;
  }
  .list-acdLink {
    gap: 10px;
  }
  .list-acdLink__item a {
    padding: 14px 30px 14px 20px;
  }
  .list-acdLink__item a:after {
    top: calc(50% + 2px);
    right: 16px;
  }
  .acd_btn {
    padding: 14px 50px 14px 16px;
  }
  .list-model {
    gap: 15px 10px;
  }
  .list-model .modal-txt {
    margin: 0;
  }
}


/* popup */

.modalArea {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 730px;
  margin-top: 40px;
  padding: 25px;
  background-color: #fff;
}
.modalWrapper::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: calc(100% - 30px);
  background-color: #e8e8e8;
  border-radius: 14px;
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: -1;
}
.modalContents {
  overflow-y: scroll;
  height: 100%;
}

.modalContents::-webkit-scrollbar {
  width: 15px;
}
.modalContents::-webkit-scrollbar:horizontal {
  height: 13px;
}
.modalContents::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 28px;
}
.modalContents::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 7px;
  border-top: none;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
  background-clip: padding-box;
}
.modalContents::-webkit-scrollbar-thumb:horizontal {
  background-color: #666;
  border-radius: 8px;
  border: none;
}

.modalInner {
  width: 100%;
}

.modalContents .title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007ac5;
  font-size: 24px;
  line-height: 1.2;
}
.modalContents .title::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-image: url(./../images/essential/icon_question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  left: 0;
}
.modalContents .inner-img {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}
.modalContents .title2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.7rem;
}
.modalContents .ttltype4 {
  color: #2f7abf;
}
.modalContents .img {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}
.modalContents .img.--01 {
  max-width: 610px;
}
.modalContents .inner-img + .inner-img {
  margin-top: 20px;
}
.modalContents .img + .item-txt {
  margin-top: 20px;
}
.modalContents .item-txt {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.modalContents .list-normal li {
  margin-bottom: 8px;
  padding-left: 1.3em;
  color: #666;
  line-height: 1.5;
  position: relative;
}
.modalContents .list-normal li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2f7abf;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0.1em;
  top: 0.65em;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.closeModal {
  position: absolute;
  top: -1em;
  line-height: 1;
  right: 0;
  cursor: pointer;
  font-size: 3em;
  color: #fff;
}

@media screen and (max-width: 2500px) {
  .modalWrapper {
    height: 460px;
    max-height: 90%;
  }
  .modalContents {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1100px) {
  .modalWrapper {
    padding: 15px 0 15px 15px;
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .modalContents {
    height: 100%;
  }
  .modalInner {
    padding-right: 15px;
  }
  .modalContents .title {
    font-size: 20px;
  }
  .modalContents .title::before {
    margin-left: 4px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .modalContents .ttltype4 {
    margin-top: 20px;
    padding: 7px 0;
    border-width: 2px;
    font-size: 17px;
  }
  .modalContents .title2 {
    font-size: 15px;
  }
  .modalContents .list-normal li {
    font-size: 16px;
  }
  .modalContents .inner-img {
    max-width: 305px;
  }
  .modalContents .img {
    max-width: 305px;
  }
}

.essential-main .item-txt {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.essential-main .item-list li {
  margin-bottom: 8px;
  padding-left: 0.9em;
  line-height: 1.5;
  position: relative;
}
.essential-main .item-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0071ce;
  display: inline-block;
  position: absolute;
  left: 0.1em;
  top: 0.6em;
}

.sec-head {
  margin-bottom: 80px;
  display: flex;
}
.sec-head__block.--01 {
  padding-right: 40px;
  width: 360px;
}
.sec-head .txt-01 {
  color: #297ac9;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.sec-head .txt-02 {
  margin-top: 26px;
}
.sec-head .btn {
  margin-top: 30px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  background: #0071ce;
  border: 2px solid #0071ce;
  color: #fff;
  position: relative;
}
.sec-head .btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: rotate(45deg) translateY(-2px);
}
.sec-head .btn:hover {
  background: #333;
  border-color: #333;
}
.sec-head__block.--02 {
  margin-top: 7px;
  width: 430px;
  height: 330px;
}
.sec-head__block.--02 img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  object-position: center;
}

.labelttl--blue {
  background: #0071ce;
}

.img-wrap {
  display: flex;
  justify-content: space-between;
}
.img-wrap img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  object-position: center;
}
.img-wrap-01 {
  margin-top: 30px;
}
.img-wrap-01__block.--01 {
  width: 70%;
  height: auto;
  aspect-ratio: 1/0.618;
}
.img-wrap-01__block.--02 {
  width: 29%;
  height: auto;
  /*aspect-ratio: 1/1.552;*/
}

.step-block {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.step-block__txt {
  width: 218px;
}
.step-block__txt .title {
  color: #0071ce;
  font-size: 18px;
  font-weight: bold;
}
.step-block__txt .item-txt {
  margin-top: 5px;
}
.step-block__img {
  width: 552px;
}
.step-block + .labelttl  {
  margin-top: 90px;
}

.list-01 {
  margin-top: 30px;
}

.img_detail_04 {
  margin: 30px auto;
  width: 552px;
  height: 253px;
}

.txt-03 a {
  color: #0071ce;
  text-decoration: underline;
}
.txt-03 a:hover {
  opacity: 0.7;
}

.back-link {
  margin-top: 20px;
  padding-left: 16px;
  display: inline-block;
  color: #297ac9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  position: relative;
}
.back-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: none;
  border-bottom: 2px solid #297ac9;
  border-left: 2px solid #297ac9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-3px);
}
.back-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1100px) {
  .sec-head {
    flex-direction: column;
  }
  .sec-head__block.--01 {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .sec-head__block.--02 {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.767;
  }
  .sec-head .txt-01 {
    margin-top: 25px;
  }
  .sec-head .txt-02 {
    margin-top: 18px;
  }
  .sec-head .btn {
    margin-top: 20px;
    width: 100%;
  }
  .img-wrap-01__block.--01 {
    width: 70%;
  }
  .img-wrap-01__block.--02 {
    width: 29%;
  }
  .ttltype4 {
    margin-top: 50px;
  }
  .step-block {
    margin-top: 35px;
    flex-direction: column;
  }
  .step-block.--noHeading {
    margin-top: 10px;
  }
  .step-block__txt,
  .step-block__img {
    width: 100%;
  }
  .step-block__txt {
    margin-bottom: 15px;
  }
  .step-block__img {
    margin-top: 0;
  }
  .step-block + .labelttl {
    margin-top: 80px;
  }
  .txt-04 {
    margin-top: 30px;
  }
  .list-01 {
    margin-top: 20px;
  }
  .img_detail_04 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.458;
  }
}

@media screen and (max-width: 767px) {
  .sec-head {
    margin-bottom: 70px;
  }
  .sec-head .txt-01 {
    margin-top: 8px;
  }
  .sec-head .txt-02 {
    margin-top: 10px;
  }
  .sec-head .btn {
    margin-top: 15px;
  }
  .labelttl {
    margin-bottom: 22px;
  }
  .img-wrap {
    align-items: center;
    flex-direction: column;
  }
  .img-wrap-01__block.--01 {
    width: 100%;
  }
  .img-wrap-01__block.--02 {
    margin-top: 10px;
    width: 100%;
    max-width: 134px;
  }
  .ttltype4 {
    margin-top: 40px;
    padding: 10px 13px;
    font-size: 18px;
    line-height: 1.4;
  }

  .step-block {
    margin-top: 35px;
    flex-direction: column;
  }
  .step-block.--noHeading {
    margin-top: 10px;
  }
  .step-block__txt,
  .step-block__img {
    width: 100%;
  }
  .step-block__img {
    margin-top: 0;
  }
  .img_detail_04 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.458;
  }
  .step-block + .labelttl  {
    margin-top: 45px;
  }
  .img_detail_04 {
    margin: 30px auto 20px;
  }
}

.entry-head {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.entry-head__img {
  order: 1;
  width: 535px;
  height: auto;
}
.entry-head__img__inner {
  margin: 0 auto;
  width: 420px;
  height: 420px;
}
.entry-head__img__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.entry-head__txt {
  order: 2;
  width: 535px;
}
.entry-head__txt .txt-01 {
  color: #297ac9;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.entry-head__txt .txt-02 {
  margin-top: 20px;
}
.list-step__item {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list-step__item label {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.list-step__item input[type="number"] {
  margin-top: 4px;
  padding-right: 10px;
  width: 80px;
  height: 40px;
  background-color: #eee;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.result {
  margin-top: 40px;
  width: 100%;
  border: 3px solid #0071ce;
  border-spacing: 0;
}
.result th,
.result td {
  padding: 10px;
  width: 50%;
  color: #297ac9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.result tr:not(:nth-child(1)) th,
.result tr:not(:nth-child(1)) td {
  border-top: 1px solid #0071ce;
}
.result td,
.result th + th {
  border-left: 1px solid #0071ce;
}
.result th {
  background: #e5f1fa;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  appearance: auto !important;
  opacity: 1 !important;
  display: block;
}
.result-txt {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}
.result-clear {
  margin-left: auto;
  display: block;
  color: #297ac9;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
}
.result-clear:hover {
  opacity: 0.7;
  cursor: pointer;
}

.search-block {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.search-block__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007ac5;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.search-block__txt::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-image: url(./../images/essential/icon_question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  left: 0;
}
.search-block__txt a {
  color: inherit;
  text-decoration: underline;
}
.search-block__txt a:hover {
  text-decoration: none;
}
.search-block__form {
  display: flex;
  align-items: center;
}
.search-block__form .title {
  margin-right: 20px;
  color: #666;
  font-size: 16px;
}
.search-block__form form {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  height: 40px;
  background-color: #eee;
  border-radius: 5px;
}
.search-block__form input {
  width: calc(100% - 50px);
  font-size: 16px;
  text-align: left;
}
.search-block__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  cursor: pointer;
}
.search-block__form button img {
  width: 20px;
  height: 20px;
}

.search-result {
  margin-top: 30px;
  position: relative;
}
.search-result::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: calc(100% - 90px);
  background-color: #f6f6f6;
  border-radius: 14px;
  position: absolute;
  top: 68px;
  right: 0;
  z-index: -1;
}
.search-result::after {
  content: "";
  display: inline-block;
  width: calc(100% - 28px);
  height: 14px;
  background-color: #f6f6f6;
  border-radius: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.search-result__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.search-result__table {
  margin-top: 10px;
  width: calc(100% + 7px);
  max-height: 500px;
  position: relative;
  border-spacing: 0;
  overflow-y: scroll;
  z-index: 10;
}
.search-result__table::before,
.search-result__table::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 10px;
  background-color: #fff;
  position: sticky;
  left: 0;
  z-index: 1;
}
.search-result__table::before {
  top: 0;
}
.search-result__table::after {
  bottom: 0;
}
.search-result__table::-webkit-scrollbar {
  width: 34px;
}
.search-result__table::-webkit-scrollbar:horizontal {
  height: 13px;
}
.search-result__table::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 28px;
}
.search-result__table::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 34px 28px 28px 34px;
  border-top: 10px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid transparent;
  background-clip: padding-box;
}
.search-result__table::-webkit-scrollbar-thumb:horizontal {
  background-color: #ddd;
  border-radius: 8px;
  border: none;
}

.search-result__table__inner {
}
.search-result__table table {
  width: 100%;
  border-collapse: collapse;
}
.search-result__table table,
.search-result__table table th,
.search-result__table table td {
  text-align: center;
  vertical-align: center;
}
.search-result__table table th,
.search-result__table table td {
  padding: 16px 36px;
  min-width: 100px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.search-result__table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #333;
  color: #fff;
}
.search-result__table tbody th,
.search-result__table tbody td {
  background-color: #fff;
  color: #666;
}
.search-result__table th:first-child,
.search-result__table td:first-child {
  width: 100px;
}

.search-result__table tr > *:nth-child(1) {
  min-width: 100px;
}
.search-result__table tr > *:nth-child(2) {
  min-width: 130px;
}
.search-result__table tr > *:nth-child(3) {
  min-width: 260px;
}
.search-result__table tr > *:nth-child(4) {
  min-width: 150px;
}
.search-result__table tr > *:nth-child(5) {
  min-width: 150px;
}
.search-result__table tr > *:nth-child(6) {
  min-width: 300px;
}
.search-result__table tr > *:nth-child(7) {
  min-width: 130px;
}
.search-result__table tr > *:nth-child(8) {
  min-width: 130px;
}
.search-result__table tr > *:nth-child(9) {
  min-width: 130px;
}
.search-result__table tr > *:nth-child(10) {
  min-width: 130px;
}
.search-result__table tr > *:nth-child(11) {
  min-width: 300px;
}
.search-result__table tr > *:nth-child(12) {
  min-width: 300px;
}

.checkboxWrap {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.checkboxWrap input {
  display: none;
}
.checkboxWrap input:checked + .checkboxStyle {
  background-color: #0071ce;
  border-color: #0070bd;
}
.checkboxWrap input:checked + .checkboxStyle::after {
  display: block;
}
.checkboxStyle {
  height: 17px;
  width: 17px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  position: relative;
}
.checkboxStyle::after {
  content: "";
  display: none;
  width: 5px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
}

.search-result__btn {
  margin-top: 32px;
  width: 230px;
  height: 60px;
  background: #0071ce;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.search-result__btn:hover {
  opacity: 0.7;
}
.search-result__txt2 {
  margin-top: 8px;
}
.search-result__txt2 a {
  color: #0071ce;
  text-decoration: underline;
}
.search-result__txt2 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1100px) {
  .entry-head {
    flex-wrap: wrap;
  }
  .entry-head__img {
    width: 48%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .entry-head__img__inner {
    width: 100%;
    height: 100%;
  }
  .entry-head__txt {
    display: contents;
  }
  .entry-head__txt__inner {
    order: 2;
    width: 48%;
  }
  .entry-head__txt__result {
    order: 3;
    width: 100%;
  }
  .search-block__form form {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .entry-head {
    flex-direction: column;
  }
  .entry-head__txt,
  .entry-head__img {
    width: 100%;
  }
  .entry-head__img {
    aspect-ratio: unset;
  }

  .entry-head__img__inner {
    width: 100%;
    max-width: 210px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .entry-head__txt__inner {
    width: 100%;
  }
  .entry-head__txt .txt-01 {
    margin-top: 24px;
    line-height: 1.4;
  }
  .entry-head__txt .txt-02 {
    margin-top: 10px;
  }
  .list-step__item input[type="number"] {
    margin-left: auto;
    width: 152px;
  }
  .result th,
  .result td {
    padding: 6px 10px;
  }
  .result-clear {
    line-height: 1;
  }

  .entry-head {
    margin-bottom: 45px;
  }
  .search-block__form .title {
    margin: 0 0 4px;
  }
  .search-block {
    flex-direction: column;
  }
  .search-block__form {
    flex-direction: column;
  }
  .search-block__form form {
    padding: 10px 12px 10px 15px;
    width: 100%;
  }
  .search-block__form button {
    width: 25px;
  }
  .search-block__txt {
    margin-top: 10px;
  }
  .search-block__txt::before {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .search-result {
    margin-top: 25px;
  }

  .search-result__btn {
    margin-top: 40px;
  }

  .search-result__table {
    height: 700px;
    max-height: calc(100vh - 42px - 40px);
  }
}

.tooltip {
  color: #0071ce;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.tooltip-modal {
  padding: 26px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-width: 440px;
  background: #fff;
  border: 2px solid #666;
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
  cursor: default;
}

.tooltip-modal::before,
.tooltip-modal::after {
}
.tooltip-modal::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}
.tooltip-modal::after {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 13px solid #666;
  z-index: 1;
}

.tooltip-modal__img {
  margin-top: 6px;
  display: block;
  width: 188px;
  height: 133px;
}
.tooltip-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.tooltip-modal__txt {
  display: block;
  width: 177px;
  height: auto;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .tooltip-modal {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
    min-width: unset;
    border-width: 1px;
    top: calc(100% + 16px);
  }
  .tooltip-modal__img {
    margin: 0 0 4px;
  }
  .tooltip-modal::before {
    border: 8px solid transparent;
    border-bottom: 13px solid #fff;
    top: -18px;
  }
  .tooltip-modal::after {
    border-bottom: 11px solid #666;
    top: -18px;
  }

}
