@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:600;}
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;*/
font-family: 'Shippori Mincho', serif;
font-weight: 600;
line-height: 1.8;
letter-spacing: 0.05em;
padding-top: 150px;
/*display: flex;
flex-direction: column;
min-height: 100vh;*/
/*font-size: 16px;
font-size: 1.6rem;*/
background-color: #f9f9f9;
color: #111111;
font-feature-settings: "palt";
-webkit-text-size-adjust: none;
}
a{
text-decoration: underline;
transition: color 100ms ease;
}
a:hover{
text-decoration: none;
}
table{
width: 100%;
}
img{
max-width: 100%;
height: auto;
margin: 0 auto;
}



.left{
float: left;
}
.right{
float: right;
}
.attention{
margin-top: 1em;
}
.attention.red{
color: #ff0000;
}
.attention small{
font-size: 75%;
padding-left: 1em;
text-indent: -1em;
display: block;
}
.normalAttention small{
font-size: 87.5%;
padding-left: 1em;
text-indent: -1em;
display: block;
}





#headerFixedBanner ul li .lead,
#homeTopics ul li a{
font-family: 'Noto Sans JP', sans-serif;
}





/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Oswald', sans-serif;
*/





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

}/*1366*/





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

}/*999*/





@media screen and (max-width: 999px){
html{
min-width: auto;
}
body{
font-size: 87.5%;
padding-top: 70px;
}
}/*media*/