@charset "euc-jp";
/* フォント */
* {
    font-family: "Noto Sans JP","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ヘッター */
header {
    background-image: none;
    padding-top: initial;
}

header::before {
    content: none;
    background-image: none;
}

/* .v2-container {
    max-width: 1400px;
} */

.v2-contents section.sec-gcfTab{
    padding-bottom:50px;
}

.eventPageFlow {
    margin-top: 120px!important;
}

@media (max-width: 768px) {
    .v2-contents {
        margin-top: 100px;
    }
}

/* フッター */
footer {
    border-top: none;
    padding-bottom:0px;
}

.v2-footer_cr .v2-container p {
    color: #fff;
}

.buttonArea .fixedArea {
    background-color: #fff;
}

#v2-gotop {
    bottom: 10px;
}

/* aタグ アンダーライン削除 */
ul li a {
    text-decoration: none;
}

/* アクティングアラート */
#acting_alert .item {
    display:block;
    position:static;
    width:100%;
    min-width:initial;
    height:auto;

}

