/* ----------------------------------------
基本調整
---------------------------------------- */
.c-inner .c-article__content:first-child {margin-top:100px;}
.c-inner .c-article__content:last-child {margin-bottom:120px;}


/* ----------------------------------------
address
---------------------------------------- */
.destination {
  border-radius:3px;
  font-size:1.6rem;
  line-height: 1.75;
  background: #f9fbf3;
  padding:40px;
  margin-top:40px;
  margin-bottom:60px;
}

.destination address {
  font-style: normal;
  margin-bottom:30px;}

.destination dl dt {
  font-weight: bold;
}


/* ----------------------------------------
ul li
---------------------------------------- */
.c-article ul {
  line-height: 2.25;
  margin-top:35px;
  margin-bottom:120px;}

.c-article ul li{line-height: 2.25;}


