
@media screen and (max-width: 1023px) {
    main {
        padding-top: 0!important;
    }
}
main{
  padding-top: 0!important;
}

/*PC*/
@media (min-width: 960px) {
  .top.pc_only {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 55px 0 0;
    text-align:center;
    min-height:auto;
    background:#FFF7CE;
  }
  .top.sp_only{
    display:none;
  }
  .top_headline {
    font-size: 2.5rem;
    margin: 0 0 2rem;
  }
  .header-screening{
    padding:0 0 30px;
    text-align:center;
  }
  .top h2{
    font-weight:bold;
    font-size:1.5rem;
    margin:0 auto 20px;
    text-align:center;
  }
}
/*SP*/
@media (max-width: 959px) {
  .top.pc_only {
    display: none;
  }
  .top.sp_only{
    display: block;
    background:#FFF7CE;
    padding:20px 0;
    text-align:center;
  }
  .top_headline {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 1rem;
  }
  .header-screening{
    background: none;
    padding:0;
    text-align:center;
    position:relative;
  }
  .top h2{
    font-weight:bold;
    font-size:1.2rem;
    margin:20px auto;
    text-align:center;
  }
}


