* {
	padding: 0;
	margin: 0;
}
*, ::before, ::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: tbudrgothic-std, sans-serif, "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	font-size: 1rem;
}

h1 {
	/* background: #fd7bac; */
	background: #7ead1f;
	font-size: 1.625rem;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem;
	text-align: center;
}
h2 {
	font-weight: normal;
	text-align: center;
	margin: 1em 0;
}
h3 {
	margin: 2em 0 0;
}
ul {
	list-style: none;
	margin: 10px 0;
}
li {
	padding: 5px;
}
ol {
	padding-inline-start: 2.5em;
}
/* ol {
	counter-reset: my-counter;
	list-style: none;
}
ol li {
	position: relative;
	padding-left: 30px;
}
ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	position: absolute;
	top: 8px;
	left: 5px;
	border: 1px solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 18px;
	font-size: 0.8125rem;
} */
button, input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
button, input, select, textarea {
	font: inherit;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]+span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 20px;
	min-width: 20px;
	min-height: 20px;
}
input[type="checkbox"]+span::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 2px;
	left: -5px;
	border: 1px solid #585753;
	background-color: #FFF;
}
input[type="checkbox"]:checked+span::after {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 9px;
	top: 5px;
	left: -4px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753; /* チェックの色変更 お好きな色を */
}
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
	display: inline-block;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	padding: 0.5rem 1rem;
	background: #b8b8b8;
	color: #fff;
	font-size: 1.125rem;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: bold;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, [role="button"]:hover {
	cursor: pointer;
	opacity: 0.75;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #888;
}

.text_center {
	text-align: center !important;
}

.container {
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 2.5rem auto;
}

.contact_shift,
.contact_info {
	margin: 2rem 0;
}
.contact_shift .box tbody tr:nth-child(even),
.contact_info tr:nth-child(even) {
	background-color: #f3f3f3;
}
.contact_shift .box thead th {
	background-color: #dbebc4;
	padding: 5px;
}
.contact_shift .box th,
.contact_shift .box td {
	border: 0;
}

.contact_shift .title {
	/* background: #ffc6db; */
	background: #bfd98c;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	padding: 0.5rem;
	margin: 0.5rem 0;
}
.contact_shift .title:hover {
	opacity: 0.75;
	cursor: pointer;
}
.contact_shift .title:after {
	content: "▼";
	padding: 0 5px;
}
.contact_shift .title.open:after {
	content: "▲";
}
.contact_shift .box tbody td {
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.contact_shift .box tbody td:nth-child(1),
.contact_shift .box tbody td:nth-child(2) {
	width: 35%;
}
.contact_shift .box tbody td:nth-child(3) {
	width: 30%;
}

.contact_info th {
	width: 15rem;
	line-height: 1.6;
	font-weight: normal;
}
.contact_info th, .contact_info td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
.hissu {
	display: inline-block;
	/* background: #fd7bac; */
	background: #7ead1f;
	font-size: 0.75rem;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	vertical-align: middle;
}
.contact_flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.contact_flex p {
	flex: 1;
}
.contact_flex label {
	display: inline-block;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.contact_flex label span {
	max-width: 10rem;
}
.contact_info label:not(:last-child) {
	margin-right: 2rem;
}
.contact_info label span {
	margin: 0 5px;
}
.contact_info input[type="text"], .contact_info input[type="number"], .contact_info input[type="email"], .contact_info input[type="tel"], .contact_info textarea {
	width: 100%;
	max-width: 100%;
}
.contact_info input[type="text"], .contact_info input[type="number"], .contact_info input[type="email"], .contact_info input[type="tel"],
.contact_info input[type="date"], .contact_info select, .contact_info textarea {
	border: 1px solid #888;
	padding: 5px 5px;
	background: #fff;
}
.contact_info textarea {
	width: 100%;
	height: 200px;
}
.contact_info input[name="zip"] {
	width: 50%;
	margin-bottom: 5px;
}
.confirm_check_list span:not(:last-of-type)::after {
	content: "/";
	padding-left: 5px;
}
button[type="submit"] {
	position: relative;
	/* background: #fd7bac; */
	background: #7ead1f;
}
button[type="submit"]:disabled {
	cursor: not-allowed;
	background: #a0a0a0;
}
button[type="submit"]:disabled:hover::after {
	content: "必須項目が入力されていません";
	position: absolute;
	display: block;
	white-space: nowrap;
	padding: 5px;
	/* background: #fd7bac; */
	background: #7ead1f;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: normal;
	bottom: 75%;
	left: 90%;
}

.service_shift {
	margin-top: 0.5rem;
}
.service_step li {
	position: relative;
	padding: 26px 0;
	margin-bottom: 60px;
	background-color: #bbe2f1;
	border-radius: 8px;
	text-align: center;
}
.service_step li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	left: 0;
	bottom: -40px;
	margin: auto;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #0075c2;
}
.service_table th, .service_table td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 0.875rem;
}
.service_table th {
	background-color: #dbebc4;
}
.contact_message_address {
	margin-top: 2rem;
	padding: 20px;
	text-align: center;
	background-color: #709f2b;
	color: #ffffff;
}
.contact_message_address a {
	color: #ffffff;
	text-decoration: none;
}

.complete_notice {
	font-weight: bold;
	color: red;
}

.color-notice {
	color: red;
}

.title-back-must-read {
	/* background: #ffc6db; */
	background: #bfd98c;
}

@media screen and (min-width: 600px) {
	body {
		font-size: 1.0625rem;
	}
}
@media screen and (min-width: 900px) {
	.container {
		width: 100%;
		max-width: calc(800px + 2rem);
	}
}
@media screen and (max-width: 599px) {
	h1 {
		font-size: 1.3125rem;
	}
	ol {
		padding-inline-start: 2.0em;
	}
	.contact_info input[type=text],
	.contact_info input[type=email],
	.contact_info input[type=tel],
	.contact_info textarea {
		padding: 5px;
	}
	.contact_info th {
		width: 100%;
		padding-bottom: 0;
	}
	.contact_info th, .contact_info td {
		display: block;
		border: none;
	}
	.contact_info td {
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 1rem;
	}
	.contact_info label:not(:last-child) {
		margin-right: 0;
	}
	.contact_flex {
		flex-wrap: wrap;
	}
	.contact_flex label {
		width: 100%;
		margin: 2px 0;
	}
	.contact_flex p {
		flex: unset;
	}
	.contact_flex p:nth-child(1) {
		width: 100%;
	}
	.contact_flex p:nth-child(2),
	.contact_flex p:nth-child(3) {
		width: 50%;
	}
	.contact_flex p:nth-child(2) {
		text-indent: 1rem;
	}
	.contact_flex label span {
		max-width: unset;
		margin-right: 0;
	}

	.service_table {
		border-top: 1px solid #888;
		border-left: 1px solid #888;
	}
	.service_table thead,
	.service_table tbody,
	.service_table tr {
		float: left;
	}
	.service_table tr td, 
	.service_table tr th {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		border-top: 0;
		border-left: 0;
		font-size: 0.8125rem;
	}
	.service_table thead {
		width: 33%;
	}
	.service_table tbody {
		width: 67%;
	}
	.service_table thead tr {
		width: 100%;
	}
	.service_table tbody tr {
		width: 50%;
	}
}