@charset "utf-8";
body {
	font-family: "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #F9F9F8;
	color: #000;
}
main {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
p {
	color: rgba(0,0,0,.54);
}
p.white-p {
	color: rgba(255.255.255, .7);
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
/*----- STANDARD -----*/
[class*="viewport"] {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.viewport-m {
	max-width: 1000px;
}
.viewport-s {
	max-width: 768px;
}
main section {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
main section h2 {
	margin-bottom: 16px;
}
.register-block {
	margin-top: 32px;
}
.register-block>a {
	max-width: 550px;
	display: inline-block;
	margin-bottom: 16px;
}
a, input {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover, input[type="submit"]:hover {
	opacity: .5;
}
/*------HEADER------*/
#main-header {
	height: 70px;
	line-height: 70px;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
#main-header h1 {
	float: left;
}
#main-header h1+picture {
	float: right;
}
#main-visual {
	background: #FFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#main-visual a {
	position: absolute;
	right: 2%;
	bottom: 8px;
}
#merit h2 {
	margin-bottom: 0;
	position: relative;
	bottom: -10px;
	z-index: -1;
}
#flow p {
	margin: 32px 0 80px;
}
#register h2 {
	background: #EA616F;
	padding: 16px 2%;
	margin-bottom: 0;
}
#register table {
	width: 100%;
	border: 2px solid #EA616F;
}
#register table tr+tr {
}
#register table th {
	background: #ea616f9c;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	padding: 16px;
	border-top: 1px dashed #FFF;
	width: 200px;
}
#register table td {
	background: #ef857d2e;
	padding: 16px;
	text-align: left;
	border-bottom: 1px dashed #ef9ca6;
}
#register table .caution {
	background: #EA616F;
	color: #FFF;
	float: right;
	font-weight: normal;
	padding: 0 8px;
	font-size: 12px;
}
#register table input[type="text"] {
	height: 30px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin: 4px;
	border-radius: 4px;
}
#register table input[type="radio"] {
}
#register table label+label {
	margin-left: 16px;
}
#register table textarea {
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin: 4px;
	border-radius: 4px;
	width: 100% !important;
}
#register table+p {
	margin: 32px 0 16px;
}
#register input[type="submit"] {
	width: 100%;
	max-width: 720px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/btn-confirm.png) no-repeat center center;
	background-size: cover;
	border: none;
	border-radius: 4px;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	font-family: "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
	box-shadow: 0 3px 8px rgba(0,0,0,.16);
	text-indent: -9999px;
	overflow: hidden;
}
#register *:focus {
	outline: none;
}
#thankyou {
	text-align: center;
}
#thankyou h2 {
	color: #eb606f;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 0 8px;
}
#thankyou a {
	color: #000 !important;
	display: block;
	text-decoration: underline;
	margin-top: 8px;
}

@media only screen and (max-width: 768px) {
body {
	font-size: 12px;
}
#main-header {
	height: 40px;
	line-height: 40px;
	padding: 5px 0;
}
#main-header img {
	height: 40px;
	width: auto;
	vertical-align: sub;
}
}

@media only screen and (max-width: 600px) {
#main-visual .viewport-m {
	padding: 0;
}
#register table th {
	padding: 8px;
	display: block;
	width: auto;
	border: none;
	font-size: 14px;
	font-weight: normal;
}
#register table th .caution {
	float: none;
	margin-left: 4px;
	background: none;
	color: #e2293c;
	vertical-align: initial;
}
#register table td {
	display: block;
	background: #FFF;
	border: none;
}
#register table td span {
	display: block;
}
#register table td label {
	display: block;
	margin: 0;
	background: rgba(0, 0, 0, 0.05);
	padding: 0 8px;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
}
#register table td label+label {
	margin-top: 4px;
}
#register table input[type="text"] {
	width: 100% !important;
}
}
