@charset "UTF-8";
/*
Theme Name:Switch child
Theme URI:https://tcd-theme.com/tcd063
Description:WordPressテーマ「Switch」の子テーマ
Template:switch_tcd063
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。

/* ===== EXPO ボタン ===== */

.p-index-content05__btn {
  text-align: right;
  margin-bottom: 20px;
}

.p-btn.expo-btn {
  background: #00592e;
  color: #ffffff;
  border: none;
}

.p-btn.expo-btn:hover {
  background: #008445;
  color: #ffffff;
}

*/