@charset "utf-8";

.used_caution-wrapper {
    padding: 64px 0 120px;
}

.egift_wrapper + .used_caution-wrapper {
    margin-top: 64px;
    border-top: 2px solid #aaaaaa;
}

.used_caution {
    width: 1200px;
    margin: 0 auto;
}

.used_caution .gray {
    color: #666666;
    font-size: 14px;
}

.used_caution a {
    text-decoration: underline;
}

.used_caution a:hover {
    text-decoration: none;
}

.used_caution .used_caution_title {
    font-size: 24px;
    font-weight: bold;
}

.used_caution .used_caution_subTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.used_caution h5 {
    margin: 8px 0;
}

.used_caution .used_caution_item {
    font-size: 16px;
    line-height: calc(26 / 16);
}

.used_caution .-mt > li {
    margin-top: 8px;
}

.used_caution .common-title + .used_caution_title,
.used_caution_item + .used_caution_title {
    margin-top: 40px;
}

.used_caution_title + .used_caution_item,
.used_caution .used_caution_subTitle {
    margin-top: 24px;
}

.egift_wrapper .list_image-text,
.egift_wrapper .campaign_caution {
    margin-top: 16px;
}

.used_caution p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.used_caution ul ul {
    margin-bottom: 0;
}

.used_caution li li {
    text-indent: calc(-1.286em);
    padding-left: calc(1.286em);
}

.status-wrapper {
    padding: 40px 40px 20px;
    background: #f2f2f2;
}

.status-wrapper + .status-wrapper {
    padding: 20px 40px 40px;
}

.status-wrapper dl {
    display: flex;
    gap: 26px;
}

.status-wrapper dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 88px;
    height: 44px;
    padding-top: 5px;
    background: #333333;
    box-sizing: border-box;
}

.status-wrapper dt span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 5px 2px;
}

.status-wrapper dd {
    width: 890px;
}

.status-wrapper dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.status-wrapper dd ul li {
    width: calc((100% - 32px) / 3%);
}

.status-wrapper img,
.status-wrapper img {
    width: 100%;
    height: auto;
}

.used_caution-wrapper .common-btn {
    font-size: 20px;
    margin: 40px auto 0;
}

.battery_caution {
    margin-bottom: 40px;
}

.battery_caution strong {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
}

.battery_caution dl {
    margin: 20px 0;
}

.battery_caution dt,
.battery_caution dd {
    display: inline;
}

.battery_caution dd::after {
    content: "\A";
    display: block;
}

.battery_caution div {
    padding: 0 0 1em 1em;
    text-indent: -1em;
}
