@charset "Shift_JIS";
@import url("/edu/css/common.css");
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #252525;
  letter-spacing: 1px;
  padding: 0;
}
a, a:visited, a:link {
  color: #777;
  text-decoration: none;
}
.note, .note a, .note a:visited, .note a:link {
  color: #e84072;
}
h4+ul li {
  list-style: square inside;
}
/*******************************
全体幅
*******************************/

header, #container {
  margin: 0 auto;
  width: 960px;
}
/*******************************
/* ヘッダー
*******************************/

header {
  position: relative;
  height: 90px;
}
header p, header ul, #logo {
  font-weight: normal;
  position: absolute;
  top: 0;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 21px;
}
header p.right {
  right: 1em;
}
/* ロゴの位置 */

#logo {
  top: 30px;
}

#breadcrumbs {
  font-size: 13px;
  position: absolute;
  top: 80px;
  margin-left: 20px;
}

/******************
/* ヘッダーナビゲーション
******************/

header ul {
  top: 79px;
  right: 0;
  width: 305px;
  display: table;
  margin: 0 auto;
  padding: 0;
}
header ul li {
  display: table-cell;
  list-style: none;
}
header ul a {
  padding-left: 22px;
}
header ul a:hover {
  text-decoration: none;
}
.contact {
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
  width: 11px;
  height: 7px;
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  border-radius: 6px 6px 0 0;
}
.contact:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -3px;
  width: 2px;
  height: 4px;
  border: solid 2px #333333;
  border-radius: 2px 1px 1px 3px;
}
.contact:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -3px;
  width: 2px;
  height: 4px;
  border: solid 2px #333333;
  border-radius: 1px 2px 3px 1px;
}
.corp {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px currentColor;
}
.corp:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  border-radius: 85% 15%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid 1px currentColor;
}
.corp:after {
  content: '';
  position: absolute;
  top: 7px;
  width: 14px;
  height: 1px;
  background-color: currentColor;
}
.sitemap {
  position: absolute;
  margin-left: 4px;
  margin-top: 10px;
  width: 13px;
  height: 5px;
  border-top: solid 1px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
}
.sitemap:before {
  content: '';
  position: absolute;
  left: 5px;
  top: -6px;
  width: 1px;
  height: 11px;
  background-color: #333333;
}
.sitemap:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333333;
  left: -2px;
  top: 3px;
  box-shadow: 6px 0 0 0 #333333, 6px -10px 0 0 #333333, 12px 0 0 0 #333333;
}
/************************************
/* メインナビゲーション
************************************/

nav {
  background: linear-gradient(to bottom, #4c9ddb, #2375bc);
  border: 1px solid #c0c0c0;
}
nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
nav ul li {
  display: table-cell;
  width: 192px;
  height: 45px;
  border-left: 1px solid #c0c0c0;
}
nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fafdff;
  font: normal 12px/45px "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav ul li:hover {
  background: linear-gradient(to bottom, #71aedd, #3e86c4);
}
nav ul li a:hover, nav ul li a:link, nav ul li a:visited {
  text-decoration: none;
  color: #fafdff;
}
/*******************************
コンテンツ位置
*******************************/

#container {
  padding: 20px 0;
}
#main {
  width: 90%;
  margin: 0 auto;
}
/*************
/* 見出し
*************/

#container h1 {
  width: 100%;
  margin: 0 15px 10px 0;
  padding: 0 0 0 15px;
  line-height: 37px;
  font-size: 16px;
  position: relative;
  padding: 0.3em 0.5em;
  background: #eadfdc;
  color: #96514d;
  border-radius: 5px;
}
#container h2 {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #ccc;
}
#container h2::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 8px;
  background-color: #e84072;
  border-radius: 3px;
}
/*************
/* 個人情報保護BOX
*************/

#box-privacy {
  padding: 10px;
  margin: 0 20px;
  border: 1px solid #cccccc;
  overflow: auto;
  height: 130px;
}
#box-privacy ol, #box-privacy ul {
  padding: 0 0 0 2em;
}
#box-privacy ol li {
  list-style: decimal outside;
}
#box-privacy ol li ol li {
  list-style: none;
  counter-increment: cnt;
}
#box-privacy ol li ol li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
#box-privacy ul li {
  list-style: square outside;
}
/*******************************
/* フッター
*******************************/

#footerLower {
  padding: 10px;
  text-align: center;
  background: #000;
}
address {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  text-align: center;
}
/*******************************
/* スマフォページ
*******************************/

@media screen and (max-width:480px) {
  body {
    background: #ffffff;
  }
  header, #container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  header p.right, header ul, nav, #spec, #breadcrumbs, .hidden {
    display: none;
  }
  header p.headdisc {
    position: relative;
    background: linear-gradient(to bottom, #FFFFFF, #e6e6e6);
    padding: 8px 10px;
    line-height: 1.5;
  }
  #logo {
    position: relative;
    top: 0px;
    border-radius: 5px;
    margin: 8px;
    padding: 12px 15px 4px 15px;
    border: 1px solid #CCCCCC;
  }
  #main {
    width: 100%;
  }
  #container h1 {
    width: auto;
    line-height: 1.5;
    background: linear-gradient(to bottom, #FFFFFF, #e6e6e6);
    margin: 0;
    padding: 5px 8px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #container h1 img {
    display: none;
  }
}