@charset "UTF-8";
@media screen and (min-width: 751px) {
    .sp {
        display: none;
    }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol, ul {
    list-style: none
}
li, dd {
    list-style-type: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle
}
q, blockquote {
    quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
img {
    border: none;
    vertical-align: bottom
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
    -webkit-box-sizing: content-box;
    -moz-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none
}
input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px
}
html {
    font-size: 62.5%;
    overflow-x: hidden
}
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}
a {
    cursor: pointer;
    text-decoration: none
}
img {
    width: 100%
}
header {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    padding: 24px 0 24px 0;
}
header .logo img {
    width: 110px;
    height: 30px;
}
header .name {
    font-size: 12px;
    padding: 0 0 0 24px;
}
header .inquiry a {
    font-size: 12px;
    padding: 8px 12px;
    color: #444;
    font-weight: 700;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 0 0 0 380px;
}
header ul {
    display: flex;
}
header li {
    font-size: 12px;
    padding: 0 0 0 24px;
}
header li a {
    color: #444;
}
header li a span {
    background: url(../images/icon_blank.png) no-repeat right center;
    background-size: auto 9px;
    padding: 0 20px 0 0;
}
.brand-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding: 20px 0;
    background: #FFF;
}
.brand-header__logo {
    width: auto;
    height: 40px;
    display: block;
}
.contents {
    padding: 32px;
    background: #EEE;
}
.contents .inner {
    width: 800px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 32px;
}
.contents .content {
    width: 640px;
    margin: 0 auto;
}
.contents .lead p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.contents .lead span {
    font-size: 14px;
    font-weight: 400;
}
.contents .lead .quo {
    font-size: 16px;
    font-weight: 700;
}
.contents .lead .image {
    text-align: center;
    margin: 24px 0 0 0;
}
.contents .lead img {
    width: 632px;
}
.contents h2 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 32px;
    background: linear-gradient(90deg, #3FDED0 0%, #1EB8DC 30%, #2A5EC8 65%, #5A3EA0 100%);
    color: #FFF;
    padding: 4px 0;
    margin: 64px 0 0 0;
}
.contents .disc {
    margin: 24px 0 0 0;
}
.contents .disc li {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    list-style-type: disc;
    margin: 8px 0 0 32px;
}
.contents p.limit {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    margin: 24px 0 0 0;
}
.contents p.limit strong {
    font-size: 20px;
    display: block;
}
.contents ol {
    display: flex;
    margin: 24px 20px 0 20px;
    display: flex;
    width: 600px;
    gap: var(--24, 24px);
    align-items: stretch;
}
.contents ol li {
    background: #F7F7F7;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
}
.contents ol img {
    width: 152px;
}
.contents ol p {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 16px 0 0 0;
}
.contents .address {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    background: #FAF7E8;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px;
    line-height: 1.6;
    padding: 20px 40px;
    margin: 24px 0 0 0;
}
.contents .note {
    margin: 16px 0 0 0;
    font-size: 14px;
}
.contents .btn {
    text-align: center;
    margin: 64px 0 0 0;
}
.contents .btn a {
    display: inline-block;
    padding: 16px 100px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 120px;
    background: #15549B;
    text-align: center;
    font-feature-settings: 'ital'on, 'pwid'on, 'palt'on, 'pkna'on;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-weight: 700;
}
.contents .inpuiry {
    margin: 64px 0 0 0;
}
.contents .text p {
    font-size: 14px;
    margin: 16px 0 0 0;
    text-align: center;
}
.contents .text p strong {
    font-weight: 700;
}
.contents .notice {
    margin: 48px 0 0 0;
}
.contents .notice p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #5A666C;
    margin: 16px 0 0 0;
}
.contents footer {
    padding: 64px 24px;
}
.contents footer img {
    width: 96px;
}




.address .note {
    text-align: right;
    font-weight: 400;
    font-size: 60%;
}
.postage {
    font-size:120%;
    font-weight: 700;
}
.strong.postage{
    margin: 16px 0 0 0;
    font-size: 180%;
    line-height: 1.4;
}
.contents .caution {
    margin: 64px 0 0 0;
    padding: 24px;
    border-radius: 16px;
    background: #FFF6F6;
}
.contents .caution h2.caution-head {
    margin: 0;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    line-height: 1.2;
}
.contents .caution h2.caution-head strong {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.08em;
}
.contents .caution h2.caution-head .must {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.contents .caution .disc {
    margin: 20px 0 0 0;
}
.contents .caution .disc li {
    color: #333;
}