body {
	background: url("../images/common/back.jpg") center / cover;
	width: 100%;
	min-height: 100vh;
}
header{
	background-color:#600;
	height:100px;
}
h1{
	padding:30px 0px 0px 30px;
	font-size:30px;
	color:#fff;
}
main.content{
	width: 600px;
	background-color:#fff;
	margin:100px calc((100vw - 600px) / 2);
}
main.content h2{
	padding:10px 0px 10px 20px;
	font-size:20px;
	color:#fff;
	background-color:#600;
	width:calc(600px - 20px);
}
main.content .form_login{
	margin:20px 40px;
}
p.txt{
	margin-left:50px;
}
p.txt50{
	padding:50px;
}
.brpc{
	display:block;
}
dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 40px;
}
dt{
    width: 34%;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
}
dd{
    padding: 0px 10px 10px 10px;
    margin: 0;
    width: 66%;
    box-sizing: border-box;
}
input[type="text"]{
    width: 220px;
}
input[type="submit"]{
    width: 200px;
	background-color:#006;
	border:0;
	color:#fff;
	cursor:pointer
}
input.next[type="submit"]{
    width: 100px;
	background-color:#006;
}
input.back[type="submit"]{
    width: 100px;
	background-color:#999;
}
input.w40[type="text"]{
	width: 40px;
}
.status {
	display: flex;
	margin-top:20px;
	margin-left:calc((100% - 400px) / 4);
}

.maru{
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background:#999;
	color:#fff;
	font-size:24px;
	margin-left:10px;
}
.marublue{
	background:#214081;
}
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #999;
  border-right: solid 4px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -6px;
}

.bblue::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #214081;
  border-right: solid 4px #214081;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -6px;
}

.active{ display:block; }
.none{ display:none; }

@media screen and (max-width: 767px){

main.content{
	width: 96%;
	margin:100px calc((100vw - 96%) / 2);
}
main.content h2{
	width:calc(100% - 20px);
}
p.txt{
	margin-left:0px;
}
.brpc{
	display:none;
}
dl{
    padding: 20px;
}
dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
dd{
    padding: 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"]{
    width: 100%;
}
input[type="submit"]{
    width: 100%;
}
.status {
	margin-left:calc((100% - 362px) / 2);
}
.maru{
	margin-left:2px;
}
.arrow{
    display: none;
}
}




