/* register.css */
body.register img {
	max-width: 100%;
	height: auto;
}
body.register a {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
body.register a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
body.register .container {
	margin-bottom: 0;
}

body.register h2.__ttl {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 1.6;
}
body.register h2.__ttl span {
	border: 1px solid rgba(255,255,255,1.0);
	padding: 7px 30px 10px 30px;
	border-radius: 5px;
}

body.register .container section {
	background: rgba(86,0,7,0.5);
	padding-top: 140px;
}

body.register .__reg-inner {
	width: 1000px;
	margin: 0 auto;
}
.__reg-inner ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 100px;
}
.__reg-inner ul li {
	margin-bottom: 0.5em;
}
.__reg-inner ul li:last-child {
	margin-bottom: 0;
}

h3.__flow-ttl {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.6;
	text-align: center;
	border: 2px solid rgba(255,255,255,1.0);
	border-radius: 5px;
	background: rgba(255,255,255,0.7);
	color: rgba(0,0,0,1.0);
}
.__flow {
	border: 1px solid rgba(255,255,255,1.0);
	padding: 26px;
	background: rgba(255,255,255,0.75);
	color: rgba(0,0,0,1.0);
}
.__flow a {
	color: rgba(0,0,0,1.0) !important;
	text-decoration: underline;
}
.__flow a:hover {
	color: rgba(0,0,0,1.0) !important;
	text-decoration: none;
}
.__flow p {
	margin-bottom: 1em !important;
	text-indent: -1em;
	padding-left: 1em;
}
.__flow p:last-child {
	margin-bottom: 0 !important;
}

.__flow p.__none {
	text-indent: 0;
	padding-left: 0;
}s

.right dt,
.right dd {
	text-align: left !important;
}


/*
** ボタン
---------------------------------------*/
.__btn-base {
	display: inline-block;
	width: 400px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	line-height: 54px;
	outline: none;
}
.__button {
	position: relative;
	background-color: rgba(248,18,50,1.0);
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 rgba(193,11,37,1.0);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.__button:hover {
	background-color: rgba(250,57,84,1.0);
	box-shadow: 0 3px 0 rgba(234,16,46,1.0);
}
.__button:active {
	top: 3px;
	box-shadow: none;
}


/*
** PDF
---------------------------------------*/
.__program-btn {
	position: fixed;
	top: 330px;
	right: 10%;
	z-index: 9999;
}
.__program-btn img {
	border-radius: 50%;
	transition: .2s;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
}
.__program-btn img:hover {
	-webkit-filter: saturate(200%);
	-moz-filter: saturate(200%);
	-o-filter: saturate(200%);
	-ms-filter: saturate(200%);
	filter: saturate(200%);
}

