@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
@charset "utf-8";

body {margin:0 1em; -ms-overflow-style: none; scrollbar-width: none;}
body::-webkit-scrollbar {display: none;}

* {font-family:'M PLUS 1p', sans-serif !important; font-size:16px;}
a, h1, h5, p, span, th, td, input, textarea, button {transform:rotate(0.03deg) !important;}

.required {color:red; margin-left:0.5em;}
label.active {color:#000 !important;}
.input-radio label span {padding:0 1em 0 1.7em !important;}
textarea {height:120px; padding:1em; margin-top:1em;}
.input-field label {margin-top:0.5em; margin-left:0.5em;}
.box-button {text-align:center; margin-top:2em;}
.box-button button {font-size:18px; letter-spacing:0.15em; width:150px; margin:0 1em; padding:0.5em; background:#00773D; border:none; color:#fff; border-radius:20px; cursor:pointer;}
.box-button button:hover {color:#00773D; border:solid 1px #00773D; background:#fff;}

#inputFileWrap {
    position: relative;
    display: inline-block;
	margin-bottom:4em;
}

#uploadFile {
	cursor:pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 50px;
    opacity: 0;
}

#btnInputFile {
    display: table;
    width: 300px;
}

#btnInputFile span:first-child {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 300px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
	text-align:center;
}

#select-file {
	margin-top:0.5em;
    font-size: 18px;
}

.pc-none {display:none;}
.error {color:red; font-size:1.5em; text-align:center;}
p.conf {font-size:1.5em; text-align:center;}
table.conf {margin-bottom:70px;}
table.conf th {max-width:100px;}

@media (max-width: 767.98px) {
	.pc-none {display:block;}
}
