@charset "utf-8";
/* CSS Document */
.bg_gray {
    margin: 0 0 1em 0;
    padding: 1em;
    background: #f5f4ee !important;
    display: flex;
}

div.bg_gray p.txt {
    font-size: 87.5%;
    line-height: 1.5em;
    padding-left: 15px;
}
div.bg_gray p {
    text-indent: 0 !important;
}
p.adobe_logo {
  display: flex;
  align-items: center;
}
#adobe_l {
  width: 30%;
}
#adobe_r {
  width: 70%;
}
table.download-caution {
font-size: 15px;
}
table.download-caution td,table.download-caution th {
line-height: 2;
}
@media screen and (max-width: 700px) {
  div.bg_gray {
    display: block;
}
  div.bg_gray p.txt {
    padding-left: 0;
    margin-top: 1em;
  }
  #adobe_l {
  width: 100%;
}
#adobe_r {
  width: 100%;
}
table.download-caution {
font-size: 13px;
margin-top: 20px;
}
}

