@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  font-size: 0.9375rem;
  line-height: 160%;
}

img {
  border: 0px;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.cfixo {
  overflow: hidden;
}

.ul,
.ol {
  padding-left: 40px;
  list-style-type: disc;
}

.ol {
  list-style-type: decimal;
}

a {
  color: #FF6600;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #00F;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

p {
  margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
}

/* ===========================
--- Variables
============================ */
/* ===========================
--- Layout
============================ */
#wrapper {
  position: relative;
  width: 100%;
}

/* ===========================
--- Main menu
============================ */
#main_menu {
  position: fixed;
  display: block;
  overflow: visible;
  width: 270px;
  top: 0;
  left: 0;
  height: 120%;
  border-right: 1px solid #eee;
  text-align: center;
  background: #f9f9f9;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#main_menu_inner {
  position: relative;
  display: block;
  width: 270px;
}

#main_menu_inner h1 {
  font-size: 1.1875rem;
  line-height: 100%;
  text-align: center;
  text-shadow: #999 1px 1px 1px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  letter-spacing: 2px;
  padding: 0;
  margin: 10px auto 0 auto;
}

#main_menu_inner img {
  margin: 10px auto;
}

#todo_en {
  font-size: 0.6875rem;
  line-height: 100%;
  text-align: center;
  color: #006fb1;
}

@media (max-width: 1200px) {
  #main_menu {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    top: 0;
    border-right: none;
    background-image: none;
  }

  #main_menu_inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }

  #main_menu_inner h1,
  #main_menu_inner img,
  #todo_en {
    display: none;
  }
}
#main_menu_inner > ul {
  position: relative;
  width: 270px;
  background: #f9f9f9;
  border-right: 1px solid #eee;
  padding: 0;
  margin: 0;
}

#main_menu_inner li {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}

#main_menu_inner li:first-child {
  border-top: 1px solid #eee;
}

#main_menu_inner li a {
  display: block;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 0.875rem;
  text-shadow: 0px 1px 0px #aaa;
  line-height: 40px;
  text-indent: 10px;
}

#main_menu_inner li:hover {
  background: #006fb1;
}

#main_menu_inner li:hover > a {
  color: #FFF;
}

#main_menu_inner > ul > li > ul,
#main_menu_inner > ul > li > ul > li > ul {
  position: fixed;
  width: 0px;
  top: 0px;
  height: 100%;
  padding-top: 125px;
  background: #f9f9f9;
  border-right: 1px solid #eee;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}

#main_menu_inner ul li span {
  display: inline-block;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 0.875rem;
  line-height: 40px;
  text-indent: 10px;
  color: #006fb1;
}

#main_menu_inner > ul > li > ul {
  left: 270px;
}

#main_menu_inner > ul > li > ul > li > ul {
  left: 540px;
}

@media (max-width: 1200px) {
  #main_menu_inner > ul {
    position: fixed;
    display: block;
    top: 5px;
    left: 0;
    margin-top: 35px;
    width: 100%;
    height: auto;
    border-right: none;
  }

  #main_menu_inner > ul > li > ul,
  #main_menu_inner > ul > li > ul > li > ul {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    padding: 0;
    border-right: none;
    border-top: 1px solid #eee;
    opacity: 1;
  }

  #main_menu_inner > ul > li > ul > li > a {
    text-indent: 25px;
  }

  #main_menu_inner > ul > li > ul > li > ul > li > a {
    text-indent: 40px;
  }

  #main_menu_inner > ul > li,
  #main_menu_inner > ul > li > ul > li,
  #main_menu_inner > ul > li > ul > li > ul > li {
    height: auto;
  }

  #main_menu_inner > ul > li > ul,
  #main_menu_inner > ul > li > ul > li > ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  #main_menu_inner > ul > li:hover > ul,
  #main_menu_inner > ul > li > ul > li:hover > ul {
    opacity: 1;
    display: block;
    height: 100%;
    width: 270px;
    z-index: 5;
    overflow-x: hidden;
  }
}
.menu_second,
.menu_third {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  cursor: pointer;
}

.menu_second:hover,
.menu_third:hover {
  background: rgba(255, 255, 255, 0.8);
}

.menu_second:after,
.menu_third:after {
  content: "\ea50";
  font-family: icomoon;
  color: #999;
  font-size: 16px;
  padding: 0;
  float: right;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 15px;
}

@media (max-width: 1200px) {
  .menu_second,
  .menu_third {
    display: none;
  }

  .menu_second:after,
  .menu_third:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
#open_school {
  position: relative;
  display: block;
  width: 270px;
  text-align: center;
  margin: 4px auto;
}

@media (max-width: 1200px) {
  #open_school {
    display: none;
  }
}
#todoh_access {
  position: relative;
  display: block;
  margin: 5px auto;
  height: 82px;
  padding-left: 80px;
  background: url("../item/menu_tya.png") left center no-repeat;
}

#todoh_access_inner {
  position: relative;
  display: block;
}
#todoh_access_inner a {
  display: block;
  width: 170px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 10px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 0.875rem;
  color: #006fb1;
  border: 1px solid #006fb1;
  border-radius: 2px;
}

.side_content_inner {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

@media (max-width: 1200px) {
  #open_school,
  #todoh_access {
    display: none;
  }
}
.menu_fadeIn_1 {
  animation: menu_fadeIn 0.8s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 0.8s ease 0s 1 normal;
}

.menu_fadeIn_2 {
  animation: menu_fadeIn 1s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1s ease 0s 1 normal;
}

.menu_fadeIn_3 {
  animation: menu_fadeIn 1.2s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.2s ease 0s 1 normal;
}

.menu_fadeIn_4 {
  animation: menu_fadeIn 1.4s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.4s ease 0s 1 normal;
}

.menu_fadeIn_5 {
  animation: menu_fadeIn 1.6s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.6s ease 0s 1 normal;
}

.menu_fadeIn_6 {
  animation: menu_fadeIn 1.8s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.8s ease 0s 1 normal;
}

.menu_fadeIn_7 {
  animation: menu_fadeIn 2s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2s ease 0s 1 normal;
}

.menu_fadeIn_8 {
  animation: menu_fadeIn 2.2s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.2s ease 0s 1 normal;
}

.menu_fadeIn_9 {
  animation: menu_fadeIn 2.4s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.4s ease 0s 1 normal;
}

.menu_fadeIn_10 {
  animation: menu_fadeIn 2.6s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.6s ease 0s 1 normal;
}

.menu_fadeIn_11 {
  animation: menu_fadeIn 2.8s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.8s ease 0s 1 normal;
}

.menu_fadeIn_12 {
  animation: menu_fadeIn 3s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3s ease 0s 1 normal;
}

.menu_fadeIn_13 {
  animation: menu_fadeIn 3.2s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3.2s ease 0s 1 normal;
}

.menu_fadeIn_14 {
  animation: menu_fadeIn 3.4s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3.4s ease 0s 1 normal;
}

@keyframes menu_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===========================
--- Mobile_menu
============================ */
#mobile_menu_block {
  position: relative;
  display: none;
}

@media (max-width: 1200px) {
  #mobile_menu_block {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }

  #mobile_logo {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    height: 40px;
    width: 210px;
  }

  #panel-btn {
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 10px;
    width: 40px;
    height: 30px;
    border-radius: 2px;
    background: #2196F3;
    cursor: pointer;
  }

  #panel-btn:hover {
    background: #2196F3;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #panel-btn-icon:before {
    margin-top: -8px;
  }

  #panel-btn-icon:after {
    margin-top: 7px;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }

  #panel-btn .close:before {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
  }

  #panel-btn .close:after {
    transform: rotateZ(-135deg);
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
  }
}
/* ===========================
--- Todo Content
============================ */
#todo_back {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}

#todo_back_inner {
  position: absolute;
  display: block;
  top: 0;
  left: 270px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  #todo_back {
    height: 70vh;
    margin-top: 40px;
  }

  #todo_back_inner {
    left: 0;
  }
}
@media (max-width: 800px) {
  #todo_back {
    height: 60vh;
  }
}
@media (max-width: 600px) {
  #todo_back {
    height: 50vh;
  }
}
@media (max-width: 400px) {
  #todo_back {
    height: 45vh;
  }
}
#todo_content {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
}
#todo_content #top_img img {
  margin: auto;
}

#top_img {
  display: block;
  margin: auto;
}

#todo_content_box {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 270px;
}
#todo_content_box h2 {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  color: #006fb1;
  font-size: 2rem;
  line-height: 60px;
}
#todo_content_box h2 span {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  display: inline-block;
  text-indent: 30px;
  font-size: 1rem;
}

@media (max-width: 1200px) {
  #todo_content_box {
    padding-left: 0;
  }
}
/* ===========================
--- Top Marquee
============================ */
#marquee {
  position: absolute;
  display: block;
  height: 55px;
  bottom: 10px;
  left: 300px;
  right: 20px;
  padding: 12px 20px 12px 170px;
  z-index: 2;
}

#marquee_title {
  position: absolute;
  display: block;
  height: 30px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 30px;
  top: 12px;
  left: 20px;
  width: 150px;
  background: #006fb1;
  text-align: center;
  z-index: 3;
}

@media (max-width: 1200px) {
  #marquee {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 760px) {
  #marquee {
    left: 5px;
    right: 5px;
    bottom: 10px;
    padding: 12px 20px 12px 120px;
  }

  #marquee_title {
    left: 5px;
    width: 120px;
    font-size: 0.75rem;
  }
}
/* ===========================
--- Top News
============================ */
#news {
  display: block;
  padding: 0 40px;
}

#top_news {
  padding: 30px 0;
  background: #e6ebef;
}

#top_news_itiran {
  position: relative;
  display: block;
  padding: 15px 20px;
  height: 460px;
  overflow: hidden;
}

@media (max-width: 910px) {
  #news {
    padding: 0;
  }
}
@media (max-width: 760px) {
  #top_news_itiran {
    padding: 15px 5px;
  }
}
#top_news_itiran_inner {
  display: block;
  height: auto;
  padding: 8px;
}

.news_waku {
  position: relative;
  padding: 5px;
}

.news_waku_inner {
  position: relative;
  margin: 0 auto 8px auto;
  padding: 8px;
  width: 90%;
  background: #FFF;
  transition: 0.2s;
}
.news_waku_inner a:link {
  color: #000;
  text-decoration: none;
}
.news_waku_inner a:visited {
  color: #000;
  text-decoration: none;
}
.news_waku_inner a:hover {
  color: #000;
  text-decoration: none;
}
.news_waku_inner a:active {
  color: #000;
  text-decoration: none;
}

.news_waku_inner:hover {
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.news_img {
  position: relative;
  display: block;
  padding: 0;
  width: 100px;
  height: 70px;
  float: left;
  overflow: hidden;
}

.news_img img {
  width: 100px;
}

.news_text {
  position: relative;
  display: block;
  padding: 0 5px 0 105px;
  font-size: 1rem;
}

.news_text_inner {
  display: block;
}

.news_date {
  position: relative;
  display: block;
  text-align: left;
  font-size: 0.75rem;
}

.catgory_name {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #006fb1;
  padding: 0 8px;
  border: 1px solid #006fb1;
  border-radius: 3px;
}

.news_title {
  word-break: break-all;
  font-size: 0.9375rem;
  font-weight: normal;
}

@media (max-width: 460px) {
  .news_img {
    width: 90px;
  }

  .news_img img {
    width: 90px;
  }

  .news_title {
    font-size: 0.8125rem;
  }

  .news_text {
    padding: 0 5px 0 95px;
  }
}
#news_next {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}
#news_next a {
  font-size: 0.875rem;
  color: #006fb1;
  padding: 0 12px;
  border: 1px solid #006fb1;
  border-radius: 3px;
  background: #FFF;
}
#news_next a:link {
  color: #006fb1;
  text-decoration: none;
}
#news_next a:visited {
  color: #006fb1;
  text-decoration: none;
}
#news_next a:hover {
  color: #fff;
  text-decoration: none;
  background: #006fb1;
}
#news_next a:active {
  color: #006fb1;
  text-decoration: none;
}

/* ===========================
--- Top School Message
============================ */
#top_school_message {
  padding: 30px 0;
  background: #94bef7;
}
#top_school_message a:link {
  color: #000;
  text-decoration: none;
}
#top_school_message a:visited {
  color: #000;
  text-decoration: none;
}
#top_school_message a:hover {
  color: #999;
  text-decoration: none;
}
#top_school_message a:active {
  color: #000;
  text-decoration: none;
}

.top_link_1,
.top_link_2,
.top_link_3 {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 15px auto;
}

.top_link_1 {
  margin-top: 0;
}

.top_link_2 {
  margin-top: 30px;
}

.top_link_3 {
  margin-top: 60px;
}

@media (max-width: 1000px) {
  .top_link_1,
  .top_link_2,
  .top_link_3 {
    width: 95%;
  }
}
@media (max-width: 760px) {
  .top_link_1,
  .top_link_2,
  .top_link_3 {
    width: 70%;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .top_link_1,
  .top_link_2,
  .top_link_3 {
    width: 90%;
    margin-top: 10px;
  }
}
.top_link_title {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 1.5rem;
  line-height: 20px;
  color: #FFF;
  border-bottom: 3px solid #FFF;
  margin-bottom: 10px;
}
.top_link_title span {
  display: inline-block;
  font-size: 1rem;
  float: right;
}

.top_link_img_1,
.top_link_img_2,
.top_link_img_3 {
  position: relative;
  display: block;
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
}

.top_link_img_1 img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_link_img_2 img {
  position: absolute;
  left: 0;
  top: 0;
}

.top_link_img_3 img {
  position: absolute;
  right: 0;
  top: 0;
}

.top_link_text_1,
.top_link_text_2,
.top_link_text_3 {
  padding: 5px;
  text-align: left;
  font-size: 0.875rem;
  background: #FFF;
}

@media (max-width: 760px) {
  .top_link_text_1,
  .top_link_text_2,
  .top_link_text_3 {
    font-size: 0.75rem;
  }
}
#top_school_message2 {
  padding: 120px 0;
}

.top_school_message2_inner {
  position: relative;
  display: block;
  width: 330px;
  height: 90px;
  margin: auto;
  transition: 0.2s;
  border: 2px solid #FFF;
  border-radius: 3px;
}
.top_school_message2_inner p {
  position: relative;
  display: block;
  text-align: center;
  line-height: 90px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 1.25rem;
}
.top_school_message2_inner .message2_span {
  position: absolute;
  display: block;
  right: 10px;
  top: 65px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 0.875rem;
  color: #FFF;
}

.message2A {
  background: url("../item/message2A.png");
  color: #177092;
}

.message2B {
  background: url("../item/message2B.png");
  color: #6e0879;
}

@media (max-width: 760px) {
  .top_school_message2_inner {
    margin-bottom: 15px;
    width: 310px;
    height: 80px;
  }
  .top_school_message2_inner p {
    line-height: 80px;
  }
  .top_school_message2_inner .message2_span {
    top: 55px;
  }
}
#top_school_message3 {
  display: block;
  padding: 40px 8px;
}
#top_school_message3 a:link {
  color: #000;
  text-decoration: none;
}
#top_school_message3 a:visited {
  color: #000;
  text-decoration: none;
}
#top_school_message3 a:hover {
  color: #000;
  text-decoration: none;
}
#top_school_message3 a:active {
  color: #000;
  text-decoration: none;
}

.academic_link {
  position: relative;
  display: block;
  margin: 20px auto 15px auto;
}

.academic_link_1,
.academic_link_2,
.academic_link_3,
.academic_link_4 {
  display: block;
  height: 200px;
  opacity: 1;
  transition: 0.2s;
}

.academic_link_1:hover,
.academic_link_2:hover,
.academic_link_3:hover,
.academic_link_4:hover {
  opacity: 0.8;
}

.academic_title {
  padding-top: 20px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 1.125rem;
}

@media (max-width: 760px) {
  .academic_link_1,
  .academic_link_2,
  .academic_link_3,
  .academic_link_4 {
    height: 150px;
  }

  .academic_title {
    font-size: 0.9375rem;
  }
}
/* ===========================
--- Sub IMG
============================ */
#sub_img {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
#sub_img h2 {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  font-size: 1.625rem;
  line-height: 300px;
  text-indent: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  #sub_img {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  #sub_img {
    height: 200px;
  }
  #sub_img h2 {
    font-size: 1.25rem;
    line-height: 200px;
  }
}
/* ===========================
--- PAN LIST
============================ */
#psn-list-conntent {
  padding: 0 0 0 10px;
  margin: 50px auto;
  width: 100%;
}

#psn-list-conntent {
  margin: 0 auto 10px auto;
}

#psn-list-conntent-inner {
  padding: 0px;
  height: 18px;
  text-align: left;
  display: block;
}

.pan-list ul {
  list-style-type: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.pan-list li {
  float: left;
  margin: 0px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 100%;
}

.pan-list li a {
  color: #000;
  font-size: 12px;
}

.pan-list li a:hover {
  color: #006fb1;
}

.pan-list li a:active {
  color: #000;
}

 /* ===========================
--- Sub Page
============================ */
#sub_content {
  position: relative;
  display: block;
  margin: 0 auto 40px auto;
  padding-left: 270px;
  z-index: 3;
}

.sub_content_back {
  background: #e6ebef;
}

.news_content_back {
  background: #e6ebef;
}

@media (max-width: 1200px) {
  #sub_content {
    padding-left: 0px;
    padding: 0 8px;
  }
}
.sub_content {
  position: relative;
  display: block;
  width: 850px;
  margin: 0 auto 25px auto;
  padding: 4px 4px 0 4px;
  border: 1px solid #eee;
  background: #FFF;
}

.news_content_back .sub_content {
  border: 1px solid #e6ebef;
  background: none;
}

.sub_title {
  display: block;
  background: linear-gradient(-135deg, #006fb1, #00588c);
  margin-bottom: 5px;
}
.sub_title h2 {
  font-size: 1.25rem;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  color: #FFF;
  letter-spacing: 3px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
}
.sub_title a:link {
  color: #FFF;
  text-decoration: none;
}
.sub_title a:visited {
  color: #FFF;
  text-decoration: none;
}
.sub_title a:hover {
  color: #FFF;
  text-decoration: none;
}
.sub_title a:active {
  color: #FFF;
  text-decoration: none;
}
.sub_title .fa-caret-right {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 40px;
}

.sub_content_inner {
  position: relative;
  padding: 8px 16px 0 16px;
  font-size: 0.875rem;
}
.sub_content_inner ul, .sub_content_inner li {
  font-size: 0.875rem;
}
.sub_content_inner h1, .sub_content_inner h2, .sub_content_inner h3, .sub_content_inner h4, .sub_content_inner h5, .sub_content_inner h6 {
  display: block;
  font-weight: bold;
  color: #006fb1;
}
.sub_content_inner h1 {
  font-size: 1.25rem;
  margin: 18px 0;
  letter-spacing: 3px;
  padding: 8px 12px;
  margin-bottom: 25px;
  background: #5194d3;
  color: #fff;
}
.sub_content_inner h2 {
  font-size: 1.125rem;
  margin: 16px 0;
  letter-spacing: 3px;
  padding: 8px 12px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #006fb1;
}
.sub_content_inner h3 {
  font-size: 1rem;
  margin: 14px 0;
  letter-spacing: 2px;
  padding: 8px 12px;
  margin-bottom: 25px;
  border: 1px solid #006fb1;
}
.sub_content_inner h4 {
  font-size: 1rem;
  margin: 12px 0;
  letter-spacing: 2px;
}
.sub_content_inner h5 {
  font-size: 0.875rem;
  margin: 12px 0;
  letter-spacing: 2px;
}
.sub_content_inner h6 {
  font-size: 0.75rem;
  margin: 12px 0;
  letter-spacing: 2px;
}

.entry_date {
  text-align: right;
  font-size: 0.875rem;
  padding: 5px;
  color: #999;
}

@media (max-width: 1200px) {
  .sub_content_inner {
    padding: 15px 5px;
    font-size: 0.75rem;
  }

  .sub_title h2 {
    font-size: 1.125rem;
    line-height: 30px;
  }

  .entry_date {
    font-size: 0.75rem;
  }
}
@media (max-width: 990px) {
  .sub_content {
    width: 90%;
    border-left: none;
  }
}
@media (max-width: 760px) {
  .sub_content {
    width: 100%;
  }
}
.nendo_data {
  display: block;
}
.nendo_data ul {
  padding: 0 15px;
}
.nendo_data li {
  border-bottom: 1px dotted #999;
  padding-left: 12px;
}
.nendo_data li a {
  font-size: 0.875rem;
  color: #006fb1;
  padding: 0 4px;
  line-height: 40px;
}
.nendo_data li a:hover {
  color: #f90;
}

button {
  margin: 8px auto;
}

/* ===========================
--- BANNER FOOTER
============================ */
#footer_link {
  display: block;
  padding: 0 10px 0 0;
}
#footer_link ul {
  list-style: none;
}
#footer_link li {
  float: right;
  padding: 0 10px;
  color: #FFF;
}
#footer_link li:first-child {
  background-image: url("../item/menu_kugiri.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#footer_link a {
  font-size: 1.375rem;
  color: #FFF;
  line-height: 45px;
}
#footer_link a:link {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:hover {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:active {
  color: #FFF;
  text-decoration: none;
}

#banner_footer {
  position: relative;
  display: block;
  padding: 20px 0;
  background: #006fb1;
  z-index: 4;
}

#banner_footer_inner {
  display: block;
  padding: 0 20px 0 320px;
}

@media (max-width: 1200px) {
  #banner_footer_inner {
    padding: 0 20px;
  }
}
#copyright {
  position: relative;
  background: #FFF;
  padding-left: 270px;
  z-index: 4;
}
#copyright p {
  font-size: 0.875rem;
  color: #FFF;
  padding: 15px 5px;
  margin: 0;
  background: #0b5d99;
  border-top: 1px solid #FFF;
  text-align: center;
}

@media (max-width: 1200px) {
  #copyright {
    padding-left: 0;
  }
}
@media (max-width: 760px) {
  #copyright p {
    font-size: 0.75rem;
  }
}
#footer_img {
  position: relative;
  display: block;
  padding: 20px;
  height: 250px;
}

#footer_img_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

#banner_footer_link,
#banner_footer_link2 {
  display: flex;
  justify-content: space-evenly;
  margin: 25px 0 0 0;
}

.banner_footer_link {
  display: inline-block;
  width: 32%;
}
.banner_footer_link ul,
.banner_footer_link li {
  padding: 0;
  margin: 0;
}
.banner_footer_link li a {
  font-size: 0.6875rem;
  line-height: 80%;
}
.banner_footer_link li a:link {
  color: #FFF;
  text-decoration: none;
}
.banner_footer_link li a:visited {
  color: #FFF;
  text-decoration: none;
}
.banner_footer_link li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.banner_footer_link li a:active {
  color: #FFF;
  text-decoration: none;
}

.banner_footer_link .mein_cat {
  font-size: 0.75rem;
  font-weight: bold;
}

#footer_address {
  display: block;
  margin-top: 25px;
  padding-left: 90px;
  height: 80px;
}
#footer_address h5 {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}
#footer_address p {
  font-size: 0.75rem;
  line-height: 100%;
  color: #fff;
}

@media (max-width: 1500px) {
  #footer_address {
    padding-left: 0;
  }
  #footer_address h5 {
    font-size: 1rem;
  }
}
.row-footer {
  display: block;
  padding: 0 80px;
}

/* ===========================
--- ARCHIVE LINK
============================ */
#archive-link {
  text-align: center;
  height: 50px;
  margin: 10px auto;
  padding: 20px 0 40px 0;
}

#archive-link hr {
  border: 0;
  height: 1px;
  background: #e82c78;
}

.Entry_link {
  text-align: center;
  height: 40px;
  width: 250px;
  margin: 0 auto;
}

#archive-link a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #006fb1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #006fb1;
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
}

#archive-link a:hover {
  color: #006fb1;
  background-color: #FFF;
}

/* ===========================
--- PAGE BETU
============================ */
.pagenate {
  text-align: center;
  width: 90%;
  margin: 30px auto;
  margin-bottom: 0px;
  display: block;
  font-size: 14px;
}

.pagenate ul {
  padding: 5px;
  text-align: center;
}

.pagenate li {
  display: inline;
  padding: 0;
  margin-bottom: 10px;
}

.pagenate li span,
.pagenate li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #006fb1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #006fb1;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
}

.pagenate li span {
  font-weight: bold;
  color: #006fb1;
  background-color: #FFF;
}

.pagenate li a:hover {
  color: #006fb1;
  background-color: #eee;
}

/* ===========================
--- IMG
============================ */
.ca_img {
  display: block;
  margin: 15px 0 0 0;
  padding: 8px;
}
.ca_img img {
  display: block;
  padding: 4px 0;
  margin: 0 auto;
}

.img_left_set img,
.img_right_set img {
  position: static;
}

.img_left_set img {
  float: left;
  overflow: auto;
  max-width: 360px;
  padding: 0 10px 10px 0;
}

.img_right_set img {
  float: right;
  overflow: auto;
  max-width: 360px;
  padding: 0 0 10px 10px;
}

@media (max-width: 760px) {
  .img_left_set img,
  .img_right_set img {
    max-width: 250px;
  }
}
@media (max-width: 450px) {
  .img_left_set img,
  .img_right_set img {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .img_left_set img,
  .img_right_set img {
    width: 50%;
  }
}
/* ===========================
--- PDF
============================ */
.pdf_text {
  display: block;
  padding: 0 20px;
}
.pdf_text .fa-caret-right {
  color: #486efd;
  font-size: 0.625rem;
  line-height: 100%;
}
.pdf_text p {
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 1px;
}
.pdf_text span {
  font-size: 0.75rem;
  line-height: 100%;
  color: #999;
}

.pdf_text_waku {
  margin: 5px auto 15px auto;
  font-size: 0.875rem;
}

.pdf_inner {
  position: relative;
  display: block;
  margin: auto;
  padding: 20px;
  z-index: 1;
}
.pdf_inner object {
  position: relative;
  margin: auto;
  z-index: 1;
}

@media (max-width: 910px) {
  .pdf_text {
    padding: 0 10px;
  }

  .pdf_inner {
    padding: 10px;
  }
}
/* ===========================
--- MP3
============================ */
.mp3_text span {
  font-size: 0.75rem;
  color: #999;
}

.mp3_text_waku {
  margin: 15px auto;
  width: 100%;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 5px;
  background: #f8f8f8;
}

/*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
.audiojs {
  height: 22px;
  background: #404040;
  width: 280px;
}

/*　再生・停止ボタンの高さ、幅、パディングの指定　*/
.audiojs .play-pause {
  width: 25px;
  height: 20px;
  padding: 0px 8px 0px 0px;
}

/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}

/*　進行状態・ロードの状態を表示する部分　*/
.audiojs .scrubber {
  background: #5a5a5a;
  width: 150px;
  height: 10px;
  margin: 5px;
}

/*　進行状態を表示するバーの部分　*/
.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
}

/*　ロード状態を表示するバーの部分　*/
.audiojs .loaded {
  height: 10px;
  background: #000;
}

/*　再生時間の部分　*/
.audiojs .time {
  float: left;
  height: 25px;
  line-height: 25px;
}

.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}

/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 20px;
  width: 280px;
  padding: 1px 6px;
  background: #eee;
  color: #222;
  font-size: 11px;
  line-height: 20px;
}

.track-details:before {
  content: '♬  Now Playing: ';
}

/* ===========================
--- MP4
============================ */
.mp4_text span {
  font-size: 0.75rem;
  color: #999;
}

.mp4_text_waku {
  margin: 15px auto;
  width: 100%;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 5px;
  background: #f8f8f8;
}

/* ===========================
--- Category List Dowun
============================ */
#category_pdowun {
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 30px;
  float: right;
}

#category_pdowun .cat_select {
  position: absolute;
  right: 10px;
  font-size: 0.75rem;
}

/* ===========================
--- TOP NAV
============================ */
#top_navi {
  position: fixed;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 30;
  opacity: 0;
  transition: 0.2s;
}

#top_navi.is-show {
  opacity: 1;
}
