

/*-===============
main
===============-*/

.registration main {
	position: relative;
	width: 60%;
	max-width: 1000px;
	margin: 70px auto 140px;
	}
@media screen and (max-width: 768px) {
.registration main {
	width: 86%;
	max-width: 86%;
	margin: 70px auto 80px;
	}
	}

.registration main .intro{
	padding-top: 50px;
	}
@media screen and (max-width: 768px) {
.registration main .intro{
	padding-top: 40px;
	}
	}

.registration main .intro p{
	margin-top: 100px;
	line-height: 2em;
	font-size: 1em;
	}
@media screen and (max-width: 768px) {
.registration main .intro p{
	margin-top: 70px;
	}
	}

.registration main .intro h1{
	margin-top: 70px;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
.en.registration main .intro h1{
	font-size: 1.6em;
	}
@media screen and (max-width: 768px) {
.registration main .intro h1{
	margin-top: 40px;
	font-size: 1.1em;
	}
.en.registration main .intro h1{
	font-size: 1.4em;
	}
	}

.registration main .contents{
	position: relative;
	width: 100%;
	margin-top: 70px;
	}
@media screen and (max-width: 768px) {
.registration main .contents{
	margin-top: 30px;
	}
	}

.registration main .contents img{
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 768px) {
.registration main .contents img{
	margin-top: 30px;
	width: 100%;
	}
	}

.registration main .contents p{
	margin-top: 40px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}

.registration main .contents p.small{
	margin-top: 10px;
	font-size: .8em;
	line-height: 1em;
	}

.registration main .contents .line{
	margin-top: 50px;
	height: 1px;
	border-top: 1px solid #dedede;
	}


.registration main .contents form{
	position: relative;
	width: 100%;
	}

.registration main .contents form input{
	display:block;
	height: 3em;
	margin-top: 20px;
	padding: 0 0 0 1em;
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-size: 16px;
	font-family: "Lato","Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 0;
	}

.registration main .contents form .formrun-system-show{
	font-size: .8em;
	font-family: "Lato","Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: red;
	padding: 2em 0;
	}

.registration main .contents form button{
	margin-top: 50px;
	width: 50%;
	height: 3em !important;
	border-radius: 0;
	background: white;
	border: 1px solid #888;
	cursor: pointer;
	color:#222;
	font-family: "Lato","Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	}
@media screen and (max-width: 768px) {
.registration main .contents form button{
	width: 100%;
	}
	}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
	}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

input::placeholder {
    color: #ccc;
}




