@charset “utf-8”;

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

.m0{margin: 0!important;}

.mb2{margin-bottom: 2%!important;}
.mb5{margin-bottom: 5%!important;}
.mb10{margin-bottom: 10%!important;}

.mt0{margin-top: 0!important;}

.p0{padding: 0%!important;}
.p2{padding: 2%!important;}
.p5{padding: 5%!important;}

.center{text-align: center!important;}

.big2{font-size: 2rem!important;
    line-height: 2rem!important;}
.big1-5{font-size: 1.5rem !important;
    line-height: 2rem !important;}
.big4{font-size: 4rem!important;
    line-height: 4rem!important;}

.pc{display: block!important;}
.sp{display: none!important;}

@media (max-width: 768px) {
.pc{display: none!important;}
.sp{display: block!important;}
    }

.big{
    font-size: 6rem !important;
    line-height: 1.5em !important;
}

.small{    font-size: 0.8em !important;
    line-height: 1em !important;}

.mincho{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.red{color: brown;}
.blue{color: #103168;}
.white{color: #ffffff;}

.marker_blue {
    background: linear-gradient(transparent 40%, #C7ECFD 50%)!important;
    padding: 0 8px;
}

@media (max-width: 480px) {
.big{
    font-size: 3rem !important;
    line-height: 1.5em !important;
}
.big4{font-size: 2rem!important;
    line-height: 3rem!important;}
.mb5_sp{margin-bottom: 5%!important;}
}