.page-title {
  width: 95%;
}
.gnav_out {
  top: 81px;
}
.section-title img {
  height: 46px;
}
.column-box > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 30px 30px 0;
}
.column-box > li:last-child {
  margin-bottom: 150px;
}
.column-photo {
  width: 34%;
}
.column-photo p {
  padding: 20px;
  border: 1px solid #DBDCDC;
  border-top: 8px solid #36ABB5;
  text-align: center;
}
.column-text {
  width: 66%;
  padding-left: 36px;
}
.column-title {
  padding: 5px 0 10px 4px;
  color: #36ABB5;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #36ABB5;
}
.column-title span {
  display: block;
  padding: 10px 0;
  font-size: 21px;
  line-height: 1.2;
}
.column-list {
  padding: 36px 14px 0;
  font-size: 14px;
  line-height: 1.5;
}
.column-list .list {
  display: block;
  position: relative;
  padding-left: 16px;
  font-weight: 600;
}
.column-list .list span {
  position: absolute;
  top: 0;
  left: 0;
  color: #36ABB5;
}
.column-list .margin-top {
  margin-top: 54px;
}
.column-list .mt1em {
  margin-top: 1em;
}
.insta-box {
  display: flex;
  padding: 40px 0 0 14px;
}
.insta-box div:first-child {
  width: 70px;
}
.insta-box div + div {
  display: flex;
  align-items: center;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.app-box {
  padding: 20px 0 0 14px;
}
.app-box > p {
  /* padding-left: 3em;
  text-indent: -3em;
  font-weight: 600; */
  line-height: 26px;
}
.app-box .link-box {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 30px;
  padding: 20px 20px 36px;
  background-color: rgba(54, 171, 181, 0.3);
}
.app-box .link-box strong {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  color: #007F8E;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.app-box .link-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  text-align: center;
}
.app-box .link-box p:nth-of-type(1) {
  width: 30%;
}
.app-box .link-box p:nth-of-type(1) img {
  width: 122px;
}
.app-box .link-box p:nth-of-type(2) {
  width: 33%;
}
.app-box .link-box p:nth-of-type(3) {
  width: 36%;
}
.app-box .link-box p:nth-of-type(2) img,
.app-box .link-box p:nth-of-type(3) img {
  display: block;
  height: 50px;
  margin-bottom: 12px;
}
.app-box .link-box + a {
  font-size: 18px;
}
.app-box .link-box + a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border: 1px solid;
  border-color: transparent #007F8E #007F8E transparent;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 900px) {
  .page-title {
    width: 500px;
    max-width: 100% !important;
  }
  .gnav_out {
    top: 61px;
  }
  .section-title img {
    height: 36px;
  }
  .column-box > li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  .column-title {
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
  }
  .column-title span {
    font-size: 14px;
    padding: 0 0 4px;
  }
  .column-photo {
    width: 100%;
  }
  .column-text {
    width: 100%;
    padding: 0 0 75px;
  }
  .column-list {
    padding: 30px 10px 0;
    font-size: 13px;
  }
  .column-list .margin-top,
  .column-list .mt1em {
    margin-top: 30px;
    font-size: 14px;
  }
  .insta-box {
    padding: 25px 10px 0;
  }
  .insta-box div:first-child {
    width: 36px;
  }
  .insta-box div + div {
    padding-left: 13px;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
  }
  .app-box {
    padding: 35px 0 0;
  }
  .app-box > p {
    padding: 0 10px 0 24px;
    text-indent: -1em;
    line-height: inherit;
  }
  .app-box > p:first-child {
    margin-bottom: 10px;
  }
  .app-box > p + p {
    margin-bottom: 35px;
  }
  .app-box .link-box {
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 35px 20px 40px;
  }
  .app-box .link-box strong {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .app-box .link-box p {
    align-items: flex-start;
    font-size: 12px;
  }
  .app-box .link-box p:nth-of-type(2) {
    width: 41%;
  }
  .app-box .link-box p:nth-of-type(3) {
    width: 51.4%;
  }
  .app-box .link-box p:nth-of-type(2) img,
  .app-box .link-box p:nth-of-type(3) img {
    display: block;
    height: auto;
    max-height: 47px;
    margin-bottom: 12px;
  }
  .app-box .link-box + a {
    font-size: 13px;
  }
  .app-box .link-box + a::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .footer-banner {
    padding-top: 0;
  }
}