@charset "UTF-8";

body.simpleheader main article#mv {
	height: 376px;
	background:     url(/usage/payment/np/img/mv_bg.png) center center no-repeat,
  url(/usage/payment/np/img/mv_bg_re.png) repeat-x;

}
main article#mv section:first-child{
	height: 376px;
	padding-top: 0;
}
main article#mv h2{
	margin-bottom: 0;
}
main .caution>ul,
main #flow>ul{
	margin: 0 auto;
	overflow: hidden;
}
main #flow>ul{
	max-width: 800px;  /* 860px */
  margin-top: 52px;
}
main #flow>ul ul{
	overflow: hidden;
}
main #flow>ul>li{
  position: relative;
	display: list-item;
	overflow: hidden;
  text-align: left;
}
main #flow>ul>li:not(:last-of-type) {
  margin-bottom: 32px;
  padding-bottom: 94px;
}
main #flow>ul>li:not(:last-of-type)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: url(../img/allow-dot-d-gr.png);
  display: block;
  width: 14px;
  height: 61px;
  margin-left: -7px;
}
main #flow>ul>li div {
  display: inline-block;
  width: 480px;
}
main #flow>ul>li div,
main #flow>ul>li img {
  vertical-align: middle;
}
main #flow>ul>li h5 {
	position: relative;
	text-align: left;
	margin-top: 8px;
	margin-left: 40px;
	margin-bottom: 12px;
}
main #flow>ul>li h5::before {
	display: block;
	content: '';
	position: absolute;
	top: -4px;
	left: -40px;
	width: 30px;
	height: 30px;
	background: url(../img/ol-1.png) center center no-repeat;
}
main #flow>ul>li:nth-child(2) h5::before {
	background: url(../img/ol-2.png) center center no-repeat;
}
main #flow>ul>li:nth-child(3) h5::before {
	background: url(../img/ol-3.png) center center no-repeat;
}
main #flow>ul>li:nth-child(4) h5::before {
	background: url(../img/ol-4.png) center center no-repeat;
}
main #flow>ul>li p {
  margin-left: 40px;
  margin-bottom: 0;
}
main #flow>ul li img {
  margin:auto 0;
  margin-right: 20px;
}
main #flow>ul li:nth-of-type(1) img {
  width: 280px;
}
main #flow>ul li:nth-of-type(n+2) img {
  width: 230px;
  /* margin-left: 25px; */
  margin-right: 74px;
}
main>article>section:nth-of-type(n+2){
	margin-top: 80px;
}
main .caution h4 {
	max-width: 780px;
}

main .caution h4:first-child {
  margin-right: auto;
  margin-left: auto;
  padding-top: 68px;
  border-top: 1px solid #dce5eb;
}
main .caution h4{
  margin-right: auto;
  margin-left: auto;
  padding-top: 68px;
  border-top: 0px;
}
main .caution>ul {
	max-width: 680px;
}
main .caution>ul li {
  margin-bottom: 0.5em;
}


@media screen and (max-width: 767px) {
  main article#mv {
	  background: url(/usage/payment/np/img/mv.png) center center no-repeat #f9fdfb;
	  height: 320px;
  }
}

