.blog-recipe__search {
  zoom: 1;
}
.blog-recipe__search:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.blog-recipe__search .form-inline {
  float: right;
  width: 300px;
}

.blog-recipe__search__text {
  float: left;
  width: 650px;
}

.blog-recipe__item {
  margin-bottom: 30px;
}

.recipe-card-group .card__image {
  overflow: hidden;
  max-height: 225px;
}
.recipe-card-group .grid-col4:nth-child(4n+1) {
  clear: both;
}

.recipe-search-result .fs-result-msg {
  margin-bottom: 30px;
}
.recipe-search-result .search-result {
  visivility: hidden;
}
.recipe-search-result .recipe-search {
  width: 300px;
}
@media print, screen and (max-width: 767px) {
  .recipe-search-result .recipe-search {
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .blog-recipe__search .form-inline {
    float: none;
    width: 100%;
  }

  .blog-recipe__search__text {
    float: none;
    width: 100%;
  }

  .recipe-card-group .card__image {
    max-height: 290px;
  }

  .card-group__block .card:first-child {
    float: none;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    padding: 0;
  }
  .card-group__block .card:first-child .card__badge {
    right: 0;
  }
  .card-group__block .card:nth-child(2) {
    float: none;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .card-group__block .card:nth-child(2) .card__badge {
    right: 0;
  }
}
.recipe-category-search {
  width: 300px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  .recipe-category-search {
    width: 100%;
  }
}

.blog-recipe__title {
  margin: 0 0 30px;
  zoom: 1;
}
.blog-recipe__title:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.blog-recipe__title__heading {
  float: left;
  font-size: 2.4rem;
  font-weight: bold;
}

.blog-recipe__title__label {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.5rem;
}

.blog-recipe__time {
  float: right;
  width: 300px;
  display: table;
  padding: 10px;
  border: 1px solid #e9e9e9;
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-recipe__time li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.0;
}
.blog-recipe__time li:last-child {
  border-left: 1px solid #7f7f7f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-recipe__time__number {
  font-size: 1.5rem;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .blog-recipe__title__heading {
    float: none;
    margin-bottom: 17px;
    font-size: 2.2rem;
  }

  .blog-recipe__time {
    float: none;
    width: 100%;
  }
}
.blog-recipe-main__thumbnail {
  width: 100%;
  height: auto;
}

.blog-recipe-card-group {
  width: 100%;
  height: auto;
}

.blog-recipe-main {
  margin-bottom: 30px;
  zoom: 1;
}
.blog-recipe-main:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.blog-recipe-main__image {
  float: left;
  width: 480px;
}

.blog-recipe-main__body {
  float: right;
  width: 480px;
}

@media print, screen and (max-width: 767px) {
  .blog-recipe-main__image {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .blog-recipe-main__image .card__badge {
    right: 0;
  }

  .blog-recipe-main__body {
    float: none;
    width: 100%;
  }
}
.blog-recipe-order__item {
  padding: 20px 0 0;
  border-bottom: 1px dotted #bbb;
  zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-recipe-order__item:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.blog-recipe-order__item:first-child {
  padding-top: 0;
}

.blog-recipe-order__heading {
  margin-bottom: 10px;
  font-weight: bold;
}

.blog-recipe-order__image {
  float: right;
  width: 100px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-recipe-order__body {
  margin-bottom: 20px;
}

.blog-recipe-order__number {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #2ba638;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}

.heading-point {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  background: #FFF7DE;
  font-weight: bold;
  vertical-align: middle;
}
.heading-point__number {
  display: table-cell;
  vertical-align: middle;
  width: 65px;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #FFF;
  background: #2BA638;
  text-align: center;
}
.heading-point__heading {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 9px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-attention {
  padding: 20px;
  background: #E8F3CF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.food-image-group {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 20px;
}
.food-image-group .grid-col3 {
  width: 33.33%;
  margin-right: 0;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .food-image-group {
    margin: 0;
    padding-bottom: 10px;
  }
  .food-image-group .grid-col3 {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.media-news-list .media-book--dotted {
  border-top: 1px dotted #bbb;
}
.media-news-list .media-book--dotted:last-child {
  border-bottom: 1px dotted #bbb;
}
@media print, screen and (max-width: 767px) {
  .media-news-list .media-book--dotted:last-child {
    border-bottom: none;
  }
  .grid-col3:last-child .media-book--dotted:last-child {
    border-bottom: 1px dotted #bbb;
  }
}

.senior-navigation {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.senior-navigation .grid-col5 {
  float: left;
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.senior-navigation .card__image {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .senior-navigation .grid-col5 {
    width: 50%;
    margin-bottom: 20px;
  }
  .senior-navigation .grid-col5:nth-child(2n+1) {
    clear: both;
  }
}

.senior-navigation-group .navigation-category {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.senior-navigation-group .navigation-category__item {
  width: 50%;
}
.senior-navigation-group .navigation-category__item:nth-child(3n+1) {
  border-left: none;
}
.senior-navigation-group .senior-intro {
  border-top: none;
}
.senior-navigation-group .senior-intro .navigation-category__item {
  border-top: 1px solid #e9e9e9;
}
@media print, screen and (max-width: 767px) {
  .senior-navigation-group .navigation-category__item {
    width: 100%;
    border-left: none;
  }
}

.senior-intro {
  border-top: none;
}
.senior-intro .navigation-category__item {
  border-top: 1px solid #e9e9e9;
}

@media print, screen and (max-width: 767px) {
  .senior-case .media-book--dotted {
    border-bottom: none;
  }

  .senior-recommend-button {
    font-weight: bold;
    line-height: 50px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: url(/common/images/common/icon/icon_plus.png) no-repeat 97.5% 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .senior-recommend-button.is-open {
    background: url(/common/images/common/icon/icon_minus.png) no-repeat 97.5% 50%;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}

.food01__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/food/main_food01.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food01.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food01.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.food-page-navigation {
  font-size: 0;
}
.food-page-navigation li {
  display: inline-block;
  margin: 0 10px;
}
@media print, screen and (max-width: 767px) {
  .food-page-navigation li {
    margin: 0;
  }
}
@media print, screen and (max-width: 400px) {
  .food-page-navigation li {
    width: 33.3333%;
  }
}
.intro__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/intro/main_intro01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.food02__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/food/main_food02.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food02.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food02.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food02.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.heading--attention {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 40px 5px 12px;
  background: #009668;
  color: #FFF;
  font-weight: bold;
  line-height: 1.0;
}
.heading--attention .heading--attention__icon {
  position: absolute;
  bottom: -1px;
  right: 10px;
  width: 25px;
  height: 32px;
}
.heading--caution {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
	padding: 5px 9px 5px 12px;
	background: #666;
	color: #FFF;
	font-weight: bold;
	line-height: 1.0;
}
.heading--caution .heading--caution__icon img {
  width: 18px;
  height: 15px;
}

.food03__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/food/main_food03.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.food04__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/food/main_food04.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food04.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food04.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/food/main_food04.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life01__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life01.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life01.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life01.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life02__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life02.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life02.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life02.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life02.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life03__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life03.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life03.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life03.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life03.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life04__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life04.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life04.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life04.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life04.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life05__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life06.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life05.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life05.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life05.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life06__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life06.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life06.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life06.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life06.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life07__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life07.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life07.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life07.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life07.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life08__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life08.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life08.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life08.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life08.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.life09__heading {
  margin-bottom: 40px;
  background: url(/media/images/senior/life/main_life09.jpg);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life09.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life09.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%), url(/media/images/senior/life/main_life09.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.senior-checkpoint {
	padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #bbb;
}
.senior-checkpoint:first-child  {
	padding-top: 0;
}
.senior-checkpoint:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


/*
  シニア　メンテナンス用
*/

/*センタリング*/
.center {
  text-align:center;
}
