@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 box-sizing: border-box;
 letter-spacing: 0.05em;
 font-weight: 300;
 font-size: 100%;
 color: #333;
 line-height: 1.8;
 word-wrap: break-word;
 vertical-align:baseline;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
}



body { font-family: 'Noto Sans Japanese', sans-serif; }

html, body { height: 100%; }

/* ------- ベースフォントサイズ ------- */
body { font-size: 16px; }
/********* sp *********/
@media only screen and (max-width: 750px) {
body {
 font-size: 13px;
 }
}

strong { font-weight: 600; }

ul li { list-style-type:none; }

img {
 width: 100%;
 border: 0; -ms-interpolation-mode: bicubic;
 vertical-align: middle;
}

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

a { 
 text-decoration: none;
 color: #0063ad;
}