@charset "utf-8";
@import "morpheus-common.css";

.wrapper {background: url(../img/bg01.png) no-repeat left 5.2rem;background-size: 5.2rem;}
.install {height: 100%; background: url(../img/bg02.png) no-repeat right 21.5rem;background-size: 4.2rem;}
.top-header {padding: 4rem 3rem 0 3rem;text-align: center;}
h1.logo {height: 7rem;font-size: 0;text-indent: -9999px; background: url(../img/logo.png) no-repeat center top;background-size: 14.6rem;}
h2.title {padding: 2.5rem 0 1rem; color: #ea002c;font-size: 2rem;font-weight: 700;line-height: 1;text-align: center;}
.download {padding-bottom: 2.7rem; color: #141223;font-size: 1.4rem;font-weight: 400;line-height: 1;text-align: center; }
.download-install {
  display: inline-block;margin: auto;padding: 1.3rem 2.8rem;border-radius: 2rem; color: #fff;font-size: 1.6rem;font-weight: 500;line-height: 1;
  text-align: center;background-color: #141223;
}



.content {padding: 1rem 2rem 0;}
.install-order {padding: 0 0 1rem;}
.order-title {position: relative;padding: 2rem 0; color: #ea002c;font-size: 1.4rem;font-weight: 500;line-height: 1;}
.order-title:after {content: '';display: inline-block;width: 2rem;height: 1px;border-top: 1px solid #ea002c;position: absolute;left: 0;top: 4.5rem;}



.list ul {counter-reset : numbering;list-style-type:none;}
.list li.txt {position: relative;padding: 3.4rem 0 0 2rem; color: #141223;font-size: 1.4rem;font-weight: normal;line-height: 1.4;}
.list li strong {font-weight: 500;color: #141223;font-size: 1.4rem;line-height: 1.4;vertical-align: top;}
.list li p {color: #000;font-size: 1.3rem;font-weight: normal;line-height: 1.4;}
.list li.txt::before {
    counter-increment : numbering; content : counter(numbering)'.';margin-right:1rem;display: inline-block;color: #000;font-size: 1.4rem;
    position: absolute;left: 0;top: 3.4rem;
}
.img {padding: 1.6rem 0 2rem;text-align: center;}
.img img {max-width: 36rem;width: 100%;}

.App-doenload {}
.App-doenload button {width: 100%; padding: 1.6rem 0;color: #fff;font-size: 1.6rem;line-height: 1;background-color: #ea002c;}
.App-doenload button span {
  display: inline-block;padding-left: 3.5rem; color: #fff;font-size: 1.6rem;line-height: 2.8rem;font-weight: 600; background-color: #ea002c;
  background: url(../img/ic-store-download.png) no-repeat left center;background-size: 2.8rem;
}