.ptagChatstyleHead {
  width: 35%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
}
.ptagChatstyleHeadImg {
  width: auto !important;
  height: auto !important;
}
.ptagChatstyle {
  position: absolute;
  width: 38% !important;
  bottom: -30%;
  right: 15px;
}
.ptagChatstyleCenter {
  width: 90%;
  margin-bottom: 1vw;
  display: block;
  margin: 0 auto !important;
    margin-bottom: 0px;
  transition: 0.3s;
}
.ptagChatstyleHeadSprit {
  margin: 0;
}
.ptagChatstyleHeadImgSprit {
  vertical-align: bottom;
}
.ptagChatstyleSprit {
  position: unset !important;
  width: 100% !important;
}
.divtagChatstyleHead{
  display: block;
  width: 34vw;
  position: absolute;
  z-index: 1;
  right: var(--vw90);
  top: var(--vw20);
}
.sidebarRedBtn {
  color: #fff;
  font-weight: bold;
  font-size: min(4.14dvh, 1.4rem);
  height: 7.2dvh;
  padding: 0 1em;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .target_pc {
    display: none;
  }
  .target_sp {
    display: block;
  }
}

/* ロゴ横変更 */
.spOnly2{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 10px;
  width: 50vw;
  opacity: 0;
  transition: all 0.5s;
}
.show-button_donation-01 {
  opacity: 1;
  transform: translateY(0);
}
.spOnly_textbox{
  width: 40vw;
  text-align: right;
  margin-right: 5px;
}
.spOnly_text{
  color: #26AA8C;
  font-size: 1.5rem;
}
.spOnly_textbox_scholarship{
  position: absolute;
  font-size: var(--vw16);
  color:var(--color_main);
  right: 103%;
  top:52%;
  white-space: nowrap;
  display: block;
  line-height: 1.3;
  transform: translateY(-50%);
  font-weight: 500;
}

@media screen and (min-width:450px) and (max-width:640px) {
  .spOnly2{
    margin-top: 5px;
  }
  .spOnly_text{
    font-size: 1.2rem;
  }
}
@media screen and (min-width:380px) and (max-width:449px) {
  .spOnly2{
    margin-top: 5px;
  }
  .spOnly_text{
    font-size: 1rem;
  }
}
@media screen and (max-width:379px) {
  .spOnly2{
    margin-top: 5px;
  }
  .spOnly_text{
    font-size: 0.8rem;
  }
}
