@charset "UTF-8";
html, body, header, section, article, ul, li, p {
  margin: 0;
  padding: 0;
}
body {
  font-size: 62.5%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  display: inline;
}
ul, li {
  list-style: none;
}
/* header */
header {
  position: relative;
  z-index: 2;
}
#mainVisual {
  text-align: center;
}
#mainVisual img {
  width: 100%;
  min-width: 980px;
}
#leftNavi {
  width: calc(100% - 200px);
  font-size: 1.6em;
  left: 20px;
  position: absolute;
  top: 10px;
}
#leftNavi li {
  display: inline;
  margin-right: 30px;
}
#leftNavi #logo {
  vertical-align: bottom;
  width: 150px;
}
#leftNavi a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
#rightNavi {
  right: 20px;
  position: fixed;
  top: 15px;
  z-index: 100001;
}
#rightNavi li {
  display: inline;
  margin-right: 10px;
}
#rightNavi li img {
  width: 30px;
}
#preEntry {
  position: absolute;
  left: 80px;
  top: 20%;
  width: 18%;
  min-width: 196px;
}
#preEntry img {
  width: 100%;
}
#marketIcon {
  position: absolute;
  left: 80px;
  top: 60%;
  width: 18%;
  min-width: 196px;
}
#appDownloadText {
  position: absolute;
  left: 80px;
  top: 56%;
  width: 18%;
  min-width: 196px;
}
#appDownloadText img {
  width: 100%;
  height: auto;
}
#marketIcon img {
  width: 100%;
}
#marketIcon img:nth-of-type(2) {
  margin-top: 20px;
}
#preAttention {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 84%;
  left: 80px;
}
#scrollNavi {
  bottom: -50px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
}
#scrollNavi img {
  width: 60px;
}
#underLogo {
  position: absolute;
  bottom: -50px;
  right: 20px;
  margin-left: -30px;
  text-align: right;
  width: 45%;
}
#underLogo img {
  width: 45%;
  vertical-align: middle;
}
#underLogo img:nth-of-type(2) {
  width: 30%;
}
/* header */
/* content */
#firstContent {
  position: relative;
  z-index: 1;
}
#firstContent img {
  width: 100%;
  min-width: 980px;
}
#firstContent img:nth-of-type(2) {
  width: 32%;
  position: absolute;
  left: 0;
  margin: auto;
  min-width: auto;
  right: 0;
  top: 20%;
  z-index: 3;
}
#secondContent {
  background-color: #FDFFE8;
  text-align: center;
  position: relative;
}
#secondContent img {
  width: 100%;
  min-width: 980px;
}
#secondTextTop {
  color: #1DADE5;
  font-size: 2vw;
  font-weight: normal;
  right: 10%;
  position: absolute;
  top: 16%;
}
#secondTextBottom {
  color: #1DADE5;
  font-size: 2vw;
  font-weight: normal;
  left: 11%;
  position: absolute;
  top: 64%;
}
#thirdContent {
  background-color: #FDFFE8;
  text-align: center;
}
#thirdContent img {
  width: 100%;
  min-width: 980px;
  vertical-align: bottom;
}
#thirdUnderContent {
  padding: 80px 0;
  text-align: center;
}
#thirdUnderContent img {
  width: 75%;
}
#thirdUnderContent p {
  color: #13C6E6;
  font-size: 2.0vw;
  margin-top: 30px;
}
#fourthContent {
  background-color: #E7FC55;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
#fourthContent:after {
  content: "";
  border-top: solid 60px #E7FC55;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
  border-bottom: solid 60px transparent;
  position: absolute;
  bottom: -100px;
  margin-left: -50px;
}
#fourthContent > p:first-of-type {
  background-color: #ffffff;
  color: #1DADE5;
  font-size: 4vw;
  font-weight: bold;
  width: 44%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#fourthContent > p:first-of-type:before {
  display: block;
  content: "";
  border-bottom: solid 3vw transparent;
  border-top: solid 3vw #ffffff;
  border-left: solid 1vw transparent;
  border-right: solid 1vw #ffffff;
  position: absolute;
  left: -1.9vw;
}
#fourthContent > p:first-of-type:after {
  display: block;
  content: "";
  border-bottom: solid 3vw transparent;
  border-top: solid 3vw #ffffff;
  border-left: solid 1vw #ffffff;
  border-right: solid 1vw transparent;
  position: absolute;
  right: -1.9vw;
  top: 0;
}
#fourthContent > img:first-of-type {
  margin-top: 0;
  width: 62%;
}
#fourthContent > img:nth-of-type(2) {
  margin-top: 40px;
  width: 34%;
}
#btnPlace {
  margin: 40px auto 0;
}
#btnPlace input {
  vertical-align: bottom;
}
input[type="email"] {
  width: 40%;
  height: 50px;
  font-size: 2.6em;
  padding: 0 10px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: -20px;
}
input[type="email"]::placeholder {
  color: #cccccc;
}
input[type="email"]:-ms-input-placeholder {
  color: #cccccc;
}
input[type="email"]::-ms-input-placeholder {
  color: #cccccc;
}
input[type="submit"] {
  background-color: #13C6E6;
  border: solid 1px #13C6E6;
  color: #ffffff;
  width: 16%;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: 0;
}
#preRegText {
  width: 72%;
  margin: 50px auto;
  text-align: left;
  font-size: 1.8vw;
  font-weight: bold;
  color: #333333;
}
#snsLink {
  margin: 50px auto 0;
}
#snsLink li {
  display: inline;
  margin-right: 20px;
}
#snsLink li:last-child {
  margin-right: 0;
}
#snsLink li img {
  width: 60px;
}
#fifthContent {
  background-color: #13C6E6;
  background-image: url(../assets/images/bg_bias.png);
  background-position: top right;
  padding: 60px 0;
}
#fifthContent p {
  color: #ffffff;
  font-size: 3vw;
  text-align: center;
  margin-bottom: 30px;
}
#fifthContent p:last-of-type {
  font-size: 2vw;
  margin: 30px 0 0;
}
#sixthContent {
  position: relative;
}
#sixthContent > img {
  width: 100%;
  min-width: 980px;
}
#sixthContent > img:nth-of-type(2) {
  width: 38%;
  min-width: auto;
  position: absolute;
  top: -10px;
  left: -60px;
  right: 0;
  margin: 0 auto;
}
#appArea {
  background-color: rgba(255, 255, 255, 0.6);
  width: 80%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 3vh 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
#smartPhone {
  width: 50%;
}
#smartPhone img {
  width: 30vw;
}
#appDownload {
  width: 50%;
  text-align: center;
}
#appDownload p:first-of-type {
  color: #1DADE5;
  font-size: 2.4vw;
  position: relative;
  width: 84%;
  margin: 30px auto 0;
  font-weight: bold;
}
#appDownload p:first-of-type:before {
  content: "";
  display: block;
  border: solid 1px #1DADE5;
  width: 40px;
  position: absolute;
  top: 20px;
  transform: rotate(65deg);
}
#appDownload p:first-of-type:after {
  content: "";
  display: block;
  border: solid 1px #1DADE5;
  width: 40px;
  position: absolute;
  top: 20px;
  right: 0;
  transform: rotate(115deg);
}
#appDownload img:nth-of-type(1) {
  width: 60%;
  margin: 20px 0 0;
}
#appDownload img:nth-of-type(2) {
  width: 60%;
  margin: 10px 0 20px;
}
#appServiceText {
  width: 76%;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 0.85vw;
}
#completeMessage {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#completeMessage p {
  color: #ffffff;
  font-size: 2vw;
}
#completeMessage img {
  width: 120px;
  vertical-align: bottom;
}
#completeMessage p:last-of-type {
  margin-top: 20px;
}
#completeMessage p:last-of-type a {
  color: #ffffff;
}
/* content */
/* 汎用 */
.dsp-pc {
  display: block;
}
.dsp-sp {
  display: none;
}
/* 汎用 */
@media screen and (min-width:768px) and (max-width:1024px) {
  /* header */
  #mainVisual img {
    min-width: auto;
  }
  #leftNavi {
    width: calc(100% - 200px);
    font-size: 1.6em;
    left: 20px;
    position: absolute;
    top: 10px;
  }
  #leftNavi li {
    display: inline;
    margin-right: 20px;
  }
  #leftNavi #logo {
    width: 150px;
  }
  #leftNavi a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  #rightNavi {
    right: 20px;
    position: absolute;
    top: 20px;
  }
  #rightNavi li {
    display: inline;
    margin-right: 10px;
  }
  #rightNavi li img {
    width: 30px;
  }
  #preEntry {
    position: absolute;
    left: 40px;
    width: 16%;
    min-width: 120px;
  }
  #appDownloadText {
    position: absolute;
    left: 20%;
    top: 64%;
    width: 60%;
    min-width: 120px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  #appDownloadText img {
    width: 100%;
    height: auto;
  }
  #marketIcon {
    position: absolute;
    left: 40px;
    top: 58%;
    width: 16%;
    min-width: 120px;
  }
  #marketIcon img {
    width: 100%;
  }
  #marketIcon img:nth-of-type(2) {
    margin-top: 10px;
  }
  #preAttention {
    color: #ffffff;
    font-size: 10px;
    margin-top: 10px;
    left: 40px;
    top: 78%;
    width: 24vw;
  }
  #scrollNavi {
    bottom: -50px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
  }
  #scrollNavi img {
    width: 50px;
  }
  #underLogo {
    position: absolute;
    bottom: -50px;
    right: 20px;
    margin-left: -30px;
    text-align: right;
    width: 45%;
  }
  #underLogo img {
    width: 45%;
    vertical-align: middle;
  }
  #underLogo img:nth-of-type(2) {
    width: 30%;
  }
  /* header */
  /* content */
  #firstContent img {
    min-width: auto;
  }
  #secondContent img {
    min-width: auto;
  }
  #thirdContent img {
    min-width: auto;
  }
  #fourthContent > img:first-of-type {
    margin-top: 0;
    width: 62%;
  }
  #fourthContent > img:nth-of-type(2) {
    margin-top: 40px;
    width: 34%;
  }
  #btnPlace {
    margin: 50px auto 0;
  }
  #btnPlace input {
    vertical-align: bottom;
  }
  input[type="email"] {
    width: 60%;
    height: 40px;
    font-size: 2em;
  }
  input[type="submit"] {
    width: 16%;
    height: 40px;
    font-size: 2em;
  }
  #preRegText {
    font-size: 1.8vw;
  }
  #snsLink {
    margin: 50px auto 0;
  }
  #snsLink li {
    display: inline;
    margin-right: 10px;
  }
  #snsLink li img {
    width: 30px;
  }
  #fifthContent {
    background-color: #13C6E6;
    padding: 60px 0 80px;
  }
  #fifthContent p {
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 30px;
  }
  #sixthContent {
    position: relative;
  }
  #sixthContent > img {
    min-width: auto;
  }
  #sixthContent > img:nth-of-type(2) {
    width: 38%;
    min-width: auto;
    position: absolute;
    top: -10px;
    left: -60px;
    right: 0;
    margin: 0 auto;
  }
  #appArea {
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 3vh 5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  #smartPhone {
    width: 50%;
  }
  #smartPhone img {
    width: 30vw;
  }
  #appDownload {
    width: 50%;
    text-align: center;
  }
  #appDownload p:first-of-type {
    color: #1DADE5;
    font-size: 2vw;
    position: relative;
    width: 70%;
    margin: 30px auto 0;
  }
  #appDownload p:first-of-type:before {
    content: "";
    display: block;
    border: solid 1px #1DADE5;
    width: 40px;
    position: absolute;
    top: 20px;
    transform: rotate(65deg);
  }
  #appDownload p:first-of-type:after {
    content: "";
    display: block;
    border: solid 1px #1DADE5;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    transform: rotate(115deg);
  }
  #appDownload img:nth-of-type(1) {
    width: 60%;
    margin: 20px 0 0;
  }
  #appDownload img:nth-of-type(2) {
    width: 60%;
    margin: 10px 0;
  }
  /* content */
}
@media screen and (max-width:787px) {
  /* header */
  #mainVisual {
    padding-top: 60px;
  }
  #mainVisual img {
    min-width: auto;
  }
  nav {
    background-color: #1DACE4;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
  }
  .luxbar-fixed, .luxbar-static {
    width: 100%;
  }
  #leftNavi {
    width: calc(100% - 200px);
    font-size: 1.1em;
    left: 10px;
    position: absolute;
    top: 0;
  }
  #leftNavi li {
    display: inline;
    margin-right: 2vw;
  }
  #leftNavi li:last-of-type {
    margin-right: 0;
  }
  #leftNavi #logo {
    vertical-align: middle;
    width: 30vw;
  }
  #leftNavi a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  #rightNaviSp {
    right: 20px;
    position: absolute;
    top: 90%;
  }
  #rightNaviSp li {
    display: inline;
    margin-right: 10px;
  }
  #rightNaviSp li img {
    width: 6vw;
  }
  #preEntry {
    position: absolute;
    left: auto;
    width: 40%;
    min-width: 140px;
    right: 10px;
    top: 50%;
    margin-top: -18%;
  }
  #mainVisualUnder img {
    width: 100%;
  }
  #appDownloadText {
    position: absolute;
    left: 20%;
    top: 64%;
    width: 60%;
    min-width: 120px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  #appDownloadText img {
    width: 100%;
    height: auto;
  }
  #marketIcon {
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    min-width: 120px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  #marketIcon img {
    width: 48%;
    box-sizing: border-box;
    padding: 0 1%;
  }
  #marketIcon img:nth-of-type(2) {
    margin-top: 0;
  }
  #preAttentionMessage {
    padding: 0 10px;
    width: 100%;
    top: 78%;
    position: absolute;
    box-sizing: border-box;
  }
  #preAttention {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 3vw;
    left: 0;
    padding: 0 2.4%;
    position: initial;
  }
  #scrollNavi {
    bottom: -35px;
    left: 50%;
    margin-left: -4vw;
    position: absolute;
  }
  #scrollNavi img {
    width: 8vw;
  }
  /* header */
  /* content */
  #firstContent img {
    min-width: auto;
    vertical-align: bottom;
  }
  #firstContent img:nth-of-type(2) {
    width: 48%;
    top: 16%;
  }
  #secondContent {
    padding-top: 30px;
  }
  #secondContent img {
    min-width: auto;
  }
  #secondTextTop {
    font-size: 3.2vw;
    left: 11%;
    top: 38%;
    right: auto;
  }
  #secondTextBottom {
    font-size: 3.2vw;
    left: auto;
    position: absolute;
    top: 86%;
    right: 9%;
  }
  #thirdContent {
    padding-top: 30px;
  }
  #thirdContent img {
    min-width: auto;
  }
  #thirdUnderContent {
    padding: 40px 0;
  }
  #thirdUnderContent p {
    margin-top: 10px;
    font-size: 2.0vw;
  }
  #fourthContent {
    padding: 40px 0;
  }
  #fourthContent > img:first-of-type {
    margin-top: 0;
    width: 90%;
  }
  #fourthContent > img:nth-of-type(2) {
    margin-top: 20px;
    width: 60%;
  }
  #btnPlace {
    margin: 20px auto 0;
  }
  #btnPlace input {
    vertical-align: bottom;
  }
  input[type="email"] {
    width: 82%;
    height: 30px;
    font-size: 1.6em;
    margin: 0 auto;
  }
  input[type="submit"] {
    width: 30%;
    height: 30px;
    font-size: 1.6em;
    margin-top: 10px;
    background-color: #13C6E6;
    border: solid 1px #13C6E6;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #preRegText {
    font-size: 3.2vw;
    margin: 20px auto;
  }
  #snsLink {
    margin: 30px auto 0;
  }
  #snsLink li {
    display: inline;
    margin-right: 10px;
  }
  #snsLink li img {
    width: 30px;
  }
  #fourthContent:after {
    content: "";
    border-top: solid 40px #E7FC55;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    border-bottom: solid 40px transparent;
    position: absolute;
    bottom: -80px;
    margin-left: -30px;
  }
  #fifthContent {
    background-size: cover;
  }
  #fifthContent p {
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 30px;
  }
  #fifthContent p:last-of-type {
    font-size: 3vw;
  }
  #sixthContent {
    position: relative;
  }
  #sixthContent > img {
    min-width: auto;
  }
  #sixthContent > img:nth-of-type(2) {
    width: 38%;
    min-width: auto;
    position: absolute;
    top: -10px;
    left: -60px;
    right: 0;
    margin: 0 auto;
  }
  #appArea {
    background: none;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3vh 5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  #smartPhone {
    width: 50%;
  }
  #smartPhone img {
    width: 30vw;
  }
  #appDownload {
    width: 100%;
    text-align: center;
    top: 105%;
    position: absolute;
    left: 0;
  }
  #appDownload p:first-of-type {
    color: #1DADE5;
    font-size: 5vw;
    position: relative;
    width: 65%;
    margin: 10px auto;
  }
  #appDownload p:first-of-type:before {
    content: "";
    display: block;
    border: solid 1px #1DADE5;
    width: 6vw;
    position: absolute;
    top: 1.5vh;
    transform: rotate(65deg);
  }
  #appDownload p:first-of-type:after {
    content: "";
    display: block;
    border: solid 1px #1DADE5;
    width: 6vw;
    position: absolute;
    top: 1.5vh;
    right: 0;
    transform: rotate(115deg);
  }
  #appDownload img:nth-of-type(1) {
    width: 80%;
    margin: 0;
    max-width: 240px;
  }
  #appDownload img:nth-of-type(2) {
    width: 80%;
    margin: 10px 0;
    max-width: 240px;
  }
  #appServiceText {
    font-size: 2vw;
    font-weight: normal;
    width: 80%;
    max-width: 240px;
  }
  #completeMessage {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
  #completeMessage p {
    color: #ffffff;
    font-size: 4vw;
  }
  #completeMessage img {
    width: 100px;
    vertical-align: bottom;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  }
  /* content */
  .dsp-pc {
    display: none;
  }
  .dsp-sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
}
html {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}
.background::after {
  /*content: '';
  background: #1DADE5;
  background: -moz-linear-gradient(top, #1DADE5 0%, #1DADE5 100%);
  background: -webkit-linear-gradient(top, #1DADE5 0%,#1DADE5 100%);
  background: linear-gradient(to bottom, #1DADE5 0%,#1DADE5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1DADE5', endColorstr='#1DADE5',GradientType=0 );
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
	*/
}
@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}
.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 80%;
  width: 100%;
}
.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  /*  z-index: 10;*/
}
.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}
.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}
.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 15px;
}
.pricing-plan:last-child {
  border-bottom: none;
}
@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 25px;
  }
  .pricing-plan:last-child {
    border-right: none;
  }
		.pricing-header2 {
  color: #000;
  font-size: 3em;
}
}
.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}
.pricing-header {
  color: #000;
  font-size: 1.2em;
}
.pricing-header a {
  text-decoration: none;
  color: #13C6E6;
}
.pricing-features {
  letter-spacing: 1px;
  margin: 0px 0 10px;
}
.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
  font-size: 1.4em;
}
.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}
.pricing-price {
  color: #F1679F;
  padding-left: 2%;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width:787px) {
  .pricing-header {}
  .pricing-price {
    color: #F1679F;
    padding-left: 2%;
    font-size: 32px;
    font-weight: 700;
  }
.pricing-header2 {
  color: #000;
  font-size: 2em;
  display: block;
}
}
.plan-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.plan-text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  margin-top: 20px;
}
.plan-text a {
  color: #fff;
}
.luxbar-brand #logo {
  vertical-align: bottom;
  width: 150px;
}
footer {
  width: 100%;
  color: #fff;
  background: #1DADE5;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4em;
}
footer .footer-logo {
  padding-left: 20px;
  padding-right: 40px;
}
footer .footer-logo img {
  width: 150px;
}
footer .menu h2 {
  padding: 10px;
}
footer .menu ul {
  border-left: 1px solid #fff;
}
footer .menu ul li {
  list-style-type: none;
  font-weight: bold;
}
footer .menu ul li ul li {
  font-weight: normal;
}
footer .menu ul li a {
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
footer .copy {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 720px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }
  footer .center {
    margin: 0 auto;
    max-width: 1024px;
  }
  footer .footer-logo {
    float: left;
  }
  footer .footer-logo img {
    width: 150px;
  }
  footer .menu {
    float: left;
    padding-right: 40px;
  }
  footer .menu ul li {
    font-size: 1.2em;
    float: left;
    display: table-cell;
    margin: 5px 20px;
    border: none;
  }
  footer .menu ul li ul li {
    float: none;
    display: inherit;
    margin: 0 5px;
    border: none;
    font-size: 0.8em;
  }
  footer .copy {
    clear: both;
    text-align: right;
  }
}
@media screen and (max-width:787px) {
  footer {
    margin-top: 45vh;
  }
  footer .footer-logo {
    width: 100%;
    padding-left: 10px;
  }
  footer .menu ul li {
    padding-left: 10px;
  }
  footer .footer-logo {
    float: left;
  }
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #13C6E6;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #13C6E6;
}
table tr:last-child{
   border-bottom: 2px solid #13C6E6;
}
table td:first-child,
table th:first-child {
 width: 30%;
}
table td:last-child,
table th:last-child {
 width: 30%;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
}
tbody th {
    color: #000;
}
.txt{
   text-align: left;
   font-size: .85em;
	color: #666;
}
.price{
   text-align: center;
	color: #F1679F;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
	table td:first-child,
table th:first-child {
 width: 100%;
}
	table td:last-child,
table th:last-child {
 width: 100%;
}
  table th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #13C6E6;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
        border-bottom: 2px solid #13C6E6;
  }
  
  table td {
    border-bottom: 1px solid #13C6E6;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


.banner-text {
	font-size: 1.4em;
}

@media screen and (max-width: 600px) {
	.banner-text {
	font-size: 1.0em;
}
}