@charset "UTF-8";
.areaDay {}
.areaDay_title {}
.day {}
.day_title {}
.day_title > button {
	text-align: left;
}
.day_title > button::before {
	content: "";
}
.day_title > button::after {
	content: "";
}
.day_toggleBox {
	margin-top: 60px;
	display: none;
}
.day_toggleBox.isShow {
	display: block;
}
.job {}
.job_title {}
.job_cols {
	display: flex;
	justify-content: space-between;
}
.job_col {}
.job_col-no1 {
	width: 69%;
}
.job_text {
	margin-bottom: 1em;
}
.job_text:last-child {
	margin-bottom: 0;
}
.job_col-no2 {
	width: 27%;
}
.job_image {}
.job_image > img {
    width: 260px;
    height: auto;
}
.day_sect {
	display: flex;
	margin-bottom: 35px;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.day_sect:last-child {
	margin-bottom: 0;
}
.day_time {
	width: 110px;
	min-width: 110px;
	border: 2px solid #0065A6;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #0065A6;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30px;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
}
.day_time-early {
	width: 90px;
	min-width: 90px;
	height: 90px;
	background-color: #C8D7E2;
	border-color: #C8D7E2;
	color: #fff;
}
.day_areaText {
	flex-grow: 1;
}
.day_headline {
	font-size: 24px;
	line-height: 1.4;
	border-bottom: 1px solid #E7EBF0;
	padding-bottom: 15px;
	max-width: 550px;
}
.day_text {
	max-width: 550px;
	margin-top: 15px;
}
.day_image {
	width: 260px;
	min-width: 260px;
	margin-left: 25px;
}
.day_image > img {}
.msg {
	border: 1px solid #C8D7E2;
	padding: 25px 25px 35px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.msg:last-child {
	margin-bottom: 0;
}
.msg_title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.msg_title > .icon {
	transform: rotateY(180deg);
	margin-right: 5px;
	color: #0065A6;
}
.msg_title > .icon-sun {
	transform: scale(1.3);
	top: -3px;
	margin-right: 10px;
}
.msg_text {
	margin-bottom: 1em;
}
.msg_text:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:1000px) {
	.day_title > button:hover {}
}
@media screen and (max-width:999px) {
	.areaDay {}
	.areaDay_title {}
	.day {}
	.day_title {}
	.day_title > button {}
	.day_title > button::before {}
	.day_title > button::after {}
	.day_toggleBox {}
	.day_toggleBox.isShow {}
	.job {}
	.job_title {}
	.job_cols {}
	.job_col {}
	.job_col-no1 {}
	.job_text {}
	.job_text:last-child {}
	.job_col-no2 {}
	.job_image {}
	.job_image > img {}
	.day_sect {}
	.day_sect:last-child {}
	.day_time {
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.day_time-small {
		font-size: 13px;
	}
	.day_areaText {}
	.day_headline {
		font-size: 20px;
		padding-bottom: 10px;
		max-width: none;
	}
	.day_text {
		max-width: none;
		margin-top: 10px;
	}
	.day_image {
		width: 200px;
		min-width: 200px;
		margin-left: 20px;
	}
	.day_image > img {}
	.msg {}
	.msg:last-child {}
	.msg_title {}
	.msg_title > .icon {}
	.msg_title > .icon-sun {}
	.msg_text {}
	.msg_text:last-child {}
}
@media screen and (max-width:767px) {
	.areaDay {}
	.areaDay_title {}
	.day {}
	.day_title {}
	.day_title > button {}
	.day_title > button::before {}
	.day_title > button::after {}
	.day_toggleBox {
		margin-top: 30px;
	}
	.day_toggleBox.isShow {}
	.job {}
	.job_title {}
	.job_cols {
		display: block;
	}
	.job_col {
		width: auto;
	}
	.job_col-no1 {}
	.job_text {}
	.job_text:last-child {}
	.job_col-no2 {}
	.job_image {
		max-width: 400px;
		margin: 15px auto 0;
	}
	.job_image > img {}
	.day_sect {
		display: block;
		position: relative;
		z-index: 1;
	}
	.day_sect:last-child {}
	.day_time {
		border-width: 1px;
		width: 60px;
		height: 60px;
		min-width: 0;
		font-size: 16px;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	.day_time-small {
		font-size: 11px;
	}
	.day_areaText {
		padding-left: 70px;
	}
	.day_headline {
		display: flex;
		height: 60px;
		box-sizing: border-box;
		align-items: center;
		padding-top: 10px;
		margin-bottom: 0;
		font-size: 18px;
	}
	.day_text {
		margin-left: -70px;
	}
	.day_image {
		width: auto;
		max-width: 260px;
		margin: 10px auto;
	}
	.day_image > img {}
	.msg {
		padding: 15px 15px 15px;
	}
	.msg:last-child {}
	.msg_title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.msg_title > .icon {}
	.msg_title > .icon-sun {}
	.msg_text {}
	.msg_text:last-child {}
}
