@charset "UTF-8";

/* ====================================
	追記CSS
 ==================================== */
.contents-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.global-page-title {
  text-align: left;
}

article {
  padding-top: 0;
}

.global-page-title-container ul.list-outer-links li {
  white-space: nowrap;
}

.bnr_ananashi_tmb {
  width: 500px;
  margin: 0 auto;
}

@media screen and (width <768px) {
  #globalPageTitle {
    margin-bottom: 0;
  }

  .bnr_ananashi_tmb {
    width: 100%;
  }
}

.btn-black {
  margin: 10px auto 100px;
  text-decoration: none !important;
  line-height: 2;
  font-size: 1.9rem;
}

.btn-black:hover {
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .btn-black {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.font_rbot {
  font-family: 'Roboto', sans-serif;
  color: #000 !important;
  margin-right: 0 !important;
}

.image_description.tc {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .image_description.tc {
    font-size: 1.8rem;
  }
}

.image_description.tc small {
  font-size: 70%;
}
