
*{
    padding: 0;
    margin: 0;
    color: #333333;
    
}
body {
    font-family: "SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #cccccc;
}

h1{
    padding: 0;
    margin: 0;
}
p{
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    font-size: 12px;
}

img, svg{
    width: 100%;
}

.small{
    padding-top: 8px;
    font-size: 12px!important;
}
@media print, screen and (min-width: 812px) {
    .txt-PC {
        font-size: 16px;
    }
}

@media print, screen and (max-width: 750px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    } 
}

@media print, screen and (min-width: 812px) {
    .sp{
        display: none;
    }
    .pc{
        display: block;
    } 

}

.wrapper{
    width: 100vw;
}

.headerInner{
    display: flex;
    padding: 16px 16px 0 16px;
    /* height: 120px; */
    background: #FFE600;
}
@media print, screen and (min-width: 1001px) {
    .headerInner{
        margin: 0 auto;
        width: 1000px;
    }
}
@media (orientation: landscape) and (max-width: 812px){
    .headerInner{
        padding: 16px 32px 0 32px;
    }
}


@media print, screen and (min-width: 812px) {
    .headerInner{
        padding-top: 32px;
    }
}

@media print, screen and (min-width: 1000px) {
    .headerInner{
        padding-top: 120px;
    }
    .headerInnerPC{
        background: #FFE600;
    }
}



.headerInnerLeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 70%;
    margin-right: 16px;
}
.description{
    padding: 0px 0 12px;
    color: #1E4072;
    text-align: center;
}
@media (orientation: landscape) and (min-width: 812px){
    .description{
        font-size: 16px;
    }   
}

.imgLogo{
    padding: 0 16px;
}

@media print, screen and (min-width: 812px) {
    .imgLogo{
        margin-bottom: 32px;
        padding: 0 16px;
        text-align: center;
    }
    .imgLogo img{
        width: 60%;
    }
}

.headerInnerRight{
    position: relative;
    flex-basis: 30%;
}
.headerInnerRight img{
    position: absolute;
    top: 10%;
}
@media print, screen and (min-width: 812px) {
    .headerInnerRight img{
        width: 80%;
    }
}


/* ダウンロードはこちら */
.downloadHere{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

@media print, screen and (min-width: 1000px) {
    .downloadHere{
        margin: 0 auto;
        width: 1000px;
    }
}
.downloadHereLeft{
    flex-basis: 70%;
    text-align: center;
}
.imgDownload{
    display: flex;
    padding-top: 8px;
}
@media print, screen and (min-width: 812px) {
    .imgDownload{
        justify-content: center;
        align-items: center;
    }  
}
.imgDownload > div{
    flex-basis: 50%;
}

.downloadHereRight{
    flex-basis: 30%;
}



.main{
    margin: 40px auto 0;
    max-width: 1000px;
    width: 100%;
}
@media print, screen and (min-width: 667px) {
    .main{
        margin-top: 120px;
    }
}
@media print, screen and (min-width: 1001px) {
    .main{
        margin-top: 240px;
    }
}


.contents{
    margin-bottom: 80px;
    padding: 0 24px;
    text-align: center;
}
.contents h2{
    padding-bottom: 16px;
    font-size: 24px;
}
.contents h3{
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
}
.contents p{
    padding-bottom: 8px;
    font-size: 16px;
}


.flex{
    display: flex;
}
.flex > div{
    margin-bottom: 16px;
    flex-basis: 33%;
}
.flex-2itmes {
    justify-content: center;
}

/* .flex-2itmes > div{
    flex-basis: 50%;
} */
.flex-2itmes > div img{
    width: 90px;
}
@media print, screen and (min-width: 1001px) {
    .flex-2itmes > div img{
        width: 240px;
    }
}
.flex-3itmes > div img{
    width: 90px;
}
@media print, screen and (min-width: 1001px) {
    .flex-3itmes > div img{
        width: 240px;
    }
}
.image_and_text > div:first-child{
    flex-basis: 40%;
}
.image_and_text > div:nth-child(2){
    flex-basis: 60%;
    padding-left: 16px;
}
.image_and_text > div:nth-child(2) p{
    font-size: 16px!important;
}
.flex > div img{
    margin-bottom: 8px;
}
@media print, screen and (min-width: 1001px) {
    .image_and_text > div img{
        width: 240px;
    }
}

.flex > div p{
    font-size: 12px;
}

.dl_contents{
    width: 60%;
}



.copyright{
    padding: 16px 0;
    background: #1C3E6E;
    text-align: center;
    color: white;
}

.btn-wrap {
    display: flex;
}
.btn-wrap a{
    padding: 16px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
}
.btn-wrap a:first-child{
    margin-right: 8px;
    background-color: #f89828;
}
.btn-wrap a:nth-child(2){
    margin-left: 8px;
    background-color: #e5004f;
}

.h2{
    font-size: 28px!important;
}
.h2-giants{
    padding-top: 16px;
    margin-bottom: 16px;
    border-top: 4px solid #f89828;
    border-bottom: 4px solid #f89828;
}

#zeek{
    margin-bottom: 32px;
    padding-top: 32px;
    background: #e5004f;
}