@charset "UTF-8";
.updated-content p {
  margin-bottom: 1.6rem;
  line-height: 28px;
}
.updated-content p span {
  background-image: linear-gradient(#fff 65%, #fff, #f5df68 35%);
  font-weight: 600;
}
.updated-content h2 {
  font-size: 24px;
  color: #fff;
  background-color: #005192;
  line-height: normal;
  border-radius: 6px;
  border-bottom: 0;
  border-left: 8px #3EA6CF solid;
  padding: 10px 10px 10px 15px;
  margin-bottom: 30px;
}
.updated-content h3, .updated-content h4, .updated-content h5 {
  font-size: 20px;
  font-weight: bold;
  color: #005192;
  margin-bottom: 30px;
  border-bottom: 3px #d5d5d5 solid;
  padding-bottom: 12px;
}
.updated-content h3:before, .updated-content h4:before, .updated-content h5:before {
  width: 32px;
  height: 3px;
  background-color: #005192;
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
}
.updated-content .textsmall {
  font-size: 14px;
}
.updated-content .bglightblue {
  background-color: #e2f1fe;
}
.updated-content .table-bordered th, .updated-content .table-bordered td {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
  font-size: 14px;
}
.updated-content .sample-box {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
  font-size: 12px;
  padding: 30px;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.updated-content .sample-box p {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
  font-size: 12px;
  line-height: 22px;
}
.updated-content .sample-box h2 {
  font-size: 28px;
  background-color: unset;
  border: unset;
  margin: 10px 0;
  padding: 0;
  color: #005192;
}
.updated-content .sample-box h5 {
  color: #1d67a7;
  border-bottom: 2px solid #005192;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.updated-content .sample-box h5:before {
  display: none;
}
.updated-content .sample-box h5 span {
  margin: 0 10px;
}
.updated-content .sample-box h5 .result {
  background-color: #66c32a;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  padding: 2.5px 10px;
}
.updated-content .sample-box .toggle-content-btn {
  text-align: center;
  font-size: 14px;
  display: table;
  margin: 5px auto 0;
}
.updated-content .sample-box .toggle-content-btn a {
  text-align: center;
  text-decoration: underline;
}
.updated-content .sample-box .sample-icons {
  display: flex;
  align-items: center;
}
.updated-content .sample-box .sample-icons span {
  margin-right: 15px;
}
.updated-content .sample-box .sample-icons span:first-child {
  width: 25px;
}
.updated-content .sample-box .sample-icons span:last-child {
  width: 40px;
}
@media (min-width: 1024px) {
  .updated-content .sample-box .sample-icons span:last-child {
    width: 50px;
  }
}
.updated-content .sample-box .p-oote_slider {
  max-width: 280px;
  margin: 0 auto;
}
.updated-content .sample-box .p-oote_slider_main {
  display: block;
  width: 100%;
  background-color: #666;
}
.updated-content .sample-box .p-oote_slider_main img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
}
.updated-content .sample-box .p-oote_slider_list {
  width: 280px;
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.updated-content .sample-box .p-oote_slider_list_item {
  display: block;
  width: 100%;
  background-color: #ccc;
  border: solid 2px #aaa;
  cursor: pointer;
}
.updated-content .sample-box .p-oote_slider_list_item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.updated-content .sample-box .sample-box-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .updated-content .sample-box .sample-box-content {
    display: block;
  }
  .updated-content .sample-box .sample-box-content .col1, .updated-content .sample-box .sample-box-content .col2 {
    display: block;
    width: 100%;
  }
  .updated-content .sample-box .sample-box-content .col1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .updated-content .sample-box .sample-box-content {
    display: flex;
    justify-content: space-between;
  }
  .updated-content .sample-box .sample-box-content .col1 {
    width: calc(45% - 10px);
  }
  .updated-content .sample-box .sample-box-content .col2 {
    width: calc(55% - 10px);
  }
}
.updated-content .sample-box .sample-box-content .subhead {
  border-left: 4px solid #005192;
  padding-left: 8px;
  line-height: 17px;
}
.updated-content .sample-box .sample-gallery {
  aspect-ratio: 1/0.749;
}
.updated-content .sample-box .sample-gallery .slide-item {
  aspect-ratio: 1/0.749;
}
.updated-content .sample-box .sample-gallery .slide-item img {
  height: 100%;
  object-fit: cover;
}
.updated-content .sample-box .sample-gallery-thumbnails {
  height: 47px;
  margin-top: 8px;
}
.updated-content .sample-box .sample-gallery-thumbnails .slide-item {
  cursor: pointer;
}
.updated-content .sample-box .sample-gallery-thumbnails .slide-item img {
  height: 100%;
  object-fit: cover;
}
.updated-content .readmore-block {
  margin-top: 5px;
  width: 100%;
}
.updated-content .readmore-block .readmore-text {
  display: none;
  margin-top: 10px;
  font-size: 10px;
}
.updated-content readmore {
  text-align: center;
  font-size: 10px;
  display: table;
  margin: 0 auto;
}
.updated-content readmore a {
  color: #000;
  text-decoration: none;
  padding-right: 17px;
  cursor: pointer;
  position: relative;
}
.updated-content readmore a:after {
  transition: ease all 0.5s;
  width: 11px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  background-image: url("../../img/resultOfPlaceSearch/arrow.png");
  background-size: 100%;
}
.updated-content readmore a.expandmode:after {
  transform: rotate(180deg);
}
.updated-content .main-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.updated-content .individual-rating {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .individual-rating ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  width: calc(50% - 2px);
}
.updated-content .individual-rating ul li {
  list-style-type: none;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
}
.updated-content .individual-rating ul li:first-child {
  font-size: 12px;
  margin-right: 4px;
}
.updated-content .individual-rating ul li:last-child {
  color: #FE7612;
  font-size: 14px;
}
.updated-content .detective-check {
  background-color: #FFFBEF;
  margin-top: 5px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.updated-content .detective-check .dc-col {
  width: calc(33.33% - 5px);
}
.updated-content .detective-check .dc-col:first-child {
  color: #FE7612;
  font-size: 13px;
  text-align: center;
}
.updated-content .detective-check .dc-col:first-child img {
  margin: auto;
  max-width: 33px;
}
.updated-content .detective-check .dc-col .dc-h {
  margin-bottom: -6px;
}
.updated-content .detective-check ul {
  margin-bottom: 0;
}
.updated-content .detective-check ul li {
  font-size: 12px;
  padding-left: 18px;
  position: relative;
}
.updated-content .detective-check ul li:before {
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  position: absolute;
  content: "";
  background-image: url("../../img/resultOfPlaceSearch/img9.webp");
  background-size: 100%;
}
.updated-content .detective-check ul li.no-icon {
  color: gray;
}
.updated-content .detective-check ul li.no-icon:before {
  content: "?";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 0;
  position: absolute;
  background-image: none;
}
.updated-content .comment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.updated-content .comment-box .avatar {
  width: 60px;
  font-size: 10px;
  text-align: center;
}
.updated-content .comment-box .avatar img {
  margin-bottom: 0;
}
.updated-content .comment-box .avatar .representative_name {
  font-size: 10px;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .updated-content .comment-box .comment {
    width: calc(100% - 120px);
  }
}
.updated-content .comment-box .comment:before {
  background-image: url("../../img/resultOfPlaceSearch/img11.webp");
  width: 16px;
  height: 19px;
  position: absolute;
  content: "";
  left: -10px;
  top: 25px;
}
.updated-content .comment-box .comment .comment-text {
  background-color: #E0F4FF;
  padding: 5px;
}
.updated-content .comment-box .comment .comment-text p {
  font-size: 10px;
}
@media (min-width: 768px) {
  .updated-content .comment-box .comment .comment-text {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .updated-content .comment-box .avatar {
    width: 100px;
  }
  .updated-content .comment-box .avatar .representative_name {
    font-size: 10px;
  }
}
.updated-content .comment-bottom {
  font-size: 10px;
  padding: 15px 10px;
  border-top: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .comment-bottom .cb-col:first-child {
  width: 78px;
}
.updated-content .comment-bottom .cb-col:last-child {
  width: calc(100% - 78px);
  border-left: 1px solid #204969;
  padding-left: 15px;
}
.updated-content .comment-bottom p {
  font-size: 10px;
}
.updated-content .pr-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  color: lightgray;
  font-size: 12px;
}
.updated-content .p-oote_slider_list_item {
  transition: border 0.2s ease;
}
.updated-content .p-oote_slider_list_item.active {
  border: 2px solid #005192;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .sample-box {
    padding: 15px;
  }
  .sample-box h5 span {
    margin: 0 2px;
  }
  .sample-box h5 a {
    font-size: 12px;
  }
  .sample-box h2 {
    font-size: 21px;
  }
  .sample-box .sample-box-content {
    display: block;
  }
  .sample-box .sample-box-content .col1, .sample-box .sample-box-content .col2 {
    width: 100%;
  }
  .sample-box .sample-box-content .col1 {
    margin-bottom: 20px;
  }
  .sample-box .detective-check .dc-col {
    width: calc(33.33% - 2px);
  }
  .sample-box .detective-check ul li {
    font-size: 11px;
    padding-left: 16px;
  }
  .sample-box .individual-rating ul li:first-child {
    font-size: 9px;
    margin-right: 0;
  }
  .sample-box .individual-rating ul li:last-child {
    font-size: 10px;
    margin-left: 2px;
  }
}
.img-box1 {
  max-width: 394px;
  margin-bottom: 30px;
}

.img-box2 {
  max-width: 540px;
  margin-bottom: 30px;
  padding: 10px;
}

.img-box2.border1 {
  border: 4px solid #ff7600;
  border-top-width: 6px;
}

.step-list {
  padding: 0;
  margin-bottom: 0;
}
.step-list li {
  margin-bottom: 30px;
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
}
.step-list span {
  width: 32px;
  height: 32px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #73B8DC;
  border-radius: 50%;
  margin-right: 8px;
}

.faq-content {
  margin-bottom: 35px;
  font-weight: 500;
}

.faq-block {
  margin-bottom: 15px;
  border: 1px #3EA6CF solid;
  border-radius: 6px;
  overflow: hidden;
}
.faq-block p {
  margin-bottom: 0;
}
.faq-block .faq-ques span,
.faq-block .faq-ans span {
  font-weight: 600;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  left: 16px;
}
.faq-block .faq-ques span {
  margin-top: -6px;
  border: 2px #fff solid;
  color: #fff;
}
.faq-block .faq-ans span {
  color: #3EA6CF;
  background-color: #FFEB00;
}
.faq-block .faq-ques {
  padding: 22px 10px 22px 70px;
  background-color: #3EA6CF;
  color: #fff;
}
.faq-block .faq-ans {
  padding: 15px 10px 15px 70px;
}

.short-content-block {
  margin-top: 10px;
}
.short-content-block .short-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.short-content-block .short-content.expand {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.expandable-content.expand {
  max-height: 1000px;
}

.currently-open {
  font-size: 20px;
  color: #4B4B4B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.currently-open icon {
  width: 16px;
  margin-right: 7px;
}

.get-report {
  margin: 0;
  color: #ff7600;
  font-weight: bold;
  text-align: center;
}

.free-consultation-btn {
  max-width: 579px;
  margin: 0 auto;
}
.free-consultation-btn a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  background-color: #fe7613;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.free-consultation-btn a:after {
  width: 9px;
  height: 15px;
  background-image: url("../../img/resultOfPlaceSearch/arrow1.png");
  background-size: 100%;
  position: absolute;
  content: "";
  right: 30px;
  top: calc(50% - 7.5px);
}
.free-consultation-btn a span {
  display: block;
  font-size: 19px;
  margin-bottom: -4px;
}

.bot-link p {
  margin-bottom: 15px;
}

.bot-link p a {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
}

.fiter-tabs {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
}
.fiter-tabs a, .fiter-tabs span {
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  color: #131313;
  margin-right: -2px;
  padding: 8px 10px 5px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}
.fiter-tabs a:hover, .fiter-tabs span:hover {
  background-color: #E0F4FF;
  border-color: #005192;
  color: #005192;
}
.fiter-tabs .fiter-tabs-row:last-child {
  margin-bottom: 10px;
}
.fiter-tabs .filter-title {
  background: rgb(245, 252, 246);
  border-radius: 9999px;
  border-color: rgb(14, 176, 58);
}

.filter-table {
  overflow-x: scroll;
  border-left: 1px #e7e7e7 solid;
  border-right: 1px #e7e7e7 solid;
}
.filter-table .filter-table-container {
  width: 1424px;
}
.filter-table table {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
  margin: 0;
}
.filter-table table .row1 th {
  padding: 0 5px;
}
.filter-table table th, .filter-table table td {
  border-right: 1px #e7e7e7 solid;
}
.filter-table table td {
  border-top: 0;
}
.filter-table table .table tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.filter-table table .score {
  color: #FE7612;
  font-size: 12px;
}
.filter-table table .score img {
  max-width: 10px;
}
.filter-table table .imgcheck {
  max-width: 12px;
}
.filter-table table .imgcross {
  max-width: 10px;
}
.filter-table table .website a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3EA6CF;
  border-radius: 5px;
  padding: 8px 0;
  white-space: nowrap;
  box-shadow: 0 3px 0 0 #195e78;
  margin: 5px 0;
}
.filter-table table .website .reserve-button {
  background-color: #FE7612;
}
.filter-table table .logo span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #BCBCBC;
  padding: 10px 0;
}
.filter-table table input[type=checkbox] {
  accent-color: #979090;
}
.filter-table table .recommended-score {
  color: #FE7612;
  font-size: 13px;
}
.filter-table table .recommended-score img {
  width: 10px;
}
.filter-table table th.sticky1, .filter-table table td.sticky1, .filter-table table td.sticky2, .filter-table table th.sticky2 {
  position: sticky;
  background-color: #fff;
  z-index: 1;
}
.filter-table table th.sticky1, .filter-table table td.sticky1 {
  left: 0;
  border-right: 0;
}
.filter-table table td.sticky2, .filter-table table th.sticky2 {
  left: 28px;
  border-right: 0;
}
.filter-table table td.sticky2:after, .filter-table table th.sticky2:after {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  border-right: 4px #e7e7e7 double;
  right: 0;
  top: -1px;
}
.filter-table table td.sticky1 span {
  width: 18px;
  height: 18px;
  display: flex;
  margin-top: -15px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.filter-table table tbody:nth-child(2) tr:nth-child(1) td.sticky1 span {
  background-color: #F3B528;
  color: #fff;
}
.filter-table table tbody:nth-child(2) tr:nth-child(2) td.sticky1 span {
  background-color: #738C8C;
  color: #fff;
}
.filter-table table tbody:nth-child(2) tr:nth-child(3) td.sticky1 span {
  background-color: #B46C4E;
  color: #fff;
}

.c-rate {
  display: flex;
  align-items: center;
}
.c-rate_star {
  display: block;
  position: relative;
  height: 20px;
  width: 116px;
}
.c-rate_star.rate50:before {
  background-position-y: -2px;
}
.c-rate_star.rate45:before {
  background-position-y: -38px;
}
.c-rate_star.rate40:before {
  background-position-y: -72px;
}
.c-rate_star.rate35:before {
  background-position-y: -107px;
}
.c-rate_star.rate30:before {
  background-position-y: -141px;
}
.c-rate_star.rate25:before {
  background-position-y: -176px;
}
.c-rate_star.rate20:before {
  background-position-y: -211px;
}
.c-rate_star.rate15:before {
  background-position-y: -245px;
}
.c-rate_star.rate10:before {
  background-position-y: -280px;
}
.c-rate_star.rate05:before {
  background-position-y: -314px;
}
.c-rate_star.rate00:before {
  background-position-y: -349px;
}
.c-rate_star:before {
  display: block;
  content: "";
  background: url("../../img/resultOfPlaceSearch/stars.svg") no-repeat;
  height: 20px;
  background-size: 116px auto;
}
.c-rate_num {
  color: #FE7612;
  font-size: 24px;
  margin-left: 6px;
}
.c-rate-small .c-rate_star {
  height: 10px;
  width: 60px;
}
.c-rate-small .c-rate_star:before {
  height: 10px;
  background-size: 60px auto;
}
.c-rate-small .c-rate_star.rate50:before {
  background-position-y: -1px;
}
.c-rate-small .c-rate_star.rate45:before {
  background-position-y: -20px;
}
.c-rate-small .c-rate_star.rate40:before {
  background-position-y: -38px;
}
.c-rate-small .c-rate_star.rate35:before {
  background-position-y: -55px;
}
.c-rate-small .c-rate_star.rate30:before {
  background-position-y: -73px;
}
.c-rate-small .c-rate_star.rate25:before {
  background-position-y: -91px;
}
.c-rate-small .c-rate_star.rate20:before {
  background-position-y: -109px;
}
.c-rate-small .c-rate_star.rate15:before {
  background-position-y: -127px;
}
.c-rate-small .c-rate_star.rate10:before {
  background-position-y: -145px;
}
.c-rate-small .c-rate_star.rate05:before {
  background-position-y: -163px;
}
.c-rate-small .c-rate_star.rate00:before {
  background-position-y: -180px;
}
.c-rate-small .c-rate_num {
  font-size: 14px;
}
.c-rate-small .c-rate_none {
  color: gray;
  font-size: 24px;
  margin-left: 6px;
}

.sample-image-container {
  display: flex;
  flex-direction: column;
}
.sample-image-container img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 180/100;
  max-width: 300px;
}
.sample-image-container img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
  .content-box {
    margin-bottom: 30px;
  }
  p {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .table-bordered th, .table-bordered td {
    font-size: 10px;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .step-list li {
    margin-bottom: 15px;
  }
  .free-consultation-btn a {
    font-size: 10px;
  }
  .free-consultation-btn a span {
    font-size: 17px;
  }
  .c-rate-small .c-rate_num {
    font-size: 12px;
  }
}
.sticky-menu.nav-tabs {
  border: 0;
  background-color: white;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 20px;
}
.sticky-menu.nav-tabs .nav-item {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Arial", sans-serif;
  border: 1px solid #005192;
  border-radius: 5px;
  width: calc(50% - 5px);
  flex: unset;
}
.sticky-menu.nav-tabs .nav-item:hover {
  border: 1px solid #005192;
}
.sticky-menu.nav-tabs .nav-item .dropdown-toggle:after {
  transition: ease all 0.5s;
  width: 10px;
  height: 5px;
  vertical-align: 2px;
  margin-left: 7px;
  border: 0;
  background-image: url("../../img/resultOfPlaceSearch/img7.png");
  background-size: 100%;
}
.sticky-menu.nav-tabs .nav-link {
  border: 0;
}
.sticky-menu.nav-tabs .nav-link.active,
.sticky-menu.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: 0;
}
.sticky-menu.nav-tabs .dropdown-menu {
  width: 100%;
  background-color: transparent;
  border: 0;
  margin-top: 10px;
}
.sticky-menu.nav-tabs .dropdown-menu .dropdown-item {
  position: relative;
  font-size: 12px;
  font-weight: unset;
  background-color: #E2F1FE;
  padding: 11.5px 1rem;
  border-bottom: 2px #fff solid;
}
.sticky-menu.nav-tabs .dropdown-menu .dropdown-item:focus {
  color: #212529;
}
.sticky-menu.nav-tabs .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.sticky-menu.nav-tabs .dropdown-menu .dropdown-item:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  right: 15px;
  top: calc(50% - 2.5px);
  border: 0;
  background-image: url("../../img/resultOfPlaceSearch/img7.png");
  background-size: 100%;
}
.sticky-menu.nav-tabs .dropdown-menu .dropdown-item:first-child:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  left: calc(50% - 5px);
  top: -5px;
  border: 0;
  background-image: url("../../img/resultOfPlaceSearch/arrow2.png");
  background-size: 100%;
}

.sticky-menu.nav {
  justify-content: space-between;
}

.single {
  max-width: 600px;
  margin: 0 auto 50px;
}

.img-detective-top {
  width: 100%;
  aspect-ratio: 600/400;
}

.slick-next, .slick-prev {
  background-color: lightgray;
}

.table {
  margin-bottom: 0;
}

.img-coupon {
  width: 90%;
  aspect-ratio: 900/360;
  max-width: 450px;
  margin: 5px auto 0;
}

.img-good-detective {
  width: 50px;
  height: 41px;
}

#conversion {
  width: 100%;
  max-width: 500px;
}
#conversion .top-img img {
  width: 100%;
  height: 75%;
}

.search-box_label {
  font-weight: bold;
}

.is-hide, .not-used {
  display: none;
}

.btn-introduction {
  color: #fff;
  background-color: #ff7600;
  border-color: #ff7600;
  font-weight: bold;
  font-size: auto;
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.btn-introduction:hover {
  color: #fff;
  background-color: #ff7600;
  border-color: #ff7600;
}

.li-h2 {
  margin-left: 1.2rem;
}

.li-h3 {
  margin-left: 2.4rem;
}

.li-h4 {
  margin-left: 3.6rem;
}

.quote {
  background-color: lightgray;
  padding: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.title {
  background-color: #ffffff;
  padding-top: 0;
  color: #131313;
  font-size: 26pt;
  padding-bottom: 3pt;
  font-family: "HiraKakuPro-W3";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.subtitle {
  background-color: #ffffff;
  padding-top: 0;
  color: #666666;
  font-size: 15pt;
  padding-bottom: 16pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.box-text-notice {
  position: relative;
  border: 3px double #da4033;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px 20px 5px 20px;
}
.box-text-notice::before {
  content: "重要！";
  position: absolute;
  background-color: #ffffff;
  color: #da4033;
  font-weight: bold;
  left: 20px;
  top: -23px;
  padding: 10px;
}

table {
  margin: 5px auto;
}

.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 5px;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 5px;
}

.active-img {
  background-color: #E0F4FF;
  border-color: #005192;
  color: #005192;
}

.disclaimer-comment p {
  font-size: 12px;
  color: gray;
}

#index {
  margin-top: 10px;
}

#index a {
  font-size: 16px;
}

.breadcrumb-container span {
  font-size: 8px;
}

.footer-kiji-list img {
  width: 20%;
  aspect-ratio: 100/100;
}

.img-knowhow {
  margin-top: 4px;
  width: 100%;
  max-width: 400px;
}

#competion thead th {
  font-size: 10px;
  padding: 0;
}
#competion tbody th {
  font-size: 10px;
  padding: 2px;
}
#competion tr td {
  font-size: 12px;
  padding: 2px;
}
#competion .btn {
  padding: 0;
  width: 90%;
}
#competion .btn-estimate {
  border-color: #ff7600;
  background-color: #ff7600;
}

@media screen and (max-width: 640px) {
  .sticky-menu.nav-tabs .nav-item {
    width: calc(50% - 0.5px);
    position: unset;
  }
  .sticky-menu.nav-tabs .dropdown-menu {
    margin-top: 0;
    transform: translate3d(1px, 35px, 0) !important;
  }
  .sticky-menu.nav-tabs .dropdown-menu .dropdown-item {
    padding: 11.5px 0.5rem;
    font-size: 9px;
  }
  .sticky-menu.nav-tabs .nav-link {
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-menu.nav-tabs .nav-item .dropdown-toggle:after {
    margin-left: 2px;
    width: 8px;
    height: 4px;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  p {
    font-size: 14px;
  }
  #description li {
    font-size: 14px;
  }
  #index a {
    font-size: 14px;
  }
}

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