@charset "UTF-8";
body {
    font-family: "source-han-sans-japanese", "遊ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #EEEEEE;
}
.center980 {
    padding: 0;
    background-color: #FFFFFF;
    background-image: url(url);
}
a {
    display: block;
    text-decoration: none;
}
p {
    margin: 0px;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
a:hover {
    opacity: 0.7;
}
.dispc {
    display: block;
}
.dissp {
    display: none;
}
.text-xs {
    font-size: 14px;
    font-weight: 200;
    text-align: justify;
    line-height: normal;
}
.text-sm {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 200;
}
.text-smd {
    font-size: 25px;
    font-weight: 200;
    line-height: 1.7em;
}
.text-al-center {
    text-align: center;
}
.pc-br {
    display: block;
}
.sp-br {
    display: none;
}
.upp2p {
    margin-top: 2%;
}
.upp5p {
    margin-top: 5%;
}
.upp10p {
    margin-top: 10%;
}
.bg-464646 {
    background-color: #464646;
    height: auto;
}
.bg-FFC800 {
    background-color: #FFC800;
    height: auto;
}
.butt-center-323296 a {
    display: block;
    color: #FFFFFF;
    padding-top: 0.5em;
    padding-bottom: 0.7em;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #323296;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.kara3 {
    width: 100%;
    max-width: 980px;
    position: relative;
    overflow: hidden;
}
.kara3 li {
    width: 33%;
    float: left;
    padding-bottom: 5%;
}
footer {
    font-size: 14px;
    height: 30%;
    text-align: center;
    font-weight: 200;
    padding-bottom: 5%;
}
.sa {
    opacity: 0;
    transition: all .5s ease;
}
.sa.show {
    opacity: 1;
    transform: none;
}
.sa--down {
    transform: translate(0, 100px);
}
.sa:hover {
    transform: scale(103%)
}
@media (max-width:543px) {
    .dissp {
        display: block;
    }
    .dispc {
        display: none;
    }
    .text-xs {
        font-size: 10px;
    }
    .text-sm {
        font-size: 15px;
        line-height: 1.7em;
        text-align: justify;
    }
    .text-smd {
        font-size: 17px;
        line-height: 1.7em;
        text-align: justify;
    }
    .text-al-center {
        text-align: left;
    }
    .butt-center-323296 a {
        width: 100%;
    }
    footer {
        font-size: 10px;
    }
}
@media (max-width:767px) {
    .pc-br {
        display: none;
    }
    .sp-br {
        display: block;
    }
}
@media (min-width:980px) {
    .center980 {
        margin: auto;
        width: 980px;
    }
}