@charset "utf-8";

/* =======================================
	reset
======================================= */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none !important}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}


/* =======================================
	common
======================================= */
html {height:-webkit-fill-available;}
body{
	position:relative;
	width:100%;
	min-height:100vh;
	min-height:-webkit-fill-available;
	margin:0 auto;
	color:black;
	background:black;
	font-size:62.5%;
	line-height:1.5;
	font-family:"BIZ UDPGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Arial, Helvetica, sans-serif;
}

img {max-width:100%;height:auto;vertical-align:bottom;}
table {width:100%;}
tr, td {vertical-align:top;}

a {
	outline:none;
	text-decoration:underline;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all  0.3s ease;
}
a:link {color:royalblue;text-decoration:underline;}
a:visited {color:royalblue;text-decoration:underline;}
a:hover {color:#cc0033;text-decoration:underline;}
a:active {text-decoration:underline;}

hr {
	width:100%;
	margin:50px auto;
	border-width:0 0 1px;
 	border-image:linear-gradient(
		90deg,
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.5) 50%,
 		hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
		border-style:solid;
}

p {width:100%;text-align:left;line-height:1.5;word-break:break-all;}

.pc {display:none !important;}
.sp {display:inline-block !important;}

.wrapper {
	width:90%;
	min-height:90vh;
	filter:drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
	margin:2em auto 0;
	background:rgba(255,255,255,1);
	padding:5%;
}

.mucclogo {
	width:50%;
	margin:0 auto 2em;
}

h1 {
	width:90%;
	margin:0 auto 1em;
	text-align:center;
	font-size:4.2vw;
	font-weight:bold;
}

.forms {
	margin:4em auto 0;
	text-align:center;
}

.btnInput {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background-color:transparent;
	background-image:none;
	border:1px solid rgba(0, 0, 0, 0.16);
	border-radius:0;
	color:inherit;
	font-size:1.2em;
	padding:0.4em 0.8em;
	margin:0 auto;
	width:50%;
}

.btnInput:focus {
	border:1px solid rgba(0, 0, 0, 0.32);
	box-shadow:none;
	outline:none;
}

.btnSubmit {
	-webkit-appearance:none;
	background-color:rgba(0, 0, 0, 0.32);
	background-image:none;
	border:none;
	border-radius:0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	margin:2em auto 1em;
	padding:0.6em 2em;
	text-decoration:none;
}

.btnSubmit:hover,
.btnSubmit:focus {
	outline:none;
}

.btnSubmit::-moz-foucus-inner {
	border:none;
	padding:0;
}

.btnDownload {
	width:50%;
	max-width:300px;
	margin:3em auto;
	text-align:center;
}

.btnDownload a {
	position:relative;
	display:inline-block;
	padding:0.5em 2em;
	color:white;
	font-weight:bold;
	cursor:pointer;
	transition:all 0.3s ease;
	outline:none;
	border-radius:10px;
	border:2px solid #4433ff;
	background:#4433ff;
	text-decoration:none;
}
.btnDownload a:hover {
	background:white;
	color:#4433ff
}

.error {
	margin:2em auto 0;
	text-align:center;
	color:red;
	font-weight:bold;
}

footer {
	margin:4em auto 0;
	padding-bottom:2em;
}

footer p {
	color:white;
	text-align:center;
	font-size:0.8em;
}

@media screen and (min-width:769px) {

/* =======================================
	common
======================================= */
html {height:100%;}
body{
	height:100%;
	font-size:18px;
}

.pc {display:inline-block !important;}
.sp {display:none !important;}

.wrapper {
	width:64%;
	max-width:1280px;
	min-height:unset;
}

h1 {
	max-width:1280px;
	font-size:2em;
}

}

@media screen and (min-width:769px) and (orientation:portrait) {

.wrapper {
	width:90%;
}

}
