@charset "UTF-8";

/*reset*/
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, font, 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{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}

body{
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    font-weight: normal;
    font-weight: 200;
}

body.cke_editable {
	font-size: 100%;
}

/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/NotoSansJP-Thin.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Thin.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(/assets/fonts/NotoSansJP-Light.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Light.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/NotoSansJP-DemiLight.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NotoSansJP-Medium.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Medium.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/NotoSansJP-Medium.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Medium.woff2) format('woff2'),
         url(/assets/fonts/font/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/NotoSansJP-Bold.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Bold.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/NotoSansJP-Black.woff) format('woff'),
         url(/assets/fonts/NotoSansJP-Black.woff2) format('woff2'),
         url(/assets/fonts/NotoSansJP-Black.otf) format('opentype');
}*/


ol, ul{
    list-style:none;
    margin:0;
    padding:0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

caption{
    width:100%;
}

p, a, span, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    line-height: 1.2rem;
}

h1 {
    font-weight: 900;
    line-height: 2.2rem;
}

h2 {
    font-weight: 700;
    line-height: 2.0rem;
}

h3 {
    font-weight: 500;
    line-height: 1.8rem;
}

h4 {
    font-weight: 400;
    line-height: 1.6rem;
}

h5 {
    font-weight: 300;
    line-height: 1.4rem;
}

a {
    outline:none;
    color: #2E2E2E;
}

em{
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
  min-height: 1px;

}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
    line-height: 0;
}