@charset "UTF-8";

body {
	min-width: 1030px;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.vis-sp,
.vis-tb {
	display: none;
}

.backGround {
    padding-bottom: 27%;
}

.content {
	padding: 43px 50px;
    background: #fff;
    border-radius: 18px;
    -webkit-box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
}
.content_ttl {
	background-color: #967AD8;
}
.guide {
	text-align: center;
}
.guide_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #267AE8;
}
.guide > select {
	background-color: #FFF;
	margin-top: 20px;
}
.calendar {
	margin-top: 40px;
}
.calendar_tbl {
	border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.calendar_tbl {}
.calendar_tbl tr,
.calendar_tbl th,
.calendar_tbl td {
	box-sizing: border-box;
}

.calendar_tbl > caption {
	margin-bottom: 10px;
}

.calendar_tbl_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.calendar_tbl_head > button {
	font-size: 16px;
	font-weight: bold;
	color: #C6C6C6;
	line-height: 1;
	width: 150px;
	border: 2px solid #C6C6C6;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
	position: relative;
}

.calendar_tbl_head > button.-current {
	color: #267AE8;
	border: 2px solid #267AE8;
	position: relative;
}

.calendar_tbl_head > button.-current.-prev:before,
.calendar_tbl_head > button.-current.-next:after {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	margin-top: -0.6em;
	line-height: 1;
}

.calendar_tbl_head > button.-current.-prev:before {
	content: "\e908";
	left: 10px;
}
.calendar_tbl_head > button.-current.-next:after {
	content: "\e902";
	right: 10px;
}

.calendar_tbl_head > span.-year {
	font-size: 22px;
	font-weight: bold;
}

.calendar_tbl > thead th {
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	background-color: #267AE8;
	border: 1px solid #C6C6C6;
	border-left: none;
}

.calendar_tbl > thead th:first-child {
	border-left: 1px solid #C6C6C6;
}

.calendar_tbl > tbody {}
.calendar_tbl > tbody td {
	height: 75px;
	text-align: center;
	border: 1px solid #C6C6C6;
	border-left: none;
	vertical-align: top;
	padding: 5px;
}

.calendar_tbl > tbody td:first-child {
	border-left: 1px solid #C6C6C6;
}

.calendar_tbl > tbody td.-holiday {
	background-color: #EFEFEF;
}

.calendar_tbl_list > dd {
	margin-top: 5px;
}

.calendar_tbl_list > dd.-not {}

.calendar_tbl_list > dd.-not:after {
	content: "\e905";
	font-family: icomoon;
	font-size: 14px;
	color: #333;
	margin-left: 5px;
}

.calendar_tbl_list > dd.-round {
	background-color: rgba(0, 144, 240, .15);
}

.calendar_tbl_list > dd.-round:after {
	content: "\e904";
	font-family: icomoon;
	font-size: 14px;
	font-weight: bold;
	color: #267AE8;
	margin-left: 5px;
}

.calendar_tbl_list > dd.-cross {
	background-color: #EFEFEF;
}

.calendar_tbl_list > dd.-cross:after {
	content: "\e906";
	font-family: icomoon;
	font-size: 14px;
	font-weight: bold;
	color: #267AE8;
	margin-left: 5px;
}

.calendar_note {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}
.calendar_note > li {
	margin-left: 10px;
}
.calendar_note > li:first-child {
	margin-left: 0;
}

.calendar_note > li.-round:before {
	content: "\e904";
	font-family: icomoon;
	font-size: 14px;
	font-weight: bold;
	color: #267AE8;
	margin-right: 5px;
}

.calendar_note > li.-cross:before {
	content: "\e906";
	font-family: icomoon;
	font-size: 14px;
	font-weight: bold;
	color: #267AE8;
	margin-right: 5px;
}

.calendar_note > li.-not:before {
	content: "\e905";
	font-family: icomoon;
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}



@media screen and (max-width:1030px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:640px) {
	body {
		min-width: 400px;
	}
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.content {
		padding: 40px 10px;
	}
	.content_ttl {}
	.guide {
	}
	.guide_ttl {}
	.guide > select {}
	.calendar {}
	.calendar_tbl {}
	.calendar_tbl {}
	.calendar_tbl th,
	.calendar_tbl td {
		width: 20px;
	}
	.calendar_tbl_head {}
	.calendar_tbl_head > button {
		font-size: 14px;
		width: 80px;
	}
	.calendar_tbl_head > button.-current {}
	.calendar_tbl_head > button.-current.-prev:before {}
	.calendar_tbl_head > button.-current.-next:after {}
	.calendar_tbl_head > span.-year {
		font-size: 16px;
	}
	.calendar_tbl > thead th {
	}
	.calendar_tbl > thead th:first-child {}
	.calendar_tbl > tbody {}
	.calendar_tbl > tbody td {
		font-size: 11px;
	}
	.calendar_tbl > tbody td:first-child {}
	.calendar_tbl > tbody td.-holiday {}
	.calendar_tbl_list > dd {}
	.calendar_tbl_list > dd.-round {}
	.calendar_tbl_list > dd.-round:before {}
	.calendar_tbl_list > dd.-cross {}
	.calendar_tbl_list > dd.-cross:before {}
	.calendar_note {}
	.calendar_note > li {}
	.calendar_note > li:first-child {}

}

@media print {
}