@charset "UTF-8";

.graduate_title, 
.graduate_icn, 
.graduate_logo {
  display: inline-block;
  /*fill: #419cc0;*/
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.graduate_title .title_img {
  width: 7.5em;
  height: 1.5em;
}
.graduate_icn .icn_img {
  font-size: 2em;
}
.graduate_icn .balloon_icn {
  fill: #FFF;
}
.graduate_logo .logo_img {
  display: inline-block;
  width: 3.5em;
  height: 1em;
  vertical-align: middle;
}
.hokusei_logo .logo_img {
  width: 7.5em;
  height: 2em;
}
.num_img {
  display: inline-block;
  width: 1.25em;
  height: 2em;
  line-height: 1;
  vertical-align: bottom;
}

/* HEADER
============================== */
#header {
  padding: 1em;
  background-color: #fff;
    color: #1e2380;
  z-index: 2000;
}
#header .hokusei_logo {
    fill: #1e2380;
}
#header .link_btn {
  position: absolute;
  top: 2em;
  right: 0;
  margin: auto 1em;
  height: 2em;
  font-size: 0.75em;
    border: none;
    box-shadow: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
    color: #38A1DB;
    vertical-align: middle;
}
#header .link_btn .logo_arrow{
    width: 1.5em;
    height: 1.5em;
    fill:#38A1DB; 
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5em;
}

#header .voice_head_cont{
    text-align: center;
    margin-top: 0.5em;
}
#header .voice_head_cont a{
    text-decoration: none;
}

#header .voice_head_cont .graduate_icn{
    font-size: 1em;
    margin-right: 0.25em;
}
#header .voice_head_cont .graduate_logo{
    font-size: 3em;
}



/* FOOTER
============================== */
#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 8em;
  text-align: center;
  z-index: 3000;
}
#footer .hokusei_logo {
  margin: 1em auto;
}
#footer .hokusei_logo .logo_img {
  font-size: 1.5em;
}
#footer .copyright {
  padding: 1em;
  height: 3em;
  background-color: #1e2380;
  color: #FFF;
  line-height: 1;
}
#footer .copyright .copyright_txt {
  font-size: 0.75em;
}


/* TO TOP
============================== */
#totop {
    display: block;
    position: fixed;
    bottom: -6em;
    right: -2em;
    margin: auto 5%;
    width: 6em;
    height: 2em;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 4000;
    transform: rotate(90deg);

}
#totop:hover {
    background-color: #fff;
}
#totop .btn_txt {
    color: #1A1A1A;
    display: inline-block;
    margin-top: -0.4em;
    font-size: 0.5em;
    line-height: 1;
    font-weight: bold;
}
#totop::before {
    content: " ";
    display: inline-block;
    height: 0.5em;
    width: 1.5em;
    border-bottom: 1px solid #1A1A1A;
    border-left: 1px solid #1A1A1A;
    transform: skewX(-30deg);
    margin-right: 0.5em;
}
#totop.-active {
    bottom: 50%;
    margin-bottom: 2%;
}
#totop.-active::before {
}
@media only screen and (max-width:719px) {
    #totop {
        font-size: 1em;
        right: -3em;
    }
    #totop.-active {
        bottom: 11%;   
    }
}
@media print, (min-width:720px) {
    #totop {
        margin: auto 0;
    }
}

/* CONTENT
============================== */
#content {
  padding-bottom: 8em;
}


/* 印刷用
============================== */
@media only print {
  body > *:not#main {
    display: none;
  }
}