@charset "utf-8";
.wrapper {
  margin: 0 auto;
}
.sectionInr {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.mgt0  { margin-top:0px !important; }
.mgt5  { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }
.mgt25 { margin-top:25px !important; }
.mgt30 { margin-top:30px !important; }
.mgt35 { margin-top:35px !important; }
.mgt40 { margin-top:40px !important; }
.mgt45 { margin-top:45px !important; }
.mgt50 { margin-top:50px !important; }

.fwN {font-weight: 500 !important;}
.fwB {font-weight: bold !important;}
.fs18 {font-size: 18px !important;}
.txtLink {text-decoration: underline;}

/*----------------------------------------
Header
----------------------------------------*/
.headerArea {
  display: table;
  width: 1400px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  background: #fff;
  z-index: 1;
}
.headerArea .headerBox {
  display: table-cell;
  vertical-align: middle;
}
.headerArea .headerBox.logo {
  width: 25%;
}
.headerArea .headerBox .logoTxt {
  font-size: 12px;
}
.headerArea .headerBox .headerLogo {
  display: inline-block;
}
.headerArea .headerBox ul {
  display: table;
  width: 100%;
}
.headerArea .headerBox ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.headerArea .headerBox .pageList a {
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.headerArea .headerBox .pageList a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1400px) {
  .headerArea {
    width: 100%;
    min-width: 1200px;
  }
  .headerArea .headerBox .headerLogo img {
    width: 90%;
  }
  .headerArea .headerBox .pageList a {
    padding: 0 2%;
    font-size: 15px;
  }
  .btn.registration a {
    width: auto;
  }
}

/*
btn
----------------------------------------*/
.btn {
  display: inline-block;
}
.btn a {
  position: relative;
  display: inline-block;
  width: 145px;
  padding: 7px 20px 7px 7px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: rotate(-45deg);
}
.btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn.registration a {
  opacity: 1;
  background: #f70000;
}
.btn.registration a:hover {
  opacity: 1;
  background: #ec6969;
}
.btn.login a {
  background: #00aeff;
}
.btn.login a:hover {
  opacity: 1;
  background: #6fcefa;
}
.btnList .summary a {
/*   width: 165px; */
  width: 190px;
  background: #38c3cf;
}
.btnList .study a {
/*   width: 165px; */
  width: 190px;
  background: #354ab2;
}

/*----------------------------------------
contactSection
----------------------------------------*/
.contactSection {
  background: #f5f5f5;
  padding-bottom: 50px;
}
.contactSection .sectionInr > p{
  margin-top: 20px;
}

/*
List
----------------------------------------*/
ol.numList {
  list-style: decimal;
  padding-left: 1.5em;
}

ul.textList li {
  text-indent: -1.3em;
  padding-left: 1em;
}
ul.textList li::before {
  content: "・";
  vertical-align: top;
}

/*----------------------------------------
footer
----------------------------------------*/
.footerArea {
  min-width: 1200px;
  position: relative;
  background: #686868;
  color: #fff;
}
.pageTop {
  position: absolute;
  top: -60px;
  right: 60px;
  display: inline-block;
  width: 59px;
  height: 59px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 100;
}
.pageTop.is-fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}
.pageTop::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 14px;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);

}
.footerInr {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}
.footerTtl {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.footerMenu {
  display: table;
  width: 100%;
}
.footerMenu .menuItem {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
.footerMenu .menuItem .footerLink {
  position: relative;
  margin-bottom: 4px;
}
.footerMenu .menuItem .footerLink a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.footerMenu .menuItem .footerLink a:hover {
  text-decoration: underline;
}
.footerMenu .menuItem .footerLink a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footerInr .footerLogo {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footerInr .footerLogo:hover {
  opacity: 0.7;
}
.footerInr .copyRight {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}