@charset "UTF-8";

/*
Theme Name: 富山大学
Theme URI: https://www.u-toyama.ac.jp/
Description: 富山大学
*/

@font-face {
	font-family: 'klee';
	src: url('/wp/wp-content/themes/u-toyama/oc/fonts/klee/KleeOne-Regular.ttf');
}

.page-id-26704 .site-content,
.parent-pageid-26704 .site-content {
  max-width: inherit;
}

.oc-content-other {
  margin: 80px 20px;
}

.oc-content-other h2 {
  font-size: 2rem;
  margin: 60px 0 30px;
}

.oc-content-other ul {
  padding-left: 24px;
}

.oc-content-other .expanation ul {
  padding-left: 44px;
}

.page-id-18612 .oc-content {
  margin: 0;
  max-width: inherit;
}

.oc-content ol {
  padding: 0 0 0 24px;
}

.oc-notes {
  background: #eee;
  padding: 50px;
}

.oc-notes p:last-child {
  margin-bottom: 0;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

h4.circle::before {
  content: '●';
  color: #466d7f;
  padding: 0 8px 0 0;
}

.bg-blue {
  background: #edf5f8;
  padding: 50px 60px;
  margin-top: 60px;
}

/* display:flex 上下中央揃え */
.align-items-center {
  align-items: center;
}

/* display:flex 中央揃え */
.justify-content-center {
  justify-content: center;
}

.oc-tour,
.oc-movie h2,
.cont-oc-movie .btn-movie,
.cont-oc-movie .pure-u-1 p,
.oc-hm-important h2,
.oc-hm-important h3,
.oc-hm-important h4,
.oc-features h3 + p,
.oc-life h3 + p,
.oc-life h2,
.oc-life h3,
.oc-features h3,
.oc-features h2,
.post-27266 h3,
.post-27104 h4,
.oc-link-white a,
.inner-blue h4,
.post-27049 h3,
.post-27049 h4,
.post-26991 h3,
.post-26991 h4,
.oc-content-other h2,
.oc-link-blue a,
.oc-menu h2,
.oc-menu h3,
.btn-oc-application,
.oc-cont-schedule h2,
.oc-course .pure-g [class*=pure-u],
.oc-course,
.oc-about,
.entry-oc-title,
.oc-anchor a,
.oc-schedule p,
.oc-news h2,
.list-more h2,
.oc-schedule h3,
.oc-schedule h2,
.oc-online h2,
.oc-online p,
.oc-contact h2,
.oc-check p,
.oc-lead {
	font-family: 'klee';
}

.btn-oc {
  font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-30 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-30 {
  padding: 30px !important;
}

.img-cover {
  height: 100%;
  object-fit: cover;
}

.oc-pure-g {
  margin: 0 -20px;
} 

.oc-pure-g .pure-u-1-2,
.oc-pure-g .pure-u-1 {
  padding: 0 20px;
} 

.oc-pure-g img {
  display: block;
} 

.parent-pageid-26704 .oc-content .inner a {
  color: #466d7f;
  text-decoration: underline;
}

.parent-pageid-26704 .oc-content .inner a::after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #466d7f;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.parent-pageid-26704 .oc-content .inner a[target="_blank"]::after {
  content: '\f2d2';
  font-weight: normal;
}

.parent-pageid-26704 .oc-content .inner .oc-link-blue a[target="_blank"]::after {
  display: none;
}


/* リンク無効化 */
.disabled {
  pointer-events: none;
  opacity: .6;
}

/* header */

.oc-menu {
  background: #466d7f;
  position: fixed;
  top: 0;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  width: 400px;
  transition: all .3s;
}

.oc-menu.oc-menu-open {
  right: 0;
}

.oc-menu-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 9999;
}

.oc-menu-btn:hover {
  cursor: pointer;
}

.oc-menu h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.oc-menu h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: 7px 0 0;
}

.oc-menu p {
  text-align: left;
}

.oc-menu a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
}

.oc-menu a:hover {
  opacity: .6;
  transition: all .2s;
}

.oc-menu .pure-g {
  margin: 0 -6px;
}

.oc-menu .pure-g a {
  font-size: 1.3rem;
  display: block;
}

.oc-menu .pure-g .pure-u-1-3 {
  padding: 3px;
}

.oc-menu > ul {
  overflow: auto;
  height: 100%;
  padding: 50px;
}

.oc-menu ul li {
  list-style-type: none;
  padding: 0 0 0 1em;
}

.oc-menu > ul > li {
  border-top: 2px solid #88aec0;
  margin: 0;
  padding: 1em 0;
}

.oc-menu > ul > li:last-child {
  border-bottom: 2px solid #88aec0;
}

.oc-menu ul .oc-menu-title {
  border-top: 0;
  color: #fff;
  font-size: 1.95rem;
  font-weight: 500;
  padding: 0 0 1.5em;
  white-space: nowrap;
}

.oc-menu ul .oc-menu-home {
/*   margin-bottom: 40px; */
}

.oc-menu ul .oc-menu-online {
/*   margin-top: 40px; */
}

.oc-menu ul .side-human-dev {
  line-height: 1.2;
  margin: 5px 0;
}

.oc-header {
  background: #fff;
  overflow: visible;
  padding: 15px 25px 10px;  
}

.pg-opencampus .oc-header {
  background: none;
  padding: 25px;  
}

.oc-header p {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 0 8px;
  margin: 0;
}

.oc-logo {
  display: inline-block;
  max-width: 200px;
}

.toyama-link {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

/* footer */

footer {
  background: #fff;
}

.oc-check {
  text-align: center;
}

.oc-check a {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

.oc-check a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 340px;
}

.oc-check a:hover {
  opacity: .6;
  transition: all .2s;
}

.oc-check p:first-child {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
  white-space: nowrap;
}

.oc-check01 p:first-child::after {
  content: '';
  width: 16px;
  height: 31px;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/border_left.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -4px;
  left: -26px;
}

.oc-check01 p:first-child::before {
  content: '';
  width: 16px;
  height: 31px;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/border_right.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -4px;
  right: -22px;
}

.oc-check02 p:first-child::after,
.oc-check03 p:first-child::after {
  content: '';
  width: 16px;
  height: 31px;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/border_bk_left.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -4px;
  left: -26px;
}

.oc-check02 p:first-child::before,
.oc-check03 p:first-child::before {
  content: '';
  width: 16px;
  height: 31px;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/border_bk_right.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -4px;
  right: -22px;
}

.oc-check p:last-child {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}

.oc-check01 a {
  background: #002395;
  color: #fff;
}

.oc-check01 a::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/check01.png') no-repeat center center;
  background-size: contain;
}

.oc-check02 a {
  background: #fff;
}

.oc-check02 a::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/check02.png') no-repeat center center;
  background-size: contain;
}

.oc-check03 p {
  color: #000;
}

.oc-check03 a {
  background: #ed2939;
}

.oc-check03 a::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/check03.png') no-repeat center center;
  background-size: contain;
}


@media screen and (max-width: 1450px) {
  .oc-check01 a::after,
  .oc-check02 a::after,
  .oc-check03 a::after {
    background-size: cover;
  }
}

@media screen and (max-width: 567px) {
  .oc-check01 a::after,
  .oc-check02 a::after,
  .oc-check03 a::after {
    background-size: contain;
  }
}

@media screen and (max-width: 425px) {
  .oc-check01 a::after,
  .oc-check02 a::after,
  .oc-check03 a::after {
    background-size: cover;
  }
}

.oc-contact {
  background: #fcf9f0;
  padding: 20px 0 50px;
  text-align: center;
}

.oc-contact h2 {
  width: 200px;
  height: 200px;
	background: url('/wp/wp-content/themes/u-toyama/oc/images/main_color_s.png') center center;
	background-size: contain;
  color: #fff;
  font-size: 1.8rem;
	margin: 0 auto;
  line-height: 200px;
}

.oc-blue {
	color: #466d7f;
}

.klee,
.oc-contact p {
	font-family: 'klee';
}

.oc-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.btn-red {
  background: #ed2939;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 12px 50px;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.btn-red:hover {
  color: #fff;
  opacity: .6;
  transition: all .2s;
}

.btn-white {
  background: #fff;
  color: #333;
  display: block;
  font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  padding: 12px 50px;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.btn-white:hover {
  opacity: .6;
  transition: all .2s;
}

.oc-mail img {
  width: 190px;
  padding: 0 0 5px;
}

.oc-address {
  max-width: 700px;
  margin: 60px auto 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.cp-name {
  font-size: 1.5rem;
  margin: 0 0 3px;
}

.oc-ft-title {
  text-align: center;
  padding: 100px 0 60px;
}

.oc-ft-title a {
  display: inline-block;
}

.oc-ft-title img {
  display: block;
  font-weight: bold;
  max-width: 280px;
  margin: 0 0 25px;
}

/* OCトップページ */

.oc-title {
  display: block;
  width: 100%;
  height: -webkit-calc(100vh - 115px);
  height: calc(100vh - 115px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .oc-title {
    max-width: 90%;
    margin: 0 auto;
  }
}

.oc-title img {
  display: block;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.main_moji {
  max-width: 270px;
}

.main_haikei {
  max-width: 700px;
}

.main_fukidashi {
  max-width: 320px;
}

.main_second,
.main_first {
  max-width: 700px;
  z-index: 9997;
}

/* トップページ アニメーション */

/*
.oc-title .main_first {
  animation: slideFirst 4s forwards .5s;
  opacity: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

.oc-title .main_second {
  animation: slideSecond 2.5s forwards 1.5s;
  opacity: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oc-title .main_moji {
  animation: slideMoji .1s forwards 4.6s;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.oc-title .main_haikei {
  animation: slideHaikei .8s ease-in forwards 4.6s;
  opacity: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oc-title .main_fukidashi {
  animation: slideFukidashi .8s ease-in forwards 4.1s;
  opacity: 0;
  top: 0;
  right: 12%;
  left: inherit;
  transform: rotate(20deg);
}

/* IEのみ（位置指定） */
@media all and (-ms-high-contrast: none) {
/*
  .oc-title .main_first {
    animation: slideFirst 4s forwards .5s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
  }
*/
  
  .oc-title .main_second {
    animation: slideSecond 2.5s forwards 1.5s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
  }
  
  .oc-title .main_haikei {
    animation: slideHaikei .8s ease-in forwards 4.6s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
  }
}

 
/*
@keyframes slideFirst {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.7, .7); }
   10% { opacity: 1; transform: translate(-50%, -50%) scale(1, 1); }
   97% { opacity: 1; transform: translate(-50%, -50%) scale(1, 1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1, 1); }
}
*/

@keyframes slideSecond {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.5, .5); }
   15% { opacity: 1; transform: translate(-50%, -50%) scale(.8, .8); }
   95% { opacity: 1; transform: translate(-50%, -50%) scale(.8, .8); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(.8, .8); }
}

@keyframes slideMoji {
  100% { opacity: 1 }
}

@keyframes slideHaikei {
   0% { opacity: 0; transform: translate(-50%, -50%) scale(.7, .7); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(.7, .7); }
  60% { opacity: 1; transform: translate(-50%, -50%) scale(1.05, 1.05); }
  85% { opacity: 1; transform: translate(-50%, -50%) scale(.9, .9); }
  90% { opacity: 1; transform: translate(-50%, -50%) scale(1, 1); }
  99% { opacity: 1; transform: translate(-50%, -50%) scale(.95, .95); }
 100% { opacity: 1; transform: translate(-50%, -50%) scale(1, 1); }
}

@keyframes slideFukidashi {
  100% { opacity: 1 }
}

.oc-link-blue {
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}

.oc-link-blue a {
  background: #466d7f;
  color: #fff !important;
  display: block;
  max-width: 500px;
  width: 100%;
  font-size: 1.6rem;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  margin: 0 auto;
}

.oc-link-blue a:hover {
  opacity: .6;
  transition: all .2s;
}

.pg-opencampus .oc-link-blue a {
  font-size: 1.8rem;
}

.oc-link-white {
  margin: 0 0 60px;
}

.oc-link-white a {
  background: #fff;
  border: 1px solid #466d7f;
  color: #000 !important;
  display: block;
  max-width: 400px;
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  margin: 25px auto 0;
}

.oc-link-white a:hover {
  opacity: .6;
  transition: all .2s;
}

.oc-link-pdf {
  text-align: center;
}

.oc-link-pdf a {
  border: 3px solid #333;
  display: inline-block !important;
  max-width: 300px;
  margin: 20px 10px 15px;
  padding: 6px 20px !important;
}

.oc-link-pdf a::after {
  content: '\f1c1';
  padding: 0 5px;
  display: inline-block;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
}

.oc-hm-important h3 {
  text-align: center;
}

.oc-important {
  background: #eee;
  padding: 10px 0;
}

.oc-hm-important .oc-link-blue {
  margin: 0 0 30px;
}

.oc-news {
  padding: 20px;
  position: relative;
  margin: 50px auto 0;
  max-width: 960px;
  z-index: 1;
  border-top: 3px double #333;
  border-bottom: 3px double #333;
}

.oc-news a {
  color: #466d7f;
  text-decoration: underline;
}

.oc-news a[target="_blank"]:after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  font-weight: normal;
}

.oc-news a:hover {
  opacity: .6;
  transition: .2s;
}

/*
.news_more {
  width: 23px;
  height: 34px;
  position: absolute;
  top: 70%;
  right: 60px;
  transform: translateY(-50%);
}
*/

.news_more:hover {
  cursor: pointer;
}

.list-oc {
  margin: 0;
  list-style-type: none;
}

.list-oc li {
  display: flex;
  padding: 3px 0;
}

/*
.oc-news::after,
.oc-news::before {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 65px;
}
*/

.oc-news::before {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/news_left.png') no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.oc-news::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/news_right.png') no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.list-oc .ent-date {
  font-size: 1.2rem;
  margin: 0 2rem 0 0;
}

.oc-schedule {
  padding: 80px 0 30px;
  text-align: center;
}

.oc-schedule-title {
  max-width: 330px;
}

.schedule-list {
  padding: 5px 0 0;
}

.schedule-list .pure-g {
  justify-content: center;
}

.schedule-list h2 {
  font-size: 3rem;
}

.schedule-list h3 {
  margin: 40px 0 20px;
}

.schedule-list h4 {
  margin: 0 0 20px;
}

.schedule-list .pure-u-1 {
  padding: 1rem;
}

.schedule-list a {
  color: #fff;
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  line-height: 1.5;
}

.schedule-list .pure-u-1 a {
  height: 70px;
  line-height: 36px;
}

.schedule-list .pure-u-1 .link-dev {
  line-height: 1.5;
}

.schedule-list a:hover {
  opacity: .6;
  transition: all .2s;
}

.schedule-date {
  font-size: 2.2rem;
}

.schedule-sugitani h3 {
  margin-bottom: 5px;
}

.schedule-gofuku h4,
.schedule-takaoka h4 {
  margin-bottom: 5px;
}

/* 人文学部 */
.link-hum {
  background: #f68124;
}

/* 人間発達科学部 */
.link-dev {
  background: #ffa817;
}

/* 経済学部 */
.link-eco {
  background: #00664e;
}

/* 理学部 */
.link-sci {
  background: #5ab751;
}

/* 工学部 */
.link-engi {
  background: #becc0b;
}

/* 澳门皇家赌场_澳门二十一点-购彩网官网推荐 */
.link-sus {
  background: #f04d98;
}

/* 医学部 */
.link-med {
  background: #2ca4dc;
}

/* 薬学部 */
.link-phar {
  background: #005595;
}

/* 芸術文化学部 */
.link-art {
  background: #d32047;
}

.oc-schedule-web {
  margin: 60px 0;
}

.oc-ft-banner {
  text-align: center;
  margin: 35px 20px 0;
}

.oc-ft-banner h4 {
  margin: 0 0 10px;
}

.oc-anchor {
  text-align: center;
  margin: 100px 0 0;
}

.oc-anchor .pure-g {
  justify-content: center;
}

.oc-anchor .pure-u-1 {
  padding: 0 1rem;
}

.oc-anchor a {
  border: 3px solid #333;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 50%;
  max-width: 150px;
  margin: 0 auto;
}

.oc-anchor a::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.oc-anchor a::before {
  content: '';
  background: url('/wp/wp-content/themes/u-toyama/oc/images/anchor_arrow.png') no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.oc-anchor .oc-anchor-movie a {
  font-size: 2rem;
  max-width: 280px;
  margin: 0 auto 30px;
}

.anchor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.oc-anchor a:hover {
  opacity: .6;
  transition: all .2s;
}

/* 富山大学体験ツアー */
.oc-tour {
  background: #fff06e;
  padding: 100px 0;
  text-align: center;
}

.oc-tour-movie {
  margin: 0 0 30px;
}

@media screen and (max-width:567px) {
  .oc-tour {
    padding: 70px 0;
  }
}

.oc-tour h2 {
  margin: 0 0 30px;
}

.oc-tour .inner {
  padding: 0 15px;
}

.oc-tour p {
  font-size: 1.6rem;
}

/* 富山大学の特色 */
.oc-features {
  background: #c2e1ef;
  margin: 0 0 110px;
  padding: 100px 0 110px;
  text-align: center;
}

.oc-features h2 {
  margin: 0 0 50px;
/*
  font-size: 1.6rem !important;
  line-height: 1.5;
  width: 300px;
  height: 300px;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/main_color_s.png') center center;
  background-size: contain;
  background-size: 110%;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
*/
}

.oc-features h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 70px;
  line-height: 1.4;
/*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
*/
}

.oc-features a:hover {
  transition: .2s;
  opacity: .6;
}

.oc-features .pure-g {
  justify-content: center;
}

.oc-ico-pen {
  width: 140px;
  padding: 0 0 0 20px;
}

.oc-ico-pc {
  width: 105px;
  padding: 3px 0 0;
}

.oc-ico-lesson {
  width: 126px;
  padding: 0 0 0 15px;
}

.oc-btn-more {
  background: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 1rem 6rem;
  text-decoration: none;
  color: #333;
}


.oc-lead {
  padding: 100px 0 0;
}

.oc-lead p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin: 0 auto;
  max-width: 420px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*
.oc-lead p::before {
  content: '';
  display: block;
  padding-top: 120%;
}
*/

.oc-lead-inner {
/*   background: url('/wp/wp-content/themes/u-toyama/oc/images/haikei.png') no-repeat center center; */
  background-size: contain;
  margin: 0 auto;
  max-width: 1250px;
  min-height: 740px;
  position: relative;
}

.oc-introduction {
/*   padding-top: 100px; */
}

.cont-gakubu {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 100px;
}

.fukidasi_gakubu {
  display: block;
  max-width: 80px;
  margin-right: 160px;
  margin-bottom: -40px;
  margin-left: auto;
}

.cont-gakubu .pure-g {
  background: url("/wp/wp-content/themes/u-toyama/oc/images/main_gakubu.jpg") no-repeat center center;
  background-size: contain;
  max-width: 720px;
  margin: 0 auto !important;
  padding: 20px 20px 20px 35px;
}

.cont-gakubu a {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
}

.cont-gakubu .pure-g a::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.cont-gakubu a:hover {
  opacity: .6;
  transition: all .2s;
  cursor: pointer;
}

.cont-gakubu p {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
}

.gakubugaido {
  display: block;
  max-width: 300px;
  margin: 15px auto 0;
}

/* 学生生活（トップページ） */
.oc-life {
  background: #fff06e;
/*   margin: 150px 0 0; */
  padding: 100px 0 130px;
  text-align: center;
}

.oc-life h2 {
  margin: 0 0 50px;
}

.oc-life h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 70px;
  line-height: 1.4;
}

.oc-life a:hover {
  transition: .2s;
  opacity: .6;
}

.oc-life .pure-g {
  justify-content: center;
}

.oc-ico-tours {
  width: 150px;
  padding: 0 15px 0 0;
}

.oc-ico-qualification {
  width: 95px;
  padding: 12px 0 0;
}

.oc-ico-money {
  width: 65px;
  padding: 5px 0 0;
}

.oc-online {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/main_online.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 250px 0;
  font-weight: bold;
}

.oc-online h2 {
  font-size: 3rem;
}

.oc-online p {
  font-size: 1.8rem;
  margin: 0 0 3.5rem;
}

.oc-online a {
  background: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 1rem 6rem;
  text-decoration: none;
  color: #333;
}

.oc-online a:hover {
  opacity: .6;
  transition: all .2s;
}

.img_online {
  max-width: 280px;
  padding-left: 20px;
}

/* ページタイトル（共通） */

.entry-oc-header-other {
  background: #466d7f;
}

.entry-oc-header-other h1 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
  padding: 120px 0;
  background: url('/wp/wp-content/themes/u-toyama/oc/images/main_color_s.png') no-repeat center center;
  background-size: contain;
}

/* 学部紹介 */

.entry-oc-header-dept {
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  position: relative;
}

.entry-oc-header-dept h1 {
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: auto;
}

.entry-oc-header-dept::after {
  content: '';
  display: block;
  width: 530px;
  height: 507px;
  position: fixed;
  top: -webkit-calc(50% + 100px);
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.oc-about {
  color: #fff;
  max-width: 660px;
  margin: 0 auto;
  padding: 60px 0;
}

.oc-about .inner {
  padding: 0 30px;
}

.oc-about p {
  line-height: 2;
}

.oc-about .lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 24px 0;
  text-align: center;
}

.btn-oc {
  margin: 0;
  text-align: center;
}

.btn-oc a {
  background: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: .7em 2.5em;
  text-decoration: none !important;
}

.btn-oc a:hover {
  color: #d32047;
  opacity: .6;
  transition: all .2s;
}

.btn-oc a::after {
  display: none !important;
}

.bg-white {
  background: #fff;
  padding: 80px 0;
}

.oc-course {
  padding-bottom: 80px;
}

.oc-course .pure-g [class*=pure-u] {
  padding: 1rem 3rem;
}

.oc-course h3 {
  text-align: center;
  margin: 80px 0 20px;
}

.oc-course h3:first-child {
  margin-top: 20px;
}

.oc-course h4 {
  color: #fff;
  height: 300px;
  line-height: 300px;
/*   margin: 30px 0 10px; */
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}

.oc-course h4 small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.8;
  padding: 10px 0 0;
}

.oc-course h4.lines2 {
  line-height: 1.6 !important;
  padding: 128px 0;
}

.oc-course h4.lines3 {
  line-height: 1.6 !important;
  padding: 110px 0;
}

.oc-course h6 {
  font-size: 1.6rem;
  margin: 2em 0 1em;
}

.oc-movie {
  padding: 25px 0 100px;
  text-align: center;
}
.oc-movie img {
  max-width: 400px;
}

.oc-cont-schedule {
  padding: 80px 0 0;
}

.oc-cont-schedule .inner {
  padding: 0 20px;
}

.oc-cont-schedule h2 {
  margin: 20px 0 40px;
}

.oc-cont-schedule h4 {
  font-weight: 500 !important;
  margin: 40px 0 10px;
}

.oc-cont-schedule h5 {
  font-weight: 500 !important;
  margin: 0 0 15px;
}

.oc-cont-schedule table caption {
  color: #333;
  font-weight: 500;
}

.oc-cont-schedule th {
  font-weight: 500;
}

.oc-cont-schedule .pure-g {
  margin: 0 -1.4rem;
}

.oc-cont-schedule .pure-u-1 {
  padding: 0 1.4rem;
}

.btn-oc-application {
  background: #ed2939;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  position: fixed;
  width: 110px;
  height: 110px;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  line-height: 1.5;
  padding: 25px 0;
}

.page-id-26749 .btn-oc-application {
  display: none;
}

.btn-oc-application:hover {
  color: #fff;
  opacity: .6;
  transition: all .2s;
}

/* 人文学部 */

.pg-humanities-branch .entry-oc-header-dept::after,
.page-id-26715 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_hmt.png') no-repeat;
  background-size: contain;
}

.pg-humanities-branch .oc-course h4,
.page-id-26715 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_hmt.png') no-repeat center center;
  background-size: contain;
}

.pg-humanities-branch .btn-oc a,
.pg-humanities-branch .oc-cont-schedule h4,
.pg-humanities-branch .oc-cont-schedule h2,
.pg-humanities-branch .oc-course h5,
.page-id-26715 .btn-oc a,
.page-id-26715 .oc-cont-schedule h4,
.page-id-26715 .oc-cont-schedule h2,
.page-id-26715 .oc-course h5 {
  color: #f68124 !important;
}

.pg-humanities-branch .oc-movie,
.pg-humanities-branch,
.pg-humanities-branch .entry-content h2,
.pg-humanities-branch .entry-content thead th,
.page-id-26715 .oc-movie,
.page-id-26715,
.page-id-26715 .entry-content h2,
.page-id-26715 .entry-content thead th {
  background: #f68124;
}

.pg-humanities-branch .btn-oc-application,
.page-id-26715 .btn-oc-application {
  background: #ea7210;
}

.pg-humanities-branch .entry-content h3::after,
.page-id-26715 .entry-content h3::after {
  border-top: solid 3px #f68124;
}

..pg-humanities-branch .entry-content h4,
.page-id-26715 .entry-content h4 {
  border-left: solid 5px #f68124;
}

.pg-humanities-branch .entry-content h5,
.page-id-26715 .entry-content h5 {
  color: #f68124;
  border-top: 0;
}

/* 人間発達学部 */

.pg-human-dev-branch .entry-oc-header-dept::after,
.page-id-26719 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_edu.png') no-repeat;
  background-size: contain;
}

.pg-human-dev-branch .oc-course h4,
.page-id-26719 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_edu.png') no-repeat center center;
  background-size: contain;
}

.pg-human-dev-branch .entry-content .facultylink a,
.page-id-26719 .entry-content .facultylink a {
  background: #ffa817;
  color: #fff;
}

.pg-human-dev-branch .oc-movie,
.pg-human-dev-branch,
.pg-human-dev-branch .entry-content h2,
.pg-human-dev-branch .entry-content thead th,
.page-id-26719 .oc-movie,
.page-id-26719,
.page-id-26719 .entry-content h2,
.page-id-26719 .entry-content thead th {
  background: #ffa817;
}

.pg-human-dev-branch .btn-oc-application,
.page-id-26719 .btn-oc-application {
  background: #ee9a09;
}

.pg-human-dev-branch .entry-content tbody th.depart,
.page-id-26719 .entry-content tbody th.depart {
  background: #fff2c7;
}

.pg-human-dev-branch .entry-content h3::after,
.page-id-26719 .entry-content h3::after {
  border-top: solid 3px #ffa817;
}

.pg-human-dev-branch .entry-content h4,
.page-id-26719 .entry-content h4 {
  border-left: solid 5px #ffa817;
}

.pg-human-dev-branch .entry-content h5,
.page-id-26719 .entry-content h5 {
  color: #ffa817;
  border-top: 0;
}

.pg-human-dev-branch .btn-oc a,
.pg-human-dev-branch .oc-cont-schedule h4,
.pg-human-dev-branch .oc-cont-schedule h2,
.pg-human-dev-branch .entry-content ul>li:after,
.pg-human-dev-branch .entry-content h6::before,
.page-id-26719 .btn-oc a,
.page-id-26719 .oc-cont-schedule h4,
.page-id-26719 .oc-cont-schedule h2,
.page-id-26719 .entry-content ul>li:after,
.page-id-26719 .entry-content h6::before {
  color: #ffa817 !important;
}

/* 経済学部 */

.pg-economics-branch .entry-oc-header-dept::after,
.page-id-26731 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_eco.png') no-repeat;
  background-size: contain;
}

.pg-economics-branch .oc-course h4,
.page-id-26731 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_eco.png') no-repeat center center;
  background-size: contain;
}

.pg-economics-branch .entry-content .facultylink a,
.page-id-26731 .entry-content .facultylink a {
  background: #00664e;
  color: #fff;
}

.pg-economics-branch .oc-movie,
.pg-economics-branch,
.pg-economics-branch .entry-content h2,
.pg-economics-branch .entry-content thead th,
.page-id-26731 .oc-movie,
.page-id-26731,
.page-id-26731 .entry-content h2,
.page-id-26731 .entry-content thead th {
  background: #00664e;
}

.pg-economics-branch .btn-oc-application,
.page-id-26731 .btn-oc-application {
  background: #005440;
}

.pg-economics-branch .entry-content tbody th.depart,
.page-id-26731 .entry-content tbody th.depart {
  background: #e4efec;
}

.pg-economics-branch .entry-content h3::after,
.page-id-26731 .entry-content h3::after {
  border-top: solid 3px #00664e;
}

.pg-economics-branch .entry-content h4,
.page-id-26731 .entry-content h4 {
  border-left: solid 5px #00664e;
}

.pg-economics-branch .entry-content h5,
.page-id-26731 .entry-content h5 {
  color: #00664e;
  border-top: 0;
}

.pg-economics-branch .btn-oc a,
.pg-economics-branch .oc-cont-schedule h4,
.pg-economics-branch .oc-cont-schedule h2,
.pg-economics-branch .entry-content ul>li:after,
.pg-economics-branch .entry-content h6::before,
.page-id-26731 .btn-oc a,
.page-id-26731 .oc-cont-schedule h4,
.page-id-26731 .oc-cont-schedule h2,
.page-id-26731 .entry-content ul>li:after,
.page-id-26731 .entry-content h6::before {
  color: #00664e !important;
}

/* 理学部 */

.pg-science-branch .entry-oc-header-dept::after,
.page-id-26728 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_sci.png') no-repeat;
  background-size: contain;
}

.pg-science-branch .oc-course h4,
.page-id-26728 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_sci.png') no-repeat center center;
  background-size: contain;
}

.pg-science-branch .entry-content .facultylink a,
.page-id-26728 .entry-content .facultylink a {
  background: #5ab751;
  color: #fff;
}

.pg-science-branch .oc-movie,
.pg-science-branch,
.pg-science-branch .entry-content h2,
.pg-science-branch .entry-content thead th,
.page-id-26728 .oc-movie,
.page-id-26728,
.page-id-26728 .entry-content h2,
.page-id-26728 .entry-content thead th {
  background: #5ab751;
}

.pg-science-branch .btn-oc-application,
.page-id-26728 .btn-oc-application {
  background: #36a92b;
}

.pg-science-branch .entry-content tbody th.depart,
.page-id-26728 .entry-content tbody th.depart {
  background: #ddf0db;
}

.pg-science-branch .entry-content h3::after,
.page-id-26728 .entry-content h3::after {
  border-top: solid 3px #5ab751;
}

.pg-science-branch .entry-content h4,
.page-id-26728 .entry-content h4 {
  border-left: solid 5px #5ab751;
}

.pg-science-branch .entry-content h5,
.page-id-26728 .entry-content h5 {
  color: #5ab751;
  border-top: 0;
}

.pg-science-branch .btn-oc a,
.pg-science-branch .oc-cont-schedule h4,
.pg-science-branch .oc-cont-schedule h2,
.pg-science-branch .entry-content ul>li:after,
.pg-science-branch .entry-content h6::before,
.page-id-26728 .btn-oc a,
.page-id-26728 .oc-cont-schedule h4,
.page-id-26728 .oc-cont-schedule h2,
.page-id-26728 .entry-content ul>li:after,
.page-id-26728 .entry-content h6::before {
  color: #5ab751 !important;
}

/* 工学部 */

.pg-engineering-branch .entry-oc-header-dept::after,
.page-id-26725 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_eng.png') no-repeat;
  background-size: contain;
}

.pg-engineering-branch .oc-course h4,
.page-id-26725 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_eng.png') no-repeat center center;
  background-size: contain;
  color: #333;
}

.pg-engineering-branch .entry-content .facultylink a,
.page-id-26725 .entry-content .facultylink a {
  background: #becc0b;
  color: #fff;
}

.pg-engineering-branch .oc-movie,
.pg-engineering-branch,
.pg-engineering-branch .entry-content h2,
.pg-engineering-branch .entry-content thead th,
.page-id-26725 .oc-movie,
.page-id-26725,
.page-id-26725 .entry-content h2,
.page-id-26725 .entry-content thead th {
  background: #becc0b;
}

.pg-engineering-branch .btn-oc-application,
.page-id-26725 .btn-oc-application {
  background: #a9b500;
}

.pg-engineering-branch .entry-content tbody th.depart,
.page-id-26725 .entry-content tbody th.depart {
  background: #eaeeb7;
}

.pg-engineering-branch .entry-content h3::after,
.page-id-26725 .entry-content h3::after {
  border-top: solid 3px #becc0b;
}

.pg-engineering-branch .entry-content h4,
.page-id-26725 .entry-content h4 {
  border-left: solid 5px #becc0b;
}

.pg-engineering-branch .entry-content h5,
.page-id-26725 .entry-content h5 {
  color: #becc0b;
  border-top: 0;
}

.pg-engineering-branch .btn-oc a,
.pg-engineering-branch .oc-cont-schedule h4,
.pg-engineering-branch .oc-cont-schedule h2,
.pg-engineering-branch .entry-content ul>li:after,
.pg-engineering-branch .entry-content h6::before,
.page-id-26725 .btn-oc a,
.page-id-26725 .oc-cont-schedule h4,
.page-id-26725 .oc-cont-schedule h2,
.page-id-26725 .entry-content ul>li:after,
.page-id-26725 .entry-content h6::before {
  color: #becc0b !important;
}

/* 澳门皇家赌场_澳门二十一点-购彩网官网推荐 */

.pg-sus-design-branch .entry-oc-header-dept::after,
.page-id-26740 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_sus.png') no-repeat;
  background-size: contain;
}

.pg-sus-design-branch .oc-course h4,
.page-id-26740 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_sus.png') no-repeat center center;
  background-size: contain;
}

.pg-sus-design-branch .entry-content .facultylink a,
.page-id-26740 .entry-content .facultylink a {
  background: #f04d98;
  color: #fff;
}

.pg-sus-design-branch .oc-movie,
.pg-sus-design-branch,
.pg-sus-design-branch .entry-content h2,
.pg-sus-design-branch .entry-content thead th,
.page-id-26740 .oc-movie,
.page-id-26740,
.page-id-26740 .entry-content h2,
.page-id-26740 .entry-content thead th {
  background: #f04d98;
}

.pg-sus-design-branch .btn-oc-application,
.page-id-26740 .btn-oc-application {
  background: #dc1d76;
}

.pg-sus-design-branch .entry-content tbody th.depart,
.page-id-26740 .entry-content tbody th.depart {
  background: #f7d9e7;
}

.pg-sus-design-branch .entry-content h3::after,
.page-id-26740 .entry-content h3::after {
  border-top: solid 3px #f04d98;
}

.pg-sus-design-branch .entry-content h4,
.page-id-26740 .entry-content h4 {
  border-left: solid 5px #f04d98;
}

.pg-sus-design-branch .entry-content h5,
.page-id-26740 .entry-content h5 {
  color: #f04d98;
  border-top: 0;
}

.pg-sus-design-branch .btn-oc a,
.pg-sus-design-branch .oc-cont-schedule h4,
.pg-sus-design-branch .oc-cont-schedule h2,
.pg-sus-design-branch .entry-content ul>li:after,
.pg-sus-design-branch .entry-content h6::before,
.page-id-26740 .btn-oc a,
.page-id-26740 .oc-cont-schedule h4,
.page-id-26740 .oc-cont-schedule h2,
.page-id-26740 .entry-content ul>li:after,
.page-id-26740 .entry-content h6::before {
  color: #f04d98 !important;
}

/* 医学部 */

.pg-medicine-branch .entry-oc-header-dept::after,
.page-id-26722 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_med.png') no-repeat;
  background-size: contain;
}

.pg-medicine-branch .oc-course h4,
.page-id-26722 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_med.png') no-repeat center center;
  background-size: contain;
}

.pg-medicine-branch .entry-content .facultylink a,
.page-id-26722 .entry-content .facultylink a {
  background: #2ca4dc;
  color: #fff;
}

.pg-medicine-branch .oc-movie,
.pg-medicine-branch,
.pg-medicine-branch .entry-content h2,
.pg-medicine-branch .entry-content thead th,
.page-id-26722 .oc-movie,
.page-id-26722,
.page-id-26722 .entry-content h2,
.page-id-26722 .entry-content thead th {
  background: #2ca4dc;
}

.pg-medicine-branch .btn-oc-application,
.page-id-26722 .btn-oc-application {
  background: #1191cc;
}

.pg-medicine-branch .entry-content tbody th.depart,
.page-id-26722 .entry-content tbody th.depart {
  background: #d5eaf5;
}

.pg-medicine-branch .entry-content h3::after,
.page-id-26722 .entry-content h3::after {
  border-top: solid 3px #2ca4dc;
}

.pg-medicine-branch .entry-content h4,
.page-id-26722 .entry-content h4 {
  border-left: solid 5px #2ca4dc;
}

.pg-medicine-branch .entry-content h5,
.page-id-26722 .entry-content h5 {
  color: #2ca4dc;
  border-top: 0;
}

.pg-medicine-branch .btn-oc a,
.pg-medicine-branch .oc-cont-schedule h4,
.pg-medicine-branch .oc-cont-schedule h2,
.pg-medicine-branch .entry-content ul>li:after,
.pg-medicine-branch .entry-content h6::before,
.page-id-26722 .btn-oc a,
.page-id-26722 .oc-cont-schedule h4,
.page-id-26722 .oc-cont-schedule h2,
.page-id-26722 .entry-content ul>li:after,
.page-id-26722 .entry-content h6::before {
  color: #2ca4dc !important;
}

/* 薬学部 */

.pg-pharmacy-branch .entry-oc-header-dept::after,
.page-id-26737 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_pha.png') no-repeat;
  background-size: contain;
}

.pg-pharmacy-branch .oc-course h4,
.page-id-26737 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_pha.png') no-repeat center center;
  background-size: contain;
}

.pg-pharmacy-branch .entry-content .facultylink a,
.page-id-26737 .entry-content .facultylink a {
  background: #005595;
  color: #fff;
}

.pg-pharmacy-branch .oc-movie,
.pg-pharmacy-branch,
.pg-pharmacy-branch .entry-content h2,
.pg-pharmacy-branch .entry-content thead th,
.page-id-26737 .oc-movie,
.page-id-26737,
.page-id-26737 .entry-content h2,
.page-id-26737 .entry-content thead th {
  background: #005595;
}

.pg-pharmacy-branch .btn-oc-application,
.page-id-26737 .btn-oc-application {
  background: #00477e;
}

.pg-pharmacy-branch .entry-content tbody th.depart,
.page-id-26737 .entry-content tbody th.depart {
  background: #d3e5f4;
}

.pg-pharmacy-branch .entry-content h3::after,
.page-id-26737 .entry-content h3::after {
  border-top: solid 3px #005595;
}

.pg-pharmacy-branch .entry-content h4,
.page-id-26737 .entry-content h4 {
  border-left: solid 5px #005595;
}

.pg-pharmacy-branch .entry-content h5,
.page-id-26737 .entry-content h5 {
  color: #005595;
  border-top: 0;
}

.pg-pharmacy-branch .btn-oc a,
.pg-pharmacy-branch .oc-cont-schedule h4,
.pg-pharmacy-branch .oc-cont-schedule h2,
.pg-pharmacy-branch .entry-content ul>li:after,
.pg-pharmacy-branch .entry-content h6::before,
.page-id-26737 .btn-oc a,
.page-id-26737 .oc-cont-schedule h4,
.page-id-26737 .oc-cont-schedule h2,
.page-id-26737 .entry-content ul>li:after,
.page-id-26737 .entry-content h6::before {
  color: #005595 !important;
}

/* 芸術文化学部 */

.pg-art-design-branch .entry-oc-header-dept::after,
.page-id-26734 .entry-oc-header-dept::after {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_tad.png') no-repeat;
  background-size: contain;
}

.pg-art-design-branch .oc-course h4,
.page-id-26734 .oc-course h4 {
  background: url('/wp/wp-content/themes/u-toyama/oc/images/circle_tad.png') no-repeat center center;
  background-size: contain;
}

.pg-art-design-branch .oc-course h5,
.page-id-26734 .oc-course h5 {
  font-size: 2rem;
/*   border-top: 2px solid #ffd2db; */
/*   color: #fff; */
  margin: 0 0 24px;
  padding: 8px 15px;
  background: #ffd2db;
}

.pg-art-design-branch .oc-course .oc-course-lead,
.page-id-26734 .oc-course .oc-course-lead {
  font-size: 1.8rem;
  color: #d32047;
  margin: 0 0 15px;
}

.pg-art-design-branch .oc-course p,
.page-id-26734 .oc-course p {
  font-weight: bold;
}

.pg-art-design-branch .entry-content .facultylink a,
.page-id-26734 .entry-content .facultylink a {
  background: #d32047;
  color: #fff;
}

.pg-art-design-branch .oc-movie,
.pg-art-design-branch,
.pg-art-design-branch .entry-content h2,
.pg-art-design-branch .entry-content thead th,
.page-id-26734 .oc-movie,
.page-id-26734,
.page-id-26734 .entry-content h2,
.page-id-26734 .entry-content thead th {
  background: #d32047;
}

.pg-art-design-branch .btn-oc-application,
.page-id-26734 .btn-oc-application {
  background: #ba0b31;
}

.pg-art-design-branch .entry-content tbody th.depart,
.page-id-26734 .entry-content tbody th.depart {
  background: #fae4e9;
}

.pg-art-design-branch .entry-content h3::after,
.page-id-26734 .entry-content h3::after {
  border-top: solid 3px #d32047;
}

.pg-art-design-branch .entry-content h4,
.page-id-26734 .entry-content h4 {
  border-left: solid 5px #d32047;
}

.pg-art-design-branch .entry-content h5,
.page-id-26734 .entry-content h5 {
  color: #d32047;
  border-top: 0;
}

.pg-art-design-branch .btn-oc a,
.pg-art-design-branch .oc-cont-schedule h4,
.pg-art-design-branch .oc-cont-schedule h2,
.pg-art-design-branch .entry-content ul>li:after,
.pg-art-design-branch .entry-content h6::before,
.page-id-26734 .btn-oc a,
.page-id-26734 .oc-cont-schedule h4,
.page-id-26734 .oc-cont-schedule h2,
.page-id-26734 .entry-content ul>li:after,
.page-id-26734 .entry-content h6::before {
  color: #d32047 !important;
}


/* タイムテーブル共通 */
/*
.tableBox {
  margin: 0 10px;
}
*/

.tableBox th {
  border: 1px solid #fff;
  width: 20%;
  font-size:14px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  padding: .5rem;
}

.tableBox th.just {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: .8rem .5rem;
}

.tableBox td {
  border: 1px solid #fff;
  color: #000;
  height: 25px;
  padding: .5rem;
  font-size: 14px;
  text-align: center;
  background: #e6e6e6;
}

.line1 {
  height: 61px;
}

.line2 {
  height: 122px;
}

.line3 {
  height: 183px;
}

.line4 {
  height: 244px;
}

.line5 {
  height: 305px;
}

/* 人文学部 */
.jin th {
  background: #f68124;
}

.jin .borderNone-gei {
  border-bottom: 1px solid #f68124;
}

.jin .color01{
  background: #fbba84;
}

.jin .color02 {
  background: #ffdcc1;
}

/* 人間発達学部 */
.nin th {
  background: #ffa817;
}

.nin .borderNone-gei {
  border-bottom: 1px solid #ffa817;
}

.nin .color01{
  background: #f9d18a;
}

.nin .color02 {
  background: #fff2c7;
}

/* 経済学部 */
.kei th {
  background: #00664e;
}

.kei .borderNone-gei {
  border-bottom: 1px solid #00664e;
}

.kei .color01{
  background: #94d5c6;
}

.kei .color02 {
  background: #e4efec;
}

/* 理学部 */
.rigaku th {
  background: #5ab751;
}

.rigaku .borderNone-gei {
  border-bottom: 1px solid #5ab751;
}

.rigaku .color01{
  background: #a1dc9b;
}

.rigaku .color02 {
  background: #ddf0db;
}

/* 工学部 */
.kou th {
  background: #becc0b;
}

.kou .borderNone-gei {
  border-bottom: 1px solid #becc0b;
}

.kou .color01{
  background: #dbe37a;
}

.kou .color02 {
  background: #eaeeb7;
}

/* 澳门皇家赌场_澳门二十一点-购彩网官网推荐 */
.toshi th {
  background: #f04d98;
}

.toshi .borderNone-gei {
  border-bottom: 1px solid #f04d98;
}

.toshi .color01{
  background: #f7a9cd;
}

.toshi .color02 {
  background: #f7d9e7;
}

/* 医学部 */
.igaku th {
  background: #2ca4dc;
}

.igaku .borderNone-gei {
  border-bottom: 1px solid #2ca4dc;
}

.igaku .color01{
  background: #9ad0e9;
}

.igaku .color02 {
  background: #d5eaf5;
}

/* 薬学部 */
.yaku th {
  background: #045696;
}

.yaku .borderNone-gei {
  border-bottom: 1px solid #466d7f;
}

.yaku .color01{
  background: #9bc4e5;
}

.yaku .color02 {
  background: #d3e5f4;
}

/* 芸術文化学部 */
.gei th {
  background: #d32047;
}

.gei .borderNone-gei {
  border-bottom: 1px solid #d32047;
}

.gei .color01{
  background: #fc90b2;
}

.gei .color02 {
  background: #ffd2db;
}

/* 申し込み一覧 */
.li-application {
  justify-content: center;
  text-align: center;
  background: #eee;
  padding: 30px 0;
}

.li-application .pure-u-1 {
  padding: 0 1em 2em;
}

.li-application a {
  background: #ed2939;
  color: #fff !important;
  padding: 10px;
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  text-decoration: none !important;
}

.li-application a::after {
  display: none !important;
}

.li-application a:hover {
  opacity: .6;
  transition: .2s;
}

.oc-for-sp {
  display: none !important;
}

/* 数理?データサイエンス?AI教育プログラム */
.post-26991 .inner section {
  margin: 100px 0;
}

.oc-content .h2-blue {
  color: #466d7f;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
}

.oc-content .h3-border {
  text-align: center;
  padding: .6em 1em;
  margin: 80px 0 50px;
  border-top: 2px solid #466d7f;
  border-bottom: 2px solid #466d7f;
}

.post-26991 .inner h4 {
}

.cont-kamoku p {
  font-size: 1.3rem;
}

.cont-voice h4 {
  border-top: 3px solid #466d7f;
  padding: 1em 0 0;
}

.cont-point h3 {
  background: #466d7f;
  color: #fff;
  display: inline-block;
  padding: 4px 2em 0;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.cont-point h3::before {
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ ';
}

.cont-point h4 {
  margin: 40px 0 15px;
}

.cont-point h4:first-child {
  margin-top: 20px;
}

.cont-point-inner {
  border: 3px solid #466d7f;
  padding: 30px 50px;
}

/*
.cont-point h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.cont-point h3:before,
.cont-point h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.cont-point h3:before {
  left:0;
}

.cont-point h3:after {
  right: 0;
}
*/

/* 教養教育 */
.box-blue-wrap {
  background: #e6eff4;
  padding: 40px;
}

.box-blue-wrap h3 {
  color: #466d7f;
}

.box-blue-wrap .pure-u-1 {
  margin-bottom: 0 !important;
}

.box-blue .pure-u-1 {
  margin-bottom: 40px;
}

.inner-blue  {
  background: #e6eff4;
  height: 100%;
  padding: 40px;
}

.inner-blue img {
  display: block;
  margin: 0 auto 20px;
}

.img-80 {
  width: 80%;
  margin: 0 auto 20px;
}

.inner-blue h3 {
  color: #466d7f;
  text-align: center;
}

.inner-blue h4 {
  color: #466d7f;
  margin: 25px 0 10px;
}

.inner-blue h4.circle {
  color: #333;
}

.inner-blue *:first-child {
  margin-top: 0;
}

/* 魅力あふれる授業紹介 */
/*
.box-h4 {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.box-h4 h4 {
  margin: 0;
  padding: 0 0 0 15px;
}

.box-h4 img {
  width: 80px;
  height: 62.5px;
  margin: 15px 0;
  padding-bottom: 5px;
}

.cont-jugyou .pure-u-1 {
  margin-bottom: 50px;
}

.post-27073 .p-small {
  line-height: 1.2;
}
*/


/* 研究の特色 */

.pg-research-features .oc-pure-g {
  margin: 0 -10px;
}

.pg-research-features .pure-u-1-2 {
  padding: 0 10px;
}

.oc-research03,
.oc-research04,
.oc-research05,
.oc-research06 {
  position: relative;
}

.oc-research03 img,
.oc-research04 img,
.oc-research05 img,
.oc-research06 img {
  display: block;
}

.oc-research03-img {
  position: absolute;
  bottom: 10%;
  right: 3.5%;
  display: block;
  width: 22%;
}

.oc-research04-img {
  position: absolute;
  top: 0;
  right: 3.5%;
  display: block;
  width: 28%;
}

.oc-research05-img {
  position: absolute;
  bottom: 19%;
  right: 9%;
  display: block;
  width: 48%;
}

.oc-research06-img {
  position: absolute;
  top: 7%;
  left: 22.5%;
  display: block;
  width: 18%;
}

/* 動画de学部紹介　トップページ */
.hm-oc-movie {
  background: #ffc8cd;
  padding: 60px 0 100px;
}

.oc-movie-title {
  max-width: 330px !important;
}

@media screen and (max-width:567px) {
  .hm-oc-movie {
    padding: 70px 0 50px;
  }
}

.hm-oc-movie .inner {
  max-width: 1100px;
}

.hm-oc-movie h2 {
  margin: 0 0 30px;
}

.hm-oc-movie .pure-g {
  margin: 0 0 40px;
  justify-content: center;
}

.hm-oc-movie .pure-u-1 {
  padding: 0 15px;
}

.hm-oc-movie .pure-u-1 img {
  max-width: inherit;
  width: 100%;
}

.hm-oc-movie .pure-u-1:nth-child(n + 4) {
  padding: 30px 15px 0;
}

@media screen and (max-width:767px) {
  .hm-oc-movie .pure-u-1:nth-child(n + 4) {
    padding: 0;
  }
  .hm-oc-movie .pure-u-1:nth-child(n + 3) {
    padding: 20px 15px 0;
  }
}

@media screen and (max-width:567px) {
  .hm-oc-movie .pure-u-1:nth-child(n + 3) {
    padding: 0;
  }
  .hm-oc-movie .pure-u-1:nth-child(n + 2) {
    padding: 20px 15px 0;
  }
}

.hm-oc-movie .pure-u-1 p,
.cont-oc-movie .pure-u-1 p {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 6px 0 0;
  text-align: center;
}

.hm-oc-movie .pure-u-1 a,
.cont-oc-movie .pure-u-1 a {
  display: block;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .8);
  padding: 1em;
  border: 3px solid #000;
}


/* 動画de学部紹介 */
.pg-oc-movie .oc-content {
  margin: 80px 0 0;
}

.cont-oc-movie {
  margin: 60px 0 0;
}

.cont-oc-movie .oc-link-white {
  margin: 0;
}

.cont-oc-movie .oc-link-white a {
  border: 0;
  margin: 40px auto 0;
}

.cont-oc-movie a[target="_blank"]::after {
  display: none !important;
}

.cont-oc-movie .pure-g {
  margin: 0 0 40px;
  justify-content: center;
}

.cont-oc-movie .pure-u-1 {
  padding: 0 20px;
}

.cont-oc-movie .pure-u-1:nth-child(n + 3) {
  padding: 40px 20px 0;
}

.cont-oc-movie .pure-u-1 img {
 width: 100%;
}

.cont-oc-movie .pure-u-1 p {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 6px 0 0;
  text-align: center;
}

.cont-oc-movie .pure-u-1 a {
  display: block;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .8);
  padding: 1em;
  border: 3px solid #000;
}

.m-player {
  position: relative;
  overflow: hidden;
}

.text-s {
  font-size: 1.3rem !important;
  line-height: 1.5;
}

.m-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50,50,50,0.5);
}

.m-player::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background:url('/wp/wp-content/themes/u-toyama/oc/images/oc-ico-play.png') no-repeat;
  background-size: contain;
  width: 80px;
  height: 61px;
  z-index: 1;
  opacity: .8;
}

.m-player img {
  display: block;
}

.text-s {	
  font-size: 1.3rem !important;	
  line-height: 1.5;	
}

.cont-oc-movie section {
  padding: 60px 0 80px;
}

.cont-oc-movie section h2 {
  color: #fff;
  margin: 0;
  padding: 60px 0 30px;
  text-align: center;
}

.cont-oc-movie section h2:first-child {
  padding: 0 0 30px;
}

.link-toyama {
  background: #466d7f;
}

.inner-dept-list {
  max-width: 1100px;
}

.dept-list {
  padding: 5px 0 0;
}

.dept-list a {
  border: 3px solid #000;
  position: relative;
  padding: 2.5rem 1rem 2.5rem .8rem !important;
}

.dept-list .link-dev {
  padding: 1.5rem 1rem 2.5rem .8rem !important;
}

.dept-list a::after {
  content: '\f078';
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.dept-list .pure-g {
  justify-content: center;
}

.dept-list .pure-u-1 {
  display: flex;
  padding: 1rem;
}

.dept-list a {
  color: #fff !important;
  display: block;
  padding: 1.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  min-height: 80px;
  line-height: 1.2;
}

.dept-list a:hover {
  opacity: .6;
  transition: all .2s;
}

/* 人文学部 */
.movie-toyama {
  background: #466d7f;
}

/* 人文学部 */
.movie-hum {
  background: #f68124;
}

/* 人間発達科学部 */
.movie-dev {
  background: #ffa817;
}

/* 経済学部 */
.movie-eco {
  background: #00664e;
}

/* 理学部 */
.movie-sci {
  background: #5ab751;
}

/* 工学部 */
.movie-engi {
  background: #becc0b;
}

/* 澳门皇家赌场_澳门二十一点-购彩网官网推荐 */
.movie-sus {
  background: #f04d98;
}

/* 医学部 */
.movie-med {
  background: #2ca4dc;
}

/* 薬学部 */
.movie-phar {
  background: #005595;
}

/* 芸術文化学部 */
.movie-art {
  background: #d32047;
}


.btn-movie {
  border: 3px solid #333 !important;
  color: #333 !important;
  display: block;
  font-size: 1.4rem;
  padding: 12px 50px;
  max-width: 400px;
  margin: 20px auto 80px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.cont-oc-movie .btn-movie {
  background: #333 !important;
  border: 0 !important;
  margin: 20px auto -10px !important;
}

.cont-oc-movie .btn-movie a {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
}

.btn-movie:hover {
  opacity: .6;
  transition: all .2s;
}

@media screen and (max-width:767px) {
  body {
    margin-top: 0;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .entry-oc-header-dept {
    height: 420px;
  }
  .entry-oc-header-dept::after {
    width: 400px;
    top: 150px;
    transform: translate(-50%, 0);
  }
  .entry-oc-header-dept h1 {
/*     top: 50%; */
/*     margin: 0; */
  }
  .oc-header p {
    white-space: nowrap;
  }
  .oc-header,
  .pg-opencampus .oc-header {
    padding: 15px 10px 10px;
  }
  .entry-oc-header-other h1 {
    margin: 0 20px;
  }
  .oc-title {
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px);
  }
  .main_moji {
    max-width: 45%;
  }
  .main_first,
  .main_second,
  .main_haikei {
    max-width: 100%;
  }
  .main_fukidashi {
    top: 20px !important;
    max-width: 50%;
  }
  .oc-menu-btn {
    position: fixed;
    right: 0;
    left: inherit;
  }
  .oc-menu {
    width: 100%;
    right: -100%;
  }
  .oc-news {
    margin: 30px 1rem 0;
  }
  .list-oc li,
  .list-oc .ent-date,
  .list-oc .ent-title {
    display: block;
  }
  .oc-schedule {
    padding: 30px 0;
  }
  .oc-anchor .pure-g {
    padding: 0 .5em;
    justify-content: center;
  }
  .oc-anchor .pure-u-1-3 {
    padding: .5em;
  }
  .oc-lead p {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .oc-lead-inner {
    background: none;
    min-height: 300px;
  }
  .oc-lead-inner img {
    display: none;
  }
  .fukidasi_gakubu {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .cont-gakubu .pure-g {
    background-size: cover;
    padding: 10px 10px 10px 25px;
  }
  .oc-online {
    padding: 100px 0;
  }
  .oc-check a {
    padding-top: 40px;
  }
  .oc-check a::after {
    height: 300px;
  }
  .oc-content-other {
    margin: 50px 20px;
  }
  .entry-oc-header-other h1 {
    padding: 80px 0;
  }
  .oc-course h3 {
    margin: 40px 0 0;
  }
  .oc-course h4 {
    margin: 0;
  }
  .oc-link-blue a {
    padding: 10px 20px;
  }
  .oc-link-pdf a {
    margin: 20px 10px 0;
  }
  .cont-oc-movie .pure-u-1:nth-child(n + 2) {
    padding: 30px 20px 0;
  }
}

@media screen and (max-width:567px) {
  .oc-for-pc {
    display: none !important;
  }
  .oc-for-sp {
    display: block !important;
  }
  .btn-oc-application {
    font-size: 1.2rem;
    width: 90px;
    height: 90px;
    right: 15px;
    bottom: 15px;
    padding: 20px 0;
  }
  .oc-lead p {
    font-size: 1.5rem;
    max-width: 80%;
  }
  .oc-lead-inner {
    background: none;
    min-height: 250px;
  }
  .oc-online p {
    font-size: 1.5rem;
  }
  .oc-check p:last-child {
    margin: 0;
  }
  .entry-oc-header-other h1 {
    margin: 0 auto;
    max-width: 300px;
  }
  .oc-menu > ul {
    padding: 50px 50px 160px;
  }
  .oc-movie::after {
    font-size: 600%;
  }
  .oc-link-blue a {
    width: 90%;
    font-size: 1.5rem;
  }
  .oc-link-white a {
    width: 90%;
    font-size: 1.3rem;
  }
  .oc-life,
  .oc-features {
    padding: 70px 0 30px;
  }
  .oc-life .pure-u-1,
  .oc-features .pure-u-1 {
    margin-bottom: 50px;
  }
  .oc-life h3,
  .oc-features h3 {
    height: auto;
  }
}

@media screen and (max-width:400px) {
  .oc-menu ul .oc-menu-title {
    font-size: 1.65rem;
  }
}

/* アニメーション */
.fluffy {
  animation: fluffy1 2.5s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/*
.fluffy2 {
  animation: fluffy2 2.5s ease infinite;
}

@keyframes fluffy2 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}
*/

.fluffy3 {
  animation: fluffy3 4s linear infinite;
}

@keyframes fluffy3 {
  0% , 100%{
      transform: rotate(8deg);
  }
  50%{
      transform: rotate(-8deg);
  }
}

/* 基本のスタイル */
 .delighter {
  transition: all .3s ease-out;
  transform: translateY(60px);
  opacity: 0;
 }

/* スタート時のスタイル */
 .delighter.started {
  transform: none;
  opacity: 1;
 }

/* エンド時のスタイル */
 .delighter.started.ended {
 }
