@charset "utf-8";
/************************************************************
 common
************************************************************/
body {
	color: #333;
}
.btn a {
	color: #333;
	border-color: #31ab96;
}
.btn a:hover {
	color: #fff;
	background-color: #31ab96;
}
.btn span::after {
	background-image: url(/rh/assets/images/btn_arrow.png);
}
.btn a:hover span::after {
	background-image: url(/rh/assets/images/btn_arrow_on.png) !important;
}
strong {
	color: #31ab96;
	font-weight: bold;
}
.annotation {
	font-size: 0.8em;
	color: #666;
	line-height: 1.6;
}
/************************************************************/
body{
	/* 複数個所で使用している色の一覧 */
	--color-oc-hands-on: #ef831a;
	--color-oc-weekday: #3291e6;
	--color-oc-night: #113a73;
	--color-oc-tour: #f55f5f;
	--color-oc-briefing: #25b8c7;
	--color-oc-trip: #00aa84;
	--color-oc-online: #6a569d;
	--color-oc-other: #ffbe00;
	--color-oc-attend_class: #7a86c4;
}
/************************************************************
 header
************************************************************/
header {
	color: #3C3C3C;
	overflow: hidden;
}
header .inner {
	position: relative;
}
header #logo {
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
header #head-description {
	position: absolute;
	top: 10px;
	font-size: 10px;
	color: #444;
}
header #head-description a {
	color: #469ee1;
	text-decoration: underline;
}
header #head-nav {
	float: right;
	font-size: 0.85em;
	margin-top: 38px;
}
header #head-nav li {
	float: left;
	position: relative;
}
header #head-nav li:after {
	content: "";
	width: 1px;
	height: 1em;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #3C3C3C;
}
header #head-nav li:last-child:after {
	content: none;
}
header #head-nav li a {
	display: block;
	padding: 5px;
}
header #head-nav li:last-child a {
	padding-right: 0;
}
header #head-nav li a:hover {
	text-decoration: underline;
}
header #head-ico {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
header #head-ico li {
	float: left;
	width: 31px;
	height: 31px;
}
header #head-ico li a {
	display: block;
}
header #head-ico li .genericon {
	text-align: center;
	color: #fff;
}
header #head-ico li.facebook {
	background-color: #36558F;
}
header #head-ico li.facebook span {
	font-size: 17px;
	padding: 7px;
}
header #head-ico li.twitter {
	background-color: #55ACEE;
}
header #head-ico li.twitter span {
	font-size: 17px;
	padding: 7px;
}
header #head-ico li.instagram {
	background-color: #464646;
}
header #head-ico li.instagram span {
	font-size: 15px;
	padding: 8px;
}
header #head-tel {
	position: absolute;
	top: 13px;
	right: 135px;
}
header #head-link {
	position: absolute;
	top: 17px;
	right: 300px;
	overflow: hidden;
}
header #head-link li {
	float: left;
	font-size: 0.85em;
}
header #head-link li:first-child {
	margin-right: 10px;
}
header #head-link li a {
	display: block;
	padding-left: 10px;
	background: url(/rh/assets/images/arrow_head.png) no-repeat left center;
}
header #head-link li a:hover {
	text-decoration: underline;
}
/* mainvisual
---------------------------------------- */
#mainvisual{
	background: #e8f9f6;
	position: relative;
}
#mainvisual img:hover{
	opacity:1;
} 
#mainvisual .slick_arrow_pc {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
}
#mainvisual .slick_arrow_pc .wrapper{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#mainvisual .slide-wrap{
    position: relative;
}
#mainvisual .slide-wrap .slick-arrow{
    display: block;
    position: absolute;
    top: 240px;
    z-index: 1;
    width: 40px;
    height: 40px;
}
#mainvisual .slide-wrap .slick-arrow img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
#mainvisual .slide-wrap .slick-arrow.prev{
    left: 10px;
}
#mainvisual .slide-wrap .slick-arrow.next{
    right: 10px;
}
#mainvisual .slide-over{
	position:relative;
}
#mainvisual .sub-slide{
	width:210px;
	background:#fff;
	padding:50px 0;
	border-radius: 5px;
	position:absolute;
	right:0;
	top:50px;
	z-index:50;
}
#mainvisual .sub-slide .slick-arrow{
	width:100%;
	height:50px;
	position:absolute;
	left:0;

    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
#mainvisual .sub-slide .slick-prev{

	top:0;


}
#mainvisual .sub-slide .slick-prev:hover{
	top:-5px;
}
#mainvisual .sub-slide .slick-next{

	top:auto;
	bottom:0;


}
#mainvisual .sub-slide .slick-next:hover{
	bottom:-5px;

}
#mainvisual .sub-slide .slick-arrow:before{
		content:"";
	display:block;
  width: 7px;
  height: 7px;
  border: 2px solid;
   transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
   margin:auto;
}
#mainvisual .sub-slide .slick-prev:before{

  border-color:  #565656 #565656 transparent transparent;


}


#mainvisual .sub-slide .slick-next:before{

  border-color:  transparent transparent #565656 #565656;

}

#mainvisual .sub-slide li{
	width:100%;
	height: 65px;
	line-height:1.5;
	font-size:13px;
	font-weight:bold;
	border:2px solid #fff;
	border-bottom:none;
	border-top:none;
	padding:5px 10px;
	box-sizing:border-box;
	overflow:hidden;
}
#mainvisual .sub-slide li a{
	display: block;
	width: 100%;
	height: 100%;
}
#mainvisual .sub-slide li.slick-current{
	color:#23a68f;
	border-color:#23a68f;
}
#mainvisual .sub-slide li img{
	float:left;
	margin-right:10px;
}

#mainvisual .mainslide .bg{
	text-align:center;
}
#mainvisual .mainslide li {
	overflow:hidden;
}
#mainvisual .mainslide li .ttl{
	position:relative;
}
#mainvisual .mainslide li .ttl img{
	position:absolute;
	left:0;
	top:50px;
	z-index:10;
}
#mainvisual .mainslide li .bg{
	text-align:center;
}
#mainvisual .mainslide li .bg img{
	display:inline-block;
}

/************************************************************
 g-nav
************************************************************/
#g-nav {
	width: 100%;
	position: relative;
}
#g-nav .inner:after {
	content: "";
	display: block;
	clear: both;
}
#g-nav #logo {
	display: none;
}
#g-nav ul:after {
	content: "";
	display: block;
	clear: both;
}
#g-nav .inner>ul>li {
	float: left;
	border-right: none;
	background-color: #fff49b;
	position: relative;
	height: 54px;
	box-sizing: border-box;
}
#g-nav .inner>ul>li>a {
	border: 1px solid #E6E6E6;
	background-color: #ffffff;
	display: block;
	text-align: center;
	height: 100%;
	line-height: 52px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #444;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	cursor: default;
	box-sizing: border-box;
}
#g-nav .inner>ul>li.twoline>a {
	padding-top: 1.2em;
	line-height: 1.2em !important;
}
#g-nav .inner>ul>li:hover>a {
	color: #fff;
	background-color: #68c697;
	border-color: #68c697;
	font-weight: bold;
	position: relative;
	z-index: 11;
}
#g-nav .inner>ul>li:hover>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(104, 198, 151, 0);
	border-top-color: #68c697;
	border-width: 10px;
	margin-left: -10px;
	z-index: 12;
}
#g-nav .inner>ul>li.sub-none:hover>a:after {
	content: none;
}
#g-nav .inner>ul>li.gnav-opencampus {
	width: 181px;
	width: 169px;
}
#g-nav .inner>ul>li.gnav-opencampus>a {
	cursor: pointer;
}
#g-nav .inner>ul>li.gnav-opencampus>a:after {
	content: none;
}
#g-nav .inner>ul>li:nth-child(2) {
	width: 112px;
	width:  92px;
}
#g-nav .inner>ul>li:nth-child(3) {
	width: 97px;
	width: 87px;
}
#g-nav .inner>ul>li:nth-child(4) {
	width: 112px;
	width: 92px;
}
#g-nav .inner>ul>li:nth-child(5) {
	width: 155px;
	width: 125px;
}
#g-nav .inner>ul>li:nth-child(6) {
	width: 117px;
	width: 97px;
}
#g-nav .inner>ul>li:nth-child(7) {
	width: 116px;
}
#g-nav .inner>ul>li.request {
	width: 90px;
}
#g-nav .inner>ul>li.contact {
	width: 112px;
}
#g-nav .inner>ul>li.gnav-3p {
}
#g-nav .inner>ul>li.gnav-3p>a {
	background: #cfedb5;
}
#g-nav .inner>ul>li.gnav-3p:hover {
}
#g-nav .inner>ul>li.gnav-3p:hover>a {
	cursor: pointer;
	border: 1px solid #E6E6E6;
	color: #333;
}
#g-nav .inner>ul>li.request a {
	border-color: #23a68f;
	background-color: #23a68f;
}
#g-nav .inner>ul>li.contact a {
	border-color: #444;
	background-color: #444;
}
#g-nav .inner>ul>li.request a, #g-nav .inner>ul>li.contact a {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.search {
	width: 54px;
	height: 54px;
	position: fixed;
	top: 74px;
	right: 0;
	background-color: #4d4d4d;
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	z-index: 500;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	transition: All 0.2s ease;
	overflow: hidden;
}
.search.open {
	width: 330px;
}
.search a {
	display: inline-block;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	width: 52px;
	height: 52px;
	background: url(/rh/assets/images/ico_search.svg) no-repeat center center;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}
.search .search-form {
	display: inline-block;
	width: 250px;
	background-color: #fff;
	margin: 12px;
	vertical-align: top;
}
.search .search-form input {
	width: 0;
	border: none;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
.search.open .search-form input {
	width: 250px;
}
/* active */
#g-nav .inner>ul>li.active {
	border-bottom: none;
	padding: 5px 5px 3px 5px;
}
#g-nav .inner>ul>li.active>a {
	font-weight: bold;
	color: #2896e9;
	line-height: 42px;
	background-color: #fff;
	border: 2px solid #2896e9;
	position: relative;
}
#g-nav .inner>ul>li.active>a:before, #g-nav .inner>ul>li.active>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#g-nav .inner>ul>li.active>a:before {
	border-color: rgba(40, 150, 233, 0);
	border-top-color: #2896e9;
	border-width: 12px;
	margin-left: -12px;
}
#g-nav .inner>ul>li.active>a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}
/* gnav-child */
.gnav-child {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	z-index: 10;
	background: #fff;
	border: 1px solid #68c697;
}
#g-nav .inner>ul>li.active .gnav-child {
	top: 115%;
}
.gnav-child li a {
	display: block;
	width: 200px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	background-image: url(/rh/assets/images/btn_arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 12px;
	position: relative;
}
.gnav-child li a:after {
	content: "";
	width: 95%;
	height: 1px;
	border-bottom: 1px dashed #68c697;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.gnav-child li:last-child a:after {
	content: none;
}
#g-nav .inner>ul>li:nth-child(2) .gnav-child li a {
	width: 260px;
	background-position: 95% center;
}
.gnav-child li a:hover {
	background-color:rgba(104, 198, 151, 0.5);
}
/* gnav-sub
------------------------------ */
#gnav-sub {
	background-color: #fff49b;
	padding: 13px 0;
	margin-bottom: 12px;
}
#gnav-sub > * {
	height: 0;
	overflow: hidden;
}
#gnav-sub > *.active {
	height: inherit;
}
/* opencampus */
#gnav-sub dl {
	box-sizing: border-box;
	overflow: hidden;
}
#gnav-sub dl dt, #gnav-sub dl dd {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	margin: 5px 0 0 0;
}
#gnav-sub dl dt {
	color: #1e1e1e;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0;
}
#gnav-sub dl dd {
	color: #1e1e1e;
	padding-left: 5px;
	box-sizing: border-box;
}
#gnav-sub dl dd.next {
	color: #1e1e1e;
	width: 260px;
	font-size: 1.45em;
	font-weight: bold;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#gnav-sub dl dd.next a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#gnav-sub dl dd.after {
	width: 390px;
	font-size: 0.9em;
	background-color: #ffffff;
	padding: 0 5px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#gnav-sub dl dd.btn-opencampus {
	float: right;
	margin: 0;
}
/* other */
#gnav-sub ul li {
	background-image: url(/rh/assets/images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 13px;
	display: inline-block;
	padding: 12px 18px 11px 0;
	margin-right: 30px;
}
#gnav-sub ul li a {
	font-weight: bold;
}
#gnav-sub ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* g-nav.smaller
---------------------------------------- */
.smaller #g-nav #logo {
	display: block;
	float: left;
	background-color: #fff;
	width: 235px;
}
.smaller #g-nav #logo img {
	display: inline-block;
	padding: 9px 10px 9px 0;
	max-width: 100%;
	box-sizing: border-box;
}
.smaller #g-nav {
	position: fixed;
	z-index: 300;
	background-image: url(/rh/assets/images/bg_gnav.png);
	background-repeat: repeat-x;
}
.smaller #g-nav .inner {
	width: 1100px;
}
.smaller #g-nav ul {
	float: right;
}
.smaller #g-nav .inner>ul>li.gnav-opencampus {
	width: 151px;
	width: 140px;
}
.smaller #g-nav .inner>ul>li:nth-child(2) {
	width: 95px;
	width: 85px;
}
.smaller #g-nav .inner>ul>li:nth-child(3) {
	width: 80px;
	width: 70px;
}
.smaller #g-nav .inner>ul>li:nth-child(4) {
	width: 95px;
	width: 75px;
}
.smaller #g-nav .inner>ul>li:nth-child(5) {
	width: 137px;
	width: 117px;
}
.smaller #g-nav .inner>ul>li:nth-child(6) {
	width: 100px;
	width:  90px;
}
.smaller #g-nav .inner>ul>li:nth-child(7) {
	width: 106px;
}
.smaller #g-nav .inner>ul>li.request {
	width: 80px;
}
.smaller #g-nav .inner>ul>li.contact {
	width: 102px;
}
.smaller main {
	margin-top: 100px;
}
.smaller main#index {
	margin-top: 0;
}
/************************************************************
 index
************************************************************/
#for-index{
	position:relative;
}
#for-index #bnr-application{
	width:100%;
	text-align:right;
	position:absolute;
	top:4vw;
	left:0;
	z-index:1;
}
#for-index #bnr-application img{
	width:15vw;
}
/* header部
---------------------------------------- */

/* g-nav */
#for-index #g-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* search */
#for-index .search {
	position: absolute;
	bottom: 0;
	top: auto;
}
/* gnav-sub */
#for-index #gnav-sub {
	margin: 0 0 15px 0;
}
/* header部　スクロール時
---------------------------------------- */
.smaller #for-index #g-nav, .smaller #g-nav {
	position: fixed;
	bottom: initial;
	top: 0;
	border-bottom: 1px solid #e6e6e6;
	height:53px;
}
.smaller #g-nav .inner>ul>li>a {
	border-bottom: none;
}
.smaller #for-index .search, .smaller .search {
	position: fixed;
	top: 0;
}
/* TOP　共通
---------------------------------------- */
/* main#index */
main#index h2 {
	text-align: center;
	margin-bottom: 30px;
}
main#index h3 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
main#index .catch {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 25px;
}
/* TOP　夜間
---------------------------------------- */
main#index #night {
	background: url(/rh/assets/images/bg_night.png) repeat;
	margin-bottom: 50px;
	padding: 5px;
}
main#index #night .bg-inner {
	background-color: #ffffff;
}
main#index #night dl {
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
}
main#index #night dl dt, main#index #night dl dd {
	float: left;
}
main#index #night dl dt {
	font-size: 0.95em;
	line-height: 17px;
	font-weight: bold;
	padding-right: 12px;
	border-right: #888 solid 1px;
	margin-left: 18px;
}
main#index #night dl dd {
	margin-left: 10px;
	box-sizing: border-box;
}
main#index #night dl dd.next {
    display: block;
    width: 340px;
    font-size: 1.2em;
    font-weight: bold;
    line-height:34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main#index #night dl dd.next:hover {
	text-decoration: underline;
}
main#index #night dl dd.time {
	display: block;
	background: #f2f3f4;
	width: 350px;
	padding: 0 10px;
	font-size: 0.88em;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
main#index #night dl dd.text {
	line-height: 17px;
	font-size: 11px;
	visibility: hidden;
}
main#index #night dl dd.detail {
	float: right;
	margin-right: 12px;
	margin-left: 0;
}
main#index #night dl dd.detail a {
	border: none;
	font-size: 0.95em;
	line-height: 34px;
	padding-right: 20px;
	background: url(/rh/assets/images/btn_arrow.png) no-repeat right center;
}
main#index #night dl dd.detail a:hover {
	color: #333;
	text-decoration: underline;
}
/* TOP　news
---------------------------------------- */
main#index #news {
	margin-bottom: 50px;
}
main#index #news .wrapper {
	overflow: hidden;
	margin-bottom: 30px;
}
main#index #news .wrapper > * {
	min-height: 286px;
}
main#index #news .entry {
	float: left;
	width: 300px;
	border-left: 1px solid #32ac97;
	padding-left: 30px;
	box-sizing: border-box;
	margin-right: 30px;
}
main#index #news .entry.twitter {
	margin-right: 0;
}
main#index #news article {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px dotted #B3B3B3;
	margin-bottom: 12px;
	height: 75px;
	box-sizing: border-box;
}
main#index #news article:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
main#index #news article .photo {
	float: left;
	height: 58px;
	width: 58px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}
main#index #news article .photo span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
main#index #news article .photo img {
	max-height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#index #news article .date {
	color: #666;
	font-size: 0.9em;
	line-height: 16px;
	margin-bottom: 8px;
}
main#index #news article .date span {
	font-size: 0.8em;
	color: #fff;
	background-color: #eb6c9a;
	padding: 1px 5px;
	margin-left: 5px;
}
main#index #news article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 0.95em;
}
main#index #news article a:hover .txt {
	text-decoration: underline;
}
main#index #news .entry.twitter iframe {
	border: 1px solid #bbb !important;
	box-sizing: border-box;
}
main#index #news .btn-area {
	text-align: center;
}
main#index #news .btn-area .btn {
	display: inline-block;
	width: 218px;
	margin-right: 20px;
}
main#index #news .btn.twitter {
	margin-right: 0;
}
main#index #news .btn.event a {
	color: #628DC9;
	border-color: #628DC9;
	box-shadow: 2px 2px #628DC9;
}
main#index #news .btn.event span::after {
	border-left-color: #628DC9;
}
main#index #news .btn.twitter a {
	border-color: #54abed;
	margin-right: 0;
}
main#index #news .btn.twitter span::after {
	background-image: url(/bm/assets/images/btn_arrow_03.png);
}
main#index #news .btn.twitter a:hover {
	background-color: #54abed;
}
main#index #news .btn.twitter a:hover span::after {
	background-image: url(/bm/assets/images/btn_arrow_03_on.png) !important;
}
main#index #news .insta_wrap {
    float: right;
    width: 260px;
    height: 300px;
    padding: 0;
    border: 1px solid #bbb;
    box-sizing: border-box;
    overflow-y: scroll;
}
main#index #news .insta_wrap h3 {
    text-align: center;
    margin: 15px 0 0;
}
main#index #news .entry.insta_wrap{
	margin-right: 0;
	max-height: 300px;
}
main#index #news .entry.insta_wrap #sbi_images{
	margin: 0;
}
/* TOP　コンテンツ バナー
---------------------------------------- */
main#index #content-slider {
	background: url(/rh/assets/images/bg_content.png) repeat center center;
	margin-bottom: 70px;
}
main#index #content-slider div {
	width: 1000px;
}
main#index #content-slider p {
	text-align: center;
}
main#index #content-slider img {
	display: inline-block;
}
main#index #content-slider .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -15px;
	z-index: 2;
}
main#index #content-slider .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -15px;
	z-index: 2;
}

/* youtube */
main#index #youtube{
	margin-bottom: 80px;
	text-align: center;
}
main#index #youtube .inner{
	width: 1170px;
	margin: 0 auto;
}
#youtube h2 {
	margin-bottom: 25px;
  color: #23a68f;
  font-weight: bold;
  font-size: 30px;
}
#youtube .docs{
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
#youtube a{
	font-weight: bold;
 	color: #23a68f;
}
main#index #youtube .playlist{
	display: flex;
	justify-content: space-evenly;
}


/* TOP　コンテンツ コース
---------------------------------------- */
main#index #course {
	margin-bottom: 70px;
}
main#index #course .inner-section {
	position: relative;
	margin-bottom: 60px;
}
main#index #course .inner-section::before {
	content: " ";
	position: absolute;
	top: 0;
	height: 185px;
	width: 50%;
	z-index: 90;
}
main#index #course #pt::before {
	left: 50%;
	background-color: #c3ebfa;
}
main#index #course #ot::before {
	right: 50%;
	background-color: #c1e6e0;
}
main#index #course .inner-section .inner {
	width: 1030px;
	position: relative;
	z-index: 100;
}
main#index #course #ot.inner-section .inner > * {
	float: right;
}
main#index #course .inner-section .inner .image {
	width: 450px;
}
main#index #course #pt .inner .image {
	margin-left: 25px;
}
main#index #course #ot .inner .image {
	margin-right: 25px;
}
main#index #course .inner-section .inner .info {
	width: 555px;
}
main#index #course #pt .inner .info .text-area {
	padding: 40px 0 0 50px;
}
main#index #course #ot .inner .info .text-area {
	padding: 40px 50px 0 0;
}
main#index #course .inner-section .inner .info .copy {
	margin-bottom: 30px;
}
main#index #course .inner-section .inner .info .text {
	line-height: 1.8em;
	height: 110px;
}
main#index #course .inner-section .inner .info .btn {
	width: 250px;
	float: right;
}
/*TOP　コース　理学療法士ページ共通
---------------------------------------- */
#pt h5 {
	color: #38a0c7;
}
#pt strong {
	color: #38a0c7;
}
#pt .btn a {
	border-color: #38a0c7;
}
#pt .btn a:hover {
	background-color: #38a0c7;
}
#pt .btn span::after {
	background-image: url(/rh/assets/images/btn_arrow_pt.png);
}
#pt .btn a:hover span::after {
	background-image: url(/rh/assets/images/btn_arrow_pt_on.png) !important;
}
#pt thead th {
	background-color: #c4e3ee;
}
#pt tbody th {
	background-color: #ffffc1;
}
/*TOP　コース　作業療法士ページ共通
---------------------------------------- */
#ot h5 {
	color: #f38698;
}
#ot strong {
	color: #f38698;
}
#ot .btn a {
	border-color: #f38698;
}
#ot .btn a:hover {
	background-color: #f38698;
}
#ot .btn span::after {
	background-image: url(/rh/assets/images/btn_arrow_ot.png);
}
#ot .btn a:hover span::after {
	background-image: url(/rh/assets/images/btn_arrow_ot_on.png) !important;
}
#ot thead th {
	background-color: #fde7eb;
}
#ot tbody th {
	background-color: #ffffc1;
}
/*TOP　講師陣バナー
---------------------------------------- */
main#index #teachers {
	margin-bottom: 70px;
}
/*TOP　コンテンツリンク
---------------------------------------- */
main#index #link {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}
main#index #link .columns4>div {
	width: 230px;
	margin-right: 20px;
	margin-bottom: 30px;
}
main#index #link .columns4>div:nth-child(n+5) {
	margin-bottom: 0;
}
main#index #link .columns4 .photo {
	margin-bottom: 15px;
}
main#index #link .columns4 .txt {
	line-height: 1.6;
}
main#index #works {
	text-align: center;
	padding: 32px 0;
	background-color: #f0f6f7;
	margin-bottom: 55px;
}
main#index #interview {
	text-align: center;
	margin-bottom: 100px;
}
/*TOP　ギャラリー
---------------------------------------- */
main#index #gallery {
	margin-bottom: 60px;
}
main#index #gallery .bg {
	padding: 33px 0;
	background: url(/rh/assets/images/bg_dots02.png) repeat-x top left;
	margin-bottom: 20px;
}
main#index #gallery li {
	text-align: center;
}
main#index #gallery li img {
	display: inline-block;
}
main#index #gallery .btn {
	text-align: center;
}
main#index #gallery .btn a {
	display: inline-block;
	width: 260px;
}
/*TOP　バナー
---------------------------------------- */
main#index #bnr {
	margin-bottom: 55px;
}
main#index #bnr .columns3>div {
	width: 315px;
	margin-right: 16px;
}
main#index #bnr .columns3 .photo {
	margin-bottom: 10px
}
main#index #bnr .columns3 a:hover .txt {
	text-decoration: underline;
}
/* page-nav
---------------------------------------- */
ul#page-nav{
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
}
ul#page-nav li{
	float:left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	/*border:2px solid #ccc;*/
	box-sizing:border-box;
	
	background:none;
	/*border-left:2px solid #ccc;*/
	border-top: 2px solid #fff;
}
ul#page-nav li:last-child{
	margin-right:0 !important;
	/*border-right:2px solid #ccc;*/
}
ul#page-nav li:last-child a{
	border-right:2px solid #ccc;
}
ul#page-nav li.on{
	/*border-color:#86d045;*/
	background: #f2f2f2;
    	border-bottom: 2px solid #f2f2f2;
    	box-sizing: border-box;
	border-top: 2px solid #ccc;;
}
ul#page-nav li.off{
    	border-bottom: 2px solid #ccc;
    	box-sizing: border-box;
}
ul#page-nav li a{
	display:block;
	text-decoration:none;
	box-sizing:border-box;
	background:url(/rh/assets/images/ico_nav.png) no-repeat 93% center;
	border-left: 2px solid #ccc;
	padding:10px 20px 10px 15px;
	cursor: pointer;
}
ul#page-nav li a:hover{
	background-color:#ddd;
}
ul#page-nav li a span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Roboto', 'Noto Sans Japanese';
	font-size: 1em;
	font-weight:bold;
	line-height:1.3;
}
ul#page-nav li.drop-list a{
	background:url(/rh/assets/images/ico-drop.png) no-repeat 93% center;
}
ul#page-nav li ul.drop-menu{
    	display: none;
    	position: absolute;
    	top: 40px;
    	width: 100%;
    	left: 0;
	background-color: #f2f2f2;
    	border-bottom: 2px solid #ccc;
    	border-right: 2px solid #ccc;
    	border-left: 2px solid #ccc;
    	box-sizing: border-box;
}
ul#page-nav li.on ul.drop-menu{
	display:block;
}
ul#page-nav li ul.drop-menu li{
	border:none;
	width:auto;
}
ul#page-nav li ul.drop-menu li a{
	padding: 15px 35px 15px 15px;
	background:url(/rh/assets/images/ico_nav.png) no-repeat right 5px center;
	border:none;
}
ul#page-nav li.pnav-drop a{
	background:url(/rh/assets/images/ico_nav.png) no-repeat 93% center;

}
ul#page-nav li.pnav-drop ul{
opacity: 0;
transition: opacity 0.5s;
pointer-events: none;
    	position: absolute;
    	top: 45px;
	width: 20%;
	background-color: #f2f2f2;
    	border: none;
}
ul#page-nav li.pnav-drop:hover ul{
  opacity: 1;
  pointer-events: auto;
}
ul#page-nav li.pnav-drop ul:hover{
  opacity: 1;
  pointer-events: auto;
}
ul#page-nav li.pnav-drop ul li{
	width:100%;
}
ul#page-nav li.pnav-drop ul li:hover{
	background-color: #fafafa;
	transition: background-color 1s;

}
ul#page-nav li.pnav-drop ul li a{
	display:block;
	text-decoration:none;
	box-sizing:border-box;
	background:none;
	border-left: none;
	padding:10px 20px 10px 15px;
	cursor: pointer;
	align-content: space-around;
}
ul#page-nav li.pnav-drop ul li:last-child a{
	border-right:none;
}


/************************************************************
 footer
************************************************************/
/* 姉妹校
---------------------------------------- */
aside#sisterschool {
	position: relative;
}
aside#sisterschool:after {
	content: "";
	background: url(/rh/assets/images/bg_slanting.png) top left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
aside#sisterschool dl {
	background-color: #fff;
	border: 1px dotted #8f8f8f;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.4;
	overflow: hidden;
	margin-bottom: 50px;
}
aside#sisterschool dl>* {
	float: left;
}
aside#sisterschool dt {
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	border-right: 1px dotted #8f8f8f;
	margin-right: 20px;
}
aside#sisterschool dd {
	margin-right: 20px;
}
aside#sisterschool dd:last-child {
	margin-right: 0;
}
aside#sisterschool dd a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(/rh/assets/images/btn_arrow.png) no-repeat left 12px;
}
aside#sisterschool a:hover {
	text-decoration: underline;
}
/* footer
---------------------------------------- */
footer {
	background-color: #fff;
	color: #444;
	font-size: 0.9em;
}
footer #foot-bnr {
	background-color: #84cdc1;
	padding: 20px 0;
	margin-bottom: 33px;
}
footer #foot-bnr ul {
	position: relative;
}
footer #foot-bnr li {
	text-align: center;
	padding: 0 10px;
}
footer #foot-bnr li img {
	display: inline-block;
}
footer #foot-bnr .prev img, footer #foot-bnr .next img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
}
footer #foot-bnr .prev img {
	left: -5px;
}
footer #foot-bnr .next img {
	right: -5px;
}
footer ul.main {
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 30px;
}
footer ul.main>li {
	float: left;
	margin-right: 20px;
	border-left: dotted 1px #b3b3b3;
	padding-left: 10px;
	box-sizing: border-box;
}
footer ul.main>li:last-child {
	margin-right: 0;
}
footer ul.main>li>p {
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: 0.1em;
}
footer ul.main ul {
/*margin-left: 10px;*/
}
footer ul.main ul p {
	margin-bottom: 10px;
	display: inline-block;
}
footer ul.main ul.upside {
	margin-bottom: 20px;
}
footer ul.main ul li {
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	padding-left: 15px;
}
footer ul.main ul li::before {
	content: "-";
	margin-right: 10px;
	display: inline-block;
	height: 1em;
	margin-left: -15px;
	color: #b3b3b3;
}
footer ul.main ul li:last-child {
	margin-bottom: 0;
}
footer ul.main ul li a:hover {
	text-decoration: underline;
}
footer .middle {
	width: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}
footer .middle p {
	float: left;
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
footer .middle p:first-child {
	border-right: 2px solid #fff;
}
footer .middle a {
	display: block;
}
footer .middle p span {
	display: block;
	text-align: right;
	padding: 14px 30px 14px 0;
	position: relative;
}
footer .middle p:last-child span {
	max-width: 490px;
}
footer .middle p span:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: url(/rh/assets/images/btn_arrow02_2.png) no-repeat center;
}
footer ul.bottom {
	text-align: center;
	font-size: 0;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 13px 0;
}
footer ul.bottom li {
	display: inline-block;
	position: relative;
	font-size: 12px;
}
footer ul.bottom li:after {
	content: "";
	width: 1px;
	height: 1em;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #eee;
}
footer ul.bottom li:last-child:after {
	content: none;
}
footer ul.bottom li a {
	display: block;
	padding: 5px 6px;
}
footer ul.bottom li a:hover {
	text-decoration: underline;
}
footer #foot-company {
	color: #444;
	text-align: center;
	background-color: #f2f2f2;
	padding: 17px 0 11px;
}
footer #foot-company .name {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
footer #foot-company ul {
	font-size: 0;
	overflow: hidden;
}
footer #foot-company li {
	display: inline-block;
	font-size: 12px;
	position: relative;
}
footer #foot-company li:after {
	content: "";
	width: 1px;
	height: 1em;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #1E1E1E;
}
footer #foot-company li:last-child:after {
	content: none;
}
footer #foot-company li a {
	display: block;
	padding: 5px 6px;
}
footer #foot-company li a:hover {
	text-decoration: underline;
}
footer #foot-company .address {
	padding-bottom: 15px;
	background: url(/rh/assets/images/bg_foot.png) no-repeat center bottom;
	margin-bottom: 10px;
}
footer #foot-company .address li {
	font-size: 13px;
	margin-right: 10px;
}
footer #foot-company .address li:last-child {
	margin-right: 0;
}
footer #foot-company .address li:after {
	content: none;
}
footer #foot-company .address li a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
}
footer #copyright {
	line-height: 30px;
	text-align: center;
	font-size: 0.7em;
	background-color: #fff;
	color: #3c3c3c;
}
/************************************************************
 下層共通
************************************************************/
/* page common
---------------------------------------- */
main.page h5 {
	color: #32ac97;
}
/* box xolor */
main.page .box .inner {
	border-color: #d1eded;
}
main.page .box .box-header {
	border-color: #d1eded;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+1) .box-info h5 {
	color: #fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+2) .box-info h5 {
	color: #7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #54abed;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+3) .box-info h5 {
	color: #54abed;
}
main.page .box .box-body .box-block .box-info dl dt {
	font-weight: bold;
}
main.page .box .box-body .box-block .box-info dl dd {
	margin-bottom: 10px;
}
main.page .box .box-body .box-block .box-info dl dd:last-child {
	margin-bottom: 0;
}
main.page .columns3 .photo span {
	background-color: #32ac97;
}
main.page .columns4 .photo span {
	background-color: #32ac97;
}
main.page .map-btn a {
	background-color: #32ac97;
}
main.page .map-btn a:hover {
	background-color: #84cdc1;
}
/* table */
main.page table {
	border-top: solid 2px #777;
	border-bottom: solid 2px #777;
	table-layout: fixed;
}
main.page table thead tr {
	border-bottom: solid 1px #777;
}
main.page table thead tr:last-child {
	border-bottom: solid 2px #777;
}
main.page table thead th {
	border-right: solid 1px #777;
	background-color: #d6eeea;
}
main.page table thead tr:first-child th:first-child {
/* background-color: #fff; */
}
main.page table thead th:last-child {
	border-right: none;
}
main.page table tbody th {
	background-color: #ffffc1;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
}
main.page table tbody tr:last-child th {
	border-bottom: none;
}
main.page table td {
	background-color: #fff;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
}
main.page table td.none {
	background-color: #f2f2f2;
}
main.page table tbody td:last-child {
/*border-right:none;*/
}
main.page table tbody {
	border-right: solid 2px #fff;
}
main.page table tbody tr:last-child td {
	border-bottom: none;
}
main.page table tbody td select {
	max-width: 100%;
}
/* search
---------------------------------------- */
main#search.inner {
	width: 800px;
}
main#search h3 {
	margin-bottom: 40px;
}
main#search .no-results p {
	text-align: center;
}
main#search article {
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
}
main#search article .entry-summary p {
	margin-bottom: 0;
}
main#search article .entry-summary a.more-link span.screen-reader-text {
	display: none;
}
/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors, main#request_new div.wpcf7-response-output.wpcf7-validation-errors, main#form_new div.wpcf7-response-output.wpcf7-validation-errors, main#contact div.wpcf7-response-output.wpcf7-validation-errors, main#request div.wpcf7-response-output.wpcf7-validation-errors, main#form div.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-size: 1.5em;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	margin-top: 10px;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea, main#contact_new .wpcf7 input, main#request_new .wpcf7 textarea, main#request_new .wpcf7 input, main#form_new .wpcf7 textarea, main#form_new .wpcf7 input, main#contact .wpcf7 textarea, main#contact .wpcf7 input, main#request .wpcf7 textarea, main#request .wpcf7 input, main#form .wpcf7 textarea, main#form .wpcf7 input {
	color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill, main#request_new input:-webkit-autofill, main#form_new input:-webkit-autofill, main#contact input:-webkit-autofill, main#request input:-webkit-autofill, main#form input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf, main#request_new .wpcf7-form-control.wpcf7c-conf, main#form_new .wpcf7-form-control.wpcf7c-conf, main#contact .wpcf7-form-control.wpcf7c-conf, main#request .wpcf7-form-control.wpcf7c-conf, main#form .wpcf7-form-control.wpcf7c-conf {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok, main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok, main#request div.wpcf7-response-output.wpcf7-mail-sent-ok, main#form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: none !important;
}
/* contact_sent, request_sent, form_sent
------------------------------ */

/* 送信完了メッセージ */
main#contact_sent div.mail-sent-ok, main#request_sent div.mail-sent-ok, main#form_sent div.mail-sent-ok {
	display: block;


	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 1.5em;
	border: 0;
	text-align: center;
}
main.page .mail-sent-ok p{
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.0rem;
    text-indent: -1em;
    padding-left: 1em;
}
main.page .mail-sent-ok p{
    margin-bottom: 0;
}
main.page .mail-sent-ok p:first-of-type{
    margin-top: 1em;
}

/************************************************************
************************************************************/
.page-info-link{
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px !important;
}
.page-info-link li{
	display:inline-block;
	margin:0 10px;
	margin-bottom:0 !important;
}
.page-info-link li a{
    display: block;
    font-weight: bold;
	text-decoration:none;
    padding: 15px 25px;
    border: 1px solid #ccc;
	border-bottom:none;
    background-color: #fff;
}
.page-info-link li a:hover{
	background:#f2f2f2;
}
main ul.page-index-link{
	text-align:center;
	letter-spacing:10px;
	margin-bottom:40px;
}
.page-index-link li{
	display:inline-block;
    width: 214px;
}
.page-index-link li a{
    display: block;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 20px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.page-index-link li a::before,
.page-index-link li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.page-index-link li a::before{
    right: 5px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* background: #23a68f; */
}
.page-index-link li a::after{
    top: 2px;
    right: 10px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #fff;
}
.page-index-link li a:hover::before,
.page-index-link li a:hover::after{
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* ///////////////////////////////////////////////// */
/* cms common
---------------------------------------- */
main.list, main.single {
	overflow: hidden;
}
main.list #content, main.single #content {
	width: 680px;
	float: left;
}
/* main single
---------------------------------------- */
main.single #content h2 {
	font-family: 'Noto Sans Japanese';
	color: #3caa78;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
main.single .ico {
	border-top: 1px solid #3caa78;
	border-bottom: 1px solid #3caa78;
	overflow: hidden;
	margin-bottom: 20px
}
main.single .ico li.date, main.single .ico li.cat a {
	float: left;
	display: block;
	line-height: 30px;
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}
main.single .ico .date:before {
	content: '\f307';
	font: normal 20px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single .ico .cat a:before {
	content: '\f301';
	font: normal 22px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single #detail {
	line-height: 1.5;
	margin-bottom: 30px;
}
main.single #detail p,
main.single #detail div{
	overflow: hidden;
	margin-bottom: 5px;
}
main.single #detail img{
	margin:5px 0;
}
main.single #detail table img{
	max-width: 100% !important;
}
main.single #detail a {
	text-decoration:underline;
}
main.single #detail strong {
	color: inherit;
}
main.single #detail .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
main.single #detail .alignright {
	float: right;
	margin: 0 0 0 15px;
}
main.single #detail .aligncenter {
	margin: 0 auto;
	display: block;
}
main.single #navigation {
	overflow: hidden;
	border-top: 1px solid #3caa78;
	border-bottom: 1px solid #3caa78;
	margin-bottom: 50px;
}
main.single #navigation>div {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
main.single #navigation .prev {
	border-right: 1px solid #3caa78;
}
main.single #navigation .next {
}
main.single #navigation>div a {
	display: block;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
main.single #navigation>div a:hover {
	color:#23a68f;
}
main.single #navigation .prev a {
	padding-left: 30px;
}
main.single #navigation .next a {
	padding-right: 30px;
	text-align: right;
}
main.single #navigation>div .ttl {
	line-height: 2;
}
main.single #navigation>div .ttl span {
	width: 6px;
	height: 7px;
	background-image: url(/rh/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
main.single #navigation .prev span {
	left: 10px;
	background-position: 3% center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
main.single #navigation .next span {
	right: 10px;
	background-position: 97% center;
}
/* main list
---------------------------------------- */
main.list #content .entry {
	overflow: hidden;
	margin-bottom: 50px;
}
main.list #content .entry article {
	width: 206px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
main.list #content .entry article:nth-child(3n) {
	margin-right: 0;
}
main.list #content article .photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	width:206px;
	height:206px;
}
main.list #content article .photo a{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
main.list #content article .photo img {
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
main.list #content article .date {
	color: #666;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
}
main.list #content article .date .new {
	font-size: 0.8em;
	color: #fff;
	background-color: #eb6c9a;
	padding: 2px 5px;
	margin-left: 5px;
}
main.list #content article .date .ico {
	float: right;
	font-size: 0.7em;
	line-height: 16px;
}
main.list #content article .date .ico a {
	display: block;
	padding: 0 5px;
	color: #fff;
}
main.list #content article.news .date .ico a {
	border: 1px solid #5ec290;
	background-color: #5ec290;
}
main.list #content article.event .date .ico a {
	border: 1px solid #32ac97;
	background-color: #32ac97;
}
main.list #content article h2 {
	line-height: 1.5em;
	font-size:inherit;
}
main.list #content article h2 a:hover {
	text-decoration: underline;
}
/* sidebar
---------------------------------------- */
#sidebar {
	width: 260px;
	float: right;
}
#sidebar>div {
	padding: 15px;
	border: 1px solid #3caa78;
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebar h2 span {
	float: right;
}
#sidebar h2 span a{
	padding-right: 13px;
	background:url(/rh/assets/images/arrow_head.png) no-repeat right center;
	font-size: 0.8rem;
	font-weight: normal;
	color: #3caa78;
}
#sidebar .category li {
	line-height: 45px;
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar .category li:last-child {
	border-bottom: none;
}
#sidebar .category li a {
	display: block;
	padding-left: 20px;
	background-image: url(/rh/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar article {
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar article:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#sidebar article a {
	display: block;
	overflow: hidden;
	padding: 8px 0;
}
#sidebar article a:hover{
	color:#23a68f;
}
#sidebar article .photo {
	float: left;
	position:relative;
	overflow: hidden;
	width:55px;
	height:55px;
}
#sidebar article .photo span{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
#sidebar article .photo img {
	max-height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#sidebar article .txt-area {
	float: right;
	width: 165px;
}
#sidebar article .date {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
#sidebar article .date span {
    font-size: 0.8em;
    color: #fff;
    background-color: #eb6c9a;
    padding: 0 5px;
    margin-left: 5px;
}
#sidebar article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 0.95em;
}
/* イベントカレンダー
------------------------------ */
main#event_calendar h2 {
	text-align: center;
	margin-bottom: 30px;
}
main#event_calendar .section {
	margin-bottom: 70px;
}
main#event_calendar .ttl-area .tab {
	overflow: hidden;
}
main#event_calendar .ttl-area .tab li {
	width: 310px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
main#event_calendar .ttl-area .tab li:nth-child(3n) {
	margin-right: 0;
}
main#event_calendar .ttl-area .tab a {
	display: block;
	font-size:1.1em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	line-height: 53px;
	position: relative;
}
main#event_calendar .ttl-area .tab a:hover {
	color: #fff;
}
main#event_calendar .ttl-area .tab a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px;
	border-top-color: #0079c1;
	border-top-width: 8px;
	border-bottom: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 10px;
}
main#event_calendar .ttl-area .tab .date a {
	border-color: #0079c1;
}
main#event_calendar .ttl-area .tab .date a:after {
	border-top-color: #0079c1;
}
main#event_calendar .ttl-area .tab .date a:hover {
	background: #0079c1;
}
main#event_calendar .ttl-area .tab .date a:hover:after {
	border-top-color: #fff;
}
main#event_calendar .ttl-area .tab .course a {
	border-color: #de3a38;
}
main#event_calendar .ttl-area .tab .course a:after {
	border-top-color: #de3a38;
}
main#event_calendar .ttl-area .tab .course a:hover {
	background: #de3a38;
}
main#event_calendar .ttl-area .tab .course a:hover:after {
	border-top-color: #fff;
}
main#event_calendar .ttl-area .tab .event a {
	border-color: #009c59;
}
main#event_calendar .ttl-area .tab .event a:after {
	border-top-color: #009c59;
}
main#event_calendar .ttl-area .tab .event a:hover {
	background: #009c59;
}
main#event_calendar .ttl-area .tab .event a:hover:after {
	border-top-color: #fff;
}
main#event_calendar .calendar {
	padding-top: 90px;
	margin-top: -90px;
}
main#event_calendar .calendar_wrap {
	background: url(/rh/assets/images/calendar/bg_calendar.jpg);
	background-position: left bottom;
	background-repeat: repeat;
}
main#event_calendar .calendar_wrap .inner {
	width: 710px;
	background: #fff;
	padding: 0 37px;
	box-sizing: border-box;
	position: relative;
}
main#event_calendar .calendar_wrap .balloon {
	position: absolute;
	z-index: 5;
	top: -70px;
	left: -60px;
}
main#event_calendar #wp-calendar {
	margin-bottom: 20px;
	position: relative;
}
main#event_calendar #wp-calendar caption {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	background: #23a68f;
}
main#event_calendar #wp-calendar thead, main#event_calendar #wp-calendar tbody {
	border: 1px solid #ccc;
}
main#event_calendar #wp-calendar th, main#event_calendar #wp-calendar td {
	border: 1px dashed #ccc;
	padding: 0;
	vertical-align: top;
}
main#event_calendar #wp-calendar thead th {
	width: 14.2%;
	font-size: 16px;
}
main#event_calendar #wp-calendar tbody a {
	display: block;
	overflow: hidden;
}
main#event_calendar #wp-calendar tbody a:hover {
	background: #dbf2e8;
}
main#event_calendar #wp-calendar tfoot tr {
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
main#event_calendar #wp-calendar tfoot th, main#event_calendar #wp-calendar tfoot td {
	padding: 0;
	border: none;
	float: left;
}
main#event_calendar #wp-calendar tfoot #prev {
}
main#event_calendar #wp-calendar tfoot #next {
}
main#event_calendar #wp-calendar tfoot a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}
main#event_calendar #wp-calendar .Sun {
	color: #f5464b;
}
main#event_calendar #wp-calendar .Sat {
	color: #005aaa;
}
main#event_calendar #wp-calendar .day {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
main#event_calendar #wp-calendar #today .day {
	font-weight: bold;
}
main#event_calendar #wp-calendar .sun .day {
	color: #f5464b;
}
main#event_calendar #wp-calendar .sat .day {
	color: #005aaa;
}
main#event_calendar #wp-calendar .terms {
	min-height: 50px;
	padding: 0 5px;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 5px;
}
main#event_calendar #wp-calendar .term {
	display: inline-block;
	width: 15px;
	height: 15px;
	letter-spacing: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 2px;
	background: #ccc;
}
main#event_calendar #wp-calendar .hands-on.on {
	background: #ef831a;
}
main#event_calendar #wp-calendar .weekday.on{
	background: #3291e6;
}
main#event_calendar #wp-calendar .night.on {
	background: #113a73;
}
main#event_calendar #wp-calendar .tour.on {
	background: #f55f5f;
}
main#event_calendar #wp-calendar .briefing.on {
	background: #25b8c7;
}
main#event_calendar #wp-calendar .trip.on {
	background: #00aa84;
}
main#event_calendar #wp-calendar .online.on {
	background: #6a569d;
}
main#event_calendar #wp-calendar .other.on {
	background: #ffbe00;
}
main#event_calendar #wp-calendar .attend_class.on {
	background: #7a86c4;
}

main#event_calendar #wp-calendar .term span {
	display: none;
}
main#event_calendar .event-meta li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
main#event_calendar .event-meta li:last-child {
	margin-right: 0;
}
main#event_calendar .event-meta li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 5px;
	background: #333333;
}
main#event_calendar .event-meta .hands-on span {
	background: #ef831a;
}
main#event_calendar .event-meta .weekday span {
	background: #3291e6;
}
main#event_calendar .event-meta .night span {
	background: #113a73;
}
main#event_calendar .event-meta .tour span {
	background: #f55f5f;
}
main#event_calendar .event-meta .briefing span {
	background: #25b8c7;
}
main#event_calendar .event-meta .trip span {
	background: #00aa84;
}
main#event_calendar .event-meta .online span {
	background: #6a569d;
}
main#event_calendar .event-meta .other span {
	background: #ffbe00;
}
main#event_calendar .event-meta .attend_class span {
	background: #7a86c4;
}

main#event_calendar .event-list {
	padding-top: 90px;
	margin-top: -90px;
}
main#event_calendar .event-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/rh/assets/images/calendar/bg_bnr.jpg);
}
main#event_calendar .event-list .event-bnr li {
	display: inline-block;
	width: 350px;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 20px;
}
main#event_calendar .event-list .event-bnr li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
main#event_calendar .event-list .event-bnr li a {
	display: block;
	line-height: 65px;
	background: #cccccc;
}
main#event_calendar .event-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .event-list .event-bnr .weekday a {
	background: #3291e6;
}
main#event_calendar .event-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .event-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .event-list .event-bnr .online a {
	background: #6a569d;
}
main#event_calendar .event-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .event-list .event-bnr .attend_class a {
	background: #7a86c4;
}
main#event_calendar .event-list .event-bnr li a:hover {
	opacity: 0.8;
}
main#event_calendar .event-list .event-bnr li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .event-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 6px;
	border-right: none;
	border-left-color: #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 4px;
}
main#event_calendar .event-list .event-bnr li span:before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .event-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .event-list .event-bnr .weekday span:after{
	border-left-color: #3291e6;
}
main#event_calendar .event-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .event-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .event-list .event-bnr .online span:after{
	border-left-color: #6a569d;
}
main#event_calendar .event-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .event-list .event-bnr .attend_class span:after {
	border-left-color: #7a86c4;
}

main#event_calendar .event-list .event-bnr .other span:before {
	background: #000;
}

main#event_calendar .course-list {
	padding-top: 90px;
	margin-top: -90px;
}
main#event_calendar .course-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/rh/assets/images/calendar/bg_bnr.jpg);
}
main#event_calendar .course-list .course-bnr li {
	display: inline-block;
	width: 350px;
	margin: 0 10px 20px;
}
main#event_calendar .course-list .course-bnr li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
main#event_calendar .course-list .course-bnr li img {
	width: 350px;
	height: auto;
}
main#event_calendar .gift .catch {
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}
main#event_calendar .gift .support {
	margin-bottom: 50px;
}
main#event_calendar .event-archive {
	letter-spacing:-0.4em;
	overflow: hidden;
}
main#event_calendar .event-archive .entry {
	letter-spacing:-0.4em;
	margin-bottom: 15px;
	overflow: hidden;
}
main#event_calendar .event-archive h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 20px;
}
main#event_calendar .event-archive h2 .ttl-txt {
	display: block;
	background: #23a68f;
	color: #fff;
}
main#event_calendar .event-archive h2 .week {
	font-size: 13px;
	line-height: 1;
	border: 1px solid #fff;
	padding: 2px;
	vertical-align: middle;
}
main#event_calendar .event-archive h2 .Sun {
	background: #f5464b;
}
main#event_calendar .event-archive h2 .Sat {
	background: #005aaa;
}
main#event_calendar .event-archive h3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
main#event_calendar .event-archive h3 .do-not-link {
	color: #de3a38;
	margin-right: 5px;
}
main#event_calendar .event-archive article {
	width: 310px;
	display:inline-block;
	vertical-align:top;
	margin-right: 25px;
	margin-bottom: 30px;
}
main#event_calendar .event-archive article a {
	display: block;
}
main#event_calendar .event-archive article:nth-child(3n) {
	padding: 0;
	border: none;
	margin: 0;
}
main#event_calendar .event-archive .photo-pc {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
main#event_calendar .event-archive .photo-pc img{
	width:100%;
	height: auto;
}
main#event_calendar .event-archive .photo-pc .ico {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
main#event_calendar .event-archive .photo-pc .ico span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
}
main#event_calendar .event-archive .photo-pc .ico .pt {
	background: #39a1c8;
}
main#event_calendar .event-archive .photo-pc .ico .ot {
	background: #f48799;
}
main#event_calendar .event-archive .post-meta {
	margin-bottom: 3px;
}
main#event_calendar .event-archive .post-meta .ico {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	padding: 3px 10px;
}
main#event_calendar .event-archive .post-meta .hands-on {
	background: #ef831a;
}
main#event_calendar .event-archive .post-meta .weekday{
	background: #3291e6;
}
main#event_calendar .event-archive .post-meta .night {
	background: #113a73;
}
main#event_calendar .event-archive .post-meta .tour {
	background: #f55f5f;
}
main#event_calendar .event-archive .post-meta .briefing {
	background: #25b8c7;
}
main#event_calendar .event-archive .post-meta .trip {
	background: #00aa84;
}
main#event_calendar .event-archive .post-meta .online {
	background: #6a569d;
}
main#event_calendar .event-archive .post-meta .other {
	background: #ffbe00;
	color: #000;
}
main#event_calendar .event-archive .post-meta .attend_class {
	background: #7a86c4;
}
main#event_calendar .event-archive .time {
	line-height: 1.5;
	margin-bottom: 10px;
}
main#event_calendar .event-archive .photo-sp {
	display: none;
}
main#event_calendar .event-archive .meta-sp {
	display: none;
}
main#event_calendar .event-archive .txt-area .txt {
	margin-bottom: 5px;
}
main#event_calendar .event-archive .btn {
	text-align: center
}
main#event_calendar .event-archive .btn a {
	display: inline-block;
	padding: 0 50px;
}
main#event_calendar .term-list{
	margin-bottom: 40px;
}
main#event_calendar .term-list h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
main#event_calendar .term-list .event-bnr {
	text-align: center;
}
main#event_calendar .term-list .event-bnr li {
	display: inline-block;
	width: 350px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 20px;
}
main#event_calendar .term-list .event-bnr li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
main#event_calendar .term-list .event-bnr li a {
	display: block;
	line-height: 65px;
}
main#event_calendar .term-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .term-list .event-bnr .weekday a {
    background: #3291e6;
}
main#event_calendar .term-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .term-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .term-list .event-bnr .online a {
	background: #6a569d;
}
main#event_calendar .term-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .term-list .event-bnr .attend_class a {
	background: #7a86c4;
}
main#event_calendar .term-list .event-bnr li a:hover {
	opacity: 0.8;
}
main#event_calendar .term-list .event-bnr li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .term-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 6px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 4px;
}
main#event_calendar .term-list .event-bnr li span:before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .term-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .term-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .term-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .term-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .term-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .term-list .event-bnr .attend_class span:after  {
	border-left-color: #7a86c4;
}
main#event_calendar .term-list .btn {
	text-align: center
}
main#event_calendar .term-list .btn a {
	display: inline-block;
	padding: 0 50px;
}
main#event_calendar .subject-tabs {
	text-align: center;
	margin-bottom: 40px;
}
main#event_calendar .subject-tabs li {
	display: inline-block;
	width: 370px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 20px;
}
main#event_calendar .subject-tabs li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
main#event_calendar .subject-tabs li a {
	display: block;
	line-height: 50px;
	border-width: 1px;
	border-style: solid;
}
main#event_calendar .subject-tabs li.current a {
	font-weight: bold;
}
main#event_calendar .subject-tabs .pt a{
	border-color: #39a1c8;
	color: #39a1c8;
}
main#event_calendar .subject-tabs .pt.current a {
	background: #39a1c8;
	color: #fff;
}
main#event_calendar .subject-tabs .ot a{
	border-color: #f48799;
	color: #f48799;
}
main#event_calendar .subject-tabs .ot.current a {
	background: #f48799;
	color: #fff;
}
main#event_calendar .subject-tabs li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .subject-tabs li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-color: #fff;
	border-left-width: 6px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 4px;
}
main#event_calendar .subject-tabs li span:before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .subject-tabs li.current span:before {
	background: #fff;
}
main#event_calendar .subject-tabs .pt span:before {
	background: #39a1c8;
}
main#event_calendar .subject-tabs .pt.current span:after {
	border-left-color: #39a1c8;
}
main#event_calendar .subject-tabs .ot span:before {
	background: #f48799;
}
main#event_calendar .subject-tabs .ot.current span:after  {
	border-left-color: #f48799;
}
main#event_calendar .term-list h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
main#event_calendar .term-list .event-bnr {
	text-align: center;
}
main#event_calendar .term-list .event-bnr li {
	display: inline-block;
	width: 350px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 20px;
}
main#event_calendar .term-list .event-bnr li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
main#event_calendar .term-list .event-bnr li a {
	display: block;
	line-height: 65px;
}
main#event_calendar .term-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .term-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .term-list .event-bnr .weekday a {
	background: #3291e6;
}
main#event_calendar .term-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .term-list .event-bnr .online a {
	background: #6a569d;
}
main#event_calendar .term-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .term-list .event-bnr .attend_class a {
	background: #7a86c4;
}
main#event_calendar .term-list .event-bnr li a:hover {
	opacity: 0.8;
}
main#event_calendar .term-list .event-bnr li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .term-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 6px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);
	right: 4px;
}
main#event_calendar .term-list .event-bnr li span:before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .term-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .term-list .event-bnr .weekday span:after {
	border-left-color: #3291e6;
}
main#event_calendar .term-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .term-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .term-list .event-bnr .online span:after {
	background: #6a569d;
}
main#event_calendar .term-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .term-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .term-list .event-bnr .attend_class span:after  {
	border-left-color: #7a86c4;
}
main#event_calendar .term-list .btn {
	text-align: center
}
main#event_calendar .term-list .btn a {
	display: inline-block;
	padding: 0 50px;
}
main#event_calendar .message{
    border: 5px solid #f00e48;
    padding: 4%;
    width: 76%;
    margin: 0 auto 36px;
}
main#event_calendar .message h3{
	text-align:center;
	font-weight:bold;
	font-size:1.7em;
	margin-bottom:30px
	
}
main#event_calendar .message h4{
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:30px
	
}
main#event_calendar .message p{
	margin-bottom:10px:;
	font-size:1.2em;
	line-height:1.6em
}

/* イベントお申込み
------------------------------ */
main#entry {
	margin-bottom: 10%;
}
main#entry .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#entry .form-head .confirm-txt {
	padding: 10px;
	background: #e5f2ff;
	margin-bottom: 5%;
}
main#entry .entry-form .cmt {
	margin-top: 10px;
}
main#entry .entry-form li {
	margin-bottom: 10px;
}
main#entry .entry-form li:last-child {
	margin-bottom: 0;
}
/* ///////////////////////////////////////////////// */
/* form common
---------------------------------------- */
input[type="reset"], input[type="button"], input[type="submit"] {
	border-color: #009980;
	cursor:pointer;
}
input[type="reset"], input[type="button"] {
	background-image:url(/rh/assets/images/btn_arrow_00_re.png);
}
input[type="submit"] {
	color: #333;
	background-image:url(/rh/assets/images/btn_arrow.png);
	background-color:#fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
main#form .wpcf7 input[type="submit"]:hover,
main#request .wpcf7 input[type="submit"]:hover {
	color:#fff;
	background-image:url(/rh/assets/images/btn_arrow_00_on.png);
	background-color:#009980;
	border-color:#009980;
}
form th span,form .mail-area p,form .address-area p,form .bus-area p,form .description span{
	color:#ed1c24;
}
form .description{
font-size:13px;
}

/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
main#form .form-head .catch,
main#request .form-head .catch{
	margin-bottom: 25px;
}
main#form .form-head .confirm-txt,
main#request .form-head .confirm-txt{
	text-align:center;
	font-size:1.2em;
	padding:10px;
	background:#ecf5f3;
	margin-bottom: 30px;
}
main#form .form-head .flow,
main#request .form-head .flow{
	text-align:center;
	margin-bottom:30px;
}
main#form .sex .wpcf7-list-item.last,
main#request .sex .wpcf7-list-item.last{
	display:none;
}
/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors,
main#request_new div.wpcf7-response-output.wpcf7-validation-errors,
main#form_new div.wpcf7-response-output.wpcf7-validation-errors,
main#contact div.wpcf7-response-output.wpcf7-validation-errors,
main#request div.wpcf7-response-output.wpcf7-validation-errors,
main#form div.wpcf7-response-output.wpcf7-validation-errors{
    color: red;
    font-size: 1.5em;
    border-width: 4px;
    text-align: center;
    padding: 0.5em;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea,
main#contact_new .wpcf7 input,
main#request_new .wpcf7 textarea,
main#request_new .wpcf7 input,
main#form_new .wpcf7 textarea,
main#form_new .wpcf7 input,
main#contact .wpcf7 textarea,
main#contact .wpcf7 input,
main#request .wpcf7 textarea,
main#request .wpcf7 input,
main#form .wpcf7 textarea,
main#form .wpcf7 input{
    color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill,
main#request_new input:-webkit-autofill,
main#form_new input:-webkit-autofill,
main#contact input:-webkit-autofill,
main#request input:-webkit-autofill,
main#form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf,
main#request_new .wpcf7-form-control.wpcf7c-conf,
main#form_new .wpcf7-form-control.wpcf7c-conf,
main#contact .wpcf7-form-control.wpcf7c-conf,
main#request .wpcf7-form-control.wpcf7c-conf,
main#form .wpcf7-form-control.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#request div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form div.wpcf7-response-output.wpcf7-mail-sent-ok{
    display: none !important;
}

/* contact_sent, request_sent, form_sent
------------------------------ */

/* 送信完了メッセージ */
main#form_sent .flow,
main#request_sent .flow{
    text-align: center;
}
main#contact_sent div.mail-sent-ok,
main#request_sent div.mail-sent-ok,
main#form_sent div.mail-sent-ok{
    display: block;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: 1.5em;
	line-height:1.5;
    border: 0;
    text-align: center;
}

/************************************************************
 オープンキャンパス申込み
************************************************************/
main#event-form.inner {
	width: 800px;
}
main#event-form .form-head .flow{
	text-align: center;
	margin-bottom: 30px;
}
main#event-form .form-head #alert{
	color: red;
	font-size: 1.3em;
	line-height: 1.5;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #f7e700;
	margin-bottom: 30px;
}
main#event-form form {
	padding: 0;
	margin: 0;
}
main#event-form table ul {
	margin-bottom: 0;
}
main#event-form table li {
	margin-bottom: 10px;
}
main#event-form table li.event_course_area {
	display: none;
}
main#event-form table li.event_date_area {
	display: none;
}
main#event-form table li.event_ttl_area {
	display: none;
}
main#event-form table li.event_time_area {
	display: none;
}
main#event-form table li:last-child {
	margin-bottom: 0;
}
main#event-form table .add_event_bus_area {
	display: none;
}
main#event-form table .add_event_bus_area .reset{
	display:none;
}
main#event-form table li.event_bus_stop_area {
	display: none;
}
main#event-form table .add_event_subject_area{
	display:none;
}
main#event-form table .add_event_subject_area label {
	display: block;
	margin: 0;
	line-height: 2;
}
main#event-form table .birth {
	overflow: hidden;
}
main#event-form table .birth li {
	float: left;
	margin-bottom: 0;
}
main#event-form table label {
	padding: 0;
}
main#event-form table #address, main#event-form table #mail {
	margin-bottom: 0;
}
main#event-form input[type="submit"] {
	color: #333;
}
main#event-form input[type="submit"]:hover {
	color: #fff;
	background-image: url(/rh/assets/images/btn_arrow_00_on.png);
	background-color: #009980;
	border-color: #009980;
}
main#event-form .form-head .confirm-txt {
	text-align:center;
	font-size:1.2em;
	padding:10px;
	background:#ecf5f3;
	margin-bottom: 30px;
}
/************************************************************
 オープンキャンパス申込み確認ページ
************************************************************/
main#event-form .entry-form.check table th span {
	color: black;
}

/* ///////////////////////////////////////////////////// */
/************************************************************
 入試・学費
************************************************************/
/* 募集学科・定員
------------------------------ */
#recruit .inner {
	width: 800px;
}
/* recruitment */
#recruit #recruitment table thead th:nth-child(2), #recruit #recruitment table thead th:nth-child(3), #recruit #recruitment table thead th:nth-child(4) {
	width: 20%;
}
#recruit #recruitment table tbody td {
	text-align: center;
}
/* test-schedule */
#recruit #test-schedule table thead th.kind {
	width: 7%;
	padding: 3px 0;/*line-height:1.2em;*/
}
#recruit #test-schedule table tbody td:nth-child(n+3):nth-child(-n+10),
#recruit-pre #test-schedule table tbody td:nth-child(n+3):nth-child(-n+10){
	text-align: center;
}
#recruit #test-schedule table.tsushin-schedule {
	text-align: center;
}
#recruit #test-schedule table.tsushin-schedule thead th:first-child {
	width: 40%;
}
#recruit .btn-area .btn {
	display: inline-block;
	margin: 0 10px 10px 10px;
}
/* 出願方法
------------------------------ */
.g-info#application .inner {
	width: 980px;
}
.g-info#application .image-flow {
	margin-bottom: 20px;
	text-align: center;
}
/* method */
.g-info#application #method table tbody th:first-child {
	width: 15%;
}
/* self,applying */
.g-info#application #self table th, .g-info#application #applying table th {
	width: 30%;
}
.g-info#application article{
	background-color:#ecf5f3;
	padding:15px;
}
.g-info#application article h5{
	margin-bottom:5px;
}
.g-info#application article p{
	margin-bottom:0;
}
.g-info#application table span.notes{
	color:#dc1d1d;
	margin-left: 5px;
	font-size: 0.9em;
}
.g-info#application h4 span{
	color:#dc1d1d;
	margin-right:5px;
}
.g-info#application div.notes-box{
	border:1px solid #666;
	color:#666;
	padding:15px;
}
.g-info#main#application div.notes-box ul,
.g-info#application div.notes-box ol{
	margin-bottom:0;
}
.g-info#application div.notes-box li{
	margin-bottom:5px;
}
.g-info#application div.notes-box li:last-child{
	margin-bottom:0;
}
#application #test-schedule table tbody td:nth-child(n+2):nth-child(-n+9) {
	text-align: center;
}
#application #self{
    padding-top: 120px;
    margin-top: -120px;
}
#application #specified{
    padding-top: 120px;
    margin-top: -120px;
}
#application #schedule{
	padding-top: 140px;
    margin-top: -140px;
}

.g-info#application .inner .gbox{
	border: 6px solid #c5e39f;
    padding: 20px;
}
.g-info#application #method table tbody th:first-child {
    width: 20%;
}
.g-info#application #documents tbody td:first-child{
	width: 23%;
}
.g-info#application #documents tbody td:nth-child(n+5) {
	text-align: center;
}
.g-info#application #documents td:nth-child(2),
.g-info#application #test-schedule td:nth-child(2) {
	text-align: left;
}
.g-info#application #test-schedule td,
.g-info#application-pre #test-schedule td{
	text-align: center;
}

.g-info#application #documents td:nth-child(n+3) {
	text-align: center;
}

/* method */
.g-info#application #method table tbody th{
    width: 15%;
}
/* ページ内リンクバナー */
.g-info#application .page-index-link li{
	width:220px;
	margin-bottom:5px;
}
.g-info#application .page-index-link li:nth-child(1){
    background-color:#80be40;
}
.g-info#application .page-index-link li:nth-child(2){
    background-color:#eba727;
}
.g-info#application .page-index-link li:nth-child(3){
    background-color:#66abdc;
}
.g-info#application .page-index-link li:nth-child(4){
    background-color:#4785cc;
}
.g-info#application .page-index-link li:nth-child(5){
    background-color:#c486bf;
}
.g-info#application .page-index-link li:nth-child(6){
    background-color:#f55b5f;
}
.g-info#application .dl-btn {
	width: 26%;
	margin: 0 0 0 30px;
	display: inline-block;
}
.g-info#application .dl-btn.recommend {
	width: 80%;
}
.g-info#application .dl-btn a {
	display: block;
	font-family: 'Roboto', 'Noto Sans Japanese';
	color: #333;
	background-color: #fff;
	background: url(/rh/assets/images/btn_download.png) no-repeat;
	background-position: right 10px bottom 6px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-decoration: none;
	line-height: 26px;
	border-color: #31ab96;
	border-width: 2px;
	border-style: solid;
	border-radius: 14px;
	font-size:13px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	width: 100%;
}
.g-info#application .dl-btn a:hover {
	color: #fff;
	background-color: #31ab96;
}
/* 学費
------------------------------ */
.g-info#gakuhi .inner {
	width: 900px;
}
.g-info#gakuhi table td{
	text-align:center;
}
/* 学費納入期日 */
.g-info#gakuhi #due-date table td{
	/*width: 18.8%;*/
}
/* 入学金 */
.g-info#gakuhi #enrollment table thead th:first-child {
	width: 25%;
}
/* 学費(年額) */
.g-info#gakuhi #expense table td {
	width: 25%;
}
/* 学費納入方法 */
.g-info#gakuhi #method table td {
	width: 25%;
}
.g-info#gakuhi li{
	margin-bottom:5px;
}
/* ページ内リンクバナー */
.g-info#gakuhi .page-index-link li:nth-child(1){
    background-color:#39a1c8;
}
.g-info#gakuhi .page-index-link li:nth-child(2){
    background-color:#f4879a;
}
.g-info#gakuhi .page-index-link li:nth-child(3){
    background-color:#23a68f;
}

/* サポート
------------------------------ */
.g-info#support table tbody th:first-child {
	width: 20%;
}
.g-info#support #group article{
	background-color: #e8f3ff;
	padding:15px;
	margin-bottom:15px;
}
.g-info#support #group article p{
	margin-bottom:0;
}
.g-info#support #group table.dormitory tbody td {
	width: 80%;
}
.g-info#support #loan tbody th:first-child{
	width:10%;
}
.g-info#support #loan td{
	width:18%;
}
.g-info#support .columns3{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.g-info#support #banner-area {
	text-align: center;
}
#support h4#siteikou,
#support h4#jiko,
#support h4#tokushu{
	padding-top: 120px;
	margin-top: -120px;
}

.g-info#support .bnr_scholarship{
	text-align: center;
	margin-bottom: 70px;
}

/************************************************************
 ～の方へ
************************************************************/
/* common
------------------------------ */
/* bg-balloon */
#for-affiliate .bg-balloon .bg-balloon-inner {
	background-color:#31ab96;
}
#for-affiliate .bg-balloon .bg-balloon-inner::before {
	background-image:url(/rh/assets/images/for/bg-balloon-before.png);
}
#for-affiliate .bg-balloon::after {
	background-image:url(/rh/assets/images/for/bg-balloon-after.png);
}
#for-affiliate .bg-balloon strong {
	color:#fff49b;
}

/* bg-balloon.bg-balloon-white */
#for-affiliate .bg-balloon.balloon-white strong {
	color:#31ab96;
}

/* 高校1・2年生の方へ
------------------------------ */
/* for-message */
#highschool #for-message {
	background-image:url(/rh/assets/images/for/highschool/message-bg.png);
}

/* 高校3年生の方へ
------------------------------ */
/* for-message */
#third_gr #for-message {
	background-image:url(/rh/assets/images/for/third_gr/message-bg.png);
}

/* 大学・短大生・社会人の方へ
------------------------------ */
/* for-message */
#university #for-message {
	background-image:url(/rh/assets/images/for/university/message-bg.png);
}

/* 保護者の方へ
------------------------------ */
/* for-message */
#guardian #for-message {
	background-image:url(/rh/assets/images/for/guardian/message-bg.png);
}

/* 高校の先生方へ
------------------------------ */
/* for-message */
#teacher #for-message .inner {
	background-image:url(/rh/assets/images/for/teacher/message-bg.png);
}

/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message {
	background-image:url(/rh/assets/images/for/enterprise/message-bg.png);
}
#enterprise #for-message2 .inner {
    background-image: url(/rh/assets/images/for/enterprise/message-bg.png);
}
#enterprise #for-message2 .columns2 article {
    background-color: #e9f5f3;
}
/* 卒業生の方へ
------------------------------ */
/* for-message */
#graduate #for-message .inner {
	background-image:url(/rh/assets/images/for/graduate/message-bg.png);
}





/* 卒業生の声
------------------------------ */
#graduates_voice h5{
	color: #39a1c8;
    float: left;
    font-size: 17px;
    margin-bottom: 0;
}
#graduates_voice .h5_pk{
	color: #f48799;
    float: left;
    font-size: 17px;
}
#graduates_voice .text01{
    clear:  both; 
    margin-bottom: 15px;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #c3e3ee;
    display: block;
    margin-bottom: 50px;
    padding: 10px;
    margin-right: 0px;
}
.label_pk{
    background: #fcdbe0;
    display: block;
    margin-bottom: 50px;
    padding: 10px;
    margin-right: 0px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


.acd-check:checked ~ article .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
	display: ruby;
}
.acd-check:checked ~ label p .open{
    display: none;
}
label p .close{
    display: none;
}
.acd-check:checked ~ label p .close{
    display: block;
}
#graduates_voice #introduction label p{
    position: relative;
    margin: auto !important;
    line-height: 28px;
    height: 28px;
    width: 200px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    cursor: pointer;
    border-color: #32ac97;
    font-family: 'Roboto', 'Noto Sans Japanese';
    text-align: center;
}
#graduates_voice #introduction label p:after{
    background: url(/rh/assets/images/btn_accordion.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.acd-check:checked ~ label p:after{
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
#graduates_voice .graduates01{
	border:5px solid #c3e3ee;	
	padding:20px;
	overflow:hidden;
}
#graduates_voice .graduates02{
	border:5px solid #fcdbe0;
	padding:20px;
	overflow:hidden;
}
#graduates_voice .graduates03{
	border:5px solid #fcdbe0;
	padding:20px;
	overflow:hidden;


}
#graduates_voice .graduates04{
	border:5px solid #fcdbe0;
	padding:20px;
	overflow:hidden;
}
#graduates_voice .acd-check:checked ~ .graduates01,
#graduates_voice .acd-check:checked ~ .graduates02,
#graduates_voice .acd-check:checked ~ .graduates03,
#graduates_voice .acd-check:checked ~ .graduates04{
    height: fit-content;
}

#graduates_voice #ttl-area{
	margin-bottom:30px;
}
#graduates_voice #ttl-area .catch{
	margin-bottom:0;
}


#graduates_voice #introduction article .photo{
	float:left;
	margin-right:20px;
}
#graduates_voice #introduction article .copy{
	text-align:left;
	margin-bottom:15px;
	font-size: 160%;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
#graduates_voice #introduction article .workplace{
	margin-bottom:0;
}
#graduates_voice #introduction article .introduce{
	float: left;
	width: 660px;
	margin-bottom:0;
}
#graduates_voice #introduction article .comment{
    height: 0;
	width: 660px;
    margin-bottom: 15px;
    margin-left: 250px;
}

#graduates_voice #introduction article .introduce .txt{
	line-height: 1.6;
	margin-bottom:0;
}
#graduates_voice #introduction article .introduce .ttl{
	font-weight:bold;
	line-height:1.3;
	margin-bottom: 3px;
}
#graduates_voice #introduction article .introduce .subject{
	line-height: 1.5;
	margin-bottom: 15px;
}
#graduates_voice #introduction article .comment{
	text-align: right;
}
#graduates_voice #introduction article .comment > * {
	text-align: left;
}
#graduates_voice #introduction article .comment .ttl{
	font-weight:bold;
	margin-bottom: 0;
}
#graduates_voice #introduction article .comment ul:after{
	content: "";
	display: block;
	clear: both;
}
#graduates_voice #introduction article .comment ul li{
	display: block;
	width: 48%;
	float: left;
}
#graduates_voice #introduction article .comment ul li:nth-of-type(2n+1){
	clear: both;
}
#graduates_voice #introduction article .comment ul li:nth-of-type(2n){
	float: right;
}
#graduates_voice #introduction article .question{
	font-weight:bold;
	margin-bottom: 0;
	color: #39a1c8;
    font-size: 15px;
}
#graduates_voice #introduction article .question_pk{
	font-weight:bold;
	margin-bottom: 0;
	color: #f48799;
    font-size: 15px;
}
#graduates_voice #introduction article .comment .answer{
	line-height: 1.6;
	margin-bottom:20px;
	margin-top:20px;
}
#graduates_voice #introduction article .comment .name{
	line-height: 1.4;
	margin-bottom:0;
	display: inline-block;
}
#graduates_voice #introduction article .comment .name span{
	font-size:0.85em;
}

main#graduates_voice .bnr-list .event-bnr{
	text-align: center;
}

main#graduates_voice .bnr-list li {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-weight: bold;
    margin: 0 10px 20px;
}

main#graduates_voice .bnr-list .bnr-pt a {
    background: #39a1c8;
}

main#graduates_voice .bnr-list .bnr-pt span:after {
    border-left-color: #39a1c8;
}

main#graduates_voice .bnr-list .bnr-ot a {
    background: #f48799;
}

main#graduates_voice .bnr-list .bnr-ot span:after {
    border-left-color: #f48799;
}

main#graduates_voice .bnr-list .bnr-record a {
    background: #32ac97;
}

main#graduates_voice .bnr-list .bnr-record span:after {
    border-left-color: #32ac97;
}

main#graduates_voice .bnr-list .bnr-support a {
    background: #758abb;
}

main#graduates_voice .bnr-list .bnr-support span:after {
    border-left-color: #758abb;
}

main#graduates_voice .bnr-list .bnr-job a {
    background: #efa220;
}

main#graduates_voice .bnr-list .bnr-job span:after {
    border-left-color: #efa220;
}

main#graduates_voice .bnr-list .bnr-society a {
    background: #99C929;
}

main#graduates_voice .bnr-list .bnr-society span:after {
    border-left-color: #99C929;
}

main#graduates_voice .bnr-list li span {
    padding-right: 20px;
    position: relative;
}


main#graduates_voice .bnr-list li span:before {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
}

main#graduates_voice .bnr-list li span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3px;
    border-left-width: 6px;
    border-right: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 4px;
}

main#graduates_voice .bnr-list li a {
    display: block;
    line-height: 65px;
    text-decoration: none;
}

main#graduates_voice .bnr-list li a:hover{
    opacity: 0.8;
}

.bnr-graduates_voice{
    text-align: center;
}

#pt .bnr-graduates_voice,
#ot .bnr-graduates_voice{
    margin-bottom: 50px;
}

/************************************************************
english
************************************************************/

/* english
------------------------------ */
ul#page-nav.eng{
	overflow:visible;
}
ul#page-nav.eng:after{
	content:"";
	display:block;
	clear:both;
}
ul#page-nav.eng li{
	width:235px;
	border:none;
	position:relative;
	margin-bottom: 10px;
}
ul#page-nav.eng li:nth-child(n + 5){
	margin-bottom:0;
}
ul#page-nav.eng li a{
	padding: 5px 40px 5px 20px;
    	display: table;
    	width: 100%;
    	height: 45px;
}
ul#page-nav.eng li:nth-child(4n) a{
	border-right:2px solid #ccc;
}
ul#page-nav.eng li a span{
	top:0;
	-webkit-transform: translateY(0%);
    	-ms-transform: translateY(0%);
    	-o-transform: translateY(0%);
    	-moz-transform: translateY(0%);
    	transform: translateY(0%);
    	font-size: 1em;
	display: table-cell;
    	vertical-align: middle;
}
ul#page-nav.eng li ul.drop-menu{
	display:none;
	position: absolute;
    	top: 50px;
}
ul#page-nav.eng li ul.drop-menu li{
	margin:0;
}
ul#page-nav.eng li ul.drop-menu li a{
	border-top: none;
    	background: url(/nw/assets/images/arrow_head.png) no-repeat 89% center;
}
#english .columns .image img{
	width:100%;
	height:auto;
}
#english #YIC-rehabilitation .columns .image{
	width: 300px;
	margin-right: 30px;
}
#english #YIC-rehabilitation .columns .text{
	width: 630px;
}
#english #YIC-rehabilitation .columns .name {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Lora', serif;
}
#english #physical-therapy .catch{
	margin-bottom:20px;
}
#english #physical-therapy .columns .image {
	width: 300px;
	margin-right: 30px;
}
#english #physical-therapy .columns .text {
	width: 630px;
}
#english #physical-therapy table th{
	width:25%;
}
/* education
------------------------------ */
#education.g-english .inner{
	width:800px;	
}
#education.g-english #aim-target{
	text-align:center;
}
#education.g-english #aim-target ol{
	display:inline-block;
	text-align:left;
}
/* about
------------------------------ */
#about.g-english .inner{
	width:800px;	
}
#about.g-english .catch{
	margin-bottom:30px;
}
/* invited
------------------------------ */
#invited.g-english #special-lecture article{
	margin-bottom:30px;
}
#invited.g-english #special-lecture table{
	margin-bottom:0;
}
#invited.g-english #special-lecture table th {
	width: 20%;
}
/* sisterschool
------------------------------ */
#sisterschool.g-english .catch{
	width:76%;
	margin:0 auto 40px;
}
#sisterschool.g-english #affiliate-school .columns2>div{
	margin-bottom:20px;
}
#sisterschool.g-english #affiliate-school table th{
	width:40%;
}
#sisterschool.g-english #projects dl {
	width:800px;
	margin:auto;
}
#sisterschool.g-english #projects dl dt{
	font-weight:bold;
	margin-bottom:3px;	
}
#sisterschool.g-english #projects dl dd{
	margin-bottom:10px;	
}
/*organaization 
------------------------------ */
#organaization #organization-college table{
	width:400px;
	margin:auto;
}
#organaization #faculty-member .columns2{
	width:600px;
	margin:0 auto 30px;
}
#organaization #faculty-member .columns2 > div{
	width:46%;
}
#organaization #faculty-member .columns2 > div:first-child{
	margin-right:8%;
}
#organaization #faculty-member .columns2 .photo img{
	width:100%;
	height:auto;
}
#organaization #faculty-member .columns2 h5{
	margin-bottom:5px;
}

/*research
------------------------------ */
#research.g-english th{
	width:20%;
}
#research.g-english table ol{
	margin-bottom:0;
}
#research.g-english table li{
	margin-left:16px;
}

/* 入試・学費　下部リンク
------------------------------ */
.foot-info-link{
	padding:15px 20px;
	border: 1px dotted #8f8f8f;
	box-sizing: border-box;
	overflow:hidden;
	box-shadow: 3px 3px 3px #dee4e4;
	margin-bottom: 60px;
}
.foot-info-link .ttl{
	float:left;
	font-weight:bold;
	line-height: 18px;
	padding-right: 20px;
	border-right:1px dotted #8f8f8f;
	margin-right: 20px;
	margin-bottom:0;
}
.foot-info-link li{
	float:left;
	margin-right:20px;
}
.foot-info-link li a{
	display:block;
	line-height: 36px;
	padding-left: 20px;
	padding-right:10px;
	position:relative;
}
.foot-info-link li a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 8px solid #24b6b6;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position:absolute;
	left:5px;
	top:0;
	bottom:0;
	margin:auto;
}
.foot-info-link li a:hover{
	text-decoration:underline;
}
/* //////////////////////////////////////////////// */
/************************************************************
 学科
************************************************************/
/* common
------------------------------ */
.g-course .catch {
	margin-bottom:50px;
}
.g-course .note, .g-course .noteR {
	margin-bottom:30px;
}
.g-course #course-head, .g-course #course-head .catch {
	margin-bottom:40px;
}
.g-course table tbody td {
	text-align:center;
}
.g-course #feature .columns2-nm {
	margin-bottom:30px;
}
.g-course #feature .columns2-nm:nth-child(even) > * {
	float:right;
}
.g-course #feature .columns2-nm:nth-child(odd) .info .text {
	padding:20px 0 0 30px;
}
.g-course #feature .columns2-nm:nth-child(even) .info .text {
	padding:20px 30px 0 0;
}
.g-course #curriculum article {
	margin-bottom:20px;
}
.g-course #curriculum table{
margin-bottom:10px;
}
/* 作業療法士
------------------------------ */
#ot .box .inner{
	border-color:#c4e3ee;
}
#ot .box .box-header{
	border-color:#c4e3ee;
}
#ot .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #f38698;
}
#ot .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #31ab96;
}
#ot .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #feb600;
}

/* 理学療法士
------------------------------ */
#pt .box .inner{
	border-color:#fcdbe0;
}
#pt .box .box-header{
	border-color:#fcdbe0;
}
#pt .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #38a0c7;
}
#pt .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #31ab96;
}
#pt .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #ffa700;
}


/************************************************************
 講師紹介
************************************************************/
main.g-course#staff #ttl-area{
	margin-bottom:30px;
}
main.g-course#staff #ttl-area .catch{
	margin-bottom:0;
}
main.g-course#staff #introduction article{
	border:5px solid #c1e6e0;	
	padding:20px;
	overflow:hidden;
	margin-bottom:20px;
}
main.g-course#staff #introduction article.pt{
	border:5px solid #c3e3ee;	
}
main.g-course#staff #introduction article.pt h5{
    color: #39a1c8;
}
main.g-course#staff #introduction article.ot{
	border:5px solid #fcdbe0;	
}
main.g-course#staff #introduction article.ot h5{
    color: #f48799;
}

main.g-course#staff #introduction article .photo{
	float:left;
	margin-right:20px;
}
main.g-course#staff #introduction article .copy{
	text-align:left;
	margin-bottom:15px;
}
main.g-course#staff #introduction article .introduce{
	float: right;
	width: 660px;
	/* padding-right:15px; */
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
main.g-course#staff #introduction article .comment{
	float: right;
	width: 660px;
	margin-bottom:15px;
}

main.g-course#staff #introduction article .introduce .txt{
	line-height: 1.6;
	margin-bottom:20px;
}
main.g-course#staff #introduction article .introduce .ttl{
	font-weight:bold;
	line-height:1.3;
	margin-bottom: 3px;
}
main.g-course#staff #introduction article .introduce .subject{
	line-height: 1.5;
	margin-bottom: 15px;
}
main.g-course#staff #introduction article .comment{
	text-align: right;
}
main.g-course#staff #introduction article .comment > * {
	text-align: left;
}
main.g-course#staff #introduction article .comment .ttl{
	font-weight:bold;
	margin-bottom: 0;
}
main.g-course#staff #introduction article .comment ul:after{
	content: "";
	display: block;
	clear: both;
}
main.g-course#staff #introduction article .comment ul li{
	display: block;
	width: 48%;
	float: left;
}
main.g-course#staff #introduction article .comment ul li:nth-of-type(2n+1){
	clear: both;
}
main.g-course#staff #introduction article .comment ul li:nth-of-type(2n){
	float: right;
}
main.g-course#staff #introduction article .comment .question{
	font-weight:bold;
	margin-bottom: 0;
	color: #32ac97;
}
main.g-course#staff #introduction article .comment .answer{
	line-height: 1.6;
	margin-bottom:20px;
}
main.g-course#staff #introduction article .comment .name{
	line-height: 1.4;
	margin-bottom:0;
	display: inline-block;
}
main.g-course#staff #introduction article .comment .name span{
	font-size:0.85em;
}















/************************************************************
 めざせる職種
************************************************************/
/* common
------------------------------ */
.g-course#job #job-course .block .columns2-nm {
	margin-bottom:30px;
}
.g-course#job #job-course .block .columns2-nm .info p {
	margin-bottom:0;
}
.g-course#job #job-course .block .columns2-nm .info .text {
	padding:30px;
}
.g-course#job #job-course .block .columns3-nm {
	width:880px;
	margin:0 auto;
}
.g-course#job #job-course .block .columns3-nm .target {
	width:550px;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li {
	width:270px;
	height:100px;
	box-sizing:border-box;
	border:solid 4px #39a1b4;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	background-color:#fffbda;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li.line2 {
	padding:20px 10px 0 10px;;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li h5 {
	margin-bottom: 0px;
    line-height: 1.5;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li p {
	margin-bottom:0;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li p span {
	font-size:0.85em;
	padding-left:5px;
}
.g-course#job #job-course .block .columns3-nm .ico-arrow {
	width:80px;
	padding:90px 0 0 40px;
}
.g-course#job #job-course .block .columns3-nm .work {
	width:250px;
	text-align:center;
}
.g-course#job #job-course .block .columns3-nm .work .text {
	font-size:1.1em;
	font-weight:bold;
}
.g-course#job #job-course .block .columns3-nm .work .image {
	margin-bottom:20px;
}

/* 理学療法士
------------------------------ */
.g-course#job #job-course .block#job-pt .columns3-nm .target .columns2 li {
	border-color:#39a1b4;
}
.g-course#job #job-course .block#job-pt .columns3-nm .work {
    padding: 20px 0;
}

/* 作業療法士
------------------------------ */
.g-course#job #job-course .block#job-ot .columns2-nm > * {
	float:right;
}
.g-course#job #job-course .block#job-ot strong {
	color:#ec7980;
}
.g-course#job #job-course .block#job-ot .columns3-nm .target .columns2 li {
	border-color:#ec7980;
}
.g-course#job #job-course .block#job-ot .columns3-nm .target .columns2 li h5 {
	color:#ec7980;
}
.g-course#job #job-course .block#job-ot .columns3-nm .work {
    padding: 50px 0;
}
/* //////////////////////////////////////////////// */
/************************************************************
 校長ごあいさつ
************************************************************/
#greeting #message .columns .text {
	width:850px;
}
#greeting #message .columns .image {
	width:98px;
	margin-left: 32px;
}


/************************************************************
 教育理念・沿革
************************************************************/
#history #history-table table thead th:first-child {
	width:20%;
}
#history #history-table table thead th:last-child {
	width:80%;
}


/************************************************************
 設備・施設
************************************************************/
#facilities table{
	width: 80%;
	margin: 0 auto;
}
#facilities table th{
	width:10%;
}
#facilities #treatment-room article{
	margin-bottom: 30px;
}


/************************************************************
 交通アクセス
************************************************************/

#access #detail .columns2{
	margin-bottom:30px;
}

#access #detail .train .columns2 table td{
	text-align:center;
}
#access #detail .train .columns2 > * table:last-child{
	margin-bottom:0;
}
#access #detail .train .note{
	text-align:center;
}
#access #detail .info td span {
	display:inline-block;
	margin-right:20px;
}
#access #detail .info td span:last-child {
	margin-right:0;
}



#access #detail .info{
	height: 230px;
}
#access #detail .info .info2{
    width: 38%;
	float: left;
    margin-left: 80px;
}
#access #detail .info .map{
    width: 38%;
	float: right;
    margin-right: 80px;
}
#access #detail .info .map iframe{
	height: 230px;
}
#access #detail .course_bnr{
	text-align: center;
	margin-bottom: 40px;
}
#access #detail .course_bnr ul{
	width: 980px;
	margin: auto;
}
#access #detail .course_bnr ul li{
	display: inline-block;
	width: 406px;
	margin: 0 10px 20px;
}
#access #detail .map .image img{
	width: 100%;	
}
#access #detail .train .image img{
	width: 100%;	
}
#access #detail .surrounding .image img{
	width: 100%;	
}
#access .bnr-list .event-bnr{
	text-align: center;
}
#access .bnr-list li {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-weight: bold;
    margin: 0 10px 20px;
}

#access .bnr-list .event-bnr{
	text-align: center;
}
#access .bnr-list li {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-weight: bold;
    margin: 0 10px 20px;
}

#access .bnr-list .bnr-1 a {
    background: #A080C0;
}

#access .bnr-list .bnr-1 span:after {
    border-left-color: #A080C0;
}

#access .bnr-list .bnr-2 a {
    background: #60A0F0;
}

#access .bnr-list .bnr-2 span:after {
    border-left-color: #60A0F0;
}

#access .bnr-list .bnr-3 a {
    background: #32ac97;
}

#access .bnr-list .bnr-3 span:after {
    border-left-color: #32ac97;
}

#access .bnr-list .bnr-4 a {
    background: #99C929;
}

#access .bnr-list .bnr-4 span:after {
    border-left-color: #99C929;
}

#access .bnr-list .bnr-5 a {
    background: #efa220;
}

#access .bnr-list .bnr-5 span:after {
    border-left-color: #efa220;
}

#access .bnr-list li span {
    padding-right: 20px;
    position: relative;
}


#access .bnr-list li span:before {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
}

#access .bnr-list li span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3px;
    border-left-width: 6px;
    border-right: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 4px;
}

#access .bnr-list li a {
    display: block;
    line-height: 65px;
    text-decoration: none;
}

#access .bnr-list li a:hover{
    opacity: 0.8;
}



#access .sp_only {
	display: none
}




/************************************************************
  数字で分かるYIC
************************************************************/
#data ul {
	letter-spacing:-0.4em;
}
#data ul li {
	letter-spacing:normal;
	display:inline-block;
	margin-bottom:20px;
}
#data ul li:nth-child(1) {
	width:570px;
	margin-right:20px;
}
#data ul li:nth-child(2) {
	width:390px;
}
#data ul li:nth-child(3) {
	width:100%;
	margin-right:20px;
}
#data ul li:nth-child(4) {
	width:607px;
}
#data ul li:nth-child(5) {
	width:100%;
}
/* ///////////////////////////////////////////////// */
/************************************************************
 キャンパスライフ
************************************************************/
/* 学生寮について
------------------------------ */
#dormitory .inner {
	width:800px;
}
#dormitory #cost,
#dormitory #summary{
	width:980px;
}
#dormitory .image {
	text-align:center;
}
#dormitory #guide .image {
	margin-bottom:40px;
}
#dormitory #guide table th {
	width:25%;
}
#dormitory #facility .catch {
	margin-bottom:30px;
}
#dormitory #access .map {
	margin-bottom: 50px;
}
#dormitory #access iframe {
	width:100%;
	height:350px;
}
#dormitory #summary table{
	margin-bottom:40px;
}
#dormitory #summary .image {
	margin-bottom:40px;
}

/************************************************************
 よくあるご質問
************************************************************/
main#faq article h5 {
	background-image:url(/rh/assets/images/faq/question.jpg);
}
main#faq article p {
	background-image:url(/rh/assets/images/faq/answer.jpg);
}
/************************************************************
Webサイト取り扱い指針
************************************************************/
main#website .inner{
	width:800px;
}

/************************************************************
 プライバシーポリシー
************************************************************/
main#privacy .inner{
	width:800px;
}
main#privacy #privacy-contact{
	overflow:hidden;
}
main#privacy #privacy-contact article{
	float:right;
}
main#privacy #privacy-contact article h5{
	color:#000;
	font-weight:normal;
	margin-bottom: 3px;
}
main#privacy .date{
	text-align:right;
}
main#privacy .name{
	text-align:right;
}


/************************************************************
 情報公開
************************************************************/
main#disclosure .inner{
	width:800px;
}
main#disclosure table th{
	width:30%;
}
/************************************************************
 サイトマップ
************************************************************/
main#sitemap a{
	display:block;
	line-height:2em;
}
main#sitemap section{
	overflow:hidden;
}
main#sitemap section>div{
	float:left;
	width:25%;
}
main#sitemap section>div>ul{
	margin-bottom:40px;
}
main#sitemap section>div>ul:last-child{
	margin-bottom:0;
}
main#sitemap section>div>ul>li:last-child{
	margin-bottom:0;
}
main#sitemap section>div>ul>li>a{
	padding-left:17px;
	background: url(/rh/assets/images/btn_arrow.png) no-repeat left center;
	margin-bottom: 18px;
}
main#sitemap ul.child{
	margin-left:10px;
	margin-bottom: 0;
}
main#sitemap ul.child li{
	margin-bottom: 15px;
}
main#sitemap ul.child a{
	padding-left:10px;
	background: url(/rh/assets/images/arrow_head.png) no-repeat left 11px;
}
/* キャンパス周辺マップ
------------------------------ */
#map #neighboring-maps p{
	text-align:center;
}
#map #location article{
	margin-bottom:30px;
}
/* ///////////////////////////////////////////////// */
/* g-recruit 就職サポート体制
------------------------------ */
.g-recruit#support #national-exam .image{
	text-align:center;
margin-bottom:40px;	
}
.g-recruit#support #national-exam .columns4>div{
	margin-bottom:30px;
}
/* record
------------------------------ */

/* 就職先一覧 */

main#record .inner{
	width:800px;
}
main#record #employment ul {
	overflow:hidden;	
}
main#record #employment li {
	float:left;
	width:245px;
}
/* ///////////////////////////////////////////// */
/* contact
------------------------------ */
/* お問い合わせ テキストセンター */
#contact #information{
	text-align:center;	
}
/* /////////////////////////////////////////// */
/************************************************************
 classroom
************************************************************/
/* classroom
------------------------------ */
main#classroom #rental-classroom{
	text-align:center;
}
main#classroom #rental-classroom .catch{
	margin-bottom:30px;	
}
main#classroom #rental-classroom .tel{
	margin-bottom:20px;
}
main#classroom #usage-guide dl{
	overflow:hidden;
}
main#classroom #usage-guide dt{
	float:left;
}
main#classroom #usage-guide dd{
	float:right;
}
main#classroom iframe{
	width:550px;
	height:260px;
	border:none;
}
main#classroom #classroom-list .photo{
	text-align:center;
	margin-bottom:30px;	
}
main#classroom #classroom-list tr:nth-child(13) th:first-child{
	border-bottom: solid 1px #888;
}
main#classroom #facility-usage-fee h3{
	margin-bottom:10px;	
}
main#classroom #facility-usage-fee p{
	margin-bottom:0;
}
main#classroom #cancel h3{
	margin-bottom:26px;	
}
main#classroom #cancel table{
	height:192px;
}

/************************************************************
 about
************************************************************/
/* greeting
------------------------------ */
/* columns 幅 */
#greeting #message .columns .image {
	width:250px;
	margin-right:40px;
}
#greeting #message .columns .image img {
	width:250px;
}
#greeting #message .columns .text {
	width:650px;
}
#greeting #message .columns p.txt:nth-child(2) {
	margin-bottom:20px;
}
#greeting #message .columns .name {
    float: right;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* facilities
------------------------------ */
/* columns 幅 */
#facilities #treatment-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #treatment-room .columns .text {
	width:780px;
}
#facilities #training-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #training-room .columns .text {
	width:780px;
}
#facilities #water-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #water-room .columns .text {
	width:780px;
}
#facilities #activity-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #activity-room .columns .text {
	width:780px;
}
#facilities #auditorium .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #auditorium .columns .text {
	width:780px;
}
#facilities #recreation-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #recreation-room .columns .text {
	width:780px;
}
#facilities #ceramic-room .columns .image {
	width:160px;
	margin-left:40px;
}
#facilities #ceramic-room .columns .text {
	width:780px;
}
#facilities #treatment-room article .photo img {
	height: auto;
	max-height: 160px;
	max-width: 100%;
}
/* history
------------------------------ */
/* センタリング */
#history dt{
	font-family: 'Noto Sans Japanese';
	font-size: 1.2rem;
	padding-left: 40px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#history dt:first-child {
	background-image: url(/rh/assets/images/about/history/ico_01.jpg);
}
#history dt:nth-child(3) {
	background-image: url(/rh/assets/images/about/history/ico_02.jpg);
}
#history dt:nth-child(5) {
	background-image: url(/rh/assets/images/about/history/ico_03.jpg);
}
#history dd{
	margin-bottom:20px;
}
#history dd:last-child{
	margin-bottom:0;
}
#history table th{
	width:30%;
}
#history .list-wrap dl{
	margin-bottom:40px;
}


/* ページ名　：feature
------------------------------ */
/* columns 幅 */
main#feature #rh-feature01>div{
	margin-bottom:20px;
}
main#feature #rh-feature01 img{
	width:100%;
}
main#feature #rh-feature01 .photo span {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
}

/* columns 折返し */
#rh-feature01{
	display: flex;
	flex-wrap: wrap;
}

/************************************************************
 ページグループ名　例：info
************************************************************/
/* ページ名　例：recruit
------------------------------ */
/* columns　←何のcssか分かりやすく記述 */
#recruit #セクションID .columns .image {
	width:400px;
	margin-right:40px;
}
#recruit #セクションID .columns .text {
	width:540px;
}


/************************************************************
 course
************************************************************/
/* ot
------------------------------ */
/* columns　幅 */
#ot #ot-strength .columns .image {
	width:186px;
	margin-left:40px;
}
#ot #ot-strength .columns .text {
	width:754px;
}

/* ページ名　例：pt
------------------------------ */
/* columns　幅 */
#pt #pt-request .columns .image {
	width:186px;
	margin-left:40px;
}
#pt #pt-request .columns .text {
	width:754px;
}


/************************************************************
 english
************************************************************/
/* organaization
------------------------------ */
/* columns　幅 */
#organaization #faculty-member .columns .image {
	width:220px;
	margin-left:40px;
	margin-bottom:22px;
}
#organaization #faculty-member .columns .text {
	width:720px;
}
/* organaization
------------------------------ */
/* columns　下隙間 */
#facilities #facility .columns4 {
	margin-bottom:22px;
}
/* sisterschool
------------------------------ */
/* columns　字下げ */
#sisterschool .affiliated-school {
	margin-left:20px;
}

/************************************************************
 opencampus
************************************************************/
/* night
------------------------------ */
main#night .inner{
	width:800px;
}
main#night #night-consultation dl{
	text-align:center;
	margin-bottom:20px;
}
main#night #night-consultation dt,
main#night #night-consultation dd{
	display:inline-block;
}
main#night #night-consultation dd{
	font-size:1.3em;
	font-weight:bold;
}
main#night #night-consultation table{
	margin-bottom:5px;
}
main#night #night-consultation .note{
	margin-bottom:30px;
}

/************************************************************
　社会人の皆さまへ
************************************************************/
ul#page-nav.society{
	overflow:visible;
}
ul#page-nav.society:after{
	content:"";
	display:block;
	clear:both;
}
ul#page-nav.society li{
	width:20%;
	/*border:none;
	position:relative;*/
}
ul#page-nav.society li a{
	padding: 5px 15px 5px 10px;
    	/*border: 2px solid #ccc;*/
    	display: table;
    	width: 100%;
    	height: 45px;
}
ul#page-nav.society li a span{
	top:0;
	-webkit-transform: translateY(0%);
    	-ms-transform: translateY(0%);
    	-o-transform: translateY(0%);
    	-moz-transform: translateY(0%);
    	transform: translateY(0%);
    	font-size: 1em;
	display: table-cell;
    	vertical-align: middle;
}
ul#page-nav.society li ul.drop-menu{
	display:none;
	position: absolute;
    	top: 50px;
}
ul#page-nav.society li ul.drop-menu li{
	margin:0;
}
/*ul#page-nav.society li ul.drop-menu li a{
	border-top: none;
    	background: url(/nw/assets/images/arrow_head.png) no-repeat 89% center;
}*/

/* 再進学をお考えの方へ
------------------------------ */
main#rh-society .inner{
	width:850px;
}
main#rh-society #bnr{
	width:980px;
}
main#rh-society #system th{
	width:30%;
}
main#rh-society #enrollment .columns .image{
	width:200px;
	margin-right:10px;
	float:left;	
}
main#rh-society #enrollment .columns .txt-area{
	width:630px;
	float:right;
	padding-top:35px;
}
main#rh-society #faq h3 {
	margin-bottom:40px;
}
main#rh-society #faq article {
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 30px;
}
main#rh-society #faq article:last-child{
	border:none;
}
main#rh-society #faq article h5 {
	font-size:1.2em;
	background-image:url(/rh/assets/images/faq/question.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 33px;
}
main#rh-society #faq article p {
	background-image:url(/rh/assets/images/faq/answer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:33px;
}
/* 作業療法とは
------------------------------ */
.g-rh-society#ot .inner{
	width:850px;
}
.g-rh-society#ot #occupation .columns{
	margin-bottom: 15px;
}
.g-rh-society#ot #occupation .columns ul{
	overflow:hidden;
	margin-bottom: 10px;
}
.g-rh-society#ot #occupation .columns .txt-area{
	float:left;
	width:520px;
}
.g-rh-society#ot #occupation .columns .photo{
	width:300px;
	float:right;
}
.g-rh-society#ot #occupation .columns .photo img{
	width:100%;
	height:auto;
}
/* 理学療法とは
------------------------------ */
.g-rh-society#pt .inner{
	width:850px;
}
.g-rh-society#pt #science .columns{
	margin-bottom: 15px;
}
.g-rh-society#pt #science .columns ul{
	overflow:hidden;
	margin-bottom: 10px;
}
.g-rh-society#pt #science .columns li{
	float:left;
	margin-right:20px;
}
.g-rh-society#pt #science .columns .txt-area{
	float:left;
	width:520px;
}
.g-rh-society#pt #science .columns .phpto{
	width:300px;
	float:right;
}
.g-rh-society#pt #science .columns .phpto img{
	width:100%;
	height:auto;
}
/* 出願・学費・学費サポート
------------------------------ */
.g-rh-society#application .inner{
	width:900px;
}
.g-rh-society#application #flow .btn-area{
	text-align: center;
}
.g-rh-society#application #flow .btn-area .btn{
	display: inline-block;
}
.g-rh-society#application #flow .btn-area .btn:first-child{
	margin-right: 20px;
}
.g-rh-society#application #expenses table{
	text-align:center;
}
.g-rh-society#application #expenses #enrollment td{
	width:75%;
}
.g-rh-society#application #expenses #tuition td{
	width:25%;
}
.g-rh-society#application #expenses #due-date td{
	width:18.7%;
}
.g-rh-society#application #expenses #method td{
	width:25%;
}
.g-rh-society#application #support tbody th{
	width:25%;
}
.g-rh-society#application #loan .catch{
	margin-bottom:20px;
}
.g-rh-society#application #loan tbody th{
	width:25%;
}
.g-rh-society#application #loan article{
	background:#f2fbf9;
	padding:15px;
}
.g-rh-society#application #loan article p{
	margin-bottom:0;
}
.g-rh-society#application #loan2 .catch{
	margin-bottom:20px;
}
.g-rh-society#application #loan2 h4 span{
	font-weight:normal;
	margin-left:5px;
}
.g-rh-society#application #loan2 .ttl{
	margin-bottom:5px;
}
.g-rh-society#application #loan2 tbody th{
	width:25%;
}
.g-rh-society#application #loan2 .indication td{
	width:25%;
	text-align:center;
}
.g-rh-society#application #loan2 .columns ul{
	float:left;
	width: 60%;
	margin-bottom: 0;
font-size:0.9em;
}
.g-rh-society#application #loan2 .columns article{
	float:right;
	background:#f2fbf9;
	padding:15px;
}
.g-rh-society#application #loan2 .columns article h5{
	margin-bottom:3px;
}
.g-rh-society#application #loan2 .columns article dl{
	overflow:hidden;
}
.g-rh-society#application #loan2 .columns article dt{
	width:5em;
	clear:both;
	float:left;
	font-weight:bold;
}
.g-rh-society#application #loan2 .columns article dt.tel{
	letter-spacing:1em;
}
.g-rh-society#application #loan2 .columns article dt.holiday{
	letter-spacing:0.5em;
}
.g-rh-society#application #loan2 .columns article dd{
	float:left;
}
.g-rh-society#application #loan3 .catch{
	margin-bottom:20px;
}
.g-rh-society#application #faq article{
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 30px;
}
.g-rh-society#application #faq article:last-child{
	border:none;
}
.g-rh-society#application #faq article h5 {
	font-size:1.2em;
	background-image:url(/rh/assets/images/faq/question.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 33px;
}
.g-rh-society#application #faq article p {
	background-image:url(/rh/assets/images/faq/answer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:33px;
}
/* 就職・国家試験
------------------------------ */
.g-rh-society#support .inner{
	width:850px;
}
.g-rh-society#support #post ul{
	margin-bottom: 0;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
}
.g-rh-society#support #rate .image{
	text-align:center;
	margin-bottom:15px;
}
.g-rh-society#support #rate article{
	background:#f2fbf9;
	padding:15px;
}
.g-rh-society#support #rate article p{
	margin-bottom:0;
}

/* MW制作 */

/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors, main#request_new div.wpcf7-response-output.wpcf7-validation-errors, main#form_new div.wpcf7-response-output.wpcf7-validation-errors, main#contact_mw div.wpcf7-response-output.wpcf7-validation-errors, main#request_mw div.wpcf7-response-output.wpcf7-validation-errors, main#form div.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-size: 1.5em;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	margin-top: 10px;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea, main#contact_new .wpcf7 input, main#request_new .wpcf7 textarea, main#request_new .wpcf7 input, main#form_new .wpcf7 textarea, main#form_new .wpcf7 input, main#contact_mw .wpcf7 textarea, main#contact_mw .wpcf7 input, main#request_mw .wpcf7 textarea, main#request_mw .wpcf7 input, main#form .wpcf7 textarea, main#form .wpcf7 input {
	color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill, main#request_new input:-webkit-autofill, main#form_new input:-webkit-autofill, main#contact_mw input:-webkit-autofill, main#request_mw input:-webkit-autofill, main#form input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf, main#request_new .wpcf7-form-control.wpcf7c-conf, main#form_new .wpcf7-form-control.wpcf7c-conf, main#contact_mw .wpcf7-form-control.wpcf7c-conf, main#request_mw .wpcf7-form-control.wpcf7c-conf, main#form .wpcf7-form-control.wpcf7c-conf {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok, main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok, main#request_mw div.wpcf7-response-output.wpcf7-mail-sent-ok, main#form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: none !important;
}
/* contact_sent, request_sent, form_sent
------------------------------ */

/* 送信完了メッセージ */
main#contact_sent div.mail-sent-ok, main#request_sent div.mail-sent-ok, main#form_sent div.mail-sent-ok {
	display: block;


	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 1.5em;
	border: 0;
	text-align: center;
}
main.page .mail-sent-ok p{
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.0rem;
    text-indent: -1em;
    padding-left: 1em;
}
main.page .mail-sent-ok p{
    margin-bottom: 0;
}
main.page .mail-sent-ok p:first-of-type{
    margin-top: 1em;
}

/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
main#form .form-head .catch,
main#request_mw .form-head .catch{
	margin-bottom: 25px;
}
main#form .form-head .confirm-txt,
main#request_mw .form-head .confirm-txt{
	text-align:center;
	font-size:1.2em;
	padding:10px;
	background:#ecf5f3;
	margin-bottom: 30px;
}
main#form .form-head .flow,
main#request_mw .form-head .flow{
	text-align:center;
	margin-bottom:30px;
}
main#form .sex .wpcf7-list-item.last,
main#request_mw .sex .wpcf7-list-item.last{
	display:none;
}
/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors,
main#request_new div.wpcf7-response-output.wpcf7-validation-errors,
main#form_new div.wpcf7-response-output.wpcf7-validation-errors,
main#contact_mw div.wpcf7-response-output.wpcf7-validation-errors,
main#request div.wpcf7-response-output.wpcf7-validation-errors,
main#form div.wpcf7-response-output.wpcf7-validation-errors{
    color: red;
    font-size: 1.5em;
    border-width: 4px;
    text-align: center;
    padding: 0.5em;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea,
main#contact_new .wpcf7 input,
main#request_new .wpcf7 textarea,
main#request_new .wpcf7 input,
main#form_new .wpcf7 textarea,
main#form_new .wpcf7 input,
main#contact_mw .wpcf7 textarea,
main#contact_mw .wpcf7 input,
main#request_mw .wpcf7 textarea,
main#request_mw .wpcf7 input,
main#form .wpcf7 textarea,
main#form .wpcf7 input{
    color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill,
main#request_new input:-webkit-autofill,
main#form_new input:-webkit-autofill,
main#contact_mw input:-webkit-autofill,
main#request_mw input:-webkit-autofill,
main#form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf,
main#request_new .wpcf7-form-control.wpcf7c-conf,
main#form_new .wpcf7-form-control.wpcf7c-conf,
main#contact_mw .wpcf7-form-control.wpcf7c-conf,
main#request_mw .wpcf7-form-control.wpcf7c-conf,
main#form .wpcf7-form-control.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#request_mw div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form div.wpcf7-response-output.wpcf7-mail-sent-ok{
    display: none !important;
}

/* contact_sent, request_sent, form_sent
------------------------------ */

/* 送信完了メッセージ */
main#form_sent .flow,
main#request_sent .flow{
    text-align: center;
}
main#contact_sent div.mail-sent-ok,
main#request_sent div.mail-sent-ok,
main#form_sent div.mail-sent-ok{
    display: block;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: 1.5em;
	line-height:1.5;
    border: 0;
    text-align: center;
}
/* ///////////////////////////////////////////// */
/* contact
------------------------------ */
/* お問い合わせ テキストセンター */
#contact_mw #information{
	text-align:center;	
}
/* /////////////////////////////////////////// */

main#contact_mw .inner {
    width: 800px;
}

main#request .mw_wp_form_confirm .wpcf7c-elm-step1,
main#request .mw_wp_form_input .wpcf7c-elm-step2 {
	display: none;
}
main#contact .mw_wp_form_confirm .wpcf7c-elm-step1,
main#contact .mw_wp_form_input .wpcf7c-elm-step2 {
	display: none;
}


/* new マークの追加
#recruit #test-schedule table tbody tr:last-child > * {
    color: red !important;
}
#recruit #test-schedule table tbody tr th:first-child {
    position:relative;
}
#recruit #test-schedule table tbody tr:last-child th:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 900px) {
    main#recruit.page #test-schedule table{
        margin-left: 3em;
    }
}
#gakuhi table.expense02 tbody tr:last-child > * {
    color: red !important;
}
#gakuhi table.expense02 tbody tr th:first-child {
    position:relative;
}
#gakuhi table.expense02 tbody tr:last-child th:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
    main#gakuhi.page table.expense02{
        margin-left: 3em;
    }
}


#application #test-schedule table tbody tr:last-child > * {
    color: red !important;
}
#application #test-schedule table tbody tr th:first-child {
    position:relative;
}

#application #test-schedule table tbody tr:last-child th:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 1098px) {
    main#application.page #test-schedule table{
        margin-left: 3em;
    }
}
 */