@charset "UTF-8";
/*»ù±¾¥Ù¥¿¥«¥é©`*/
/*¥Ê¥Ó¥«¥é©`*/
/*´óÌå´ó¥«¥é©`Ã÷¤ë¤¤Ë®É«*/
/*@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;
	}
}*/
/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡öCOMMON
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡önews_list_wrap
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#news_list_wrap .hd01 {
  text-align: center;
}

#news_list_wrap .term_description{
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: #b10e17;
}
#news_list_wrap .term_description a{
    text-decoration: underline;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#news_list_wrap .term_description a:hover{
    opacity: 0.75;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#news_list_wrap .term_description span {
	background: #b10e17;
	color:#fff;
	padding:5px 10px;
	display:block;
	margin-bottom:15px;
}

#news_list_wrap .main_wrap {
  overflow: hidden;
  padding-top: 30px;
}

#news_list_wrap .news_list {
  float: left;
  width: calc(100% - 215px);
  padding-right: 5%;
}

#news_list_wrap .news_list .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;
    margin-top: 50px;
}

#news_list_wrap .news_list .btn03_03 p{
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

#news_list_wrap .news_list .btn03 a .in{
    padding-right: 20px;
    padding-left: 10px;
}

#news_list_wrap aside {
  float: right;
  width: 215px;
}

@media only screen and (max-width: 767px) {
  #news_list_wrap {
    padding-top: 20px;
  }
    #news_list_wrap .term_description{
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }
  #news_list_wrap .main_wrap {
    padding-top: 0;
  }
  #news_list_wrap .hd01 {
    margin-bottom: 30px;
  }
  #news_list_wrap .main_wrap {
    overflow: inherit;
  }
  #news_list_wrap .news_list {
    float: none;
    width: 100%;
    padding-right: 0;
  }
    #news_list_wrap .news_list .btn03_03{
        display: block;
        margin-top: 30px;
    }

    #news_list_wrap .news_list .btn03_03 p{
        width: 100%;
        margin-bottom: 5px;
    }
  #news_list_wrap aside {
    float: none;
    width: 100%;
  }
}

/*-------------------------
  aside
-------------------------*/
#news_list_wrap aside .box {
  margin-bottom: 30px;
}

#news_list_wrap aside .box:last-of-type {
  margin-bottom: 0;
}

#news_list_wrap aside .ttl {
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 2px solid #0e3167;
  padding-bottom: 4px;
  margin-bottom: 15px;
  pointer-events: none;
}

#news_list_wrap aside .article .ttl {
  margin-bottom: 7px;
}

#news_list_wrap aside .article li {
  font-size: 1.2rem;
  line-height: 1.83;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/line01.png) repeat-x left bottom;
  background-size: auto 1px;
}

#news_list_wrap aside .article li a {
  display: block;
  padding: 11px 0;
}

#news_list_wrap aside .article li .day {
  letter-spacing: 0.075em;
}

#news_list_wrap aside .btn {
  font-size: 1.3rem;
  line-height: 1.3;
}

#news_list_wrap aside .btn li {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#news_list_wrap aside .btn a, #news_list_wrap aside .btn span {
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow03.png) no-repeat right 15px center #fff;
  background-size: 5px auto;
  padding: 3px 28px 3px 19px;
  min-height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#news_list_wrap aside .btn li span {
  background-image: none;
  position: relative;
  cursor: pointer;
}

#news_list_wrap aside .btn li span:before, #news_list_wrap aside .btn li span:after {
  content: "";
  display: block;
  background: #0085ce;
  position: absolute;
  top: 50%;
}

#news_list_wrap aside .btn li span:after {
  width: 11px;
  height: 1px;
  right: 14px;
}

#news_list_wrap aside .btn li span:before {
  width: 1px;
  height: 11px;
  margin-top: -5px;
  right: 19px;
  transition: all 0.25s ease-out;
}

#news_list_wrap aside .btn li span.open:before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all 0.25s ease-out;
}

#news_list_wrap aside .btn li li:last-of-type {
  margin-bottom: 0;
}

#news_list_wrap aside .btn li li a {
  padding-left: 27px;
}

#news_list_wrap aside .btn .children {
  display: none;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) {
  #news_list_wrap aside ul.btn {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  #news_list_wrap aside {
    margin-top: 35px;
    padding-top: 37px;
    position: relative;
  }
  #news_list_wrap aside:after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
  }
  #news_list_wrap aside .box {
    margin-bottom: 0;
  }
  #news_list_wrap aside .ttl {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
    background: #194486;
    padding: 10px 35px 10px 20px;
    position: relative;
    pointer-events: all;
  }
  #news_list_wrap aside .ttl:after {
    content: "";
    display: block;
    transition: all 0.25s ease-out;
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_anchor.png) no-repeat left top;
    background-size: 10px auto;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -3px;
  }
  #news_list_wrap aside .ttl.open:after {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    transition: all 0.25s ease-out;
  }
  #news_list_wrap aside .ttl + ul {
    display: none;
    margin-bottom: 33px;
  }
  #news_list_wrap aside .article.ttl {
    margin-bottom: 4px;
  }
  #news_list_wrap aside .article li {
    font-size: 1.4rem;
    line-height: 1.42;
  }
  #news_list_wrap aside .article li a {
    padding: 10px 0;
    padding-right: 35px;
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow01.png) no-repeat right 15px center;
    background-size: 6px auto;
  }
  #news_list_wrap aside .article li .day {
    font-size: 1.2rem;
  }
  #news_list_wrap aside .article li .txt {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-top: 3px;
  }
  #news_list_wrap aside .btn {
    font-size: 1.6rem;
  }
  #news_list_wrap aside .btn a, #news_list_wrap aside .btn span {
    background-size: 6px auto;
    background-position: right 18px center;
    padding: 3px 30px 3px 22px;
    min-height: 48px;
  }
  #news_list_wrap aside .btn li span:after {
    width: 13px;
    right: 16px;
  }
  #news_list_wrap aside .btn li span:before {
    height: 13px;
    margin-top: -6px;
    right: 22px;
  }
  #news_list_wrap aside .btn li li a {
    padding-left: 30px;
  }
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡önews_detail_wrap
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
#news_detail_wrap .main_wrap {
  max-width: 870px;
  margin: -10px auto 0;
}

#news_detail_wrap .ttl_area {
  margin-bottom: 45px;
}

#news_detail_wrap .ttl_area .hd {
  overflow: hidden;
  margin-bottom: 10px;
}

#news_detail_wrap .ttl_area .hd .cat {
  float: left;
  margin-right: 28px;
  vertical-align: middle;
}

#news_detail_wrap .ttl_area .hd .day {
  float: left;
  vertical-align: middle;
  letter-spacing: 0.075em;
}

#news_detail_wrap .ttl_area h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
}

#news_detail_wrap .ttl_area h2:after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #0e3167;
  margin-top: 14px;
}

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

@media only screen and (max-width: 767px) {
  #news_detail_wrap .ttl_area {
    margin-bottom: 30px;
  }
  #news_detail_wrap .ttl_area .hd {
    margin-bottom: 10px;
  }
  #news_detail_wrap .ttl_area .hd .cat {
    margin-right: 20px;
  }
  #news_detail_wrap .ttl_area h2 {
    font-size: 2.2rem;
  }
  #news_detail_wrap .ttl_area h2:after {
    width: 70px;
    margin-top: 10px;
  }
  #news_detail_wrap .btn01 a {
    width: 240px;
  }
	#news_detail_wrap .youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	#news_detail_wrap .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡¡¡ö¥®¥ã¥é¥ê©`
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
.gallery-item img {
	border:none !important;
	width:99%;
	height:auto;
}
.gallery-item {
	text-align: left !important;
	padding-right:5px;
}
.gallery-caption {
	font-size:80%;
	margin-top:-10px;
}

@media only screen and (max-width: 767px) {
	.gallery-item {
	padding-right:0;
	width:100% !important;
	}
}

/* ©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥
¡ö¥³¥í¥Êév‚S
©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥©¥ */
body.term-cat13 .hd06{
	text-align: center;
	font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
	body.term-cat13 .hd06{
		font-size: 1.9rem;
		text-align: left;
	}
}

#page_news.term-group-66 .hd01{
	font-size: 1.4rem;
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
#page_news.term-group-66 .hd01 a{
	display: flex;
	align-items: baseline;
}
#page_news.term-group-66 .hd01 span{
	font-size: 2.8rem;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	#page_news.term-group-66 .hd01{
		font-size: 1.1rem;
		padding-bottom: 12px;
		margin-bottom: 25px;
	}
	#page_news.term-group-66 .hd01 span{
		font-size: 2.1rem;
		margin-right: 5px;
	}
}

/*¥Ð¥Ê©`*/
body.term-cat13 .news_list .bnr_area{
	text-align: center;
	max-width: 480px;
	margin: 30px auto 60px;
}
body.term-cat13 .news_list .bnr_area img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	body.term-cat13 .news_list .bnr_area{
		margin: 20px auto 40px;
	}
}

/*ÖØÒª¤Ê¤ªÖª¤é¤»Ò»ÓE*/
body.term-cat13 .important_area{
	margin-bottom: 40px;
}
body.term-cat13 .important_area .ttl{
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	background: #3d4ba0;
	padding: 8px 10px;
	position: relative;
}
body.term-cat13 .important_area .ttl:hover{
	cursor: pointer;
}
body.term-cat13 .important_area .ttl:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	transform: rotate(-45deg);
	transition: all 0.25s linear;
}
body.term-cat13 .important_area .ttl.active:after{
	margin-top: -9px;
	transform: rotate(135deg);
	transition: all 0.25s linear;
}
body.term-cat13 .important_area .btn_area{
	margin-top: 20px;
	display: block;
}
body.term-cat13 .important_area .btn03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.term-cat13 .important_area .btn03:after{
	content: "";
	display: block;
	width: 32%;
}
body.term-cat13 .important_area .btn03 li{
	width: 32%;
	margin-bottom: 15px;
	line-height: 1.5;
}
body.term-cat13 #news_list_wrap .news_list .important_area .btn03 li a .in{
	padding: 8px 30px 8px 15px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	body.term-cat13 .important_area{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	body.term-cat13 .important_area .ttl{
		font-size: 1.5rem;
	}
	body.term-cat13 .important_area .ttl:after{
		width: 10px;
		height: 10px;
		right: 15px;
		margin-top: -3px;
	}
	body.term-cat13 .important_area .ttl.active:after{
		margin-top: -6px;
	}
	body.term-cat13 .important_area .btn_area{
		display: none;
	}
	body.term-cat13 .important_area .btn03:after{
		content: none;
	}
	body.term-cat13 .important_area .btn03 li{
		width: 48.5%;
		margin-bottom: 10px;
	}
	body.term-cat13 #news_list_wrap .news_list .important_area .btn03 li a .in{
		padding-left: 10px;
		padding-right: 25px;
	}
	body.term-cat13 .important_area .bnr{
		margin-top: 15px;
	}
}

#news_list_wrap .term_description_blue {
	color:#333399 !important;
}