@charset "UTF-8";

/*----------------------------------------
    Reset
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}


/*----------------------------------------
    Base style
----------------------------------------*/
body {
  min-width: 1022px;
  font-family: "ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 76%;
  line-height: 1.6;
  color: #222222;
  height: 100%;
  padding-left: 210px;
  background-color: #fff;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  body {
    width: 100%;
    padding: 0;
    position: relative;
  }
}

p {
  margin-bottom: 10px;
  font-size: 117%;
  line-height: 1.714;
}

a {
  text-decoration: none;
  color: #00a7d7;
}

h2 {
  margin-bottom: 25px;
  padding: 8px 18px;
  border-top: 3px solid #00a7d7;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fbfbfb;
  font-size: 167%;
}
h2 ~ h2 {
  margin-top: 45px;
}

h3 {
  position: relative;
  margin-bottom: 28px;
  padding: 8px 0;
  padding-top: 0;
  border-bottom: 2px solid #d6d6d6;
  font-size: 150%;
}
h3:before {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a7d7;
}
h3 ~ h3 {
  margin-top: 25px;
}

h4 {
  margin-bottom: 2px;
  font-size: 117%;
}
h4:before {
  content: url(/common/img/ico-circle.png);
  margin-right: 3px;
}
h4 ~ h4 {
  margin-top: 25px;
}

figure {
  display: inline-block;
}
figure:before, figure:after {
  content: " ";
  display: table;
}
figure:after {
  clear: both;
}
figure {
  *zoom: 1;
}
figure > figcaption {
  float: right;
  margin-top: 6px;
  padding-left: 10px;
  text-indent: -10px;
}
figure > figcaption:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  margin-right: 4px;
  border: 3.5px solid transparent;
  border-bottom: 4px solid #00a7d7;
}
figure.align_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: right;
}
figure.align_left > figcaption {
  float: none;
}
figure.align_right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: right;
}
figure.align_right > figcaption {
  float: none;
}

figure .caption_left {
  float: left;
}


/*  Base parts
----------------------------------------*/
.grid {
  margin-left: -16px;
}
.grid:before, .grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid {
  *zoom: 1;
}
.grid .row:before, .grid .row:after {
  content: " ";
  display: table;
}
.grid .row:after {
  clear: both;
}
.grid .row {
  *zoom: 1;
}
.grid .col {
  float: left;
  border-left: 16px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col.md1_1 {
  width: 100%;
}
.grid .col.md1_2 {
  width: 50%;
}
.grid .col.md2_2 {
  width: 100%;
}
.grid .col.md1_3 {
  width: 33.33333%;
}
.grid .col.md2_3 {
  width: 66.66667%;
}
.grid .col.md3_3 {
  width: 100%;
}
.grid .col.md1_4 {
  width: 25%;
}
.grid .col.md2_4 {
  width: 50%;
}
.grid .col.md3_4 {
  width: 75%;
}
.grid .col.md4_4 {
  width: 100%;
}
.grid .md_clear {
  clear: both;
}
.ml_4{
  margin-left: 4px;
}
.styled_list {
  font-size: 117%;
}
.styled_list > li {
  margin-top: 2px;
}
.styled_list > li:first-child {
  margin-top: 0;
}
.styled_list > li:before {
  content: url(/common/img/ico-disc.png);
  margin-right: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
}

.styled_table {
  border-top: 2px solid #00a7d7;
  border-bottom: 2px solid #00a7d7;
  line-height: 1.714;
}
.styled_table th {
  width: 24.52316%;
  padding: 12px 20px 12px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top;
}
.styled_table td {
  width: 75.47684%;
  padding: 12px 32px 12px;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.table_pattern1 {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table_pattern1 th {
  width: auto;
  padding: 8px 16px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ebf8fc;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}
.table_pattern1 td {
  width: auto;
  padding: 8px 16px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
}
.table_pattern1 tbody th {
  background: none;
}

.table_pattern2 {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
}
.table_pattern2 th {
  width: auto;
  padding: 10px 16px 10px;
  border-top: 1px solid #ccc;
  background-color: #ebf8fc;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
.table_pattern2 td {
  width: auto;
  padding: 10px 28px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
}

.table_pattern3 {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table_pattern3 th {
  width: auto;
  padding: 10px 16px 10px;
  border-top: 1px solid #ccc;
  background-color: #ebf8fc;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
.table_pattern3 td {
  width: auto;
  padding: 10px 28px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
}

.table_pattern4 {
  display: table;
}
.table_pattern4 .table_inner {
  display: table-cell;
  vertical-align: top;
}
.table_pattern4 .table_inner ~ .table_inner {
  border-left: 1px solid #ccc;
}
/*.table_pattern4 .table_inner:before, .table_pattern4 .table_inner:after {*/
  /*content: " ";*/
  /*display: table;*/
/*}*/
/*.table_pattern4 .table_inner:after {*/
  /*clear: both;*/
/*}*/
/*.table_pattern4 .table_inner {*/
  /**zoom: 1;*/
/*}*/
.table_pattern4 table {
  width: 100%;
  height: 100%;
  float: left;
  table-layout: fixed;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
}
.table_pattern4 th {
  width: auto;
  height: 32px;
  padding: 4px 16px 4px;
  background-color: #ebf8fc;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
.table_pattern4 th.rowspan_2 {
  height: 64px;
}
.table_pattern4 th ~ th {
  border-left: 1px solid #ccc;
}
.table_pattern4 td {
  width: auto;
  padding: 20px 16px 20px;
  box-sizing: border-box;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table_pattern4 td ~ td {
  border-left: 1px solid #ccc;
}

.table_pattern4 tbody th {
  background: none;
}

.align_center th,
.align_center_th th {
  text-align: center;
}
.align_center td,
.align_center_td td {
  text-align: center;
}

.styled_label {
  display: inline-block;
  padding-left: 9px;
  border-left: 4px solid #00a7d7;
  font-weight: bold;
}

.block_link {
  position: relative;
  display: block;
  padding: 0 16.37931% 0 10.34483%;
  border-left: 2px solid #00a7d7;
  background-color: #f4f4f4;
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  word-wrap: break-word;
}
.block_link:before {
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
}
.block_link > span {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  padding: 5px 0;
  font-size: 115%;
}
.block_link:after {
  content: url(/common/img/ico-circle_arrow.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8.5px;
}

.block_label {
  position: relative;
  display: block;
  padding: 0 16.37931% 0 10.34483%;
  border-left: 2px solid #00a7d7;
  background-color: #f4f4f4;
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  font-size: 134%;
  word-wrap: break-word;
}
.block_label:before {
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
}
.block_label > span {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  padding: 5px 0;
}

.light_panel, .dark_panel {
  padding: 3px;
  background-color: #f4f4f4;
}

.light_panel > .panel_caption {
  padding: 11px 10px;
  background-color: #fff;
  line-height: 1.3;
}
.light_panel > .panel_content {
  padding: 18px 17px;
}

.dark_panel > .panel_caption {
  padding: 11px 7px;
  line-height: 1.3;
}
.dark_panel > .panel_content {
  padding: 3px 7px 7px;
}
.dark_panel > .panel_content img {
  width: 100%;
}

.pane {
  padding: 24px 10px;
  background-color: #f4f4f4;
}
.pane > p,
.pane > span {
  margin-bottom: 0;
  line-height: 1.3;
}

.link_list a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -1px;
  margin-right: 5px;
  border: 4px solid transparent;
  border-left: 6px solid #00a7d7;
  border-right: none;
}

.inline_list:before, .inline_list:after {
  content: " ";
  display: table;
}
.inline_list:after {
  clear: both;
}
.inline_list {
  *zoom: 1;
}
.inline_list > li {
  display: inline-block;
  margin-left: 28px;
}
.inline_list > li:first-child {
  margin-left: 0;
}


.styled_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  margin-right: 5px;
  border: 3.5px solid transparent;
  border-left: 5px solid #00a7d7;
  border-right: none;
}

.pdf:after {
  content: url(/common/img/ico-doc.png);
  margin-left: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}

.styled_entry {
  color:#ff0000;
  padding-left:5px;
}

.excel:after {
  content: url(/common/img/ico-excel.png);
  margin-left: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}

.doc:after {
  content: url(/common/img/ico-word.png);
  margin-left: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}

.external:after {
  content: url(/common/img/ico-window.png);
  margin-left: 8px;
}
.external.ico_white:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/common/img/ico-window_white.png);
  margin-left: 10px;
}

.large_label {
  font-size: 134%;
}
.large_label_fixed {
  font-size: 16px;
}

.medium_label {
  font-size: 117%;
}
.medium_label_fixed {
  font-size: 14px;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.exam_header .gh_aside .gh_graduate {
text-align: center;
padding: 5px;
background-color: #00a7d7;
border-radius: 2px;
margin-top: 10px;
}

.exam_header .gh_aside .gh_graduate a {
  display: block;
  color: #fff;
 }

 .exam_header .gh_aside .gh_graduate a:hover {
  opacity: 0.7;
 }


  

/*----------------------------------------
    Header
----------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1022px;
  padding-left: 210px;
  box-sizing: border-box;
  z-index: 9999;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  #header {
    padding-left: 0;
  }
}

/*  globalheader
----------------------------------------*/
.globalheader {
  width: 210px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  background-image: url(/common/img/header/bg-globalheader.png);
  background-repeat: repeat;
  background-position: 50% top;
  z-index: 1;
}
.exam_header .globalheader {
  position: absolute;
  border-right: 0;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .globalheader {
    width: auto;
    height: auto;
    position: static;
    border-right: none;
    background: none;
    border-bottom: 1px solid #d6d6d6;
  }
  .exam_header .globalheader {
    position: static;
  }
}
.globalheader a {
  color: #222222;
}
.globalheader_inner {
  height: 100%;
  background: url(/common/img/header/bg-globalheader_bottom.png) no-repeat 50% bottom;
}

.gh_badge {
  display: block;
  height: 163px;
  padding-top: 26px;
  background: #00a7d7;
  box-sizing: border-box;
  overflow: hidden;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_badge {
    width: 150px;
    height: 100px;
    float: left;
    padding-top: 12px;
  }
}
.gh_badge > .logo {
  display: block;
  width: 154px;
  height: 0;
  margin: 0 auto;
  padding-top: 106px;
  background: url(/common/img/header/logo-badge.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_badge > .logo {
    width: 110px;
  }
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_nav {
    width: 100%;
    padding-left: 150px;
    box-sizing: border-box;
  }
  .gh_nav:before, .gh_nav:after {
    content: " ";
    display: table;
  }
  .gh_nav:after {
    clear: both;
  }
  .gh_nav {
    *zoom: 1;
  }
}

.gh_controls {
  display: none;
}

/* hide mmenu */
#mm-gh_nav {
  display: none !important;
}

.gh_menu {
  border-bottom: 1px solid #d6d6d6;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu {
    width: 100%;
    float: left;
    margin-right: -208px;
    padding-right: 208px;
    border: none;
    box-sizing: border-box;
  }
  .gh_menu:before, .gh_menu:after {
    content: " ";
    display: table;
  }
  .gh_menu:after {
    clear: both;
  }
  .gh_menu {
    *zoom: 1;
  }
}
.gh_menu > li {
  border-top: 1px solid #d6d6d6;
  background: url(/common/img/header/bg-globalheader.png) 50% top;
  transition: background-color 0.3s ease-in-out -0.1s;
}
.gh_menu > li:first-child {
  border-top: none;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu > li {
    width: 16.66667%;
    height: 100px;
    float: left;
    border: none;
    border-right: 1px solid #d6d6d6;
    font-size: 109%;
    box-sizing: border-box;
  }
}
.gh_menu > li > a {
  display: block;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 17px;
  background-image: url(/common/img/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 187px 50%;
  font-size: 134%;
  transition: color 0.2s ease-in-out -0.1s;
}
.gh_menu > li > a.study {
  padding-top: 12px;
  padding-bottom: 8px;
}
/*.gh_menu > li > a.career {*/
  /*line-height: 1.35;*/
  /*padding-top: 4px;*/
  /*padding-bottom: 4px;*/
/*}*/
.gh_menu > li > a.campuslife {
  font-size: 128%;
  letter-spacing: -1.5px;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu > li > a {
    height: 100%;
    padding: 0;
    padding-top: 15px;
    background-image: url(/common/img/header/tb/ico-arrow.png);
    background-position: 50% 84px;
    text-align: center;
    box-sizing: border-box;
    line-height: initial;
    font-size: 109%;
  }
  .gh_menu > li > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 30px;
  }
  .gh_menu > li > a.career {
    padding-top: 12px;
  }
    .gh_menu > li > a.career .word_wrap:first-child {
      display: block;
      margin-left: 14px;
      margin-bottom: -4px;
    }
  .gh_menu > li > a.course {
    padding-top: 16px;
  }
  .gh_menu > li > a.campuslife {
    padding-top: 16px;
    font-size: 109%;
  }
}
.gh_menu > li > a:before {
  content: "";
  background: url(/common/img/header/gn_sprite.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin-right: 10px;
}
.gh_menu > li > a.guide:before {
  width: 38px;
  height: 26px;
  background-position: -38px 0px;
}
.gh_menu > li > a.exam:before {
  width: 38px;
  height: 24px;
  background-position: -76px -74px;
  position: relative;
  top: -1px;
}
.gh_menu > li > a.study:before {
  width: 38px;
  height: 30px;
  background-position: 0px -30px;
  position: relative;
  top: -1px;
}
.gh_menu > li > a.career:before {
  width: 38px;
  height: 25px;
  background-position: 0px -85px;
}
.gh_menu > li > a.course:before {
  width: 38px;
  height: 25px;
  background-position: 0px -60px;
}
.gh_menu > li > a.campuslife:before {
  width: 38px;
  height: 25px;
  background-position: -76px -25px;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu > li > a:before {
    display: block;
    margin: 0 auto;
  }
  .gh_menu > li > a.guide:before {
    margin-bottom: 8px;
  }
  .gh_menu > li > a.exam:before {
    margin-bottom: 10px;
  }
  .gh_menu > li > a.study:before {
    margin-bottom: 7px;
  }
  .gh_menu > li > a.career:before {
    margin-bottom: 6px;
  }
  .gh_menu > li > a.course:before {
    margin-bottom: 7px;
  }
  .gh_menu > li > a.campuslife:before {
    margin-bottom: 6px;
  }
}

.gh_menu > li > a > span {
  display: inline-block;
  width: 118px;
  vertical-align: middle;
}
.gh_menu > li > a > span .word_wrap {
  display: inline-block;
}
.gh_menu > li > a > span .small_label {
  font-size: 12px;
}

/* js class version */
/*.gh_menu > li.is_hovered,*/
/*.gh_menu > li.is_active {*/
  /*background: #00a7d7;*/
/*}*/
/*.gh_menu > li.is_hovered > a {*/
  /*background-image: url(/common/img/ico-arrow_white.png);*/
  /*color: #ffffff;*/
/*}*/
/*.gh_menu > li.is_active > a {*/
  /*background-image: url(/common/img/ico-arrow_reversed.png);*/
  /*color: #ffffff;*/
/*}*/
/*@media only all and (min-width: 768px) and (max-width: 1249px) {*/
  /*.gh_menu > li:hover > a,*/
  /*.gh_menu > li.is_active > a {*/
    /*background-image: url(/common/img/header/tb/ico-arrow_white.png);*/
  /*}*/
/*}*/
/*.gh_menu > li.is_hovered> .guide:before,*/
/*.gh_menu > li.is_active > .guide:before {*/
  /*background-position: -38px -26px;*/
/*}*/
/*.gh_menu > li.is_hovered> .exam:before,*/
/*.gh_menu > li.is_active > .exam:before {*/
  /*background-position: -76px -50px;*/
/*}*/
/*.gh_menu > li.is_hovered> .study:before,*/
/*.gh_menu > li.is_active > .study:before {*/
  /*background-position: 0px 0px;*/
/*}*/
/*.gh_menu > li.is_hovered> .career:before,*/
/*.gh_menu > li.is_active > .career:before {*/
  /*background-position: -38px -77px;*/
/*}*/
/*.gh_menu > li.is_hovered> .course:before,*/
/*.gh_menu > li.is_active > .course:before {*/
  /*background-position: -38px -52px;*/
/*}*/
/*.gh_menu > li.is_hovered> .campuslife:before,*/
/*.gh_menu > li.is_active > .campuslife:before {*/
  /*background-position: -76px 0px;*/
/*}*/

/* :hover css version */
.gh_menu > li:hover,
.gh_menu > li.is_active {
  background: #00a7d7;
}
.gh_menu > li:hover > a {
  background-image: url(/common/img/ico-arrow_white.png);
  color: #ffffff;
}
.gh_menu > li.is_active > a {
  background-image: url(/common/img/ico-arrow_reversed.png);
  color: #ffffff;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu > li:hover > a,
  .gh_menu > li.is_active > a {
    background-image: url(/common/img/header/tb/ico-arrow_white.png);
  }
}
.gh_menu > li:hover> .guide:before,
.gh_menu > li.is_active > .guide:before {
  background-position: -38px -26px;
}
.gh_menu > li:hover> .exam:before,
.gh_menu > li.is_active > .exam:before {
  background-position: -76px -50px;
}
.gh_menu > li:hover> .study:before,
.gh_menu > li.is_active > .study:before {
  background-position: 0px 0px;
}
.gh_menu > li:hover> .career:before,
.gh_menu > li.is_active > .career:before {
  background-position: -38px -77px;
}
.gh_menu > li:hover> .course:before,
.gh_menu > li.is_active > .course:before {
  background-position: -38px -52px;
}
.gh_menu > li:hover> .campuslife:before,
.gh_menu > li.is_active > .campuslife:before {
  background-position: -76px 0px;
}


.gh_aside {
  padding: 19px 20px;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_aside {
    width: 208px;
    height: 80px;
    float: left;
    padding: 0;
    padding-top: 11px;
  }
}
.gh_aside .gh_bnr {
  /* margin-bottom: 24px; */
  margin-bottom: 15px;
  font-size: 125%;
  background: #222222;
  text-align: center;
  transition: opacity 0.1s;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_aside .gh_bnr {
    width: 165px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 125%;
  }
}
.gh_aside .gh_bnr:hover {
  opacity: 0.6;
}
.gh_aside .gh_bnr > a {
  display: block;
  padding: 10px 0 7px;
  background: url(/common/img/header/ico-arrow_white.png) 12px 50% no-repeat;
  color: #ffffff;
  letter-spacing: 1px;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_aside .gh_bnr > a {
    padding: 0;
    line-height: 35px;
  }
}
.gh_aside .gh_lang {
  text-align: center;
  font-size: 109%;
}
.gh_aside .gh_lang > span {
  color: #00a7d7;
  text-decoration: underline;
}
.gh_aside .gh_lang > a {
  text-decoration: underline;
}

/* exam header override */
.exam_header .globalheader {
  background: #fff;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam_header .globalheader {
    padding: 0;
  }
}
.exam_header .globalheader .gh_badge {
  display: block;
  height: auto;
  padding-top: 0;
  background: none;
  box-sizing: border-box;
  overflow: hidden;
}
.exam_header .gh_badge > .logo {
  display: block;
  width: 209px;
  height: 0;
  padding-top: 192px;
  background: url(/exam/img/header/logo-exam.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam_header .gh_badge {
    width: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
  }
  .exam_header .gh_badge > .logo {
    width: 199px;
    padding-top: 100px;
    background: url(/exam/img/header/logo-exam_tb.png) no-repeat;
    background-size: 100% auto;
  }
  .exam_header .gh_nav {
    padding-left: 201px;
  }
  .exam_header .gh_menu {
    margin-right: -305px;
    padding-right: 320px;
  }
}

.exam_header .gh_menu > li:first-child {
  border-top: 1px solid #d6d6d6;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam_header .gh_menu > li:first-child {
    border-top: none;
  }
}
.exam_header .gh_menu > li:hover,
.exam_header .gh_menu > li.is_active {
  background: none;
}

.exam_header .gh_menu > li > a:before {
  content: "";
  background: url(/exam/img/header/gn_sprite.png) no-repeat;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin-right: 12px;
}

.exam_header .gh_menu > li > a > span {
  display: inline-block;
  width: 118px;
  vertical-align: middle;
  line-height: 1.4;
}

.exam_header .gh_menu > li > a.event:before {
  background-position: 0 -38px;
}
.exam_header .gh_menu > li > a.about:before {
  position: relative;
  top: -2px;
  background-position: 0 0;
}
.exam_header .gh_menu > li > a.success:before {
  background-position: 0 -76px;
}

.exam_header .gh_menu > li > a.information:before {
  background-position: -76px 0;
}

.exam_header .gh_menu > li:hover > .event:before,
.exam_header .gh_menu > li.is_active > .event:before {
  background-position: -38px -38px;
}
.exam_header .gh_menu > li:hover > .about:before,
.exam_header .gh_menu > li.is_active > .about:before {
  background-position: -38px 0;
}
.exam_header .gh_menu > li:hover > .success:before,
.exam_header .gh_menu > li.is_active > .success:before {
  background-position: -38px -76px;
}
.exam_header .gh_menu > li:hover > .information:before,
.exam_header .gh_menu > li.is_active > .information:before {
  background-position: -76px -38px;
}

.exam_header .gh_menu > li:hover > a {
  background-image: url(/common/img/ico-arrow.png);
}
.exam_header .gh_menu > li:hover > a.event {
  color: #f35e75;
}
.exam_header .gh_menu > li:hover > a.about {
  color: #24b8cc;
}
.exam_header .gh_menu > li:hover > a.success {
  color: #ffbc09;
}
.exam_header .gh_menu > li:hover > a.information {
  color: #21b173;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam_header .gh_menu > li {
    width: 25%;
  }
  .exam_header .gh_menu > li > a {
    padding-top: 8px;
  }
  .exam_header .gh_menu > li > a.about,
  .exam_header .gh_menu > li > a.success {
    font-size: 100%;
  }
  .exam_header .gh_menu > li > a.event {
    font-size: 93%;
  }
  .exam_header .gh_menu > li > a:before {
    margin: 0 auto;
  }
  .exam_header .gh_menu > li:hover > a {
    background-image: url(/common/img/header/tb/ico-arrow.png);
  }
  .exam_header .gh_menu > li > a > span {
    width: 90%;
  }
}

@media only all and (min-width: 1250px) {

.exam_header .gh_aside .gh_resource {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  background: #fff;
  border: 3px solid #222222;
  letter-spacing: 0.5px;
  border-radius:  5px;
  transition: opacity 0.15s;
}
.exam_header .gh_aside .gh_resource:hover {
  opacity: 0.7;
}
.exam_header .gh_aside .gh_resource > a {
  display: block;
  padding: 11px 6px;
}
.exam_header .gh_aside .gh_resource > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 2;
}
.exam_header .gh_aside .gh_resource > a .strong {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.exam_header .gh_aside .gh_resource > a .word_wrap {
  display: block;
}
.exam_header .gh_aside .gh_resource > a:before {
  content: url(/exam/img/header/ico-resource.png);
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin-right: 9px;
}
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  /* .exam_header .gh_aside {
    width: 200px;
    float: right;
    padding-top: 15px;
  }
  .exam_header .gh_aside .gh_resource {
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
  }
  .exam_header .gh_aside .gh_resource > a {
    padding: 10px 15px 9px;
  }
  .exam_header .gh_aside .gh_resource > a > span {
    line-height: 1.5;
  }
  .exam_header .gh_aside .gh_resource > a .strong {
    font-size: 14px;
    line-height: 1.2;
  }
  .exam_header .gh_aside .gh_qrcode {
    display: none;
  }
} */

.exam_header .gh_aside {
  width: 300px;
  padding-top: 12px;
}

.exam_header .gh_aside .gh_side{
  display: flex;
  display: -ms-flexbox;
}
.exam_header .gh_aside .gh_graduate_banner{
  margin-right: 20px;
}
.exam_header .gh_aside .gh_resource {
  width: 138px;
  position: relative;
  top: 30px;
}
.exam_header .gh_aside .gh_resource > a {
  display: block;
  padding: 3px 12px 3px 15px;
  padding-left: 50px;
  background: #fff url(/exam/img/header/sp/ico-resource.png) no-repeat 10px center;
  background-size: 28px 28px;
  border: 2px solid #222222;
  letter-spacing: 1.2px;
  border-radius: 5px;
  color: #222;
  line-height: 1.5;
  font-size: 11px;
}
.exam_header .gh_aside .gh_resource > a .strong {
  margin-right: 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
.exam_header .gh_aside .gh_resource > a .word_wrap:before {
  content: "・";
}
.exam_header .gh_aside .gh_resource > a .word_wrap:first-child:before {
  content: "";
}
.exam_header .gh_aside .sns_box {
      width: 140px;
    margin: 0;
    position: relative;
    top: -43px;
}
.exam_header .gh_aside .sns_box .sns_list li {
  width: 24px;
  margin: 0 6px 0;
}
  }

.exam_header .gh_aside .gh_bnr {
  margin-bottom: 0;
  font-size: 117%;
  background: #222222;
  text-align: center;
}
.exam_header .gh_aside .gh_bnr + .gh_bnr {
  margin-top: 10px;
}
.exam_header .gh_aside .gh_bnr > a {
  padding: 9px 0 7px;
  padding-left: 5px;
}


/*  Flyout menu
----------------------------------------*/
.flyout {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 209px;
  height: 100%;
  background-color: #00a7d7;
  box-sizing: border-box;
  line-height: 1.53;
  color: #ffffff;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.25s;
}
.flyout:before, .flyout:after {
  content: " ";
  display: table;
}
.flyout:after {
  clear: both;
}
.flyout {
  *zoom: 1;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .flyout {
    display: none !important;
    transition: none !important;
  }
}

.gh_menu > .is_active > .flyout {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.flyout.is_active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .flyout {
    transition: none;
  }
}

.flyout.columns_2 {
  width: 558px;
}
.flyout.columns_3 {
  width: 837px;
}
.flyout > .column {
  position: relative;
  width: 279px;
  height: 100%;
  padding: 70px 0;
  float: left;
  border-left: 1px solid #66cae7;
  box-sizing: border-box;
}
.flyout > .column:first-child {
  border-left: none;
}
.flyout > .column.blank {
  padding-top: 337px;
}
.flyout > .column > h4 {
  margin-bottom: 20px;
  padding: 0 30px 0 29px;
  font-size: 150%;
  font-weight: normal;
}
.flyout > .column > h4 > span {
  display: block;
  margin-top: 10px;
  padding: 8px 0 6px;
  padding-left: 15px;
  border: 1px solid #66cae7;
}
.flyout > .column > h4:before {
  content: none;
}
.flyout > .column > h5 {
  margin-bottom: 15px;
  padding: 14px 30px 14px 29px;
  font-size: 125%;
}
.flyout > .column > h5:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -1px;
  margin-right: 5px;
  margin-left: 5px;
  border: 5px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: none;
}
.flyout > .column .normal_box {
  box-sizing: border-box;
  transition: background-color 0.05s;
}
.flyout > .column .normal_box:hover {
  background-color: #0086ac;
}
.flyout > .column .normal_box > a {
  display: block;
  padding: 14px 30px 5px 29px;
}
.flyout > .column .normal_box > a > img {
  margin-bottom: 6px;
  opacity: 1 !important;
}
.flyout > .column .normal_box > a > span {
  display: block;
  padding-left: 5px;
  font-size: 125%;
  color: #ffffff;
}
.flyout > .column .high_box {
  height: 190px;
  margin-top: 28px;
  box-sizing: border-box;
}
.flyout > .column .high_box > a {
  display: block;
  padding: 11px 30px 12px 29px;
  transition: background-color 0.05s;
}
.flyout > .column .high_box > a:hover {
  background-color: #0086ac;
}
.flyout > .column .high_box > a > img {
  margin-bottom: 6px;
  opacity: 1 !important;
}
.flyout > .column .high_box > a > span {
  display: block;
  padding-left: 5px;
  font-size: 125%;
  color: #ffffff;
}

.flyout > .column li > a,
.flyout > .column .root_link {
  display: block;
  padding: 14px 30px 14px 29px;
  color: #ffffff;
  font-size: 125%;
  transition: background-color 0.05s;
}
.flyout > .column li > a:hover,
.flyout > .column .root_link:hover {
  background-color: #0086ac;
}
.flyout > .column li > a > img {
  margin-bottom: 6px;
}
.flyout > .column li > a > span,
.flyout > .column .root_link > span {
  display: block;
  padding-left: 5px;
}
.flyout > .column .root_link {
  width: 100%;
  position: absolute;
  top: 20px;
  box-sizing: border-box;
}

.flyout > .column li > .flyout_btn {
  padding: 0 30px 0 29px;
}
.flyout > .column li > .flyout_btn a {
  display: block;
  font-size: 117%;
}
.flyout > .column li > .btn_download {
  margin-bottom: 40px;
}
.flyout > .column li > .btn_download > a {
  padding-left: 16px;
  background: #000;
  color: #ffffff;
  line-height: 49px;
}
.flyout > .column li > .btn_download > a:before {
  content: url(/common/img/header/ico-download.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -1px;
}
.flyout > .column li > .btn_bnr {
  margin-top: 20px;
}
.flyout > .column li > .btn_bnr:first-child {
  border-top: 0;
}
.flyout > .column li > .btn_bnr > a {
  height: 58px;
  padding: 1px 70px 1px 16px;
  background-color: #fff;
  line-height: 58px;
  font-weight: bold;
  position: relative;
}
.flyout > .column li > .btn_bnr > a.bnr_lib:before {
  content: url(/common/img/header/bg-bnr_lib.jpg);
  position: absolute;
  top: 1px;
  right: 1px;
  height: 58px;
}
.flyout > .column li > .btn_bnr > a.bnr_plant:before {
  content: url(/common/img/header/bg-bnr_plant.jpg);
  position: absolute;
  top: 1px;
  right: 1px;
  height: 58px;
}
.flyout > .column li > .btn_portal {
  margin-top: 25px;
  margin-bottom: 40px;
}
.flyout > .column li > .btn_portal > a {
  padding-left: 16px;
  background: #fff;
  color: #222222;
  line-height: 60px;
  font-weight: bold;
  position: relative;
}
.flyout > .column li > .btn_portal > a:before {
  content: url(/common/img/header/ico-badge_l.png);
  position: absolute;
  top: 9px;
  right: 9px;
  height: 58px;
}
.flyout .btn_closeflyout {
  width: 28px;
  height: 0;
  padding-top: 28px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  background: #fff url(/common/img/header/btn-close.png) no-repeat;
  transition: opacity 0.05s;
}
.flyout .btn_closeflyout:hover {
  opacity: 0.7;
}

/*  utility menu
----------------------------------------*/
.utility {
  height: 56px;
  padding: 13px 42px 12px;
  border-bottom: 1px solid #d6d6d6;
  background: #f7f7f7;
  box-sizing: border-box;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .utility {
    width: auto;
    margin: 0;
    padding: 15px 18.5px 14px;
  }
}
.utility a {
  color: #222222;
}
.utility a:hover {
  opacity: 0.6;
}

.utility_nav {
  width: 100%;
  float: left;
  margin-right: -225px;
  padding-right: 245px;
  line-height: 30px;
  box-sizing: border-box;
}
.utility_nav > ul {
  width: 44%;
  float: right;
  text-align: right;
  font-size: 109%;
}
.utility_nav > ul:first-child {
  width: 56%;
  float: left;
  text-align: left;
  font-size: 117%;
}
.utility_nav .link_access {
  display: inline-block;
  line-height: 23px;
}
.utility_nav .link_access:before {
  content: url(/common/img/header/ico-access.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -2px;
}
.utility_nav .link_contact {
  display: inline-block;
  line-height: 23px;
}
.utility_nav .link_contact:before {
  content: url(/common/img/header/ico-contact.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -2px;
}

.utility_nav_sp {
  display: none;
}

.utility_sub {
  width: 225px;
  float: left;
  font-size: 109%;
}
.utility_sub:before, .utility_sub:after {
  content: " ";
  display: table;
}
.utility_sub:after {
  clear: both;
}
.utility_sub {
  *zoom: 1;
}
.utility_sub > .us_portal {
  position: relative;
  float: left;
  width: 175px;
  background-color: #fff;
  box-sizing: border-box;
}
.utility_sub > .us_portal > .btn_portal {
  display: block;
  height: 30px;
  line-height: 29px;
  padding: 0 5px 0 30px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: url(/common/img/header/ico-badge.png) no-repeat 5px 50%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.utility_sub > .us_search {
  position: relative;
}
.utility_sub > .us_search > .btn_search {
  width: 30px;
  height: 30px;
  float: right;
  margin-left: 20px;
  background: url(/common/img/header/ico-serach.png) no-repeat 50% 50%;
  background-color: #00a7d7;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.gh_search_sp {
  display: none;
}

/* exam header override */
.exam_header .utility {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  background: #fff;
}
.exam_header .utility_nav {
  padding: 10px 0 9px;
}
.exam_header .utility_sub {
  height: 100%;
}
.exam_header .utility_sub > .link_official {
  display: block;
  height: 100%;
  padding-left: 58px;
  line-height: 50px;
  background: url(/exam/img/header/logo-badge.png) no-repeat 13px 7px;
  background-color: #00a7d7;
  color: #fff;
  font-size: 105%;
  transition: opacity 0.15s;
}
.exam_header .utility_sub > .link_official:hover {
  opacity: 0.7;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam_header .utility {
    padding-left: 42px;
    padding-right: 42px;
  }
}

/*  utility popup
----------------------------------------*/
.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: absolute;
  top: 46px;
  -webkit-transition: opacity 0.5s, top 0.5s, visibility 0s linear 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, top 0.5s, visibility 0s linear 0.5s;
}
.popup.is_active {
  visibility: visible;
  opacity: 1;
  top: 54px;
  -webkit-transition: opacity 0.3s, top 0.3s, visibility 0s;
  -moz-transition: opacity 0.3s, top 0.3s, visibility 0s;
  transition: opacity 0.3s, top 0.3s, visibility 0s;
}

.popup_portal {
  right: 0;
  width: 270px;
}
/* grey arrow */
.popup_portal.is_active:before {
  content: "";
  position: absolute;
  top: -9.5px;
  right: 77px;
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: none;
  border-bottom: 10px solid #d6d6d6;
}
/* white arrow */
.popup_portal.is_active:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 78px;
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 9px solid #fff;
}
.popup_portal .popup_container {
  padding-bottom: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 3px ;
  background: #fff;
}
.popup_portal .portal_for {
  color: #fff;
  height: 30px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 32px;
  cursor: default;
}
.popup_portal .portal_menu {
  padding-left: 13px;
  font-size: 100%;
  line-height: 1.7;
}
.popup_portal .portal_menu a {
  display: inline-block;
  vertical-align: top;
  color: #666;
}

/* if ie8 */
.popup_portal .portal_menu > li:before {
  content: "";
  margin-right: 4px;
  font-weight: bold;
  position: relative;
  top: -1px;
}
/* else */
:root .popup_portal .portal_menu > li:before {
  content: "-";
}

.popup_portal.is_active .portal_menu > li:before {
  content: "-";
  margin-right: 4px;
  font-weight: bold;
  position: relative;
  top: -1px;
}

.portal_student {
  width: 50%;
  float: left;
}
.portal_student > .portal_for {
  background: #00a7d7;
  border-radius: 3px 0 0;
}
.portal_student > .portal_menu {
  border-right: 1px solid #d6d6d6;
}
.portal_student > .portal_menu >li:before {
  color: #00a7d7;
}

.portal_teacher {
  width: 50%;
  float: left;
}
.portal_teacher > .portal_for {
  background: #90c31f;
  border-radius: 0 3px 0 0;
}
.portal_teacher > .portal_menu {
  border-left: 1px solid #d6d6d6;
  position: relative;
  left: -1px;
}
.portal_teacher > .portal_menu >li:before {
  color: #90c31f;
}

.popup_search {
  right: -30px;
  width: 320px;
}
/* grey arrow */
.popup_search.is_active:before {
  content: "";
  position: absolute;
  top: -9.5px;
  right: 36px;
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: none;
  border-bottom: 10px solid #d6d6d6;
}
/* white arrow */
.popup_search.is_active:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 37px;
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 9px solid #fff;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .popup_search {
    right: -15px;
  }
  /* grey arrow */
  .popup_search.is_active:before {
    right: 21px;
  }
  /* white arrow */
  .popup_search.is_active:after {
    right: 22px;
  }
}

.popup_search .popup_container {
  border: 1px solid #d6d6d6;
  border-radius: 3px ;
  background: #fff;
  box-sizing: border-box;
}
.popup_search form.gsc-search-box {
  table-layout: fixed;
  margin: 0;
  height: 44px;
}
.popup_search form.gsc-search-box:focus {
  outline: 0;
}
.popup_search table.gsc-search-box {
  table-layout: fixed;
  margin: 0;
  height: 100%;
}
.popup_search .gsc-input {
  width: 250px;
  padding: 0 !important;
}
.popup_search .gsc-input-box {
  height: 38px;
  border: none;
  box-shadow: none;
}
.popup_search .gsc-input-box-hover {
  border: none;
  box-shadow: none;
}
.popup_search td.gsc-search-button {
  position: relative;
  width: 70px;
  padding: 0;
  margin: 0 !important;
  border: none !important;
  right: 23px;
}
.popup_search td.gsc-search-button:before {
  content: " ";
  position: absolute;
  left: -1px;
  top: 50%;
  display: block;
  width: 0;
  height: 20px;
  margin-top: -10px;
  border-left: 1px solid #d6d6d6;
}
.popup_search input.gsc-search-button {
  position: relative;
  width: 43px;
  height: 0;
  padding: 0;
  padding-top: 38px;
  margin: 0 !important;
  border: none !important;
  background: #fff url(/common/img/header/ico-search_color.png) no-repeat 40% 64% !important;
}
.popup_search input.gsc-search-button:focus,
.popup_search input.gsc-search-button:active {
  outline: 0;
}
.popup_search .gsst_a {
  margin-top: 9px;
}
.popup_search .gsc-input td:first-child {
  padding: 0;
  padding-left: 8px;
}

.popup_search input[type="text"] {
  width: 274px;
  height: 38px !important;
  float: left;
  padding: 9px 5px !important;
  border: none;
  color: #777;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std W3", "メイリオ", "Meiryo", "MS Gothic", sans-serif;
}
.popup_search input[type="text"]:focus {
  outline: 0;
}
.popup_search .btn_submit {
  position: relative;
  width: 43px;
  height: 38px;
  float: left;
  box-sizing: border-box;
}
.popup_search .btn_submit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 20px;
  margin-top: -10px;
  border-left: 1px solid #d6d6d6;
}
.popup_search.is_active .btn_submit:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 20px;
  margin-top: -10px;
  border-left: 1px solid #d6d6d6;
}
.popup_search .btn_submit > input[type="submit"] {
  width: 100%;
  height: 100%;
  border: none;
  background: url(/common/img/header/ico-search_color.png) no-repeat center center;
  cursor: pointer;
}
.popup_search .btn_submit > input[type="submit"]:focus {
  outline: 0;
}


/*----------------------------------------
    Content
----------------------------------------*/
.exam #page {
  border-left: 1px solid #d6d6d6;
}

#content:before, #content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content {
  padding-top: 56px;
  *zoom: 1;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  #content {
    padding-top: 157px;
  }
}
/* exam page override */
.exam #content {
  padding-top: 50px;
}
@media only all and (min-width: 768px) and (max-width: 1249px) {
  .exam #content {
    padding-top: 151px;
  }
}

.main_content {
  width: 1022px;
  margin: 0 auto;
  padding: 40px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content:before, .main_content:after {
  content: " ";
  display: table;
}
.main_content:after {
  clear: both;
}
.main_content {
  *zoom: 1;
}

.page_header > h1 {
  padding: 36px 42px 39px;
  font-size: 233%;
}
.page_header .root_visual {
  position: relative;
  padding: 0;
  height: 230px;
  overflow: hidden;
}
.page_header .root_visual:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 230px;
  margin-right: 34px;
}
.page_header .root_visual > .root_bg > img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_header .root_visual > .root_title > img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.page_header .topic_path {
  padding: 6px 42px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.page_header .topic_path li {
  display: inline-block;
}
.page_header .topic_path li:before {
  content: ">";
  margin-right: 2px;
}
.page_header .topic_path li:first-child:before {
  content: "";
}
.page_header .topic_path a {
  text-decoration: underline;
}
.page_header .topic_path a:hover {
  opacity: 0.6;
}

.page_content {
  width: 100%;
  float: left;
  padding-bottom: 100px;
  padding-right: 252px;
  margin-right: -220px;
  box-sizing: border-box;
}
.page_content a,
.page_content .no_link {
  font-size: 117%;
  line-height: 1.714;
}
.page_content a:hover {
  opacity: 0.6;
}
.page_content .mail_link {
  font-size: 100%;
}
.lead_title {
  margin-bottom: 40px;
}
.lead_title > h2 {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 12px 0;
  padding-top: 0;
  border: none;
  background-color: transparent;
  font-size: 200%;
}

/*  フッター上にsns追加  09/09/13
----------------------------------------*/
.sns_box .sns_list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_box .sns_list li{
  width: 40px;
  margin: 0 12px 16px;
}
.sns_box .sns_list li img{
  width: 100%;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .sns_box{
    width: 40%;
    margin-left: 22px;
  }  
  .sns_box .sns_list li {
    width: 24px;
    margin: 0 5px 0;
  }
  .gh_aside .gh_lang {
    width: 50%;
    margin-left: auto;
    margin-top: -30px;
    margin-right: 15px;
  }
}

/*----------------------------------------
    Sidebar
----------------------------------------*/
.page_sidebar {
  width: 220px;
  float: right;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0s 0.1s;
}
.page_sidebar.is_active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page_sidebar > a,
.page_sidebar > span {
  display: block;
  padding: 10px 16px;
  background-color: #00a7d7;
  font-size: 131%;
  color: #ffffff;
  opacity: 1 !important;
}
.page_sidebar > a:before {
  content: url(/common/img/ico-circle_arrow_light.png);
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  position: relative;
  top: -2px;
}
.page_sidebar > span {
  cursor: default;
}
.page_sidebar > a > span,
.page_sidebar > span > span {
  display: inline-block;
  width: 162px;
  vertical-align: top;
}

.page_sidebar > ul {
  margin-bottom: 20px;
}
.page_sidebar li {
  background-color: #ebf8fc;
  font-size: 117%;
  transition: background 0.15s;
}
.page_sidebar li > a,
.page_sidebar li > span {
  display: block;
  padding: 9px 26px;
  color: #222222;
  opacity: 1 !important;
  transition: color 0.1s;
}
.page_sidebar li > a:before,
.page_sidebar li > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -1px;
  margin-right: 8px;
  border: 3px solid transparent;
  border-left: 5px solid #00a7d7;
  border-right: none;
  transition: border-left-color 0.2s;
}
.page_sidebar li > a > span,
.page_sidebar li > span > span {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.page_sidebar li.is_active {
  background-color: #56cff2;
}
.page_sidebar li.is_active > a,
.page_sidebar li.is_active > span {
  color: #ffffff;
  cursor: default;
}
.page_sidebar li.is_active > a:before,
.page_sidebar li.is_active > span:before {
  border-left-color: #fff;
}
.page_sidebar li:hover {
  background-color: #56cff2;
}
.page_sidebar li:hover > a {
  color: #ffffff;
}
.page_sidebar li:hover > a:before {
  border-left-color: #fff;
}

.page_sidebar > .sidenav_top_link {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 26px;
  border: 2px solid #d6d6d6;
  background: url(/common/img/ico-arrow.png) no-repeat 17px 42%;
  text-align: center;
  font-size: 117%;
  color: #222;
}
.page_sidebar > .sidenav_top_link:before {
  content: none;
}
.page_sidebar > .sidenav_top_link:hover {
  opacity: 0.65;
}

/**** Widget ****/
.page_sidebar .widget {
  border-top: 2px solid #00a7d7;
  background: #ebf8fc;
}
.page_sidebar .widget:first-child {
  border-top: none;
}
.page_sidebar .widget_title {
  display: block;
  background-color: #ebf8fc;
  padding: 16px 16px 2px;
  font-size: 128%;
  font-weight: bold;
  cursor: default;
}
.page_sidebar .widget > ul {
  padding-bottom: 20px;
}

/** calender **/
.page_sidebar .widget_calender .calender_container {
  background-color: #ebf8fc;
  padding-bottom: 30px;
}
.page_sidebar .widget_calender .calender_table {
  width: 170px;
  margin: 0 auto;
}
.page_sidebar .widget_calender .calender_table thead {
  border-bottom: 2px solid #00a7d7;
}
.page_sidebar .widget_calender .calender_table th {
  padding: 2px 0;
  border: 1px solid transparent;
  text-align: center;
}
.page_sidebar .widget_calender .calender_table tbody {
  border: 1px solid #d8d8d8;
}
.page_sidebar .widget_calender .calender_table td {
  border: 1px solid #d8d8d8;
  background: #f5fbfd;
  text-align: center;
}
.page_sidebar .widget_calender .calender_table tbody a {
  display: block;
  padding: 2px 0;
  background: #7fd3eb;
  color: #fff;
}
.page_sidebar .widget_calender .calender_table tbody span {
  display: block;
  padding: 2px 0;
}
/* Sunday line */
.page_sidebar .widget_calender .calender_table thead .sun {
  color: #d32424;
}
.page_sidebar .widget_calender .calender_table tbody .sun {
  background: #f5f5f8;
}
/* Saturday line */
.page_sidebar .widget_calender .calender_table thead .sat {
  color: #00a7d7;
}
.page_sidebar .widget_calender .calender_table tbody .sat {
  background: #ebf8fc;
}

/*----------------------------------------
    Footer
----------------------------------------*/
#footer {
  position: relative;
}
/*#footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14.4%;
  position: absolute;
  left: 0;
  bottom: 84px;
  background-image: url(/common/img/footer/bg-footer_nav.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/

.pagetop {
  position: absolute;
  top: -35px;
  right: 3.92523%;
  display: block;
  width: 42px;
  height: 35px;
  background-image: url(/common/img/footer/ico-pagetop_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f7f7f7;
  text-indent: -9999px;
}

.footer_nav {
  padding: 70px 42px 40px;
  background-color: #f7f7f7;
}
.footer_nav a {
  color: #222222;
}
.footer_nav a:hover {
  opacity: 0.6;
}
.footer_nav .link_list a:before {
  border-width: 4px;
}

.fn_primary > li {
  padding-left: 6px;
}
.fn_primary > li.col_2 {
  padding-left: 0;
}
.fn_primary .fn_block {
  width: 47.71784%;
  float: left;
  padding-right: 4.97925%;
  box-sizing: border-box;
}
.fn_primary .fn_block + .fn_block {
  margin-left: 4.56432%;
}
.fn_primary h3 {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  font-size: 125%;
}
.fn_primary h3:before {
  content: none;
}
.fn_primary .col_2 > h3 {
  padding-left: 6px;
}
.fn_primary h4 {
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 109%;
}
.fn_primary h4:before {
  content: none;
}
.fn_primary h5 {
  margin-bottom: 5px;
}

.fn_secondary {
  margin-bottom: 20px;
}
.fn_secondary > li {
  margin-top: 5px;
  line-height: 1.5;
  padding-left: 10px;
  text-indent: -10px;
}
.fn_secondary > li:first-child {
  margin-top: 0;
}

.globalfooter {
  position: relative;
  padding-top: 14.392%;
  color: #ffffff;
}
.globalfooter .gf_inner {
  position: relative;
  background: #00a7d7;
  padding: 24px 42px 22px;
}
.globalfooter .gf_inner:before, .globalfooter .gf_inner:after {
  content: " ";
  display: table;
}
.globalfooter .gf_inner:after {
  clear: both;
}
.globalfooter .gf_inner {
  *zoom: 1;
}
.globalfooter .gf_badge {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 28px;
  margin-bottom: 0;
}
.globalfooter .gf_badge > img:first-child {
  margin-right: 3px;
}
.globalfooter .gf_nav {
  position: absolute;
  right: 3.92523%;
  bottom: 22px;
}
.globalfooter .gf_nav a {
  color: #ffffff;
  padding-left: 12px;
  background: url(/common/img/footer/ico-gfnav_arrow.png) no-repeat left 50%;
}
.globalfooter .gf_nav a:hover {
  opacity: 0.6;
}
.globalfooter .address_copy {
  display: inline-block;
}
.globalfooter .gf_address {
  display: block;
}
.globalfooter .gf_copy {
  display: block;
}
.globalfooter .gf_small {
  display: none;
}

.globalfooter .gf_image {
  position: absolute;
  top: 0;
  width: 100%;
  background: url(/exam/applicant/img/bg-content.gif) repeat;
}
.globalfooter .gf_image img {
  width: 100%;
  height: auto;
}

.footer_nav + .globalfooter {
  background-color: #f7f7f7;
}


/** 公開時リンク切る用 **/
.gh_menu > li > .disable {
  display: block;
  padding-top: 14px;
  padding-bottom: 11px;
  padding-left: 17px;
  background-image: url(/common/img/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 187px 50%;
  font-size: 134%;
  transition: color 0.2s ease-in-out -0.1s;
}

.exam_header .gh_menu > li > span.disable .word_wrap {
  display: inline-block;
}

.exam_header .gh_menu > li > span.disable:before {
  content: "";
  background: url(/exam/img/header/gn_sprite.png) no-repeat;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin-right: 12px;
}
.exam_header .gh_menu > li > span.success:before {
  margin-right: 10px;
  display: inline-block;
  background-position: 0 -76px;
}
.exam_header .gh_menu > li > span.success > span {
  width: 121px;
  display: inline-block;
  vertical-align: middle;
}

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_menu > li > span.disable {
    height: 100%;
    padding: 0;
    padding-top: 15px;
    background-image: url(/common/img/header/tb/ico-arrow.png);
    background-position: 50% 84px;
    text-align: center;
    box-sizing: border-box;
    line-height: initial;
    font-size: 109%;
  }
  .gh_menu > li > span.disable:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 30px;
  }
  .exam_header .gh_menu > li > span.disable {
    padding-top: 8px;
  }
  .exam_header .gh_menu > li > span.success {
    font-size: 100%;
  }
  .exam_header .gh_menu > li > span.success:before {
    margin-right: 0;
  }
  .exam_header .gh_menu > li > span.disable > span {
    width: 90%;
  }
}

.flyout.columns_2 .column:nth-of-type(2) {
  overflow-y: scroll !important;
}

 .gh_graduate_banner .gh_banner_sp {
   display: none;
 }
  .gh_graduate_banner .gh_banner_tb {
   display: none;
 }

 @media only all and (min-width: 768px) and (max-width: 1249px) {
  .gh_graduate_banner .gh_banner_pc {
   display: none;
 }
   .gh_graduate_banner .gh_banner_tb {
   display: block;
 }
}

@import url("element.css");


/* SNS youtube変更 */
.sns_box .sns_list li{
  width: 32px;
}
/* .sns_box .sns_list li:nth-child(2){
  width: 40px;
} */

/* 2024.02.06 サイドバー修正 */
.sns_box .sns_list{
  flex-wrap: wrap;
  margin-top: 20px;
}
.sns_box .sns_list li{
  width: 36px;
}
/* .sns_box .sns_list .line_ico{
  width: 46px;
}
.sns_box .sns_list .x_ico{
  width: 38px;
}
.sns_box .sns_list .youtube_ico{
  width: 53px;
}
.sns_box .sns_list .insta_ico{
  width: 40px;
} */

@media only all and (min-width: 768px) and (max-width: 1249px) {
  .sns_box{
    width: 100%;
    margin-left: 0px;
  }
  .sns_box .sns_list{
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .sns_box .sns_list li{
    width: 26px;
    margin: 0 8px;
  }
  /* .sns_box .sns_list .line_ico{
    width: 28px;
  }
  .sns_box .sns_list .x_ico{
    width: 23px;
  }
  .sns_box .sns_list .youtube_ico{
    width: 30px;
  }
  .sns_box .sns_list .insta_ico{
    width: 28px;
  } */
  .gh_aside .gh_lang{
    margin-right: 0;
    width: 100%;
    margin-top: 2px;
  }
  .gh_aside{
    padding-top: 8px;
  }
  .gh_aside .gh_bnr{
    margin-bottom: 8px;
  }
  .gh_aside .gh_bnr > a{
    line-height: 30px;
  }
}