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

/*
本サイトでは基本未使用

フォントサイズ
18px 16px
22px 16px
24px 18px
28px 20px
30px 22px
33px 24px
*/

/*GoogleFonts*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');


@media screen and (min-width:641px){
body {
    min-width: 1206px;
}
}




/*clearfix*/

.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
