@charset "UTF-8";
body {
  background: #fff;
  color: #333;
  font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
}

h1 {
  margin: 0px;
}

a {
  color: #0079e9;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

ol {
  list-style: decimal;
  margin-left: 24px;
}

#content {
  margin: auto;
  position: relative;
  top: 2px;
  gap: 24px;
}
#content a:not(.contact-icon, .table-img__map) > img {
  width: 100%;
  display: block;
  max-width: 600px;
}

#content h2:not(.area-title) {
  font-weight: 600;
  font-size: 1.4em;
  margin: 20px 0;
  color: #00a99d;
  border-bottom: 1px solid #00a99d;
  padding-bottom: 16px;
}

#content h3 span {
  color: #00a99d;
}

#content dd {
  margin-left: 24px;
}
#content dd:has(.kyoshitsu-tbl) {
  margin-left: 0;
}
#content dd:has(.kyoshitsu-tbl__sub) {
  margin-left: 0;
}

.dd-in-ul li {
  list-style: initial;
  margin-left: 24px;
}

#map h2 {
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 285px;
  border: none;
}

#hkd-contest {
  background: rgba(0, 0, 0, 0) url("/app/webroot/theme/topzemi/img/side-gakuryoku-c.png") no-repeat scroll 0 0;
  height: 235px;
  width: 285px;
}

#hkd-contest h4 {
  display: block;
  height: 50px;
  text-indent: -9999px;
  width: 265px;
}

p#hkd-dont-1 {
  display: block;
  font-size: 0.8em;
  height: 80px;
  line-height: 1.2em;
  padding: 10px 20px;
  width: 245px;
}

p#hkd-dont-2 {
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 1.2em;
  margin: 0 0 0 125px;
  padding: 0;
  width: 144px;
}

/* footer-wrap
---------------------------------------------------- */
#footer-wrap {
  width: 100%;
  clear: both;
  border-top: #ddd solid 1px;
  padding-top: 2px;
}

#footer-upper {
  width: 100%;
  background: #ddd;
  padding: 20px 0;
}

#footer-bottom {
  width: 100%;
  background: #aaa;
  padding: 20px 0 50px 0;
}

.ft-inner {
  width: 940px;
  margin: 0 auto;
}

.ft-inner table {
  width: 100%;
}

.ft-inner table td {
  vertical-align: top;
}

.ft-inner table td.bd-td {
  border-left: #f9f9f9 dashed 1px;
  width: 200px;
}

.ft-inner table td ul,
.ft-inner table td ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-inner table td ul li {
  background: url(/app/webroot/theme/topzemi/img/arrow-glay.png) no-repeat 0 center;
  padding-left: 15px;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0 0 5px 5px;
}

.ft-add {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  background-repeat: repeat-x;
}

.header-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #e7e7e7;
  z-index: 10;
}
.header-menu.active {
  display: block;
}
.header-menu__list {
  margin: 60px auto;
}
.header-menu__item {
  display: block;
  padding: 0 40px;
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
}
.header-menu__item--blue > a {
  color: #0069e1;
  display: flex;
}
.header-menu__item--blue > a::before {
  content: "";
  background: #0069e1;
  width: 20px;
  height: 100%;
}
.header-menu__link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  padding: 16px;
  display: block;
}
.header-menu__btn {
  /*ボタン外側*/
  display: none;
  position: absolute;
  background: #f1f1f1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 20;
  /*ボタン内側*/
}
.header-menu__btn > span {
  display: inline-block;
  transition: all 0.3s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background: #777;
  width: 33px;
}
.header-menu__btn > span:nth-of-type(1) {
  top: 18px;
}
.header-menu__btn > span:nth-of-type(2) {
  top: 29px;
}
.header-menu__btn > span:nth-of-type(3) {
  top: 40px;
}
.header-menu__btn.active > span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}
.header-menu__btn.active > span:nth-of-type(3) {
  top: 34px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}
.header-menu__btn.active > span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.header .banner-img {
  display: block;
  margin: auto;
  width: 100%;
}
.header .top-banner {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.header .top-banner .banner-txt {
  color: #818181;
}
.header .top-banner--topzemi {
  flex-grow: 1;
}
.header .top-banner--pascal {
  flex-grow: 1;
}
.header .top-banner__inner {
  width: 100%;
}
.header .top-banner-area {
  margin: 16px 0;
  display: flex;
  gap: 32px;
  align-items: center;
}
.header .top-banner-area .top-btn__list {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.header .top-banner-area .top-btn__list .btn-item {
  display: block;
}
.header .top-banner-area .top-btn__list .btn-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0069e1;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  height: 92px;
  width: 92px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
}
.header .top-banner-area .top-btn__list .btn-item__link::after {
  content: "";
  position: absolute;
  bottom: 8px;
  border: 6px solid transparent;
  border-top: 9px solid #80acdf;
}
.header .event-banner {
  display: block;
}
.header .event-banner-area {
  border-top: 2px solid #0069e1;
  border-bottom: 2px solid #0069e1;
}
.header .event-banner .banner-img {
  width: 100%;
}
.header-nav {
  border-bottom: 2px solid #0069e1;
  border-top: 2px solid #0069e1;
  padding: 20px;
}
.header-nav .nav-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  gap: 4px;
}
.header-nav .nav-item__link.current-page {
  position: relative;
}
.header-nav .nav-item__link.current-page::after {
  content: "";
  position: absolute;
  bottom: -22px;
  border: 22px solid transparent;
  border-bottom: 13px solid #0069e1;
}
.header-nav .nav-item__list {
  display: flex;
  justify-content: space-around;
}
.header-nav .nav-item__icon {
  width: 56px;
}

.footer-banner-area .banner-column {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  flex-wrap: wrap;
}
.footer-banner-area .banner-column .banner-link {
  display: block;
}
.footer-banner-area .banner-column--top .banner-link {
  width: 100%;
}
.footer-banner-area .banner-column--top .banner-img {
  width: 100%;
  display: block;
}
.footer-banner-area .banner-column--middle .banner-img {
  width: 600px;
  display: block;
  height: auto;
}
.footer-banner-area .banner-column--bottom .banner-img {
  width: 360px;
  display: block;
  height: auto;
}

.footer-contact .container {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin: 60px auto;
}
.footer-contact .contact-map {
  display: flex;
  flex-direction: column;
  width: 285px;
}
.footer-contact .contact-map .map-img {
  display: block;
  width: 100%;
}
.footer-contact .section-title {
  font-size: 28px;
  color: #818181;
}
.footer-contact .note {
  color: #818181;
  padding: 6px 0;
  font-size: 14px;
}
.footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-contact .contact-item__tel {
  margin-left: 12px;
}
.footer-contact .contact-item__tel .tel {
  font-size: 40px;
  font-weight: 600;
  color: #2b80ff;
  line-height: 1.2em;
}
.footer-contact .contact-item__tel .note {
  margin: 0;
}
.footer-contact .contact-item__label {
  width: 120px;
  background: #2b80ff;
  padding: 20px 12px;
  color: #fff;
  text-align: center;
}

.footer-nav {
  background: #dddddd;
  padding: 24px 0 16px;
}
.footer-nav__inner {
  display: flex;
  gap: 24px;
}
.footer-nav__inner .footer-item {
  margin: 8px auto;
  max-width: 240px;
}
.footer-nav__inner .footer-item__list {
  flex-basis: 30%;
}
.footer-nav__inner .partition {
  border-left: 2px dotted #fff;
}

.footer-copyright {
  background: #dddddd;
  padding: 12px 0 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/*newtonを非表示にした分調整用に追加*/
#hkd-contest h4 {
  margin-top: 0;
}

#hkd-contest {
  margin-bottom: 15px;
}

#map {
  margin-top: 10px;
}

.align-center {
  text-align: center;
}

.display-block--sp {
  padding: 0 1em;
  font-weight: inherit;
}
.display-block--sp + .display-block--sp {
  padding-left: 0;
}/*# sourceMappingURL=common.css.map */