#page-container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
  padding: 30px 5%; }
  @media (min-width: 768px) {
    #page-container {
      border-radius: 20px;
      padding: 5%;
      margin: 140px auto 0; } }
  #page-container #single-header {
    max-width: 780px;
    margin: auto; }
    @media (min-width: 768px) {
      #page-container #single-header {
        display: flex; } }
    #page-container #single-header .thumbnail {
      position: relative; }
      @media (min-width: 768px) {
        #page-container #single-header .thumbnail {
          width: 35%; } }
      #page-container #single-header .thumbnail img {
        border-radius: 10px; }
        @media (min-width: 768px) {
          #page-container #single-header .thumbnail img {
            border-radius: 20px; } }
    #page-container #single-header .single-page-title {
      margin-top: 10px; }
      @media (min-width: 768px) {
        #page-container #single-header .single-page-title {
          width: 65%;
          padding-left: 4%;
          margin-top: 0;
          display: flex;
          align-items: center; } }
      #page-container #single-header .single-page-title .single-page-title-in h1 {
        font-size: 1.8em;
        line-height: 1.3em;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        margin-bottom: 10px;
        transition: .5s;
        color: #F02500; }
        @media (min-width: 768px) {
          #page-container #single-header .single-page-title .single-page-title-in h1 {
            font-size: 2.2em; } }
        @media (min-width: 1250px) {
          #page-container #single-header .single-page-title .single-page-title-in h1 {
            font-size: 2.75em; } }
      #page-container #single-header .single-page-title .single-page-title-in h5 {
        font-size: 0.80em;
        color: #979BA0; }
        @media (min-width: 768px) {
          #page-container #single-header .single-page-title .single-page-title-in h5 {
            font-size: 0.9em; } }
  #page-container #single-contents {
    max-width: 620px;
    margin: 40px auto 20px; }
    @media (min-width: 1024px) {
      #page-container #single-contents {
        margin: 120px auto 100px; } }
    #page-container #single-contents .overview {
      margin-top: 40px; }
      #page-container #single-contents .overview p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify;
        color: #000; }
        @media (min-width: 1024px) {
          #page-container #single-contents .overview p {
            font-size: 1.125em; } }
      #page-container #single-contents .overview a {
        font-size: 0.9em;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        line-height: 1.8em;
        position: relative;
        color: #1a0dab; }
        @media (min-width: 1024px) {
          #page-container #single-contents .overview a {
            font-size: 1.125em; } }
        #page-container #single-contents .overview a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #1a0dab;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #page-container #single-contents .overview a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
    #page-container #single-contents .post-content {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #page-container #single-contents .post-content {
          margin-top: 80px; } }
      #page-container #single-contents .post-content ul.menu {
        background-color: #ECEEF2;
        padding: 10px 20px 30px;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #page-container #single-contents .post-content ul.menu {
            padding: 20px 40px 40px;
            border-radius: 20px; } }
        #page-container #single-contents .post-content ul.menu li {
          border-bottom: 1px solid #BBBBBB;
          list-style: none;
          padding: 12px 0;
          color: #000; }
          #page-container #single-contents .post-content ul.menu li a {
            font-size: 0.85em;
            line-height: 1.2em;
            color: #000;
            transition: .5s; }
            @media (min-width: 1024px) {
              #page-container #single-contents .post-content ul.menu li a {
                font-size: 0.9em; } }
            #page-container #single-contents .post-content ul.menu li a:hover {
              color: #F02500; }
      #page-container #single-contents .post-content .txt-area {
        padding: 80px 0 0 0; }
        @media (min-width: 1024px) {
          #page-container #single-contents .post-content .txt-area {
            padding: 120px 0 0 0; } }
        #page-container #single-contents .post-content .txt-area h2 {
          font-size: 1.25em;
          line-height: 1.4em;
          border-bottom: 1px solid #F02500;
          padding-bottom: 10px;
          color: #F02500; }
          @media (min-width: 768px) {
            #page-container #single-contents .post-content .txt-area h2 {
              font-size: 1.5em; } }
          @media (min-width: 1024px) {
            #page-container #single-contents .post-content .txt-area h2 {
              font-size: 1.75em; } }
        #page-container #single-contents .post-content .txt-area p {
          font-size: 0.9em;
          line-height: 2.0em;
          text-align: justify;
          margin-top: 15px;
          color: #000; }
          @media (min-width: 1024px) {
            #page-container #single-contents .post-content .txt-area p {
              font-size: 1.125em;
              margin-top: 30px;
              line-height: 2.25em; } }
        #page-container #single-contents .post-content .txt-area a {
          color: #0000ee;
          position: relative;
          transition: .5s; }
          #page-container #single-contents .post-content .txt-area a:hover {
            color: #B2BF1E; }
    #page-container #single-contents .profile-single {
      background-color: #ECEEF2;
      border-radius: 10px;
      padding: 20px 0;
      margin-top: 60px; }
      @media (min-width: 768px) {
        #page-container #single-contents .profile-single {
          border-radius: 20px;
          padding: 40px 0;
          margin-top: 120px; } }
      #page-container #single-contents .profile-single .profile-box {
        max-width: 350px;
        width: 90%;
        margin: auto; }
        #page-container #single-contents .profile-single .profile-box .profile-box-in {
          display: flex;
          align-items: center; }
          #page-container #single-contents .profile-single .profile-box .profile-box-in .icon {
            width: 100px; }
            #page-container #single-contents .profile-single .profile-box .profile-box-in .icon img {
              border-radius: 50%; }
          #page-container #single-contents .profile-single .profile-box .profile-box-in .txt {
            width: calc(100% - 100px);
            padding-left: 20px;
            margin: 1em 0 0 0; }
            #page-container #single-contents .profile-single .profile-box .profile-box-in .txt h3 {
              font-size: 0.9em;
              color: #000;
              margin: 0; }
            #page-container #single-contents .profile-single .profile-box .profile-box-in .txt h4 {
              font-size: 1.125em;
              color: #000;
              margin: 2px 0 0 0; }
            #page-container #single-contents .profile-single .profile-box .profile-box-in .txt h5 {
              font-size: 0.7em;
              font-weight: normal;
              margin-top: 5px;
              color: #707070; }
        #page-container #single-contents .profile-single .profile-box p {
          font-size: 0.8em;
          line-height: 1.6em;
          text-align: justify;
          color: #000;
          margin-top: 16px; }
          @media (min-width: 768px) {
            #page-container #single-contents .profile-single .profile-box p {
              font-size: 0.9em; } }
