@charset "UTF-8";

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.bgcolor_wh {
	background: #fff;
	font-size: 11pt;
	color: #000000;
	line-height: 150% ; 
}

.bgcolor_bk {
	background: #000000;
	font-size: 11pt;
	color: #fff;
	line-height: 150% ; 
}

/*キャッチコピー*/
.catchcopy{
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.5em;
	font-feature-settings: "palt";
	color: #6fba2c;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 640px) {
.catchcopy{
	font-size: 2em;
	padding-top: 5px;
}
}

/*メインテキスト*/
.main_text{
	font-feature-settings: "palt";
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5em;
}

@media (max-width: 640px) {
.main_text{
	font-size: 1.1em;
}
}

/*見出し*/
.heading{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	text-align: center;
	border-top: solid 1px #6fba2c;
	border-bottom: solid 1px #6fba2c;
	padding: 4px 0;	
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 640px) {
.heading{
	font-size: 1.1em;
	padding: 6px 0 3px 0;
}
}

/*プログラム*/
.program_text{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	margin-top: 20px !important;
}

@media (max-width: 640px) {
.program_text{
	font-size: 1em;
	text-align: left;
}
}

/*プログラム2*/
.program {
	margin: 5px auto 0;
	text-align: center;
	display: block;
}
.program .report_text2 {
	text-align: left;
	display: inline-block;
	line-height: 1.8em;
}

/*スタッフ_4列→2列レスポンシブ*/
.staff_l{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.staff_s{
	width: 32%;
	justify-content: center;
	padding: 0.5%;
}

@media (max-width: 640px) {
.staff_l::after {
	display: block;
	width: 32%;
}
.staff_s{
	width: 32%;
	padding: 0.5%;
}
}
.proname{
	text-align: center;
	line-height: 1.5em;
	font-size: 1em;
	margin: 5px 0 5px;
}
@media (max-width: 640px) {
.proname{
	margin: 5px 0 0;
}
}
.proname2{
	text-align: center;
	line-height: 1.5em;
	font-size: 1em;
	margin: 5px 0 0;
}
.proname_sub{
	text-align: center;
	line-height: 1.5em;
	font-size: 0.9em;
}
@media (max-width: 640px) {
.proname_sub{
	font-size: 0.7em;
}
}

/*イベント_4列→2列レスポンシブ*/
.event{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_l{
	width: 48%;
	padding-right: 1%;
}
.event_r{
	width: 48%;
	padding-left: 1%;
}

/*サブテキスト*/
.sub_text{
	font-size: 1.1em;
	line-height: 1.6em;
	font-feature-settings: "palt";
	color: #000;
}

/*ご注意*/
.caution{
	margin-top: 3px;
	font-size: 0.85em;
	font-feature-settings: "palt";
}
@media (max-width: 640px) {
.caution{
	line-height: 1.6em;
}
}

/*応募フォームボタン*/
.square_btn {
	font-size: 1.2em;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	text-decoration: none !important;
}

.square_btn a {
	display: block;
	background: #ff0000;
	padding: 1em 1.2em;
	border-radius: 0.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none !important;
}

.square_btn a:hover {
	background: #990000;
}

/*レポートリンク*/
.report {
	margin: 5px auto 0;
	text-align: center;
	display: block;
	font-size: 1.2em;
}
.report .report_text {
	text-align: left;
	display: inline-block;
	line-height: 2em;
}