<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #404040;
	font-family:"貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic",Helvetica,Verdana,Arial,'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','繝｡繧､繝ｪ繧ｪ','�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け',sans-serif !important;
	/*繝輔ャ繧ｿ繝ｼ繧剃ｸ矩Κ縺ｫ蝗ｺ螳�*/
	display: flex;
	flex-direction: column;
	/*min-height: 100vh;*/
	font-size:14pt;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

_:-ms-lang(x)::-ms-backdrop, body {
	font-family: "繝｡繧､繝ｪ繧ｪ",serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.font_bold {
	font-weight: bold;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #404040;
}

a:hover {
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
	color: #0E6C42;
}

input, button, textarea {
	background: none;
	border: 0.5px solid #c0c0c0;
	border-radius: 8px;
	padding: 5px;
}

select {
	display: inline-block;
	font: inherit;
	padding: 0.5em 3.5em 0.5em 1em;

	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:
		linear-gradient(45deg, transparent 50%, #606060 50%),
		linear-gradient(135deg, #606060 50%, transparent 50%),
		linear-gradient(to right, #c0c0c0, #c0c0c0);
	background-position:
		calc(100% - 20px) calc(1em + 0px),
		calc(100% - 15px) calc(1em + 0px),
		calc(100% - 2.5em) 0.3em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

select:-moz-focusring {
	color: transparent;
}

select:hover {
	cursor: pointer;
}

.search {
	border:none;
	width: 35px;
	vertical-align: middle;
}

.search:hover {
	border: none;
	opacity: 0.8;
	transform: 0.2s;
}

/*header*/
.section_header {
	padding-top: 5px;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 99999;
	border-bottom: 0.5px solid #ccc;
	width: 100%;
}

.header_global_nav {
	display: inline-block;
	width: 71%;
	text-align: right;
	margin-left: auto;
}

.log_header_nav {
	display: inline-block;
	width: 68%;
	text-align: right;
	margin-top: 0 !important;
	margin-left: 15px;
}

.header_global_nav_ul li {
	display: inline-block;
	padding: 0px 5px;
	font-size: 10pt;
	padding-right: 5px;
}

.header_global_nav_ul li:last-child {
	padding-right: 0;
}

.header_global_nav_ul li:nth-child(n + 2) {
	border-left: 0.5px solid #c0c0c0;
}

.header_logo_h1 {
	width: 15%;
	display: inline-block;
	font-size: 10pt;
	vertical-align: middle;
}

.header_uni_logo {
	width: 12%;
}

.header_logo_h1 a {
	display: block;
}

.border_left_none {
	border-left: none !important;
}

i.header_md {
	display: none;
}

.member_pa {
	padding-right: 1px !important;
}

/*繝｡繝九Η繝ｼ繧ｫ繝ｬ繝ｳ繝郁｡ｨ遉ｺ*/
.header_global_nav_ul .current-menu-item a {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
}

.header_global_nav_ul .current-page-ancestor a {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
}

.header_global_nav_ul .current_page_parent a {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
}

.header_logo_img {
	width: auto;
	height: 40px;
	vertical-align: middle;
}

.header_logo_img:hover {
	opacity: 0.8;
}

.sm_header_logo_img {
	display: none;
}

.loggedin_header {
	display: none;
}

.header_global_nav_ul a {
	color: #404040;
	padding-bottom: 2px;
	border-bottom: 0.5px solid #fff;
}

.header_global_nav_ul a:hover {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
	transition: 0.2s;
}

.header_global_nav_ul a.current {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
}

.header_menu_arrow {
	display: none;
}

.menu_toggle_parent {
	display: none;
}

.log_header_ul {
	width: 100%;
	text-align: left;
	margin-left: auto;
}

.log_header_ul li:nth-last-child(2) {
	margin-top: 15px;
}

.header_middle {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}

/*fotoer*/
footer {
	border-top: 0.5px solid #c0c0c0;
	margin-top: auto;
	min-height: 1px;
}

.footer_global_nav_ul a {
	color: #404040;
	border-bottom: 0.5px solid #fff;
}

.footer_global_nav_ul a:hover {
	color: #0E6C42;
	border-bottom: 0.5px solid #0E6C42;
	transition: 0.2s;
}

.footer_global_nav_ul li {
	padding-left: 10px;
	padding-right: 5px;
	display: inline-block;
}

.footer_global_nav_ul li:nth-child(n + 2) {
	border-left: 0.5px solid #404040;
}

.footer_logo_img {
	width: 40%;
}

.footer_logo_img:hover {
	opacity: 0.8;
}

.footer_uni_logo img {
	height: 95px;
	width: auto !important;
}

/*繧ｳ繝斐�繝ｩ繧､繝�*/
.copyright {
	background-color: #0E6C42;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10pt;
}

/*繝医ャ繝励�繝ｼ繧ｸ繧ｹ繝ｩ繧､繝繝ｼ*/
.top_slider{
	opacity: 0;
	transition: opacity .3s linear;
}

.slider_bg_size {
	background-size: cover;
	height: 90vh !important;
}

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

.top_slider img {
	object-fit: cover;
}

.slider_re {
	position: relative;
	/*height: 100%;*/
}

.slider_ab_center {
	padding: 50px 30px;
}

.slider_info_position {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.slider_info_h {
	height: 100%;
}

.slider_info_center {
	width: 45%;
	display: flex;
	align-items: center;
	height: 100%;
}

.slider_info_bg {
	background-color: rgba( 255, 255, 255, 0.0 );
	width: 100%;
}

.top_logo_txt_link{
	background-color: rgba( 255, 255, 255, 0.8 );
}

.pattern {
	background:url(../img/bg_rep.png) repeat;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.top_logo_txt_link {
	border-left: 3px solid #0E6C42;
	padding: 20px 15px 20px 15px;
}

.top_logo_txt_link a {
	border: 0.5px solid #0E6C42;
	padding: 10px 30px;
	color: #0E6C42;
}

.top_logo_txt_link a:hover {
	color: #fff;
	background-color: #0E6C42;
	transition: 0.3s;
}

.top_scroll {
	margin-left: 15px;
}

.top_logo_img {
	margin-bottom: 100px;
}

.top_pagemenu_mask_re {
	position: relative;
	margin-bottom: 30px;
}

.top_pagemenu_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0E6C42;
	opacity: 0.8;
}

.top_pagemenu_ab {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	font-weight: bold;
}

.top_pagemenu_mask_re:hover {
	opacity: 0.8;
	transition: 0.2s;
}

/*繝医ャ繝励�繝ｼ繧ｸ蜷�ち繧､繝医Ν驛ｨ蛻��騾�*/
.top_page_title_parent {
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 2px solid #0E6C42;
	position: relative;
	width: 100%;
}

.top_page_title_ab {
	position: absolute;
	font-size: 25pt;
	color: #0E6C42;
	opacity: 0.2;
	top: 20px;
	left: 6%;
	z-index: -1;
}

/*繝医ャ繝励�繝ｼ繧ｸ繧ｹ繝ｭ繝ｼ繧ｬ繝ｳ*/
.top_slogan_title {
	_color: #0E6C42;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0E6C42;
}

.top_slogan_parent {
	text-align: center;
}

/*繝医ャ繝励�繝ｼ繧ｸ譖ｴ譁ｰ諠��ｱ*/
.top_category {
	padding: 5px 0 2px 0;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	width: 105px;
	text-align: center;
}

.top_info_parent {
	width: 98%;
}

.top_info_parent li {
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0.5px dotted #ccc;
	display: flex;
	justify-content: space-between;
}

.top_info_link {
	color: #0E6C42;
	margin-top: 5px;
}

.top_info_link:hover {
	color: #0E6C42;
	opacity: 0.7;
	transition: 0.2s;
}

/*繝医ャ繝励�繝ｼ繧ｸ遐皮ｩｶ蜀�ｮｹ*/
.top_theme_parent {
	border: 0.5px solid #c0c0c0;
	padding: 15px;
	position: relative;
}

.top_theme_parent i {
	color: #0E6C42;
}

.top_theme_title {
	border-bottom: 0.5px dotted #c0c0c0;
	text-indent: -0.6em;
	padding-left: 20px;
}

.top_theme_txt_number {
	position: absolute;
	color: #404040;
	opacity: 0.2;
	font-size: 36pt;
	bottom: 10px;
	left: 15px;
	z-index: -1;
}

.top_pagemenu_bg {
	background-size: cover;
}

.bg_color {
	background-color: rgba(14,108,66,0.85);
	color: #fff;
	font-weight: bold;
}

.bg_color:hover {
	color: #fff;
	opacity: 0.9;
	transition: 0.2s;
}


/*蜷��繝ｼ繧ｸ繧ｿ繧､繝医Ν*/
.page_title {
	color: #0E6C42;
	font-weight: bold;
}

.color_h {
	color: #0E6C42;
}

/*鬮俶搗遐皮ｩｶ螳､縺ｫ縺､縺�※*/
.plofile_parent_re {
	border :0.5px solid #c0c0c0;
	padding: 30px;
	position: relative;
	margin-left: 5%;
}

.profile_img_parent {
	position: absolute;
	z-index: 10;
	margin-top: -20px;
}

img.profile_img {
	max-width: 85%;
}

.profile_info_parent {
	margin-left: 15%;
}

.about_profile_name {
	border-bottom: 0.5px solid #404040;
	font-weight: bold;
}

.profile_title_ab {
	position: absolute;
	top: -20px;
	right: 15px;
}

.profile_title_ab i {
	color: #0E6C42;
}

.profile_title_sub_ab {
	position: absolute;
	top: 15px;
	right: 30px;
	color: #0E6C42;
	opacity: 0.2;
	z-index: -1;
}

.about_float {
	overflow:hidden;
	border-bottom: 0.5px solid #c0c0c0;
}

.about_profile_info_l {
	float: left;
	width: 30%;
	margin-top: 2px;
}

.about_profile_info_r {
	float: right;
	width: 70%;
}

.about_study_li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}

.about_edu_title {
	width: 25%;
}

.about_edu_list {
	width: 60%;
}

.about_education_image_flex {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: -15px;
}

.about_education_image {
	width: 75%;
	margin-bottom: 15px;
}

.about_education_parent {
	position: relative;
}

.about_education_h3 {
	position: relative;
	top: 10px;
	right: 30px;
	z-index: 100;
}

.about_education_h3 .about_title_ab {
	top: 35px;
	right: 0;
}

.about_education {
	padding: 30px;
	padding-left: 20%;
	border: 0.5px solid #c0c0c0;
}

.about_education_left {
	float: left;
}

.about_education_right {
	float: right;
}

.about_title_re {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 0.5px solid #c0c0c0;
}

.about_title_ab {
	position: absolute;
	right: 0;
	color: #0E6C42;
	opacity: 0.2;
	font-weight: normal;
}

.about_book_ul {
	border-bottom: 0.5px solid #c0c0c0;
}

.about_book_ul li {
	margin-left: 2.5em;
}

.about_society_link_co {
	color: #0E6C42;
	font-weight: bold;
}

.about_society_link_co:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.about_book_ul li {
	margin-bottom: 10px;
}

.about_book_ul li:last-child {
	margin-bottom: 0;
}

.about_paper_title_br {
	display: block;
	margin-left: 1em;
}

.about_paper_border {
	border-bottom: 0.5px solid #c0c0c0;
	padding-bottom: 10px;
}

.about_paper_border:last-child {
	border-bottom: none;
}

.job_people::after {
	content: "縲�";
}

.job_people:last-child::after {
	content: "";
}

.ad_job_parent {
	display: flex;
	align-items: baseline;
	justify-content:space-between;
	border-bottom: 0.5px dotted #c0c0c0;
}

/*蜷��繝ｼ繧ｸ繧ｿ繧､繝医Ν*/
.about_page_title_ab {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 48pt;
	position: relative;
	z-index: 10;
	color: rgba( 0, 0, 0, 0.5);
	background-position: center center;
	background-size: cover;
}

.about_page_title_mask {
	position: absolute;
	z-index: -1;
	background-color: #fff;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*svg繧｢繧､繧ｳ繝ｳ*/
.svg_icon {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.svg_title {
	width: 35px;
	height: auto;
	margin-right: 10px;
}

.svg_icon path {
	fill: #0E6C42;
	stroke: #0E6C42;
}

.theme_svg {
	margin-right: 5px;
	width: 23px;
	vertical-align: sub;
}

_:-ms-lang(x)::-ms-backdrop, .theme_svg {
	height: 25px;
}

_:-ms-lang(x)::-ms-backdrop, .theme_de_pa {
	font-size: 14pt !important;
}

/*遐皮ｩｶ繝��繝槭�螳溽ｸｾ*/
.title_border {
	border-bottom: 0.5px solid #404040;
	padding-bottom: 10px;
}

.title_border_re {
	position: relative;
}

.title_border_ab {
	position: absolute;
	top: 15px;
	font-size: 30pt;
	right: 0;
	color: #0E6C42;
	opacity: 0.2;
}

.theme_de_border_parent {
	border: 0.5px solid #c0c0c0;
	padding: 10px;
	position: relative;
}

.theme_de_border {
	padding-bottom: 15px;
	border-bottom: 0.5px solid #ccc;
	text-indent: -0.6em;
	padding-left: 20px;
}

.theme_de_link {
	display: block;
	padding-top: 10px;
}

.theme_de_ab {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #0E6C42;
	opacity: 0.2;
	z-index: -1;
}

.theme_de_pa {
	padding-left: 10px;
}

.theme_de_co {
	color: #0E6C42;
	padding-top: 10px;
	display: inline-block;
	margin-left: 1.7em;
	font-weight: bold;
}

.use_mi_border {
	border-bottom: 0.5px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.use_number {
	display: inline-block;
}

.use_number::after {
	content: "縲�";
	color: #404040;
	font-size: 14pt;
}

.use_number:last-child::after {
	content: "";
	color: #404040;
	font-size: 14pt;
}

/*遐皮ｩｶ繝��繝槭�螳溽ｸｾ隧ｳ邏ｰ*/
.theme_details_border {
	border: 0.5px solid #c0c0c0;
	padding: 15px;
}

.theme_details_border i {
	color: #0E6C42;
}

.theme_details_border a {
	color: #0E6C42;
}

.theme_details_border a:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.theme_de_p {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.theme_de_none {
	display: block;
	text-align: right;
	margin-top: 15px;
}

.ul_front {
	text-indent: -0.5em;
}

.li_front {
	margin-left: 0.5em;
}

.theme_title_pa {
	padding-left: 2.7em;
	text-indent: -0.6em;
}

.oral_pa_left {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.oral_pre_after::after {
	content: "縲�";
	color: #404040;
	font-size: 14pt;
}

.oral_pre_after:last-child::after {
	content: "";
	color: #404040;
	font-size: 14pt;
}

.th_st_select {
	border-radius: 0;
}

.seminar_stw::after {
	content: "縲�";
}

.seminar_stw:last-child::after {
	content: "";
}

/*謇螻槫ｭｦ逕�*/
.students_parent {
	position: relative;
	color: #fff;
	background:linear-gradient(90deg,#0E6C42 0%,#0E6C42 50%,#fff 50%,#fff 100%);
	z-index: 10;
	height: 280px;
}

.students_col {
	margin-bottom: 100px;
}

.students_link {
	display: block;
}

.students_link:hover {
	color: #fff;
	opacity: 0.8;
	transition: 0.3s;
}

.student_mainimg {
	width: 80%;
	margin-top: -35px;
	position: relative;
	z-index: -1;
}

.students_ad_ab {
	position: absolute;
	bottom: -60px;
	left: 10px;
	color: #404040;
	opacity: 0.2;
	z-index: 2;
	font-size: 45pt;
}

.svg_icon.students_people path {
	fill: #fff;
	stroke: #fff;
	width: 22px;
}

.students_people {
	margin-right: 5px;
}

.use_svg {
	width: 22px;
	height: 22px;
	margin-top: -4px;
	margin-right: 5px;
}

.students_people {
	margin-bottom: 5px;
	width: 24px;
	height: 24px;
}

/*蟄ｦ逕溯ｩｳ邏ｰ*/
.select_students {

}

.students_select_link {
	color: #0E6C42;
}

.students_select_link:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.students_border {
	border-bottom: 0.5px solid #fff;
	position: relative;
	z-index: 2;
	background-image: url('../img/students_de_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.5px solid #ccc;
	border-radius: 8px;
	padding: 15px;
}

.students_border_parent {
	display: inline-block;
	padding-top: 15px;
	border-bottom: 0.5px solid #fff;
}

.students_logo_border {
	padding-bottom: 10px;
	border-bottom: 0.5px solid #0E6C42;
}

.students_logo {
	width: 70%;
}

.students_title {
	width: 30%;
	color: #0E6C42;
}

.students_content {
	width: 68%;
}

.student_image {
	margin-top: 30px;
	object-fit: cover;
}

.students_band {
	background-color: #0E6C42;
	width: 106%;
	margin-left: -15px;
	height: 30px;
}

.teacher_name {
	color: #606060;
	position: relative;
	z-index: 1;
	padding-right: 30px;
}

.stamp_ab {
	width: 35px;
	height: auto;
	position: absolute;
	z-index: -1;
	bottom: 0;
	opacity: 0.5;
	right: 0;
}

.fa-chevron-right {
	margin-right: 3px;
}

/*縺顔衍繧峨○*/
.info_img_thum {
	width: 100%;
	height: 120px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE蟇ｾ遲�*/
}

.info_ind_border {
	border: 0.5px solid #c0c0c0;
	padding: 15px;
	padding-bottom: 10px;
}

.info_ind_border:hover img {
	opacity: 0.8;
	transition: 0.2s;
}

.info_border_bottom {
	border-bottom: 0.5px solid #ccc;
	padding-bottom: 10px;
}

.info_de_link {
	color: #0E6C42;
}

.infode_border {
	border-bottom: 0.5px solid #c0c0c0;
}

/*繝悶Ο繧ｰ繧ｵ繧､繝峨ヰ繝ｼ*/
.sub_inner a {
	display: block;
}

.side_color {
	color: #0E6C42;
	text-align: center;
}

/*繝壹�繧ｸ繝阪�繧ｷ繝ｧ繝ｳ*/
.page_navigation_parent li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.pn_current {
	color: #0E6C42;
}

/*縺雁撫縺�粋繧上○繝輔か繝ｼ繝�*/
.contact p {
	display: inline-block;
	width: 30%;
	font-size: 12pt;
}

.contact_br {
	color: #e50011;
	font-weight: bold;
	display: block;
	font-size: 11pt;
}

.contact_content {
	display: block !important;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 68%;
}

.content_w .wpcf7-form-control-wrap {
	width: 100%;
}

.content_w .wpcf7-form-control-wrap textarea {
	width: 100%;
	min-height: 235px;
}

.contact select {
	width: 100%;
	height: 50px;
}

.wpcf7-form-control-wrap select {
	background-position:
		calc(100% - 20px) calc(1em + 5px),
		calc(100% - 15px) calc(1em + 5px),
		calc(100% - 2.5em);
	border: 0.5px solid #c0c0c0;
	border-radius: 8px;
}

input.wpcf7-form-control {
	width: 100%;
	height: 50px;
}

.contact_submit {
	text-align: center;
	margin-top: 30px;
}

.contact_margin_b {
	margin-bottom: 20px;
}

.contact_submit input {
	background-color: #0E6C42;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto !important;
}

.contact_submit input:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.contact_submit input {
	width: 70%;
}

/*莨壼藤蟆ら畑*/
.use_color_use {
	color: #e50011;
}

.use_color_re {
	color: #2d89ef;
}

.use_border {
	border: 0.5px solid #c0c0c0;
	padding: 15px;
}

.use_left {
	display: inline-block;
	width: 20%;
	margin-bottom: 10px;
}

.use_right {
	display: inline-block;
	width: 78%;
	margin-bottom: 10px;
}

.use_left:last-child {
	margin-bottom: 0;
}

.use_right:last-child {
	margin-bottom: 0;
}

.caution {
	color: #e50011;
	margin-left: 5px;
}

.use_title {
	font-weight: bold;
}

#pagetop {
	position: fixed;
	z-index: 5000;
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	right: 15px;
	bottom: 15px;
	border: 0.5px solid #0E6C42;
}

#pagetop:hover {
	background-color: #0E6C42;
	transition: 0.2s
}

#pagetop i {
	color: #0E6C42;
	font-size: 36px;
	margin-top: 1px;
}

#pagetop:hover i {
	color: #fff;
	transition: 0.2s;
}

/*蜊呈･ｭ逕滄ｲ霍ｯ*/
.alumni_border {
	border: 0.5px solid #0E6C42;
	padding: 10px;
}

.gr_de_border {
	padding-bottom: 10px;
	border-bottom: 0.5px solid #d7d7d7;
	text-indent: -0.6em;
}

.gr_svg {
	width:18px;
	height: 18px;
	margin-top: -5px;
	margin-right: 5px;
}

.alumni_de {
	padding-bottom: 7px;
}

.designated_de_table {
	border: 0.5px solid #d7d7d7;
	width: 100%;
}

.designated_de_table td {
	padding: 20px;
	border-right: 1px solid #e7e7e7;
}

.designated_de_table td:last-child {
	border-right: none;
}

.designated_de_table th {
	padding: 20px;
	border-right: 0.5px solid #fff;
}

.designated_de_table th:last-child {
	border-right: none;
}

.designated_de_table_top {
	background-color: #0E6C42;
	color: #fff;
	font-weight: bold;
}

.designated_de_tr:nth-child(odd) {
	background-color: #F3F8F5;
}

.designated_year_alu {
	color: #0E6C42
}

.designated_year_alu:hover {
	opacity: 0.8;
	transition: 0.2s;
}

/*險域ｸｬ蝎ｨ菴ｿ逕ｨ迥ｶ豕�*/
.designated_use {
	width: 100%;
	max-height: 80vh;
	border: 1px solid #e7e7e7;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.designated_use_title th {
	padding: 10px;
	color: #fff;
	background-color: #0E6C42;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.designated_use_title th:last-child {
	border-right: none;
}

.designated_use td {
	padding: 5px;
	border-right: 1px solid #e7e7e7;
}

.designated_use td:last-child {
	border-right: none;
}

.designated_use_tr:nth-child(odd) {
	background-color: #F3F8F5;
}

.de_use_now {
	color: #0E6C42;
	font-weight: bold;
}

.de_use_notice {
	color: #e50011;
}

.notice_de {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: normal !important;
}

.notice_de_re {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: #ff4500;
	display: inline-block;
}

.notice_de_po {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: #FF8C00;
	display: inline-block;
}

.notice_re_bg {
	color: #ff4500;
}

.notice_po_bg {
	color: #FF8C00;
}

.xs_br_notice {
	display: inline-block;
}

/*繧ｻ繝ｬ繧ｯ繝医�繝�け繧ｹ*/
select::-ms-expand {
	display: none;
}

/*豸郁怜刀繝ｪ繧ｹ繝�*/
.stock_table {
	width: 100%;
	max-height: 80vh;
	display: inline-block;
	border: 1px solid #e7e7e7;
}

.stock_table th {
	padding: 10px;
	color: #fff;
	background-color: #0E6C42;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.stock_table th:last-child {
	border-right: none;
}

.stock_table td {
	padding: 5px;
	border-right: 1px solid #e7e7e7;
}

.stock_table td:last-child {
	border-right: none;
}

.use_first {
	width: 15%;
}

.use_second {
	width: 8%;
}

.use_third {
	width: 30%;
}

.no_container{
	padding-left:15px;
	padding-right:15px;
}</pre></body></html>