.spg_guide_container{
  margin:15px 5px;
}

.spg_guide_container p{
  margin:1em !important;
}

.spg_guide_box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spg_guide_box:last-child{
  margin: 30px 0 50px 0;
}

.spg_guide_img {
  margin: 10px 15px;
}
.spg_guide_img img{
  width:100%;
}
.spg_guide_text{

}
.spg_guide_text p {
  margin: 1em 1.5em;
}
.spg_note{
  font-size: 0.9em;
  padding-top: 0.3em;
  display: block;
}

.spg_arrow {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
}

.spg_guide_container h3 {
  margin: 0 0 0.8em 0;
  font-size: 1.15rem;
  border-left: 3px solid currentColor;
  padding-left: 0.5em;
  font-weight: 500;
}

.spg_guide_container h4 {
  font-size:1rem;
  margin: 0 0 0.5em 0;
  font-weight: 500;
}

.spg_other_guide{
  margin-bottom:70px;
  /* padding-left:0.3em; */
}

.spg_list_num{
  list-style:number;
  margin-left: 2em;
}

.spg_end_margin{
  margin-bottom:70px;
}

.spg_other_guide .spg_note{
  border: 1px dotted currentColor;
  padding: 0.5em 1em;
  border-radius: 8px;
  max-width: 90%;
  margin: 1em 0 1.5em 0;
}


.spg_payment_box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  border: 1px solid #B5B5B5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spg_payment_title {
  text-align:center;
  color:white;
  padding:0.5em 0;
}
.payment_c_1 {
  background-color:#74809b;
}
.payment_c_2{
  background-color:#9b7474;
}
.payment_c_3{
  background-color:#749b7a;
}
.payment_c_4{
  background-color:#7d749b;
}

.spg_payment_text {
  padding:1em 1em;
}
.spg_table{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  max-width:100%;
  margin:1em 1em;
  text-align:center;
  border-collapse: collapse;
  font-size:0.9em;
}
.spg_table th, .spg_table td{
  border:1px solid #333 !important;
  padding:0.3em 1em;
}

.spg_payment_info {
    border: 1px dashed #333;
    margin: 0.5em 1em;
    padding: 1em 2em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.spg_border {
  margin: 0 0 70px 0;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}



@media screen and (max-width:480px) {
  .spg_guide_container p {
    margin: 0.5em !important;
  }
  .spg_guide_box p{
    margin: 1em !important;
  }
}
