@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*------------------------------------------
サービス別レスポンシブ
------------------------------------------*/
/*youtube*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------
cmn
------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: top;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.hoverBtn {
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .hidden-pd {
    display: none !important;
  }
}
.visible500 {
  display: none;
}

@media screen and (max-width: 500px) {
  .visible500 {
    display: block;
  }
}
.comingsoon p {
  color: #ccc;
  font-size: 3rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  display: inline;
  width: 100%;
}
.comingsoon .text {
  display: inline-block;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  animation: text-animation 0.8s forwards;
  transform: rotateY(90deg);
  letter-spacing: -5px;
}
@keyframes text-animation {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.caution {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caution {
    font-size: 12px;
  }
}
.caution a {
  color: #222;
  text-decoration: underline;
  font-weight: 700;
}
.caution a:hover {
  text-decoration: none;
}

#wrapper {
  background: #3f3e3f;
}

.innerBox {
  max-width: 1000px;
  margin: 0 auto;
}

.btnBox {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .btnBox {
    font-size: 18px;
  }
}
.btnBox .btn > span:after {
  content: none;
}
.btnBox p {
  margin-top: 50px;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btnBox p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.btnBox .btn {
  width: 100%;
  max-width: 600px;
  height: 70px;
  margin: 0 auto 30px;
  display: table;
  border: 5px solid #9b0011;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.btnBox .btn > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #9b0011;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0);
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnBox .btn > span {
    font-size: 18px;
  }
}
.btnBox .btn.download {
  border: 5px solid #301c75;
}
.btnBox .btn.download > span {
  color: #301c75;
}
.btnBox .btn.download > span:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url("../img/icon_download.svg") no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(800%, -50%);
}
.btnBox .btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.btnBox .btn:hover > span {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------
mv
------------------------------------------*/
.mv {
  background-image: url(../img/mv_bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 100vw;
  position: relative;
}
.mv h1 {
  width: 90%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv p.cashback {
  position: absolute;
  bottom: 150px;
  left: 30px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .mv p.cashback {
    bottom: 100px;
    left: 10px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .mv p.cashback {
    bottom: 50px;
    left: 10px;
    width: 48%;
  }
}
.mv p.schedule {
  position: absolute;
  bottom: 100px;
  right: 30px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .mv p.schedule {
    bottom: 30px;
    right: 10px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .mv p.schedule {
    bottom: 30px;
    right: 10px;
    width: 48%;
  }
}
.mv .endBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mv .endBox p {
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.mv .endBox p.app_deadline {
  margin: 20px 20px 30px;
  border: 1px solid #fff;
  padding: 15px 25px;
  line-height: 1.6;
  background-color: #911463;
}
.mv .endBox p.app_deadline span {
  font-size: 14px;
}
.mv .endBox p.app_deadline a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mv .endBox p {
    font-size: 4.5vw;
  }
}
.mv canvas {
  width: 100%;
  max-height: 1200px;
}
@media screen and (max-width: 767px) {
  .mv canvas {
    max-height: 400px;
  }
}
@keyframes boyon {
  0% {
    width: 0%;
    height: 0%;
  }
  15% {
    width: 100%;
    height: 100%;
  }
  30% {
    width: 120%;
    height: 120%;
  }
  50% {
    width: 90%;
    height: 90%;
  }
  70% {
    width: 115%;
    height: 115%;
  }
  85% {
    width: 98%;
    height: 98%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/*------------------------------------------
contents_01
------------------------------------------*/
.contents_01 {
  padding: 100px 20px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .contents_01 {
    padding: 50px 20px;
  }
}
.contents_01 h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_01 h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.contents_01 h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #FFF;
}
.contents_01 h2 span.line:before, .contents_01 h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #FFF;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.contents_01 h2 span.line:before {
  left: 0;
}
.contents_01 h2 span.line:after {
  right: 0;
}
.contents_01 strong {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_01 strong {
    font-size: 16px;
  }
}
.contents_01 .box_01 {
  margin-bottom: 50px;
}
.contents_01 .box_01 p:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents_01 .box_02 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 {
    margin-bottom: 20px;
  }
}
.contents_01 .box_02 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 h3 {
    font-size: 18px;
  }
}
.contents_01 .box_02 h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.contents_01 .box_02 p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 p {
    margin-bottom: 20px;
  }
}
.contents_01 .box_02 p strong {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 p strong {
    font-size: 18px;
  }
}
.contents_01 .box_02 a {
  text-decoration: underline;
}
.contents_01 .box_02 a:hover {
  text-decoration: none;
}
.contents_01 .box_02 .box_02_inner {
  background: #252623;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 .box_02_inner {
    margin-bottom: 20px;
  }
}
.contents_01 .box_02 .box_02_inner h3 {
  font-size: 18px;
}
.contents_01 .box_02 .box_02_inner p {
  margin-bottom: 0;
}
.contents_01 .box_02 .box_02_inner p.target_model {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 .box_02_inner p.target_model {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 .box_02_inner p {
    margin-bottom: 10px;
  }
}
.contents_01 .box_02 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 ul {
    flex-direction: column;
  }
}
.contents_01 .box_02 ul li {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_01 .box_02 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contents_01 .box_02 ul li::after {
  content: ">";
  color: #222;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contents_01 .box_02 ul li:hover {
  background-color: #eee;
  transition: 0.3s;
}
.contents_01 .box_02 ul li a {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}
.contents_01 .box_02 ul li a figure {
  display: flex;
  align-items: center;
}
.contents_01 .box_02 ul li a figure img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .contents_01 .box_02 ul li a {
    font-size: 12px;
  }
}
.contents_01 .box_02 ul li a strong {
  display: block;
}
@media screen and (max-width: 820px) {
  .contents_01 .box_02 ul li a strong {
    font-size: 18px;
  }
}
.contents_01 .img_01 {
  text-align: center;
}
.contents_01 .img_01 p {
  padding: 20px 0 0 0;
  color: #fff;
}
.contents_01 .img_01 p a {
  color: #fff;
  text-decoration: underline;
}

/*------------------------------------------
contents_02
------------------------------------------*/
.contents_02 {
  padding: 50px 20px;
  background: #ecd390;
}
.contents_02 h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_02 h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.contents_02 h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #000;
}
.contents_02 h2 span.line:before, .contents_02 h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.contents_02 h2 span.line:before {
  left: 0;
}
.contents_02 h2 span.line:after {
  right: 0;
}
.contents_02 .imgBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents_02 .imgBox {
    flex-direction: column;
  }
  .contents_02 .imgBox img {
    margin-bottom: 20px;
  }
}

/*------------------------------------------
contents_03
------------------------------------------*/
.contents_03 {
  padding: 100px 20px 50px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .contents_03 {
    padding: 30px 5%;
  }
}
.contents_03 h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_03 h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.contents_03 h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #000;
}
.contents_03 h2 span.line:before, .contents_03 h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.contents_03 h2 span.line:before {
  left: 0;
}
.contents_03 h2 span.line:after {
  right: 0;
}
.contents_03 h3 {
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
  border-left: 5px solid #000;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .contents_03 h3 {
    font-size: 18px;
  }
}
.contents_03 .box {
  margin-bottom: 50px;
  color: #222;
}
.contents_03 .box > ol {
  margin-left: 1rem;
}
.contents_03 .box > ol > li {
  font-weight: 700;
  list-style-type: decimal;
  list-style-position: outside;
}
.contents_03 .box > ol > li ul {
  margin-left: -1rem;
}
.contents_03 .box > ol > li ul li {
  font-weight: 400;
}
.contents_03 .box p {
  margin-bottom: 20px;
}
.contents_03 .box:last-child {
  margin-bottom: 0;
}
.contents_03 .box a {
  text-decoration: underline;
  font-weight: 700;
  color: #222;
}
.contents_03 .box a:hover {
  text-decoration: none;
}
.contents_03 .box .line {
  text-decoration: line-through;
}
.contents_03 .box .txt_01 {
  font-size: 22px;
  color: #9b0011;
}
@media screen and (max-width: 768px) {
  .contents_03 .box .txt_01 {
    font-size: 18px;
  }
}
.contents_03 .box .imp {
  color: #9b0011;
}
.contents_03 ul {
  margin-bottom: 30px;
}
.contents_03 ul li {
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 12px;
}
.contents_03 .box_04 p {
  font-weight: 700;
  margin-bottom: 10px;
}
.contents_03 .box_09 .fsBig {
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contents_03 .box_09 .fsBig {
    font-size: 16px;
  }
}
.contents_03 .box_10 .boxLR {
  display: -ms-flex;
  display: flex;
}
.contents_03 .box_10 .boxLR h5 {
  margin-bottom: 20px;
  text-align: center;
}
.contents_03 .box_10 .boxLR > div {
  padding: 20px;
  background: #FFF;
  flex: 1;
}
.contents_03 .box_10 .boxLR > div.boxL {
  border: 1px solid #9b0011;
  margin-right: 20px;
}
.contents_03 .box_10 .boxLR > div.boxR {
  border-radius: 10px;
}
.contents_03 .box_10 .boxLR > div .boxInner {
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents_03 .box_10 .boxLR > div .boxInner {
    flex-direction: column;
  }
}
.contents_03 .box_10 .boxLR > div .boxInner .imgBox {
  max-width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contents_03 .box_10 .boxLR > div .boxInner .imgBox {
    max-width: inherit;
    width: 100%;
  }
  .contents_03 .box_10 .boxLR > div .boxInner .imgBox img {
    margin-bottom: 10px;
  }
}
.contents_03 .box_10 .boxLR > div .boxInner p strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contents_03 .box_10 .boxLR > div .boxInner p {
    text-align: center;
    margin-bottom: 0;
  }
}

/*------------------------------------------
contents_04
------------------------------------------*/
.contents_04 {
  padding: 100px 20px;
  color: #FFF;
  background: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .contents_04 {
    padding: 30px 5%;
  }
}
.contents_04 h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_04 h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.contents_04 h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #FFF;
}
.contents_04 h2 span.line:before, .contents_04 h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #FFF;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.contents_04 h2 span.line:before {
  left: 0;
}
.contents_04 h2 span.line:after {
  right: 0;
}
.contents_04 .qaWrapper dl {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .contents_04 .qaWrapper dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.contents_04 .qaWrapper dl dt {
  padding: 10px 80px 10px 50px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contents_04 .qaWrapper dl dt {
    padding: 0 60px 10px 50px;
    font-size: 16px;
  }
}
.contents_04 .qaWrapper dl dt:hover {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.contents_04 .qaWrapper dl dt:before {
  content: "Q";
  font-size: 40px;
  font-family: "DM Serif Display", sans-serif;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .contents_04 .qaWrapper dl dt:before {
    font-size: 24px;
  }
}
.contents_04 .qaWrapper dl dt > span {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.contents_04 .qaWrapper dl dt > span > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contents_04 .qaWrapper dl dt > span > span:before, .contents_04 .qaWrapper dl dt > span > span:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .contents_04 .qaWrapper dl dt > span > span:before, .contents_04 .qaWrapper dl dt > span > span:after {
    width: 30px;
  }
}
.contents_04 .qaWrapper dl dt > span > span:after {
  transform: translate(0, -50%) rotate(90deg);
}
.contents_04 .qaWrapper dl dt.active > span {
  transform: translate(0, -50%) rotate(225deg);
}
.contents_04 .qaWrapper dl dd {
  padding: 20px 80px 0 50px;
  font-size: 18px;
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_04 .qaWrapper dl dd {
    font-size: 16px;
  }
}
.contents_04 .qaWrapper dl dd:before {
  content: "A";
  font-size: 40px;
  font-family: "DM Serif Display", sans-serif;
  position: absolute;
  left: 0;
  top: 8px;
}
.contents_04 .qaWrapper dl dd strong {
  text-decoration: underline;
}
.contents_04 .qaWrapper dl dd a {
  color: #fff;
  text-decoration: underline;
}

/*------------------------------------------
contents_05
------------------------------------------*/
.contents_05 {
  padding: 0 0 100px 0;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .contents_05 {
    padding: 0 5% 30px;
  }
}

/*------------------------------------------
footer
------------------------------------------*/
footer {
  padding: 20px 5%;
  background: #000;
  color: #FFF;
}
footer .innerBox {
  max-width: 1020px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .innerBox {
    flex-direction: column;
  }
}
footer .innerBox small {
  font-size: 12px;
}
footer .innerBox .logoBox {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .innerBox .logoBox {
    margin-bottom: 15px;
  }
}
footer .innerBox .logoBox a {
  display: block;
}
footer .innerBox .logoBox a:not(:first-child) {
  margin-left: 20px;
}
footer .innerBox .logoBox a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */