@charset "UTF-8";

/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/NotoSansJP-Thin.woff2) format("woff2"), url(/fonts/NotoSansJP-Thin.woff) format("woff"), url(/fonts/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/NotoSansJP-Light.woff2) format("woff2"), url(/fonts/NotoSansJP-Light.woff) format("woff"), url(/fonts/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSansJP-DemiLight.woff2) format("woff2"), url(/fonts/NotoSansJP-DemiLight.woff) format("woff"), url(/fonts/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoSansJP-Regular.woff2) format("woff2"), url(/fonts/NotoSansJP-Regular.woff) format("woff"), url(/fonts/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/NotoSansJP-Medium.woff2) format("woff2"), url(/fonts/NotoSansJP-Medium.woff) format("woff"), url(/fonts/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NotoSansJP-Bold.woff2) format("woff2"), url(/fonts/NotoSansJP-Bold.woff) format("woff"), url(/fonts/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/NotoSansJP-Black.woff2) format("woff2"), url(/fonts/NotoSansJP-Black.woff) format("woff"), url(/fonts/NotoSansJP-Black.otf) format("opentype");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes up {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes gnav_hover {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes gnav_hover_label {
  0% {
    color: #2e3647;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #007236;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
/*
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
*/
  color: #4d4d4d;
  background-color: #2e3647;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
/*
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
*/
  }
}

@media print, screen and (min-width: 769px) {
  body {
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
    letter-spacing: 1px;
  }
}

header, nav, section, article, main, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 200;
}

a {
  color: #2e3647;
  -webkit-tap-highlight-color: rgba(148, 86, 225, 0.3);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

a img {
  border-style: none;
  display: block;
}

a.internal_btn {
  display: block;
  height: 52px;
  background: #2e3647;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

@media print, screen and (min-width: 769px) {
  a.internal_btn {
    width: 566px;
    height: 136px;
    padding: 8px;
    box-sizing: border-box;
  }
  a.internal_btn:hover {
    background: #384256;
  }
}

a.internal_btn .inner {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

a.internal_btn .inner:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/common/arrow_white.png) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
}

@media print, screen and (min-width: 769px) {
  a.internal_btn .inner {
    border: solid 1px #495266;
    position: relative;
  }
  a.internal_btn .inner:after {
    display: none;
  }
}

a.internal_btn .inner img {
  display: none;
}

@media print, screen and (min-width: 769px) {
  a.internal_btn .inner img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

a.internal_btn .label {
  width: 100%;
  height: 100%;
  background: url(../images/advantage/policy_label.png) 12px center/auto 16px no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  a.internal_btn .label {
    height: 22px;
    position: absolute;
    top: 18px;
    left: 18px;
    background: url(../images/advantage/policy_label.png) center left/auto 100% no-repeat;
  }

  a.internal_btn .label2 {
    height: 36px;
    position: absolute;
    top: 18px;
    left: 18px;
    background: url(../images/advantage/policy_label.png) center left/auto 100% no-repeat;
  }


}

a.internal_btn .detail {
  display: none;
}

@media print, screen and (min-width: 769px) {
  a.internal_btn .detail {
    display: block;
    border: 1px solid #fff;
    width: 110px;
    height: 34px;
    background: url(../images/common/detail_label.png) 26px center/auto 13px no-repeat;
    position: absolute;
    bottom: 16px;
    left: 190px;
    text-indent: 104%;
    white-space: nowrap;
    overflow: hidden;
  }
  a.internal_btn .detail:before {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(../images/common/arrow_white.png) center center/100% no-repeat;
    margin-top: -6px;
  }
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul.disc {
  list-style-type: disc;
  padding-left: 16px;
}

ul.column3 {
  margin: 0 12px;
}

@media print, screen and (min-width: 769px) {
  ul.column3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 18px;
  }
}

ul.column3 li {
  margin: 0 0 8px;
}

@media print, screen and (min-width: 769px) {
  ul.column3 li {
    width: calc((100% - 64px) / 3);
    margin: 0 32px 8px 0;
  }
  ul.column3 li:nth-child(3n) {
    margin-right: 0;
  }
}

ol {
  padding-left: 16px;
}

ol li {
  margin-bottom: 10px;
  line-height:30px;
}

ul li {
  margin-bottom: 0px;
  line-height:30px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

img.alignleft {
  display: block;
  float: left;
  margin: 0 24px 24px 0;
}

img.alignright {
  display: block;
  float: right;
  margin: 0 0 24px 24px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

em {
  color: #a0410d;
  font-style: normal;
}

strong {
  color: #a0410d;
}

p {
  margin: 0 0 18px;
  line-height:30px;
}

p:last-of-type {
  margin: 0;
}

form {
  margin: 0;
  padding: 0;
}

input,
button,
textarea {
  border-radius: 0;
}

input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
}

table.base {
  display: block;
  width: 96%;
  border-top: 2px solid #007236;
  border-bottom: 2px solid #007236;
  margin:10px auto;
  line-height:30px;
}

table.base th.item {
 border:none;
  border-bottom: 1px solid #007236;
}



@media print, screen and (min-width: 769px) {
  table.base {
    display: table;
    border-collapse: collapse;
  max-width: 1000px;
  }

table.base th {
  border-bottom: 1px solid #007236;
}


table.base td {
  border-bottom: 1px solid #007236;
  border-left: 1px solid #007236;
}

}

@media screen and (max-width: 768px) {
  table.base tr.none {
    display: none;
  }
}
table.base thead {
  display: none;
}

.categoryIcon {
    background: #82be28;
    color:#fff;
    padding: 2px 8px;
    width:100px;
    text-align: center;
}




@media print, screen and (min-width: 769px) {
  table.base thead {
    display: table-header-group;
  }
}

@media print, screen and (min-width: 769px) {
  table.base thead th {
    text-align: left;
    color: #fff;
    background: #007236;
    padding: 8px;
  }
}

table.base tbody {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  table.base tbody {
    display: table-row-group;
  }
}

table.base tbody tr {
  display: block;
}

@media print, screen and (min-width: 769px) {
  table.base tbody tr {
    display: table-row;
  }
  table.base tbody tr:nth-child(even) td {
    background: #f0f0f0;
  }
  table.base tbody tr:nth-child(even) th {
    background: #f0f0f0;
  }
}

table.base tbody th,
table.base tbody td {
  display: block;
  padding: 8px 12px;
}

@media print, screen and (min-width: 769px) {
  table.base tbody th,
  table.base tbody td {
    display: table-cell;
  }
}

table.base tbody th {
  display: block;
  color: #007236;
  background: #fff;
  text-align: left;
  width:80%;
}

@media print, screen and (min-width: 769px) {
table.base tbody th {
  display: block;
  color: #007236;
  background: #fff;
  text-align: left;
  width:30%;
}
}


@media print, screen and (min-width: 769px) {
  table.base tbody th {
    display: table-cell;
  }
}

table.base tbody th span.head {
  display: inline-block;
  margin-right: 8px;
}

section {
  margin-bottom: 56px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  section {
    margin-bottom: 124px;
  }
}

section h2 {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  color: #007236;
  margin-bottom: 32px;
  letter-spacing: 4px;
  text-align: center;
}

section h2:before, section h2:after {
  content: '';
  width: 52px;
  height: 1px;
  background: #007236;
  flex-shrink: 0;
}

section h2:before {
  margin-right: 12px;
}

section h2:after {
  margin-left: 12px;
}

@media print, screen and (min-width: 769px) {
  section h2 {
    font-size: 32px;
    margin-bottom: 48px;
  }
  section h2:before, section h2:after {
    content: '';
    width: 132px;
    height: 1px;
    background: #007236;
    flex-shrink: 0;
  }
  section h2:before {
    margin-right: 28px;
  }
  section h2:after {
    margin-left: 28px;
  }
}

section .contents_body {
  padding: 0 12px;
  line-height: 30px;
}

@media print, screen and (min-width: 769px) {
  section .contents_body {
    padding: 0;
  }
}

section .contents_body small {
  display: block;
  line-height: 20px;
}

section h3 {
  color: #007236;
  text-align: center;
}

br.sp {
	display: inline;
}

@media print, screen and (min-width: 769px) {
	br.sp {
		display: none;
	}
}

br.pc {
	display: none;
}

@media print, screen and (min-width: 769px) {
	br.pc {
		display: inline;
	}
}

#main_container {
  height: 100%;
  position: relative;
  z-index: 1;
  will-change: transform;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #main_container {
    will-change: auto;
  }
}

#slide_menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 272px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #82be28;
}

#slide_menu #sp_site_search {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

#slide_menu #sp_site_search.on {
  height: 48px;
  opacity: 1.0;
}

#slide_menu #sp_site_search .cse-search-box input[type="text"] {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  border: none;
  background: #212836;
  box-sizing: border-box;
  padding: 3px 6px;
  font-size: 14px;
}

#slide_menu #sp_site_search .cse-search-box input[type="submit"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background: url(../images/common/search_icon.png) center center/14px 14px no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  transition-delay: 0.3s;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open #slide_menu.slideout-menu {
  display: block;
}

#loader_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

#loader_container .logo {
  width: 345px;
  height: 68px;
  display: block;
  background: url(../images/common/logo@2x.png);
  background-size: 100% 100%;
  margin-bottom: 24px;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

#loader_container .loader {
  border-top: 3px solid rgba(46, 54, 71, 0.2);
  border-right: 3px solid rgba(46, 54, 71, 0.2);
  border-bottom: 3px solid rgba(46, 54, 71, 0.2);
  border-left: 3px solid #2e3647;
  -webkit-animation: rotate 1.0s infinite linear;
  animation: rotate 1.0s infinite linear;
  z-index: 20001;
  box-sizing: border-box;
}

#loader_container .loader, #loader_container .loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

#loader_container.show {
  display: block;
}

#loader_container.hide {
  opacity: 0;
  animation: hide 0.3s linear 0s;
}

header {
  position: relative;
  height: 54px;
}

header .logo {
    width: 120px;
    height: 33px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/common/logo@2x.png);
  background-size: 100% 100%;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

header .request_doc {
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  padding-top: 36px;
  position: absolute;
  top: 0;
  right: 101px;
  font-size: 11px;
  color: #007236;
  text-decoration: none;
  text-align: center;
  background: url(../images/common/mobile/request_doc.png);
  background-size: 100% 100%;
}

@media print, screen and (min-width: 769px) {
  header .request_doc {
    display: none;
  }
}

header .entry_doc {
  width: 100px;
  height: 54px;
  box-sizing: border-box;
  padding-top: 8px;
  position: absolute;
line-height:1.2;
font-weight:bold;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  background: #ff7e0c !important;
  background-size: 100% 100%;
}

@media print, screen and (min-width: 769px) {
  header .entry_doc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  header {
    height: 164px;
    padding-top: 110px;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  header .logo {
    width: 244px;
    height: 68px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#common_submenu {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #common_submenu {
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
    display: block;
    width: 100%;
    height: 32px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	font-weight:bold;
  }
  #common_submenu ul {
    font-size: 0;
    height: 32px;
  }
  #common_submenu ul.left {
    padding-left: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #common_submenu ul.right {
    position: absolute;
    padding-right: 24px;
    top: 0;
    right: 0;
    text-align: right;
  }
  #common_submenu ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 20px 0 0;
    padding-left: 26px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
	font-size:18px;
      color: #007236;
  }
  #common_submenu ul li a {
    text-decoration: none;
    transition: 0.3s;
  }
  #common_submenu ul li a:hover {
    color: #007236;
  }
  #common_submenu ul li.ag {
    background: url(../images/common/agu_logo_icon_r.png) 1px center no-repeat;
  }
  #common_submenu ul li.access {
    background: url(../images/common/access_icon_r.png) 2px center no-repeat;
  }
  #common_submenu ul li.sitemap {
    background: url(../images/common/sitemap_icon_r.png) 1px center no-repeat;
  }
  #common_submenu ul li.protector {
      background: url(../images/common/protector_icon.png) 2px center / 15px 17px no-repeat;
  }
  #common_submenu ul li.teacher {
      background: url(../images/common/teacher_icon.png) 1px center / 17px 15px no-repeat;
    transition-delay: 0.1s;
  }
  #common_submenu ul li.request {
    width: 162px;
    margin-right: 12px;
    padding: 0;
    transition-delay: 0.2s;
  }
  #common_submenu ul li.request a {
    display: block;
    background: url(../images/common/request_doc.png) center center/100% 100% no-repeat;
    text-indent: 104%;
    white-space: nowrap;
    overflow: hidden;
  }

  #common_submenu ul li.entry {
    width: 180px;
    margin-right: 12px;
    padding: 0;
    transition-delay: 0.2s;
  }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
  #common_submenu ul li.request a {
    background: url(../images/common/request_doc@2x.png) center center/100% 100% no-repeat;
  }
}

  #common_submenu ul li.entry a {
    background: #ff7e0c !important;
    color:#ffffff !important;
padding:15px 20px;
font-size:16px;
  }

  #common_submenu ul li.entry a:hover {
    opacity:0.7;
  }


@media print, screen and (min-width: 769px) {
  #common_submenu ul li.search {
    width: 32px;
    background: #2e3647;
    margin-right: 0;
    padding: 0;
    position: relative;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    transition-delay: 0.4s;
  }
  #common_submenu ul li.search .cse-search-box input[type="text"] {
    display: block;
    width: 150px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 64px;
    color: #fff;
    border: none;
    background: #212836;
    box-sizing: border-box;
    padding: 3px 6px;
    font-size: 14px;
  }
  #common_submenu ul li.search .cse-search-box input[type="submit"] {
    display: block;
    position: absolute;
    top: 0;
    right: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: url(../images/common/search_icon.png) center center/14px 14px no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
    text-indent: 104%;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    transition-delay: 0.3s;
  }
  #common_submenu ul li.search div.btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/common/search_icon.png) center center/14px 14px no-repeat;
    text-indent: 104%;
    white-space: nowrap;
    overflow: hidden;
    transition-delay: 0.3s;
  }
  #common_submenu ul li.search div.btn:after {
    content: '';
    opacity: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/common/close_icon.png) center center/14px 14px no-repeat #2e3647;
    text-indent: 104%;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    transition-delay: 0.3s;
  }
  #common_submenu ul li.search div.btn.off:after {
    opacity: 1.0;
  }
  #common_submenu ul li.search.on {
    width: 214px;
  }
  #common_submenu ul li.search.on input[type="submit"] {
    opacity: 1.0;
  }
  #common_submenu ul li.hide {
    transform: translateY(-32px);
  }
}

nav#global {
  display: none;
  height: 84px;
}

@media print, screen and (min-width: 769px) {
  nav#global {
    display: block;
    height: 24px;
    margin-bottom:40px;
  }
}

nav#global > ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav#global > ul > li {
  display: block;
  height: 22px;
  padding: 0 38px;
}

nav#global > ul > li:last-child {
  padding-right: 32px;
}

nav#global > ul > li:last-child:after {
  display: none;
}

nav#global > ul > li > a {
  font-size: 15px;
  font-weight:bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

nav#global > ul > li > a span {
  display: block;
  height: 22px;
  position: relative;
  z-index: 2;
}

nav#global > ul > li > a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #007236;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

@media print, screen and (min-width: 769px) and (max-width: 1164px) {
  nav#global > ul > li > a {
    font-size: 14px;
  }

}

@media print, screen and (min-width: 769px) and (max-width: 1164px) {
  nav#global > ul > li {
    padding: 0 18px;
  }
}

@media print, screen and (min-width: 769px) {
  nav#global > ul > li:hover a {
    color: #007236;
  }
  nav#global > ul > li:hover a:before {
    width: 100%;
    left: 0;
  }
}

nav#global > ul > li .megamenu {
  display: none;
}

@media print, screen and (min-width: 769px) {
  nav#global > ul > li .megamenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 164px;
    left: 0;
    background: #2e3647;
    width: 100%;
    padding: 32px 0;
    z-index: 100;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
  nav#global > ul > li .megamenu .container {
    max-width: 1164px;
    margin: 0 auto;
    display: flex;
  }
  nav#global > ul > li .megamenu .container li {
    display: block;
    flex-grow: 1;
    margin: 0 32px 0 0;
    padding: 0;
  }
  nav#global > ul > li .megamenu .container li:last-child {
    margin: 0;
  }
  nav#global > ul > li .megamenu .container li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  nav#global > ul > li .megamenu .container li a .mm_visual {
    overflow: hidden;
  }
  nav#global > ul > li .megamenu .container li a .mm_visual img {
    display: block;
    width: 100%;
    height: auto;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
  nav#global > ul > li .megamenu .container li a .label {
    text-align: center;
    padding: 16px;
    position: relative;
  }
  nav#global > ul > li .megamenu .container li a .label:after {
    content: '';
    display: block;
    width: 108px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  nav#global > ul > li .megamenu .container li a:hover .mm_visual img {
    transform: scale(1.05);
  }
  nav#global > ul > li .megamenu .container .column2 {
    width: 50%;
    margin: 0;
    padding: 0 16px 0 0;
  }
  nav#global > ul > li .megamenu .container .column2:last-child {
    padding: 0 0 0 16px;
  }
  nav#global > ul > li .megamenu .container .bnr_area a {
    display: block;
  }
  nav#global > ul > li .megamenu .container .bnr_area img {
    display: block;
    width: 100%;
    height: auto;
  }
  nav#global > ul > li .megamenu .container .simple {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  nav#global > ul > li .megamenu .container .simple li {
    position: relative;
    width: 33.33%;
    margin: 0;
  }
  nav#global > ul > li .megamenu .container .simple li:after {
    content: '';
    width: 30%;
    height: 1px;
    background: #fff;
  }
  nav#global > ul > li .megamenu .container .simple li a {
    display: block;
    padding: 12px 0 12px 12px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
  nav#global > ul > li .megamenu .container .simple li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../images/common/arrow_white.png) center center/100% no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
  }
  nav#global > ul > li .megamenu .container .simple li a:hover {
    background: #384256;
  }
}

#sns {
  height: 32px;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

#sns li {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

#sns li:last-child {
  margin-right: 0;
}

#sns li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% 100%;
}


#sns li.blog {
  display: none;
}

#sns li.blog a {
  background-image: url(../images/common/blog_icon.png);
}

#sns li.fb a {
  background-image: url(../images/common/fb_icon.png);
}

#sns li.twitter a {
  background-image: url(../images/common/twitter_icon.png);
}

#sns li.line a {
  background-image: url(../images/common/line_icon.png);
}

#sns li.instagram a {
  background-image: url(../images/common/insta_icon.png);
}

footer .upper {
  padding: 18px 0;
  background: #ededed;
  text-align: center;
}

footer .upper .logo {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto 18px;
}

@media print, screen and (min-width: 769px) {
  footer .upper .logo {
    margin-bottom: 36px;
  width: 500px;
  }
}

footer .upper p {
  margin-bottom: 24px;
}

footer .upper strong {
  color: #4d4d4d;
}

footer .upper address {
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
  font-style: normal;
  font-weight:bold;
}

footer .menu {
  background: #e2e2e2;
  padding: 18px 0;
}

@media print, screen and (min-width: 769px) {
  footer .menu {
    text-align: center;
  }
}

footer .menu li {
  text-align: center;
  margin: 0 0 8px;
  font-size: 12px;
}

footer .menu li:last-child {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  footer .menu li {
    display: inline-block;
    font-size: 14px;
    margin-right: 32px;
  }
}

footer .menu li a:hover {
  color: #9456e1;
}

footer small {
  display: block;
  padding: 16px 0;
  font-size: 9px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer small {
    font-size: 11px;
  }
}

main > article > h1 {
  margin-bottom: 48px;
}

@media print, screen and (min-width: 769px) {
  main > article > h1 {
    margin-bottom: 124px;
  }
}

main > article > h1.visual {
  position: relative;
  height: 130px;
}

@media print, screen and (min-width: 769px) {
  main > article > h1.visual {
    height: 320px;
  }
}

main > article > h1.visual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 54, 71, 0.3);
  z-index: 1;
}

main > article > h1.visual > div {
  width: 100%;
  height: 22px;
  margin-top: -11px;
  padding-bottom: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 22px;
  z-index: 2;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  main > article > h1.visual > div {
    height: 38px;
    margin-top: -19px;
    padding-bottom: 29px;
    background-size: auto 38px;
  }
}

main > article > h1.visual > div:after {
  content: '';
  display: block;
  width: 62px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  main > article > h1.visual > div:after {
    width: 124px;
    margin: 28px auto 0;
  }
}

main > article > section .container {
  max-width: 1164px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  main > article > section .container .left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 16px;
  }
  main > article > section .container .right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 16;
  }
}

main > article > section section {
  margin: 36px auto;
}

@media print, screen and (min-width: 769px) {
  main > article > section section {
    margin: 72px auto;
  }
}

main > article > section > section {
  padding-top: 36px;
}

@media print, screen and (min-width: 769px) {
  main > article > section > section {
    padding-top: 64px;
  }
}

main > article > section > section:before {
  content: '';
  width: 132px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d2d2d2;
}

main > article > section > section h3 {
  font-size: 18px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  main > article > section > section h3 {
    font-size: 26px;
    margin-bottom: 64px;
  }
}

#fixed_menu_btn {
  position: fixed;
  bottom: 36px;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../images/common/menu_icon.png) center center/30px 18px no-repeat #82be28;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 769px) {
  #fixed_menu_btn {
    display: none;
  }
}

#top_btn {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 36px;
  right: 0;
  background: #82be28;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  backface-visibility: hidden;
}

#top_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../images/common/arrow_white.png) center center/10px 18px no-repeat;
  transform: rotate(-90deg);
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#slide_menu .submenu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #616a7f;
}

#slide_menu .submenu li {
  display: block;
  width: 33.333%;
  height: 56px;
}

#slide_menu .submenu li a {
  display: block;
  height: 56px;
  color: #fff;
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  text-decoration: none;
  padding-top: 8px;
  box-sizing: border-box;
}

#slide_menu .submenu li a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 8px;
}

#slide_menu .submenu li.ag a:before {
  background: url(../images/common/agu_logo_w.png) center center/16px 18px no-repeat;
}

#slide_menu .submenu li.access a:before {
  background: url(../images/common/access_icon_w.png) center center/14px 18px no-repeat;
}

#slide_menu .submenu li.sitemap a:before {
  background: url(../images/common/sitemap_icon_w.png) center center/18px 14px no-repeat;
}

#slide_menu .submenu li.protector a:before {
  background: url(../images/common/protector_icon.png) center center/15px 17px no-repeat;
}

#slide_menu .submenu li.school a:before {
  background: url(../images/common/school_icon_w.png) center center/17px 13px no-repeat;
}

#slide_menu .submenu li.search a:before {
  background: url(../images/common/search_icon.png) center center/14px 14px no-repeat;
}

#slide_menu .global li a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 12px 30px 12px 12px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #68a60a;
}

#slide_menu .global li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 10px;
  background: url(../images/common/arrow_white.png) center center/100% 100% no-repeat;
  transform: translateY(-50%);
}

#slide_menu .global li.head {
  font-size: 13px;
  color: #fff;
  margin-top: 12px;
  padding: 8px 8px 8px 12px;
  background: #1a1e28;
}

#slide_menu .global li.head:first-child {
  margin: 0;
}

#slide_menu .global li ul {
  padding: 0 0 0 12px;
  background: #242b3a;
  border-bottom: 1px solid #616a7f;
}

#slide_menu .global li ul li:last-child a {
  border: none;
}

.breadcrumbs {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .breadcrumbs {
    display: block;
    height: 40px;
    background: #007236;
  }
  .breadcrumbs ul {
    max-width: 1164px;
    margin: 0 auto;
    font-size: 0;
    height: 40px;
    overflow: hidden;
  }
  .breadcrumbs ul li {
    display: inline-block;
    margin-right: 12px;
    padding: 0;
    font-size: 13px;
    line-height: 40px;
    position: relative;
  }
  .breadcrumbs ul li:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 12px;
    background: url(../images/common/arrow_white.png) center center/100% no-repeat;
  }
  .breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
  }
  .breadcrumbs ul li a:hover {
    color: #9456e1;
  }
  .breadcrumbs ul li:last-child:after {
    display: none;
  }
}

.contents_menu {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .contents_menu {
    position: relative;
    margin-bottom: 124px;
    min-height: 196px;
  }
}

.contents_menu a {
  display: block;
  margin: -18px 24px 0 0;
  padding: 24px 0;
  text-decoration: none;
  background: rgba(46, 54, 71, 0.95);
  position: relative;
  z-index: 2;
}

.contents_menu a:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/common/arrow_white.png) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
}

@media print, screen and (min-width: 769px) {
  .contents_menu a {
    width: 50%;
    background: #2e3647;
    position: absolute;
    top: 48px;
    left: 0;
    margin: 0;
    padding: 48px 24px 36px;
    text-align: center;
  }
}

.contents_menu a .title {
  height: 21px;
  background-position: center center;
  background-size: auto 21px;
  background-repeat: no-repeat;
  margin: 0 0 20px;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .contents_menu a .title {
    height: 36px;
    background-size: auto 36px;
    margin-bottom: 42px;
    text-align: left;
  }
}

.contents_menu a .exp {
  padding: 0 48px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .contents_menu a .exp {
    font-size: 15px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 36px;
  }
}

.contents_menu a .detail_btn {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .contents_menu a .detail_btn {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    text-align: left;
    font-weight: 200;
    line-height: 50px;
    padding: 0 12px 0 32px;
    position: relative;
    margin: 0;
  }
  .contents_menu a .detail_btn:after {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: url(../images/common/arrow_white.png) center center/100% 100% no-repeat;
  }
  .contents_menu a .detail_btn:before {
    background-image: url(../images/common/arrow_blue.png);
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .contents_menu a .detail_btn:hover {
    background: #fff;
    color: #2e3647;
  }
  .contents_menu a .detail_btn:hover:after {
    background-image: url(../images/common/arrow_blue.png);
  }
}

@media print, screen and (min-width: 769px) {
  .contents_menu a:after {
    display: none;
  }
  .contents_menu a:hover .detail_btn {
    color: #2e3647;
    background: rgba(255, 255, 255, 0.9);
  }
  .contents_menu a:hover .detail_btn:after {
    background-image: url(../images/common/arrow_blue.png);
  }
}

.contents_menu img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .contents_menu img {
    width: 60%;
    margin: 0 0 0 auto;
  }
}

.contents_menu.right a {
  margin: -18px 0 0 24px;
}

@media print, screen and (min-width: 769px) {
  .contents_menu.right a {
    margin: 0;
    left: auto;
    right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .contents_menu.right img {
    width: 60%;
    margin: 0 auto 0 0;
  }
}

.notice {
  position: relative;
  background: #f6e5e8;
  margin: 48px 0 40px;
  padding: 0 0 12px;
}

.notice .title {
  display: inline-block;
  color: #fff;
  background: #007236;
  padding: 6px 8px;
  transform: translate(12px, -50%);
}

.notice .contents_body {
  padding: 0 18px;
}

.point {
  position: relative;
  background: #ebeff6;
  margin: 48px 0 40px;
  padding: 12px 0 12px;
  border: solid #ccd8f0 2px;
}

.point li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  padding: 0;
}

.point .title {
  display: inline-block;
  color: #fff;
  background: #eeeeee;
  padding: 6px 8px;
  transform: translate(12px, -50%);
}

.point .contents_body {
  padding: 0 18px;
}

.faculty .visual {
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty .visual .pic {
    width: 60%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty .visual:before {
    content: '';
    display: block;
    width: 100%;
    height: 240px;
    background-color: rgba(0, 116, 172, 0.2);
  }
}

.faculty .header {
  margin: -80px 12px 40px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .faculty .header {
    max-width: 1164px;
    margin: -240px auto 64px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.faculty .header .board {
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 24px 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty .header .board {
    width: 516px;
    margin: 0;
    padding: 32px;
  }
}

.faculty .header .board .department {
  height: 14px;
  margin-bottom: 10px;
  background: url(../images/faculty/policy/header.png) center center/auto 100% no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .faculty .header .board .department {
    height: 28px;
    margin-bottom: 14px;
  }
}

.faculty .header .board .subject {
  height: 25px;
  margin-bottom: 20px;
  padding: 0 0 20px;
  background: url(../images/faculty/policy/subject_header.png) center top/auto 25px no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .faculty .header .board .subject {
    height: 40px;
    margin-bottom: 26px;
    padding: 0 0 27px;
    background-size: auto 40px;
  }
}

.faculty .header .board .subject:after {
  content: '';
  display: block;
  width: 124px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.faculty .header .board p {
  height: 80px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .faculty .header .board p {
    height: auto;
  }
}

.faculty .header .board p img {
  margin: 0 auto;
}

.faculty .header .board .menu {
  height: 40px;
  width: 100%;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.faculty .header .board .menu li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.faculty .header .board .menu li a {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  font-weight: 200;
  position: relative;
}

.faculty .header .board .menu li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/common/arrow_white.png) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
}

.faculty .header .board .menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.faculty .header .board .menu li a.on:after {
  display: none;
}

.faculty .header .intro {
  line-height: 28px;
}

@media print, screen and (min-width: 769px) {
  .faculty .header .intro {
    width: 38%;
    padding: 32px 0 0 32px;
    box-sizing: border-box;
  }
}

.faculty section h2 .label:after {
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faculty #fields h2 {
  font-size: 24px;
	line-height:40px;
  font-weight: bold;
  display: block;
  text-align: left;
  font-weight:normal;
  margin: 0 12px 24px;
}

.faculty #fields h2:after, .faculty #fields h2:before {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #fields h2 {
    font-size: 30px;
	line-height:60px;
    margin: 0 0 48px;
  }
}

.faculty #fields svg {
  width: auto;
  height: 48px;
  margin: 0 12px 24px;
}

@media print, screen and (min-width: 769px) {
  .faculty #fields svg {
    height: auto;
    margin-bottom: 48px;
  }
}

.faculty #fields svg path {
  fill-rule: evenodd;
}

@media print, screen and (min-width: 769px) {
  .faculty #fields .contents {
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px 0 0;
  }
}

.faculty #fields figure {
  margin: 12px 12px 0;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #fields figure {
    float: right;
    margin: 0;
    padding: 0 0 0 16px;
    width: 50%;
    box-sizing: border-box;
  }
}

.faculty #feature h2 {
  margin: 0 auto 24px;
  padding-bottom: 27px;
  position: relative;
}

.faculty #feature h2 .label:after {
  width: 75px;
  background: url("../images/faculty/feature_eng_label.png") center center/100% 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #feature h2 {
    margin-bottom: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #feature .container {
    max-width: 1164px;
    margin: 0 auto;
  }
}

.faculty #feature section {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .faculty #feature section {
    width: 960px;
    margin: 0 auto 48px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
}

.faculty #feature section h3 {
  text-align: left;
  margin: 0 12px 8px;
  font-size: 18px;
}

@media print, screen and (min-width: 769px) {
  .faculty #feature section h3 {
    width: 464px;
    margin: 0 auto 8px 0;
    font-size: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #feature section .contents_body {
    width: 464px;
    margin: 0 auto 0 0;
  }
}

.faculty #feature section img {
  margin: 18px 0 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #feature section img {
    width: 464px;
    margin: 0 0 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #feature section.left_bottom {
    margin: 0 auto 48px 0;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .faculty #feature section.left_bottom h3 {
    margin: 0 0 8px auto;
  }
  .faculty #feature section.left_bottom .contents_body {
    margin: 0 0 0 auto;
  }
  .faculty #feature section.left_bottom img {
    margin: 0 32px 0 0;
  }
  .faculty #feature section.right_top {
    margin: 0 0 48px auto;
  }
  .faculty #feature section.center_bottom {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .faculty #feature section.center_bottom h3 {
    margin: 0 0 8px auto;
  }
  .faculty #feature section.center_bottom .contents_body {
    margin: 0 0 0 auto;
  }
  .faculty #feature section.center_bottom img {
    margin: 0 32px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #feature .center_top + .left_bottom,
  .faculty #feature .right_top + .center_bottom {
    margin-top: -120px;
  }
}

.faculty #learning_step .container {
  position: relative;
  padding: 12px 12px 12px 36px;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step .container {
    width: 992px;
    margin: 0 auto;
    padding: 72px 0;
  }
}

.faculty #learning_step .container:before {
  content: '';
  width: 12px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step .container:before {
    left: 50%;
    transform: translateX(-6px);
  }
}

.faculty #learning_step h2 {
  display: block;
  height: 59px;
  text-align: left;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/faculty/step_header.png) center center/auto 100% no-repeat;
}

.faculty #learning_step h2:before, .faculty #learning_step h2:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step h2 {
    width: 460px;
    height: 100px;
    position: absolute;
    top: 72px;
    left: 0;
  }
}

.faculty #learning_step section {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 48px;
}

.faculty #learning_step section:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section {
    width: 50%;
    margin: -24px 0 0 auto;
    padding: 0 0 0 6px;
  }
}

.faculty #learning_step section:before {
  content: '';
  display: block;
  height: 28px;
  margin: 0 0 18px;
  background: url(../images/faculty/year1.png) left center/auto 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section:before {
    height: 33px;
    margin: 0 0 24px 134px;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section:after {
    content: '';
    display: block;
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 32px;
    left: 6px;
  }
}

.faculty #learning_step section:first-of-type {
  margin-top: 0;
}

.faculty #learning_step section h3 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section h3 {
    font-size: 20px;
    margin: 0 0 8px 32px;
  }
}

.faculty #learning_step section .contents_body {
  color: #fff;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section .contents_body {
    margin: 0 0 8px 32px;
  }
}

.faculty #learning_step section svg {
  position: absolute;
  bottom: 0;
}

.faculty #learning_step section svg.arrow {
  width: 8px;
  height: 12px;
  transform-origin: 0 0;
  transform: rotate(90deg);
}

@media print, screen and (min-width: 769px) {
  .faculty #learning_step section:nth-child(odd) {
    margin: -24px auto 0 0;
  }
  .faculty #learning_step section:nth-child(odd):before {
    margin: 0 134px 24px auto;
  }
  .faculty #learning_step section:nth-child(odd):after {
    left: auto;
    right: 6px;
  }
  .faculty #learning_step section:nth-child(odd) h3 {
    margin: 0 32px 8px 0;
    text-align: right;
  }
  .faculty #learning_step section:nth-child(odd) .contents_body {
    margin: 0 32px 8px 0;
  }
  .faculty #learning_step section:nth-child(odd):before {
    background-position: right center;
  }
  .faculty #learning_step section:nth-child(odd) svg {
    right: -14px;
  }
}

.faculty #learning_step section.year2:before {
  background-image: url(../images/faculty/year2.png);
}

.faculty #learning_step section.year3:before {
  background-image: url(../images/faculty/year3.png);
}

.faculty #learning_step section.year34:before {
  background-image: url(../images/faculty/year34.png);
}

.faculty #learning_step section.year4:before {
  background-image: url(../images/faculty/year4.png);
}

.faculty #learning_step section.year5:before {
  background-image: url(../images/faculty/year5.png);
}

.faculty #learning_step section.year6:before {
  background-image: url(../images/faculty/year6.png);
}

.faculty #learning_step section.year234:before {
  background-image: url(../images/faculty/year234.png);
}

.faculty #learning_step section.year56:before {
  background-image: url(../images/faculty/year56.png);
}

.faculty #manabe .container:after {
  display: none !important;
}

.faculty #manabe h2 {
  display: block;
  height: 62px;
  margin: 0 0 10px;
  position: relative;
  background: #2e3647;
}

.faculty #manabe h2:before, .faculty #manabe h2:after {
  display: none;
}

.faculty #manabe h2 img {
  width: 109px;
  height: 90px;
  margin: 0 auto;
  transform: translateY(-22px);
}

@media print, screen and (min-width: 769px) {
  .faculty #manabe h2 img {
    width: 192px;
    height: 158px;
    margin: 0 auto 0 0;
    transform: translateY(10px);
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #manabe h2 {
    width: 252px;
    height: 180px;
    margin: 0 0 40px;
  }
}

.faculty #report h2 {
  margin: 0 auto 24px;
  padding-bottom: 27px;
  position: relative;
}

.faculty #report h2 .label:after {
  width: 65px;
  background: url("../images/faculty/report_eng_label.png") center center/100% 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #report h2 {
    margin-bottom: 48px;
  }
}

.faculty #report .container {
  position: relative;
  padding-bottom: 64px;
  margin-bottom: 64px;
}

.faculty #report .container:before {
  content: '';
  width: 132px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #2e3647;
}

.faculty #report .container:last-of-type:before {
  display: none;
}

.faculty #report section {
  margin-bottom: 64px;
}

.faculty #report section h3,
.faculty #report section h4 {
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
  margin: 0 12px;
}

.faculty #report section h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 48px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report section h3 {
    font-size: 28px;
  }
}

.faculty #report section h3:after {
  content: '';
  display: block;
  width: 124px;
  height: 1px;
  background: #2e3647;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faculty #report section h4 {
  font-size: 16px;
  color: #0074AC;
  padding: 16px 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #report section h4 {
    font-size: 24px;
    margin: 0;
    padding: 36px 0;
  }
}

.faculty #report section .contents_body {
  margin-bottom: 32px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report section .contents_body {
    display: flex;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #report section .contents_body .box {
    width: calc(50% - 16px);
    margin: 0 32px 0 0;
  }
}

.faculty #report section .contents_body .box > div {
  margin-bottom: 16px;
}

.faculty #report section .contents_body .box > div:before {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.faculty #report section .contents_body .box > div.step01:before {
  content: '1';
}

.faculty #report section .contents_body .box > div.step02:before {
  content: '2';
}

.faculty #report section .contents_body .box > div.step03:before {
  content: '3';
}

.faculty #report section .contents_body .box > div.step04:before {
  content: '4';
}

.faculty #report section .contents_body .box > div.step05:before {
  content: '5';
}

.faculty #report section .contents_body .box > div.step06:before {
  content: '6';
}

.faculty #report section .contents_body .box > div.step07:before {
  content: '7';
}

.faculty #report section .contents_body .box > div.step08:before {
  content: '8';
}

.faculty #report section .contents_body .box > div.step09:before {
  content: '9';
}

@media print, screen and (min-width: 769px) {
  .faculty #report section .contents_body img {
    width: calc(50% - 16px);
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #report section .contents_body.reverse {
    flex-direction: row-reverse;
  }
  .faculty #report section .contents_body.reverse .box {
    margin: 0 0 0 32px;
  }
}

.faculty #report .subinfo {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .subinfo {
    display: flex;
  }
}

.faculty #report .subinfo:before, .faculty #report .subinfo:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
}

.faculty #report .subinfo:before {
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(-36px, 0);
}

.faculty #report .subinfo:after {
  bottom: 0;
  right: 0;
  transform: rotate(45deg) translate(36px, 0);
}

.faculty #report .subinfo .container {
  margin: 0;
  padding: 32px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .subinfo {
    max-width: 824px;
    margin: 36px auto 0;
  }
}

.faculty #report .subinfo .contents_body {
  padding: 0;
}

.faculty #report .subinfo h4 {
  font-size: 22px;
  margin-bottom: 18px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .subinfo.pic img.pic {
    width: auto;
    height: 100%;
  }
}

.faculty #report .subinfo .name {
  color: #fff;
  padding: 12px;
  margin-top: 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .subinfo .name {
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    transform: translateX(50%);
  }
}

.faculty #report .archive.container {
  padding-bottom: 0;
  margin-bottom: 0;
}

.faculty #report .archive ul li {
  margin-bottom: 18px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li {
    margin-bottom: 0;
  }
}

.faculty #report .archive ul li .info {
  position: relative;
  border-bottom: 1px solid #0074AC;
  padding: 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .info {
    padding: 16px;
  }
}

.faculty #report .archive ul li .title {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: "Yu Gothic" ,"ヒラギノ角ゴ ProN" , sans-serif;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .title {
    font-size: 22px;
    padding-right: 132px;
  }
}

.faculty #report .archive ul li .title br {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .title br {
    display: inline;
  }
}

.faculty #report .archive ul li .charge {
  margin-bottom: 8px;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .charge {
    margin: 0;
    padding-right: 132px;
  }
}

.faculty #report .archive ul li .detail_btn {
  display: block;
  font-size: 14px;
  border: 1px solid #0074AC;
  padding: 0 12px;
  line-height: 46px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .detail_btn {
    font-size: 16px;
    padding: 0 12px 0 32px;
    text-align: left;
    position: absolute;
    top: 16px;
    right: 16px;
    line-height: 50px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
}

.faculty #report .archive ul li .detail_btn svg {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive ul li .detail_btn svg {
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
}

.faculty #report .archive ul li .detail_btn svg path {
  fill-rule: evenodd;
}

.faculty #report .archive ul li .detail_btn:hover {
  color: #fff !important;
}

.faculty #report .archive ul li .detail_btn:hover svg path {
  fill: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .faculty #report .archive.column2 ul {
    display: flex;
  }
  .faculty #report .archive.column2 ul li {
    width: 50%;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .faculty #report .archive.column2 ul li:nth-child(even) {
    padding: 0 0 0 16px;
  }
}

.faculty #thesis h2 {
  margin: 0 auto 24px;
  padding-bottom: 27px;
  position: relative;
}

.faculty #thesis h2 .label:after {
  width: 177px;
  background: url("../images/faculty/thesis_eng_label.png") center center/100% 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #thesis h2 {
    margin-bottom: 48px;
  }
}

.faculty #thesis ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12px;
}

.faculty #thesis ul li {
  margin: 0 44px 8px 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #thesis ul li {
    width: calc((100% - 88px) / 3);
  }
  .faculty #thesis ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.faculty #thesis ul#thesis_extends {
  display: none;
  overflow: hidden;
}

.faculty #thesis ul#thesis_extends.show {
  display: flex;
}

.faculty #thesis #toggle_thesis_view_btn {
  display: block;
  width: 260px;
  height: 48px;
  margin: 48px auto 0;
  color: #fff;
  line-height: 48px;
  text-decoration: none;
  text-align: center;
}

.faculty #thesis #toggle_thesis_view_btn:after {
  content: 'すべて表示する';
}

.faculty #thesis #toggle_thesis_view_btn.close:after {
  content: '閉じる';
}

.faculty #career_link {
  position: relative;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link {
    display: flex;
    align-items: flex-start;
    margin-bottom: 124px;
  }
}

.faculty #career_link > img {
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link > img {
    width: 60%;
    margin: 0 0 0 auto;
  }
}

.faculty #career_link .container {
  width: calc(100% - 24px);
  margin: 0;
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.faculty #career_link .container:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/common/arrow_white.png) center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link .container {
    width: 40%;
    margin: 72px 0 0;
    padding: 0;
    position: static;
    transform: translateX(0);
  }
  .faculty #career_link .container:after {
    display: none;
  }
}

.faculty #career_link .container .inner {
  max-width: 445px;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link .container .inner {
    margin: 0 0 0 auto;
    padding: 32px 0;
    text-align: right;
  }
}

.faculty #career_link .container .inner img {
  width: auto;
  height: 16px;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link .container .inner img {
    height: 24px;
    margin-bottom: 32px;
  }
}

.faculty #career_link .container .inner .btn {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #career_link .container .inner .btn {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 auto;
    padding: 0 10px 0 27px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
  .faculty #career_link .container .inner .btn svg {
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .faculty #career_link .container .inner .btn svg path {
    fill-rule: evenodd;
    fill: #fff;
  }
}

.faculty #career_link .container:hover .btn {
  background: #fff;
}

.faculty #license {
  background: rgba(255, 255, 255, 0.7);
}

.faculty #license h2 {
  margin: 0 auto 24px;
  padding-bottom: 27px;
  position: relative;
}

.faculty #license h2 .label:after {
  width: 69px;
  background: url("../images/faculty/license_eng_label.png") center center/100% 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #license h2 {
    margin-bottom: 48px;
  }
}

.faculty #license ul {
  flex-wrap: wrap;
  margin: 0 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #license ul {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #license ul li {
    width: calc((100% - 88px) / 3);
    margin: 0 44px 8px 0;
  }
  .faculty #license ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #license section ul {
    justify-content: left;
  }
}

.faculty #employ_results h2 {
  margin: 0 auto 24px;
  padding-bottom: 27px;
  position: relative;
}

.faculty #employ_results h2 .label:after {
  width: 195px;
  background: url("../images/faculty/employment_result_eng_label.png") center center/100% 100% no-repeat;
}

@media print, screen and (min-width: 769px) {
  .faculty #employ_results h2 {
    margin-bottom: 48px;
  }
}

.faculty #employ_results ul {
  flex-wrap: wrap;
  margin: 0 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #employ_results ul {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #employ_results ul li {
    width: calc((100% - 88px) / 3);
    margin: 0 44px 8px 0;
  }
  .faculty #employ_results ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .faculty #employ_results .graph {
    width: auto;
    margin: 0 auto;
  }
}

.faculty.career .board p {
  height: 26px;
  margin-bottom: 26px;
}

.faculty #vos .recent {
  padding: 136px 0 0;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .recent {
    padding: 32px 0;
  }
}

.faculty #vos .recent .board {
  background: #fff;
  box-sizing: border-box;
  margin: 0 12px;
  padding: 0 12px 12px;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .recent .board {
    width: 60%;
    width: calc(60% - 16px);
    margin: 0 0 0 auto;
    padding: 0 32px 32px;
  }
}

.faculty #vos .recent .board h2 {
  display: block;
  font-size: 16px;
  color: #2e3647;
  padding: 24px 0;
  border-bottom: 1px solid #2e3647;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .recent .board h2 {
    margin: 0 0 32px;
    padding: 32px 0;
  }
}

.faculty #vos .recent .board h2 img {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .recent .board h2 img {
    width: 326px;
    height: 30px;
  }
}

.faculty #vos .recent .board h2 span {
  display: block;
  font-size: 11px;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .recent .board h2 span {
    font-size: 14px;
  }
}

.faculty #vos .recent .board h2:after, .faculty #vos .recent .board h2:before {
  display: none;
}

.faculty #vos .board h3 {
  color: #2e3647;
  text-align: left;
}

.faculty #vos .board .company {
  font-size: 20px;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .board .company {
    font-size: 32px;
  }
}

.faculty #vos .board .name {
  font-size: 18px;
}

.faculty #vos .board .copy {
  margin: 24px 0;
  font-size: 20px;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos .board .copy {
    margin: 32px 0;
    font-size: 22px;
  }
}

.faculty #vos .board .contents_body {
  padding: 0;
}

.faculty #vos section {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  /* text-align: right; */
  align-items: flex-start;
}

.faculty #vos section:before {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos section {
    margin: 0;
    flex-direction: row-reverse;
  }
  .faculty #vos section:nth-child(odd) {
    flex-direction: row;
  }
  .faculty #vos section:nth-child(odd) .board {
    text-align: left;
  }
  .faculty #vos section:nth-child(odd) .board h3 {
    text-align: left;
  }
}

.faculty #vos section .board {
  padding: 12px;
  box-sizing: border-box;
    width: 100%;
align-self: flex-start;
}

@media print, screen and (min-width: 769px) {
  .faculty #vos section .board {
    width: 60%;
    padding: 0px 32px;
  }
  .faculty #vos section .board h3 {
    /* text-align: right; */
  }
}

  .faculty #vos section img.sign {
    width: auto;
	display: block;
    margin: 0 0 0 auto;

  }


  .faculty #vos section img {
    width: 100%;
flex-shrink: 0
}


@media print, screen and (min-width: 769px) {
  .faculty #vos section img {
    width:40%;
  box-sizing: border-box;

  }
}




@media print, screen and (min-width: 769px) {
  .faculty .career.internal_btn {
    margin: 0 auto 124px;
  }
  .faculty .career.internal_btn .inner {
    background: url(../images/faculty/career_bnr_pic.jpg) top right/auto 100% no-repeat;
  }
}

.faculty .career.internal_btn .label {
  width: 100%;
  height: 100%;
  background: url(../images/faculty/career_bnr_label.png) 12px center/auto 16px no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .faculty .career.internal_btn .label {
    height: 22px;
    position: absolute;
    top: 18px;
    left: 18px;
    background: url(../images/faculty/career_bnr_label.png) center left/auto 100% no-repeat;
  }
}

.pickup2{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin:0px auto;
	line-height:24px;
}

.pickup2 h3{
  color: #2e3647;
  font-size:18px;
  margin: 0px auto 30px;
  line-height:40px;
}

.pickup2 h3 span{
  color: #ffffff;
  font-size:18px;
  margin: 10px auto;
  background:#2e3647;
  padding:3px 5px;
}

.pickup p{
	margin:10px 0;
}

.exLeft{
	text-align:left;
	padding:0 20px 20px;
	width:  50%;
}

.exLeft2{
	text-align:left;
	padding:0;
	width:  50%;
}

.exLeft3{
	text-align:left;
	padding:0;
	width:  33%;
}

.exLeft .pointBox{
background-color: #eeeeee;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
padding:20px;
  margin: 20px auto;
}



.exRight{
	padding:0 20px 20px;
	width:  50%;
}

.exRight2{
	padding:0;
	width:  50%;
}



.container2 {
  margin: 0px auto 20px;
  width:  60%;

}


  @media screen and (max-width: 768px) {
.pickup,
.pickup2 {
    display: block;
}

.exLeft,
.exLeft2,
.exLeft3{
	width:  94%;
    margin: 0 auto;
	padding:10px 0;
}
 
.exRight,
.exRight2{
	width:  94%;
    margin: 0 auto;
	padding:10px 0;
}

}


.faculty .header .intro h2 {
  color: #2e3647;
  text-align: left;
  padding:10px 0;
}


@media print {
header, .breadcrumbs, footer, #top_btn, #slide_menu, #fixed_menu_btn {
  display:none;
}

body{
  color: #000;
  background-color: #fff;
}

}

