@charset "UTF-8";

.overseas_title, 
.overseas_icn, 
.overseas_logo {
  display: inline-block;
  fill: #718cc7;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.overseas_title .title_img {
  width: 7.5em;
  height: 1.5em;
}
.overseas_icn .icn_img {
  font-size: 2em;
}
.overseas_icn .balloon_icn {
  fill: #FFF;
}
.overseas_logo .logo_img {
  display: inline-block;
  width: 3.5em;
  height: 2em;
  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;
}
.flag_img {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  vertical-align: middle;
}

/* HEADER
============================== */
#header {
  padding: 1em;
  background-color: #fff;
  color: #FFF;
  z-index: 2000;
}
#header .hokusei_logo {
    fill: #1E2380;
}
#header .link_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1em;
  height: 2em;
  font-size: 0.75em;
    border: none;
    color: #1E2380;
    
}
#header .link_btn .logo_arrow{
width: 1.5em;
height: 1.5em;
    fill: #1E2380;
vertical-align: middle;
display: inline-block;
margin-left: 0.5em;
}

/* 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: #F39800;
  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: #F39800;
}
#totop .btn_txt {
  color: #FFF;
  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 #fff;
    border-left: 1px solid #fff;
    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;
  }
}