/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 基本自訂樣式 */
*, *::before, *::after{ box-sizing:border-box; }

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color:#0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#0000ff;
}

body {
	font-family: "Roboto", "Noto Sans" , -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color:#000;
  }

.input01 {
	border: solid 1px #e7e7e7;
	padding: 4px 0px;
	font-size: 1.2rem;
	border-radius: 8px;
	text-align: center;
	color: #000;
}
.input02 {
	border: solid 2px #e7e7e7;
	padding: 4px 0px;
	font-size: 1.2rem;
	border-radius: 8px;
	text-align: center;
	color: #ff5400;
}
.input03 {
	border: solid 1px #e7e7e7;
	padding: 4px 8px;
	font-size: 1.2rem;
	border-radius: 8px;
	color: #000;
}
.select01 {
	border: solid 1px #e7e7e7;
	padding: 4px;
	margin: 0 8px 12px 0;
	font-size: 1.125rem;
	border-radius: 8px;
	color: #000;
}
.btn01 {
	vertical-align:middle;
	border: none;
	border-radius: 100px;
	background-color: #ff5400;
	padding: 8px 16px;
	margin: 0px 8px;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}
.btn01:hover {
	background-color: #0092e6;
}
.btn01:active {
	background-color: #0092e6;
}
.btn01:f {
	background-color: #0092e6;
}
.btn02 {
	vertical-align: middle;
	border: none;
	border-radius: 100px;
	background-color: #91827a;
	padding: 8px 16px;
	margin: 0px 8px;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}
.check-radio {
  margin: 0.25rem ;
  font-family: sans-serif;
}

input[type="radio"] {
  cursor: pointer;
  margin-right: 8px;
}

label {
  cursor: pointer;
}

@media (max-width: 767px){
	.input02 {
		border: solid 1px #e7e7e7;
		padding: 4px 0px;
		margin-bottom: 16px;
		font-size: 1.2rem;
		border-radius: 8px;
		text-align: center;
		color: #ff5400;
	}
}

/*home delivery*/
.top {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.homeMain {
	width: 100%;
	background-color: #fff8f3;
	padding: 1rem 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.homelogo {
	width: 12%;
	padding: 16px;
	margin: 8px;
}
.title1 {
	background-color: #ea5305;
	border-radius: 500px;
	color: #fff;
	text-align: center;
	margin: 16px 8px;
	padding: 4px 24px;
	font-size:2rem;
	font-weight: 600;
}
.title2 {
		color: #fff;
		background-color: #222;
		font-size: 1.5rem;
		font-weight: 600;
		border: none;
		border-radius: 100px;
		padding: 4px 16px;
		margin: 0.75rem auto;
}
.input01Add {
	width: 32vw;
	border: solid 1px #e7e7e7;
	padding: 4px 8px;
	font-size: 1.2rem;
	border-radius: 8px;
	text-align: left;
	color: #000;
}
.homelist01 {
	padding: 8px 16px;
	line-height: 2.5rem;
}
.homelist01 li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.homelist01T {
	padding: 4px;
	font-weight: 600;
}
.homelist01T2 {
	width: 10rem;
	padding: 4px 8px 4px;
	font-weight: 600;
	text-align: right;
}
.homelist01W {
	font-size: 1.2rem;
	font-weight: 400;
}
.homebtn {
	vertical-align:middle;
	border: none;
	border-radius: 20px;
	background-color: #ff5400;
	padding: 4px 16px;
	margin: 0px 8px;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
}
.homebtn:hover {
	background-color: #0092e6;
}
.homebtn:active {
	background-color: #0092e6;
}
.homebtn:f {
	background-color: #0092e6;
}
.homefoot {
	position:relative;
	bottom: 0px;
	width: 100%;
	padding: 8px 56px;
	margin: 48px auto 0px auto;
	background-color: #fbfbfb;
	font-size: 0.875rem;
	color: #aaa;
}
.homefoot:link {	
	color: #aaa;
	text-decoration: none;
}
.homefoot:hover {	
	color: #aaa;
	text-decoration: underline;
}
.homefoot:focus {	
	color: #aaa;
	text-decoration: underline;
}
.homefoot:visited {	
	color: #aaa;
	text-decoration: none;
}
.tip {
	width: fit-content;
	margin: 1.5rem auto;
}
.list01 {
	list-style-type: disc;
	line-height: 1.5rem;
}
.form01 {
	width: fit-content;
	padding: 16px;
	margin: 8px auto;
	border-top: 1px dashed #000;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form02 {
	width: fit-content;
	padding: 8px 16px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form03 {
	width: 100%;
	height: 24vh;
	background-color:#fff8f3;
	margin: 0px auto;
	padding: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.form01list {
	line-height: 2;
}
.form01list01 {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.form01list02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:baseline;
}
.form01list03 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:baseline;
	justify-content: center;
	padding: 12px 0px 0px 0px;
	line-height: 1.5;
}
.form01list04 {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.form01list05 {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
}
.form01listT {
	width: 8rem;
	background-color: #222;
	color: #fff;
	padding: 0px;
	margin: 12px 2px;
	text-align: center;
	border-radius: 10px;
}
.form01listW {
	padding: 4px;
	font-size: 1.125rem;
	font-weight: 500;
}
.form01listW2 {
	padding: 4px;
	margin: 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 600;
}
.form01lisMark {
	background-color: #f0000a;
	color: #fff;
	padding: 0px 8px;
	margin: 12px 12px 12px 2px;
	text-align: center;
	border-radius: 10px;
}
.message {
	width: 64%;
	margin: 0px auto;
	text-align: center;
	font-size: 1.5rem;
	line-height: 3.2rem;
	font-weight: 600;
}
.tipWordRed {
	font-size: 0.875rem;
	color:red;
}
.cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0px 16px 16px 16px;
}
.mb_8 {
	margin-bottom: 8px;
}
.mb_24 {
	margin-bottom: 24px;
}

@media (max-width: 1200px){
	.homelogo {
		width: 15%;
		margin: 16px;
	}
	.input01Add {
		width: 50vw;
		border: solid 1px #e7e7e7;
		padding: 4px 8px;
		font-size: 1.2rem;
		border-radius: 8px;
		text-align: left;
		color: #000;
	}
	.homelist01 {
		border-left: none;
		padding: 8px;
		line-height: 3rem;
	}
}

@media (max-width: 767px){
	.top {
		background-color: fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.homelogo {
		width: 30%;
		margin: 8px;
	}
	.title1 {
		width:100% ;
		background-color: #ea5305;
		border-radius:0px;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 4px 16px;
		font-size:1.5rem;
	}
	.input03 {
		width: 50vw;
		border: solid 1px #e7e7e7;
		padding: 4px 8px;
		font-size: 1.2rem;
		border-radius: 8px;
		color: #000;
	}
	.input01Add {
		width: 50vw;
		border: solid 1px #e7e7e7;
		padding: 4px 8px;
		font-size: 1.2rem;
		border-radius: 8px;
		text-align: left;
		color: #000;
	}
	.homelist01 {
		border-left: none;
		padding: 4px 16px;
		line-height: 2.8rem;
	}
	.form03 {
		width: 100%;
		height: fit-content;
		background-color:#fff8f3;
		margin: 0px auto;
		padding: 16px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.message {
		width: 80%;
		margin: 0px auto;
		text-align: center;
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: 600;
	}
	.tip {
		width: fit-content;
		padding: 0 40px;
		margin: 1.5rem auto;
	}
	.btn01 {
		vertical-align:middle;
		border: none;
		border-radius: 100px;
		background-color: #ff5400;
		padding: 4px 12px;
		margin: 0px 8px;
		color: #fff;
		text-align: center;
		font-size: 1rem;
		cursor: pointer;
	}
}

@media (max-width: 575.9px){
	.homelist01 {
		padding: 8px 16px;
		line-height: 1.5;
	}
	.homelist01 li {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items:flex-start;
	}
	.homelist01T2 {
		width: 100%;
		padding: 4px 8px;
		font-weight: 600;
		text-align: center;
	}
	.form01list {
		line-height: 2;
	}
	.form01list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.form01list05 {
		display: flex;
		flex-direction: column;
		align-items:center;
	}
	.select01 {
		width: 70vw;
	}
	.input03 {
		width: 70vw;
	}
}

@media (max-width: 376px){
	.homelogo {
		width: 100%;
		margin: 0px;
	}
	.title1 {
		width:100% ;
		background-color: #ea5305;
		border-radius:0px;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 4px;
		font-size:1.375rem;
	}
	.title2 {
		margin: 0.5rem auto;
}
	.form03 {
		width: 100%;
		height: fit-content;
		background-color:#fff8f3;
		margin: 0px auto;
		padding: 16px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.homelist01 {
		border-left: none;
		padding: 4px 16px;
		line-height: 1.5;
	}
	.input03 {
		width: 80vw;
		border: solid 1px #e7e7e7;
		padding: 4px 8px;
		font-size: 1.2rem;
		border-radius: 8px;
		color: #000;
	}
	.input01Add {
		width: 80vw;
		border: solid 1px #e7e7e7;
		padding: 4px 8px;
		font-size: 1.2rem;
		border-radius: 8px;
		text-align: left;
		color: #000;
	}
	.form01listT {
		background-color: #222;
		color: #fff;
		padding: 0px 8px;
		margin: 12px 2px;
		text-align: center;
		border-radius: 10px;
	}
	.form01list01 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.form01list02 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items:center;
	}
	.form01list03 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items:baseline;
		justify-content: center;
		padding: 8px 0px 0px 0px;
	}
	.message {
		width: 80%;
		margin: 0px auto;
		text-align: center;
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: 600;
	}
	.cta {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0px 8px 8px 8px;
	}
	.btn01 {
		vertical-align:middle;
		border: none;
		border-radius: 100px;
		background-color: #ff5400;
		padding: 4px 12px;
		margin: 4px;
		color: #fff;
		text-align: center;
		font-size: 1rem;
		cursor: pointer;
	}
}

/*Foot*/
.foot {
	width: 100%;
	padding: 8px 56px;
	margin: 48px auto 0px auto;
	background-color: #fbfbfb;
	font-size: 0.875rem;
	color: #aaa;
}

.privacy {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px){
	.foot {
		width: 100%;
		padding: 8px 16px;
		margin: 32px auto 0px auto;
		background-color: #fbfbfb;
		font-size: 0.8125rem;
		color: #aaa;
	}
	.privacy {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

/*20260318-新增*/
.word-blue {
	color:#0000ff
}
.mt_16 {
	margin-top: 1rem;
}
.mb_16 {
	margin-bottom: 1rem;
}
.mb_32 {
	margin-bottom: 2rem;
}
.mr_8 {
	margin-right: 0.5rem;
}
.mr_16 {
	margin-right: 1rem;
}
.ml_8 {
	margin-left: 0.5rem;
}
.ml_16 {
	margin-left: 1rem;
}
.red {
	color:red;
}