@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 0.875em/1.3em "Segoe UI", Arial, sans-serif;
}
:is(.bor, .qrc) strong {
    font-weight: 600;
}
.fwbold {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.3;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0 0 2rem;
}
p {
    padding-bottom: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    font-size: 1.375em;
    line-height: 1.3;
}
article {
    width: 536px;
    margin-left: auto;
}
article > div {
    padding: 1rem 1.5rem;
}
.black {
    background: #000;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: -190px;
    position: relative;
    z-index: 2;
}
.ttl {
    flex: 1;
}
.qrc {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
}
.qrc p {
    font-size: 0.6875rem;
    line-height: 1.3;
    padding: 0.5rem 0 0;
}
.qrc > img {
    margin-bottom: 0.5rem;
}
.box {
    background: #007ABE;
}
.bor {
    border: 1px solid #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.bor > p:first-of-type {
    font-size: 0.8125rem;
    line-height: 1.3;
}
.bor > p:nth-of-type(2) {
    flex: 1;
    display: flex;
    gap: 0.25rem;
    align-items: center;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.1;
}
.benfit {
    width: 100%;
    padding-top: 0.5rem;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-between;
}
.benfit p {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    font-size: 0.6875rem;
    line-height: 1.3;
    padding: 0;
}
.benfit p.wid1 {
    width: 108px;
    padding-right: 0.5rem;
    border-right: 2px solid #fff;
}
.benfit p.wid2 {
    width: 128px;
    padding: 0 0.5rem;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
footer {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
}
@media only screen and (max-width:929px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    article {
        width: auto;
        margin: 0;
    }
    br {
        display: none;
    }
    .bor > p:first-of-type img {
        display: block;
    }
    .black {
        margin: 0;
    }
    .benfit {
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
    }
    .benfit :is(p.wid1, p.wid2) {
        padding: 0;
        border: 0;
        width: auto;
    }
    .benfit p, .bor > p:nth-of-type(2){
        font-size: 0.875rem;
        line-height: 1.3;
    }
    .bor > p:nth-of-type(2) {
        width: 100%;
        flex: auto;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article > div {
        padding: 1rem;
    }
    .black {
        flex-direction: column;
        align-items: center;
    }
}