.contactGuide-trigger {
  position: fixed;
  bottom: 16px;
  right: 11px;
  z-index: 11;
  font-size: 16px;
}

.contactGuide-trigger .js-contact-in {
  border: none;
  background-color: #f1fbff;
  border: 2px solid #68a1b8;
  border-radius: 0.25rem;
  padding: .5em 2em;
  width: 350px;
  color: #68a1b8;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  .contactGuide-trigger .js-contact-in {
    width: 260px;
    padding: .5em .5em;
    font-size: 14px;
  }
}

#contactGuide-wrapper {
  padding: 0.2em 1.2em 1.2em;
  max-width: 500px;
  bottom: 16px;
  right: 11px;
  position: fixed;
  z-index: 11;
  background-color: #f1fbff;
  border: 2px solid #68a1b8;
  border-radius: 0.25rem;
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper {
    right: 0;
    padding: 0 1em 1em 1em;
  }
}

#contactGuide-wrapper.active {
  display: block;
}

#contactGuide-wrapper > .contactGuide .js-contact-out {
  color: #68a1b8;
  text-align: center;
  cursor: pointer;
  font-size: 32px;
}

#contactGuide-wrapper .contactGuide ._image {
  width: 160px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper .contactGuide ._image {
    width: 125px;
    margin-right: 4px;
  }
}

#contactGuide-wrapper .contactGuide .contactGuide-body {
  max-width: 300px;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper .contactGuide .contactGuide-body {
    max-width: 270px;
  }
}

#contactGuide-wrapper .contactGuide .contactGuide-body ._btn a {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #68a1b8;
  border-radius: 0.25rem;
  text-decoration: none;
  border: 1px solid #68a1b8;
  color: #fff;
  gap: 2rem;
  text-align: center;
}

#contactGuide-wrapper .contactGuide .contactGuide-body ._btn a:hover {
  background: #fff;
  color: #68a1b8;
  transition: all .1s;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper .contactGuide .contactGuide-body ._btn a {
    padding: .5em;
  }
}

#contactGuide-wrapper .contactGuide .contactGuide-body ._btn a .icon-phone-in-talk,
#contactGuide-wrapper .contactGuide .contactGuide-body ._btn a .icon-shake-hands {
  font-size: 2em;
  margin-right: .4em;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper > .contactGuide > .contactGuide-body > ._btn a .icon-phone-in-talk,
  #contactGuide-wrapper > .contactGuide > .contactGuide-body > ._btn a .icon-shake-hands {
    font-size: 1.5em;
  }
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper > .contactGuide > .contactGuide-body > ._btn a > ._outline {
    font-size: .8em;
  }
}

#contactGuide-wrapper > .contactGuide > .contactGuide-footer > ._outline {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  #contactGuide-wrapper > .contactGuide > .contactGuide-footer > ._outline {
    font-size: .8em;
  }
}

.section-box.section-header-box {
  margin-top: 60px;
  padding: 0;
}

.section-box.section-header-box ._header {
  color: #fff;
  background-color: #8D1155;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
}

@media (max-width: 575.98px) {
 .section-box.section-header-box ._header {
    font-size: 20px;
  }
}
.section-box.section-header-box ._body {
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
 .section-box.section-header-box ._body {
    padding: 1.5rem;
  }
}
.section-box.section-header-box ._body p {
  line-height: 1;
  text-align: center;
}
.notice-container {
    background-color: #F6C3D9;
    padding: 4px 12px;
    font-weight: bold;
    border-radius: 8px;
}

.notice {
    background-color: #8D1155;
    color: #ffffff;
    border-radius: 4px;
    font-size: 1.125rem;
}

.notice-content {
    color: #002669;
    margin-left: 16px;
}

@media (max-width: 575.98px) {
    .notice-container {
        padding: 12px;
    }
}

/* Granules CSS */
ul.list-type-dot > * {
  padding-left: 1rem;
}
ul.list-type-dot > li:before {
  content: "・";
}
ul.list-type-kome > * {
  padding-left: 1rem;
}
ul.list-type-kome > li:before {
  content: "※";
}
.triangle-container {
  text-indent: 1rem;
}
.triangle-wrapper {
  position: relative;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #910051;
  position: absolute;
  top: 0;
  left: -0.8rem;
  bottom: 0;
  margin: auto;
}
ul.list-type-dot > ul.list-type-notice li {
  padding-left: 2em;
}
ul.list-type-dot > ul.list-type-notice li:before {
  content: "注" "）";
  margin-right: -1.5rem;
}