@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
/* PCでのみ表示（スマホでは非表示） */
.pc-only {
  display: block !important;
}
/* スマホでのみ表示（PCでは非表示） */
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
/* スマホサイズでは非表示 */
  .pc-only {
    display: none !important;
  }
/* スマホサイズでは表示 */
  .sp-only {
    display: block !important;
  }
}
/*スマホのみ電話リンク有効*/
@media (min-width: 767px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}
/*ホバー時の指定*/
a:hover{
 transition : 0.5s;
 opacity: 0.5 ;
}

#wpadminbar {_display: none;}
/*====================================================================
header　基本
====================================================================*/

/* 全体 */
.Header_bg {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
}
.Header_bg-cont {
  position: relative; /* これが必須 */
  width: 100%;
  margin: 0.5em auto 0 auto;
  padding: 0 4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ロゴ左寄せ */
.Header_logoimg {
  display: block;
  width: 230px;
}
.Header_logoimg img {
  width: 100%;
}

/* メニュー中央寄せ */
.Textmenu {
  display: flex;
  align-items: center;
  gap: 1.2em;
  flex: 1;
  justify-content: flex-end;
  padding: 0 3em 0 0;
  height: 56.177px;
}
.Textmenu li {
  display: flex;
  align-items: center;
  position: relative;
}
.Textmenu li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  height: 56.177px;
  font-size: 16px;
}
/* SNSボタン右寄せ */
.Sns_button li {
  display: inline-flex; /* または flex */
  margin: 0;
  padding: 0;
  list-style: none;
}
.Sns_button li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.Sns_button li a::before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 1.8em;
  color: #000;
}

/* 共通設定（Spotifyは除外） */
.Sns_button li a::before,
.Sns_button .tiktok span,
.Sns_button .tiktok::before,
.Sns_button .tiktok::after {
  width: 45px;
  height: 45px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 10px;
  box-sizing: border-box;
}

/* Spotify専用：中身のspanを利用 */
.Sns_button .spotify span.main {
  font-family: 'Font Awesome 5 Brands';
  content: '\f1bc';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1ED760;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 10px;
}
/* Instagram */
.Sns_button .instagram::before {
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
}

/* TikTok */
.Sns_button .tiktok {
  position: relative;
  width: 45px;
  height: 45px;
}
.Sns_button .tiktok span.main {
  font-family: 'Font Awesome 6 Brands';
  content: '\e07b';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000000;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.Sns_button .tiktok::before,
.Sns_button .tiktok::after {
  content: '\e07b';
  font-family: 'Font Awesome 6 Brands';
  font-size: 28px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 1;
}
.Sns_button .tiktok::before {
  color: #00f2ea;
  top: -2px;
  left: -2px;
}
.Sns_button .tiktok::after {
  color: #ff0050;
  top: 2px;
  left: 2px;
}

/* YouTube */
.Sns_button .youtube::before {
  content: '\f167';
  color: red;
}


/* マウスオーバーで開くサブメニュー */

#SubMenuContainer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  display: none;
  box-sizing: border-box;
  padding: 1em 0;
  z-index: 9999;
}
#SubMenuContent {
  padding: 0.5em 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;  /* ← これで右寄せ */
  gap: 10px;
  height: auto;
}
.submenu-content a {
  margin: 0;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  font-size:0.85em;
  margin-right:1.5em;
  font-weight:bold;
}
.submenu-content a:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f061';
  margin-right:0.3em;
  }
@media screen and (max-width: 1199px) {
.Header_bg-cont {
  padding: 0 0.5em;
  margin: 0 auto;
}
.Header_logoimg {
  display: block;
  width: 160px;
}
.Header_logoimg img {
  padding-bottom: 0;
}
.Textmenu {
  padding: 0 1em;
  height: 56.177px;
  font-size: 0.7em;
}
.Textmenu li a {
  font-size: 1.3vw;
}
.Sns_button {
  display: none;
}
.Sns_button li a::before, .Sns_button .tiktok span, .Sns_button .tiktok::before, .Sns_button .tiktok::after {
  width: 35px;
  height: 35px;
  font-size: 25px;
}
/* TikTok 三重構造：水・黒・ピンク */
.Sns_button .tiktok {
  position: relative;
  width: 35px;
  height: 35px;
}
.Sns_button .tiktok span.main {
  font-size: 25px;
}
.Sns_button .tiktok::before,
.Sns_button .tiktok::after {
  font-size: 25px;
  width: 35px;
  height: 35px;
}
.Sns_button .tiktok::before {
  top: -8px;
  left: -8px;
}
.Sns_button .tiktok::after {
  top: -4px;
  left: -4px;
}
}
@media screen and (max-width: 767px){
header,.Header_bg {
  height: 65px;
}
.Header_logoimg {
  display: block;
    width: 50%;
}
.Textmenu,.Sns_button {
  display: none;
}
}

/* ハンバーガーメニュー初期状態：非表示（PC） */
.l-header__menuBtn sp_,.menulist_bottommenu,.slide-menu .Sns_button,.hamburger {
  display: none;
}

@media screen and (min-width: 770px) {
  /* メインメニューだけ隠す */
  .slide-menu > ul:first-of-type {
    display: none !important;
  }
  
  /* sidemenuは表示 */
  .slide-menu .sidemenu {
    display: block !important;
    position: fixed;
    top: calc(10em + 65px);
    right: 0;
    width: 80px;
    z-index: 100;
  }
}

/* スマホ表示のみ有効化 */
@media screen and (max-width: 769px){
  .hamburger {
    display: block;
    position: fixed;
    top: 0.8em;
    right: 1.5em;
    width: 30px;
    height: 22px;
    z-index: 9999999;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    height: 3px;
    background: #333;
    margin: 8px 0;
    transition: 0.3s;
  }
/* active時に×に変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 11px; /* margin 8pxに合わせて微調整 */
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -11px;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  padding: 0;
  transition: right 0.3s ease;
  position: fixed;
  display: flex;
  flex-direction: column;
    justify-content: flex-start; /* ← autoで伸縮させる */
    height: auto;
}
/***** 開いたハンバーガーメニュー *****/
  .slide-menu.open {
    right: 0;
    top: 65px;
    width: 100%;
    max-width: 100%;
    border-top: solid 1px #B0AEAE;
    max-height: none;
    overflow-y: auto;/* はみ出したら縦スクロール */
    height: calc(100dvh - 65px); /* 動的な画面高さからヘッダー分を引く */
  }
  .slide-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
/***** ハンバーガーの中身 *****/
/* topアコーディオン */
ul.menulist > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto 1em 1.5em;
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0.4em 0;
  width:80%;
  position: relative;
}
/* 矢印ライン */
ul.menulist > li > a::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 1em;
  border-left:solid 1px #ccc;
  height: 3em;
}
/* 矢印アイコン（デフォルトは下向き） */
ul.menulist > li > a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #d62f26;
  border-bottom: 2px solid #d62f26;
  transform: rotate(45deg); /* 下向き */
  transition: transform 0.3s ease;
  margin-left: 1em; /* ← 0.5em の倍 */
  position: absolute;
  right: -1.8em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 中央揃え */
}
/* 開いた時は矢印を上向きに */
ul.menulist > li.open > a::after {
  transform: rotate(-135deg);
}
  .slide-menu li {
    margin-bottom: 1em;
  }
  .slide-menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
  }
}
/* アコーディオンのサブメニュー */
.accordion-submenu {
  margin: 0 auto !important;
  transition: max-height 0.4s ease;
  overflow: hidden;
  max-height: 0;
  border: none; /* デフォルトはborder非表示 */
}
/* 閉じているとき（高さ0の時） */
.menulist li:not(.open) .accordion-submenu {
  max-height: 0;
  border-top: 1px solid #ccc; /* 片方だけ表示する */
}
/* 開いているとき */
.menulist li.open .accordion-submenu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.accordion-submenu li {
  margin: 0 auto;
  width: 85%;
  border-bottom: solid 1px #aaa;
}
.accordion-submenu li:last-child {
  border:none;
}
.accordion-submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.menulist li.open > a {
  font-weight: bold;
}
.accordion-submenu li a {
  color: #333;
  font-size: 0.9em;
  text-decoration: none;
  padding: 1.5em 0;
  display: block;
}
/* サイドメニュー */
.sidemenu {
  position: fixed;
  top: calc(10em + 60px);
  right: 0;
  width: 80px;
  z-index: 100;
}
.sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidemenu li {
  width: 80px;
  text-align: center;
  padding: 0.5em;
  background-color: #d62f26;
  box-sizing: border-box;
  margin: 0;
}
.sidemenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  padding-top: 50px; /* アイコン分の余白 */
  font-weight: bold;
}
/* アイコンの共通設定（上に配置） */
.sidemenu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 各liごとのアイコン指定 */
.sidemenu li:nth-child(1) a::before {
  background: url("../src/img/top/side/icon01.png") top center / 100% auto no-repeat;
}
.sidemenu li:nth-child(2) a::before {
  background: url("../src/img/top/side/icon02.png") top center / 100% auto no-repeat;
}
.sidemenu li:nth-child(3) a::before {
  background: url("../src/img/top/side/icon03.png") top center / 100% auto no-repeat;
}

/* 白アンダーライン */
.sidemenu li:nth-child(1) a,
.sidemenu li:nth-child(2) a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}
/* --- スマホ時（769px以下）では slide-menu.open 内でのみ表示 --- */
@media screen and (max-width: 769px) {
  .slide-menu .sidemenu { display: none; }
  .slide-menu.open .sidemenu { display: block; }
.slide-menu .sidemenu {
    display: block;
    position: static; /* ← fixedを上書きする */
    margin-top: auto;
    width: 100%;
  z-index: 50;
  width: 60px;
  padding-top: 0;
  margin-top: 0;
}
.sidemenu li {
  width: 60px;
  margin-bottom: 0;
}
.sidemenu li a {
  padding-top: 17vw;
  font-size: 3vw;
}
.sidemenu li:nth-child(1) a, .sidemenu li:nth-child(2) a {
  padding-bottom: 0.3em;
}
/* サイドメニューを nav の一番下に横並び配置 */
#slideMenu .sidemenu {
  margin-top: auto;
  width: 100%;
  max-height: 130px;
}
#slideMenu .sidemenu ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
/* 白アンダーライン */
.sidemenu li:nth-child(1) a,
.sidemenu li:nth-child(2) a {
  border-bottom: none;
}
#slideMenu .sidemenu li {
  border-right: 1px solid #fff; /* 横並び用に右線 */
}
/* アイコンの共通設定（上に配置） */
.sidemenu li a::before {
  width: 50px;
  height: 50px;
}
#slideMenu .sidemenu li {
  flex: 1; /* 各liを等幅にする */
  text-align: center;
  background-color: #d62f26;
  box-sizing: border-box;
}
/* アコーディオンのボトムメニュー */
.menulist_bottommenu {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  width: 90%;
  margin: 1em auto;
}
.menulist_bottommenu ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menulist_bottommenu ul li {
  margin: 1em 0;
  font-weight: bold;
}
/* アコーディオンのSNSメニュー */
.slide-menu .Sns_button {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
/* フィックスメニュー */
  .side_sp_position {
  margin-top: auto;
  width: 100%;
  max-height: 80px;
}
  .side_sp_position ul {
    display: flex;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
.side_sp_position li {
  box-sizing: border-box;
  padding: 0.5em 0;
}
.side_sp_position li:nth-child(1) a, .side_sp_position li:nth-child(2) a {
    border-bottom: none;
    height: 100%;
    border-right: solid 1px #fff;
  }
.side_sp_position li:nth-child(1) {
  width: 35%;
}
.side_sp_position li:nth-child(2) {
  width: 30%;
}
.side_sp_position li:nth-child(3) {
  width: 35%;
}
.side_sp_position li a {
    padding-top: 14vw;
    font-size: 3vw;
  }
  .side_sp_position li a::before {
    width: 40px !important;
    height: 40px !important;
  }
}
/* --- 小さいサイズのスマホ --- */
@media screen and (max-width: 340px){
#slideMenu .sidemenu {
  max-height: 110px;
}
  .sidemenu li a {
    padding-top: 18vw;
    font-size: 3.5vw;
  }
 .sidemenu li a::before {
    width: 45px;
    height: 45px;
  }
  .sidemenu li:nth-child(1) a, .sidemenu li:nth-child(2) a {
    padding-bottom: 0.2em;
  }
}

/*====================================================================
header サブページ
====================================================================*/
#pi_tracking_opt_in_div { display: none !important; }

/* 基本のheader背景 */
.head_contents {
  margin-top: 88.888px;
  background: url("../src/img/temp/head_bg01.jpg") center right / auto 100% no-repeat #F0F4F7;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* キャンパス関連のheader背景 */
.head_contents.page-id-2349 {
  background: url("https://id.ikubunkan.ed.jp/wp-content/uploads/2021/11/image3.jpeg") center right / 40% auto no-repeat #F0F4F7;
}
/* ID型夢教育・夢活のheader背景 */
.head_contents.page-id-11041{
  background: url("../src/img/dream/head_dream.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* SDGsの取り組のheader背景 */
.head_contents.page-id-11043{
  background: url("../src/img/sdgs/head_sdgs.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 入学までの流れのheader背景 */
.head_contents.page-id-32210{
  background: url("../src/img/enrollment/head_enrollment.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 卒業までの流れのheader背景 */
.head_contents.page-id-32224{
  background: url("../src/img/enrollment/head_graduation.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 特待生制度のheader背景 */
.head_contents.page-id-24684{
  background: url("../src/img/enrollment/head_scholarship.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* つながるIDネットワークのheader背景 */
.head_contents.page-id-32286{
  background: url("../src/img/idnet/head_idnet.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* オンラインキャンパスのheader背景 */
.head_contents.page-id-32300{
  background: url("../src/img/campus/online/head_online.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 水道橋キャンパスのheader背景 */
.head_contents.page-id-18498{
  background: url("../src/img/campus/suidobashi/head_suidobashi.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 秋葉原キャンパスのheader背景 */
.head_contents.page-id-18490{
  background: url("../src/img/campus/akihabara/head_akihabara.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 池袋キャンパスのheader背景 */
.head_contents.page-id-16851{
  background: url("../src/img/campus/ikebukuro/head_ikebukuro.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 立川キャンパスのheader背景 */
.head_contents.page-id-16852{
  background: url("../src/img/campus/tachikawa/head_tachikawa.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 大宮キャンパスのheader背景 */
.head_contents.page-id-15109{
  background: url("../src/img/campus/omiya/head_omiya.jpg") center right / 40% auto no-repeat #F0F4F7;
}
/* 横浜キャンパスのheader背景 */
.head_contents.page-id-20237{
  background: url("../src/img/campus/yokohama/head_yokohama.jpg") center right / 40% auto no-repeat #F0F4F7;
}
.head_contents .h1_cont {
  background: url("../src/img/temp/head_bg02.png") center left 5% / auto 100% no-repeat;
  height: 120px;
  width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_contents .h1_cont h1 {
  margin: 0 0 0 6em;
  display: block;
  text-align: left;
  width: 90%;
  font-weight: 700;
  font-size: 1.8em;
}

@media screen and (max-width: 1199px) {
.head_contents .h1_cont h1 {
  margin: 0 0 0 3em;
}
}
@media screen and (max-width: 767px){
/* 基本のheader背景 */
.head_contents {
  background: url("../src/img/temp/head_bg01.jpg") center bottom / 100% auto no-repeat #F0F4F7;
  height: 200px;
  display: block;
}
/* キャンパス関連のheader背景 */
.head_contents.page-id-2349 {
  background: url("https://id.ikubunkan.ed.jp/idwp/wp-content/uploads/2025/08/school_bg.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* ID型夢教育・夢活のheader背景 */
.head_contents.page-id-11041{
  background: url("../src/img/dream/head_dream.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* SDGsの取り組のheader背景 */
.head_contents.page-id-11043{
  background: url("../src/img/sdgs/head_sdgs.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 入学までの流れのheader背景 */
.head_contents.page-id-32210{
  background: url("../src/img/enrollment/head_enrollment.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 卒業までの流れのheader背景 */
.head_contents.page-id-32224{
  background: url("../src/img/enrollment/head_graduation.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 特待生制度のheader背景 */
.head_contents.page-id-24684{
  background: url("../src/img/enrollment/head_scholarship.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* つながるIDネットワークのheader背景 */
.head_contents.page-id-32286{
  background: url("../src/img/idnet/head_idnet.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* オンラインキャンパスのheader背景 */
.head_contents.page-id-32300{
  background: url("../src/img/campus/online/head_online.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 水道橋キャンパスのheader背景 */
.head_contents.page-id-18498{
  background: url("../src/img/campus/suidobashi/head_suidobashi.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 秋葉原キャンパスのheader背景 */
.head_contents.page-id-18490{
  background: url("../src/img/campus/akihabara/head_akihabara.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 池袋キャンパスのheader背景 */
.head_contents.page-id-16851{
  background: url("../src/img/campus/ikebukuro/head_ikebukuro.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 立川キャンパスのheader背景 */
.head_contents.page-id-16852{
  background: url("../src/img/campus/tachikawa/head_tachikawa.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 大宮キャンパスのheader背景 */
.head_contents.page-id-15109{
  background: url("../src/img/campus/omiya/head_omiya.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
/* 横浜キャンパスのheader背景 */
.head_contents.page-id-20237{
  background: url("../src/img/campus/yokohama/head_yokohama.jpg") center bottom / 100% auto no-repeat #F0F4F7;
}
.head_contents .h1_cont {
  background: url("../src/img/temp/head_bg02.png") top 45% left 3% / auto 70% no-repeat;
  height: 100px;
}
  .head_contents .h1_cont h1 {
    margin: 0 0 0 0.5em;
	font-size: 5vw;
  }
}

/*====================================================================
header サブページ パンくず
====================================================================*/
#breadcrumb {
  background: transparent !important;
  width: 1200px;
  margin: 0 auto;
  padding: 0.5em 0;
  position: static;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
#breadcrumb {
  width: 95%;
}
}
@media screen and (max-width: 767px){
}

/*====================================================================
header 最終更新日
====================================================================*/
ul.time_ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0.5em 0;
  position: static;
  font-size: 0.8em;
}
@media screen and (max-width: 1199px) {
ul.time_ul {
  width: 95%;
}
}
@media screen and (max-width: 767px){
}

/*====================================================================
header タグ
====================================================================*/
.tagarea {
  width: 100%;
  margin: 1em auto 0 auto;
    margin-bottom: 0px;
  padding: 0 0 0.5em 0;
  font-size: 0.8em;
  text-align: right;
}
.tagarea a {
  background-color: #d62f26;
  color: #fff;
  font-size: 1em;
  padding: 0.1em 0.8em;
  margin-right: 0.5em;
}
.tagarea a:last-child {
  margin-right:0;
}