@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
list-style:none;
font-weight:normal;
font-style:normal;
}

* {
margin:0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html,body {
height:100%;
margin:0;
padding:0;
min-height:100%;
box-sizing: border-box;
}

html{
height:100%;
margin-bottom:1px;
background:#fff;
-webkit-overflow-scrolling: touch;
}

body {
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 400;
color:#000;
-webkit-text-size-adjust : 100%!important ;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
overflow-x : hidden;
-webkit-overflow-scrolling: touch;
word-wrap: break-word;
overflow-wrap: break-word;
}

html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
h1 { font-size: 2px; font-size: 2rem; }
h2 { font-size: 16px; font-size: 1.6rem; }
h3 { font-size: 15px; font-size: 1.5rem; }
h4 { font-size: 14px; font-size: 1.4rem; }
li, p, th, tr, td   { font-size: 14px; font-size: 1.4rem;}
p,li {	line-height:1.7; }


h1, h2, h3, h4, h5, h6 {
font-weight:700;
margin:0;
padding:0;
}

a {
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
color:#000;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

small {
text-align:center;
display:block;
font-size:12px;
font-size:1.2px;
color:#808080;
}


img {
max-width : 100% ;
height : auto ;
vertical-align:bottom;
}

section {
display: block;
}


/*********************************************************************
COMMON CLASS
*********************************************************************/

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
overflow:hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
