@charset "UTF-8";




.p-others_btn{
  margin-top: 18px;
  text-align: center;
}

.p-others_btn a{
  display: inline-flex;
}

.p-others_btn a:nth-child(n+2){
  margin: 14px 0 0;
}

@media screen and (max-width: 1460px) {
.p-others_btn a{
  /* width: 47%; */
  min-width: 47%;
}
}

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {
}


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.p-others_btn{
    display: block;
    margin-top: 31px;
    text-align: center;
}
  .p-others_btn a:nth-child(n+2){
    margin: 14px 0 0;
}
  .p-others_btn a{
    width: auto;
    min-width: 235px;
  }
}

