@charset "utf-8";

.mainCont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

h2 {
	font-size: 2.2vw;
	font-weight: 400;
	padding-bottom: 0.2em;
	line-height: 120%;
	margin-bottom: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.purpose {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	padding-top: 3vw;
	padding-right: 4vw;
	padding-bottom: 5vw;
	padding-left: 4vw;
}

h3 {
	font-size: 1.7vw;
	font-style: 120%;
	font-weight: 400;
	padding-bottom: 2em;
}

h4 {
	font-size: 1.7vw;
	font-style: 120%;
	font-weight: 400;
}

.rightTxt {
	font-size: 1.2vw;
	line-height: 220%;
	text-align: right;
}

.bodyTxt {
	font-size: 1.2vw;
	line-height: 220%;
	text-indent: 1em;
	padding-left: -1em;
}

.bodyTxtEnd {
	font-size: 1.2vw;
	line-height: 220%;
	text-indent: 1em;
	padding-left: -1em;
	padding-bottom: 2em;
}

ul.schedule {
	list-style-type: none;
	padding-bottom: 4vw;
}

ul.schedule li {
	font-size: 1.2vw;
	line-height: 220%;
}

.member {
	padding-right: 2vw;
	padding-left: 2vw;
	padding-top: 1vw;
}

.memberTxt {
	font-size: 1.2vw;
	line-height: 220%;
	text-indent: -5em;
	padding-left: 5em;
}


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

.mainCont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0vw;
	padding-bottom: 4vw;
}

h2 {
	font-size: 5.3vw;
	font-weight: 400;
	padding-bottom: 0.2em;
	line-height: 120%;
	margin-bottom: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.purpose {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	padding-top: 8vw;
	padding-right: 5vw;
	padding-bottom: 10vw;
	padding-left: 5vw;
}

h3 {
	font-size: 4vw;
	font-style: 120%;
	font-weight: 400;
	padding-bottom: 2em;
}

h4 {
	font-size: 4vw;
	font-style: 120%;
	font-weight: 400;
}

.rightTxt {
	font-size: 3.5vw;
	line-height: 220%;
	text-align: right;
}

.bodyTxt {
	font-size: 3.5vw;
	line-height: 220%;
	text-indent: 1em;
	padding-left: -1em;
}

.bodyTxtEnd {
	font-size: 3.5vw;
	line-height: 220%;
	text-indent: 1em;
	padding-left: -1em;
	padding-bottom: 2em;
}

ul.schedule {
	list-style-type: none;
	padding-bottom: 6vw;
}

ul.schedule li {
	font-size: 3.5vw;
	line-height: 220%;
	text-indent: -2em;
	padding-left: 2em;
}

.member {
	padding-right: 2vw;
	padding-left: 4vw;
	padding-top: 4vw;
}

.memberTxt {
	font-size: 3.5vw;
	line-height: 220%;
	text-indent: -5em;
	padding-left: 5em;
}



}
