/* 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%;}
body{position: relative;}
table,th,td{border-width: 0!important;}
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}
.form-wrapper {
    display: block;
    padding: 16px 0 0;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}
.form-title {
    display: block;
    margin: 0;
    padding: 8px 16px 16px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.form-title h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.form-main {
    background: #fff !important;
}
.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: 24px 16px 16px;
    text-align: center;
    border: 1px solid #CCC;
    background: #fff;
}
.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;
}
.form-deadline-check li {
    padding-left: 1em;
	text-indent: -1.5em;
}
.form-deadline-check li::before {
    content: "※"
}
.form-deadline .form-deadline-check ul {
    list-style: none;
    margin: 0;
    padding: 0 1rem;
}
.form-deadline .form-deadline-check ul li {
    text-align: left;
    font-size: 12px;
    text-align: justify;
}
form {
    display: block;
    margin-top: 0em;
}
.form-box {
    display: block;
    padding: 24px 0 0;
}
.form-box table {
    display: table;
    border: none;
    text-indent: initial;
}
.form-box table tr {
    display: block;
    padding: 0 0 32px 0;
}
.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;
    color: #bf0000;
    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: #bf0000;
    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: 95%;
    padding: 8px 0;
    font-size: 1.0em;
    background: #bf0000;
    color: #fff;
    border-style: none;
    cursor: pointer;
    border-radius: 4px;
}
.form-box input.submit:hover {
    background: #e20101;
}
.form-copyright {
    font-size: 10px;
    display: block;
    padding: 16px;
    text-align: center;
    border-top: 1px solid #ddd;
    letter-spacing: 0;
}

@media screen and (min-width: 769px) {
    body {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        letter-spacing: 1px;
        background: #f5f5f5;
    }
    .form-wrapper {
        padding: 16px 16px 0;
        box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    }
    .form-box input.submit {
        width: auto;
        padding: 8px 40px;
        font-size: 1.2em;
    }
    .form-copyright {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 768px) {
    .form-box {
        margin: 0;
    }
    .form-wrapper {
        margin: 0;
        padding: 10px 0 0;
    }
    .form-main {
        display: block;
        padding: 16px 16px 0;
        background: #f5f5f5 !important;
    }
    .form-title {
        display: block;
        margin: 0;
        padding: 8px 16px 16px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
    }
    .form-title h1 {
        font-size: 16px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 399px) {
	.form-deadline-att {
		font-size: 14px;
		text-align: 1.3;
	}
	.form-box i {
		padding: 1px 4px;
		font-size: 10px;
	}
}