@charset "utf-8";

/* ############# 固定設定ここから ############# */
* {
	margin:0;
	padding:0;
  color: #333;
}
html {
    margin: 0;
    overflow-y: scroll;
    font-size: 62.5%;/* ##### 16px ##### */
}
body {
    background: #FFF url(../img/bg.gif) no-repeat left top;
    font-family: "Noto Sans JP",
               system-ui,
               -apple-system,
               "Segoe UI",
               "Hiragino Kaku Gothic ProN",
               "Yu Gothic",
               "Meiryo",
               sans-serif;
    font-size: 1.6em;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
p,li,dt,dl {
  font-size: 1.6rem;
  line-height: 1.7em;
}
p {
  text-align: justify;	
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size:1.6rem;
}
h6 {
  font-size: 1.4rem;
}
img {
  vertical-align: bottom;
}
ul {
  list-style:none;
}
.clear {
    clear: both;
}
main a:hover,footer a:hover{
  opacity: 0.9;
}
/* ############# 固定設定ここまで ############# */