@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
html,
body {
  overflow-x: clip;
}
@media (max-width: 480px) {
  html,
  body {
    overflow-x: visible;
  }
}

.h2_wrap .pic {
  width: 177.2px;
}
@media (max-width: 880px) {
  .h2_wrap .pic {
    width: 115px;
  }
}

main {
  background-color: #edf4f6;
}
main .inner {
  max-width: 910px;
}
main .cap {
  letter-spacing: 0.1em;
}
main p.cap {
  padding: 8px 0 0 0;
  text-align: right;
}
@media (max-width: 880px) {
  main p.cap {
    padding-top: 4px;
  }
}
main p.cap.page_caption {
  padding: 0;
  text-align: left;
  background-color: #fff;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  main p.cap.page_caption span {
    width: 86%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 880px) {
  section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px 0;
  }
}
section .flex > .pic {
  width: 50%;
}
@media (max-width: 880px) {
  section .flex > .pic {
    width: 100%;
  }
}
section .flex > .txt {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 880px) {
  section .flex > .txt {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
section .flex > .txt dt {
  margin-bottom: 30px;
}
@media (max-width: 880px) {
  section .flex > .txt dt {
    margin-bottom: 20px;
  }
}
section .flex > .txt dd:not(.pic) {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  section .flex > .txt dd:not(.pic) {
    text-align: center;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  section .flex > .txt dd:not(.pic) {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
section .flex > .txt dd:not(.pic) + dd {
  margin-top: 35px;
}
@media (max-width: 880px) {
  section .flex > .txt dd:not(.pic) + dd {
    margin-top: 25px;
  }
}
section .flex .pic_wrap .pic {
  width: 93%;
}
@media (max-width: 880px) {
  section .flex .pic_wrap .pic {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
}
section .flex .pic_wrap .pic img {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 880px) {
  section .flex .pic_wrap .pic img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}
section .flex.flex_reverse {
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 880px) {
  section .flex.flex_reverse {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
section .flex.flex_reverse > .txt {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 880px) {
  section .flex.flex_reverse > .txt {
    padding: 0;
  }
}
section.sec01 {
  margin-top: 70px;
  padding-bottom: 15px;
}
@media (max-width: 880px) {
  section.sec01 {
    margin-top: 45px;
    padding-bottom: 0;
  }
}
section.sec01-2 .table {
  margin-top: 30px;
}
section.sec01-2 .table p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media (max-width: 880px) {
  section.sec01-2 .table p:nth-child(1) {
    font-size: 1.4rem;
  }
}
section.sec01-2 .table p:nth-child(1) span {
  color: #c9dee4;
}
section.sec01-2 .table p.cap {
  padding-right: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
section.sec01-2 .pic_wrap .pic {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
section.sec02 {
  width: 100%;
  padding-bottom: 60px;
  background: #edf4f6;
}
@media (max-width: 880px) {
  section.sec02 {
    padding-bottom: 30px;
  }
}
section.sec02 .gsap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
section.sec02 .gsap_wrap .txt {
  padding-top: 95px;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 880px) {
  section.sec02 .gsap_wrap .txt {
    display: none;
  }
}
section.sec02 .gsap_wrap .txt p {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #497ca4;
}
section.sec02 .gsap_wrap .pic_wrap {
  width: 72%;
  height: 100%;
  position: relative;
}
@media (max-width: 880px) {
  section.sec02 .gsap_wrap .pic_wrap {
    width: 100%;
  }
}
section.sec02 .gsap_wrap .pic01,
section.sec02 .gsap_wrap .pic02,
section.sec02 .gsap_wrap .pic03,
section.sec02 .gsap_wrap .pic04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section.sec02 .gsap_wrap .pic {
  padding-top: 95px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 880px) {
  section.sec02 .gsap_wrap .pic {
    padding-top: 75px;
  }
}
section.sec02 .gsap_wrap .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.sec02 .gsap_wrap .pic .cap {
  text-shadow: 0 0 1px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255);
}
section.sec02 .gsap_wrap .pic01 {
  z-index: 4;
}
section.sec02 .gsap_wrap .pic01 .cap {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0);
}
section.sec02 .gsap_wrap .pic02 {
  z-index: 3;
}
section.sec02 .gsap_wrap .pic03 {
  z-index: 2;
}
section.sec02 .gsap_wrap .pic03 .cap {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0);
}
section.sec02 .gsap_wrap .pic04 {
  z-index: 1;
}
section.sec03 {
  margin-top: 140px;
  padding-bottom: 75px;
}
@media (max-width: 880px) {
  section.sec03 {
    margin-top: 70px;
    padding-bottom: 40px;
  }
}
section.sec03 .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  section.sec03 .flex {
    gap: 10px 0;
  }
}
section.sec03 .flex > .txt {
  width: calc(50% + 40px);
  padding: 0;
}
@media (max-width: 880px) {
  section.sec03 .flex > .txt {
    width: 100%;
  }
}
section.sec03 .flex > .txt.box_wrap li.dd {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  section.sec03 .flex > .txt.box_wrap li.dd {
    text-align: center;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  section.sec03 .flex > .txt.box_wrap li.dd {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
section.sec03 .flex > .txt.box_wrap li.box {
  padding: 15px 20px;
  width: 90%;
  position: relative;
  background: #fff;
}
@media (max-width: 880px) {
  section.sec03 .flex > .txt.box_wrap li.box {
    padding: 12px 0;
    width: 100%;
  }
}
section.sec03 .flex > .txt.box_wrap li.box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #c9dee4;
}
section.sec03 .flex > .txt.box_wrap li.box + .box {
  margin-top: 10px;
}
@media (max-width: 480px) {
  section.sec03 .flex > .txt.box_wrap li.box + .box {
    margin-top: 8px;
  }
}
section.sec03 .flex > .txt.box_wrap li.box p {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 480px) {
  section.sec03 .flex > .txt.box_wrap li.box p {
    font-size: 1.3rem;
  }
}
section.sec03 .flex > .txt.box_wrap li.box p .ttl_blue {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  section.sec03 .flex > .txt.box_wrap li.box p .ttl_blue {
    font-size: 1.7rem;
  }
}
section.sec03 .flex .pic_wrap {
  width: calc(50% - 40px);
}
@media (max-width: 880px) {
  section.sec03 .flex .pic_wrap {
    width: 100%;
    padding-top: 15px;
  }
}
section.sec03 .flex .pic_wrap .pic {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
section.sec03 .flex > .pic {
  padding-top: 60px;
  width: 49%;
}
@media (max-width: 880px) {
  section.sec03 .flex > .pic {
    width: 100%;
    padding-top: 20px;
  }
  section.sec03 .flex > .pic + .pic {
    padding-top: 0;
  }
}
section.sec04 .scaleWrap {
  position: relative;
}
section.sec04 .scaleWrap span.cap {
  position: absolute;
  bottom: 40px;
  right: 8px;
}
section.sec04 .inner {
  padding-bottom: 90px;
}
@media (max-width: 880px) {
  section.sec04 .inner {
    padding-bottom: 50px;
  }
}
section.sec04 .inner .ttl_blue {
  margin-top: 15px;
  text-align: center;
}
section.sec04 .inner .box_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-template-rows: repeat(2, 1fr);
}
section.sec04 .inner .box_wrap + p.cap {
  padding: 15px 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap + p.cap {
    padding-top: 10px;
  }
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}
section.sec04 .inner .box_wrap li {
  padding: 20px 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap li {
    width: 100%;
    padding: 12px 0;
  }
}
section.sec04 .inner .box_wrap li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.58;
}
section.sec04 .inner .box_wrap li > * {
  position: relative;
  z-index: 9;
}
section.sec04 .inner .box_wrap span.red {
  color: #76161b;
}
section.sec04 .inner .box_wrap dl {
  padding: 12px 40px;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap dl {
    padding: 8px 30px;
  }
}
section.sec04 .inner .box_wrap dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  section.sec04 .inner .box_wrap dl dt {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 5px 0;
  }
}
section.sec04 .inner .box_wrap dl dd {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 480px) {
  section.sec04 .inner .box_wrap dl dd {
    font-size: 1rem;
  }
}
section.sec04 .inner .box_wrap p.txt {
  font-size: 1.7rem;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap p.txt {
    font-size: 1.2rem;
  }
}
section.sec04 .inner .box_wrap p.txt span.red {
  font-size: 2.2rem;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap p.txt span.red {
    font-size: 1.6rem;
  }
}
section.sec04 .inner .box_wrap p.cap {
  text-align: center;
  padding: 0;
}
section.sec04 .inner .box_wrap.box_gakkou li {
  padding: 0;
  display: block;
}
section.sec04 .inner .box_wrap.box_gakkou li::after {
  display: none;
}
section.sec04 .inner .box_wrap.box_gakkou li dl {
  height: 100%;
  padding: 0;
  position: relative;
  border: 1px solid #497ca4;
}
section.sec04 .inner .box_wrap.box_gakkou li dl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.58;
  z-index: -9;
}
section.sec04 .inner .box_wrap.box_gakkou li dl dt {
  background: #497ca4;
  color: #fff;
}
section.sec04 .inner .box_wrap.box_gakkou li dl dd {
  margin-top: 0;
  padding: 10px 30px 20px;
}
section.sec04 .inner .box_wrap.box_gakkou li:nth-child(1) dd, section.sec04 .inner .box_wrap.box_gakkou li:nth-child(3) dd, section.sec04 .inner .box_wrap.box_gakkou li:nth-child(4) dd {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 880px) {
  section.sec04 .inner .box_wrap.box_gakkou li:nth-child(1) dd, section.sec04 .inner .box_wrap.box_gakkou li:nth-child(3) dd, section.sec04 .inner .box_wrap.box_gakkou li:nth-child(4) dd {
    height: auto;
    display: block;
  }
}
section.sec04 .inner .box_wrap.box_gakkou li:nth-child(2) dd span.cap {
  margin-top: 8px;
  display: inline-block;
  line-height: 1.5;
}
section.sec04 .inner .dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  section.sec04 .inner .dd {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
section.sec04 .inner .dd.dd_center {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 880px) {
  section.sec04 .inner .dd.dd_center {
    margin-top: 20px;
  }
}
section.sec04 .inner .triangle {
  margin: 35px auto 25px;
  width: 90px;
  height: 25px;
  background: #b1afb3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 880px) {
  section.sec04 .inner .triangle {
    width: 72px;
    height: 20px;
  }
}
section.sec04 .inner .melit_wrap {
  margin-top: 30px;
}
section.sec04 .inner .melit_wrap .melit .ttl_bar {
  padding: 16px 0;
  font-size: 2.3rem;
  line-height: 1;
  text-align: center;
  border-top: 0.5px solid #4e4a52;
  border-bottom: 0.5px solid #4e4a52;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit .ttl_bar {
    padding: 10px 0;
    font-size: 1.7rem;
  }
}
section.sec04 .inner .melit_wrap .melit div:has(.dd) {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit div:has(.dd) {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
section.sec04 .inner .melit_wrap .melit div:has(.dd) .pic {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit div:has(.dd) .pic {
    width: 100%;
    padding: 0;
  }
}
section.sec04 .inner .melit_wrap .melit div:has(.dd) .dd {
  width: 50%;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit div:has(.dd) .dd {
    width: 100%;
  }
}
section.sec04 .inner .melit_wrap .melit + .melit {
  margin-top: 30px;
}
section.sec04 .inner .melit_wrap .melit + .melit .box {
  margin-top: 25px;
  padding: 12px;
  background: #fff;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit + .melit .box {
    padding: 15px 8px;
  }
}
section.sec04 .inner .melit_wrap .melit + .melit .box + p.cap {
  text-align: left;
  overflow-wrap: anywhere;
  padding-right: 0;
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit + .melit .box > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div + div {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0.5px solid #4e4a52;
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div .pic {
  width: 39%;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit + .melit .box > div .pic {
    width: 100%;
  }
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div .ul_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  width: 57%;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media (max-width: 880px) {
  section.sec04 .inner .melit_wrap .melit + .melit .box > div .ul_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  section.sec04 .inner .melit_wrap .melit + .melit .box > div .ul_wrap {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.1rem;
  }
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div .ul_wrap li {
  padding-left: 15px;
  position: relative;
}
section.sec04 .inner .melit_wrap .melit + .melit .box > div .ul_wrap li::after {
  content: "●";
  color: #c9dee4;
  position: absolute;
  top: 0;
  left: 0;
}
section.sec04 .inner .melit_wrap .melit:last-child .box {
  padding: 12px 24px;
}
@media (max-width: 480px) {
  section.sec04 .inner .melit_wrap .melit:last-child .box {
    padding: 10px;
  }
}
section.sec04 .inner .melit_wrap .melit:last-child .box > div {
  display: block;
}
section.sec04 .inner .melit_wrap .melit:last-child .box > div .ul_wrap {
  display: block;
  width: 100%;
}

.lifeinfo_wrap {
  padding: 130px 0 100px;
  background: #fff;
}
@media (max-width: 880px) {
  .lifeinfo_wrap {
    padding: 50px 0;
  }
}
.lifeinfo_wrap .inner h3 {
  margin: 0 auto;
  width: 273px;
}
@media (max-width: 480px) {
  .lifeinfo_wrap .inner h3 {
    width: 177.5px;
  }
}
.lifeinfo_wrap .inner > .pic {
  margin: 35px 0;
}
.lifeinfo_wrap .inner .area_info .info_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .lifeinfo_wrap .inner .area_info .info_tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lifeinfo_wrap .inner .area_info .info_tabs .info_tab {
  position: relative;
}
.lifeinfo_wrap .inner .area_info .info_tabs .info_tab .info_tab_img_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lifeinfo_wrap .inner .area_info .info_tabs .info_tab.on .info_tab_img_on {
  opacity: 1;
}
@media (hover: hover) {
  .lifeinfo_wrap .inner .area_info .info_tabs .info_tab:hover img.info_tab_img_on {
    opacity: 1;
  }
}
.lifeinfo_wrap .inner .area_info .info_base {
  padding-top: 25px;
  display: none;
}
@media (max-width: 880px) {
  .lifeinfo_wrap .inner .area_info .info_base {
    padding-top: 10px;
  }
}
.lifeinfo_wrap .inner .area_info .info_base.on {
  display: block;
}
.lifeinfo_wrap .inner .area_info .info_base .txt_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .lifeinfo_wrap .inner .area_info .info_base .txt_boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul {
  width: 48.1%;
}
@media (max-width: 880px) {
  .lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul {
    width: 100%;
  }
  .lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul + ul {
    border-top: 0.5px solid #4e4a52;
  }
}
.lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul li {
  padding: 10px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul li {
    font-size: 1rem;
  }
}
.lifeinfo_wrap .inner .area_info .info_base .txt_boxs ul li + li {
  border-top: 0.5px solid #4e4a52;
}/*# sourceMappingURL=location.css.map */