@charset "UTF-8";

.application_bnr {
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 111px;
  /* height: 88px; */
  height: 186px;
  z-index: 10;
}
.application_bnr a:hover {
  opacity: 0.7;
}
.application_bnr a {
  display: block;
}
.application_bnr img {
  width: 100%;
}
.application_bnr a:nth-of-type(n + 2) {
  margin-top: 5px;
}
	.pcOnly{
		display: block;
	}
	.spOnly{
		display: none;		
	}
@media screen and (max-width: 980px) {
  .application_bnr {
    top: auto;
    left: 0;
    margin: auto;
    width: 100%;
    /* height: 88px; */
    height: auto;
    z-index: 10;
    display: flex;
  }
  .application_bnr a {
    width: 50%;
  }
  .application_bnr a:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .application_bnr a.application_bnr-wide {
    width: 100%;
  }
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
}