<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*基本ベタカラー*/
/*ナビカラー*/
/*大体大カラー明るい水色*/
/*@mixin Bg01{
	background: #e0e2e3;
	position:relative;
	overflow:hidden;
	&amp;:before,&amp;:after{
		content: "";
		position: absolute;
		top: 0;
		z-index:1;
		background: #f3f3f3;
		display: block;
	}
	&amp;:before{
		width: 1400px;
		height: 2000px;
		left: 50%;
		transform: skew(-45deg);
		margin-left: -1100px;
	}
	&amp;:after{
		width: 100%;
		left: 50%;
		bottom: 0;
	}
}*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_cont .bread {
  z-index: 5;
  position: relative;
}

/*-------------------------
  hd_area
-------------------------*/
#hd_area {
  position: relative;
  padding-top: 35px;
}

#hd_area .hd03 {
  padding: 0 130px;
}

#hd_area .hd03 .page {
  bottom: 17px;
}

#hd_area .labl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0085ce;
  background: #fff;
  line-height: 1.3;
  display: inline-block;
  padding: 3px 25px;
  letter-spacing: normal;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  position: absolute;
  left: 50%;
  top: 0;
  /*margin-left: -180px;*/
  margin-left: -210px;
}

#hd_area .labl span {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  display: inline-block;
}

#hd_area .capacity {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.42;
  position: absolute;
  top: 50%;
  right: 15px;
  padding-top: 23px;
  margin-top: -70px;
}

#hd_area .capacity .en {
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  color: #0085ce;
}

.hd03 h1 span {
	font-size: 1.8rem;
	padding-left:1rem;
}

@media only screen and (max-width: 767px) {
  #hd_area {
    padding-top: 30px;
    text-align: center;
  }
  #hd_area .hd03 {
    padding: 0 52px;
  }
  #hd_area .hd03 .sub {
    bottom: 28px;
  }
  #hd_area .hd03 .page {
    bottom: 0;
  }
  #hd_area .labl {
    position: static;
    text-align: center;
    font-size: 1.2rem;
    padding: 3px 25px;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  #hd_area .capacity {
    width: 70px;
    height: 70px;
    font-size: 1.1rem;
    line-height: 1.1;
    right: 10px;
    padding-top: 18px;
  }
  #hd_area .capacity .en {
    font-size: 2.2rem;
  }
  .hd03 h1 span {
	font-size: 1.4rem;
	padding-left:0;
	display:block;
  }
}

/*-------------------------
  message_sec
-------------------------*/
#main_cont .message_sec {
  margin-bottom: 80px;
}

#main_cont .message_sec .box01 {
  font-weight: 500;
  font-size: 1.4rem;
}

#main_cont .message_sec .box01 .ttl {
  padding-top: 10px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
  color: #0085ce;
}

#main_cont .message_sec .box01 .inner {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#main_cont .message_sec .box01 .img_area {
  width: 240px;
  text-align: center;
}

#main_cont .message_sec .box01 .img_area .img {
  margin-bottom: 15px;
}

#main_cont .message_sec .box01 .img_area .img img {
  width: 100%;
  height: auto;
}

#main_cont .message_sec .box01 .img_area .name {
  line-height: 1.3;
}

#main_cont .message_sec .box01 .img_area .name span {
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 5px;
}

#main_cont .message_sec .box01 .txt_area {
  width: calc(100% - 260px);
  max-width: 555px;
}

#main_cont .message_sec .box01 .txt_area .catch {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.61;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #main_cont .message_sec {
    margin-bottom: 50px;
  }
  #main_cont .message_sec .box01 {
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
  #main_cont .message_sec .box01 .ttl {
    padding-top: 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #main_cont .message_sec .box01 .inner {
    display: block;
  }
  #main_cont .message_sec .box01 .img_area {
    width: 200px;
    margin: 0 auto;
  }
  #main_cont .message_sec .box01 .img_area .img {
    margin-bottom: 12px;
  }
  #main_cont .message_sec .box01 .img_area .name {
    margin-bottom: 10px;
  }
  #main_cont .message_sec .box01 .img_area .name span {
    font-size: 1.8rem;
  }
  #main_cont .message_sec .box01 .txt_area {
    width: 100%;
    max-width: inherit;
  }
  #main_cont .message_sec .box01 .txt_area .catch {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

/*-------------------------
  relation_link
-------------------------*/
#main_cont #relation_link {
  background: #ebebeb;
  padding: 60px 0 80px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: -120px;
}

#main_cont #relation_link .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main_cont #relation_link .gakubu {
  border-bottom: 1px solid #fff;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

#main_cont #relation_link .gakubu .en {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  font-style: italic;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin-left: 12px;
}

#main_cont #relation_link .gakubu a {
  display: inline-block;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat right 20px;
  background-size: 6px auto;
  padding-right: 20px;
}

#main_cont #relation_link .btn03 a {
  background-size: 6px auto;
  background-position: right 23px center;
}

#main_cont #relation_link .gakubu .kaisetu{
	font-size: 1.3rem;
	letter-spacing: 0;
	display:block;
}
/*
#main_cont #relation_link .box:nth-of-type(1) {
  width: 65.5%;
}

#main_cont #relation_link .box:nth-of-type(1) .btn03 li {
  width: 47.3%;
}

#main_cont #relation_link .box:nth-of-type(2) {
  width: 31%;
}

#main_cont #relation_link .box:nth-of-type(2) .btn03 li {
  width: 100%;
}
*/

#main_cont #relation_link .box {
  width: 48%;
}
#main_cont #relation_link .box .btn03 li {
  width: 100%;
}

@media only screen and (max-width: 945px) {
  #main_cont #relation_link .gakubu .en {
    display: block;
    margin: -10px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #main_cont #relation_link {
    padding: 30px 0 40px;
    margin-bottom: -50px;
  }
  #main_cont #relation_link .innerWrap {
    display: block;
  }
  #main_cont #relation_link .gakubu {
    font-size: 1.9rem;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
  #main_cont #relation_link .gakubu .en {
    font-size: 1.0rem;
    margin-left: 5px;
    display: inline-block;
  }
  #main_cont #relation_link .gakubu a {
    display: block;
    background-position: right 20px center;
    padding-right: 28px;
  }
  #main_cont #relation_link .btn03 {
    display: block;
  }
  #main_cont #relation_link .btn03 li {
    margin-bottom: 10px;
  }
  #main_cont #relation_link .btn03 a {
    background-position: right 20px center;
    font-size: 1.3rem;
  }
  #main_cont #relation_link .box:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  #main_cont #relation_link .box:nth-of-type(1) .btn03 li {
    width: 100%;
  }
  #main_cont #relation_link .box:nth-of-type(2) {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  main_sec
-------------------------*/
.page_index #main_sec .block {
  position: relative;
  padding: 105px 0 135px;
  z-index: 0;
}

.page_index #main_sec .block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}

.page_index #main_sec .block h2 {
  margin-bottom: 48px;
}

.page_index #main_sec .block .link {
  text-align: center;
  position: relative;
  z-index: 2;
}

.page_index #main_sec .block .link span {
  line-height: 1;
  display: block;
}

.page_index #main_sec .block .link .ja {
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow05.png) no-repeat right 28px;
  background-size: 36px auto;
  padding: 5px 63px;
  font-size: 6.8rem;
  font-family: "YakuHanJPs", "游ゴシック Light", YuGothic, "游ゴシック体", "Yu Gothic Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, Arial, sans-serif;
  font-weight: 200;
  text-indent: -0.1em;
}

.page_index #main_sec .block .link .en {
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  padding-top: 11px;
  text-indent: -0.3em;
}

.page_index #main_sec .block .link .note {
  font-weight: 200;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-top: 26px;
  text-indent: -0.3em;
}

.page_index #main_sec .block .link a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
}

.page_index #main_sec .block .box .link .ja {
  background-position: right 3px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 3rem;
  font-weight: 700;
  font-family: "YakuHanJPs", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, Arial, sans-serif;
}

.page_index #main_sec .block .box .link .en {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding-top: 5px;
  text-indent: -0.15em;
}

.page_index #main_sec .box {
  background: no-repeat center center;
  background-size: cover;
  height: 420px;
  position: relative;
  padding-top: 120px;
  margin-bottom: 70px;
}
.page_index #main_sec .box:last-of-type {
  margin-bottom: 0;
}

.page_index #main_sec .box .btn_wrap {
  text-align: center;
  padding: 8px 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page_index #main_sec .box .txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 9px;
  letter-spacing: 0.1em;
}

.page_index #main_sec .box .btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_index #main_sec #sport_box .btn01:first-of-type{
	margin-bottom:22px;
}

.page_index #main_sec .box .btn01 li {
  width: 31%;
  padding: 0 10px;
}

.page_index #main_sec .box .btn01 a {
  width: 100%;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  border: 1px solid #fff;
  padding: 12px 0;
  min-height: 80px;
  height: 100%;
  background: #fff;
}

.page_index #main_sec .box .btn01 a p {
  line-height: 1.37;
  background: no-repeat right 20px center;
  background-size: 6px auto;
  padding: 0 25px 0 18px;
}

.page_index #main_sec .box .btn01 a:hover {
  color: #fff !important;
}

.page_index #main_sec .box .btn01 a:hover p {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow06.png) !important;
}

.page_index #main_sec #physical_block {
  background: #215887;
}

.page_index #main_sec #physical_block:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_p.jpg);
}

.page_index #main_sec #physical_block #sport_box {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_s.jpg);
  height:540px;
}

.page_index #main_sec #physical_block #sport_box .btn_wrap {
  background: rgba(19, 74, 103, 0.8);
}

.page_index #main_sec #physical_block #sport_box .btn01 a {
  color: #115577;
}

.page_index #main_sec #physical_block #sport_box .btn01 a:after {
  background: #115577;
}

.page_index #main_sec #physical_block #sport_box .btn01 a p {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_s.png);
}

.page_index #main_sec #physical_block #sport_m_box {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_sm.jpg);
}

.page_index #main_sec #physical_block #sport_m_box .btn_wrap {
  background: rgba(62, 43, 75, 0.8);
}

.page_index #main_sec #physical_block #sport_m_box .btn01 a {
  color: #553377;
}

.page_index #main_sec #physical_block #sport_m_box .btn01 a:after {
  background: #553377;
}

.page_index #main_sec #physical_block #sport_m_box .btn01 a p {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_sm.png);
}

.page_index #main_sec #education_block {
  background: #e3ab79;
  padding: 107px 0 144px;
}

.page_index #main_sec #education_block:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_e.jpg);
}

.page_index #main_sec #education_block .box {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_e_s.jpg);
  height: 440px;
}

.page_index #main_sec #education_block .box .btn_wrap {
  background: rgba(198, 80, 6, 0.8);
}

.page_index #main_sec #education_block .box .btn01 a {
  color: #e07010;
}

.page_index #main_sec #education_block .box .btn01 a:after {
  background: #e07010;
}

.page_index #main_sec #education_block .box .btn01 a p {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_e.png);
}

.page_index #main_sec #graduate_block {
  background: #559666;
  padding: 136px 0 90px;
}

.page_index #main_sec #graduate_block:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/bg_g.jpg);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .page_index #main_sec .block {
    padding: 50px 0 70px !important;
  }
  .page_index #main_sec .block h2 {
    margin-bottom: 30px;
  }
  .page_index #main_sec .block .link .ja {
    background-size: 25px auto;
    background-position: right 21px !important;
    padding: 5px 37px;
    font-size: 4.8rem;
    display: inline-block;
  }
  .page_index #main_sec .block .link .en {
    font-size: 1.3rem;
    padding-top: 8px;
  }
  .page_index #main_sec .block .link .note {
  font-size: 1.3rem;
  padding-top: 16px;
  }
  .page_index #main_sec .block .link a {
    padding: 10px 12px;
  }
  .page_index #main_sec .block .box .link {
    padding: 55px 0 40px;
  }
  .page_index #main_sec .block .box .link .ja {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-left: 35px;
    padding-right: 35px;
    background-position: right center !important;
  }
  .page_index #main_sec .block .box .link .en {
    font-size: 1.2rem;
    margin-top: 0;
    line-height: 1.2;
  }
  .page_index #main_sec .box {
    background: no-repeat center top;
    background-size: 170% auto;
    height: auto !important;
    padding-top: 0;
    margin-bottom: 40px;
    position: static;
  }
  .page_index #main_sec .box .btn_wrap {
    padding: 10px 20px 10px;
    position: static;
  }
  .page_index #main_sec .box .txt {
    font-size: 1.5rem;
  }
  .page_index #main_sec .box .btn01 {
    display: block;
  }
  .page_index #main_sec .box .btn01 li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .page_index #main_sec .box .btn01 a {
    width: 100%;
    font-size: 1.5rem;
    min-height: 70px;
  }
  .page_index #main_sec #physical_block::after {
    background-position: -302px center;
  }
  .page_index #main_sec #physical_block #sport_m_box .link {
    padding: 31px 0 17px;
  }
  .page_index #main_sec #graduate_block {
    padding: 53px 0 22px !important;
    height: 200px;
  }
  .page_index #main_sec #physical_block #sport_box{
    height: auto !important;
  }
  .page_index #main_sec #sport_box .btn01:first-of-type{
	margin-bottom:10px;
  }
}

@media only screen and (max-width: 360px) {
  .page_index #main_sec .block .link .ja {
    font-size: 3.8rem;
  }
  .page_index #main_sec .block .box .link {
    padding: 20px 5px 16px !important;
  }
  .page_index #main_sec .block .box .link .ja {
    font-size: 2rem;
  }
  .page_index #main_sec #education_block .link {
    padding: 41px 5px 37px !important;
  }
}

/*-------------------------
  bnr_link
-------------------------*/
.page_index #bnr_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_index #bnr_link ul li {
  width: 50%;
  text-align: center;
}

.page_index #bnr_link ul a {
  display: block;
  height: 400px;
}

.page_index #bnr_link ul a .catch {
  line-height: 1.4;
}

.page_index #bnr_link ul .active a {
  color: #fff;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/department/active_img.png) no-repeat center bottom, url(/wp/wp-content/themes/ouhs_main/assets/img/department/active_bg.png) no-repeat left bottom #142d53;
  padding-top: 87px;
}

.page_index #bnr_link ul .active a .catch {
  font-size: 2rem;
  letter-spacing: 0.41em;
  font-family: "YakuHanJPs", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 700;
  margin-bottom: 25px;
  font-weight: 400;
  padding-left: 8px;
  color: #f6f6f6;
}

.page_index #bnr_link ul .person a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/department/person_bg_l.png) no-repeat left top, url(/wp/wp-content/themes/ouhs_main/assets/img/department/person_bg_r.png) no-repeat right bottom, url(/wp/wp-content/themes/ouhs_main/assets/img/department/person_main_bg.jpg) repeat-x center top;
  padding-top: 121px;
}

.page_index #bnr_link ul .person a .catch {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-shadow: 5px 5px 10px #ffffff;
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .page_index #bnr_link ul {
    display: block;
  }
  .page_index #bnr_link ul li {
    width: 100%;
  }
  .page_index #bnr_link ul a {
    height: 200px;
    padding: 10px;
  }
  .page_index #bnr_link ul a .catch {
    line-height: 1.4;
  }
  .page_index #bnr_link ul .active a {
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/department/active_img.png) no-repeat center bottom, url(/wp/wp-content/themes/ouhs_main/assets/img/department/active_bg.png) no-repeat left bottom #142d53;
    background-size: auto 73px,auto 200px;
    padding-top: 30px;
  }
  .page_index #bnr_link ul .active a .catch {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page_index #bnr_link ul .active a .ttl img {
    width: auto;
    height: calc(92px * 0.7);
  }
  .page_index #bnr_link ul .person a {
    background-size: auto 140px,auto 80px,auto 200px;
    padding-top: 30px;
  }
  .page_index #bnr_link ul .person a .catch {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .page_index #bnr_link ul .person a .ttl img {
    width: auto;
    height: calc(132px * 0.7);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■教員一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  tab_area
-------------------------*/
.page_teacher_index .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.page_teacher_index .tab_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49%;
  border: 1px solid #3c3c3c;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.page_teacher_index .tab_area li.active, .page_teacher_index .tab_area li:hover {
  color: #fff;
  background: #3c3c3c;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 767px) {
  .page_teacher_index .tab_area li {
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}

/*-------------------------
  menu
-------------------------*/
.page_teacher_index .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #3c3c3c;
  padding: 19px 10px 14px;
  margin-bottom: 75px;
}

.page_teacher_index .menu li {
  color: #fff;
  font-weight: 700;
  padding: 0 13px;
  margin-bottom: 5px;
}

.page_teacher_index .menu li a, .page_teacher_index .menu li span {
  display: inline-block;
  padding: 0 20px;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_anchor.png) no-repeat right center;
  background-size: 10px auto;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}

.page_teacher_index .menu li a:hover, .page_teacher_index .menu li span:hover {
  background-position: right 63%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page_teacher_index .menu li.active a, .page_teacher_index .menu li.active span {
  color: #0085ce;
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_anchor_act.png);
}

@media only screen and (max-width: 767px) {
  .page_teacher_index .menu {
    padding: 10px 5px 6px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page_teacher_index .menu li {
    padding: 0 2px;
    font-size: 1.3rem;
  }
  .page_teacher_index .menu li a, .page_teacher_index .menu li span {
    padding: 0 18px;
    background-size: 8px auto;
    -webkit-transition: none;
    transition: none;
  }
  .page_teacher_index .menu li a:hover, .page_teacher_index .menu li span:hover {
    background-position: right center;
    -webkit-transition: none;
    transition: none;
  }
  .page_teacher_index .tab_cont01 .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*-------------------------
  tab_cont
-------------------------*/
.page_teacher_index .tab_cont .block {
  margin-bottom: 55px;
}

.page_teacher_index .tab_cont .block:last-of-type {
  margin-bottom: 0;
}

.page_teacher_index .tab_cont .main_ttl {
  color: #0085ce;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.page_teacher_index .tab_cont .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  border: 1px solid #194486;
  padding: 10px 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .page_teacher_index .tab_cont .block {
    margin-bottom: 40px;
  }
  .page_teacher_index .tab_cont .main_ttl {
    font-size: 1.8rem;
  }
  .page_teacher_index .tab_cont .ttl {
    font-size: 1.5rem;
    padding: 6px 15px;
    margin-bottom: 30px;
  }
}

/*-------------------------
  list
-------------------------*/
.page_teacher_index #main_sec .list,
.postgraduate_index .teacher_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.62% 3px;
}

.page_teacher_index #main_sec .list li,
.postgraduate_index .teacher_list li {
  width: 18.75%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0.62% 27px;
}

.page_teacher_index #main_sec .list .name,
.postgraduate_index .teacher_list .name {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_teacher_index #main_sec .list .en,
.postgraduate_index .teacher_list .en {
  color: #0085ce;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 5px;
}

.page_teacher_index #main_sec .list .possion,
.postgraduate_index .teacher_list .possion {
  color: #fff;
  letter-spacing: 0.05em;
  width: 46px;
  padding: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: -10px;
}

.page_teacher_index #main_sec .list .possion.possion01,
.postgraduate_index .teacher_list .possion.possion01 {
  background: #0c3448;
}

.page_teacher_index #main_sec .list .possion.possion02,
.postgraduate_index .teacher_list .possion.possion02 {
  background: #12598a;
}

.page_teacher_index #main_sec .list .possion.possion03,
.postgraduate_index .teacher_list .possion.possion03 {
  background: #2f3678;
}

.page_teacher_index #main_sec .list .possion.possion04,
.postgraduate_index .teacher_list .possion.possion04 {
  background: #277;
}

.page_teacher_index #main_sec .list a,
.postgraduate_index .teacher_list a {
  background-image: none;
}

.page_teacher_index #main_sec .list a .in,
.postgraduate_index .teacher_list a .in {
  padding: 20px;
  min-height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page_teacher_index #main_sec .list a .in p.en, .page_teacher_index #main_sec .list a .in p.txt,
.postgraduate_index .teacher_list a .in p.en,
.postgraduate_index .teacher_list a .in p.txt {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .page_teacher_index #main_sec .list,
  .postgraduate_index .teacher_list {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page_teacher_index #main_sec .list li,
  .postgraduate_index .teacher_list li {
    width: 48%;
    margin: 0 0 20px;
  }
  .page_teacher_index #main_sec .list .name,
  .postgraduate_index .teacher_list .name {
    font-size: 1.5rem;
  }
  .page_teacher_index #main_sec .list .en,
  .postgraduate_index .teacher_list .en {
    margin-bottom: 4px;
  }
  .page_teacher_index #main_sec .list .possion,
  .postgraduate_index .teacher_list .possion {
    font-size: 1rem;
    width: 40px;
  }
  .page_teacher_index #main_sec .list a,
  .postgraduate_index .teacher_list a {
    font-size: 1.1rem;
  }
  .page_teacher_index #main_sec .list a .in,
  .postgraduate_index .teacher_list a .in {
    padding: 12px;
    min-height: 100px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■教員紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  main_sec
-------------------------*/
.page_teacher #main_sec {
  margin-bottom: 77px;
}

.page_teacher #main_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_teacher #main_sec .img_area {
  width: 300px;
}

.page_teacher #main_sec .img_area .img {
  width: 100%;
  height: 375px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.page_teacher #main_sec .txt_area {
  width: calc(100% - 380px);
  padding-top: 10px;
}

.page_teacher #main_sec .hd {
  overflow: hidden;
  margin-bottom: 30px;
}

.page_teacher #main_sec .hd .position {
  float: left;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #153b76;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 0;
}

.page_teacher #main_sec .hd .position:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 74px solid transparent;
  border-right: 74px solid #194486;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page_teacher #main_sec .hd .name {
  padding-left: 103px;
  padding-top: 8px;
}

.page_teacher #main_sec .hd .name h2 {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 3px;
}

.page_teacher #main_sec .hd .name h2 .kana {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 18px;
}

.page_teacher #main_sec .hd .name .en {
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

.page_teacher #main_sec .hd .positiontax {
  font-size: 1.3rem;
  margin-top: 22px;
  line-height: 1.7;
}

.page_teacher #main_sec .hd .positiontax li {
  margin-bottom: 5px;
}

.page_teacher #main_sec .hd .positiontax li:last-of-type {
  margin-bottom: 0;
}

.page_teacher #main_sec .detail {
  line-height: 1.71;
  overflow: hidden;
  margin-bottom: 32px;
}

.page_teacher #main_sec .detail dt, .page_teacher #main_sec .detail dd {
  padding: 12px 0;
}

.page_teacher #main_sec .detail dt {
  float: left;
  clear: left;
  font-weight: 700;
}

.page_teacher #main_sec .detail dd {
  padding-left: 105px;
  border-bottom: 1px solid #ddd;
}

.page_teacher #main_sec .btn01 a {
  margin: 0;
  width: 295px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .page_teacher #main_sec {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .page_teacher #main_sec .inner {
    display: block;
  }
  .page_teacher #main_sec .img_area {
    width: 200px;
    margin: 0 auto;
  }
  .page_teacher #main_sec .img_area .img {
    height: 250px;
  }
  .page_teacher #main_sec .txt_area {
    width: 100%;
    padding-top: 38px;
  }
  .page_teacher #main_sec .hd {
    margin-bottom: 20px;
  }
  .page_teacher #main_sec .hd .position {
    font-size: 1.3rem;
    width: 60px;
    height: 60px;
  }
  .page_teacher #main_sec .hd .position:after {
    border-top: 60px solid transparent;
    border-right: 60px solid #194486;
  }
  .page_teacher #main_sec .hd .name {
    padding-left: 75px;
    padding-top: 0;
  }
  .page_teacher #main_sec .hd .name h2 {
    font-size: 2.3rem;
    margin-bottom: 3px;
  }
  .page_teacher #main_sec .hd .name h2 .kana {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 5px;
  }
  .page_teacher #main_sec .hd .name .en {
    font-size: 1.2rem;
  }
  .page_teacher #main_sec .hd .positiontax {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .page_teacher #main_sec .hd .positiontax li {
    margin-bottom: 3px;
  }
  .page_teacher #main_sec .detail {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .page_teacher #main_sec .detail dt, .page_teacher #main_sec .detail dd {
    padding: 10px 0;
  }
  .page_teacher #main_sec .detail dd {
    padding-left: 83px;
  }
  .page_teacher #main_sec .btn01 a {
    margin: 0 auto;
    width: 250px;
    font-size: 1.3rem;
  }
}

/*-------------------------
  information_sec
-------------------------*/
.page_teacher #information_sec {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding-top: 61px;
  padding-bottom: 0;
}

.page_teacher #information_sec .message {
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}

.page_teacher #information_sec .message .en {
  color: #0085ce;
  font-size: 2.1rem;
  line-height: 1;
  font-style: italic;
  margin-bottom: 12px;
  font-weight: 600;
}

.page_teacher #information_sec .message .txt {
  font-size: 1.8rem;
  font-family: "YakuHanJPs", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 700;
}

.page_teacher #information_sec .other {
  border-top: 2px solid #f3f3f3;
}

.page_teacher #information_sec .other .box dl dt {
  width: 250px;
}

.page_teacher #information_sec .other .box dl dd {
  width: calc(100% - 250px);
}

.page_teacher #information_sec .other .box:last-of-type {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .page_teacher #information_sec {
    padding-top: 35px;
  }
  .page_teacher #information_sec .message {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .page_teacher #information_sec .message .en {
    font-size: 1.8rem;
  }
  .page_teacher #information_sec .message .txt {
    font-size: 1.6rem;
  }
  .page_teacher #information_sec .other {
    border-top-width: 1px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■T [active]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  COMMON
-------------------------*/
.page_t_active #main_cont:before, .page_t_active #main_cont:after {
  content: "";
  border: none;
  width: 50%;
  height: 100%;
  top: -30px;
  z-index: -1;
  bottom: auto;
}

.page_t_active #main_cont:before {
  background: #0b1a37;
  left: auto;
  right: 0;
  bottom: auto;
}

.page_t_active #main_cont:after {
  background: #0b1a37;
  left: 0;
  right: auto;
}

.page_t_active #main_cont .main_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/bg01.png) repeat-y center top;
  z-index: 1;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page_t_active #other_page02 {
  background: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .page_t_active #main_cont .main_inner:before {
    background-size: 100% auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━
	●T [active]　一覧
━━━━━━━━━━━━━━━━━━━ */
#t_active_list {
  padding-bottom: 1px;
}

#t_active_list h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 58px;
}

#t_active_list .h1p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.53;
  color: #fff;
  font-weight: 700;
  margin-bottom: 72px;
}

#t_active_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#t_active_list ul li {
  margin-bottom: 40px;
  width: 48.43%;
}

#t_active_list ul a {
  display: block;
  background: #fff;
  height: 100%;
}

#t_active_list ul .img {
  position: relative;
  line-height: 1;
  z-index: 0;
}

#t_active_list ul .img:before {
  content: "";
  display: block;
  padding-bottom: 46%;
}

#t_active_list ul .img img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#t_active_list ul .txt_area {
  padding: 17px 33px;
}

#t_active_list ul .txt_area .catch {
  font-weight: 700;
  font-size: 1.6rem;
  color: #142d53;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 5px;
}

#t_active_list ul .txt_area .en {
  font-style: italic;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 2px;
}

#t_active_list ul .txt_area .name {
  font-size: 1.6rem;
  margin-bottom: 11px;
  line-height: 1.4;
}

#t_active_list ul .txt_area .name span {
  font-size: 2rem;
  margin-right: 15px;
}

#t_active_list ul .txt_area .tag {
  color: #fff;
  line-height: 1;
}

#t_active_list ul .txt_area .tag span {
  padding: 6px 8px;
  font-size: 1.1rem;
  background: #0085ce;
  display: inline-block;
  margin: 0 5px 5px 0;
}

#t_active_list .btn02 a {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  #t_active_list {
    padding-bottom: 0;
  }
  #t_active_list h1 {
    margin-bottom: 30px;
  }
  #t_active_list h1 img {
    width: auto;
    height: 63px;
  }
  #t_active_list .h1p {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
  #t_active_list ul {
    display: block;
    margin-bottom: 40px;
  }
  #t_active_list ul li {
    margin-bottom: 30px;
    width: 100%;
  }
  #t_active_list ul .txt_area {
    padding: 15px 25px;
  }
  #t_active_list ul .txt_area .catch {
    font-size: 1.5rem;
    line-height: 1.26;
  }
  #t_active_list ul .txt_area .en {
    font-size: 2.9rem;
  }
  #t_active_list ul .txt_area .name {
    font-size: 1.4rem;
  }
  #t_active_list ul .txt_area .name span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  #t_active_list ul .txt_area .tag span {
    padding: 3px 4px;
    font-size: 1.1rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━
	●T [active]　詳細
━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  main_img
-------------------------*/
.page_t_active #main_img {
  position: relative;
  max-width: 1520px;
  margin: 0 auto 32px;
}

.page_t_active #main_img h1 {
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.page_t_active #main_img .img {
  max-width: 1400px;
  height: 570px;
  line-height: 1;
  margin: -15px auto 0;
}

.page_t_active #main_img .box {
  position: absolute;
  /*right: 0;*/
  left:0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 31px 40px;
}

.page_t_active #main_img .box .catch {
  color: #142d53;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.52;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_t_active #main_img .box .en {
  font-size: 6.4rem;
  font-weight: 600;
  font-style: italic;
  line-height: 0.85;
  margin-bottom: 9px;
  letter-spacing: 0.08em;
}

.page_t_active #main_img .box .name {
  font-size: 1.6rem;
  line-height: 1.3;
}

.page_t_active #main_img .box .name span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page_t_active #main_img {
    margin-bottom: 25px;
  }
  .page_t_active #main_img h1 img {
    width: auto;
    height: 55px;
  }
  .page_t_active #main_img .img {
    height: 230px;
    margin-top: -6px;
  }
  .page_t_active #main_img .box {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    top: -20px;
    padding: 20px 25px 25px;
  }
  .page_t_active #main_img .box .catch {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .page_t_active #main_img .box .en {
    font-size: 3.9rem;
    line-height: 0.9;
  }
  .page_t_active #main_img .box .name {
    font-size: 1.3rem;
  }
  .page_t_active #main_img .box .name span {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

/*-------------------------
  tag_list
-------------------------*/
.page_t_active #tag_list {
  background: #3c3c3c;
  color: #fff;
  font-weight: 700;
  padding: 20px 5px 10px;
  max-width: 1400px;
  margin: 0 auto;
}

.page_t_active #tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_t_active #tag_list ul li {
  padding: 0 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .page_t_active #tag_list {
    width: calc(100% - 40px);
    margin-top: -30px;
    padding: 10px 0;
  }
  .page_t_active #tag_list ul li {
    font-size: 1.3rem;
    padding: 0 6px;
    margin-bottom: 0;
  }
}

/*-------------------------
  intro_sec
-------------------------*/
.page_t_active #intro_sec {
  text-align: center;
  padding: 92px 0 127px;
}

.page_t_active #intro_sec .txt {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.8;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .page_t_active #intro_sec {
    padding: 45px 0;
  }
  .page_t_active #intro_sec .txt {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.93;
    font-weight: 700;
  }
}

/*-------------------------
  main_sec
-------------------------*/
.page_t_active #main_sec {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page_t_active #main_sec ul {
  counter-reset: number;
}

.page_t_active #main_sec ul li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 10rem;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 0.2;
  border-bottom: 1px solid #fff;
  line-height: 1;
  position: absolute;
  top: -19px;
  left: 0;
  z-index: 2;
}
.page_t_active #main_sec li.right:before {
  left: 0;
  right: auto;
}
.page_t_active #main_sec li.left:before {
  left: auto;
  right: 0;
}
.page_t_active #main_sec li.none:nth-of-type(2n):before {
  left: auto;
  right: 0;
}

.page_t_active #main_sec ul li {
  position: relative;
  margin-bottom: 130px;
  /*min-height: 500px;*/
}
.page_t_active #main_sec ul li.left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.page_t_active #main_sec ul li.right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page_t_active #main_sec ul .none {
}

.page_t_active #main_sec ul .img {
  width: 600px;
/*  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;*/
}

.page_t_active #main_sec ul .right .img {
  margin-left:-60px;
}

.page_t_active #main_sec ul .img img {
  width: 100%;
  height: auto;
}

.page_t_active #main_sec ul .txt_area {
  background: rgba(255, 255, 255, 0.95);
  padding: 0 70px;
  width: 600px;
  /*position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -500px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
.page_t_active #main_sec ul .none .txt_area {
  width:1000px;
  margin: 0 auto;
}
.page_t_active #main_sec ul .left .txt_area {
  margin-left:-60px;
}
.page_t_active #main_sec ul .txt_area .inner {
  padding: 15px 0;
  min-height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page_t_active #main_sec ul .none .txt_area .inner {
  min-height: 330px;
  padding:60px 0;
}

.page_t_active #main_sec ul .txt_area .catch {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  color: #142d53;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page_t_active #main_sec ul .txt_area .txt {
  line-height: 1.79;
}

.page_t_active #main_sec ul .txt_area .btn01 {
  margin-top: 30px;
}

.page_t_active #main_sec ul .txt_area .btn01 a {
  margin: 0;
  width: 240px;
  font-size: 1.4rem;
  font-weight: 700;
}

/*.page_t_active #main_sec li:nth-of-type(2n) .img {
  right: auto;
  left: 0;
}*/

/*.page_t_active #main_sec li:nth-of-type(2n) .txt_area {
  margin-left: -108px;
}*/

@media only screen and (max-width: 1030px) {
  
  .page_t_active #main_sec ul li:before{
    top:-100px;
  }
  .page_t_active #main_sec ul .txt_area {
    padding: 0 40px;
    width: 500px;
    margin-left: 0;
    left: 0;
  }
/*  .page_t_active #main_sec ul li:nth-of-type(2n) .txt_area {
    left: auto;
    right: 0;
  }*/
  .page_t_active #main_sec ul .none .txt_area {
    width:100%;
  }

}

@media only screen and (max-width: 767px) {
  .page_t_active #main_sec {
    margin-bottom: 65px;
  }
  .page_t_active #main_sec ul li:before {
    font-size: 5rem;
    position: static;
  }
  .page_t_active #main_sec ul li {
    position: static;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px;
    height: auto !important;
  }
  .page_t_active #main_sec ul li.left {
    display: block;
  }
  .page_t_active #main_sec ul li.right {
    display: block;
  }
  .page_t_active #main_sec ul .img {
    margin-top: 37px;
    width: 100%;
    position: static;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .page_t_active #main_sec ul .txt_area {
    padding: 35px 33px;
    width: 100%;
    position: relative;
    -webkit-transform: inherit;
    transform: inherit;
    display: block;
    /*margin: 0 !important;*/
    text-align: left;
    top: -5px;
  }
  .page_t_active #main_sec ul .left .txt_area{
    margin-left:0;
  }
  .page_t_active #main_sec ul .right .img{
    margin-left: 0;
  }
  .page_t_active #main_sec ul .none .txt_area {
    margin-top: 37px;
  }
  .page_t_active #main_sec ul .txt_area .inner {
    min-height: inherit;
    display: block;
    padding: 0;
  }
  .page_t_active #main_sec ul .none .txt_area .inner{
    min-height: auto;
    padding:0;
  }
  .page_t_active #main_sec ul .txt_area .catch {
    font-size: 1.7rem;
    margin-bottom: 13px;
    line-height: 1.41;
  }
  .page_t_active #main_sec ul .txt_area .btn01 {
    margin-top: 20px;
  }
  .page_t_active #main_sec ul .txt_area .btn01 a {
    margin: 0 auto;
  }
}

/*-------------------------
  profile_sec
-------------------------*/
.page_t_active #profile_sec {
  margin-bottom: 80px;
}

.page_t_active #profile_sec .box {
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_t_active #profile_sec .box .img {
  width: 300px;
}

.page_t_active #profile_sec .box .img img {
  width: 100%;
  height: auto;
}

.page_t_active #profile_sec .box .txt_area {
  width: calc(100% - 300px);
  padding: 30px 5% 30px 6%;
}

.page_t_active #profile_sec .box .txt_area .en {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.page_t_active #profile_sec .box .txt_area .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.page_t_active #profile_sec .box .txt_area .name .kana {
  font-size: 1.4rem;
  margin-left: 14px;
}

.page_t_active #profile_sec .box .txt_area .txt {
  line-height: 1.71;
	font-size:inherit;
}

.page_t_active #profile_sec .box .txt_area .txt + .small {
  margin-top: 5px;
}

.page_t_active #profile_sec .box .txt_area .small {
  font-size: 1.3rem;
  line-height: 1.6;
}

.page_t_active #profile_sec .box .txt_area .link {
  font-weight: 700;
  margin-top: 15px;
}

.page_t_active #profile_sec .box .txt_area .link a {
  color: #0085ce;
}
.page_t_active #profile_sec article .entry{
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page_t_active #profile_sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
  }
  .page_t_active #profile_sec .box {
    display: block;
    padding: 35px;
  }
  .page_t_active #profile_sec .box .img {
    margin: 0 auto 25px;
    width: 100%;
  }
  .page_t_active #profile_sec .box .txt_area {
    width: 100%;
    padding: 0;
  }
  .page_t_active #profile_sec .box .txt_area .en {
    font-size: 1.3rem;
    margin-bottom: 11px;
  }
  .page_t_active #profile_sec .box .txt_area .name {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .page_t_active #profile_sec .box .txt_area .name .kana {
    font-size: 1.3rem;
    margin-left: 12px;
  }
  .page_t_active #profile_sec .box .txt_area .txt {
    font-size: 1.3rem;
  }
  .page_t_active #profile_sec .box .txt_area .small {
    font-size: 1.1rem;
  }
  .page_t_active #profile_sec .box .txt_area .link {
    margin-top: 17px;
    font-size: 1.3rem;
  }
  .page_t_active #profile_sec .box .txt_area .link a {
    display: block;
  }
}

/*-------------------------
  back_btn
-------------------------*/
.page_t_active .back_btn a {
  color: #fff;
  border-color: #fff;
  width: 240px;
}

.page_t_active .back_btn a:after {
  background: #fff;
}

.page_t_active .back_btn a:hover {
  color: #0e3167;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■T [person]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━
	●#person_sec_list　一覧
━━━━━━━━━━━━━━━━━━━ */
#person_sec_list h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 36px;
}

#person_sec_list .h1p {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  margin-bottom: 75px;
}

#person_sec_list .h1p span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff 0%) repeat scroll 0 0;
}

#person_sec_list ul {
  margin-bottom: 5px;
}

#person_sec_list ul:after {
  content: "";
  width: 32%;
  display: block;
}

#person_sec_list li {
  margin-bottom: 55px;
}

#person_sec_list .btn01 a {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  #person_sec_list {
    margin-top: 25px;
  }
  #person_sec_list h1 {
    margin-bottom: 25px;
  }
  #person_sec_list h1 img {
    width: auto;
    height: 55px;
  }
  #person_sec_list .h1p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 37px;
  }
  #person_sec_list ul:after {
    content: none;
  }
  #person_sec_list li {
    margin-bottom: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━
	●#person_detail　詳細
━━━━━━━━━━━━━━━━━━━ */
#person_detail .btn01 a {
  width: 240px;
}

/*intro_sec*/
#person_detail #intro_sec {
  position: relative;
  margin-bottom: 113px;
}

#person_detail #intro_sec h1 {
  position: absolute;
  top: 0;
  right: 27px;
  z-index: 2;
}

#person_detail #intro_sec .inner {
  padding-top: 23px;
  position: relative;
}

#person_detail #intro_sec .img {
  float: right;
  max-width: 900px;
  height: 650px;
}

#person_detail #intro_sec .txt_area {
  margin-top: 70px;
}

#person_detail #intro_sec .txt_area .catch {
  position: absolute;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 6rem;
  z-index: 0;
  line-height: 1.06;
  font-family: Arial, "YakuHanJP", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, sans-serif;
}

#person_detail #intro_sec .txt_area .catch span.bg {
  background: #df0000;
  padding: 3px 0;
}

#person_detail #intro_sec .txt_area .catch span.txt {
  position: relative;
  z-index: 2;
}

#person_detail #intro_sec .txt_area .catch .sub {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 4px;
}

#person_detail #intro_sec .txt_area .catch .sub + p {
  margin-left: 45px;
}

#person_detail #intro_sec .box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  line-height: 1.3;
  padding: 26px 42px 30px;
  -webkit-box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

#person_detail #intro_sec .box .sub {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 8px;
}

#person_detail #intro_sec .box .name {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}

#person_detail #intro_sec .box .name span {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-right: 5px;
}

#person_detail #intro_sec .box .name .en {
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 400;
  display: block;
}

#person_detail #intro_sec .box .year {
  line-height: 1.71;
}

@media only screen and (max-width: 767px) {
  #person_detail #intro_sec {
    position: static;
    margin: 0 -30px 40px;
  }
  #person_detail #intro_sec h1 {
    right: 20px;
  }
  #person_detail #intro_sec h1 img {
    width: auto;
    height: 29px;
  }
  #person_detail #intro_sec .inner {
    padding-top: 17px;
    position: static;
  }
  #person_detail #intro_sec .img {
    float: none;
    height: auto;
  }
  #person_detail #intro_sec .img img {
    width: 100%;
    height: auto;
  }
  #person_detail #intro_sec .txt_area {
    margin-top: -60px;
    position: relative;
  }
  #person_detail #intro_sec .txt_area .catch {
    position: static;
    font-size: 3.4rem;
    margin-bottom: 34px;
  }
  #person_detail #intro_sec .txt_area .catch .sub {
    font-size: 1.6rem;
  }
  #person_detail #intro_sec .txt_area .catch .sub + p {
    margin-left: 20px;
  }
  #person_detail #intro_sec .box {
    margin: 0 auto;
    position: static;
    padding: 23px 22px;
    width: calc(100% - 40px);
  }
  #person_detail #intro_sec .box .sub {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  #person_detail #intro_sec .box .name {
    font-size: 2.2rem;
    margin-bottom: 7px;
  }
  #person_detail #intro_sec .box .name span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #person_detail #intro_sec .box .name .en {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #person_detail #intro_sec .box .year {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/*detail_sec*/
#person_detail #detail_sec .block {
  margin: 0 auto 90px;
}

#person_detail #detail_sec .entry {
  margin-bottom: 0;
  font-size: 1.4rem;
}

#person_detail #detail_sec .catch {
  font-weight: 700;
  font-size: 2.6rem;
  color: #df0000;
  margin-bottom: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
}

#person_detail #detail_sec .catch span.bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 18%, #fff 0%);
}

#person_detail #detail_sec .catch span.txt {
  line-height: 1.4;
}

#person_detail #detail_sec .img_area {
  width: 46.9%;
}

#person_detail #detail_sec .img_area .caption {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 9px;
}

#person_detail #detail_sec .img_area + .txt_area {
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

#person_detail #detail_sec .img_area + .txt_area .inner {
  width: 46%;
}

#person_detail #detail_sec .img_none {
  max-width: 1000px;
}

#person_detail #detail_sec .img_left .img_area {
  float: left;
}

#person_detail #detail_sec .img_left .txt_area .inner {
  float: right;
}

#person_detail #detail_sec .img_right .img_area {
  float: right;
}

#person_detail #detail_sec .img_right .img_area .caption {
  text-align: right;
}

#person_detail #detail_sec .img_right .txt_area .inner {
  float: left;
}

@media only screen and (max-width: 767px) {
  #person_detail #detail_sec .block {
    margin-bottom: 50px;
  }
  #person_detail #detail_sec .catch {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  #person_detail #detail_sec .catch span.txt {
    line-height: 1.6;
  }
  #person_detail #detail_sec .txt_area p {
    margin-bottom: 10px !important;
  }
  #person_detail #detail_sec .img_area {
    width: 100%;
    float: none !important;
  }
  #person_detail #detail_sec .img_area .caption {
    margin-top: 6px;
  }
  #person_detail #detail_sec .img_area + .txt_area {
    margin: 20px 0 0 0;
    position: relative;
  }
  #person_detail #detail_sec .img_area + .txt_area .inner {
    width: 100%;
    float: none !important;
  }
  #person_detail #detail_sec .img_right .img_area .caption {
    text-align: left;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■学部
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 767px) {
  .page_gakka #hd_area,
  .page_course #hd_area {
    padding-top: 0;
  }
}

/*-------------------------
  main_img 大学院も
-------------------------*/
.page_gakubu #main_img,
#page_postgraduate #main_img {
  height: 520px;
  position: relative;
  text-align: center;
  z-index: 0;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -150px;
  margin-bottom: 80px;
  z-index: 0;
}

.page_gakubu #main_img:after,
#page_postgraduate #main_img:after {
  content: "";
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.page_gakubu #main_img h1,
#page_postgraduate #main_img h1 {
  padding-top: 10px;
}

.page_gakubu #main_img h1 .ja,
#page_postgraduate #main_img h1 .ja {
  font-size: 6.8rem;
  letter-spacing: 0.06em;
  font-family: "YakuHanJPs", "游ゴシック Light", YuGothic, "游ゴシック体", "Yu Gothic Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, Arial, sans-serif;
  font-weight: 200;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
}

.page_gakubu #main_img h1 .en,
#page_postgraduate #main_img h1 .en {
  display: block;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.3em;
  margin-top: 6px;
}

.page_gakubu #main_img .h1p,
#page_postgraduate #main_img .h1p {
  font-size: 2.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 60px;
}

.page_gakubu #main_img .note{
  display: block;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 600;
}

/* 202410追加 */

.page_gakubu #main_img .link_list{
	margin: 25px 0 0 0;
}
.page_gakubu #main_img .h1p{
	margin-top: 20px;
}
.page_gakubu #main_img .link_list ul{
	width:80%;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page_gakubu #main_img .link_list ul li{
	width:33%;
	margin-bottom:5px;
	background-color: rgba(255,255,255,0.8);
	padding:10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page_education #main_img .link_list ul li{
	width:49.8%;
}
.page_gakubu #main_img .link_list ul li .in{
	width: 100%;
}
.page_gakubu #main_img .link_list ul li a{
	color:#000;
	font-size:1.6rem;
	line-height:1.6;
}
.page_gakubu #main_img .link_list ul li:hover{
	background-color: rgba(255,255,255,0.9);
}
@media only screen and (max-width: 767px) {
  .page_gakubu #main_cont,
  #page_postgraduate.postgraduate_index #main_cont {
    padding-top: 0;
  }
  .page_gakubu #main_img,
  #page_postgraduate #main_img {
    /*height: 360px;*/
    height:auto;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page_gakubu #main_img h1 .ja,
  #page_postgraduate #main_img h1 .ja {
    font-size: 4.8rem;
  }
  .page_gakubu #main_img h1 .en,
  #page_postgraduate #main_img h1 .en {
    font-size: 1.3rem;
  }
  .page_gakubu #main_img .h1p,
  #page_postgraduate #main_img .h1p {
    font-size: 1.6rem;
    margin-top: 26px;
  }
  .page_gakubu #main_img .note{
  display: block;
  line-height: 1.6;
  font-size: 1.2rem;
  margin-top: 10px;
  }
  /*#page_sports_health #main_img .h1p{
  margin-top: 15px;
  }*/
	/* 202410追加 */
	
	.page_gakubu #main_img .link_list{
		margin: 15px 0 0 0;
	}
	.page_gakubu #main_img .h1p{
		margin: 15px 0 30px;
	}
	.page_gakubu #main_img .link_list ul{
		width:100%;
		margin:0 auto;
		display: block;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page_gakubu #main_img .link_list ul li{
		width:100%;
		padding:10px 0;
		display: block;
		align-items: center;
		justify-content: center;
	}
	#page_education #main_img .link_list ul li{
		width:100%;
	}
	.page_gakubu #main_img .link_list ul li .in{
		width: 100%;
	}
	.page_gakubu #main_img .link_list ul li a{
		font-size:1.4rem;
		line-height:1.4;
	}  
	}

/*-------------------------
  link_sec
-------------------------*/
.page_gakubu #link_sec {
  text-align: center;
  margin-bottom: 120px;
}

.page_gakubu #link_sec .inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin: 0 -20px 117px;*/
  margin: 0 -20px 57px;
}

.page_gakubu #link_sec .box {
  /*width: 50%;*/
  padding: 0 20px;
}

.page_gakubu #link_sec .link {
  /*margin-bottom: 25px;*/
  margin-bottom: 35px;
}

.page_gakubu #link_sec .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
}

.page_gakubu #link_sec .link .img img {
  width: 100%;
  height: auto;
}

.page_gakubu #link_sec .link h2 {
  padding-top: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: no-repeat right 30px center;
  background-size: 32px auto;
  line-height: 1.3;
}

.page_gakubu #link_sec .link h2 .ja {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_gakubu #link_sec .link h2 .en {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin-top: 4px;
  line-height: 1.4;
}

.page_gakubu #link_sec .txt {
  /*font-size: 1.5rem;*/
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.page_gakubu #link_sec .strong {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #0085ce;
  margin-bottom: 15px;
}

.page_gakubu #link_sec .link_list {
  padding-top: 80px;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow07.png) no-repeat center top;
  background-size: 50px auto;
}

.page_gakubu #link_sec .btn03 {
  /*display: block;*/
  display:flex;
}

.page_gakubu #link_sec .btn03 li {
  /*width: 100%;*/
  width:49.5%;
  margin-bottom: 10px;
}

.page_gakubu #link_sec .btn03 li:last-of-type {
  /*margin-bottom: 0;*/
}

.page_gakubu #link_sec .btn03 a {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-size: 6px auto;
  background-position: right 33px center;
}

.page_gakubu .link_list p.txt {
	margin: 25px 0 0 0;
}

.page_gakubu #link_sec .read_txt {
	font-size: 1.5rem;
	/*padding: 0 30px;*/
	max-width: 800px;
	margin: 0 auto 80px;
	text-align: left;
}

@media only screen and (max-width: 1050px) {
  .page_gakubu #link_sec .box .link h2 {
    padding-right: 45px;
    padding-left: 45px;
    background-size: 25px auto;
    background-position: right 10px center;
  }
}

@media only screen and (max-width: 767px) {
  .page_gakubu #link_sec {
    margin-bottom: 55px;
  }
  .page_gakubu #link_sec .inner {
    display: block;
    margin: 0 0 40px;
  }
  .page_gakubu #link_sec .box {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .page_gakubu #link_sec .box:last-of-type {
    margin-bottom: 0;
  }
  .page_gakubu #link_sec .link {
    margin-bottom: 17px;
  }
  .page_gakubu #link_sec .link h2 {
    background-position: right 20px center !important;
  }
  .page_gakubu #link_sec .link h2 .ja {
    font-size: 2rem;
  }
  .page_gakubu #link_sec .link h2 .en {
    font-size: 1.2rem;
  }
  .page_gakubu #link_sec .txt {
    font-size: 1.3rem;
  }
  .page_gakubu #link_sec .strong {
    font-size: 1.5rem;
  }
  .page_gakubu #link_sec .link_list {
    padding-top: 61px;
    background-size: 40px auto;
  }
  .page_gakubu #link_sec .btn03 a {
    background-position: right 20px center;
  }
  .page_gakubu #link_sec .btn03 li {
	width: 100%;
  }
}

/*-------------------------
  info_sec
-------------------------*/
.page_gakubu #info_sec {
  background: #0e3167;
  padding: 97px 0 115px;
  margin-bottom: 70px;
}

.page_gakubu #info_sec .licence_block {
  margin-bottom: 103px;
}

.page_gakubu #info_sec .licence_block .box {
  margin-bottom: 60px;
}

.page_gakubu #info_sec .licence_block .box:nth-of-type(1) {
  padding-top: 12px;
}

.page_gakubu #info_sec .licence_block .box:last-of-type {
  margin-bottom: 0;
}

.page_gakubu #info_sec .licence_block .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
}

.page_gakubu #info_sec .licence_block .hd .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 9px 15px;
  background: #0085ce;
}

.page_gakubu #info_sec .licence_block .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_gakubu #info_sec .licence_block .hd ul li {
  padding-left: 14px;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_gakubu #info_sec .licence_block .hd ul li span {
  color: #0085ce;
}

.page_gakubu #info_sec .licence_block .inner {
  background: #fff;
  border-top: 2px solid #0085ce;
  padding: 25px 20px 40px 37px;
}

.page_gakubu #info_sec .licence_block .inner ul li {
  line-height: 1.46;
  margin-bottom: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_gakubu #info_sec .licence_block .inner ul li:last-of-type {
  margin-bottom: 0;
}

.page_gakubu #info_sec .licence_block .inner .name {
  color: #0085ce;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 1px;
  display: inline-block;
}

.page_gakubu #info_sec .licence_block .inner .name .kome {
  font-size: 1.3rem;
}

.page_gakubu #info_sec .licence_block .inner .sub {
  color: #115577;
  border: 1px solid #115577;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 12px;
  padding: 2px 3px;
  line-height: 1;
  margin-top: -2px;
  font-weight: 700;
}

.page_gakubu #info_sec .licence_block .inner .txt {
  font-size: 1.3rem;
  color: #555;
  margin-top: 7px;
  padding-left: 18px;
}

.page_gakubu #info_sec .licence_block ul.kome {
  margin-top: 20px;
}

.page_gakubu #info_sec .licence_block ul.kome li {
  font-size: 1.2rem;
  margin-bottom: 7px;
  text-indent: -2.1rem;
  padding-left: 2.1rem;
}

.page_gakubu #info_sec .field_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_gakubu #info_sec .field_block ul li {
  margin-bottom: 13px;
  line-height: 1.46;
  width: 48%;
}

.page_gakubu #info_sec .field_block ul .name {
  font-size: 1.5rem;
  color: #0085ce;
  font-weight: 700;
  background: #fff;
  padding: 10px 19px;
  margin-bottom: 9px;
}

.page_gakubu #info_sec .field_block ul .txt {
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .page_gakubu #info_sec {
    padding: 50px 0 35px;
    margin-bottom: 40px;
  }
  .page_gakubu #info_sec .licence_block {
    margin-bottom: 50px;
  }
  .page_gakubu #info_sec .licence_block .box {
    margin-bottom: 30px;
  }
  .page_gakubu #info_sec .licence_block .box:nth-of-type(1) {
    padding-top: 0;
  }
  .page_gakubu #info_sec .licence_block .hd {
    display: block;
  }
  .page_gakubu #info_sec .licence_block .hd .ttl {
    font-size: 1.4rem;
    padding: 9px 10px;
  }
  .page_gakubu #info_sec .licence_block .hd ul {
    display: block;
    margin-bottom: 10px;
  }
  .page_gakubu #info_sec .licence_block .hd ul li {
    padding-left: 0;
    font-size: 1rem;
  }
  .page_gakubu #info_sec .licence_block .inner {
    padding: 20px 20px;
  }
  .page_gakubu #info_sec .licence_block .inner ul li {
    margin-bottom: 11px;
  }
  .page_gakubu #info_sec .licence_block .inner .name {
    font-size: 1.5rem;
    display: block;
  }
  .page_gakubu #info_sec .licence_block .inner .name .kome {
    font-size: 1.2rem;
  }
  .page_gakubu #info_sec .licence_block .inner .sub {
    font-size: 1.0rem;
    margin-top: 0;
    margin: 0 0 0 18px;
    line-height: 1.3;
  }
  .page_gakubu #info_sec .licence_block .inner .txt {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .page_gakubu #info_sec .licence_block ul.kome li {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .page_gakubu #info_sec .field_block ul {
    display: block;
  }
  .page_gakubu #info_sec .field_block ul li {
    width: 100%;
  }
  .page_gakubu #info_sec .field_block ul .name {
    font-size: 1.4rem;
    padding: 7px 12px;
  }
  .page_gakubu #info_sec .field_block ul .txt {
    font-size: 1.3rem;
  }
}

/*-------------------------
  program_info
-------------------------*/
.page_gakubu #program_info {
  margin-bottom: 70px;
}

.page_gakubu #program_info .box {
  border: 1px solid #E95383;
  padding: 25px 40px;
  background: #fff;
}

.page_gakubu #program_info .box h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #E95383;
  font-weight: 700;
}

.page_gakubu #program_info .box h3 .small {
  font-size: 1.4rem;
}

.page_gakubu #program_info .box h3 .small span {
  font-size: 1.2rem;
}

.page_gakubu #program_info .box .kome {
  font-size: 1.3rem;
}

.page_gakubu #program_info .box .kome li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .page_gakubu #program_info {
    margin-bottom: 40px;
  }
  .page_gakubu #program_info .box {
    padding: 20px;
  }
  .page_gakubu #program_info .box h3 {
    font-size: 1.6rem;
  }
  .page_gakubu #program_info .box h3 .small {
    font-size: 1.3rem;
  }
  .page_gakubu #program_info .box h3 .small span {
    font-size: 1.1rem;
  }
  .page_gakubu #program_info .box .kome {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

/*-------------------------
  feature_sec
-------------------------*/
.page_gakubu #feature_sec {
  margin-bottom: 90px;
}

.page_gakubu #feature_sec .block {
  margin-bottom: 50px;
}

.page_gakubu #feature_sec .block:last-of-type {
  margin-bottom: 0;
}

.page_gakubu #feature_sec .block_course .course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_gakubu #feature_sec .block_course .course_list &gt; li {
  width: 47%;
  margin-bottom: 30px;
}

.page_gakubu #feature_sec .block_course .course_list .hd06 {
  margin-bottom: 10px;
}

.page_gakubu #feature_sec .block_course .course_list .ttl {
  font-weight: 700;
  color: #0085ce;
  font-size: 1.6rem;
}

.page_gakubu #feature_sec .block_course .course_list .box {
  border: 1px solid #0e3167;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.page_gakubu #feature_sec .block_course .course_list .box .asta {
  font-size: 85%;
  padding-left: 3px;
}

.page_gakubu #feature_sec .block_course .course_list .list01 li {
  margin-bottom: 5px;
}

.page_gakubu #feature_sec .block_course ol.kome {
  /*margin-top: 15px;*/
}

.page_gakubu #feature_sec .block_course ol.kome li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 1.3rem;
  line-height: 1.7;
}

.page_gakubu #feature_sec .block_model table {
  width: 100%;
  border-bottom: 2px solid #0e3167;
}

.page_gakubu #feature_sec .block_model th, .page_gakubu #feature_sec .block_model td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #0e3167;
  padding: 15px 10px;
}

.page_gakubu #feature_sec .block_model th {
  border-bottom: 2px solid #0e3167;
  font-weight: 700;
  color: #0085ce;
}

.page_gakubu #feature_sec .block_model td {
  border-right: 1px solid #0e3167;
}

.page_gakubu #feature_sec .block_model td .plus {
  font-weight: 700;
  color: #0085ce;
}

.page_gakubu #feature_sec .block_model tr td:last-of-type {
  border-right: none;
}

.page_gakubu #feature_sec .block_model tr td:nth-of-type(1) {
  line-height: 1.4;
}

.page_gakubu #feature_sec .block_pass ul {
  overflow: hidden;
}

.page_gakubu #feature_sec .block_pass ul li {
  float: left;
  margin-right: 30px;
}

.page_gakubu #feature_sec .block_pass ul li .en {
  font-style: italic;
  font-size: 4.2rem;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .page_gakubu #feature_sec {
    margin-bottom: 50px;
  }
  .page_gakubu #feature_sec .block {
    margin-bottom: 40px;
  }
  .page_gakubu #feature_sec .block_course .course_list {
    display: block;
  }
  .page_gakubu #feature_sec .block_course .course_list &gt; li {
    width: 100%;
    margin-bottom: 25px;
  }
  .page_gakubu #feature_sec .block_course .course_list .ttl {
    font-size: 1.5rem;
  }
  .page_gakubu #feature_sec .block_course .course_list .box {
    margin-bottom: 15px;
  }
  .page_gakubu #feature_sec .block_course ol.kome {
    margin-top: 0;
  }
  .page_gakubu #feature_sec .block_course ol.kome li {
    font-size: 1.2rem;
  }
  .page_gakubu #feature_sec .block_model th, .page_gakubu #feature_sec .block_model td {
    padding: 10px 5px;
  }
  .page_gakubu #feature_sec .block_model td {
    font-size: 1.2rem;
  }
  .page_gakubu #feature_sec .block_model tr td:nth-of-type(1) {
    width: 110px;
  }
  .page_gakubu #feature_sec .block_pass ul li {
    margin-right: 15px;
    line-height: 1.2;
  }
  .page_gakubu #feature_sec .block_pass ul li .en {
    font-size: 3.2rem;
  }
}

/*━━━━━━━━━━━━━━━━
  体育学部
━━━━━━━━━━━━━━━━*/
#page_sports_health #main_img {
  background-color: #215887;
}

#page_sports_health #main_img:after {
  /*background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/sports_health/main.jpg);*/
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/school_sport_sciences/main.jpg);
}

#page_sports_health #link_sec .box_s .link h2 {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/sports_health/arrow_s.png);
}

#page_sports_health #link_sec .box_sm .link h2 {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/sports_health/arrow_sm.png);
  background-position: right 22px center;
}

@media only screen and (max-width: 767px) {
  #page_sports_health #main_img:after {
    background-position: -125px top;
  }
}

/*━━━━━━━━━━━━━━━━
  教育学部
━━━━━━━━━━━━━━━━*/

#page_education #main_cont .message_sec .bnr {
  text-align: center;
  margin-top: 60px;
}
#page_education #main_cont .message_sec .bnr a {
  display: inline-block;
  -webkit-box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #page_education #main_cont .message_sec .bnr {
    margin: 60px auto 0;
    width: 80%;
  }
  #page_education #main_cont .message_sec .bnr img {
    width: 100%;
    height: auto;
  }
}

/*━━━━━━━━━━━━━━━━
  教育学科
━━━━━━━━━━━━━━━━*/
#page_education #main_img {
  background-color: #e3ab79;
}

#page_education #main_img:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/education/main.jpg);
}

#page_education #link_sec .box_e .link h2 {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/education/arrow_e.png);
}

#page_education #main_cont .message_sec .box01 .img_area { 
	align-self:start;
}

#page_education #link_sec {
	margin-bottom:60px;
}

@media only screen and (max-width: 767px) {
  #page_education #main_img:after {
    background-position: -125px top;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■学科
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_gakka .message_sec {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .page_gakka .message_sec {
    margin-top: 50px;
  }
}

/*-------------------------
  main_catch
-------------------------*/
.page_gakka #main_catch {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  background: #000;
  margin-top: -37px;
  margin-bottom: 72px;
}

.page_gakka #main_catch:after {
  content: "";
  background: no-repeat center center;
  background-size: cover;
  /*opacity:0.5;*/
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page_gakka #main_catch p {
  width: 100%;
  color: #fff;
  padding: 0 20px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .page_gakka #main_catch {
    height: 280px;
    margin-top: -10px;
    margin-bottom: 35px;
  }
  .page_gakka #main_catch p {
    font-size: 2rem;
  }
}

/*-------------------------
  course_sec
-------------------------*/
.page_gakka #course_sec {
  margin-bottom: 100px;
}

.page_gakka #course_sec .read_txt {
  font-size: 1.5rem;
  padding: 0 30px;
  max-width: 800px;
  margin: 0 auto 90px;
}

.page_gakka #course_sec .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page_gakka #course_sec .info:last-child{
	margin-bottom:0;
}

.page_gakka #course_sec .info .box {
  width: 31%;
}

.page_gakka #course_sec .info .btn03 {
  margin-bottom: 23px;
}

.page_gakka #course_sec .info .btn03 a {
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-size: 6px auto;
  background-position: right 23px center;
}

.page_gakka #course_sec .info .catch, .page_gakka #course_sec .info ul {
  padding: 0 10px;
}

.page_gakka #course_sec .info .catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.62;
  margin-bottom: 16px;
}

.page_gakka #course_sec .info ul li {
  line-height: 1.4;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: no-repeat 3px 16px;
  background-size: 7px auto;
}

@media only screen and (max-width: 767px) {
  .page_gakka #course_sec {
    margin-bottom: 65px;
  }
  .page_gakka #course_sec .read_txt {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 35px;
  }
  .page_gakka #course_sec .info {
    display: block;
  }
  .page_gakka #course_sec .info .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_gakka #course_sec .info .btn03 {
    margin-bottom: 16px;
  }
  .page_gakka #course_sec .info .btn03 a {
    background-position: right 20px center;
  }
  .page_gakka #course_sec .info .catch {
    font-size: 1.5rem;
  }
}

/*-------------------------
  curriculum_sec
-------------------------*/
.page_gakka #curriculum_sec .course_block {
  margin-bottom: 60px;
}

/*.page_gakka #curriculum_sec .course_block:last-of-type {
  margin-bottom: 0;
}*/

.page_gakka #curriculum_sec .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 43px;
}

.page_gakka #curriculum_sec .tab li {
  width: calc(25% - 2px);
  min-height: 63px;
}

.page_gakka #curriculum_sec .tab li p {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 1.6rem;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #09374d;
  cursor: pointer;
  color: #09374d;
  transition: all 0.25s ease-out;
}

.page_gakka #curriculum_sec .tab li span {
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  display: inline-block;
}

.page_gakka #curriculum_sec .tab li.active p, .page_gakka #curriculum_sec .tab li:hover p {
  background: #09374d;
  color: #fff !important;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 767px) {
  .page_gakka #curriculum_sec .course_block {
    margin-bottom: 50px;
  }
  .page_gakka #curriculum_sec .course_block .hd07 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page_gakka #curriculum_sec .tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px 25px -28px;
  }
  .page_gakka #curriculum_sec .tab li {
    width: calc(50% - 0.5px);
    margin-bottom: 1px;
  }
  .page_gakka #curriculum_sec .tab li a {
    font-size: 1.5rem;
  }
  .page_gakka #curriculum_sec .tab li:nth-of-type(1) {
    margin-left: 26px;
  }
  .page_gakka #curriculum_sec .tab li:nth-of-type(2) {
    margin-right: -26px;
  }
  .page_gakka #curriculum_sec .tab li:nth-of-type(2) a {
    padding-right: 10px;
  }
  .page_gakka #curriculum_sec .tab li:nth-of-type(3) {
    margin-left: -4px;
  }
  .page_gakka #curriculum_sec .tab li:nth-of-type(4) {
    margin-right: 4px;
  }
}

/*tab_cont*/
.page_gakka #curriculum_sec .tab_cont {
  display: none;
}

.page_gakka #curriculum_sec .tab_cont.active {
  display: block;
}

.page_gakka #curriculum_sec .tab_cont .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.4;
  margin-bottom: 19px;
}

.page_gakka #curriculum_sec .tab_cont .hd .ttl {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  padding-left: 10px;
  color: #09374d;
}

.page_gakka #curriculum_sec .tab_cont .hd .ttl .en {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-style: italic;
}

.page_gakka #curriculum_sec .tab_cont .hd ul {
  overflow: hidden;
  padding-bottom: 2px;
}

.page_gakka #curriculum_sec .tab_cont .hd ul li {
  float: left;
  margin-left: 25px;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_gakka #curriculum_sec .tab_cont .inner table {
  border-top: 1px solid #808080;
  width: 100%;
}

.page_gakka #curriculum_sec .tab_cont .inner table th, .page_gakka #curriculum_sec .tab_cont .inner table td {
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  font-weight: 700;
  text-align: center;
  line-height: 1.57;
  padding: 15px 20px;
}

.page_gakka #curriculum_sec .tab_cont .inner table th {
  border-left: none;
  width: 218px;
}

.page_gakka #curriculum_sec .tab_cont .inner table th.one {
  width: 50px;
  padding: 20px 10px;
}

.page_gakka #curriculum_sec .tab_cont .inner table td:nth-of-type(1) {
  width: 180px;
}

.page_gakka #curriculum_sec .tab_cont .inner table td .ttl {
  text-align: left;
  color: #e07010;
}

.page_gakka #curriculum_sec .tab_cont .inner table td ul + .ttl {
  margin-top: 10px;
}

.page_gakka #curriculum_sec .tab_cont .inner table ul {
  overflow: hidden;
}

.page_gakka #curriculum_sec .tab_cont .inner table ul li {
  float: left;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.76;
  margin-right: 12px;
}

.page_gakka #curriculum_sec .tab_cont .inner table ul li .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF33F));
  background: linear-gradient(transparent 50%, #FFF33F 50%);
}

.page_gakka #curriculum_sec .tab_cont .inner table ul li .asta {
  font-size: 1.2rem;
}

.page_gakka #curriculum_sec .tab_cont .inner table p.asta {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: normal;
}

.page_gakka #curriculum_sec .tab_cont .kome {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .page_gakka #curriculum_sec .tab_cont .hd {
    display: block;
    margin-bottom: 15px;
  }
  .page_gakka #curriculum_sec .tab_cont .hd .ttl {
    font-size: 2.3rem;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .page_gakka #curriculum_sec .tab_cont .hd .ttl .en {
    font-size: 1.4rem;
    display: block;
  }
  .page_gakka #curriculum_sec .tab_cont .hd ul li {
    float: none;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table th, .page_gakka #curriculum_sec .tab_cont .inner table td {
    padding: 10px 15px;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table th {
    width: 120px;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table th.one {
    width: 30px;
    padding: 10px 5px;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table td:nth-of-type(1) {
    width: 100px;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table ul li {
    float: left;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table ul li .asta {
    font-size: 1.1rem;
  }
  .page_gakka #curriculum_sec .tab_cont .inner table p.asta {
    font-size: 1.2rem;
  }
  .page_gakka #curriculum_sec .tab_cont .kome {
    text-align: left;
    font-size: 1.1rem;
  }
}

/*box*/
.page_gakka #curriculum_sec .box {
  margin-top: 16px;
  /*zemi_box*/
}

.page_gakka #curriculum_sec .box .ttl {
  display: inline-block;
  line-height: 1.4;
  border-bottom: 4px solid #000;
  padding-bottom: 8px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page_gakka #curriculum_sec .box .ttl span {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF33F));
  background: linear-gradient(transparent 50%, #FFF33F 50%);
}

.page_gakka #curriculum_sec .box .box_inner {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 28px 0 8px;
}

.page_gakka #curriculum_sec .box .box_inner table th, .page_gakka #curriculum_sec .box .box_inner table td {
  vertical-align: top;
  text-align: left;
}

.page_gakka #curriculum_sec .box .box_inner table th {
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  white-space: nowrap;
}

.page_gakka #curriculum_sec .box .box_inner table td {
  padding-bottom: 20px;
  padding-top: 2px;
}

.page_gakka #curriculum_sec .box.zemi_box {
  margin-top: 50px;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area {
  width: 250px;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area .img {
  width: 190px;
  margin: 0 auto 5px;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area .img img {
  width: 100%;
  height: auto;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area ul {
  font-size: 1.2rem;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area ul li {
  line-height: 1.7;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area ul li span {
  font-weight: 700;
}

.page_gakka #curriculum_sec .box.zemi_box .box_inner .txt_area {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 767px) {
  .page_gakka #curriculum_sec .box {
    /*zemi_box*/
  }
  .page_gakka #curriculum_sec .box .ttl {
    border-bottom-width: 3px;
    font-size: 1.8rem;
  }
  .page_gakka #curriculum_sec .box .box_inner {
    padding: 20px 0 3px;
  }
  .page_gakka #curriculum_sec .box .box_inner table th, .page_gakka #curriculum_sec .box .box_inner table td {
    display: block;
  }
  .page_gakka #curriculum_sec .box .box_inner table th {
    padding-right: 0;
    font-size: 1.6rem;
  }
  .page_gakka #curriculum_sec .box .box_inner table td {
    font-size: 1.3rem;
  }
  .page_gakka #curriculum_sec .box.zemi_box {
    margin-top: 40px;
  }
  .page_gakka #curriculum_sec .box.zemi_box .box_inner {
    display: block;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area {
    width: 100%;
    margin-bottom: 10px;
  }
  .page_gakka #curriculum_sec .box.zemi_box .box_inner .img_area .img {
    width: 160px;
  }
  .page_gakka #curriculum_sec .box.zemi_box .box_inner .txt_area {
    width: 100%;
    font-size: 1.3rem;
  }
}

/*━━━━━━━━━━━━━━━━
  スポーツ教育学科
━━━━━━━━━━━━━━━━*/
#page_sports_education #main_catch:after {
  /*background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/sports_health/sports_education/main.jpg);*/
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/school_sport_sciences/sport_sciences/main.jpg);
}

#page_sports_education #course_sec .info .catch,
#page_sports_education #curriculum_sec .box .ttl span,
#page_sports_education #curriculum_sec .tab li p,
#page_sports_education #curriculum_sec .tab_cont .hd .ttl {
  color: #115577;
}

#page_sports_education #curriculum_sec .tab li.active p, #page_sports_education #curriculum_sec .tab li:hover p {
  background-color: #115577;
}

#page_sports_education #curriculum_sec .tab li p,
#page_sports_education #curriculum_sec .box .ttl {
  border-color: #115577;
}

#page_sports_education #curriculum_sec .tab_cont .inner table th {
  background-color: #e6ecf0;
}

#page_sports_education #course_sec .info ul li {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_s02.png);
}

@media only screen and (max-width: 767px) {
  /*#page_sports_education #main_catch:after {
    background-position: right -120px center;
  }*/
}

#page_sports_education #intro_sec .catch,
#page_sports_education .info_sec .class_block .ttl,
#page_sports_education .info_sec .teacher_block .txt_area .name {
  color: #115577;
}

#page_sports_education .info_sec .class_block .ttl span {
  border-color: #115577;
}

#page_sports_education #point_sec {
  background: #115577;
}

/*━━━━━━━━━━━━━━━━
  健康?スポーツマネジメント学科
━━━━━━━━━━━━━━━━*/
#page_lifelong_sports #main_catch:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/sports_health/lifelong_sports/main.jpg);
}

#page_lifelong_sports #course_sec .info .catch,
#page_lifelong_sports #curriculum_sec .box .ttl span,
#page_lifelong_sports #curriculum_sec .tab li p,
#page_lifelong_sports #curriculum_sec .tab_cont .hd .ttl {
  color: #553377;
}

#page_lifelong_sports #curriculum_sec .tab li.active p, #page_lifelong_sports #curriculum_sec .tab li:hover p {
  background-color: #553377;
}

#page_lifelong_sports #curriculum_sec .tab li p,
#page_lifelong_sports #curriculum_sec .box .ttl {
  border-color: #553377;
}

#page_lifelong_sports #curriculum_sec .tab_cont .inner table th {
  background-color: #e6e2ec;
}

#page_lifelong_sports #course_sec .info ul li {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_sm02.png);
}

/*@media only screen and (max-width: 767px) {
	#page_sports_education #main_catch:after{
		background-position: right -120px center;
	}
}*/
#page_lifelong_sports #intro_sec .catch,
#page_lifelong_sports .info_sec .class_block .ttl,
#page_lifelong_sports .info_sec .teacher_block .txt_area .name {
  color: #553377;
}

#page_lifelong_sports .info_sec .class_block .ttl span {
  border-color: #553377;
}

#page_lifelong_sports #point_sec {
  background: #553377;
}

/*健康?スポーツマネジメント学科トップ*/
@media only screen and (max-width: 767px) {
  .page_lifelong_sports_index #hd_area .hd03 .sub {
    bottom: 29px;
  }
}

/*━━━━━━━━━━━━━━━━
  教育学科
━━━━━━━━━━━━━━━━*/
#page_education_subject #main_catch:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/education/education_subject/main.jpg);
}

#page_education_subject #course_sec .info .catch,
#page_education_subject #curriculum_sec .box .ttl span,
#page_education_subject #curriculum_sec .tab li p,
#page_education_subject #curriculum_sec .tab_cont .hd .ttl {
  color: #e07010;
}

#page_education_subject #curriculum_sec .tab li.active p, #page_education_subject #curriculum_sec .tab li:hover p {
  background-color: #e07010;
}

#page_education_subject #curriculum_sec .tab li p,
#page_education_subject #curriculum_sec .box .ttl {
  border-color: #e07010;
}

#page_education_subject #curriculum_sec .tab_cont .inner table th {
  background-color: #f3e4db;
}

#page_education_subject #course_sec .info ul li {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/ico_arrow_e02.png);
}

/*@media only screen and (max-width: 767px) {
	#page_education_subject #main_catch:after{
		background-position: right -120px center;
	}
}*/
#page_education_subject #intro_sec .catch,
#page_education_subject .info_sec .class_block .ttl,
#page_education_subject .info_sec .teacher_block .txt_area .name {
  color: #e07010;
}

#page_education_subject .info_sec .class_block .ttl span {
  border-color: #e07010;
}

#page_education_subject #point_sec {
  background: #e07010;
}

/*教育学科トップ*/
.page_education_subject_index #course_sec .info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_education_subject_index #course_sec .info .box {
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom:30px;
}

.page_education_subject_index #course_sec {
	margin-bottom:105px;
}
.page_education_subject_index #curriculum_sec {
  margin-bottom: 80px;
}

.page_education_subject_index #curriculum_sec .tab_cont .inner table td:nth-of-type(1) {
  width: auto;
}
#page_education_subject #course_sec p.strong {
	color: #0085ce;
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom:40px;
}
#page_education_subject #course_sec p.strong02 {
	color: #0085ce;
	font-weight: 700;
	text-align: center;
	margin-bottom:10px;
}
#page_education_subject .course_block p.strong {
	color: #0085ce;
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom:10px;
}


@media only screen and (max-width: 767px) {
  .page_education_subject_index #course_sec .info .box {
    margin-left: 0;
    margin-right: 0;
  }
  .page_education_subject_index #curriculum_sec {
    margin-bottom: 50px;
  }
  #page_education_subject #course_sec p.strong,
  #page_education_subject #course_sec p.strong {
  	font-size: 1.5rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■コース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_course #other_page02 {
  margin-top: 0;
}

/*-------------------------
  hd_area
-------------------------*/
.page_course #hd_area {
  /*.labl{
		margin-left: -210px;
	}*/
}

.page_course #hd_area .hd03 {
  padding: 0;
}

.page_course #hd_area .h1p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: -52px;
}

@media only screen and (max-width: 767px) {
  .page_course #hd_area .h1p {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: -13px;
  }
}

/*-------------------------
  intro_sec
-------------------------*/
.page_course #intro_sec {
  /*margin: 75px auto;*/
  margin: 0 auto 75px;
}

.page_course #intro_sec .img {
  max-width: 960px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.page_course #intro_sec .img img {
  width: 100%;
  height: auto;
}

.page_course #intro_sec .catch {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page_course #intro_sec .txt {
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 810px;
}

@media only screen and (max-width: 767px) {
  .page_course #intro_sec {
    /*margin: 30px auto;*/
    margin: 0 auto 30px;
  }
  .page_course #intro_sec .img {
    margin-bottom: 22px;
  }
  .page_course #intro_sec .catch {
    font-size: 1.6rem;
    margin-bottom: 13px;
    text-align: left;
  }
  .page_course #intro_sec .txt {
    font-size: 1.4rem;
  }
}

/*-------------------------
  point_sec
-------------------------*/
.page_course #point_sec {
  background: #000;
  padding: 50px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 95px;
}

.page_course #point_sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_course #point_sec dl dt, .page_course #point_sec dl dd {
  padding: 12px 0;
}

.page_course #point_sec dl dt {
  width: 195px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.page_course #point_sec dl dd {
  width: calc(100% - 195px);
  padding-left: 43px;
}

.page_course #point_sec dl ul li {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_list03.png) no-repeat left 8px;
  background-size: 8px auto;
  line-height: 1.46;
  margin-bottom: 23px;
  padding-left: 22px;
}

.page_course #point_sec dl ul li:last-of-type {
  margin-bottom: 0;
}

.page_course #point_sec dl ul li .kome {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .page_course #point_sec {
    padding: 25px 0 30px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .page_course #point_sec dl {
    display: block;
  }
  .page_course #point_sec dl dt, .page_course #point_sec dl dd {
    padding: 0;
  }
  .page_course #point_sec dl dt {
    width: 100%;
    border-right: none;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page_course #point_sec dl dd {
    width: 100%;
  }
  .page_course #point_sec dl ul li {
    background-position: 3px 6px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .page_course #point_sec dl ul li .kome {
    font-size: 1.1rem;
  }
}

/*-------------------------
  info_sec
-------------------------*/
.page_course .info_sec {
  margin-bottom: 100px;
}

.page_course .info_sec .box {
  -webkit-box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 21px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.page_course .info_sec .class_block {
  margin-bottom: 55px;
}

.page_course .info_sec .class_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_course .info_sec .class_block .box {
  width: 48%;
  padding: 47px 45px 50px;
  margin-bottom: 40px;
}

.page_course .info_sec .class_block .ttl {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 14px;
}

.page_course .info_sec .class_block .ttl span {
  line-height: 1;
  font-size: 1.4rem;
  border: 1px solid #000;
  display: inline-block;
  margin: -3px 0 0 12px;
  letter-spacing: normal;
  padding: 3px 5px;
  vertical-align: middle;
}

.page_course .info_sec .class_block .txt {
  padding: 0 5px;
}

.page_course .info_sec .teacher_block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_course .info_sec .teacher_block .img {
  width: 208px;
}

.page_course .info_sec .teacher_block .img img {
  width: 100%;
  height: auto;
}

.page_course .info_sec .teacher_block .txt_area {
  width: calc(100% - 208px);
  padding: 15px 20px 15px 9%;
}

.page_course .info_sec .teacher_block .txt_area .name {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  line-height: 1.4;
}

.page_course .info_sec .teacher_block .txt_area .name .en {
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  margin-left: 16px;
}

.page_course .info_sec .teacher_block .txt_area .txt {
  max-width: 590px;
}

@media only screen and (max-width: 767px) {
  .page_course .info_sec {
    margin-bottom: 70px;
  }
  .page_course .info_sec .class_block {
    margin-bottom: 45px;
  }
  .page_course .info_sec .class_block .inner {
    display: block;
  }
  .page_course .info_sec .class_block .box {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .page_course .info_sec .class_block .box:last-of-type {
    margin-bottom: 0;
  }
  .page_course .info_sec .class_block .ttl {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .page_course .info_sec .class_block .ttl span {
    font-size: 1.1rem;
    margin-left: 8px;
    margin-top: -2px;
  }
  .page_course .info_sec .teacher_block .box {
    display: block;
    padding: 30px;
  }
  .page_course .info_sec .teacher_block .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .page_course .info_sec .teacher_block .img img {
    width: 70%;
  }
  .page_course .info_sec .teacher_block .txt_area {
    width: 100%;
    padding: 0;
  }
  .page_course .info_sec .teacher_block .txt_area .name {
    font-size: 1.8rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .page_course .info_sec .teacher_block .txt_area .name .en {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .page_course .info_sec .teacher_block .txt_area .txt {
    font-size: 1.3rem;
  }
}

/*-------------------------
  voice_sec
-------------------------*/
.page_course #voice_sec {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 92px 0 62px;
}

.page_course #voice_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: 50vw solid transparent;
  border-left: 50vw solid #fde5e5;
  z-index: -1;
}

.page_course #voice_sec .hd04::after {
  background: #dc0023;
}

.page_course #voice_sec .inner {
  padding: 0 5.9% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_course #voice_sec .student_img {
  width: 365px;
}

.page_course #voice_sec .student_img img {
  margin-top: -125px;
}

.page_course #voice_sec .txt_area {
  width: calc(100% - 365px);
  padding-top: 14px;
}

.page_course #voice_sec .txt_area .hd {
  line-height: 1.4;
  margin-bottom: 28px;
}

.page_course #voice_sec .txt_area .hd .name {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  margin-top: 7px;
}

.page_course #voice_sec .txt_area .hd .name span {
  font-size: 1.4rem;
  margin-left: 8px;
}

.page_course #voice_sec .txt_area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.page_course #voice_sec .txt_area .info .ttl {
  color: #e80000;
  font-weight: 600;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 17px;
}

.page_course #voice_sec .txt_area .info .class_area {
  width: 63.3%;
  padding-right: 35px;
}

.page_course #voice_sec .txt_area .info .class_area ol &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 6px 5px;
  border-bottom: 1px solid #e80000;
  margin-bottom: 5px;
}

.page_course #voice_sec .txt_area .info .class_area ol &gt; li .year {
  color: #e80000;
  width: 56px;
  line-height: 1;
  margin-top: -3px;
}

.page_course #voice_sec .txt_area .info .class_area ol &gt; li .year .en {
  font-size: 4rem;
  font-style: italic;
  margin-right: 5px;
}

.page_course #voice_sec .txt_area .info .class_area ol &gt; li .txt {
  width: calc(100% - 56px);
}

.page_course #voice_sec .txt_area .info .class_area ol &gt; li .txt li {
  text-indent: -1.25em;
  padding-left: 1.25em;
  line-height: 1.71;
}

.page_course #voice_sec .txt_area .info .movie_area {
  width: 36.7%;
}

.page_course #voice_sec .txt_area .info .movie_area .img a {
  display: block;
}

.page_course #voice_sec .txt_area .info .movie_area .img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 930px) {
  .page_course #voice_sec .inner {
    padding: 0;
  }
  .page_course #voice_sec .student_img {
    width: 300px;
  }
  .page_course #voice_sec .student_img img {
    width: 285px;
    height: auto;
  }
  .page_course #voice_sec .txt_area {
    width: calc(100% - 300px);
  }
  .page_course #voice_sec .txt_area .info .class_area {
    padding-right: 20px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li .year {
    width: 50px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li .txt {
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 767px) {
  .page_course #voice_sec {
    padding: 40px 0 30px;
  }
  .page_course #voice_sec:after {
    border-bottom: 125vw solid transparent;
    border-left: 95vw solid #fde5e5;
  }
  .page_course #voice_sec .inner {
    padding: 0;
    display: block;
  }
  .page_course #voice_sec .student_img {
    width: 100%;
    text-align: center;
  }
  .page_course #voice_sec .student_img img {
    width: 200px;
    margin-top: -10px;
  }
  .page_course #voice_sec .txt_area {
    width: 100%;
    padding-top: 25px;
  }
  .page_course #voice_sec .txt_area .hd {
    margin-bottom: 18px;
  }
  .page_course #voice_sec .txt_area .hd .name {
    font-size: 2.3rem;
  }
  .page_course #voice_sec .txt_area .hd .name span {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  .page_course #voice_sec .txt_area .info {
    display: block;
    margin-bottom: 18px;
  }
  .page_course #voice_sec .txt_area .info .ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .page_course #voice_sec .txt_area .info .class_area {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li {
    padding: 0 0 6px 5px;
    margin-bottom: 5px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li .year {
    margin-top: -2px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li .year .en {
    font-size: 3.2rem;
    margin-right: 5px;
  }
  .page_course #voice_sec .txt_area .info .class_area ol &gt; li .txt li {
    font-size: 1.3rem;
  }
  .page_course #voice_sec .txt_area .info .movie_area {
    width: 100%;
  }
}

/*-------------------------
  f_link
-------------------------*/
.page_course #f_link {
  background: #ebebeb;
  padding: 70px 0 55px;
}

.page_course #f_link ul.btn03_03 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}

.page_course #f_link ul.btn03_03:after {
  content: none;
}

.page_course #f_link ul.btn03_03 li {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}

.page_course #f_link .txt_link {
  text-align: center;
  margin-bottom: 10px;
}

.page_course #f_link .txt_link a {
  display: inline-block;
  padding: 0 15px;
  color: #0085ce;
  text-decoration: underline;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 11px;
  background-size: 5px auto;
}

@media only screen and (max-width: 767px) {
  .page_course #f_link {
    padding: 30px 0;
  }
  .page_course #f_link ul.btn03_03 li {
    margin-left: 0;
    margin-right: 0;
  }
  .page_course #f_link .txt_link a {
    padding: 0 10px;
    background-position: left 10px;
    background-size: 4px auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■大学院
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_postgraduate #main_img {
  background-color: #559666;
}

#page_postgraduate #main_img:after {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/department/postgraduate/main.jpg);
  opacity: 0.45;
}

#page_postgraduate.postgraduate_index .block .inner_block {
  margin-bottom: 50px;
}

#page_postgraduate.postgraduate_index .block .inner_block:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate #main_img {
    margin-bottom: 30px;
  }
  #page_postgraduate #main_img:after {
    background-position: 70% center;
  }
  #page_postgraduate.postgraduate_index .anchor {
    padding-top: 0;
    padding-bottom: 0;
  }
  #page_postgraduate.postgraduate_index .block .inner_block {
    margin-bottom: 33px;
  }
}

/*-------------------------
  intro_sec
-------------------------*/
#page_postgraduate.postgraduate_index #intro_sec {
  margin: 80px auto 85px;
  max-width: 810px;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index #intro_sec {
    margin: 35px auto 60px;
  }
}

/*-------------------------
  area_sec
-------------------------*/
#page_postgraduate.postgraduate_index #area_sec .table02 th, #page_postgraduate.postgraduate_index #area_sec .table02 td {
  text-align: center;
}

#page_postgraduate.postgraduate_index #area_sec dl {
  margin-top: 5px;
}

#page_postgraduate.postgraduate_index #area_sec dl dd {
  font-size: 1.3rem;
}

#page_postgraduate.postgraduate_index #area_sec dl dd .orange {
  color: #e6851c;
}

#page_postgraduate.postgraduate_index #area_sec dl dd .green {
  color: #038320;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index #area_sec .table02 {
    width: 750px !important;
  }
  #page_postgraduate.postgraduate_index #area_sec dl dd {
    font-size: 1.2rem;
  }
}

/*-------------------------
  curriculum_sec
-------------------------*/
#page_postgraduate.postgraduate_index #curriculum_sec .table02 {
  margin-bottom: 30px;
}

#page_postgraduate.postgraduate_index #curriculum_sec .table02 th, #page_postgraduate.postgraduate_index #curriculum_sec .table02 td {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index #curriculum_sec .table02 {
    margin-bottom: 20px;
  }
  #page_postgraduate.postgraduate_index #curriculum_sec .table02 th {
    width: 100px;
  }
}

/*02-28*/
@media only screen and (min-width: 767px) {
  #page_postgraduate.postgraduate_index #curriculum_sec .table02.table_width_auto{
    width: auto;
  }
}
/*-------------------------
  paper_sec
-------------------------*/
#page_postgraduate.postgraduate_index #paper_sec .btn01 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index #paper_sec .btn01 {
    margin-top: 20px;
  }
}

/*-------------------------
  teacher_list
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index .teacher_list {
    margin-top: 23px;
  }
}

/*-------------------------
  student_sec
-------------------------*/
#page_postgraduate.postgraduate_index #student_sec {
  background: #fff;
  margin: 100px 0;
  padding: 92px 0 123px;
  position: relative;
  z-index: 0;
}

#page_postgraduate.postgraduate_index #student_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: 53vw solid transparent;
  border-left: 53vw solid #fde5e5;
  z-index: -1;
}

#page_postgraduate.postgraduate_index #student_sec .hd04:after {
  background: #dc0023;
}

#page_postgraduate.postgraduate_index #student_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

#page_postgraduate.postgraduate_index #student_sec .img_area {
  width: 45.3%;
  max-width: 580px;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .img {
  line-height: 1;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .img img {
  width: 100%;
  height: auto;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .name_area {
  border-left: 3px solid #e80000;
  line-height: 1.5;
  padding: 42px 0 0 18px;
  margin: -20px 0 0 20px;
  position: relative;
  z-index: 1;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .name_area .sub {
  margin-bottom: 1px;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .name_area .name {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}

#page_postgraduate.postgraduate_index #student_sec .img_area .name_area .name span {
  font-size: 1.4rem;
  padding-left: 10px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area {
  width: 54.7%;
  padding-left: 4.6%;
  max-width: 565px;
  padding-top: 4px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .catch span {
  background: #dc0023;
  display: inline-block;
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  #page_postgraduate.postgraduate_index #student_sec .txt_area .catch span {
    padding-top: 10px;
  }
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area {
  margin-top: 35px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area .ttl {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area .ttl span {
  background: #dc0023;
  display: inline-block;
  padding: 1px;
}

@media all and (-ms-high-contrast: none) {
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area .ttl span {
    padding-top: 5px;
  }
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dc0023;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #dc0025 transparent transparent transparent;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol li:last-of-type {
  margin-bottom: 0;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol li:last-of-type:after {
  content: none;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .year {
  color: #dc0023;
  font-weight: 700;
  line-height: 1;
  width: 116px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .year span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 4rem;
  font-style: italic;
  padding-right: 4px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .txt {
  width: calc(100% - 112px);
  padding-top: 16px;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .txt p {
  line-height: 1.71;
}

#page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .txt .hd {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#page_postgraduate.postgraduate_index .news_list .btn01{
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #page_postgraduate.postgraduate_index #student_sec {
    margin: 60px 0;
    padding: 45px 0 50px;
  }
  #page_postgraduate.postgraduate_index #student_sec:after {
    border-bottom: 65vw solid transparent;
  }
  #page_postgraduate.postgraduate_index #student_sec .inner {
    display: block;
  }
  #page_postgraduate.postgraduate_index #student_sec .img_area {
    width: 100%;
    margin-bottom: 20px;
  }
  #page_postgraduate.postgraduate_index #student_sec .img_area .name_area {
    padding: 33px 0 0 16px;
    margin: -15px 0 0 15px;
  }
  #page_postgraduate.postgraduate_index #student_sec .img_area .name_area .sub {
    font-size: 1.3rem;
  }
  #page_postgraduate.postgraduate_index #student_sec .img_area .name_area .name {
    font-size: 2rem;
  }
  #page_postgraduate.postgraduate_index #student_sec .img_area .name_area .name span {
    font-size: 1.3rem;
    padding-left: 5px;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area {
    width: 100%;
    padding-left: 0%;
    padding-top: 0;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .catch {
    font-size: 2rem;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .catch span {
    margin-bottom: 7px;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area {
    margin-top: 30px;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area .ttl {
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol li {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 15px;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .year {
    width: 100%;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .year span {
    font-size: 3.2rem;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .txt {
    width: 100%;
    padding-top: 8px;
  }
  #page_postgraduate.postgraduate_index #student_sec .txt_area .flow_area ol .txt .hd {
    font-size: 1.5rem;
  }
  #page_postgraduate.postgraduate_index .news_list .btn01{
    margin-top: 20px;
  }
  
}

/*-------------------------
page_visit
-------------------------*/
.page_visit #content_normal,
#page_education #content_normal{
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page_visit #content_normal,
  #page_education #content_normal {
    margin-bottom: 40px;
  }
}

/*-------------------------
page_special_needs_education
-------------------------*/
.page_special_needs_education .info_sec .class_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------------------------
  guide09
-------------------------*/
#page_postgraduate #main_cont #content_normal .information_sec dl dd .bttl{
	color:#0085ce;
	font-weight: bold;
}
#page_postgraduate #main_cont #content_normal .information_sec dl dd span.uline{
	border-bottom:1px double #0085ce;
}
#page_postgraduate #main_cont #content_normal .information_sec dl dd ol li ul li {
	list-style: none;
}

/*-------------------------
  preschool_education
  licence_block
-------------------------*/

#page_education_subject .info_sec .licence_block .inner {
  background: #fff;
  /*border-top: 2px solid #e07010;*/
  padding: 25px 20px 40px 37px;
}

#page_education_subject .info_sec .licence_block .inner ul li {
  line-height: 1.46;
  margin-bottom: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#page_education_subject .info_sec .licence_block .inner ul li:last-of-type {
  margin-bottom: 0;
}

#page_education_subject .info_sec .licence_block .inner .name {
  color: #e07010;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 1px;
  display: inline-block;
}

#page_education_subject .info_sec .licence_block .inner .name .kome {
  font-size: 1.3rem;
  color:#555;
  font-weight: 400;
}

#page_education_subject .info_sec .licence_block .inner .sub {
  color: #115577;
  border: 1px solid #115577;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 12px;
  padding: 2px 3px;
  line-height: 1;
  margin-top: -2px;
  font-weight: 700;
}

#page_education_subject .info_sec .licence_block .inner .txt {
  font-size: 1.3rem;
  color: #555;
  margin-top: 7px;
  padding-left: 18px;
}

@media only screen and (max-width: 767px) {
  #page_education_subject .info_sec .licence_block .inner {
    padding: 20px 20px;
  }
  #page_education_subject .info_sec .licence_block .inner ul li {
    margin-bottom: 11px;
  }
  #page_education_subject .info_sec .licence_block .inner .name {
    font-size: 1.5rem;
    display: block;
  }
  #page_education_subject .info_sec .licence_block .inner .name .kome {
    font-size: 1.2rem;
  }
  #page_education_subject .info_sec .licence_block .inner .sub {
    font-size: 1.0rem;
    margin-top: 0;
    margin: 0 0 0 18px;
    line-height: 1.3;
  }
  #page_education_subject .info_sec .licence_block .inner .txt {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

/*-------------------------
  preschool_education
  intro_sec
-------------------------*/

.page_course .info_sec .intro_sec {
margin-bottom: 95px;
}
.page_course .info_sec .intro_sec .box{
	padding: 50px 100px;
}
.page_course .info_sec .intro_sec .box .inner {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.page_course .info_sec .intro_sec .box .ttl {
	color: #e07010;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: center;
}
.page_course .info_sec .intro_sec .ttl span {
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  display:block;
}

.page_course .info_sec .intro_sec .img {
  width: 600px;
  margin:25px auto;
}

.page_course .info_sec .intro_sec .img img {
  width: 100%;
  height: auto;
}

.page_course .info_sec .intro_sec .txt_area {
  width: 100%;
}
.page_course .info_sec .intro_sec .txt_area .sub {
 	color: #e07010;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin:20px 0 15px;
}
.page_course .info_sec .intro_sec .txt_area p .name {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page_course .info_sec .intro_sec .box {
    display: block;
    padding: 30px;
  }
  .page_course .info_sec .intro_sec .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .page_course .info_sec .intro_sec .img img {
    width: 100%;
  }
  .page_course .info_sec .intro_sec .box .ttl {
    font-size: 1.8rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .page_course .info_sec .intro_sec .ttl span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .page_course .info_sec .intro_sec .txt_area .txt {
    font-size: 1.3rem;
  }
  #body-preschool_education .page_course #hd_area .h1p{
  	margin-bottom:0;
  }
}

/*-------------------------
  学科の特徴
-------------------------*/

.page_gakubu .features{
	margin-top:60px !important;
}
.page_gakubu .features img{
	width:1000px;
	height:auto;
}
@media only screen and (max-width: 767px) {
	.page_gakubu .features{
		margin-top:40px !important;
	}
	.page_gakubu .features img{
		width:100%;
		height:auto;
	}
}

/*-------------------------
  教員の専門分野等
-------------------------*/
#expertise_sec .expertise_wrap{
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .expertise_wrap{
    row-gap: 17px;
  }
}

#expertise_sec .hd04{
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .hd04{
    margin-bottom: 24px;
  }
}

#expertise_sec .expertise_item{
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #expertise_sec .expertise_item{
    flex-direction: column;
    padding-bottom: 70px;
  }
}


/*expertise_main　PC時左　SP時上*/
#expertise_sec .expertise_main{
    width: 410px;
    padding: 26px 10px 30px 35px;
}
@media only screen and (max-width: 767px) {
    #expertise_sec .expertise_main{
      width: auto;
      padding: 22px 24px 14px;
  }
}

/*expertise_mainの名前*/
#expertise_sec .exp_name{
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_name{
    font-size: 1.8rem;
  }
}

/*expertise_mainの名前の役職*/
#expertise_sec .exp_name .exp_post{
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_name .exp_post{
    font-size: 1.4rem;
  }
}

/*expertise_mainの名前のしたぶりがな*/
#expertise_sec .exp_furigana{
  font-size: 1.6rem;
  margin-top: -6px;
  font-style: italic;
  display: block;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_furigana{
    display: none;
  }
}

/*学位 学問分野 研究領域のリスト*/
#expertise_sec .exp_list{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_list{
    margin-bottom: 15px;
  }
}

/*学位 学問分野 研究領域のアイテム*/
#expertise_sec .exp_list li{
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_list li{
    column-gap: 10px;
  }
}

/*学位 学問分野 研究領域のアイテムの青部分*/
#expertise_sec .exp_list li span{
  width: 66px;
  padding: 0 9px;
  height: 19px;
  font-size: 1rem;
  font-weight: 700;
  background: #194486;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_list li span{
    width: 58px;
    padding: 0 5px;
  }
}

/*学位 学問分野 研究領域のアイテムの青部分の右*/
#expertise_sec .exp_list li p{
  line-height: calc(20/14);
  max-width: 264px;
  width: 68%;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_list li p{
    line-height: calc(20/13);
    font-size: 1.3rem;
    width: 65%;
    max-width: none;
  }
}


/*キーワード部分　テキスト*/
#expertise_sec .exp_keyword_title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #313F68;
  display: flex;
  align-items: center;
  position: relative;
}
#expertise_sec .exp_keyword_title::before{
  content: "";
  display: inline-block;
  background-color: #313F68;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_keyword_title{
    font-size: 1.4rem;
  }
  #expertise_sec .exp_keyword_title::before{
    width: 7px;
    height: 7px;
    margin-right: 2px;
    margin-top: 2px;
  }
}
/*キーワード部分　キーワード*/
#expertise_sec .exp_keyword_title span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #313F68;
  background-color: #E6E7ED;
  border: 1px solid #313F68; 
  padding: 0 10px;
  height: 19px;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .exp_keyword_title span{
    font-size: 1.2rem;
    padding: 0 14px;
    height: 18px;
    margin-left: 22px;
  }
}

/*キーワード下のテキスト*/
#expertise_sec .txt{
  line-height: calc(25/14);
}
@media only screen and (max-width: 767px) {
  #expertise_sec .txt{
    line-height: calc(20/13);
    font-size: 1.3rem;
    margin-top: 4px;
  }
}






/*expertise_sub PC時右　SP時下*/
#expertise_sec .expertise_sub{
  width: 590px;
  padding: 32px 35px 33px 35px;
  position: relative;
}
#expertise_sec .expertise_sub::before{
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/about/expertise/expertise_border.png) repeat-y;
  background-size: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .expertise_sub{
    width: auto;
    padding: 0;
  }
  #expertise_sec .expertise_sub::before{
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  #expertise_sec .hide_txt{
    height: auto!important;
  }
}


/*expertise_subのテキスト*/
@media only screen and (max-width: 767px) {
  #expertise_sec .expertise_sub p.txt{
    font-size: 1.3rem;
    line-height: calc(23/13);
    margin-top: 0;
    padding: 15px 24px 20px 14px;
  }
  .is-hide{
    height: 0;
    overflow-y: hidden;
  }


  #expertise_sec .expertise_sub .hide-border::before{
    background-image: linear-gradient(to right, #707070 3px, transparent 3px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5px;
  }

      
  #expertise_sec .expertise_sub .hide-border p.txt {
    padding: 15px 24px 14px;
  }

}

/*テキスト表示ボタン*/
#expertise_sec .expertise_btn{
  display: none;
}
@media only screen and (max-width: 767px) {
  #expertise_sec .expertise_btn{
    width: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    background-color: transparent;
    border: none;
    border: 1px solid #707070;
    border-radius: 19px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
/*テキスト表示ボタンの中のテキスト*/
  #expertise_sec .expertise_btn span{
    font-size: 1.8rem;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
  }
}






/*一つ目のlist下のテキスト*/
#expertise_sec .exp_bottom_txt{
  text-align: center;
  font-size: 1.8rem;
  line-height: calc(25/18);
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  #expertise_sec .exp_bottom_txt{
    font-size: 1.6rem;
    line-height: calc(26/16);
    margin-top: 42px;
  }
}




/*-------------------------
  大学院の履修課程
-------------------------*/
/*全体の幅変更*/
#content_normal.study_1200{
  max-width: 1200px;
}

/*白い背景のwp*/
#study_sec .study_wp_list{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_wp_list{
    row-gap: 24px;
  }
}
/*真ん中の青い棒*/
#study_sec .study_wp_list::after{
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #0085CE;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*白い背景*/
#study_sec .study_item{
  background-color: #fff;
  padding: 41px 0 16px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item{
    background-color: #fff;
    padding: 26px 0;
  }
}

/*白い背景の2個目と2個目*/
#study_sec .study_item01,#study_sec .study_item02{
  padding: 22px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item01,#study_sec .study_item02{
    padding: 18px 32px;
  }
}

/*白い背景の3個目と4個目*/
#study_sec .study_item03,#study_sec .study_item04{
  padding: 41px 20px 16px 8.334%;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item03,#study_sec .study_item04{
    padding: 16px 20px 16px;
  }
}

/*白い背景中の見出し*/
#study_sec .study_item .study_item_te{
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(42/20); 
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item .study_item_te{
    font-size: 1.8rem;
    line-height: calc(42/18); 
  }
}

/*白い背景中の見出しのspan*/
#study_sec .study_item .study_item_te span{
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item .study_item_te span{
    font-size: 1.5rem;
    margin-top: -8px;
    margin-left: 0px;
    display: block;
  }
}

/*白い背景中のリード*/
#study_sec .study_item .study_item_ld{
  font-size: 1.4rem;
  line-height: calc(42/14);
  text-align: center;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item .study_item_ld{
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}

/*listのwp*/
#study_sec .study_contant{
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_contant{
    margin-top: 24px;
  }
}

/*listのwpの見出し*/
#study_sec .study_contant &gt; span{
  font-size: 1.4rem;
}

/*wp内のlistのwp*/
#study_sec  .study_list_box{
  margin-top: 2px;
  margin-bottom: 10px;
  display: flex;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #study_sec  .study_list_box{
    margin-top: 2px;
    margin-bottom: 16px;
    flex-direction: column;
  }
}

/*list*/
#study_sec .study_list {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_list {
    row-gap: 0px;
  }
}

/*listの中のli*/
#study_sec .study_list li{
  line-height: calc(20/13);
  font-size: 1.3rem;
  padding-left: 10px;
  text-indent: -10px;
  position: relative;
}
#study_sec .study_list li::before{
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_list li::before{
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}

/*3個目のliの中の2個目のul*/
#study_sec .study_item03 .study_list02{
  margin: 0 7.3% 0 6.1%;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item03 .study_list02{
    margin: 0;
  }
}

/*4個目のliの中の2個目のul*/
#study_sec .study_item04 .study_list02{
  margin: 0 7.3% 0 8.6%;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item04 .study_list02{
    margin: 0;
  }
}

/*listの中の離れている部分*/
#study_sec .study_item03 .study_list03_block{
  margin-top: 28px;
  padding: 0;
  text-indent: 0;
}
#study_sec .study_item03 .study_list03_block::before{
  display: none;
}
@media only screen and (max-width: 767px) {
  #study_sec .study_item03 .study_list03_block{
    margin-top: 15px;
  }

  #study_sec .study_item03 .study_list03_block span{
    display: block;
    margin-bottom: 6px;
  }
}

/*下のテキスト*/
#study_sec  .study_contant p{
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #study_sec  .study_contant p{
    font-size: 1.2rem;
  }
}
</pre></body></html>