@charset 'UTF-8';/*  */

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


/* ----------------------------------------------------------Base------------------------------------------------------------*/
html {
    font-size:10px;
}

body {
  font-family:
    "Hiragino Kaku Gothic",
    "Hiragino Sans",Meiryo,
    sans-serif,
    "Helvetica Neue",
    Arial;
    line-height: 1.6;
    letter-spacing: .05rem;
    color: #000;
    text-align: left;
    text-decoration: none;
}
/* ----------------------------------------------font--------------------------------------------------------------------*/
.nomal{
    font-weight: 400;
}
.center{
 text-align: center;
}
.left{
 text-align: left;
}
.bold{
 font-weight: bold;
}
a, p{
    text-decoration: none;
    color:black;
}
html {
	font-size: 50%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 1.2rem;/* 16px */
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

.min{
  font-size: 1rem;/* 16px */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
/* ----------------------------------------------------------------------------------------------------------------------*/
