@charset "utf-8";

	::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
		padding: 5px 20px;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	input[type=text] {
		font-size: 26px;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}

	.error {
		color: red;
	}

	.error p {
		margin: 1px 0px 0px 0px;
		padding: 10px;
		background: mistyrose;
		color: red;
		border-radius: 10px;
	}

	#container {
		margin: auto;
		max-width: 600px;
		padding: 0px 0px;
	}

	nav#header {
		margin-top: 20px;
		height: 90px;
		line-height: 64px;
	}

	nav#header .right {
		height: 105px;
		position: relative;
		top: -8px;
	}

	nav#header .right .nav__wanco_img {
		display: inline-block;
		position: relative;
		top: -10px;
	}

	nav#header .right .nav__wanco_img img {
		height: 112px;
	}

	nav#header #mainCopy {
		color: #777;
		z-index: 100;
    	font-size: 1.2em;
    	font-weight: bold;
		position: relative;
		top: -17px;
		display: block;
		line-height: 24px;
	}

	nav#header .nav__wanco_img img {
		height: 120px;
	}

	h1.form__title {
		z-index: 100;
		border: 0px;
		border-radius: 20px;
		font-size: 1.8em;
		font-weight: bold;
		font-family: "NotoSans_Japanese, Consolas, Monaco, Courier New, Courier, monospace";
		border: 0px;
		clear: both;
		text-align: center;
		background: #eee;
	}

	#about_service {
		 margin-bottom: 10px;
	}

	#body {
		margin: 0px;
	}

	#body .form__label_div label{
		color: #000;
		font-weight: bold;
		font-size: 14px;
	}

	#body .form__label_div label span.required {
		background: red;
		color: white;
		display: inline-block;
		padding: 1px 4px;
		margin-right: 5px;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		border-radius: 3px;
		vertical-align: top;
	}

	#body .form__label_div label span.any {
		background: blue;
		color: white;
		display: inline-block;
		padding: 1px 4px;
		margin-right: 5px;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		border-radius: 3px;
		vertical-align: top;
	}

	#body .form__label_div label span.confirm {
		background: green;
		color: white;
		display: inline-block;
		padding: 1px 4px;
		margin-right: 5px;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		border-radius: 3px;
		vertical-align: top;
	}

	#body .form__label_div #card_images {
		display: block;
		vertical-align: text-top;
	}

	#body .form__label_div #card_images img {
		vertical-align: middle;
		width: 40px;
		position: relative;
	}

	#body .input-field {
		margin-top: 0px;
	}

	#body .input-field input{
		font-size: 16px;
	}

	#body .input-field textarea{
		font-size: 16px;
	}

	#body #form__userdata_group {
		padding: 25px 20px;
		border-top: 1px solid #009ad7;
		border-left: 1px solid #009ad7;
		border-right: 1px solid #009ad7;
		border-bottom: 0px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#form__userdata_group .row {
		margin-bottom: 8px;
	}

	#body #form__policy_group {
		background: #FCF46A;
		padding: 20px 20px;
		border-top: 1px solid #009ad7;
		border-left: 1px solid #009ad7;
		border-right: 1px solid #009ad7;
		border-bottom: 1px solid #009ad7;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	#body #form__policy_group a {
		text-decoration: underline;
		color: #3D3935;
	}

	#body #form__consent_group {
		background: #fff;
		padding: 5px 10px;
		border: 1px solid #9e9e9e;
	}

	#body .validate_rule {
		color: #999;
	}

	#body #support_link {
		border-top: 1px dashed #555;
		margin-top: 20px;
		padding-top: 5px;
	}

	#body #support_link #access_form_div {
		margin-left: 20px;
		margin-bottom: 20px;
	}

	footer#form__footer {
		background: #eee;
		margin-top: 22px;
	}

	footer .container {
		width: 90%;
		padding-top: 3px;
	}

	footer #logo-akuru {
		width: 100px;
	}

	footer .footer-copyright .container {
		margin-left: 12px;
		margin-top: -6px;
	}

	footer .specified_link {
		margin-bottom: 1px;
	}

	footer .specified_link a {
		font-size: 11px;
		color: #686460;
	}
