@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Zen+Old+Mincho:wght@700&display=swap');

body {
    height: 0;
    background: #fff;
    background-image: url(./img/202509/bg.png);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-weight: 400;

}

.pc {
    display: block;
}

.smp {
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.caption {
    font-size: .8em;
    line-height: 1.5em;
}

.caption p{padding:6px;}

#header h1{margin:0; padding:0;}
#header h1 img{display: block; width:100%; height:auto; max-width: 1024px; margin:0 auto;}

.campaign {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding:0;
    box-sizing: border-box;
    margin-bottom:1.5em;
}

.campaign h2{font-size:1.4em; line-height: 1.4em; background: #0050C4; color:#fff; padding:.5em; margin:1em 0; text-align: center; 
}
    

.campaign h2 span{color:#ffda00;}
.campaign img{display: block; width:100%; height:auto; margin:auto;}


.infomation{padding:1em; width:100%; max-width:680px; margin:1em auto; background: rgb(255 255 255 / 0.6);  box-sizing: border-box;}
.infomation h3{padding:6px; border-bottom:solid 3px #0050C4; font-size:1.2em; color:#0050C4; text-align: center; background: #fff;}

.infomation article{margin-bottom:1em;} 

.limit{text-align: center;}
.limit span{font-weight:700; color:#e2003e; font-size:1.2em;}

@media screen and (max-width: 480px) {
body{font-size:14px;}
.campaign h2,.limit{text-align: left;}
}




@media screen and (max-width: 380px) {

    .pc {
        display: none;
    }

    .smp {
        display: block
    }
}




#additional {
    margin-top: 3em
}

.sns {
    margin: 5px auto;
    text-align: right;
}

.sns span {
    display: inline-block;
    width: 82px;
}


.page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}


#home {
    text-align: center;
    font-size: 14px;
}

#home a {
    color: #666;
    text-decoration: none;
}



footer {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    background-color: #000;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    footer {
        width: 100%;
        margin: -2px auto 0;
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: -2px;
    }
}

footer .footer_nav {
    background-color: #fff;
}

footer .footer_nav ul {
    text-align: center;
    padding: 10px 0;
}

footer .footer_nav ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

footer .footer_nav ul li:last-child {
    border-right: 1px solid #ccc;
}




@media screen and (max-width: 767px) {
        {}

    footer .footer_nav ul li:nth-child(1) {
        margin-bottom: 10px;
    }

    footer .footer_nav ul li:nth-child(2) {
        margin-bottom: 10px;
        border-right: 1px solid #666;
    }
}

footer .footer_nav ul li a {
    color: #666;
    text-decoration: none;
}

footer .copyright {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}
