@charset "UTF-8";

body.single_page main[role="main"] > h2 {
	text-align: center;
	padding: 8px;
	margin-bottom: 5rem;
}
body.single_page main[role="main"] h3 {
	color:#555;
	text-align: center;
	margin-bottom: 3rem;
}
h4:not(.balloon) {
	font-size: 2.2rem;
	border-bottom: 2px solid #08c;
	margin: 7rem 0 2rem;
}
body.single_page main[role="main"] h4.balloon {
	text-align: center;
	padding: 10px 20px;
	max-width: 530px;
	margin: 7rem auto 3rem;
	background: #08c;
	color: #fff;
	position: relative;
	font-size: 16px;
}
body.single_page main[role="main"] h4.balloon::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #08c;
	border-width: 14px;
	margin-left: -14px;
}
body.single_page main[role="main"] p {
	font-size: 16px;
}
.support_box {
	border: 1px dotted #555;
    padding: 2rem;
    margin: 30px auto 30px;
    text-align: center;
	font-weight: 700;
	max-width: 530px;
}
.present_box {
	border: 2px solid #f5696c;
	margin: 20px auto;
	max-width: 530px;
	border-radius: 10px;
}
body.single_page main[role="main"] .present_box h5 {
	background-size: auto auto;
	background-color: rgba(242, 127, 130, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(245, 105, 108, 1) 8px, rgba(245, 105, 108, 1) 16px );
	color: #ff0;
	text-align: center;
	font-size: 2.2rem;
	padding: 10px;
	border-radius: 7px 7px 0 0;
	margin-bottom: 0.8em;
}
body.single_page main[role="main"] .present_box p {
	padding: 0 1.6rem 0;
	font-size: 1.6rem;
	text-align: center;
}
.form_link_box {
	border: 2px solid #f5696c;
	margin: 20px auto;
	width: 100%;
	border-radius: 10px;
}
.form_link_box h5 {
	background: #f5696c;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 10px;
	border-radius: 7px 7px 0 0;
}
.form_link_box p {
	padding: 0 1.6rem 0;
	text-align: center;
}
.form_link_button {
	background: #00be9c;
	width: 100%;
	max-width: 600px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 1.8rem 34px;
	border-radius: 8px;
	margin: 30px auto 40px;
	display: block;
	text-align: center;
	font-size: 20px;
	box-shadow: 0 4px 0 #007f69;
	position: relative;
	line-height: 1.3;
}
.form_link_button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
@media (max-width: 768px) {
	.form_link_button span {
		display: block;
	}
}
.link_button {
	background: #fff;
	width: 100%;
	max-width: 600px;
	color: #555;
	text-decoration: none;
	font-weight: 700;
	padding: 1.8rem 34px;
	border-radius: 8px;
	margin: 30px auto 40px;
	display: block;
	text-align: center;
	font-size: 20px;
	position: relative;
	line-height: 1.3;
	border: 2px solid #999;
}
.link_button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
}
@media (max-width: 768px) {
	.link_button {
		width: 100%;
	}
	.link_button span {
		display: block;
	}
}
table.new_id {
	width: 100%;
}
table.new_id th, table.new_id td {
	border: 1px solid #ccc;
	padding: 8px;
}
table.new_id th {
	background: #d9f2ff;
}
table.new_id td {
	font-weight: 700;
}

.err_msg {
	color: #c60000;
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
body.single_page main[role="main"] form[name="F1"] h5 {
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #777;
	border-left: 4px solid #00bcd4;
	padding-left: 5px;
	line-height: 1;
}
form[name="F1"] {
	max-width: 530px;
	margin: 5rem auto;
}
form[name="F1"] input[type="text"], form[name="F1"] input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: 18px;
	height: 60px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	transition: border-color 0.3s, box-shadow 0.3s;
	width: 100%;
}
form[name="F1"] input[type="text"]:focus, form[name="F1"] input[type="password"]:focus {
	outline: none;
	border-color: #00be9c;
	box-shadow: 0 0 0 1px #00be9c inset;
	transition: border-color 0.3s, box-shadow 0.3s;
}
form[name="F1"] input[type="text"]::placeholder, form[name="F1"] input[type="password"]::placeholder {
	color: #ccc;
}
.notes {
	font-size: 1.4rem;
	color: #777;
	display: block;
	margin-top: 4px;
}
.memo {
	padding: 10px;
	border: 1px solid #f5696c;
	margin: 30px auto 0;
	background: #ffeded;
	width: 80%;
	text-align: center;
	border-radius: 6px;
	font-size: 1.4rem;
}
form[name="F1"] input[type="button"] {
	-webkit-appearance: none;
	background: #00be9c;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 1.8rem 34px;
	border-radius: 8px;
	margin: 30px auto 40px;
	display: block;
	text-align: center;
	font-size: 20px;
	box-shadow: 0 4px 0 #007f69;
	position: relative;
	line-height: 1.3;
	border: none;
	cursor: pointer;
}
form[name="F1"] input[type="button"]:hover {
	transition: 0.3s;
	opacity: 0.8;
}
@media (max-width: 768px) {
	form[name="F1"] input[type="button"] {
		width: 100%;
	}
}
.err_box {
	border: 2px solid #c60000;
	background-color: #ffefef;
	margin: 20px auto;
	max-width: 530px;
	border-radius: 5px;
	padding: 12px;
}
body.single_page main[role="main"] .err_box h5 {
	color: #c60000;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 8px;
}
body.single_page main[role="main"] .err_box p {
	padding: 0 1.6rem 0;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}
.fin_box {
	margin: 20px auto;
	max-width: 530px;
}
body.single_page main[role="main"] .fin_box h5 {
	color: #00be9c;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 2.0rem 0 1.6rem;
}

 form  .system_msg {
	position: relative;
	top: 5px;
	text-align: left;
	color: #08f;
	font-size: 14px;
	line-height: 2;
}