.exchange h3 {
  margin-bottom: 10px;
  min-height: 100px;
}

.point h3 {
  display: flex;
  align-items: center;
}

.point h3 img {
  margin-right: 10px;
}

.txt .box {
  padding: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.align_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt_center {
  text-align: center;
}

.messageList li a .newTab {
  display: none;
}

.row li {
  width: 50%;
}

.row {
  display: flex;
  align-items: center;
}

.row img {
  margin-right: 20px;
}

.letter_taught h3 {
  margin: 20px 0;
}

.letter_taught p {
  margin: 0;
}

.spaceBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line_spkit {
  display: flex;
  gap: 20px;
}

.line_spkit .content_spkit_body {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  gap: 20px;
}

.line_spkit .content_spkit_body .content_spkit_img {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 150px;
  height: 220px;
  background-color: #c4c4c4;
  padding: 10px;
}

.content_spkit_txt {
  display: flex;
  justify-content: left;
}

.content_spkit_txt img {
  margin-right: 20px;
  width: 68px;
  height: 68px;
}

.content_spkit_txt h3 {
  margin: 0 0 0 20px;
}

.bgGray {
  margin-top: 0;
}

#contentBody hr.line {
  margin: 50px 0;
}

.mt-0 {
  margin-top: 0;
}

.letter_down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.box_girls {
  position: relative;
}

.txt_right {
  position: absolute;
  bottom: 20px;
  text-align: right;
  right: 20px;
}

.right {
  text-align: right;
}

.mb-40 {
  margin-bottom: 40px;
}

.bgGray {
  margin-top: 20px;
}

@media (max-width: 720px) {
  .col2_spkit {
    display: block;
  }

  .colWrap .col {
    display: block;
    width: 100%;
  }
}

.em_yellow,
#contentBody .em_yellow {
  background: linear-gradient(transparent 80%, #f6d230 80%);
  color: #1b1b1b;
}



.component #pageHeader.withImg {
  background-image: url(/supporter/welcome-global/images/welcome-gs-header.jpg);
}

@media screen and (max-width: 768px) {
  .component #pageHeader.withImg h1::after {
    background-image: url(/supporter/welcome-global/images/welcome-gs-header-sp.jpg);
  }
}

.heightfit {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .heightfit {
    height: initial;
  }
}

.pointh2::before {
  vertical-align: middle;
  display: inline-block;
  content: 'ポイント';
  background: #dc0080;
  padding: 8px 16px;
  color: white;
  border-radius: 0 40px 40px 0;
  line-height: 1;
  font-size: 20px;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .pointh2::before {
    padding: 6px 14px;
  }
}


.white-back {
  background: rgb(255, 255, 255, 0.3);
  padding: 30px 30px;
  border: 1px solid #dad8d6;
}

@media screen and (max-width: 768px) {
  .white-back {
    background: rgb(255, 255, 255, 0.3);
    padding: 20px 20px;
    border: 1px solid #dad8d6;
  }
}

.bground {
  background: var(--bgLightBlue);
  padding: 20px;
  border-radius: 20px;
}

.bground h3 {
  margin-top: 0;
  margin-bottom: 20px;
  min-height: 0;
}

.bground .mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .bground .mt10 {
    margin-top: 0px;
  }
}

.icon_yt img {
  width: 68px;
  height: 50px;
}

.line_spkit {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .line_spkit {
    flex-direction: column;
    justify-content: center;
  }
}

.line_spkit .content_spkit_body {
  padding: 0;
}

.contentbottom {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .contentbottom {
    margin-bottom: 96px !important;
  }
}

.osusume {
  background: linear-gradient(transparent 50%, #fcefaa 50%);
}

.lightbox{
  margin-top:20px!important;
}
.light {
  display: flex;
  gap: 10px;
  align-items: center;
}


.icon_light {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .light{
    align-items: flex-start;
  }
  .icon_light {

    max-width:50px;
  }
}

/*MPP youtube*/
@media screen and (max-width: 768px) {
	.mppyoutube{
	display: flex;
    align-items: center;
    justify-content: center;
	}
	}