.sign_up_info_content{
	/* width: 80%;
	margin: 40px auto; */
	padding: 40px 10%;
	background-image: url(/cefcamp/images/bible/2026/bg2-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sign_up_info_content_0{
	padding-top: 10px;

}

.sign_up_page_title{
	font-size: 1.7rem;
    font-weight: 700;
    /* color: #565656; */
	/* color: #5f9aa0; */
	color: #000000;
    margin: 60px 0 50px 0;
    line-height: 1.5;
    /* letter-spacing: 0.1rem; */
}

.sign_up_info_title{
	font-size: 1.4rem;
    font-weight: 700;
    color: #1a73a0;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-size: 2rem;
    font-weight: 700;
}

.sign_up_info_text{
	font-size: 1rem;
	color: #233144;
	line-height: 2rem;
	letter-spacing: 0.01rem;
	margin-bottom: 60px;
}

.sign_up_info_content{

}

li{
	margin-left: 30px;
}

.notice_list li{
	margin-left: 0;
}

.time_table{
	height: 350px;
	width: 700px;
	background-image: url(/cefcamp/images/bible/2026/2026簡易時間表_1.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin: 30px 0 35px 0;
}




#togglethis{
	background-color: #0e5d71;
    border: 2px solid #0e5d71;
    border-radius: 8px;
    color: #FFF;
    font-size: 0.8rem;
    padding: 3px 9px;
    /* width: 195px; */
    box-shadow: 2px 2px 6px #777;
    cursor: pointer;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 7px;
}

#togglethis:hover{
	background-color: #FFFFFF;
	color: #0e5d71;
	font-weight: 400;
	transition-duration: 0.4s;
}

#togglecontent{
	display: none;
}


.text_weight{
	font-weight: 400;
	color: #565656;
}

.prefix_symbol{
	color: #e37e23;
	margin-right: 8px;	
	font-size: 1.3rem;	
	font-weight: 1000;
}

.subtitle_orange{
	font-size: 1.2rem;	
	font-weight: 700;
	color: #808080;
	margin-bottom: 14px;
	margin-top: 30px;
	line-height: 1;
	letter-spacing: 0.05rem;
}

.sign_up_button_row{
	width: 80%;
	margin: 80px auto 140px auto;
}

.sign_up_button{
	background-color: #0e5d71;
    border: 2px solid #0e5d71;
    border-radius: 10px;
    color: #FFF;
    font-size: 1rem;
    padding: 8px 14px;
    width: 135px;
    box-shadow: 3px 3px 10px #777;
    cursor: pointer;
    letter-spacing: 0.05rem;
    margin-right: 25px;
    margin-bottom: 20px;
}

.sign_up_button:hover{
	color: #0e5d71;	
	background-color: #FFF;	
	transition-duration: 0.4s;
}

.dark_red_text{
	color: #ea1c1c;
	font-weight: 600;
}

.qr_img{
	width: 160px;
	margin: 0 30px 0px 0;
}

@media only screen and (max-width: 842px){
	.time_table{
		height: 50vw;
		width: 80vw;
	}
}

@media only screen and (max-width: 660px){
	.time_table{
		height: 60vw;
		width: 85vw;
		background-image: url(/cefcamp/images/bible/2026/2026簡易時間表_m_1.png);
		/* background-image: url(/cefcamp/images/bible/2025/2025time_table_simple20240913.jpeg); */
	}
}


@media only screen and (max-width: 500px){
	.qr_img{
		width: 30vw;
		height: 38vw;
		display: inline;
		margin-right: 10px;
	}

	.sign_up_page_title{
		font-size: 1.4rem;
		margin: 20px 20px;
	}

	.sign_up_info_title{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}

	.sign_up_info_text{
		font-size: 0.85rem;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 470px){
	.time_table{
		height: 68vw;
		width: 100vw;
		margin-left: -10vw;
	}
}













.main_page_btn{		
	width: 120px;
    height: 45px;
    border-radius: 20px;
    margin: 15px;
    border: .1px solid #ffffff;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 20px 3px rgba(119, 119, 119, .6);
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    color: #1a73a0;
    justify-content: center;
    align-items: center;
}

.main_page_btn:hover{
	/* border: 3px solid #38c590;
	color: #38c590;
	transition: .4s;
	cursor: pointer; */
}