<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! Writen  by SCSS */
button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  margin: 0;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
button:focus {
  outline: none;
}

.sec_head {
  background: none;
  position: relative;
  background: url("../images/convenience/main.jpg") center/cover no-repeat;
  /*.main_image{
  	display: block;
  	width: 100%;
  	padding-top: cal_per(1600,800);
  }*/
}
.sec_head .main_head {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 5px rgba(0, 0, 0, 0.4);
  /*background: rgba(#3f3e3e,0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;*/
}
.sec_head .cap_box .cap {
  position: absolute;
  color: #fff;
}

.sec01 {
  padding-bottom: clamp(60px, 9.38%, 120px);
}

.sec02 {
  padding-bottom: clamp(60px, 9.38%, 120px);
}

.sec03 {
  padding-bottom: clamp(40px, 7.82%, 100px);
}

.inner_head {
  font-size: clamp(26px, 4.39vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(238, 238, 238, 0.6);
  margin-bottom: clamp(15px, 2.35%, 30px);
}

.sec_lead {
  font-size: clamp(18px, 2.34vw, 32px);
}

.sec01 .sec_lead_wrap {
  margin-bottom: clamp(30px, 6.25%, 80px);
}
.sec02 .sec_lead_wrap {
  margin-bottom: clamp(30px, 6.25%, 80px);
}

.lead {
  font-size: clamp(16px, 2.04vw, 28px);
}
.text_box .lead {
  margin-bottom: clamp(20px, 3.13%, 40px);
}

.read {
  font-size: clamp(13px, 1.21vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .read {
    line-height: 1.8;
  }
}

.movie_outer {
  max-width: 1000px;
  margin-bottom: clamp(40px, 7.82%, 100px);
  margin-left: auto;
  margin-right: auto;
}
.movie_outer .image_head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: clamp(18px, 1.96vw, 28px);
  color: #9a895e;
  margin-bottom: clamp(30px, 4.69%, 60px);
}
@media screen and (max-width: 520px) {
  .movie_outer .movie_list {
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.movie_outer .item {
  max-width: 480px;
  width: 48%;
}
@media screen and (max-width: 520px) {
  .movie_outer .item {
    width: 100%;
  }
  .movie_outer .item:first-child {
    margin-bottom: 20px;
  }
}
.movie_outer .item .movie_image {
  position: relative;
  overflow: hidden;
}
.movie_outer .item .movie_image .image {
  display: block;
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.movie_outer .item .movie_image .icon_movie {
  max-width: 50px;
  width: 10.42%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.movie_outer .item .item_text {
  text-align: center;
  font-size: clamp(12px, 1.13vw, 16px);
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 0.62em 0.2em;
}
@media screen and (max-width: 520px) {
  .movie_outer .item .item_text {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .movie_outer .item a:hover .movie_image .image {
    transform: scale(1.08);
  }
}

.image_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 520px) {
  .image_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec01 .image_list {
  margin-top: clamp(30px, 3.91%, 50px);
  margin-bottom: clamp(30px, 3.91%, 50px);
}
.image_list .item_image_lg {
  grid-column: 2/4;
  grid-row: 1/3;
}
@media screen and (max-width: 520px) {
  .image_list .item_image_lg {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 520px) {
  .sec01 .image_list .item_image_lg {
    grid-row: 3/4;
  }
  .sec01 .image_list .item_05 {
    grid-row: 4/5;
  }
  .sec01 .image_list .item_06 {
    grid-row: 4/5;
  }
}

.item_image {
  position: relative;
}

.sec .img_cap .cap {
  font-size: clamp(10px, 0.9vw, 12px);
}
@media screen and (max-width: 520px) {
  .sec .img_cap .cap {
    position: static;
    text-shadow: none !important;
    color: #fff;
    padding: 0 !important;
  }
}
.sec .img_cap .number_cap {
  display: flex;
  align-items: baseline;
  bottom: 3px;
}
@media screen and (max-width: 520px) {
  .sec .img_cap .number_cap {
    margin-top: 5px;
    text-shadow: none !important;
  }
}
.sec .img_cap .number_cap .number {
  text-align: center;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .sec .img_cap .number_cap .number {
    width: 1.5em;
    height: 1.5em;
  }
}
.sec .img_cap .number_cap .number.bg_blue {
  background: #0080cc;
}
.sec .img_cap .number_cap .number.bg_orange {
  background: #ea5413;
}
@media screen and (max-width: 520px) {
  .sec .img_cap .number_cap .text {
    text-align: left;
    text-shadow: none !important;
    color: #fff;
    padding: 0 !important;
  }
}
.sec .img_cap .number_cap span {
  position: static;
  padding: 0;
}

.sec01_image_list {
  align-items: flex-start;
  margin-bottom: clamp(20px, 3.13%, 40px);
}
@media screen and (max-width: 520px) {
  .sec01_image_list {
    display: block;
    max-width: 420px;
  }
}
.sec01_image_list .item_image {
  max-width: 420px;
  width: 32.82%;
}
@media screen and (max-width: 520px) {
  .sec01_image_list .item_image {
    width: 100%;
  }
  .sec01_image_list .item_image:not(:last-child) {
    margin-bottom: 15px;
  }
}

.sec01_wrap {
  align-items: center;
  margin-bottom: clamp(40px, 9.38%, 120px);
}
@media screen and (max-width: 520px) {
  .sec01_wrap {
    display: block;
  }
}
.sec01_wrap .text_box {
  width: 50.79%;
}
@media screen and (max-width: 520px) {
  .sec01_wrap .text_box {
    width: 100%;
  }
}
.sec01_wrap .text_box .lead {
  margin-bottom: 7.7%;
}
@media screen and (max-width: 520px) {
  .sec01_wrap .text_box .lead {
    margin-bottom: 20px;
  }
}
.sec01_wrap .map {
  max-width: 600px;
  width: 46.88%;
  padding: 10px 0;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .sec01_wrap .map {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec01_wrap .map .cap_l {
  color: #333;
  padding-left: 10px;
}

.sec01_bottom_text .sec_lead {
  margin-bottom: clamp(20px, 3.13%, 40px);
}

.convenience .convenience_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .convenience .convenience_link_wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_wrap {
    margin-top: 0px;
  }
}
.convenience .convenience_link_item {
  position: relative;
  width: 16.6666666667%;
  height: 110px;
  border-left: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .convenience .convenience_link_item {
    width: 33.3333333333%;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_item {
    width: 50%;
    height: 90px;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .convenience .convenience_link_item:nth-child(3) {
    border-right: 1px solid #999;
  }
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_item:nth-child(3) {
    border-right: unset;
  }
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_item:nth-child(2n) {
    border-right: 1px solid #999;
  }
}
.convenience .convenience_link_item:last-child {
  border-right: 1px solid #999;
}
.convenience .convenience_link_item::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: rotate(45deg);
  z-index: 1;
}
.convenience .convenience_link_item a {
  display: flex;
  padding: 10px 0 20px 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.convenience .convenience_link_item a img {
  margin-bottom: 0.5em;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(7469%) hue-rotate(126deg) brightness(103%) contrast(100%);
  opacity: 0.5;
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_item a img {
    margin-bottom: 0.2em;
    height: 18px;
  }
}
.convenience .convenience_link_item a span {
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  line-height: 1.2em;
  height: 2.4em;
}
@media screen and (max-width: 520px) {
  .convenience .convenience_link_item a span {
    font-size: 1em;
  }
}
.convenience .convenience_link_item:hover a {
  background: #666;
  transition: 0.4s;
}
.convenience .convenience_link_item:hover::before {
  bottom: 5px;
  transition: 0.5s;
}
.convenience .text_box {
  margin-top: clamp(40px, 9.38%, 60px);
  margin-bottom: clamp(40px, 9.38%, 100px);
}
.convenience .flex_wrap_title {
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .convenience .flex_wrap_title {
    padding-top: 30px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap_title {
    padding-top: 0px;
  }
}
.convenience .flex_wrap_title h4 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .convenience .flex_wrap_title h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap_title h4 {
    font-size: 20px;
  }
}
.convenience .flex_wrap_title h4::before, .convenience .flex_wrap_title h4::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #707070;
}
.convenience .flex_wrap_title h4::before {
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap_title h4::before {
    margin-right: 10px;
  }
}
.convenience .flex_wrap_title h4::after {
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap_title h4::after {
    margin-left: 10px;
  }
}
.convenience .flex_wrap_title img {
  height: 30px;
  filter: invert(100%) sepia(0%) saturate(7469%) hue-rotate(126deg) brightness(103%) contrast(100%);
  opacity: 0.5;
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap_title img {
    height: 20px;
  }
}
.convenience .convenience_thumb {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .convenience .convenience_thumb {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .convenience .convenience_thumb {
    height: 100px;
  }
}
.convenience .convenience_thumb01 {
  background-image: url(../images/convenience/convenience_thumb01.jpg);
  background-position: center;
}
.convenience .convenience_thumb02 {
  background-image: url(../images/convenience/convenience_thumb02.jpg);
  background-position: center bottom;
}
.convenience .flex_wrap {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 40px auto;
  row-gap: 20px;
}
@media screen and (max-width: 520px) {
  .convenience .flex_wrap {
    justify-content: space-between;
  }
}
.convenience .flex_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .convenience .flex_item {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_item {
    width: calc(50% - 4px) !important;
  }
}
.convenience .item_even .flex_item {
  width: 31.3333333333%;
}
.convenience .item_even .flex_item:nth-last-child(2) {
  margin-left: 17%;
}
.convenience .item_even .flex_item:last-child {
  margin-right: 17%;
}
@media screen and (max-width: 768px) {
  .convenience .item_even .flex_item {
    width: 48%;
  }
  .convenience .item_even .flex_item:nth-last-child(2) {
    margin-left: 0;
  }
  .convenience .item_even .flex_item:last-child {
    margin-right: 0;
  }
}
.convenience .flex_item_img_wrap {
  position: relative;
  margin-bottom: 1em;
}
.convenience .flex_item_img_wrap .cap {
  position: absolute;
  right: 2px;
  bottom: 3px;
  line-height: 1em;
  font-size: clamp(10px, 0.9vw, 12px);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.convenience .flex_item_img {
  width: 390px;
}
.convenience .flex_items_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.convenience .flex_item_category {
  width: 100%;
  max-width: 240px;
  min-width: 140px;
  margin: 0 auto 1em auto;
  background-color: #766a54;
  border-radius: 16px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .convenience .flex_item_category {
    min-width: unset;
    font-size: clamp(10px, 2vw, 11px);
    line-height: 1.5em;
  }
}
.convenience .flex_item_text {
  font-size: clamp(22px, 2vw, 25px);
  letter-spacing: -0.05em;
  line-height: 1.2em;
  line-break: strict;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .convenience .flex_item_text {
    font-size: clamp(17px, 9vw, 20px);
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_item_text {
    font-size: clamp(14px, 4vw, 18px);
  }
}
.convenience .flex_item_text .small {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .convenience .flex_item_text .small {
    font-size: 12px;
  }
}
.convenience .flex_item_timeWrap {
  margin-top: auto;
}
.convenience .flex_item_time {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.2em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 520px) {
  .convenience .flex_item_time {
    font-size: clamp(12px, 2vw, 14px);
  }
  .convenience .flex_item_time img {
    width: 20px;
  }
}
.convenience .flex_item_time .gold {
  color: #bfac8b;
  font-size: clamp(22px, 2vw, 26px);
}
.convenience .textblock {
  display: inline-block;
}
.convenience .flex_box_wrap {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap {
    width: 100%;
    justify-content: space-between;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
  }
}
.convenience .flex_box_wrap .flex_item_text {
  line-height: 1.2em;
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap .flex_item_text {
    font-size: clamp(12px, 3vw, 14px);
  }
}
.convenience .flex_box_wrap .flex_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.3333333333% - 20px);
  min-width: 210px;
  border: 1px solid #fff;
  padding: 20px 10px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .convenience .flex_box_wrap .flex_item {
    width: calc(50% - 10px);
    min-width: unset;
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap .flex_item {
    width: 48.5%;
    min-width: unset;
    text-align: center;
    padding: 10px 2.5%;
  }
}
.convenience .flex_box_wrap .flex_item_category {
  width: 100%;
  max-width: 240px;
  min-width: unset;
  text-align: center;
}
.convenience .flex_box_wrap .flex_item_timeWrap {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap .flex_item_timeWrap {
    width: unset;
  }
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap .flex_item_time {
    display: flex;
  }
  .convenience .flex_box_wrap .flex_item_time img {
    margin: 0 2%;
  }
  .convenience .flex_box_wrap .flex_item_time p {
    white-space: nowrap;
  }
}
.convenience .flex_box_wrap .none {
  border: none;
}
@media screen and (max-width: 520px) {
  .convenience .flex_box_wrap .none {
    display: none;
  }
}

.sec02_wrap {
  align-items: center;
  margin-bottom: clamp(40px, 9.38%, 120px);
}
@media screen and (max-width: 520px) {
  .sec02_wrap {
    display: block;
  }
}
.sec02_wrap .text_box {
  width: 50.79%;
}
@media screen and (max-width: 520px) {
  .sec02_wrap .text_box {
    width: 100%;
  }
}
.sec02_wrap .map {
  max-width: 600px;
  width: 46.88%;
  padding: 10px 0;
}
@media screen and (max-width: 520px) {
  .sec02_wrap .map {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec02_wrap .map .flextitle {
  margin-bottom: 14px;
}
.sec02_wrap .map .cap_l {
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 520px) {
  .sec02_wrap .map .cap_l {
    padding-left: 0;
  }
}

.sec02_wrap_bottomS {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .sec02_wrap_bottomS {
    margin-bottom: 10px;
  }
}
.sec02_wrap_bottomS .lead {
  margin-bottom: 15px;
}

.sec02_bottom_text {
  margin-bottom: 30px;
}
.sec02_bottom_text:nth-of-type(2) {
  margin-bottom: 0px;
}

.sec02_img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec02_img .cap_l {
  margin-top: 10px;
}
.sec02_img .cap_l a {
  text-decoration: underline;
}

.sec03_wrap {
  margin-bottom: clamp(30px, 4.69%, 60px);
}
@media screen and (max-width: 520px) {
  .sec03_wrap {
    display: block;
  }
}
.sec03_wrap .map {
  max-width: 940px;
  width: 73.44%;
  align-self: flex-start;
  position: relative;
}
@media screen and (max-width: 520px) {
  .sec03_wrap .map {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec03_wrap .map::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #000000;
  z-index: 2;
  pointer-events: none;
}
.sec03_wrap .sec03_image_list {
  max-width: 300px;
  width: 23.44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .sec03_wrap .sec03_image_list {
    max-width: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .sec03_wrap .sec03_image_list .item {
    width: 48%;
  }
}
.sec03_wrap .sec03_image_list .item:not(:last-child) {
  padding-bottom: 1.96%;
}
@media screen and (max-width: 520px) {
  .sec03_wrap .sec03_image_list .item:not(:last-child) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .sec03_wrap .sec03_image_list .item:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
.sec03_wrap .sec03_image_list .item .item_text {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .sec03_wrap .sec03_image_list .item .item_text {
    font-size: 10px;
  }
}

.lifeinfo_tab_list {
  display: flex;
  margin-bottom: clamp(20px, 3.13%, 40px);
}
@media screen and (max-width: 520px) {
  .lifeinfo_tab_list {
    flex-wrap: wrap;
  }
}
.lifeinfo_tab_list .lifeinfo_tab {
  width: 25%;
}
@media screen and (max-width: 520px) {
  .lifeinfo_tab_list .lifeinfo_tab {
    width: 50%;
  }
}
.lifeinfo_tab_list .lifeinfo_tab button {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #eee;
  font-size: clamp(14px, 1.36vw, 18px);
  line-height: 1;
  padding: 0.77em 0.5em;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 1px solid #eee;
}
@media (hover: hover) {
  .lifeinfo_tab_list .lifeinfo_tab button:hover {
    color: #333;
    background: #eee;
  }
}
.lifeinfo_tab_list .lifeinfo_tab.active button {
  color: #333;
  background: #eee;
}
.lifeinfo_tab_list .lifeinfo_tab:not(:last-child) button {
  border-right: none;
}
@media screen and (max-width: 520px) {
  .lifeinfo_tab_list .lifeinfo_tab:nth-child(2) button {
    border-right: 1px solid #74736e;
  }
  .lifeinfo_tab_list .lifeinfo_tab:nth-child(-n+2) button {
    border-bottom: none;
  }
}

.lifeinfo_wrap {
  position: relative;
}
.lifeinfo_wrap .lifeinfo_box {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lifeinfo_wrap .lifeinfo_box.active {
  opacity: 1;
  position: relative;
}

.lifeinfo_list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3.13%;
       column-gap: 3.13%;
}
@media screen and (max-width: 520px) {
  .lifeinfo_list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.lifeinfo_list .item {
  font-size: clamp(12px, 1.06vw, 14px);
  color: #eee;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px dotted #eee;
  padding-bottom: 10px;
}
.lifeinfo_list .item:not(:nth-child(4n)) {
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .lifeinfo_list .item:nth-child(4) {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=convenience.css.map */</pre></body></html>