@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 {
  font-family: "ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std W3", "メイリオ", "Meiryo", "MS Gothic", sans-serif;
  font-size: 76%;
  line-height: 1.6;
  color: #222222;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 117%;
  line-height: 1.57;
}

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

/*  Base parts
----------------------------------------*/
.grid {
  margin-left: -10px;
}
.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: 10px solid transparent;
  box-sizing: border-box;
}
.grid .col.sm1_1 {
  width: 100%;
  float: none;
}
.grid .col.sm1_2 {
  width: 50%;
}
.grid .col.sm2_2 {
  width: 100%;
  float: none;
}
.grid .col.sm1_3 {
  width: 33.33333%;
}
.grid .col.sm2_3 {
  width: 66.66667%;
}
.grid .col.sm3_3 {
  width: 100%;
  float: none;
}
.grid .col.sm1_4 {
  width: 25%;
}
.grid .col.sm2_4 {
  width: 50%;
}
.grid .col.sm3_4 {
  width: 75%;
}
.grid .col.sm4_4 {
  width: 100%;
  float: none;
}

.styled_list {
  font-size: 117%;
}
.styled_list > li {
  margin-top: 2px;
  padding-left: 9px;
  text-indent: -9px;
}
.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_single_list: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:before, .table_pattern4:after {
  content: " ";
  display: table;
}
.table_pattern4:after {
  clear: both;
}
.table_pattern4 {
  *zoom: 1;
}
.table_pattern4 table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
}
.table_pattern4 table ~ table {
  margin-top: 20px;
}
.table_pattern4 th {
  width: auto;
  height: 31px;
  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: 62px;
}
.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: 8px;
  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: 100%;
  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;
}

.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: 10px 15px;
}

.large_label {
  font-size: 134%;
}

.medium_label {
  font-size: 117%;
}

.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;
}

.align_right {
  text-align: right;
}

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

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

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


/*----------------------------------------
    Header
----------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.globalheader {
  height: 58px;
  padding: 11px 10px 6px;
  border-bottom: 5px solid #dfdfdf;
  background-color: #00a7d7;
  box-sizing: border-box;
}
.globalheader a {
  color: #222222;
}

.gh_badge {
  display: block;
  float: left;
}
.gh_badge > .logo {
  display: block;
  width: 172px;
  height: 0;
  padding-top: 34px;
  background: url(/common/img/header/sp/logo-badge.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.gh_controls {
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
}
.gh_controls > li {
  display: inline-block;
  float: left;
  width: 40px;
  height: 38px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 4px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gh_controls > #btn_util {
  background-image: url(/common/img/header/sp/ico-apple.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60% auto;
}
.gh_controls > #btn_menu {
  background-image: url(/common/img/header/sp/ico-menu.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
}
/* when mmenu opend */
.mm-opened .gh_controls > #btn_menu {
  background-image: url(/common/img/header/sp/ico-close.png);
}

#gh_nav {
  display: none !important;
}

/* mmenu plugin's styles */
html.mm-openfinished {
  height: 100%;
}
html.mm-openfinished body {
  height: 100%;
}
html.mm-right.mm-opening .mm-slide

#page {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mm-menu {
  background: #fff !important;
}
.mm-menu > .mm-panel {
  padding: 0 !important;
}

html.mm-opened .android .mm-page {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html.mm-opened .android .mm-menu {
  box-shadow: 2px -3px 15px rgba(0, 0, 0, 0.4) inset;
}
.android .mm-menu > .mm-panel {
  left: 5px !important;
  background: transparent !important;
}

.gh_menu {
  margin-bottom: 20px;
  border-top: 1px solid #dfdfdf;
}
.gh_menu > li {
  border-bottom: 1px solid #dfdfdf;
  /*background: url(/common/img/header/bg-globalheader.png) 50% top;*/
  -webkit-transition: background-color 0.3s ease-in-out -0.1s;
  transition: background-color 0.3s ease-in-out -0.1s;
}
.gh_menu > li > a {
  display: block;
  padding: 11px 23px;
  background-image: url(/common/img/header/sp/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 8px auto;
  font-size: 134%;
  color: #222;
  -webkit-transition: color 0.2s ease-in-out -0.1s;
  transition: color 0.2s ease-in-out -0.1s;
}
.gh_menu > li > a:before {
  content: "";
  width: 34px;
  height: 28px;
  background: url(/common/img/header/sp/gn_sprite.png) no-repeat;
  background-size: 117px 66px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.gh_menu > li > a.guide:before {
  background-position: -2.5px -2.5px;
}
.gh_menu > li > a.exam:before {
  background-position:  -41.5px -2.5px;
}
.gh_menu > li > a.study:before {
  background-position: -2.5px -35.5px;
}
.gh_menu > li > a.career:before {
  background-position: -41.5px -35.5px;
}
.gh_menu > li > a.course:before {
  background-position: -80.5px -2.5px;
}
.gh_menu > li > a.campuslife:before {
  background-position: -80.5px -35.5px;
}
.gh_menu > li > a > span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.gh_menu > li > a .word_wrap {
  line-height: 24px;
  height: 24px;
  display: inline-block;
}

.gh_aside .gh_bnr {
  margin-bottom: 0;
  padding: 0 23px;
}

.gh_aside .gh_bnr > a {
  display: block;
  height: 45px;
  background: url(/common/img/header/sp/ico-arrow_white.png) 12px 50% no-repeat;
  background-color: #222222;
  background-size: 8.5px auto;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  border-radius: 3px;
}

.gh_search_sp {
  padding: 15px 23px;
}
.gh_search_sp .search_inner {
  position: relative;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.gh_search_sp .search_inner form.gsc-search-box {
  margin-bottom: 0;
}
.gh_search_sp .search_inner table.gsc-search-box {
  margin: 0;
  height: 40px !important;
}
.gh_search_sp .search_inner table.gsc-search-box .gsc-input {
  padding-left: 40px;
}
.gh_search_sp .search_inner .gsc-input-box,
.gh_search_sp .search_inner .gsc-input-box-hover,
.gh_search_sp .search_inner .gsc-input-box-focus {
  border: none;
  height: auto;
  box-shadow: none;
}
.gh_search_sp .search_inner .gsc-input-box td {
  padding: 0;
}
.gh_search_sp .search_inner .gsc-input-box input[type="text"] {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 5px;
  box-sizing: border-box;
  color: #777;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  background: transparent;
  font-family: "ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std W3", "メイリオ", "Meiryo", "MS Gothic", sans-serif;
  overflow: hidden;
}
.gh_search_sp .search_inner .gsc-search-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.gh_search_sp .search_inner .gsc-search-button > input {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: 40px;
  margin: 0 !important;
  border: none !important;
  background: url(/common/img/header/sp/ico-search.png) no-repeat center center;
  background-size: 18.5px auto;
}
.gh_search_sp input[type="text"] {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 5px;
  box-sizing: border-box;
  color: #777;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  background: transparent;
  font-family: "ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std W3", "メイリオ", "Meiryo", "MS Gothic", sans-serif;
  overflow: hidden;
}
.gh_search_sp .btn_submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.gh_search_sp .btn_submit input[type="submit"] {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  background: url(/common/img/header/sp/ico-search.png) no-repeat center center;
  background-size: 18.5px auto;
}

.utility_nav_sp {
  margin-bottom: 20px;
  padding: 0 23px;
}
.utility_nav_sp > .un_user {
  margin-bottom: 20px;
  padding: 0 !important;
}
.utility_nav_sp > .un_user > li {
  width: 47%;
  float: right;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.utility_nav_sp > .un_user > li:first-child {
  float: left;
}
.utility_nav_sp > .un_user > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-right: none;
  border-left: 7px solid #00a7d7;
}
.utility_nav_sp > .un_user > li:after {
  content: none !important;
}
.utility_nav_sp > .un_user > li > a {
  padding: 8px;
  padding-left: 19%;
  color: #222;
  font-size: 14px;
  line-height: 1.3;
}

.utility_nav_sp > .un_other {
  padding: 0 !important;
}
.utility_nav_sp > .un_other > li {
  margin-top: 12px;
  background: #0aabd9;
  border-radius: 3px;
}
.utility_nav_sp > .un_other > li:first-child {
  margin-top: 0;
}
.utility_nav_sp > .un_other > li:after {
  content: none !important;
}
.utility_nav_sp > .un_other > li > a {
  height: 40px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.utility_nav_sp > .un_other > li > .link_access {
  background: url(../img/header/sp/ico-access.png) no-repeat 24px 50%;
  background-size: 15px 17px;
}
.utility_nav_sp > .un_other > li > .link_contact {
  background: url(../img/header/sp/ico-contact.png) no-repeat 24px 50%;
  background-size: 15px 13px;
}

.gh_aside > .gh_lang {
  margin-bottom: 20px;
  text-align: center;
  color: #222;
  font-size: 15px;
}
.gh_aside > .gh_lang > span {
  color: #00a7d7;
}
.gh_aside > .gh_lang > a {
  color: #222;
}

/* exam header override */
.exam_header .globalheader {
  padding: 0;
  border-top: 4px solid #00a7d7;
  border-bottom: none;
  background-color: #fff;
}
.exam_header .globalheader .gh_badge {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: -54px;
  padding-right: 54px;
  box-sizing: border-box;
}
.exam_header .gh_badge:before {
  content: "";
  width: 32px;
  height: 47px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/exam/img/header/sp/bg-title_l.png) no-repeat;
  background-size: 32px auto;
  z-index: 1;
}
.exam_header .gh_badge:after {
  content: "";
  width: 32px;
  height: 54px;
  position: absolute;
  right: 54px;
  bottom: 0;
  background: url(/exam/img/header/sp/bg-title_r.png) no-repeat;
  background-size: 32px auto;
  z-index: 1;
}
.exam_header .gh_badge > .logo {
  width: 255px;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  text-indent: -9999px;
  background: url(/exam/img/header/sp/logo-exam.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 5;
}

.exam_header .utility {
  display: none;
}

.exam .gh_menu {
  border-top: none;
}
.exam .gh_menu > li > a:before {
  content: "";
  width: 32px;
  height: 24px;
  background: url(/exam/img/header/sp/gn-sprite.png) no-repeat;
  background-size: 72px 56px;
  margin-right: 8px;
}
.exam .gh_menu > li > a.event:before {
  background-position: -38.5px -2.5px;
}
.exam .gh_menu > li > a.about:before {
  background-position:  -2.5px -2.5px;
}
.exam .gh_menu > li > a.success:before {
  background-position: -38.5px -30.5px;
  display: inline-block;
  vertical-align: middle;
}
.exam .gh_menu > li > a.information:before {
  background-position: -2.5px -30.5px;
}

.exam_header .gh_controls {
  height: 54px;
  position: relative;
  top: 0;
  right: 0;
}
.exam_header .gh_controls > #btn_menu {
  width: 54px;
  height: 54px;
  margin: 0;
  background-image: url(/exam/img/header/sp/ico-menu.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  background-color: #00a7d7;
  border-radius: 0;
}

.exam .gh_aside .gh_resource {
  margin-bottom: 0;
  padding: 0 23px;
}
.exam .gh_aside .gh_resource > a {
  display: block;
  padding: 11px 6px;
  padding-left: 50px;
  background: #fff url(/exam/img/header/sp/ico-resource.png) no-repeat 10px center;
  background-size: 32px 32px;
  border: 2px solid #222222;
  letter-spacing: 1.5px;
  border-radius:  5px;
  color: #222;
}
.exam .gh_aside .gh_resource > a .strong {
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}
.exam .gh_aside .gh_resource > a .word_wrap:before {
  content: "・";
}
.exam .gh_aside .gh_resource > a .word_wrap:first-child:before {
  content: "";
}




.exam .gh_aside .gh_qrcode {
  display: none;
}

.exam .utility_nav_sp > .un_other > li {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.exam .utility_nav_sp > .un_other > li > .link_access {
  background: url(/exam/img/header/sp/ico-access.png) no-repeat 21px 50%;
  background-size: 15px 20px;
  color: #222;
}
.exam .utility_nav_sp > .un_other > .link_official {
  background: url(/exam/img/header/sp/ico-badge.png) no-repeat 10px 50%;
  background-color: #0aabd9;
  border-radius: 3px;
  border: none;
  background-size: 27.5px 27px;
}
.exam .utility_nav_sp > .un_other > .link_official > a {
  padding-left: 35px;
}

.gh_nav .flyout {
  display: none;
}
.utility .utility_nav,
.utility .us_search,
.utility .btn_popup,
.utility .portal_teacher  {
  display: none;
}

.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: absolute;
  top: 66px;
  right: 16px;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  -webkit-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: 72px;
  -webkit-transition: opacity 0.3s, top 0.3s, visibility 0s;
  transition: opacity 0.3s, top 0.3s, visibility 0s;
}

.popup_portal {
  width: 129px;
  border-radius: 3px;
}
/* grey arrow */
.popup_portal:before {
  content: "";
  position: absolute;
  top: -9.5px;
  right: 55.5px;
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: none;
  border-bottom: 10px solid #d6d6d6;
}
/* white arrow */
.popup_portal:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 56.5px;
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 9px solid #fff;
}
.popup_portal .popup_container {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
}
.popup_portal .portal_for {
  color: #fff;
  height: 30px;
  margin: 0;
  padding: 0 8px;
  line-height: 32px;
  cursor: default;
  background: #00a7d7;
  border-radius: 3px 3px 0 0;
}
.popup_portal .portal_menu {
  font-size: 100%;
  line-height: 1.7;
}
.popup_portal .portal_menu > li {
  border-top: 1px solid #dfdfdf;
}
.popup_portal .portal_menu > li:first-child {
  border-top: none;
}
.popup_portal .portal_menu > li > a {
  display: block;
  color: #666;
  padding: 8px 8px;
}
.popup_portal .portal_menu > li > a:before {
  content: "-";
  margin-right: 4px;
  font-weight: bold;
  position: relative;
  top: -1px;
  color: #00a7d7;
}
.popup_portal .portal_menu > li > a > span {
  display: inline-block;
  vertical-align: top;
}
/*.portal_student {*/
/*position: absolute;*/
/*top: 70px;*/
/*right: 10px;*/
/*width: 129px;*/
/*background: #fff;*/
/*border: 1px solid #d6d6d6;*/
/*border-radius: 5px;*/
/*}*/
/*.portal_for {*/
/*padding: 8px;*/
/*background: #00a7d7;*/
/*color: #fff;*/
/*border-radius: 5px 5px 0 0;*/
/*}*/
/*.portal_menu {*/
/*font-size: 100%;*/
/*line-height: 2.8;*/
/*}*/
/*.portal_menu > li {*/
/*border-top: 1px solid #dfdfdf;*/
/*}*/
/*.portal_menu > li:first-child {*/
/*border-top: none;*/
/*}*/
/*.portal_menu > li:before {*/
/*content: "-";*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*margin-right: 4px;*/
/*font-weight: bold;*/
/*position: relative;*/
/*top: -1px;*/
/*color: #00a7d7;*/
/*}*/
/*.portal_menu > li > a {*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*color: #222;*/
/*}*/
/*----------------------------------------
    Content
----------------------------------------*/
#content {
  padding-top: 58px;
  padding-bottom: 20px;
}

.page_header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.page_header > h1 {
  padding: 0 12px;
  font-size: 192%;
  font-weight: bold;
}
.page_header > h1:first-child {
  padding-top: 15px;
}
.page_header .root_visual:first-child {
  margin-top: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.page_header .root_visual:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 21.5%;
}
.page_header .root_visual > .root_bg > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_header .root_visual > .root_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.page_header .root_visual > .root_title:before {
  content: attr(title);
  color: #fff;
  font-weight: normal;
  padding-left: 10px;
}
.page_header .root_visual > .root_title.title_black:before {
  color: #222;
}
.page_header .root_visual > .root_title > img {
  display: none;
}

.page_content {
  margin-bottom: 50px;
  padding: 0 12px;
}
.page_content a,
.page_content .no_link {
  font-size: 117%;
}
.page_content h2 {
  margin-bottom: 12px;
  padding: 6px 11px 5px;
  border-top: 3px solid #00a7d7;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fbfbfb;
  font-size: 159%;
  font-weight: bold;
}
.page_content h2 ~ h2 {
  margin-top: 22px;
}
.page_content .lead_title {
  padding-bottom: 12px;
}
.page_content .lead_title h2 {
  margin-bottom: 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: none;
  font-size: 167%;
}
.page_content .lead_title .br-sp {
  display: none;
}
.page_content h3 {
  position: relative;
  margin-bottom: 10px;
  padding: 6px 0 4px;
  border-bottom: 2px solid #d6d6d6;
  font-size: 134%;
}
.page_content h3:first-child {
  margin-top: 0;
}
.page_content h3.accent:before {
  content: "";
  display: block;
  width: 14.24501%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a7d7;
}
.page_content h3 ~ h3 {
  margin-top: 20px;
}
.page_content h4 {
  font-size: 125%;
  color: #00a7d7;
  font-weight: normal;
}
.page_content h4:before {
  content: url(/common/img/ico-circle.png);
  margin-right: 3px;
}
.page_content h4 ~ h4 {
  margin-top: 10px;
}
.page_content h4 + .indented {
  padding-left: 13px;
}
.page_content figure {
  width: 80.05698%;
  margin: 0 auto;
}
.page_content figure > img {
  width: 100%;
}
.page_content figure > figcaption {
  margin-top: 6px;
  text-align: right;
}
.page_content 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;
}

.topic_path {
  display: none;
}

figure .caption_left {
  float: left;
  text-align: left !important;
}

/*  フッター上にsns追加  09/09/13
----------------------------------------*/
.sns_box {
  margin: 0 auto;
}
.sns_box .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_box .sns_list li {
  width: 50px;
  margin: 0 12px;
}
.sns_box .sns_list li::after {
  content: none !important;
}
.sns_box .sns_list li a {
  padding: 0;
  margin: 0;
  width: 50px;
}
.sns_box .sns_list li img {
  width: 100%;
}


/*----------------------------------------
    Sidebar
----------------------------------------*/
.page_sidebar > a,
.page_sidebar > span {
  display: block;
  padding: 10px 16px;
  background-color: #00a7d7;
  font-size: 150%;
  color: #ffffff;
}
.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 > ul {

}
.page_sidebar li {
  background-color: #ebf8fc;
  font-size: 125%;
}
.page_sidebar li > a,
.page_sidebar li > span {
  display: block;
  padding: 10px 26px;
  color: #222;
}
.page_sidebar li > a:before,
.page_sidebar li > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  margin-right: 8px;
  border: 3px solid transparent;
  border-left: 5px solid #00a7d7;
  border-right: none;
}
.page_sidebar li > a > span,
.page_sidebar li > span > span {
  display: inline-block;
  width: 94%;
  vertical-align: top;
  min-height: 10px;
}
.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 > .sidenav_top_link {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 26px;
  border: 1px solid #d6d6d6;
  background: url(/common/img/ico-arrow.png) no-repeat 12px 48%;
  text-align: center;
  font-size: 125%;
  color: #222;
}
.page_sidebar > .sidenav_top_link:before {
  content: none;
}

/*** Widget ***/
.page_sidebar .widget {
  border-top: 2px solid #00a7d7;
}
.page_sidebar .widget:first-child {
  border-top: none;
}
.page_sidebar .widget_title {
  display: block;
  padding: 10px 16px;
  background-color: #00a7d7;
  font-size: 150%;
  color: #ffffff;
}
/** calender **/
.page_sidebar .widget_calender {
  display: none;
}

/*** Accordion ***/
.accordion_scope .accordion_trigger {
  position: relative;
}
.accordion_scope .accordion_trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4.5px;
  background-image: url(/common/img/ico-nav_arrow_down.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.accordion_scope.is_opened .accordion_trigger:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-csstransforms .accordion_scope.is_opened .accordion_trigger:after {
  background-image: url(/common/img/ico-nav_arrow_up.png);
}
.accordion_scope .accordion_menu {
  height: auto;
  overflow: hidden;
}

/*----------------------------------------
    Footer
----------------------------------------*/
#footer {
  position: relative;
}
/*#footer:before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 26.8%;
  background: url(/common/img/footer/sp/bg-content_foot.png) no-repeat 50% bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 175px;
}*/

.footer_nav {
  display: none;
}

.pagetop {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1.6%;
  bottom: 117.5px;
  margin-top: -15px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(/common/img/footer/sp/ico-pagetop_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
}

.globalfooter {
  padding-top: 14.392%;
}

.gf_inner {
  padding: 14px 10px;
  background-color: #00a7d7;
}

.gf_badge {
  display: none;
}

.gf_nav {
  margin-bottom: 6px;
  padding-left: 1px;
}
.gf_nav:before {
  content: "|";
  color: #ffffff;
  margin-right: 2px;
}
.gf_nav > li {
  display: inline-block;
  margin-right: 2px;
}
.gf_nav > li:after {
  content: "|";
  color: #ffffff;
  margin-left: 6px;
}
.gf_nav > li > a {
  color: #ffffff;
}

.gf_address {
  color: #ffffff;
}
.gf_address > span {
  display: block;
  height: 16px;
  font-size: 10px;
}

.gf_small {
  display: block;
  text-align: center;
}
.gf_small > .gf_badge {
  display: block;
  padding: 13.5px 0 16px;
}
.gf_small > .gf_copy {
  display: block;
  padding: 7px 0 6px;
  background-color: #f0f0f0;
  font-size: 75%;
}

.gf_inner .gf_copy {
  display: none;
}

.globalfooter .gf_image {
  position: absolute;
  top: 0;
  width: 100%;
}
.globalfooter .gf_image img {
  width: 100%;
  height: auto;
}

/** 公開時リンク切る用 **/
.gh_menu > li > span.disable {
  display: block;
  padding: 11px 23px;
  background-image: url(/common/img/header/sp/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 8px auto;
  font-size: 134%;
  color: #222;
  -webkit-transition: color 0.2s ease-in-out -0.1s;
  transition: color 0.2s ease-in-out -0.1s;
}
.gh_menu > li > span.disable > span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.gh_menu > li > span.disable .word_wrap {
  line-height: 24px;
  height: 24px;
  display: inline-block;
}
.exam .gh_menu > li > span.success:before {
  content: "";
  width: 32px;
  height: 24px;
  background: url(/exam/img/header/sp/gn-sprite.png) no-repeat;
  background-size: 72px 56px;
  margin-right: 8px;
  background-position: -38.5px -30.5px;
  display: inline-block;
  vertical-align: middle;
}

.exam .gh_aside .gh_graduate_banner {
  padding: 0 23px;
  text-align: center;
  margin-bottom: 15px;
}

.exam .gh_aside .gh_graduate {
  padding: 0 23px;
  text-align: center;
}

.exam .gh_aside .gh_graduate a {
  display: block;
  text-align: center;
  padding: 7px;
  background-color: #00a7d7;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 8px;
 }
  
 .exam .gh_aside .gh_graduate a:hover {
  opacity: 0.7;
 }

 .gh_banner_sp {
   width: 100%;
 }
 .gh_graduate_banner .gh_banner_pc {
   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_ {
   display: none;
 }
}


.sns_box .sns_list li{
  width: 40px;
}
.sns_box .sns_list li a{
  width: 40px;
}

/* .sns_box .sns_list .x_ico{
  width: 50px;
}
.sns_box .sns_list .x_ico a{
  width: 50px;
} */

/* 2024.02.06 サイドバー修正 */

.sns_box .sns_list{
  flex-wrap: wrap;
}
.sns_box .sns_list li a,
.sns_box .sns_list .x_ico a,
.sns_box .sns_list .youtube_ico a{
  width: 100%;
}
.sns_box .sns_list li{
  width: 40px;
}
/* .sns_box .sns_list .x_ico{
  width: 36px;
}
.sns_box .sns_list .youtube_ico{
  width: 48px;
}
.sns_box .sns_list .insta_ico{
  width: 40px;
} */
