@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.life-section{
  background-color: #F2F2F2;
}
.life-section-heading{
  font-weight: 700;
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.life-section-heading > h2{
  border-bottom: 2px solid #2C2C2C;
}

.attraction-list > div{
  background-color: #0CB4ED;
  color: #FFF;
  border-radius: 10px;
  line-height: 1.87;
  position: relative;
}
.attraction-list > div:before{
  background: url("../img/bg_fukidashi.svg") no-repeat;
  content: "";
  display: block;
  height: 18px;
  width: 21px;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(100%);
}

@media print, screen and (min-width:781px) {
  .life-section-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .life-section{
    margin-top: 45px;
    padding: 40px;
    width: 48.15%;
  }
  .life-section.wide{
    width: 100%;
  }
  .life-section.col2{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .life-section .image{
    margin-left: auto;
    margin-right: auto;
  }
  .life-section-heading{
    margin-bottom: 60px;
  }
  .life-section-heading > h2{
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
  .life-section-heading > p{
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .life-section.col2 > .life-section-heading{
    margin-right: 30px;
    white-space: nowrap;
    width: 286px;
  }
  
  
  .life-attraction-section{
    width: 100%;
  }
  
  
  .attraction-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attraction-list > div{
    margin-bottom: 50px;
    padding: 30px 20px;
    width: 31.25%;
  }
  .attraction-list > div.col2{
    width: 48.43%
  }
  
  .graph01{
    margin-top: 6.4%;
    width: 70.45%;
  }
  .graph02{
    width: 90.9%;
  }
  .graph03{
    margin-right: 0 !important;
    width: 60%;
  }
  .graph04{
    width: 92%;
  }
  .graph05{
    width: 60%;
  }

}
@media screen and (max-width: 780px) {
  .life-section-wrap{
    margin: 50px 10px 0;
  }
  .life-section{
    margin-top: 20px;
    padding: 30px 20px;
  }
  .life-section .image{
    margin-left: auto;
    margin-right: auto;
  }
  .life-section-heading{
    margin-bottom: 30px;
  }
  .life-section-heading > h2{
    font-size: 2.0rem;
    padding-bottom: 5px;
  }
  .life-section-heading > p{
    font-size: 1.6rem;
    margin-top: 10px;
  }
  
  
  .life-attraction-section{
    width: 100%;
  }
  
  
  .attraction-list > div{
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  
  .graph01{
    width: 70.45%;
  }
  .graph02{
    width: 90.9%;
  }
}
@media (hover: hover) and (pointer: fine){
}
