@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
@import url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css");
/*»ù±¾¥Ù¥¿¥«¥é©`*/
/*¥Ê¥Ó¥«¥é©`*/
/*´óÌå´ó¥«¥é©`Ã÷¤ë¤¤Ë®É«*/
/*@mixin Bg01{
	background: #e0e2e3;
	position:relative;
	overflow:hidden;
	&:before,&:after{
		content: "";
		position: absolute;
		top: 0;
		z-index:1;
		background: #f3f3f3;
		display: block;
	}
	&:before{
		width: 1400px;
		height: 2000px;
		left: 50%;
		transform: skew(-45deg);
		margin-left: -1100px;
	}
	&:after{
		width: 100%;
		left: 50%;
		bottom: 0;
	}
}*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "YakuHanJPs", "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "ÓÎ¥´¥·¥Ã¥¯Ìå", "Yu Gothic", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  margin: 0 auto;
  background: #f3f3f3;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    line-height: 1.8;
  }
}

/*-------------------------
  innerWrap
-------------------------*/
.innerWrap, .w1280, .w1440 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.w1280 {
  max-width: 1280px;
}

@media only screen and (max-width: 1320px) {
  .w1280 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1040px) {
  .innerWrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .innerWrap, .w1280 {
    max-width: none;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/*-------------------------
  container
-------------------------*/
#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  /*padding-top: 110px;*/
}

.en {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.robot {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #container {
    padding-top: 58px;
  }
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro,
.slick-arrow,
.wp-pagenavi a,
aside .btn li span,
aside li a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover,
.slick-arrow:hover,
.wp-pagenavi a:hover,
aside .btn li span:hover,
aside li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover img,
.slick-arrow:hover img,
.wp-pagenavi a:hover img,
aside .btn li span:hover img,
aside li a:hover img {
  opacity: 1;
}

.ro a:hover,
.ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  /*.ro:hover,.ro a:hover,
.ro a:hover img,
.slick-arrow,
.wp-pagenavi a{
  opacity: 1;
}*/
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcCont {
    display: none;
  }
  .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

svg {
  fill: currentColor;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

.mt5 {
  margin-top: 5px !important;
}

.mt25 {
  margin-top: 25px !important;
}

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

.mt60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .f_left, .f_right {
    float: none;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt60 {
  margin-top: 40px !important;
	}
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öheader
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#header {
  height: 207px;
  width: 100%;
  z-index: 120;
  position: fixed;
  top: 0;
  left: 0;
  position: static;
}

#header:before {
  content: "";
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  z-index: -1;
}

#header .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

#header .hd .logo a {
  text-indent: -9999px;
  margin-top: 38px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/logo.png) no-repeat;
  background-size: 230px auto;
  width: 230px;
  height: 48px;
  display: block;
  line-height: 1;
}

#header .hd .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
#header .hd .sub_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  margin-top: 6px;
}
#header .hd .sub_menu .menu li a {
  color: #888;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/h_menu_slash.png) no-repeat left center;
  background-size: 12px auto;
  padding: 9px 15px 9px 30px;
  display: inline-block;
}
#header .hd .sub_menu .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#header .hd .sub_menu .btn li {
  margin-right: 1px;
  width: 100px;
  font-feature-settings: "palt";
}

#header .hd .sub_menu .btn .target{
  width:118px;
}

/* access */
#header .hd .sub_menu .btn .access{
  width: 98px;
}

/* english */
#header .hd .sub_menu .btn .english{
  width:40px;
}

/* search */
#header .hd .sub_menu .btn .search{
  width:40px;
}

/* sns */
#header .hd .sub_menu .btn .sns{
  width: 143px;
  height: 40px;
  background: #0b1a37;
}


#header .hd .sub_menu .btn li a {
  display: block;
  height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 0 0 19px;
}

#header .hd .sub_menu .btn .target a {
  background-color: #2e5193;
  padding-left:0;
}

#header .hd .sub_menu .btn .request a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_request.png) no-repeat 16px center #0a6da3;
  background-size: 14px auto;
}

#header .hd .sub_menu .btn .contact a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_contact.png) no-repeat 16px center #0a6da3;
  background-size: 14px auto;
}

#header .hd .sub_menu .btn .news a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_news.png) no-repeat 20px center #0a6da3;
  background-size: 12px auto;
}

/* english */
#header .hd .sub_menu .btn .english a {
  background: #831c34;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* access */
#header .hd .sub_menu .btn .access a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_access.png) no-repeat 19px center #00507b;
  background-size: 11px auto;
}

/* search */
#header .hd .sub_menu .btn .search a {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_search.png) no-repeat 12px center #0b1a37;
  background-size: auto 16px;
}

/* sns */
#header .hd .sub_menu .btn .sns > a{
  
}

/* ·Ç¹«é_ */
/*#header .hd .sub_menu .btn .teacher{
  display:none;
}*/


#header .hd .sub_menu .btn .search .box {
  position: absolute;
  width: 309px;
  top: 41px;
  right: 0;
  background: #e7e7e7;
  padding: 23px 30px;
  z-index: 100;
  display: none;
  border: none;
}
#header .hd .sub_menu .btn .search .box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contente: space-between;
}
#header .hd .sub_menu .btn .search .box .txt {
  background: #fff !important;
  height: 30px;
  padding: 5px !important;
}
#header .hd .sub_menu .btn .search .box .btn {
  text-indent: -9999px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_search.png) no-repeat center center #0e3167 !important;
  background-size: 15px auto !important;
  width: 30px;
  height: 30px;
  transition: all 0.25s ease-out;
}

#header .hd .sub_menu .btn .search .box .btn:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}


/*nev-sns*/
#header .hd .sub_menu .btn .sns{

}

#header .hd .sub_menu .btn .sns  .sns_list{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0px;
  padding: 0 17px 0 16px;
  height: 100%;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item{
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item:nth-of-type(2){
  margin: 0 18px 0 16px;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item:nth-of-type(1) img{
  width: 29px;
  height: auto;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item:nth-of-type(2) img{
  width: 29px;
  height: auto;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item:nth-of-type(3) img{
  width: 22px;
  height: auto;
}

#header .hd .sub_menu .btn .sns  .sns_list .sns_item a{
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .hd .sub_menu .btn .sns  .sns_list .sns_item a img{
  /* display: block; */
}
/*sns end*/



#header .w1280 .w1280 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 1320px) {
  #header .w1280 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header .logo {
    padding-left: 18px !important;
  }
}

@media only screen and (max-width: 1000px) {
  #header .sub_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #header .sub_menu .btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*¥È¥Ã¥×¥á¥¤¥óÏÂ¤È¹²Í¨*/
.nav_wrap .nav_menu {
  background: #194486;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 500;
}

.nav_menu > li {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  border-right: 1px solid #345c99;
  width: 11.11%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav_menu > li a {
  background: #194486;
  height: 90px;
  width: 100%;
  text-align: center;
  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;
  padding: 0 10px;
  border-bottom: 1px solid #194486;
}

.nav_menu > li a span {
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav_menu > li a.open {
  position: relative;
  z-index: 503;
}

.nav_menu > li a:hover span {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav_menu > li:last-of-type {
  border-right: none;
}

.nav_menu .box {
  width: 100%;
  height: auto;
  background: #194486;
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
  line-height: 1.4;
  z-index: 501;
  border-top: 1px solid #345c99;
  font-weight: 500;
  overflow: hidden;
  padding: 35px 6.2% 55px;
}

.nav_menu .box .hd02.blue {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  margin-left: -3px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #19e;
}

.nav_menu .box .hd02.blue .in {
  padding: 1px 0 0 23px;
}

.nav_menu .box .hd02.blue .in:after {
  background: #19e;
}

.nav_menu .box .inner {
  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;
  position: relative;
}

.nav_menu .box .inner:after {
  content: "";
  position: absolute;
  bottom: -55px;
  right: -7%;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 35vw solid transparent;
  border-right: 35vw solid #153b76;
}

.nav_menu .box .wrap {
  padding: 0 10px 0 0;
  width: 20%;
}

.nav_menu .box .wrap.w2 {
  width: 40%;
}

.nav_menu .box .wrap.w2 .list_wrap {
  overflow: hidden;
}

.nav_menu .box .wrap.w2 .list_wrap ul {
  float: left;
  width: 50%;
}

.nav_menu .box .wrap.w2 .list_wrap ul:nth-of-type(2n+1) {
  clear: left;
}

.nav_menu .box ul {
  padding-left: 7px;
}

.nav_menu .box ul + .hd02 {
  margin-top: 12px;
}

.nav_menu .box ul li {
  margin-bottom: 4px;
	line-height: 1.5;
}

.nav_menu .box ul li a {
  text-align: left;
  height: auto !important;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 5px;
  background-color: rgba(255, 255, 255, 0) !important;
  background-size: 5px auto;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 0 0 15px;
  border-bottom: none;
  letter-spacing: 0.025em;
}
.nav_menu .club .bnr_area .en {
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #0085ce;
  line-height: 1;
}


.nav_menu .box .top_link {
  margin-bottom: 0;
}

.nav_menu .box .top_link a {
  text-align: left;
  height: auto !important;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 7px;
  background-size: 5px auto;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 12px;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav_menu .box .top_link a .kaisetu {
	font-size: 1.2rem;
}
.nav_menu .box ul.top_link{
	overflow: hidden
}

.nav_menu .box ul.top_link li{
	float: left;
	margin: 0 54px 20px 0;
}
.nav_menu .box ul.top_link li .link{
  margin-top: 12px;
}
.nav_menu .box ul.top_link li .link li{
  float:none;
  margin-right: 0;
  margin-bottom: 5px;
}
.nav_menu .box ul.top_link li .link li a{
  font-size: 1.3rem;
}



/*.nav_menu .box .menu_list {
  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;
  padding: 25px 0 0 0;
  margin-bottom: -25px;
}

.nav_menu .box .menu_list:after {
  content: "";
  display: block;
  width: 17.85%;
}

.nav_menu .box .menu_list > li > a {
  background: none;
  padding: 0;
}

.nav_menu .box .menu_list > li {
  padding: 0;
  margin: 0 0 25px 0;
  width: 17.85%;
}

.nav_menu .box .menu_list > li .img {
  line-height: 1;
  margin-bottom: 7px;
}

.nav_menu .box .menu_list > li .img img {
  width: 100%;
  height: auto;
}

.nav_menu .box .menu_list > li .ttl,
.nav_menu .club .bnr_area .ttl{
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.nav_menu .box .menu_list > li .ttl .blank {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank03.png) no-repeat right 7px;
  background-size: 12px auto;
  padding-right: 17px;
}

.nav_menu .box .menu_list > li .en,
.nav_menu .club .bnr_area .en {
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #0085ce;
  line-height: 1;
}

.nav_menu .box .menu_list .link {
  padding-left: 0;
  margin-top: 14px;
}

.nav_menu .box .menu_list02 > li {
  width: 22.85%;
}

.nav_menu .box .menu_list02:before {
  content: "";
  display: block;
  width: 22.85%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.nav_menu .box .menu_list02:after {
  content: "";
  display: block;
  width: 22.85%;
}*/

.nav_menu .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 10px;
}

.nav_menu .bnr li {
  max-width: 342px;
  margin-right: 15px;
}

.nav_menu .bnr li a {
  padding: 0 !important;
  background: none !important;
}

.nav_menu .bnr li:nth-of-type(3) {
  margin-right: 0;
  /*margin-left: 15px;*/
}

.nav_menu .bnr li img {
  width: 100%;
  height: auto;
}

.nav_menu li.club .wrap {
	width: 18%;
  width: 17.5%;
}

.nav_menu li.club .wrap:nth-of-type(2) {
  width: 36.5%;
	width: 32.5%;
}

/*.nav_menu li.club .wrap:nth-of-type(2) ul:nth-of-type(1) {
  width: 48.5%;
}

.nav_menu li.club .wrap:nth-of-type(2) ul:nth-of-type(2) {
  width: 51.5%;
}*/

.nav_menu li.club .wrap:nth-of-type(2) ul{
	width: 50%;
}

.nav_menu li.club .wrap:nth-of-type(3) {
  width: 11.5%;
	width: 14%;
}

.nav_menu li.club .wrap:nth-of-type(4) {
  width: 13.5%;
	width: 17.5%;
	padding-right: 40px;
}

.nav_menu li.club .wrap:nth-of-type(5) {
  width: 20.5%;
	width: 18%;
	max-width: 200px;
	padding-right: 0;
}

.nav_menu li.club .bnr_area{
	margin: 17px 0 13px;
}

.nav_menu li.club .bnr_area a{
	height: auto !important;
	padding: 0;
	border-bottom: none;
	display: block;
	text-align: left;
	background: none;
}

.nav_menu li.club .bnr_athletics{
	margin-bottom: 7px;
	box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.1);
	padding-top: 0 !important;
}

.nav_menu li.club .bnr_athletics img{
	width: 100%;
	height: auto;
}

.nav_menu li.club ul.bnr{
	justify-content: flex-start;
	width: 100%;
	margin-top: -5px;
}

.nav_menu li.facility .wrap {
  width: 25%;
}

.nav_menu li.facility .wrap:nth-of-type(2) {
  width: 21%;
}

.nav_menu li.facility .wrap:nth-of-type(3) {
  width: 54%;
}

.nav_wrap.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.nav_wrap.fix .nav_menu > li {
  font-size: 1.3rem;
}

.nav_wrap.fix .nav_menu > li a {
  height: 66px;
}

.nav_wrap.fix .nav_menu .box {
  top: 65px;
}

@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    height: 58px;
    background: #f8f8f8;
    z-index: 500;
    /*box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.05);*/
  }
  #header:before {
    content: none;
  }
  #header .hd .logo a {
    margin-top: 16px !important;
    background-size: auto 27px;
  }
  #header .hd .sub_menu {
    display: none;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öfooter
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#pagetop.scrolltop {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}

#pagetop:hover {
  cursor: pointer;
  opacity: .8;
}

#footer {
  margin-top: 65px;
  background: #f3f3f3;
}

#footer .sns_area {
  background: #fff;
  padding: 29px 0 14px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
/*02-28*/
@media only screen and (min-width: 767px) {
  #footer .sns_area {
    padding: 25px 0 23px;
  }
}

#footer .sns_area .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .sns_area .ttl {
  font-weight: 600;
  color: #0e3167;
  font-size: 2.6rem;
  font-style: italic;
  width: 19%;
  padding-left: 10px;
}

/*02-28*/
#footer .sns_area ul {
  width: 81%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*02-28*/
@media only screen and (min-width: 767px) {
  #footer .sns_area ul {
    /*02-28*/
    row-gap: 10px;
  }
}

/*02-28*/
#footer .sns_area ul li {
  width: 33.33%;
  padding-left: 10px;
  margin-bottom: 15px;
}
/*02-28*/
@media only screen and (min-width: 767px) {
  #footer .sns_area ul li {
    /*02-28*/
    margin-bottom: 0px;
  }
}

#footer .sns_area ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*02-28*/
#footer .sns_area ul .txt {
  width: calc(100% - 47px);
  font-size: 1.5rem;
  padding-left: 15px;
  line-height: 1.3;
}
/*02-28*/
@media only screen and (min-width: 767px) {
  #footer .sns_area ul .txt {  
    /*02-28*/
    margin-bottom: 0;
  }
}

#footer .logo {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}

#footer address {
  text-align: center;
  margin-bottom: 40px;
}

#footer .sub_menu {
  background: #e6e6e6;
  padding: 30px 0;
  line-height: 1.3;
}

#footer .sub_menu ul {
  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;
}

#footer .sub_menu li:after {
  content: "£ü";
}

#footer .sub_menu li:last-of-type:after {
  content: none;
}

#footer .sub_menu a {
  display: inline-block;
  padding: 0 15px;
}

#footer .copyright {
  background: #0e3167;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 32px 20px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 0;
  }
  #pagetop img {
    width: 45px;
    height: 45px;
  }
  #pagetop.scrolltop {
    bottom: 70px;
  }
  #footer {
    margin-top: 40px;
  }
  #footer .sns_area {
    padding: 20px 0 10px;
    margin-bottom: 25px;
  }
  #footer .sns_area .innerWrap {
    display: block;
  }
  #footer .sns_area .ttl {
    font-size: 2.1rem;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 17px;
  }
  #footer .sns_area ul {
    width: 100%;
  }
  #footer .sns_area ul li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  #footer .sns_area ul .ico img {
    width: 32px;
    height: auto;
  }
  #footer .sns_area ul .txt {
    width: calc(100% - 44px);
    font-size: 1.2rem;
    padding-left: 12px;
    line-height: 1.41;
  }
  #footer .logo {
    margin-bottom: 7px;
  }
  #footer .logo img {
    width: auto;
    height: 28px;
  }
  #footer address {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #footer .sub_menu {
    padding: 25px 0 5px;
  }
  #footer .sub_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .sub_menu li {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #footer .sub_menu li:after {
    content: none;
  }
  #footer .sub_menu a {
    padding: 0 5px;
  }
  #footer .copyright {
    font-size: 1rem;
    padding: 30px 20px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öbread
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.bread {
  overflow: hidden;
  margin-bottom: 80px;
  padding: 0 5px;
}

.bread li {
  float: left;
  font-size: 1.2rem;
  font-weight: 700;
  color: #777;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat right center;
  background-size: 5px auto;
  padding-right: 20px;
  margin-right: 15px;
}

.bread li a {
  display: inline-block;
}

.bread li:last-of-type {
  background: none;
}

#page_postgraduate.postgraduate_index .bread li,
.contents.page_gakubu .bread li,
.contents.page_t_active .bread li {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bread {
    display: none;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡ömain_cont
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#main_cont {
  background: #f3f3f3;
  position: relative;
  z-index: 0;
  padding-top: 15px;
}

#main_cont:before, #main_cont:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
}

#main_cont:before {
  top: 0;
  left: 0;
  border-bottom: 45vw solid transparent;
  border-left: 45vw solid #e0e2e3;
}

#main_cont:after {
  border-top: 30vw solid transparent;
  border-right: 30vw solid #e0e2e3;
  right: 0;
  bottom: 0;
}

#main_cont:before {
  top: -27px;
  border-bottom: 53.5vw solid transparent;
  border-left: 53.5vw solid #e0e2e3;
}

#main_cont:after {
  content: none;
}

#main_cont .main_inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #main_cont {
    padding-top: 42px;
  }
  #main_cont:before {
    border-bottom: 75vw solid transparent;
    border-left: 75vw solid #e0e2e3;
  }
  #main_cont:after {
    border-top: 50vw solid transparent;
    border-right: 50vw solid #e0e2e3;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öanchor
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.anchor {
  background: #3c3c3c;
  max-width: 1280px;
  margin: 0 auto;
  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;
  padding: 18px 0 12px;
}

.anchor li {
  margin-bottom: 5px;
  padding: 0 22px;
}

.anchor a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-right: 20px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_anchor.png) no-repeat right center;
  background-size: 10px auto;
}

@media only screen and (max-width: 767px) {
  .anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
  }
  .anchor li {
    margin-bottom: 1px;
    width: calc(50% - 0.5px);
    padding: 0;
    text-align: center;
    line-height: 1.3;
  }
  .anchor a {
    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;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 11px 20px;
    background-position: right 8px center;
    background-size: 8px auto;
    background-color: #3c3c3c;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡önews_list
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.contents .cat span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 110px;
  padding: 10px 5px;
  text-align: center;
	background: #194486;
}

.contents .cat.cat01 span {
  background: #098d5d;
}

.contents .cat.cat02 span {
  background: #0e4d6f;
}

.contents .cat.cat03 span {
  background: #095a8d;
}

.contents .cat.cat04 span {
  background: #316732;
}

.contents .cat.cat05 span {
  background: #1f6b72;
}

.contents .cat.cat06 span {
  background: #525d6a;
}

.contents .cat.cat07 span {
  background: #07786c;
}

.contents .cat.cat08 span {
  background: #0085ce;
}

.contents .cat.cat09 span {
  background: #0c3d58;
}

.contents .cat.cat10 span {
  background: #5c2d53;
}

.contents .cat.cat11 span {
  background: #16959e;
}

.contents .cat.cat12 span {
  background: #32689e;
}

.contents .cat.cat13 span {
  background: #3d4ba0;
}

.contents .cat.cat14 span {
  background: #19684a;
}

.contents .cat.cat15 span {
  background: #527c6c;
}

.contents .cat.cat17 span {
	background: #344;
}

.contents .cat.caf01 span {
  background: #c12121;
}

.contents .cat.caf02 span {
  background: #db4f2e;
}

.contents .cat.caf03 span {
  background: #d77c33;
}

.contents .cat.caf04 span {
  background: #c68a17;
}

.contents .cat.caf05 span {
  background: #a6960c;
}

.contents .cat.caf06 span {
  background: #86961e;
}

.contents .cat.caf07 span {
  background: #b6305f;
}

.contents .cat.caf08 span {
  background: #b23986;
}

.contents .cat.caf09 span {
  background: #ab47af;
}

.contents .cat.caf10 span {
  background: #7a43ae;
}

.news_list li {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/line01.png) repeat-x left bottom;
  background-size: auto 1px;
}

.news_list li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow01.png) no-repeat right 25px center;
  background-size: 6px auto;
  padding: 18px 40px 18px 0;
}

.news_list li a.pdf {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png);
  background-size: 24px auto;
}

.news_list li a.url {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png);
  background-size: 14px auto;
}

.news_list .txt_area {
  padding-left: 8px;
}

.news_list .cat + .txt_area {
  width: calc(100% - 135px);
  padding-left: 24px;
}

.news_list .day {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 6px;
}

.news_list .txt {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .contents .cat {
    float: left;
  }
  .contents .cat span {
    width: auto;
    min-width: 100px;
    padding: 7px 5px;
    text-align: center;
  }
  .news_list li a {
    display: block;
    background-position: right 15px center;
    padding: 13px 45px 13px 0;
    overflow: hidden;
  }
  .news_list li a.pdf {
    background-size: 20px auto;
  }
  .news_list li a.url {
    background-size: 11px auto;
  }
  .news_list .txt_area {
    width: 100%;
    padding-left: 0;
  }
  .news_list .day {
    margin-bottom: 3px;
    margin: 5px 0 3px;
    float: left;
	}
	.news_list .cat + .day {
		margin-left: 10px;
	}
  .news_list .txt {
    font-size: 1.4rem;
    line-height: 1.42;
    clear: both;
    padding-top: 8px;
  }
}

/*»­Ïñ¤¢¤ê*/
.contents .news_list02 .cat span{
	padding-top: 7px;
	padding-bottom: 7px;
}
.news_list02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 25px;
	margin-bottom: -15px;
}
.news_list02 ul:after{
	content: "";
	display: block;
	width: 30%;
}
.news_list02 li{
	background: none;
	width: 30%;
	padding-bottom: 0;
	margin-bottom: 25px;
}
.news_list02 li a{
	background: none !important;
	display: block;
	padding: 0;
}
.news_list02 .img{
	margin-bottom: 15px;
	line-height: 1;
	position: relative;
	padding-top: 67%;
}
.news_list02 .img img{
	position: absolute;
	top: 0;
}
.news_list02 .hd{
	display: flex;
	margin-bottom: 10px;
}
.news_list02 .hd .cat{
	margin-right: 13px;
}
.news_list02 .txt_area {
	padding-left: 0;
}
.news_list02 .day {
	margin-bottom: 0;
	padding-top: 9px;
}
.news_list02 .txt {
	font-size: 1.5rem;
	line-height: 1.5;
	background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow01.png) no-repeat right top 7px;
	background-size: 6px auto;
	padding-right: 25px;
}
.news_list02 li a.pdf .txt{
	background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png);
	background-size: 24px auto;
	padding-right: 32px;
}
.news_list02 li a.url .txt{
	background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png);
	background-size: 14px auto;
}
@media only screen and (max-width: 767px) {
	.contents .news_list02 .cat{
		float: none;
	}
	.contents .news_list02 .cat span{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.news_list02 ul{
		padding-top: 10px;
	}
	.news_list02 ul:after{
		content: none;
	}
	.news_list02 li{
		width: 48%;
		margin-bottom: 21px;
	}
	.news_list02 .img{
		margin-bottom: 10px;
	}
	.news_list02 .hd{
		display: block;
		margin-bottom: 7px;
	}
	.news_list02 .hd .cat{
		margin-right: 0;
	}
	.news_list02 .day{
		padding-top: 0 !important;
		float: none;
	}
	.news_list02 .cat + .day{
		margin: 7px 0 0 0;
	}
	.news_list02 .txt{
		font-size: 1.4rem;
		padding-top: 0;
		padding-right: 21px;
	}
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öperson_sec_list
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#person_sec_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: 0 -30px 40px;
}

#person_sec_list li {
  width: 32%;
}

#person_sec_list li a {
  display: block;
}

#person_sec_list .img {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

#person_sec_list .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

#person_sec_list .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#person_sec_list .txt_area {
  background: rgba(255, 255, 255, 0.9);
  padding: 23px 30px 25px;
  margin-top: -20px;
  font-weight: 700;
  line-height: 1.57;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#person_sec_list .txt_area .txt {
  margin-bottom: 9px;
}

#person_sec_list .txt_area .sub {
  margin-bottom: 2px;
}

#person_sec_list .txt_area .name {
  font-size: 2rem;
}

#person_sec_list .txt_area .name span {
  font-weight: 500;
  font-size: 1.6rem;
}

#person_sec_list .txt_area .en {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}

#person_sec_list .txt_area .year {
  font-weight: 500;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  #person_sec_list ul {
    display: block;
    margin: 0 -15px 25px;
  }
  #person_sec_list li {
    width: 100%;
  }
  #person_sec_list .img {
    max-width: 251px;
  }
  #person_sec_list .txt_area {
    padding: 25px 33px;
    margin-top: -16px;
  }
  #person_sec_list .txt_area .name {
    font-size: 2.1rem;
  }
  #person_sec_list .txt_area .en {
    font-size: 1.6rem;
  }
  #person_sec_list .txt_area .year {
    margin-top: 5px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öimportant_news_list
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.important_news_list li {
  border-bottom: 1px solid #e5e5e5;
}

.important_news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
  padding: 13px 40px 13px 0;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow08.png) no-repeat right 23px center;
  background-size: 6px auto;
}

.important_news_list .day {
  font-size: 1.2rem;
  padding: 0 13px;
}

.important_news_list .txt {
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .important_news_list a {
    display: block;
    line-height: 1.34;
    padding: 11px 25px 11px 0;
    background-position: right center;
  }
  .important_news_list .day {
    padding: 0;
    margin-bottom: 5px;
  }
  .important_news_list .txt {
    width: 100%;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡ömain_catch_box
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.main_catch_box {
  background: #fff;
  text-align: center;
  font-family: "YakuHanJPs", "ÓÎÃ÷³¯" , "Yu Mincho" , "ÓÎÃ÷³¯Ìå" , "YuMincho" , "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSÃ÷³¯E" , "£Í£Ó £ÐÃ÷³¯" , "MS PMincho" , serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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);
  margin-bottom: 157px;
  color: #0e3167;
}

.main_catch_box .hd {
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: -14px 0 27px;
}

.main_catch_box .hd span {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 1px solid #0085ce;
}

.main_catch_box:before, .main_catch_box:after {
  content: "";

  display: block;
  width: 134px;
  height: 70px;
  border: 1px solid #0e3167;
  position: absolute;
}

.main_catch_box:before {
  border-right: none;
  border-bottom: none;
  top: 0;
  left: 0;
}

.main_catch_box:after {
  border-left: none;
  border-top: none;
  right: 0;
  bottom: 0;
}

.main_catch_box .inner {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 280px;
  width: 100%;
  padding: 15px 20px;
}

.main_catch_box .txt {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.81;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .main_catch_box {
    margin: 0 -10px 80px;
  }
  .main_catch_box .hd {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .main_catch_box .hd span {
    padding-bottom: 10px;
  }
  .main_catch_box:before, .main_catch_box:after {
    width: 85px;
    height: 40px;
  }
  .main_catch_box .inner {
    min-height: 215px;
    padding: 15px 30px;
  }
  .main_catch_box .txt {
    font-size: 2.4rem;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öMENU
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
}

#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt {
  width: 22px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 20px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  -webkit-transition: all 0.2s liner;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar {
  width: 26px;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff !important;
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff !important;
}

#spMenuBtn {
  position: fixed;
  top: 0px;
  right: 0;
  padding: 20px;
  display: none;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #0e3167;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn {
    display: block;
  }
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #194486;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  overflow: hidden;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*position: relative;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 45px;
}

#spMenu ul.mainMenu li,
#spMenu .menu_box .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#spMenu ul.mainMenu li:nth-of-type(1),
#spMenu .menu_box .menu li:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#spMenu ul.mainMenu li a, #spMenu ul.mainMenu li span,
#spMenu .menu_box .menu li a,
#spMenu .menu_box .menu li span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 15px 30px 15px 6px;
}

#spMenu ul.mainMenu li a:after, #spMenu ul.mainMenu li span:after,
#spMenu .menu_box .menu li a:after,
#spMenu .menu_box .menu li span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: -4px 0 0 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu ul.mainMenu li a.parent:after, #spMenu ul.mainMenu li a.parent:before, #spMenu ul.mainMenu li span.parent:after, #spMenu ul.mainMenu li span.parent:before,
#spMenu .menu_box .menu li a.parent:after,
#spMenu .menu_box .menu li a.parent:before,
#spMenu .menu_box .menu li span.parent:after,
#spMenu .menu_box .menu li span.parent:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#spMenu ul.mainMenu li a.parent:after, #spMenu ul.mainMenu li span.parent:after,
#spMenu .menu_box .menu li a.parent:after,
#spMenu .menu_box .menu li span.parent:after {
  width: 13px;
  height: 1px;
  right: 11px;
  border-right: none;
  margin-top: 0;
}

#spMenu ul.mainMenu li a.parent:before, #spMenu ul.mainMenu li span.parent:before,
#spMenu .menu_box .menu li a.parent:before,
#spMenu .menu_box .menu li span.parent:before {
  right: 17px;
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 50%;
  border-right: 1px solid #fff;
  margin-top: -6px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#spMenu ul.mainMenu li a.parent.open:before, #spMenu ul.mainMenu li span.parent.open:before,
#spMenu .menu_box .menu li a.parent.open:before,
#spMenu .menu_box .menu li span.parent.open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#spMenu ul.mainMenu .nyushi a,
#spMenu .menu_box .menu .nyushi a {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank_w.png) no-repeat right 13px center;
  background-size: 12px auto;
}

#spMenu ul.mainMenu .nyushi a:after,
#spMenu .menu_box .menu .nyushi a:after {
  content: none;
}

#spMenu ul.menu .child {
  display: none;
  border-top: none;
}

#spMenu ul.menu .child ul li {
  border-bottom: none;
}

#spMenu ul.menu .child ul li + li {
  border-top: 1px solid #dcdcdc;
}

#spMenu ul.subMenu {
  height: auto;
  overflow: hidden;
  padding: 20px 25px;
  border-top: none;
  font-size: 0;
  text-align: center;
  line-height: 1;
}

#spMenu ul.subMenu li {
  display: inline-block;
  border-bottom: none;
  border-right: 1px solid #a9bac4;
}

#spMenu ul.subMenu li:last-of-type {
  border-right: none;
}

#spMenu ul.subMenu li a {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.2rem;
}

#spMenu ul.subMenu li a:after {
  display: none;
}

#spMenu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* ¥Õ¥§©`¥É¥¤¥ó */
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  /* ÉÏ¤«¤é¥¤¥ó */
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  /* ÏÂ¤«¤é¥¤¥ó */
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /* ×ó¤«¤é¥¤¥ó */
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* ÓÒ¤«¤é¥¤¥ó */
}

#spMenu .wrap {
  padding: 0 30px;
}

#spMenu .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #0085ce;
  margin-bottom: 20px;
}

#spMenu .search_box {
  margin-bottom: 18px;
}

#spMenu .search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#spMenu .search_box .txt {
  background: #fff !important;
  width: calc(100% - 44px);
  height: 44px;
  padding: 5px 5px 5px 15px !important;
}

#spMenu .search_box .btn {
  text-indent: -9999px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_search.png) no-repeat center center #0b1a37 !important;
  background-size: 18px auto !important;
  width: 44px;
  height: 44px;
}

#spMenu ul.topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

#spMenu ul.topMenu li {
  width: calc(25% - 1%);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  align-items: center;
}

#spMenu ul.topMenu li a {
  display: block;
  padding: 32px 2px;
}

#spMenu ul.topMenu li.request a {
  background: #0b1a37;
}

#spMenu ul.topMenu li.access a {
  background: #831c34;
}

#spMenu ul.topMenu li.contact a {
  background: #0a266f;
}

#spMenu ul.topMenu li.news a {
  background: #2b2b2b;
}

#spMenu #main_menu {
  position: relative;
  overflow: hidden;
}

#spMenu .menu_box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: -100%;
  padding-top: 27px;
  transition: all 0.25s ease-out;
}

#spMenu .menu_box.active {
  right: 0;
  transition: all 0.25s ease-out;
}

#spMenu .menu_box .hd {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
}

#spMenu .menu_box .back {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0085ce;
  font-style: italic;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 35px;
}

#spMenu .menu_box .back:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0085ce;
  border-top: 1px solid #0085ce;
  margin: -3px 0 0 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#spMenu .menu_box ul + .back {
  margin-top: 37px;
}

#spMenu .menu_box .menu .ac_box li:last-of-type {
  border-bottom: none;
}

#spMenu .menu_box .menu .ac_box li a {
  background-color: #22529b;
  padding-left: 17px;
}

#spMenu .menu_box .bnr {
  margin-top: 30px;
}

#spMenu .menu_box .bnr li {
  margin-bottom: 10px;
}

#spMenu .menu_box .bnr li:last-of-type {
  margin-bottom: 0;
}

#spMenu .menu_box .bnr li img {
  width: 100%;
  height: auto;
}

#spMenu .sns_menu {
  margin-top: 0px;
  background: #fff;
  padding: 24px 0 6px;
}

#spMenu .sns_menu 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;
}

#spMenu .sns_menu ul li {
  width: calc(50% - 5px);
  line-height: 1.36;
  margin-bottom: 20px;
}

#spMenu .sns_menu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#spMenu .sns_menu ul a .ico {
  width: 44px;
}

#spMenu .sns_menu ul a .txt {
  width: calc(100% - 44px);
  font-size: 1.1rem;
  color: #000;
}

#spMenu .footer_menu {
  padding:24px 0;
  margin-top:30px;
  background: #f3f3f3;
  overflow: hidden;
}

#spMenu .footer_menu 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-right: 23px;
}

#spMenu .footer_menu ul li {
  min-height: 63px;
  width: calc(50% - 0.5px);
  margin-bottom: 1px;
}

#spMenu .footer_menu ul li a {
  display: block;
  height: 100%;
  background: #194486;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  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;
}

#spMenu .footer_menu ul li span {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}

#spMenu .footer_menu ul li:nth-of-type(2) a {
  background: #163f7d;
}

#spMenu .footer_menu ul li:nth-of-type(3) a {
  background: #143c78;
}

#spMenu .footer_menu ul li:nth-of-type(4) a {
  background: #153464;
}

#spMenu .footer_menu ul li:nth-of-type(5) a {
  background: #142e57;
}

#spMenu .footer_menu ul li:nth-of-type(6) a {
  background: #142d53;
}
#spMenu .footer_menu ul li:nth-of-type(1) {
  margin-left: 38px;
}
#spMenu .footer_menu ul li:nth-of-type(2) {
  margin-right: -38px;
}
#spMenu .footer_menu ul li:nth-of-type(2) a {
  padding-right: 10px;
}
#spMenu .footer_menu ul li:nth-of-type(3) {
  margin-left: 14px;
}
#spMenu .footer_menu ul li:nth-of-type(4) {
  margin-right: -14px;
}
#spMenu .footer_menu ul li:nth-of-type(5) {
  margin-left: -10px;
}
#spMenu .footer_menu ul li:nth-of-type(5) a{
  padding-left:10px;
}
#spMenu .footer_menu ul li:nth-of-type(6) {
  margin-right: 10px;
}


#spMenu .subMenu {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}

#spMenu .subMenu 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;
}

#spMenu .subMenu ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

#spMenu .subMenu ul li a {
  display: block;
  padding: 5px 0;
}

#spMenu .subMenu ul li .blank {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right center;
  background-size: 11px auto;
  padding: 0 17px;
}

#spMenu .subMenu .english {
  margin-top: 23px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

#spMenu .subMenu .english a {
  display: block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow01.png) no-repeat right 14px center #fff;
  background-size: 6px auto;
  padding: 17px;
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡ö404ÓÃ WP¤Ç±ØÒª
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  wp-pagenavi
-------------------------*/
.wp-pagenavi {
  margin-top: 36px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 1;
  margin-right: 15px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
  padding-top: 9px;
  margin-bottom: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi a.current, .wp-pagenavi span:hover, .wp-pagenavi span.current {
  color: #fff;
  background: #3c3c3c;
  opacity: 1;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  position: relative;
}

.wp-pagenavi .previouspostslink:after, .wp-pagenavi .nextpostslink:after {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -0.5em 0 0 -0.5em;
}

.wp-pagenavi .previouspostslink:after {
  content: "£¼";
}

.wp-pagenavi .nextpostslink:after {
  content: "£¾";
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 23px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öcontent
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öparts
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.hd01 span {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .hd01 span {
    font-size: 3.9rem;
  }
}

.hd02 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 25px;
}

.hd02 .in {
  position: relative;
  padding: 5px 55px 0;
  display: inline-block;
}

.hd02 .in:after {
  content: "";
  width: 56px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  background: #000f16;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000f16 0%, #0085ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000f16 0%, #0085ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000f16 0%, #0085ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f16', endColorstr='#0085ce',GradientType=1 );
  /* IE6-9 */
}

.hd02.blue {
  font-size: 1.5rem;
  color: #0085ce;
  margin-bottom: 15px;
}

.hd02.blue .in {
  padding: 2px 0 0 18px;
}

.hd02.blue .in:after {
  background: #0085ce;
  width: 24px;
  height: 1px;
}

.hd02.c02 .in:after {
  width: 74px;
  background: #014466;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#014466), to(#831c34));
  background: linear-gradient(to right, #014466 0%, #831c34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014466', endColorstr='#831c34',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  .hd02 {
    margin-bottom: 5px;
    padding-top: 15px;
    line-height: 1.64;
  }
  .hd02 .in {
    padding: 0px 39px 0;
  }
  .hd02 .in:after {
    width: 42px;
  }
  .hd02.c02 .in {
    padding: 0 45px;
  }
  .hd02.c02 .in:after {
    width: 42px;
  }
}

.hd03 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.hd03 .hd02.blue .in {
  padding-right: 18px;
}

.hd03 h1 {
  font-weight: 700;
  position: relative;
  z-index: 0;
  font-size: 4.2rem;
  line-height: 1.3;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.hd03 h1:after {
  content: "";
  display: block;
  width: 10px;
  height: 0.8em;
  font-size: 13.6rem;
  padding-bottom: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
}

.hd03 h1 .small {
  font-size: 2.4rem;
  margin-left: 7px;
}

.hd03 h1 .sex {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #194486;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 22px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -3px;
}

.hd03 .sub {
  color: #0e3167;
  font-weight: 600;
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  position: absolute;
  bottom: 76px;
  left: 0;
  width: 100%;
}

.hd03 .page {
  font-size: 13.6rem;
  font-style: italic;
  color: #d9dbdc;
  letter-spacing: 0.14em;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .hd03 {
    /*padding-top: 22px;*/
  }
  .hd03 h1 {
    font-size: 2.4rem;
    position: relative;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    letter-spacing: 0.025em;

  }
  .hd03 h1 br.spCont {
    display: inline-block;
  }
  .hd03 h1:after {
    height: 0.8em;
    font-size: 6.8rem;
  }
  .hd03 h1 .small {
    font-size: 1.4rem;
    margin-left: 5px;
  }
  .hd03 h1 .sex {
    width: 33px;
    height: 33px;
    font-size: 1rem;
    padding-top: 11px;
    top: -2px;
  }
  .hd03 .sub {
    font-size: 1.2rem;
    bottom: 28px;
  }
  .hd03 .page {
    font-size: 6.8rem;
  }
}

.hd04 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.hd04:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #0085ce;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

.hd04 .en {
  display: block;
  font-style: italic;
  font-size: 1.4rem;
  margin-top: 6px;
  letter-spacing: 0.2em;
}

.hd04.c_f {
  color: #fff;
}

.hd04.c_f .en {
  color: #2081b2;
}

.hd04.big .en{
	color: #e3e3e3;
	font-size: 4.6rem;
	letter-spacing: 0.15em;
	margin-bottom: -22px;
}

@media only screen and (max-width: 767px) {
  .hd04 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 23px;
  }
  .hd04:after {
    width: 40px;
    margin-left: -20px;
  }
  .hd04 .en {
    font-size: 1.2rem;
    margin-top: 5px;
	}

	.hd04.big .en{
		font-size: 3.5rem;
		margin-bottom: -19px;
	}
}

.hd05 {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 14px;
  margin-bottom: 79px;
}

.hd05 .en {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin-left: 20px;
  color: #014466;
}

.hd05 .small {
  font-size: 1.4rem;
  margin-left: 15px;
  font-weight: 500;
}

.hd05.en {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}

.hd05.en .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .hd05 {
    font-size: 1.9rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .hd05 .en {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
  .hd05 .small {
    font-size: 1.3rem;
    margin-left: 5px;
  }
  .hd05.en {
    font-size: 2.1rem;
  }
  .hd05.en .ja {
    font-size: 1.1rem;
    margin-left: 5px;
  }
}

.hd06 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 33px;
}

.hd06 span {
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: 2px solid #0e3167;
}

.hd06 span.small {
  font-size: 1.6rem;
  border-bottom: none;
}

.hd06.long {
  margin-bottom: 23px;
  letter-spacing: normal;
}

.hd06.long span {
  display: block;
  border-bottom-width: 3px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .hd06 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .hd06 span.small {
    font-size: 1.3rem;
  }
  .hd06.long {
    margin-bottom: 15px;
  }
  .hd06.long span {
    border-bottom-width: 2px;
    padding-bottom: 8px;
  }
}

.hd07 {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  padding: 15px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .hd07 {
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
}

.hd08 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 45px;
}

.hd08:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #0085ce;
  margin-top: 19px;
}

.hd08 .sub_b {
  display: block;
  font-size: 1.8rem;
  margin-top: 8px;
}

.hd08 .sub_t {
  display: block;
  font-size: 2rem;
  margin-bottom: -5px;
}

.hd08 .in {
  display: inline-block;
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  .hd08 {
    text-align: center;
  }
  .hd08:after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .hd08 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hd08 {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .hd08:after {
    width: 46px;
    margin-top: 12px;
  }
  .hd08 .sub_b {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .hd08 .sub_t {
    font-size: 1.3rem;
  }
}

.hd09 {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 35px;
}
.hd09 .en{
	font-size: 5rem;
	font-weight: 600;
	font-style: italic;
}
.hd09 .ja {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.hd09 {
		margin-bottom: 14px;
	}
	.hd09 .en{
		font-size: 4rem;
		font-weight: 600;
		font-style: italic;
	}
	.hd09 .ja {
		font-size: 1.4rem;
	}
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  text-align: center;
}

.btn01 a {
  display: flex;
  overflow: hidden;
  font-size: 1.7rem;
  border: 1px solid #0e3167;
  border-radius: 25px;
  width: 180px;
  color: #0e3167;
  position: relative;
  line-height: 1;
  margin: 0 auto;
  transition: all .1s;
  z-index: 2;
}

.btn01 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all .2s .1s;
  background: #0e3167;
}

.btn01 p {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  min-height: 38px;
  transition: all .2s;
}

.btn01 .en {
  font-style: italic;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.btn01 a:hover {
  color: #fff;
  opacity: 1;
  transition: all .1s;
}

.btn01 a:hover:after {
  transition: all .2s .1s;
  left: 0;
}

.btn01 span.pdf {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right center;
  padding: 19px 40px 19px 15px;
  font-weight: 700;
}

.btn01.btn01_400 {
  margin: 0 auto;
}

.btn01.btn01_400 p {
  min-height: 50px;
}

.btn01.btn01_400 a {
  width: 400px;
  min-width: 180px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
  font-size: 1.5rem;
}

.btn01.btn01_400 a:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn01 a {
    font-size: 1.5rem;
    border: 1px solid #0e3167;
    border-radius: 25px;
    width: 200px;
  }
  .btn01 span.pdf {
    background-size: 20px auto;
    padding: 15px 28px 15px 15px;
  }
  .btn01.btn01_400 p {
    min-height: 37px;
  }
  .btn01.btn01_400 a {
    font-size: 1.4rem;
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn02 {
  text-align: center;
}

.btn02 a {
  display: flex;
  overflow: hidden;
  font-size: 1.7rem;
  border: 1px solid #0e3167;
  border-radius: 25px;
  width: 180px;
  color: #0e3167;
  position: relative;
  line-height: 1;
  margin: 0 auto;
  transition: all .1s;
  z-index: 2;
}

.btn02 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all .2s .1s;
  background: #0e3167;
}

.btn02 p {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  min-height: 38px;
  transition: all .2s;
}

.btn02 .en {
  font-style: italic;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.btn02 a:hover {
  color: #fff;
  opacity: 1;
  transition: all .1s;
}

.btn02 a:hover:after {
  transition: all .2s .1s;
  left: 0;
}

.btn02 a {
  border-color: #fff !important;
  color: #fff;
}

.btn02 a:after {
  background: #fff;
}

.btn02 a:hover {
  color: #0e3167;
}

.btn02 a:hover p:after {
  background: #0e3167;
}

@media only screen and (max-width: 767px) {
  .btn02 a {
    font-size: 1.5rem;
    border: 1px solid #0e3167;
    border-radius: 25px;
    width: 200px;
  }
}

.btn03 a {
  position: relative;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat right 15px center #fff;
  background-size: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}

.btn03 a:before, .btn03 a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s ease-out;
  background: #0085ce;
  transition-delay: 0s;
}

.btn03 a:before {
  right: 0;
  top: 0;
}

.btn03 a:after {
  left: 0;
  bottom: 0;
}

.btn03 a.blank {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png);
  background-size: 11px auto;
}

.btn03 a.pdf {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png);
  background-size: 19px auto;
}

.btn03 a .in {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-right: 7px;
}

.btn03 a .in:before, .btn03 a .in:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s ease-out;
  background: #0085ce;
  transition-delay: 0.2s;
}

.btn03 a .in:before {
  left: 0;
  top: 0;
}

.btn03 a .in:after {
  right: 0;
  bottom: 0;
}

.btn03 a:hover, .btn03 a.active {
  color: #0085ce;
  background-image: none;
}

.btn03 a:hover:before, .btn03 a:hover:after, .btn03 a.active:before, .btn03 a.active:after {
  width: 100%;
  transition-delay: 0.2s;
}

.btn03 a:hover .in:before, .btn03 a:hover .in:after, .btn03 a.active .in:before, .btn03 a.active .in:after {
  height: 100%;
  transition-delay: 0s;
}

.btn03 a.active {
  background-image: none;
}

ul.btn03_03 {
  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;
}

ul.btn03_03:after {
  content: "";
  display: block;
  width: 32%;
}

ul.btn03_03 li {
  width: 32%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.37;
  margin-bottom: 15px;
}

ul.btn03_03 li a .in {
  padding-right: 35px;
  padding-left: 25px;
  min-height: 80px;
}

ul.btn03_03 li a.blank {
  background-size: 13px auto;
}

.btn03_big {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.37;
}

.btn03_big a .in {
  padding-right: 35px;
  padding-left: 25px;
  min-height: 80px;
}
.btn03_big.red {
	font-size: 1.8rem;
	color:#ff0000;
}
.btn03_big.bigger {
	font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .btn03 a {
    background-position: right 10px center;
    font-size: 1.3rem;
  }
  .btn03 a .in {
    min-height: 45px;
  }
  .btn03 a:hover:before, .btn03 a:hover:after, .btn03 a:hover .in {
    transition: none;
    content: none;
  }
  .btn03 a:hover .in:before, .btn03 a:hover .in:after {
    transition: none;
    content: none;
  }
  ul.btn03_03,
  .btn03_big {
    display: block;
  }
  ul.btn03_03 li,
  .btn03_big li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  ul.btn03_03 li a,
  .btn03_big li a {
    font-size: 1.5rem;
    background-position: right 15px center;
  }
  ul.btn03_03 li a .in,
  .btn03_big li a .in {
    min-height: 70px;
  }
  .btn03_big {
    background-position: right 15px center;
  }
  .btn03_big a {
    font-size: 1.5rem;
  }
  .btn03_big a .in {
    min-height: 70px;
  }
}

ul.btn04 {
  position: relative;
  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;
}

ul.btn04:after {
  content: "";
  display: block;
  width: 200vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -100vw;
  top: 50%;
  z-index: -1;
}

.btn04 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 auto;
  width: 125px;
  height: 71px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-filter: drop-shadow(1px 0px 21px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 0px 21px rgba(0, 0, 0, 0.1));
}

.btn04 a:before, .btn04 a:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: 000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
  -webkit-filter: none;
  filter: none;
}

.btn04 a:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.btn04 a:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.btn04 .wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}

.btn04 .wrap:before, .btn04 .wrap:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #0085ce;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 10;
  -webkit-filter: none;
  filter: none;
}

.btn04 .wrap:before {
  right: 0;
  top: 0;
}

.btn04 .wrap:after {
  left: 0;
  bottom: 0;
}

.btn04 .wrap02 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  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;
}

.btn04 .wrap02:before, .btn04 .wrap02:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: all 0.25s ease-out;
}

.btn04 .wrap02:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.btn04 .wrap02:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.btn04 .inner {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.25s ease-out;
}

.btn04 .inner .ttl {
  font-size: 1.6rem;
}

.btn04 .inner .ttl span {
  font-size: 2.8rem;
  line-height: 1.21;
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 7px;
}

.btn04 .inner .ttl span:after {
  content: "";
  width: 55px;
  height: 1px;
  display: block;
  background: #0085ce;
  margin: 27px auto 0;
}

.btn04 .inner .en {
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.btn04 .inner .ja {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #0085ce;
}

.btn04 li.active a,
.btn04 a:hover {
  transition: all 0.25s ease-out;
}

.btn04 li.active a .inner,
.btn04 a:hover .inner {
  transition: all 0.25s ease-out;
  color: #0085ce;
}

.btn04 li.active a .wrap:before, .btn04 li.active a .wrap:after,
.btn04 a:hover .wrap:before,
.btn04 a:hover .wrap:after {
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn04 li.active a .wrap02:before, .btn04 li.active a .wrap02:after,
.btn04 a:hover .wrap02:before,
.btn04 a:hover .wrap02:after {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s 0.17s linear;
  transition: all 0.5s 0.17s linear;
  border-left: 1px solid #026eb7;
  border-right: 1px solid #026eb7;
}

@media only screen and (max-width: 767px) {
  ul.btn04 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.btn04:after {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -100vw;
    top: 50%;
    z-index: -1;
    opacity: 0;
  }
  ul.btn04 li {
    padding: 0 15px;
    margin-bottom: 80px;
    position: relative;
  }
  ul.btn04 li:after {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -100vw;
    top: 50%;
    z-index: -1;
  }
  .btn04 a {
    -webkit-filter: drop-shadow(1px 0px 13px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(1px 0px 13px rgba(0, 0, 0, 0.1));
  }
  .btn04 .inner .ttl span {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .btn04 .inner .ttl span:after {
    width: 40px;
    margin-top: 15px;
  }
  .btn04 .inner .ja {
    font-size: 1.2rem;
  }
  .btn04 a:hover .wrap:before, .btn04 a:hover .wrap:after {
    content: none;
    -webkit-transition: none;
    transition: none;
  }
  .btn04 a:hover .wrap02:before, .btn04 a:hover .wrap02:after {
    -webkit-transition: none;
    transition: none;
    border-color: #ccc;
  }
}

@media only screen and (max-width: 360px) {
  ul.btn04 li {
    padding: 0 4px;
  }
}


.btn05{
  font-size: 13px;
  font-feature-settings: "palt";
  margin-right: 10px;
  margin-top: 10px !important;
  transition: all 0.3s;
}
.btn05:hover{
  opacity: 0.85;
}
.btn05 a{
  min-width: 320px;
  display: inline-block;
  border:1px solid #234585;
  border-radius: 2px;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0 20px 0 0;
  position: relative;
}
.btn05 a::after{
  content:'';
  width:5px;
  height: 5px;
  border-right:1px solid #234585;
  border-bottom:1px solid #234585;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top:14px;
}
.btn05 span.hd{
  display: inline-block;
  min-width: 122px !important;
  text-align: center;
  color: #fff;
  background-color:#234585;
  padding: 3px 0 3px 10px;
  margin-right: 20px !important;
  position: relative;
}
.btn05 span.hd::after{
  content:'';
  position: absolute;
  right:-17px;
  top:0;
  border-top:30px solid #234585;
  border-right: 17px solid transparent;
}
.btn05 span{
  padding:3px 0 4px 24px;
  margin-right: 0 !important;
}
.btn05 span.movie{
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_btn_movie.png) no-repeat left center;
  background-size: 17px auto;
}
.btn05 span.page{
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_btn_page.png) no-repeat left center;
  background-size: 14px auto;
}

@media only screen and (max-width: 767px) {
  .btn05{
    font-feature-settings:normal;
    margin-right: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
  .btn05 a{
    min-width: auto;
    display: block;
    padding: 0;
  }
  .btn05 a::after{
    right: 10px;
    top:auto;
    bottom:14px;
  }
  .btn05 span.hd{
    display: block;
    min-width: 122px !important;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color:#234585;
    padding: 1px 0 2px 10px;
    margin-right: 0 !important;
  }
  .btn05 span.hd::after{
    content:none;
  }
  .btn05 span{
    font-size: 14px;
    display: block;
    text-align: center;
    padding:3px 0;
    margin-right: 0 !important;
  }
  .btn05 span.movie{
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_btn_movie.png) no-repeat 11px center;
    background-size: 17px auto;
  }
  .btn05 span.page{
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_btn_page.png) no-repeat 13px center;
    background-size: 14px auto;
  }
}

.btn06 a{
	position: relative;
	background: #082857;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
	padding: 15px 30px 15px 44px;
	min-height: 108px;
	display: flex;
	align-items: center;
	transition: all .1s;
}
.btn06 a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all .2s .1s;
	background: #0F356D;
}
.btn06 a:before{
	content: "";
	display: block;
	background: url(/wp/wp-content/themes/ouhs_main/assets/img/btn06_bg.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 95px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 0;
}
.btn06 a:hover:after{
	left: 0;
}
.btn06 p{
	width: 100%;
	position: relative;
	font-size: 2.2rem;
	background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow06.png) no-repeat right center;
	background-size: 9px auto;
	padding-right: 12px;
	z-index: 3;
}
.btn06 .en{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-style: italic;
	opacity: 0.5;
}
@media only screen and (max-width: 767px) {
	.btn06 a{
		padding: 10px 20px 10px 30px;
		min-height: 88px;
	}
	.btn06 a:after {
		content: none;
	}
	.btn06 a:before{
		width: 72px;
		height: 82px;
	}
	.btn06 a:hover:after{
		left: 0;
	}
	.btn06 p{
		font-size: 1.8rem;
	}
	.btn06 .en{
		font-size: 1.3rem;
	}
}

ul.btn06_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
ul.btn06_02 > li{
	width: 48%;
	margin-bottom: 40px;
}
ul.btn06_02 .list{
	margin-top: 30px;
	margin-bottom: -15px;
}
#content_normal ul.btn06_02 .list:after{
	content: none;
}
#content_normal ul.btn06_02 .list li{
	font-size: 1.6rem;
	width: 50%;
	padding-left: 15px;
}
#content_normal ul.btn06_02 .list li a{
	background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow01.png);
}
@media only screen and (max-width: 767px) {
	ul.btn06_02{
		margin-bottom: 0;
	}
	ul.btn06_02 > li{
		width: 100%;
		margin-bottom: 20px;
	}
	ul.btn06_02 > li:last-of-type{
		margin-bottom: 0;
	}
	ul.btn06_02 .list{
		margin-top: 20px;
		margin-bottom: -5px;
	}
	#content_normal ul.btn06_02 .list li{
		width: 100%;
		padding-left: 10px;
	}
}



/*-------------------------
  table
-------------------------*/
.table01 {
  width: 100%;
  text-align: center;
}

.table01 tr {
  border-bottom: 1px solid #000;
}

.table01 th, .table01 td {
  padding: 5px;
  vertical-align: middle;
  line-height: 1.57;
  min-height: 78px;
}

.table01 th {
  padding: 28px 40px;
  color: #fff;
  background: #0e3167;
}

.table01 td p {
  min-height: 68px;
  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;
}

@media only screen and (max-width: 767px) {
  .table01 th, .table01 td {
    min-height: 78px;
  }
  .table01 th {
    padding: 16px 15px;
  }
  .table01 td {
    padding: 12px 5px;
  }
  .table01 td p {
    min-height: 50px;
  }
}

.table02,
.result-table{
  width: 100%;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

.table02 th, .table02 td,
.result-table th,.result-table td {
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  vertical-align: middle;
  padding: 18px 15px;
  line-height: 1.57;
}

.table02 th,
.result-table th {
  font-weight: 700;
  background: #dfeafa;
}

.table02 td,
.result-table td {
  font-size: 1.3rem;
  background: #fff;
    padding-left: 24px;
    padding-right: 24px;
}

.table02 .orange {
  color: #e6851c;
}

.table02 .green {
  color: #038320;
}

.table02 tr.gray th, .table02 tr.gray td {
  background: #e8e8e8;
}

@media only screen and (max-width: 767px) {
  .table02 th, .table02 td,
	.result-table th,.result-table td {
    padding: 10px;
  }
}

/*.scroll_wrap*/
@media only screen and (max-width: 767px) {
  .scroll_wrap .spCont.read {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .scroll_wrap .inner {
    overflow: auto;
  }
  .scroll_wrap .inner table {
    width: 600px !important;
    font-size: 1.3rem;
  }
}

/*-------------------------
  list
-------------------------*/
ul.list01 li {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 18px;
  padding-left: 25px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_list.png) no-repeat left 8px;
  background-size: 8px auto;
}

ul.list01 li:last-of-type {
  margin-bottom: 0;
}

ul.list01 li a {
  color: #026eb7;
  text-decoration: underline;
}

ul.list01 li a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

ul.list01.normal li {
  font-weight: 500;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  ul.list01 li {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-left: 18px;
  }
  ul.list01 li a[href^="tel:"] {
    color: #026eb7;
    text-decoration: underline;
  }
}

ul.list02 li {
  font-size: 1.5rem;
  line-height: 1.46;
  margin-bottom: 17px;
  padding-left: 23px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_list02.png) no-repeat left 7px;
  background-size: 8px auto;
}

ul.list02 li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  ul.list02 li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 18px;
  }
}

/*-------------------------
  box01
-------------------------*/
.box01 {
  background: rgba(255, 255, 255, 0.95);
  -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);
  padding: 50px 60px;
  font-weight: 700;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .box01 {
    font-size: 1.4rem;
    padding: 25px 30px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öslick
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: no-repeat !important;
  background-size: 40px auto !important;
  z-index: 20;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  line-height: 1;
  text-align: left;
}

.slick-dots li {
  margin: 0 11px;
  width: 8px !important;
  height: 8px !important;
  background: #646f75 !important;
  border-radius: 50% !important;
}

.slick-dots li.slick-active {
  background: #0085ce !important;
}

.slick-dots button {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
}

.slick-dots button:before {
  content: none !important;
}

.slick-dots button + button {
  display: none;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡övirtual_sec
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#virtual_sec {
  text-align: center;
}

#virtual_sec .ttl {
  line-height: 1;
  margin-bottom: 30px;
}

#virtual_sec #virtual {
  margin-bottom: 20px;
}

#virtual_sec #virtual iframe {
  width: 100%;
  height: 450px;
}

#virtual_sec .btn01 a {
  font-size: 1.4rem;
  font-weight: 700;
  width: 290px;
}

#virtual_sec .btn01 a span {
  display: block;
  width: 100%;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_virtual_link.png) no-repeat 30px center;
  background-size: auto 14px;
  padding: 12px 0 12px 15px;
  z-index: 2;
}

#virtual_sec .btn01 a:hover span {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_virtual_link_w.png);
}

@media only screen and (max-width: 767px) {
  #virtual_sec .ttl {
    margin-bottom: 25px;
  }
  #virtual_sec .ttl img {
    width: auto;
    height: 56px;
  }
  #virtual_sec #virtual {
    margin-bottom: 15px;
  }
  #virtual_sec #virtual iframe {
    height: 280px;
  }
  #virtual_sec .btn01 a {
    font-size: 1.3rem;
    width: 250px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öother_page
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#other_page {
  margin-top: 65px;
  padding-top: 75px;
  border-top: 1px solid #ddd;
}

#other_page .hd04 {
  padding-bottom: 0;
  margin-bottom: 8px;
}

#other_page .hd04:after {
  content: none;
}

#other_page .w1280 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#other_page .wrap {
  padding-left: 25px;
  line-height: 1.4;
}

#other_page .wrap .hd02 {
  margin-bottom: 13px;
}

#other_page .wrap ul {
  padding-left: 10px;
  font-size: 1.2rem;
}

#other_page .wrap ul + .hd02 {
  margin-top: 15px;
}

#other_page .wrap li {
  margin-bottom: 8px;
}

#other_page .wrap li:last-of-type {
  margin-bottom: 0;
}

#other_page .wrap a {
  display: block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 3px;
  background-size: 5px auto;
  padding-left: 15px;
}

#other_page ul.link_list {
  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-top: 30px;
}

#other_page ul.link_list:after {
  content: "";
  display: block;
  width: 32%;
}

#other_page ul.link_list li {
  width: 32%;
  line-height: 1.6;
  margin-bottom: 15px;
}

#other_page ul.link_list li a {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 6px;
  background-size: 5px auto;
  padding-left: 15px;
}

#other_page ul.link_list li a .pdf {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right 1px;
  background-size: 19px auto;
  padding-right: 25px;
}

#other_page ul.link_list li a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

#other_page ul.link_list li a .excel {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_excel.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#other_page ul.link_list li a .word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

@media only screen and (min-width: 767px) {
  #other_page .wrap .list {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  #other_page {
    margin-top: 40px;
    padding-top: 30px;
  }
  #other_page .hd04 {
    margin-bottom: 18px;
  }
  #other_page .w1280 {
    display: block;
  }
  #other_page .wrap {
    width: 100% !important;
    padding-left: 0;
  }
  #other_page .wrap .list {
    padding: 15px 0;
  }
  #other_page .wrap .hd02 {
    margin-bottom: 1px;
    background: #fff;
    padding: 13px 18px;
    font-weight: normal;
    font-size: 1.6rem;
  }
  #other_page .wrap .hd02:hover {
    opacity: 0.8;
  }
  #other_page .wrap .hd02 .in {
    padding: 0;
    display: block;
  }
  #other_page .wrap .hd02 .in:after {
    content: "";
    background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03_b.png);
    width: 10px;
    height: 6px;
    background-size: 10px auto;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #other_page .wrap .hd02.open .in:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #other_page .wrap .list {
    display: none;
  }
  #other_page .wrap ul {
    padding-left: 18px !important;
    font-size: 1.6rem;
  }
  #other_page .wrap ul + .hd02 {
    margin-top: 0;
  }
  #other_page .wrap ul + ul {
    margin-top: 12px;
  }
  #other_page .wrap li {
    margin-bottom: 12px;
  }
  #other_page .wrap a {
    background-position: left 5px;
    background-size: auto 10px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öother_page02
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#other_page02 {
  margin-top: 120px;
  padding-top: 75px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
}

#other_page02 .hd04 {
  margin-bottom: 13px;
}

#other_page02 .hd04:after {
  content: none;
}

#other_page02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1245px;
  margin: 0 auto;
}

#other_page02 ul li {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 16.6%;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #other_page02 {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #other_page02 .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #other_page02 .list li {
    width: calc(50% - 3px) !important;
    padding: 0;
    margin-bottom: 6px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öother_page03
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#other_page03 {
  margin-top: 80px;
  margin-bottom: -120px;
  padding: 70px 0;
  background: #ebebeb;
}

#other_page03 .hd04 {
  padding-bottom: 0;
  margin-bottom: 8px;
}

#other_page03 .hd04:after {
  content: none;
}

#other_page03 .link_list {
  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-top: 30px;
}

#other_page03 .link_list:after {
  content: "";
  display: block;
  width: 32%;
}

#other_page03 .link_list li {
  width: 32%;
  line-height: 1.6;
  margin-bottom: 15px;
}

#other_page03 .link_list li a {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 6px;
  background-size: 5px auto;
  padding-left: 15px;
}

#other_page03 .link_list li a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

@media only screen and (max-width: 767px) {
  #other_page03 {
    margin-top: 50px;
    margin-bottom: -50px;
    padding: 25px 0 20px;
  }
  #other_page03 .link_list {
    display: block;
    margin-top: 20px;
  }
  #other_page03 .link_list:after {
    content: none;
  }
  #other_page03 .link_list li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #other_page03 .link_list li a .blank {
    background-position: right 5px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öinformation_sec
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#information_sec,
#content_normal .information_sec {
  padding-bottom: 90px;
}

#information_sec .aspiration,
#content_normal .information_sec .aspiration {
  background: #0e3167;
  padding: 70px 0;
  color: #fff;
  position: relative;
}

#information_sec .aspiration:after,
#content_normal .information_sec .aspiration:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 25vw solid transparent;
  border-right: 25vw solid #e0e2e3;
  right: 0;
  top: -25vw;
}

#information_sec .aspiration .innerWrap,
#content_normal .information_sec .aspiration .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#information_sec .aspiration .innerWrap li,
#content_normal .information_sec .aspiration .innerWrap li {
  width: 50%;
  text-align: center;
  padding: 35px 10px 35px;
  border-right: 1px solid #194486;
}

#information_sec .aspiration .innerWrap li:nth-of-type(1),
#content_normal .information_sec .aspiration .innerWrap li:nth-of-type(1) {
  border-left: 1px solid #194486;
}

#information_sec .aspiration .hd02,
#content_normal .information_sec .aspiration .hd02 {
  font-weight: 700;
  font-size: 2.1rem;
  padding-top: 0;
  margin-bottom: 15px;
}

#information_sec .aspiration .hd02 .in,
#content_normal .information_sec .aspiration .hd02 .in {
  padding-top: 0;
}

#information_sec .aspiration .hd02 .in:after,
#content_normal .information_sec .aspiration .hd02 .in:after {
  width: 60px;
}

#information_sec .aspiration .txt,
#content_normal .information_sec .aspiration .txt {
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
}

#information_sec .other .box,
#content_normal .information_sec .other .box {
  background: #fff;
  border-bottom: 2px solid #f3f3f3;
  padding: 30px 0;
  min-height: 144px;
}

#information_sec .other .box a,
#content_normal .information_sec .other .box a {
  transition: all 0.25s ease-out;
}

#information_sec .other .box a:hover,
#content_normal .information_sec .other .box a:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}

#information_sec .other .box dl,
#content_normal .information_sec .other .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#information_sec .other .box dl dt, #information_sec .other .box dl dd,
#content_normal .information_sec .other .box dl dt,
#content_normal .information_sec .other .box dl dd {
  padding: 13px 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#information_sec .other .box dl dt,
#content_normal .information_sec .other .box dl dt {
  width: 165px;
}

#information_sec .other .box dl dd,
#content_normal .information_sec .other .box dl dd {
  width: calc(100% - 165px);
  padding-left: 55px;
  border-left: 1px solid #ddd;
}

#information_sec .other .box dl dd a,
#content_normal .information_sec .other .box dl dd a {
  text-decoration: underline;
  color: #0085ce;
}

#information_sec .other .box dl dd p,
#content_normal .information_sec .other .box dl dd p {
  margin-bottom: 1em;
}

#information_sec .other .box dl dd p:last-of-type, #information_sec .other .box dl dd p.txt,
#content_normal .information_sec .other .box dl dd p:last-of-type,
#content_normal .information_sec .other .box dl dd p.txt {
  margin-bottom: 0;
}

#information_sec .other .box dl dd a[href^="tel:"],
#content_normal .information_sec .other .box dl dd a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

#information_sec .other .box dl .num,
#content_normal .information_sec .other .box dl .num {
  font-style: italic;
  font-weight: 600;
  font-size: 4.8rem;
  display: inline-block;
  line-height: 1;
  padding: 0 5px 11px 0;
}

#information_sec .other .box dl .performance .pickup,
#content_normal .information_sec .other .box dl .performance .pickup {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 5px;
}

#information_sec .other .box dl .performance ul,
#content_normal .information_sec .other .box dl .performance ul {
  overflow: hidden;
  max-width: 620px;
  margin-bottom: 3px;
  margin-left: 4px;
}

#information_sec .other .box dl .performance ul:last-of-type,
#content_normal .information_sec .other .box dl .performance ul:last-of-type {
  margin-bottom: 0;
}

#information_sec .other .box dl .performance ul li,
#content_normal .information_sec .other .box dl .performance ul li {
  float: left;
  width: 50%;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_list.png) no-repeat left 11px;
  background-size: 6px auto;
  padding: 0 10px 0 15px;
}

#information_sec .other .box dl .performance ul.only,
#content_normal .information_sec .other .box dl .performance ul.only {
  max-width: inherit;
}

#information_sec .other .box dl .performance ul.only li,
#content_normal .information_sec .other .box dl .performance ul.only li {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #information_sec,
  #content_normal .information_sec {
    padding-bottom: 45px;
  }
  #information_sec .aspiration,
  #content_normal .information_sec .aspiration {
    padding: 10px 0 10px;
  }
  #information_sec .aspiration:after,
  #content_normal .information_sec .aspiration:after {
    border-top: 30vw solid transparent;
    border-right: 30vw solid #e0e2e3;
    top: -30vw;
  }
  #information_sec .aspiration .innerWrap,
  #content_normal .information_sec .aspiration .innerWrap {
    display: block;
  }
  #information_sec .aspiration .innerWrap li,
  #content_normal .information_sec .aspiration .innerWrap li {
    width: 100%;
    padding: 38px 0 30px;
    border-right: none;
    border-bottom: 1px solid #003651;
  }
  #information_sec .aspiration .innerWrap li:nth-of-type(1),
  #content_normal .information_sec .aspiration .innerWrap li:nth-of-type(1) {
    border-left: none;
  }
  #information_sec .aspiration .innerWrap li:last-of-type,
  #content_normal .information_sec .aspiration .innerWrap li:last-of-type {
    border-bottom: none;
  }
  #information_sec .aspiration .hd02,
  #content_normal .information_sec .aspiration .hd02 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  #information_sec .aspiration .hd02 .in:after,
  #content_normal .information_sec .aspiration .hd02 .in:after {
    width: 40px;
  }
  #information_sec .aspiration .txt,
  #content_normal .information_sec .aspiration .txt {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  #information_sec .other .box,
  #content_normal .information_sec .other .box {
    border-bottom-width: 1px;
    padding: 25px 0 30px;
    min-height: inherit;
  }
  #information_sec .other .box dl,
  #content_normal .information_sec .other .box dl {
    display: block;
  }
  #information_sec .other .box dl dt, #information_sec .other .box dl dd,
  #content_normal .information_sec .other .box dl dt,
  #content_normal .information_sec .other .box dl dd {
    padding: 0;
    min-height: inherit;
    display: block;
  }
  #information_sec .other .box dl dt,
  #content_normal .information_sec .other .box dl dt {
    width: 100% !important;
    font-weight: 700;
    margin-bottom: 3px;
  }
  #information_sec .other .box dl dd,
  #content_normal .information_sec .other .box dl dd {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none;
  }
  #information_sec .other .box dl dd p,
  #content_normal .information_sec .other .box dl dd p {
    margin-bottom: 10px;
  }
  #information_sec .other .box dl dd p:last-of-type,
  #content_normal .information_sec .other .box dl dd p:last-of-type {
    margin-bottom: 0;
  }
  #information_sec .other .box dl .num,
  #content_normal .information_sec .other .box dl .num {
    font-size: 2.8rem;
    padding-bottom: 0;
  }
  #information_sec .other .box dl .performance .pickup,
  #content_normal .information_sec .other .box dl .performance .pickup {
    font-size: 1.8rem;
    margin: 2px 0 4px;
  }
  #information_sec .other .box dl .performance p,
  #content_normal .information_sec .other .box dl .performance p {
    margin-bottom: 0;
  }
  #information_sec .other .box dl .performance ul,
  #content_normal .information_sec .other .box dl .performance ul {
    max-width: inherit;
    margin-bottom: 3px;
  }
  #information_sec .other .box dl .performance ul:last-of-type,
  #content_normal .information_sec .other .box dl .performance ul:last-of-type {
    margin-bottom: 0;
  }
  #information_sec .other .box dl .performance ul li,
  #content_normal .information_sec .other .box dl .performance ul li {
    float: none;
    width: 100%;
    background-position: left 9px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡ömain_normal
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#main_normal {
  margin-bottom: 80px;
}

#main_normal .main_img {
  width: 100%;
  height: 400px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main_normal {
    margin-bottom: 35px;
  }
  #main_normal .main_img {
    height: 180px;
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öcontent_normal
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#content_normal span.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fef232));
  background: linear-gradient(transparent 50%, #fef232 50%);
}

#content_normal .anchor {
  margin-bottom: 60px;
}

#content_normal .block {
  margin-bottom: 100px;
}

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

#content_normal .block .hd04_p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.86;
  margin-bottom: 40px;
}

#content_normal .block .hd04_p.left {
  text-align: left;
}

#content_normal .block p a {
  text-decoration: underline;
  color: #0085ce;
}

#content_normal .block p a .pdf {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right 1px;
  background-size: 19px auto;
  padding-right: 25px;
}

#content_normal .block p a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

#content_normal .block p a .excel {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_excel.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .block p a .word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .block p a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #content_normal .anchor {
    margin-bottom: 40px;
  }
  #content_normal .block {
    margin-bottom: 50px;
  }
  #content_normal .block .hd04_p {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  #content_normal .block p a[href^="tel:"] {
    text-decoration: underline;
    color: #0085ce;
  }
}

/*-------------------------
  intro_sec
-------------------------*/
#content_normal .intro_sec {
  max-width: 800px;
  margin: 0 auto 75px;
  font-size: 1.5rem;
  line-height: 1.86;
}

#content_normal .intro_sec .catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.66;
  margin-bottom: 27px;
  color: #142d53;
}

#content_normal .intro_sec .txt .red {
  color: #df0034;
}

@media only screen and (max-width: 767px) {
  #content_normal .intro_sec {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  #content_normal .intro_sec .catch {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}

/*-------------------------
  information_sec
-------------------------*/
#content_normal .information_sec {
  padding-bottom: 0;
}

#content_normal .information_sec .other + .kome {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.7;
}

#content_normal .information_sec dl.under_info {
  margin-top: 8px;
}

#content_normal .information_sec dl.under_info dt {
  margin-bottom: 3px;
}

#content_normal .information_sec dl.under_info dd {
  font-size: 1.3rem;
  line-height: 1.7;
}

#content_normal .information_sec dl.under_info dd .kome {
  text-indent: -1em;
  padding-left: 1em;
}

#content_normal .information_sec .other .box dl {
  line-height: 1.85;
}

#content_normal .information_sec .other .box dl dt {
  width: 250px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content_normal .information_sec .other .box dl dt .small {
  font-size: 1.2rem;
  width: 100%;
}

#content_normal .information_sec .other .box dl dd {
  width: calc(100% - 250px);
  padding-left: 60px;
  padding-right: 60px;
}

#content_normal .information_sec .other .box dl dd a .pdf {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right 1px;
  background-size: 19px auto;
  padding-right: 25px;
}

#content_normal .information_sec .other .box dl dd a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

#content_normal .information_sec .other .box dl dd a .excel {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_excel.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .information_sec .other .box dl dd a .word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .information_sec .other .box dl dd .list01 li {
  font-weight: 500;
  font-size: inherit;
  background-size: 6px auto;
  background-position: left 9px;
  padding-left: 15px;
  margin-bottom: 5px;
}

#content_normal .information_sec .other .box dl dd .list01 li .img {
  max-width: 300px;
  margin: 5px 0 10px;
}

#content_normal .information_sec .other .box dl dd .list01 li .img img {
  width: 100%;
  height: auto;
}

#content_normal .information_sec .other .box dl dd .kome li {
  text-indent: -1em;
  padding-left: 1em;
}

#content_normal .information_sec .other .box dl dd .kome li a {
  display: inline;
}

#content_normal .information_sec .other .box dl dd .kome li a.word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right bottom 2px;
  background-size: 16px auto;
  padding-right: 25px;
}

#content_normal .information_sec .other .box dl dd ul + p,
#content_normal .information_sec .other .box dl dd ol + p {
  margin-top: 1em;
}

#content_normal .information_sec .other .box dl dd ol {
  padding-left: 1em;
}

#content_normal .information_sec .other .box dl dd ol li {
  list-style-type: decimal;
  line-height: 1.6;
  margin-bottom: 5px;
}

#content_normal .information_sec .other .box dl dd ol li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #content_normal .information_sec .other + .kome {
    font-size: 1.2rem;
  }
  #content_normal .information_sec dl.under_info dt {
    font-size: 1.3rem;
  }
  #content_normal .information_sec dl.under_info dd {
    font-size: 1.2rem;
  }
  #content_normal .information_sec .other .box dl dt {
    padding-left: 0;
    padding-right: 0;
  }
  #content_normal .information_sec .other .box dl dt .small {
    font-size: 1.1rem;
    line-height: 1.6;
    display: inline-block;
  }
  #content_normal .information_sec .other .box dl dd {
    padding-right: 0;
  }
  #content_normal .information_sec .other .box dl dd a .pdf {
    background-position: right 3px;
    background-size: 16px auto;
    padding-right: 21px;
  }
}

/*-------------------------
  photo_box
-------------------------*/
#content_normal .block .photo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

#content_normal .block .photo_box:last-of-type {
  margin-bottom: 0;
}

#content_normal .block .photo_box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#content_normal .block .photo_box .img_area {
  width: 48%;
}

#content_normal .block .photo_box .img_area .img {
  line-height: 1;
}

#content_normal .block .photo_box .img_area .img img {
  width: 100%;
  height: auto;
}

#content_normal .block .photo_box .img_area .caption {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-top: 9px;
}

#content_normal .block .photo_box .img_area + .txt_area {
  width: 47%;
}

#content_normal .block .photo_box .txt_area .catch {
  font-weight: 700;
  color: #df0000;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

#content_normal .block .photo_box .txt_area .catch .small {
  font-size: 1.5rem;
}

#content_normal .block .photo_box .txt_area .catch.color01 {
  color: #0e3167;
}

#content_normal .block .photo_box .txt_area .txt a {
  color: #0085ce;
  text-decoration: underline;
}

#content_normal .block .photo_box .txt_area .txt a.link {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 7px;
  background-size: 5px auto;
  padding-left: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  #content_normal .block .photo_box {
    display: block;
    margin-bottom: 30px;
  }
  #content_normal .block .photo_box .img_area {
    width: 100%;
  }
  #content_normal .block .photo_box .img_area .caption {
    padding-top: 6px;
  }
  #content_normal .block .photo_box .img_area + .txt_area {
    width: 100%;
    margin-top: 20px;
  }
  #content_normal .block .photo_box .txt_area .catch {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  #content_normal .block .photo_box .txt_area .catch .small {
    font-size: 1.3rem;
  }
}

/*-------------------------
w50per_wrap
-------------------------*/
#content_normal .block .w50per_wrap {
  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;
}

#content_normal .block .w50per_wrap .box {
  width: 48.5%;
  margin-bottom: 40px;
}

#content_normal .block .w50per_wrap .table02 th {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #content_normal .block .w50per_wrap {
    display: block;
  }
  #content_normal .block .w50per_wrap .box {
    width: 100%;
    margin-bottom: 25px;
  }
  #content_normal .block .w50per_wrap .table02 th {
    width: 170px;
  }
}

/*-------------------------
  link_list
-------------------------*/
#content_normal .link_list .list {
  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;
}

#content_normal .link_list .list:after {
  content: "";
  display: block;
  width: 32%;
}

#content_normal .link_list .list li {
  width: 32%;
  line-height: 1.6;
  margin-bottom: 15px;
}

#content_normal .link_list .list li a {
  display: inline-block;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat left 7px;
  background-size: 5px auto;
  padding-left: 15px;
}

#content_normal .link_list .list li a .pdf {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right 1px;
  background-size: 19px auto;
  padding-right: 25px;
}

#content_normal .link_list .list li a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

#content_normal .link_list .list li a .excel {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_excel.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .link_list .list li a .word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .link_list .list li.strong {
  color: #0085ce;
  font-weight: 700;
}

#content_normal .link_list .list li ul {
  padding-left: 15px;
  margin-top: 3px;
}

#content_normal .link_list .list li ul li {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

#content_normal .link_list .list.list_02:after {
  content: none;
}

#content_normal .link_list .list.list_02 li {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #content_normal .link_list .list {
    display: block;
  }
  #content_normal .link_list .list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #content_normal .link_list .list li a .pdf {
    background-position: right 3px;
    background-size: 16px auto;
    padding-right: 21px;
  }
  #content_normal .link_list .list.list_02 li {
    width: 100%;
  }
}

/*-------------------------
  news_list
-------------------------*/
#content_normal .news_list .hd05 {
  margin-bottom: 20px;
}

#content_normal .news_list .btn01 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #content_normal .news_list .hd05 {
    margin-bottom: 5px;
  }
  #content_normal .news_list .btn01 {
    margin-top: 20px;
  }
}

/*-------------------------
  table02
-------------------------*/
#content_normal .table02 a {
  display: inline-block;
  color: #0085ce;
  text-decoration: underline;
}

#content_normal .table02 a .pdf {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank02.png) no-repeat right 1px;
  background-size: 19px auto;
  padding-right: 25px;
}

#content_normal .table02 a .blank {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right 7px;
  background-size: 11px auto;
  padding-right: 16px;
}

#content_normal .table02 a .excel {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_excel.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .table02 a .word {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/icon_word.svg) no-repeat right 4px;
  background-size: 14px auto;
  padding-right: 19px;
}

#content_normal .table02.w500 {
  max-width: 500px;
}

#content_normal .table02.center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #content_normal .table02 a .pdf {
    background-position: right 3px;
    background-size: 16px auto;
    padding-right: 21px;
  }
}

/*-------------------------
  intro_sec
-------------------------*/
/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öWPÓ›ÊÂ
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
article .entry {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 79px;
  /*Ôª¥Ö¥í¥°Ó›ÊÂ¥¯¥é¥¹*/
}

article .entry a {
  text-decoration: underline;
  color: #0085ce;
  transition: all 0.25s ease-out;
}

article .entry a:hover {
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

article .entry p, article .entry ul, article .entry ol, article .entry table, article .entry #image-area {
  margin-bottom: 28px;
}

article .entry ul {
  padding-left: 1em;
}

article .entry li {
  list-style-type: disc;
}

article .entry .alignleft {
  float: left;
  display: block;
  margin-right: 20px;
}

article .entry .alignright {
  float: right;
  display: block;
  margin-right: 20px;
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article .entry img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100% auto;
  margin-bottom: 20px;
}

article .entry img.w50 {
  width: 49%;
  height: auto;
  max-width: 49%;
  max-height: 49% auto;
  margin: 0 1% 20px 0;
}

article .entry table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #0e3167;
  font-weight: 700;
  color: #fff;
}

article .entry #image-area {
  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;
  padding-top: 25px;
}

article .entry #image-area:after {
  content: "";
  display: block;
  width: 32.5%;
}

article .entry #image-area figure {
  width: 32.5%;
}

article .entry .wp-caption {
  width: 100% !important;
}

article .entry .wp-caption .wp-caption-text {
  font-size: 80%;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  article .entry {
    font-size: 1.4rem;
    margin-bottom: 30px;
    /*Ôª¥Ö¥í¥°Ó›ÊÂ¥¯¥é¥¹*/
  }
  article .entry p, article .entry ul, article .entry ol, article .entry table, article .entry #image-area {
    margin-bottom: 20px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
  article .entry img {
    margin-bottom: 15px;
  }
  article .entry img.w50 {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100% auto;
  margin: 0 0 15px 0;
  }
  article .entry table th, article .entry table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  article .entry #image-area {
    display: block;
    padding-top: 10px;
  }
  article .entry #image-area:after {
    content: none;
  }
  article .entry #image-area figure {
    width: 100%;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öform-RESET
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  border: 1px solid #bebebe;
  max-width: inherit !important;
  border-radius: 0;
  background: #fff;
}

form button,
form input[type="search"],
form input[type="submit"],
form .search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

form input[type="submit"],
form button {
  font-family: "YakuHanJPs", "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "ÓÎ¥´¥·¥Ã¥¯Ìå", "Yu Gothic", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, Arial, sans-serif;
  text-shadow: none !important;
  border-radius: 0 !important;
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öajaxload-loading
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#ajaxload-loading {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_loading.gif);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
 ¡öpage_club_facility
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.page_club_facility .hd03 .page {
  bottom: 4px;
}

.page_club_facility #main_sec .block {
  margin-bottom: 60px;
}

.page_club_facility #main_sec .block:last-of-type {
  margin-bottom: 0;
}

.page_club_facility #main_sec .block .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0085ce;
  margin-bottom: 52px;
}

.page_club_facility #main_sec .block .hd .en, .page_club_facility #main_sec .block .hd h2 {
  min-height: 55px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_club_facility #main_sec .block .hd .en {
  width: 170px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-right: 1px solid #0085ce;
  text-align: center;
  line-height: 1.28;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_club_facility #main_sec .block .hd h2 {
  width: calc(100% - 170px);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 10px 33px;
}

.page_club_facility #main_sec .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_club_facility #main_sec .block ul:after {
  content: "";
  display: block;
  width: 31.25%;
}

.page_club_facility #main_sec .block li {
  width: 31.25%;
  margin-bottom: 40px;
}

.page_club_facility #main_sec .block li a {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.page_club_facility #main_sec .block li a:hover {
  opacity: 0.9;
  -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);
}

.page_club_facility #main_sec .block li .img {
  line-height: 1;
}

.page_club_facility #main_sec .block li .img img {
  width: 100%;
  height: auto;
}

.page_club_facility #main_sec .block li .num {
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -14px;
  left: 50%;
  margin-left: -14px;
  text-align: center;
  padding-top: 1px;
  margin-bottom: -22px;
}

.page_club_facility #main_sec .block li .txt {
  font-size: 1.6rem;
  line-height: 1.37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.page_club_facility #main_sec .block li .txt p {
  padding: 10px 15px;
  min-height: 65px;
  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: 100%;
}

@media only screen and (max-width: 767px) {
  .page_club_facility #main_sec .block {
    margin-bottom: 60px;
  }
  .page_club_facility #main_sec .block .hd {
    margin-bottom: 25px;
  }
  .page_club_facility #main_sec .block .hd .en, .page_club_facility #main_sec .block .hd h2 {
    min-height: 40px;
  }
  .page_club_facility #main_sec .block .hd .en {
    width: 80px;
    font-size: 1rem;
    padding: 5px 10px;
  }
  .page_club_facility #main_sec .block .hd h2 {
    width: calc(100% - 80px);
    font-size: 1.5rem;
    padding: 5px 15px;
  }
  .page_club_facility #main_sec .block ul {
    display: block;
  }
  .page_club_facility #main_sec .block ul:after {
    content: none;
  }
  .page_club_facility #main_sec .block li {
    width: 100%;
    margin-bottom: 25px;
  }
  .page_club_facility #main_sec .block li .num {
    width: 24px;
    height: 24px;
    font-size: 1.7rem;
    top: -12px;
    margin-left: -12px;
    padding-top: 1px;
    margin-bottom: -19px;
  }
  .page_club_facility #main_sec .block li .txt {
    font-size: 1.3rem;
  }
  .page_club_facility #main_sec .block li .txt p {
    min-height: 45px;
  }
}