@charset "UTF-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
main,article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address{
    font-style: inherit;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a{
    outline:none;
    text-decoration: none;
    color: inherit;
}
a:visited{
    text-decoration: none;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
}
input, button, textarea, select {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media all and (-ms-high-contrast:none) {
    input, button, textarea, select  {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}
img{
    vertical-align: bottom;
}
:placeholder-shown {
    color: #8c8c8c;
}
::-webkit-input-placeholder {
    color: #8c8c8c;
}
:-moz-placeholder {
    color: #8c8c8c;
}
::-moz-placeholder {
    color: #8c8c8c;
}
:-ms-input-placeholder {
    color: #8c8c8c;
}
*,*:before,*:after,.mfp-wrap,.mfp-wrap *{
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,*:after{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}