.mainSections{
     width: 1180px;
    margin: 0 auto 120px auto;
    color: #333;
	font-size: 1.4rem;
}

/*common*/
.mainSections section{
	border-bottom: none;
	margin-bottom: 100px;
	padding-bottom: 0;
}
.mainSections p a{
	color: #e60012;
    transition-property: text-decoration;
    text-decoration: underline;
}
.mainSections p a.hover{ text-decoration: none;}
.mainSections h2{
	background-color: #00b900;
	padding: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}


/*

title

*/
.MainBox{
	width: 1180px;
    margin: 80px auto 100px auto;
}
.MainBox h1 img{
	width: 100%;
	height: auto;
	display: block;
}



/*

.Step

*/
.Step ul{
	display: flex;
	justify-content: space-between;
}
.Step ul li{
	width: calc((100% - 120px) / 3);
	background-color: #7fdc7f;
	padding: 10px;
	display: flex;
    flex-direction: column;
	position: relative;
}
.Step ul li div{
	background-color: #FFF;
	padding: 30px 20px 100px 20px;
	text-align: center;
	flex: 1;
}
.Step ul li h3{
	text-align: center;
	padding-bottom: 10px;
	font-size: 2.1rem;
	display: flex;
	justify-content: center;
}
.Step ul li h3 span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fdfd00;
  text-align:center;
  line-height: 30px;
	font-size: 2.3rem;
	margin-left: 5px;
}
.Step ul li img.icon{
	width: 114px;
	height: auto;
}
.Step ul li p{
	text-align: left;
	margin-top: 20px;
}
.Step ul li p span{
	font-size: 1.2rem;
	color: #555;
	display: inline-block;
	width: 100%;
}
.Step ul li a.btn{
	width: 83%;
    height: 80px;
    color: #fff;
    background-color: #4cc764;
    font-size: 1.4rem;
    box-shadow: 0 3px 7px rgba(0,0,0,0.25);
    transition-property: box-shadow;
	position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	bottom: 30px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.Step ul li a.btn.hover{ box-shadow: none;}
.Step ul li a.btn span.blank {
    background-image: url(/images/common/blank-clear.png);
    opacity: 0.5;
}
/*.Step ul li a.btn.hover .redArrowS{ border-color: #fff;}
.Step ul li a.btn .redArrowS{ right: 35px; transition-property: border-color, margin-right;}
.Step ul li a.btn.hover .redArrowS{ border-color: #fff; margin-right: -5px;}*/

.Step ul li.arr::after {
	content: "";
	position: absolute;
  width: 0;
  height: 0;
	right: -48px;
	top:45%;
  border-left: 35px solid #e6180c;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


.Step .Notes{
	background-color:#FFe42d;
	width: 72%;
	margin: 40px auto 0 auto;
	padding: 30px;
	text-align: center;
}
.Step .Notes span,
.Step .Notes p{
	font-size: 2rem;
font-weight: bold;}
.Step .Notes span{
	color: #e60012 !important;
}
/*.Step .Notes dt{
	background-color: yellow;
	padding: 30px;
}
.Step .Notes dd{
	padding: 30px;
	background-color: yellow;
}*/



/*

Guide

*/
.Guide dl {
  border-bottom: 1px solid #e9ecee;
}
.Guide dt,
.Guide dd {
  padding: 20px;
  border-top: 1px solid #e9ecee;
	line-height: 2.8rem;
}
.Guide dt:first-of-type,
.Guide dd:first-of-type {
  border-top: none;
	padding-top: 0;
}
.Guide dt {
  width: 20%;
	font-size: 1.8rem;
  float: left;
	color: #07b53b;
	font-weight: bold;
	padding-left: 0;
}
.Guide dd {
  background: #fff;
  margin-left: 20%;
}
.Guide a{
	color: #e60012;
    transition-property: text-decoration;
    text-decoration: underline;
}
.Guide a.hover{ text-decoration: none;}
.Guide strong{
	display: inline-block;
}
.Guide strong + ul,
.Guide strong + p{
	color: #555;
	margin-top: 20px;
}
.Guide .notice{
	font-weight: bold;
	color: #e60012;
}

.Guide dd ul.prize{
	list-style-type: disc;
	margin-left:20px;
	margin-bottom:20px;}

.Guide dd ul.prize:last-child{
	margin-bottom:0;}

.Guide dd ul.prize li{	
	line-height: 2.4rem;
	padding-left:0;
	text-indent:0;}
	

.Guide dd ul li{
	padding-left:1.4rem;
	text-indent:-1.4rem;}
	
.pay{
  width: 100%;
  border: 1px solid #e9ecee;
  border-radius: 30px;
  padding: 4rem;
  margin: 2rem 0 2rem 0;
}
.pay figure{
  width: 30rem;
  margin: 0 auto;
}
.pay figcaption{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
}
.pay img{
  width: 100%;
  height: auto;
}