@charset "utf-8";
/* ===================================
CD = 202507
LD = 202507
======================================
Editor:
1.recca
2.
3.
======================================
index:
1. html
2.
3.
4.
5.
6.
7.
8.
9.
10.
======================================





/* html ============================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
	background-color: #fff;
}
body {
	font-family: 'Noto Sans TC', sans-serif;
	overflow-x: hidden;
	padding-top: 20px;
	min-width: 320px;
	scroll-behavior: smooth;
}

/* All */
.bgc_main {
	background-color: rgba(254,246,232,0.9);
	border-radius: 13px;
	padding: 30px;
	padding-top: 70px !important;
	position: relative;
}
.bg_h1 {
	background-image: url("../images/bg_h1.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

h1, h2 {
	font-weight: bold;
	width: 100%;
}
h1, .h1 {
	color: #CA2330;
	font-size: 1.625rem;
}
h2, .h2 {
	color: #ff9900;
	font-size: 1.4375rem;
}
h3, .h3 {
	font-size: 1.25rem;
	font-weight: bold;
}