.TC {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.fontfamily {
    font-family: "Zen Old Mincho";
}
.fontfamily800 {
    font-weight: 800;
}
.fontfamily-size {
    font-size: 42px;
    line-height: 48px;
}
.custom-title {
    font-family: Kaisei Tokumin;
    font-weight: 800;
    color: #bb5644;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 3px;
}
.custom-title-h2 {
    font-family: Kaisei Tokumin;
    font-size: 15px;
    font-weight: 500;
    color: #bb5644;
    text-align: left;
    padding: 15px 0;
    letter-spacing: 3px;
}
.C_custom {
    margin-bottom: 5px;
}
.C_custom p {
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 600;
}
.custom-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    zoom: 1.5;
}
.radiobox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Emperatriz";
}
.radiomark {
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #cccccc;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
}
.radiobox input:checked ~ .radiomark {
    background:#bb5644;
}
.Customcss{
    padding: 0.5rem 1rem;
    background-color: #bb5644;
    border-style: none;
    color: #FFF;
}
