@charset "UTF-8";
.f_sans, .privacy_block li, .specialist_title .job01, .specialist_title .job02, .specialist_title {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.f_serif, .bdr_c_title.plan_service_title span, .problem_btm_text {
  font-family: "Noto Serif JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
.page_main.default {
  padding-top: 6.25rem;
}
.page_main.default .lp_title, .page_main.default h2.wp-block-heading:not(.bdr_r_title) {
  font-size: 2.5rem;
  color: #186A9D;
  text-align: center;
  line-height: 1.4166666667;
}
.page_main.default .lp_title + .lp_text, .page_main.default h2.wp-block-heading:not(.bdr_r_title) + .lp_text {
  margin-top: 3rem;
}
.page_main.default p:not([class]) {
  color: #444444;
}

@media (max-width: 749.9px) {
  .page_main.default {
    padding-top: 3.75rem;
  }
  .page_main.default .lp_title, .page_main.default h2.wp-block-heading:not(.bdr_r_title) {
    font-size: 1.5rem;
  }
  .page_main.default .lp_title + .lp_text, .page_main.default h2.wp-block-heading:not(.bdr_r_title) + .lp_text {
    margin-top: 1.125rem;
  }
}
.page_title_wrap {
  position: relative;
  margin-bottom: 4rem;
}
.page_title_wrap img {
  min-height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_title_wrap .page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  line-height: 1.4583333333;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 0.9375rem rgba(21, 94, 139, 0.85);
}

@media (max-width: 749.9px) {
  .page_title_wrap {
    margin-bottom: 2.25rem;
  }
  .page_title_wrap img {
    min-height: 10rem;
  }
  .page_title_wrap .page_title {
    font-size: 1.6875rem;
  }
}
.cta_pr {
  padding-block: 6rem;
}
.cta_pr .cta_pr_in {
  max-width: 58.75rem;
  margin-inline: auto;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
}
.cta_pr .cta_pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.cta_pr .cta_pr_list li {
  width: calc(33.333% - 0.6666666667rem);
  background: #487FB5;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
}
.cta_pr .cta_pr_list li b {
  color: inherit;
  position: relative;
  display: inline-block;
}
.cta_pr .cta_pr_list li b::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  border-bottom: 2px solid #FFBE58;
  left: 0;
  bottom: -0.0625rem;
}
.cta_pr .cta_wrap {
  margin-top: 1.5rem;
}
.cta_pr .cta_wrap .cta_box {
  height: 7rem;
  gap: 1.5rem;
}
.cta_pr .cta_wrap .cta_box .cta_text {
  padding-right: 0;
  font-size: 1.1875rem;
  text-align: center;
}
.cta_pr .cta_wrap .cta_box .cta_text::after {
  display: none;
}
.cta_pr .cta_wrap .cta_box .cta_text span {
  padding: 0 1.34em;
  position: relative;
  line-height: 1.5;
  display: block;
}
.cta_pr .cta_wrap .cta_box .cta_text span::before, .cta_pr .cta_wrap .cta_box .cta_text span::after {
  content: "";
  width: 1.25em;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 0.625rem;
}
.cta_pr .cta_wrap .cta_box .cta_text span::before {
  -webkit-transform: scale(-1, 1) rotate(-45deg);
          transform: scale(-1, 1) rotate(-45deg);
  left: 0;
}
.cta_pr .cta_wrap .cta_box .cta_text span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.cta_pr .cta_wrap .cta_box .cta_btn {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 749.9px) {
  .cta_pr {
    padding: 2.5rem 1.5625rem;
  }
  .cta_pr .cta_pr_in {
    padding: 1.25rem 1rem;
  }
  .cta_pr .cta_pr_list {
    max-width: 98%;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.375rem;
  }
  .cta_pr .cta_pr_list li {
    width: 100%;
    font-size: 0.9375rem;
    letter-spacing: 0;
    padding: 0.5rem 0.5rem 0.625rem;
  }
  .cta_pr .cta_pr_list li br {
    display: none;
  }
  .cta_pr .cta_pr_list li b {
    margin-right: 0.125em;
  }
  .cta_pr .cta_pr_list li b::after {
    border-bottom: 1px solid #FFBE58;
    left: 0;
    bottom: 0;
  }
  .cta_pr .cta_wrap {
    margin-top: 0.75rem;
  }
  .cta_pr .cta_wrap .cta_box {
    max-width: 100%;
    padding-inline: 1rem !important;
    height: auto;
    gap: 0;
  }
  .cta_pr .cta_wrap .cta_box .cta_text {
    padding-right: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .cta_pr .cta_wrap .cta_box .cta_text span {
    padding: 0 1.5em;
    display: inline-block;
  }
  .cta_pr .cta_wrap .cta_box .cta_btn {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 1rem;
  }
}
.problem_example_wrap {
  max-width: 63.6875rem;
  margin: 4rem auto 2.625rem;
  position: relative;
}
.problem_example_list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.problem_example_list li {
  width: 50%;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.problem_example_list li > span {
  width: 17.75rem;
  height: 4.5rem;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.problem_example_list li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.problem_example_list li:nth-child(1) {
  padding-left: 12.25rem;
}
.problem_example_list li:nth-child(2) {
  margin-top: 1.25rem;
  padding-right: 12.25rem;
}
.problem_example_list li:nth-child(3) {
  margin-top: 2.25rem;
  padding-left: 2.625rem;
}
.problem_example_list li:nth-child(4) {
  margin-top: 3.1875rem;
  padding-right: 2.625rem;
}
.problem_example_list li:nth-child(5) {
  margin-top: 4.5625rem;
  padding-left: 0;
}
.problem_example_list li:nth-child(6) {
  margin-top: 6.0625rem;
  padding-right: 0;
}

.problem_btm_text {
  position: relative;
  margin-bottom: 5.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #DE9521;
  text-align: center;
}
.problem_btm_text::before {
  width: 100%;
  height: 4rem;
  margin-bottom: 2rem;
  content: "";
  display: block;
  background: url("../img/top/arw_cont_down.svg") center bottom no-repeat;
  background-size: contain;
}

.bdr_c_title.plan_service_title {
  margin-top: 0 !important;
}
.bdr_c_title.plan_service_title span {
  font-size: 2.5rem;
  font-weight: bold;
}
.bdr_c_title.plan_service_title span::before {
  right: calc(100% + 1.5rem);
}
.bdr_c_title.plan_service_title span::after {
  left: calc(100% + 1.5rem);
}
.bdr_c_title.plan_service_title + .lp_title .tx_s {
  font-size: 1.875rem;
}

@media (max-width: 749.9px) {
  .problem_example_wrap {
    max-width: 21.875rem;
    margin: 2rem auto 1.25rem;
  }
  .problem_example_list li {
    height: 2.25rem;
  }
  .problem_example_list li > span {
    width: 9.5625rem;
    height: 2.4375rem;
    font-size: 0.75rem;
  }
  .problem_example_list li:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .problem_example_list li:nth-child(1) {
    padding-left: 1.125rem;
  }
  .problem_example_list li:nth-child(2) {
    margin-top: 0.625rem;
    padding-right: 1.125rem;
    text-align: center;
  }
  .problem_example_list li:nth-child(3) {
    margin-top: 1.4375rem;
    padding-left: 0.125rem;
  }
  .problem_example_list li:nth-child(4) {
    margin-top: 1.9375rem;
    padding-right: 0.125rem;
  }
  .problem_example_list li:nth-child(5) {
    margin-top: 0.8125rem;
    padding-left: 1.125rem;
  }
  .problem_example_list li:nth-child(6) {
    margin-top: 1.4375rem;
    padding-right: 1.125rem;
  }
  .problem_btm_text {
    margin-bottom: 2.75rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .problem_btm_text::before {
    height: 2.375rem;
    margin-bottom: 0.75rem;
  }
  .bdr_c_title.plan_service_title span {
    font-size: 1.25rem;
    line-height: 1.34;
  }
  .bdr_c_title.plan_service_title span::before {
    right: calc(100% + 1.5rem);
  }
  .bdr_c_title.plan_service_title span::after {
    left: calc(100% + 1.5rem);
  }
  .bdr_c_title.plan_service_title + .lp_title .tx_s {
    font-size: 1.125rem;
    margin-bottom: 0.25em;
    display: inline-block;
  }
}
.page_main.default .area_box {
  margin-top: 3rem;
}

.office_list_wrap {
  margin-top: 3.5rem;
}

.office_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem 0.75rem;
  margin-bottom: 1.75rem;
}
.office_anchor_list li {
  width: calc(33.333% - 0.5rem);
}
.office_anchor_list li a {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #487FB5;
  background: #ffffff;
  border: 2px solid #487FB5;
  border-radius: 4rem;
  font-size: 1.25rem;
  padding: 0 2rem;
  font-weight: bold;
  position: relative;
}
.office_anchor_list li a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: solid #487FB5;
  border-width: 0 2px 2px 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  right: 2rem;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s, margin-top 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.3s, margin-top 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.3s, transform 0.15s, margin-top 0.15s;
  transition: opacity 0.3s, transform 0.15s, margin-top 0.15s, -webkit-transform 0.15s;
}
.office_anchor_list li a:hover::after {
  margin-top: -0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.office_list {
  background: #ECF5F7;
  padding: 5.5rem 0 1.5rem;
}
.office_list_box {
  max-width: 63rem;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
.office_list_box.page_link {
  padding-top: 9.25rem;
  margin-top: -9.25rem;
}
.office_list .office_info_wrap {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border-radius: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  overflow: hidden;
}
.office_list .office_info {
  width: 50%;
  min-height: 28.625rem;
  padding: 3.5rem 3.125rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.office_list .office_info .bdr_r_title {
  margin-bottom: 0.66em;
}
.office_list .office_info p {
  margin-bottom: 1.5rem;
}
.office_list .office_info .cta_cont_link {
  width: 100%;
}
@media (min-width: 750px) {
  .office_list .office_info .cta_cont_link {
    height: 4rem;
    margin-top: auto;
    padding-right: 1.25rem;
    background: #EC9409 url("../img/i_arw.svg") right 1.25rem center no-repeat;
    background-size: 0.625rem auto;
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn {
    font-size: 1.375rem;
    padding-left: 2.75rem;
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn::before {
    width: 2rem;
    height: 1.625rem;
    top: calc(50% - 0.8125rem);
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn > span {
    font-size: 1.0625rem;
  }
}
.office_list .office_map {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
  background: #cccccc;
}
.office_list .office_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 749.9px) {
  .page_main.default .area_box {
    margin-top: 1.75rem;
  }
  .office_list_wrap {
    margin-top: 2.5rem;
  }
  .office_anchor_list {
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
  }
  .office_anchor_list li {
    width: calc(50% - 0.375rem);
  }
  .office_anchor_list li a {
    height: 2.5rem;
    font-size: 0.9375rem;
    padding: 0 1.125rem;
    border-width: 1px;
  }
  .office_anchor_list li a::after {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.375rem;
    right: 1.125rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .office_anchor_list li a:hover::after {
    margin-top: -0.375rem;
  }
  .office_list {
    padding: 2.75rem 1.25rem 0.75rem;
  }
  .office_list_box {
    margin-bottom: 2.5rem;
  }
  .office_list_box.page_link {
    padding-top: 6.75rem;
    margin-top: -6.75rem;
  }
  .office_list .office_info_wrap {
    margin-top: 1.375rem;
  }
  .office_list .office_info {
    width: 100%;
    min-height: auto;
    padding: 1.75rem 1.5625rem 2.25rem;
  }
  .office_list .office_info .bdr_r_title {
    margin-bottom: 0.25em;
  }
  .office_list .office_info p {
    margin-bottom: 0.75rem;
  }
  .office_list .office_info .cta_cont_link {
    margin-top: 0.5rem;
    height: 3rem;
    padding-right: 1.25rem;
    background: #EC9409 url("../img/i_arw.svg") right 1.125rem center no-repeat;
    background-size: 0.46875rem auto;
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn {
    font-size: 1.125rem;
    padding-left: 2.35rem;
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn::before {
    width: 1.6rem;
    height: 1.3rem;
    top: calc(50% - 0.55rem);
  }
  .office_list .office_info .cta_cont_link .cta_cont_btn > span {
    font-size: 1rem;
  }
  .office_list .office_map {
    width: 100%;
    height: 16.5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.specialist_wrap {
  margin-top: 5rem;
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem 3rem;
}
.specialist_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: calc(33.333% - 2rem);
}
.specialist_title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-block: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.specialist_title span {
  width: 100%;
  display: block;
  line-height: 1.15;
}
.specialist_title .job01, .specialist_title .job02 {
  font-weight: normal;
}
.specialist_title .job01 {
  font-size: 0.75rem;
}
.specialist_title .job02 {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}
.specialist_title .tt {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  display: block;
}
.specialist_thumb {
  width: 6.25rem;
  margin-right: 1.25rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.specialist_text {
  width: 100%;
  margin-top: 1.5rem;
}

@media (max-width: 749.9px) {
  .specialist_wrap {
    margin-top: 2.25rem;
    margin-bottom: 2rem;
    gap: 2.5rem;
  }
  .specialist_box {
    width: 100%;
    padding-inline: 0.625rem;
  }
  .specialist_title {
    padding-bottom: 1rem;
  }
  .specialist_title .tt {
    font-size: 1.125rem;
  }
  .specialist_thumb {
    width: 5rem;
    margin-right: 1.75rem;
  }
  .specialist_text {
    margin-top: 1rem;
  }
}
.voice .inbox {
  max-width: 65.5rem;
}
.voice_wrap {
  margin-top: 4rem;
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 1.5rem);
  padding: 2rem 2.25rem 2.75rem;
  background: #ffffff;
  border-radius: 0.5rem 1.5rem 0.5rem 0.5rem;
}
.voice_info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  line-height: 1.2;
}
.voice_info_in {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #444444;
  padding-bottom: 0.5em;
}
.voice_icon {
  width: 6rem;
  margin-right: 1.25rem;
}
.voice_profile {
  font-size: 1.125rem;
}
.voice_review {
  margin-top: 0.75rem;
}
.voice_review .tt {
  font-size: 0.875rem;
  margin-right: 0.75rem;
}
.voice_review .star {
  color: #EC9409;
  font-size: 1.75rem;
}
.voice_title {
  margin: 1.5rem -0.75rem 1rem;
  padding: 0.9375rem 1.75rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  position: relative;
}
.voice_title::before, .voice_title::after {
  width: 2.25rem;
  height: 3rem;
  border: solid #487FB5;
  content: "";
  position: absolute;
  display: block;
}
.voice_title::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
  border-radius: 1rem 0 0 0;
}
.voice_title::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
  border-radius: 0 0 1rem 0;
}
.voice_text {
  max-width: 24.5rem;
  margin-inline: auto;
}

@media (max-width: 749.9px) {
  .voice_wrap {
    margin-top: 2.25rem;
    margin-bottom: 1.75rem;
    gap: 1.25rem;
  }
  .voice_box {
    width: 100%;
    padding: 1.75rem 1.5rem 2rem;
  }
  .voice_info_in {
    padding-bottom: 0.2em;
  }
  .voice_icon {
    width: 4rem;
    margin-right: 1.25rem;
  }
  .voice_profile {
    font-size: 0.875rem;
  }
  .voice_review {
    margin-top: 0.375rem;
  }
  .voice_review .tt {
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
  .voice_review .star {
    font-size: 1.5rem;
  }
  .voice_title {
    margin: 1.25rem -0.375rem 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .voice_title::before, .voice_title::after {
    width: 2.25rem;
    height: 3rem;
  }
  .voice_title::before {
    border-radius: 0.75rem 0 0 0;
  }
  .voice_title::after {
    border-radius: 0 0 0.75rem 0;
  }
}
.page_main.default .form_content {
  margin-top: 4rem;
  background: #ffffff;
}

@media (max-width: 749.9px) {
  .form_content {
    margin-bottom: 0.75rem;
  }
  .page_main.default .form_content {
    margin-top: 2.25rem;
  }
}
.privacy_policy {
  counter-reset: number 0;
}

.policy_top_text {
  font-size: 1.25rem;
  margin-bottom: 4rem;
}

.privacy_block {
  margin-top: 3.25rem;
  counter-increment: number 1;
}
.privacy_block .bdr_r_title {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.privacy_block .bdr_r_title span {
  padding-left: 1em;
  position: relative;
}
.privacy_block .bdr_r_title span::before {
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ". ";
}
.privacy_block:last-child {
  margin-bottom: 7.75rem;
}
.privacy_block ul {
  margin-left: 1em;
  padding: 0.25em 0;
}
.privacy_block li {
  color: #444444;
}
.privacy_block li + li {
  margin-top: 0;
}

@media (max-width: 749.9px) {
  .policy_top_text {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
  }
  .privacy_block {
    margin-top: 1.75rem;
  }
  .privacy_block .bdr_r_title {
    margin-bottom: 0.75rem;
  }
  .privacy_block:last-child {
    margin-bottom: 3rem;
  }
}