.ttl_mincho {
  font-size: 3em;
  text-align: center;
  color: #595757;
  margin-bottom: 0.5rem;
}

.linkBlock_A {
  background-color: #c9caca;
}

.bg {
  background-size: cover;
  background-position: center;
}

.section_intro_text {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 960px) {
  .section_intro_text {
    text-align: center;
    margin-bottom: 3rem;
  }
}

/* welcome
================*/
.welcome .linkBlock_A {
  width: 48%;
}

.welcome-sub-ttl {
  font-size:1.3em;
  margin-bottom:1rem;
  font-weight: bold;
}

.welcome-sub-ttl span{
  font-size:.7em;
  display:block;
}
@media screen and (min-width: 960px) {
  .welcome-sub-ttl{
    text-align: center;
  }
  .welcome .linkBlock_A_wrapper {
    max-width: 41rem;
    margin: auto;
  }
  .welcome .linkBlock_A {
    width: 46%;
  }
}

/* style
===============*/
.style {
  background-color: #f2f2f2;
  padding-bottom: 0;
}

.style .bg {
  padding: 5rem 0;
  margin-top: 1rem;
  background-image: url(../img/front_style_bg.jpg);
}

/* news
===============*/
.news {
  background-color: #231815;
}

.news .newsList {
  background-color: white;
  padding: 1rem;
}

.news .newsList li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.news .news_post_date {
  display: block;
  background-color: #ad5392;
  color: white;
  width: 8rem;
  text-align: center;
  font-size: 0.9em;
}

/* service
================*/
.service {
  padding-bottom: 0;
}

.service .bg {
  background-image: url(../img/front_service_bg.jpg);
  padding: 5rem 0;
  margin-top: 1rem;
}

/* another
==============*/
.another {
  padding: 5rem 0;
  background-image: url(../img/front_another_bg.jpg);
}

.another .ttl_mincho {
  color: white;
}

.another .section_intro_text {
  color: white;
}

.another .linkBlock_A .linkBlock_A_ttl:before {
  background-color: white;
}
/*# sourceMappingURL=front.css.map */