#point a,
#softbank-user a {
	color: #3b80ec;
	text-decoration: none;
}

#start a {
	text-decoration: none;
}

#point a:hover,
#softbank-user a:hover {
  color: #013e9c;
}

#point a:visited,
#softbank-user a:visited {
  color: #013e9c;
}


.fc-note { color: #666; }
.fc-red { color: #ef403f; }
.fc-gray { color: #666; }

.text-bold { font-weight: bold; }

.point-inner-img-r-flex {
	display: flex;
}

.list-note-decimal {
	float: left;
}

.list-note {
	color: #666;
	margin-bottom: 0 !important;
}

.list-note li {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.list-note-text {
	padding-left: 25px;
}

#softbank-user {
	background: -moz-linear-gradient(top, #e6f4fe, #d9e9f9);
	background: -webkit-linear-gradient(top, #e6f4fe, #d9e9f9);
	background: linear-gradient(to bottom, #e6f4fe, #d9e9f9);
	padding-bottom: 50px;
}

.cont-white-bg {
  background: #fff;
}

.cont-gray-bg {
	background: #f5f5f5;
}

#start {
	color: #fff;
	text-align: center;
}

#start h2 {
	font-weight: bold;
	text-align: center;
	text-shadow:3px 2px 7px #333;
}

.step-btn a {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	display: block;
	margin: 0 auto;
	border:solid 1px #c0c0c1;
	border-radius: 35px;
	position: relative;
}

.step-btn a::after {
	content: '';
    display: inline-block;
     border: 0px;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
    position: absolute;
    top: 50%;
}

.cont-box-gray {
  text-align: left;
  background: #f5f5f5;
}

.border-type01 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  border: none;
  border-top: 1px solid #b9b9b9;
}

#paypay-payment {
	background: -moz-linear-gradient(top, #f9d9f1, #fee6e8);
    background: -webkit-linear-gradient(top, #f9d9f1, #fee6e8);
    background: linear-gradient(to bottom, #f9d9f1, #fee6e8);
    padding-bottom: 50px;
}

.guide-image img.newwindowicon {
	display: none;
}