@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Permanent+Marker&display=swap');

@charset "utf-8";
/* CSS Document */

.strikeout { 
  position: relative;
}
.strikeout::after {
  border-bottom: 0.08em solid #000;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 57%;  
}
.white{color:#fff;}
.red{color:#F00;}
.yellow{color:#fff000;}
.green{color:#07695d;}
.yellow2{color:#c58b00;}
.green2{color:#2cc200;}
.merun{color:#b10002;}

/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}
@media only screen and (max-width: 1000px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}
