@charset "utf-8";
/* CSS Document */


.appendix {
    width: 100%;
    margin: 0;
    padding: 10px 10px 30px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #412c0b;
    background-color: #dcf2c0;
}

.appendix > div {
    background: #fff;
    padding-bottom: 20px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
p {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.6;
    color: #412c0b;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    display: block;
}
h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.flex {
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.red {
    color: #e83700;
}
.first {
    text-align: center;
    padding: 10px 10px;
}
.year {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.first .tx01 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.flex.type01 {
    -webkit-align-items: baseline;
    align-items: baseline;
    margin: 15px 0 0;
    justify-content: center;
}
.first .tx02 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: bold;
}
.flex.type01 li:nth-of-type(n+2) {
    margin-left: 3px;
}
.asobi {
    margin-top: 5px;
}
.title {
    margin: 20px 20px;
    text-align: center;
}
.mainV {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
}
.mainV img {
    width: 100%;
    max-width: 300px;
}
.lead {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-top: 20px;
    padding: 0 20px;
}
.box {
    margin: 15px 10px 0;
    padding: 15px;
    text-align: left;
    font-size: 12px;
    background: url("../images/appendix/bg_01.jpg") repeat;
}
.box.type01 ul li {
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
}
.box.type01 ul li:before {
    display: block;
    position: absolute;
    content: "※";
    top: 0;
    left: 0px;
}
.subImg01 {
    margin-top: 25px;
    padding: 0 30px;
}
.subImg02 {
    margin-top: 30px;
    padding: 0 20px;
}
.subImg03 {
    margin-top: 25px;
    padding: 0 25px;
}

.specTitle {
    display: block;
    border: 2px solid #dcf2c0;
    background: #dcf2c0;
    border-radius: 8px;
    text-align: center;
    padding: 2px 0px 2px;
    margin: 40px 10px 0;
}
.spec {
    padding: 0 13px;
    margin: 10px 0 0 0;
    line-height: 1.5;
    font-size: 13px;
}
.bt01 a {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}