@charset "UTF-8";

body {
    background: #fff;
    color: #404040;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
}

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 {
    width: 100%;
    margin: 0 auto;
}

.inn {
    margin: 0 auto;
}

.bg01,
.bg02 {
    position: relative;
}

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


.tanpin_btn {
    width: 81%;
    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;
}