@charset "UTF-8";
/* ページ固有のパーツ */
body {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.blue {
  color: #006bce !important;
}

.title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "M PLUS 1p";
}

/* お悩み */
.worries {
  height: 442px;
  background: url(../../service_info/city_promotion/img/bg_worries.jpg) no-repeat center/cover;
  padding: 60px 0 0;
}
.worries_txt {
  background: #fff;
  border-bottom: 2px solid #6d6d6d;
  width: 929px;
  height: 241px;
  margin-top: 60px;
  position: relative;
}
.worries_txt::after {
  position: absolute;
  content: "";
  background: url(../../service_info/city_promotion/img/bg_worries_txt.png) no-repeat center/contain;
  width: 308px;
  height: 287px;
  bottom: -30px;
  left: 0;
}
.worries_list {
  position: absolute;
  width: fit-content;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.worries_item {
  position: relative;
  text-indent: 1em;
  line-height: 2.2;
}
.worries_item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  top: .75em;
  left: 0;
}

/* テキストリスト */
.txtlist_item:first-child .txtlist_list_title {
  background: transparent;
  padding: 0;
}

.txtlist_list_title {
  background: #444a5d;
}
.txtlist_list_title .block {
  display: block;
  width: fit-content;
  background: #444a5d;
  padding: 10px 30px;
}
.txtlist_list_title .block:last-child {
  margin-top: -0.5em;
}

.txtlist_list_list__math ul li::before {
  display: none;
}

.txtlist_list .txtlist_list_list ul li::marker {
  font-size: 0;
}

/* SP表示 */
@media screen and (max-width: 768px) {
  /* ページ固有のパーツ */
  .main__inner02 {
    margin-bottom: 0;
  }

  /* お悩み */
  .worries {
    height: auto;
  }
  .worries_txt {
    border-bottom: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: calc(212px / 2);
    background: transparent;
    padding: 0;
    margin-top: 0;
  }
  .worries_txt::after {
    display: none;
  }
  .worries_list {
    background: #fff;
    left: 50%;
    padding: 1em 0;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
  }
  .worries_item {
    list-style-type: none !important;
    font-size: calc(16px / 2) !important;
    margin-left: 1em;
  }
  .worries_item::before {
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
  }

  .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "M PLUS 1p",sans-serif;
  }

  .txtlist_item:first-child .txtlist_list_title {
    background: #444a5d;
    padding: 10px;
  }
  .txtlist_list_title .block {
    display: inline;
    background: transparent;
    padding: 0;
  }
  .txtlist_list_title .block:last-child {
    margin-top: -0.5em;
  }

  .worries_img {
    text-align: center;
  }
  .worries_img img {
    width: 80%;
    max-width: 320px;
  }

  .main__inner01 {
    margin: 0 auto;
  }

  .main__inner02 {
    padding: 0;
  }

  .txtlist_list_title {
    letter-spacing: -.02em;
  }

  .responsivetable_content_marklist ul li {
    letter-spacing: -.02em;
  }

  .footer__upper__right {
    width: auto;
  }
}
