@charset "UTF-8";
/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1;
}

.u_cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  life.css
***************************************************/
.l_gNav .l_gNav_nav01 .menu01 > li:nth-child(3) > a {
  background: url(/assets/img/common/gnav_bg01.png) 50% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .l_gNav .l_gNav_nav01 .menu01 > li:nth-child(3) > a {
    background-image: none;
  }
}

/* #life.index
------------------------------------------------------------ */
#life.index .eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px -10px;
}

#life.index .eventList > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  margin: 10px;
  padding: 60px 20px;
  border-radius: 10px;
  background-color: #fff1f2;
}

#life.index .eventList > dl:nth-child(2) {
  background-color: #ebfafc;
}

#life.index .eventList > dl:nth-child(3) {
  background-color: #fff3e6;
}

#life.index .eventList > dl:nth-child(4) {
  background-color: #f7f6ff;
}

#life.index .eventList > dl dt {
  padding-right: 20px;
}

#life.index .eventList > dl dd li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
}

#life.index .eventList > dl dd li:not(:first-child) {
  margin-top: 5px;
}

#life.index .eventList > dl dd li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#life.index .eventList > dl dd > p {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #life.index .eventList {
    display: block;
    margin: 20px 0 0;
  }
  #life.index .eventList > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
    padding: 30px 10px;
    border-radius: 5px;
  }
  #life.index .eventList > dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
    padding-right: 15px;
  }
  #life.index .eventList > dl dd li {
    position: relative;
    font-size: 1.4rem;
  }
  #life.index .eventList > dl dd li:not(:first-child) {
    margin-top: 3px;
  }
  #life.index .eventList > dl dd > p {
    margin-top: 15px;
  }
}
