

.registerTitle {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;	
}
.registerCont {
	margin-top: 0.8em;
	margin-bottom: 1em;	
}

.textEditor {
    height: 400px;
    margin: 0;
    padding: 30px;
    border: 1px solid #ccc;
    font-size: 1.1em;
    background-color: #fff;
    overflow-y: scroll;
    line-height: 2em;
    text-align: justify;
}
.textEditor ol li {
	list-style-type: decimal;
}

.agree {
    margin-top: 2em;
    margin-bottom: 5em;
    font-size: 1.2em;
}
.right_info .read .read_btn input[type="radio"] + label span {
    display: inline-block;
    width: 100%;
    height: 20Px;
    margin: 0;
    vertical-align: middle;
    background: url(/assets/front/images/member/radio.png) 0 -17px no-repeat;
    cursor: pointer;
    top: 0;
    border: 0;
    position: relative;
}







@media screen and (max-width: 768px) {
	.ttl-head {
		padding-bottom: 0;
	}
	.ttl-head .ttl-head-inner {
		padding-bottom: 25px;
	}
	.ttl-head .ttl-head-inner .number {
		font-size: 10px;
	}
	.ttl-head .ttl-head-inner .number:before {
		width: 25px;
		margin-bottom: 10px;
	}
	.ttl-head .ttl-head-inner h2 span {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.ttl-head .ttl-head-inner h2 b {
		font-size: 30px;
	}
	.ttl-head .word-wrap {
		font-size: 70px;
	}
}
.mv {
	padding-top: 60px;
}
.mv .mv-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 510px;
	position: relative;
}
.mv .mv-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(32, 32, 44, 0.4);
	z-index: 2;
}
.mv .mv-inner .mv-ttl {
	z-index: 999;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}
.mv .mv-inner .mv-ttl .name {
	width: 96px;
	margin-bottom: 15px;
}
.mv .mv-inner .mv-ttl .mv-ttl-en {
	font-size: 60px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.mv .mv-inner .mv-ttl .mv-ttl-en:before {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #ffffff;
	width: 50px;
	content: "";
	line-height: 1;
	margin: 0 24px 0 0;
}
.mv .mv-inner .mv-ttl .mv-ttl-en:after {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #ffffff;
	width: 50px;
	content: "";
	line-height: 1;
	margin: 0 0 0 24px;
}
.mv .mv-inner .mv-ttl .mv-ttl-jp {
	font-size: 18px;
	letter-spacing: 0.2em;
}
.g-nav-btn {
	color: #000000;
}
.g-nav-btn ul li {
	background-color: #000000;
}
@media screen and (max-width: 768px) {
	.g-nav-btn {
		color: #ffffff;
	}
	.g-nav-btn ul li {
		background-color: #ffffff;
	}
	.mv {
		padding-top: 0px;
	}
	.mv .mv-inner {
		padding: 0;
		margin: 0;
		height: 300px;
	}
	.mv .mv-inner .inner {
		width: 100%;
	}
	.mv .mv-inner .mv-ttl {
		width: 100%;
	}
	.mv .mv-inner .mv-ttl .name {
		width: 50px;
		margin-bottom: 10px;
	}
	.mv .mv-inner .mv-ttl .mv-ttl-en {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.mv .mv-inner .mv-ttl .mv-ttl-en:before {
		width: 25px;
		margin: 0 10px 0 0;
	}
	.mv .mv-inner .mv-ttl .mv-ttl-en:after {
		width: 25px;
		margin: 0 0 0 10px;
	}
	.mv .mv-inner .mv-ttl .mv-ttl-jp {
		font-size: 14px;
	}
}
.mv {
	margin-bottom: 80px;
}
.mv .mv-inner {
	background-image: url("/assets/front/images/contact/mv.jpg");
}
.contact-sec {
	display: table;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 5em;
}
.contact-sec .inner {
	width: 60%;
}
.contact-sec h2 {
	display: table-cell;
	border-right: 1px solid #000000;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	padding-top: 15px;
	padding-right: 4%;
	padding-bottom: 15px;
	padding-left: 0;
}
.contact-sec .text-area {
	font-size: 15px;
	letter-spacing: 1.8;
	margin-right: auto;
	margin-left: auto;	
}
.contactTitle {
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
	margin-bottom: 2em;
	line-height: 2em;

}
.form-inner {
	width: 60%;
	margin: 0 auto 100px auto;
}
.form-inner .btn23 {
	padding: 0;
}
.form-inner .btn23 input {
	padding: 20px 0;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	background-color: #7B87C6;
	transition: all .8s ease;
	color: #FFF;
}
.form-inner .btn23:hover input {
	color: #FFF;
	background-color: #337ab7;
}
.form-inner2 {
	width: 100%;
	margin: 0 auto 100px auto;
}
.form-inner2 .btn23 {
	padding: 0;
}
.form-inner2 .btn23 input {
	padding: 20px 0;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	background-color: #7B87C6;
	transition: all .8s ease;
	color: #FFF;
}
.form-inner2 .btn23:hover input {
	color: #FFF;
	background-color: #337ab7;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}
button, input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.form-inner-list {
	margin-bottom: 60px;
}
.l-form .required:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fc726e;
	border-radius: 20px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.l-form input {
	width: 100%;
	border: 1px solid #c3c3c3;
	border-radius: 6px;
	padding: 15px;
	font-size: 14px;
}
.l-form select {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    cursor: pointer;
}
.wpcf7-form-control-wrap.company-name #select {
	width: 100%;
	border: 1px solid #c3c3c3;
	border-radius: 6px;
	padding: 15px;
	font-size: 14px;
	cursor: pointer;
}
.l-form li {
	margin-bottom: 20px;
	list-style-type: none;
}
.l-form .form-name {
	display: block;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 1;
}
.l-form textarea {
	width: 100%;
	border: 1px solid #c3c3c3;
	border-radius: 6px;
	padding: 15px;
	font-size: 14px;
	background-color: #fff;
}
.l-form-two {
	overflow: hidden;
	margin-bottom: 20px;
}
.l-form-two li {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
}
.l-form-two li:last-child {
	margin: 0;
}
#privacy-policy {
	background-color: #f3f3f3;
	padding: 50px 85px;
	margin-bottom: 50px;
}
#privacy-policy h3 b {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
}
#privacy-policy h3 small {
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
	font-size: 16px;
}
#privacy-policy .text-area {
	font-size: 12px;
	line-height: 2;
	overflow: scroll;
	height: 340px;
}
#privacy-policy .text-area .text-area-inner {
	padding: 0 20px 0 0;
}
#privacy-policy .text-area p {
	margin-bottom: 30px;
}
.sns-area {
	border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 1058px) {
	.contact-sec h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
	.mv {
		margin-bottom: 40px;
	}
	.contact-sec {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.contact-sec .inner {
		width: 96%;
	}
	.contact-sec h2 {
		border-right: none;
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
		font-size: 40px;
	}
	.contact-sec .text-area {
		display: block;
		width: 100%;
		padding: 0;
		vertical-align: middle;
		font-size: 12px;
	}
	.form-inner {
		width: 96%;
		margin: 0 auto 20px auto;
	}
	.form-inner .btn23 {
		padding: 0;
	}
	.form-inner-list {
		margin-bottom: 20px;
	}
	.l-form input {
		font-size: 12px;
	}
	.l-form li {
		margin-bottom: 15px;
		list-style-type: none;
	}
	.l-form .form-name {
		font-size: 12px;
	}
	.l-form-two li {
		float: none;
		width: 100%;
	}
	.l-form-two li:last-child {
		margin: 0;
	}
	#privacy-policy {
		padding: 20px;
		margin-bottom: 20px;
	}
	#privacy-policy h3 b {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#privacy-policy h3 small {
		margin-bottom: 15px;
		font-size: 14px;
	}
	#privacy-policy .text-area {
		font-size: 10px;
		height: 200px;
	}
	#privacy-policy .text-area p {
		margin-bottom: 10px;
	}
}