.big2605-btnBox {
	margin-top: 5rem;
}

@media screen and (max-width: 999px) {
    .big2605-btnBox a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1vw 0;
        padding: 3vw 1vw;
        box-sizing: border-box;
        text-align: center;
        border: solid 1px #BCBCBC;
        background: #fff;
        font-size: 130%;
    }
      .big2605-btnBox a:after {
        display: block;
        content: "";
        background: url(https://office-kanade.jp/system_panel/uploads/images/arrow_yellow.png) no-repeat center right;
        width: 1em;
        height: 1em;
        background-size: cover;
        margin-left: 1em;
    }
}


@media screen and (min-width: 1000px) {
	.big2605-btnBox a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1vw 0;
        padding: 2vw;
        box-sizing: border-box;
        text-align: center;
        border: solid 1px #BCBCBC;
        background: #fff;
        font-size: 2.2vw;
    }
  
      .big2605-btnBox a:after {
        display: block;
        content: "";
        background: url(https://office-kanade.jp/system_panel/uploads/images/arrow_yellow.png) no-repeat center right;
        width: 1em;
        height: 1em;
        background-size: cover;
        margin-left: 1em;
    }
}

