@charset "utf-8";

/*共通パーツのデザイン用CSS*/

html {
  font-size: medium;
  background-color: #e2e6e9;
}

body {
  font-family: BlinkMacSystemFont, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "M+ 1p", sans-serif;
  padding-top: 0;
  font-feature-settings: "palt";
  letter-spacing: .01em;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, arial, BIZ UDPGothic, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "M+ 1p", sans-serif;
  }
}

a {
  outline: none!important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.2s linear;
}

img{
  height: auto;
}

a:hover img {
  opacity: 0.7;
}

img.grow {
  -webkit-transition: 015s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

img.grow:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#google_conversion_frame {
  height: 0px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.caption-img > img {
  width: 100%;
  height: auto;
}

.badge {
  vertical-align: text-top;
}

/*header用CSS*/

.header {
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

.header p {
  padding: 8px 0;
  margin: 0;
  font-size: 90%;
}

.header a {
  color: #666;
  text-decoration: underline;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.header_box2 li a:hover {
  text-decoration: underline;
}

.navbar-default {
  background-color: #fff;
  border: none;
  padding-bottom: 20px;
  margin-bottom: 0;
  box-shadow: 0 0 5px #999;
}

.navbar-brand {
  padding: 30px 15px!important;
  width: 410px;
}

.navbar-brand div {
  position: relative;
}

.navbar-brand div span {
  position: absolute;
  top: 63%;
  left: 30%;
  font-size: 6px;
  color: #000;
}

.navbar-brand img {
  margin-top: 0;
}

.header_logo {
  width: 420px;
}

.header_logo_s {
  width: 100%;
}

.header_box1 {
  margin-top: 15px;
}

.navbar-form {
  margin-left: 0;
  margin-right: 0;
}

.navbar-form .btn {
  padding: 6px 10px;
}

.navbar-form .btn img {
  width: 20px;
}

.language {
  background: #000;
  height: 32px;
  border: 1px solid #000;
  border-radius: 16px;
  margin-right: 15px;
  margin-top: 10px;
}

.navbar .language a {
  color: #FFF!important;
  display: block;
  padding: 5px 40px;
  font-size: 14px;
}

.navbar .language:hover {
  background: #990046;
  background: -webkit-linear-gradient(left, #990046, #99005e);
  background: linear-gradient( to right, #990046 0%, #99005e 100%);
  border: 1px solid #990046;
}

.navbar .language a:hover {
  text-decoration: none;
}

.header_box2 {
  clear: both;
}

.header_box2 li {
  background: url("../common/arrow_icon.png")no-repeat left center;
  padding: 3px 0 3px 15px;
  margin: 0 30px 15px 0;
}

.header_box2 li:last-child {
  margin-right: 0;
}

.header_box2 li a {
  color: #000!important;
  padding: 0;
}

nav .main_menu {
  width: 1140px;
  font-size: 15px;
  letter-spacing: 0px;
}

nav .main_menu>li {
  background: url("../common/main_menu_bg.png")no-repeat left center;
  float: left;
  letter-spacing: 0px;
}

nav .main_menu li a {
  color: #222!important;
  display: block;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0px;
  -webkit-transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
}

nav .main_menu li a:hover {
  opacity: 1;
}

nav .main_menu li:last-child a {
  background: url("../common/main_menu_bg.png")no-repeat right center;
}

nav .main_menu li a:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #990046;
  -webkit-transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s all cubic-bezier(0.23, 1, 0.32, 1);
}

nav .main_menu li a:hover:after {
  width: 60%;
}

nav .main_menu .main_menu1 {
  width: 11%;
}

nav .main_menu .main_menu2 {
  width: 13%;
}

nav .main_menu .main_menu3 {
  width: 10%;
}

nav .main_menu .main_menu4 {
  width: 10%;
}

nav .main_menu .main_menu5 {
  width: 12%;
}

nav .main_menu .main_menu6 {
  width: 12%;
}

nav .main_menu .main_menu7 {
  width: 16%;
}

nav .main_menu .main_menu8 {
  width: 16%;
}

.js-clingify-locked {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  box-shadow: 0 0 5px #999;
}

.js-clingify-locked .main_menu {
  margin: 0 auto;
  float: none;
}

.js-clingify-locked .main_menu li a {
  padding: 8px 0;
}

.js-clingify-locked .main_menu li a:before {
  bottom: 0;
}


/*header スマホ時のメニュー用*/

#xs-menu {
  background: #fff;
  padding: 9px 10px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
  float: right;
  margin: 10px;
}

.icon-bar {
  background-color: #888;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.icon-bar+.icon-bar {
  margin-top: 4px;
}

#simple-menu:hover {
  background: #999;
}

.sidr {
  background: #f1f1f1;
}

.form_area .form-control {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.sidr ul {
  border-top: none;
  margin-bottom: 65px;
}

.sidr ul li a {
  background: url("../common/arrow_icon.png")no-repeat right 10px center;
}

.sidr ul li a:hover {
  opacity: 1;
}

.sidr .sidr__heading {
  line-height: 53px;
  background: #272c33;
  border-left: 1px solid #272c33;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #fff;
  padding: 0 15px;
}

.sidr .sidr__heading span {
  line-height: 53px;
  z-index: 99999;
  text-align: center;
  width: 44px;
  color: #fff;
  font-size: 138.5%;
  display: inline-block;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
  font-size: 100%;
}


/*footer用CSS*/

footer {
  padding: 50px 0;
  background-color: #e2e6e9;
}

footer ul {
  list-style: none;
}

footer .group {
  background-color: #fff;
  padding: 15px 0;
}

footer .group li {
  width: 20%;
  float: left;
  border-right: 1px solid #990046;
  padding: 0 15px;
  text-align: center;
}

footer .group li:last-child {
  border-right: none;
}

footer .group li a {
  color: #222;
  display: block;
}

footer .group li a:hover {
  text-decoration: none;
}

footer .group li a span {
  color: #990046;
}

footer .footer_link {
  padding-left: 0;
}

footer .footer_link li {
  width: auto;
  float: left;
  font-size: 100%;
  padding-left: 10px;
}

footer .footer_link li:before {
  content: url(../common/footer_menu_bg.png);
  padding-right: 3px;
  position: relative;
  top: -1px;
}

footer .footer_link li:first-child {
  padding-left: 0;
}

/* footer .footer_link li:first-child:before {} */

footer .footer_link li a {
  color: #222;
}

footer .footer_link li a:hover {
  color: #990046;
  text-decoration: underline;
}

.address {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer_logo {
  margin: 0 auto 1rem;
}

.footer_logo div {
  position: relative;
  display: inline-block;
}

.footer_logo div span {
  position: absolute;
  top: 84%;
  right: -5%;
  font-size: 6px;
  color: #000;
}

.footer_logo img {
  width: 200px;
  margin-top: 5px;
}

.copyright {
  text-align: right;
  font-size: 80%;
}

.sns_btn {
  width: auto;
  float: left;
  padding-right: 5px;
}

.address_inquiries {
  background: #fff;
  padding: 5px;
  width: 80%;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
  color: #990046;
  border: 1px solid #adadad;
  border-radius: 4px;
  position: relative;
}

.address_inquiries:before {
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #990046;
  border-right: 2px solid #990046;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -4px;
}

.address_inquiries:hover {
  text-decoration: none;
  color: #fff;
  background: #990046;
}

.address_inquiries:hover:before {
  border-color: #fff;
}


/*contents用CSSここから*/

.second_header_area {
  border-bottom: 1px solid #dcdddd;
  color: #666666;
  font-size: 90%;
  padding: 12px 0 8px 0;
}

.second_header_area a {
  color: #666666;
}

.second_header_area a:hover {
  text-decoration: underline;
}

.sub_pan_long {
  background: url("../common/sub_pan_long_icon.png")no-repeat left 2px;
  padding-left: 12px;
}

.page_title_area {
  border-bottom: 1px solid #dcdddd;
  margin-bottom: 45px;
}

.page_title_area h1 {
  padding: 30px 0;
  font-weight: normal;
  color: #333;
  margin: 0;
  font-size: 240%;
  line-height: 1.3;
}

.contents {
  padding-bottom: 100px;
}

.contents h2 {
  font-size: 1.5rem;
  margin: 0 0 35px 0;
  font-weight: normal;
  position: relative;
  padding-bottom: .25em;
  border-bottom: 4px solid #ccc;
  padding-top: 20px;
}

.contents h2:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #990046;
}

.contents .main_contents>h2:first-child {
  padding-top: 0;
}

.contents h3 {
  font-size: 1.23rem;
  margin: 0 0 20px 0;
  background-color: #f5f5f5;
  border-left: 1px solid #cccccc;
  font-weight: normal;
  padding: 10px 20px;
}

.contents h4 {
  font-weight: 600;
  margin-bottom: 30px;
}

.contents p {
  line-height: 2rem;
  margin: 0 0 35px 0;
  font-size: 1rem;
}

.contents div {
  line-height: 2rem;
  font-size: 1rem;
}

.contents .form-item {
  overflow: hidden;
}

.contents ul,
.contents ol,
.contents table,
.contents dl {
  font-size: 1rem;
}

.contents ul,
.contents ol {
  line-height: 2rem;
  padding-left: 1.5em;
  margin-bottom: 35px;
}

.main_contents ul li,
.main_contents ol li {
  margin-bottom: 0.3em;
}

.contents table {
  width: 100%;
}

.table-responsive {
  margin-bottom: 35px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: 2rem;
}

.contents th {
  background-color: #efefee;
  padding: 12px 15px;
  border: 1px solid #c9c9c9;
  text-align: center;
  font-weight: normal;
}

.contents table td {
  border: 1px solid #c9c9c9;
  padding: 12px 15px;
  background-color: #fff;
}

div.table-zoom-btn {
  display: none;
}

.contents dl {
  line-height: 2rem;
  margin-bottom: 35px;
}

.contents dt,
.contents dd {
  line-height: 2rem;
}

.contents dt {
  margin-top: 1em;
}

.contents #sub-box3,
.contents .sub-box3 {
  border-top: 1px solid #e3e3e2;
  margin-bottom: 35px;
}

.contents #sub-box3 a,
.contents .sub-box3 a {
  display: block;
  color: #666;
  padding-left: 15px;
}

.contents #sub-box3 a:hover,
.contents .sub-box3 a:hover {
  background: #eee;
}

.contents #sub-box3 .row,
.contents .sub-box3 .list-box {
  border-bottom: 1px solid #e3e3e2;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.contents #sub-box3 .link-message {
  padding: 15px;
}

.contents #sub-box3 .link-bt,
.contents .sub-box3 .link-bt {
  background: url(../common/arrow_icon.png)no-repeat left center;
  padding-left: 17px;
  padding: 15px;
}

.link_btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link_btn a {
  border: 1px #999 solid;
  color: #050505;
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: #efefef;
}

.curriculum_list ul {
  margin-bottom: 0;
}

.note {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.mt-0,
.my-0 {
  margin-top: 0!important
}

.mr-0,
.mx-0 {
  margin-right: 0!important
}

.mb-0,
.my-0 {
  margin-bottom: 0!important
}

.ml-0,
.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,
.my-1 {
  margin-top: .25rem!important
}

.mr-1,
.mx-1 {
  margin-right: .25rem!important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,
.my-2 {
  margin-top: .5rem!important
}

.mr-2,
.mx-2 {
  margin-right: .5rem!important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,
.my-3 {
  margin-top: 1rem!important
}

.mr-3,
.mx-3 {
  margin-right: 1rem!important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,
.my-5 {
  margin-top: 3rem!important
}

.mr-5,
.mx-5 {
  margin-right: 3rem!important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,
.py-0 {
  padding-top: 0!important
}

.pr-0,
.px-0 {
  padding-right: 0!important
}

.pb-0,
.py-0 {
  padding-bottom: 0!important
}

.pl-0,
.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,
.py-1 {
  padding-top: .25rem!important
}

.pr-1,
.px-1 {
  padding-right: .25rem!important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,
.py-2 {
  padding-top: .5rem!important
}

.pr-2,
.px-2 {
  padding-right: .5rem!important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,
.py-3 {
  padding-top: 1rem!important
}

.pr-3,
.px-3 {
  padding-right: 1rem!important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,
.py-5 {
  padding-top: 3rem!important
}

.pr-5,
.px-5 {
  padding-right: 3rem!important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
  padding-left: 3rem!important
}


a[target="_blank"]::after {
  content: "　";
  background: url(../common/icon_newwindow.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

a.link-button[target="_blank"]::after {
  content: "　";
  background: url(../../../../sites/default/files/media/2021-07/icon_newwindow_white_0.png) center no-repeat;
  background-size: 100%;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

/*ツリーメニュー用CSSここから*/

#submenu_title {
  background-color: #990046;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#submenu_title p {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

#submenu_title a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3em;
}

#treeDiv li,
#sub-menu li,
#accordion_menu li {
  font-size: 100%;
}

#sub-menu,
#accordion_menu {
  float: left;
  font-size: 115%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#accordion_menu ul.accordion #treeHere {
  font-weight: bold;
  background-color: #d5e9ee;
  color: #990046;
  ;
}

#accordion_menu ul.accordion #treeHere a {
  color: #990046;
  ;
}

#accordion_menu ul.accordion,
#accordion_menu .accordion ul,
.accordion li {
  list-style-type: none;
}

#accordion_menu ul.accordion p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#accordion_menu ul.accordion {
  font-size: 81.1%;
  padding: 0px;
  margin-bottom: 30px;
  display: block;
}

#accordion_menu ul.accordion a {
  display: block;
  background-position: 8px 1.2em;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #990046;
}

#accordion_menu ul.accordion li>a,
#accordion_menu ul.accordion li>span.folder {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 30px;
}

#accordion_menu ul.accordion span>a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 25px;
}

#accordion_menu ul.accordion span {
  display: block;
  padding: 0px;
  background-position: 8px 1.2em;
  background-repeat: no-repeat;
  color: #666;
}

#accordion_menu ul.accordion ul {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.5em!important;
}

#accordion_menu ul.accordion > li {
  background-color: #d1b9c4;
  border-bottom: 1px solid #FFF;
}

#accordion_menu ul.accordion > li > p {
  background-color: #d1b9c4;
}

#accordion_menu ul.accordion > li > ul > li {
  border-bottom: 1px solid #d1b9c4;
  background: #fff;
}

/* #accordion_menu ul.accordion > li > ul > li > p {
  background:#ededed;
} */

#accordion_menu ul.accordion > li > ul > li > ul > li {
  background: whiteSmoke;
  border-top: 1px dotted #888;
}

#accordion_menu ul.accordion > li > p span {
  background-image: url(../common/menu_b_link.png);
}

#accordion_menu ul.accordion > li > p span.open {
  background-image: url(../common/menu_b_link.png);
}

/* #accordion_menu ul.accordion > li > a,
ul.accordion > li > span.folder {
  background-image:url(../common/menu_b_link.gif);
} */

#accordion_menu ul.accordion > li > ul > li > p span {
  background-image: url(../common/menu_b_link.png);
}

#accordion_menu ul.accordion > li > ul > li > p span.open {
  background-image: url(../common/menu_b_link.png);
}

#accordion_menu ul.accordion > li > ul > li > a,
ul.accordion > li > ul > li > span.folder {
  background-image: url(../common/menu_b_link.png);
}

/* #accordion_menu ul.accordion > li > ul > li > ul > li a,
#accordion_menu ul.accordion > li > ul > li > ul > li span.folder {
  background-image:url(../common/menu_b_link.gif); color:#333;
} */

#accordion_menu .accordion .overCur {
  cursor: pointer;
  /*background:#d9e1f2; */
}


/* #accordion_menu .accordion a:hober
*/

#accordion_menu ul.accordion #treeHere {
  background-color: #c9c9c9;
}

#accordion_menu ul.accordion > li > ul > li > a,
ul.accordion > li > ul > li > span.folder {
  background-image: none;
}

/* #accordion_menu ul.accordion > li > ul > li {
  background:#fff;
} */

#accordion_menu ul.accordion a:hover,
#accordion_menu ul.accordion a:active {
  background-color: #990046 !important;
  color: #fff !important;
  opacity: 1;
}


/*

#accordion_menu .overCur:hover,
#accordion_menu .overCur:hover a

*/

#treeHere a:hover,
#accordion_menu .overCur:hover #treeHere a {
  background-color: #990046 !important;
  color: #fff !important;
  opacity: 1;
}

#accordion_menu ul.accordion > li > p span > a:hover {
  background-image: url(../common/menu_b_link.png);
}


/*入試情報・募集要項階層 共通*/

.border_gray {
  padding: 10px;
  border: 1px solid #ababab;
}

.bold {
  font-weight: bold;
}

.contents .border_double {
  border-right: double #ddd;
}

.underline {
  text-decoration: underline;
}

.lower_roman {
  list-style-type: lower-roman;
}

.lower_latin {
  list-style-type: lower-latin
}


/*入試情報・募集要項階層 共通-end-*/


/*カリキュラム*/

.course_link_area {
  margin: 20px -5px;
}

.course_link_area div {
  padding-left: 5px;
  padding-right: 5px;
}

.course_link {
  border: 1px #ddd solid;
  display: block;
  padding: 5px;
  margin: 5px 0;
}

.course_link:hover {
  text-decoration: none;
  background: #ddd;
}

.course_link_area .glyphicon {
  font-size: 70%;
  padding-right: 5px;
  top: -1px;
  color: #ddd;
}

.course_link:hover .glyphicon {
  color: #fff;
}

.col-p {
  padding-right: 15px;
  padding-left: 15px;
}

.subject_group {
  border: 1px solid #ddd;
  padding: 1rem 2.5rem 1rem 1rem;
  display: block;
  color: #000;
  position: relative;
}

.subject_group:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.subject_group h4,
.subject_group p {
  margin: 0;
  padding: 0;
}

.subject_group .glyphicon {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -8px;
  color: #666;
}

.header_banner {
  margin-bottom: 35px;
}

.to_entry {
  display: block;
  max-width: 435px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0 3px 0 #1e507c;
}

.contents .class_list {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

.contents .class_list li {
  border: 1px solid #788993;
  margin-bottom: 10px;
  box-shadow: 0 2px 0 #dcddde;
  border-radius: 4px;
}

.contents .class_list li:last-child {
  border-bottom: 1px solid #788993;
}

.closed {
  box-shadow: none;
  opacity: 0.5;
}

.contents .class_list li a {
  display: block;
  padding: 10px;
  color: #788993;
}

.contents .class_list li a:hover {
  background: #e8eff3;
  opacity: 1;
  color: #3f525d;
}

.course_date {
  text-align: center;
  height: auto;
  min-height: 3em;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
}

.course_title {
  border-left: 1px solid #788993;
  height: 3em;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
}

.contents .class_list li .glyphicon {
  color: #788993;
  display: inline-block;
  font-size: 150%;
  top: 0;
  padding: 0;
}

.extension .oc {
  display: inline-block;
  font-size: 100%;
  padding: 0px 10px;
  background-color: #e8eff3;
  margin-left: 1em;
  border-radius: 5px;
  color: #788993;
  border: 1px solid #788993;
}

.contents .oc_h4 {
  margin-bottom: 0;
  font-weight: normal;
}

.entry_cell {
  text-align: center;
}

.entry_cell a {
  display: block;
}

.course th {
  width: 25%;
}

#c01,
#c02,
#c03,
#c04,
#c05,
#c06,
#c07,
#c08,
#c09,
#c10 {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 40px;
}

.contents .mt-35 {
  margin-top: 35px;
}

.contents .mb-35 {
  margin-bottom: 35px;
}

.contents .sm-mb-35 {
  margin-bottom: 35px;
}


/*カリキュラム-end-*/


/*教授陣*/

.contents .prof_hl {
  padding-top: 0;
}

.qu {
  font-weight: bold;
}

.url {
  word-break: break-all;
}

.contents .news_img {
  max-width: 500px;
  padding: 0px;
  background-color: #eee;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.news_img div {
  padding: 5px;
  font-size: .81rem;
  line-height: 1.5;
}


/*教授陣-end-*/


/*学校紹介*/

.ones_career p {
  margin-bottom: 0;
}

.ones_career .name {
  margin-bottom: 20px;
  padding-top: 0;
}

.ones_career .name span {
  font-size: 1rem;
  color: #666;
  padding-left: 0.5rem;
}

.ones_career_area {
  margin-bottom: 35px;
}


/*学校紹介-end-*/


/*インタビュー*/

.comment .well {
  margin-bottom: 40px;
}

.contents .voice_profile h4 {
  color: #222;
  font-weight: normal;
  font-size: 0.94rem;
  margin-bottom: 0px;
}

.qu {
  font-weight: bold;
}

.toggle {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 15px;
}

.toggle:hover {
  background: #f3f3f3;
  opacity: 1;
}

.toggle:hover img {
  opacity: 1;
}

.toggle .row {
  margin-bottom: 0;
  position: relative;
}

.toggle h2 {
  color: #222;
  padding-top: 0;
}

.toggle .row .col-md-1 {
  position: absolute;
  top: 50%;
  float: none;
  right: 0px;
  margin-top: -12px;
}

.toggle .row .down {
  text-align: center;
  padding: 10px 6px;
  background-color: #000;
  width: 25px;
  margin: 0 auto;
}

.main_contents [aria-expanded="false"] .down {
  transition: all .3s ease-in-out;
}

.main_contents [aria-expanded="true"] .down {
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

.side-menu-list .menu--main > .menu .menu .menu-item > .menu-item-link > a {
  line-height: 1.5rem!important;
}

@media screen and (max-width: 992px) {
  .toggle .row .col-md-1 {
    padding: 0;
  }
  .toggle .row .down {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main_contents .row img {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .well .col-xs-12 img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .well h3 {
    clear: both;
  }
  .toggle .row .down {
    width: 40px;
    margin: 0 auto;
    float: none;
    clear: both;
    background: transparent;
    padding-bottom: 0;
  }
  .toggle .row .down img {
    margin-bottom: 0;
  }
}


/*インタビュー*/


/*news*/

.url {
  word-break: break-all;
}

.contents .news_img {
  max-width: 500px;
  padding: 0px;
  background-color: #eee;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.news_img div {
  padding: 5px;
  font-size: .81rem;
  line-height: 1.5;
}


/**/


/*PC用（幅1200px以下）メディアクエリここから*/

@media (max-width: 1200px) {
  nav .main_menu {
    width: 950px;
  }
  nav .main_menu li a:hover {
    color: #990046!important;
  }
  nav .main_menu li a:after {
    content: '';
    display: none;
  }
  nav .main_menu li a:hover:after {
    display: none;
  }
  nav .main_menu .main_menu1 {
    width: 11%;
  }
  nav .main_menu .main_menu4 {
    width: 8%;
  }
  nav .main_menu .main_menu8 {
    width: 18%;
  }
  .footer_logo img {
    width: 200px;
  }
  footer .group li {
    padding: 0 10px;
  }
  footer .footer_link li {
    font-size: 80%;
  }
  .address {
    font-size: 90%;
  }
  #submenu_title,
  #sub-menu {
    font-size: 90%;
  }
  .course_title,
  .course_date {
    height: auto;
    min-height: 3em;
  }
}


/*タブレット用メディアクエリここから*/

@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 312px;
  }
  .navbar-brand div span {
    top: 54%;
    left: 27.5%;
    font-size: 5px;
  }
  nav .main_menu {
    width: 720px;
  }
  nav .main_menu li a {
    font-size: 13px;
  }
  nav .main_menu .main_menu1 {
    width: 10%;
  }
  nav .main_menu .main_menu3 {
    width: 8%;
  }
  nav .main_menu .main_menu7 {
    width: 17%;
  }
  nav .main_menu .main_menu8 {
    width: 19%;
  }
  footer .container {
    width: 100%;
  }
  footer .group li {
    font-size: 80%;
  }
  footer .footer_link {
    padding: 0;
    font-size: 90%;
    border-left: 1px solid #e2e6e9;
  }
  footer .footer_link li {
    width: 25%;
    float: left;
    background-color: #272c33;
    padding: 10px 3px;
    margin: 0;
    border-right: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9;
    text-align: center;
    background-image: none;
  }
  footer .footer_link li a {
    color: #fff;
    display: block;
  }
  footer .footer_link li:before {
    display: none;
  }
  .address {
    text-align: center;
  }
  .address br {
    display: none;
  }
  .address .xs-d {
    display: inline-block;
  }
  .footer_logo div span {
    right: -5%;
  }
  .footer_logo img {
    width: 100%;
    max-width: 220px;
    margin-top: 10px;
  }
  .copyright {
    text-align: center;
  }
  .space {
    display: inline-block;
    width: 1em;
  }
  .sns_box {
    width: 308px;
    left: 50%;
    margin-left: -154px;
  }
  .address_inquiries {
    width: 60%;
  }
  .contents #sub-box3 a,
  .contents .sub-box3 a {
    padding-left: 0;
  }
  .contents #sub-box3 .link-message {
    border-top: none;
    border-left: none;
    padding-top: 0;
    margin-top: 0;
  }
  .contents #sub-box3 .link-bt,
  .contents .sub-box3 .link-bt {
    background: url(../common/arrow_icon.png)no-repeat left top 23px;
    padding: 15px 0 0 17px;
  }
  #submenu_title,
  #sub-menu {
    font-size: 80%;
  }
  #submenu_title a {
    font-size: 85%;
    padding: 3em .2em;
  }
  #accordion_menu ul.accordion a {
    font-size: 0.8rem;
  }
  .course_title,
  .course_date {
    height: auto;
    min-height: 3em;
  }
}


/*スマホ用メディアクエリここから*/

@media screen and (max-width: 767px) {
  .js-clingify-placeholder {
    height: auto;
  }
  .js-clingify-wrapper {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    position: static;
    transform: none;
  }
  .js-clingify-wrapper .main_menu {
    margin: 0;
  }
  .js-clingify-wrapper .main_menu li a {
    padding: 14px 15px;
  }
  .header {
    display: none;
  }
  .navbar-default {
    padding-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #bdbdbd;
  }
  .navbar-collapse {
    max-height: 340px!important;
  }
  .navbar-brand {
    padding: 5px 10px 5px 6px!important;
    width: 280px;
  }
  .navbar-brand div span {
    top: 50%;
    left: 27%;
    font-size: 4.5px;
  }
  .navbar-brand img {
    width: 100%;
    margin-top: 6px;
  }
  .navbar-toggle {
    margin: 10px 15px;
  }
  #bs-example-navbar-collapse-1 {
    border: none;
  }
  .navbar-collapse {
    margin: 0 -15px;
    padding: 0;
  }
  .header_box1,
  .header_box2 {
    margin: 0;
  }
  .collapse .navbar-right {
    margin-right: 0;
  }
  .navbar-form {
    border: none;
    padding: 10px 0;
  }
  .language {
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
  }
  .navbar .language a {
    padding: 4px 15px;
  }
  .navbar .language:hover {
    background: #000;
  }
  .navbar .language a:hover {
    color: #999!important;
    text-decoration: none;
  }
  .header_box1 li {
    font-size: 15px;
    font-weight: normal;
  }
  .header_box2 li {
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: #000;
    border-top: 1px solid #fff;
    font-size: 15px;
    font-weight: normal;
  }
  .header_box2 li a {
    color: #FFF!important;
    padding: 14px 15px;
  }
  .header_box1 li:hover,
  .header_box2 li:hover {
    background-image: none;
    background-color: #000;
    color: #FFF!important;
    opacity: 0.7;
  }
  .header_box2 li a:hover {
    color: #FFF!important;
  }
  nav .main_menu {
    width: 100%;
    margin: 0;
  }
  nav .main_menu>li {
    background: none;
    width: 100%!important;
  }
  nav .main_menu li a {
    padding: 14px 15px;
    background-color: #000 !important;
    color: #fff!important;
    border-top: 1px solid #fff;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
  }
  nav .main_menu li a:hover {
    color: #999!important;
  }
  nav .main_menu li:last-child a {
    background: none;
  }
  footer .group {
    background-color: transparent;
    padding: 0;
  }
  footer .group li {
    background-color: #fff;
    width: 49%;
    margin: 0.5%;
    padding: 15px;
    border-right: none;
  }
  footer .footer_link {
    padding: 0;
    font-size: 90%;
    border-left: 1px solid #e2e6e9;
  }
  footer .footer_link li {
    width: 50%;
    float: left;
    background-color: #282828;
    padding: 10px 3px;
    margin: 0;
    border-right: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9;
    text-align: center;
  }
  footer .footer_link li a {
    color: #fff;
  }
  footer .footer_link li a:hover {
    color: #fff;
  }
  .footer_logo {
    margin: 1rem auto;
    text-align: center;
  }
  .footer_logo div span {
    top: 75.5%;
    right: -4.5%;
  }
  .footer_logo img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .address_inquiries {
    width: 80%;
  }
  #sub-contents-l {
    padding-top: 30px;
  }
  #accordion_menu ul.accordion span {
    background-position: 8px 0.7em;
  }
  #accordion_menu ul.accordion li>a,
  #accordion_menu ul.accordion li>span.folder {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  #accordion_menu ul.accordion span>a {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  #accordion_menu ul.accordion a {
    background-position: 8px 0.8em;
  }
  body {
    padding-top: 55px;
  }
  .navbar {
    min-height: 5px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    transition: all 0.3s;
  }
  .image_center {
    display: block;
    margin: 0 auto;
  }
  .navbar-form .form-group {
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
    width: 175px;
  }
  .sidr ul .form_area {
    line-height: 35px;
  }
  .sidr ul .form_area:hover {
    line-height: 35px;
  }
  .navbar-form .btn {
    vertical-align: top;
    margin: 0;
  }
  #sidr input.form-control {
    background-color: #fff;
  }
  .page_title_area h1 {
    font-size: 1.3rem;
    padding: 15px 0;
  }
  .page_title_area {
    margin-bottom: 45px;
  }
  .second_header_area {
    padding: 5px 0;
  }
  .contents th,
  .contents table td {
    padding: 7px;
  }
  .table-wrap {
    overflow: auto;
  }
  .table-wrap {
    position: relative;
    overflow-x: scroll;
    display: block;
    overflow-y: scroll;
  }
  .table-wrap table {
    width: 700px;
  }
  .contents .table-wrap .shrink,
  .contents .double {
    width: 100%;
  }
  .contents .table-wrap .shrink,
  .contents .table-wrap .shrink ul,
  .contents .table-wrap .shrink ol {
    font-size: 7px;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    margin: 0;
  }
  .table-wrap .shrink td,
  .table-wrap .shrink th {
    padding: 5px;
    line-height: 1.5;
  }
  div.table-zoom-btn {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    color: #fff;
    position: absolute;
    left: 10px;
    background: url(../common/plus_icon.png) no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 32px auto;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
  }
  .double {
    border-color: #e3e3e2;
  }
  .double th,
  .double td {
    display: block;
    width: 100%;
  }
  #capacity,
  #admission_policy,
  #pc_requirement,
  #pc_examination,
  #selection_normal,
  #special_selection,
  #procedure,
  #document,
  #announcement,
  #announcement2,
  #entrance,
  #pc_pay,
  #pc_examination_2,
  #examination-2,
  #long_student,
  #contact,
  #data {
    margin-top: -60px;
    padding-top: 60px;
  }
  .contents .course_title .oc {
    margin-left: 0.5em;
  }
  .course_title {
    border-left: none;
    height: auto;
    min-height: auto;
  }
  .course_date {
    background: #ededed;
    height: auto;
    min-height: auto;
    text-align: left;
    padding: 3px 15px;
  }
  .course_date br {
    display: none;
  }
  .course th {
    width: 100%;
  }
  .pictbox-large {
    text-align: left;
    width: 35%;
  }
  .pictbox-large img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 20px;
  }
}
