@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap');/*Cinzel*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');/*思源黑*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;900&display=swap');/*思源明*/
.yellow_color {
	color: #FFE500;
}
/*框色*/
/*
[type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
 width: 0;
 height: 0;
vertical-align:text-top;
}
*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	vertical-align: text-top;
}
.checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding: 10px ;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	width:calc(100% - 45px);
}
.checkbox-tools:not(:checked) + label {
	background-color: #eee;
}
.checkbox-tools:not(:checked) + label::before {
	position: absolute;
/*	content: '❯';*/
	top: 0;
	left: 0px;
	width: 20px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	z-index: 5;
	color: #eeeeee;
	background-color: #dbdbdb;
}
.checkbox-tools:checked + label {
	background-color: #37bc9b;
	color: #fff;
}
.checkbox-tools:checked + label::before{
	position: absolute;
/*	content: '❯';*/
	top: 0;
	left: 0px;
	width: 20px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	z-index: 5;
	color: #fff;
	background-color: #1fb28d;
}
#donation_info_box {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	background-color: #2c343f;
	padding: 30px;
	color: #FFFFFF;
}
#donation_form {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	background-color: #FFFCE8;
	padding: 30px;
	font-family: 'Noto Sans TC", sans-serif';
}
.donation_title {
	font-size: 24px;
	color: #0C7700;
	font-weight: 600;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.text_style {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
}
.donation_sbox {
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 28px;
}
.donation_select {
	font-size: 16px;
	line-height: 40px;
	width: calc(100% - 0px);
	border: 1px solid #E1E1E1;
	padding-left: 10px;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: 96% 10px;
	background-image: url("../images/arrow.png");
	background-size: 20px auto;
}
/*IE隱藏箭頭樣式*/
.donation_select::-ms-expand {
 display: none;
}
.donation_select option::-ms-expand {
display: none;
}
.donation_select option {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	appearance: none;
}
.form_text {
	color: #666;
	outline: none;
	height: 40px;
	background: #fff;
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #D9D9D9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 0px);
	margin-top: 10px;
}
.form_text:focus {
	border: 1px solid #333;
}
#finish_form {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 600px;
	background-color: #FFFCE8;
	padding: 30px;
	font-family: 'Noto Sans TC", sans-serif';
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1000px) {
#donation_info_box {
	width: calc(40% - 60px);
	float: left;
	clear: left;
	margin-right: 20px;
}
#donation_form {
	width: calc(55% - 60px);
	float: right;
	clear: right;
}
.checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
	width:auto;

}
}

@media only screen and (min-width: 1160px) {
}
