@charset "UTF-8";
/*------------------------------------------------------------
    全体のフォント調整
------------------------------------------------------------*/
/*main.content {font-family: "Noto Sans JP", sans-serif;}*/
/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 32px;
}

.mv__link_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}

.mv__link {
  width: 100%;
  padding: 0 20px 20px 0;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  color: #FFF;
}
.mv__link a {
  color: #FFF;
  display: flex;
}
.mv__link a span {
  text-decoration: underline;
  line-height: 1.46;
}
.mv__link a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2FA8E1;
  margin-right: 4px;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .mv__link {
    padding: 0 20px 10px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  .mv__link a span {
    line-height: 1.6;
  }
  .mv__link a {
    color: #0A77AA;
  }
  .mv__link a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .mv__link {
    padding: 0 0 20px 0;
  }
}
/*------------------------------------------------------------
    newarrival
------------------------------------------------------------*/
.newarrival {
  margin-bottom: 45px;
}

.newarrival__ttl {
  margin-bottom: 16px;
}

.newarrival__txt {
  margin-bottom: 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.newarrival__list {
  margin-bottom: 20px;
}

.newarrival__list_item + .newarrival__list_item {
  margin-top: 10px;
}

.newarrival__list_link {
  display: flex;
  padding: 10px;
  border: 1px solid #e7e8e7;
}

.newarrival__list_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 0 20px 0 0;
}

.newarrival__list_genre {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.newarrival__list_new {
  background: #00AEFF;
  color: #FFF;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_pickup {
  background: #F84F14;
  color: #FFF;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_haken {
  background: #FFF;
  border: 1px solid #5AC080;
  color: #5AC080;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_syoukai {
  background: #FFF;
  border: 1px solid #78B70A;
  color: #78B70A;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_type {
  margin-bottom: 10px;
}

.newarrival__list_title {
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newarrival__list_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.newarrival__list_detail {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.newarrival__list_city {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_city::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_01.svg") center/cover no-repeat;
}

.newarrival__list_industry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_industry::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_02.svg") center/cover no-repeat;
}

.newarrival__list_wage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_wage::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_03.svg") center/cover no-repeat;
}

.newarrival__list_icon {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  color: #9dd335;
  font-size: 12px;
  transition: 0.2s;
}

.newarrival__more {
  text-align: right;
  font-size: 1.3rem;
}
.newarrival__more a {
  color: #2F64E1;
  text-decoration: underline;
}
.newarrival__more a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2FA8E1;
  margin-right: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .newarrival__txt {
    font-size: 18px;
  }
  .newarrival__list_link {
    padding: 16px;
  }
  .newarrival__list_title {
    margin-bottom: 14px;
  }
  .newarrival__list_link:hover {
    border-color: #009b46;
    color: #009b46;
  }
  .newarrival__list_link:hover .newarrival__list_icon {
    color: #009b46;
  }
  .newarrival__more {
    font-size: 1.6rem;
  }
  .newarrival__more a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .newarrival {
    margin-bottom: 24px;
  }
  .newarrival__list {
    margin-bottom: 24px;
  }
  .newarrival__list_detail {
    font-size: 1.4rem;
    flex-direction: row;
    gap: 16px;
  }
  .newarrival__list_icon {
    right: 15px;
    font-size: 16px;
  }
  .newarrival__more a {
    text-decoration: underline;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    cta
------------------------------------------------------------*/
.cta {
  margin-bottom: 24px;
}

.cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta__btn {
  text-align: center;
}

.cta__btn_txt {
  margin-bottom: 4px;
  font-weight: 600;
}

.cta__reserve {
  width: 307px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.cta__line {
  border: 1px solid #009B46;
  border-radius: 4px;
  padding: 10px 20px;
  color: #009B46;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 302px;
  max-width: 100%;
}
.cta__line img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.cta__line .in_txt {
  margin: auto;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .cta {
    margin-bottom: 48px;
  }
  .cta__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
  }
  .cta__btn_txt {
    font-size: 1.5rem;
  }
  .cta__reserve {
    width: 335px;
    height: 64px;
  }
  .cta__line {
    width: 335px;
  }
  .cta__line img {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    bnr
------------------------------------------------------------*/
.bnr {
  margin-bottom: 64px;
}

.bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 -20px;
}

.bnr__list_item {
  width: 100%;
  padding: 20px 0 0 20px;
}

@media screen and (min-width: 768px) {
  .bnr {
    margin-bottom: 100px;
  }
  .bnr__list_item {
    width: 50%;
  }
} /* ----- media END ----- */
@media screen and (min-width: 992px) {
  .bnr__list {
    margin: -30px 0 0 -30px;
  }
  .bnr__list_item {
    padding: 30px 0 0 30px;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    event
------------------------------------------------------------*/
.event {
  margin-bottom: 48px;
}

.event__ttl {
  margin-bottom: 16px;
}

.event__txt {
  margin-bottom: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.event__area {
  margin-bottom: 10px;
  font-weight: bold;
}

.event__contents {
  position: relative;
  padding-bottom: 1px;
}

.event__list {
  margin-bottom: 20px;
}

.event__list_item + .event__list_item {
  margin-top: 10px;
}

.event__list_link {
  display: flex;
  padding: 10px;
  border: 1px solid #e7e8e7;
}

.event__list_image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.event__list_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: calc(100% - 80px);
  padding: 0 20px 0 10px;
}

.event__list_type {
  margin-bottom: 10px;
}

.event__list_area {
  font-size: 11px;
  transition: 0.2s;
}

.site_2 .event__list_area {
  color: #e50020;
}

.site_3 .event__list_area {
  color: #f03f49;
}

.site_4 .event__list_area {
  color: #8bb504;
}

.site_5 .event__list_area {
  color: #2fa8e1;
}

.site_6 .event__list_area {
  color: #ed6d20;
}

.event__list_date {
  color: #7d7d7d;
  font-size: 11px;
  transition: 0.2s;
  word-break: break-word;
}

.event__list_icon {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  color: #9dd335;
  font-size: 12px;
  transition: 0.2s;
}

.event__more {
  text-align: right;
  font-size: 1.3rem;
}
.event__more a {
  color: #2F64E1;
  text-decoration: underline;
}
.event__more a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2FA8E1;
  margin-right: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .event__txt {
    font-size: 18px;
  }
  .event__list_link:hover {
    border-color: #009b46;
    color: #009b46;
  }
  .event__list_link:hover .event__list_area,
  .event__list_link:hover .event__list_date {
    color: #009b46;
  }
  .event__list_link:hover .event__list_icon {
    color: #009b46;
  }
  .event__more {
    font-size: 1.6rem;
  }
  .event__more a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .event {
    margin-bottom: 24px;
  }
  .event__list {
    margin-bottom: 16px;
  }
  .event__list_image {
    width: 160px;
    height: 100px;
  }
  .event__list_content {
    width: calc(100% - 160px);
    padding: 0 50px 0 30px;
  }
  .event__list_area {
    margin-top: 15px;
    font-size: 14px;
  }
  .event__list_date {
    margin-top: 10px;
    font-size: 14px;
  }
  .event__list_icon {
    right: 15px;
    font-size: 16px;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    features
------------------------------------------------------------*/
.features {
  margin-top: 64px;
  margin-bottom: 60px;
}
.features .contentarea__inner {
  padding: 0;
}

.features__wrap {
  width: 100%;
  background: #E8F7FF;
  border-radius: 20px;
  padding: 48px 20px;
}

.features__content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.features__detail {
  width: 100%;
}

dt.features__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

dd.features__detail {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}

.features__title {
  color: #0A77AA;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.features__subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0A77AA;
  margin-bottom: 16px;
  gap: 18px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.52;
  letter-spacing: 0.02em;
}
.features__subtitle img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.features__txt {
  font-size: 1.3rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.71;
}
.features__txt + .features__txt {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.71;
}

.features__point {
  background: #0A77AA;
  border-radius: 20px;
  color: #FFF;
  margin-bottom: 12px;
  padding: 4px 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.features__list {
  font-weight: 600;
}
.features__list li {
  color: #0A77AA;
  line-height: 1.71;
}
.features__list li::before {
  content: "・";
  display: inline;
}

.features__service {
  color: #0A77AA;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0A77AA;
  border-radius: 4px;
  max-width: 534px;
  height: 42px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  width: calc(100% - 32px);
}

.features__service_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: calc(100% - 32px);
  margin: auto;
}
.features__service_content > div {
  max-width: 400px;
}

.features__service_txt {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .features {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .features .contentarea__inner {
    max-width: 1080px;
  }
  .features__wrap {
    border-radius: 40px;
    padding: 64px 48px;
  }
  .features__content {
    gap: 32px;
    margin-bottom: 64px;
  }
  .features__detail {
    width: 48.37%;
    max-width: calc((100% - 32px) / 2);
  }
  dd.features__detail {
    padding: 32px;
  }
  .features__title {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .features__title + .features__txt {
    font-size: 1.6rem;
  }
  .features__subtitle {
    margin-bottom: 20px;
    gap: 24px;
    font-size: 2.2rem;
    line-height: 1.54;
  }
  .features__subtitle img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }
  .features__txt {
    font-size: 1.5rem;
  }
  .features__point {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .features__list li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .features__service {
    height: 54px;
    margin: 0 auto 48px;
    width: auto;
    font-size: 2.2rem;
    border-radius: 8px;
    line-height: 1.54;
  }
  .features__service_content {
    flex-direction: row;
    width: auto;
  }
  .features__service_txt {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
/*------------------------------------------------------------
    office
------------------------------------------------------------*/
.office {
  margin-bottom: 40px;
}

.office__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
.office__wrap > ul {
  flex: 1;
  width: 100%;
}

.office__slider {
  margin-bottom: 0;
}

.office__content {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.office__title {
  color: #0A77AA;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.office__address {
  margin-bottom: 8px;
  line-height: 1.57;
}

.office__link {
  margin-bottom: 20px;
}
.office__link a {
  color: #2FA8E1;
}

.office__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.office__contact_txt {
  flex: 1;
  line-height: 1.5;
}
.office__contact_txt a {
  color: #2F64E1;
  text-decoration: underline;
}
.office__contact_txt span {
  font-weight: bold;
}

.office__contact_map {
  flex: 1;
  aspect-ratio: 334/252;
}
.office__contact_map iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .office {
    margin-bottom: 48px;
  }
  .office__wrap {
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
  }
  .office__wrap > ul {
    width: calc(50% - 15px);
  }
  .office__title {
    font-size: 2.2rem;
  }
  .office__address {
    line-height: 1.5;
  }
  .office__link {
    margin-bottom: 32px;
  }
  .office__contact {
    flex-direction: row;
    gap: 24px;
  }
  .office__contact_map {
    aspect-ratio: 252/154;
  }
}
/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow {
  margin-bottom: 64px;
}

.flow__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 31px;
}

.flow__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 24px;
}
.flow__item img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.flow__item::before {
  content: "";
  background: #009B46;
  opacity: 0.5;
  width: 1px;
  height: 100%;
  left: 40px;
  top: auto;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.flow__item:nth-of-type(3) {
  padding-bottom: 28px;
}
.flow__item:last-of-type {
  padding-bottom: 0;
}
.flow__item:last-of-type::before {
  display: none;
}

.flow__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}

.flow__title {
  color: #009B46;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.flow__title span {
  display: inline;
  font-size: 1.3rem;
}

.flow__txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.69;
}

@media screen and (min-width: 768px) {
  .flow {
    margin-bottom: 100px;
  }
  .flow__wrap {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 42px;
  }
  .flow__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 0;
    padding: 0 24px 0 24px;
    width: 25%;
  }
  .flow__item img {
    width: 140px;
    height: 140px;
    max-width: none;
  }
  .flow__item::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 70px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
  }
  .flow__item:first-of-type {
    padding-left: 0;
  }
  .flow__item:first-of-type::before {
    right: 0;
    left: auto;
    width: 50%;
  }
  .flow__item:nth-of-type(3) {
    padding-bottom: 0;
  }
  .flow__item:last-of-type {
    padding-right: 0;
    padding-bottom: 0;
  }
  .flow__item:last-of-type::before {
    display: block;
    right: auto;
    left: 0;
    width: 50%;
  }
  .flow__content {
    gap: 16px;
  }
  .flow__title {
    text-align: center;
    font-size: 2rem;
  }
  .flow__title span {
    display: inline-block;
    font-size: 1.8rem;
  }
  .flow__txt {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq {
  margin-bottom: 56px;
}

.faq__wrap {
  display: flex;
  flex-direction: column;
}

.faq__question {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #2FA8E1;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 12px;
  position: relative;
  padding: 16px 58px 16px 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
.faq__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #2FA8E1;
  border-radius: 50%;
  color: #FFF;
  flex-shrink: 0;
  padding-bottom: 2px;
}
.faq__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("../images/icon_svg/icon_accordion.svg") center/cover no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.faq__question.is-active::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq__answer {
  display: none;
}
.faq__answer p {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 1.625;
  gap: 12px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.faq__answer p::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #7ECCF1;
  border-radius: 50%;
  color: #FFF;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.faq__answer:last-of-type p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 48px;
  }
  .faq__question {
    font-size: 2rem;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
  }
  .faq__question::before {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }
  .faq__question::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
  .faq__answer p {
    font-size: 1.8rem;
    line-height: 1.77;
    margin-bottom: 32px;
  }
  .faq__answer p::before {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }
}
/*------------------------------------------------------------
   column 働く人に知って欲しい社会保険・労働法・税金+α
------------------------------------------------------------*/
.column {
  margin-bottom: 48px;
}

.column__summarytitle {
  margin: 29px 0 20px 0;
  color: #0A77AA;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.5rem;
}

.column__more {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 12px;
}
.column__more a {
  color: #2F64E1;
  text-decoration: underline;
}
.column__more a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2FA8E1;
  margin-right: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .column__summarytitle {
    margin: 40px 0 16px 0;
    font-size: 1.8rem;
  }
  .column {
    margin-bottom: 64px;
  }
  .column__more {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .column__more a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
/* 固定ボタンの調整 */
@media screen and (max-width: 767px) {
  .fixed_footer__tel {
    display: none !important;
  }
  .fixed_footer a {
    width: 50% !important;
  }
}/*# sourceMappingURL=top_kochi.css.map */