@charset "utf-8";
/* CSS Document */
.topcopy p {
    font-weight: bold;
}
.topcopy p.tc01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #4b5c64;
}
.topcopy p.tc02 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 10px;
    color: #1479b3;
}
.topcopy p.tc03 {
    font-size: 32px;
    font-size: 4.0rem;
    margin-bottom: 40px;
    color: #ff9000;
}
.toptxt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.lwptitle {
    font-weight: bold;
  text-align: center;
    margin-bottom: 50px;
}
.lwptitle span {
  font-size: 20px;
  color: #2d3134;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #ffcc74 50%);
}
.txtAC {
    text-align: center;
}
.lwp-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ede4e1 0%, #ede4e1 75%, #fff 75%, #fff 100%);
}
.lwp-box div.maincopy {
    display: flex;
    flex-direction: column;
    width: 80%;
    z-index: 10;
    box-sizing: border-box;
    padding: 10px 30px;
}
.lwp-box div.maincopy p {
    font-size: 32px;
    font-size: 4.2rem;
    font-weight: bold;
    color: #FF9900;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.lwp-name {
    margin-top: auto;
    margin-left: -25px;
    margin-bottom: 10px;
}
.lwp-box div.maincopy p.lwpname {
    margin: 10px 0 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #171717;
}
.lwp-box div.maincopy p.lwpname span {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    color: #171717;
}
.lwp-box div.main-img {
    width: 550px;
    margin-left: -70%;
    padding: 30px 10px;
}
p {
    font-size: 16px;
    font-size: 1.6rem;
}
.br5 {
    border-radius: 8px;
}
.checkbox {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkbox li {
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2.0rem;
    background-image: url(/jp/product/live/img/lwp-checkbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 16px;
    line-height: 18px;
}
.ac {
    display: flex;
    justify-content: center;
}
/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
100% {
opacity: 1;
}
}
/*以下遅延の指定*/
.txt01 {
    animation-delay: 0.4s;
}
.txt02 {
    animation-delay: 0.4s;
}
.txt03 {
    animation-delay: 0.4s;
}
.txt04 {
    animation-delay: 0.4s;
}
.txt05 {
    animation-delay: 0.4s;
}
.txt06 {
    animation-delay: 1.4s;
}
.txt07 {
    animation-delay: 1.4s;
}
.txt08 {
    animation-delay: 1.4s;
}
@media screen and (max-width: 768px) {
.checkbox li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
}
.topcopy p.tc01 {
    font-size: 18px;
    font-size: 1.8rem;
}
.topcopy p.tc02 {
    font-size: 20px;
    font-size: 2.0rem;
}
.topcopy p.tc03 {
    font-size: 24px;
    font-size: 2.4rem;
}
}
