@charset "utf-8";
/* CSS Document */
/*font*/
@import url("/font.css?a");

/*chrome*/
*:focus {
  outline: none;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック", 'YuGothic', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'Meiryo', sans-serif;
  -webkit-text-size-adjust: none;
  position: relative;
  display: flex;
  min-width: 1080px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*==============================================================================*/
/*hover */
/*==============================================================================*/
.mailBtn a, nav li a, #btnPagetop a, #submitBtn input:hover, #circleBtn a, #breadcrumb li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*==============================================================================*/
/*header */
/*==============================================================================*/
header {
  width: 250px;
  border-right: 1px solid #e6eef6;
  box-sizing: border-box;
  z-index: 9999;
  background: #e6eef6;
}

/*logo*/
#logo a {
  transition: 1.0s;
}

#logo a:hover, #bannerCont li a:hover {
  opacity: 0.6;
}

/*==============================================================================*/
/* nav*/
nav::before,
#mainNav {
  position: relative;
}

nav {
  letter-spacing: 0;
}

nav::before,
#mainNav::after {
  position: absolute;
  content: "";
  width: 250px;
}

nav::before {
  background: url(../img/sidetop.png) 0 0 no-repeat;
  height: 45px;
  z-index: 1;
}

#mainNav {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 100px;
  font-weight: 400;
}

#mainNav li a.active {
  cursor: default;
}

#mainNav::after {
  background: url(../img/sidebottom.png) 0 0 no-repeat;
  height: 40px;
  bottom: 0;
}

nav li {
  padding: 0 20px;
}

nav li a {
  padding: 10px 10px 10px 30px;
  display: block;
  color: #404040;
}

nav li:not(:last-child) a {
  border-bottom: 1px solid #e6eef6;
}

.navName {
  position: relative;
}

nav li a.active .navName:before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  height: 1px;
  content: "";
  background: #004595;
  /**/
}

nav li a.active {
  color: #004595;
}

nav li a:hover .navName {
  color: #033c7c;
}

/* > */
/*font awesome共通設定*/
#btnPagetop a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7em;
}

/*linkない*/
.nolink a {
  pointer-events: none;
  color: #ccc;
}

.txtbr span span {
  font-size: 0.9em;
}

.navName span br {
  display: none;
}

#subNav {
  font-size: 0.8666666666666667em;
  position: relative;
}

/*外部リンクアイコン*/
.externalIcon a span,
.externalIcon2 a span {
  display: inherit;
  background: url("../img/externalIcon.svg") 96px 4px no-repeat;
  background-size: 9px 10px;
}

.externalIcon3 a {
  background: url("../img/externalIcon.svg") 80% 14px no-repeat;
  background-size: 9px 10px;
}

/*==============================================================================*/
/*content */
/*==============================================================================*/
main {
  position: relative;
  z-index: 1;
  /* display: flex;
  flex-wrap: wrap; */
}

#wrapper {
  display: block;
}

#redTxt {
  color: #a52e2a;
}

.innerBox {
  margin: 0 auto;
  box-sizing: border-box;
}

/*事務局*/
#officeBox dl:first-child {
  margin-bottom: 40px;
}

#secretariatBox, .managementBox {
  padding: 0 8%;
  box-sizing: border-box;
}

#officeBox {
  background: #e6eef6;
  margin-top: -2px;
  padding: 40px 0 0;
}

.secretariatTitle {
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #fff;
  color: #003c89;
}

.secretariatBox dt {
  font-size: 0.9375em;
  color: #003c89;
  font-weight: 400;
}

.secretariatBox dd {
  font-size: 0.8125em;
}

/*運営事務局*/
#managementTitle {
  background: #698dcd;
}

address {
  padding-top: 12px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.addtel {
  color: #001c7a;
  padding-right: 5px;
}

.telnum, .faxnum {
  display: inline-block;
}

.telnum {
  margin-right: 20px;
}

.telnum br {
  display: none;
}

/*mail*/
.mailBtn {
  letter-spacing: 2px;
}

.icon-mail {
  position: relative;
  margin-left: 20px;
}

.icon-mail::before {
  background: url(../img/mail.svg) center 0 no-repeat;
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  left: -23px;
  top: 25%;
}

a:hover .icon-mail::before {
  background-image: url(../img/mailHover.svg);
}

.mailBtn, .mailBtn2, #entryBtn li, .entryBtn2 li, .dlbtn {
  position: relative;
}

.mailBtn a {
  border: 1px solid #003c89;
  color: #003c89;
  background: #fff;
  font-weight: 500;
}

.mailBtn a, .mailBtn2 a {
  max-width: 280px;
  padding: 14px 0;
  text-align: center;
}

.mailBtn a, .mailBtn2 a, #entryBtn a, .entryBtn2 a, .dlbtn a, .programList li a, #programList li a {
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
}

.mailBtn a:hover {
  background-color: #003c89;
  border-color: #003c89;
  color: #fff;
}

/*==============================================================================*/
/* footer
============================================================================== */
/*pagetop btn*/
#btnPagetop {
  position: fixed;
  bottom: 55px;
  right: 10px;
  font-size: 21px;
}

#btnPagetop a {
  width: 50px;
  height: 50px;
  padding: 17px 0;
  background: rgba(0, 60, 137, 0.8);
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border-radius: 100%;
}

#btnPagetop a:hover {
  background: rgba(18, 47, 123, 0.8)
}

#btnPagetop a span {
  display: none;
}

/* arrow */
#btnPagetop a::before {
  display: block;
  content: "\f077";
	line-height: 1;
}

footer {
  background: #003c89;
  color: #fff;
  padding: 25px 0;
  text-align: center;
}

/*=========================================================*/
/*sp-----------------------------------------------------*/
@media screen and (max-width: 1270px) {
  body {
    width: 100%;
  }

  header {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }

  /*nav*/
  nav li a {
    border-bottom: 1px solid #d9d9d9;
  }

  nav li:last-child a {
    border-bottom: none;
  }

  nav li a::after {}

  nav li:last-child a::after {
    line-height: 2em;
  }

  #subNav li a:after {
    color: #ccc;
  }

  /*外部リンクアイコン*/
  #mainNav .externalIcon a span {
    background-position: 135px 4px;
  }

  #subNav .externalIcon a span {
    background-position: 100px 4px;
  }

  .externalIcon a:after {
    margin-top: -9px;
    line-height: 0;
  }

  .externalIcon3 a {
    background-position: 168px 14px;
  }

  main {
    padding-left: 250px;
  }
}

/*pc-----------------------------------------------------*/
@media screen and (min-width: 1271px) {
  main {
    width: calc(100% - 250px);
  }

  #wrapper {
    width: 100%;
  }

  /*nav*/
  nav li a {
    padding-right: 10px;
  }

  .externalIcon a span {
    border-bottom: #fff 1px solid;
  }

  /*外部リンクアイコン*/
  #mainNav .externalIcon a span {
    width: 133px;
  }

  .externalIcon a span {
    width: 108px;
    margin-bottom: -1px;
    padding-bottom: 1px;
  }

  /*IE*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .externalIcon a span {
      background-position: 96px 0;
    }
  }

  #mainNav .externalIcon a span,
  #subNav .externalIcon a span {
    background-position: right 4px;
  }

  /*
.innerBox{ width:1270px;max-width: 90%;}*/
  #bannerCont {
    padding: 4% 2%;
  }

  /*footer*/
  #officeBox {
    padding-top: 30px;
  }
}
