body.point .type_select{
  font-size: 0;
  list-style: none;
  margin: 20px 0;
}

body.point .type_select li{
  background: #eee;
  border: solid #aaa 2px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  height: 90px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
  width: 160px;
}

body.point .type_select li:hover,
body.point .type_select#type01 li.credit,
body.point .type_select#type02 li.rakutenbank,
body.point .type_select#type03 li.bank,
body.point .type_select#type04 li.edy,
body.point .type_select#type05 li.bitcash,
body.point .type_select#type06 li.ccheck,
body.point .type_select#type07 li.secmoney,
body.point .type_select#type08 li.conv,
body.point .type_select#type09 li.chocom,
body.point .type_select#type10 li.paidy{border: solid #d2135c 2px;}

body.point .type_select li p{
  background: #fff;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 5px;
  text-align: center;
}

body.point .type_select li img{
  display: block;
  height: 50px;
  margin: 0 auto;
}

body.point .type_select li:nth-of-type(5n){
  margin-right: 0;
}

body.point .type_select li a{
  color: #fff;
  display: block;
  font-size: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

body.point .plicelist_title{
  background: #d2135c;
  color: #FFF;
  font-size: 22px;
  font-weight: normal;
  line-height: 45px;
  margin: 0 0 20px;
  padding-left: 20px;
}

body.point #text_container{
  border: solid #ccc 1px!important;
  margin: 0 0 20px;
}

body.point #text_container #text_box{
  background: #eee;
  border: solid #ccc 1px;
}

body.point #text_container .buy_flow{
  display: table;
  list-style: none;
  margin: 30px 0 10px;
  width: 100%;
}

body.point #text_container .buy_flow li{
  background: #fef5f8;
  box-sizing: border-box;
  border-radius: 5px;
  display: table-cell;
  font-size: 16px;
  line-height: 1.5em;
  padding: 15px 10px;
  position: relative;
  vertical-align: middle;
}

body.point #text_container .buy_flow li:nth-of-type(odd){
  width: 30%;
}

body.point #text_container .buy_flow li:nth-of-type(even){
  width: 5%;
}

body.point #text_container .buy_flow li span{
  font-size: 80%;
}

body.point #text_container .buy_flow li:nth-of-type(odd){
  border: solid #ff93bb 1px;
}

body.point #text_container .buy_flow li:nth-of-type(odd):before{
  background: #e21964;
  border-radius: 3px;
  content: "";
  color: #fff;
  display: block;
  font-size: 12px;
  left: -5px;
  line-height: 26px;
  padding: 0 15px;
  position: absolute;
  top: -15px;
}

body.point #text_container .buy_flow li:nth-of-type(1):before{ content: "STEP 1";}
body.point #text_container .buy_flow li:nth-of-type(3):before{ content: "STEP 2";}
body.point #text_container .buy_flow li:nth-of-type(5):before{ content: "STEP 3";}

body.point #text_container .buy_flow li:nth-of-type(even){
  background: #fff;
}

body.point #text_container .buy_flow li:nth-of-type(even):before{
  border: solid transparent 8px;
  border-left: solid #555 10px;
  border-right: none;
  content: "";
  display: block;
  height: 0;
  position:;
  width: 0;
}

body.point #text_container .edy_flowimage{
  background: #fff;
  text-align: center;
}

body.point .features{
  border-bottom: solid #d2135c 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  margin: 0 0 20px;
}

body.point .tblPt_Normal{
  background: #aaa;
}

body.point .tblPt_Normal th{
  background: #666;
  color: #fff;
  vertical-align: middle;
}

body.point .tblPt_Normal td{
  background: #fff;
}

body.point .tblPt_Normal tr:nth-of-type(even) td{
  background: #f6f6f6;
}

body.point .tblPt_Normal input[type="button"]{
  background: #d2135c;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 2em;
  outline: none;
  padding: 0;
  width: 120px;
  appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
}

body.point .tblPt_Normal input[type="button"]:hover{
  opacity: 0.75;
}

body.point ul.notes{
  margin-left: 20px;
}

body.point ul.notes li{
  margin-bottom: 10px;
}