@charset "UTF-8";
body {
  font-size: 14px;
  font-family: "Source Han Sans JP", sans-serif;
  top: 29px;
}

body[data-gmoheader=pc] {
  top: 0;
}

.main-wrapper {
  overflow-x: hidden;
  padding-top: 80px;
  min-height: calc(100vh - 222px);
}

.ads-google {
  width: 300px !important;
  height: 300px !important;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
.ads-google .adsbygoogle {
  width: 100% !important;
  height: 100% !important;
  max-width: 300px !important;
  max-height: 300px !important;
}

.company-last-item__adsbygoogle-mt {
  margin-top: 50px;
}

.p-nav-list .p-nav_item {
  margin-bottom: 16px;
}
.p-nav-list .p-nav_item:last-of-type {
  margin-bottom: 0;
}
.p-nav-list .p-nav_item .p-nav_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
  font-size: 16px;
  padding: 8px 18px;
}
.p-nav-list .p-nav_item .p-nav_link:hover, .p-nav-list .p-nav_item .p-nav_link:active:focus {
  background-color: #EFEFEF;
}
.p-nav-list .p-nav_badge {
  background-color: #EFEFEF;
  color: #333;
}

.color-white {
  color: #FFFFFF !important;
}

.list-style-none {
  list-style: none;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-30px {
  border-radius: 30px;
}

.pl-0 {
  padding-left: 0;
}

.ml-0 {
  margin-left: 0;
}

.pl-5px {
  padding-left: 5px;
}

.suggest-search-overlay {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  animation: overlay-animation 0.3s ease-in-out forwards;
  transition-delay: 0.1s;
  z-index: 1026;
  background: transparent;
}

.suggest-search-overlay.active-overlay {
  display: block;
  transition: all linear 0.4s;
}

.history-search, .suggest-search {
  transition: all 0.8s;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  text-align: left;
  margin-top: 3px;
  z-index: 1027;
  position: absolute;
  width: calc(100% + 2px);
  top: 49px;
}
.history-search__header, .suggest-search__header {
  font-size: 12px;
  color: #777;
  padding: 5px 3px 5px 10px;
}
.history-search ul, .suggest-search ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.history-search li, .suggest-search li {
  padding: 0.25rem 1rem;
  font-size: 16px;
  cursor: pointer;
}
.history-search li:hover, .suggest-search li:hover {
  background-color: #e9ecef;
}

.product-search-contents {
  font-size: 16px;
  margin-top: -80px;
}

.breadcrumb .breadcrumb-item__link {
  font-size: 14px;
  color: #007FD5;
}
.breadcrumb .breadcrumb-item__text {
  color: #AFB1B2;
  font-size: 14px;
}

.banner-akala-list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fade-text {
  color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.scrollable-table {
  overflow-y: hidden !important;
}
.scrollable-table .scroll-hint-icon-wrap {
  top: 285px !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
}
.scrollable-table__min .scroll-hint-icon-wrap {
  top: 50% !important;
}

.d-none-pc {
  display: none !important;
}

.widget-company-item {
  border: 1px solid #EFEFEF;
  padding: 18px 12px 11px 20px;
  margin-bottom: 16px;
  box-shadow: 0px 3px 6px #EFEFEF;
  border-radius: 15px;
}
.widget-company-item .widget-company-item-header .company-item-name {
  font-size: 24px;
  color: #2A2A2A;
  min-width: 300px;
}
.widget-company-item .widget-company-item-header .company-item-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.widget-company-item .widget-company-item-header .company-item-badges .badge-industry,
.widget-company-item .widget-company-item-header .company-item-badges .badge-market-exist,
.widget-company-item .widget-company-item-header .company-item-badges .badge-market-not-exist {
  color: #FFFFFF;
  background-color: #005792;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  padding: 3px 20px;
  border-radius: 20px;
  font-size: 10px;
}
.widget-company-item .widget-company-item-header .company-item-badges .badge-market-exist {
  background-color: #007FD5;
  min-width: 140px;
}
.widget-company-item .widget-company-item-header .company-item-badges .badge-market-not-exist {
  background-color: #98A6B5;
  padding: 3px 17px;
  min-width: auto;
  border-radius: 8px;
}
.widget-company-item .widget-company-item-body {
  margin-top: 12px;
}
.widget-company-item .widget-company-item-body .company-item-body-logo {
  width: 130px;
  float: left;
}
.widget-company-item .widget-company-item-body .company-item-body-logo .company-item-logo-container {
  max-width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
}
.widget-company-item .widget-company-item-body .company-item-body-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.widget-company-item .widget-company-item-body .company-item-body-right {
  color: #3B4043;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .widget-company-item .widget-company-item-body .company-item-body-right {
    max-width: 80%;
  }
}
.widget-company-item .widget-company-item-body .company-item-body-right .item-body-right-summary {
  min-height: 45px;
}
.widget-company-item .widget-company-item-body .company-item-body-right .item-body-right-location {
  margin-top: 17px;
  min-height: 24px;
  padding-left: 130px;
}
.widget-company-item .widget-company-item-body .company-item-body-right .item-body-right-flags {
  margin-top: 11px;
  padding-left: 130px;
}
.widget-company-item .widget-company-item-body .company-item-body-right .item-body-right-flags .badge-flags {
  font-size: 10px;
  color: #FFFFFF;
  background-color: #98A6B5;
  border-radius: 20px;
  padding: 3.5px 19px;
}
.widget-company-item .widget-company-item-body .company-item-body-right .item-body-right-flags .badge-flags.existed {
  background-color: #28A745;
}
.widget-company-item .updated_at {
  color: #98A6B5;
}

.fs-32 {
  font-size: 32px;
}

@font-face {
  font-family: NotoSansKannadaBold;
  src: url("/css/fonts/NotoSansKannada/NotoSansKannada-Bold.ttf");
}
@font-face {
  font-family: NotoSansKannadaRegular;
  src: url("/css/fonts/NotoSansKannada/NotoSansKannada-Regular.ttf");
}
.text-blue--500 {
  color: #007FD5;
}

.text-blue--600 {
  color: #005792;
}

.text-pink--500 {
  color: #DC77A0;
}

.py--12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.lh-0 {
  line-height: 0;
}

.px--36 {
  padding-left: 36px;
  padding-right: 36px;
}

.bold, .text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.very-small-text {
  font-size: 12px;
}

.color-gray {
  color: #707070;
}

.color-blue-link {
  color: #10159B;
}

.bg-blue {
  background: #005792;
}

.text-gray-search {
  color: #98A6B5;
}

.border-gray-blue {
  border: 1px solid #CDD6DD;
}

.width-165 {
  width: 165px;
}

.btn-main {
  background-color: #005792;
  color: #fff;
}
.btn-main:hover {
  background-color: #007FD5;
  color: #fff;
}

.border-bottom-4px {
  height: 4px;
  background: #F0F3F5;
  width: calc(100% - 10px);
}

.text-primary-color {
  color: #005792;
}

.pl-12px {
  padding-left: 12px;
}

.pl-15px {
  padding-left: 15px !important;
}

.mt-20px {
  margin-top: 20px;
}

.mr-12px {
  margin-right: 12px;
}

.pl-25px {
  padding-left: 25px;
}

.mt-35px {
  margin-top: 35px;
}

.visited {
  color: #631B98;
}

.text-gray-1 {
  color: #3B4043;
}

.block-result__item h4 a:visited, .block-result__item a.color-blue-link:visited {
  color: #631B98 !important;
}

.text--blue__007fd5 {
  color: #007fd5;
}

.cursor-pointer {
  cursor: pointer;
}

.white-space-nowrap {
  white-space: nowrap;
}

.site-seal {
  display: flex;
  padding: 40px 115px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.main-header-wrapper {
  box-shadow: 0 1px 2px #EFEFEF;
  padding-top: 28px;
  padding-bottom: 0;
  height: 108px;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  transition: 0.4s all;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: calc(100% - 40px);
  height: 3px;
  background-color: transparent;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link:hover {
  color: #007FD5;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link:hover::before {
  background-color: #007FD5;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link.active {
  color: #007FD5 !important;
}
.main-header-wrapper .menu-navbar-nav .nav-item .nav-link.active::before {
  background-color: #007FD5;
}
.main-header-wrapper .title-page {
  font-size: 12px;
  color: #707F89;
  cursor: default;
}
.main-header-wrapper .logo-page {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-header-wrapper .signin-outline-btn {
  border: 2px solid #007FD5;
  color: #007FD5;
  transition: 0.3s all;
}
.main-header-wrapper .signin-outline-btn:hover {
  color: white;
  background-color: #007FD5;
}
.main-header-wrapper .btn-pink {
  background: #DC77A0 no-repeat padding-box;
  border: 2px solid #DC77A0;
  color: #FFFFFF;
}
.main-header-wrapper .btn-pink:hover, .main-header-wrapper .btn-pink:active, .main-header-wrapper .btn-pink:focus {
  color: #FFFFFF;
  background: #DC77A0;
  box-shadow: 0 0 0 0.25rem rgba(220, 119, 160, 0.71);
}
.main-header-wrapper .ul-header {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-left: -20px;
  margin-top: 10px;
}
.main-header-wrapper .ul-header li {
  list-style: none;
}
.main-header-wrapper .ul-header li a {
  text-decoration: none;
  color: #3B4043;
  font-size: 16px;
}
.main-header-wrapper .ul-header li a:hover, .main-header-wrapper .ul-header li a:active, .main-header-wrapper .ul-header li a:focus-visible {
  color: #3B4043;
}

.onclick-to-href, .p-paginate__link {
  cursor: pointer !important;
}

.product-onclick-to-href, .p-paginate__link {
  cursor: pointer !important;
}

.footer__container .footer-top-box {
  padding-top: 32px;
  padding-bottom: 25px;
  border-top: 1px solid #707F89;
}
.footer__container .footer-top-box .footer-site__logo {
  width: 200px;
}
.footer__container .footer-page-list-box {
  border-top: 1px solid #707F89;
}
.footer__container .footer-list__ul .footer__link {
  color: #333;
}
.footer__container .footer-list__ul .footer__link:hover, .footer__container .footer-list__ul .footer__link:active:focus {
  text-decoration: underline;
  color: #007FD5;
}
.footer__container .footer__copyright {
  background-color: #005792;
  font-size: 10px;
  color: white;
  padding-top: 19px;
  padding-bottom: 19px;
}
.footer__container .btn-pink {
  background-color: #DC77A0;
  border-radius: 24px;
  opacity: 1;
  color: #FFFFFF !important;
  padding: 12px 15px;
  text-decoration: none;
  text-align: center !important;
}
.footer__container .btn-pink:hover, .footer__container .btn-pink:active, .footer__container .btn-pink:focus {
  color: #FFFFFF !important;
  background-color: #DC77A0;
  text-decoration: none !important;
}
.footer__container .footer__logo-doj {
  margin: 0 auto;
  max-width: 1040px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.footer__container .footer__logo-doj img {
  height: 30px;
}

.scroll-top-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 10px;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.scroll-top-wrapper .scroll-box {
  border: none;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
}
.scroll-top-wrapper .scroll-box .scroll-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #005792;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.scroll-top-wrapper .scroll-box .scroll-icon {
  text-align: center;
}
.scroll-top-wrapper .scroll-box .scroll-icon i {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.scroll-top-wrapper .scroll-box .scroll-icon i::before {
  font-weight: bold !important;
  color: #005792;
  font-size: 12px;
  line-height: 1;
}

.footer-sns {
  background-color: #005bac;
  display: flex;
  gap: 0 16px;
  justify-content: center;
  padding: 28px 20px 28px;
  text-align: center;
  list-style-type: none;
}
.footer-sns .btn-copy {
  background: none;
  border: none;
  cursor: pointer;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 32px;
}
.footer-sns .footer-sns-item--copy button {
  background: #fff;
  border-radius: 50%;
}
.footer-sns .footer-sns-item--copy button img {
  width: 17px;
  height: 17px;
}

.footer-sns-item.is-title {
  font-size: 16px;
  font-size: 1rem;
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  white-space: nowrap;
  width: 50px;
}

.footer-sns-item {
  height: 32px;
  width: 32px;
}

.footer-sns-item img {
  height: 100%;
  width: 100%;
}

.btn--blue-500 {
  background-color: #007FD5;
  transition: 0.3s;
  color: white;
}
.btn--blue-500:hover, .btn--blue-500:focus {
  color: white;
  background-color: #005792;
}

.btn--blue-600 {
  background-color: #005792;
  transition: 0.3s;
  color: white;
}
.btn--blue-600:hover, .btn--blue-600:focus {
  color: white;
  background-color: #007FD5;
}

.btn--pink-500 {
  background-color: #DC77A0;
  transition: 0.3s;
  color: white;
}
.btn--pink-500:hover, .btn--pink-500:focus {
  color: white;
  background-color: #c5698e;
  box-shadow: 0 0 0 0.25rem rgba(220, 119, 160, 0.7098039216);
}

.btn-fix-content {
  font-size: 11px;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-csv--pink-500 {
  min-width: 313px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #DC77A0;
}
.btn-csv--pink-500:hover, .btn-csv--pink-500:focus {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem #c5698e;
}

.btn-csv--pink {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #DC77A0;
  padding: 10px 20px;
}
.btn-csv--pink:hover, .btn-csv--pink:focus {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem #c5698e;
}

.btn-back--blue-500 {
  min-width: 313px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #007FD5;
}
.btn-back--blue-500:hover, .btn-back--blue-500:focus {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 213, 0.7176470588);
}

.table-fixed {
  width: 100%;
}

.table-fixed > tbody,
.table-fixed > tbody > tr,
.table-fixed > tbody > tr > td,
.table-fixed > thead,
.table-fixed > thead > tr,
.table-fixed > thead > tr > th {
  display: block;
}

.table-fixed > tbody > tr:after,
.table-fixed > thead > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-fixed > tbody > tr > td, .table-fixed > thead > tr > th {
  float: left;
}

.carousel-wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
.carousel-wrapper .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}
.carousel-wrapper .owl-carousel .item {
  text-align: center;
}
.carousel-wrapper .owl-carousel .nav-button {
  height: 60px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.carousel-wrapper .owl-carousel .nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-wrapper .owl-carousel .owl-prev.disabled,
.carousel-wrapper .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.carousel-wrapper .owl-carousel .owl-prev {
  left: -40px;
}
.carousel-wrapper .owl-carousel .owl-next {
  right: -40px;
}
.carousel-wrapper .owl-theme .owl-nav [class*=owl-] {
  color: #DFDFDF;
  border-radius: 3px;
}
.carousel-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
  color: #007FD5;
}
.carousel-wrapper .owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.carousel-wrapper .owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.minimal__card {
  min-height: calc(100vh - 409px);
  color: white;
}
.minimal__card .card-body {
  background-color: rgba(0, 87, 146, 0.7490196078);
  padding-top: 74px;
  padding-bottom: 44px;
}
.minimal__card .card-body .card-title {
  font-size: 50px;
}
.minimal__card .card-body .card-text {
  font-size: 22px;
}

.company_result_item {
  padding: 1rem 1rem;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  box-shadow: 0 3px 6px #EFEFEF;
}
.company_result_item .company-item__name {
  font-size: 24px;
  color: #3B4043;
  font-weight: bold;
}
.company_result_item .company-item__business-details {
  background-color: #F1F1F1;
  padding: 1rem 1rem;
  border-radius: 6px;
}
.company_result_item .company-item__business-details p {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
.company_result_item .company-item__col-left {
  font-size: 16px;
  color: #2A2A2A;
  text-align: left;
}
.company_result_item .company-item__col-right {
  font-size: 16px;
  color: #2A2A2A;
}
.company_result_item .company-info__more .box-more {
  margin-right: 10px;
}
.company_result_item .company-info__more .box-more:last-of-type {
  margin-right: 0;
}
.company_result_item .company-info__more .box-more .box-more__badge-light {
  color: #333;
  background-color: #EFEFEF;
  font-size: 14px;
  cursor: default;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
}
.company_result_item .company-info__more .box-more .box-more__badge-blue {
  color: white;
  background-color: #007FD5;
  font-size: 14px;
  cursor: default;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
}
.company_result_item .subcategory-list__nav .subcategory-list__nav-item {
  margin-bottom: 5px;
}
.company_result_item .subcategory-list__nav .subcategory-list__nav-link {
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}

.card-custom .card-header {
  border-bottom: 4px solid #f0f3f5;
}
.card-custom .card-header h3 {
  font-size: 20px;
}
.card-custom .card-header__img {
  width: 30px;
  height: 30px;
}
.card-custom .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card-custom .card-body .category-name__patent {
  font-size: 20px;
  color: #005792;
  font-weight: bold;
}
.card-custom .card-body .category-name__children {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 135px;
}
@media screen and (max-width: 1400px) {
  .card-custom .card-body .category-name__children {
    max-width: 95px;
  }
}
.card-custom .custom__list .custom__item {
  margin-bottom: 10px;
}
.card-custom .custom__list .custom__item .custom__link {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
  font-size: 16px;
  padding: 8px 17px;
}
.card-custom .custom__list .custom__item .custom__link:active:focus {
  background-color: #EFEFEF;
}
.card-custom .custom__list .custom__badge {
  background-color: #EFEFEF;
  color: #333;
}

.table-company-list {
  white-space: nowrap;
}
.table-company-list thead > tr > th {
  color: #3B4043;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #98A6B5;
}
.table-company-list tbody > tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.table-company-list tbody > tr:nth-child(even) {
  background-color: #F7F7F7;
}
.table-company-list tbody > tr td {
  color: #3B4043;
  font-size: 18px;
  font-weight: normal;
}
.table-company-list tbody > tr td .text-link {
  color: #468FDA;
}
.table-company-list tbody > tr td .icon-exists {
  color: #9B9B9B;
}

.modal-download__akala-list {
  backdrop-filter: blur(6px);
}
.modal-download__akala-list .modal-dialog-centered {
  max-width: 1035px !important;
}
.modal-download__akala-list .modal-content {
  border-radius: 0px !important;
  position: relative;
}
.modal-download__akala-list .modal-content .group-text {
  margin-bottom: 140px;
  margin-right: 120px;
}
.modal-download__akala-list .modal-content .text__title {
  font-size: 32px;
  color: #EC1414;
  font-weight: bold;
}
.modal-download__akala-list .modal-content .text__content {
  font-size: 28px;
  font-weight: bold;
  color: #303030;
  line-height: 60px;
}
.modal-download__akala-list .modal-content .text__des {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
}
.modal-download__akala-list .modal-content .btn-link-lp {
  width: 309px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  margin-left: 150px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #DC77A0;
}
.modal-download__akala-list .modal-content .btn-link-lp:hover, .modal-download__akala-list .modal-content .btn-link-lp:focus {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(220, 119, 160, 0.7098039216);
}
.modal-download__akala-list .modal-content .img__human-figure {
  width: 279px;
  height: 264px;
  position: absolute;
  bottom: -12px;
  left: 140px;
}

.modal-download__search {
  backdrop-filter: blur(6px);
}
.modal-download__search .modal-dialog-centered {
  max-width: 660px !important;
}
.modal-download__search .modal-content {
  border-radius: 0px !important;
  position: relative;
}
.modal-download__search .modal-content .text__title {
  font-size: 30px;
}
.modal-download__search .modal-content .text__content {
  font-size: 16px;
  color: #303030;
  line-height: 35px;
  margin-left: -50px;
}
.modal-download__search .modal-content .text__des {
  margin-top: 140px;
  font-size: 18px;
  font-weight: bold;
  color: #303030;
}
.modal-download__search .modal-content .group-logo_akala-list img {
  height: 80px;
  width: auto;
}
.modal-download__search .modal-content .group-logo_akala-list span {
  font-size: 30px;
}
.modal-download__search .modal-content .btn-link-lp {
  width: 315px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 24px;
  background-color: #DC77A0;
}
.modal-download__search .modal-content .btn-link-lp:hover, .modal-download__search .modal-content .btn-link-lp:focus {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.25rem rgba(220, 119, 160, 0.7098039216);
}
.modal-download__search .modal-content .img__mac_akala_list {
  position: absolute;
  bottom: 22px;
  right: 15px;
}

.pagination .p-paginate__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .p-paginate__item .p-paginate__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding-left: 5px;
  padding-right: 5px;
  max-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #98A6B5;
  cursor: default;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 3px 5px #dfdfdf;
  transition: 0.2s;
}
.pagination .p-paginate__item .p-paginate__link.p-paginate__active--text {
  color: white;
  background-color: rgba(0, 127, 213, 0.4588235294);
}
.pagination .p-paginate__item .p-paginate__link:hover {
  background-color: rgba(0, 127, 213, 0.4588235294) !important;
  color: white !important;
}
.pagination .p-paginate__item .p-paginate__link:hover .p-paginate__link {
  color: white;
}
.pagination .p-paginate__item:nth-child(n+2) {
  margin-left: 18px;
}
.pagination .pagination__threedot {
  width: 50px;
  height: 0;
  margin-left: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.simple-pagination {
  margin-bottom: 0;
}
.simple-pagination .pagination-total {
  padding: 0 7px;
}
.simple-pagination li svg {
  margin-top: -2px;
}
.simple-pagination li .pagination-link svg:hover path {
  fill: #6c757d;
}

.widget-company-filter-form .collapse-button[aria-expanded=true] .icon-up {
  display: unset;
}
.widget-company-filter-form .collapse-button[aria-expanded=true] .icon-down {
  display: none;
}
.widget-company-filter-form .collapse-button[aria-expanded=false] .icon-up {
  display: none;
}
.widget-company-filter-form .collapse-button[aria-expanded=false] .icon-down {
  display: unset;
}
.widget-company-filter-form .company-filter-form__item {
  padding: 0.5rem 0px;
}
.widget-company-filter-form .company-filter-form__item.border__bottom {
  border-bottom: 1px solid #F5F5F5;
  cursor: pointer;
}
.widget-company-filter-form .company-filter-form__item .custom-badge {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #007FD5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.widget-company-filter-form .company-filter-form__item .form-label {
  font-size: 16px;
  margin: 0px 0px;
}
.widget-company-filter-form .company-filter-form__item .form-check-label {
  font-size: 16px;
}
.widget-company-filter-form .company-filter-form__item .form-control {
  padding-top: 7px;
  padding-bottom: 7px;
}
.widget-company-filter-form .company-filter-form__item .form-control:focus {
  border-color: #98A6B5;
  box-shadow: 0 0 0 0.2rem rgba(152, 166, 181, 0.1607843137);
}
.widget-company-filter-form .company-filter-form__item .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
}
.widget-company-filter-form .company-filter-form__item .select-group__start, .widget-company-filter-form .company-filter-form__item .select-group__end {
  max-width: 128px;
  width: 100%;
}
.widget-company-filter-form .company-filter-form__item .form-select {
  padding-top: 7px;
  padding-bottom: 7px;
  max-height: 200px;
  overflow-y: auto;
}
.widget-company-filter-form .company-filter-form__item .form-select:invalid {
  color: gray;
}
.widget-company-filter-form .company-filter-form__item .form-select:first-child {
  color: gray;
}
.widget-company-filter-form .company-filter-form__item .form-select:invalid option:not(:first-child) {
  color: black;
}
.widget-company-filter-form .company-filter-form__item .form-select:focus {
  border-color: #98A6B5;
  box-shadow: 0 0 0 0.2rem rgba(152, 166, 181, 0.1607843137);
}
.widget-company-filter-form .company-filter__btn {
  min-width: 178px;
  padding: 10px 58px;
  background-color: #FFFFFF;
  color: #007FD5;
  border: 2px solid #007FD5;
}
.widget-company-filter-form .company-filter__btn:hover, .widget-company-filter-form .company-filter__btn:focus {
  color: #FFFFFF;
  background-color: #007FD5;
  box-shadow: 0 0 0 0.25rem #FFFFFF;
}

.select2-results__options .select2-results__option--selectable {
  font-size: 14px !important;
}

#home-index-page .col-pc-left {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}
#home-index-page .col-pc-right {
  flex: 0 0 auto;
  width: 324px;
}

#home-index-page .scroll-section::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
#home-index-page .home__banner-search {
  margin-bottom: 20px;
}
#home-index-page .home__banner-search::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url("/images/banner.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
#home-index-page .home__banner-search .card-body {
  z-index: 1;
  background-color: rgba(0, 87, 146, 0.7490196078);
  padding: 32px;
  margin: 35px 140px;
}
#home-index-page .home__banner-search .card-body .home__banner-text-total {
  font-size: 30px;
  margin-bottom: 22px;
}
#home-index-page .home__banner-search .card-body .home__banner-input {
  padding: 12px 14px;
}
#home-index-page .home__banner-search .card-body .home__banner-input:focus {
  box-shadow: none !important;
}
#home-index-page .home__category-card .card-header {
  border-bottom: 4px solid #F0F3F5;
}
#home-index-page .home__category-card .card-header h3 {
  font-size: 20px;
}
#home-index-page .home__category-list .home__category-item {
  margin-bottom: 16px;
}
#home-index-page .home__category-list .home__category-item .home__category-link {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
  font-size: 16px;
  padding: 8px 18px;
}
#home-index-page .home__category-list .home__category-item .home__category-link:hover {
  background-color: #EFEFEF;
}
#home-index-page .home__category-list .home-category__badge {
  background-color: #EFEFEF;
  color: #333;
}
#home-index-page .home__link-page-card {
  margin-bottom: 40px;
}
#home-index-page .home__link-page-card .card-header {
  border-bottom: 4px solid #F0F3F5;
}
#home-index-page .home__link-page-card .card-header h3 {
  font-size: 20px;
}
#home-index-page .home__link-page-list .home__link-page-item {
  margin-bottom: 16px;
}
#home-index-page .home__link-page-list .home__link-page-item:last-of-type {
  margin-bottom: 0;
}
#home-index-page .home__link-page-list .home__link-page-item .home__link-page {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
  font-size: 16px;
  padding: 8px 18px;
}
#home-index-page .home__link-page-list .home__link-page-item .home__link-page:hover {
  background-color: #EFEFEF;
}
#home-index-page .home__site-page-card {
  margin-bottom: 40px;
}
#home-index-page .home__site-page-card .card-header {
  border-bottom: 4px solid #F0F3F5;
}
#home-index-page .home__site-page-card .card-header h3 {
  font-size: 20px;
}
#home-index-page .home__akalalist-card {
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px #EFEFEF;
  border-color: #EFEFEF !important;
  border-radius: 15px;
}
#home-index-page .home__akalalist-card .card-body {
  padding: 18px 46px;
  padding-bottom: 28px;
}
#home-index-page .home__akalalist-card .home__akalalist-title {
  font-size: 20px;
  margin-bottom: 9px;
}
#home-index-page .home__akalalist-card .home__akalalist-text-lg {
  font-size: 16px;
  margin-bottom: 5px;
}
#home-index-page .home__akalalist-card .home__akalalist-text-md {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 30px;
}
#home-index-page .home__akalalist-card .home__akalalist-btn {
  padding-top: 11px;
  padding-bottom: 11px;
}
#home-index-page .home__akalalist-card .home__akalalist-box {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-radius: 15px;
  overflow: hidden;
}
#home-index-page .home__akalalist-card .home__akalalist-box .home__akalalist-body {
  height: 100%;
  padding: 18px;
}
#home-index-page .home__akalalist-card .home__akalalist-box .home__akalalist-body h3 {
  font-size: 18px;
  margin-bottom: 16px;
  cursor: pointer;
}
#home-index-page .home__akalanote-card {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
}
#home-index-page .home__akalanote-card > .card-body {
  padding-bottom: 40px;
}
#home-index-page .home__akalanote-card .home__akalalist-title {
  font-size: 20px;
  margin-bottom: 9px;
}
#home-index-page .home__akalanote-card .home__akalalist-text-lg {
  font-size: 16px;
  margin-bottom: 5px;
}
#home-index-page .home__akalanote-card .home__akalalist-text-md {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
#home-index-page .home__akalanote-card .akalanote-rss__card {
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
}
#home-index-page .home__akalanote-card .akalanote-rss__card .akalanote-box-img {
  height: 160px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
}
#home-index-page .home__akalanote-card .akalanote-rss__card .akalanote-box-img .card-img-top {
  transition: 0.3s all;
}
#home-index-page .home__akalanote-card .akalanote-rss__card .card-title {
  font-size: 18px;
  margin-bottom: 20px;
  transition: 0.3s;
}
#home-index-page .home__akalanote-card .akalanote-rss__card:hover .card-title {
  color: #005792;
}
#home-index-page .home__akalanote-card .akalanote-rss__card:hover .card-img-top {
  transform: scale(1.1);
}
#home-index-page .home__widget-company .card-header {
  border-bottom: 4px solid #F0F3F5;
}
#home-index-page .home__widget-company .home__widget-title {
  font-size: 20px;
}
#home-index-page .home__widget-company .home__widget-btn {
  background-color: white;
  border: 1px solid #2A2A2A;
  font-size: 10px;
  padding-left: 8px;
  padding-right: 8px;
  transition: 0.3s;
}
#home-index-page .home__widget-company .home__widget-btn:hover, #home-index-page .home__widget-company .home__widget-btn:focus {
  background-color: #2A2A2A;
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.0901960784);
}
#home-index-page .home__widget-products a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
#home-index-page .home__widget-company-link:hover .home__widget-company-card {
  background-color: #EFEFEF;
  border-color: #dee2e6;
}
#home-index-page .home__widget-company-link .home__widget-company-card {
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: 1px solid white;
  transition: 0.3s;
}
#home-index-page .home__widget-company-link .home__widget-company-card .company__badge {
  background-color: #EFEFEF;
  color: #333;
  font-size: 12px;
  padding: 4px 12px;
  margin-bottom: 5px;
}
#home-index-page .home__widget-company-link .home__widget-company-card .company__title {
  font-size: 18px;
}
#home-index-page .home__widget-company-link .home__widget-company-card .company__text-line {
  margin-bottom: 6px;
}
#home-index-page .home__widget-company-link .home__widget-company-card .company__text-line .company__icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
#home-index-page .home__widget-company-link .home__widget-company-card .company__text-line:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home-index-page .row-custom .col-left {
    flex: 0 0 auto;
    width: 72%;
  }
}
@media (min-width: 992px) {
  #home-index-page .row-custom .col-right {
    flex: 0 0 auto;
    width: 28%;
  }
}
#home-index-page .row-custom .col-right .text-location {
  color: #2A2A2A;
}
#home-index-page .row-custom .col-right .text-update-date {
  color: #98A6B5;
}
#home-index-page .akalanote-rss__card {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  border-radius: 15px;
}
#home-index-page .akalanote-rss__card .akalanote-box-img {
  min-height: 120px;
}
#home-index-page .akalanote-rss__card .akalanote-box-img img {
  height: 158px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-index-page #search-prefectures {
  scroll-margin-top: 30px;
}

.scroll-margin-top-50 {
  scroll-margin-top: 50px;
}

body.cdb-lock-scroll {
  overflow: hidden !important;
}

.cdb-popup a:hover,
.cdb-popup a:focus {
  text-decoration: none !important;
  color: #fff;
}

.cdb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cdb-hidden {
  display: none !important;
}

/* Popup */
.cdb-popup {
  background: #fff;
  width: 90%;
  max-width: 700px;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  animation: cdbPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes cdbPop {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Close button */
.cdb-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cdb-close:hover {
  background: #999;
}

/* Text */
.cdb-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #444;
  line-height: 1.4;
}

.cdb-sub {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

/* Main content */
.cdb-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 30px;
}

/* Benefit list */
.cdb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 2;
}

.cdb-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.cdb-list img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Image */
.cdb-img {
  height: 140px;
  width: auto;
}

/* Buttons */
.cdb-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.cdb-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 18px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* Primary */
.cdb-btn-primary {
  background-color: #e17b9e;
  color: #fff;
  box-shadow: 0 4px 15px rgba(225, 123, 158, 0.3);
  text-decoration: none;
}

.cdb-btn-primary:hover {
  background-color: #d66a8f;
}

/* Secondary */
.cdb-btn-secondary {
  background-color: #f0f2f5;
  color: #555;
}

.cdb-btn-secondary:hover {
  background-color: #e4e6e9;
}

/* モーダル全体のオーバーレイ */
.cdb-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.cdb-modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* モーダル本体 */
.cdb-modal-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

/* デザイン装飾 */
.cdb-modal-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.cdb-modal-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

/* ボタンエリア */
.cdb-btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cdb-btn-primary {
  background: #0056b3; /* GMOっぽい青色 */
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
  display: block;
}

.cdb-btn-primary:hover {
  background: #004494;
  color: #fff;
}

.cdb-btn-secondary {
  background: transparent;
  color: #888;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.cdb-btn-secondary:hover {
  background: #f9f9f9;
  color: #555;
}

/* Mobile */
@media (max-width: 600px) {
  .cdb-flex {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .cdb-img {
    height: 100px;
    margin-top: 10px;
  }
  .cdb-actions {
    flex-direction: column;
    align-items: center;
  }
  .cdb-title {
    font-size: 1.3rem;
  }
}
#company-detail-page {
  margin-top: 50px;
}
#company-detail-page .text-black__2a2a2a {
  color: #2A2A2A;
}
#company-detail-page .company__link {
  color: #007FD5;
}
#company-detail-page .company-name {
  font-size: 36px;
  color: #2A2A2A;
  font-weight: bold;
}
#company-detail-page .industry-group .btn-industry {
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  color: #007FD5;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 5px 15px;
}
#company-detail-page .industry-group .btn-industry:hover, #company-detail-page .industry-group .btn-industry:focus {
  border: 1px solid #007FD5;
  background-color: #007FD5;
  color: #FFFFFF;
}
#company-detail-page .table-company-detail {
  white-space: nowrap;
}
#company-detail-page .table-company-detail thead > tr > th {
  color: #3B4043;
  font-size: 16px;
  font-weight: normal;
}
#company-detail-page .table-company-detail tbody > tr:nth-child(odd) {
  background-color: #FFFFFF;
}
#company-detail-page .table-company-detail tbody > tr:nth-child(even) {
  background-color: #F7F7F7;
}
#company-detail-page .table-company-detail tbody > tr td {
  color: #3B4043;
  font-size: 16px;
  font-weight: normal;
}
#company-detail-page .table-company-detail tbody > tr td .text-link {
  color: #468FDA;
}
#company-detail-page .table-company-detail tbody > tr td .icon-exists {
  color: #9B9B9B;
}
#company-detail-page .company_features {
  font-size: 18px;
  color: #3B4043;
  min-height: 120px;
}
#company-detail-page .company_features h2, #company-detail-page .company_features h3, #company-detail-page .company_features h4, #company-detail-page .company_features h5, #company-detail-page .company_features h6 {
  font-size: 16px;
}
#company-detail-page .company_features.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
#company-detail-page .d-none-pc {
  display: none;
}
#company-detail-page .show-more {
  font-size: 12px;
  color: #007FD5;
  cursor: pointer;
}
#company-detail-page .show-more .icon-expanded {
  width: 20px;
  height: 20px;
}
#company-detail-page .show-more .icon-expanded__up {
  display: none;
}
#company-detail-page .show-more.is-expanded .icon-expanded__down {
  display: none;
}
#company-detail-page .show-more.is-expanded .icon-expanded__up {
  display: unset;
}
#company-detail-page .company-info_update .text-description {
  font-size: 14px;
  color: #CDD6DD;
}
#company-detail-page .company-body__left {
  width: 64%;
}
#company-detail-page .company-body__right {
  float: right;
  width: 35%;
  border: 1px solid #EFEFEF;
  margin-left: 10px;
  margin-bottom: 10px;
}
#company-detail-page .company-body__right .company-info__item:nth-child(odd) {
  background-color: #FFFFFF;
}
#company-detail-page .company-body__right .company-info__item:nth-child(even) {
  background-color: #F7F7F7;
}
#company-detail-page .company-body__right .company-info__logo {
  width: 80%;
  margin: auto;
  max-height: 80px;
  min-height: 55px;
}
#company-detail-page .company-body__right .company-info__logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#company-detail-page .section__table-of-contents {
  background-color: #F0F3F5;
  min-width: 400px;
}
#company-detail-page .section__table-of-contents .collapse-button {
  color: #3B4043;
  font-size: 20px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
#company-detail-page .section__table-of-contents .table-of-contents {
  list-style: none;
}
#company-detail-page .section__table-of-contents .table-of-contents a {
  font-size: 14px;
  color: #007FD5;
}
#company-detail-page .section__table-of-contents .table-of-contents .sub-heading2 {
  list-style: none;
}
#company-detail-page .section__banner-list.section__banner-list_pc img {
  width: 96%;
  height: auto;
}
#company-detail-page .scroll-section::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
#company-detail-page .collapse-button[aria-expanded=true] .icon-up {
  display: unset;
}
#company-detail-page .collapse-button[aria-expanded=true] .icon-down {
  display: none;
}
#company-detail-page .collapse-button[aria-expanded=false] .icon-up {
  display: none;
}
#company-detail-page .collapse-button[aria-expanded=false] .icon-down {
  display: unset;
}
#company-detail-page .section .collapse-button {
  cursor: pointer;
  border-bottom: 1px solid #DFDFDF;
  color: #2A2A2A;
  font-weight: bold;
  font-size: 24px;
}
#company-detail-page .company-detail__group {
  border: 1px solid #EFEFEF;
}
#company-detail-page .company-detail__group .company-detail__item:nth-child(odd) {
  background-color: #FFFFFF;
}
#company-detail-page .company-detail__group .company-detail__item:nth-child(even) {
  background-color: #F7F7F7;
}
#company-detail-page .company-detail__group .company-detail__item .company-item__label {
  width: 150px;
  font-size: 14px;
  color: #707070;
}
#company-detail-page .company-detail__group .company-detail__item .company-item__value {
  font-size: 14px;
  color: #707070;
  margin-right: 2%;
}
#company-detail-page .company-item__text {
  font-size: 16px;
  color: #707070;
}
#company-detail-page .company-item__text h2 {
  font-size: 20px;
  font-weight: bold;
}
#company-detail-page .company-item__text h3 {
  font-size: 18px;
  font-weight: bold;
}
#company-detail-page .company-item__text h4 {
  font-size: 16px;
}
#company-detail-page .section__finances .table-finances {
  white-space: nowrap;
}
#company-detail-page .company-body__renewal {
  font-size: 16px;
  color: #3B4043;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__business-details .business-details {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__business-details .business-details h3 {
  font-size: 16px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__business-details .business-details h4 {
  font-size: 14px;
}
#company-detail-page .company-body__renewal .company-detail__item:nth-child(odd) {
  background-color: #FFFFFF;
}
#company-detail-page .company-body__renewal .company-detail__item:nth-child(even) {
  background-color: #F7F7F7;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__label {
  font-size: 14px;
  color: #707070;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value {
  font-size: 14px;
  color: #707070;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .company-contact-info__icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .company-contact-info__icon.mt--6 {
  margin-top: 6px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .fade-text {
  position: relative;
  color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1px 6px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .fade-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.1294117647);
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .list {
  list-style-type: none;
  padding-left: 0px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .list .list__item {
  font-size: 14px;
}
#company-detail-page .company-body__renewal .company-detail__item .company-item__value .finance-list ul {
  list-style: none;
}
#company-detail-page .company-body__renewal .company-info__more .box-more {
  margin-right: 10px;
}
#company-detail-page .company-body__renewal .company-info__more .box-more:last-of-type {
  margin-right: 0;
}
#company-detail-page .company-body__renewal .company-info__more .box-more .box-more__badge-light {
  color: #333;
  background-color: #EFEFEF;
  font-size: 14px;
  cursor: default;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
}
#company-detail-page .company-body__renewal .company-info__more .box-more .box-more__badge-blue {
  color: white;
  background-color: #007FD5;
  font-size: 14px;
  cursor: default;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
}
#company-detail-page .company-body__renewal .company-detail__wiki {
  font-size: 14px;
  color: #707070;
}
#company-detail-page .company-body__renewal .company-detail__wiki p {
  padding: 0rem 0.25rem;
}
#company-detail-page .company-body__renewal .company-detail__wiki h2, #company-detail-page .company-body__renewal .company-detail__wiki h3, #company-detail-page .company-body__renewal .company-detail__wiki h4, #company-detail-page .company-body__renewal .company-detail__wiki h5, #company-detail-page .company-body__renewal .company-detail__wiki h6 {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 1.25rem;
  padding: 1rem 0.25rem;
}
#company-detail-page .company-body__renewal .company-detail__wiki ul li:last-child {
  margin-bottom: 0.5rem;
}
#company-detail-page .section-company-detail {
  margin-bottom: 35px;
}
#company-detail-page .section-company-detail .company-detail__card .card-header {
  padding: 0;
  padding-bottom: 16px;
}
#company-detail-page .section-company-detail .company-detail__card .card-header .card-header__title {
  font-size: 20px;
  cursor: default;
  margin-bottom: 0;
}
#company-detail-page .section-company-detail .company-detail__card .card-header .information-link {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
#company-detail-page .section-company-detail .company-detail__card .card-header .information-link:hover {
  color: #c5698e;
}
#company-detail-page .section-company-detail .company-detail__card .card-header .card-header__desc {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 16px;
}
#company-detail-page .section-company-detail .company-detail__card .company-detail__empty {
  font-size: 16px;
}
#company-detail-page .section-company-detail .category-list__nav {
  margin-top: 5px;
}
#company-detail-page .section-company-detail .category-list__nav .category-list__nav-item {
  margin-top: 5px;
}
#company-detail-page .section-company-detail .category-list__nav .category-list__nav-link {
  border: 1px solid #007FD5;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 6px 4px;
  transition: 0.3s;
}
#company-detail-page .section-company-detail .category-list__nav .category-list__nav-link:hover {
  background-color: #007FD5;
  color: white;
}
#company-detail-page .section-company-detail .subcategory-list__nav {
  margin-top: 5px;
}
#company-detail-page .section-company-detail .subcategory-list__nav .subcategory-list__nav-item {
  margin-top: 5px;
}
#company-detail-page .section-company-detail .subcategory-list__nav .subcategory-list__nav-link {
  border: 1px solid #005792;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 6px 4px;
  transition: 0.3s;
}
#company-detail-page .section-company-detail .subcategory-list__nav .subcategory-list__nav-link:hover {
  background-color: #005792;
  color: white;
}
#company-detail-page .document-list__nav .document-list__item {
  margin-bottom: 20px;
}
#company-detail-page .document-list__nav .document-list__item:last-of-type {
  margin-bottom: 0;
}
#company-detail-page .document-list__nav .document-list__item .document__title {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  margin-right: 14px;
}
#company-detail-page .document-list__nav .tag-list__nav {
  margin-top: 15px;
}
#company-detail-page .document-list__nav .tag-list__nav .tag__nav-item {
  margin-top: 5px;
  margin-right: 5px;
}
#company-detail-page .document-list__nav .tag-list__nav .tag__nav-item:last-of-type {
  margin-bottom: 0;
}
#company-detail-page .document-list__nav .tag-list__nav .tag__nav-item .tag__btn-outline {
  border: 1px solid #007FD5;
  color: #007FD5;
  transition: 0.3s;
  padding-left: 14px;
  padding-right: 14px;
}
#company-detail-page .document-list__nav .tag-list__nav .tag__nav-item .tag__btn-outline:hover {
  background-color: #007FD5;
  color: white;
}
#company-detail-page .company-sns__card-desc {
  margin-top: 16px;
  font-size: 16px;
  color: #CDD6DD;
  cursor: default;
}
#company-detail-page .company-detail-more-list .company-more-item {
  margin-bottom: 10px;
}
#company-detail-page .company-detail-more-list .company-more-item:last-of-type {
  margin-bottom: 0;
}
#company-detail-page .company-detail-more-list .company-more-item.company-more-header {
  margin-bottom: 16px;
}
#company-detail-page .company-detail-more-list .company-more-item.company-more-header .company-more-label {
  font-size: 20px;
}
#company-detail-page .company-detail-more-list .company-more-label {
  width: 362px;
  font-size: 16px;
  margin-bottom: 0;
}
#company-detail-page .company-detail-more-list .company-more-value {
  padding-left: 16px;
  width: calc(100% - 362px);
  font-size: 16px;
  margin-bottom: 0;
}
#company-detail-page .company-detail-more-list .company-more-value .company-contact-info__icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
#company-detail-page .company-detail-more-list .company-more-value .company-contact-info__icon.mt--6 {
  margin-top: 6px;
}
#company-detail-page .company-detail-more-list .company-more-value .fade-text {
  position: relative;
  color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1px 6px;
}
#company-detail-page .company-detail-more-list .company-more-value .fade-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.1294117647);
}
#company-detail-page .section-patents-dashboard {
  margin-bottom: 40px;
}
#company-detail-page .section-patents-dashboard .patents-card {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF;
}
#company-detail-page .section-patents-dashboard .patents-card .patents-card__title {
  font-size: 16px;
}
#company-detail-page .section-patents-dashboard .patents-card .patents-card__badge {
  background-color: #EFEFEF;
  color: #333;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
#company-detail-page .section-patents-dashboard .patents-card .patents-card__icon {
  width: 12px;
  height: 12px;
}
#company-detail-page .section-patents-dashboard .section-patents__item {
  min-width: 200px;
  max-width: 300px;
  width: auto;
}
#company-detail-page .section-company-patents-table {
  margin-bottom: 30px;
}
#company-detail-page .section-company-patents-table::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
#company-detail-page .section-company-patents-table:last-of-type {
  margin-bottom: 0;
}
#company-detail-page .section-company-patents-table .company-table__card {
  box-shadow: 0px 2px 8px #ebe5e5;
  border-radius: 15px;
}
#company-detail-page .section-company-patents-table .company-table__card .card-header,
#company-detail-page .section-company-patents-table .company-table__card .card-body {
  padding-left: 20px;
  padding-right: 20px;
}
#company-detail-page .section-company-patents-table .company-table__card .card-header {
  padding-top: 20px;
  padding-bottom: 0;
}
#company-detail-page .section-company-patents-table .company-table__card .card-header .card-header__title {
  font-size: 20px;
  cursor: default;
}
#company-detail-page .section-company-patents-table .company-table__card .card-header .card-header__badge {
  margin-left: 20px;
  background-color: #EFEFEF;
  color: #333;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
#company-detail-page .section-company-patents-table .company-table__card .card-header .card-header__desc {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #CDD6DD;
}
#company-detail-page .section-company-patents-table .company-table__list {
  cursor: default;
}
#company-detail-page .section-company-patents-table .company-table__list > :not(caption) > * > * {
  padding: 18px 1rem;
  font-size: 16px;
}
#company-detail-page .section-company-patents-table .company-table__list.table-fixed > tbody {
  overflow-y: auto;
  max-height: 48vh;
}
#company-detail-page .section-company-patents-table .company-table__list.table-fixed > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#company-detail-page .section-company-patents-table .company-table__list.table-fixed > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#company-detail-page #chartFinances {
  height: 500px;
  min-width: 800px;
}
#company-detail-page #chartFinancesAsset {
  height: 500px;
  min-width: 800px;
}
#company-detail-page #employeeChart {
  height: 300px;
  width: 550px;
}
#company-detail-page #company-detail-tabs {
  gap: 5px;
  border-bottom: 1px solid #EFEFEF;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#company-detail-page #company-detail-tabs .nav-item .nav-link {
  border: 1px solid #EFEFEF;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  min-width: 190px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #007FD5;
}
#company-detail-page #company-detail-tabs .nav-item .nav-link.active {
  background-color: #005792;
  color: #FFFFFF;
}
#company-detail-page .detail-includes-tab-content {
  padding: 27px 10px;
}
#company-detail-page .detail-includes-tab-content .section-title {
  font-size: 24px;
  color: #2A2A2A;
  font-weight: bold;
}
#company-detail-page .detail-includes-tab-content .section-title-border {
  border-bottom: 1px solid #DFDFDF;
  padding: 0 10px 5px 10px;
}
#company-detail-page .detail-includes-tab-content .company-info__top .company-info__logo {
  float: left;
  margin-right: 8px;
}
#company-detail-page .detail-includes-tab-content .company-info__top .company-info__logo .company-logo__container {
  max-width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
}
#company-detail-page .detail-includes-tab-content .company-info__top .company-info__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 9/5;
}
#company-detail-page .detail-includes-tab-content .block-title {
  font-size: 20px;
  color: #3B4043;
  font-weight: bold;
}
#company-detail-page .detail-includes-tab-content .company-item__text {
  font-size: 18px;
  color: #3B4043;
}
#company-detail-page .detail-includes-tab-content .dislike-group {
  font-size: 16px;
}
#company-detail-page .detail-includes-tab-content .company-detail__table .company-detail__table__item {
  border-bottom: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
#company-detail-page .detail-includes-tab-content .company-detail__table .company-detail__table__item:first-of-type {
  border-top: 1px solid #EFEFEF;
}
#company-detail-page .detail-includes-tab-content .company-detail__table .company-detail__table__item .company-table-item__label {
  background-color: #F7F7F7;
  min-height: 60px;
  color: #3B4043;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
}
#company-detail-page .detail-includes-tab-content .company-detail__table .company-detail__table__item .company-table-item__value {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  color: #3B4043;
}
#company-detail-page .detail-includes-tab-content .company-detail__table .company-detail__table__item .job-offer-link a {
  color: #61C3FF;
}
#company-detail-page .detail-includes-tab-content .box-companies-related {
  padding: 0 35px;
}
#company-detail-page .detail-includes-tab-content .block-open-modal-free span {
  font-size: 18px;
}

#company-detail-page .company-detail__introduction {
  font-size: 16px;
  cursor: default;
  margin-bottom: 16px;
}
#company-detail-page .company-body {
  padding-top: 26px;
}
#company-detail-page .scroll-section::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
#company-detail-page .updated_at-corporate_number {
  color: rgb(112, 112, 112);
}
#company-detail-page .table-bordered-finance thead th {
  background-color: #f7f7f7;
  color: #3b4043;
}
#company-detail-page .table-bordered-finance tbody {
  border-top: 0;
}
#company-detail-page .table-bordered-finance .negative_number {
  color: #DC77A0;
}
#company-detail-page .table-bordered-finance .positive_number {
  color: #007FD5;
}
#company-detail-page .table-bordered-finance .backgroud-e5e9ec {
  background-color: #E5E9EC;
}
#company-detail-page .table-bordered-finance > :not(caption) > * > * {
  border-color: #EFEFEF;
  padding: 0.7rem;
}

#prefs-index-page .col-pc-left {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}
#prefs-index-page .col-pc-right {
  flex: 0 0 auto;
  width: 324px;
}

#prefs-index-page {
  margin-top: 20px;
}
#prefs-index-page .prefs-index__header {
  border-bottom: 4px solid #F0F3F5;
}
#prefs-index-page .prefs-index__header .prefs-index__header-title {
  color: #005792;
  font-size: 20px;
}
#prefs-index-page .prefs-index__body {
  padding: 20px 30px;
  margin-bottom: 40px;
}
#prefs-index-page .prefs-index__card {
  margin-bottom: 16px;
}
#prefs-index-page .prefs-index__card:last-child {
  margin-bottom: 0;
}
#prefs-index-page .prefs-index__card .card-header {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
}
#prefs-index-page .prefs-index__card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
#prefs-index-page .prefs-index__card .prefs-index__link {
  text-decoration: none;
  color: #007FD5;
  font-size: 16px;
}
#prefs-index-page .prefs-index__card .prefs-index__link:hover {
  color: #005792;
}
#prefs-index-page .prefs-index__card .prefs-index__badge {
  background-color: #EFEFEF;
  color: #333;
  margin-right: 10px;
}
#prefs-index-page .prefs-index__card .prefs-index__btn {
  color: #fff;
  background-color: #007FD5;
  border-color: #007FD5;
  transition: 0.3s;
  font-size: 12px;
}
#prefs-index-page .prefs-index__card .prefs-index__btn:hover {
  background-color: #005792;
  border-color: #005792;
}
#prefs-index-page .prefs-index__card .prefs-index__btn:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

#category-index-page .col-pc-left {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}
#category-index-page .col-pc-right {
  flex: 0 0 auto;
  width: 324px;
}

#category-index-page {
  margin-top: 20px;
  margin-bottom: 40px;
}
#category-index-page .category-index__header {
  border-bottom: 4px solid #F0F3F5;
}
#category-index-page .category-index__header .category-index__header-title {
  color: #005792;
  font-size: 20px;
}
#category-index-page .category-index__body {
  padding: 20px 30px;
  padding-bottom: 0;
}
#category-index-page .category-index__card .category-card__link {
  text-decoration: none;
  color: #007FD5;
  font-size: 16px;
  box-shadow: 0px 2px 8px #ebe5e5;
  border-radius: 15px;
}
#category-index-page .category-index__card .category-card__link:hover, #category-index-page .category-index__card .category-card__link:focus {
  background-color: #EFEFEF;
}
#category-index-page .category-index__card .category-card__badge {
  background-color: #EFEFEF;
  color: #333;
}

#city-index-page .col-pc-left {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}
#city-index-page .col-pc-right {
  flex: 0 0 auto;
  width: 324px;
}

#city-index-page {
  margin-top: 20px;
}
#city-index-page .city-index__header {
  border-bottom: 4px solid #F0F3F5;
}
#city-index-page .city-index__header .city-index__header-title {
  color: #005792;
  font-size: 20px;
}
#city-index-page .prefecture__list {
  overflow: hidden;
  position: relative;
  border-bottom: 4px solid #F0F3F5;
  padding: 18px 30px;
}
#city-index-page .prefecture__list .prefecture__item {
  width: 16.6666666667%;
  padding-bottom: 5px;
}
#city-index-page .prefecture__list .prefecture__item .prefecture__link {
  text-decoration: none;
  color: #007FD5;
  font-size: 14px;
}
#city-index-page .prefecture__list .prefecture__item .prefecture__link:hover {
  color: #005792;
  text-decoration: underline;
}
#city-index-page .city__list .city__item {
  margin-bottom: 5px;
}
#city-index-page .city__list .city__item .city__link {
  font-size: 14px;
  color: #007FD5;
  text-decoration: none;
}
#city-index-page .city__list .city__item .city__link:hover {
  color: #005792;
  text-decoration: underline;
}
#city-index-page .prefecture-with-city__list {
  padding: 18px 30px;
}
#city-index-page .prefecture-with-city__list .prefecture-with-city__card .card-header {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
}
#city-index-page .prefecture-with-city__list .prefecture-with-city__card .prefecture-with-city__link {
  text-decoration: none;
  color: #007FD5;
  font-size: 16px;
}
#city-index-page .prefecture-with-city__list .prefecture-with-city__card .prefecture-with-city__badge {
  background-color: #EFEFEF;
  color: #333;
  margin-right: 10px;
}

#city-detail-page .company-list__paginate-info {
  font-size: 16px;
  padding: 20px 0;
}
#city-detail-page .company-result__card .card-header {
  border-bottom: 4px solid #F0F3F5;
}
#city-detail-page .company-result__card .card-header .card-header__img {
  width: 30px;
  height: 30px;
}
#city-detail-page .company-result__card .card-header .card-header__title {
  font-size: 20px;
  font-weight: 600;
}

em {
  font-style: normal;
}

.request-banner__box {
  height: 182px;
  background-image: url("/images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.request-banner__box .request-banner__body {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 86px);
  background-color: rgba(0, 87, 146, 0.7411764706);
}
.request-banner__box .request-banner__title {
  font-size: 24px;
  color: white;
}

#request-thanks-page .request-thanks__card {
  min-height: 540px;
}
#request-thanks-page .request-thanks__card .request-thanks__title {
  font-size: 24px;
}
#request-thanks-page .request-thanks__card .request-thanks__text--fs {
  font-size: 16px;
}

#request-index-page .request-index__body-page {
  max-width: 768px;
}
#request-index-page .request-index__body-page .request-index__top-page > p {
  font-size: 16px;
}
#request-index-page .request-index__body-page .request-index__signup-btn {
  padding: 12px 52px;
  font-size: 16px;
  color: white;
}
#request-index-page .input-group__item {
  box-shadow: 0 0px 7px rgb(223, 223, 223);
  border-radius: 15px;
}
#request-index-page .input-group__item .input-group__label {
  background-color: #005792;
  padding-left: 20px;
  padding-right: 4px;
  display: flex;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#request-index-page .input-group__item .input-group__label .input-group__label-text {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-right: 10px;
}
#request-index-page .input-group__item .input-group__label .input-group__label-request {
  background-color: #DC77A0;
  color: white;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 12px;
}
#request-index-page .input-group__item .input-group__input {
  padding: 20px;
}
#request-index-page .input-group__item .input-group__input.input-group__input-radio {
  padding-top: 38px;
  padding-bottom: 38px;
}
#request-index-page .input-group__item .input-group__input.input-group__input-radio .form-check-input,
#request-index-page .input-group__item .input-group__input.input-group__input-radio .form-check-label {
  font-size: 16px;
}
#request-index-page .input-group__item .input-group__input .input-group__form-control {
  font-size: 16px;
  padding: 17px 20px;
}
#request-index-page .input-group__item .input-group__input .input-group__form-control:focus,
#request-index-page .input-group__item .input-group__input .form-control:focus {
  border-color: #98A6B5;
  box-shadow: 0 0 0 0.2rem rgba(152, 166, 181, 0.16);
}
#request-index-page .request-index__btn {
  width: 200px;
  height: 48px;
}

.box_con04 {
  max-width: 768px;
  margin: 0 auto;
  font-style: normal;
}

p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .box_con04 {
    width: 95%;
  }
}
.box_con04 form {
  width: 100%;
}

.box_con04 form ul {
  width: 100%;
}

.box_con04 form ul li {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  margin: 0.5em 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .box_con04 form ul li {
    display: flex;
    border-radius: 15px;
  }
}
@media print {
  .box_con04 form ul li {
    display: flex;
    border-radius: 15px;
  }
}
.ie8 .box_con04 form ul li {
  display: flex;
  border-radius: 15px;
}

.box_con04 form ul li .title {
  position: relative;
  width: 30%;
  font-weight: normal;
  padding: 1em;
  color: #fff;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .box_con04 form ul li .title {
    display: flex;
    align-items: center;
  }
}
@media print {
  .box_con04 form ul li .title {
    display: flex;
    align-items: center;
  }
}
.ie8 .box_con04 form ul li .title {
  display: flex;
  align-items: center;
}

.box_con04 form ul li .title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005792;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .box_con04 form ul li .title {
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.8em 0.2em;
  }
}
.box_con04 form ul li .title em {
  position: relative;
  z-index: 1;
}

.box_con04 form ul li .title span {
  background: #dc77a0;
  padding: 0 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}

.box_con04 form ul li .box_det {
  width: 70%;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box_con04 form ul li .box_det {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
  }
}
.box_con04 form ul li .box_br {
  display: block;
}

.box_con04 form ul li select,
.box_con04 form ul li textarea,
.box_con04 form ul li .wide {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  box-sizing: border-box;
}

.box_con04 form ul li textarea {
  height: 10em;
  border: 1px solid #dfdfdf;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #dfdfdf;
  background: #efefef;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 35px;
  border-radius: 15px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}

.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.box_check {
  text-align: center;
  margin: 1em auto;
}

.box_check label {
  display: inline-block;
}

.box_check label span {
  margin-left: 0.3em;
}

.btn {
  text-align: center;
}

.btn input {
  display: inline-block;
  background: #dc77a0;
  padding: 0.5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  border-radius: 10px;
}

.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

input {
  display: inline-block;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

/*　ホーム戻りボタンデザインcss　*/
.cp_button02 {
  display: inline-block;
  width: 160px;
  padding: 1em;
  line-height: 1.4em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s, transform 0.2s;
  color: #fff;
  border-width: 0;
  border-style: solid;
  border-radius: 12%/50%;
  background: #007fd5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.cp_button02:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
  color: #005792;
}

.cp_button02:active {
  transition-duration: 0.05s;
  transform: scale(0.99);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
}

.cp_button02:focus,
.cp_button02:focus:hover {
  color: #fff;
}

#contact-index-page .contact-title__page {
  font-size: 24px;
}
#contact-index-page .contact__card {
  min-height: 540px;
}
#contact-index-page .contact__card .contact-title--fs {
  font-size: 20px;
}
#contact-index-page .contact__card .contact-info--fs {
  font-size: 16px;
}
#contact-index-page .contact__card .contact-email__link {
  text-decoration: none;
  color: #333;
}
#contact-index-page .contact__card .contact-email__link:hover {
  color: #005792;
  text-decoration: underline;
}
#contact-index-page .contact__card .contact-text__desc {
  font-size: 14px;
}

:root {
  --star-size: 24px;
  --star-color: #ffd700;
  --star-background: #fff;
}

#company-search-page .col-pc-left {
  flex: 0 0 auto;
  width: 324px;
}
#company-search-page .col-pc-right {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}

.company__fade-text {
  position: relative;
  color: transparent;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1px 6px;
}
.company__fade-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.1294117647);
}

#company-search-page {
  margin-top: 20px;
}
#company-search-page .company-search__body .company-result__header {
  border-bottom: 4px solid #F0F3F5;
  padding-bottom: 4px;
  margin-bottom: 20px;
  cursor: default;
}
#company-search-page .company-search__body .company-result__header .company-result__header-img {
  width: 30px;
  height: 30px;
}
#company-search-page .company-search__body .company-result__header .company-result__header-title {
  font-size: 24px;
  margin-left: 10px;
  line-height: 1.2;
}
#company-search-page .company-search__body .company-list__paginate-info {
  font-size: 16px;
  padding: 20px 0;
}
#company-search-page .company-list__result {
  margin-bottom: 40px;
}
#company-search-page .company-list__result .company-item_card {
  margin-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  transition: 0.3s;
}
#company-search-page .company-list__result .company-item_card:hover {
  background-color: #f7f7f7;
}
#company-search-page .company-list__result .company-item_card .company__card-link {
  font-size: 22px;
  color: #333;
}
#company-search-page .company-list__result .company-item_card .company__card-link:hover {
  color: #007FD5;
}
#company-search-page .company-list__result .company-item_card .company-card__btn-link {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 2px;
}
#company-search-page .company-list__result .company-item_card .company__card-badge {
  background-color: #EFEFEF;
  color: #333;
  margin-bottom: 8px;
  cursor: default;
  font-size: 12px;
}
#company-search-page .company-list__result .company-item_card .company-more-info .company-more-info__item {
  margin-bottom: 8px;
}
#company-search-page .company-list__result .company-item_card .company-more-info .company-more-info__item:last-child {
  margin-bottom: 0;
}
#company-search-page .company-list__result .company-item_card .company-more-info .company-more-info__img {
  width: 14px;
  height: 14px;
}
#company-search-page .company-list__result .company-item_card .company-more-info .company-more-info__val {
  margin-left: 4px;
  margin-right: 4px;
}
#company-search-page .company-list__result .company__card-left {
  width: 120px;
}
#company-search-page .company-list__result .company__card-right {
  padding-left: 20px;
  width: calc(100% - 120px);
}

#company-search-page-akalashin .col-pc-left {
  flex: 0 0 auto;
  width: 324px;
}
#company-search-page-akalashin .col-pc-right {
  flex: 0 0 auto;
  width: calc(100% - 324px);
}
#company-search-page-akalashin .block-header .input-group-search {
  max-width: 631px;
}
#company-search-page-akalashin .block-header__toolbar ul.list-control span:hover {
  cursor: pointer;
}
#company-search-page-akalashin .block-header__toolbar button:focus {
  box-shadow: unset;
}
#company-search-page-akalashin .block-header__toolbar ul {
  list-style: none;
  padding-left: 0;
  margin-top: 2px;
  margin-bottom: 5px;
  align-items: center;
  margin-left: 22px;
}
#company-search-page-akalashin .block-header__toolbar ul li {
  padding-right: 9px;
}
#company-search-page-akalashin .block-header__toolbar ul li ul {
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
  max-height: 320px;
  overflow-y: scroll;
}
#company-search-page-akalashin .block-header__toolbar ul li ul li {
  padding-left: 25px;
}
#company-search-page-akalashin .block-header__toolbar ul li ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  color: #5f6368;
  opacity: 0.8;
}
#company-search-page-akalashin .block-header__toolbar ul li ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #5f6368;
}
#company-search-page-akalashin .block-header__toolbar p {
  margin-left: 25px;
}
#company-search-page-akalashin .block-header .card-product-search__input {
  color: #3E3E3E;
  padding: 10px 14px 10px 16px;
}
#company-search-page-akalashin .block-header .card-product-search__input:focus, #company-search-page-akalashin .block-header .card-product-search__input:active {
  border: 1px solid #CDD6DD;
}
#company-search-page-akalashin .block-header .block-result-suggestions.d-block ul {
  z-index: 1027;
  position: relative;
}
#company-search-page-akalashin .block-header .block-result-suggestions {
  display: none;
  transition: all 0.3s;
}
#company-search-page-akalashin .block-header .block-result-suggestions ul {
  margin-left: 32px;
  margin-top: 17px;
}
#company-search-page-akalashin .block-header .block-result-suggestions ul li {
  margin-right: 25px;
}
#company-search-page-akalashin .block-header .block-result-suggestions ul a {
  color: #10159B;
  transition: all 0.3s;
  text-decoration: none;
}
#company-search-page-akalashin .block-header .block-result-suggestions ul a:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: underline;
}
#company-search-page-akalashin .block-result {
  margin-top: 45px;
  margin-left: -1px;
}
#company-search-page-akalashin .block-result__item {
  margin-bottom: 60px;
  max-width: 560px;
}
#company-search-page-akalashin .block-result__item a {
  transition: all 0.3s;
  text-decoration: none;
}
#company-search-page-akalashin .block-result__item a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#company-search-page-akalashin .block-result__item .very-small-text {
  margin: 3px 0;
}
#company-search-page-akalashin .block-result__item .description em {
  font-weight: bold;
  font-style: normal;
}
#company-search-page-akalashin .block-result .tags__item {
  transform: translateX(-10px);
  margin-bottom: 10px;
}
#company-search-page-akalashin .block-result .tags__item a {
  transition: all 0.3s;
  text-decoration: none;
  max-height: 20px;
}
#company-search-page-akalashin .block-result .tags__item a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#company-search-page-akalashin .block-result .block-detail-company ul {
  display: grid;
  grid-template-columns: 40% 60%;
}
#company-search-page-akalashin .block-result .block-detail-company a {
  color: #10159B;
  text-decoration: none;
  transition: all 0.3s;
}
#company-search-page-akalashin .block-result .block-detail-company a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#company-search-page-akalashin .block-result .block-relations__list-result {
  margin-top: 32px;
  margin-left: 12px;
}
#company-search-page-akalashin .block-result .block-relations ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 475px;
}
#company-search-page-akalashin .block-result .block-relations ul li {
  width: 230px;
  max-width: 230px;
  max-height: 43px;
  height: 43px;
  border: 1px solid #CDD6DD;
  border-radius: 11px;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  padding-left: 22px;
}
#company-search-page-akalashin .block-result .block-relations ul li:nth-of-type(even) {
  margin-left: 15px;
}
#company-search-page-akalashin .block-result .block-relations ul li a {
  color: #10159B;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  width: calc(100% - 17px);
}
#company-search-page-akalashin .block-result .block-relations ul li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#company-search-page-akalashin .block-result .block-relations ul li svg {
  position: absolute;
  left: 12px;
}
#company-search-page-akalashin .block-result .ratings {
  --percent: calc(var(--rating) / 5 * 100%);
  margin-top: 1px;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  position: relative;
}
#company-search-page-akalashin .block-result .ratings::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #e2ff00 var(--percent), white var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  -webkit-text-stroke: 1px #707070;
}
#company-search-page-akalashin .input-group-text {
  background-color: white;
}
#company-search-page-akalashin .input-group-search {
  z-index: 1028;
  position: relative;
  margin-left: 17px;
}
#company-search-page-akalashin .history-search, #company-search-page-akalashin .suggest-search {
  top: 47px;
  width: 100%;
}

#company-search-page-akalashin {
  margin-top: 20px;
}
#company-search-page-akalashin #suggest-search {
  transition: all 0.8s;
}
#company-search-page-akalashin .company-search__body .company-result__header {
  border-bottom: 4px solid #F0F3F5;
  padding-bottom: 4px;
  margin-bottom: 20px;
  cursor: default;
}
#company-search-page-akalashin .company-search__body .company-result__header .company-result__header-img {
  width: 30px;
  height: 30px;
}
#company-search-page-akalashin .company-search__body .company-result__header .company-result__header-title {
  font-size: 24px;
  margin-left: 10px;
  line-height: 1.2;
}
#company-search-page-akalashin .company-search__body .company-list__paginate-info {
  font-size: 16px;
  padding: 20px 0;
}
#company-search-page-akalashin .company-list__result {
  margin-bottom: 40px;
}
#company-search-page-akalashin .company-list__result .company-item_card {
  margin-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0px 2px 8px #ebe5e5;
  border-color: #EFEFEF !important;
  transition: 0.3s;
}
#company-search-page-akalashin .company-list__result .company-item_card:hover {
  background-color: #f7f7f7;
}
#company-search-page-akalashin .company-list__result .company-item_card .company__card-link {
  font-size: 22px;
  color: #333;
}
#company-search-page-akalashin .company-list__result .company-item_card .company__card-link:hover {
  color: #007FD5;
}
#company-search-page-akalashin .company-list__result .company-item_card .company-card__btn-link {
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 2px;
}
#company-search-page-akalashin .company-list__result .company-item_card .company__card-badge {
  background-color: #EFEFEF;
  color: #333;
  margin-bottom: 8px;
  cursor: default;
  font-size: 12px;
}
#company-search-page-akalashin .company-list__result .company-item_card .company-more-info .company-more-info__item {
  margin-bottom: 8px;
}
#company-search-page-akalashin .company-list__result .company-item_card .company-more-info .company-more-info__item:last-child {
  margin-bottom: 0;
}
#company-search-page-akalashin .company-list__result .company-item_card .company-more-info .company-more-info__img {
  width: 14px;
  height: 14px;
}
#company-search-page-akalashin .company-list__result .company-item_card .company-more-info .company-more-info__val {
  margin-left: 4px;
  margin-right: 4px;
}
#company-search-page-akalashin .company-list__result .company__card-left {
  width: 120px;
}
#company-search-page-akalashin .company-list__result .company__card-right {
  padding-left: 20px;
  width: calc(100% - 120px);
}

.card-main {
  font-size: 20px;
}
.card-main .card-header {
  border-bottom: 4px solid #F0F3F5;
  padding-bottom: 4px;
  margin-bottom: 20px;
  cursor: default;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.card-main .card-header img {
  width: 30px;
  height: 30px;
}
.card-main__paginate {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.card-main__info {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 4px solid #F0F3F5;
  gap: 20px;
}
.card-main__body {
  padding: 0;
}
.card-main__btn {
  background-color: #DC77A0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 10px;
  border: none;
  box-shadow: none;
  border-radius: 50px;
}
.card-main__form {
  display: block;
}
.card-main__label {
  font-size: 16px;
  font-weight: bold;
}
.card-main__label-small {
  font-size: 13px;
}
.card-main__paginateSort {
  color: #6E6E6E;
}
.card-main .form-select, .card-main .form-control {
  padding-top: 7px;
  padding-bottom: 7px;
}
.card-main .form-select:invalid, .card-main .form-control:invalid {
  color: gray;
}
.card-main .form-select:first-child, .card-main .form-control:first-child {
  color: gray;
}
.card-main .form-select:invalid option:not(:first-child), .card-main .form-control:invalid option:not(:first-child) {
  color: black;
}
.card-main .form-select:focus, .card-main .form-control:focus {
  border-color: #98A6B5;
  box-shadow: 0 0 0 0.2rem rgba(152, 166, 181, 0.1607843137);
}
.card-main.is-widget-search .card-main__body {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  box-shadow: 2px 4px #EFEFEF;
  padding: 14px 20px;
}
.card-main.is-widget-search .card-main__title {
  font-size: 16px;
  font-weight: bold;
}
.card-main.is-widget-search .card-main__content {
  margin: 20px 0;
}

.card-main-product {
  color: #3A3A3A;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  box-shadow: 0 3px 6px #EFEFEF;
  background: #FFFFFF;
  padding: 18px 20px;
  min-height: 213px;
  width: 55%;
}
.card-main-product:hover {
  background-color: #f7f7f7;
}
.card-main-product__url {
  font-size: 16px;
  color: #6E6E6E;
}
.card-main-product__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.card-main-product__title a {
  color: #2A2A2A;
  text-decoration: none;
}
.card-main-product__title a:hover {
  color: #007fd5;
}
.card-main-product__description {
  font-size: 12px;
  margin-top: 10px;
}
.card-main-product__description em {
  font-weight: bold;
}
.card-main-product__footer {
  display: flex;
  margin-top: 15px;
}
.card-main-product__btn {
  padding: 3px 6px;
  font-size: 10px;
  color: #FFFFFF;
  background: #005792;
  width: auto;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
.card-main-product__btn:hover, .card-main-product__btn:active, .card-main-product__btn:focus {
  color: #FFFFFF;
}
.card-main-product__btn:first-child {
  margin-right: 20px;
}

.card-main-company {
  color: #3A3A3A;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  box-shadow: 0 3px 6px #EFEFEF;
  background: #FFFFFF;
  padding: 18px 20px;
  font-size: 12px;
  height: 100%;
  width: 45%;
}
.card-main-company:hover {
  background-color: #f7f7f7;
}
.card-main-company__span {
  font-size: 10px;
  padding: 3px 9px;
  text-decoration: none;
  border-radius: 15px;
}
.card-main-company__span:hover:active:focus {
  color: inherit;
}
.card-main-company__span.is-numberCompany {
  background-color: #EFEFEF;
  color: #2A2A2A;
}
.card-main-company__span.is-marker {
  background-color: #007FD5;
  color: #FFFFFF;
  margin-left: 10px;
}
.card-main-company__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.card-main-company__title a {
  color: #2A2A2A;
  text-decoration: none;
}
.card-main-company__title a:hover {
  color: #007fd5;
}
.card-main-company__description {
  margin-top: 8px;
}
.card-main-company__footer {
  margin-top: 13px;
  display: flex;
}
.card-main-company__btn {
  padding: 3px 6px;
  font-size: 10px;
  color: #FFFFFF;
  background: #005792;
  width: auto;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
.card-main-company__btn:hover, .card-main-company__btn:active, .card-main-company__btn:focus {
  color: #FFFFFF;
}
.card-main-company__btn:first-child {
  margin-right: 20px;
}

#job-offer__page .color-link {
  color: #007FD5;
}
#job-offer__page .company-name {
  font-size: 36px;
  color: #2A2A2A;
  font-weight: bold;
}
#job-offer__page .industry-group .btn-industry {
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  color: #007FD5;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 5px 15px;
}
#job-offer__page #company-detail-tabs {
  gap: 5px;
  border-bottom: 1px solid #EFEFEF;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#job-offer__page #company-detail-tabs .nav-item .nav-link {
  border: 1px solid #EFEFEF;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  min-width: 190px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #007FD5;
}
#job-offer__page #company-detail-tabs .nav-item .nav-link.active {
  background-color: #005792;
  color: #FFFFFF;
}
#job-offer__page .content-page .job-title {
  font-size: 24px;
  color: #2A2A2A;
  font-weight: bold;
}
#job-offer__page .content-page .job-info {
  color: #3B4043;
  font-size: 18px;
}
#job-offer__page .content-page .section__table-of-contents {
  background-color: #F0F3F5;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
}
#job-offer__page .content-page .section__table-of-contents .collapse-button {
  cursor: pointer;
  color: #3B4043;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
#job-offer__page .content-page .section__table-of-contents .table-of-contents {
  list-style: none;
}
#job-offer__page .content-page .section__table-of-contents .table-of-contents a {
  font-size: 14px;
  color: #007FD5;
}
#job-offer__page .content-page .section__table-of-contents .table-of-contents .sub-heading2 {
  list-style: none;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item {
  border-bottom: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item:first-of-type {
  border-top: 1px solid #EFEFEF;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item .company-table-item__label {
  background-color: #F7F7F7;
  min-height: 60px;
  color: #3B4043;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item .company-table-item__value {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  color: #3B4043;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item .job-offer-date {
  color: #3B4043;
}
#job-offer__page .content-page .company-detail__table .company-detail__table__item .job-offer-link a {
  color: #61C3FF;
}
#job-offer__page .content-page .job-offer-title-date,
#job-offer__page .content-page .job-offer-title-link {
  color: #3B4043;
}
#job-offer__page .content-page .section .collapse-button {
  cursor: pointer;
  border-bottom: 1px solid #DFDFDF;
  color: #2A2A2A;
  font-weight: bold;
  font-size: 24px;
}
#job-offer__page .content-page .job-detail__group {
  border: 1px solid #EFEFEF;
}
#job-offer__page .content-page .job-detail__group .job-detail__item:nth-child(odd) {
  background-color: #FFFFFF;
}
#job-offer__page .content-page .job-detail__group .job-detail__item:nth-child(even) {
  background-color: #F7F7F7;
}
#job-offer__page .content-page .job-detail__group .job-detail__item .job-item__label {
  font-size: 18px;
  color: #3B4043;
}
#job-offer__page .content-page .job-detail__group .job-detail__item .job-item__value {
  font-size: 18px;
  color: #3B4043;
}
#job-offer__page .content-page .section .section__title {
  font-size: 20px;
  color: #3B4043;
  border-bottom: 1px solid #DFDFDF;
  font-weight: bold;
}
#job-offer__page .section__banner-list img {
  width: 96%;
  height: auto;
}
#job-offer__page .box-companies-related {
  padding: 0 35px;
}
#job-offer__page .updated_at-corporate_number {
  color: rgb(112, 112, 112);
}

#search-elastic-page .content-page .col-left {
  max-width: 310px;
}
#search-elastic-page .content-page .col-right {
  max-width: calc(100% - 310px);
}
#search-elastic-page .btn-popup__filter {
  font-size: 16px;
  font-weight: bold;
  color: #98A6B5;
  border-radius: 24px;
  border: 2px solid #98A6B5;
}
#search-elastic-page .btn-popup__filter-active {
  color: #007FD5;
  border-color: #007FD5;
}
#search-elastic-page .btn-popup__filter:hover {
  color: #007FD5;
  border-color: #007FD5;
}
#search-elastic-page .btn-recommend {
  font-weight: bold;
  color: #007FD5;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
}
#search-elastic-page .btn-recommend:hover, #search-elastic-page .btn-recommend:focus {
  color: #FFFFFF;
  background-color: #007FD5;
  border: 1px solid #007FD5;
}
#search-elastic-page .form-check-lg .form-check-input,
#search-elastic-page .form-check-lg .form-check-label {
  font-size: 16px;
}
#search-elastic-page .form-check-input:checked {
  background-color: #005792;
  border: none;
}
#search-elastic-page .form-check-query .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 6px;
}
#search-elastic-page .c-text-label {
  font-size: 16px;
  font-weight: unset;
  color: #2A2A2A;
}
#search-elastic-page .c-text-label__border {
  display: block;
  border-bottom: 2px solid #98A6B5;
}
#search-elastic-page .c-text-description {
  font-size: 12px;
}
#search-elastic-page .c-text-form-check {
  font-size: 16px;
}
#search-elastic-page .section-data-aggregations .section-data-aggregations-title {
  font-size: 20px;
  color: #3B4043;
  font-weight: bold;
  border-bottom: 1px solid #DFDFDF;
  padding: 0 10px 5px 10px;
}
#search-elastic-page .section-data-aggregations .data-aggregations__table .data-aggregations__item {
  border-bottom: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
#search-elastic-page .section-data-aggregations .data-aggregations__table .data-aggregations__item:first-of-type {
  border-top: 1px solid #EFEFEF;
}
#search-elastic-page .section-data-aggregations .data-aggregations__table .data-aggregations__item .company-table-item__label {
  background-color: #F7F7F7;
  min-height: 60px;
  color: #3B4043;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  border-right: 1px solid #EFEFEF;
}
#search-elastic-page .section-data-aggregations .data-aggregations__table .data-aggregations__item .company-table-item__value {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 18px;
  color: #3B4043;
  justify-content: flex-end;
}
#search-elastic-page .box-service-recommend__title {
  font-size: 36px;
  border-bottom: 2px solid #CDD6DD;
  padding-bottom: 10px;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item-image {
  max-height: 225px;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item-title {
  font-size: 24px;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item-badge {
  font-size: 12px;
  background-color: #CCE7FC;
  border: 1px solid #CDD6DD;
  border-radius: 15px;
  padding: 4px 12px;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item .service-evaluation-chart {
  height: 225px;
  width: 90%;
}
#search-elastic-page .box-service-recommend__list .box-service-recommend__item-service-name {
  font-size: 24px;
}
#search-elastic-page .box-service-recommend .btn-pink {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #DC77A0;
  border-radius: 24px;
  padding: 10px 38px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#search-elastic-page .box-service-recommend .btn-pink:hover {
  background-color: #DC77A0;
  box-shadow: 0 0 0 0.25rem rgba(220, 119, 160, 0.7098039216);
  color: #FFFFFF;
}

.merit__company-count {
  position: relative;
  margin-bottom: 15px;
}
.merit__company-count .title {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .merit__company-count .title {
    font-size: 18px;
  }
}
.merit__company-count .company-count__title {
  color: #005792;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .merit__company-count .company-count__title {
    font-size: 20px;
  }
}
.merit__company-count .company-count__card {
  border-color: #EC1414;
  background-color: white;
  margin-bottom: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: all 0.3s;
  min-width: 200px;
  min-height: 103px;
}
@media (max-width: 575px) {
  .merit__company-count .company-count__card {
    max-width: 100%;
  }
}
.merit__company-count .company-count__card .card-body {
  padding: 1rem 0rem;
}
.merit__company-count .company-count__card .card-title {
  color: #EC1414;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}
.merit__company-count .company-count__card .card-text {
  color: #303030;
  font-size: 22px;
  font-weight: bold;
}
.merit__company-count .company-count__description {
  font-size: 18px;
  color: #303030;
}

@media (min-width: 992px) {
  .service-category-detail-page .service-category-content .col-left {
    flex: 0 0 auto;
    width: 72%;
  }
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper {
  font-size: 18px;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper h2 {
  font-size: 1.25rem;
  border-bottom: 2px solid #f0f3f5;
  margin-bottom: 26px;
  margin-top: 10px;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper h3 {
  font-size: 1.25rem;
  color: #707F89;
  padding: 24px 0;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper ol {
  list-style: none;
  padding-left: 0;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper ol li {
  margin-bottom: 24px;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__upper ol li:last-child {
  margin-bottom: 0;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .service-evaluation-chart {
  height: 300px;
  width: 90%;
}
.service-category-detail-page .service-category-content .col-left .service-company-item__name {
  font-size: 30px;
  border-bottom: 2px solid #f0f3f5;
  padding-bottom: 10px;
}
.service-category-detail-page .service-category-content .col-left .service-company-item__link {
  color: #3B4043;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .evaluation-chart-link {
  color: #ffffff;
  font-size: 16px;
  padding: 12.5px 60px;
  background-color: #DC77A0;
  border-radius: 24px;
  white-space: nowrap;
  text-decoration: none;
  max-width: 100%;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .block-service-features__title {
  color: #707F89;
  font-size: 24px;
  padding-bottom: 10px;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .block-service-item {
  background-color: #F9FAFB;
  padding: 12px 17px;
  border-radius: 5px;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .block-service-item__tag {
  font-size: 12px;
  background-color: #CCE7FC;
  border: 1px solid #CDD6DD;
  border-radius: 15px;
  padding: 4px 12px;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .block-service-evaluation-price .title-price {
  min-width: 90px;
  display: inline-block;
}
.service-category-detail-page .service-category-content .col-left .service-company-item .block-service-evaluation-price .text-caution-ai-contents {
  color: #FF383C;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__bottom h3 {
  font-size: 30px;
  border-bottom: 2px solid #f0f3f5;
  padding-bottom: 10px;
}
.service-category-detail-page .service-category-content .col-left .service-category-content__bottom .title-gray {
  font-size: 1.25rem;
  color: #707F89;
  font-weight: 500;
}
@media (min-width: 992px) {
  .service-category-detail-page .service-category-content .col-right {
    flex: 0 0 auto;
    width: 28%;
  }
}
.service-category-detail-page .bg-gray-100 {
  background-color: #f9fafb;
}

.not-found-page .main-header-wrapper .signin-outline-btn {
  border-color: #DC77A0;
  color: #DC77A0;
  box-shadow: 0 4px 12px 0 rgba(220, 119, 160, 0.4);
}
.not-found-page .main-header-wrapper .signin-outline-btn:hover {
  color: #FFFFFF;
  background-color: #DC77A0;
}
.not-found-page .main-header-wrapper .signup-outline-btn {
  color: #FFFFFF;
  background-color: #DC77A0;
  border: 2px solid #DC77A0;
  margin-left: 16px;
}
.not-found-page .main-wrapper {
  padding-top: 108px;
}
.not-found-page .banner {
  background-color: #F4F8FB;
  padding-top: 27px;
  padding-bottom: 55px;
}
.not-found-page .banner .banner__title {
  border: 1px solid #005792;
  padding: 9px 12px;
  color: #005792;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8vw;
}
.not-found-page .banner .row-banner {
  padding-left: 230px;
}
@media (max-width: 1400px) {
  .not-found-page .banner .row-banner {
    padding-left: 150px;
  }
}
.not-found-page .banner .col-left {
  width: 34%;
}
.not-found-page .banner .col-left .col-left__title {
  font-size: 2.6vw;
  color: #005792;
  font-weight: bold;
}
.not-found-page .banner .col-left .col-left__title p {
  line-height: 3vw;
}
.not-found-page .banner .col-left .col-left__title-sub {
  font-size: 1.5vw;
  color: #005792;
  font-weight: bold;
}
.not-found-page .banner .col-left .col-left__description {
  font-weight: 500;
  font-size: 1vw;
}
.not-found-page .banner .col-left .modal-download-csv {
  padding: 1vw 2vw;
  border-radius: 50px;
  font-size: 1vw;
}
.not-found-page .banner .col-right .banner-video__container {
  width: 85%;
}
.not-found-page .banner .col-right #videoAkalaCloudBanner {
  aspect-ratio: 16/9;
}
.not-found-page .section-content .section-content__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 60px;
  padding-top: 20px;
  position: relative;
  background-color: #005792;
  color: #fff;
}
.not-found-page .section-content .section-content__title::before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  z-index: 99;
  border-top-color: #005792;
}
.not-found-page .section-content .section-content__title::after {
  bottom: -1px;
  content: "";
  height: 39px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.not-found-page .section-content .sub-title {
  font-size: 18px;
}
.not-found-page .section-content .section-content__data-cards {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: auto;
  margin-top: 32px;
}
.not-found-page .section-content .section-content__data-card {
  background-color: #fff;
  border-radius: 10px;
  border-top: 5px solid #0066AA;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100px;
}
.not-found-page .section-content .section-content__data-card-label {
  font-size: 17.6px;
  color: #333;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}
.not-found-page .section-content .section-content__data-card-value {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.not-found-page .section-content .desc-data-cards {
  font-size: 18px;
}
.not-found-page .section-content .section-title_sky {
  color: #005792;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.not-found-page .section-content .section-content__reason-cards .section-content__reason-card {
  max-width: 1120px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 50px;
}
.not-found-page .section-content .section-content__reason-cards .reason-card__filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 0px;
  justify-items: center;
}
@media (max-width: 1200px) {
  .not-found-page .section-content .section-content__reason-cards .reason-card__filter {
    gap: 10px 10px;
  }
}
.not-found-page .section-content .section-content__reason-cards .reason-card__filter .reason-card__filter-item {
  color: #fff;
  background-color: #005792;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-page .section-content .reason-card__title {
  color: #005792;
  font-size: 32px;
}
.not-found-page .background-section-sky {
  background-color: #F4F8FB;
}
.not-found-page .background-section-dark-blue {
  background-color: #005792;
}
.not-found-page .lets-start-free-plan {
  padding: 100px 80px;
}
.not-found-page .lets-start-free-plan p {
  font-size: 38px;
  color: #fff;
}
.not-found-page .lets-start-free-plan .lets-start-free-plan__description {
  font-size: 19px;
  color: #fff;
}
.not-found-page .three-steps-container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.not-found-page .three-steps-container .three-steps-container__item {
  padding: 0 10px;
}
.not-found-page .three-steps-container .three-steps-container__item .text-pink {
  font-size: 24px;
  color: #DC77A0;
}
.not-found-page .three-steps-container .three-steps-container__item .three-steps-container__item-title h5 {
  font-size: 19px;
}
.not-found-page .three-steps-container .three-steps-container__item .three-steps-container__item-title p {
  font-size: 16px;
}
.not-found-page .fs-40 {
  font-size: 40px !important;
}
.not-found-page .section-price-plan .sub-title-price-plan {
  font-size: 18px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item {
  width: 300px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .price-plan-container__item-title {
  background-color: #CCE5F7;
  color: #333333;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  padding: 40px 20px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .price-plan-container__item-content {
  border: 1px solid #CCE5F7;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .plan-item {
  padding: 30px 0;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .plan-item .plan-text {
  color: #777777;
  font-size: 14px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .plan-item .plan-price {
  color: #005792;
  font-size: 32px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .plan-item .plan-download {
  color: #005792;
  font-size: 22px;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item.item-great-plan {
  position: relative;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item.item-great-plan .price-plan-container__item-title {
  background-color: #005792;
  color: #fff;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item.item-great-plan .price-plan-container__item-content {
  border: 1px solid #005792;
}
.not-found-page .section-price-plan .price-plan-container .price-plan-container__item .sale-badge {
  font-size: 14px;
  color: #fff;
  padding: 6px 20px;
  background-color: #DF4A5D;
  position: absolute;
  top: -17px;
  left: 74px;
}
.not-found-page .section-price-plan .text-description {
  font-size: 18px;
  color: #333333;
}
.not-found-page .color-dark-blue {
  color: #005792;
  font-size: 32px;
}
