@media screen and (max-width: 767px) {
    .dnPC{
        display: none;
    }
}
.app-push{
    font-family: 'Noto Sans JP', sans-serif;
}
.app-push p,
.app-push span{
    line-height: 1.5;
}
.p0{
    padding: 0;
}
.AppPush__container{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 100px;

    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1379px) {
    .AppPush__container{
        padding: 0 4%;
    }
}
@media screen and (max-width: 767px) {
    .AppPush__container{
        margin: 0 auto;
    }
}

.AppPush.merit{
    background-color: #FCF7DF;
    padding: 140px 0;
}
@media screen and (max-width: 1379px) {
    .AppPush.merit{
        padding: 70px 0;
    }
}
@media screen and (max-width: 767px) {
    .AppPush.merit{
        padding: 35px 0;
    }
}

.AppPush-Item{
    width: calc((100% - 80px) / 2);
    background-color: #fff;
    border-radius: 46px;
    padding: 40px;
}
@media screen and (max-width: 1379px) {
    .AppPush-Item{
        width: calc((100% - 40px) / 2);
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .AppPush-Item{
        width: 100%;
    }
}
.AppPush-Item:nth-of-type(2n){
    margin-left: 80px;
}
@media screen and (max-width: 1379px) {
    .AppPush-Item:nth-of-type(2n){
        margin-left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .AppPush-Item:nth-of-type(2n){
        margin-left: 0;
    }
}
.AppPush-Item:nth-of-type(n+3){
    margin-top: 80px;
}
@media screen and (max-width: 1379px) {
    .AppPush-Item:nth-of-type(n+3){
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .AppPush-Item:nth-of-type(n+2){
        margin-top: 25px;
    }
}

.AppPush-Item__title{
    display: flex;
    align-items: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .08px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1379px) {
    .AppPush-Item__title{
        margin-bottom: 40px;
        font-size: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .AppPush-Item__title{
        font-size: 22px;
    }
}
@media screen and (max-width: 900px) {
    .AppPush-Item__title{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .AppPush-Item__title{
        font-size: 28px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 440px) {
    .AppPush-Item__title{
        font-size: 23px;
    }
}

.AppPush-Item .icon{
    width: 130px;
    padding-right: 10px;
}
@media screen and (max-width: 900px) {
    .AppPush-Item .icon{
        width: 80px;
    }
}
@media screen and (max-width: 767px) {
    .AppPush-Item .icon{
        width: 130px;
    }
}
@media screen and (max-width: 440px) {
    .AppPush-Item .icon{
        width: 65px;
    }
}
.AppPush-Item__title span{
    color: red;
}

.AppPush-Item__description{
    margin-bottom: 60px;
    font-size: 22px;
}
@media screen and (max-width: 1379px) {
    .AppPush-Item__description{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 440px) {
    .AppPush-Item__description{
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.AppPush-Item__img{
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .AppPush-Item:nth-of-type(4) img{
        width: 80%;
    }
}


/* 通知音のやり方はこちら！ */
.howto{
    position: relative;
    width: 100%;
}
.bg-howto{
    width: 100%;
}
.sentense-howto{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
    width: 45%;
}
@media screen and (max-width: 767px) {
    .sentense-howto{
        width: 70%;
    }
}

.howto + p{
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .howto + p{
        font-size: 14px;
    }
}

section.AppPush-howto{
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    section.AppPush-howto{
        margin-top: 40px;
    }
}

.AppPush-Item.p0{
    padding: 0;
}
.AppPush-Item__button{
    width: 100%;
    border-radius: 43px;
    background-color: #FDC627;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .AppPush-Item__button{
        padding: 10px 0;
        font-size: 17px;
        font-weight: bold;
    }
}
.AppPush-Item__description.m0{
    margin: 0;
}
.AppPush-Item__attention{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .AppPush-Item__attention{
        margin-bottom: 15px;
    }
}

.AppPushBnr{
    text-align: center;
    margin: 140px auto;
}
.AppPushBnr img{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .AppPushBnr{
        margin: 80px auto;
    }

    .AppPushBnr img{
        width: 100%;
    }
}
