/* common */
._fnctWrap {
	line-height: 1.5;
}

.outer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0 0 0 0);
}

/******************************************************************************
******************************************************************************/
.status{padding: 24px 0 40px 30px;}
.status > ul > li{display: inline-block;vertical-align: top;font-size: 18px;color:#666;}
.status > ul > li + li{margin-left:15px;}
.status > ul > li > span{width:10px;height: 10px;display: inline-block;margin-right: 10px;border-radius: 50%;}
.status > ul > li > span.status01{background:#2f8d9a;}
.status > ul > li > span.status02{background: #999;border-radius: 0;}
.status > ul > li > span.status03{background: #2e489a;}
.status > ul > li > span.status04{background: #a38767;}

.sche-tab-year{position: absolute;top:15px;right:10px;}
.sche-tab-year > span{font-family: 'Noto Regular';font-size: 24px;color:#333;}

/* Design */
.switch {
	text-align: right;
	margin-bottom: 20px;
}
.switch li {
	display: inline-block;
}
.switch a {
	position: relative;
    display: block;
    width: 45px;
	height: 45px;
	text-align: left;
	/* text-indent: -9999px; */
}
.switch a.month {
	background: url(../images/scheduler.png) center center no-repeat;
}
.switch a.month:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: -2px;
    top: 13px;
    background-color: #ddd;
}

.switch a.active.month {
	background: url(../images/scheduler-on.png) center center no-repeat;
}
.switch a.year {
	background: url(../images/sche-list.png) center center no-repeat;
}
.switch a.active.year {
	background: url(../images/sche-list-on.png) center center no-repeat;
}
.switch-btn {
	text-align: right;
}

.switch-btn li {
	display: inline-block;
}

.switch-btn li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
}

.switch-btn li:first-child a {
	background: url('../images/scheduler.png') center center no-repeat;
}

.switch-btn li:first-child a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	right: -2px;
	top: 13px;
	background-color: #ddd;
}

.switch-btn li:first-child a.ac {
	background: url('../images/scheduler-on.png') center center no-repeat;
}

.switch-btn li:last-child a {
	background: url('../images/sche-list.png') center center no-repeat;
}

.switch-btn li:last-child a.ac {
	background: url('../images/sche-list-on.png') center center no-repeat;
}

.alb-head {
	margin-bottom: 50px;
	border: 1px solid #ddd;
}

.alb-head .inner {
	background-color: #fff;
}

.alb-head .top {background: #fff;text-align: center;padding: 10px;}

.alb-head .top h3 {color: #151515;font-family: 'Noto Medium';display: inline-block;vertical-align: middle;font-size: 32px;}

.alb-head .top button {
	font-family: 'Noto Regular';width: 39px;height: 39px;display: inline-block;text-indent: -9999px;margin: 0 15px;
}

.alb-head .top button.next {background: url('../images/y-next.png') no-repeat center;}

.alb-head .top button.prev {background: url('../images/y-prev.png') no-repeat center;}

.alb-head .btm {background: url('../images/dashed-line.png') no-repeat center;padding: 15px;}

.alb-head .btm ul {
	padding: 0 25px;
	display: flex;
	justify-content: space-around;
}

.alb-head .btm ul li {
	float: left;
	width: calc(100% / 12);
	text-align: center;
}

.alb-head .btm ul li a {
	color: #666;
	font-size: 18px;
}

.alb-head .btm ul li a:hover,
.alb-head .btm ul li a.ac {
	color: #2f8d9a;
	font-family: 'Noto Regular';
	position: relative;
}

.alb-head .btm ul li a.ac:after{content:'';width: 32px;height: 1px;position: absolute;bottom: -5px;left:50%;margin-left:-16px;background: #2f8d9a;}


/* body */
.sche-alb .alb-body {
	overflow: hidden;
}

/* .sche-alb .alb-body.ac {
	display: block;
} */
.sche-alb .alb-body .sche-tab {
	float: left;
	width: 48.5%;
	border: 1px solid #ddd;
}

.sche-alb .alb-body .sche-tab strong {text-align: left;padding-left: 35px;padding-top: 20px;position: relative;padding-bottom: 15px;font-size: 24px;font-family: 'Noto Regular';font-weight: normal;display: block;color: #666;}

.sche-alb .alb-body .sche-tab strong span {
	font-size: 34px;
	color: #333;
	display: inline-block;
	margin-right: 5px;
}

.sche-alb .alb-body .sche-tab thead tr {
	background-color: #2f8d9a;
}

.sche-alb .alb-body .sche-tab th {
	color: #fff;
	padding: 10px 15px;
	font-family: 'Noto Regular';
	font-size: 19px;
	font-weight: normal;
}

.sche-alb .alb-body .sche-tab td {
 padding: 20px 10px;
 position: relative;
 background: #fff;
 color: #333;
 font-size: 20px;
 }

.sche-alb .alb-body .sche-tab td:first-child p {
	color: #ff1800;
}

.sche-alb .alb-body .sche-tab td:last-child p {
	color: #004fd2;
}

.sche-alb .alb-body .sche-tab td p {
	display: inline-block;
	/* vertical-align: middle; */
	width: 30px;
	height: 30px;
	line-height: 29px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
}

.sche-alb .alb-body .sche-tab td.marked {position: relative;}
.sche-alb .alb-body .sche-tab td.marked:after {content: '';position: absolute;left: 50%;bottom: 3px;width: 10px;height: 10px;background: #626262;border-radius: 0;transform: translate(-50%, 0);}
.sche-alb .alb-body .sche-tab td.marked p{font-family: 'Noto Regular'; color: #000;}
.sche-alb .alb-body .sche-tab td span{text-indent:-9999px;display: block;position: absolute;}

.sche-alb .alb-body .sche-tab td.marked2 {position: relative;}
.sche-alb .alb-body .sche-tab td.marked2:after {content: '';position: absolute;z-index:9;left: 50%;bottom: 3px;width: 10px;height: 10px;border-radius: 100%;background: #2f8d9a;transform: translate(-50%, 0);}
.sche-alb .alb-body .sche-tab td.marked2 p{font-family: 'Noto Regular'; color: #2f8d9a;}

.sche-alb .alb-body .sche-comt {
	float: right;
	width: 48.5%;
	font-family: 'Noto DemiLight';
	/*height: 580px;*/
	background: #f7f6f6;
	padding-top: 50px;
}

.sche-alb .sche-comt {
	border-top: 3px solid #2f8d9a;
}

.sche-alb .sche-comt th,
.sche-alb .sche-comt td {
	padding: 15px;
}

.sche-alb .sche-comt th:last-child,
.sche-alb .sche-comt td:last-child {
	border-right: 0;
}

.sche-alb .sche-comt th {font-size: 19px;text-align: left;padding-left: 40px;vertical-align: top;}

.sche-alb .sche-comt td {
	text-align: left;
	font-size: 18px;
	color: #666;
	vertical-align: top;
}

.sche-alb .sche-comt td a {color:#666;}

.table-tail {
	text-align: right;
	margin-top: 5px;
}

.table-tail p {
	display: inline-block;
	color: #183d93;
	font-size: 16px;
	background: url('../images/box-tail.png') left 7px no-repeat;
	padding: 10px 25px 10px 35px;
}

/* schedule list type */
.sche-list .list-body {
	border-top: 2px solid #43505d;
}

.sche-list .time-line {
	border-bottom: 1px solid #c6cace;
	padding: 30px 40px;
	overflow: hidden;
}

.sche-list .time-line dt {
	float: left;
	width: 25%;
	min-height: 210px;
	text-align: center;
	background: url('../images/month-bg.png') top center no-repeat;
	padding-top: 30px;
}

.sche-list .time-line dt div {
	min-height: 137px;
	background: url('../images/month-shield.png') top center no-repeat;
}

.sche-list .time-line dt strong {
	font-size: 60px;
	color: #fff;
}

.sche-list .time-line dt span {
	font-size: 20px;
	color: #fff;
}

.sche-list .time-line dt p {
	color: #fff;
}

.sche-list .time-line dd {
	float: right;
	width: 75%;
	color: #666;
	border-left: 1px solid #c6cace;
	padding-left: 35px;
	box-sizing: border-box;
}

.sche-list .time-line dd li {
	background: url('../images/sche-bul.png') left center no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

.sche-list .time-line dd span {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	color: #1b1b1b;
	margin-right: 30px;
}

.schedule .listDay {
	border-top: 1px solid #000000;
}

.schedule .listDay ul {
	display: inline-block;
	width: 100%;
}

.schedule .listDay ul li {
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.schedule .box-sch {
	display: table;
	width: 100%;
}

.schedule .box-sch .num {
	display: table-cell;
	width: 170px;
	vertical-align: middle;
}

.schedule .box-sch .num h3 {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	background: #f0f0f0;
	font-family: 'Noto Regular';
	font-size: 20px;
	text-align: center;
	line-height: 105px;
	color: #333;
}

.schedule .box-sch .num.day h3 {
	font-size: 18px;
}

.schedule .box-sch .desc {
	display: table-cell;
	vertical-align: middle;
}

.schedule .box-sch .desc dl {
	display: table;
	width: 100%;
	margin: 10px 0;
}

.schedule .box-sch .desc dl dt {
	display: table-cell;
	font-family: 'Noto Regular';
	font-size: 16px;
	width: 185px;
}

.schedule .box-sch .desc dl dt.middle {
	vertical-align: middle;
	width: 150px;
}

.schedule .box-sch .desc dl dd {
	display: table-cell;
	color: #666;
}

.schedule  .search {
	text-align: center;
}

.schedule strong {
	text-align: center;
}

.schedule .searchSelect  label {
	display: inline-block;
    color: #3362b2;
    font-size: 24px;
    text-align: center;
    margin: 0 20px;
    padding: 15px 0;
    font-family: 'Noto Medium';
    vertical-align: middle;
}

.schedule .searchSelect input {
	padding: 10px;
    font-size: 15px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.schedule  .DirectionLeft {
	display: inline-block;
	width: 18px;
	height: 23px;
	background-image: url(../images/box-arrow.png);
	text-indent: -9999px;
	vertical-align: middle;
}

.schedule  .DirectionRight {
	display: inline-block;
	width: 18px;
	height: 23px;
	background-image: url(../images/box-arrow.png);
	text-indent: -9999px;
	vertical-align: middle;
	background-position: 0px 23px;
}

#layer_planner {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 90%;
    max-width: 660px;
	z-index: 21;
	transform: translate(-50%, -50%);
	padding: 30px;
	background: #fff;
	border: 1px solid #d1d1d1;
}

#layer_planner.on {
	display: block;
}

#layer_planner h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 29px;
    background-image: url(../images/alert_header.png);
    color: white;
}

#layer_planner .btn_close {
	background: #2b3e5c;
    border: 1px solid #2b3e5c;
	display: block;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    min-width: 80px;
	margin: 0 auto;
	margin-top: 20px;
    border-radius: 100px;
	font-family: 'Noto DemiLight';
	color: #fff;
}

.btn_close:focus{outline: solid 3px #f00;}
.btn_close:focus:not(:focus-visible){outline: none;}

#layer_planner table {position:relative; margin-top: 86px;}
#layer_planner table:after {content:''; position:absolute; top:0px; left:0px; width:100%; height:2px; background:#000;}
#layer_planner thead th {padding:14px 10px; font-family: 'Noto Regular'; font-weight: normal;  background:#f7f8f9; color:#000000; border-right:1px solid #dddee0; border-bottom:1px solid #dddee0; font-size:18px;}
#layer_planner thead th.small {padding:15px 10px; font-size: 16px;}
#layer_planner tbody th {padding:13px 15px; font-family: 'Noto Regular'; font-weight: normal; background:#fbfbfb; color:#666; border-right:1px solid #dddee0; border-bottom:1px solid #ccd0d7; font-size:16px;}
#layer_planner tbody td {padding:13px 15px; font-family: 'Noto Light'; background:#fff; color:#666; border-bottom:1px solid #dddee0; font-size:16px; text-align: left;}
#layer_planner .list li {position: relative; padding-left: 8px;}
#layer_planner .list li:after {content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 100%; background: #666666;}
#layer_planner .align-l {text-align:left;}
#layer_planner .align-c {text-align:center;}
#layer_planner .align-r {text-align:right;}

._tab {margin-bottom: 30px !important;}
._tab li {margin-right: 10px;}
._tab a {background: #9c9c9c !important;  color: #fff !important; line-height: 31px !important; border-radius: 4px; border: 0px solid #000;}
._tab a.active {background: #0067d4 !important; color: #fff !important;}

/**/
@media all and (max-width: 1025px) {
.sche-alb .alb-body .sche-tab th{font-size: 14px;}
.sche-alb .alb-body .sche-tab td{
	padding:20px 0;
}
}

@media all and (max-width: 900px) {
	.alb-head {
		margin-bottom: 30px;
	}

	.schedule .box-sch .num h3 {
		width: 95px;
		height: 95px;
		line-height: 95px;
	}

	.alb-head .btm{
		background-size: cover !important;
	}

	.alb-head .btm ul {
		padding: 0;
		display: block;
	}

	.alb-head .btm ul li {
		width: calc(100% / 4 - 3px);
		float: none;
		display: inline-block;
	}

	.sche-alb .alb-body .sche-tab td{
		padding:20px 0;
	}

	.sche-alb .alb-body .sche-tab {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.sche-alb .alb-body .sche-comt {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.sche-list .time-line dt {
		float: none;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

	.sche-list .time-line dd {
		float: none;
		width: 100%;
		border: 1px solid #c6cace;
		padding: 35px;
	}

	.sche-list .time-line {
		padding: 30px;
	}
}

/**/
@media all and (max-width: 420px) {
	.alb-head .top button.next {
		background-position: right -102px;
	}

	.alb-head .top button.prev {
		background-position: left 21px;
	}

	.alb-head .btm ul {
		padding: 0 20px;
	}

	.alb-head .btm ul li {
		width: calc(100% / 4);
	}

	.alb-head .top h3 {
		font-size: 18px;
	}

	.sche-list .time-line {
		padding: 20px;
	}

	.sche-list .time-line dd {
		padding: 20px;
	}
}
