.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
}

.notscroll_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
#ajax_loding{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#ajax_loding img{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: auto;
  max-width: 220px;
  min-width: 160px;
}

.inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
section{
  padding: 80px 0;
}

.headline_box{
  margin-bottom: 30px;
}
.headline{
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 15px;
}
.sub_headline {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #444;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
em{
  display: inline-block;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px; 
}

.enter_430, .enter_500, .enter_586, .enter_767, .enter_959{
  display: none;
}
.none_768 {
  display: block;
}
@media (max-width: 959px) {
  .sub_headline {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .none_768 {
    display: none;
  }
}
@media (max-width: 586px) {
  .sub_headline {
    padding-top: 8px;
  }
}

