@charset "utf-8";

/* 0〜9のみ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap&text=0123456789");

/* 0〜9以外 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");

body {
font-family: 'Inter', 'M PLUS Rounded 1c', 'Yu Gothic Medium' ,'游ゴシック Medium', 'YuGothic', '游ゴシック体', 'sans-serif';
}




@media screen and (min-width: 0px) and (max-width: 700px) {

html {
font-size: 4.2vw;
line-height: 1.7;
}

p {
margin: 0 0 1.5em 0;
}

p:last-of-type {
margin: 0 0 0 0;
}

.copyright_mark {
font-family: 'Times New Roman', 'Times';
}

.br_pc {
display: none;
}

.br_mo {
display: block;
}


}



@media screen and (min-width: 701px) and (max-width: 1030px) {

html {
font-size: 14px;
line-height: 1.7;
}

p {
margin: 0 0 1.5em 0;
}

p:last-of-type {
margin: 0;
}

.copyright_mark{
font-family: 'Times New Roman', 'Times';
}

.br_pc {
display: block;
}

.br_mo {
display: none;
}


}




@media screen and (min-width: 1031px) {

html {
font-size: 19px;
line-height: 1.7;
}

p {
margin: 0 0 1.5em 0;
}

p:last-of-type {
margin: 0;
}

.copyright_mark{
font-family: 'Times New Roman', 'Times';
}

.br_pc {
display: block;
}

.br_mo {
display: none;
}




}
