/* ----------------------------------------
基本調整SP
---------------------------------------- */
.c-article {
  font-size:1.6rem;
  line-height: 1.75;
}



/* ----------------------------------------
写真SP
---------------------------------------- */
div.photo {
  width: 100%;
  max-width:100%;
  margin:60px auto;
  display: flex;
}

div.photo figure {
  text-align: center;
  margin:0 2%;
  font-size:1.2rem;
  line-height: 1.333;
}

div.photo figure img {
  max-width:100%;
  width: 100%;
  height:auto;
  margin-bottom:10px;}

div.photo figure span {
  display: block;
  text-align:center;
  text-indent: -1em;
}



/* ----------------------------------------
テキストSP
---------------------------------------- */
.c-article p {margin:30px 0 0;}
.c-article p:last-child {margin:30px 0 60px;}

