/* top */



  /* SP */
    /* contents */
      #wrapper section#tvo {
        background: #efece7;
        min-height: 88vh;
        overflow: hidden;
        padding: 0 0 6vw;
      }

      #wrapper section#tvo > h2 {
        border-left: solid 1.5vw #000;
        font-size: 450%;
        font-weight: 700;
        margin: 4vw 2vw 4vw 5.5vw;
        padding: 1vw 2vw;
        text-align: left;
      }

      #wrapper section#tvo > h3 {
        font-size: 400%;
        font-weight: 700;
        margin: 4vw 2vw 4vw 7.5vw;
        padding: 1vw 2vw;
        text-align: left;
      }

      #wrapper section#tvo > h4 {
        align-items: center;
        display: flex;
        font-size: 380%;
        font-weight: 700;
        justify-content: flex-start;
        padding: 1vw 0 0 10vw;
        position: relative;
      }

      #wrapper section#tvo h4::after {
        background: #000;
        content: '';
        display: block;
        height: 2px;
        margin: 0 4%;
        padding: 0 1em;
        width: 70%;
      }

      #wrapper section#tvo > dl {
        background: #efece7;
        margin: 2vw 0 4vw 10vw;
        font-size: 280%;
        text-align: left;
        width: 85%;
      }

      #wrapper section#tvo > dl > dt {
        font-weight: 700;
        margin: 0 0 0.4em;
      }

      #wrapper section#tvo > dl > dd {
        margin: 0 0 1em 1em;
      }

      #wrapper section#tvo > figure {
        margin: 2vw auto;
        width: 90%;
      }

      #wrapper section#tvo > figure > figcaption {
        font-size: 300%;
        margin: 6vw 0 0;
        text-align: left;
      }

      #wrapper section#tvo > p > a.btn {
        margin: 6vw auto;
        width: 65%;
      }
    /* /contents */

    /* js */
    /* /js */
  /* /SP */

























  /* PC */
    @media screen and (min-width:813px) {

      /* contents */
        #wrapper section#tvo {
          font-size: 40%;
          padding: 0 7.5vw 4vw;
        }

        #wrapper section#tvo h2 {
          border-left: solid 0.8vw #000;
          font-size: 540%;
          font-weight: 700;
          margin: 2vw 2vw 1vw;
          padding: 0.3vw 1vw;
        }

        #wrapper section#tvo > h3 {
          font-size: 450%;
          margin: 0 0 0 2vw;
        }

        #wrapper section#tvo > h4 {
          padding: 2% 0 2% 5%;
        }

        #wrapper section#tvo > h4::after {
          margin: 0 2%;
          width: 80%;
        }

        #wrapper section#tvo > dl {
          font-size: 300%;
          margin: 0 0 0 4.5vw;
        }

        #wrapper section#tvo > figure {
          width: 100%;
        }
        
        #wrapper section#tvo > figure > img {
          margin: 0 auto 3vw;
          width: 60%;
        }

        #wrapper section#tvo > figure > figcaption {
          font-size: 330%;
          margin: 3vw auto 0;
          width: 90%;
        }

        #wrapper section#tvo > figure > a.btn, 
        #wrapper section#tvo > p > a.btn {
          font-size: 400%;
          margin: 0vw auto 3vw;
          width: 40% !important;
        }
      /* /contents */


      /* js */
        /* general */
          .hide { display: none !important; }
          .flex { display: flex !important; }
          .show { display: block !important; }
        /* /general */
      /* /js */

    }
  /* /PC */
  


