a.activity-list .img {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  a.activity-list .img img {
    width: 25px; }

a.activity-list, .activity-list {
  color: #000;
  height: 83px;
  position: relative;
  width: 100%;
  text-decoration: none;
  border: solid 2px #337e61;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px; }

@media screen and (max-width: 768px) {
  a.activity-list, .activity-list {
    font-size: 15px; }
  a.activity-list .img {
    height: 100%;
    left: 0; } }

section#privacy-purpose .small-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section#privacy-purpose .small-container .activity-list {
    width: calc((100% - 55px)/2);
    border: none;
    background-color: #f7f6c1;
    color: #337e61;
    margin-bottom: 20px;
    font-size: 16px; }

@media screen and (max-width: 768px) {
  section#privacy-purpose .small-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section#privacy-purpose .small-container .activity-list {
      width: 100%;
      margin-bottom: 10px;
      padding: 0 5px; } }

section#privacy-offer {
  margin-bottom: 100px; }
  section#privacy-offer .small-container ol {
    margin-bottom: 100px;
    padding-left: 20px; }
    section#privacy-offer .small-container ol li {
      line-height: 23px;
      margin-bottom: 30px; }
  section#privacy-offer .small-container .infromation {
    height: 114px; }
    section#privacy-offer .small-container .infromation .secretariat {
      background-color: #337e61;
      color: #ffffff;
      width: 40%; }
    section#privacy-offer .small-container .infromation .responsible-party {
      background-color: #f7f6c1;
      width: 60%;
      line-height: 25px; }
      section#privacy-offer .small-container .infromation .responsible-party .tel a {
        color: #4d4d4d;
        text-decoration: none; }

@media screen and (max-width: 768px) {
  section#privacy-offer .small-container ol {
    padding: 0 10px 0 30px; }
  section#privacy-offer .small-container .infromation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; }
    section#privacy-offer .small-container .infromation .secretariat, section#privacy-offer .small-container .infromation .responsible-party {
      padding: 20px 0;
      width: 100%; }
    section#privacy-offer .small-container .infromation .responsible-party .tel-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.page-subtitle {
  margin: 50px auto; }

@media screen and (max-width: 768px) {
  .page-subtitle {
    padding: 0 10px;
    margin: 30px auto; } }
