@charset "UTF-8";

/* Scss Document */

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b4b4b;
    letter-spacing: 0px;
    font-family: Helvetica, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media (max-width: 767px) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        font-size: 1rem;
        line-height: 1.4;
        overflow-x: hidden;
    }
}

h1 {
    padding: 0;
    font-size: 0;
    margin: 0;
}

.navbar {
    padding: .4rem 1rem;
}

.login-txt {
    font-size: 70%;
    line-height: 10px;
    display: block;
}

.fa-sign-in-alt {
    font-size: 1.5rem;
}

.title {
    width: 60%;
    margin: 30px auto 50px auto;
}

@media (max-width: 767px) {
    .title {
        width: 90%;
        margin: 0 auto 2rem auto;
    }
}

.daihyou-title {
    width: 70%;
}

.daihyou-txt {
    font-size: 70%;
    color: #333333;
}

.img-50 {
    width: 80px;
}

@media (max-width: 767px) {
    .img-50 {
        width: 60px;
    }
}

.hit-bg {
    background-image: url(../../../frontend/images/boatnova/hit-bg.jpg);
    background-size: cover;
    padding: 2rem 0;
    background-position: center center;
}

.hit-bg2 {
    background-image: url(../../../frontend/images/boatnova/section-bg2.jpg);
    background-size: cover;
    padding: 2rem 0;
    background-position: center center;
}

.daihyou-txt {
    font-size: 70%;
    color: #333333;
}

a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

header {
    background: #0069d5;
}

header .logo {
    width: 230px;
}

@media (max-width: 575px) {
    header .logo {
        width: 140px;
    }
}

header .navbar-dark .navbar-toggler {
    border: none !important;
}

header nav {
    font-size: .9rem;
}

header nav li {
    margin-left: 1rem;
    line-height: 1.4;
}

header nav li a {
    display: block;
}

header nav li:last-of-type a {
    background: #0F0F0F;
    border-radius: .3rem;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

@media (max-width: 767px) {
    header nav li:last-of-type a {
        background: none;
        border-radius: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

header a {
    color: #FFFFFF !important;
}

.close-btn {
    display: block;
    padding: .3rem 0;
    text-decoration: none;
    color: #0069d5;
    border: solid 2px #0069d5;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}

#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.65);
}

#modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90vh;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 8px;
    background-color: #fff;
}

.top {
    width: 100%;
    padding: .5rem 0;
    position: relative;
}

@media (max-width: 768px) {
    .top {
        width: 100%;
        padding: 0rem;
    }
}


/*--スライダー--*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 800px;
}

.swiper-slide-active {
    filter: alpha(opacity=100);
    -moz-opacity: 10;
    opacity: 10;
}

.slider img {
    padding: 0 6px !important;
}

@media (max-width: 768px) {
    .slider img {
        margin: 0 !important;
        padding: 8px 0 !important;
    }
}

.btn-blue {
    background: #CCFF00;
    font-weight: bold;
    margin-bottom: 2rem;
}

.formunder {
    position: relative;
    width: 100%;
}

.top-container {
    max-width: 1140px;
    margin: 0 auto;
}

.tel {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: .5rem;
}

.tel a {
    color: #007bff;
}

.w-80 {
    width: 80%;
    margin: 0 auto;
}

.title1 {
    font-size: 1.2rem;
    color: #222222;
    font-weight: bold;
    background: #f1f1f1;
    padding: .5em 0 .5em .75em;
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
}

.title2 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.title3 {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: .5rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: #000000;
}

.snsbox {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .snsbox {
        width: 100%;
        margin: 0 auto;
    }
}

.sp-small {
    font-size: .9rem;
}

@media (max-width: 768px) {
    .sp-small {
        font-size: .8rem;
        line-height: 1.1rem;
    }
}

.center {
    margin: 0 auto;
}

.top-container {
    max-width: 100%;
}

.formbg {
    background-image: url(../../../frontend/images/boatnova/formbg.jpg);
    background-repeat: no-repeat;
    padding: 4rem 0;
    background-position: center center;
}

@media (max-width: 768px) {
    .formbg {
        background-image: url(../../../frontend/images/boatnova/formbg-sp.jpg);
        background-size: 100%;
        background-position: center center;
        padding: 3.5rem 0;
    }
}

.formbg2 {
    background-image: url(../../../frontend/images/boatnova/formbg2.jpg);
    background-repeat: no-repeat;
    padding: 1.8rem 0;
    background-position: center center;
}

@media (max-width: 768px) {
    .formbg2 {
        background-image: url(../../../frontend/images/boatnova/formbg2-sp.jpg);
        background-size: 100%;
        background-position: center center;
    }
}

.formbg3 {
    background-image: url(../../../frontend/images/boatnova/formbg3.jpg);
    background-repeat: no-repeat;
    padding: 2.2rem 0;
    background-position: center center;
}

@media (max-width: 768px) {
    .formbg3 {
        background-image: url(../../../frontend/images/boatnova/formbg3-sp.jpg);
        background-size: 100%;
        background-position: center center;
    }
}

.readmore {
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 15px;
    border: 1px solid #CCC;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */

.readmore-label {
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 5px 15px;
    font-size: .9rem;
    background-color: #0068D5;
    border-radius: 30px;
    color: #FFF;
}

.readmore-label:before {
    content: '続きを読む';
}

.readmore-check {
    display: none;
}


/*チェック時にボタンを非表示*/

.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
    content: '閉じる';
}


/*チェック時に高さを自動に戻す*/

.readmore-check:checked~.readmore-content {
    height: auto;
}


/*チェック時グラデーション等を削除*/

.readmore-check:checked~.readmore-content::before {
    display: none;
}

.readmore-label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078  続きを読む";
    font-weight: 900;
}

.readmore-check:checked~.readmore-label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077  閉じる";
    font-weight: 900;
}

.boat-bg {
    background-image: url(../../../frontend/images/boatnova/boat-bg.jpg);
    background-position: bottom right;
    background-size: 50%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .boat-bg {
        background: #FFFFFF;
    }
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}

.red {
    color: #EE0052;
    font-weight: bold;
}

.blue {
    color: #0069d5;
    font-weight: bold;
}

.balloon2-top {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 80%;
    color: #000;
    background: #FFF;
    border-top: solid 3px #000;
    box-sizing: border-box;
}

.balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #000;
    z-index: 1;
}

.balloon2-top p {
    margin: 0;
    padding: 0;
}

.bg-red {
    background: #0069d5;
}

.form-container {
    max-width: 800px;
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .form-container {
        max-width: 100%;
        margin: 0 15px;
    }
}

.wrap {
    max-width: 900px;
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .wrap {
        max-width: 100%;
        margin: 0 15px;
    }
}

.min-wrap {
    max-width: 700px;
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .min-wrap {
        max-width: 100%;
        margin: 0 15px;
    }
}

.w-80 {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .w-80 {
        width: 100%;
        margin: 0 auto;
    }
}

.space {
    height: 168px;
    display: block;
}

.space-status {
    height: 370px;
    display: block;
}

@media (max-width: 768px) {
    .space {
        height: 54px;
        display: block;
    }
    .space-status {
        height: 200px;
        display: block;
    }
}

.serif {
    font-family: serif;
}

@media (max-width: 768px) {
    .width80 {
        width: 80%;
        margin: 0 auto;
    }
}

.white-bg {
    padding: 2rem 0;
}

.representative-bg {
    background-image: url(../../../frontend/images/boatnova/representative-bg.jpg);
    background-repeat: no-repeat;
    padding: 2rem 0;
    background-position: center center;
}

@media (max-width: 768px) {
    .representative-bg {
        background-image: url(../../../frontend/images/boatnova/representative-bg-sp.jpg);
        background-repeat: no-repeat;
        padding: 0 0 2rem 0;
        background-position: center center;
        color: #222222;
    }
}

.zantxt {
    font-size: 1.25rem !important;
}

@media (max-width: 768px) {
    .zantxt {
        font-size: 1rem !important;
    }
}

.radius {
    border-radius: .25rem;
}

.img-radius {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.section-bg {
    background-image: url(../../../frontend/images/boatnova/section-bg.jpg);
    background-repeat: no-repeat;
    padding: 2rem 0;
    background-position: center center;
}

@media (max-width: 768px) {
    .section-bg {
        background-image: url(../../../frontend/images/boatnova/section-bg-sp.jpg);
        background-repeat: no-repeat;
        padding: 2rem 0;
        background-position: center center;
    }
}

.section-bg2 {
    background: #111111;
    background-repeat: no-repeat;
    padding: 2rem 0;
    background-position: center center;
}

.white {
    color: #FFFFFF;
}

.blacktxt {
    color: #000000;
}

.card {
    border: none;
    width: 100% !important;
}

@media (max-width: 991px) {
    .btn-flat-border2 {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

.expectation {
    padding: 1rem 0;
}

.blue-btn {
    width: 300px;
    padding: .8rem 1.5rem;
    display: block;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 5px;
    background-color: #007bff;
    margin: 0 auto 1rem auto;
    text-decoration: none !important;
    border: none;
}

.blue-btn:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    opacity: 0.8;
    transition-duration: 0.3s;
}

.red-btn2 {
    width: 200px;
    padding: .3rem .3rem;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 5px;
    background-color: #c51a28;
    margin: 0 .8rem 1rem auto;
    text-decoration: none !important;
    position: relative;
    left: 230px;
    bottom: 2px;
}

@media (max-width: 768px) {
    .red-btn2 {
        position: relative;
        left: 55px;
    }
}

.red-btn2:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    opacity: 0.8;
    transition-duration: 0.3s;
}

.mini-txt {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .mini-txt {
        font-size: 1rem;
    }
}

.btn-white {
    background-color: #FFFFFF;
    color: #222222;
}

@media (max-width: 768px) {
    .btn-white {
        background-color: #FFFFFF;
        color: #222222;
        padding: .1rem;
        font-size: .8rem;
    }
}

@media (max-width: 768px) {
    .mini-red-txt {
        font-size: 1.2rem;
        color: #FF191D;
    }
}

.clear {
    clear: both;
}

.btn-gold {
    font-weight: bold;
    color: #000000;
    background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    border: #3a3a3a 1px solid;
}

@media (max-width: 768px) {
    .btn-gold {
        width: 100%;
        text-align: center;
        margin-top: .2rem;
    }
}

.expectation .card-body {
    padding: .8rem .5rem .2rem .5rem;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .expectation .card-body {
        padding: .8rem .2rem .2rem .2rem;
    }
}

.hitbox {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .hitbox {
        font-size: .7rem;
    }
}

.hitbox .badge {
    font-size: .9rem;
    padding: .5rem;
    margin-bottom: .3rem;
    background: #0F0F0F;
    color: #FAFAFA;
}

@media (max-width: 768px) {
    .hitbox .badge {
        font-size: .7rem;
        margin: 0 auto .3rem auto;
    }
}

.hr {
    border-bottom: solid 1px #555555;
    margin: 1rem 0;
}

.blue {
    color: #0069d5;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .blue {
        font-size: 1rem;
    }
}

.white2 {
    color: #FFFFFF;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .white2 {
        color: #FFFFFF;
        font-size: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .p-edit div {
        padding: 0 5px;
    }
}

.black {
    color: #000000;
}

.badge-red {
    background: #C51A28;
    color: #FFFFFF;
    position: relative;
    bottom: 3px;
}

.glaybox {
    background-color: #F1F1F1;
    border: solid 1px #A7A7A7;
    padding: .5rem 1rem;
}


/* 点滅 */

.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.left-m {
    margin-bottom: 10px;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 110px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cp_box label {
        height: 130px;
        /* グラデーションの高さ */
    }
}

.cp_box input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
    line-height: 3rem;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 50%;
    width: 16rem;
    font-family: "Font Awesome 5 Free";
    content: "" " もっと的中結果を見る";
    font-weight: 900;
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 5px;
    background-color: #0069d5;
}

@media (max-width: 768px) {
    .cp_box label:after {
        bottom: 60px;
    }
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    overflow: hidden;
    height: 250px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}

.cp_box input:checked+label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
    font-family: "Font Awesome 5 Free";
    content: "" " 閉じる";
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .cp_box input:checked~.cp_container {
        padding-bottom: 130px;
        /* 閉じるボタンのbottomからの位置 */
    }
}

.counter {
    font-size: 2rem;
    font-weight: bold;
    color: #0069d5;
}

.osusume-race {
    width: 100%;
    height: 100%;
    padding: 4rem 2rem 0rem 2rem;
    color: #000000;
    font-size: 18px;
    background-size: cover;
    background: url(../../../frontend/images/boatnova/osusume-race.jpg) center;
}

@media (max-width: 768px) {
    .osusume-race {
        padding: 1rem 1rem 0rem 1rem;
        font-size: 1rem;
    }
}

.badge-blue {
    background-color: #0069d5;
    color: #FFFFFF;
    font-size: 1rem;
    padding: .3rem;
}

@media (max-width: 768px) {
    .badge-blue {
        font-size: .7rem;
    }
}

.race-name {
    font-size: 1.8rem;
    line-height: 1.7rem;
    margin: 1rem 0;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .race-name {
        font-size: 1.4rem;
    }
}

.race-area-name {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 1rem 0;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .race-area-name {
        font-size: 1.1rem;
    }
}

.active {
    display: block !important;
}

.race-title {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .race-title {
        width: 80%;
        margin: 0 auto;
    }
}

.senken .black {
    font-size: .9rem;
}

@media (max-width: 768px) {
    .senken .black {
        font-size: .7rem;
    }
}

.korogasi-senken .black {
    font-size: .9rem;
}

@media (max-width: 768px) {
    .korogasi-senken .black {
        font-size: .7rem;
    }
}

@media (max-width: 768px) {
    .left-none,
    .right-none {
        margin: 3px 0;
    }
}

.banner-box {
    width: 100%;
}

.banner-box img {
    width: 100%;
}

.banner-box ul {
    margin-bottom: -5px;
    padding-left: 0px !important;
}

.banner-box li {
    vertical-align: bottom;
    /* IE6で画像下の隙間削除 */
    margin: 0 0 5px 0;
    overflow: hidden;
}

.banner-box li a {
    display: block;
}

#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 180px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-right: 15px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    #loopslider ul li {
        width: 150px;
        height: 100px;
    }
}


/* =======================================
    ClearFixElements
======================================= */

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

.prun {
    animation: prun 2.2s ease-in infinite;
    -webkit-animation: prun 2.2s ease-in infinite;
    -moz-animation: prun 2.2s ease-in infinite;
    -o-animation: prun 2.2s ease-in infinite;
    -ms-animation: prun 2.2s ease-in infinite;
}

@keyframes prun {
    48%,
    62% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    56% {
        transform: scale(0.9, 1.1) translate(0, -5px);
    }
    59% {
        transform: scale(1, 1) translate(0, -3px);
    }
}

@-webkit-keyframes prun {
    48%,
    62% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
    }
    56% {
        -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
    }
    59% {
        -webkit-transform: scale(1, 1) translate(0, -3px);
    }
}

footer {
    font-size: .8rem;
    padding: 1.5rem 0 1.5rem 0;
    color: #FFFFFF;
    background-color: #000000;
    border-top: #CCCCCC solid 2px;
}

@media (max-width: 767px) {
    footer {
        padding: 0px;
    }
}

footer dt {
    font-size: 1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer nav ul {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    footer nav ul {
        display: block;
        border-top: 1px solid #CCCCCC;
        text-align: left;
        list-style: none;
        justify-content: center;
        margin: 0;
        padding: 0px;
    }
}

footer .container {
    padding-top: 0px;
    text-align: left;
}

@media (max-width: 767px) {
    footer nav ul li a {
        color: #222222;
        display: block;
        background: #fff;
        position: relative;
        padding: .5rem 1.5rem;
        border-bottom: 1px solid #ccc;
    }
    footer nav ul li a:after {
        content: "";
        border-top: 1px solid #222222;
        border-right: 1px solid #222222;
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
    }
}

.alert-box-pc {
    color: red;
    display: block;
    width: 103%;
    padding: 7px 10px;
    margin: 7px 0 0px 0;
}

.alert-box-sp {
    color: red;
    display: block;
}

.center-socialite {
    display: flex;
    justify-content: center;
}