@charset "UTF-8";
/* layout */
/* wrapper
------------------- */
/* header
------------------- */
#header {
  background: #00AECC;
  border-bottom: 8px solid #59C2E1;
}
#header #header_inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
#header #gnav > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: -8px;
  margin-top: 15px;
}
#header #gnav > ul > li {
  position: relative;
  margin: 0;
  text-align: center;
  padding: 0 1em 0 3em;
  position: relative;
  transition: 0.3s;
  height: 2.2em;
  font-size: 1.1em;
}
#header #gnav > ul > li:hover, #header #gnav > ul > li.on {
  border-bottom: 8px solid #FFF681;
  color: #FFF681;
}
#header #gnav > ul > li:hover > a, #header #gnav > ul > li.on > a {
  color: #FFF681;
}
#header #gnav > ul > li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#header #gnav > ul > li a img {
  height: 30px;
}
#header #gnav > ul > li a:hover {
  color: #FFF681;
}
#header #gnav > ul > li::before {
  position: absolute;
  top: 50%;
  left: 0.4em;
  transform: translate(0, -50%) scale(0.95);
  -webkit-transform: translate(0, -50%) scale(0.95);
  -moz-transform: translate(0, -50%) scale(0.95);
  -ms-transform: translate(0, -50%) scale(0.95);
  -o-transform: translate(0, -50%) scale(0.95);
}
#header #gnav .has-child {
  padding-right: 2.4em;
}
#header #gnav .has-child ul {
  position: absolute;
  display: block;
  left: 0;
  top: 2.6em;
  z-index: 4;
  background: #59C2E1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#header #gnav .has-child li {
  padding: 10px;
  border-bottom: #eee solid 1px;
}
#header #gnav .has-child li a {
  text-decoration: none;
  color: #fff;
}
#header #gnav .has-child::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  color: #fff;
  top: 5px;
  right: 0.7em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#header #gnav .has-child:hover ul, #header #gnav .has-child:active ul {
  visibility: visible;
  opacity: 1;
}
#header .squarebtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#header .squarebtn a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.42em 1.5em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  display: block;
}
#header .mypage {
  right: 150px;
  text-align: center;
  font-size: 0.9em;
}
#header .mypage a {
  color: #168ca3;
  background-color: #fff;
  padding: 0.1em 0.4em;
  line-height: 1.2;
}
#header .mypage small {
  font-size: 0.8em;
}
#header .about::before {
  content: url(../images/about_ico.svg);
}
#header .about:hover::before, #header .about.on::before {
  content: url(../images/about_ico_on.svg);
}
#header .home::before {
  content: url(../images/home_ico.svg);
}
#header .home:hover::before, #header .home.on::before {
  content: url(../images/home_ico_on.svg);
}
#header .jigyo::before {
  content: url(../images/jigyo_ico.svg);
}
#header .jigyo:hover::before, #header .jigyo.on::before {
  content: url(../images/jigyo_ico_on.svg);
}
#header .katsudo::before {
  content: url(../images/katsudo_ico.svg);
}
#header .katsudo:hover::before, #header .katsudo.on::before {
  content: url(../images/katsudo_ico_on.svg);
}
#header .academic::before {
  content: url(../images/academic_ico.svg);
}
#header .academic:hover::before, #header .academic.on::before {
  content: url(../images/academic_ico_on.svg);
}
#header .info::before {
  content: url(../images/info_ico.svg);
}
#header .info:hover::before, #header .info.on::before {
  content: url(../images/info_ico_on.svg);
}

/* content
------------------- */
#content {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#content #bread {
  width: 960px;
  margin: 0 auto 30px auto;
}

#content #bread_inner {
  display: inline-block;
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #00AECC;
  font-size: 90%;
}

#content #bread a {
  color: #00AECC;
  text-decoration: none;
  font-weight: bold;
}

#content #bread a:hover {
  text-decoration: underline;
}

#content #bread span {
  padding: 0 5px;
  color: #9F9FA0;
}

#content #main {
  width: 700px;
  margin: 0 25px 0 0;
  float: left;
  color: #595757;
}

#content #main h2 {
  margin: 0 0 20px 0;
}

#content #main h3 {
  margin: 0 0 10px 0;
  background: #E6E4D7 url(../images/main_bg_h2.png) repeat-x top;
  color: #4573AB;
  font-size: 110%;
  font-weight: bold;
  line-height: 1;
  padding: 12px 10px 10px 10px;
}

#content #main h4 {
  margin: 0 0 10px 10px;
  font-size: 105%;
  border-top: 1px dotted #595757;
  border-bottom: 1px dotted #595757;
  line-height: 1.2em;
  font-weight: bold;
  padding: 5px;
}

#content #main h5 {
  margin: 0 0 10px 10px;
  font-size: 105%;
  line-height: 1.2em;
  font-weight: bold;
  background: url(../images/main_bg_arrow.png) no-repeat left center;
  padding: 0 0 0 10px;
}

#content #main p {
  margin: 0 0 10px 10px;
}

#content #main .main_block {
  margin: 0 0 20px 0;
}

#content #side {
  width: 220px;
  float: left;
}

#content #side #bnarea {
  margin: 0 0 15px;
}

#content #side ul li {
  margin: 0 0 5px 0;
}

#content #side #inquiry {
  border: 1px solid #00AECC;
}

#content #side #inquiry h2 {
  background: #00AECC;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  margin: 0;
}

#content #side #inquiry #inquiry_inner {
  padding: 15px;
}

#content #side #inquiry h3 {
  color: #4573AB;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 105%;
}

#content #side #inquiry dl dt {
  color: #4573AB;
  background: url(../images/side_inquiry_bg_circle.png) no-repeat left center;
  padding: 0 0 0 18px;
}

#content #side #inquiry dl dd {
  color: #717071;
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
}

/* footer
------------------- */
#footer {
  border-top: 5px solid #00AECC;
  background: #E6E4D7;
  padding: 30px 0;
  color: #595757;
}
#footer #footer_inner {
  width: 960px;
  margin: 0 auto;
}
#footer #footer_menu {
  float: left;
}
#footer #footer_menu dl {
  float: left;
  margin: 0 25px 0 0;
  width: 130px;
}
#footer #footer_menu dl dt {
  color: #4573AB;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
#footer #footer_menu dl dt a {
  color: #4573AB;
  text-decoration: none;
}
#footer #footer_menu dl dd {
  font-size: 95%;
  margin: 0 0 3px 3px;
}
#footer #footer_menu dl dd a {
  color: #595757;
  text-decoration: none;
}
#footer #footer_menu dl dd a:hover {
  text-decoration: underline;
}
#footer #footer_add {
  float: right;
}
#footer #footer_add dl {
  background: #FFF;
  border-radius: 5px;
  padding: 15px;
}
#footer #footer_add dl dt {
  color: #4573AB;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}
#footer #footer_add dl dd {
  font-size: 95%;
}

/* cr
------------------- */
#cr {
  background: #9F9D8F;
  text-align: center;
  font-size: 90%;
  padding: 7px 0;
  color: #FFF;
}

/* 20250818追記 */
#content #main a.katsudo_link div {
  position: relative;
}
#content #main a.katsudo_link:hover p {
  opacity: 0.5;
}
#content #main a.katsudo_link p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  font-size: 1.75rem;
  font-weight: bold;
  color: red;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}/*# sourceMappingURL=layout.css.map */