@charset "utf-8";
/* ------------------------------------------------------------
	payment
   ------------------------------------------------------------ */
/* paymentList */
.paymentList {
  display: flex;
  flex-wrap: wrap;
}
.paymentItem {
  display: block;
  width: 31.66%;
	background: #f6f2eb;
  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;
  }
}

.txtNotice_icon {
  white-space: nowrap;
}

.txtNotice {
  text-align: left;
}

.stepItem_main .link {
  text-align: left;
}

.stepItem_main .link a {
  word-break: break-all;
  font-size: 14px;
}


/* accordion */
.accordion {
  background: transparent;
}
.accordion:last-child {
  border-bottom: transparent solid 1px;
}
.accordion_head {
  color: #141e50;
  position: relative;  
  font-weight: 500;
  font-size: 18px;
  padding: 20px 50px 20px 0;
  border-bottom: #ced0e5 solid 1px;
  cursor: pointer;
  line-height: 1.8;
}
.accordion_head::before,
.accordion_head::after {
  content: "";
  background: #9d7f4e;
  position: absolute;
  transition: all 0.2s ease-out;
  margin: auto;
}
.accordion_head::before {
  top: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  right: 20px;
}
.accordion_head::after {
  top: 0;
  bottom: 0;
  height: 15px;
  width: 2px;
  right: 26px;
}
.accordion_head.active::after {
  opacity: 0;
}
.accordion_body {
  padding: 20px 0;
  /* display: none; */
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .accordion_head {
    font-size: 16px;
    padding: 18px 45px 18px 20px;
  }
}

.custmerinfo_title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
  color: #141e50;
}

.pointItem-custmerinfo-01::before {
  background: url(/custmerinfo/img/icon_point_01.svg) center /contain no-repeat;
}
.pointItem-custmerinfo-02::before {
  background: url(/custmerinfo/img/icon_point_02.svg) center /contain no-repeat;
}
.pointItem-custmerinfo-03::before {
  background: url(/custmerinfo/img/icon_point_03.svg) center /contain no-repeat;
}

