@charset "utf-8";
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #333333;
  font: 1em/1.5em "Segoe UI", Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 930px;
  margin: 1rem auto;
  border: solid 1px #999999;
  background: url('../images/bg1.jpg') top 2rem left no-repeat, url('../images/bg2.jpg') bottom right no-repeat,  #fff;
  overflow: hidden;
  padding: 0;
}
p {
  padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2, h3, .color, .big {
  color: #1676BC !important;
}
h1 {
  margin: 0 0 1rem 1.5rem;
  font-size: 1.25em;
  line-height: 1.1em;
}
h1:before {
  content: "■";
  float: left;
  font-size: 0.75em;
  margin: 1px 0 0 -1.5rem;
  color: #1676BC;
}
h2 {
  font-size: 1.375em;
  line-height: 1.3em;
  margin-bottom: 1rem;
  font-weight: normal;
}
h3 {
  font-size: 1.375em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
header {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}
article {
  padding: 2rem 4rem 0;
}
.center {
  text-align: center;
}
section {
  width: 54.5%;
  margin-left: auto;
}
figure {
  display: flex;
  justify-content: center;
}
figure img {
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem #373737;
}
.benfit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: -19rem;
}
.benfit p {
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2;
}
.icon1 {
  margin: 0 12rem 0 0;
}
.icon1 span {
  display: inline-block;
  margin: -1.5rem 0 0;
  text-indent: 3rem;
}
.icon2 {
  margin: -3.25rem 0 0 3.5rem;
}
.icon3 {
  margin: 1rem 2rem -6rem 0;
  font-size: 1.25em;
  line-height: 1.2;
}
.icon4 {
  margin: 0.75rem 19.5rem 0 0;
  font-size: 1em;
}
.icon5 {margin-left: 8rem;}
.icon6 {
  width: 60px;
  margin: -1rem 0 -2rem 24.75rem;
}
.benfit img {
  display: block;
  margin: 0 auto 0.25rem;
}
.logo {
  position: absolute;
  bottom: 12rem;
  right: 4rem;
}
footer {
  padding: 3rem 3rem 0;
}
footer p {
  padding-bottom: 1.5rem;
}
.big {
  font-size: 1.3em;
  line-height: 1.3;
}
.qrc {
  position: absolute;
  right: 4rem;
  bottom: 3rem;
}
@media only screen and (max-width:929px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    background-image: none;
  }
  p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  p :is(.nobr, a) {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
  .icon {
    margin: 0 0 1rem;
  }
  header {
    display: flex;
    justify-content: center;
    position: static;
    margin: 1rem;
  }
  section {
    width: auto;
    margin-bottom: 2rem;
  }
  .logo {
    display: flex;
    justify-content: center;
    position: static;
    padding: 1rem;
  }
  .benfit {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .benfit img {
    max-width: 90px;
  }
  .benfit p {
    width: 160px !important;
    height: 160px;
    border-radius: 100%;
    background: #818386;
    padding: 0.5rem 1rem;
    margin: 0.5rem !important;
    font-size: 1em !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .icon1 span {
    display: inline;
    margin: 0;
    text-indent: 0;
  }
  footer {
    background: linear-gradient(90deg, #F1EB32 , #F68C29);
    margin: 0;
    padding: 2rem;
  }
  .qrc {
    position: static;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  article {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 2em;
  }
  article {
    padding: 0 1rem;
  }
  footer {
    padding: 1rem;
  }
  footer p {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .benfit p {
    width: 120px !important;
    height: 120px;
    font-size: 0.8em !important;
    padding: 0.5rem;
  }
  .benfit img {
    max-width: 70px;
  }
}