﻿@charset "UTF-8";
.other_box {
  padding: 50px 5%;
  background-color: #eee;
  margin: 50px auto;
  font-size: 14px;
  line-height: 24px;
}
.other_box figure {
  width: 50%;
  margin: 0 auto;
}
.other_box figure img {
  width: 100%;
}
.other_box figure figcaption {
  font-size: 13px;
  line-height: 20px;
}
.other_box figure figcaption.center {
  text-align: center;
}
.other_box .page {
  border: solid 2px #333;
  padding: 20px 5% 10px;
}
.other_box h5 {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width:1050px) {
  .other_box {
    padding: 40px 5%;
    margin: 40px auto;
  }
  .other_box figure {
    width: 100%;
    margin: 0 auto;
  }
  .other_box .page {
    padding: 20px 5% 10px;
  }
}