body {
	color: #000000;
	font-family: sans-serif, 'Hiragino Maru Gothic ProN', 'Kozuka Gothic Pro', 'Kozuka Gothic Pr6N', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'ＭＳ ゴシック', 'MS Gothic', helvetica, sans-serif;
	font-size: 25px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-width: 1385px;
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
a {
	display: block;
}
h1 {
	font-size: 55px;
	color: #fff;
	z-index: 3;
	position: relative;
	font-weight: 500;
	line-height: 1;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.header-top {
	background-color: #121212;
	position: relative;
	padding: 5px 0;
	text-align: center;
}
.note {
	background: url("../images/header.png")repeat-x center top;
	padding: 10px 0;
}
.container {
	width: 1385px;
	margin-right: auto;
	margin-left: auto;
}
.content-block {
	border-left: 6px solid #000;
	border-right: 6px solid #000;
	box-shadow: 0 5px 5px #000c29;
	text-align: center;
	padding-top: 25px;
}
main, .register {
	position: relative;
}
.text30yen {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 1750px;
}
.register {
	margin-top: 350px;
	border-bottom: 3px solid #e3e5e9;
}
.button {
	margin: 35px 0;
	display: inline-block;
}
.button:hover {
	opacity: 0.8;
}
.steps {
	padding: 50px 25px 25px;
}
.img-step {
	margin: 50px 0
}
.smartphone-step > .step-block .text-phone {
	margin-top: -25px !important;
}
.step-block {
	margin-bottom: 35px;
	display: inline-block;
	padding-bottom: 33px;
	border: 13px solid #2fb606;
}
.step-block .title {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.3;
	font-family: 'HiraginoSans W5';
}
.step-block img, .pc-step .title, .block-pin img {
	margin-top: 40px;
}
.step-block .img-text, .step-block .line img, .block-pin .img-text {
	margin-top: 0;
}
.smartphone-step .step-block .title {
	font-size: 35px;
	font-family: 'HiraginoSans W6';
}


.benefits {
	padding: 0 25px 50px;
}
.benefits .register {
	margin-top: 50px;
	border: 0 none;
}
.benefits .benefits-block, footer a {
	background-color: #000000;
}
.benefits-inner {
	border: 5px solid #ffd940;
	padding: 30px;
}
footer {
	color: #fff;
	font-family: 'HiraginoSans W6';
}
footer .policy {
	padding: 20px 0 15px;
	color: #fff;
}
footer .copy-right {
	background-color: #141414;
	padding: 10px 0;
}

.Qa-Box {
  width: 80%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
