#page-container .post-header {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 20px auto 0; }
  @media (min-width: 1250px) {
    #page-container .post-header {
      margin: auto; } }
  @media (min-width: 1024px) {
    #page-container .post-header .title {
      display: flex;
      align-items: center; } }
  #page-container .post-header .title .number {
    font-family: "MuseoModerno", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 3.0em;
    line-height: 0.8em; }
    @media (min-width: 1024px) {
      #page-container .post-header .title .number {
        font-size: 8.0em;
        transform: scale(0.8, 1);
        margin-left: -0.2em; } }
    @media (min-width: 1250px) {
      #page-container .post-header .title .number {
        font-size: 10.0em; } }
  #page-container .post-header .title h1 {
    font-size: 2.0em;
    margin-top: 2px; }
    @media (min-width: 768px) {
      #page-container .post-header .title h1 {
        font-size: 3.0em;
        margin-top: 0;
        padding-right: 90px; } }
    @media (min-width: 1250px) {
      #page-container .post-header .title h1 {
        font-size: 4.5em;
        padding-right: 130px; } }
  #page-container .post-header .radio-btn {
    position: absolute;
    top: -3px;
    right: 0; }
    @media (min-width: 768px) {
      #page-container .post-header .radio-btn {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; } }
    #page-container .post-header .radio-btn a img {
      width: 40px; }
      @media (min-width: 768px) {
        #page-container .post-header .radio-btn a img {
          width: 80px; } }
      @media (min-width: 1250px) {
        #page-container .post-header .radio-btn a img {
          width: 120px; } }
#page-container .post-content {
  max-width: 800px;
  width: 90%;
  margin: 40px auto 0; }
  @media (min-width: 1024px) {
    #page-container .post-content {
      margin: 80px auto 0; } }
  #page-container .post-content .agenda {
    background-color: #FFF7E0;
    border-radius: 25px;
    padding: 30px 20px 40px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #page-container .post-content .agenda {
        border-radius: 50px; } }
    #page-container .post-content .agenda h3 {
      font-size: 1.125em;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #page-container .post-content .agenda h3 {
          font-size: 1.3em; } }
    #page-container .post-content .agenda ul li {
      margin-bottom: 10px; }
      #page-container .post-content .agenda ul li:last-child {
        margin-bottom: 0; }
      #page-container .post-content .agenda ul li a {
        font-size: 0.85em;
        line-height: 1.2em;
        color: #000;
        transition: .5s; }
        @media (min-width: 1024px) {
          #page-container .post-content .agenda ul li a {
            font-size: 0.9em; } }
        #page-container .post-content .agenda ul li a span {
          color: #FF8802; }
        #page-container .post-content .agenda ul li a:hover {
          color: #F02500; }
  #page-container .post-content .txt-area {
    border-top: 2px solid #FF8802;
    padding: 30px 0; }
    @media (min-width: 1024px) {
      #page-container .post-content .txt-area {
        padding: 60px 0; } }
    #page-container .post-content .txt-area:nth-child(2) {
      border-top: none; }
    #page-container .post-content .txt-area h2 {
      font-size: 1.45em;
      line-height: 1.35em; }
      @media (min-width: 1024px) {
        #page-container .post-content .txt-area h2 {
          font-size: 2.0em; } }
    #page-container .post-content .txt-area p {
      font-size: 0.9em;
      line-height: 2.0em;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #page-container .post-content .txt-area p {
          font-size: 1.0em;
          margin-top: 40px; } }
#page-container #epilog {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 50px 0 100px; }
  @media (min-width: 1024px) {
    #page-container #epilog {
      padding: 50px 0 160px; } }
  #page-container #epilog .profile {
    background-color: #FFF7E0;
    border-radius: 15px;
    padding: 20px; }
    @media (min-width: 1024px) {
      #page-container #epilog .profile {
        border-radius: 30px;
        padding: 60px; } }
    #page-container #epilog .profile h3 {
      font-size: 1.3em; }
    #page-container #epilog .profile .person {
      display: flex;
      align-items: center; }
      #page-container #epilog .profile .person .photo {
        width: 25%; }
        #page-container #epilog .profile .person .photo img {
          border-radius: 50%; }
      #page-container #epilog .profile .person .name {
        width: 75%; }
        #page-container #epilog .profile .person .name h3 {
          font-size: 1.7em; }
        #page-container #epilog .profile .person .name h4 {
          font-size: 1.3em;
          margin-top: 10px; }
    #page-container #epilog .profile p {
      font-size: 0.9em;
      line-height: 1.8em;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #page-container #epilog .profile p {
          font-size: 1.0em; } }
  #page-container #epilog .common-btn {
    margin: 40px auto 0;
    text-align: center; }
    @media (min-width: 1024px) {
      #page-container #epilog .common-btn {
        margin: 80px auto 0; } }
