


/* ----------------------------------------
写真
---------------------------------------- */
div.photo {
  width: 100%;
  max-width:780px;
  margin:100px auto 45px;
  display: flex;
}

div.photo figure {
  text-align: center;
  margin:0 45px;
  font-size:1.6rem;
  line-height: 1.25;
}

div.photo figure img {
  max-width:200px;
  width: 100%;
  height:auto;
  margin-bottom:20px;}



/* ----------------------------------------
テキスト
---------------------------------------- */
.c-article p {margin:35px 0 0;}
.c-article p:last-child {margin:35px 0 120px;}

