@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 {
	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;
}
/************************************************************
 ヘッダー
************************************************************/
.head-nav-panel .menu .name {
    background-color: #31ab96;
    border-bottom: 1px solid #44b3a0;
}
.head-nav-panel .share li a {
	border-right: 1px solid #31ab96;
}

.head-nav-panel .share li:first-child a{
    border-right: 1px solid #31ab96;
}

.head-nav-panel .share li:last-child a {
	border: none;
}
.head-nav-panel .categories {
    background: #31ab96 url(/rh/assets/images/sp/bg_stripe.png) repeat 0 0;
}
.head-nav-panel .share {
    border-top: 1px solid #31ab96;
}
.head-nav-panel .policy{
	background: #31ab96;
}
.head-nav-panel .policy li {
	background-color: #d6eeea;
	color: #333;
	width: 70%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.head-nav-panel .policy li a {
	display: block;
	font-size: 1.1em;
	line-height: 40px;
}
.head-nav-panel .contacts .request {
    background-color: #f38698;
	color:#ffffff;
}
.head-nav-panel .menu .items {
    background-color: #51b8a7;
}
.head-nav-panel .menu .items li:nth-of-type(2n+1) {
    border-right: 1px solid #31ab96;
}
.head-nav-panel .menu .items li {
    border-bottom: 1px solid #31ab96;
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/rh/assets/images/sp/btn_minus@2x.png);
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/rh/assets/images/sp/btn_minus.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/rh/assets/images/sp/btn_plus@2x.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/rh/assets/images/sp/btn_plus.png);
}
 /* ナビ追従
---------------------------------------- */
#head-nav-follow{
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

#head-nav-follow .follow{
	background-color: rgba(64 ,178,157,0.9);
}
#head-nav-follow .follow .btn-menu{
	background-color: #32ac97;
}
#head-nav-follow .follow .opencumpus,
#head-nav-follow .follow .request{
	 width: 33.3%;    
}
#head-nav-follow .follow .opencumpus img {
	width: 88.1%;
}
#head-nav-follow .follow .request img {
	width: 60%;
}
#head-nav-follow .follow .opencumpus:after,
#head-nav-follow .follow .request:after{
	content: "";
	width: 1px;
	height: 35px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/************************************************************
 index
************************************************************/
/* header部
---------------------------------------- */

header{
	position: fixed;
}

#for-index {
	overflow: hidden;
}
#for-index #mainvisual {
	width: 100%;
	margin-top: 10%;
}
#for-index #mainvisual .mainvisual-slide img{
	width:100%;
	height:auto;	
}

/* g-nav */
#for-index #g-nav {
	position: absolute;
	bottom: -10px;
	margin-bottom: 0;
}
/* search */
#for-index .search {
	position: absolute;
	top: 396px;
}
/* gnav-sub */
#for-index #gnav-sub .columns .info {
	background-color:#fff49b;
}
#gnav-sub .columns .info .next span{
}
/* h1 */
#for-index h1 {
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
}

/* 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;
}

/* 夜間オープンキャンパス
---------------------------------------- */
main#index #night {
	background: url(/rh/assets/images/bg_night.png) repeat;
}
main#index #night dl dd.detail a {
	background: url(/rh/assets/images/btn_arrow.png) no-repeat 90% center;
}
/* TOP　news
---------------------------------------- */
main#index #news {
	margin-bottom:10%;
}
main#index #news .entry {
	border-bottom: 1px solid #32ac97;
	padding-bottom: 5%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
main#index #news .entry.twitter {
	display:none;
}
main#index #news article {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px dotted #B3B3B3;
	margin-bottom: 12px;
	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%;
	max-width: inherit;
	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 .btn-area {
	text-align: center;
}
main#index #news .btn-area .btn {
    display: inline-block;
    width: 48%;
}
main#index #news .btn.news, main#index #news .btn.event {
    margin-bottom: 20px;
}
main#index #news .btn-area .btn.news {
	margin-right:2%;
}
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;
}

/* TOP　コンテンツ バナー
---------------------------------------- */
main#index #content-slider {
    	background: url(/rh/assets/images/bg_content.png) repeat center center;
	margin-bottom: 40px;
}
main#index #content-slider p{
	text-align:center;
}
main#index #content-slider p img{
	width:95%;
	display:inline;
}
main#index #content-slider .prev{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:-3%;
	z-index:2;
} 
main#index #content-slider .next{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-3%;
	z-index:2;
} 

/* TOP　youtube
------------------------------ */
#youtube {
	text-align: center;
	margin-bottom: 40px;
}
#youtube h2 {
	font-size: 24px;
	color: #23a68f;
    font-weight: bold;
}
#youtube .docs{
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#youtube .docs a{
	font-weight: bold;
	color: #23a68f;
}
#youtube .playlist {
	display: flex;
	flex-flow: column;
}
#youtube .playlist iframe{
	margin: 0 auto;
	max-width: 90% !important;
	height: 240px;
}
#youtube .playlist li + li {
	margin-top: 15px;
}

/* TOP　コンテンツ コース
---------------------------------------- */
main#index #course {
	margin-bottom: 50px;
}
main#index #course .inner-section {
	position: relative;
	margin-bottom: 40px;
}
main#index #course .inner-section .inner .image {
	margin-bottom:20px;
}
main#index #course .inner-section .inner .info .ttl {
	display:none;
}
main#index #course .inner-section .inner .info .copy {
	margin-bottom: 20px;
}
main#index #course .inner-section .inner .info .text {
	line-height: 1.8em;
	margin-bottom:20px;
}

/*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: 50px;
}
/*TOP　コンテンツリンク
---------------------------------------- */
main#index #link {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
main#index #link .columns4>div {
	width: 48%;
	float:left;
}
main#index #link .columns4>div:nth-child(odd) {
	margin-right:4%;
}
main#index #link .columns4 .photo {
	margin-bottom: 15px;
}
main#index #link .columns4 .txt {
	display:none;
}
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: 50px;
}
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 {
	margin:0 3%;
}

/*TOP　バナー
---------------------------------------- */
main#index #bnr {
	margin-bottom: 30px;
}
main#index #bnr .columns3>div {
}
main#index #bnr .columns3 .photo {
	margin-bottom: 10px
}
main#index #bnr .columns3 .photo img {
	width:100%;
}
main#index #bnr .columns3 a:hover .txt {
	text-decoration: underline;
}

/************************************************************
 下層共通
************************************************************/
/* 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 .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;
	margin-bottom:5%;
}
main.page table th, table td {
	font-weight: normal;
}
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;
}

/* page-nav
---------------------------------------- */
ul#page-nav {
	display:none !important;
}

/************************************************************
 検索結果
************************************************************/
main#search.inner {
}
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;
}

/************************************************************
 フッター
************************************************************/
/* 姉妹校
---------------------------------------- */
aside#sisterschool {
	display:none;
}

/* バナー
---------------------------------------- */
footer #foot-bnr {
	background-color:#84cdc1;
}

/* ドット
---------------------------------------- */
footer #foot-company .address {
    background: url(/rh/assets/images/bg_foot.png) no-repeat center bottom;
}

/* フッター
---------------------------------------- */
footer .middle p a {
    display: block;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.page-info-link{
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
.page-info-link li{
	display:inline-block;
	margin-bottom:0 !important;
}
.page-info-link li a{
    display: block;
    font-size:2.5vw;
	text-decoration:none;
    padding: 8px 5px;
    border: 1px solid #ccc;
	border-bottom:none;
    background-color: #fff;
}
main ul.page-index-link{
	text-align:center;
	margin-bottom:20px;
}
.page-index-link li{
	display:inline-block;
    width: 49%;
}
.page-index-link li a{
    display: block;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 0.85em;
}
.page-index-link li a::after{
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    margin: auto;
    content: "";
}
.page-index-link li a::after{
    bottom: 5px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #fff;
}
/* /////////////////////////////////////////////////// */
/* cms common
---------------------------------------- */
main.list, main.single {
	overflow: hidden;
}
/* main single
---------------------------------------- */
main.single #content h2 {
	font-family: 'Noto Sans Japanese';
	color: #3caa78;
	font-size: 1.3em;
	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: 2%;
}
main.single #detail img{
	margin:2% 0;
}
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 {
	box-sizing: border-box;
}
main.single #navigation .prev {
	border-bottom: 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: 5%;
}
main.list #content .entry article {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 5%;
}
main.list #content .entry article:nth-child(2n) {
	margin-right: 0;
}
main.list #content article .photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
}
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: 130%;
	max-width: inherit;
	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>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 {
	display:none;
}
#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 .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;
}

/* form common
---------------------------------------- */
input[type="reset"], input[type="button"], input[type="submit"] {
	border-color: #009980;
}
input[type="reset"], input[type="button"] {
	background-image:url(/rh/assets/images/btn_arrow_00_re.png);
}
input[type="submit"],
main#form .wpcf7 input[type="submit"],
main#request .wpcf7 input[type="submit"]  {
	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;
}

/************************************************************
 入試・学費
************************************************************/
/* 表　td-border-right */
.g-info td:last-child {
	border-right: none;
}
/* 表 td-backgraundcolor */
#recruit table tbody tr:nth-child(even) td,
#application table tbody tr:nth-child(even) td,
#gakuhi table tbody tr:nth-child(even) td{
	background:#F3F3F3;
}

/* 募集学科・定員
------------------------------ */
#recruit .inner {
}
#recruit #recruitment table {
	margin-bottom:20px;
}
/* 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+4):nth-child(-n+9) {
	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 #test-schedule table tbody td{
	width: 10%;
}
#recruit .btn-area .btn {
	display: inline-block;
}
/* 出願方法
------------------------------ */
.g-info#application .inner {
}
.g-info#application .image-flow {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dotted;
}
.g-info#application .image-ac {
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
/* method */
.g-info#application table tbody th{
	width: 30%;
}
.g-info#application #applying article{
	background-color:#ecf5f3;
	padding:15px;
}
.g-info#application #applying article h5{
	margin-bottom:5px;
}
.g-info#application #applying article p{
	margin-bottom:0;
}
.g-info#application #applying td ol {
	margin-bottom: 0;
}
.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;
}
.g-info#application #method table tbody th{
	width:30%;
}
.g-info#application #test-schedule table tbody th{
	width:10%;
	text-align: center;
}
.g-info#application #test-schedule table tbody td{
	width:30%;
}
#application #self{
	padding-top: 120px;
    margin-top: -120px;
}
#application #specified{
    padding-top: 120px;
    margin-top: -120px;
}
#application #schedule{
	padding-top: 100px;
    margin-top: -100px;
}

/* ページ内リンクバナー */
.g-info#application .page-index-link li{
    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;
}

/*pre */
.g-info#application #test-schedule tbody td:nth-child(n+4),
.g-info#application #documents tbody td:nth-child(n+3) {
	text-align: center;
}
.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 #method .dl-btn {
	width: 50%;
	margin: 0 0 0 30px;
	display: inline-block;
}
.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 {
}
.g-info#gakuhi table td{
	text-align:center;
}
/* 学費納入期日 */
.g-info#gakuhi #due-date table.expense02 tbody th{
	width:10%;
}
.g-info#gakuhi #due-date table.expense02 tbody td{
	width:20%;
}
.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;
}

/*pre*/
.g-info#gakuhi .sp-scroll .expense{
    width: 650px !important;
}
.g-info#gakuhi .sp-scroll .expense02,
.g-info#gakuhi .sp-scroll .expense03 {
    width: 490px !important;
}

/* サポート
------------------------------ */
.g-info#support table{
	margin-bottom:5%;
}
.g-info#support table tbody th:first-child {
	width: 20%;
}
.g-info#support #banner-area .columns3{
	text-align: center;
}
.g-info#support table.loan tbody th:first-child {
	width: 0%;
}
#support h4#siteikou,
#support h4#jiko,
#support h4#tokushu{
	padding-top: 120px;
	margin-top: -120px;
}

/************************************************************
 ～の方へ
************************************************************/
/* 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;
}

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

/* english
------------------------------ */
#english .columns .image img{
	width:100%;
	height:auto;
}
#english #YIC-rehabilitation .columns .image{
	text-align:center;
	margin-bottom: 3%;
}
#english #YIC-rehabilitation .columns .image img{
	max-width:50%;
	height:auto;
}
#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 img {
	width:100%;
}
#english #physical-therapy .columns .text {
}
#english #physical-therapy table {
	margin-bottom:20px;
}
#english #physical-therapy table th{
	width:25%;
}

/* facilities
------------------------------ */
#facilities.g-english .columns4 > * {
	float:left;
	width:48%;
	margin-bottom:20px;
}
#facilities.g-english .columns4 > *:nth-child(odd) {
	margin-right:4%;
}

/* education
------------------------------ */
#education.g-english .inner{
}
#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{
}
#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{
	margin-bottom;
	margin-bottom: 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 {
	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{
}
#organaization #faculty-member .columns2{
}
#organaization #faculty-member .columns2 > div{
	width:46%;
	float:left;
	margin-bottom:20px;
}
#organaization #faculty-member .columns2 > div:nth-child(odd) {
	margin-right:4%;
}
#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;
}

/************************************************************
 学科
************************************************************/
/* 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 > * {
	float:none;
	width:100%;
}
.g-course #feature .columns2-nm {
	margin-bottom:30px;
}
.g-course #curriculum article {
	margin-bottom:20px;
}
.g-course #curriculum article {
	width: 48%;
	float: left;
	margin-bottom:20px;
}
.g-course #curriculum article:nth-child(odd) {
	margin-right:4%;
}
.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#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{
}

/************************************************************
 プライバシーポリシー
************************************************************/
main#privacy .inner{
}
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{
	margin-bottom:30px;
}
main#disclosure table th{
	width:30%;
}
/************************************************************
 サイトマップ
************************************************************/
main#sitemap a{
	display:block;
	line-height:2em;
}
main#sitemap section>div>ul{
	margin-bottom:40px;
}
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;
}

/************************************************************
 キャンパスライフ
************************************************************/
/* 年間スケジュール
------------------------------ */
.g-life#schedule #fouryear-schedule img {
	width:100%;
}

/* キャンパス周辺マップ
------------------------------ */
#map #neighboring-maps p{
	text-align:center;
}
#map #location{
	margin-bottom: 0;
}
#map #location article{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
#map #location article:nth-child(odd) {
	margin-right:4%;
}

/* 学生寮について
------------------------------ */
#dormitory .inner {
}
#dormitory .image {
	text-align:center;
}
#dormitory #guide .image {
	margin-bottom:20px;
}
#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;
}

/************************************************************
 就職サポート体制
************************************************************/
/* common
------------------------------ */
.g-recruit#support #national-exam .image{
	text-align:center;
	margin-bottom:40px;	
}
.g-recruit#support #national-exam .columns4 > * {
	margin-bottom:30px;
}
.g-recruit#support #national-exam-teaching .columns4>div{
	margin-bottom:30px;
}

/* record
------------------------------ */
/* 就職先一覧 */

main#record .inner{
}
main#record #employment ul {
}

/************************************************************
 貸し教室
************************************************************/
/* 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{
	margin-bottom:20px;
}
main#classroom #usage-guide dd{
}
main#classroom iframe{
	height:250px;
	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;
}

/************************************************************
 学校案内
************************************************************/
/* greeting
------------------------------ */
/* columns 幅 */
#greeting #message .columns .image {
    margin-bottom: 3%;
    text-align: center;
}
#greeting #message .columns .name {
    text-align: right;
    font-size: 1.2em;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* facilities
------------------------------ */
#facilities table{
}
#facilities table th{
	width:10%;
}
#facilities #treatment-room article{
	margin-bottom: 30px;
}
#facilities #treatment-room article {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
#facilities #treatment-room article:nth-child(odd) {
	margin-right:4%;
}

/* history
------------------------------ */
/* センタリング */
#history #history-table table thead th:first-child {
	width:20%;
}
#history #history-table table thead th:last-child {
	width:80%;
}
#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:5%;
}
#history table th{
	width:30%;
}
#history #educational-philosophy .catch br {
	display: none;
}

/* 交通アクセス
------------------------------ */
#access #detail .columns2{
	margin-bottom:30px;
}
/*#access #detail h4{
	overflow:hidden;
}
#access #detail h4 span{
	float:right;
	font-weight:normal;
}*/
#access #detail table tbody th {
	width: 150px;
}
#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:left;
}
#access #detail .info td span {
	display:inline-block;
	margin-right:20px;
}
#access #detail .info td span:last-child {
	margin-right:0;
}


main.page .btn{
    width: 100%;
    text-align: center;
    margin: 15% auto;
}
#access #detail table tbody th {
	background-color: #ffffc1;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	width: 40%;
}

#access #detail .course_bnr ul li {
	margin-bottom: 10px;
}
#access #detail .course_bnr ul li:last-child {
	margin-bottom: 0;
}
#access #detail .map .image img{
	width: 100%;	
}
#access #detail .train .image img{
	width: 100%;
	margin-top: 60px;	
}
#access #detail .train .image:last-child img{
	width: 100%;
	margin-top: 0;
}
#access #detail .surrounding .image img{
	width: 100%;
	margin-bottom: 60px;	
}

#access a.link-disabled{
    text-decoration: none !important;
    pointer-events: none !important;
}
#access .bnr-list .event-bnr{
	text-align: center;
	margin: 0;
	width: 100%;
}
#access .bnr-list li {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
}
#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: 40px;
    text-decoration: none;
}

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


#access .pc_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) {
}
#data ul li:nth-child(2) {
	width:100%;
	margin-right:4%;
}
#data ul li:nth-child(3) {
	width:100%;
}
#data ul li:nth-child(4) {
}
#data ul li:nth-child(5) {
}


/************************************************************
 講師紹介
************************************************************/
main.g-course#staff #introduction article{
	border: 5px solid #c1e6e0;
	padding: 5%;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article .photo{
	display:none;
}
main.g-course#staff #introduction article .photo img{
	width:100%;
	height:auto;
}
main.g-course#staff #introduction article .introduce{
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#staff #introduction article h5 {
	line-height:100px;
	font-size: 1.2em;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article h5 img{
	float:right;
	height: 110px !important;
	width:auto;
	margin-left: 10px;
}
main.g-course#staff #introduction article .introduce .txt{
	line-height: 1.7;
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#staff #introduction article .introduce .ttl{
	font-weight:bold;
	margin-bottom: 5px;
}
main.g-course#staff #introduction article .introduce .subject{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#staff #introduction article .comment .ttl{
	font-weight:bold;
	margin-bottom:3%;
}
main.g-course#staff #introduction article .comment .question{
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: bold;
	color: #32ac97;
}
main.g-course#staff #introduction article .comment .answer{
	line-height: 1.7;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article .comment .name{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#staff #introduction article .comment .name span{
	font-size:0.8em;
}
main.g-course#staff #introduction article .comment .after{
	font-size:0.8em;
	margin-bottom:0;
}

/************************************************************
卒業生の声
************************************************************/
#graduates_voice h5{
	color: #39a1c8;
    font-size: 17px;
}
#graduates_voice .h5_pk{
	color: #f48799;
}
#graduates_voice .text01{
    clear:  both; 
    line-height: 1.5em;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #c3e3ee;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    margin-right: 0px;
}
.label_pk{
    background: #fcdbe0;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    margin-right: 0px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked ~ article .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.acd-check:checked ~ label p .open{
    display: none;
}
label p .close{
    display: none;
}
#graduates_voice #introduction .inner .photo img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#graduates_voice #introduction .introduce p b{
    line-height: 0.8em;
    display: block;
    margin-left: -7px;
}
.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:10px;
	overflow:hidden;
}
#graduates_voice .graduates02{
	border:5px solid #c3e3ee;	
	padding:10px;
	overflow:hidden;
}
#graduates_voice .graduates03{
	border:5px solid #fcdbe0;
	padding:10px;
	overflow:hidden;
}
#graduates_voice .graduates04{
	border:5px solid #fcdbe0;
	padding:10px;
	overflow:hidden;
}
main.page .copy img{
    margin-top: 6px;
}
main#graduates_voice .bnr-list .event-bnr{
	text-align: center;
}

main#graduates_voice .bnr-list li {
    margin-bottom: 10px;
}

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 li span {
    padding-right: 20px;
    position: relative;
}


main#graduates_voice .bnr-list li span:before {
    content: "";
    width: 13px;
    height: 13px;
    -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: 5px;
    border-right: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 3px;
}


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

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

#pt .bnr-graduates_voice,
#ot .bnr-graduates_voice{
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/************************************************************
 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 {
	color: #666;
	line-height: 1.6;
}

/************************************************************
 ヘッダー
************************************************************/
.head-nav-panel .menu .name {
    background-color: #31ab96;
    border-bottom: 1px solid #44b3a0;
}
.head-nav-panel .share li a {
	border-right: 1px solid #31ab96;
}

.head-nav-panel .share li:first-child a{
    border-right: 1px solid #31ab96;
}

.head-nav-panel .share li:last-child a {
	border: none;
}
.head-nav-panel .categories {
    background: #31ab96 url(/rh/assets/images/sp/bg_stripe.png) repeat 0 0;
}
.head-nav-panel .share {
    border-top: 1px solid #31ab96;
}
.head-nav-panel .contacts .request {
    background-color: #f38698;
	color:#ffffff;
}
.head-nav-panel .menu .items {
    background-color: #51b8a7;
}
.head-nav-panel .menu .items li:nth-of-type(2n+1) {
    border-right: 1px solid #31ab96;
}
.head-nav-panel .menu .items li {
    border-bottom: 1px solid #31ab96;
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/rh/assets/images/sp/btn_minus@2x.png);
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/rh/assets/images/sp/btn_minus.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/rh/assets/images/sp/btn_plus@2x.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/rh/assets/images/sp/btn_plus.png);
}
 /* ナビ追従
---------------------------------------- */
#head-nav-follow{
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

#head-nav-follow .follow{
	background-color: rgba(64 ,178,157,0.9);
}
#head-nav-follow .follow .btn-menu{
	background-color: #32ac97;
}
#head-nav-follow .follow .opencumpus,
#head-nav-follow .follow .request{
	 width: 33.3%;    
}
#head-nav-follow .follow .opencumpus img {
	width: 88.1%;
}
#head-nav-follow .follow .request img {
	width: 60%;
}
#head-nav-follow .follow .opencumpus:after,
#head-nav-follow .follow .request:after{
	content: "";
	width: 1px;
	height: 35px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/************************************************************
 index
************************************************************/
/* header部
---------------------------------------- */

header{
	position: fixed;
}

#for-index {
	overflow: hidden;
}
#for-index #mainvisual {
	width: 100%;
	margin-top: 10%;
}
#for-index #mainvisual .mainvisual-slide img{
	width:100%;
	height:auto;	
}

/* g-nav */
#for-index #g-nav {
	position: absolute;
	bottom: -10px;
	margin-bottom: 0;
}
/* search */
#for-index .search {
	position: absolute;
	top: 396px;
}
/* gnav-sub */
#for-index #gnav-sub .columns .info {
	background-color:#fff49b;
}
#gnav-sub .columns .info .next span{
}
/* h1 */
#for-index h1 {
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
}

/* 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;
}

/* 夜間オープンキャンパス
---------------------------------------- */
main#index #night {
	background: url(/rh/assets/images/bg_night.png) repeat;
}
main#index #night dl dd.detail a {
	background: url(/rh/assets/images/btn_arrow.png) no-repeat 90% center;
}
/* TOP　news
---------------------------------------- */
main#index #news {
	margin-bottom:10%;
}
main#index #news .entry {
	border-bottom: 1px solid #32ac97;
	padding-bottom: 5%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
main#index #news .entry.twitter {
	display:none;
}
main#index #news article {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px dotted #B3B3B3;
	margin-bottom: 12px;
	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%;
	max-width: inherit;
	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 .btn-area {
	text-align: center;
}
main#index #news .btn-area .btn {
    display: inline-block;
    width: 48%;
}
main#index #news .btn.news, main#index #news .btn.event {
    margin-bottom: 20px;
}
main#index #news .btn-area .btn.news {
	margin-right:2%;
}
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;
}

/* TOP　コンテンツ バナー
---------------------------------------- */
main#index #content-slider {
    	background: url(/rh/assets/images/bg_content.png) repeat center center;
	margin-bottom: 40px;
}
main#index #content-slider p{
	text-align:center;
}
main#index #content-slider p img{
	width:95%;
	display:inline;
}
main#index #content-slider .prev{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:-3%;
	z-index:2;
} 
main#index #content-slider .next{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-3%;
	z-index:2;
} 

/* TOP　youtube
------------------------------ */
#youtube {
	text-align: center;
	margin-bottom: 40px;
}
#youtube h2 {
	font-size: 24px;
	color: #23a68f;
    font-weight: bold;
}
#youtube .docs{
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#youtube .docs a{
	font-weight: bold;
	color: #23a68f;
}
#youtube .playlist {
	display: flex;
	flex-flow: column;
}
#youtube .playlist iframe{
	margin: 0 auto;
	max-width: 90% !important;
	height: 240px;
}
#youtube .playlist li + li {
	margin-top: 15px;
}

/* TOP　コンテンツ コース
---------------------------------------- */
main#index #course {
	margin-bottom: 50px;
}
main#index #course .inner-section {
	position: relative;
	margin-bottom: 40px;
}
main#index #course .inner-section .inner .image {
	margin-bottom:20px;
}
main#index #course .inner-section .inner .info .ttl {
	display:none;
}
main#index #course .inner-section .inner .info .copy {
	margin-bottom: 20px;
}
main#index #course .inner-section .inner .info .text {
	line-height: 1.8em;
	margin-bottom:20px;
}

/*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: 50px;
}
/*TOP　コンテンツリンク
---------------------------------------- */
main#index #link {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
main#index #link .columns4>div {
	width: 48%;
	float:left;
}
main#index #link .columns4>div:nth-child(odd) {
	margin-right:4%;
}
main#index #link .columns4 .photo {
	margin-bottom: 15px;
}
main#index #link .columns4 .txt {
	display:none;
}
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: 50px;
}
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 {
	margin:0 3%;
}

/*TOP　バナー
---------------------------------------- */
main#index #bnr {
	margin-bottom: 30px;
}
main#index #bnr .columns3>div {
}
main#index #bnr .columns3 .photo {
	margin-bottom: 10px
}
main#index #bnr .columns3 .photo img {
	width:100%;
}
main#index #bnr .columns3 a:hover .txt {
	text-decoration: underline;
}

/************************************************************
 下層共通
************************************************************/
/* 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 .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;
	margin-bottom:5%;
}
main.page table th, table td {
	font-weight: normal;
}
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;
}

/* page-nav
---------------------------------------- */
ul#page-nav {
	display:none !important;
}

/************************************************************
 検索結果
************************************************************/
main#search.inner {
}
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;
}

/************************************************************
 フッター
************************************************************/
/* 姉妹校
---------------------------------------- */
aside#sisterschool {
	display:none;
}

/* バナー
---------------------------------------- */
footer #foot-bnr {
	background-color:#84cdc1;
}

/* ドット
---------------------------------------- */
footer #foot-company .address {
    background: url(/rh/assets/images/bg_foot.png) no-repeat center bottom;
}

/* フッター
---------------------------------------- */
footer .middle p a {
    display: block;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.page-info-link{
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
.page-info-link li{
	display:inline-block;
	margin-bottom:0 !important;
}
.page-info-link li a{
    display: block;
    font-size:2.5vw;
	text-decoration:none;
    padding: 8px 5px;
    border: 1px solid #ccc;
	border-bottom:none;
    background-color: #fff;
}
main ul.page-index-link{
	text-align:center;
	margin-bottom:20px;
}
.page-index-link li{
	display:inline-block;
    width: 49%;
}
.page-index-link li a{
    display: block;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 0.85em;
}
.page-index-link li a::after{
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    margin: auto;
    content: "";
}
.page-index-link li a::after{
    bottom: 5px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #fff;
}
/* /////////////////////////////////////////////////// */
/* cms common
---------------------------------------- */
main.list, main.single {
	overflow: hidden;
}
/* main single
---------------------------------------- */
main.single #content h2 {
	font-family: 'Noto Sans Japanese';
	color: #3caa78;
	font-size: 1.3em;
	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: 2%;
}
main.single #detail img{
	margin:2% 0;
}
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 {
	box-sizing: border-box;
}
main.single #navigation .prev {
	border-bottom: 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: 5%;
}
main.list #content .entry article {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 5%;
}
main.list #content .entry article:nth-child(2n) {
	margin-right: 0;
}
main.list #content article .photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
}
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: 130%;
	max-width: inherit;
	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>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 {
	display:none;
}
#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 .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;
}

/* form common
---------------------------------------- */
input[type="reset"], input[type="button"], input[type="submit"] {
	border-color: #009980;
}
input[type="reset"], input[type="button"] {
	background-image:url(/rh/assets/images/btn_arrow_00_re.png);
}
input[type="submit"],
main#form .wpcf7 input[type="submit"],
main#request .wpcf7 input[type="submit"]  {
	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;
}

/************************************************************
 入試・学費
************************************************************/
/* 表　td-border-right */
.g-info td:last-child {
	border-right: none;
}
/* 表 td-backgraundcolor */
#recruit table tbody tr:nth-child(even) td,
#application table tbody tr:nth-child(even) td,
#gakuhi table tbody tr:nth-child(even) td{
	background:#F3F3F3;
}

/* 募集学科・定員
------------------------------ */
#recruit .inner {
}
#recruit #recruitment table {
	margin-bottom:20px;
}
/* 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+4):nth-child(-n+9) {
	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 #test-schedule table tbody td{
	width: 10%;
}
#recruit .btn-area .btn {
	display: inline-block;
}
/* 出願方法
------------------------------ */
.g-info#application .inner {
}
.g-info#application .image-flow {
	margin-bottom: 20px;
	text-align: center;
}
/* method */
.g-info#application table tbody th{
	width: 30%;
}
.g-info#application #applying article{
	background-color:#ecf5f3;
	padding:15px;
}
.g-info#application #applying article h5{
	margin-bottom:5px;
}
.g-info#application #applying article p{
	margin-bottom:0;
}
.g-info#application #applying td ol {
	margin-bottom: 0;
}
.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;
}
.g-info#application #method table tbody th{
	width:30%;
}
.g-info#application #test-schedule table tbody th{
	width:10%;
	text-align: center;
}
.g-info#application #test-schedule table tbody td{
	width:30%;
}
#application #self{
	padding-top: 120px;
    margin-top: -120px;
}
#application #specified{
    padding-top: 120px;
    margin-top: -120px;
}
#application #schedule{
	padding-top: 100px;
    margin-top: -100px;
}
.g-info#application table thead tr:first-child th:first-child{
    text-align: start;
    padding-left: 20px;
}

/* ページ内リンクバナー */
.g-info#application .page-index-link li{
    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#gakuhi .inner {
}
.g-info#gakuhi table td{
	text-align:center;
}
/* 学費納入期日 */
.g-info#gakuhi #due-date table.expense02 tbody th{
	width:10%;
}
.g-info#gakuhi #due-date table.expense02 tbody td{
	width:20%;
}
.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{
	margin-bottom:5%;
}
.g-info#support table tbody th:first-child {
	width: 20%;
}
.g-info#support #banner-area .columns3{
	text-align: center;
}
.g-info#support table.loan tbody th:first-child {
	width: 0%;
}
#support h4#siteikou,
#support h4#jiko,
#support h4#tokushu{
	padding-top: 120px;
	margin-top: -120px;
}

/************************************************************
 ～の方へ
************************************************************/
/* 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;
}

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

/* english
------------------------------ */
#english .columns .image img{
	width:100%;
	height:auto;
}
#english #YIC-rehabilitation .columns .image{
	text-align:center;
	margin-bottom: 3%;
}
#english #YIC-rehabilitation .columns .image img{
	max-width:50%;
	height:auto;
}
#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 img {
	width:100%;
}
#english #physical-therapy .columns .text {
}
#english #physical-therapy table {
	margin-bottom:20px;
}
#english #physical-therapy table th{
	width:25%;
}

/* facilities
------------------------------ */
#facilities.g-english .columns4 > * {
	float:left;
	width:48%;
	margin-bottom:20px;
}
#facilities.g-english .columns4 > *:nth-child(odd) {
	margin-right:4%;
}

/* education
------------------------------ */
#education.g-english .inner{
}
#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{
}
#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{
	margin-bottom;
	margin-bottom: 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 {
	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{
}
#organaization #faculty-member .columns2{
}
#organaization #faculty-member .columns2 > div{
	width:46%;
	float:left;
	margin-bottom:20px;
}
#organaization #faculty-member .columns2 > div:nth-child(odd) {
	margin-right:4%;
}
#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;
}

/************************************************************
 学科
************************************************************/
/* 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 > * {
	float:none;
	width:100%;
}
.g-course #feature .columns2-nm {
	margin-bottom:30px;
}
.g-course #curriculum article {
	margin-bottom:20px;
}
.g-course #curriculum article {
	width: 48%;
	float: left;
	margin-bottom:20px;
}
.g-course #curriculum article:nth-child(odd) {
	margin-right:4%;
}
.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#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{
}

/************************************************************
 プライバシーポリシー
************************************************************/
main#privacy .inner{
}
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{
	margin-bottom:30px;
}
main#disclosure table th{
	width:30%;
}
/************************************************************
 サイトマップ
************************************************************/
main#sitemap a{
	display:block;
	line-height:2em;
}
main#sitemap section>div>ul{
	margin-bottom:40px;
}
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;
}

/************************************************************
 キャンパスライフ
************************************************************/
/* 年間スケジュール
------------------------------ */
.g-life#schedule #fouryear-schedule img {
	width:100%;
}

/* キャンパス周辺マップ
------------------------------ */
#map #neighboring-maps p{
	text-align:center;
}
#map #location{
	margin-bottom: 0;
}
#map #location article{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
#map #location article:nth-child(odd) {
	margin-right:4%;
}

/* 学生寮について
------------------------------ */
#dormitory .inner {
}
#dormitory .image {
	text-align:center;
}
#dormitory #guide .image {
	margin-bottom:20px;
}
#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;
}

/************************************************************
 就職サポート体制
************************************************************/
/* common
------------------------------ */
.g-recruit#support #national-exam .image{
	text-align:center;
	margin-bottom:40px;	
}
.g-recruit#support #national-exam .columns4 > * {
	margin-bottom:30px;
}
.g-recruit#support #national-exam-teaching .columns4>div{
	margin-bottom:30px;
}

/* record
------------------------------ */
/* 就職先一覧 */

main#record .inner{
}
main#record #employment ul {
}

/************************************************************
 貸し教室
************************************************************/
/* 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{
	margin-bottom:20px;
}
main#classroom #usage-guide dd{
}
main#classroom iframe{
	height:250px;
	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;
}

/************************************************************
 学校案内
************************************************************/
/* greeting
------------------------------ */
/* columns 幅 */
#greeting #message .columns .image {
    margin-bottom: 3%;
    text-align: center;
}
#greeting #message .columns .name {
    text-align: right;
    font-size: 1.2em;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* facilities
------------------------------ */
#facilities table{
}
#facilities table th{
	width:10%;
}
#facilities #treatment-room article{
	margin-bottom: 30px;
}
#facilities #treatment-room article {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
#facilities #treatment-room article:nth-child(odd) {
	margin-right:4%;
}

/* history
------------------------------ */
/* センタリング */
#history #history-table table thead th:first-child {
	width:20%;
}
#history #history-table table thead th:last-child {
	width:80%;
}
#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:5%;
}
#history table th{
	width:30%;
}
#history #educational-philosophy .catch br {
	display: none;
}

/* access
------------------------------ */
#access #detail .columns2{
	margin-bottom:30px;
}
/*#access #detail h4{
	overflow:hidden;
}
#access #detail h4 span{
	float:right;
	font-weight:normal;
}*/
#access #detail table tbody th {
	width: 150px;
}
#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:left;
}
#access #detail .info td span {
	display:inline-block;
	margin-right:20px;
}
#access #detail .info td span:last-child {
	margin-right:0;
}

/************************************************************
  数字で分かる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) {
}
#data ul li:nth-child(2) {
	width:100%;
	margin-right:4%;
}
#data ul li:nth-child(3) {
	width:100%;
}
#data ul li:nth-child(4) {
}
#data ul li:nth-child(5) {
}


/************************************************************
 講師紹介
************************************************************/
main.g-course#staff #introduction article{
	border: 5px solid #c1e6e0;
	padding: 5%;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article .photo{
	display:none;
}
main.g-course#staff #introduction article .photo img{
	width:100%;
	height:auto;
}
main.g-course#staff #introduction article .introduce{
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#staff #introduction article h5 {
	line-height:100px;
	font-size: 1.2em;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article h5 img{
	float:right;
	height: 110px !important;
	width:auto;
	margin-left: 10px;
}
main.g-course#staff #introduction article .introduce .txt{
	line-height: 1.7;
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#staff #introduction article .introduce .ttl{
	font-weight:bold;
	margin-bottom: 5px;
}
main.g-course#staff #introduction article .introduce .subject{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#staff #introduction article .comment .ttl{
	font-weight:bold;
	margin-bottom:3%;
}
main.g-course#staff #introduction article .comment .question{
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: bold;
	color: #32ac97;
}
main.g-course#staff #introduction article .comment .answer{
	line-height: 1.7;
	margin-bottom: 5%;
}
main.g-course#staff #introduction article .comment .name{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#staff #introduction article .comment .name span{
	font-size:0.8em;
}
main.g-course#staff #introduction article .comment .after{
	font-size:0.8em;
	margin-bottom:0;
}

/************************************************************
卒業生の声
************************************************************/
#graduates_voice h5{
	color: #39a1c8;
    font-size: 17px;
}
#graduates_voice .h5_pk{
	color: #f48799;
}
#graduates_voice .text01{
    clear:  both; 
    line-height: 1.5em;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #c3e3ee;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    margin-right: 0px;
}
.label_pk{
    background: #fcdbe0;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    margin-right: 0px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked ~ article .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.acd-check:checked ~ label p .open{
    display: none;
}
label p .close{
    display: none;
}
#graduates_voice #introduction .inner .photo img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#graduates_voice #introduction .introduce p b{
    line-height: 0.8em;
    display: block;
    margin-left: -7px;
}
.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:10px;
	overflow:hidden;
}
#graduates_voice .graduates02{
	border:5px solid #c3e3ee;	
	padding:10px;
	overflow:hidden;
}
#graduates_voice .graduates03{
	border:5px solid #fcdbe0;
	padding:10px;
	overflow:hidden;
}
#graduates_voice .graduates04{
	border:5px solid #fcdbe0;
	padding:10px;
	overflow:hidden;
}
main.page .copy img{
    margin-top: 6px;
}
#graduates_voice #introduction article .question{
	font-weight:bold;
	margin-bottom: 0;
	color: #39a1c8;
    font-size: 14px;
}
#graduates_voice #introduction article .question_pk{
	font-weight:bold;
	margin-bottom: 0;
	color: #f48799;
    font-size: 14px;
}




main.g-course#graduates_voice #introduction article{
	border: 5px solid #c1e6e0;
	padding: 5%;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#graduates_voice #introduction article .photo{
	display:none;
}
main.g-course#graduates_voice #introduction article .photo img{
	width:100%;
	height:auto;
}
main.g-course#graduates_voice #introduction article .introduce{
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#graduates_voice #introduction article h5 {
	line-height:100px;
	font-size: 1.2em;
	overflow:hidden;
	margin-bottom: 5%;
}
main.g-course#graduates_voice #introduction article h5 img{
	float:right;
	height: 110px !important;
	width:auto;
	margin-left: 10px;
}
main.g-course#graduates_voice #introduction article .introduce .txt{
	line-height: 1.7;
	padding-bottom: 3%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3%;
}
main.g-course#graduates_voice #introduction article .introduce .ttl{
	font-weight:bold;
	margin-bottom: 5px;
}
main.g-course#graduates_voice #introduction article .introduce .subject{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#graduates_voice #introduction article .comment .ttl{
	font-weight:bold;
	margin-bottom:3%;
}
main.g-course#graduates_voice #introduction article .comment .question{
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: bold;
	color: #32ac97;
}
main.g-course#graduates_voice #introduction article .comment .answer{
	line-height: 1.7;
	margin-bottom: 5%;
}
main.g-course#graduates_voice #introduction article .comment .name{
	line-height: 1.5;
	margin-bottom:0;
}
main.g-course#graduates_voice #introduction article .comment .name span{
	font-size:0.8em;
}
main.g-course#graduates_voice #introduction article .comment .after{
	font-size:0.8em;
	margin-bottom:0;
}

#graduates_voice #introduction article .acd-content .comment ul{
	margin: 0 -10px;
}
#graduates_voice #introduction article .acd-content .comment ul li{
	margin-bottom: 25px;
}


@media screen and (max-width: 779px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2200px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2100px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1900px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2250px;
}
}

@media screen and (max-width: 600px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2260px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2090px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1860px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2260px;
}
}

@media screen and (max-width: 500px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2280px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2130px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1860px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2350px;
}
}

@media screen and (max-width: 480px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2350px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2140px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1850px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2330px;
}
}

@media screen and (max-width: 450px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2430px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2200px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1910px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2400px;
}
}

@media screen and (max-width: 420px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2460px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2220px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1960px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2460px;
}
}

@media screen and (max-width: 400px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2530px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2290px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1980px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2530px;
}
}

@media screen and (max-width: 375px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2650px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2300px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 1990px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2550px;
}
}

@media screen and (max-width: 350px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2780px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2480px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 2130px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2700px;
}
}

@media screen and (max-width: 325px) {
#graduates_voice .acd-check:checked ~ .graduates01{
    height: 2900px;
}
#graduates_voice .acd-check:checked ~ .graduates02{
    height: 2550px;
}
#graduates_voice .acd-check:checked ~ .graduates03{
    height: 2150px;
}
#graduates_voice .acd-check:checked ~ .graduates04{
    height: 2750px;
}
}





/* ページ名　：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%;
}


/************************************************************
 めざせる職種
************************************************************/
/* common
------------------------------ */
.g-course#job #job-course .block {
	margin-bottom:40px;
}
.g-course#job #job-course .block .columns2-nm {
	margin-bottom:30px;
}
.g-course#job #job-course .block .columns2-nm > * {
	display:block;
	width:100%;
}
.g-course#job #job-course .block .columns2-nm .info p {
	margin-bottom:10px;
}
.g-course#job #job-course .block .columns2-nm .info .text br {
	display:none;
}
.g-course#job #job-course .block .columns3-nm > * {
	width:100%;
}
.g-course#job #job-course .block .columns3-nm .target .columns2 li {
	box-sizing:border-box;
	border:solid 4px #39a1b4;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#fffbda;
}
.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 {
	text-align:center;
	margin-bottom:20px;
}
.g-course#job #job-course .block .columns3-nm .work {
	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-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;
}


/************************************************************
 ページグループ名　例：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;
}

/************************************************************
 recruit
************************************************************/
/* support
------------------------------ */
/* columns　幅 */
#support #national-exam-teaching .columns .image {
	width:200px;
	margin-left:40px;
}
#support #national-exam-teaching .columns .text {
	width:740px;
}
#support #exam-simulation .columns .image {
	width:200px;
	margin-left:40px;
}
#support #exam-simulation .columns .text {
	width:740px;
}
#support #outerteacher-seminar .columns .image {
	width:200px;
	margin-left:40px;
}
#support #outerteacher-seminar .columns .text {
	width:740px;
}
#support #personal-teaching .columns .image {
	width:200px;
	margin-left:40px;
}
#support #personal-teaching .columns .text {
	width:740px;
}
#support #past-exam .columns .image {
	width:200px;
	margin-left:40px;
}
#support #past-exam .columns .text {
	width:740px;
}

/************************************************************
 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;
}

/************************************************************
　社会人の皆さまへ
************************************************************/

/* 再進学をお考えの方へ
------------------------------ */
main#rh-society .inner{
}
main#rh-society #system th{
	width:30%;
}
main#rh-society #enrollment .columns .image{
	margin-right:10px;
	float:left;	
}
main#rh-society #enrollment .columns .txt-area{
	padding-top:35px;
}
main#rh-society #faq article {
	margin-bottom:30px;
}
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{
}
.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{
}
.g-rh-society#ot #occupation .columns .photo{
}
.g-rh-society#ot #occupation .columns .photo img{
	width:100%;
	height:auto;
}
/* 理学療法とは
------------------------------ */
.g-rh-society#pt .inner{
}
.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{
}
.g-rh-society#pt #science .columns .phpto{
}
.g-rh-society#pt #science .columns .phpto img{
	width:100%;
	height:auto;
}
/* 出願・学費・学費サポート
------------------------------ */
.g-rh-society#application .inner{
}
.g-rh-society#application #flow .btn-area{
	text-align: center;
}
.g-rh-society#application #flow .btn-area .btn{
}
.g-rh-society#application #flow .btn-area .btn:first-child{
}
.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 table {
	margin-bottom:10px;
}
.g-rh-society#application #expenses #method td{
	width:25%;
}
.g-rh-society#application #support table {
	margin-bottom:10px;
}
.g-rh-society#application #support tbody th{
	width:25%;
}
.g-rh-society#application #loan .catch{
	margin-bottom:20px;
}
.g-rh-society#application #loan table{
	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{
	margin-bottom:20px;
}
.g-rh-society#application #loan2 .indication td{
	width:25%;
	text-align:center;
}
.g-rh-society#application #loan2 .columns ul{
	margin-bottom: 10px;
	font-size:0.9em;
}
.g-rh-society#application #loan2 .columns article{
	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{
	margin-bottom:30px;
}
.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{
}
.g-rh-society#support #post ul{
	margin-bottom: 0;
}
.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;
}
/************************************************************
 ～の方へ
************************************************************/
/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message2 .columns2 article {
    background-color: #e9f5f3;
}


/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
main#form .form-head .confirm-txt,
main#request .form-head .confirm-txt{
	padding:10px;
	background:#ecf5f3;
	margin-bottom: 5%;
}
main#form .form-head .flow,
main#request .form-head .flow{
	text-align: center;
	margin-bottom:5%;
}
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;
    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 .flow,
main#request_sent .flow,
main#form_sent .flow{
	text-align: center;
	margin-bottom:5%;
}
/* 送信完了メッセージ */
main#contact_sent div.mail-sent-ok,
main#request_sent div.mail-sent-ok,
main#form_sent div.mail-sent-ok{
    display: block;
    font-size: 1.2em;
    border: 0;
}
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.page .mail-sent-ok {
    margin-bottom: 1em;
}
main.page .mail-sent-ok p{
    width: 100%;
    font-size: 0.95rem;
}

/* 入試・学費　下部リンク
------------------------------ */
.foot-info-link{
	padding: 3%;
	border: 1px dotted #8f8f8f;
	box-sizing: border-box;
	overflow:hidden;
	box-shadow: 3px 3px 3px #dee4e4;
	margin-bottom: 10%;
}
.foot-info-link .ttl{
	font-weight:bold;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom:1px dotted #8f8f8f;
	margin-bottom: 10px;
}
.foot-info-link .ttl br{
	display:none;
}
.foot-info-link li{
	float:left;
	margin-right:10px;
}
.foot-info-link li a{
	display:block;
	line-height: 35px;
	padding-left: 15px;
	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:0;
	top:0;
	bottom:0;
	margin:auto;
}
/* イベントカレンダー
------------------------------ */
main#event_calendar .sp-inner {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
main#event_calendar h2 {
	text-align: center;
	margin-bottom: 20px;
}
main#event_calendar .section {
	margin-bottom: 40px;
}
main#event_calendar .ttl-area .tab {
	overflow: hidden;
}
main#event_calendar .ttl-area .tab li {
	text-align: center;
	margin-bottom: 10px;
}
main#event_calendar .ttl-area .tab li:last-child {
	margin-bottom: 0;
}
main#event_calendar .ttl-area .tab a {
	display: block;
	color: #fff;
	line-height: 40px;
	position: relative;
}
main#event_calendar .ttl-area .tab a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 4px;
	border-top-color: #fff;
	border-top-width: 6px;
	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 {
	background: #0079c1;
}
main#event_calendar .ttl-area .tab .course a {
	background: #de3a38;
}
main#event_calendar .ttl-area .tab .event a {
	background: #009c59;
}
main#event_calendar .subject-tabs{
	margin-bottom: 50px;
}
main#event_calendar .subject-tabs li {
	font-weight: bold;
	margin-bottom: 10px;
}
main#event_calendar .subject-tabs li:last-child {
	margin-bottom: 0;
}
main#event_calendar .subject-tabs .pt span:before {
	background: #39a1c8;
}
main#event_calendar .subject-tabs .ot span:before {
	background: #f48799;
}
main#event_calendar .subject-tabs li a {
	display: block;
	line-height: 30px;
}
main#event_calendar .subject-tabs li span {
	padding-left: 17px;
	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: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 4px;
}
main#event_calendar .subject-tabs li span:before {
	content: "";
	width: 13px;
	height: 13px;
	-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%);
	left: 0;
}
main#event_calendar .subject-tabs .pt span:before {
	color: #39a1c8;
}
main#event_calendar .subject-tabs .ot span:before {
	color: #f48799;
}
main#event_calendar .calendar {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .calendar .inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
main#event_calendar .calendar .catch {
	line-height: 1.7;
	margin-bottom: 15px;
}
main#event_calendar #wp-calendar {
	font-size: 110%;
	margin: 0 auto 15px;
	position: relative;
}
main#event_calendar #wp-calendar caption {
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	line-height: 35px;
	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 {
	vertical-align: top;
	border: 1px dashed #ccc;
	padding: 0;
	overflow: hidden;
}
main#event_calendar #wp-calendar thead th {
	width: 14.2%;
	line-height: 1.5;
}
main#event_calendar #wp-calendar tbody a {
	display: block;
	overflow: hidden;
}
main#event_calendar #wp-calendar tfoot th, main#event_calendar #wp-calendar tfoot td {
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
}
main#event_calendar #wp-calendar tfoot #prev {
	left: 0;
}
main#event_calendar #wp-calendar tfoot #next {
	right: 0;
}
main#event_calendar #wp-calendar tfoot a {
	display: block;
	color: #fff;
	line-height: 35px;
	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: 110%;
	text-align: center;
	line-height: 1.5;
}
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;
	overflow: hidden;
	margin-bottom: 5px;
}
main#event_calendar #wp-calendar .term {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 1px;
	background: #ccc;
}
main#event_calendar #wp-calendar .hands-on.on {
	background: #ef831a;
}
main#event_calendar #wp-calendar .night.on {
	background: #113a73;
}
main#event_calendar #wp-calendar .weekday.on {
	background: #3291e6;
}
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: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 3px;
	background: #333333;
}
main#event_calendar .event-meta .hands-on span {
	background: #ef831a;
}

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-meta .weekday span {
	background: #3291e6;
}
main#event_calendar .event-meta .online span {
	background: #6A569D;
}

main#event_calendar .event-list {
	padding-top: 60px;
	margin-top: -60px;
}
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 {
	margin-bottom: 10px;
}
main#event_calendar .event-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .event-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
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 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: 5px;
	border-right: none;
	border-left-color: #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .event-list .event-bnr li span:before {
	content: "";
	width: 13px;
	height: 13px;
	-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: 60px;
	margin-top: -60px;
}
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 {
	margin-bottom: 10px;
}
main#event_calendar .course-list .course-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .gift .catch {
	line-height: 1.7;
}
main#event_calendar .gift .support {
	margin-bottom: 20px;
}
main#event_calendar .event-archive .entry {
	margin-bottom: 20px;
}
main#event_calendar .event-archive h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 10px;
}
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: 6px;
}
main#event_calendar .event-archive h3 .do-not-link {
	color: #de3a38;
	margin-right: 3px;
}
main#event_calendar .event-archive article {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
main#event_calendar .event-archive article:last-child {
	border: none;
}
main#event_calendar .event-archive article a {
	display: block;
}
main#event_calendar .event-archive .photo-pc {
	display: none;
}
main#event_calendar .event-archive .wrap {
	overflow: hidden;
}
main#event_calendar .event-archive .post-meta {
	margin-bottom: 6px;
}
main#event_calendar .event-archive .post-meta .ico {
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	margin-right: 5px;
}
main#event_calendar .event-archive .post-meta span {
	display: inline-block;
}
main#event_calendar .event-archive .post-meta .hands-on {
	background: #ef831a;
}
main#event_calendar .event-archive .post-meta .night {
	background: #113a73;
}
main#event_calendar .event-archive .post-meta .weekday{
	background: #3291e6;
}
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;
}
main#event_calendar .event-archive .photo-sp {
	width: 37.5%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
main#event_calendar .event-archive .txt-area {
	width: 58%;
	float: right;
}
main#event_calendar .event-archive .meta-sp {
	margin-bottom: 5px;
}
main#event_calendar .event-archive .meta-sp {
	font-size: 12px;
	line-height: 1.5;
}
main#event_calendar .event-archive .meta-sp span {
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
}
main#event_calendar .event-archive .meta-sp .pt{
	background: #39a1c8;
}
main#event_calendar .event-archive .meta-sp .ot{
	background: #f48799;
}
main#event_calendar .event-archive .txt {
	margin-bottom: 5px;
}
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;
	margin-bottom: 50px;
}
main#event_calendar .term-list .event-bnr li {
	font-weight: bold;
	margin-bottom: 10px;
}
main#event_calendar .term-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .term-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
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 .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 span {
	padding-right: 15px;
	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: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .term-list .event-bnr li span:before {
	content: "";
	width: 12px;
	height: 12px;
	-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 .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 {
	background: #7a86c4;
}
main#event_calendar .message{
    border: 5px solid #f00e48;
    padding: 4%;
    width: 76%;
    margin: 0 auto 7%;
    line-height:2.0em;
}
main#event_calendar .message h3{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:5%;
	
}
main#event_calendar .message h4{
	text-align:left;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:6%;
	
}
main#event_calendar .message p{
	margin-bottom:2%;
	font-size:1.1em;
	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;
}
/* オープンキャンパス
------------------------------ */
main#event-form.inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10%;
}
main#event-form .form-head .confirm-txt{
	padding: 10px;
	background: #ecf5f3;
	margin-bottom: 5%;
}
main#event-form .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#event-form .form-head #alert{
	color: red;
	font-size: 1.2em;
	line-height: 1.5;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #f7e700;
	margin-bottom: 20px;
}
main#event-form .sp-inner {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
main#event-form table ul {
	margin-bottom: 0;
}
main#event-form table li {
	margin-bottom: 10px;
}
main#event-form table li:last-child {
	margin-bottom: 0;
}
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 .add_event_bus_area {
	display: none;
}
main#event-form table .add_event_bus_area .reset{
	display:none;
}
main#event-form table .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;
	line-height: 1.5;
	padding: 5px 0;
	margin-right: 0;
}
main#event-form table label {
	padding: 0;
}
main#event-form table #address, main#event-form table #mail {
	margin-bottom: 0;
}
/* ///////////////////////////////////////////////// */
main#index {
	display: none;
}
main#index-sp {
	margin-top: 0;
}
main#index-sp .btn a:hover{
	color:inherit;
	background-color:inherit;
}
main#index-sp .section {
	margin-bottom: 40px;
}
main#index-sp h2 {
	text-align: center;
	margin-bottom: 20px;
}
main#index-sp .mainvisual {
	margin-bottom: 20px;
}
main#index-sp .mainvisual .slick-slide img{
	width:100%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow{
    display: block;
    position: absolute;
    width: 35px;
    top: 45%;
    z-index: 1;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.prev{
    left: 1%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.next{
    right: 1%;
}
main#index-sp #top-link li {
	margin-bottom: 10px;
}
main#index-sp #top-link li:last-child {
	margin-bottom: 0;
}
main#index-sp #course-of-yic .course{
	margin-bottom: 40px;
}
main#index-sp #course-of-yic .course .image,main#index-sp #course-of-yic .inner-section .image{
	margin-bottom:20px;
}
main#index-sp #course-of-yic .course .copy,main#index-sp #course-of-yic .inner-section .copy{
	margin-bottom:20px;
}
main#index-sp #course-of-yic .course .text,main#index-sp #course-of-yic .inner-section .text{
	line-height: 1.8em;
    margin-bottom: 20px;
}
main#index-sp #course-of-yic #pt .btn a{
	border-color: #38a0c7;
}
main#index-sp #course-of-yic #pt .btn a span:after{
	    background-image: url(/rh/assets/images/btn_arrow_pt.png);
}
main#index-sp #course-of-yic #ot .btn a{
	border-color: #f38698;
}
main#index-sp #course-of-yic #ot .btn a span:after{
	    background-image: url(/rh/assets/images/btn_arrow_ot.png);
}

main#index-sp #news-and-event ul {
	overflow: hidden;
	margin-bottom: 10px;
}
main#index-sp #news-and-event li {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	margin-right: 2%;
}
main#index-sp #news-and-event li:nth-child(2n) {
	margin-right: 0;
}
main#index-sp #news-and-event li .photo {
	padding-top: 70%;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
main#index-sp #news-and-event li .photo img {
	max-height: 140%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#index-sp #news-and-event li .meta {
	margin-bottom: 7px;
}
main#index-sp #news-and-event li .meta .date {
	color: #666;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .meta .ico {
	font-size: 0.8em;
	color: #fff;
	padding: 0 5px;
	margin-left: 5px;
}
main#index-sp #news-and-event li .meta .ico.news {
	background-color: #31ab96;
}
main#index-sp #news-and-event li .meta .ico.event {
	background-color: #5bc3a0;
}
main#index-sp #news-and-event li .ttl {
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .ttl .new {
	color: #eb6c9a;
	font-weight: bold;
	margin-left: 5px;
}
main#index-sp #news-and-event .btn-area {
	text-align: center;
	margin-bottom: 20px;
}
main#index-sp #news-and-event .btn-area .btn {
	display: inline-block;
	width: 48%;
}
main#index-sp #news-and-event .btn-area .btn.event a {
	border-color: #5bc3a0;
}
main#index-sp #news-and-event .sns-btn {
	text-align: center;
	letter-spacing: 10px;
}
main#index-sp #news-and-event .sns {
	display: inline-block;
	width: 50px;
}
main#index-sp .insta_wrap {
    position: relative;
	margin-bottom:7%;
}
main#index-sp .insta_wrap .inner {
    border: 1px solid #bbb;
    padding: 25px 0 15px;
    box-sizing: border-box;
    overflow-y: scroll;
}
main#index-sp .insta_wrap:after {
    width: 100%;
    height: 80%;
    content: "";
    background: rgb(182,225,209);
    background: -moz-linear-gradient(180deg, rgba(182,225,209,1) 0%, rgba(50,172,151,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(182,225,209,1) 0%, rgba(50,172,151,1) 100%);
    background: linear-gradient(180deg, rgba(182,225,209,1) 0%, rgba(50,172,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b6e1d9",endColorstr="#32ac97",GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
}
main#index-sp .insta_wrap h3 {
    text-align: center;
    margin-bottom: 7px;
}
main#index-sp .insta_wrap .catch {
    text-align: center;
    margin-bottom: 20px;
}
main#index-sp .insta_wrap #sbi_images{
	margin:0 0 0 3%;
	overflow:hidden;
}
main#index-sp .insta_wrap #sbi_images .sbi_item {
	width:30%;
	float:left;
	padding-top:30%;
	box-sizing:border-box;
	margin:0 3% 3% 0;
	position:relative;
	overflow:hidden;
}
main#index-sp #content-slider {
	background: url(/rh/assets/images/bg_content.png) repeat center center;
	margin-bottom: 40px;
}
main#index-sp #content-slider p {
	text-align: center;
}
main#index-sp #content-slider p img {
	width: 95%;
	display: inline;
}
main#index-sp #content-slider .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -3%;
	z-index: 2;
}
main#index-sp #content-slider .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -3%;
	z-index: 2;
}
main#index-sp #subject-menu h2 img {
	width: 265px;
}
main#index-sp #subject-menu .bnr {
	overflow: hidden;
	margin-bottom: 20px;
}
main#index-sp #subject-menu .bnr li {
	margin-bottom: 10px;
}
main#index-sp #subject-menu .bnr li:last-child {
	margin-bottom: 0;
}
main#index-sp #subject-menu .bnr li a {
	display: block;
}
main#index-sp #subject-menu .link li {
	border: 1px solid #32ac97;
	margin-bottom: 10px;
}
main#index-sp #subject-menu .link li a {
	display: block;
	color: #444;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
}
main#index-sp #subject-menu .link li span {
	position: relative;
	padding-right: 18px;
}
main#index-sp #subject-menu .link li span:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 3px 5px 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
main#index-sp #subject-menu .link li span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #32ac97;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div select.school_year {
	display: block;
}

/* mwwpform */

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;
}
main#request .mw_wp_form_confirm input[type="submit"],
main#contact .mw_wp_form_confirm input[type="submit"]{
	margin-bottom: 3%;
}


/* 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;
    }
}
*/