@charset "UTF-8";

body {
    background-color: #FFF9F8;
    color: #404040;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    height: 100%;
    overflow-x: hidden;
    text-align: justify;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    line-height: 0;
    width: 100%;
    display: block;
}

a {
    color: #404040;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

#contents {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.inn {
    margin: 0 auto;
}

.bg01 {
    position: relative;
    background: url(/ll/lp/images/mailmag/new_step02ml/img12.jpg) no-repeat top center;
    background-size: cover;
    height: 505px;
}

.teiki_btn {
    width: 378px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 26%;
}


.bg02 {
    position: relative;
    background: url(/ll/lp/images/mailmag/new_step02ml/img13.jpg) no-repeat top center;
    background-size: cover;
    height: 335px;
}

.tanpin_btn {
    width: 364px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 18%;
}

#attention {
    font-size: 14px;
    color: #404040;
    background-color: #FFFFFF;
    padding: 30px 20px;
}

#footer {
    font-size: 14px;
    background: #F7F0F3;
    padding: 30px 20px;
}

#footer .copyright {
    font-size: 0.8rem;
    margin-top: 20px;
    text-align: center;
}