@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-size: 62.5%;
}
body {
	color: #4b4742;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
 text-align:;
}
a {
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
	opacity: 0.7;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clear {
	overflow: hidden;
}
.clear:after {
	clear: both;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
}
/******** ▲▲▲Reset▲▲▲*********/

#wrap {
	width: 800px;
	margin: 0 auto 100px;
	font-family: "メイリオ", Meiryo, Osaka,;
}
header {
	margin-bottom: 40px;
}
header h1 {
	padding: 10px 0;
}
.expl {
	margin-bottom: 30px;
}
.expl h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 38px;
	width: 800px;
	text-align: center;
	margin-bottom: 50px;
}
.expl p {
	line-height: 170%;
	font-size: 19px;
}
.expl p span {
	color: #900;
	font-size: 19px;
}
.from-Box {
	width: 700px;
	margin: 0 auto 30px;
}
form .from-Box table tbody tr th {
	width: 200px;
	padding: 10px;
	text-align: right;
	font-size: 22px;
}
form .from-Box table tbody tr td {
	width: 400px;
	padding: 10px;
}
.from-Box .form {
	padding: 5px 10px 4px;
	background: #fff;
	border: 1px solid #bbbbbb;
	margin-bottom: 7px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 18px;
	width: 400px;
	border-radius: 10px;
	color: #333 !important;
	font-family: "メイリオ", Meiryo, Osaka,;
}
.from-Box .form:hover {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.075);
	color: #333 !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 18px;
	width: 400px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
}
.file-Box {
	width: 750px;
	border: 2px solid #0059B2;
	padding: 30px 0;
	text-align: center;
	margin: 0 auto 50px;
	border-radius: 10px;
}
.file-Box .file {
	font-size: 17px;
}
form .file-Box table {
	width: 550px;
	margin: 0 auto;
}
form .file-Box table tbody tr th {
	width: 250px;
	padding: 10px;
	text-align: left;
	font-size: 20px;
}
form .file-Box table tbody tr td {
	width: 250px;
	padding: 10px;
}
.save {
	width: 250px;
	margin: 20px auto 40px;
	display: flex;
}
.save .Btn-save, .save .Btn-back {
	width: 250px;
	height: auto;
	margin-right: 20px;
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #0059B2;
	background: #0059B2;
	border-radius: 10px;
	outline: none;
	font-size: 26px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.save .Btn-back {
	border: 1px solid #00B259;
	background: #00B259;
}
.save .Btn-save:hover, .save .Btn-back:hover {
	width: 250px;
	height: auto;
	margin-right: 20px;
	padding: 15px 20px;
	color: #0059B2;
	border: 1px solid #0059B2;
	background: #fff;
	border-radius: 10px;
	outline: none;
	font-size: 26px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.save .Btn-back:hover {
	color: #00B259;
	border: 1px solid #00B259;
}
.save .Btn-back, .save .Btn-back:hover {
	width: 350px;
}
footer {
	padding: 10px 0;
	width: 100%;
	height: 20px;
	background-color: #0059B2;
}

.page-message {
	text-align: center;
}
.page-message h3 {
	font-size:140%;
	margin-bottom: 1em;
}