/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 06:55:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 04:50:02 */
[data-txt_color="white"] {
  color: white; }

[data-txt_color="red"] {
  color: red; }

[data-txt_color="cr_main"] {
  color: ; }

[data-icon="tag"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f02c';
  margin-right: 0.5rem;
  font-weight: 900; }

#TOP-MES {
  width: 80%;
  margin: auto; }
  @media (max-width: 599px) {
  #TOP-MES {
    width: 90%; } }
  #TOP-MES p, #TOP-MES h2, #TOP-MES img {
    margin-bottom: 5vh; }
  #TOP-MES p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem; }
    @media (max-width: 599px) {
  #TOP-MES p {
    font-size: 1.5rem; } }
  #TOP-MES h2 {
    font-size: 3rem;
    width: 75%; }
    @media (max-width: 599px) {
  #TOP-MES h2 {
    font-size: 2rem;
    width: 100%; } }
  #TOP-MES .f_half {
    padding-right: 2vw; }
    @media (max-width: 599px) {
  #TOP-MES .f_half {
    padding: 0 1vw; } }
  #TOP-MES .deco_line {
    position: relative;
    display: inline-block;
    border-bottom: solid 3px #c6f4cd; }
    #TOP-MES .deco_line:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #22ac38;
      bottom: -3px;
      width: 20%; }
