/* ================================
   共通フォント設定
================================ */

body, caption { 
color: #FFFFFF;
font-size: 13pt;
}


td, th { 
color: #FFFFFF;
font-size: 13pt;
}
h1 {
    color: #FF6000;
    font-size: 28pt;
    font-family:
  "BIZ UDPGothic",
  "Meiryo",
  "Yu Gothic",
  "Hiragino Sans",
  Arial,
  sans-serif;
    font-weight: 900;
}

h2, h3 {
    color: orange;
    font-size: 20pt;
    font-family:
  "BIZ UDPGothic",
  "Meiryo",
  "Yu Gothic",
  "Hiragino Sans",
  Arial,
  sans-serif;
    font-weight: 700;
}

/* ---- 色クラス ---- */
.color-orange2 { color: #FF6000; }

/* ---- タイトル用 ---- */

.title {
  color: #FF6000;
  font-family: "FOT-PopJoy Std", "Kosugi Maru", "Noto Sans JP", sans-serif;
  font-size: 32pt;
  font-weight: 900;
}



.title2 {
  color: #FF6000;
  font-family: "FOT-PopJoy Std", "Kosugi Maru", "Noto Sans JP", sans-serif;
 font-size: 28pt;
  font-weight: 900;
}

.title3 {
  color: #FF6000;
  font-family: "FOT-PopJoy Std", "Kosugi Maru", "Noto Sans JP", sans-serif;
 font-size: 18pt;
  font-weight: 700;
}

.sub-title {
  color: #FFFFFF;
  font-family: "FOT-PopJoy Std", "Kosugi Maru", "Noto Sans JP", sans-serif;
  font-size: 18pt;
  font-weight: 700;
  
}




/* --------------------------------
   メディアクエリ
-------------------------------- */
@media screen and (max-width: 480px) {
    /* iPhone SE / 14 / 14 Pro / Pro Max 全対応 */
}

@media screen and (min-width: 481px) and (max-width: 900px) {
}


@media screen and (min-width: 901px) and (max-width: 1024px) {
    /* iPad / Android タブレット */
}


@media screen and (min-width: 1025px) {
  /* PC */
}

/* --------------------------------
   リンクなど
-------------------------------- */
.menulink { width:194px; height:20px; cursor:pointer; border-top:1px solid #c7cace;}
.menulinkTop { width:194px; height:19px; cursor:pointer;}

a:link {text-decoration:none; color:#1199dd;}
a:active {text-decoration:none; color:#aaaaaa;}
a:visited {text-decoration:none; color:orange;}
a:hover {text-decoration:underline; color:#f86363;}
