/*1024*/
@media screen and (min-width: 1024px) {
  /* header */
  header {
    z-index: 0;
    background-color: #7fc8b4;
    height: 4.5em;
    position: relative;
  }
  header h2 {
    margin: 0;
    padding-top: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: xx-large;
    color: #fffbe8;
    text-align: center;
  }
  header a {
    text-decoration: none;
  }
  header .WHborderP {
    position: absolute;
    top: 0;
    right: 5em;
    display: flex;
  }
  header .WHborderC {
    margin-left: 1em;
    height: 4.5em;
    width: 1em;
    background-color: #fffbe8;
  }

  body {
    margin: 0;
    width: 100vw;
  }
  #Wworks {
    z-index: 10;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #fffbe8;
    width: 100vw;
    /* height: 200vh; */
    filter: drop-shadow(0px -3px 3px #11111133)
      drop-shadow(0px 3px 3px #11111133);
    position: relative;
  }
  /* tab */
  #Wworks .tab {
    position: absolute;
    top: -2.5em;
    background-color: #fffbe8;
    width: 15em;
    height: 2.5em;
    border-radius: 20px 20px 0 0;
  }
  #Wworks .tab h2 {
    margin: 0;
    padding-top: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #7fc8b4;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* Wworks */
  #Wworks .Wcontent {
    /* background-color: #05384d; */
    display: flex;
    align-items: center;
  }
  #Wworks .Wcontent .WCtopimage {
    /* background-color: #7fc8b438; */
    width: 50vw;
  }
  #Wworks .Wcontent .WCtopimage img {
    filter: drop-shadow(3px 3px 0px #7fc8b4);
    width: 100%;
  }

  #Wworks .Wcontent .WCcomment {
    /* background-color: #7fc8b45f; */
    width: 50vw;
    position: relative;
  }
  #Wworks .Wcontent .WCcomment img {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 25%;
    opacity: 0.25;
  }
  #Wworks .Wcontent .WCcomment h1 {
    /* background-color: rgba(255, 140, 0, 0.493); */
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-top: 1vh;
    padding-right: 15px;
    padding-left: 15px;
    width: 30%;
    border-left: solid 7px #7fc8b4;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: xx-large;
    color: #05384d;
    text-align: center;
    /* letter-spacing: 0.075em; */
  }

  /*comment table*/
  #Wworks .Wcontent .WCcomment table {
    /* background-color: rgba(245, 245, 220, 0.776); */
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 15px;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .Wcontent .WCcomment table .comP {
    /* background-color: rgba(0, 255, 255, 0.616); */
    font-size: large;
  }
  #Wworks .Wcontent .WCcomment table .comC {
    /* background-color: rgba(220, 20, 60, 0.317); */
    font-size: normal;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-left: solid 2px #05384d;
  }

  /*flow table*/
  #Wworks .flow {
    /* background-color: #7fc8b49e; */
    width: 100vw;
    margin: 0;
    margin-top: 100px;
  }
  #Wworks .flow .flowcharge::before {
    content: "";
    margin-left: -0.9em;
    padding-right: 1em;
    border-left: solid 1em #ef7c7f;
    border-radius: 5em;
  }
  #Wworks .flow .flowcharge {
    /* background-color: rgba(165, 42, 42, 0.532); */
    width: 50%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: xx-large;
    color: #05384d;
    text-align: left;
  }
  #Wworks .flow table {
    /* background-color: #05374d5a; */
    width: 50%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .flow table tr {
    /* background-color: #fffbe879; */
  }
  #Wworks .flow table th {
    border-left: solid 3px#05384d;
  }
  #Wworks .flow table h2 {
    /* background-color: #fffbe885; */
    width: 55%;
    margin: 0;
    margin-top: 75px;
    margin-left: -1px;
    padding: 10px 0 10px 50px;
    background-color: #7fc8b4;
    /* border-bottom: solid 2px #ef7c7f; */
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: x-large;
    color: #fffbe8;
    text-align: left;
  }
  #Wworks .flow table img {
    width: 75%;
    margin: 25px auto 5px auto;
    border: solid 2px #05384d;
  }
  #Wworks .flow table p {
    /* background-color: rgba(153, 50, 204, 0.511); */
    width: 75%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: large;
    color: #05384d;
    text-align: right;
  }

  /* footer */
  footer {
    z-index: 0;
    width: 100vw;
    height: 5vh;
    background-color: #7fc8b4;
  }
  footer small {
    color: #fffbe8;
  }
  footer p {
    margin: 0;
    padding-top: 1vh;
    text-align: center;
    font-size: larger;
  }
}

/*768*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* header */
  header {
    z-index: 0;
    background-color: #7fc8b4;
    height: 3.5em;
    position: relative;
  }
  header h2 {
    margin: 0;
    padding-top: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #fffbe8;
    text-align: center;
  }
  header a {
    text-decoration: none;
  }
  header .WHborderP {
    position: absolute;
    top: 0;
    right: 5em;
    display: flex;
  }
  header .WHborderC {
    margin-left: 1em;
    height: 4.5em;
    width: 1em;
    background-color: #fffbe8;
  }

  body {
    margin: 0;
    width: 100vw;
  }
  #Wworks {
    z-index: 10;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #fffbe8;
    width: 100vw;
    /* height: 200vh; */
    filter: drop-shadow(0px -3px 3px #11111133)
      drop-shadow(0px 3px 3px #11111133);
    position: relative;
  }
  /* tab */
  #Wworks .tab {
    position: absolute;
    top: -2.5em;
    background-color: #fffbe8;
    width: 10em;
    height: 2.5em;
    border-radius: 20px 20px 0 0;
  }
  #Wworks .tab h2 {
    margin: 0;
    padding-top: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: large;
    color: #7fc8b4;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* Wworks */
  #Wworks .Wcontent {
    /* background-color: #05384d55; */
    display: flex;
    align-items: center;
  }
  #Wworks .Wcontent .WCtopimage {
    /* background-color: #7fc8b438; */
    width: 50vw;
  }
  #Wworks .Wcontent .WCtopimage img {
    filter: drop-shadow(3px 3px 0px #7fc8b4);
    width: 100%;
  }

  #Wworks .Wcontent .WCcomment {
    /* background-color: #7fc8b45f; */
    width: 50vw;
    position: relative;
  }
  #Wworks .Wcontent .WCcomment img {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 25%;
    opacity: 0.25;
  }
  #Wworks .Wcontent .WCcomment h1 {
    /* background-color: rgba(255, 140, 0, 0.493); */
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-top: 1vh;
    padding-right: 15px;
    padding-left: 15px;
    width: 7em;
    border-left: solid 7px #7fc8b4;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: x-large;
    color: #05384d;
    text-align: center;
    /* letter-spacing: 0.075em; */
  }

  /*comment table*/
  #Wworks .Wcontent .WCcomment table {
    /* background-color: rgba(245, 245, 220, 0.776); */
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 15px;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .Wcontent .WCcomment table .comP {
    /* background-color: rgba(0, 255, 255, 0.616); */
    font-size: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #Wworks .Wcontent .WCcomment table .comC {
    /* background-color: rgba(220, 20, 60, 0.317); */
    font-size: small;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-left: solid 2px #05384d;
  }

  /*flow table*/
  #Wworks .flow {
    /* background-color: #7fc8b49e; */
    width: 100vw;
    margin: 0;
    margin-top: 100px;
  }
  #Wworks .flow .flowcharge::before {
    content: "";
    margin-left: -0.8em;
    padding-right: 1em;
    border-left: solid 1em #ef7c7f;
    border-radius: 5em;
  }
  #Wworks .flow .flowcharge {
    /* background-color: rgba(165, 42, 42, 0.532); */
    width: 80%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: x-large;
    color: #05384d;
    text-align: left;
  }
  #Wworks .flow table {
    /* background-color: #05374d5a; */
    width: 80%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .flow table tr {
    /* background-color: #fffbe879; */
  }
  #Wworks .flow table th {
    border-left: solid 3px#05384d;
  }
  #Wworks .flow table h2 {
    /* background-color: #fffbe885; */
    width: 20em;
    margin: 0;
    margin-top: 75px;
    margin-left: -1px;
    padding: 10px 0 10px 50px;
    background-color: #7fc8b4;
    /* border-bottom: solid 2px #ef7c7f; */
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: large;
    color: #fffbe8;
    text-align: left;
  }
  #Wworks .flow table img {
    width: 75%;
    margin: 25px auto 5px auto;
    border: solid 2px #05384d;
  }
  #Wworks .flow table p {
    /* background-color: rgba(153, 50, 204, 0.511); */
    width: 75%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: normal;
    color: #05384d;
    text-align: right;
  }

  /* footer */
  footer {
    z-index: 0;
    width: 100vw;
    height: 5vh;
    background-color: #7fc8b4;
  }
  footer small {
    color: #fffbe8;
  }
  footer p {
    margin: 0;
    padding-top: 1vh;
    text-align: center;
    font-size: larger;
  }
}

/*480*/
@media screen and (max-width: 480px) {
  /* header */
  header {
    z-index: 0;
    background-color: #7fc8b4;
    height: 2.5em;
    position: relative;
  }
  header h2 {
    margin: 0;
    padding-top: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: large;
    color: #fffbe8;
    text-align: center;
  }
  header a {
    text-decoration: none;
  }
  header .WHborderP {
    position: absolute;
    top: 0;
    right: 1em;
    display: flex;
  }
  header .WHborderC {
    margin-left: 0.75em;
    height: 2.5em;
    width: 0.75em;
    background-color: #fffbe8;
  }

  body {
    margin: 0;
    width: 100vw;
  }
  #Wworks {
    z-index: 10;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #fffbe8;
    width: 100vw;
    /* height: 200vh; */
    filter: drop-shadow(0px -3px 3px #11111133)
      drop-shadow(0px 3px 3px #11111133);
    position: relative;
  }
  /* tab */
  #Wworks .tab {
    position: absolute;
    top: -1.5em;
    background-color: #fffbe8;
    width: 7em;
    height: 1.5em;
    border-radius: 10px 10px 0 0;
  }
  #Wworks .tab h2 {
    margin: 0;
    padding-top: 0.35em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: medium;
    color: #7fc8b4;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* Wworks */
  #Wworks .Wcontent {
    /* background-color: #05384d55; */
    /* display: flex; */
    /* align-items: center; */
  }
  #Wworks .Wcontent .WCtopimage {
    /* background-color: #7fc8b438; */
    width: 100vw;
  }
  #Wworks .Wcontent .WCtopimage img {
    filter: drop-shadow(3px 3px 0px #7fc8b4);
    margin-left: 10%;
    width: 80%;
  }

  #Wworks .Wcontent .WCcomment {
    /* background-color: #7fc8b45f; */
    margin-top: 2em;
    width: 100vw;
    position: relative;
  }
  #Wworks .Wcontent .WCcomment img {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 25%;
    opacity: 0.25;
  }
  #Wworks .Wcontent .WCcomment h1 {
    /* background-color: rgba(255, 140, 0, 0.493); */
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-top: 1vh;
    padding-right: 15px;
    padding-left: 15px;
    width: 7em;
    border-left: solid 7px #7fc8b4;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: x-large;
    color: #05384d;
    text-align: center;
    /* letter-spacing: 0.075em; */
  }

  /*comment table*/
  #Wworks .Wcontent .WCcomment table {
    /* background-color: rgba(245, 245, 220, 0.776); */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 15px;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .Wcontent .WCcomment table .comP {
    /* background-color: rgba(0, 255, 255, 0.616); */
    font-size: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #Wworks .Wcontent .WCcomment table .comC {
    /* background-color: rgba(220, 20, 60, 0.317); */
    font-size: small;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-left: solid 2px #05384d;
  }

  /*flow table*/
  #Wworks .flow {
    /* background-color: #7fc8b49e; */
    width: 100vw;
    margin: 0;
    margin-top: 75px;
  }
  #Wworks .flow .flowcharge::before {
    content: "";
    margin-left: -0.8em;
    padding-right: 1em;
    border-left: solid 1em #ef7c7f;
    border-radius: 5em;
  }
  #Wworks .flow .flowcharge {
    /* background-color: rgba(165, 42, 42, 0.532); */
    width: 90%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: x-large;
    color: #05384d;
    text-align: left;
  }
  #Wworks .flow table {
    /* background-color: #05374d5a; */
    width: 90%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;

    font-family: "Raleway", sans-serif;
    font-weight: light;
    color: #05384d;
  }
  #Wworks .flow table tr {
    /* background-color: #fffbe879; */
  }
  #Wworks .flow table th {
    border-left: solid 2px#05384d;
  }
  #Wworks .flow table h2 {
    /* background-color: #fffbe885; */
    width: 17em;
    margin: 0;
    margin-top: 50px;
    margin-left: -1px;
    padding: 10px 0 10px 25px;
    background-color: #7fc8b4;
    /* border-bottom: solid 2px #ef7c7f; */
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: medium;
    color: #fffbe8;
    text-align: left;
  }
  #Wworks .flow table img {
    width: 85%;
    margin: 25px auto 5px auto;
    border: solid 1.5px #05384d;
  }
  #Wworks .flow table p {
    /* background-color: rgba(153, 50, 204, 0.511); */
    width: 85%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: small;
    color: #05384d;
    text-align: right;
  }

  /* footer */
  footer {
    z-index: 0;
    width: 100vw;
    height: 5vh;
    background-color: #7fc8b4;
  }
  footer small {
    color: #fffbe8;
  }
  footer p {
    margin: 0;
    padding-top: 1vh;
    text-align: center;
    font-size: medium;
  }
}
