@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProRegular.woff2') format('woff2'),
        url('SofiaProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProBold.woff2') format('woff2'),
        url('SofiaProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProMedium.woff2') format('woff2'),
        url('SofiaProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.strikeout { 
  position: relative;
}
.strikeout::after {
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.blue {color: #39c2ff;}
.txlncntr{text-align:center;}
.red{color:#ff0000;}
.blue{color:#32d7f5;}
.max{max-width:100%;}
/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}

@media only screen and (max-width: 1190px){
.hide-1190{display:none;}
}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.hide-desk, .show-767{display:block;}
.topmar{margin-top:-20px;}
.show-1190{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide7, .hide-479{display:none;}
.topmar{margin-top:-40px;}
}
@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;}
}










