@charset "utf-8";
/* CSS Document */

/*	reset
-------------------------------------------------------- */
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;
}


/*	base
-------------------------------------------------------- */
*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background: #eee;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}

li {
	list-style: none;
}


/*	contents
-------------------------------------------------------- */
#contents {
	width: 100%;
	min-width: 320px;
	max-width: 800px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
}

#inner {
	padding: 10px 30px 65px;
	margin: 0px auto;
}

h1 + h2 {
	font-size: 1.8rem;
	border-bottom: 2px solid #ddd;
	margin-bottom: 1.5em;
	padding-bottom: 0.25em;
}

p {
	font-size: 1.5rem;
	line-height: 1.5;
}

.red {
	color: #DD0000;
}

.red.required {
	background: #dd0000;
	color: #fff;
	border-radius: 2px;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 0.5em;
	padding: 0.15em 0.35em;
	display: inline-block;
}
.black.required {
	background: #000000;
	color: #fff;
	border-radius: 2px;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 0.5em;
	padding: 0.15em 0.35em;
	display: inline-block;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
	line-height: 1.7;
}

.center2 {
	text-align: center;
	line-height: 1.7;
	border: 2px solid #dd0000;
	padding: 5px;
}

p.catch {
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
}

p.catch span {
	white-space: nowrap;
}


/* date */
.date_place p {
	margin: 1.0em 0;
}

.date_place a:link {
	color: #333;
	text-decoration: underline;
}

.date_place a:hover {
	color: #333;
	text-decoration: none;
}

.date_place a:visited {
	color: #555;
	text-decoration: underline;
}


/* 説明ブロック */
.exp {
}

.exp .date_place {
}

.exp .date_place2 {
}

.exp .date_place p {
	line-height: 1.25;
	font-weight: bold;
}

.exp .date_place2 p {
	line-height: 1.25;
	font-weight: bold;
}

.exp .date_place p.center {
	text-align: center;
}

.exp .date_place .large {
	line-height: 1.25;
	font-size: 1.25em;
	display: block;
}

/* .exp .date_place p span {
	white-space: nowrap;
} */

.exp .date_place table {
	margin: 0px;
}

.exp .date_place table th {
	white-space: nowrap;
	padding: 0px 5px 10px 0px;
}

.exp .date_place table td {
	padding: 0px 0px 10px 0px;
}

.exp .date_place table td strong {
	line-height: 1.25;
}

.exp .date_place table td strong strong {
	line-height: 1.25;
}

.exp .date_place table td .small {
	line-height: 1.5;
}

.exp .block {
	border: solid 1px #333;
	text-align: center;
	margin: 10px 0px 20px 0px;
	padding: 0px 10px;
}

.exp .block hr {
	display: none;
}

.exp .block p {
	font-weight: bold;
	margin: 5px 0px;
}

.exp .accept p span {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	padding: 3px 10px;
	white-space: nowrap;
}

.exp .accept p strong {
	line-height: 1.5;
	vertical-align: middle;
	white-space: nowrap;
}

.main-p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}


/*	form
-------------------------------------------------------- */
form input {
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
}

form .very-short {
	width: 15%;
}

form .short {
	width: 25%;
}

form .middle {
	width: 50%;
}

form .long {
	width: 96%;
}

/* form .very-short,
form .short,
form .middle,
form .long {
	border: solid 1px #666;
} */

form textarea {
	width: 96%;
	/* border: solid 1px #666; */
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
}

form .attention {
	padding: 1px 15px;
	margin: 15px 0px;
	background-color: #EEE;
}

form .attention p {
	line-height: 1.5;
}

form .attention hr {
	border: none;
}

form label {
	/* display: inline-block;
	margin: 5px 0px; */
	cursor: pointer;
}

form p.submit {
	text-align: center;
}

form input:not([type="radio"]):not([type="checkbox"]):not([type="date"]),
form textarea {
	margin-top: 0.5em;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #aaa;
	font-size: 1.6rem;
}

form select {
	font-size: 1.6rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #aaa;
	margin-top: 0.5em;
	padding: 0.35em 1.5em 0.35em 0.5em;
	background: url(../images/ico_arrow_bottom01.svg) no-repeat right 10px center;
	min-width: 15%;
}

form input[type="submit"] {
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #333;
	border: none !important;
	border-radius: 3px;
	margin-top: 2.0em !important;
	color: #fff;
	padding: 0.5em 2.5em;
	font-weight: bold;
	cursor: pointer;
}

input[type="date"] {
  height: 2.3em;
}


.form_content h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.0em;
	padding: 0.65em 0.85em;
	background: #eee;
}

.form_content h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 1.0em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}

.form_content p:not([class]) {
	padding: 1.5em 0.5em;
	border-bottom: 1px solid #ddd;
}

.form_content p label {
	padding: 1.0em 0 0;
	display: inline-block;
}

.error-message {
	background: #fff0f0;
	padding: 1.5em 1.75em;
}

.error-message span {
	display: inline-block;
	padding-top: 0.5em;
}


/* datepicker
-------------------------------------------------- */
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
	background-color: #333 !important;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #333 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
	font-size: 1.7rem !important;
}

span.flatpickr-weekday {
	color: #fff !important;
}


/* step list
-------------------------------------------------- */
.step-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.0rem;
}

.step-list li {
	font-size: 1.6rem;
	border-bottom: 2px solid #ddd;
	margin: 0 0.4rem;
	padding: 0.25em 3.0em;
}

.step-list li.current {
	border-bottom: none;
	font-weight: bold;
	border-bottom: 2px solid #555;
}


/* footer
-------------------------------------------------- */
#footer {
	background: #2d2d2d;
	padding: 3.5rem;
	text-align: center;
}

#footer .logo {
	font-size: 1.5rem;
	color: #fff;
}


/* responsive
-------------------------------------------------- */
@media screen and (max-width: 640px) {

	#inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	h1 + h2 {
		font-size: 1.6rem;
	}

	p {
		font-size: 1.4rem;
	}

	.form_content h2 {
		font-size: 1.5rem;
	}

	.form_content h3 {
		font-size: 1.4rem;
	}

	form .very-short {
		width: 50%;
	}

	form .short {
		width: 75%;
	}

	form .middle,
	form .large {
		width: 100%;
	}

	form .birth,
	form .large {
		height: 1.5em;
	}


	form select {
		width: 50%;
	}

	form input[type="submit"] {
		font-size: 1.4rem;
	}

	.step-list li {
		font-size: 1.3rem;
		padding-right: 2.0em;
		padding-left: 2.0em;
	}

}
