body {
	width: 100vw;
	height: 100dvh;
	color: #000;
	font-size: 14px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Sans W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 20px;
	background-color: #fff;
	user-select: none;
}
a {
	color: inherit;
	font-weight: inherit;
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
input {
	width: 100%;
	max-width:740px;
	height: 40px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Sans W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
}
label {
	padding: 8px 0;
	display: block;
}
input[type=checkbox],
input[type=radio] {
	width: 24px;
	height: 24px;
	-webkit-appearance: auto;
	appearance: auto;
	cursor: pointer;
}
select {
	width: 100%;
	max-width:740px;
	height: 40px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Sans W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 4px;
	cursor: pointer;
}
textarea {
	width: 100%;
	max-width:740px;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Sans W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 4px;
	resize: vertical;
}
input[disabled],
select[disabled],
textarea[disabled] {
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #d3d3d3;
	cursor: auto;
}
button {
	color: #fff;
	background-color: #999;
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0));
	box-shadow: -1px -1px 0 rgba(0,0,0,0.1) inset, 1px 1px 0 rgba(255,255,255,0.2) inset;
	display: block;
}
audio {
	display: none;
}

#shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	background-color: rgba(0,0,0,0.6);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}
#shade .popup {
	position: relative;
	width: 92%;
	height: 92%;
	max-width: 600px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 11000;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ddd;
	background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
	padding: 10px 10px 10px 15px;
	display: flex;
	overflow: hidden;
	z-index: 500;
}
#header .logo {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#header .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0;
	margin-right: auto;
}
#header .date {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0;
}

#main {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 50px 15px 60px 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.cont {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.cont .title_box {
	border-radius: 6px;
	margin: 15px 0;
	overflow: hidden;
}
.cont .title_box .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background-color: #09c;
	padding: 10px;
}
.cont .title_box .text {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #eee;
	padding: 10px;
}
.cont .cont_mess {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
}
.cont ul.rece_list {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.cont ul.rece_list li {
	width: 20%;
	padding: 5px;
}
.cont .rece_box {
	width: 100%;
	height: 100%;
	max-width: 200px;
	background-color: #dee;
	border-radius: 6px;
	padding: 8px;
	margin: 0 auto;
}
.cont .rece_box .text {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.cont .rece_box .sub {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.cont .rece_box .num {
	height: 50px;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	padding: 5px 0;
	margin: 8px 0;
	overflow: hidden;
}
.cont .rece_box.wait {
	background-color: #069;
}
.cont .rece_box.wait .text,
.cont .rece_box.wait .sub {
	color: #fff;
}
.cont .rece_box.call {
	background-color: #f03;
}
.cont .rece_box.call .text,
.cont .rece_box.call .sub {
	color: #fff;
}
.cont .rece_box.wait.call {
	background-color: #909;
}
.cont .rece_box.wait .text,
.cont .rece_box.wait .sub {
	color: #fff;
}

.cont .in_box {
	background-color: #eee;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}
.cont .in_box button {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #ccc;
	border-radius: 3px;
}
.cont .in_box span {
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
}
.cont .in_box .text_box {
	padding: 5px;
	display: flex;
	align-items: center;
}
.cont .in_box .text_box input.in_num {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 10px;
	user-select: none;
}
.cont .in_box .text_box input.in_num.men {
	max-width: 90px;
}
.cont .in_box .text_box input.in_num.tel {
	max-width: 350px;
}
.cont .in_box .chk_box {
	padding: 5px;
	display: flex;
	align-items: center;
}
.cont .in_box .chk_box button {
	flex: 0 0 40px;
}
.cont .in_box .chk_box button.chk {
	background-color: #ccc;
}
.cont .in_box .chk_box button.hover {
	background-color: #069;
}
.cont .in_box .chk_box button.chk.on {
	background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0)), #069 url('./img/pop-chk.png') no-repeat center center;
	background-size: cover, 30px 30px;
}
.cont .in_box .num_box {
	width: 100%;
	padding: 3px;
	display: flex;
	flex-wrap: wrap;
}
.cont .in_box .num_box button {
	margin: 2px;
	flex: 1 0 40px;
}
.cont .in_box .num_box button.hover {
	background-color: #069;
}
.cont .qrc_box {
	width: 100%;
	max-width: 155px;
	background-color: #eee;
	border-radius: 6px;
	padding: 10px;
	margin: 15px auto;
}

.cont .tbl_box {
	border-radius: 6px;
	overflow: hidden;
	margin: 15px 0;
}
.cont .form_tbl {
	width: calc(100% + 2px);
	border-collapse: separate;
	border-spacing: 1px;
	margin: -1px;
}
.cont .form_tbl tr {
}
.cont .form_tbl tr th {
	width: 100px;
	height: 36px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
	overflow-wrap: break-word;
	background-color: #069;
	padding: 0;
	cursor: default;
}
.cont .form_tbl tr td {
	height: 36px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	word-break: break-word;
	overflow-wrap: break-word;
	background-color: #eee;
	padding: 8px;
	cursor: default;
}
.cont .form_tbl tr td .text {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}
.cont .form_tbl tr td .num {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0;
}

.cont .prt_frame {
	width: 100%;
	height: 0;
	border: none;
	display: block;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #ddd;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.4));
	padding: 10px 15px;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 500;
}
#footer .mode {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background: transparent url('./img/mode.png') no-repeat 0 0;
	background-size: 20px 20px;
	padding: 0 0 0 25px;
}
#footer button {
	width: 200px;
	max-width: 45%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	background-color: #069;
	border-radius: 6px;
	margin-left: auto;
}
#footer button[disabled] {
	background-color: #999;
}

#grecaptcha-badge {
	visibility: hidden;
}

@media screen and (max-width: 700px) {

.cont ul.rece_list li {
	width: 25%;
}

@media screen and (max-width: 550px) {

.cont ul.rece_list li {
	width: 33.33%;
}

@media screen and (max-width: 420px) {

.cont ul.rece_list li {
	width: 50%;
}

}

