@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #DCDDDE;
    overflow: hidden;
    padding: 3rem;
}
p {
    padding-bottom: 0.25rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
p :is(span, a) {
    display: inline-block;
}
h1 {
    margin: 0.75rem 0 1rem;
    font-size: 2.25em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
    color: #0072BC;
}
h3 {
    font-size: 1.125em;
    line-height: 1.3em;
    color: #fff;
    background: #0072BC;
    padding: 0.25rem 1rem;
    width: fit-content;
    position: relative;
    top: -1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.25rem 3rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1.5rem;
}
header, .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}
.font {
    color: #808285;
    font-family: Arial narrow, Arial, sans-serif;
    font-weight: bold;
}
.benfit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
}
.benfit p {
    text-align: center;
    width: 111px;
}
.benfit p img {
    display: block;
    margin: 0 auto 0.5rem;
}
.benfit p.custw {
    width: 190px;
}
.ttl {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}
.ttl div {
    flex: 1;
}
.ttl p {
    font-size: 1.375em;
    line-height: 1.3;
    text-align: left;
}
.contact {
    padding: 0 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.5rem #737373;
    width: 580px;
    margin: 2rem auto 0.5rem;
}
.contact p {
    text-align: left;
    padding-bottom: 1rem;
}
.contact p:not(:first-of-type) {
    padding-left: 2.75rem;
}
.contact p img {
    margin-left: -2.75rem;
    float: left;
}
footer {
    padding: 0;
    padding: 1rem;
    background: #fff;
}
@media only screen and (max-width:939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 2rem;
    }
    .ttl {
        flex-direction: column;
    }
    .contact {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 0.625rem;
    }
    li {
        padding-left: 1rem;
    }
    li:before {
        margin-left: -1rem;
    }
    .benfit p, .benfit p.custw {
        width: 100%;
    }
}