@charset "UTF-8";
/*----------------------------- 
スマフォ・タブレット用スタイル
------------------------------*/
html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 70%;
  background-color: #fff;
  font-family: sans-serif;
  color: #252525; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

img, a {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

ul, li {
  padding-left: 5px;
  margin-left: 5px; }

a {
  color: #333; }
  a:hover {
    opacity: .8; }
.sp_none{
display:none;
}

/* 読み上げ文字 */
.vi{ 
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}



/*----------------------------- 
　　ヘッダーバー 
------------------------------*/
#headerbar_wrapper {
  width: auto;
  background-image: url(images/headerbar_bg.gif);
  font-size: 1.1em;
  font-weight: bold;
  /* リストまとめ */
  /* 背景色、文字色 */
  /* 背景色 */
  /* 文字色 */ }
  #headerbar_wrapper #headerbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0 auto; }
  #headerbar_wrapper #list_barrier_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
  #headerbar_wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0; }
  #headerbar_wrapper a {
    text-decoration: none; }
  #headerbar_wrapper #list_header_nav li {
    width: auto;
    border-right: 1px dotted #111;
    padding: 0;
    margin: 0; }
    #headerbar_wrapper #list_header_nav li a {
      display: block;
      width: 100%;
      padding: 0 10px; }
  #headerbar_wrapper #list_header_nav li:first-child {
    display: none;
    margin-left: 0; }
  #headerbar_wrapper #list_header_nav li:last-child {
    border-right: none; }
  #headerbar_wrapper #list_background, #headerbar_wrapper #list_fontsize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    /* リンク設定 */ }
    #headerbar_wrapper #list_background a, #headerbar_wrapper #list_fontsize a {
      display: inline-block;
      background-color: #fff;
      font-weight: bold;
      border-radius: 0;
      padding: 10px 12px; }
      #headerbar_wrapper #list_background a:hover, #headerbar_wrapper #list_fontsize a:hover {
        opacity: 1; }
    #headerbar_wrapper #list_background dt, #headerbar_wrapper #list_fontsize dt {
      display: inline-block;
      width: auto;
      color: #111;
      padding: 8px 0;
      margin: 0 10px 0 0; }
    #headerbar_wrapper #list_background dd, #headerbar_wrapper #list_fontsize dd {
      width: auto;
      margin: 0; }
  #headerbar_wrapper #list_background {
    margin: 0;
    /* 色 */ }
    #headerbar_wrapper #list_background li {
      padding: 0;
      margin: 0; }
    #headerbar_wrapper #list_background .btn_blue {
      color: yellow;
      background-color: blue; }
    #headerbar_wrapper #list_background .btn_black {
      color: #fff;
      background-color: black; }
  #headerbar_wrapper #list_fontsize {
    display: none; }
  #headerbar_wrapper .english {
    display: none; }

/*----------------------------- 
　　ヘッダー 
------------------------------*/
#header_wrapper {
  position: relative;
  width: auto;
  font-size: 1.3em;
  padding: 0;
  margin: 0
  /*　初期化　*/
  /*　テキスト部分　*/
  /*　タイトル部分　*/
  /*　右カラム　*/
  /*　ヘッダーのナビゲーション　*/
  /*　検索フォーム　*/ }
  #header_wrapper dl, #header_wrapper p, #header_wrapper form, #header_wrapper ul {
    padding: 0;
    margin: 0; }
  #header_wrapper a {
    text-decoration: none; }
  #header_wrapper div {
    width: auto;
    padding: .3em .5em;
    margin: 0; }
  #header_wrapper dt {
    width: 230px;
    height: 40px;
    text-indent: -9999px; }
    #header_wrapper dt a {
      display: block;
      width: 79%;
      height: 40px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url(images/siteid.png);
      background-position: 0 0;
      background-size: cover; }
  #header_wrapper dd {
    display: none; }
  #header_wrapper section {
    display: none; }
  #header_wrapper address {
    width: 100%;
    font-style: normal;
    text-align: right;
    padding: 0 0 .5em; }
  #header_wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    list-style: none;
    font-weight: bold; }
  #header_wrapper li {
    width: auto;
    padding: 0 .5em; }
    #header_wrapper li:before {
      content: "\f105";
      color: #f3972b;
      font-family: FontAwesome;
      padding: 0 .5em 0 0; }
    #header_wrapper li:last-child {
      padding: 0 0 0 .5em; }
  #header_wrapper input {
    display: none; }　

/*　　*/
.fotorama-wrap {
  display: 100%; }

/*----------------------------- 
　　グローバルナビ 
------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*　ナビゲーション掲出部分　*/
#spMenu {
  padding: 0;
  margin: 0
  /*　トグルメニュー　*/ }
  #spMenu label {
    position: absolute;
    top: 3.8em;
    right: 1em;
    display: block;
    width: auto;
    font-weight: bold; }
    #spMenu label:before {
      color: orange;
      content: "\f0c9";
      font-family: FontAwesome;
      padding: 0 .5em 0 0; }
  #spMenu input[type="checkbox"].on-off {
    display: none; }
  #spMenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #spMenu input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden; }
  #spMenu input[type="checkbox"].on-off:checked + ul {
    height: auto;
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal; }

/*　ナビゲーション部分　*/
#nav {
  width: auto;
  font-size: 1em; }
  #nav #globalnav {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.9);
    list-style: none;
    padding: 0;
    margin: 0
    /*　トグルキー　*/
    /*　セカンドリスト　*/ }
    #nav #globalnav dt {
      font-size: 1.2em;
      font-weight: bold;
      padding: .2em 1em; }
      #nav #globalnav dt:before {
        float: left;
        color: orange;
        content: "\f078";
        font-family: FontAwesome;
        padding: .2em .3em 0 0; }
      #nav #globalnav dt a {
        display: block;
        width: auto;
        color: #fff;
        pointer-events: none;
        text-decoration: none; }
    #nav #globalnav .active:before {
      content: "\f077"; }
    #nav #globalnav dd {
      display: none; }
    #nav #globalnav dl ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #nav #globalnav dl ul li {
        font-size: 1em;
        font-weight: normal;
        padding: .3em 0;
        margin: 0; }
        #nav #globalnav dl ul li:before {
          content: none;
          padding: 0; }
      #nav #globalnav dl ul a {
        display: block;
        width: 100%;
        color: #fff;
        pointer-events: auto;
        text-decoration: none; }

/*　バナーメニュー　*/
#bnrMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  list-style: none;
  line-height: 1;
  padding: .3em 0 0;
  margin: 0; }
  #bnrMenu li {
    width: 48%;
    padding: 0;
    margin: 0; }
  #bnrMenu img {
    width: 100%; }

/*　学科紹介　*/
#department {
  width: auto;
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 1em; }
  #department li {
    width: auto;
    background-image: url(images/top/bnr_kikai.jpg);
    padding: 0;
    margin: 0 0 1px; }
  #department li:nth-child(2) {
    background-image: url(images/top/bnr_denki.jpg); }
  #department li:last-child {
    background-image: url(images/top/bnr_kagaku.jpg); }
  #department a {
    display: block;
    width: auto;
    color: #fff;
    background: rgba(51, 51, 51, 0.9);
    text-decoration: none;
    padding: 1em; }
    #department a:after {
      float: right;
      content: "\f105";
      font-family: FontAwesome; }
    #department a:hover {
      background: rgba(243, 151, 43, 0.9); }
    .spDepartment {
      display: block;
    }

/*----------------------------- 
　　コンテント
------------------------------*/
#content {
  width: auto;
  margin: 10px;
  margin-top: 0;
  font-size: 1.3em; }

/*----------------------------- 
　　ターゲットナビ
------------------------------*/
#purpose {
  display: none;
}

#target {
  margin-bottom: 20px!important;
  cursor: pointer;
  position: relative;
}

#target p {
    padding: 0.7em 0 0.7em 1em;
    background-color: #ffebd4;
    border: 1px solid #f3972b;
    margin: 0;
}

#target p:first-child:before {
  color: orange;
  content: "\f007";
  font-weight: normal;
  font-family: FontAwesome;
  padding: 0 .4em 0 0; 
}

#sp-targetnav {
  display: none;
}

#sp-targetnav li:after {
    content: "\f105";
    color: #f3972b;
    font-family: FontAwesome;
    padding: 3px 1em 0px 0px;
    float: right;
}

#target li {
    padding: 10px 0 10px 1em!important;
    padding: 1em;
    border: 1px solid #f3972b;
    border-top: 0px;
    margin: 0;
    background-color: #fff9f2;
}

#target a {
  text-decoration: none;
  cursor: pointer;
}

.open_icon {
  position: absolute;
  top: 0;
  right: 20px;
}

.open_icon,
.open_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.open_icon {
    position: absolute;
    width: 24px;
    height: 24px;
    float: right;
    margin-right: 5px;
    top: 11px;
    right: 9px;
}
.open_icon span {
    position: absolute;
    left: 5px;
    width: 50%;
    height: 2px;
    background-color: #f3972b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.open_icon span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.open_icon span:nth-of-type(2) {
    top: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.open_icon.active span:nth-of-type(1) {
    display:none;
}

.open_icon.active span:nth-of-type(2) {
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/*----------------------------- 
　　お問い合わせボックス 
------------------------------*/
.page_utility, .sodan_utility {
  width: auto;
  height: auto;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 1.2em 1em .5em;
  margin: 2em 0; }
  .page_utility hr, .sodan_utility hr {
    display: none; }
  .page_utility h2, .sodan_utility h2 {
    font-size: 1.1em;
    line-height: 1;
    color: #333 !important;
    background: none !important;
    padding: 0 0 0.5em !important;
    margin: 0 !important; }
    .page_utility h2:before, .sodan_utility h2:before {
      content: "●";
      color: orange;
      padding: 0 .4em 0 0; }
  .page_utility p, .sodan_utility p {
    padding: 0;
    margin: 0 !important; }
  .page_utility .btn, .sodan_utility .btn {
    padding: 0 0 1em; }
    .page_utility .btn a, .sodan_utility .btn a {
      text-decoration: none;
      padding: 0 .5em 0 0;
      margin: 0; }
      .page_utility .btn a:before, .sodan_utility .btn a:before {
        content: "\f0da";
        color: orange;
        font-family: FontAwesome;
        padding: 0 .5em 0 0; }
  .page_utility ul, .sodan_utility ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: auto;
    height: auto;
    font-size: .9em;
    list-style: none;
    padding: 0 0 0.5em !important;
    margin: 0 !important; }
    .page_utility ul li, .sodan_utility ul li {
      padding: 0 .5em 0 0;
      margin: 0; }
      .page_utility ul li:before, .sodan_utility ul li:before {
        content: "\f0da";
        color: orange;
        font-family: FontAwesome;
        padding: 0 .5em 0 0; }
    .page_utility ul a, .sodan_utility ul a {
      text-decoration: none; }

/*----------------------------- 
　　NEWS&EVENT
------------------------------*/
.newslist {
  margin: 0;
  padding: 0; }

.newslist th {
  padding: 7px 0; }

.newslist td {
  padding: 7px 10px; }

.newslist tr.even {
  background-color: #f2f2f2; }

.newslist span.date {
  margin-right: 10px; }

.newslist a.icon {
  font-size: 0.8em;
  display: inline-block;
  background-color: #ccc;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold; }

.newslist a.info {
  background-color: #e75331; }

.newslist a.event {
  background-color: #f68d07; }

.newslist a.news {
  background-color: #3870b4; }

.newslist a.report {
  background-color: #7ab3db; }

/*----------------------------- 
　　メイン
------------------------------*/
/*　ホームのmain部分設定　*/
#home #main {
  width: auto
  /*　ヘッディング　*/ }
  #home #main h2 {
    width: auto;
    line-height: 1.2;
    color: #fff;
    background: #f3972b;
    border-radius: 2px;
    padding: .5em 1em;
    margin: 1em 0; }
  #home #main ul, #home #main ol {
    padding: 0;
    margin: 0; }

/*　募集・事業・その他　*/
.mainOthers {
  display: none;
}

/*　サービスメニュー　*/
.servicemenu_inner .qrcode {
  display: none; }

#serviceMenu {
  margin: 0px !important;
  padding: 0px !important; }

#serviceMenu li {
  padding: 2px 5px;
  margin: 0 5px;
  list-style: none; }

#servicemenu li a, .servicemenu_inner .request_btn {
  display: block;
  margin: 10px 0;
  padding: 7px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #252525;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
}

/*　ページのローカルナビゲーション　*/
.localNav {
  width: auto; }
  .localNav a {
    text-decoration: none; }
  .localNav h3 {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: .9rem;
    font-weight: normal;
    line-height: 1;
    border-radius: 16px;
    background: orange;
    padding: .4em .8em .4em 1em;
    margin: .5em 0; }
    .localNav h3:after {
      content: "\f13a";
      font-family: FontAwesome;
      padding: 0 0 0 .3em; }
  .localNav .active:after {
    content: "\f139"; }
  .localNav ul {
    display: none;
    font-size: .9em;
    list-style: none;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding: 0 0 .8em;
    margin: 0 0 .3em; }
  .localNav li {
    width: auto;
    border-bottom: 1px solid #f2f2f2;
    padding: .6em 0;
    margin: 0; }
  .localNav a {
    display: block;
    width: auto; }
    .localNav a:after {
      float: right;
      content: "\f105";
      color: #f3972b;
      font-family: FontAwesome; }


/*　ニュース　*/
#newsTopics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  /*　リンク設定　*/
  /*　イメージ設定　*/
  /*　本文　*/
  /*　ジャンル　*/
  /*　各ジャンルアイコンの色　*/
  /*　一覧リンク　*/ }
  #newsTopics div {
    width: 48%;
    margin: 0 0 1em; }
  #newsTopics dl, #newsTopics dt, #newsTopics dd {
    padding: 0;
    margin: 0; }
  #newsTopics a {
    text-decoration: none; }
  #newsTopics p {
    /* width: 100%; */
    height: 6em;
    overflow: hidden;
    margin: 0 0 .5em; }
  #newsTopics img {
    width: 100%; }
  #newsTopics dd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9em;
    padding: .8em 0 .3em; }
  #newsTopics dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: .8em;
    line-height: 1; }
  #newsTopics span:not(.current_page) {
    width: auto;
    color: #fff;
    font-size: .8em;
    background: #333333;
    border-radius: 2px;
    padding: .3em;
    margin: 0 0 0 1em;
    display: block;
    text-align: center;
    white-space: nowrap; }
  .news span:not(.date) {
    background: #3870b4!important; }
  .info span:not(.date) {
    background: #e75331!important; }
  .report span:not(.date) {
    background: #7ab3db!important; }
  .event span:not(.date) {
    background: #f68d07!important; }
  .research span:not(.date) {
    background: #25ab48!important; }  
  #newsTopics p:last-child {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1; }
    #newsTopics p:last-child a {
      display: inline-block;
      width: auto;
      color: #fff;
      background: #333;
      border-radius: 3px;
      padding: 5px;
      margin: 0 0 5px 0; }
#home #newsTopics p:last-child a {
display:block;
}

/*　大学を知る　*/
#aboutCollege {
  width: auto; }
  #aboutCollege ul {
    padding: 0 0 1em;
    margin: 0; }
  #aboutCollege ul:last-child {
    display: none; }
  #aboutCollege li {
    padding: 0;
    margin: .3em 0; }

/*　サービスメニュー　*/
/*#serviceMenu hr, #serviceMenu h3, #serviceMenu ul:last-child {
  display: none; }*/
#serviceMenu a {
  display: block;
  width: auto;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff));
  padding: .8em .5em; }

/*　バナーリスト　*/
#bnrService {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0;
text-align:center;}
  #bnrService li {
    width: 48%;
    padding: 0;
    margin: 0; }
  #bnrService img {
    width: 100%; }
  #bnrService .pamphlet_btn {
    margin: -.5em 0 0; }

/*----------------------------- 
　　インデックスページ h1
------------------------------*/  
h1.postheaderimage{
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  padding: 1em!important;
}
h1.postheaderimage span {
}

/*----------------------------- 
　　ページインデックス 
------------------------------*/
.page_index {
  width: auto;
  list-style: none;
  padding: 0 1em !important;
  margin: 0 !important; }
  .page_index li {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 0; }
  .page_index a {
    display: block;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f2f2f2;
    background: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff));
    padding: 1em 0;
    margin: .5em 0; }
  .page_index a:hover {
    background-color: #fff;
    background: -webkit-gradient(linear, center bottom, center top, from(#fff), to(#f2f2f2)); }

/*----------------------------- 
　　サイドバー
------------------------------*/
#home #sidebar .informationnav_inner{
display:none;
}
#home #sidebar #aboutCollege{
display:none;
}

/*----------------------------- 
　　ページ用ソーシャルリンク 
------------------------------*/
.sociallink {
  text-align: right;
  margin: 15px 0 0 0; }

/*----------------------------- 
　　パンくず 
------------------------------*/
#breadcrumbs,
#breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style: none; }

#breadcrumbs {
  border-bottom: 1px solid #ddd;
  padding: 0 10px 20px 10px;
  margin-bottom: 20px; }

#breadcrumbs li {
  display: inline;
  background: transparent url(images/breadcrumbs_arrow.gif) no-repeat 0 center;
  padding-left: 15px; }

#breadcrumbs li a {
  display: inline-block; }

#breadcrumbs li.home {
  background: none;
  padding: 0; }

#breadcrumbs li.home a {
  background: transparent url(images/breadcrumbs_home.gif) no-repeat 0 center;
  padding-left: 15px; }

/*----------------------------- 
　　フッター 
------------------------------*/
#footer_wrapper {
  width: auto;
  background-color: #eef3f6; }

#footer {
  width: auto;
  font-size: 1.2em;
  padding: 1em
  /*　各ボックス　*/
  /*　コピーライト部分　*/ }
  #footer div {
    display: none; }
  #footer dl, #footer dt, #footer dd {
    width: auto;
    padding: 0;
    margin: 0; }
  #footer dl {
    width: auto;
    padding: 0; }
  #footer dt {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 .4em; }
  #footer dd {
    font-size: .9em; }
  #footer address {
    width: auto;
    font-size: 1.1em;
    font-style: normal; }
  #footer hr {
    display: none; }
  #footer a {
    color: #333; }


/*フッターナビここから*/
.sp-footerNav {
  background-color: #f3962c;
  padding-top: 1px;
}

.sp-footerNav li {
  padding: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid white;
}

.sp-footerNav dl {
  position: relative;
}

.sp-footerNav dd {
  display: none;
  margin: 1em 1em 3em 1em;
  font-size: 12px;
}

.sp-footerNav dd ul li {
  border-bottom: 1px dotted white;
  padding: 3px;
}
.sp-footerNav dt, .sp-footerNav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1em;
  background-color: #f3962c;
}

.sp-footerNav dt {
  padding: 0 1em;
  font-size: 15px;
}


.sp-footerNav dd ul li a:after {
    float: right;
    content: "\f105";
    font-family: FontAwesome;
}


.footer_open_icon {
    position: absolute;
    width: 24px;
    height: 24px;
    float: right;
    margin-right: 5px;
    top: -9px;
    right: 9px;
}

.footer_open_icon,
.footer_open_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.footer_open_icon span {
    position: absolute;
    left: 5px;
    width: 50%;
    height: 2px;
    background-color: #f3972b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.footer_open_icon span:nth-of-type(1) {
    background-color: white;
    top: 9px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.footer_open_icon span:nth-of-type(2) {
    background-color: white;
    top: 9px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.footer_open_icon.active span:nth-of-type(1) {
    display:none;
}

.footer_open_icon.active span:nth-of-type(2) {
    top: 9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#footer_target {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 161px;
    /*display: inline-block;*/
}

#footer_target ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 53px;
    border-bottom: 1px solid white;
}

#footer_target li {
    display: inline-table;
    width: 49.8%;
    padding: 0em;
    float: left;
    color: white;
    font-size: 15px;
    /*border-left: 1px solid white;*/
}

.zaigakusei, .sotsugyosei, .regional {
    border-left: 1px solid white;
}


/*----------------------------- 
　　スライド
------------------------------*/
.fotorama {
  width: 100%;
  height: 13em !important;
  overflow: hidden;
  padding: 0;
  /*margin: -30px 0 -10px;*/ }

.fotorama__arr--prev,
.fotorama__arr--next {
  display: none; }

.fotorama span {
  width: 100%;
height: 160px !important;
  background-size: 100% !important; }

@media screen and (min-width: 450px) {
  .fotorama span {
    background-size: 100% !important; } }
.fotorama__nav-wrap {
  display: none; }

/*----------------------------- 
　　コンテンツスタイル 
------------------------------*/
#main {
  overflow: hidden;
  /*　フォーム設定　*/ }
  #main h1 {
    font-size: 1.5em;
    line-height: 150%;
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    padding: .3em 0;
    margin: .3em 0 1em; }
    #main h1 span {
      display: none; }
 
  #main h2 {
    font-size: 1.3em;
    background: #ff8a00;
    color: #fff;
    border-radius: 3px;
    line-height: 1.3;
    padding: .5em .8em .4em;
    margin: 1em 0 .5em; }
  #main h3 {
    font-size: 1.2em;
    color: #521b03;
    line-height: 160%;
    margin: 1em 0 .5em; }
    #main h3:before {
      content: "●";
      color: orange;
      padding: 0 .3em 0 0; }
  #main h4 {
    font-size: 1.1em;
    border-radius: 3px;
    margin: 1em 0; }
  #main h5 {
    font-size: 1em;
    margin: 1em 0; }
    #main h5:before {
      content: "■";
      padding: 0 .3em 0 0; }
  #main h6 {
    display: inline-block;
    background: #ddd;
    padding: .3em 1em;
    margin: 1em 0; }
  #main ul, #main ol {
    padding: 0 0 1em;
    margin: 0 0 0 1.6em; }
  #main td ul, #main td ol {
    padding: 0;
    margin: 0 0 0 1.6em; }

  #main table {
    width: 100%; }
  #main input, #main textarea {
    width: auto;
    border: none; }
    #main input:focus, #main textarea:focus {
      outline: none; }
  #main input[type="text"], #main input[type="email"], #main textarea {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    background: #ecf0f1;
    font-size: 1em;
    padding: .5em;
    margin: 1em; }
    #main input[type="text"]:hover, #main input[type="email"]:hover, #main textarea:hover {
      background: #dce6cd; }
    #main input[type="text"]:focus, #main input[type="email"]:focus, #main textarea:focus {
      background: #f3eddf; }
  #main textarea {
    width: 90%;
    height: 7em; }
  #main #submit {
    text-align: center;
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    padding: 1em 0; }
    #main #submit input {
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      width: auto;
      color: #c0392b;
      background: #fbcf62;
      border-radius: 3px;
      border: none;
      padding: 1em 3em .8em; }
      #main #submit input:hover, #main #submit input:focus {
        background: #ddd;
        color: #fff;
        cursor: pointer; }

#home #main h2 img {
  max-width: 300px;
  overflow: hidden; }

#main img {
  width: auto; }

#main .inner img.access_btn {
  width: auto !important; }

#main .inner h2 span {
  font-size: 0.5em;
  display: inline-block; }

#fs-loading {
  display: none; }

.icon_pdf {
  display: inline-block;
  width: 17px !important;
  height: 17px !important; }

.image-float01 {
  float: left;
  width: auto;
  background: #fff;
  padding: 0 1em 1em 0 !important;
  margin: 0 !important; }

.image-float02 {
  float: right;
  width: auto;
  background: #fff;
  padding: 0 0 1em 1em !important;
  margin: 0 !important; }

/*　レスポンシブ対応（ブレークポイント 375px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 375px) {
  .image-float01,
  .image-float02 {
    float: none;
    display: block;
    text-align: center;
    padding: 1em 0;
    margin: 0; }
    .image-float01 br,
    .image-float02 br {
      display: none; }

  /*　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　ブレークポイント 375pxここまで　*/ }

.font-style02 {
  margin: 10px;
  font-size: normal;
  text-align: center;
  display: block; }

/*----------------------------- 
　　前のページヘ戻る 
------------------------------*/
#main .prevpage {
  display: none; }

/*----------------------------- 
　　テキストスタイル 
------------------------------*/
.text-gray {
  color: #777; }

.text-red {
  color: #d52e31; }

.text-orange {
  color: #ff7f00; }

.text-blue {
  color: #123456; }

.text-small {
  font-weight: normal;
  font-size: 0.8em; }

.text-large {
  font-size: 1.2em; }

/*----------------------------- 
　　テーブルスタイル 
------------------------------*/
.table-style01 {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 0 2em; }

.table-style01 td {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.table-style02 {
  margin: 15px auto;
  border: 5px solid #eee;
  text-align: center; }

.table-style02 td {
  padding: 10px; }

.table-style03 {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.table-style03 td {
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
width:100%;
display:block;
}

.table-style03 td h3 {
  padding: 0 0 2px 10px;
  border-bottom: 1px dotted #ddd;
  border-left: 4px solid #F59812;
  margin: 0px 0px 10px 0px !important; }

.table-style07 {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.table-style07 td, .table-style07 th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px; }

.table-style07 th {
  background-color: #eee; }

table td {
  word-break: break-all; }

/*----------------------------- 
　　ボタンスタイル 
------------------------------*/
.btn-style01 {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin: 0 5px;
  text-decoration: none;
  color: #252525;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  background: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff)); }


.btn-style02 {
    background: #e4e4e4;
    display: block;
    padding: 1px 1px;
}

.btn-style04 {
  height: 30px;
  line-height: 30px;
  display: block;
  width: 80%;
  margin: 5px auto 0 auto;
  text-align: center;
  background-color: #F59812;
  color: #fff; }

.btn-style04:hover {
  color: #252525;
  background: #ccc; }

.btn-style05 {
  line-height: 30px;
  background: #ddd;
  display: block;
  width: 100%;
  margin: 5px auto 0 auto;
  color: #4f4f4f;
  text-align: center;
  font-size: 0.8em; }

.btn-style05:hover {
  background-color: #F59812; }

.btn-style11 {
  display: block;
  border: 1px solid #ccc;
  background: #f2f2f2 url(uploads/images/arrow.gif) no-repeat right bottom;
  margin: 5px auto;
  width: 80%;
  height: 40px;
  height: auto;
  line-height: 40px;
  text-align: center; }

.btn-style11:hover {
  background-color: #ddd; }

.btn-style12 {
  display: block;
  border: 1px solid #ccc;
  background: #f2f2f2 url(uploads/images/arrow.gif) no-repeat right bottom;
  margin: 5px auto;
  padding: 5px 15px;
  text-align: center; }

.btn-style12:hover {
  background-color: #ddd; }

.btn-style13 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.2;
  text-align: center; }

.btn-style13 strong {
  font-size: 14px; }

.btn-style13:hover {
  background-color: #eee;
  border: 1px solid #aaa; }

.btn-style14 {
  display: inline-block;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.2;
  text-align: center; }

.btn-style14 strong {
  font-size: 14px; }

.btn-style14:hover {
  background-color: #eee;
  border: 1px solid #aaa; }

.btn-list,
.btn-list li {
  list-style: none;
  margin: 0;
  padding: 0; }

.btn-list li {
  display: inline-block;
  margin: 0 10px 5px 0; }

.movie {
  height: 160px !important;
  background-color: #000;
  text-align: center;
  padding: 10px;
  border: 10px solid #eee;
  margin: 10px 0; }

.sciencefesta2013 img {
  width: auto; }

.cl {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0; }

/*　入試のリストメニュー　*/
.examinee_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  line-height: 170%;
  list-style: none;
  padding: 0;
  margin: 1em 0; }
  .examinee_head li {
    padding: 0 1em 0 0;
    margin: 0; }
    .examinee_head li:before {
      content: "\f0da";
      color: orange;
      font-family: FontAwesome;
      padding: 0 .5em 0 0; }
  .examinee_head a {
    text-decoration: none; }

.examinee_head + table {
  width: 100%;
  margin: 0; }
  .examinee_head + table tr, .examinee_head + table th, .examinee_head + table td {
    display: block;
    padding: 0; }




/*資料請求*/
.sp-request {
margin:1em;
}
.sp-request a {
font-size: 14px;
    font-weight: bold;
    padding: 8px;
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
background:#f3972b;
}
.sp-request img {
vertical-align: top;
margin-right:5px;

}

.apps_btn {
display:none;
}

.fotorama span {
height:;
}

.mainOthers.sp {
display:block;
}

.bnrlist.sp {
display:block;
}
.bnrlist.sp li {
width: 47%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 4px;
}

#sp_searchbox {
    margin: 10px 5px;
    width: 100%;
border:none;
}
#sp_searchbox_keyword {
width:85%;
}
#sp_searchbox_submit {
    color: #fff;
    background: #f3972b;
    font-family: FontAwesome;
    padding: 5px 10px;
    border: none;
}

/*thumbnail*/
.news_thumbnail img {
    position: relative;
    top: -50%;
}


.ocsp_gakka td {
width:100%;
display:block;
}


.appsbtn {
display:block !important;
}

/*thumbnail*/
#library_name{
   display:block;
}

.engSiteBtn p {
    font-size: 1.2em;
    font-weight: bold;
    padding: .2em 1em;
}

.engSiteBtn p a {
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
}

/* 新規追加-2020-10-02 */
#section_important {
  margin: 0 0 30px; }
  #section_important h2 {
    background-color: #e75231 !important;
    margin-bottom: 0 !important; }

#section_entrance {
  margin: 0 0 30px; }
  #section_entrance h2 {
    margin-bottom: 0 !important; }

#section_tab {
  margin: 0 0 40px; }

#home #main #list_tab {
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ddd;
  padding: 10px 10px 0;
  margin: 0; }
  #home #main #list_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    font-weight: bold;
    font-size: .9em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0; }
  #home #main #list_tab li {
    width: calc(100% / 3);
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    margin: -2px -1px 0 0; }
    #home #main #list_tab li.is_active {
      border-top: 3px solid orange;
      border-bottom: 1px solid #fff; }
  #home #main #list_tab li:nth-child(n + 4) {
    width: 50%; }

.tab_panel {
  display: none;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 5px 20px 18px;
  margin: -1px 0 0; }
  .tab_panel h2 {
    display: none; }
  .tab_panel.is_show {
    display: block; }

.btn_news {
  width: auto;
  text-align: right;
  margin: 0; }
  .btn_news a {
    display: inline-block;
    width: auto;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    text-decoration: none;
    background-color: #333;
    padding: 14px 36px;
    margin: 1em 0 0;}

.list_news_1,
.list_news_2 {
  width: auto;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .list_news_1 li,
  .list_news_2 li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin: 0; }
  .list_news_1 dl,
  .list_news_2 dl {
    display: block;
    width: auto;
    padding: 0;
    margin: 0; }
  .list_news_1 dt,
  .list_news_2 dt {
    width: auto;
    padding: 0;
    margin: 0 0 5px; }
  .list_news_1 dd,
  .list_news_2 dd {
    width: auto;
    padding: 0;
    margin: 0; }
  .list_news_1 a,
  .list_news_2 a {
    display: block;
    width: auto;
    font-weight: bold;
    text-decoration: none; }

.list_news_2 dd span {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: auto;
  font-size: .8em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #e25136;
  padding: 5px 10px;
  margin: 0 10px 0 0; }

.department_bnr{
    width: auto !important;
    margin: 10px auto !important;
}