@media screen and (min-width: 768px) {
  .pg_index .main .glb_col_2_page {
    padding-top: 0;
  }
}
.pg_index .main .sec_1 .title_sec {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .pg_index .main .sec_1 .title_sec {
    padding: 1rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_index .main .sec_1 .title_sec {
    padding: 1rem 0 2rem;
  }
}
.pg_index .main .sec_3 .glb_scl_list_link {
  border-top: 1px solid var(--gray-300);
}
@media screen and (min-width: 768px) {
  .pg_index .main .sec_3 .glb_scl_list_link {
    padding: var(--spacer-1h) 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_index .main .sec_3 .glb_scl_list_link {
    margin: 0 var(--spacer-m1);
  }
}

@media screen and (min-width: 768px) {
  .pg_post-cate .main .glb_col_2_page {
    padding-top: 0;
  }
}
.pg_post-cate .main .sec_1 .title_sec {
  font-weight: var(--font-weight-bold);
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .pg_post-cate .main .sec_1 .title_sec {
    font-size: var(--font-size-md-md);
    line-height: 1.185;
  }
}
@media screen and (max-width: 767px) {
  .pg_post-cate .main .sec_1 .title_sec {
    font-size: var(--font-size-nml-sm);
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-answers-link__body {
  padding: var(--spacer-1h) 0;
}
@media screen and (max-width: 767px) {
  .p-answers-link__body {
    font-size: var(--font-size-nml-sm);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-answers-link__body {
    font-size: var(--font-size-nml-md);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-answers-link__footer {
    margin-bottom: var(--spacer-1h);
  }
}
.p-answers-link__footer .c-button-question,
.p-answers-link__footer .c-button-answer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-answers-link__footer .c-button-question,
  .p-answers-link__footer .c-button-answer {
    max-width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .pg_post-detail .main .glb_breadcrumbs {
    display: none;
  }
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_post {
  padding-top: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_post {
    font-size: var(--font-size-xlg-sm);
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_post {
    font-size: var(--font-size-xlg-md);
    line-height: 1.278;
  }
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .info_post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 var(--spacer-1);
  padding-top: var(--spacer-1);
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .prt_box_writer_time {
  margin-top: 0;
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_post {
  padding-top: var(--spacer-1);
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .base_list_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 var(--spacer-1h);
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .base_list_share .list_link_share {
  display: flex;
  gap: 0 var(--spacer-1);
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .base_list_share .list_link_share a img {
  width: 4.8rem;
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .base_list_share .list_link_share button {
  background-color: transparent;
  border: none;
  height: 4.8rem;
  position: relative;
  width: 4.8rem;
}
.pg_post-detail .main .sec_1 .glb_col_2_sec .col_main_sec .base_list_share .list_link_share button img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
}
.pg_post-detail .main .sec_1 .cate_post {
  border-color: var(--gray-200);
  border-style: solid;
  border-width: 0.1rem 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .pg_post-detail .main .sec_1 .cate_post {
    padding: 1.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_post-detail .main .sec_1 .cate_post {
    margin: 0 var(--spacer-m1);
    padding: 1.8rem 1rem;
  }
}
.pg_post-detail .main .sec_1 .cate_post dt,
.pg_post-detail .main .sec_1 .cate_post dd {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.pg_post-detail .main .sec_1 .cate_post dt {
  border-right: 1px solid var(--gray-900);
  margin-right: 1rem;
  padding-right: 1rem;
}
.pg_post-detail .main .sec_1 .cate_post dd a {
  color: var(--clr_blu);
}
.pg_post-detail .main .sec_1 .cate_post dd a:hover {
  text-decoration: underline;
}

.pg_recommend .main .sec_1 .glb_pickup_tag {
  margin-top: var(--spacer-5);
}
.pg_recommend .main .sec_1 .glb_pickup_tag .prt_title_col_main > span {
  font-size: var(--font-size-nml-md);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pg_recommend .main .sec_1 .glb_pickup_tag .prt_title_col_main > span {
    padding: 3.5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_recommend .main .sec_1 .glb_pickup_tag .prt_title_col_main > span {
    margin: 0;
    padding: 1.5rem 0 0;
  }
}
.pg_recommend .main .sec_1 .glb_pickup_tag .glb_scl_list_link {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .pg_recommend .main .sec_1 .glb_pickup_tag .glb_scl_list_link {
    padding-bottom: 0;
  }
}

.cls_ranking .main .sec_1 .title_sec {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cls_ranking .main .sec_1 .title_sec {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cls_ranking .main .sec_1 .title_sec {
    padding-top: var(--spacer-1);
  }
}
@media screen and (min-width: 768px) {
  .cls_ranking .main .sec_1 .glb_scl_list_link {
    padding-top: var(--spacer-1h);
  }
}
.cls_ranking .main .sec_2 .area_col_2_box_rank {
  border-bottom: 1px solid var(--gray-300);
}
@media screen and (max-width: 767px) {
  .cls_ranking .main .sec_2 .area_col_2_box_rank {
    margin: 0 var(--spacer-m1);
  }
}
@media screen and (max-width: 767px) {
  .cls_ranking .main .sec_2 .area_col_2_box_rank .prt_box_bnr {
    margin: 0;
  }
}

.pg_ranking-cate .main .sec_2 .glb_scl_list_link {
  border-top: 1px solid var(--gray-300);
}
@media screen and (min-width: 768px) {
  .pg_ranking-cate .main .sec_2 .glb_scl_list_link {
    padding: var(--spacer-1h) 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_ranking-cate .main .sec_2 .glb_scl_list_link {
    margin: 0 var(--spacer-m1);
  }
}
.pg_ranking-cate .main .sec_2 .glb_col_2_box_rank:first-child {
  border-top: none;
}

.pg_ranking-writer .main .sec_2 .glb_scl_list_link {
  border-top: 1px solid var(--gray-300);
}

.pg_search .main .sec_1 .title_sec {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg_search .main .sec_1 .title_sec {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pg_search .main .sec_1 .title_sec {
    padding-top: var(--spacer-2);
  }
}

@media screen and (max-width: 767px) {
  .cls_news .main .glb_col_2_box_post_all + .prt_box_bnr a {
    border-top-width: 0;
  }
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .time_news {
  color: var(--gray-700);
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 2rem 0 1.5rem;
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_news {
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_news {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .title_news {
    font-size: 1.8rem;
  }
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news {
  border-top: 1px solid var(--gray-200);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news {
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 var(--spacer-m1);
    padding: 6rem 1rem 0;
  }
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news p {
  margin: 3rem 0;
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news h3 {
  font-weight: bold;
  margin: 3rem 0;
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news *:first-child {
  margin-top: 0;
}
.pg_news-detail .main .sec_1 .glb_col_2_sec .col_main_sec .text_news *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_news-detail .main .sec_1 .glb_col_2_sec .col_side_sec {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pg_news-detail .main .sec_2,
  .pg_news-detail .main .sec_3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pg_news-detail .main .sec_2 {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .cls_other .main .glb_col_2_box_post_all + .prt_box_bnr a {
    border-top-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .cls_other .main .sec_2,
  .cls_other .main .sec_3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cls_other .main .sec_2 {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .pg_404 .main .glb_breadcrumbs {
    display: none;
  }
}
.pg_404 .main .sec_1 .glb_scl_list_link {
  border-top: 1px solid var(--gray-300);
}
@media screen and (max-width: 767px) {
  .pg_404 .main .sec_1 .glb_scl_list_link {
    margin: 0 var(--spacer-m1);
  }
}
@media screen and (min-width: 768px) {
  .pg_404 .main .sec_1 .glb_scl_list_link {
    padding: var(--spacer-1h) 0;
  }
}
