@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
}

.tax-standard_apps_cat .p-breadcrumbs-wrapper,
.tax-plus_apps_cat .p-breadcrumbs-wrapper,
.tax-admin_cat .p-breadcrumbs-wrapper,
.tax-standard_apps_admin_cat .p-breadcrumbs-wrapper,
.tax-plus_apps_admin_cat .p-breadcrumbs-wrapper,
.tax-faq_standard_apps_cat .p-breadcrumbs-wrapper,
.tax-faq_plus_apps_cat .p-breadcrumbs-wrapper,
.tax-faq_other_cat .p-breadcrumbs-wrapper,
.tax-faq_admin_cat .p-breadcrumbs-wrapper,
.single-standard-apps .p-breadcrumbs-wrapper,
.single-plus-apps .p-breadcrumbs-wrapper,
.single-admin .p-breadcrumbs-wrapper,
.single-standard-apps-admin .p-breadcrumbs-wrapper,
.single-plus-apps-admin .p-breadcrumbs-wrapper,
.single-faq-standard-apps .p-breadcrumbs-wrapper,
.single-faq-plus-apps .p-breadcrumbs-wrapper,
.single-faq-other .p-breadcrumbs-wrapper,
.single-faq-admin .p-breadcrumbs-wrapper,
.page-template-contact-one-column .p-breadcrumbs-wrapper,
.page-template-page-contact .p-breadcrumbs-wrapper,
.search-results .p-breadcrumbs-wrapper,
.search-no-results .p-breadcrumbs-wrapper,
.error404 .p-breadcrumbs-wrapper {
  max-width: 904px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-template-contact-one-column .p-breadcrumbs-wrapper {
    padding: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .single-releasenotes {
    font-size: 0.75rem;
  }
}

.single-releasenotes .p-breadcrumbs-wrapper {
  max-width: 1038px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .single-standard-apps,
  .single-plus-apps,
  .single-admin,
  .single-faq-standard-apps,
  .single-faq-plus-apps,
  .single-faq-admin,
  .single-faq-other {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .single-standard-apps .c-container,
  .single-plus-apps .c-container,
  .single-admin .c-container,
  .single-faq-standard-apps .c-container,
  .single-faq-plus-apps .c-container,
  .single-faq-admin .c-container,
  .single-faq-other .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-standard-apps .c-container .p-breadcrumbs-wrapper,
.single-plus-apps .c-container .p-breadcrumbs-wrapper,
.single-admin .c-container .p-breadcrumbs-wrapper,
.single-faq-standard-apps .c-container .p-breadcrumbs-wrapper,
.single-faq-plus-apps .c-container .p-breadcrumbs-wrapper,
.single-faq-admin .c-container .p-breadcrumbs-wrapper,
.single-faq-other .c-container .p-breadcrumbs-wrapper {
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
}

@media screen and (min-width: 768px) {
  .single-standard-apps .c-container .p-breadcrumbs-wrapper,
  .single-plus-apps .c-container .p-breadcrumbs-wrapper,
  .single-admin .c-container .p-breadcrumbs-wrapper,
  .single-faq-standard-apps .c-container .p-breadcrumbs-wrapper,
  .single-faq-plus-apps .c-container .p-breadcrumbs-wrapper,
  .single-faq-admin .c-container .p-breadcrumbs-wrapper,
  .single-faq-other .c-container .p-breadcrumbs-wrapper {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .single-standard-apps .c-container .p-breadcrumbs-wrapper,
  .single-plus-apps .c-container .p-breadcrumbs-wrapper,
  .single-admin .c-container .p-breadcrumbs-wrapper,
  .single-faq-standard-apps .c-container .p-breadcrumbs-wrapper,
  .single-faq-plus-apps .c-container .p-breadcrumbs-wrapper,
  .single-faq-admin .c-container .p-breadcrumbs-wrapper,
  .single-faq-other .c-container .p-breadcrumbs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-standard-apps .c-entry__content.p-entry-content .wp-block-image img,
.single-plus-apps .c-entry__content.p-entry-content .wp-block-image img,
.single-admin .c-entry__content.p-entry-content .wp-block-image img,
.single-faq-standard-apps .c-entry__content.p-entry-content .wp-block-image img,
.single-faq-plus-apps .c-entry__content.p-entry-content .wp-block-image img,
.single-faq-admin .c-entry__content.p-entry-content .wp-block-image img,
.single-faq-other .c-entry__content.p-entry-content .wp-block-image img {
  border: 2px solid #efefef;
}

.c-breadcrumbs a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-breadcrumbs a:active, .c-breadcrumbs a:focus, .c-breadcrumbs a:hover {
  color: #007bc3;
  text-decoration: none !important;
}

.wp-block-image img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.l-cydas-1row-header .c-row--margin {
  margin: 0;
}

.c-pagination__item-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-no-words .c-input-group__field input,
.search-no-results .c-input-group__field input {
  border-radius: 3px 0 0 3px;
  line-height: 1;
  padding: 8px 4px 8px 4px;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .search-no-words .c-input-group__field input,
  .search-no-results .c-input-group__field input {
    font-size: 1rem;
    padding: 10px 4px 10px 4px;
  }
}

.search-no-words .c-input-group__btn,
.search-no-results .c-input-group__btn {
  border-radius: 0 3px 3px 0;
}

.top-mv {
  width: 100%;
  max-width: 100%;
  height: 204px;
  max-height: 696px;
  background: url("../img/top/top-mv-photo.jpg");
  background-position: right center;
  background-size: cover;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-mv {
    height: 480px;
    max-height: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .top-mv {
    height: 696px;
    max-height: 400px;
  }
}

.top-mv > .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/top/top-mv-cover.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .top-mv > .inner {
    /* max-width: 1152px; */
    /* width: 1152px; */
  }
}

.top-mv .title {
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: bold;
  width: 92%;
}

@media screen and (min-width: 768px) {
  .top-mv .title {
    width: 100%;
    padding-top: 128px;
    text-align: center;
    margin-left: 0;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .top-mv .title {
    font-size: 1.875rem;
  }
}

.top-apps {
  margin-top: 0 !important;
}

.top-apps > .inner {
  max-width: 1152px;
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .top-apps > .inner {
    width: 83.3%;
    padding: 64px 0;
  }
}

@media screen and (min-width: 1024px) {
  .top-apps > .inner {
    padding: 96px 0 84px;
  }
}

.top-apps .lead {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto 32px auto;
  width: 74%;
}

@media screen and (min-width: 768px) {
  .top-apps .lead {
    font-size: 1.2rem;
    width: 80%;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .top-apps .lead {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 38px auto;
    width: 61%;
  }
}

@media screen and (min-width: 1200px) {
  .top-apps .lead {
    width: 100%;
  }
}

.top-apps .list-wrap {
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-apps .list-wrap {
    margin: 0 auto 32px;
  }
}

@media screen and (min-width: 1024px) {
  .top-apps .list-wrap {
    margin: 0 auto 40px;
  }
}

.top-apps .list-wrap:last-of-type {
  margin: 0 auto;
}

.top-apps .list-wrap > .title {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .top-apps .list-wrap > .title {
    margin-bottom: 12px;
  }
}

.top-apps .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .top-apps .list {
    margin: 0 -20px;
    max-width: 540px;
  }
}

@media screen and (min-width: 1024px) {
  .top-apps .list {
    width: 100%;
    max-width: 1000px;
  }
}

.top-apps .list > .item {
  list-style: none;
  margin: 8px;
  width: calc((100% - 48px) / 3);
}

@media screen and (min-width: 1024px) {
  .top-apps .list > .item {
    margin: 20px;
    width: 160px;
  }
}

.top-apps .list > .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  padding-top: 100%;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.top-apps .list > .item a:hover {
  background-color: #e7f1fd;
  border: 1px solid #e7f1fd;
}

.top-apps .list > .item a > img {
  position: absolute;
  top: 16px;
  display: block;
  width: 32px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .top-apps .list > .item a > img {
    top: 20%;
    width: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .top-apps .list > .item a > img {
    top: 32px;
  }
}

.top-apps .list > .item a > .app-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  color: #333;
  font-size: 0.75rem;
  padding: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .top-apps .list > .item a > .app-name {
    font-size: 0.875rem;
  }
}

.top-people-lab {
  padding: 40px 0;
  margin-top: 0 !important;
  border-top: 1px solid #dcdcdc;
}

@media screen and (min-width: 768px) {
  .top-people-lab {
    padding: 56px 0;
  }
}

.top-people-lab > .inner {
  max-width: calc(100% - 24px);
  width: 87%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .top-people-lab > .inner {
    max-width: 720px;
  }
}

@media screen and (min-width: 1024px) {
  .top-people-lab > .inner {
    width: 82%;
  }
}

@media screen and (min-width: 1200px) {
  .top-people-lab > .inner {
    width: 64%;
  }
}

.top-people-lab .icon-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-people-lab .icon-box {
    width: 30%;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .top-people-lab .icon-box {
    width: 25%;
    padding-right: 0;
    max-width: 184px;
  }
}

.top-people-lab .icon-box > img {
  display: block;
  max-width: 160px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .top-people-lab .icon-box > img {
    margin: 0 auto 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .top-people-lab .icon-box > img {
    width: 80px;
    height: auto;
    margin: 0 auto 16px;
  }
}

.top-people-lab .text-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .top-people-lab .text-box {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .top-people-lab .text-box {
    width: 75%;
  }
}

.top-people-lab .text-box > .title {
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-people-lab .text-box > .title {
    font-size: 1.25rem;
    text-align: start;
  }
}

@media screen and (min-width: 1024px) {
  .top-people-lab .text-box > .title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.top-people-lab .text-box > .text {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .top-people-lab .text-box > .text {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .top-people-lab .text-box > .text {
    font-size: 0.75rem;
  }
}

.top-people-lab .text-box > .link {
  color: #007bc3;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .top-people-lab .text-box > .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: block;
  }
}

.top-people-lab .text-box > .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 5px;
  background: url("../img/top/top-link-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-people-lab .text-box > .link:hover {
  opacity: 0.8;
}

.top-people-lab .text-box > .link:hover::after {
  -webkit-transform: translateX(4px) translateY(-50%);
          transform: translateX(4px) translateY(-50%);
}

.top-user-summit {
  margin-top: 0 !important;
  border-top: 1px solid #dcdcdc;
}

.top-user-summit > .inner {
  position: relative;
  max-width: calc(100% - 24px);
  width: 87%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .top-user-summit > .inner {
    max-width: 1085px;
    width: 85%;
  }
}

.top-user-summit > .inner > .img--01 {
  position: absolute;
  left: -2%;
  width: 64px;
  height: auto;
  display: block;
  bottom: 9px;
}

@media screen and (min-width: 768px) {
  .top-user-summit > .inner > .img--01 {
    top: 100px;
    bottom: 0;
    left: 56%;
    width: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .top-user-summit > .inner > .img--01 {
    top: 85px;
    left: 51%;
    width: 164px;
  }
}

.top-user-summit > .inner > .img--02 {
  position: absolute;
  top: -10px;
  right: -12%;
  width: 104px;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-user-summit > .inner > .img--02 {
    top: 20px;
    right: 0;
    bottom: 0;
    left: 70%;
    width: 144px;
  }
}

@media screen and (min-width: 1024px) {
  .top-user-summit > .inner > .img--02 {
    top: -7px;
    left: 67%;
    width: 225px;
  }
}

.top-user-summit > .inner > .img--03 {
  position: absolute;
  right: 12%;
  width: 49px;
  height: auto;
  display: block;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .top-user-summit > .inner > .img--03 {
    top: 130px;
    right: 0;
    bottom: 0;
    left: 92%;
    width: 85px;
  }
}

@media screen and (min-width: 1024px) {
  .top-user-summit > .inner > .img--03 {
    left: 89%;
    width: 107px;
    top: 151px;
  }
}

.top-user-summit .text-box {
  width: 100%;
  padding: 55px 0 52px;
}

@media screen and (min-width: 768px) {
  .top-user-summit .text-box {
    width: 61%;
    padding: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .top-user-summit .text-box {
    padding: 90px 48px 88px;
    width: 49%;
  }
}

.top-user-summit .text-box > .title {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-user-summit .text-box > .title {
    font-size: 1.25rem;
    text-align: start;
  }
}

@media screen and (min-width: 1024px) {
  .top-user-summit .text-box > .title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}

.top-user-summit .text-box > .text {
  font-size: 0.75rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .top-user-summit .text-box > .text {
    margin-bottom: 16px;
  }
}

.top-user-summit .text-box > .link {
  color: #007bc3;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .top-user-summit .text-box > .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: block;
  }
}

.top-user-summit .text-box > .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 5px;
  background: url("../img/top/top-link-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-user-summit .text-box > .link:hover {
  opacity: 0.8;
}

.top-user-summit .text-box > .link:hover::after {
  -webkit-transform: translateX(4px) translateY(-50%);
          transform: translateX(4px) translateY(-50%);
}

.admin-password-form {
  margin: 120px auto;
  width: calc(100% - 30px);
}

@media screen and (min-width: 1024px) {
  .admin-password-form {
    width: 80%;
    max-width: 1152px;
  }
}

.admin-password-form .c-input-group {
  max-width: 600px;
}

.support-eyecatch {
  background: url("../img/support/support-mv-img-01.jpg");
  width: 100%;
  max-width: 100%;
  height: 204px;
  max-height: 696px;
  background-position: center right 60%;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .support-eyecatch {
    background: url("../img/support/support-mv-img-01.jpg") no-repeat center right;
    height: 400px;
    max-height: 400px;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .support-eyecatch {
    background: url("../img/support/support-mv-img-01.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1520px) {
  .support-eyecatch {
    background-position: center right;
  }
}

.support-eyecatch > .inner {
  margin: 0 auto;
  max-width: 1152px;
}

.support-eyecatch > .inner .title {
  padding-top: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  max-width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
  .support-eyecatch > .inner .title {
    width: 100%;
    padding-top: 160px;
    font-size: 1.5rem;
    width: 70.8%;
  }
}

@media screen and (min-width: 1024px) {
  .support-eyecatch > .inner .title {
    font-size: 1.875rem;
  }
}

.support-contents {
  margin-top: 0 !important;
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .support-contents {
    margin-bottom: 240px;
  }
}

.support-contents > .inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .support-contents > .inner {
    max-width: 1544px;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .support-contents > .inner {
    width: 80.4%;
  }
}

.support-contents .column {
  padding: 0 5% 48px;
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .support-contents .column {
    padding: 0 2.5%;
    width: 50%;
    margin-top: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .support-contents .column {
    padding: 0 42px;
    max-width: 500px;
    margin-top: 88px;
  }
}

@media screen and (max-width: 767px) {
  .support-contents .column {
    border-bottom: 1px solid #dcdcdc;
  }
  .support-contents .column:last-of-type {
    border: 0;
  }
}

.support-contents .column:first-of-type {
  position: relative;
}

@media screen and (min-width: 768px) {
  .support-contents .column:first-of-type::after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: -0.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.support-contents .column > .title {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .support-contents .column > .title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    line-height: 1.75;
  }
}

.support-contents .column > .text {
  font-size: 0.875rem;
  line-height: 1.57;
}

@media screen and (min-width: 1024px) {
  .support-contents .column > .text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.support-contents .contact-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-contents .contact-link-wrap .mail-link {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
  margin: 32px 0 0;
  background: #007bc3;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  border-radius: 38px;
  text-align: center;
  padding: 9px 24px;
  max-height: 40px;
}

@media screen and (min-width: 1024px) {
  .support-contents .contact-link-wrap .mail-link {
    margin: 40px 0 0;
    padding: 8px 32px;
  }
}

.support-contents .contact-link-wrap .mail-link:hover {
  opacity: 0.8;
}

.support-contents .contact-link-wrap .mail-link .icon {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 8px;
}

.support-contents .contact-link-wrap .contact-img {
  display: block;
}

@media screen and (max-width: 767px) {
  .support-contents .contact-link-wrap .contact-img {
    max-width: 40%;
  }
}

.support-contents .reception-hours {
  margin-top: 18px;
  color: #007bc3;
  font-weight: bold;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .support-contents .reception-hours {
    font-size: 0.875rem;
  }
}

.support-contents .reception-hours > .title {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .support-contents .reception-hours > .title {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .support-contents .reception-hours > .title {
    margin-bottom: 4px;
  }
}

.support-contents .reception-hours > .hours {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .support-contents .reception-hours > .hours {
    font-size: 0.875rem;
  }
}

.support-contents .reception-hours > .note {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .support-contents .reception-hours > .note {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .support-contents .reception-hours > .note {
    display: block;
  }
}

.support-contents .tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007bc3;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  width: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .support-contents .tel-link {
    margin-top: 10px;
  }
}

.support-contents .tel-link:hover {
  opacity: 0.8;
}

.support-contents .tel-link > .tel-icon {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: auto;
  margin-top: 0;
}

.releasenotes-eyecatch {
  background: url("../img/releasenotes/releasenotes-mv-img-01.jpg");
  width: 100%;
  max-width: 100%;
  height: 204px;
  background-size: cover;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .releasenotes-eyecatch {
    height: 400px;
    max-height: 400px;
    background-position: center;
    background-size: cover;
  }
}

.releasenotes-eyecatch > .title {
  padding-top: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .releasenotes-eyecatch > .title {
    width: 100%;
    padding-top: 120px;
    font-size: 1.5rem;
    width: 70.8%;
    max-width: calc(100% - 50px);
  }
}

@media screen and (min-width: 1024px) {
  .releasenotes-eyecatch > .title {
    font-size: 1.875rem;
    max-width: 1360px;
  }
}

.releasenotes-archive {
  max-width: 1320px;
  width: calc(100% - 30px);
  margin: 24px auto 360px !important;
}

@media screen and (min-width: 1024px) {
  .releasenotes-archive {
    max-width: 992px;
    width: 86%;
    margin: 88px auto 360px !important;
  }
}

.releasenotes-archive > .list {
  list-style: none;
  margin-left: 0;
}

.releasenotes-archive .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .releasenotes-archive .list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
  }
}

.releasenotes-archive .list-item:last-of-type {
  border: 0;
}

.releasenotes-archive .date-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .releasenotes-archive .date-block {
    margin-bottom: 0;
  }
}

.releasenotes-archive .date-block .date {
  font-size: 0.75rem;
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .releasenotes-archive .date-block .date {
    margin-right: 24px;
  }
}

.releasenotes-archive .date-block .cat {
  display: inline-block;
  padding: 0px 4px;
  line-height: 1rem;
  font-size: 0.625rem;
  font-weight: bold;
  background: #dcdcdc;
  border-radius: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .releasenotes-archive .date-block .cat {
    margin-right: 16px;
    min-width: 64px;
    min-height: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .releasenotes-archive .date-block .cat {
    margin-right: 24px;
  }
}

.releasenotes-archive .date-block .cat-other {
  background: #999999;
}

.releasenotes-archive .date-block .cat-mainte {
  background: #007bc3;
}

.releasenotes-archive .date-block .cat-release {
  background: #45d1d1;
}

.releasenotes-archive .date-block .cat-news {
  background: #f7a66a;
}

.releasenotes-archive .link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-decoration: none;
}

.releasenotes-archive .link > .title {
  font-size: 0.875rem;
  font-weight: normal;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.releasenotes-archive .link:hover .title {
  color: #007bc3;
}

.category-list-wrap {
  display: inline-block;
  position: relative;
}

.category-list-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.category-list-wrap + .category-list-wrap {
  margin-left: 16px;
}

.category-list {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 12px 36px 12px 10px;
  color: #666;
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 144px;
  background: #fff;
}

.category-select-block {
  margin-bottom: 48px;
}

.no-posts-message {
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .no-posts-message {
    font-size: 0.875rem;
  }
}

.single-releasenotes .releasenotes-contents-wrap {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .single-releasenotes .releasenotes-contents-wrap {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap {
  width: 100%;
  margin-top: 18px;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block {
  line-height: 1;
  margin-bottom: 6px;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .date {
  font-size: 0.75rem;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat {
  display: inline-block;
  padding: 0px 4px;
  line-height: 1rem;
  font-size: 0.625rem;
  font-weight: bold;
  background: #dcdcdc;
  border-radius: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  text-align: center;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat {
    min-width: 64px;
    min-height: 16px;
  }
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat-other {
  background: #999999;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat-mainte {
  background: #007bc3;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat-release {
  background: #45d1d1;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .date-block .cat-news {
  background: #f7a66a;
}

.single-releasenotes .releasenotes-contents-wrap .article-wrap .title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .single-releasenotes .releasenotes-contents-wrap .article-wrap .title {
    font-size: 1.125rem;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}

.post-type-archive-releasenotes .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}

.post-type-archive-releasenotes .nav-links .page-numbers {
  color: #007bc3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  display: block;
  padding: 0 4px;
  margin: 0 4px;
}

.post-type-archive-releasenotes .nav-links .page-numbers:hover {
  opacity: 0.8;
}

.post-type-archive-releasenotes .nav-links .page-numbers.current {
  font-weight: bold;
}

.web-contact .web-contact-lede {
  border-bottom: 1px solid #dcdcdc;
}

.web-contact .web-contact-lede .inner {
  position: relative;
  background: url("../img/web-contact/web-contact-header.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 28px 0 160px 8px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .web-contact .web-contact-lede .inner {
    padding: 56px 0 38px 110px;
  }
}

@media screen and (min-width: 1024px) {
  .web-contact .web-contact-lede .inner {
    max-width: 770px;
  }
}

.web-contact .web-contact-lede .title {
  font-size: 1rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .web-contact .web-contact-lede .title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

.web-contact .web-contact-lede .lede-text {
  font-size: 0.875rem;
}

.web-contact .web-contact-form-wrap {
  max-width: 550px;
  margin: 0 auto 80px;
  padding: 0 8px;
}

.web-contact .web-contact-form {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .web-contact .web-contact-form {
    margin-top: 80px;
  }
}

.web-contact .web-contact-form .heading {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .web-contact .web-contact-form .heading {
    margin-top: 30px;
    font-size: 1rem;
  }
}

.web-contact .web-contact-form .heading label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-contact .web-contact-form .heading .label-required {
  background: #fc9c95;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border-radius: 2px;
  width: 38px;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 3px;
  margin-left: 8px;
}

.web-contact .web-contact-form .file-desc {
  font-size: 0.625rem;
  color: #666;
  margin-bottom: 4px;
}

.web-contact .web-contact-form .file-notes {
  display: inline-block;
  background: #f8f8f8;
  color: #999999;
  font-size: 0.625rem;
  padding: 8px 12px;
  margin-bottom: 12px;
  max-width: 100%;
}

.web-contact .web-contact-form .wpcf7-text,
.web-contact .web-contact-form .wpcf7-textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  .web-contact .web-contact-form .wpcf7-text {
    padding: 5px calc(var(--_space, 1.76923rem) * 0.5);
  }
}

.web-contact .web-contact-form .wpcf7-not-valid {
  border: 1px solid #ed5d5d;
}

.web-contact .web-contact-form .wpcf7-not-valid-tip {
  color: #ed5d5d;
  font-size: 0.75rem;
}

.web-contact .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #ed5d5d;
  border-radius: 2px;
  font-size: 0.875rem;
  text-align: center;
}

.web-contact .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #007bc3;
  border-radius: 2px;
  font-size: 0.875rem;
  text-align: center;
  display: none;
  visibility: hidden;
}

.web-contact .wpcf7-form-control-wrap .your-topic {
  display: block;
}

.web-contact #your-topic-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px;
}

.web-contact #your-topic-radio .wpcf7-list-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(50% - 16px);
  margin: 8px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .web-contact #your-topic-radio .wpcf7-list-item {
    width: calc(33% - 16px);
  }
}

.web-contact #your-topic-radio .wpcf7-list-item label {
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  height: 100%;
  text-align: center;
}

.web-contact #your-topic-radio input {
  display: none;
}

.web-contact #your-topic-radio .wpcf7-list-item-label {
  font-weight: bold;
  font-size: 0.75rem;
}

.web-contact #your-topic-radio .wpcf7-list-item input + span::before {
  -webkit-transform: translateY(-50%);
  border: 1px solid #007bc3;
  border-radius: 3px;
  content: '';
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web-contact #your-topic-radio .wpcf7-list-item input + span::after {
  -webkit-transform: translateY(-50%);
  background: #e7f1fd;
  border: 1px solid transparent;
  border-radius: 3px;
  content: '';
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web-contact #your-topic-radio .wpcf7-list-item input:checked + span::before {
  opacity: 1;
}

.web-contact #your-topic-radio .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(n):before {
  display: block;
  margin: 8px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(1):before {
  content: url("../img/web-contact/contact-topic-number-01.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(2):before {
  content: url("../img/web-contact/contact-topic-number-02.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(3):before {
  content: url("../img/web-contact/contact-topic-number-03.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(4):before {
  content: url("../img/web-contact/contact-topic-number-04.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(5):before {
  content: url("../img/web-contact/contact-topic-number-05.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(6):before {
  content: url("../img/web-contact/contact-topic-number-06.svg");
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(n) label:before {
  content: '';
  display: block;
  margin: 0 0 33px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(n) label:after {
  content: '';
  width: 100%;
  height: 94px;
  display: inline-block;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(1) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-01.svg") no-repeat;
  background-position: 50% 50%;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(2) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-02.svg") no-repeat;
  background-position: 50% 50%;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(3) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-03.svg") no-repeat;
  background-position: 50% 50%;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(4) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-04.svg") no-repeat;
  background-position: 50% 50%;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(5) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-05.svg") no-repeat;
  background-position: 50% 50%;
}

.web-contact #your-topic-radio .wpcf7-list-item:nth-of-type(6) label:after {
  content: '';
  background: url("../img/web-contact/contact-topic-radio-06.svg") no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .web-contact #your-reply-method .wpcf7-list-item {
    display: block;
  }
}

.web-contact #your-reply-method .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .web-contact #your-reply-method .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
  }
}

.web-contact .form-note {
  background: #f8f8f8;
  padding: 8px 12px;
}

.web-contact .form-note .text {
  color: #999999;
  font-size: 0.625rem;
  display: inline-block;
  letter-spacing: 0;
}

.web-contact .your-topic-note .text {
  color: #333;
}

.web-contact .you-account-type-note {
  margin-top: 8px;
}

.web-contact .your-reply-method-note {
  margin-left: 204px;
}

@media screen and (max-width: 767px) {
  .web-contact .your-reply-method-note {
    margin-left: 0;
  }
}

.web-contact #your-account-type .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 32px;
}

.web-contact #your-reply-method input,
.web-contact #your-account-type input {
  display: none;
}

.web-contact #your-reply-method .wpcf7-list-item,
.web-contact #your-account-type .wpcf7-list-item {
  margin-left: 0;
}

.web-contact #your-reply-method .wpcf7-list-item input + span,
.web-contact #your-account-type .wpcf7-list-item input + span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .web-contact #your-reply-method .wpcf7-list-item input + span,
  .web-contact #your-account-type .wpcf7-list-item input + span {
    font-size: 0.875rem;
  }
}

.web-contact #your-reply-method .wpcf7-list-item input + span::before,
.web-contact #your-account-type .wpcf7-list-item input + span::before {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  content: '';
  height: 16px;
  width: 16px;
  top: 56%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 1;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web-contact #your-reply-method .wpcf7-list-item input + span::after,
.web-contact #your-account-type .wpcf7-list-item input + span::after {
  background: #45d1c9;
  border: 1px solid transparent;
  border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web-contact #your-reply-method .wpcf7-list-item input:checked + span::before,
.web-contact #your-account-type .wpcf7-list-item input:checked + span::before {
  border: 1px solid #45d1c9;
}

.web-contact #your-reply-method .wpcf7-list-item input:checked + span::after,
.web-contact #your-account-type .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.web-contact .your-file .your-file-label {
  display: inline-block;
  background: #22aee5;
  width: 164px;
  height: 40px;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 8px 8px 8px 32px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .web-contact .your-file .your-file-label {
    font-size: 0.875rem;
  }
}

.web-contact .your-file .your-file-label::before {
  content: '';
  background: url("../img/web-contact/contact-your-file-icon.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 8px;
  height: 24px;
  width: 24px;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.web-contact .your-file input[type='file'] {
  display: none;
}

.web-contact .your-file-name-wrap {
  border: 1px solid #dcdcdc;
  width: calc(100% - 167px);
  padding: 4px 16px;
  min-height: 40px;
}

.web-contact .your-file-name-wrap .your-file-name {
  font-size: 0.75rem;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .web-contact .your-file-name-wrap .your-file-name {
    font-size: 0.875rem;
  }
}

.web-contact .your-file-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.web-contact .wpcf7-submit[type='submit'] {
  display: block;
  margin: 50px auto 0 auto;
  background: #007bc3;
  width: 160px;
  height: 40px;
  border-radius: 55px;
  font-weight: bold;
  color: #fff;
  padding: 12px 40px;
  font-size: 0.875rem;
  outline: none;
}

.web-contact .wpcf7-submit:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(34, 174, 229, 0.4);
          box-shadow: 0 0 0 2px rgba(34, 174, 229, 0.4);
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.web-contact .sent-message {
  display: none;
  visibility: hidden;
  border: 1px solid #dcdcdc;
  padding: 20px 16px;
  border-radius: 2px;
}

.web-contact .sent-message .title {
  font-size: 1.5rem;
}

.web-contact .sent-message .message {
  margin-top: 24px;
  font-size: 0.875rem;
  color: #666;
}

.web-contact .sent-message .mail-address {
  margin-top: 24px;
  color: #22aee5;
  font-size: 1rem;
  font-style: normal;
}

.web-contact .wpcf7-form.sent .web-contact-form,
.web-contact .wpcf7-form.sent .wpcf7-submit[type='submit'] {
  display: none;
  visibility: hidden;
}

.web-contact .wpcf7-form.sent .sent-message {
  display: block;
  visibility: visible;
}

.unauthentication,
.login-error {
  background: url("../img/common/login-bg-img.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.unauthentication > .inner,
.login-error > .inner {
  width: 340px;
  margin: auto;
  text-align: center;
}

.unauthentication > .inner .logo,
.login-error > .inner .logo {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .unauthentication > .inner .logo,
  .login-error > .inner .logo {
    margin-bottom: 68px;
  }
}

.unauthentication > .inner .title,
.login-error > .inner .title {
  font-size: 1.125rem;
  margin-bottom: 18px;
  font-weight: normal;
  color: #333;
}

.unauthentication > .inner .text,
.login-error > .inner .text {
  line-height: 1.57;
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #666;
}

.unauthentication .link,
.login-error .link {
  color: #007bc3;
  font-size: 0.875rem;
  margin-top: 32px;
  display: inline-block;
}

.hr-admin-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: url("../img/common/login-bg-img.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.hr-admin-login > .container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
}

.hr-admin-login .form-wrapper {
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.3);
          box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.3);
  border-radius: 2px;
  padding: 32px 40px 42px;
}

.hr-admin-login .form {
  max-width: 352px;
  margin: auto;
}

.hr-admin-login .logo {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .hr-admin-login .logo {
    margin-bottom: 42px;
  }
}

.hr-admin-login .input-wrap:not(:first-of-type) {
  margin-top: 24px;
}

.hr-admin-login .input-wrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hr-admin-login .input-wrap input {
  width: 100%;
  padding: 0 8px;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

.hr-admin-login .input-wrap input:focus {
  border: 1px solid #007bc3;
}

.hr-admin-login .alert > .text {
  color: #ed5d5d;
  font-size: 0.75rem;
}

.hr-admin-login .login-btn {
  margin-top: 40px;
  padding: 8px 54px;
  color: #fff;
  font-weight: bold;
  background-color: #007bc3 !important;
  border-radius: 55px !important;
}

.hr-admin-login .forgot-password {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 12px;
}

.hr-admin-login .forgot-password a {
  color: #007bc3;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hr-admin-login .forgot-password a:hover {
  opacity: 0.8;
}

.hr-admin-login .privacy-policy-text {
  margin-top: 16px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #333;
  text-align: justify;
}

.hr-admin-login .privacy-policy-text a {
  color: #007bc3;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hr-admin-login .privacy-policy-text a:hover {
  opacity: 0.8;
}

.custom-logo {
  width: auto !important;
  height: 20px !important;
  margin: 12px 8px 12px 0;
}

@media screen and (min-width: 768px) {
  .custom-logo {
    height: 24px !important;
    margin: 20px;
  }
}

.l-header--sticky-lg.cydas-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.l-header--sticky-lg.cydas-header .c-container {
  max-width: 1400px;
  width: 100%;
  width: calc(100% - 16px);
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .l-header--sticky-lg.cydas-header .c-container {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 575px) {
  .l-header--sticky-lg.cydas-header .c-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-header--sticky-lg.cydas-header .c-navbar__item {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  position: relative;
}

.l-header--sticky-lg.cydas-header .c-navbar__item::after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  background: #dcdcdc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header--sticky-lg.cydas-header .c-navbar__item:first-of-type::after {
  content: none;
}

.l-header--sticky-lg.cydas-header .p-global-nav .c-navbar__item > a {
  color: #666;
  font-size: 0.75rem;
  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .l-header--sticky-lg.cydas-header .p-global-nav .c-navbar__item > a {
    font-size: 0.875rem;
  }
}

.l-header--sticky-lg.cydas-header .p-global-nav .c-navbar__item > a:hover {
  color: #007bc3;
}

.l-header--sticky-lg.cydas-header .l-cydas-1row-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header--sticky-lg.cydas-header .l-cydas-1row-header__content .icon {
  height: 16px;
  width: auto;
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .l-header--sticky-lg.cydas-header .l-cydas-1row-header__content .icon {
    height: 20px;
    margin-right: 4px;
  }
}

.l-header--sticky-lg.cydas-header .l-cydas-1row-header__content .translator-title {
  font-size: 0.625rem;
  line-height: 1;
  color: #666;
  display: none;
}

@media screen and (min-width: 1200px) {
  .l-header--sticky-lg.cydas-header .l-cydas-1row-header__content .translator-title {
    display: block;
    font-size: 0.75rem;
    margin-right: 4px;
  }
}

.l-header {
  overflow: visible !important;
}

#menu-body {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}

#menu-body .menu-body-btn {
  display: block;
  width: 24px;
  height: 24px;
  margin: 16px 16px 16px auto;
  font-size: 0;
  position: relative;
  padding: 0;
  border: 0;
  background: 0;
}

#menu-body .menu-body-btn::before, #menu-body .menu-body-btn::after {
  content: "";
  background: #007bc3;
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

#menu-body .menu-body-btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#menu-body .menu-body-btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#menu-body .accordion-menu {
  width: 100%;
  width: 280px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 4px;
}

#menu-body .accordion-menu .menu-name,
#menu-body .accordion-menu > .menu-item > a {
  cursor: pointer;
  display: block;
  padding: 15px 32px 15px 13px;
  color: #666;
  font-size: 0.875rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}

#menu-body .accordion-menu .menu-name:hover,
#menu-body .accordion-menu > .menu-item > a:hover {
  background: #e7f1fd;
}

#menu-body .accordion-menu .menu-name::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#menu-body .accordion-menu .menu-item {
  border-top: 1px solid #dcdcdc;
}

#menu-body .accordion-menu .menu-item:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

#menu-body .accordion-menu li .menu-name {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#menu-body .accordion-menu li.open .menu-name {
  border-bottom: 1px solid #dcdcdc;
}

#menu-body .accordion-menu li:last-child .menu-name {
  border-bottom: 0;
}

#menu-body .accordion-menu li.open .menu-name {
  color: #333;
}

#menu-body .accordion-menu li.open .menu-name::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-body .sub-menu {
  display: none;
  list-style: none;
  margin-left: 0;
  padding-bottom: 15px;
}

#menu-body .sub-menu .sub-menu-name {
  color: #999999;
  font-size: 0.75rem;
  padding: 15px 0 2px 18px;
}

#menu-body .sub-menu-list {
  margin-left: 0;
}

#menu-body .sub-menu-list .item {
  display: block;
}

#menu-body .sub-menu-list .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #666;
  font-size: 0.875rem;
  padding: 12px 12px 12px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-body .sub-menu-list .item-link:hover {
  background: #e7f1fd;
}

#menu-body .sub-menu-list .item-link .icon {
  height: auto;
  width: 24px;
  margin-right: 11px;
}

.nav-open #menu-body {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

#menu-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  display: block;
  height: 40px;
  width: 36px;
  padding: 0;
  margin-top: 8px;
  margin-left: auto;
  margin-right: 14px;
  border: 0;
  cursor: pointer;
}

#menu-btn .header-menu-btn {
  position: relative;
  margin-top: -13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#007bc3), to(#007bc3));
  background-image: -webkit-linear-gradient(left, #007bc3, #007bc3);
  background-image: linear-gradient(to right, #007bc3, #007bc3);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  border: 0;
  display: block;
  height: 13px;
  width: 36px;
  position: relative;
  padding: 0;
}

#menu-btn .header-menu-btn::before, #menu-btn .header-menu-btn::after {
  content: "";
  background: #007bc3;
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

#menu-btn .header-menu-btn::before {
  top: 0;
}

#menu-btn .header-menu-btn::after {
  bottom: 0;
}

#menu-btn .header-menu-btn .text {
  display: block;
  color: #007bc3;
  font-size: 0.625rem;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .black-bg {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: #f8f8f8;
}

.footer > .inner {
  position: relative;
  max-width: calc(100% - 30px);
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .footer > .inner {
    max-width: 1040px;
    width: 90.2%;
  }
}

@media screen and (min-width: 1024px) {
  .footer > .inner {
    padding: 32px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer > .inner > .copyright {
  font-size: 0.625rem;
  width: 25%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .copyright {
    width: auto;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.75rem;
  }
}

.footer > .inner > .submenu-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 75%;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .submenu-wrap {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.footer > .inner > .submenu-wrap .footer-sub-nav {
  border: 0;
}

@media screen and (max-width: 767px) {
  .footer > .inner > .submenu-wrap .footer-sub-nav {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer > .inner > .submenu-wrap .menu-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.footer > .inner > .submenu-wrap .menu-item a {
  text-decoration: none;
  color: #666;
  font-size: 0.625rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .submenu-wrap .menu-item a {
    font-size: 0.75rem;
  }
}

.footer > .inner > .submenu-wrap .menu-item a:hover {
  color: #007bc3;
}

.footer > .inner > .submenu-wrap .translator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .submenu-wrap .translator {
    margin-left: 48px;
  }
}

.footer > .inner > .submenu-wrap .translator-icon {
  height: 20px;
  width: auto;
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .submenu-wrap .translator-icon {
    margin-right: 4px;
  }
}

.footer > .inner > .submenu-wrap .translator-title {
  font-size: 0.75rem;
  line-height: 1;
  color: #666;
  display: block;
  margin-right: 4px;
}

.footer > .inner > .footer-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  width: 50%;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .footer > .inner > .footer-nav {
    width: auto;
  }
}

.footer > .inner > .footer-nav a {
  text-decoration: none;
  color: #666;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.75rem;
}

.footer > .inner > .footer-nav a:hover {
  color: #007bc3;
}

.footer > .inner > .footer-nav .item + .item {
  margin-left: 8px;
}

@media screen and (min-width: 1024px) {
  .footer > .inner > .footer-nav .item + .item {
    margin-left: 56px;
  }
}

.footer > .inner > .copy-right {
  margin-left: auto;
  font-size: 0.625rem;
  color: #666;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (min-width: 768px) {
  .footer > .inner > .copy-right {
    font-size: 1rem;
  }
}

.apps-side-menu {
  overflow: hidden;
  padding-bottom: 14px;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu {
    display: block;
    max-width: 238px;
    width: 26.2%;
    padding-bottom: 0;
  }
}

.apps-side-menu .parent-cat-name {
  display: inline-block;
  color: #666;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  margin-bottom: 20px;
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .apps-side-menu .parent-cat-name {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .parent-cat-name {
    font-size: 1.5rem;
    margin-top: 24px;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }
}

.apps-side-menu a.parent-cat-name:hover {
  opacity: 0.8;
}

.apps-side-menu .parent-cat-icon {
  width: 16px;
  height: auto;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .apps-side-menu .parent-cat-icon {
    width: 24px;
    height: auto;
  }
}

.apps-side-menu .menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
  overflow-x: auto;
  padding: 10px 12px;
  -webkit-box-shadow: 2px 4px 14px rgba(102, 102, 102, 0.1);
          box-shadow: 2px 4px 14px rgba(102, 102, 102, 0.1);
}

@media (min-width: 40em) {
  .apps-side-menu .menu-list {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.apps-side-menu .menu-list li + li {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list li + li {
    margin-left: 0;
  }
}

.apps-side-menu .menu-list .item {
  position: relative;
  display: block;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item {
    border-top: 1px solid #dcdcdc;
  }
}

.apps-side-menu .menu-list .item:last-of-type {
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item:last-of-type {
    border-bottom: 1px solid #dcdcdc;
    margin-right: 0;
  }
}

.apps-side-menu .menu-list .item + .apps-side-menu .menu-list .item {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item + .apps-side-menu .menu-list .item {
    margin-left: 0;
  }
}

.apps-side-menu .menu-list .item a {
  white-space: nowrap;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item a {
    white-space: normal;
    display: block;
    padding: 12px 28px 12px 8px;
  }
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-right: 1px solid #007bc3;
    border-bottom: 1px solid #007bc3;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
}

.apps-side-menu .menu-list .item a:hover {
  background: #e7f1fd;
}

.apps-side-menu .menu-list .item a:hover::after {
  right: 12px;
}

.apps-side-menu .menu-list .item a.current {
  color: #007bc3;
}

@media screen and (min-width: 1024px) {
  .apps-side-menu .menu-list .item a.current {
    background-color: #e7f1fd;
  }
}

.apps-contents-wrap,
.search-contents-wrap,
.search-results .c-entry__header,
.search-results .results-number,
.error404 .l-contents__main {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .apps-contents-wrap,
  .search-contents-wrap,
  .search-results .c-entry__header,
  .search-results .results-number,
  .error404 .l-contents__main {
    max-width: 904px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faq-side-menu {
  overflow: hidden;
  padding-bottom: 14px;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu {
    display: block;
    max-width: 238px;
    width: 26.2%;
    padding-bottom: 0;
  }
}

.faq-side-menu .faq-title {
  display: inline-block;
  color: #666;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  margin-bottom: 20px;
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .faq-side-menu .faq-title {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .faq-title {
    font-size: 1.5rem;
    margin-top: 24px;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-side-menu .faq-title > img {
  width: 24px;
  height: auto;
  margin-right: 12px;
}

.faq-side-menu .parent-cat-icon {
  width: 16px;
  height: auto;
  margin-right: 8px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .parent-cat-icon {
    display: inline-block;
    width: 24px;
    height: auto;
  }
}

.faq-side-menu .menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
  overflow-x: auto;
  padding: 10px 12px;
  -webkit-box-shadow: 2px 4px 14px rgba(102, 102, 102, 0.1);
          box-shadow: 2px 4px 14px rgba(102, 102, 102, 0.1);
}

@media (min-width: 40em) {
  .faq-side-menu .menu-list {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.faq-side-menu .menu-list li + li {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list li + li {
    margin-left: 0;
  }
}

.faq-side-menu .menu-list .item {
  position: relative;
  display: block;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item {
    border-top: 1px solid #dcdcdc;
  }
}

.faq-side-menu .menu-list .item:last-of-type {
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item:last-of-type {
    border-bottom: 1px solid #dcdcdc;
    margin-right: 0;
  }
}

.faq-side-menu .menu-list .item + .faq-side-menu .menu-list .item {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item + .faq-side-menu .menu-list .item {
    margin-left: 0;
  }
}

.faq-side-menu .menu-list .item a {
  white-space: nowrap;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item a {
    white-space: normal;
    display: block;
    padding: 12px 28px 12px 8px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-right: 1px solid #007bc3;
    border-bottom: 1px solid #007bc3;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
}

.faq-side-menu .menu-list .item a:hover {
  background: #e7f1fd;
}

.faq-side-menu .menu-list .item a:hover::after {
  right: 12px;
}

.faq-side-menu .menu-list .item a.current {
  color: #007bc3;
}

@media screen and (min-width: 1024px) {
  .faq-side-menu .menu-list .item a.current {
    background-color: #e7f1fd;
  }
}

.faq-contents-wrap {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .faq-contents-wrap {
    max-width: 904px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .single-standard-apps,
  .single-plus-apps,
  .single-standard-apps-admin,
  .single-plus-apps-admin,
  .single-admin,
  .single-faq-standard-apps,
  .single-faq-plus-apps,
  .single-faq-other,
  .single-faq-admin,
  .search-archive {
    font-size: 0.75rem;
  }
}

.single-standard-apps .c-container .article-wrap,
.single-plus-apps .c-container .article-wrap,
.single-standard-apps-admin .c-container .article-wrap,
.single-plus-apps-admin .c-container .article-wrap,
.single-admin .c-container .article-wrap,
.single-faq-standard-apps .c-container .article-wrap,
.single-faq-plus-apps .c-container .article-wrap,
.single-faq-other .c-container .article-wrap,
.single-faq-admin .c-container .article-wrap,
.search-archive .c-container .article-wrap {
  padding-right: 0.88462rem;
  padding-left: 0.88462rem;
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-right));
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
}

@media screen and (min-width: 1024px) {
  .single-standard-apps .c-container .article-wrap,
  .single-plus-apps .c-container .article-wrap,
  .single-standard-apps-admin .c-container .article-wrap,
  .single-plus-apps-admin .c-container .article-wrap,
  .single-admin .c-container .article-wrap,
  .single-faq-standard-apps .c-container .article-wrap,
  .single-faq-plus-apps .c-container .article-wrap,
  .single-faq-other .c-container .article-wrap,
  .single-faq-admin .c-container .article-wrap,
  .search-archive .c-container .article-wrap {
    width: calc(73.8% - 40px);
    margin-left: 40px;
  }
}

.single-standard-apps .c-container .article-wrap .title,
.single-plus-apps .c-container .article-wrap .title,
.single-standard-apps-admin .c-container .article-wrap .title,
.single-plus-apps-admin .c-container .article-wrap .title,
.single-admin .c-container .article-wrap .title,
.single-faq-standard-apps .c-container .article-wrap .title,
.single-faq-plus-apps .c-container .article-wrap .title,
.single-faq-other .c-container .article-wrap .title,
.single-faq-admin .c-container .article-wrap .title,
.search-archive .c-container .article-wrap .title {
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .single-standard-apps .c-container .article-wrap .title,
  .single-plus-apps .c-container .article-wrap .title,
  .single-standard-apps-admin .c-container .article-wrap .title,
  .single-plus-apps-admin .c-container .article-wrap .title,
  .single-admin .c-container .article-wrap .title,
  .single-faq-standard-apps .c-container .article-wrap .title,
  .single-faq-plus-apps .c-container .article-wrap .title,
  .single-faq-other .c-container .article-wrap .title,
  .single-faq-admin .c-container .article-wrap .title,
  .search-archive .c-container .article-wrap .title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-standard-apps .c-container .article-wrap .title,
  .single-plus-apps .c-container .article-wrap .title,
  .single-standard-apps-admin .c-container .article-wrap .title,
  .single-plus-apps-admin .c-container .article-wrap .title,
  .single-admin .c-container .article-wrap .title,
  .single-faq-standard-apps .c-container .article-wrap .title,
  .single-faq-plus-apps .c-container .article-wrap .title,
  .single-faq-other .c-container .article-wrap .title,
  .single-faq-admin .c-container .article-wrap .title,
  .search-archive .c-container .article-wrap .title {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}

.single-standard-apps .c-container .article-wrap .term-name,
.single-plus-apps .c-container .article-wrap .term-name,
.single-standard-apps-admin .c-container .article-wrap .term-name,
.single-plus-apps-admin .c-container .article-wrap .term-name,
.single-admin .c-container .article-wrap .term-name,
.single-faq-standard-apps .c-container .article-wrap .term-name,
.single-faq-plus-apps .c-container .article-wrap .term-name,
.single-faq-other .c-container .article-wrap .term-name,
.single-faq-admin .c-container .article-wrap .term-name,
.search-archive .c-container .article-wrap .term-name {
  display: block;
  margin-top: 26px;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .single-standard-apps .c-container .article-wrap .term-name,
  .single-plus-apps .c-container .article-wrap .term-name,
  .single-standard-apps-admin .c-container .article-wrap .term-name,
  .single-plus-apps-admin .c-container .article-wrap .term-name,
  .single-admin .c-container .article-wrap .term-name,
  .single-faq-standard-apps .c-container .article-wrap .term-name,
  .single-faq-plus-apps .c-container .article-wrap .term-name,
  .single-faq-other .c-container .article-wrap .term-name,
  .single-faq-admin .c-container .article-wrap .term-name,
  .search-archive .c-container .article-wrap .term-name {
    display: none;
  }
}

.article-footer-contents {
  padding-right: 0.88462rem;
  padding-left: 0.88462rem;
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-right));
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .article-footer-contents {
    margin-top: 112px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .article-footer-contents {
    width: calc(73.8% - 40px);
  }
}

.single-faq-standard-apps .c-container .article-wrap .title,
.single-faq-plus-apps .c-container .article-wrap .title,
.single-faq-other .c-container .article-wrap .title,
.single-faq-admin .c-container .article-wrap .title {
  position: relative;
}

.single-faq-standard-apps .c-container .article-wrap .title::after,
.single-faq-plus-apps .c-container .article-wrap .title::after,
.single-faq-other .c-container .article-wrap .title::after,
.single-faq-admin .c-container .article-wrap .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background: #007bc3;
}

.article-list-wrap {
  padding-right: 0.88462rem;
  padding-left: 0.88462rem;
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-right));
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
}

@media screen and (min-width: 1024px) {
  .article-list-wrap {
    width: calc(73.8% - 40px);
    margin-left: 40px;
  }
}

.article-list-wrap .article-list-name {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 0.875;
  text-decoration: none;
  padding-bottom: 16px;
  margin-top: 28px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list-name {
    font-size: 1.125rem;
    margin-top: 28px;
    margin-bottom: 40px;
  }
}

.article-list-wrap .article-list-name h3 {
  font-weight: bold;
  font-size: 0.875;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list-name h3 {
    font-size: 1.125rem;
  }
}

.article-list-wrap .article-list-name .icon {
  width: 24px;
  height: auto;
  margin-right: 12px;
}

.article-list-wrap a.article-list-name:hover {
  opacity: 0.8;
}

.article-list-wrap .article-list {
  list-style: none;
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list {
    margin-left: 16px;
  }
}

.article-list-wrap .article-list .item + .item {
  margin-top: 24px;
}

.article-list-wrap .article-list .link {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 14px;
}

.article-list-wrap .article-list .link::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #007bc3;
  border-bottom: 1px solid #007bc3;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list .link::before {
    top: 14px;
  }
}

.article-list-wrap .article-list .link:hover::before {
  left: 4px;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list .link:hover::before {
    left: 3px;
  }
}

.article-list-wrap .article-list .link:hover .title {
  color: #007bc3;
}

.article-list-wrap .article-list .title {
  font-size: 0.875rem;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 1024px) {
  .article-list-wrap .article-list .title {
    font-size: 1rem;
  }
}

.article-list-wrap .article-list .desc {
  font-size: 0.75rem;
  color: #666;
}

@media screen and (min-width: 768px) {
  .article-list-wrap .article-list .desc {
    font-size: 0.875rem;
  }
}

.article-list-wrap .article-list .title + .desc {
  margin-top: 6px;
}

.article-list-block + .article-list-block {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .article-list-block + .article-list-block {
    margin-top: 56px;
  }
}

.article-list-block:last-of-type {
  margin-bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .tax-standard_apps_cat[data-is-full-template="false"] .c-container,
  .tax-standard_apps_cat[data-is-full-template="false"] .c-full-container,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-container,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-full-container,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-container,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-full-container,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-container,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-full-container,
  .tax-faq_other_cat[data-is-full-template="false"] .c-container,
  .tax-faq_other_cat[data-is-full-template="false"] .c-full-container,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-container,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-full-container,
  .page-template-page-contact .c-container,
  .page-template-page-contact .c-full-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.tax-standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.tax-plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.tax-faq_standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-faq_standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.tax-faq_plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-faq_plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.tax-faq_other_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-faq_other_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.tax-faq_admin_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
.tax-faq_admin_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
.page-template-page-contact .c-container .p-breadcrumbs-wrapper,
.page-template-page-contact .c-full-container .p-breadcrumbs-wrapper {
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
}

@media screen and (min-width: 768px) {
  .tax-standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_other_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_other_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .page-template-page-contact .c-container .p-breadcrumbs-wrapper,
  .page-template-page-contact .c-full-container .p-breadcrumbs-wrapper {
    padding-left: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm, 1.76923rem) + env(safe-area-inset-left));
  }
}

@media screen and (min-width: 1024px) {
  .tax-standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_standard_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_plus_apps_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_other_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_other_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-container .p-breadcrumbs-wrapper,
  .tax-faq_admin_cat[data-is-full-template="false"] .c-full-container .p-breadcrumbs-wrapper,
  .page-template-page-contact .c-container .p-breadcrumbs-wrapper,
  .page-template-page-contact .c-full-container .p-breadcrumbs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.tax-standard_apps_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.tax-plus_apps_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.tax-faq_standard_apps_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.tax-faq_plus_apps_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.tax-faq_other_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.tax-faq_admin_cat[data-is-full-template="false"] .l-contents__main > .c-entry,
.page-template-page-contact .l-contents__main > .c-entry {
  margin-top: 0;
}

.page-template-page-faq .article-list-name,
.tax-faq_standard_apps_cat .article-list-name,
.tax-faq_plus_apps_cat .article-list-name,
.tax-faq_other_cat .article-list-name,
.tax-faq_admin_cat .article-list-name {
  position: relative;
}

.page-template-page-faq .article-list-name::after,
.tax-faq_standard_apps_cat .article-list-name::after,
.tax-faq_plus_apps_cat .article-list-name::after,
.tax-faq_other_cat .article-list-name::after,
.tax-faq_admin_cat .article-list-name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background: #007bc3;
}

.faq-article-list-wrap {
  padding-right: 0.88462rem;
  padding-left: 0.88462rem;
  padding-right: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-right));
  padding-left: calc(var(--_container-margin-sm, 0.88462rem) + env(safe-area-inset-left));
}

@media screen and (min-width: 1024px) {
  .faq-article-list-wrap {
    width: calc(73.8% - 40px);
    margin-left: 40px;
  }
}

.faq-article-list-wrap .article-list-name {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 0.875;
  text-decoration: none;
  padding-bottom: 16px;
  margin-top: 28px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (min-width: 1024px) {
  .faq-article-list-wrap .article-list-name {
    font-size: 1.125rem;
    margin-top: 28px;
    margin-bottom: 40px;
  }
}

.faq-article-list-wrap .article-list-name h3 {
  font-weight: bold;
  font-size: 0.875;
}

@media screen and (min-width: 1024px) {
  .faq-article-list-wrap .article-list-name h3 {
    font-size: 1.125rem;
  }
}

.faq-article-list-wrap .article-list-name .icon {
  width: 24px;
  height: auto;
  margin-right: 12px;
}

.faq-article-list-wrap a.article-list-name:hover {
  opacity: 0.8;
}

.faq-article-list-wrap .article-list {
  list-style: none;
  margin-left: 0;
}

.faq-article-list-wrap .article-list .item + .item {
  margin-top: 24px;
}

.faq-article-list-wrap .article-list .link {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px 0 4px 28px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 5px;
}

.faq-article-list-wrap .article-list .link::before {
  position: absolute;
  top: 15px;
  left: 14px;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #007bc3;
  border-bottom: 1px solid #007bc3;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .faq-article-list-wrap .article-list .link::before {
    top: 19px;
  }
}

.faq-article-list-wrap .article-list .link:hover {
  background-color: #e7f1fd;
}

.faq-article-list-wrap .article-list .link:hover::before {
  left: 18px;
}

.faq-article-list-wrap .article-list .title {
  font-size: 0.875rem;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 1024px) {
  .faq-article-list-wrap .article-list .title {
    font-size: 1rem;
  }
}

.faq-article-list-wrap .article-list .desc {
  font-size: 0.75rem;
  color: #666;
}

@media screen and (min-width: 768px) {
  .faq-article-list-wrap .article-list .desc {
    font-size: 0.875rem;
  }
}

.faq-article-list-wrap .article-list .title + .desc {
  margin-top: 6px;
}

.main-nav {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0 !important;
}

.main-nav > .container {
  width: calc(100% - 24px);
  margin: 10px auto;
}

@media screen and (min-width: 768px) {
  .main-nav > .container {
    max-width: 1072px;
    width: 60%;
    margin: 16px auto;
  }
}

@media screen and (min-width: 1024px) {
  .main-nav > .container {
    width: 90%;
    margin: 24px auto;
  }
}

.main-nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav .link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  width: calc(33% - 2px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 16px 4px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .main-nav .link-item {
    padding: 24px 12px 24px 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-nav .link-item.current {
  background: #e7f1fd;
}

.main-nav .link-item.current .text {
  color: #007bc3;
}

.main-nav .link-item.current .icon .fill-line {
  fill: #007bc3;
}

.main-nav .link-item:hover {
  background: #e7f1fd;
}

.main-nav .link-item:hover .text {
  color: #007bc3;
}

.main-nav .link-item:hover .icon .fill-line {
  fill: #007bc3;
}

.main-nav .link-item:first-child::before {
  content: none;
}

.main-nav .link-item::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  height: 56px;
  width: 1px;
  background: #dcdcdc;
}

.main-nav .link-item + .main-nav .link-item {
  margin-left: 4px;
}

.main-nav .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

@media screen and (min-width: 1024px) {
  .main-nav .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
}

.main-nav .icon svg {
  width: 100%;
  height: auto;
}

.main-nav .icon .fill-line {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.main-nav .text {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.75rem;
  text-align: center;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .main-nav .text {
    margin-left: 16px;
    font-size: 0.875rem;
    line-height: 1.67;
    text-align: start;
  }
}

@media screen and (min-width: 768px) {
  .post-history,
  .related-post {
    width: calc(50% - 16px);
  }
}

.post-history > .title,
.related-post > .title {
  font-size: 1rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .post-history > .title,
  .related-post > .title {
    margin-bottom: 16px;
  }
}

.post-history > .list,
.related-post > .list {
  list-style: none;
  margin-left: 0;
}

.post-history > .list .list-item,
.related-post > .list .list-item {
  line-height: 1.57;
  border-top: 1px solid #dcdcdc;
}

.post-history > .list .list-item:last-of-type,
.related-post > .list .list-item:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.post-history > .list .list-item a,
.related-post > .list .list-item a {
  color: #666;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  line-height: 1.57;
  letter-spacing: 0;
  padding: 14px 30px 14px 8px;
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.post-history > .list .list-item a::after,
.related-post > .list .list-item a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.post-history > .list .list-item a:hover,
.related-post > .list .list-item a:hover {
  background: #e7f1fd;
  color: #007bc3;
}

.post-history > .list .list-item a:hover::after,
.related-post > .list .list-item a:hover::after {
  right: 12px;
  border-right: 1px solid #007bc3;
  border-bottom: 1px solid #007bc3;
}

.post-history .note,
.related-post .note {
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .post-history {
    margin-bottom: 24px;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 32px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .search-form {
    margin: 32px auto 0;
    width: 480px;
  }
}

@media screen and (min-width: 1024px) {
  .search-form {
    margin: 40px auto 0;
    width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .search-form::before {
    position: absolute;
    content: "";
    background: url("../img/search/search-icon.svg") no-repeat;
    background-size: contain;
    z-index: 1;
    top: 50%;
    left: 8px;
    height: 24px;
    width: 24px;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.search-form .input {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 88px);
  padding: 8px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .search-form .input {
    padding: 8px 8px 8px 40px;
    font-size: 1rem;
  }
}

.search-form .input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 1px #007bc3;
          box-shadow: 0 0 2px 1px #007bc3;
}

.search-form .button {
  width: 88px;
  color: #fff;
  background: #007bc3;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}

.search-archive .c-entry__title {
  margin-bottom: 12px;
}

.search-archive > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin-left: 0;
}

.search-archive > .list > .list-item {
  list-style: none;
}

.search-archive > .list > .list-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.search-archive .search-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  position: relative;
  padding: 4px 0 4px 28px;
}

.search-archive .search-link::before {
  position: absolute;
  top: 15px;
  left: 14px;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #007bc3;
  border-bottom: 1px solid #007bc3;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .search-archive .search-link::before {
    top: 19px;
  }
}

.search-archive .search-link:hover::before {
  left: 18px;
}

.search-archive .search-link:hover .title {
  color: #007bc3;
}

.search-archive .search-link > .title {
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}

.search-archive .search-link .post-type {
  font-size: 0.75rem;
  border-radius: 3px;
  color: #007bc3;
  display: inline-block;
  position: relative;
}

.search-archive .search-link .post-type::after {
  position: absolute;
  right: -8px;
  top: 48%;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #007bc3;
  border-bottom: 1px solid #007bc3;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.search-archive .search-link > .desc {
  color: #666;
  font-size: 0.875rem;
  display: block;
}

.search-archive .search-link .term-list {
  margin-left: 12px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search-archive .search-link .term-list .item {
  color: #666;
  font-size: 0.75rem;
}

.search-archive .search-link .term-list .item:not(:last-of-type) {
  margin-right: 4px;
}

.search-archive .search-link .term-list .item:not(:last-of-type)::after {
  content: ",";
}

.search-results .c-entry__title {
  font-size: 1.5rem;
}

.search-results .results-number {
  font-size: 1rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
}

.search-no-words,
.search-no-match,
.error404 .p-search-form {
  max-width: 904px;
  margin: 0 auto;
}

.search-no-words .message,
.search-no-match .message,
.error404 .p-search-form .message {
  margin-bottom: 12px;
}

.search-no-words .c-input-group,
.search-no-match .c-input-group,
.error404 .p-search-form .c-input-group {
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .search-no-words .c-input-group,
  .search-no-match .c-input-group,
  .error404 .p-search-form .c-input-group {
    width: 480px;
  }
}

@media screen and (min-width: 1024px) {
  .search-no-words .c-input-group,
  .search-no-match .c-input-group,
  .error404 .p-search-form .c-input-group {
    width: 560px;
  }
}

.search-no-words .c-input-group__btn,
.search-no-match .c-input-group__btn,
.error404 .p-search-form .c-input-group__btn {
  width: 88px;
  color: #fff;
  background: #007bc3;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0.75rem;
  font-weight: bold;
}

.error404 .p-search-form .c-input-group {
  margin-top: 12px;
}

.error404 .p-search-form .c-input-group__field {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .error404 .p-search-form .c-input-group__field {
    font-size: 1rem;
  }
}

.error404 .p-search-form .c-input-group__field input {
  border-radius: 3px 0 0 3px;
  padding: 10px 4px 10px 10px;
  line-height: 1;
}

.error404 .p-search-form .c-input-group__field .c-input-group__btn {
  border-radius: 0 3px 3px 0;
}

@media screen and (min-width: 768px) {
  .u-sm-only {
    display: none;
  }
}
