@charset "utf-8";
/* CSS Document */

html,body,div,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%;vertical-align:baseline;background:transparent}
img{display:block;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
h1,h2,h3,h4,h5,h6,th{font-weight:500;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
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}
hr{display:block;border:none;margin:0;padding:0}
input,select,textarea{vertical-align:middle;margin:0;padding:0;}

*{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body{
width: 100%;
}
html{
min-width: 1000px;
/*font-size: 62.5%;*/
font-size: 16px;
}
body{
/*font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
font-family: "Noto Sans JP", sans-serif;
line-height: 1.8;
font-weight: 500;
/*font-size: 16px;
font-size: 1.6rem;*/
background-color: #ffffff;
color: #111111;
font-feature-settings: "palt";
/*-webkit-text-size-adjust: none;*/
}
a{
text-decoration: underline;
transition: color 100ms ease-out;
}
a:hover{
text-decoration: none;
}
table{
width: 100%;
}
img{
max-width: 100%;
height: auto;
margin: 0 auto;
}





.spbr{
display: none;
}

@media screen and (max-width: 999px){
.pcbr{
display: none;
}
.spbr{
display: inline;
}
}/*999*/





/*#aaa,
#bbb
{
font-weight: 700;
}*/





@media screen and (max-width: 999px){
html{
min-width: auto;
}
body{
}
}/*999*/





/*
999999
*/

@media screen and (max-width: 999px){

}/*999*/