/*=================================================
  pageTitle
=================================================*/
.pageTitle {
  background-image: url(/images/service/harassment-support/page-title_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: cover;
}

/*=====================================================
  hsProblemList
=====================================================*/
.hsProblemList {
  margin: 0;
  padding: 0;
}
.hsProblemList .hsProblemList__title {
  margin: 1rem 0;
  padding: 12px 18px 12px 20px;
  border-left: 0;
  display: block;
  overflow: hidden;
  position: relative;
  overflow: visible;
  text-align: center;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.8;
  font-weight: bold;
  background-color: #1545b3;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .hsProblemList .hsProblemList__title {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .hsProblemList .hsProblemList__title {
    margin: 1.5rem 0;
    padding: 12px 20px 12px 24px;
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.hsProblemList .hsProblemList__title .hsProblemList__leftImg {
  width: fit-content;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 5px;
}
@media print, screen and (max-width: 420px) {
  .hsProblemList .hsProblemList__title .hsProblemList__leftImg {
    width: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .hsProblemList .hsProblemList__title .hsProblemList__leftImg {
    top: -50px;
  }
}
.hsProblemList .hsProblemList__title .hsProblemList__rightImg {
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
@media print, screen and (max-width: 420px) {
  .hsProblemList .hsProblemList__title .hsProblemList__rightImg {
    width: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .hsProblemList .hsProblemList__title .hsProblemList__rightImg {
    top: -37px;
  }
}
.hsProblemList .hsProblemList__box {
  margin: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f0f5f9;
  border-radius: 15px;
}
.hsProblemList .hsProblemList__box::before {
  content: "";
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  background-image: url(/images/service/harassment-support/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
@media print, screen and (min-width: 1200px) {
  .hsProblemList .hsProblemList__box::before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-size: 40px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hsProblemList .hsProblemList__box {
    padding: 40px;
  }
}
.hsProblemList .hsProblemList__box .hsProblemList__boxText {
  width: calc(100% - 34px);
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 1200px) {
  .hsProblemList .hsProblemList__box .hsProblemList__boxText {
    width: calc(100% - 60px);
  }
}

/*=====================================================
  hsH2
=====================================================*/
.hsH2 {
  margin: 1rem 0;
  padding: 12px 18px 12px 20px;
  border-left: 0;
  display: block;
  overflow: hidden;
  position: relative;
  overflow: visible;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.8;
  font-weight: bold;
  background-color: #1545b3;
  color: white;
}
@media print, screen and (min-width: 1200px) {
  .hsH2 {
    margin: 1.5rem 0;
    padding: 12px 20px 12px 24px;
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.hsH2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #082465;
}

/*=====================================================
  hsBodyGuardBox
=====================================================*/
.hsBodyGuardBox {
  width: 100%;
  margin: 0 0 70px 0;
  padding: 0;
}
.hsBodyGuardBox .hsBodyGuardBox__title {
  width: 100%;
  margin: 0;
  padding: 12px 18px 12px 20px;
  background-color: #05112c;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.8;
  color: white;
}
@media print, screen and (min-width: 1200px) {
  .hsBodyGuardBox .hsBodyGuardBox__title {
    padding: 12px 20px 12px 24px;
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.hsBodyGuardBox .hsBodyGuardBox__inner {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #082465;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .hsBodyGuardBox .hsBodyGuardBox__inner {
    padding: 20px 20px 0 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hsBodyGuardBox .hsBodyGuardBox__inner {
    padding: 40px 40px 0 40px;
  }
}

/*=====================================================
  hsContactBox
=====================================================*/
.hsContactBox {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.hsContactBox .hsContactBox__text {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1200px) {
  .hsContactBox .hsContactBox__text {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.hsContactBox .hsContactBox__info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hsContactBox .hsContactBox__info .hsContactBox__tel {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 700;
  color: #1545b3;
}
@media print, screen and (min-width: 768px) {
  .hsContactBox .hsContactBox__info .hsContactBox__tel {
    width: 50%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .hsContactBox .hsContactBox__info .hsContactBox__tel {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}
.hsContactBox .hsContactBox__info .hsContactBox__tel a {
  color: #1545b3;
  text-decoration: none;
}
.hsContactBox .hsContactBox__info .hsContactBox__mail {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .hsContactBox .hsContactBox__info .hsContactBox__mail {
    width: 50%;
  }
}
.hsContactBox .hsContactBox__info .hsContactBox__mail a {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  background-color: #1545b3;
  border-radius: 50px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1200px) {
  .hsContactBox .hsContactBox__info .hsContactBox__mail a {
    padding: 28px 20px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.hsContactBox .hsContactBox__info .hsContactBox__mail a:hover {
  background-color: #fdaa09;
}
.hsContactBox .hsContactBox__info .hsContactBox__mail a .icon {
  margin: 0;
  padding: 2px 0 2px 36px;
  display: inline-block;
  background-image: url(/images/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 22px 22px;
}
@media print, screen and (min-width: 1200px) {
  .hsContactBox .hsContactBox__info .hsContactBox__mail a .icon {
    padding-left: 42px;
    background-size: 26px 26px;
  }
}

.hsEmphasis, .hsEmphasisColor {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  display: inline-block;
  font-size: 28px;
  font-size: 1.5555555556rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 1200px) {
  .hsEmphasis, .hsEmphasisColor {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
}

.hsEmphasisColor {
  background-color: yellow;
  color: #1545b3;
}

.hsImgRad15 img {
  border-radius: 15px;
}

.hsImgRad20 img {
  border-radius: 20px;
}