@charset "UTF-8";
img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}

/*-----------------------------------------------
__Header
-----------------------------------------------*/

header {
	padding-top: 15px;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

header h1, header #logo {
	float: left;
	clear: none;
	width: 26%;
}

ul.head_ul {
	width: auto;
	margin-top: 10px;
	float: right;
	color: #1f8acc;
}

ul.head_ul>li {
	display: inline-block;
	text-align: right;
	padding-left: 20px;
}

ul.head_ul>li:first-child {
	display: block;
	padding-left: 0;
	clear: both;
	box-sizing: border-box;
}

ul.head_ul>li:nth-child(2) {
	clear: left;
}

ul.head_ul li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

ul.head_ul ul {
	display: table;
	table-layout: fixed;
	float: right;
}

ul.head_ul ul li {
	border-right: 1px solid #ccc;
	margin-bottom: 15px;
}

ul.head_ul ul li:last-child {
	border-right: 0;
}

ul.head_ul ul li a {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 0 1em;
	color: #1f8acc;
	transition: all ease .3s;
}

ul.head_ul #subjects {
	display: none;
}

ul.head_ul ul li a:hover {
	color: #f87282;
}

ul.head_ul input#s-box {
	border: 1px solid #1f8acc;
	border-top: none;
	padding: 0 5px;
	height: 19px;
}

ul.head_ul input#s-box::placeholder {
	color: #ccc;
}

/* IE */

ul.head_ul input#s-box:-ms-input-placeholder {
	color: #ccc;
}

/* Edge */

ul.head_ul input#s-box::-ms-input-placeholder {
	color: #ccc;
}

ul.head_ul #s-btn-area {
	background: #1f8acc;
	color: #fff;
	padding: 3px 16px;
	font-size: 80%;
	height: 20px;
	margin-left: 3px;
	cursor: pointer;
}

ul.head_ul li#fontSize div {
	display: inline-block;
}

ul.head_ul li#fontSize div button {
	display: inline-block;
	border: 1px solid #1f8acc;
	background: #fff;
	color: #1f8acc;
	padding: 2px 1em;
	line-height: 1;
	cursor: pointer;
}

ul.head_ul li#fontSize div button:first-of-type {
	margin-left: 5px;
	border-right: 0;
}

ul.head_ul li#fontSize div button:hover, ul.head_ul li#fontSize div button.current {
	background: #1f8acc;
	color: #fff;
}

/*-----------------------------------------------
__Global Navi
-----------------------------------------------*/

nav {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}

#gl_nv {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	text-align: center;
	margin-top: 15px;
}

#gl_nv>li {
	display: table-cell;
}

#gl_nv>li:last-child {
	padding-right: 0;
}

#gl_nv>li.li_nav span {
	display: none;
}

#gl_nv>li>a {
	padding: 24px 2%;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	position: relative;
	margin-bottom: -27px;
}

#gl_nv>li>a label {
	cursor: pointer;
}

#gl_nv>li>a label::after {
	opacity: 0;
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #1f8acc;
	transition: all ease .3s;
}

#gl_nv>li:hover a label::after {
	opacity: 1;
}

#gl_nv>li input {
	opacity: 0;
	height: 0;
	color: rgba(255, 255, 255, 0);
	border: none;
	background: rgba(255, 255, 255, 0);
}

#gl_nv>li>div {
	opacity: 0;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	background: rgba(31, 138, 204, 0.8);
	z-index: 999;
}

#gl_nv>li>div::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

#gl_nv>li>div dl {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	padding: 20px 0;
}

#gl_nv>li>div dl dt {
	width: 20%;
	font-size: 110%;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	box-sizing: border-box;
}

#gl_nv>li>div dl dt a {
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: all ease .3s;
}

#gl_nv>li>div dl dt a:hover {
	background: #fff;
	color: #1f8acc;
}

#gl_nv>li>div dl dd {
	width: 78%;
	margin-left: 2%;
	box-sizing: border-box;
}

#gl_nv>li>div ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}

#gl_nv>li>div ul li {
	width: calc(94%/3);
	margin: calc(1.5% / 2);
	display: inline-block;
	box-sizing: border-box;
}

#gl_nv>li>div li a {
	display: block;
	white-space: nowrap;
	padding: 26px 18px 26px 12px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	transition: all ease .3s;
	position: relative;
	font-size: 0.9em;
	font-weight: bold;
}

#gl_nv>li>div li a span {
	position: relative;
	z-index: 1;
}

#gl_nv>li>div li a::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #1f8acc;
	width: 94%;
	height: 82%;
	left: 3%;
	top: 9%;
	transition: all ease .3s;
	box-sizing: border-box;
	z-index: 0;
}

#gl_nv>li>div li a:hover::before {
	background: #1f8acc;
}

#gl_nv>li>div li a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all ease .3s;
}

#gl_nv>li>div li a:hover {
	padding: 26px 12px 26px 18px;
	color: #fff !important;
}

#gl_nv>li>div li a:hover::after {
	right: 16px;
	border-color: #fff;
}

#gl_nv>li:hover>div {
	display: block;
	opacity: 1;
	animation: show 0.3s linear 0s;
}

/*学科紹介*/

#gl_nv>li:nth-child(2)>div ul li {
	width: calc(94%/4);
}

#gl_nv>li:nth-child(2)>div ul li a {
	padding: 6px;
}

#gl_nv>li:nth-child(2)>div .a_btn_g p {
	padding: 12px 18px 12px 3px;
}

#gl_nv>li:nth-child(2)>div .a_btn_g :hover p {
	padding: 12px 12px 12px 9px;
}

#gl_nv>li:nth-child(2)>div .a_btn_g p::after {
	width: 6px;
	height: 6px;
}

#gl_nv>li:nth-child(2)>div .a_btn_g :hover p::after {
	right: 10px;
}

#gl_nv>li:nth-child(2)>div ul li a::before, #gl_nv>li:nth-child(2)>div ul li a::after {
	display: none;
}

#gl_nv>li:nth-child(2)>div .a_btn_g li:first-of-type p {
	line-height: 2.8;
}

@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media all and (-ms-high-contrast: none) {
	/*IE10以降のみ*/
	#gl_nv>li:nth-child(2)>div ul li {
		width: calc(93%/4);
	}
}

/*スマホ用ナビボタン*/

#toggle {
	display: none;
}

.animation {
	-webkit-transition: none;
	transition: none;
}

/* 非表示にしていたメニューを表示させる */

.hide {
	opacity: 1;
	visibility: visible;
}

/*-----------------------------------------------
__Main
-----------------------------------------------*/

/*子ページレイアウト*/

#contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

#main_contents {
	width: 70%;
	min-height: 420px;
	float: right;
	position: relative;
	padding-bottom: 60px;
}

#s_menu {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding-right: 5%;
}

/*見出し*/

#main .h1_box {
	text-align: center;
	padding: 80px 0 0 0;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}

#main .parent_h1_box {
	padding: 180px 0 0 0;
}

#main .h1_box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(31, 138, 204, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

#main .h1_box img {
	position: absolute;
	object-fit: cover;
	object-position: center 30%;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -2;
}

#main .h1_box h1 {
	font-size: 1.6em;
	display: inline-block;
	background: #1f8acc;
	padding: 25px 30px;
	min-width: 350px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}

#main .h1_box h1 span {
	display: block;
	font-size: 0.5em;
	color: #1f8acc;
	background: #fff;
	margin-bottom: 5px;
	padding: 0 10px;
}

/*各学科*/

#main #nurse .parent_h1_box, #main #rigaku .parent_h1_box, #main #sagyo .parent_h1_box, #main #shikino .parent_h1_box {
	padding-top: 450px;
}

#main #nurse .parent_h1_box {
	letter-spacing: 0.25em;
}

#main #nurse .parent_h1_box h1 {
	/*看護学科*/
	width: 100%;
	background: #F19EC2;
}

#main #nurse .h1_box h1 span {
	background: #F19EC2;
	color: #fff;
}

#main #nurse .h1_box::after {
	background: rgba(241, 158, 194, 0.1);
}

#nurse h2 {
	background: rgba(241, 158, 194, 0.1);
}

#main #rigaku .parent_h1_box h1 {
	/*理学療法専攻*/
	width: 100%;
	background: #85D0F5;
}

#main #rigaku .h1_box h1 span {
	background: #85D0F5;
	color: #fff;
}

#main #rigaku .h1_box::after {
	background: rgba(126, 206, 244, 0.3);
}

#rigaku h2 {
	background: rgba(126, 206, 244, 0.1);
}

#main #sagyo .parent_h1_box h1 {
	/*作業療法専攻*/
	width: 100%;
	background: #8BBE73;
}

#main #sagyo .h1_box h1 span {
	background: #8BBE73;
	color: #fff;
}

#main #sagyo .h1_box::after {
	background: rgba(119, 179, 90, 0.3);
}

#sagyo h2 {
	background: rgba(119, 179, 90, 0.1);
}

/*視機能療法専攻*/

#main #shikino .h1_box h1 span {
	background: #ee4e1d;
	color: #fff;
}

#shikino h2 {
	background: rgba(31, 138, 204, 0.1);
}

/*視機能療法専攻トップ*/

#main #shikino .parent_h1_box {
	width: 100%;
	height: 250px;
	max-width: 1200px;
	padding: 40px 0;
	position: relative;
}

#main #shikino .parent_h1_box::after {
	content: "";
	display: block;
	height: 100%;
	background: rgba(31, 138, 204, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	transform: translateX(100%);
	z-index: 1;
}

#main #shikino .parent_h1_box img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

#main #shikino .parent_h1_box h1 {
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	font-size: 1.6em;
	line-height: 1.6;
	padding: 25px 30px;
	width: 40%;
	box-sizing: border-box;
	color: #333;
	background: #f9f9f2;
	text-align: left;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#main #shikino .parent_h1_box h1 em {
	font-size: 0.7em;
	display: block;
}

#main #shikino .parent_h1_box h1::before {
	content: "Department of Rehabilitation Orthoptics Course";
	display: block;
	font-weight: normal;
	font-size: 0.7em;
	margin-bottom: 1em;
}

#main #top_shikino .btns>li a {
	background: #fff;
}

h2 {
	background: #ebf2f7;
	padding: 20px;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}

h3::before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 50px;
	background: #1f8acc;
	vertical-align: middle;
	margin-right: 5px;
}

h3.none::before {
	display: none;
}

h3>span {
	background: #1f8acc;
	color: #fff;
	padding: 0 5px;
	margin-right: 5px;
	font-size: 0.8em;
}

h2#shikino_title {
	position: relative;
	display: inline-block;
	background: #f9f9f2;
}

h2#shikino_title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 60%;
	height: 1px;
	background: #ee4e1d;
}

h2#shikino_title::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

#top_shikino h2 {
	display: inline-block;
	position: relative;
	background: none;
	line-height: 81px;
	box-sizing: border-box;
	padding: 0 20px;
}

#top_shikino h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #f9f9f2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#top_shikino h2::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

#top_shikino h2 em.or {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

#top_shikino h2 em.or::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ee4e1d;
	z-index: -1;
}

#shikino h3.or::before {
	background: #ee4e1d;
	height: 1.2em;
	width: 2px;
}

#top_shikino h2 em.big {
	color: #ee4e1d;
	padding-left: 5px;
}

#main em {
	/*太字*/
	font-weight: bold;
}

#main .bl {
	background: #1f8acc;
	color: #fff;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#main .f_big {
	font-size: 1.6em;
}

#main .min {
	/*明朝体*/
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#main .bg_hchs {
	background: url(../images/common/bg_hchs.gif) no-repeat center center;
	background-size: contain;
}

.a_btn_g {
	display: flex;
	justify-content: space-between;
}

.a_btn_g a, a.a_btn {
	display: block;
}

.a_btn_g p, a.a_btn {
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px 20px 15px;
	position: relative;
	border-bottom: 2px solid #1f8acc;
	color: #333;
	margin-bottom: 0;
	transition: all ease .3s;
}

.a_btn_g :hover p, a.a_btn:hover {
	transition: all ease .3s;
	color: #fff !important;
	background: #1f8acc;
	padding: 20px 20px 20px 25px;
}

.a_btn_g a p::after, a.a_btn::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 18px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all ease .3s;
}

.a_btn_g :hover p::after, a.a_btn:hover::after {
	right: 12px;
	border-color: #fff !important;
}

.max_300 {
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 10px auto;
}

.img_btn figure {
	overflow: hidden;
	height: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.img_btn figure>img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: all ease .3s;
}

.img_btn :hover figure>img {
	transform: scale(1.025, 1.025);
}

.shi_teacher {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap !important;
}

.shi_teacher>li {
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0.5%;
	text-align: center;
}

.shi_teacher>li figure {
	height: 230px;
}

.shi_teacher>li figure>img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.shi_tb_teacher .cp_actab {
	border: none !important;
}

/*最後の行を左寄せにする*/

.empty {
	height: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

.a_list {
	display: flex;
	flex-wrap: wrap;
}

.a_list li {
	padding: 3px 0;
}

.a_list li.block {
	width: 100%;
}

.a_list li a {
	display: block;
	position: relative;
	padding: 0 18px;
}

.a_list li a::after {
	content: "";
	position: absolute;
	top: 48%;
	left: 1px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	transition: all ease .3s;
}

.a_list li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	background: #1f8acc;
	transform: translateY(-50%);
	transition: all ease .3s;
}

.a_list li a:hover::before {
	left: 3px;
}

.a_list li a:hover::after {
	left: 4px;
}

.btns>li {
	padding: 1%;
	flex: 1;
	box-sizing: border-box;
}

.btns>li a {
	border: 1px solid #ccc;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.btns>li a p {
	border-bottom: 1px solid #1f8acc;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: none;
	transition: all ease .3s;
}

.btns>li a:hover, .btns>li a:hover p {
	background: #1f8acc;
}

.bd_link>li a {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
	transition: all ease .3s;
}

.bd_link>li a:hover {
	background: #1f8acc;
}

.bd_link>li a p {
	border-bottom: none;
	text-align: center;
}

.bd_link>li a p::after {
	display: none;
}

.bg_y_box {
	border: 1px solid #ccc;
	background: #ffffe5;
	padding: 15px;
	box-sizing: border-box;
	margin: 15px auto;
}

.bg_bl {
	width: 100%;
	background: #1f8acc;
	padding: 30px 0;
}

.img_box {
	margin-bottom: 1em;
}

.img_box img.img-ofi {
	/*画像リサイズ*/
	width: 100%;
	height: 400px;
}

.img_box img.ofi-top {
	object-position: top;
	font-family: 'object-fit: cover; object-position: top;'
}

.u_news dl {
	overflow: hidden;
}

.u_news p {
	display: block;
}

.pager {
	min-height: 420px;
	position: relative;
	padding-bottom: 60px;
}

.wp-pagenavi {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 60px;
	width: 100%;
}

.wp-pagenavi span, .wp-pagenavi a {
	width: 50px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	border-color: #1f8acc !important;
	text-align: center;
	padding: 0 !important;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #1f8acc;
}

.wp-pagenavi a:hover {
	color: #1f8acc !important;
	background: #ebf2f7;
}

/*single用*/

.single .sm {
	color: #1f8acc;
	text-align: right;
	font-size: 0.9em;
}

.single p {
	margin-bottom: 1.5em;
}

.single img {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.single a img {
	transition: all ease .3s;
}

.single a:hover img {
	opacity: 0.6;
}

.single>.ul_tb:last-child {
	table-layout: fixed;
	border-top: 1px solid #ebf2f7;
	border-bottom: 1px solid #ebf2f7;
	margin-top: 60px;
	font-size: 0.9em;
}

.single>.ul_tb:last-child>li:nth-child(2) {
	border: 1px solid #ebf2f7;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

.single>.ul_tb:last-child>li:nth-child(3) {
	text-align: right;
}

.single>.ul_tb:last-child>li a {
	display: block;
	position: relative;
	padding: 20px 0;
}

.single>.ul_tb:last-child>li.next a {
	padding-left: 20px;
}

.single>.ul_tb:last-child>li.prev a {
	padding-right: 20px;
}

.single>.ul_tb:last-child>li.next a::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
	margin: 0 5px;
}

.single>.ul_tb:last-child>li.prev a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	margin: 0 5px;
}

.single table {
	width: 100%;
}

.single table th, .single table td {
	text-align: center;
	padding: 3%;
	border: 1px solid #bbb;
}

.single table th {
	background: rgba(31, 138, 204, 0.1);
	font-weight: bold;
	text-align: center;
}

/*学生インタビュー*/

.tab-content {
	display: none;
}

.tab-content.is_show {
	display: block;
}

#interview_page .min {
	margin-bottom: 50px !important;
	text-align: center;
}

#interview_page .ul_tb {
	margin-bottom: 50px;
}

#interview_page .ul_tb>li {
	vertical-align: top;
}

#interview_page .ul_tb>li figure, #interview_page .ul_tb>li figure img {
	width: 300px;
	height: 300px;
}

#interview_page .ul_tb>li:first-child figure {
	margin-right: 35px;
}

#interview_page .ul_tb>li:last-child figure {
	margin-left: 35px;
}

#interview_page dl:not(.dl02) dt, dl.k_interview dt {
	color: #1f8acc;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-left: 30px;
	position: relative;
}

#interview_page dl:not(.dl02) dt::before, dl.k_interview dt::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	display: block;
	height: 20px;
	width: 20px;
	transform: rotate(90deg);
	border-right: 1px solid #1f8acc;
}

#interview_page dl:not(.dl02) dd, dl.k_interview dd {
	margin-bottom: 2em;
}

#interview_page p.ta_center img.img-ofi {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
	font-family: 'object-fit: cover; object-position: top;'
}

#top_shikino .f_left img {
	margin-right: 15px;
}

#interview_page .ul_k_interview {
	display: table;
}

#interview_page .ul_k_interview>li {
	display: table-cell;
	vertical-align: middle;
}

#interview_page .ul_k_interview>li:first-of-type {
	width: 40%;
}

#interview_page .ul_k_interview>li figure, #interview_page .ul_k_interview>li figure img {
	width: 90%;
	height: auto;
}

#interview_page .ul_k_interview dl dt {
	padding-left: 0;
}

#interview_page .ul_k_interview dl dt::before {
	display: none !important;
}

/*-----------------------------------------------
__List
-----------------------------------------------*/

ol {
	/*番号付きリスト*/
	display: table;
	margin: 20px;
	box-sizing: border-box;
	counter-reset: number;
}

ol>li {
	counter-increment: number;
	position: relative;
	padding-left: 32px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

ol>li::before {
	content: counter(number);
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	text-align: center;
	border-bottom: 2px solid #ebf2f7;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	padding: 0 1px;
}

ol>li ol {
	margin: 10px 0;
}

ol>li ol>li {
	padding-left: 22px;
	margin-bottom: 5px;
}

ol>li ol>li::before {
	font-size: 1em;
	line-height: 1.4;
	width: auto;
	padding: 0 3px;
	font-weight: normal;
	border: 1px solid #333;
}

ol.ol_aiu {
	/*アイウリスト*/
	display: table;
	margin: 20px;
	box-sizing: border-box;
	counter-reset: aiueo 0;
}

ol.ol_aiu>li {
	counter-increment: aiueo 1;
	position: relative;
	padding-left: 26px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

ol.ol_aiu>li::before {
	content: counter(aiueo, katakana);
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 2px solid #ebf2f7;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
	padding: 0 3px;
}

.ul01 {
	/*黒丸リスト*/
	display: table;
	margin: 10px 0;
	box-sizing: border-box;
}

.ul01>li {
	position: relative;
	padding-left: 12px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.ul01>li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8em;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 100%;
}

.ul01>li>ul, .ul01>li>ol {
	margin: 10px 0 10px 12px;
}

.list_result>li>a {
	/*検索結果*/
	border-bottom: 1px solid #ebf2f7;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
}

.list_result>li:last-of-type>a {
	border-bottom: none;
}

.list_result>li>a img {
	width: 30%;
	height: 150px;
	margin-right: 30px;
	transition: all ease .3s;
}

.list_result>li a:hover img {
	opacity: 0.6;
}

.list_result>li dl {
	display: flex;
	flex-flow: column;
}

.list_result>li dt {
	font-weight: bold;
	font-size: 1.2em;
	color: #1f8acc;
	margin-bottom: 10px;
	transition: all ease .3s;
}

.list_result>li a:hover dt {
	color: #f87282;
}

.list_result>li dd {
	color: #aaa !important;
	transition: all ease .3s;
}

.list_result>li a:hover dd {
	color: #333 !important;
}

/*定義リスト*/

.dl01 {
	margin: 20px auto 40px auto;
	border: 1px solid #1f8acc;
	position: relative;
	padding: 3em 30px 30px 30px;
}

.dl01>dt {
	font-size: 1.1em;
	min-width: 80%;
	width: auto;
	display: inline-block;
	background: #1f8acc;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -0.6em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
}

.dl01>dt.line2 {
	top: -1.5em;
}

.dl02 {
	margin: 20px auto;
}

.dl02>dt {
	padding: 20px 0 10px 0;
	color: #1f8acc;
	font-size: 1.4em;
	border-top: 1px solid #1f8acc;
}

.dl02>dt>span {
	color: #f87282;
	margin-right: 0.5em;
}

.dl02>dd {
	padding-bottom: 30px;
}

.dl_mr>dt {
	margin-bottom: 0.5em;
	padding-left: 20px;
	font-size: 1.2em;
	position: relative;
	box-sizing: border-box;
}

.dl_mr>dt::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0.65em;
	border-radius: 100%;
	background: #1f8acc;
}

.dl_mr>dd {
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 2em;
}

.dl_ac {
	margin: 10px auto 20px auto;
}

/*親ページ 子ページリスト*/

#parent_list {
	margin-top: 50px !important;
}

#parent_list .a_btn_g {
	flex-wrap: wrap;
	width: 100%;
}

#parent_list .a_btn_g>li {
	width: 32%;
	margin-bottom: 20px;
}

#parent_list .links li a {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
}

#parent_list .links li a:hover {
	border-color: #1f8acc;
	background: #1f8acc;
}

#parent_list .links li p, #parent_list .links li :hover p {
	background: none;
}

/*子ページリスト*/

.page_list h3 {
	margin: 0;
	margin-bottom: 15px;
	padding: 30px 5px;
	border-top: 3px solid #1f8acc;
	border-bottom: 1px solid #ebf2f7;
}

.page_list h3::before {
	display: none;
}

.page_list h3 em {
	display: block;
}

.page_list li {
	margin-bottom: 15px;
}

#main .page_list li a {
	display: block;
	text-decoration: underline;
	color: #333;
	position: relative;
	padding-left: 15px;
}

#main .page_list li.current_page_item a {
	color: #1f8acc;
	text-decoration: none;
}

#main .page_list li ul.children {
	display: none;
}

#main .page_list li a:hover {
	text-decoration: none;
	color: #333;
	padding-left: 17px;
}

#main .page_list li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	transition: all ease .3s;
}

#main .page_list li a:hover::before {
	left: 2px;
}

#main .page_list li.banner a {
	text-decoration: none;
	padding-left: 0;
}

#main .page_list li.banner a>span {
	width: 90%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	z-index: 3;
}

#main .page_list li.banner a img {
	width: 100%;
	height: 130px;
}

#main .page_list li.banner a:hover {
	padding-left: 0px;
}

#main .page_list li.banner a::before {
	content: "";
	position: absolute;
	background: rgba(31, 138, 204, 0.6);
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	border: none;
	-webkit-transform: rotate(0deg) translateY(0);
	transform: rotate(0deg) translateY(0);
	transition: all ease .3s;
	z-index: 2;
}

#main .page_list li.banner a:hover::before {
	width: 100%;
}

#main .page_list li.banner a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31, 138, 204, 0.2);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.interview_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.interview_list>li {
	width: 50%;
	padding: 2% 3%;
	box-sizing: border-box;
}

.interview_list>li a {
	display: block;
	padding-bottom: 30px;
	position: relative;
}

.interview_list>li a>span {
	position: absolute;
	left: -3%;
	top: 0;
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	color: #f87282;
	z-index: 2;
}

.interview_list>li a figure, .interview_list>li a figure img {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: -1;
}

.interview_list>li a figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 171, 255, 0.3);
	display: block;
	opacity: 0;
	z-index: 1;
	transition: all ease .3s;
}

.interview_list>li a div {
	position: static;
	width: 90%;
	margin: -60px auto 0 auto;
	box-sizing: border-box;
	background: #fff;
	font-weight: bold;
	transition: all ease .3s;
	padding: 30px 30px 15px 30px;
	color: #333;
	border-top: 2px solid #1f8acc;
}

.interview_list>li a p {
	display: block;
}

.interview_list>li a div>p:first-child {
	font-size: 1.1em;
	margin-bottom: 15px;
}

.interview_list>li a div>p:last-child::before {
	content: "\30EA\30CF\30D3\30EA\30C6\30FC\30B7\30E7\30F3\5B66\79D1";
	display: inline-block;
	margin-right: 1em;
	font-size: 0.7em;
}

.interview_list>li a div>p.nurse::before {
	display: none;
}

.interview_list>li a div>p.nurse {
	color: #F19EC2;
}

.interview_list>li a div>p.rigaku {
	color: #85D0F5;
}

.interview_list>li a div>p.sagyo {
	color: #8BBE73;
}

.interview_list>li a div>p.shikino {
	color: #ee4e1d;
}

.interview_list>li a:hover figure::after {
	opacity: 1;
}

.interview_list>li a:hover div {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

/*-----------------------------------------------
__Table
-----------------------------------------------*/

table {
	width: 100%;
	margin: 30px auto;
}

.tb01 tr:nth-child(even) {
	/*偶数行背景*/
	background: #fafafa;
}

.tb01 th, .tb01 td {
	padding: 20px;
	box-sizing: border-box;
}

.tb01 th {
	width: 20%;
}

.tb02 {
	/*tr線*/
	border-top: 1px solid #eee;
}

.tb02 th, .tb02 td {
	padding: 20px;
	box-sizing: border-box;
}

.tb02 tr {
	border-bottom: 1px solid #eee;
}

/*-----------------------------------------------
__Footer
-----------------------------------------------*/

#page_bc {
	border-top: 1px solid #a6d5f2;
	border-bottom: 1px solid #a6d5f2;
	line-height: 66px;
	height: 66px;
	margin-top: 50px;
	overflow: hidden;
	font-size: 90%;
}

#page_bc a {
	display: block;
}

#page_bc span.icon-home {
	margin-right: 3px;
	color: #1f8acc;
}

#page_bc ul {
	display: flex;
}

#page_bc li {
	min-width: 100px;
	box-sizing: border-box;
	position: relative;
	padding: 0 15px;
}

#main #page_bc li em {
	font-weight: normal;
}

#page_bc li:first-child, #page_bc li:last-child {
	padding: 0;
}

#page_bc li::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 29px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all ease .3s;
}

#page_bc li.active {
	border-right: 1px solid #a6d5f2;
	padding-right: 10px;
}

#page_bc li.pagetop::after, #page_bc li.active::after {
	display: none;
}

#page_bc li.pagetop {
	margin-left: auto;
	text-align: center;
	border-right: none;
	width: 20%;
	padding-right: 0;
}

#page_bc li.pagetop a {
	background: #1f8acc;
	color: #fff;
	transition: all ease .3s;
}

#page_bc li.pagetop a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all ease .3s;
	margin-bottom: -3px;
	margin-right: 1em;
}

#page_bc li.pagetop a:hover {
	background: #196ea3
}

#page_bc li.pagetop a:hover::before {
	margin-bottom: 4px;
}

footer a {
	color: #1f8acc
}

footer address {
	background: #1f8acc;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	color: #fff;
}

footer address a {
	color: #fff;
}

footer address>ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
}

footer address>ul>li {
	padding: 40px;
}

footer address>ul>li:last-of-type {
	margin-left: auto;
	text-align: right;
}

footer address>ul>li:first-child {
	padding-left: 0;
}

footer address>ul>li:nth-child(3) {
	color: #fff;
	font-size: 1.1em;
}

footer address>ul>li:nth-child(3) a {
	font-size: 2em;
	pointer-events: none;
	color: #fff;
	margin-left: 10px;
}

footer address>ul>li:nth-child(3) p {
	font-size: 0.7em;
	color: #fff;
}

footer address li li {
	display: inline;
	padding-left: 0.5em;
	font-size: 1.5em;
}

footer address a:hover {
	color: #196ea3
}

#siteMAP article {
	width: 100%;
	margin: 40px auto;
	color: #1f8acc
}

footer article {
	width: 90%;
	max-width: 1280px;
	margin: 40px auto;
	color: #1f8acc
}

#siteMAP article a, footer article a {
	display: block;
}

#siteMAP article:first-of-type, footer article:first-of-type {
	display: flex;
	flex-wrap: wrap;
}

#siteMAP article dl, footer article dl {
	width: 25%;
	padding: 0 0.5% 15px 0.5%;
	box-sizing: border-box;
}

#siteMAP article dt a, footer article dt a {
	background: #fff;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	transition: all ease .3s;
	font-size: 0.9em;
	border-bottom: 2px solid #1f8acc;
	padding: 12px 18px 12px 6px;
}

#siteMAP article dt.a_none, footer article dt.a_none {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 0.9em;
	padding: 12px 18px 12px 6px;
	border-bottom: 2px solid #1f8acc;
}

#siteMAP article dt a:hover, footer article dt a:hover {
	transition: all ease .3s;
	color: #fff !important;
	background: #1f8acc;
	padding: 12px 18px 12px 14px;
}

#siteMAP article a::after, footer article dt a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all ease .3s;
}

#siteMAP article a:hover::after, footer article dt a:hover::after {
	right: 10px;
	border-color: #fff !important;
}

#siteMAP article dt a::after, footer article dt a::after {
	content: "";
}

#siteMAP article dd>ul>li, footer article dd>ul>li {
	font-size: 0.8em;
	margin: 5px 0;
}

#siteMAP article dd>ul>li li, footer article dd>ul>li li {
	margin: 5px 0;
}

#siteMAP articledd>ul>li li::before, footer article dd>ul>li li::before {
	content: "- ";
	float: left;
	padding: 0 3px;
}

#siteMAP article dd>ul>li a:hover, #siteMAP article ul.ul_tb>li a:hover, footer article dd>ul>li a:hover, footer article ul.ul_tb>li a:hover {
	color: #f87282;
}

#siteMAP article:last-of-type .ul_tb:first-of-type, footer article:last-of-type .ul_tb:first-of-type {
	width: auto;
	margin: 15px auto;
	table-layout: fixed;
}

#siteMAP article:last-of-type .ul_tb:first-of-type>li, footer article:last-of-type .ul_tb:first-of-type>li {
	text-align: center;
	border-right: 1px solid #1f8acc;
	padding: 0 1em;
}

#siteMAP article:last-of-type .ul_tb:first-of-type>li:last-child, footer article:last-of-type .ul_tb:first-of-type>li:last-child {
	border-right: 0;
}

#footNav>li a {
	position: relative;
}

#footNav>li:nth-child(1) a {
	background: #f87282;
	color: #fff;
	letter-spacing: 0.2em;
}

#footNav>li:nth-child(2) a {
	background: #e1f7fd;
	color: #1f8acc;
}

#footNav>li:nth-child(3) a {
	background: #1f8acc;
	color: #fff;
}

#footNav>li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 180px 0 0;
	border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
	left: 0;
	top: 0;
}

#siteNav, #footNav {
	table-layout: fixed;
	line-height: 70px;
	width: 100%;
	max-width: 600px;
	margin: 15px auto 0 auto;
}

#siteNav li a, #footNav li a {
	display: block;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	min-width: 155px;
	font-weight: bold;
	transition: all ease .3s;
	backface-visibility: hidden;
}

#siteNav li a:hover, #footNav li a:hover {
	opacity: 0.5;
}

#siteNav li a span, #footNav li a span {
	font-size: 110%;
	margin-right: 5px;
	vertical-align: middle;
}

footer small {
	font-size: 70%;
	display: block;
	clear: both;
	text-align: center;
}

footer small:last-of-type {
	padding: 20px 0;
}

footer small a {
	font-size: 110%;
}

/*-----------------------------------------------
__Index
-----------------------------------------------*/

/*画像切り替え*/

#top_img {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

#top_img ul {
	margin: 0 auto;
	width: 100%;
}

#top_img ul li {
	text-align: center;
}

#top_img li img {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
}

#top_img #head_news {
	position: absolute;
	left: 5%;
	bottom: 2%;
	width: 100%;
	margin: 0 auto;
}

#top_img #head_news dt {
	background: #1f8acc;
	color: #fff;
	font-weight: bold;
	float: left;
	clear: left;
	text-align: center;
	width: 120px;
	height: 46px;
	line-height: 46px;
}

#top_img #head_news dd {
	float: left;
	height: 46px;
	line-height: 46px;
}

#top_img #head_news dd a {
	background: #fff;
	display: inline-block;
	width: 540px;
	padding: 0 15px;
	margin-bottom: 0;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	color: #333;
}

#top_img #head_news em {
	padding-right: 15px;
}

#top_img #head_news span {
	display: block;
	background: #ebf2f7;
	height: 46px;
	width: 46px;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all ease .3s;
}

#top_img #head_news a:hover span {
	right: -10px;
}

#top_img #head_news span::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_main .ul_tb {
	table-layout: fixed;
}

#top_campuslife h2 {
	/*赤字英文*/
	position: absolute;
	top: -60px;
	left: 0;
	text-align: center;
	color: rgba(241, 125, 138, 0.3);
	font-size: 6.6em;
	width: 100%;
	background: none;
}

#faculties h2, .top_main #news h2 {
	text-align: center;
	font-size: 2.5em;
	color: #1f8acc;
	margin: 0 auto;
	background: none;
}

.top_main h2 span {
	display: block;
	font-size: 0.4em;
	font-weight: bold;
	color: #888;
}

.top_main h3 {
	font-size: 1.8em;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.top_main h3::before {
	display: none;
}

.top_main h3 span {
	display: block;
	font-size: 0.5em;
	background: none;
}

.top_main .a_btn_g {
	display: flex;
	justify-content: space-between;
}

#pickup {
	margin: 50px auto 0 auto;
	width: 100%;
	height: auto;
	table-layout: fixed;
	text-align: center;
}

#pickup a, #pickup a:hover {
	color: #fff;
}

#pickup>li {
	vertical-align: top;
}

#pickup>li>ul {
	width: 100%;
	height: auto;
}

#pickup>li ul li.h_200 ul>li figure img {
	height: 200px;
}

#pickup>li>ul>li {
	width: 100%;
	height: 50%;
}

#pickup>li ul ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

#pickup>li ul ul>li {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#pickup>li ul ul>li figure {
	display: block;
	height: 100%;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#pickup>li ul ul>li figure img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
	transition: all ease .3s;
}

#pickup>li ul :hover ul>li img {
	transform: scale(1.025, 1.025);
}

#pickup>li ul ul>li dl {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}

#pickup>li ul ul>li dl>dt {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	position: relative;
}

#pickup>li ul ul>li dl>dt::after {
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	width: 30%;
	height: 2px;
	background: #fff;
	opacity: 0;
	transition: all ease .3s;
}

#pickup>li ul :hover ul>li dl>dt::after {
	opacity: 1
}

#pickup>li:nth-child(1) ul>li:nth-child(1) ul>li {
	background: #83d5d0;
}

#pickup>li:nth-child(1) ul>li:nth-child(2) ul>li {
	background: #474f85;
}

#pickup>li:nth-child(1) ul>li:nth-child(3) ul>li {
	background: #e5d8c7;
}

#pickup>li:nth-child(1) ul>li:nth-child(4) ul>li {
	background: #474f85;
}

#pickup>li:nth-child(2) ul>li:nth-child(1) ul>li {
	background: #e5d8c7;
}

#pickup>li:nth-child(2) ul>li:nth-child(2) ul>li {
	background: #f87282;
}

#pickup>li:nth-child(2) ul>li:nth-child(3) ul>li {
	background: #83d5d0;
}

#pickup>li ul>li ul>li dl::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#pickup>li:nth-child(1) ul>li:nth-child(1) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #83d5d0 transparent transparent;
}

#pickup>li:nth-child(1) ul>li:nth-child(2) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #474f85 transparent transparent;
}

#pickup>li:nth-child(1) ul>li:nth-child(3) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #e5d8c7 transparent transparent;
}

#pickup>li:nth-child(1) ul>li:nth-child(4) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #474f85 transparent transparent;
}

#pickup>li:nth-child(2) ul>li:nth-child(1) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #e5d8c7 transparent transparent;
}

#pickup>li:nth-child(2) ul>li:nth-child(2) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #f87282 transparent transparent;
}

#pickup>li:nth-child(2) ul>li:nth-child(3) ul>li dl::before {
	left: -20px;
	border-width: 15px 20px 15px 0;
	border-color: transparent #83d5d0 transparent transparent;
}

/*3枠の時*/

#pickup>li ul>li:only-of-type {
	width: 100%;
	height: 100%;
}

#pickup>li ul>li:only-of-type ul {
	position: relative;
}

#pickup>li ul>li:only-of-type ul>li {
	display: block;
	height: 100%;
}

#pickup>li ul>li:only-of-type ul>li:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30%;
	width: 100%;
	background: rgba(28, 202, 237, 0.9);
	transition: all ease .3s;
}

#pickup>li ul>li:only-of-type figure img {
	height: 800px;
}

#pickup>li ul>li:only-of-type :hover ul>li:nth-child(2) {
	height: 35%;
}

#pickup>li ul>li:only-of-type ul>li:nth-child(2) dl {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#pickup>li ul>li:only-of-type ul>li dl::before {
	display: none !important;
}

#faculties {
	margin: 0 auto;
}

#faculties .a_btn_g>li a {
	width: 100%;
}

#faculties .a_btn_g>li {
	width: 25%;
	display: flex;
	transition: all ease .5s;
	font-size: 1.1em;
}

#faculties .img_btn>li figure {
	height: 400px;
}

#faculties .a_btn_g>li:hover {
	width: 26%;
}

#faculties .a_btn_g>li p {
	border-bottom: 4px solid;
}

#faculties .a_btn_g>li:first-of-type p {
	line-height: 3.3em;
	border-color: #f19ec2;
}

#faculties .a_btn_g>li:first-of-type p::after {
	border-color: #f19ec2;
}

#faculties .a_btn_g>li:first-of-type :hover p {
	background: #f19ec2;
}

#faculties .a_btn_g>li:nth-of-type(2) p, #faculties .a_btn_g>li:nth-of-type(2) p::after {
	border-color: #7ecef4;
}

#faculties .a_btn_g>li:nth-of-type(2) :hover p {
	background: #7ecef4;
}

#faculties .a_btn_g>li:nth-of-type(3) p, #faculties .a_btn_g>li:nth-of-type(3) p::after {
	border-color: #77b35a;
}

#faculties .a_btn_g>li:nth-of-type(3) :hover p {
	background: #77b35a;
}

#faculties .a_btn_g>li:last-of-type p, #faculties .a_btn_g>li:last-of-type p::after {
	border-color: #ee4e1d;
}

#faculties .a_btn_g>li:last-of-type :hover p {
	background: #ee4e1d;
}

.top_main #news {
	max-width: 800px;
	margin: 0 auto 20px auto;
}

.tabs, .tabNav {
	width: 90%;
	margin: 0 auto 30px auto;
	display: flex;
	flex-wrap: nowrap;
}

.tabs {
	width: 100%;
}

#news .tabNav {
	max-width: 500px;
}

.tabs {
	height: 60px;
}

.tabs>li, .tabNav>li {
	width: 100%;
	height: 100%;
	display: flex;
	flex-grow: 1;
	flex: 1;
	box-sizing: border-box;
	padding: 0 0.25em;
	text-align: center;
	align-items: center;
}

.tabs>li a, .tabNav a {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	border: 1px solid #1f8acc;
	transition: all ease .3s;
}

#news .tabNav>li a {
	line-height: 1.7em;
	min-height: 1.7em;
}

.interview .tabs>li:nth-of-type(1) a, .interview .tabs>li:nth-of-type(2) a, .tabs>li.corse_line1 a {
	line-height: 60px;
}

.interview .tabs>li:nth-of-type(3) a, .interview .tabs>li:nth-of-type(4) a, .interview .tabs>li:nth-of-type(5) a, .tabs>li.corse_line2 a {
	padding-top: 5px;
}

.tabs>li a:hover, .tabs>li a.is_active, .tabNav a:hover, .tabNav a.active {
	background: #1f8acc;
	color: #fff !important;
}

.tabs>li>a span, .tabNav a>span {
	display: block;
	line-height: 1.7;
}

.tabs>li>a em, .tabNav a>em {
	font-size: 0.7em;
	display: block;
}

#news dl {
	margin: 20px auto;
}

#news dt {
	float: left;
	clear: left;
	width: 12%;
	color: #1f8acc;
}

#news dd {
	width: 88%;
	float: left;
	margin-bottom: 35px;
}

#news dd span {
	border: 1px solid #1f8acc;
	color: #1f8acc;
	font-size: 80%;
	padding: 2px 15px;
	margin-right: 1em;
}

#news dd a {
	color: #333;
}

#news div {
	overflow: hidden;
}

#news p a {
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

#news p a:hover {
	max-width: 230px;
}

#top_education {
	padding: 30px 0 0 0;
	position: relative;
}

#top_education::after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
	background: url(../images/common/bg_top_education.jpg) no-repeat top center;
	background-size: cover;
}

#top_education li:nth-child(2), #top_campuslife li:nth-child(2) {
	margin: 0 20px;
}

#top_education .a_btn_g>li, #top_campuslife .a_btn_g>li {
	width: 32%;
}

#top_campuslife.bn04 .wrap {
	max-width: none;
}

#top_campuslife.bn04 .a_btn_g>li {
	width: 25%;
}

#top_campuslife.bn04 .a_btn_g>li:nth-child(2), #top_campuslife.bn04 .a_btn_g>li:nth-child(3) {
	margin: 0 20px;
}

#top_campuslife .img_btn>li figure {
	height: auto;
}

#top_campuslife h2 {
	/*赤字英文*/
	top: -120px;
}

#top_campuslife {
	margin: 80px auto 0px auto;
	padding: 50px 0 80px 0;
	position: relative;
}

#top_campuslife::after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
	background: url(../images/common/bg_top_campuslife.jpg) no-repeat top center;
	background-size: cover;
}

#links {
	margin-top: 20px;
}

#links .a_btn_g {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

#links .a_btn_g li {
	width: 24%;
	margin-bottom: 10px;
	display: flex;
}

#links .a_btn_g li p {
	border-bottom: 1px solid #1f8acc;
	background: none;
	display: flex;
	width: 100%;
}

#links .a_btn_g li a {
	display: flex;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
}

#links .a_btn_g li a:hover {
	border-color: #1f8acc;
	background: #1f8acc;
}

#links .a_btn_g li :hover p {
	background: none;
}

.campus {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.campus>li {
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 0.5%;
	display: flex;
}

.campus>li a, .campus>li p, .campus>li figure {
	display: flex;
	flex-flow: column;
	width: 100%;
}

/*-----------------------------------------------
__Common
-----------------------------------------------*/

.sp_block {
	display: none !important;
}

.img_fixed {
	/*画像横並び*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 15px auto;
}

.img_fixed>li {
	width: 49%;
}

.img_large>li {
	padding-bottom: 1em;
}

.img_large a {
	/*画像拡大*/
	position: relative;
	display: block;
	margin-bottom: 0.5em;
}

.img_large a::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(31, 138, 204, 0.3);
	opacity: 0;
	transition: all ease .3s;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?ka0i7t');
	src: url('fonts/icomoon.eot?ka0i7t#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ka0i7t') format('truetype'), url('fonts/icomoon.woff?ka0i7t') format('woff'), url('fonts/icomoon.svg?ka0i7t#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.img_large a::after {
	content: "\e98b";
	font-family: 'icomoon' !important;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transition: all ease .3s;
}

.img_large a:hover::before, .img_large a:hover::after {
	opacity: 1;
}

.img_left {
	padding-right: 15px;
}

.img_right {
	padding-left: 15px;
}

.ta_left {
	text-align: left;
}

.ta_right {
	text-align: right;
}

.ta_center {
	text-align: center;
}

td.ta_center {
	text-align: center !important;
}

.f_right {
	float: right;
}

.f_left {
	float: left;
}

.c_both {
	clear: both;
}

.img_line {
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}

.icon {
	margin: 0 5px;
	vertical-align: middle;
}

.red_box {
	box-sizing: border-box;
	border: 2px solid #e52448;
	border-radius: 5px;
	padding: 15px;
}

.red_box strong, .red_box em, .red_box .red {
	color: #e52448;
}

/*----------------------------------------------
____2019.1.24~---追加(table関連)　KONDO
------------------------------------------------*/

.icon-pdf {
	color: #f19ec2;
}

.icon-excel {
	color: #77b35a
}

table.pass th, table.pass td {
	text-align: center;
	padding: 3% 5px;
	border: 1px solid #bbb;
}

th.bg_koumoku, td.bg_koumoku {
	background: rgba(31, 138, 204, 0.3);
	font-weight: bold;
	text-align: center;
}

.bg_nurse_h {
	background: rgba(241, 158, 194, 0.3);
}

.bg_nurse_d {
	background: rgba(241, 158, 194, 0.1);
}

.bg_reha01_h {
	background: rgba(126, 206, 224, 0.3);
}

.bg_reha01_d {
	background: rgba(126, 206, 224, 0.1);
}

.bg_reha02_h {
	background: rgba(119, 179, 90, 0.3);
}

.bg_reha02_d {
	background: rgba(119, 179, 90, 0.1);
}

.bg_reha03_h {
	background: rgba(227, 138, 52, 0.3);
}

.bg_reha03_d {
	background: rgba(227, 138, 52, 0.1);
}

table.schedule {
	table-layout: fixed;
}

table.schedule th, table.schedule td {
	text-align: center;
	padding: 1% 5px;
	border: 1px solid #bbb;
	word-break: break-all !important;
	word-wrap: break-all !important;
}

.bg_contents {
	background: rgba(31, 138, 204, 0.1);
}

table.documents th, table.documents td {
	text-align: center;
	padding: 1%;
	border: 1px solid #bbb;
}

/*縦書きpaddingなし*/

table th.pd_0, table td.pd_0 {
	padding: 1% 0px;
	width: 30px;
	word-break: break-all;
}

/*----------------------------------------------
____2019.1.26---追加(FAQ用)　KONDO
------------------------------------------------*/

#cp_qa label h3::before {
	content: url(../images/common/question.png);
	height: auto;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
	background: none;
}

#cp_qa .cp_actab .cp_actab-content p::before {
	content: url(../images/common/answer.png);
	height: auto;
	width: 30px;
	vertical-align: baseline;
	margin-right: 5px;
	background: none;
}

#cp_qa *, #cp_qa *:after, #cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #333;
}

#cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

#cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.5em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #ebf2f7;
	box-sizing: border-box;
}

#cp_qa .cp_actab label:hover {
	color: #1f8acc;
}

#cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #333;
}

#cp_qa .cp_actab .cp_actab-content p {
	margin: -1px 0 0;
	padding: 2em;
	background: rgb(241, 158, 194, 0.2);
	font-size: 1.1em;
	font-weight: bold;
}

#cp_qa .cp_actab input:checked~label {
	color: #1f8acc;
}

#cp_qa .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
}

#cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

#cp_qa .cp_actab input[type=checkbox]+label::after {
	content: '▼';
	color: rgba(31, 138, 204, 0.3)
}

#cp_qa .cp_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*----------------------------------------------
____2019.1.28---追加(資料請求、お問い合わせフォーム用)　KONDO
------------------------------------------------*/

.tb_request th {
	width: 25%;
	padding: 10px;
	font-size: 1.1em;
}

.tb_request td {
	width: 50%;
	padding: 10px;
	font-size: 1.1em;
	box-sizing: border-box;
}

/* 必須マーク */

.must {
	background: #f19ec2;
}

/* 任意マーク */

.free {
	background: #999;
}

.must, .free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/* フォーム入力項目 */

.tb_request input[type="text"], .tb_request input[type="email"], .tb_request input[type="tel"], .tb_request select, .tb_request textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 2%;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 1.1em;
}

.tb_request input#s-box::placeholder {
	color: #ccc;
	font-size: 0.9em;
}

.tb_request textarea {
	height: auto;
	min-height: 150px;
	font-size: 0.9em;
}

.tb_request .list-item-check label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.tb_request .list-item-check input[type=checkbox], .tb_request .list-item-check input[type=radio] {
	display: none;
}

.tb_request .list-item-check input[type=checkbox]+label::before, .tb_request .list-item-check input[type=radio]+label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.tb_request .list-item-check input[type=checkbox]+label::after, .tb_request .list-item-check input[type=radio]+label::after {
	position: absolute;
	top: 6px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	content: ' ';
	vertical-align: middle;
	box-sizing: content-box;
	opacity: 0;
	background: #1f8acc;
	transition: all ease .3s;
}

.tb_request .list-item-check input[type=checkbox]:checked+label::after, .tb_request .list-item-check input[type=radio]:checked+label::after {
	content: "";
	opacity: 1;
}

.tb_request input.sm_input {
	width: 30%;
	margin-left: 5px;
}

.js-button {
	background: #eee;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	margin-left: 10px;
	text-align: center;
	padding: 10px 15px;
	font-size: 0.9em;
}

.js-button:hover {
	background: #ddd;
}

.double_q::before {
	content: "：";
}

.tb_request .radio_box label {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 30px;
}

.tb_request .radio_box input[type="radio"] {
	display: none;
}

.tb_request .radio_box input[type="radio"]+label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-radius: 100%;
	border: 1px solid #ddd;
}

.tb_request .radio_box input[type="radio"]+label::after {
	position: absolute;
	top: 6px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	content: ' ';
	vertical-align: middle;
	box-sizing: content-box;
	opacity: 0;
	background: #1f8acc;
	transition: all ease .3s;
	border-radius: 100%;
}

.tb_request .radio_box input[type="radio"]:checked+label::after {
	content: "";
	opacity: 1;
}

/*select*/

.select_box {
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
}

.select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select_box select::-ms-expand {
	display: none;
}

.select_box option {
	cursor: pointer;
}

.select_box {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #ffffff;
}

.select_box::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.select_box select {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 2%;
}

/* 送信ボタン */

.sub-btn {
	margin-bottom: 30px;
	width: 100%;
	max-width: 300px;
	height: 60px;
	background: #f19ec2;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #f19ec2;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

/* 送信ボタンホバー */

.sub-btn:hover {
	background: #FFF;
	color: #f19ec2;
}

/* 送信ボタン中央寄せ */

.sub-btn-wrap {
	text-align: center;
	margin: 50px 0;
}

/*送信ボタン_disabled*/

.sub-btn:disabled, .sub-btn:disabled:hover {
	border-color: #aaa;
	background: #aaa;
	color: #fff !important;
	cursor: default;
}

div.tb_request-mail-sent-ok {
	background-color: #f19ec2;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
	border: 2px solid #f19ec2 !important;
}

form.sent table, form.sent div {
	display: none;
}

/*----------------------------------------------
____2019.1.29~---追加(table関連)　KONDO
------------------------------------------------*/

table.tb_financial {
	margin: 0 0 80px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all !important;
	word-wrap: break-all !important;
}

table.tb_financial th, table.tb_financial td {
	padding: 1% 5px;
	border: 1px solid #bbb;
	word-break: break-all !important;
	word-wrap: break-all !important;
}

td.num_r {
	text-align: right !important;
}

td.w_30 {
	width: 30%;
}

p.financial_p {
	text-align: right;
	margin: 0;
}

table.tb_financial td:last-child {
	text-align: right;
}

table.tb_financial tr td.bg_koumoku:last-child {
	text-align: center;
}

table.tb_financial td.ta_left {
	text-align: left !important;
}

/*----------------------------------------------
____2019.1.28~---追加(table関連)　TANAKA
------------------------------------------------*/

/*カリキュラム*/

.tb_curriculum th, .tb_curriculum td {
	padding: 10px !important;
}

.tb_curriculum .left {
	text-align: left !important;
}

/*教員紹介*/

.tb_teacher .cp_actab {
	margin-top: 60px;
	padding-top: 25px;
	border-top: 1px solid #1f8acc;
	border-bottom: 1px solid #1f8acc;
}

.tb_teacher .ul_tb>li {
	vertical-align: top;
}

.tb_teacher .ul_tb>li:first-child {
	width: 30%;
	box-sizing: border-box;
	padding-right: 15px;
}

.tb_teacher img.img-ofi {
	/*担当教員 画像*/
	height: 220px;
	width: 100%;
}

.tb_teacher table {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ebf2f7;
}

.tb_teacher tr {
	border-bottom: 1px solid #ebf2f7;
}

.tb_teacher .cp_actab-content table tr:last-child {
	border-bottom: none;
}

.tb_teacher th, .tb_teacher td {
	padding: 10px;
}

.tb_teacher th {
	width: 20%;
	font-weight: normal;
}

.tb_teacher .cp_actab-content th {
	color: #1f8acc;
}

.tb_teacher .cp_actab input:checked~.cp_actab-content {
	max-height: none !important;
}

.tb_teacher label {
	text-align: center;
	border-bottom: none !important;
}

#shikino .tb_teacher h2 {
	font-size: 160%;
	background: none !important;
}

#shikino .tb_teacher h2 small {
	font-size: 60%;
	font-weight: normal;
	padding: 0 15px;
}

#shikino .tb_teacher .ul_tb th, #shikino .tb_teacher .ul_tb td {
	padding: 0;
}

#shikino .tb_teacher .ul_tb th {
	width: 15%;
}

/*学長用*/

#president .cp_actab {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	border-bottom: none;
}

#president .cp_actab table tr:last-child {
	border-bottom: none;
}

#president .ul_tb {
	margin-bottom: 15px;
}

#president .cp_actab-content table tr:last-child {
	border-bottom: 1px solid #ebf2f7;
}

/*在学生からのmessage*/

#message li {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

#message li>figure {
	width: 43%;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	font-size: 0.8em;
	z-index: -1;
	margin: 0;
}

#message li>figure img {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

.graduate li>figure img {
	width: auto !important;
	height: auto !important;
}

#message li>figure p span {
	display: inline-block;
	color: #fff;
	background: #1f8acc;
	padding: 0 5px;
	text-align: center;
	clear: both;
}

#message li.nurse>figure p span {
	background: #F19EC2;
}

#message li.rigaku>figure p span {
	background: #85D0F5;
}

#message li.sagyo>figure p span {
	background: #8BBE73;
}

#message li.shikino>figure p span {
	background: #ee4e1d;
}

#nurse #message li>figure p span {
	background: #F19EC2;
}

#rigaku #message li>figure p span {
	background: #85D0F5;
}

#sagyo #message li>figure p span {
	background: #8BBE73;
}

#shikino #message li>figure p span {
	background: #ee4e1d;
}

#message li>figure p em {
	font-size: 1.6em;
	font-weight: normal;
}

#message li>figure p em::before {
	content: "";
	clear: both;
	height: 1px;
	width: 100%;
	display: block;
}

#message li div {
	width: 60%;
	padding-left: 40%;
	padding-top: 30px;
}

.graduate li div {
	width: 70% !important;
	padding-left: 30% !important;
	padding-top: 0 !important;
}

#message li dl {
	width: 100%;
	min-height: 350px;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
	border-top: 1px solid #1f8acc;
}

#nurse #message li dl {
	border-color: #F19EC2;
}

#rigaku #message li dl {
	border-color: #85D0F5;
}

#sagyo #message li dl {
	border-color: #8BBE73;
}

#shikino #message li dl {
	border-color: #ee4e1d;
}

#message li.nurse dl {
	border-color: #F19EC2;
}

#message li.rigaku dl {
	border-color: #85D0F5;
}

#message li.sagyo dl {
	border-color: #8BBE73;
}

#message li.shikino dl {
	border-color: #ee4e1d;
}

#message li dl dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#message li:nth-child(2n)>figure {
	right: 0;
	text-align: right;
}

#message li:nth-child(2n) div {
	padding-left: 0 !important;
	padding-right: 40%;
}

.graduate li:nth-child(2n) div {
	padding-right: 30% !important;
}

/*学科・子・下層*/

.course_detail .cp_actab input:checked~.cp_actab-content {
	max-height: none !important;
}

.course_detail label h3::before, .course_detail .cp_actab .cp_actab-content p::before {
	display: none !important;
}

.course_detail .cp_actab .cp_actab-content h3::before {
	content: "";
	display: inline-block;
	height: 1.5px;
	width: 50px;
	background: #1f8acc;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 20px;
}

.course_detail .cp_actab .cp_actab-content {
	box-sizing: border-box;
}

.course_detail .cp_actab .cp_actab-content p {
	background: none !important;
	font-weight: normal !important;
	font-size: 1em !important;
	padding: 20px !important;
	box-sizing: border-box;
}

.course_detail .cp_actab .cp_actab-content .ul_tb:last-of-type {
	margin-bottom: 20px;
}

.course_detail .cp_actab .cp_actab-content .ul_tb>li {
	padding: 10px 20px;
	box-sizing: border-box;
}

/*404用検索窓*/

#site_search input#s-box {
	border: 1px solid #1f8acc;
	border-top: none;
	padding: 10px 15px;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	box-sizing: border-box;
	font-size: 110%;
}

#site_search input#s-box::placeholder {
	color: #ccc;
}

/* IE */

#site_search input#s-box:-ms-input-placeholder {
	color: #ccc;
}

/* Edge */

#site_search input#s-box::-ms-input-placeholder {
	color: #ccc;
}

#site_search #s-btn-area {
	font-size: 110%;
	background: #1f8acc;
	color: #fff;
	padding: 13px 40px;
	margin-left: 3px;
	cursor: pointer;
}

/*190513_追加*/

.video_wrap {
	width: 100%;
	max-width: 640px;
	margin: 15px auto 30px auto;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
	font-size: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.video_wrap video {
	width: 100%;
	height: auto;
}

/* 20190523_TANAKA  追加 */

.flow_list {
	display: flex;
	flex-wrap: nowrap;
}

.flow_list>li {
	box-sizing: border-box;
	margin-bottom: 30px;
}

.flow_list>li.table {
	flex-basis: 60%;
	padding: 0 2%;
}

.flow_list>li.table table {
	margin: 0 auto;
}

.flow_list table.pass th, .flow_list table.pass td {
	padding: 1% !important;
}

.flow_list span.empty {
	height: 15px;
	display: block;
}

.flow_list>li:not(.table) {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.flow_list>li:last-of-type {
	justify-content: space-around;
}

.flow_list>li>article {
	background: #1f8acc;
	padding: 8px;
	box-sizing: border-box;
}

.flow_list>li>article img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 5px;
}

.flow_list>li>article a:hover img {
	opacity: 0.7;
	transition: all ease .3s;
}

.flow_list>li>article p {
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 0;
}

/*20190531_TANAKA*/

.president>li:first-of-type {
	padding-right: 2%;
	width: 30%;
	box-sizing: border-box;
}

.president>li img {
	margin-bottom: 15px;
}

.president>li em {
	font-size: 2em;
	display: block;
	line-height: 1;
}

.president>li:last-of-type p {
	line-height: 2;
	margin-bottom: 2em;
}

.scroll {
	overflow: auto;
	margin-bottom: 80px;
}

.scroll>table {
	width: 100%;
	margin-bottom: 10px;
}

.scroll::-webkit-scrollbar {
	height: 5px;
}

.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*デモ*/

.top_main #d_news {
	max-width: 1280px;
	margin: 0 auto 20px auto;
}

#d_news .tabNav {
	max-width: 500px;
}

.top_main #d_news h2 {
	text-align: center;
	font-size: 2.5em;
	color: #1f8acc;
	margin: 0 auto;
	background: none;
}

#d_news .tabNav>li a {
	line-height: 1.7em;
	min-height: 1.7em;
}

#d_news>div {
	display: flex;
	flex-wrap: wrap;
}

#d_news dl {
	width: 33%;
	padding: 0 2% 2% 2%;
	box-sizing: border-box;
}

#d_news dt {
	position: relative;
	z-index: 10;
	font-weight: bold;
	font-size: 1.2em;
	color: #1f8acc;
	margin-bottom: -1.5em;
	margin-left: -1em;
}

#d_news dd figure {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#d_news dd img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all ease .3s;
}

#d_news dd a:hover img {
	transform: scale(1.025, 1.025);
}

#d_news dd span {
	border: 1px solid #1f8acc;
	color: #1f8acc;
	font-size: 80%;
	padding: 2px 15px;
	margin-right: 1em;
}

#d_news dd a p {
	margin-top: 5px;
	color: #333 !important;
	line-height: 1.2em;
}

#d_news dd a:hover p {
	color: #1f8acc !important;
}

#d_news .tab-content>p.ta_center {
	height: 300px;
	line-height: 300px;
	color: #888;
}

#d_news .tab-content>p {
	width: 100%;
}

#d_news .tab-content>p a {
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

#d_news .tab-content>p a:hover {
	max-width: 230px;
}

#d_news .box_tw {
	margin: 0 auto 15px auto;
	border: 1px solid rgba(15, 70, 100, .12)
}

/*20190806_TANAKA*/

.ul_k_interview>li {
	margin-bottom: 15px;
	box-sizing: border-box;
}

.ul_k_interview>li a {
	box-sizing: border-box;
	padding: 10px 40px 15px 15px;
	border: 2px solid #eee;
	transition: all ease .3s;
	position: relative;
	display: flex;
}

.ul_k_interview>li a:hover {
	background: #1f8acc;
	border-color: #1f8acc;
	color: #fff !important;
	padding: 10px 40px 15px 22px;
}

.ul_k_interview>li a:hover dd {
	color: #fff;
}

.ul_k_interview>li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1f8acc;
	border-right: 2px solid #1f8acc;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	transition: all ease .3s;
}

.ul_k_interview>li a:hover::after {
	right: 12px;
	border-color: #fff;
}

.ul_k_interview>li img {
	width: 150px;
	height: 150px;
	margin-right: 15px;
}

.ul_k_interview>li dl dt {
	font-weight: bold;
	vertical-align: middle;
}

.ul_k_interview>li dl dt span {
	font-size: 1.8em;
}

.ul_k_interview>li dl dt small {
	margin-left: 15px;
	font-size: 1em;
	font-weight: normal;
}

.ul_k_interview>li dl dt small::before {
	content: "/";
	margin-right: 5px;
}

.ul_k_interview>li dl dt span, .ul_k_interview>li dl dt small {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.ul_k_interview>li dl dt span::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #eee;
	margin: auto 13px;
	vertical-align: middle;
}

.ul_k_interview>li dl dt em {
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 8px;
}

.ul_k_interview>li dl dd {
	color: #333;
	font-weight: bold;
	transition: all ease .3s;
}

.ul_k_interview>li dl dd span {
	margin-right: 10px;
	font-size: 0.85em;
}

.ul_k_interview>li dl dd.kango {
	color: #f19ec2;
}

.ul_k_interview>li dl dd.reha01 {
	color: #7ecef4;
}

.ul_k_interview>li dl dd.reha02 {
	color: #77b35a
}

.ul_k_interview>li dl dd.reha03 {
	color: #ee4e1d;
}

/* 202004_追加_side固定ナビ */

#s_Nav {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

#s_Nav, #s_Nav li {
	display: flex;
	flex-flow: column;
}

#s_Nav li a {
	display: flex;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 70px;
	padding-right: 10px;
	height: 180px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition: all ease .3s;
	transform: translateX(10px);
	position: relative;
}

#s_Nav li a:hover {
	transform: translateX(0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

#s_Nav li a em {
	line-height: 1.2;
}

#s_Nav>li:first-child a {
	background: #f87282;
	color: #fff;
	position: relative;
	letter-spacing: 0.2em;
}

#s_Nav>li:nth-child(2) a {
	background: #e1f7fd;
	color: #1f8acc;
}

#s_Nav>li:last-child a {
	background: #1f8acc;
	color: #fff;
}

#s_Nav li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 70px 0 0;
	border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
	left: 0;
	top: 0;
}

/* 20200616_TANAKA */

th.bg_koumoku, td.bg_koumoku {
	line-height: 1.2;
}

table.tb_s {
	margin: 10px 0;
	width: auto;
	word-break: break-all !important;
	word-wrap: break-all !important;
}

table.tb_s th, table.tb_s td {
	padding: 1% 5px;
	border: 1px solid #bbb;
	word-break: break-all !important;
	word-wrap: break-all !important;
}

/* 20200804_TANAKA */

.youtube_wrap {
	position: relative;
	width: 100%;
	max-width: 760px;
	padding-top: 56.25%;
	margin: 15px auto 60px auto;
	z-index: 1
}

.youtube_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

/* 20201023_TANAKA */

#main.school_guide .a_btn_g p {
	font-weight: bold;
}

#main.school_guide .img_btn figure {
	height: 200px;
}

#main.school_guide #parent_list .links {
	width: 90%
}

#main.school_guide #parent_list .links li a {
	border: 2px solid #1f8acc;
}

#main.school_guide #parent_list .links li p {
	font-weight: bold;
	border-bottom: none;
	color: #1f8acc;
}

#map iframe {
	width: 100%;
	height: 500px;
}

/* 20210706_TANAKA */

#d_news #attention_news {
	background-color: #f5e813;
	padding: 20px;
	display: flex;
	align-items: center;
}

#d_news #attention_news h3 {
	color: #000;
	width: 150px;
	font-size: 1em;
	margin: 0 20px 0 0;
	padding-left: 40px;
	position: relative;
	text-align: left;
}

#d_news #attention_news h3::before {
	background: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #000000 transparent;
}

#d_news #attention_news h3::after {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%) translateY(3px);
	content: "!";
	font-size: 90%;
	display: block;
	text-align: center;
	color: #fff;
}

#d_news #attention_news p {
	width: calc(100% - 220px);
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

#main #d_news #attention_news p a {
	color: #333;
	text-decoration: underline;
}

#main #d_news #attention_news p a:hover {
	text-decoration: none;
}

#main #d_news #attention_news p a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #007bff;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #s_Nav li a span {
		transform: rotate(-90deg) translateY(4px) translateX(-5px);
		padding-bottom: 0;
	}
	/* IE11 */
}

@media print {
	#s_Nav {
		display: none;
	}
}

/* 20211025_KONDO --- Interview */

#main_contents.interview {
	width: 100%;
	float: none;
	padding: 0 1rem 10rem;
	box-sizing: border-box;
}

.top-img-interview {
	height: 400px;
}

.top-img-interview>img {
	width: 100%;
	height: 100%;
}

.title-text {
	font-size: 2rem;
	text-align: center;
	margin: 0 auto;
	padding: 5rem 0;
	font-weight: 600;
}

.title-text>span {
	font-size: 1.3rem;
	display: block;
	color: #f9808f;
}

.interview-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.interview-grid li {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	transition: all ease .33s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 0.5rem;
}

.interview-grid.box01 {
	width: 33.3333%;
	max-width: 33.3333%;
}

.interview-grid.box02 {
	width: 66.6666%;
	max-width: 66.6666%;
}

.interview-grid.box03 {
	width: 100%;
	max-width: 100%;
	flex-wrap: nowrap;
}

.interview-grid.box03>.item {
	width: 33.3333%;
	max-width: 33.3333%;
}

.grid-area {
	width: 50%;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.flow-left>.interview-grid.box01 {
	order: 0;
}

.flow-left>.interview-grid.box02 {
	order: 1;
}

.flow-left>.interview-grid.box03 {
	order: 2;
}

.flow-right>.interview-grid.box01 {
	order: 2;
}

.flow-right>.interview-grid.box02 {
	order: 1;
}

.flow-right>.interview-grid.box03 {
	order: 0;
}

.interview-grid li:hover img {
	opacity: 0.7;
}

.interview-grid li::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.interview-grid li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: all ease .33s;
	vertical-align: bottom;
	filter: brightness(1.08);
}

.interview-grid li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.filter-area {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 2rem;
}

.filter-area>.js-filter-options {
	width: 100%;
	display: block;
	background: #fff;
	color: #1f8acc;
	border: 1px solid #1f8acc;
	box-sizing: border-box;
	font-size: 1rem;
	height: 60px;
	margin: 0 0.5rem 0 0;
	transition: all ease .25s;
	cursor: pointer;
}

.filter-area>.js-filter-options:last-child {
	margin: 0;
}

.filter-area>.js-filter-options>em {
	font-size: 0.7rem;
	display: block;
	pointer-events: none;
}

.js-filter-options.active {
	background: #1f8acc !important;
	color: #fff !important;
}

.smenu-interview {
	display: none;
}
