@charset "utf-8";

/* schedule */
.schedule {
	display: flex;
	flex-wrap:wrap;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3vw;
	color: #CCC;
	margin-bottom: 3vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6A415;
}

.scheduleTtl {
	font-size: 2vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 1vw;
	color: #5E5E5E;
	color: #C6A415;
	width: 100%;
}

.infiList {
	padding-bottom: 4vw;
	padding-left: 4vw;
	width: 60%;
}

.infiList li {
	font-size: 1.3vw;
	line-height: 140%;
	padding-bottom: 0.5em;
	list-style-type: disc;
	color: #CCC;
}

.rightImg {
	width: 40%;
	padding-left: 3%;
}

.rightImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* Company */
.company {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8vw;
	color: #CCC;
	margin-top: 8vw;
}

.companyTtl {
	font-size: 1.6vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 0.8vw;
	margin-bottom: 1.5vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6A415;
	color: #C6A415;
}

.companyName {
	font-size: 2vw;
	color: #016BB8;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 1vw;
	color: #CCC;
}


.companyTxt {
	font-size: 1.2vw;
	line-height: 140%;
	color: #CCC;
}

@media screen and (max-width: 767.98px){ /*768-992*/

/* schedule */
.schedule {
	display: flex;
	flex-wrap:wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6vw;
	color: #CCC;
	margin-bottom: 12vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6A415;
}

.scheduleTtl {
	font-size: 4.8vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 1vw;
	color: #5E5E5E;
	color: #C6A415;
	width: 100%;
}

.infiList {
	padding-bottom: 4vw;
	padding-left: 4vw;
	width: 100%;
}

.infiList li {
	font-size: 3vw;
	line-height: 140%;
	padding-bottom: 0.5em;
	list-style-type: disc;
	color: #CCC;
}

.rightImg {
	width: 90%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

.rightImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* Company */
.company {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20vw;
}

.companyTtl {
	font-size: 4.5vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 1.6vw;
	margin-bottom: 1.5vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6A415;
	color: #C6A415;
}

.companyName {
	font-size: 5.5vw;
	ccolor: #CCC;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 3vw;
	color: #CCC;
}


.companyTxt {
	font-size: 3vw;
	line-height: 140%;
	color: #CCC;
}

}
