@charset "utf-8";

.text_PCcenter_SPleft{
  text-align: center;
}

.D_flex{
  display: flex;
}

.card_select_area {
  vertical-align: middle;
}

.card_select_area img {
  vertical-align: initial !important;
}

.card_display_area {
  vertical-align: middle;
}

div.btnGrn {
  background-color: #57c200;
  /* box-sizing: border-box; */
  height: 50px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnGrn p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 260px;
  padding: 15px 0;
}

.btnGrn a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 1019px){
  p,a{
    word-break: break-word !important;
  }
  .text_PCcenter_SPleft{
    text-align: left;
  }
  .spwid{
    width: 22.2%;
    min-width: 80px;
  }
  .spwid img {
    width: 80px;
  }
  .mlsp{
    margin-left:5% ;
  }
  .ma1{
    margin-left: 6.8%;
  }
  .spma0{
    margin-right: 0 !important;
  }
  .spwid{
    width: 84%;
  }
  .D_flex > div:nth-of-type(2){
    width: 70%;
  }
  #selectCardArea > p {
    text-align: left;
    display: flex;
    justify-content: center;
}
}

.form_img{
  max-height: 80px;
}

.form_img img{
  max-height: 80px;
}


