<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
div:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
}
div {
    zoom: 100%;
}
dl:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
}
dl {
    zoom: 100%;
}
section:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
}
section {
    zoom: 100%;
}
ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
}
ul {
    zoom: 100%;
}
ol:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
}
ol {
    zoom: 100%;
}
img {
    vertical-align: bottom;
}
/* リセットここまで
------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

.pc_none{
  display: none;
}
body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 112%;
    font-weight: 500;
    color: #42210B;
    line-height: 1.7;
    background-color: #fdf9f8;
}
header {
    max-width: 1118px;
    margin: auto;
    padding: 24px 4% 20px;
}
section {
    max-width: 1118px;
    margin: auto;
    text-align: center;
    padding: 0 4%;
}
h2 {
    margin-bottom: 20px;
}
ul.taisho {
    display: flex;
    list-style: none;
    margin-top: 30px;
    justify-content: center;
}
ul.taisho li {
    margin: 0 30px;
}
ul.taisho li:nth-of-type(2) {
    background-color: #ffe100;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
ul.taisho li:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 50px;
    left: -75px;
    xmargin-top: -25px;
    border: 25px solid transparent;
    border-right: 50px solid #ffe100;
}
ul.taisho dl {
    font-size: 94%;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
ul.taisho dl dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
}
ul.taisho dl dd {
    margin-left: 120px;
    margin-bottom: 5px;
}
ul.present {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 1100px;
    text-align: center;
}
ul.present li {
    width: 50%;
}
.present_dtl {
    background-color: #fce8f0;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    width: 80%;
    box-sizing: border-box;
    margin: auto;
    font-weight: bold;
    margin-top: 35px;
}
.present_dtl p {
    font-size: 86%;
    margin-top: 5px;
}
h3 {
    position: relative;
    top: -15px;
    font-size: 100%;
    background-color: #8b3322;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: -35px;
}
hr {
    max-width: 1092px;
    height: 28px;
    background-image: url("../images/hr.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
    border: none;
    margin: 40px auto;
}
footer {
    max-width: 1118px;
    margin: auto;
    text-align: center;
    font-size: 86%;
    padding: 0 4% 50px;
    font-weight: bold;
}
h4 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}
footer ul {
    list-style: none;
    margin-bottom: 20px;
}
footer a {
    color: #42210B;
}
footer address {
    font-weight: normal;
    font-style: normal;
    margin-top: 40px;
    font-size: 90%;
}
@media only screen and (max-width: 979px) {
    .br {
        display: none;
    }
    section {
        text-align: left;
    }
    .att {
        text-indent: -1em;
        margin-left: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .pc_none{
      display: block;
    }
    body {
        font-size: 86%;
    }
    header {
        padding: 10px 4%;
    }
    header p {
        width: 100px;
    }
    ul.taisho {
        text-align: center;
        flex-direction: column;
    }
    ul.taisho li {
        margin: 10px 0;
    }
    ul.taisho li:nth-of-type(1) img {
        width: 30%;
    }
    ul.taisho li:nth-of-type(2) {
        padding: 15px;
        position: relative;
    }
    ul.taisho li:nth-of-type(2):before {
        content: none;
    }
    ul.taisho dl {
        font-size: 94%;
        text-align: left;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    ul.taisho dl dt {
        clear: both;
        float: none;
        margin-bottom: 0;
    }
    ul.taisho dl dd {
        margin-left: 0;
        margin-bottom: 8px;
    }
    ul.present {
        flex-direction: column;
    }
    ul.present li {
        width: 100%;
    }
    .present_dtl {
        width: auto;
    }
    hr {
        margin: 20px auto;
    }
    footer {
        padding: 0 4% 30px;
    }
}</pre></body></html>