
@media screen and (min-width: 901px) {
    .internet-u96-page-box-type03 {
        background-color: #f0f5f9;
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        padding: 30px 40px;
        box-sizing: border-box;
    }
  .internet-u96-page-box-type03:not(:first-child) {
    margin-top: 40px;
  }
    .internet-u96-page-text-apply {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .internet-u96-page-text-apply:not(:first-child) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px){
    .internet-u96-page-box-type03 {
        background-color: #f0f5f9;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 20px 20px 15px;
        box-sizing: border-box;
}
  .internet-u96-page-box-type03:not(:first-child) {
    margin-top: 30px;
  }
    .internet-u96-page-text-apply {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .internet-u96-page-text-apply:not(:first-child) {
        margin-top: 20px;
    }
}