@charset "utf-8";
body {
  font-size: small;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 0;
  color: #313131;
  border-top: 3px solid #0071bc;
  padding-top: 1rem;
  min-width: 980px;
  /*フッター用*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img {
  outline: none;
  border-style: none;
}
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: red;
}
hr {
  width: 100%;
  border: none;
  border-top: solid 1px #ccc;
  margin: 1rem auto;
}
/* ヘッダー */
header {
  width: 980px;
  margin: 0 auto;
}
/* ナビゲーション */
nav {
  width: 100%;
  overflow: hidden;
  font-size: medium;
  background-color: #0071bc;
  padding: 1rem 0;
  margin-top: 0.5rem;
}
nav ul {
  width: 980px;
  height: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
}
nav li {
  text-align: center;
  width: 200px;
  float: none;
  display: table-cell;
  border-right: 1px solid #fff;
}
nav li:first-child {
  border-left: 1px solid #fff;
}
nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
nav a:visited {
  color: #fff;
}
nav a:hover {
  color: gold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* テーブル左タイトル*/
table.TableBase {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}
table.TableBase td, th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.TableBase th {
  background: #eee;
}
/* テーブル上タイトル*/
table.TableCurriculum {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: small;
}
table.TableCurriculum td, th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.TableCurriculum th {
  background: #eee;
}
/* メイン */
.TopBrandingArea {
  width: 980px;
  margin: 1rem auto 0;
}
/* スライダ */
.swiper-container {
  width: 980px;
  height: auto;
}
/* メイン */
.MainArea {
  width: 980px;
  margin: 0 auto;
}
/* キャプション */
.Caption {
  background-color: #fff;
  border-bottom: solid 5px #0071bc;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}
.Caption h1 {
  font-size: x-large;
  color: #000;
  letter-spacing: 0.5rem;
}
.ContainerArea {
  width: 980px;
  margin: 0 auto;
}
/* コース紹介 */
.CourseArea ul {
  margin-top: 1rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.CourseArea li {
  position: relative;
  width: 240px;
}
.CourseArea span {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 240px;
  text-align: center;
  color: #fff;
  line-height: 250%;
  background-color: #0071bc;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.CourseArea img {
  width: 240px;
}
/* コンテンツ */
.Contents {
  width: 980px;
  margin: 1rem auto 3rem;
}
.Contents h1 {
  color: #999;
}
.Contents h2 {
  border-left: solid 0.5rem #0071bc;
  padding-left: 0.5rem;
  margin: 2rem 0 1rem;
}
.Contents h3 {
  padding-left: 0.5rem;
  margin: 1rem 0;
}
.Contents p {
  color: #666;
  font-size: medium;
  text-align: justify;
  letter-spacing: 0.1rem;
}
.Contents ul, ol {
  margin: 1rem 0 1rem 1.5rem;
  font-size: medium;
  line-height: 2rem;
  color: #666;
}
.Contents img {
  display: block;
  margin: 0 auto;
}
.Contents dl {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
}
.Contents dt {
  padding-bottom: 5px;
}
/* ルート */
.TopicPath {
  width: 980px;
  margin: 2rem auto 0;
}
.TopicPath a {
  text-decoration: none;
}
.TopicPath a:after {
  content: "＞";
  color: #999;
  margin: 0 1rem;
}
/* コース詳細 */
.Level h3 {
  border: 4px double #0071bc;
  padding: 0.5rem 1rem;
}
.Job h3 {
  border: 4px double #0071bc;
  padding: 0.5rem 1rem;
}
.ColumnSet {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ColumnSetLeft {
  width: 480px;
}
.ColumnSetRight {
  width: 480px;
}
.ColumnSetRight p {
  font-size: small;
  margin-bottom: 1rem;
  color: #000;
  background: #eee;
  padding: 1rem;
}

/* コース紹介 */
dl.CourseList, dt, dd {
  margin: 0;
  padding: 0;
}
dl.CourseList {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0;
}
dl.CourseList dt:first-child {
  font-weight: 700;
}
dl.CourseList dt:first-child + dd {
  font-weight: 700;
}
dl.CourseList dt {
  width: 30%;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
dl.CourseList dd {
  background-color: #fff;
  margin: 0 0 0 30%;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* フッター */
footer {
  width: 100%;
  height: 100px;
  margin-top: auto;
  background-color: #eee;
  border-top: solid 1px #ccc;
  font-size: x-small;
  padding-bottom: 32px;
}
.sitemap {
  width: 980px;
  padding-top: 20px;
  margin: 0 auto;
  border-top: solid 2px #0071bc;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.sitemap a {
  text-decoration: none;
}
.sitemap-left {
  width: 600px;
  float: left;
  letter-spacing: 0.1rem;
}
.sitemap-right {
  width: 380px;
  text-align: right;
  float: right;
  letter-spacing: 0.1rem;
}
/*Back to top button */
#back-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
}
/* arrow icon (span tag) */
#back-top span {
  width: 56px;
  height: 56px;
  display: block;
  background: #0071bc url(../image/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* background color transition */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover span {
  background-color: goldenrod;
}