@charset "utf-8";
/* ------------------------------------------------------------
	payment
   ------------------------------------------------------------ */
/* paymentList */
.paymentList {
  display: flex;
  flex-wrap: wrap;
}
.paymentItem {
  display: block;
  width: 31.66%;
	background: #E7FEF4;
  border-radius: 20px;
  padding: 22px 30px 30px;
  margin: 2.51% 2.51% 0 0;
}
.paymentItem:nth-child(3n){
  margin-right: 0;
}
.paymentItem:nth-child(-n+3){
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  .paymentItem {
		width: 48.75%;
		margin: 2.5% 2.5% 0 0;
  	padding: 12px 20px 20px;
  }
	.paymentItem:nth-child(3n){
		margin-right: 2.5%;
	}
	.paymentItem:nth-child(-n+3){
		margin-top: 2.5%;
	}
	.paymentItem:nth-child(2n){
		margin-right: 0;
	}
	.paymentItem:nth-child(-n+2){
		margin-top: 0;
	}
}
/* stepList_payment */
.stepList_payment .titSpe_point {
  background: #008960;
}
.stepItem_icon{
  margin: 10px auto 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .stepList_payment{
    display: flex;
    display: -webkit-flex;
  }
  .stepList_payment .titSpe_wrap_01 {
    display: block;
    display: -webkit-block;
  }
  .stepList_payment .titSpe_point {
    margin: 0 auto;
  }
  .stepList_payment .stepItem {
    position: relative;
    border-top: none;
    border-left: #ced0e5 solid 1px;
    width: calc(100% / 3);
    padding: 40px;
  }
  .stepList_payment .stepItem + .stepItem::before,
  .stepList_payment .stepItem + .stepItem::after {
    content: "";
    border-left: 22px solid #ced0e5;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: none;
    width: 42px;
    height: 22px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .stepList_payment .stepItem + .stepItem::after {
	  border-left-color: #fff;
    left: -1px;
  }
  .stepList_payment .stepItem:last-child {
    border-bottom: none;
    border-right: #ced0e5 solid 1px;
  }
  .stepList_payment .stepItem_left {
    width: auto;
    text-align: center;
  }
  .stepList_payment  .stepItem_text {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .stepList_payment .titSpe_wrap_01{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	}
  .stepList_payment .titSpe_point {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .stepList_payment .stepItem_main {
    margin-left: 30px;
  }
}