@charset "UTF-8";
@media screen and (min-width: 800px) {
  html, body {
    height: 100%;
    width: 100%;
  }
  .sp {
    display: none !important;
  }
  .lp-w {
    width: 1000px;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 799px) {
  html, body {
    height: 100%;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}

dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, caption, address, cite, code, dfn, em, strong, var, map, area {
  margin: 0;
  padding: 0;
  text-align: left;
  word-break: break-all;
}

div, body, figure {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: 'Lato',"NotoSansCJKSC","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
  color: #333;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

fieldset, img, abbr, acronym, hr {
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

hr {
  background: #ccc;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border: 0;
  position: relative;
}

.t-c {
  text-align: center;
}

#page_top {
  bottom: 80px !important;
}

body {
  position: relative;
}

body #wrapper #contents #mainimg {
  position: relative;
}

body #wrapper #contents #mainimg .box1 {
  background: #007C7B;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box1 {
    padding: 30px 0;
  }
}

body #wrapper #contents #mainimg .box1 div {
  min-height: 280px;
  background: url(../img/mian-bg.jpg) no-repeat;
  background-position: center;
  background-size: 90%;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box1 div {
    height: 700px !important;
    background-size: 100%;
    margin: 0 auto;
    background-size: cover;
  }
}

body #wrapper #contents #mainimg .box1 div p {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 40px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box1 div p {
    width: 55%;
    padding-top: 80px;
    max-width: 700px;
  }
}

body #wrapper #contents #mainimg .box1 div h1 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box1 div h1 {
    width: 40%;
    max-width: 500px;
  }
}

body #wrapper #contents #mainimg .box2 {
  position: relative;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box2 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

body #wrapper #contents #mainimg .box2 p.item1 {
  position: absolute;
  bottom: -140px;
  left: 5%;
  width: 40%;
  z-index: 40;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box2 p.item1 {
    width: 320px;
    left: 7%;
    bottom: -250px;
  }
  body #wrapper #contents #mainimg .box2 p.item1 img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body #wrapper #contents #mainimg .box2 p.item1 {
    bottom: -210px;
  }
}

body #wrapper #contents #mainimg .box2 p.item2 {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
  z-index: 30;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #mainimg .box2 p.item2 {
    width: 500px;
  }
  body #wrapper #contents #mainimg .box2 p.item2 img {
    width: 100%;
  }
}

body #wrapper #contents #sec1 {
  margin-top: 30px;
  background: #00B3B5;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 div.lp-w {
    width: 800px;
    margin: 0 auto;
  }
}

body #wrapper #contents #sec1 h2 {
  width: 50%;
  margin: 20px 10px 0 auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 h2 {
    width: 45%;
    margin: 20px 5% 0 auto;
    padding-top: 30px;
  }
}

body #wrapper #contents #sec1 h3 {
  width: 50%;
  margin: 10px 10px 0 auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 h3 {
    width: 45%;
    margin: 20px 5% 0 auto;
    margin-bottom: 80px;
  }
}

body #wrapper #contents #sec1 p {
  margin: 35px auto 0 !important;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 p {
    font-size: 1.4em;
  }
}

body #wrapper #contents #sec1 p span {
  display: block;
  border-bottom: dashed 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body #wrapper #contents #sec1 p.text1 {
  padding-top: 30px;
}

body #wrapper #contents #sec1 p.text2 {
  border-top: dashed 1px #fff;
  padding-top: 10px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 p.text2 {
    margin-top: 50px !important;
  }
}

body #wrapper #contents #sec1 p.sec1-logo {
  margin: 20px auto 0;
  width: 90%;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 p.sec1-logo {
    margin-top: 50px;
    width: 60%;
  }
}

body #wrapper #contents #sec1 p.sec1-logo::after {
  display: block;
  content: "";
  width: 50px;
  height: 36px;
  background: url(../img/cup.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: -45px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec1 p.sec1-logo::after {
    width: 70px;
    height: 50px;
    right: -100px;
    top: -60px;
  }
}

body #wrapper #contents #sec2 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  padding: 80px 0 30px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec2 h2 {
    font-size: 2em;
  }
}

body #wrapper #contents #sec2 h2 span {
  position: relative;
}

body #wrapper #contents #sec2 h2 span::after {
  display: block;
  content: "";
  width: 100px;
  height: 32px;
  background: url(../img/check.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -30px;
  top: -40px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec2 h2 span::after {
    width: 148px;
    height: 48px;
    right: -60px;
    top: -50px;
  }
}

body #wrapper #contents #sec2 ul {
  padding-bottom: 30px;
}

body #wrapper #contents #sec2 ul li {
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec2 ul li {
    font-size: 1.5em;
    padding-left: 330px;
  }
}

body #wrapper #contents #sec2 ul li::after {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url(../img/check_re.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: 0;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec2 ul li::after {
    width: 30px;
    height: 24px;
    top: 5px;
    left: 275px;
  }
}

body #wrapper #contents #sec2 p {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec2 p {
    text-align: center;
    width: 100%;
  }
}

body #wrapper #contents #sec3 {
  /*PC版レイアウト*/
  /*ここまでPCレイアウト*/
}

body #wrapper #contents #sec3 > p {
  background: #00B3B5;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.2em;
  margin-top: 40px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 > p {
    font-size: 1.5em;
    padding: 30px 0;
  }
}

body #wrapper #contents #sec3 > p span {
  position: relative;
}

body #wrapper #contents #sec3 > p span::after {
  display: block;
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/sec3-icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -30px;
  top: 3px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 > p span::after {
    width: 25px;
    height: 22px;
    left: -40px;
    top: 5px;
  }
}

body #wrapper #contents #sec3 > p span::before {
  display: block;
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/sec3-icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -30px;
  top: 3px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 > p span::before {
    width: 25px;
    height: 22px;
    right: -40px;
    top: 5px;
  }
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div {
    font-size: 1.4em;
  }
  body #wrapper #contents #sec3 div .pic1 img {
    width: 100%;
  }
  body #wrapper #contents #sec3 div .pic2 img {
    width: 100%;
  }
  body #wrapper #contents #sec3 div .pic3 img {
    width: 100%;
  }
}

body #wrapper #contents #sec3 div h3 {
  width: 20%;
  margin: 50px auto 10px;
}

body #wrapper #contents #sec3 div h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3em;
}

body #wrapper #contents #sec3 div h2 span {
  border-bottom: #007C7B dashed 1px;
  padding-bottom: 5px;
}

body #wrapper #contents #sec3 div p.text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

body #wrapper #contents #sec3 div.box2 .pic2 {
  width: 50%;
  margin: 20px 20px 20px auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div.box2 .pic2 {
    margin: 20px 0 20px auto;
  }
}

body #wrapper #contents #sec3 div.box2 .pic3 {
  width: 70%;
  margin: 0 20px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div.box2 .pic3 {
    margin: 0;
  }
}

body #wrapper #contents #sec3 div.box4 .pic2 {
  width: 70%;
  margin: 20px 20px 20px auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div.box4 .pic2 {
    margin: 20px 0 20px auto;
  }
}

body #wrapper #contents #sec3 div.box4 .pic3 {
  width: 40%;
  margin: 0 20px 60px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div.box4 {
    margin: 0;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec3 div.flex-box {
    padding-top: 80px;
    display: flex;
  }
  body #wrapper #contents #sec3 div.flex-box .flex-item1 {
    order: 2;
    align-items: center;
    margin-left: -50px;
    z-index: 200;
  }
  body #wrapper #contents #sec3 div.flex-box .flex-item1 h3 {
    width: 40%;
    margin-bottom: 20px;
  }
  body #wrapper #contents #sec3 div.flex-box .flex-item1 h2 {
    font-size: 30px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  body #wrapper #contents #sec3 div.flex-box .flex-item1 p {
    font-size: 18px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  body #wrapper #contents #sec3 div.flex-box .flex-item2 {
    order: 1;
    width: 65%;
    z-index: 100;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box {
    justify-content: flex-end;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box .flex-item1 {
    order: 1;
    margin-right: -40px;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box .flex-item2 {
    order: 2;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box2 {
    display: flex;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box2 p:nth-child(1) {
    order: 2;
  }
  body #wrapper #contents #sec3 .box2 div.flex-box2 p:nth-child(2) {
    order: 1;
    margin-top: 70px;
    margin-right: 20px;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box {
    justify-content: flex-end;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box .flex-item1 {
    order: 1;
    margin-right: -20px;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box .flex-item2 {
    order: 2;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box2 {
    display: flex;
    padding-top: 20px;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box2 p:nth-child(1) {
    order: 2;
    margin-top: 70px;
    margin-left: 20px;
    margin-bottom: 100px;
    width: 60%;
  }
  body #wrapper #contents #sec3 .box4 div.flex-box2 p:nth-child(2) {
    order: 1;
    margin: 0 !important;
  }
}

body #wrapper #contents #sec4 {
  padding-top: 40px;
  background: #00B3B5;
  padding-bottom: 60px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 {
    padding-bottom: 120px;
  }
}

body #wrapper #contents #sec4 h3 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 h3 {
    max-width: 700px;
  }
}

body #wrapper #contents #sec4 h2 {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 h2 {
    max-width: 500px;
  }
}

body #wrapper #contents #sec4 p {
  width: 50%;
  margin: 0 20px 0 auto;
  padding-bottom: 30px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 p {
    margin: 0 15% 0 auto;
    max-width: 380px;
  }
}

body #wrapper #contents #sec4 div.box1 {
  background: #007C7B;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 div.box1 {
    width: 710px;
    margin: 0 auto;
    padding: 20px;
  }
}

body #wrapper #contents #sec4 div.box1 ul li {
  text-align: center;
}

body #wrapper #contents #sec4 div.box1::after {
  display: block;
  content: "";
  width: 90px;
  height: 124px;
  background: url(../img/catalog.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 40px;
  bottom: -40px;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #sec4 div.box1::after {
    width: 200px;
    height: 278px;
    bottom: -90px;
  }
}

body #wrapper #contents #sec4 .bx-wrapper {
  padding: 0;
}

body #wrapper #contents #sec4 .bx-viewport {
  padding-left: 0;
}

body #wrapper #contents #sec4 .bx-default-pager {
  display: none !important;
}

body #wrapper #contents #sec4 .bx-controls-direction {
  text-indent: -9999px;
  display: none;
}

body #wrapper #contents #lp-form h2 {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
}

body #wrapper #contents #lp-form p {
  padding: 20px 0;
}

body #wrapper #contents #lp-form p .c-red {
  color: #F00;
  font-size: 0.6em;
}

body #wrapper #contents #lp-form p.step {
  padding: 20px;
}

body #wrapper #contents #lp-form form {
  padding: 20px;
}

body #wrapper #contents #lp-form form table {
  border: 2px solid #ccc;
  margin-bottom: 20px;
}

body #wrapper #contents #lp-form form table th, body #wrapper #contents #lp-form form table td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 799px) {
  body #wrapper #contents #lp-form form table th, body #wrapper #contents #lp-form form table td {
    display: block;
    width: 100%;
  }
}

body #wrapper #contents #lp-form form table th .c-red, body #wrapper #contents #lp-form form table td .c-red {
  color: #F00;
  font-size: 0.6em;
}

body #wrapper #contents #lp-form form table th {
  background: #eeeded;
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #lp-form form table th {
    width: 30%;
  }
}

@media screen and (min-width: 800px) {
  body #wrapper #contents #lp-form form table td {
    width: 70%;
    padding: 15px;
  }
  body #wrapper #contents #lp-form form table td input[type="text"], body #wrapper #contents #lp-form form table td textarea, body #wrapper #contents #lp-form form table td input[type="email"], body #wrapper #contents #lp-form form table td input[type="tel"] {
    padding: 10px;
  }
}

body #wrapper #contents #lp-form form table input[type="text"], body #wrapper #contents #lp-form form table textarea, body #wrapper #contents #lp-form form table input[type="email"], body #wrapper #contents #lp-form form table input[type="tel"] {
  padding: 7px 5px;
  font-size: 1em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}

body #wrapper #contents #lp-form form input[type="submit"], body #wrapper #contents #lp-form form input[type="button"] {
  display: inline-block;
  width: 250px;
  margin: 0 10px 10px;
  background: white;
  border: 1px solid #000;
  padding: 10px 40px;
  box-sizing: border-box;
  transition: all 300ms 0s ease;
  position: relative;
  font-family: 'Lato',Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.1em;
}

body #nav-fix {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  body #nav-fix {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 800px) {
  body #nav-fix {
    width: 100%;
    text-align: center;
  }
}

body #footer {
  background: #007C7B;
}

body #footer div ul li a {
  padding: 10px 20px;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
}

body #footer div h2 {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0 30px;
}

@media screen and (min-width: 800px) {
  body #footer div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  body #footer div ul {
    order: 2;
    padding-top: 20px;
    padding-right: 20px;
  }
  body #footer div ul li {
    font-size: 0.8em;
  }
  body #footer div ul li a {
    border: none;
    padding-top: 0;
  }
  body #footer div ul li a:hover {
    opacity: 0.6;
  }
  body #footer div h2 {
    order: 1;
    width: 25%;
    margin: 0;
    padding: 30px 0 30px 20px;
  }
}

body .wpcf7-select {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1em;
}

body #mainimg2020 div {
  background: url(../img/2020main-bg.jpg) no-repeat;
  background-size: cover;
}

body #mainimg2020 div > img {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 799px) {
  body #mainimg2020 div > img {
    padding: 5px 0;
    width: 80%;
  }
}

body #mainimg2020 div > img.main-text1 {
  width: 60%;
}

@media screen and (max-width: 799px) {
  body #mainimg2020 div > img.main-text1 {
    width: 90%;
  }
}

body #mainimg2020 div a {
  width: 40%;
  margin: 0 10px 0 auto;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  body #mainimg2020 div a {
    width: 60%;
  }
}

body #mainimg2020 div a img.logo2020 {
  max-width: 100%;
}

body #mainimg2020 p {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 799px) {
  body #mainimg2020 p {
    width: 90%;
  }
}

body #mainimg2020 p img {
  max-width: 100%;
}

body #sec12020 {
  margin-top: 30px;
  background: #e5e1db;
  padding: 20px 0;
}

body #sec12020 div.lp-w > p {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  body #sec12020 div.lp-w > p {
    width: 90%;
  }
}

body #sec12020 div.lp-w > p img {
  max-width: 100%;
}

body #sec12020 div.lp-w > div {
  display: flex;
  padding-top: 20px;
  align-items: center;
}

@media screen and (max-width: 799px) {
  body #sec12020 div.lp-w > div {
    padding: 20px 20px 0;
  }
}

body #sec12020 div.lp-w > div .sec1-left {
  width: 30%;
  text-align: center;
}

body #sec12020 div.lp-w > div .sec1-right {
  width: 70%;
}

body #sec12020 div.lp-w > div .sec1-right img {
  width: 100%;
}

body #sec22020 ul.list-2020 {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 799px) {
  body #sec22020 ul.list-2020 {
    padding: 0 20px;
  }
}

body #sec22020 ul.list-2020 li {
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  padding-left: 45px;
  padding-bottom: 10px;
}

@media screen and (max-width: 799px) {
  body #sec22020 ul.list-2020 li {
    font-size: 1em;
    padding-left: 27px;
  }
}

body #sec22020 ul.list-2020 li::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 32px;
  background: url(../img/2020check.svg) no-repeat;
  left: 0;
  top: 0;
}

@media screen and (max-width: 799px) {
  body #sec22020 ul.list-2020 li::after {
    width: 25px;
    height: 20px;
  }
}

body #sec22020 p {
  width: 75%;
  margin: 20px auto;
}

@media screen and (max-width: 799px) {
  body #sec22020 p {
    width: 90%;
  }
}

body #sec22020 p img {
  max-width: 100%;
}

body #sec22020 .-box1-2020 {
  padding-top: 20px;
  background: url(../img/2020sec2-bg.jpg) no-repeat left bottom;
  padding-bottom: 30vw;
  background-size: cover;
  margin-top: 60px;
}

@media screen and (max-width: 799px) {
  body #sec22020 .-box1-2020 {
    margin-top: 45px;
  }
}

body #sec22020 .-box1-2020 div {
  width: 50%;
  margin: 0 auto;
  margin-top: -50px;
}

@media screen and (max-width: 799px) {
  body #sec22020 .-box1-2020 div {
    width: 70%;
  }
}

body #sec22020 .-box1-2020 div img {
  max-width: 100%;
}

body #sec22020 .-box1-2020 p {
  font-size: 1.8em;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  body #sec22020 .-box1-2020 p {
    font-size: 0.8em;
    width: 95%;
    color: #000;
    margin: 20px auto;
  }
}

body #sec22020 .btn2020 {
  width: 50%;
  margin: 30px auto 0;
}

@media screen and (max-width: 799px) {
  body #sec22020 .btn2020 {
    width: 90%;
  }
}

body #sec22020 .btn2020 img {
  max-width: 100%;
}

body #sec22020 .slider-2020 {
  border: solid 10px #00a9ab;
  max-width: 700px;
  margin: 0 auto;
}

body #sec22020 .slider-2020 .bx-controls {
  display: none;
}

body #sec22020 .slider-2020 ul li {
  position: relative;
}

body #sec22020 .slider-2020 ul li::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "SAMPLE";
  font-size: 3em;
  font-weight: bold;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0c0c0;
}

body #nav-fix img {
  width: 50%;
}

@media screen and (max-width: 799px) {
  body #nav-fix img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 799px) {
  body #nav-fix {
    width: 100%;
  }
}

body #lp-form h2 {
  padding-top: 0;
  width: 90% !important;
}

body #lp-form h2 img {
  max-width: 100% !important;
}
