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

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


/* ヘッダー下リンクメニュー */
#header_slider_content .content {
  position: relative;
}

.header-contact-list {
  position: absolute;
  top: 20px;
  right: 80px;
  display: flex;
  gap: 20px;
}

.header-contact-list a {
  color: #ff4000;
}

.header-contact-list a:hover {
  color: #e12200;
}

@media screen and (max-width: 800px) {
  .header-contact-list {
    right: 20px;
  }
}


/* フッター注釈 */
.notice-list {
  margin-bottom: 1em;
}

.notice-list li {
  padding-left: 1em;
  position: relative;
}

.notice-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 1em;
}
