body {
font-family: "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-sp {
display: block;
}


}



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

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

p {
margin: 0em 0em 1.5em 0em;
}

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

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

.br-pc {
display: block;
}

.br-sp {
display: none;
}


}




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

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

p {
margin: 0em 0em 1.5em 0em;
}

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

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

.br-pc {
display: block;
}

.br-sp {
display: none;
}




}
