@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
}


img, li img,dt img,dd img , tr, td {
    vertical-align:bottom; /* 隙間ゼロ */
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,  summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    max-width:100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.7;
    filter: alpha(opacity=70);
    webkit-transition: 0.6s;
    transition: 0.6s;
}



html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    background-color:#ffffff;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/* -------------------- header -------------------- */

header {
    position: fixed;
    left:0;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding-bottom: 0.5%;
    background-color: #fff;
}

.logo {
    width: 98%;
    margin: 1% auto 0;

}

.logo img {
    max-width: 130px;
}


@media (max-width:1023px) {

.logo {
    width: 98%;
    margin: 2% auto 0;
}

}



/* -------------------- footer -------------------- */

footer {
    margin-top: 2rem;
    width: 100%;
    background: #f5f5f5;
    padding: 2rem 0 8rem;
}

.footer__innerWrap {
    width: 80%;
    margin: 0 auto;
    font-size: .8rem;
    color: #999;
    text-align: center;
}

.footer__snsList li,
.footer__linkList li {
    font-size: 2rem;
    margin: 0 .4rem;
    display: inline-block;
}


.footer__linkList li {
    font-size: .8rem;}



.footer__linkList {
    margin-top: 1rem;
}


.footer__copyright {
    margin-top: 1rem;
    margin-bottom: 8rem;
    font-size: .6rem;
}



/* -------------------- mailmaga -------------------- */


.wrapper {
    text-align: center;
    line-height:1;
    width: 1000px;
    margin: 0 auto ;
    padding-top: 60px;
}

.wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.itemAllBtn {
    width: 80%;
    font-size: 1.6rem;
    display: inline-block;
    background-color: #333;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1.6rem 1.6rem;
    border-radius: .2rem;
}

.itemAllBtn:hover {
    opacity: 0.9;
}



@media (max-width: 767.98px) {

.wrapper {
    width: 100%;
}

}