@charset "utf-8";

/* ======================================================
 * corp_guide_tool_index
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .m-account-box {
    margin-top: 3em;
  }
}
@media print, screen and (max-width: 767.98px) {
  .m-account-box {
    margin-top: 3em;
  }
}
/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */

.m-app-search {
  background-color: #f8f8f8;
  text-align: center;
}
.m-app-search__title {
  font-size: 16px;
  line-height: 1;
  color: #0a1f33;
}
.m-app-search-category-nav__list__tag,
.m-app-search-category-nav__list__icon {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.m-app-search-category-nav__list__tag li {
}
.m-app-search-category-nav__list__tag li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  border-radius: 18px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
}
.m-app-search-category-nav__list__tag li a .m-app-search-category-nav__list__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #0a1f33;
}
.m-app-search-category-nav__list__tag li + li {
  margin-left: 16px;
}
.m-app-search-category-nav__list__icon {
  margin-top: 32px;
}
.m-app-search-category-nav__list__icon li:nth-child(1) a .m-app-search-category-nav__list__text,
.m-app-search-category-nav__list__icon li:nth-child(3) a .m-app-search-category-nav__list__text {
  letter-spacing: -0.05em;
}
.m-app-search-category-nav__list__icon li a .m-app-search-category-nav__list__text {
  padding-top: 46px;
  font-size: 1.4rem;
  line-height: 1.14;
}
.m-app-search-category-nav__list__icon li {
}
.m-app-search-category-nav__list__icon li + li {
  margin-left: 32px;
}
.m-app-search-category-nav__list__icon li a {
  width: 40px;
  width: 78px;
  height: 40px;
  display: block;
}
.m-app-search-category-nav__list__icon li a.is-active {
  color: #0668c0;
}
.m-app-search-category-nav__list__icon li:nth-child(1) a {
  background: url(/corp/tool/assets-tool/images/icon-sp-off.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(2) a {
  background: url(/corp/tool/assets-tool/images/icon-pc-off.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(3) a {
  background: url(/corp/tool/assets-tool/images/icon-watch-off.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(1) a:hover {
  background: url(/corp/tool/assets-tool/images/icon-sp-hover.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(1) a.is-active {
  background: url(/corp/tool/assets-tool/images/icon-sp-on.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(2) a:hover {
  background: url(/corp/tool/assets-tool/images/icon-pc-hover.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(2) a.is-active {
  background: url(/corp/tool/assets-tool/images/icon-pc-on.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(3) a:hover {
  background: url(/corp/tool/assets-tool/images/icon-watch-hover.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__icon li:nth-child(3) a.is-active {
  background: url(/corp/tool/assets-tool/images/icon-watch-on.svg) no-repeat center 0;
  background-size: 40px; 
}
.m-app-search-category-nav__list__tag:first-of-type {
  margin-top: 32px;
  margin-bottom: 28px;
}
.m-app-search-category-nav__list__tag:first-of-type li a {
  width: 144px;
}
.m-app-search-category-nav__list__tag li a:hover {
  border: solid 1px #0668c0;
}
.m-app-search-category-nav__list__tag li a:hover .m-app-search-category-nav__list__text {
  color: #0668c0;
}
.m-app-search-category-nav__list__tag li a.is-active:hover .m-app-search-category-nav__list__text {
  color: #fff;
}
.m-app-search-category-nav__list__tag li a.is-active {
  background-color: #0668c0;
  border: solid 1px #0668c0;
}
.m-app-search-category-nav__list__tag li a.is-active .m-app-search-category-nav__list__text {
  color: #fff;
}

/* ----- m-app-card ----- */
.m-app-card-wrap {
}
.m-app-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.m-app-card .m-app-card__img {
  position: relative;
}
.m-app-card .m-app-card__img .m-app-card__device {
  position: absolute;
  top: 100px;
  left: 7px;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #616161;
}
.m-app-card .m-app-card__img .m-app-card__badgeWrap {
  position: absolute;
  top: 10px;
  right: 0;
}
.m-app-card .m-app-card__img .m-app-card__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.m-app-card .m-app-card__img .m-app-card__badge + .m-app-card__badge {
  margin-top: 8px;
}
.m-app-card__badgeFx {
  background-color: var(--color-service-fxneo);
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
.m-app-card__badgeCfd {
  background-color: var(--color-service-cfd);
  letter-spacing: 0.125em;
  margin-right: -0.125em;
}
.m-app-card__badgeKabu {
  background-color: var(--color-service-kabu);
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
.m-app-card__badgeFuop {
  background-color: #e65d8b;
}
.m-app-card.m-app-update .m-app-card__img::before {
  position: absolute;
  display: block;
  content: "";
  width: 68px;
  height: 30px;
  background: url(/corp/tool/assets-tool/images/badge-update.svg) no-repeat 0 0;
  background-size: 68px;
  top: 12px;
  left: 0;
  z-index: 1;
}
.m-app-card.m-app-icon-hatchukun365 .m-app-card__img::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/corp/tool/assets-tool/images/icon-hatchukun-365.svg) no-repeat 0 0;
  background-size: 30px;
  top: 81px;
  right: 12px;
}
.m-app-card.m-app-icon-hatchukun-cfd .m-app-card__img::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/corp/tool/assets-tool/images/icon-hatchukun-cfd.svg) no-repeat 0 0;
  background-size: 30px;
  top: 81px;
  right: 12px;
}
.m-app-card.m-app-icon-superhatchukun .m-app-card__img::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/corp/tool/assets-tool/images/icon-superhatchukun.svg) no-repeat 0 0;
  background-size: 30px;
  top: 81px;
  right: 12px;
}
.m-app-card .m-app-card__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  height: 61px;
}
.m-app-card .m-app-card__logo img {
  width: 192px;
}
@media print, screen and (min-width: 768px) {
  .m-ttl-page > .sub {
    margin: 72px auto 46px;
    line-height: 1.63;
    font-size: 16px;
  }

  /* ----- m-app-search ----- */
  .m-app-search {
    border-radius: 8px;
    margin: 0 auto 72px;
    padding: 32px 216px 36px;
  }
  .m-app-search__title {
    font-weight: bold;
  }
  /* ----- m-app-card ----- */
  .m-app-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1080px;
    margin: auto;
  }
  .m-app-card {
    cursor: pointer;
    width: 328px;
  }
  .m-app-card-wrap::after {
    display: block;
    content:"";
    width: 328px;
    height: 1px;
  }
  .m-app-card .m-app-card__img {
    overflow: hidden;
  }
  .m-app-card .m-app-card__img img {
    transition: transform .45s ease;
  }
  .m-app-card:hover .m-app-card__img img {
    transform: scale(1.1);
  }
  .m-app-card {
    margin-bottom: 48px;
  } 
  .m-bottom__link_wrap {
    margin: 0 0 72px;
  }
}

@media only screen and (max-width: 767.98px) {
  /* ----- m-app-search ----- */
  .m-ttl-page {
    padding: 32px 16px 16px;
  }
  .m-app-search {
    margin: 16px -16px 32px;
    padding: 32px 20px 36px;
  }
  .m-app-search__title {
    margin: 0;
  }
  .m-app-search-category-nav {
    width: 320px;
    margin: auto;
  }
  .m-app-search-category-nav__list__tag:nth-child(2) {
    justify-content: flex-start;
  }
  .m-app-search-category-nav__list__tag li + li {
    margin-bottom: 16px;
  }
  .m-app-search-category-nav__list__tag li + li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .m-app-search-category-nav__list__icon {
    margin-top: 16px;
  }
  /* ----- m-app-card ----- */
  .m-app-card-wrap {
  }
  .m-app-card {
    margin-top: 32px;
  }
  .m-app-card .m-app-card__img img {
    width: 100%;
  }
  .m-heading6--center {
    margin: 46px 0 6px;
  }
  .m-bottom__link_wrap {
    margin: 46px 0;
  }
  .m-app-card .m-app-card__img .m-app-card__device {
    top: auto;
    bottom: 2vw;
    left: 2vw;
  }
  .m-app-card.m-app-icon-hatchukun-cfd .m-app-card__img::after,
  .m-app-card.m-app-icon-superhatchukun .m-app-card__img::after,
  .m-app-card.m-app-icon-hatchukun365 .m-app-card__img::after {
    top: auto;
    bottom: 3vw;
  }
}

.m-bottom__link_wrap {
  text-align: center;
}
.m-bottom__link {
  position: relative;
}
.m-bottom__link::before {
  position: absolute;
  margin: auto;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  border-top: 1px solid #9da4ab;
  border-right: 1px solid #9da4ab;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -15px;
  top: 0;
  bottom: 0;
}

