.line-application {
	margin: -20px auto 20px auto;
}

.line-application img {
	margin: auto;
}

.line-application div {
	text-align: center;
}

.gmo-cor-dia {
	font-size: 80%;
}

#mailformpro .notice {
	font-size: 0.64rem;
	text-align: center;
}

.new-cap strong {
	font-weight: 700;
}

.inq-blo dt {
	white-space: nowrap;
}

.inq-blo dt span {
	font-weight: 700;
}

.inq-blo dt span.narrow {
	font-size: 90%;
}

.inq-blo dt span .required {
	color: #D52A32;
	font-size: 80%;
	font-weight: 400;
}

.inq-blo dt span .note {
	display: block;
	font-size: 60%;
	font-weight: 400;
}

.but-use-est.blue {
	background-color: #03165d;
	border: 1px solid #03165d;
	box-shadow: 0px 5px 0px 0px rgba(7, 18, 69, 1);
}

.but-use-est.blue:hover {
	background-color: #ffffff;
	border: 1px solid #03165d;
	box-shadow: none;
	color: #03165d;
}

.adjuster {
	margin: -100px 0 0 0;
}

.lin-log-blo + .message {
	display: table;
	margin: 10px auto;
	border: 2px dashed #ff0000;
	padding: 3px 10px;
}

.lin-log-blo .line {
	align-items: center;
	-webkit-appearance: none;
	background: #009c00;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 0px rgba(156,232,156,1.0);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	margin: 0 auto 1em auto;
	max-width: 340px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.lin-log-blo .line .text {
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
}

.lin-log-blo .line .icon {
	height: auto;
	margin: 0 5px 0 0;
	max-width: 30px;
	width: 100%;
}

.lin-log-blo .line .icon img {
	max-width: 100%;
}

.lin-log-blo .google {
	align-items: center;
	-webkit-appearance: none;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	margin: auto;
	max-width: 340px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.lin-log-blo .google .text {
	color: #666666;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
}

.lin-log-blo .google .icon {
	height: auto;
	margin: 0 5px 0 0;
	max-width: 30px;
	width: 100%;
}

.lin-log-blo .google .icon img {
	max-width: 100%;
}