/*基本要素*/

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  overflow-x: hidden;
  color: #222d5f;
}

h3 {
  font-size: 160%;
  color: #74cfff;
  text-align: center;
}

h4 {
  font-size: 200%;
  text-align: center;
}
tbody {
  vertical-align: inherit;
}

.h_title {
  margin: 0;
  font-size: 130%;
  color: #1bb5ff;
}

.textcenter {
  margin: 20px auto;
  text-align: center;
}

.h_title2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 150%;
  color: #1bb5ff;
}

.h_title3 {
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: 400;
  color: #1bb5ff;
}

.text_underline {
  padding-bottom: 4px;
  border-bottom: 2px solid #222d5f;
}

.bigtext {
  font-size: 180%;
}

.middletext {
  font-size: 150%;
}

.boximage {
  display: block;
  width: auto;
}

#appealArea_left_sp_right {
  display: block;
  width: auto;
  letter-spacing: normal;
}

/*.pcblockはパソコンサイズ、smartblockはタブレットサイズの際に表示される*/

.pcblock {
  display: inline-block;
}

.smartblock {
  display: none;
}

/*全体を囲む。邪魔な余白を消す*/

#wrapperArea {
  width: 100%;
  overflow-x: hidden;
}

/*ヘッダー箇所*/

header {
  background-image: url(images/mainimage-min2.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100vw;
  height: 100vh;
}

header img#mainvisual,
header img#mainvisual2 {
  position: absolute;
  width: 100%;
  height: auto;
}

header .innerArea {
  width: 55%;
  left: 22.5%;
  text-align: center;
  position: absolute;
}

.mkslogo {
  width: 20%;
  height: auto;
  margin-top: 5%;
}

.inner_text {
  margin-top: 20%;
  color: white;
  font-size: 140%;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 0.5em;
}

/*スクロールボタンのスタイル*/

#scrollbutton {
  position: relative;
  margin-top: 100px;
  text-decoration: none;
}

#scrollbutton p {
  margin: 285px auto 0;
  color: #fff;
}

#scrollbutton span {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/*上部コンテンツ、波のアニメーションなど*/

#ziabilityArea {
  width: 100%;
  height: auto;
  z-index: 1;
}

#meritpoint {
  display: block;
  text-align: center;
  margin: 70px auto;
}

#meritpoint p {
  display: inline-block;
  background-color: #19b1ff;
  width: 110px;
  height: 110px;
  margin: 0 0.5%;
  border-radius: 55px;
  color: white;
  text-align: center;
  line-height: 110px;
}

#canvas-container {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 15.625%;
  z-index: 1;
}

canvas {
  position: absolute;
  width: 100%;
  vertical-align: top;
  z-index: 2;
}

#sineCanvas {
  top: 0;
  height: 50%;
}

#sineCanvas2 {
  top: 50%;
  height: 50%;
}

#shutoutArea {
  position: relative;
  top: -100px;
  padding-top: 50px;
  padding-bottom: 20%;
  background-color: #f7fcff;
}

#canvas-container2 {
  position: absolute;
  width: 100%;
  padding-top: 15.625%;
  bottom: 0;
}

#sineCanvas3 {
  position: absolute;
  bottom: 0;
  height: 100%;
}

#virusArea {
  position: relative;
  top: -50px;
}

.ziability_logo {
  position: relative;
  width: 15%;
  left: 42.5%;
  top: -50px;
  height: auto;
  margin: auto;
  z-index: 5;
}

.tableArea {
  width: 100%;
  height: auto;
  padding: 0;
  letter-spacing: -0.5em;
}

.tableleft {
  display: inline-block;
  width: 40%;
  height: auto;
  padding: 2%;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 2;
  text-align: justify;
}

.tableright {
  display: inline-block;
  width: 51.5%;
  height: auto;
  padding: 2%;
  letter-spacing: normal;
}

.tableright table {
  width: 100%;
  height: auto;
}

.tableright table,
.tableright th,
.tableright td {
  border: 1px solid #b5b2b8;
  border-collapse: collapse;
}

.tableright th,
.tableright td {
  text-align: center;
  padding: 10px 0;
}

.tableright td {
  font-weight: 400;
}

.tableright tr th,
.tableright tr td:nth-of-type(1) {
  background-color: #f2f7fa;
}

.tableright tr th:nth-of-type(2) {
  background-color: #18b4ff;
  color: white;
}

.tableright tr td:nth-of-type(2) {
  background-color: #daecf6;
}

/*除菌、消臭効果の説明のエリア*/

#bacteriaRemoveArea {
  margin-top: -100px;
  background-color: #f7fcff;
  margin: 0 0 120px 0;
}

#bacteriaRemove_visualArea .innerArea {
  width: 70%;
  left: 15%;
  text-align: center;
  position: absolute;
}

#bacteriaRemove_visualArea .innerArea p {
  margin-top: 20%;
  line-height: 200%;
  font-size: 150%;
  font-weight: 400;
}

.whiteback_text {
  background-color: white;
  color: #1fb0ff;
}

#bacteriaremoveimageArea {
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 100px;
  top: -60px;
  background-color: #f7fcff;
}

#bacteriaRemove_visualArea {
  position: relative;
  width: 100%;
  padding-bottom: 40.5%;
}

#bacteriaRemove_visualArea img#removevisual,
#bacteriaRemove_visualArea img#removevisual2 {
  position: absolute;
  width: 100%;
  height: auto;
}

/*フレックスボックス*/

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  max-width: 1280px;
}
.box-item {
  background-color: white;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  width: 31.3%;
}
.box-item-thum {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}
.box-item-thum img {
  width: 90%;
  margin: auto;
}
.box-item-title {
  /*width: 90%;*/
  margin: auto;
  padding: 15px 20px 20px 20px;
  font-size: 16px;
}

.box-item-title p {
  margin: 3px 0 10px 0;
  text-align: justify;
}

/*希釈のエリア*/

#dilutionArea {
  width: 100%;
  height: auto;
  background-color: white;
  font-size: 100%;
}

.dilutioncoreleft,
.dilutioncoreright {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 100px;
}

.rightcolorArea {
  position: absolute;
  width: 85%;
  height: 100%;
  background-color: #f7fcff;
  right: 0;
  z-index: 1;
}

.leftcolorArea {
  position: absolute;
  width: 85%;
  height: 100%;
  background-color: #f7fcff;
  left: 0;
  z-index: 1;
}

.dilutioncoreright .dilutiontext {
  height: 70%;
  width: 56.28%;
  background-color: #112444;
  position: absolute;
  z-index: 2;
  color: white;
  left: 0;
  bottom: 0;
}

.dilutioncoreleft .dilutiontext {
  height: 70%;
  width: 56.28%;
  background-color: #112444;
  position: absolute;
  z-index: 2;
  color: white;
  right: 0;
  bottom: 0;
}

.dilutioncoreright img.useimage {
  position: absolute;
  height: 70%;
  width: auto;
  z-index: 3;
  top: 15%;
  right: 0;
}

.dilutioncoreleft img.useimage {
  position: absolute;
  height: 70%;
  width: auto;
  z-index: 3;
  top: 15%;
  left: 0;
}

.textArearight {
  position: absolute;
  width: 80%;
  left: 0;
  padding: 12% 0 0 10%;
  letter-spacing: -0.5em;
}

.textArealeft {
  position: absolute;
  width: 80%;
  right: -60px;
  padding: 10% 0 0 0;
  letter-spacing: -0.5em;
}

.textArealeft p,
.textArearight p {
  letter-spacing: normal;
}

.textAreapoint_left {
  display: inline-block;
  width: 30%;
  letter-spacing: normal;
  vertical-align: bottom;
}
.textAreapoint_right {
  display: inline-block;
  width: 15%;
  /*margin-left: 5%;*/
  vertical-align: bottom;
}

.textAreapoint_right img {
  width: 100%;
  height: auto;
}

.bluepointtext_title {
  font-size: 180%;
  margin: 0;
  padding-bottom: 10px;
}

.bluepoint_underline {
  padding-bottom: 15px;
  color: #1bb5ff;
  border-bottom: 2px solid #1bb5ff;
}

.bluepointtext {
  margin: 10px 0 0;
  font-size: 180%;
  color: #1bb5ff;
}

.bignumber {
  font-size: 140%;
}

.ppm {
  font-size: 70%;
}

.usepointArea {
  /*width: 100%;*/
  height: auto;
  margin-top: 10px;
  letter-spacing: normal;
}
.usepointArea img {
  width: 12px;
  margin: 2px 5px 0 0;
  float: left;
}
.usepoint {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

/*Q＆Aのエリア*/

.qandaArea {
  width: 80%;
  letter-spacing: -0.5em;
  margin: 15px auto;
}

.qandaArea .markArea {
  display: inline-block;
  width: 5%;
  letter-spacing: normal;
}

.qandaArea .qmark {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 45px;
  background-color: #19b1fe;
  font-size: 22px;
  color: white;
  vertical-align: top;
}

.qandaArea .amark {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 45px;
  background-color: #e20113;
  font-size: 22px;
  color: white;
  vertical-align: top;
}

.qandaArea .qandatext {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  letter-spacing: normal;
  word-wrap: break-word;
  margin: 12px 0 0 0;
}

/*下部コンテンツエリア*/

#awayuseArea {
  width: 100%;
  height: auto;
}

#appealArea {
  width: 100%;
  height: auto;
  margin: auto;
}

#appealArea2 {
  width: 80%;
  height: auto;
  margin: 60px auto 0;
  padding: 20px 0px 70px 0px;
  letter-spacing: -0.5em;
  border-top: solid 1px #bcc0cf;
}

#appeal_visualArea {
  position: relative;
  width: 100%;
  padding-bottom: 48.07%;
  margin-bottom: 90px;
}

#appeal_visualArea img#appealvisual,
#appeal_visualArea img#appealvisual2 {
  position: absolute;
  width: 100%;
  height: auto;
}

#appeal_visualArea .innerArea {
  width: 90%;
  left: 5%;
  text-align: center;
  position: absolute;
}

.ph_h_text {
  width: 45%;
  background-color: white;
  margin: 10px auto 40px;
  font-size: 180%;
  color: #1bb5ff;
}

#explainArea {
  width: 100%;
  height: auto;
  letter-spacing: -0.5em;
  font-size: 100%;
}

#explain_textArea {
  display: inline-block;
  width: 30%;
  height: auto;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1.7;
  text-align: justify;
  margin: 0 20px 0 0;
}

#explain_imageArea {
  display: inline-block;
  width: 65%;
  height: auto;
  vertical-align: top;
  letter-spacing: normal;
}

#explain_imageArea img {
  width: 100%;
  height: auto;
}

#manyquestion {
  background-color: #def4ff;
  width: 90%;
  margin: 30px auto;
  padding: 2%;
  font-size: 120%;
  text-align: center;
  color: #1bb5ff;
}

#appealArea_left {
  width: 25%;
  height: auto;
  display: inline-block;
  padding: 1%;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 0.8em;
}

#appealArea2 table {
  text-align: left;
}

#data1 tr th:nth-child(1) {
  width: 30%;
}

#data2 {
  margin-top: 40px;
}

#data2 tr th:nth-child(1) {
  width: 60%;
}

#appealArea_right {
  width: 71%;
  height: auto;
  display: inline-block;
  padding: 1%;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 0.8em;
}

#appealArea_right .cautiontxt {
  color: #e20113;
}

#appealArea_left img.boximage {
  width: 80%;
  height: auto;
  display: block;
  margin: 50px auto;
  margin: 10px 0 40px;
}

#appeal_visualArea {
  position: relative;
  width: 100%;
  padding-bottom: 48.07%;
  margin-bottom: 90px;
}

#appeal_visualArea img#appealvisual,
#appeal_visualArea img#appealvisual2 {
  position: absolute;
  width: 100%;
  height: auto;
}

/*会社情報のエリア*/

#infomationArea {
  padding: 40px 0;
  background-color: #f7fcff;
  font-size: 100%;
}

#infomationArea table {
  text-align: center;
  margin: 50px auto;
}

#infomationArea th,
#infomationArea td {
  padding-left: 40px;
  height: 50px;
  text-align: left;
  vertical-align: top;
}

footer {
  padding: 30px 0;
  background-color: #112444;
  color: white;
}

footer p {
  margin: 0;
  text-align: center;
  font-weight: 300;
}

#move1,
#move2,
#move3,
#move4,
#move5,
#move6,
#move7,
#move8,
#move9,
#move10,
#move11,
#move12,
#move13,
#move14,
#move15,
#move16,
#move17,
#move18,
#move19,
#move20,
#move21,
#move22,
#move23,
#move24,
#move25,
#explainArea {
  transform: translateY(0px);
  transition: all 0.4s 0.2s;
}

#move2 {
  position: relative;
  z-index: 5;
}

/*ローディング*/

/*画面全体にローディング画面を表示*/
#showloading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
}
#showloading img {
  display: block;
  position: relative;
  height: 15%;
  top: 35%;
  width: auto;
  margin: 0 auto 0;
}
.hidden {
  display: none;
}

#gage {
  position: relative;
  width: 30%;
  max-width: 150px;
  height: 1px;
  top: 38%;
  margin: 0 auto 0;
  overflow: hidden;
}

#gageline {
  position: relative;
  background-color: #333;
  width: 0%;
  height: 1px;
  left: 0px;
}

@media (max-width: 1050px) {
  #dilutionArea {
    font-size: 80%;
  }

  #appeal_visualArea .innerArea {
    font-size: 90%;
  }

  .h_title3 {
    margin: 15px auto;
  }

  .ph_h_text {
    margin: 15px auto 30px;
  }
}

@media (max-width: 850px) {
  #dilutionArea {
    font-size: 70%;
  }

  #appeal_visualArea .innerArea {
    font-size: 75%;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 140%;
  }
  .h_title {
    margin: 0;
    font-size: 115%;
    color: #1bb5ff;
  }
  .pcblock {
    display: none;
  }

  .smartblock {
    display: inline-block;
  }

  header {
    height: 100%;
    width: 100%;
    background-image: url(images/sp_mainimage2.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .box-item {
    width: 48%;
    margin-bottom: 10px;
  }
  .box-item-title {
    font-size: 14px;
    padding: 15px 10px 5px 10px;
  }
  .box-item-thum {
    margin: 10px auto 0;
  }

  header {
    position: relative;
    width: 100%;
    padding-bottom: 176.006%;
  }

  header .innerArea {
    width: 75%;
    left: 12.5%;
  }

  .mkslogo {
    width: 35%;
    height: auto;
    margin-top: 5%;
  }

  .inner_text {
    margin-top: 70%;
    font-size: 130%;
    letter-spacing: 0.4em;
  }
  .h_title2 {
    margin-top: 40px;
    /*margin-bottom: 40px;*/
    font-size: 150%;
    color: #1bb5ff;
  }
  #shutoutArea {
    position: relative;
    top: -100px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20%;
    background-color: #f7fcff;
  }

  .tableArea {
    width: 90%;
    padding: 0 5% 0;
    height: auto;
    letter-spacing: -0.5em;
  }

  .tableleft {
    display: block;
    width: 96%;
    height: auto;
    padding: 2%;
    letter-spacing: normal;
    font-size: 15px;
  }

  .tableright {
    display: block;
    width: 96%;
    height: auto;
    padding: 2%;
    letter-spacing: normal;
    font-size: 11px;
  }

  #canvas-container {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding-top: 15.625%;
    padding-bottom: 15.625%;
  }

  #bacteriaremoveimageArea {
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    top: 0;
    background-color: #f7fcff;
  }

  #bacteriaRemove_visualArea {
    position: relative;
    width: 100%;
    padding-bottom: 75.733%;
  }

  #awayuseArea {
    width: 90%;
    height: auto;
    padding: 5%;
  }

  .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 00px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    /* max-width: 1280px;*/
  }

  #appeal_visualArea {
    position: relative;
    width: 100%;
    padding-bottom: 226.8%;
  }

  #bacteriaRemove_visualArea .innerArea p {
    font-size: 120%;
  }

  #appeal_visualArea .h_title3 {
    font-size: 180%;
    margin: 20px auto;
  }

  .ph_h_text {
    width: 90%;
    background-color: white;
    margin: 15px auto 20px;
    font-size: 250%;
    color: #1bb5ff;
  }

  #explainArea {
    width: 100%;
    height: auto;
    letter-spacing: -0.5em;
  }

  #explain_textArea {
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: normal;
    font-size: 150%;
    margin: 40px auto;
  }

  #explain_imageArea {
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: normal;
  }

  #appealArea2 {
    width: 90%;
    padding: 40px 0 70px 0;
    height: auto;
    margin: 60px auto 0;
    letter-spacing: -0.5em;
  }

  #appealArea_left img.boximage {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 0 2% 0 0;
  }

  #appealArea_left_sp_right {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 12px;
  }

  #appealArea_left {
    width: 98%;
    height: auto;
    display: inline-block;
    padding: 1%;
    letter-spacing: -0.5em;
    vertical-align: top;
  }
  #appealArea_right {
    width: 98%;
    height: auto;
    display: inline-block;
    padding: 1%;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 12px;
  }

  #dilutionArea {
    font-size: 150%;
  }

  .dilutioncoreleft,
  .dilutioncoreright {
    width: 100%;
    padding-bottom: 150%;
    position: relative;
    margin-bottom: 100px;
  }

  .dilutioncoreright img.useimage {
    position: absolute;
    width: 80%;
    height: auto;
    z-index: 3;
    top: 7%;
    right: 0;
  }

  .dilutioncoreleft img.useimage {
    position: absolute;
    width: 80%;
    height: auto;
    z-index: 3;
    top: 7%;
    left: 0;
  }

  .dilutioncoreright .dilutiontext {
    height: 70%;
    width: 90%;
    background-color: #112444;
    position: absolute;
    z-index: 2;
    color: white;
    left: 0;
    bottom: 0;
  }

  .dilutioncoreleft .dilutiontext {
    height: 70%;
    width: 90%;
    background-color: #112444;
    position: absolute;
    z-index: 2;
    color: white;
    right: 0;
    bottom: 0;
  }

  .rightcolorArea {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #f7fcff;
    right: 0;
    z-index: 1;
  }

  .leftcolorArea {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #f7fcff;
    left: 0;
    z-index: 1;
  }

  .textArearight {
    position: absolute;
    width: 90%;
    top: 15%;
    left: 0;
    padding: 5% 5% 0 5%;
    letter-spacing: -0.5em;
  }

  .textArealeft {
    position: absolute;
    width: 90%;
    top: 15%;
    right: -1%;
    padding: 5% 5% 0 5%;
    letter-spacing: -0.5em;
  }

  .textAreapoint_left {
    display: inline-block;
    width: 30%;
    letter-spacing: normal;
    vertical-align: bottom;
  }
  .textAreapoint_right {
    display: inline-block;
    width: 35%;
    margin-left: 5%;
    vertical-align: bottom;
  }

  .textAreapoint_right img {
    max-width: 80px;
  }

  .qandaArea {
    width: 90%;
    letter-spacing: -0.5em;
    margin: 15px auto;
  }

  .qandaArea .markArea {
    display: inline-block;
    width: 15%;
    letter-spacing: normal;
  }

  .qandaArea .qmark {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    background-color: #19b1fe;
    font-size: 22px;
    color: white;
    vertical-align: top;
  }

  .qandaArea .amark {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    background-color: #e20113;
    font-size: 22px;
    color: white;
    vertical-align: top;
  }

  .qandaArea .qandatext {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    letter-spacing: normal;
    word-wrap: break-word;
  }
}

@media (max-width:680px){
  #dilutionArea {
    font-size: 140%;
  }
}

@media (max-width: 600px) {
  .h_title2 {
    font-size: 120%;
  }
  .h_title {
    margin: 0;
    font-size: 115%;
    color: #1bb5ff;
  }
  .inner_text {
    font-size: 120%;
  }

  #dilutionArea {
    font-size: 110%;
  }

  #infomationArea {
    padding: 20px 0;
    background-color: #f7fcff;
    font-size: 90%;
  }

  #infomationArea table {
    text-align: center;
    margin: 50px auto;
  }

  #infomationArea th {
    width: 30%;
  }

  #infomationArea th,
  #infomationArea td {
    padding-left: 15px;
    height: 50px;
    text-align: left;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .bigtext {
    font-size: 120%;
    width: 95%;
  }

  .textAreapoint_left {
    display: inline-block;
    width: 36%;
    letter-spacing: normal;
    vertical-align: bottom;
  }
  #bacteriaRemove_visualArea .innerArea {
    width: 90%;
    text-align: center;
    margin: o auto;
    position: absolute;
    left: 5%;
  }

  .textAreapoint_right img {
    max-width: 80px;
  }
  #bacteriaRemove_visualArea .innerArea p {
    font-size: 120%;
    margin: 100px 0 0 0;
  }
  .middletext {
    font-size: 105%;
    width: 95%;
  }

  .inner_text {
    font-size: 100%;
  }

  .ziability_logo {
    position: relative;
    width: 30%;
    left: 36%;
    top: -50px;
    height: auto;
    margin: auto;
    z-index: 5;
  }
  .tableleft {
    display: block;
    width: 96%;
    height: auto;
    padding: 2%;
    letter-spacing: normal;
    font-size: 15px;
  }

  .tableright {
    display: block;
    width: 96%;
    height: auto;
    padding: 2%;
    letter-spacing: normal;
    font-size: 11px;
  }

  #dilutionArea {
    font-size: 80%;
  }

  #appeal_visualArea .h_title3 {
    font-size: 150%;
    margin: 50px auto 10px;
  }

  .ph_h_text {
    width: 90%;
    background-color: white;
    margin: 15px auto 20px;
    font-size: 180%;
    color: #1bb5ff;
  }
  #explain_textArea {
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: normal;
    font-size: 110%;
    margin: 40px auto;
  }

  #appealArea .h_title {
    font-size: 90%;
  }

  #manyquestion {
    font-size: 100%;
  }

  .qandaArea .markArea {
    display: inline-block;
    width: 20%;
    letter-spacing: normal;
  }

  .qandaArea .qmark {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    background-color: #19b1fe;
    font-size: 22px;
    color: white;
    vertical-align: top;
  }

  .qandaArea .amark {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    background-color: #e20113;
    font-size: 22px;
    color: white;
    vertical-align: top;
  }

  .qandaArea .qandatext {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    letter-spacing: normal;
    word-wrap: break-word;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .inner_text {
    font-size: 85%;
  }

  #meritpoint {
    display: block;
    text-align: center;
    margin: 70px auto;
  }

  .ziability_logo {
    position: relative;
    width: 30%;
    top: -50px;
    height: auto;
    margin: 0 auto;
    z-index: 5;
  }

  #meritpoint p {
    display: inline-block;
    background-color: #19b1ff;
    width: 90px;
    height: 90px;
    margin: 0 5px;
    border-radius: 45px;
    color: white;
    text-align: center;
    line-height: 90px;
  }

  #canvas-container {
    top: -50px;
  }

  #dilutionArea {
    font-size: 70%;
  }

  #appeal_visualArea .h_title3 {
    font-size: 130%;
    margin: 10px auto;
  }

  .ph_h_text {
    width: 90%;
    background-color: white;
    margin: 5px auto 10px;
    font-size: 160%;
    color: #1bb5ff;
  }
  #explain_textArea {
    display: block;
    width: 90%;
    height: auto;
    letter-spacing: normal;
    font-size: 100%;
    margin: 20px auto;
  }
}

@media (max-width: 600px) and (min-width:350px) {
  .dilutioncoreright .dilutiontext {
    height: 61%;
    width: 90%;
    background-color: #112444;
    position: absolute;
    z-index: 2;
    color: white;
    left: 0;
    bottom: 9%;
  }

  .dilutioncoreleft .dilutiontext {
    height: 61%;
    width: 90%;
    background-color: #112444;
    position: absolute;
    z-index: 2;
    color: white;
    right: 0;
    bottom: 9%;
  }
}