.c-app-header {
  padding: 8px 0 40px;
  margin: 0;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header {
    padding: 48px 0;
  }
}
.c-app-header__inner {
  padding: 0 20px;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__inner {
    max-width: 912px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 28px;
  }
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__main {
    width: calc(100% - 228px);
  }
}
.c-app-header__image {
  display: none;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__image {
    display: block;
    width: 200px;
  }
  .c-app-header__image img {
    width: 200px;
    height: auto;
    vertical-align: middle;
  }
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px;
  }
}
.c-app-header__icon {
  margin-bottom: 12px;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__icon {
    width: 156px;
  }
}
.c-app-header__icon img {
  width: auto;
  height: 75px;
  vertical-align: middle;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__icon img {
    width: 156px;
    height: auto;
  }
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__outline {
    width: calc(100% - 156px);
  }
}
.c-app-header__title {
  margin: 0;
  color: #333333 !important;
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__title {
    font-size: 3.2rem !important;
  }
}
.c-app-header__company {
  color: #848484;
  font-size: 1.2rem;
  line-height: 1;
  margin: 4px 0 0 !important;
}
.c-app-header__description {
  color: #47799a;
  margin: 20px 0 !important;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__description {
    font-size: 2rem;
  }
}
.c-app-header__text {
  color: #848484;
  margin: 0 0 24px !important;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__text {
    font-size: 1.8rem;
  }
}
.c-app-header__links {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__links {
    display: flex;
    gap: 16px;
  }
}
.c-app-header__link + .c-app-header__link {
  margin-top: 12px;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__link + .c-app-header__link {
    margin-top: 0;
  }
}
.c-app-header__link img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 60.0625em) {
  .c-app-header__link img {
    height: 47px;
    width: auto;
  }
}
.c-app-header__link a {
  transition: 0.4s;
}
.c-app-header__link a:hover {
  opacity: 0.7;
}

.content .c-app-content ol, .entry-content .c-app-content ol {
  list-style: none;
  margin: 32px 0;
  padding: 0;
}
@media screen and (min-width: 60.0625em) {
  .content .c-app-content ol, .entry-content .c-app-content ol {
    margin: 0 0 24px;
  }
}

.content .c-app-content ul, .entry-content .c-app-content ul {
  margin: 0;
  padding: 16px 0 0 16px;
}

.c-app-content {
  background: #f3f3f3;
}
.c-app-content__inner {
  padding: 32px 20px;
  max-width: 912px;
  margin: 0 auto;
}
@media screen and (min-width: 60.0625em) {
  .c-app-content__inner {
    padding: 48px 20px;
  }
}
.c-app-content__title {
  color: #272f52 !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 0 28px !important;
  padding: 0 0 12px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 60.0625em) {
  .c-app-content__title {
    margin-bottom: 48px !important;
  }
}
.c-app-content__name {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}
.c-app-content__text {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 12px 0 20px !important;
}
@media screen and (min-width: 60.0625em) {
  .c-app-content__flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
  }
}
.c-app-content__image {
  max-width: 200px;
}
.c-app-content__image img {
  border: 1px solid #aaa;
  vertical-align: middle;
}
@media screen and (min-width: 60.0625em) {
  .c-app-content__image {
    width: 200px;
  }
}
@media screen and (min-width: 60.0625em) {
  .c-app-content__outline {
    width: calc(100% - 240px);
  }
}
.c-app-content__howto {
  list-style-type: none;
}
.c-app-content__howto-title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0;
}
.c-app-content__howto-outline {
  padding: 8px 0 24px 16px;
}
.c-app-content__howto-text {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 !important;
}
.c-app-content__howto-annotation {
  color: #777777;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 8px 0 0 !important;
}
.c-app-content__annotations {
  border-top: 1px solid #cccccc;
}
.c-app-content__annotation {
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-app-content__annotation + .c-app-content__annotation {
  margin-top: 4px;
}