.Sharp-FAQ-web a {
  color: #000;
  text-decoration: none;
}
.Sharp-FAQ-web a:hover {
  color: #000;
  text-decoration: underline;
}
.Sharp-FAQ-web .portlet-title-text {
  display: none;
}
.Sharp-FAQ-web .c-inner {
  display: inline;
}
.Sharp-FAQ-web .table thead th {
  text-align: center;
}
.Sharp-FAQ-web .front-list-borderless th {
  display: none;
}
.Sharp-FAQ-web .front-list-borderless .table-bordered {
  border: none;
}
.Sharp-FAQ-web .front-list-borderless .table-bordered th, .Sharp-FAQ-web .front-list-borderless .table-bordered td {
  border: none;
  /* border-bottom: solid 1px #ddd; */
}
.Sharp-FAQ-web .btn-primary {
  background-color: #ce198b;
  border-color: #ce198b;
  color: #fff;
}
.Sharp-FAQ-web .button-tag {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0.4rem 1.3rem;
  background-color: #f9f9f9;
  border-color: #ddd;
}
.Sharp-FAQ-web .button-tag-front:hover, .Sharp-FAQ-web .button-tag-front:focus, .Sharp-FAQ-web .button-tag-front:active {
  background-color: #ce198b;
  border-color: #ce198b;
  color: white;
  /* border: none; */
}
.Sharp-FAQ-web input[type=checkbox]:checked {
  accent-color: #ce198b;
}
.Sharp-FAQ-web .fieldgroup-button-wrapper {
  display: inline-flex;
  width: 100%;
}
.Sharp-FAQ-web .fieldgroup-button-extend {
  margin-left: 4px;
}
.Sharp-FAQ-web .form-group-inline {
  float: left;
}
.Sharp-FAQ-web .label-title-tag {
  font-weight: 700;
}
.Sharp-FAQ-web .input-checkbox-wrapper {
  margin-right: 1.5rem;
}
.Sharp-FAQ-web .field-wrapper .control-label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2.5rem;
  display: block;
}
.Sharp-FAQ-web .category-entry {
  background-color: #f9f9f9;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 45px;
}
.Sharp-FAQ-web .category-entry img {
  max-width: 160px;
  max-height: 160px;
}
.Sharp-FAQ-web .category-entry .category-title {
  font-weight: 700;
  font-size: 1.1rem;
}
.Sharp-FAQ-web a:hover .category-entry {
  box-shadow: 0 0 10px 5px rgba(139, 139, 139, 0.3019607843);
  transform: translateY(-5px);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.Sharp-FAQ-web .category-content-1 {
  margin: 25px;
}
.Sharp-FAQ-web .category-content-2 {
  margin-bottom: 20px;
  display: block;
}
.Sharp-FAQ-web .category-content-3 a {
  margin-right: 2rem;
  line-height: 2.5rem;
}
.Sharp-FAQ-web a:hover.category-content-link {
  cursor: pointer;
}
.Sharp-FAQ-web .W100 {
  width: 100%;
}
.Sharp-FAQ-web .W80 {
  width: 80%;
}
.Sharp-FAQ-web .modal-title {
  background-color: purple;
  color: white;
  padding: 5px 20px;
  font-size: 1rem;
  position: fixed;
}
.Sharp-FAQ-web .faq-toplist-qtext-flex {
  display: flex;
  align-items: center;
}
.Sharp-FAQ-web .faq-view-flex {
  display: flex;
  flex: 0 0 98%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 769px) {
  .Sharp-FAQ-web .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Sharp-FAQ-web .faq-toplist-flex {
    display: flex;
    flex: 0 0 98%;
    align-items: center;
    justify-content: space-between;
  }
  .Sharp-FAQ-web .faq-toplist-flex:nth-child(odd) {
    background-color: #f7f8f9;
    border: 6px solid #f7f8f9;
  }
  .Sharp-FAQ-web .faq-toplist-flex:nth-child(even) {
    background-color: #ffffff;
    border: 6px solid #ffffff;
  }
  .Sharp-FAQ-web .faq-toplist-flex:hover {
    background-color: #f0f5ff;
    border: 6px solid #f0f5ff;
  }
  .Sharp-FAQ-web .category-entry-flex {
    flex: 0 0 43%;
    padding: min(20px, 1%);
    margin: 1%;
    padding-top: clamp(0%, 5vw, 10%);
    padding-bottom: clamp(0%, 5vw, 10%);
    cursor: pointer;
  }
  .Sharp-FAQ-web .category-entry-flex img {
    max-width: 80px;
    max-height: 80px;
  }
  .Sharp-FAQ-web .category-entry-flex:hover {
    box-shadow: 0 0 10px 5px rgba(139, 139, 139, 0.3019607843);
    transform: translateY(-5px);
    transition: all 0.2s ease-in-out;
  }
  .Sharp-FAQ-web .exlink-list-flex {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px;
  }
  .Sharp-FAQ-web .extlink-list-img-flex {
    display: flex;
    flex: min(80px, 15%);
    justify-content: center;
    margin: 1%;
  }
  .Sharp-FAQ-web .extlink-list-img-flex img {
    max-width: clamp(40px, 18vw, 80px);
    max-height: clamp(40px, 18vw, 80px);
  }
  .Sharp-FAQ-web .extlink-list-text-flex {
    flex: 0 0 70%;
    margin: 1%;
  }
  .Sharp-FAQ-web .faq-view-content img {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .Sharp-FAQ-web .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .Sharp-FAQ-web .faq-toplist-flex {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    justify-content: space-between;
  }
  .Sharp-FAQ-web .faq-toplist-flex:nth-of-type(4n - 3),
  .Sharp-FAQ-web .faq-toplist-flex:nth-of-type(4n - 2) {
    background-color: #f7f8f9;
    border: 12px solid #f7f8f9;
  }
  .Sharp-FAQ-web .faq-toplist-flex:nth-of-type(4n - 1),
  .Sharp-FAQ-web .faq-toplist-flex:nth-of-type(4n - 0) {
    background-color: #ffffff;
    border: 12px solid #ffffff;
  }
  .Sharp-FAQ-web .faq-toplist-flex:hover {
    background-color: #f0f5ff;
    border: 12px solid #f0f5ff;
  }
  .Sharp-FAQ-web .category-entry-flex {
    flex: 0 0 17%;
    padding: min(45px, 1%);
    padding-top: clamp(1%, 5vw, 3%);
    padding-bottom: clamp(1%, 5vw, 3%);
    margin: 1%;
    cursor: pointer;
  }
  .Sharp-FAQ-web .category-entry-flex img {
    max-width: 160px;
    max-height: 160px;
  }
  .Sharp-FAQ-web .category-entry-flex:hover {
    box-shadow: 0 0 10px 5px rgba(139, 139, 139, 0.3019607843);
    transform: translateY(-5px);
    transition: all 0.2s ease-in-out;
  }
  .Sharp-FAQ-web .exlink-list-flex {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px;
  }
  .Sharp-FAQ-web .extlink-list-img-flex {
    display: flex;
    flex: 0 0 min(100px, 20%);
    justify-content: center;
    margin: 1%;
  }
  .Sharp-FAQ-web .extlink-list-img-flex img {
    max-width: clamp(50px, 12vw, 80px);
    max-height: clamp(50px, 12vw, 80px);
  }
  .Sharp-FAQ-web .extlink-list-text-flex {
    flex: 0 0 70%;
    margin-top: 1%;
    margin-right: 3%;
    margin-bottom: 1%;
  }
}

.portlet-boundary_com_sharp_faq_portlet_FrontFAQPortlet_ {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.portlet-boundary_com_sharp_faq_portlet_FAQPortlet_ {
  background-color: white;
}

.portlet-boundary_com_sharp_faq_portlet_TagPortlet_ {
  background-color: white;
}

.portlet-boundary_com_sharp_faq_portlet_CategoryPortlet_ {
  background-color: white;
}

.portlet-boundary_com_sharp_faq_portlet_ExtLinkPortlet_ {
  background-color: white;
}

.flex-fill {
  overflow: hidden;
}

@media (min-width: 576px) {
  .portlet-boundary_com_sharp_faq_portlet_FrontFAQPortlet_ {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portlet-boundary_com_sharp_faq_portlet_FrontFAQPortlet_ {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .portlet-boundary_com_sharp_faq_portlet_FrontFAQPortlet_ {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .portlet-boundary_com_sharp_faq_portlet_FrontFAQPortlet_ {
    max-width: 1248px;
  }
}