@charset "utf-8";

/* 参加者IDの桁数変更 */
.login li span {
	width: 5em; /* 実際の文字数の70％程度を目安に調整してください */
}

/* ======================================================

	色味変更

========================================================= */
/* 背景色指定（クラスの最後につける） */
.bg01 { background-color: #aaa!important;}/*濃い色*/

.bg02 { background-color: #FFF3B2!important;}
.sp_gnavArea { background-color: #FFC944!important;}/*中間の色*/

.bg03 { background-color: #fffbe8!important;}/*薄い色*/

.bg04, .sp_btn span { background-color: #FF651F!important;}/*ポイントカラー１（濃）*/

.bg05, .copyright { background-color: orange!important;}/*ポイントカラー２（薄）*/

.bg06 { background-color: #ffd687!important;}/*ポイントカラー３（薄）*/

.bg07 { background-color: ivory!important;}/*ポイントカラー４（ごく薄）*/

.header::after { background-color: rgba(255,105,47,.80);}

.header {
	background:url("../images/kyusyu_bg.png") no-repeat right top 40px, url("../images/h_bg.jpg") bottom;
	background-size: auto 80%, cover;
}

@media screen and (max-width:599px){
	.header {
		background:url("../images/kyusyu_bg_sp.png") no-repeat center top 55px, url("../images/h_bg.jpg");
		background-size: auto 80%, cover;
	}
}
/* 下層ページタイトル （背景は画像に変更してもよいかと思います） */
.sub_ttl {
	color: #fff;
	border-top: solid 5px #ffd687;
	border-bottom: solid 5px orange;
	background: linear-gradient(to top, #ffd687, orange);
}
/* 背景を画像にした場合（模様の繰り返し） */
/*.sub_ttl { background: url("../images/ttl_bg.png") repeat bottom;}*/

/* 背景を画像にした場合（繰り返し無し＋画像引き延ばし） */
/*.sub_ttl { background: url("../images/ttl_bg2.png") no-repeat center center; background-size: cover;}*/

/* 背景を画像にした場合（繰り返し無し＋短い方に画像を合わせる） */
/*.sub_ttl { background: url("../images/ttl_bg2.png") no-repeat center center; background-size: contain;}*/

.ttl_type01 {
	color: #FF651F;
	background: #FFF3B2;
	border-color: orange;
}

.res_q label { color: #FFA500;}
.q_txt1 span.txtorange { color: #FFA500;}
.q_li li a.iframe { background: #FFF3B2;}
.q_li li a.iframe:hover { background: #FFA500;}
.res_q .res_q_box { border-color: #ffd687;}


/* テキスト色
========================================== */
.txtcolor01, .sp_btn div::after { color: #FF651F!important;}/*ポイントカラー１（濃）*/
.txtcolor02, .list_type01 > li::before, .list_type02 > li::before { color: #FFD687!important;}/*ポイントカラー２（薄）*/

.txtRed { color:#f00;}
.txtblue { color: #0988BE;}
.txtgreen { color: Green;}
.txtorange { color: #FF651F;}

.headerArea h2 { color: #FF651F;}/* ログイン・トップページのテーマテキスト色 */
.headerArea h3 { color: #7B4E30;}
.ttl_type03 span::before, .ttl_type03 span::after { background-color: orange;}/* ログイン・トップページ見出し色 */
.sp_gnavArea a { color: #fff!important; text-shadow: .5px .5px 1px #FF651F, -0.5px -0.5px 1px #FF651F;}

@media screen and (max-width:835px){
	.headerArea h3 { font-size: 2.6vw;}
}
@media screen and (max-width:599px){
	.headerArea h3 { font-size: 4vw;}
}

/* ボーダー色
========================================== */
.bd01 { border-color: #FFA500!important;}/*濃い色*/
.bd02 { border-color: #FFA500!important;}/*中間の色*/

.bd03 { border-color: #FF8743!important;}/*ポイントカラー１（濃）*/
.bd04 { border-color: orange!important;}/*ポイントカラー２（薄）*/

.login_box input:focus {border: 2px solid #005782;}

.box_type01, .box_type02 { border-color: #eddbcd;}

/* Link
========================================== */
a:link {color: #41210F;}
a:visited {color: #41210F;}
a:hover {color: #FF651F; text-decoration: none;}/*ポイントカラー１（濃）*/
.btn_detail a {color: #fff;}


/* ボタン
========================================== */
.login_btn input, .logout_btn input, .h_btn .contact a, .mbox_btn a, .btn_detail a,
.bn_link a:hover, .top_prgrm_btn dt a:hover, .btn_color01 a:hover, .btn_color02 a {
	border-color: #FFC944;/*ポイントカラー１（濃）*/
	background: #FFA500;/*ポイントカラー１（濃）or ポイントカラー２（薄）*/
	color: #fff;
}
.login_btn input:hover, .logout_btn input:hover, .h_btn .contact a:hover, .mbox_btn a:hover, .btn_detail a:hover,
.bn_link a, .top_prgrm_btn dt a, .btn_color01 a, .btn_color02 a:hover {
	border-color: #FF651F;/*ポイントカラー１（濃）*/
	background: #fff;
	color: #FF651F;/*ポイントカラー１（濃）*/
}
.back_btn li a, .dl_btn li a, .btn_detail a:hover { background-color: #ffd687;}/*ポイントカラー3（薄）*/
.back_btn li a:hover, .dl_btn li a:hover {
	background-color: #fff;
	color: orange;/*ポイントカラー２（薄）*/
	border-color: orange;/*ポイントカラー２（薄）*/
}

/* メインプログラム・一般演題・WSリストボタン */
.program_list li {
	border-color: #FFA500;/*中間の色*/
}
.program_list li:hover {
	border-color: #FF8140;/*濃い色*/
	background: #FFF3B2;/*薄い色*/
}
.program_list li a::before { color: #FFA500;}/*中間の色*/

/* 配布資料ボタン */
.shiryou a {
	border-color: orange;/*ポイントカラー２（薄）*/
	background-color: #fff;
	color: orange;/*ポイントカラー２（薄）*/
}
.shiryou a:hover {
	border-color: orange;/*ポイントカラー２（薄）*/
	background-color: orange;/*ポイントカラー２（薄）*/
	color: #fff;
}

/* いいね吹き出し */
.res li:first-child span.cheering {
	background-color: orange;/*ポイントカラー２（薄）*/
}
.res li:first-child span.cheering::before {
	border-color: transparent orange transparent transparent;/*ポイントカラー２（薄）*/
}


/* ======================================================

	メニュー

========================================================= */

/* PCメニュー背景変更（不要なほうはコメントアウトしてください。画像にしてもよいかと思います）
========================================== */
/* 画像背景 */
.main_menu {
	background: rgba(255,236,110,.60);
}

/* 横ストライプ */
/*.main_menu {
	background-color: #FFF3B2;
	background-image:
	 linear-gradient(#e5e5e5 50%, transparent 50%, transparent);
	background-size: 10px 10px;
}*/

/* PCメニュー下線色変更
========================================== */
.main_menu li a:hover, .main_menu li.current a {
	border-bottom-color: #FF651F;/*ポイントカラー１（濃）*/
}

/* スマホメニュー下線色変更
========================================== */
.sp_gnav {
	background-color: rgba(255,255,255,0.95);/* RGBカラーチャートから数値を入力してください。初期値は白95%にしてあります。 */
}

/* 色調整ではありませんが、スマホ時メニューの数が奇数の時のみコメントアウトを解除してください */
@media screen and (max-width:835px){
	/*.sp_gnav li:last-child, .fnav li:last-child {
		width: 100%;
	}*/
}

.flex_other {
	display: flex; justify-content: space-around; flex-wrap: wrap;
}

@media screen and (max-width:1040px){
	.flex_other li:last-child {
		width: 30%;
	}
	.flex_other li:last-child img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:900px){
	.flex_other li:last-child {
		width: 24%;
	}
	.flex_other li:last-child img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:700px){
	.flex_other li {
		width: 100%;
		text-align: center;
	}
	.flex_other li:last-child {
		width: 100%;
	}
	.flex_other li:last-child img {
		width: auto;
		height: auto;
	}
}

.main_menu ul > li {
	margin: 5px 10px;
}
.main_menu ul > li a {
	padding: 12px 7px;
}
