@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.iLearning-page-salesforce * {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

.iLearning-page-salesforce i {
  font-family: "Font Awesome 5 Free";
}

#secondMain820R h2, #secondMain820R h3 {
  margin: 0 !important;
  margin-bottom: 2rem !important;
}

#headerRpoint {
  position: relative;
}

#headerRpoint .splogopoint {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 130px;
  z-index: 99999 !important;
}

#ndheaderpull .container .hdsearch2 {
  width: calc(100% - 760px);
  padding: 0 0 0 10px;
}

@media (min-width: 766px) {
  #headerRpoint .splogopoint {
    display: none;
  }
}
#ndheader .headerLogo {
  padding: 5px 10px 5px 0;
}

#ndheader .headerLogo > a > img {
  width: 130px;
}

#ndheaderpull .container > .headerLogo {
  width: 130px;
  padding: 0 10px 0 0;
}

#ndheaderpull .container .hdlink2 {
  padding: 8px 0 3px;
  width: auto;
}

#ndheaderpull .nhdlinks {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #ndheader .headerLogo {
    padding: 10px 0;
  }
  #ndheader .headerLogo > a {
    padding: 0;
    display: block;
  }
  #ndheader .headerLogo > a > img {
    display: none;
  }
  #ndheader .headerLogo {
    height: 53px;
  }
  #ndheaderpull .container > .headerLogo {
    height: 50px;
  }
  #ndheaderpull .container > .headerLogo a {
    display: none;
  }
}
.iLearning-page-sales section {
  margin: 6rem auto;
}

.iLearning-page-sales section.intro {
  margin-top: 0;
}

.hero {
  border: 1px solid #ccc;
  margin-bottom: 4rem;
}

.iLearning-page-salesforce section {
  margin-bottom: 6rem;
}
.iLearning-page-salesforce .inner {
  padding: 1.5rem;
}
.iLearning-page-salesforce .intro {
  margin-bottom: 6rem;
}
.iLearning-page-salesforce .secTtl {
  font-size: 2.4rem;
  border-left: 10px solid #00347D;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9rem !important;
  padding-left: 0.7rem;
  margin-bottom: 1em !important;
}
.iLearning-page-salesforce .targetList {
  font-size: 1.8rem;
}
.iLearning-page-salesforce .targetList::before {
  display: inline-block;
  margin-inline-end: 0.8rem;
  content: url(/service/i/check-circle.svg);
  vertical-align: middle;
}
.iLearning-page-salesforce .targetTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 3rem auto 2.5rem;
}
.iLearning-page-salesforce .targetTtl::before,
.iLearning-page-salesforce .targetTtl::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #14A0DE;
}
.iLearning-page-salesforce .targetTtl:before {
  margin-right: 2rem;
}
.iLearning-page-salesforce .targetTtl:after {
  margin-left: 2rem;
}
.iLearning-page-salesforce .targetGroup {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .targetGroup {
    flex-direction: column;
  }
}
.iLearning-page-salesforce .targetBox {
  width: 260px;
  padding: 2rem;
  text-align: center;
  border: 1px solid #14A0DE;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .targetBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
}
.iLearning-page-salesforce .targetIcon {
  width: 100px;
  display: block;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .targetIcon {
    margin-bottom: 0;
  }
}
.iLearning-page-salesforce .compare {
  margin: 4rem auto 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .compare {
    flex-direction: column;
  }
}
.iLearning-page-salesforce .compare dl {
  padding: 2rem;
}
.iLearning-page-salesforce .compare dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  width: 50%;
  margin: 0 auto 2.5rem;
  padding-bottom: 0.5rem;
}
.iLearning-page-salesforce .compare dd {
  background: #fff;
  border-radius: 50px;
  line-height: 2;
  padding: 0.5rem 0 0.7rem 1.5rem;
  margin-bottom: 2rem;
}
.iLearning-page-salesforce .before {
  width: 42%;
  background: #F1F1F1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .before {
    width: 100%;
    margin-bottom: 1em;
  }
}
.iLearning-page-salesforce .before dt {
  border-bottom: 3px solid #fff;
}
.iLearning-page-salesforce .before dd::before {
  display: inline-block;
  margin-inline-end: 0.6rem;
  content: url(/service/it/topics/i/icon_trouble.svg);
  vertical-align: middle;
}
.iLearning-page-salesforce .after {
  width: 54%;
  background: #FDFAE1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .after {
    width: 100%;
  }
}
.iLearning-page-salesforce .after dt {
  border-bottom: 3px solid #E68A00;
}
.iLearning-page-salesforce .after dd::before {
  display: inline-block;
  margin-inline-end: 0.6rem;
  content: url(/service/it/topics/i/icon_flash.svg);
  vertical-align: middle;
}
.iLearning-page-salesforce .lineupGroup {
  display: flex;
  padding: 1rem 4rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .lineupGroup {
    flex-direction: column;
    padding: 1rem 2rem;
  }
}
.iLearning-page-salesforce .lineupBox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .lineupBox {
    width: 100%;
    margin-bottom: 1em;
  }
}
.iLearning-page-salesforce .courseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 40px;
  gap: 8px;
  transition: background-color 0.3s ease;
  margin-bottom: 2rem;
}
.iLearning-page-salesforce .courseBtn::after {
  content: "";
  display: block;
  margin-left: 8px;
  height: 1.5588457268rem;
  width: 1.8rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.iLearning-page-salesforce .feature {
  margin-top: 4rem;
  background: #ffffff;
  padding: 3rem 2rem 2rem;
  position: relative;
  border: 1px solid #707070;
}
.iLearning-page-salesforce .feature dt {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .feature dt {
    width: 60%;
  }
}
.iLearning-page-salesforce .feature dd {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.iLearning-page-salesforce .feature dd::before {
  content: "・";
}
.iLearning-page-salesforce .officialBox .courseBtn {
  background-color: #B4DCFA;
  color: #00347D;
}
.iLearning-page-salesforce .officialBox .courseBtn::after {
  background: currentColor;
}
.iLearning-page-salesforce .officialBox .courseBtn:hover {
  background-color: #00347D;
  color: #fff;
}
.iLearning-page-salesforce .officialBox .feature dt {
  background-color: #00A1E1;
}
.iLearning-page-salesforce .practicalBox .courseBtn {
  background-color: #E1D5F3;
  color: #5D227A;
}
.iLearning-page-salesforce .practicalBox .courseBtn::after {
  background: currentColor;
}
.iLearning-page-salesforce .practicalBox .courseBtn:hover {
  background-color: #5D227A;
  color: #fff;
}
.iLearning-page-salesforce .practicalBox .feature dt {
  background-color: #5D227A;
}
.iLearning-page-salesforce .courseTtl {
  background: #f3f8fc;
  text-align: center;
  font-size: 2.4rem;
  padding: 0.5rem 0;
}
.iLearning-page-salesforce .courseDesc {
  margin: 2rem auto 3rem;
}
.iLearning-page-salesforce #practical .courseTtl {
  background: #F2EDF9;
}
.iLearning-page-salesforce #practical .onayami {
  text-align: left;
  font-size: 1.8rem;
}
.iLearning-page-salesforce #practical .onayamiGroup {
  margin: 2rem auto 3.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce #practical .onayamiGroup {
    flex-direction: column;
  }
}
.iLearning-page-salesforce #practical .onayamiBox {
  width: 23%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce #practical .onayamiBox {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  .iLearning-page-salesforce #practical .onayamiBox img {
    width: 25%;
  }
  .iLearning-page-salesforce #practical .onayamiBox br {
    display: none;
  }
}
.iLearning-page-salesforce #practical .summary {
  text-align: left;
  border-radius: 2rem;
  padding: 2.5rem;
  border: 3px solid #DFD3F0;
}
.iLearning-page-salesforce #practical .point {
  padding: 4rem 3rem;
  background: #FEF8FA;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce #practical .point {
    padding: 2rem;
  }
}
.iLearning-page-salesforce #practical .point h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2.8rem !important;
}
.iLearning-page-salesforce #practical .pointList {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto 6rem;
}
.iLearning-page-salesforce #practical .pointItem {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .iLearning-page-salesforce #practical .pointItem {
    align-items: start;
    text-align: laft;
  }
}
.iLearning-page-salesforce #practical .pointIcon {
  min-width: 100px;
  min-height: 100px;
  background-color: #e68012;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iLearning-page-salesforce #practical .pointIcon .num {
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce #practical .pointIcon {
    min-width: 15vw;
    min-height: 15vw;
    font-size: 1.2rem;
  }
}
.iLearning-page-salesforce #practical .pointText {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce #practical .pointText {
    width: 100%;
  }
}
.iLearning-page-salesforce #practical .pointText h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
.iLearning-page-salesforce #practical .pointText p {
  margin: 0;
}
.iLearning-page-salesforce #practical .whiteBox {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.iLearning-page-salesforce .cardContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.iLearning-page-salesforce .cardContainer .cardBox {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .cardContainer .cardBox {
    width: 100%;
  }
}
.iLearning-page-salesforce .cardContainer .cardItem {
  position: relative;
  background-color: #fff;
  padding: 24px 16px 32px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.iLearning-page-salesforce .cardContainer .cardItem .cardTitle {
  color: #5D227A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.4;
  text-align: center;
}
.iLearning-page-salesforce .cardContainer .cardItem .cardText {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.iLearning-page-salesforce .cardContainer .cardItem .cardList {
  list-style: disc inside;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}
.iLearning-page-salesforce .cardContainer .cardItem li {
  text-indent: -1em;
  padding-left: 1em;
}
.iLearning-page-salesforce .cardContainer .cardItem li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .comparison .scrolltable {
    overflow-x: scroll;
  }
}
.iLearning-page-salesforce .comparison .caption {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.iLearning-page-salesforce .comparison table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .iLearning-page-salesforce .comparison table {
    min-width: 580px;
  }
}
.iLearning-page-salesforce .comparison th, .iLearning-page-salesforce .comparison td {
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.iLearning-page-salesforce .comparison th.check, .iLearning-page-salesforce .comparison td.check {
  background: #e8e4ee;
}
.iLearning-page-salesforce .comparison th {
  background-color: #5c2d91;
  color: white;
  vertical-align: top;
  font-weight: bold;
}
.iLearning-page-salesforce .comparison th:first-child {
  vertical-align: middle;
}
.iLearning-page-salesforce .comparison th .code {
  display: inline-block;
  background: #fff;
  color: #5c2d91;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 5px;
}
.iLearning-page-salesforce .comparison th .detail {
  border: 1px solid #fff;
  margin-top: 5px;
  padding: 5px;
  font-size: 12px;
}
.iLearning-page-salesforce .comparison caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.feature_unit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.feature_unit:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .feature_unit {
    flex-direction: column;
  }
  .feature_unit:nth-child(odd) {
    flex-direction: column;
  }
}
.feature_img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .feature_img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.feature_txt {
  width: 68%;
}

@media screen and (max-width: 767px) {
  .feature_txt {
    width: 100%;
  }
}
.feature_ttl {
  color: #156082;
  font-size: 1.8rem;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 767px) {
  .roadmap {
    display: none;
  }
}
.roadmap_box {
  display: flex;
  justify-content: center;
}

.course_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.course_link {
  width: 28%;
  text-align: center;
  color: #003466;
}

@media screen and (max-width: 767px) {
  .course_link {
    width: 48%;
  }
}
.course_link a {
  position: relative;
  display: block;
  border: 1px solid #003466;
  padding: 1.2rem;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  transition: background 0.5s ease, color 0.5s ease;
  background: #fff;
  color: currentColor;
}

@media screen and (max-width: 767px) {
  .course_link a {
    margin-bottom: 1rem;
  }
}
.course_link a::before {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f0ab";
  transition: transform 0.5s ease, color 0.5s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #003466;
}

.course_link a:visited {
  color: currentColor;
}

.course_link a:hover {
  background: #003466;
  color: #fff;
  text-decoration: none;
}

.course_link a:hover::before {
  color: #fff;
}

.course_group {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.course_head {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  margin-bottom: 1.5rem !important;
}

.course_head::before {
  content: "";
  display: block;
  width: 5px;
  height: 28px;
  background: #003466;
  margin-right: 1.5rem;
}

.course_desc {
  margin-bottom: 3rem;
}

.course_article {
  position: relative;
  display: block;
  background: #F6F9FB;
  border: 1px solid #F6F9FB;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 2.4rem;
  color: #003466;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .course_article {
    padding: 2rem;
    padding-right: 3rem;
  }
}
.course_article::before {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f0a9";
  transition: transform 0.5s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #003466;
}

.course_article:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #003466;
}

.course_article:hover::before {
  transform: translate(50%, -50%);
}

.course_article:visited {
  color: #003466;
}

.course_detail {
  display: flex;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .course_detail {
    flex-wrap: wrap;
  }
}
.course_detail .code {
  display: block;
  margin-right: 2rem;
  color: #003466;
}

.course_detail .type {
  display: block;
  margin-right: 0.5rem;
  background: #fff;
  border: 1px solid currentColor;
  color: #707070;
  border-radius: 5px;
  padding: 0 7px;
  box-sizing: border-box;
}

.course_detail .new {
  background: #D20707;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 7px;
  box-sizing: border-box;
}

.course_name {
  font-weight: bold;
}

.case_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .case_group {
    flex-direction: column;
  }
}
.case_card {
  background: #f7f7f7;
  width: calc(50% - 1rem);
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .case_card {
    width: 100%;
    font-size: 1.6rem;
  }
}
.case_card a {
  text-decoration: none;
  color: currentColor;
}

.case_card a .btn {
  transition: color 0.5s, background 0.5s;
}

.case_card a:hover .btn {
  background: #fff;
  color: #84B8D6;
}

.case_card_body {
  padding: 1.5rem;
}

.case_card_title {
  margin-bottom: 4rem !important;
}

.case_card_btn {
  background: #84B8D6;
  color: #fff;
  font-weight: bold;
}

.voice_group {
  background: #f7f7f7;
  padding: 2rem;
}

.voice_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  padding: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .voice_box {
    flex-direction: column;
    align-items: center;
  }
}
.voice_parson {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .voice_parson {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.voice_parson span {
  margin-top: 1rem;
  display: block;
  text-align: center;
}

.voice_txt {
  width: 80%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .voice_txt {
    width: 100%;
  }
}
.voice_head {
  font-weight: bold;
}

.related_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related_link a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 32%;
  border: 1px solid #003465;
  color: #003465;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .related_link a {
    width: 49%;
    font-size: 1.2rem;
    padding-right: 1.4rem;
  }
}
.related_link a:hover {
  text-decoration: none;
}

.related_link a::before {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f0a9";
  transition: transform 0.5s ease, color 0.5s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #003466;
}

.related_link_thumb {
  width: auto;
  height: auto;
  margin-right: 1%;
}

.related_link_thumb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.related_link .related_link_txt {
  width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}

.related_link .related_link_txt h3 {
  font-size: 1.4rem;
  margin: 0 !important;
}

.column_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column_link:after {
  content: "";
  display: block;
  width: calc(33% - 1rem);
  height: 0;
}

.column_link .column_card_img {
  width: 100%;
}

.column_link .column_card_img img {
  width: 100%;
  height: 6em;
  -o-object-fit: cover;
  object-fit: cover;
}

.column_card {
  width: calc(33.33% - 1rem);
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .column_card {
    width: calc(50% - 1rem);
  }
}
.column_card a:link {
  color: currentColor;
}

.column_card a:visited {
  color: currentColor;
}

.column_card a:hover {
  color: #00357E;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.column_card a:hover .column_btn {
  transition: all 0.5s ease-out;
  margin-top: 0.5rem;
  background: #fff;
  color: #00357E;
  border: 1px solid #00357E;
}

.column_card_body {
  padding: 0.5rem;
}

.column_card_title {
  font-size: 1.4rem;
}

.column_card_btn {
  margin-top: 0.5rem;
  background: #00357E;
  color: #fff;
  font-size: 1.2rem;
}

.needs {
  display: flex;
  justify-content: space-between;
}

.needs_img {
  width: 19%;
}

.needs_txt {
  width: 80%;
  position: relative;
  padding: 2rem;
  border-radius: 4px;
  background-color: #f1f7fc;
  text-align: left;
  font-weight: bold;
}

.needs_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f1f7fc transparent transparent;
  translate: -100% -50%;
}/*# sourceMappingURL=salesforce.css.map */