@charset "utf-8";
/* reset
--------------------------------------------------- */
*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html {font-size: 62.5%;}
table,th,td{border-width: 0!important;}
.contents h1,h2,h3,h4,h5{font-family: "Noto Serif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; font-size: 100%}
* { min-height: 0vw; min-height: 0; }

body {
    background: #5d989c;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}
.form-wrapper {
    display: block;
    max-width: 800px;
    margin: 0 auto;
	padding: 0;
}
.form-main {
	display: block;
	padding: 16px 16px 0;
}
.form-message img {
	width: 100%;
	height: auto;
}
.form-description {
    display: block;
    padding: 8px 0 24px 0;
	color: #bf0000;
    text-align: justify;
    text-align: center;
    font-size: 32px;
	font-weight: bold;
}
.form-deadline {
    display: block;
    padding: 16px;
    text-align: center;
    border: 1px solid #CCC;
    background: #f0f5f6;
}
.form-deadline-att {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em;
	color: #bf0000;
	font-weight: bold;
	text-align: left;
}
.form-deadline-check {
    display: block;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #CCC;
	color: #333;
}
.form-deadline-check ul {
    display: grid;
	gap: 4px;
    margin: 0;
    padding: 0 .5em;
	list-style: none;
}
.form-deadline-check li {
    padding-left: 1em;
	text-indent: -1em;
	text-align: left;
    font-size: 12px;
}
.form-deadline-check li::before {
    content: "※"
}
form {
    display: block;
}
.form-box {
    display: block;
    padding: 24px 0 0;
}
.form-box table {
	margin-bottom: 24px;
    border: none;
    text-indent: initial;
}
.form-box table td {
    display: block;
    border: 0;
    padding: 0;
}
.form-submit {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 16px 0;
}
.form-box input.input {
    margin: 1rem 0;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #CCC;
}
.form-box i {
    font-style: normal;
	background: #bf0000; 
    color: #FFF;
    display: inline-block;
    padding: 1px 8px;
    font-size: 12px;
    border-radius: 4px;
    border: #bf0000 1px solid;
}
.form-box table td:nth-child(1):before {
    content: '●';
    color: #333;
    font-size: 16px;
    padding-right: 2px;
}
.form-submit {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 16px 0;
}
.form-box input.submit {
    margin: 0 auto;
    width: 80%;
    padding: .75em 1em;
    font-size: 1.0em;
    background: #bf0000;
    color: #FF0;
    border-style: none;
	border: 1px solid #FFF;
    cursor: pointer;
    border-radius: 3em;
}
.form-box input.submit:hover {
    background: #e20101;
}
.form-copyright {
    font-size: 10px;
    display: block;
    padding: 16px;
    text-align: center;
    border-top: 1px solid #666;
    letter-spacing: 0;
}

@media screen and (min-width: 769px) {		
	.form-deadline {
		padding: 24px;
	}
	.form-deadline-check li {
		line-height: 1.6
	}
	.form-box table {
		margin-bottom: 32px;
	}
    .form-box input.submit {
        width: 300px;
        padding: .5em 1em;
        font-size: 1.4em;
    }
    .form-copyright {
        font-size: 12px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 768px) {
	.form-deadline-check li {
		line-height: 1.4
	}
}
@media screen and (max-width: 399px) {
	.form-deadline-att {
		line-height: 1.3;
	}
	.form-box i {
		padding: 1px 4px;
		font-size: 10px;
	}
}