@charset "UTF-8";

body.new_template,
.wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
footer{
	margin-top: auto;
	background-color: #000;
}

main{
	padding: 30px 0 60px;
}

.wrapper2{
	margin: 0 auto;
}

.new_template .container{
	width: 980px;
	margin: 0 auto;
}
.new_template .container a{
	text-decoration: underline;
	color: #00e;
}
.new_template .container a:visted{
	color: #4e2186;
}
.new_template .container h2{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.5em;
	text-align: center;
	padding: 8px;
	border: solid 1px #888;
	border-radius: 14px;
	background: #f5f5f5;
}

.new_template .container .note{
	/*width: 800px;*/
	border: solid 1px #f00;
	margin: 0 auto 3em;
}
.new_template .container .note .note_j{
	border-bottom: solid 1px #f00;
	background: #ffc;
	padding: 5px 0 4px;
	text-align: center;
	font-weight: bold;
}
.new_template .container .note .note_g{
	padding: 1em;
}

.style1{
	color: #096;
	font-weight: bold;
	font-size: 110%;
}
.back_link{
	margin-top: 1em;
	text-align: right;
}