@charset "UTF-8";
/* Sass Document */
.l-content__body {
  padding: 98px 0;
}
@media screen and (max-width: 767.98px) {
  .l-content__body {
    padding: 3rem 0 5.1rem;
  }
}

.l-news__list {
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767.98px) {
  .l-news__list {
    display: block;
    margin-top: 5.3rem;
  }
}

.l-news__item {
  width: 348px;
}
@media screen and (max-width: 767.98px) {
  .l-news__item {
    width: 100%;
  }
  .l-news__item + .l-news__item {
    margin-top: 2.7rem;
  }
}
.l-news__item a {
  color: currentColor;
}

.l-news__inner {
  padding: 8px;
}
@media screen and (max-width: 767.98px) {
  .l-news__inner {
    padding: 0.8rem;
  }
}

.l-news__body {
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  .l-news__body {
    padding: 1.5rem;
  }
}

.l-category {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-category {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-category__item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}

.l-news__ttl {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .l-news__ttl {
    font-size: 1.344rem;
    letter-spacing: 0.05em;
  }
}

.p-categroy-select__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 767.98px) {
  .p-categroy-select__list {
    justify-content: space-between;
    gap: 1rem;
  }
}

.p-category-select__item {
  width: 254px;
}
@media screen and (max-width: 767.98px) {
  .p-category-select__item {
    width: calc(50% - 0.5rem);
  }
}

.p-category-select__btn {
  font-size: 1.9rem;
  font-weight: 700;
  min-height: 78px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #d4152d;
  border-radius: 10px;
  display: grid;
  place-content: center;
  width: 100%;
  transition: 0.3s background-color, 0.3s color;
}
.p-category-select__btn.c-current {
  background-color: #d4152d;
  color: #fff;
}
@media (any-hover: hover) {
  .p-category-select__btn:hover {
    background-color: #d4152d;
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .p-category-select__btn {
    font-size: 1.34rem;
    min-height: 5.1rem;
    border-radius: 0.5rem;
    letter-spacing: 0.2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	詳細
* --------------------------------------------------------------------------------------------------*/
.aligncenter {
  text-align: center;
  display: block;
  margin-inline: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.topics_detail {
  width: 792px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .topics_detail {
    width: auto;
    padding: 0 2.5rem;
  }
}
.topics_detail .header .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .topics_detail .header .info {
    margin-bottom: 2rem;
  }
}
.topics_detail .header time {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .topics_detail .header time {
    font-size: 1.1rem;
    margin-top: 0.6rem;
    margin-right: 2rem;
  }
}
.topics_detail .header .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.98px) {
  .topics_detail .header .ttl {
    font-size: 1.72rem;
  }
}

.post_contents {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .post_contents {
    margin-top: 4rem;
  }
}
.post_contents > *:first-child {
  margin-top: 0;
}
.post_contents h1,
.post_contents h2,
.post_contents h3,
.post_contents h4,
.post_contents h5,
.post_contents h6 {
  margin: 2em 0 1em;
  line-height: 1.6;
}
.post_contents h2 {
  background-color: #d4152d;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .post_contents h2 {
    font-size: 1.63rem;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.post_contents h3 {
  font-size: 2rem;
  color: #d4152d;
  border-left: 18px solid #d4152d;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .post_contents h3 {
    font-size: 1.53rem;
    border-width: 0.8rem;
    padding-left: 1.5rem;
  }
}
.post_contents h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .post_contents h4 {
    font-size: 1.34rem;
  }
}
.post_contents h5 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .post_contents h5 {
    font-size: 1.3rem;
  }
}
.post_contents p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .post_contents p {
    font-size: 1.24rem;
  }
}
.post_contents p + p {
  margin-top: 1em;
}
.post_contents figure {
  margin: 50px 0 10px;
}
@media screen and (max-width: 767.98px) {
  .post_contents figure {
    margin: 4rem 0 2rem;
  }
}
.post_contents figure img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .post_contents figure img {
    border-radius: 0.5rem;
  }
}
.post_contents figcaption {
  font-size: 1.3rem;
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .post_contents figcaption {
    font-size: 1.15rem;
    margin-top: 0.5em;
  }
}
.post_contents hr {
  border: 2px solid #d4152d;
}
.post_contents .blank {
  display: block;
  width: 100%;
  height: 1px;
  margin: 80px 0 0;
}
@media screen and (max-width: 767.98px) {
  .post_contents .blank {
    margin: 9rem 0 0;
  }
}
@media (any-hover: hover) {
  .post_contents p a:hover {
    text-decoration: none;
  }
}

.sec_topics {
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics {
    padding-bottom: 6rem;
  }
}

.sec_topics .topics_detail .post_contents .col2,
.sec_topics .topics_detail .post_contents .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .col2,
.sec_topics .topics_detail .post_contents .col3 {
    display: block;
    margin: 4rem 0 2rem;
  }
}

.sec_topics .topics_detail .post_contents .col2.imgright {
  flex-direction: row-reverse;
}

.sec_topics .topics_detail .post_contents .col2 > * {
  display: block;
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .col2 > * {
    width: 100%;
  }
}

.sec_topics .topics_detail .post_contents .col2 *:first-child {
  /* margin-top: 0; */
}

.sec_topics .topics_detail .post_contents .col3 > * {
  display: block;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .col3 > * {
    width: 100%;
  }
}

.sec_topics .topics_detail .post_contents .p_box {
  margin: 40px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .p_box {
    margin: 4rem 0 2rem;
  }
}

.sec_topics .topics_detail .post_contents .p_box .p_img {
  position: relative;
  margin: 0;
  width: 126px;
  height: 126px;
  border-radius: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .p_box .p_img {
    width: 7.3rem;
    height: 7.3rem;
    border-radius: 20rem;
  }
}
.sec_topics .topics_detail .post_contents .p_box .p_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_topics .topics_detail .post_contents .p_box .p_txt {
  position: relative;
  width: calc(100% - 180px);
  min-height: 160px;
  padding: 40px;
  border-radius: 0 5px 5px 5px;
  background-color: #f9f4e6;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .p_box .p_txt {
    padding: 2rem;
    width: calc(100% - 10.4rem);
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    min-height: 16rem;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .p_box .p_txt p {
    font-size: 1.15rem;
    line-height: 1.9090909091;
  }
}

.sec_topics .topics_detail .post_contents .p_box .p_txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 28px 0;
  border-color: transparent #f9f4e6 transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .p_box .p_txt::before {
    border-width: 0 2.3rem 2.4rem 0;
  }
}

.slider_wrap {
  padding: 32px;
  margin: 40px 0;
}
@media screen and (max-width: 767.98px) {
  .slider_wrap {
    padding: 3.2rem;
    margin: 4rem 0;
  }
}

.slick-slide img {
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  font-size: 0;
}
@media (any-hover: hover) {
  .slick-arrow:hover::before {
    border-color: #d4152d;
  }
}
@media screen and (max-width: 767.98px) {
  .slick-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.slick-arrow::before {
  transition: 0.3s border-color;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
@media screen and (max-width: 767.98px) {
  .slick-arrow::before {
    width: 0.6rem;
    height: 0.6rem;
    border-width: 0.2rem;
  }
}

.slick-prev {
  left: -24px;
}
@media screen and (max-width: 767.98px) {
  .slick-prev {
    left: -2.4rem;
  }
}
.slick-prev::before {
  transform: rotate(-135deg);
}

.slick-next {
  right: -17px;
}
@media screen and (max-width: 767.98px) {
  .slick-next {
    right: -1.7rem;
  }
}
.slick-next::before {
  transform: rotate(45deg);
}

.slider + div {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .slider + div {
    margin-top: 3rem;
  }
}

.list_box {
  background-color: #f9f4e6;
  padding: 30px 40px;
  margin: 40px 0;
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .list_box {
    padding: 2rem;
    margin: 4rem 0;
    border-radius: 0.5rem;
  }
}
.list_box > *:first-child {
  margin-top: 0;
}
.list_box .ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .list_box .ttl {
    font-size: 1.4rem;
  }
}
.list_box li {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding-left: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .list_box li {
    font-size: 1.24rem;
    padding-left: 1.4rem;
  }
}
.list_box li + li {
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .list_box li + li {
    margin-top: 0.5em;
  }
}
.list_box li::before {
  top: 0.8em;
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #d4152d;
  border-radius: 100px;
}
@media screen and (max-width: 767.98px) {
  .list_box li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.sec_topics .topics_detail .post_contents .topics_box {
  margin: 80px 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box {
    margin: 4rem 0;
  }
}

.sec_topics .topics_detail .post_contents .topics_box a {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.15);
  overflow: hidden;
  transition: box-shadow 0.3s;
  will-change: box-shadow;
  text-decoration: none;
  color: currentColor;
  padding: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box a {
    border-radius: 0.5rem;
    padding: 1rem;
  }
}
@media (any-hover: hover) {
  .sec_topics .topics_detail .post_contents .topics_box a:hover {
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.4);
  }
  .sec_topics .topics_detail .post_contents .topics_box a:hover .thumb img {
    transform: scale(1.1);
  }
}

.sec_topics .topics_detail .post_contents .topics_box a .thumb {
  flex: 0 0 auto;
  width: 246px;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 139/86;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box a .thumb {
    width: 13.9rem;
    border-radius: 0.5rem;
  }
}
.sec_topics .topics_detail .post_contents .topics_box a .thumb img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_topics .topics_detail .post_contents .topics_box a .txtwrap {
  position: relative;
  flex: 1;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box a .txtwrap {
    padding: 0 0 0 1rem;
  }
}

.sec_topics .topics_detail .post_contents .topics_box .ico::after,
.sec_topics .topics_detail .post_contents .link_blank .ico::after {
  content: "";
  width: 0.5rem;
  height: 1rem;
  right: 1.45rem;
  top: 1.3rem;
}

.sec_topics .topics_detail .post_contents .topics_box time {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box time {
    font-size: 1.1rem;
  }
}
.sec_topics .topics_detail .post_contents .topics_box .ttl {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .topics_box .ttl {
    margin-top: 1rem;
    font-size: 1.15rem;
  }
}

.sec_topics .topics_detail .post_contents .link_blank {
  margin: 10px 0;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .link_blank {
    margin: 3rem 0;
  }
}

.sec_topics .topics_detail .post_contents .link_blank .ttl {
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .link_blank .ttl {
    line-height: 2;
    margin-bottom: 1rem;
  }
}

.sec_topics .topics_detail .post_contents .link_blank a {
  position: relative;
  display: block;
  padding: 18px 80px 18px 34px;
  border-radius: 0.7rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.15);
  overflow: hidden;
  transition: box-shadow 0.3s;
  will-change: box-shadow;
  text-decoration: none;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .link_blank a {
    padding: 1rem 5rem 1rem 2.5rem;
  }
  .sec_topics .topics_detail .post_contents .link_blank a p {
    font-size: 1.15rem;
    line-height: 2.0869565217;
  }
}
@media (any-hover: hover) {
  .sec_topics .topics_detail .post_contents .link_blank a:hover {
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.4);
  }
  .sec_topics .topics_detail .post_contents .link_blank a:hover .ico::after {
    top: -8px;
    right: -8px;
  }
}

.sec_topics .topics_detail .post_contents .link_blank a .ico {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border: 2px solid #d4152d;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .link_blank a .ico {
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.sec_topics .topics_detail .post_contents .link_blank a .ico::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  border-top: 2px solid #d4152d;
  border-right: 2px solid #d4152d;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .link_blank a .ico::after {
    width: 1.1rem;
    height: 1.1rem;
    top: -0.6rem;
    right: -0.6rem;
  }
}

.sec_topics .topics_detail .post_contents .pdf_btn {
  margin: 40px 0;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .pdf_btn {
    margin: 4rem 0;
  }
}

.sec_topics .topics_detail .post_contents .pdf_btn p {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .pdf_btn p {
    margin-bottom: 2rem;
  }
}

.sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 348px;
  position: relative;
  color: #fff;
  background-color: #d4152d;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link {
    min-width: inherit;
    width: 100%;
    font-weight: 500;
    border-radius: 0.5rem;
    font-size: 1.34rem;
    min-height: 5.1rem;
  }
}
@media (any-hover: hover) {
  .sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link:hover:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link:hover:hover::after {
    background-color: #d4152d;
  }
}
.sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link::after {
  transition: 0.3s background-color;
  content: "";
  position: absolute;
  width: 24px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.8 17.1"><title>download</title><polygon class="cls-1" points="22.8 8.2 22.8 15.1 2 15.1 2 8.2 0 8.2 0 17.1 24.8 17.1 24.8 8.2 22.8 8.2"/><polygon class="cls-1" points="17 6.9 15.6 5.4 13.4 7.5 13.4 0 11.4 0 11.4 7.5 9.2 5.4 7.8 6.9 12.4 11.1 17 6.9"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.8 17.1"><title>download</title><polygon class="cls-1" points="22.8 8.2 22.8 15.1 2 15.1 2 8.2 0 8.2 0 17.1 24.8 17.1 24.8 8.2 22.8 8.2"/><polygon class="cls-1" points="17 6.9 15.6 5.4 13.4 7.5 13.4 0 11.4 0 11.4 7.5 9.2 5.4 7.8 6.9 12.4 11.1 17 6.9"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  right: 20px;
  top: 35%;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .pdf_btn .m_btn01_link::after {
    width: 1.7rem;
    height: 1.2rem;
    top: 39%;
  }
}

.m_btn01_link {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 62px;
  text-decoration: none;
  color: currentColor;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .m_btn01_link {
    min-height: 6.2rem;
  }
}

.sec_topics .topics_detail .post_contents .video_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 50px 0;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .video_wrap {
    margin: 4rem 0;
  }
}

.sec_topics .topics_detail .post_contents .video_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_topics .topics_detail .post_contents .address_map_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 232px;
  padding: 0 5px 5px 0;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .address_map_btn {
    width: 16.3rem;
  }
}
.sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link {
  background-color: #d4152d;
  color: #fff;
  min-height: 48px;
  position: relative;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link {
    min-height: 3.3rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
  }
}
.sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link::before {
    border-width: 1px;
    width: 0.5rem;
    height: 0.5rem;
    right: 1rem;
  }
}
@media (any-hover: hover) {
  .sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link:hover {
    background-color: #fff;
    color: #d4152d;
  }
  .sec_topics .topics_detail .post_contents .address_map_btn .m_btn01_link:hover::before {
    border-color: #d4152d;
  }
}

.sec_topics .topics_detail .post_contents .address_map_btn_corner._01 {
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.sec_topics .topics_detail .post_contents .address_map_btn_corner {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  pointer-events: none;
}

.sec_topics .topics_detail .post_contents .address_map_btn_corner._02 {
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}

.sec_topics .topics_detail .post_contents .address_map_btn_corner {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  pointer-events: none;
}

.sec_topics .topics_detail .post_contents .address_map {
  position: relative;
  aspect-ratio: 792/430;
}
@media screen and (max-width: 767.98px) {
  .sec_topics .topics_detail .post_contents .address_map {
    aspect-ratio: 680/369;
  }
}

.sec_topics .topics_detail .post_contents .address_map_iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  border: none;
}

.post_contents > ul:not([class]),
.post_contents > ol:not([class]),
.slider_wrap div > ul:not([class]),
.slider_wrap div > ol:not([class]),
.txtwrap div > ul:not([class]),
.txtwrap div > ol:not([class]),
.p_box .p_txt div > ul:not([class]),
.p_box .p_txt div > ol:not([class]) {
  padding-left: 2.2em;
  margin: 2rem 0;
}
.post_contents > ul:not([class]) li,
.post_contents > ol:not([class]) li,
.slider_wrap div > ul:not([class]) li,
.slider_wrap div > ol:not([class]) li,
.txtwrap div > ul:not([class]) li,
.txtwrap div > ol:not([class]) li,
.p_box .p_txt div > ul:not([class]) li,
.p_box .p_txt div > ol:not([class]) li {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .post_contents > ul:not([class]) li,
.post_contents > ol:not([class]) li,
.slider_wrap div > ul:not([class]) li,
.slider_wrap div > ol:not([class]) li,
.txtwrap div > ul:not([class]) li,
.txtwrap div > ol:not([class]) li,
.p_box .p_txt div > ul:not([class]) li,
.p_box .p_txt div > ol:not([class]) li {
    font-size: 1.24rem;
  }
}
.post_contents > ul:not([class]) li:not([class]),
.slider_wrap div > ul:not([class]) li:not([class]),
.txtwrap div > ul:not([class]) li:not([class]),
.p_box .p_txt div > ul:not([class]) li:not([class]) {
  position: relative;
}
.post_contents > ul:not([class]) li:not([class])::before,
.slider_wrap div > ul:not([class]) li:not([class])::before,
.txtwrap div > ul:not([class]) li:not([class])::before,
.p_box .p_txt div > ul:not([class]) li:not([class])::before {
  top: 0.8em;
  content: "";
  position: absolute;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #d4152d;
  border-radius: 100px;
}
@media screen and (max-width: 767.98px) {
  .post_contents > ul:not([class]) li:not([class])::before,
.slider_wrap div > ul:not([class]) li:not([class])::before,
.txtwrap div > ul:not([class]) li:not([class])::before,
.p_box .p_txt div > ul:not([class]) li:not([class])::before {
    left: -1.4rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.post_contents > ol:not([class]) li:not([class]),
.slider_wrap div > ol:not([class]) li:not([class]),
.txtwrap div > ol:not([class]) li:not([class]),
.p_box .p_txt div > ol:not([class]) li:not([class]) {
  list-style: decimal;
}
/*# sourceMappingURL=news.css.map */