@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

.bgpink {
background-color:#fef !important;
color:#000 !important;
}


@media screen and (max-width:1023px),print {
/*　画面サイズが1023px以下はここを読み込む　*/


}


@media screen and (max-width:900px) {
/*　画面サイズが900px以下はここを読み込む　*/


}


@media screen and (max-width:810px) {
/*　画面サイズが800px以下はここを読み込む　*/


}


@media screen and (max-width:767px) {
/*　画面サイズが767px以下はここを読み込む　*/


}


@media screen and (max-width:710px) {
/*　画面サイズが710px以下はここを読み込む　*/


}


@media screen and (max-width:665px) {
/*　画面サイズが665px以下はここを読み込む　*/


}


@media screen and (max-width:640px) {
/*　画面サイズが640px以下はここを読み込む　*/


}


@media screen and (max-width:480px) {
/*　画面サイズが480px以下はここを読み込む　*/


}
