@charset "utf-8";

/* ---------------- // reset ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------------- base ---------------- */

html {
height: 100%;
}

body {
height: 100%;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #333;
background: #fff;
}

table {
border-collapse: collapse;
font-family: inherit;
}

h1,h2,h3,h4,h5 {
font-size:100%;
font-weight:bold;
}

input,textarea,select {
font-family: inherit;
}

textarea {
resize: none;
}

th,td {
border-collapse: collapse;
}

ul,ol {
list-style-type: none;
}

img {
	vertical-align: text-bottom;
}

/* ---------------- link ---------------- */

a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }

/* ---------------- float ---------------- */

.floatright{
float: right;
}

.floatleft {
float: left;
}

/* ---------------- clearfix ---------------- */

.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* ---------------- bold ---------------- */

.txtbold{
font-weight: bold;
}

.txtunderline {
	text-decoration: underline;
}

/* ---------------- align ---------------- */

.alignleft {
text-align: left;
}

.alignright {
text-align: right;
}

.aligncenter {
text-align: center;
}

/* ---------------- reset // ---------------- */

/* ---------------- // adjustment ---------------- */

/* ---------------- font ---------------- */

.font10 {
    font-size: 77%;
}
.font11 {
	font-size: 85%;
}
.font12 {
	font-size: 93%;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 116%;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 131%;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 146.5%;
}
.font20 {
	font-size: 153.9%;
}
.font22 {
	font-size: 22px;
}

/* ---------------- margin ---------------- */

/*top*/
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}

/*bottom*/
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}


/* ---------------- adjustment // ---------------- */

/* -------------------------------------------------------
side_bar_wrap
------------------------------------------------------- */

.side_bar_wrap {
	width: 240px;
	height: 100%;
	background: url(../images/sidebar_bg.jpg) repeat-y left top;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

/* -------------------------------------------------------
header
------------------------------------------------------- */

header {
	width: 240px;
	height: 250px;
	padding: 31px 0 0 0;
	text-align: center;
}

header img {
	padding: 0 0 7px;
}

header img.logo {
	-moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear; 
    transition: transform 1s linear;
}

header img.logo:hover {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.sp_logo {
	display: none;
}

.header_logo {
	text-align: center;
}

/* -------------------------------------------------------
nav
------------------------------------------------------- */

.sp_nav_btn,.sp_nav {
	display: none;
}

nav {
	position: relative;
	z-index: 9999;
	float: left;
}

.nav_list li {
	border-bottom: solid #888 1px;
}

.nav_list li:hover {
}

.nav_list li:first-child {
	border-top: solid #888 1px;
	border-bottom: solid #888 1px;
}

.nav_list li a {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
}

.nav_list1_stay {
	background: #bebebe;
}

.nav_list1_stay span {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/nav/home_on.png) left center no-repeat;
}

.nav_list2_stay {
	background: #bebebe;
}

.nav_list2_stay span {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/nav/news_topics_on.png) left center no-repeat;
}

.nav_list1 a {
	background: url(../images/nav/home_off.png) left center no-repeat;
}

.nav_list2 a {
	background: url(../images/nav/news_topics_off.png) left center no-repeat;
}

.nav_list3 {
	position: relative;
}

.nav_list3_stay {
	background: #bebebe;
	position: relative;
}

.nav_list3 span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/about_off.png) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.nav_list3_stay span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/about_off.png) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.nav_list4 a {
	background: url(../images/nav/student_off.png) left center no-repeat;
}

.nav_list4 a:hover {
	background: url(../images/nav/student_on.png) left center no-repeat;
}

.nav_list4_stay {
	background: #bebebe;
	position: relative;
}

.nav_list4_stay span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/student_on.png) left center no-repeat;
	text-indent: -9999px;
}

/*.nav_list4 {
	position: relative;
}

.nav_list4 span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/student_off.png) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}*/

.nav_list5 {
	position: relative;
}

.nav_list5_stay {
	background: #bebebe;
	position: relative;
}

.nav_list5 span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/recruit_off.png) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.nav_list5_stay span {
	width: 240px;
	height: 66px;
	display: block;
	background: url(../images/nav/recruit_on.png) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.nav_list6_stay {
	background: #bebebe;
}

.nav_list6_stay span {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/nav/seminar_on.png) left center no-repeat;
}

.nav_list6 a {
	background: url(../images/nav/seminar_off.png) left center no-repeat;
}

.nav_list7_stay {
	background: #bebebe;
}

.nav_list7_stay span {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/nav/journal_on.png) left center no-repeat;
}

.nav_list7 a {
	background: url(../images/nav/journal_off.png) left center no-repeat;
}

.nav_list1 a:hover {
	background: url(../images/nav/home_on.png) left center no-repeat;
}

.nav_list2 a:hover {
	background: url(../images/nav/news_topics_on.png) left center no-repeat;
}

.nav_list3 span:hover {
	background: url(../images/nav/about_on.png) left center no-repeat;
}

/*.nav_list4 span:hover {
	background: url(../images/nav/student_on.png) left center no-repeat;
}*/

.nav_list5 span:hover {
	background: url(../images/nav/recruit_on.png) left center no-repeat;
}

.nav_list6 a:hover {
	background: url(../images/nav/seminar_on.png) left center no-repeat;
}

.nav_list7 a:hover {
	background: url(../images/nav/journal_on.png) left center no-repeat;
}

.nav_list li span.open {
	background: url(../images/nav/about_on.png) left center no-repeat;
}

.nav_list li span.open2 {
	background: url(../images/nav/student_on.png) left center no-repeat;
}

.nav_list li span.open3 {
	background: url(../images/nav/recruit_on.png) left center no-repeat;
}

.nav_sublist_about {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -416px;
	left: 240px;
	padding: 415px 0 150% 0;
	cursor: default;
	display: none;
}

.nav_sublist_about li {
	background: #838383;
	border-bottom: solid #666 1px;
}

.nav_sublist_about li:first-child {
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
}

.nav_sublist_about li a {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
}

.nav_sublist_about1 a {
	background: url(../images/nav/greeting_off.png) left center no-repeat;
}

.nav_sublist_about2 a {
	background: url(../images/nav/project_off.png) left center no-repeat;
}

.nav_sublist_about3 a {
	background: url(../images/nav/publication_off.png) left center no-repeat;
}

.nav_sublist_about4 a {
	background: url(../images/nav/member_off.png) left center no-repeat;
}

.nav_sublist_about1 a:hover {
	background: url(../images/nav/greeting_on.png) left center no-repeat;
}

.nav_sublist_about2 a:hover {
	background: url(../images/nav/project_on.png) left center no-repeat;
}

.nav_sublist_about3 a:hover {
	background: url(../images/nav/publication_on.png) left center no-repeat;
}

.nav_sublist_about4 a:hover {
	background: url(../images/nav/member_on.png) left center no-repeat;
}

.nav_sublist_student {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -616px;
	left: 240px;
	padding: 615px 0 180% 0;
	cursor: default;
	display: none;
}

.nav_sublist_student li {
	background: #838383;
	border-bottom: solid #666 1px;
}

.nav_sublist_student li:first-child {
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
}

.nav_sublist_student li a {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
}

.nav_sublist_student1 a {
	background: url(../images/nav/student_nav1_off.png) left center no-repeat;
}

.nav_sublist_student2 a {
	background: url(../images/nav/student_nav2_off.png) left center no-repeat;
}

.nav_sublist_student1 a:hover {
	background: url(../images/nav/student_nav1_on.png) left center no-repeat;
}

.nav_sublist_student2 a:hover {
	background: url(../images/nav/student_nav2_on.png) left center no-repeat;
}

.nav_sublist_recruit {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -616px;
	left: 240px;
	padding: 615px 0 180% 0;
	cursor: default;
	display: none;
}

.nav_sublist_recruit li {
	background: #838383;
	border-bottom: solid #666 1px;
}

.nav_sublist_recruit li:first-child {
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
}

.nav_sublist_recruit li a {
	display: block;
	width: 240px;
	height: 66px;
	text-indent: -9999px;
}

.nav_sublist_recruit1 a {
	background: url(../images/nav/recurit_nav1_off.png) left center no-repeat;
}

.nav_sublist_recruit2 a {
	background: url(../images/nav/recurit_nav2_off.png) left center no-repeat;
}

.nav_sublist_recruit3 a {
	background: url(../images/nav/recurit_nav3_off.png) left center no-repeat;
}

.nav_sublist_recruit1 a:hover {
	background: url(../images/nav/recurit_nav1_on.png) left center no-repeat;
}

.nav_sublist_recruit2 a:hover {
	background: url(../images/nav/recurit_nav2_on.png) left center no-repeat;
}

.nav_sublist_recruit3 a:hover {
	background: url(../images/nav/recurit_nav3_on.png) left center no-repeat;
}

.close,.close2,.close3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

.sp_nav_btn {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.browser {
	padding: 15px 0 0 10px;
	font-size: 14px;
}

/* -------------------------------------------------------
contents
------------------------------------------------------- */

.contents {
	position: relative;
	margin: 0 0 0 239px;
}

.icon_area {
	background: url(../images/bg_dot3.png);
	height: 76px;
}

.icon_area ul {
	float: right;
}

.icon_area ul li {
	background: #717071;
	float: left;
	text-indent: -9999px;
}

.icon_area ul li a {
	display: block;
	width: 80px;
	height: 76px;
}

.icon1 a {
	background: url(../images/icon.png) 0 0 no-repeat;
}

.icon2 a {
	background: url(../images/icon.png) -80px 0 no-repeat;
}

.icon3 a {
	background: url(../images/icon.png) -160px 0 no-repeat;
}

.icon4 a {
	background: url(../images/icon.png) -240px 0 no-repeat;
}

.icon5 a {
	background: url(../images/icon.png) -320px 0 no-repeat;
}

.icon1:hover {
	background: #595959;
}

.icon2:hover {
	background: #595959;
}

.icon3:hover {
	background: #595959;
}

.icon4:hover {
	background: #595959;
}

.icon5:hover {
	background: #595959;
}

.page_headline {
	padding: 36px 55px;
	background: url(../images/page_headline_bg.png);
}

.page_headline h1 {
	float: left;
}

.page_headline p {
	float: right;
}

.headline_bb {
	height: 8px;
	background: #00cc33;
}

.welcome_box h2 {
	padding: 20px 0;
	text-align: center;
	font-size: 26px;
}

.welcome_box p {
	padding: 0 20px;
	font-size: 17px;
}

.bridge_title {
	height: 138px;
	padding: 35px 0 0 0;
	background: #00cc33;
	color: #fff;
	clear: both;
}

.bridge_title h3 {
	font-weight: bold;
	font-size: 54px;
	text-align: center;
}

.bridge_title p {
	font-size: 20px;
	text-align: center;
}

/* -------------------------------------------------------
back-top
------------------------------------------------------- */

.back-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
}
.back-top a {
	width: 74px;
	display: block;
}
.back-top span {
	width: 74px;
	height: 74px;
	display: block;
	margin-bottom: 0;
	background: url(../images/page_top.png) no-repeat center center;
}

/* -------------------------------------------------------
footer
------------------------------------------------------- */

footer {
	margin: 0;
	padding: 30px;
	background: #000;
	color: #fff;
}

.footer_area {
	width: 960px;
	margin: 0 auto;
}

.footer_area h4 {
	font-size: 28px;
	font-weight: bold;
	float: left;
}

.sitemap_area {
	float: left;
	clear: both;
}

.sitemap {
	margin: 0 30px 0 0;
	float: left;
}

.sitemap a {
	color: #fff;
}

.sitemap a:hover {
	text-decoration: underline;
}

.sitemap_sub {
	background: url(../images/news_arrow.png) no-repeat 10px 5px;
	padding: 0 0 0 25px;
}


.sitemap_area address {
	padding: 20px 0;
	clear: both;
	font-size: 14px;
}

.footer_logo {
	margin: -35px 0 0 0;
	float: right;
}

/*.jpn_footer a {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: #3e3a39;
	color: #595757;
	text-align: center;
	font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}*/

.en_footer a {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #3e3a39;
	color: #595757;
	text-align: center;
	font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.en_footer a:hover {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #595757;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.stay {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #595757;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

small {
	display: block;
	text-align: center;
}

.sub_page_contents {
	padding: 0 0 0 240px;
}

/* -------------------------------------------------------
subpage_headline
------------------------------------------------------- */

.subpage_headline {
	padding: 0 0 44px;
	background: #00cc33;
}

.subpage_headline h1 {
	padding: 24px 0 0 55px;
	float: left;
}

.subpage_headline p {
	padding: 39px 52px 0 0;
	float: right;
}

.headimg_wrap {
}

.news_headimg {
	width: 100%;
	position: relative;
	background: url(../images/news_head_img.jpg) no-repeat;
}

.news_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.news_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.about_headimg {
	width: 100%;
	position: relative;
	background: url(../images/about_title_img1.jpg) no-repeat;
}

.about_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.about_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.about_headimg2 {
	width: 100%;
	position: relative;
	background: url(../images/about_title_img2.jpg) no-repeat;
}

.about_headimgBg2 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.about_headimgBg2:before {
  content:"";
  display: block;
  padding-top:16%;
}

.about_headimg3 {
	width: 100%;
	position: relative;
	background: url(../images/about_title_img3.jpg) no-repeat;
}

.about_headimgBg3 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.about_headimgBg3:before {
  content:"";
  display: block;
  padding-top:16%;
}

.about_headimg4 {
	width: 100%;
	position: relative;
	background: url(../images/about_title_img4.jpg) no-repeat;
}

.about_headimgBg4 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.about_headimgBg4:before {
  content:"";
  display: block;
  padding-top:16%;
}

.about_headimgBg5 {
	background-color: #000000;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.student_headimg {
	width: 100%;
	position: relative;
	background: url(../images/student_head_img.jpg) no-repeat;
}

.student_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.student_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.student_headimg2 {
	width: 100%;
	position: relative;
	background: url(../images/student_title_img1.jpg) no-repeat;
}

.student_headimgBg2 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.student_headimgBg2:before {
  content:"";
  display: block;
  padding-top:16%;
}

.recruit_headimg {
	width: 100%;
	position: relative;
	background: url(../images/recruit_head_img1.jpg) no-repeat;
}

.recruit_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.recruit_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.recruit_headimg2 {
	width: 100%;
	position: relative;
	background: url(../images/recruit_title_img1.jpg) no-repeat;
}

.recruit_headimgBg2 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.recruit_headimgBg2:before {
  content:"";
  display: block;
  padding-top:16%;
}

.recruit_headimg3 {
	width: 100%;
	position: relative;
	background: url(../images/recruit_title_img2.jpg) no-repeat;
}

.recruit_headimgBg3 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.recruit_headimgBg3:before {
  content:"";
  display: block;
  padding-top:16%;
}

.seminar_headimg {
	width: 100%;
	position: relative;
	background: url(../images/seminar_head_img.jpg) no-repeat;
}

.seminar_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.seminar_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.access_headimg {
	width: 100%;
	position: relative;
	background: url(../images/access_head_img.jpg) no-repeat;
}

.access_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.access_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.access_headimg2 {
	width: 100%;
	position: relative;
	background: url(../images/access_title_img1.jpg) no-repeat;
}

.access_headimgBg2 {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.access_headimgBg2:before {
  content:"";
  display: block;
  padding-top:16%;
}

.link_headimg {
	width: 100%;
	position: relative;
	background: url(../images/link_head_img.jpg) no-repeat;
}

.link_headimg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.link_headimg:before {
  content:"";
  display: block;
  padding-top:15%;
}

.journal_headimg {
	width: 100%;
	position: relative;
	background: url(../images/journal_head_img.jpg) no-repeat;
}

.journal_headimgBg {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.journal_headimgBg:before {
  content:"";
  display: block;
  padding-top:16%;
}

.subpage_title_news {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_about {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg1.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_about2 {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_about3 {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg3.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_about4 {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg1.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_student {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg1.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_student2 {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_recruit {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg1.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_recruit2 {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_recruit3 {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg3.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_seminar {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg3.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_access {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg1.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_access2 {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subpage_title_link {
	width: 306px;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 20%;
	background: url(../images/news_topics_bg2.png);
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------------------------------------------
subcontent_box
------------------------------------------------------- */

.subcontent_box {
	width: 960px;
	margin: 0 auto;
	padding: 93px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------------------------------------------
News & topics
------------------------------------------------------- */

.purpleh2 {
    font-size: 28px;
    color: #990066;
    margin: 0px 0 25px;
}

.news_box {
	padding: 0 0 50px;
}

.news_box a:hover {
	color: #990066;
}

.news_title_purple {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid #990066 10px;
}

.news_title_blue {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid #0099ff 10px;
}

.news_title_orange {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid #f29600 10px;
}

.news_date2 {
	padding: 0 0 0 25px;
	background: url(../images/time3.png) no-repeat left 3px;
	color: #9e9e9f;
	clear: both;
}

.subcontent_box h3 {
	float: left;
	margin: 0 0 5px;
	border-bottom: solid #9e9e9f 1px;
	font-size: 24px;
}

.selection {
	display: none;
}

#page-1 {
	display: block;
}

.news_txt1 {
	font-weight: bold;
	font-size: 20px;
}

.news_txt_box p {
	margin: 0 0 20px;
}

.news-img1{
	float: left;
	width: 47%;
}

.news-img2{
	float: left;
	width: 47%;
	margin: 0 0 0 6%;
}

.news_txt_box ul li {
	float: left;
	width: 47%;
	margin: 0 6% 6% 0;
}

.news_txt_box ul li:nth-child(2n) {
	margin: 0 0 6%;
}

.hide{
	display:none;
}

/* -------------------------------------------------------
about
------------------------------------------------------- */

.nav_list3_stay .stay_about {
	background: url(../images/nav/about_on.png) left center no-repeat;
}

.page_nav_wrap {
	float: left;
}

.page_nav {
	padding: 15px 0 0 55px;
	font-size: 19px;
	clear: both;
}

.page_nav li {
	margin: 0 0 0 46px;
	border-bottom: solid #fff 1px;
	float: left;
}

.page_nav li:first-child {
	margin: 0;
}

.page_nav li a {
	color: #fff;
}

.page_nav.news_page {
	padding: 15px 0 0 55px;
	font-size: 19px;
	width: 626px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 46px;
}

.page_nav.news_page li {
	margin: 0;
	border-bottom: solid #fff 1px;
	float: left;
}

.page_nav2 {
	padding: 15px 0 0 55px;
	font-size: 19px;
	clear: both;
}

.page_nav2 li {
	padding: 0 0 0 10px;
	border-bottom: solid #fff 1px;
	text-align: center;
}

.page_nav2 li:first-child {
	margin: 0;
}

.page_nav2 li a {
	color: #fff;
}

.purpleh4 {
	font-size: 28px;
	color: #990066;
}

.whiteh4 {
	line-height: 1.2;
	font-size: 28px;
	color: #ffffff;
}

.about_box {
	margin: 20px 0 40px 0;
}

.about_box_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_img_box {
	float: right;
	padding: 0 0 0 50px;
}

.about_img_box p {
	margin: 10px 0 0 0;
}

.about_img_box2 p {
	text-align: center;
    margin-top: 10px;
}

.about_img_box3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_img_box4 {
	flex: 0 0 46.9%;
}

.blueh4 {
	font-size: 28px;
	color: #0099ff;
}

.about_mission {
	font-size: 37px;
	font-weight: 700;
	line-height: 1.5;
}

.about_box2 {
	padding: 20px 0 50px;
	background: #eeeeef;
}

.about_box2_area {
	width: 960px;
	margin: 0 auto;
}

.about_box2_area p {
	padding: 0 0 0 15px;
}


.about_box2_area section {
	padding: 20px 0;
}

.about_box3 {
	padding: 20px 0 40px 0;
}

.about_col_ttl {
	margin: 0 0 10px 0;
	color: #ffffff;
}

.about_col_txt {
	display: flex;
	color: #ffffff;
}

.about_col_img {
	margin: 0 0 0 25px;
	flex: 0 0 34%;
}

.about_col_img img {
	width: 100%;
}

.about_col_img p {
	margin: 20px 0 0;
}

.about_col_txt2 {
	color: #ffffff;
	font-size: 12px;
}
.about_list_wrap1 {
	border-top: solid #c8c9ca 1px;
	border-bottom: solid #c8c9ca 1px;
}

.about_list_wrap3 {
	border-top: solid #c8c9ca 1px;
	border-bottom: solid #c8c9ca 1px;
}

.about_list1 {
	background: url(../images/number1.gif) no-repeat;
	padding: 0 0 10px 30px;
	font-size: 19px;
}

.about_list2 {
	background: url(../images/number2.gif) no-repeat;
	padding: 0 0 10px 30px;
	font-size: 19px;
}

.about_list3 {
	background: url(../images/number3.gif) no-repeat;
	padding: 0 0 10px 30px;
	font-size: 19px;
}

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

.member_photo li {
	float: left;
	border: solid #c8c9ca 1px;
	margin: 0 0 10px 0;
	width: 32%;
}

.member_photo li:last-child {
	margin: 0 0 10px;
}

.member_photo li img {
	width: 100%;
}

.member_photo li p {
	padding: 20px 0;
	text-align: center;
}

.border_tb {
	border-top: solid #c8c9ca 1px;
	border-bottom: solid #c8c9ca 1px;
}

.member_list {
	margin: 30px 0 50px 0;
}

.member_list table {
	width: 100%;
	margin: 5px 0;
}

.member_list table tr {
	padding: 10px 0;
}

.member_list table th {
	width: 108px;
	padding: 10px 0;
	background: #3e3a39;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.member_list table td {
	padding: 0 0 0 15px;
}

.member_list table tbody tr td span {
	white-space: nowrap;
}

.tabmenu{
    width: 100%;
    margin: 10px 0 0;
    color: #fff;
}

.tab{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab li{
    background: #3e3a39;
    cursor: pointer;
	float: left;
    width: 96px;
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
}

.tab li.select{
        background: #3e3a39;
		text-decoration: underline;
		}

.hide{
    display:none;
}

.tabtxt {
	color: #000;
}

.tabtxt p {
	margin: 10px 0;
	padding: 0 10px;
}

.tabmenu2{
    width: 100%;
    margin: 10px 0 0;
    color: #fff;
}

.tab2{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab2 li{
    background: #3e3a39;
    cursor: pointer;
    float: left;
    width: 87.28px;
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
}

.tab2 li.select{
    background: #3e3a39;
    text-decoration: underline;
}

.tabtxt2 {
	color: #000;
}

.tabtxt2 p {
	margin: 10px 0;
	padding: 0 10px;
}

.publication_year {
	border-bottom: solid #111 1px;
}

.book_title {
	font-weight: bold;
	font-style: italic;
}

.pubmed_icn {
	vertical-align: sub;
}

/* スライド */
.swiper-container {
	position: relative;
	margin: 0 0 100px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.swiper-slide p {
	margin: 15px 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.swiper-container {
		margin: 0 0 50px;
	}
	.swiper-slide p {
		font-size: 16px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
}

/* -------------------------------------------------------
student
------------------------------------------------------- */

.student_img li {
	float: left;
	margin: 0 0 20px 20px;
	background: #eeeeef;
}

.student_img li:nth-child(3n+1) {
	margin: 0 0 20px;
}

.student_img li a {
	width: 306px;
	display: block;
	color: #595757;
	background: #eeeeef;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.student_img li a:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: “alpha( opacity=70 )”;
}

.student_link_wrap {
	min-height: 98px;
	padding: 20px;
	line-height: 18px;
}

.student_link_title {
	font-weight: bold;
}

.student_link_txt {
	font-size: 13px;
}

.student_link_time {
	color: #9e9e9f;
	padding: 0 0 0 15px;
	background: url(../images/time4.png) no-repeat left 3px;
	font-size: 12px;
}

.student_list {
	margin: 10px 0 30px;
}

.student_list dt {
	width: 400px;
	float: left;
	padding: 6px 0 5px;
}

.student_list dd {
	margin: 0 0 5px;
	padding: 5px 0;
	border-top: dotted #dcdcdc 1px;
}

.last_list {
	border-bottom: dotted #dcdcdc 1px;
}

.student_hr {
	border-top: dotted #dcdcdc 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.student_voice {
	margin: 30px 0;
}

.student_photo {
	float: left;
}

.student_txt {
	float: left;
	margin: 0 0 0 50px;
}

.student_cap {
	display: inline-block;
	padding: 5px 10px;
	background: #00cc33;
	color: #fff;
	font-size: 18px;
}

.student_profile {
	margin: 20px 0 0 0;
}

.student_profilebox {
	margin: 20px 0 0 0;
	padding: 20px;
	background: #eeeeef;
}

.student_profilebox dt {
	float: left;
	clear: both;
}

.student_profilebox dd {
	float: left;
	overflow: hidden
}

.student_title {
	padding: 0 0 0 10px;
	border-left: solid #0099ff 10px;
	font-size: 25px;
}

.student_txt2 {
	padding: 10px 0 10px 30px;
	display: inline-block;
	background: url(../images/student_txt_bg.jpg) repeat-x left center;
	font-size: 19px;
	color: #0099ff;
}

.student_txt2 span {
	background: #fff;
}

/* -------------------------------------------------------
recruit
------------------------------------------------------- */

.recruit_txt {
	margin: 0 0 20px;
	font-weight: bold;
}

.recruit_pdf {
	margin: 40px 0 50px;
	padding: 8px 0 10px 0;
	/*background: url(../images/pdf_icon.png) no-repeat;*/
}

.recruit_pdf a:hover {
	text-decoration: underline;
}

.subcontent_box address {
	float: left;
	font-weight: bold;
	margin: 0 0 100px;
}

.lab_name {
	font-size: 20px;
	border-bottom: solid #c8c9ca 1px;
}

.recruit_img li {
	margin: 0 0 20px 20px;
	float: left;
}

.recruit_img li:nth-child(3n+1) {
	margin: 0 0 20px;
}

.orangeh4 {
	font-size: 28px;
	color: #f29600;
}

.recruit_txt2 {
	padding: 10px 0 10px 30px;
	display: inline-block;
	background: url(../images/recruit_txt_bg.jpg) repeat-x left center;
	font-size: 19px;
	color: #f29600;
}

.recruit_txt2 span {
	background: #fff;
}

.recruit_title {
	padding: 0 0 0 10px;
	border-left: solid #f29600 10px;
	font-size: 25px;
}

/* -------------------------------------------------------
seminar
------------------------------------------------------- */

.seminar_time {
	background: #9e9e9f;
	padding: 8px;
	color: #fff;
}

.seminar_icon {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #787676;
}

.seminar_place {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	display: inline-block;
	background: #fff;
	color: #9e9e9f;
}

.seminar_box {
	margin: 0 0 20px;
}

.seminar_box table {
	width: 100%;
	padding: 10px;
}

.seminar_box table th {
	width: 100px;
	padding: 5px 10px;
	background: #595757;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.seminar_box table td {
	padding: 0 10px;
	font-size: 21px;
}

.seminar_name {
	float: left;
}

.addiction {
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.seminar_box_bb {
	border-bottom: solid #c8c9ca 1px;
}

.seminar_area {
	padding: 10px;
	background: #eeeeef;
}

.seminar_box table td.seminar_txt {
	font-size: 17px;
}

.seminar_title_txt {
	font-size: 11px;
}

/* -------------------------------------------------------
access
------------------------------------------------------- */

.subcontent_box .access_address address {
	float: left;
     font-weight: bold;
     margin: 0 0 100px;
}

.access_title {
	padding: 8px;
	background: #eeeeef;
	color: #0099ff;
	font-size: 28px;
}

.address_load {
	margin: 10px 0 0 20px;
	list-style-type: disc;
}

.access_map {
	margin: 20px 0 0 0;
	padding: 20px 30px;
	border: solid #c8c9ca 1px;
}

.google_map {
	margin: 20px 0;
}

/* -------------------------------------------------------
Link
------------------------------------------------------- */

.link_list li {
	padding: 10px 0 10px 20px;
	background: url(../images/link_list_bg.jpg) no-repeat left center;
	border-bottom: dashed #c8c9ca 1px;
}

.link_list li a:hover {
	color: #0099ff;
}

.link_list li:first-child {
	border-top: dashed #c8c9ca 1px;
}

/* -------------------------------------------------------
journal
------------------------------------------------------- */

.journal_date {
	padding: 0 0 0 25px;
	background: url(../images/time3.png) no-repeat left 3px;
	clear: both;
}

.journal_title_wrap {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid #0099ff 10px;
}

.journal_title {
	margin: 10px 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.journal_url {
	font-size: 18px;
}

.journal_url a:hover {
	text-decoration: underline;
}

.journal_txt_title {
	margin: 0 0 10px;
	border-bottom: solid #000 1px;
	font-weight: bold;
}

.journal_txt {
	margin: 0 0 20px;
	padding: 20px;
	background: #eeeeef;
}

.journal_book_title {
	font-style: italic;
}

@media only screen and (max-width: 1800px) {

.headimg_wrap {
	margin: 0 0 133px;
}

.subpage_title_news {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_student {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_about {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_about2 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_about3 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_about4 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_student {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_student2 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_recruit {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_recruit2 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_recruit3 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_seminar {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_access {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_access2 {
	width: 100%;
	top: 100%;
	left: 0%;
}

.subpage_title_link {
	width: 100%;
	top: 100%;
	left: 0%;
}

.about_headimgBg2 {
	border-top: solid #0099ff 3px;
}

.about_headimgBg3 {
	border-top: solid #f29600 3px;
}

.about_headimgBg4 {
	border-top: solid #990066 3px;
}

.student_headimgBg2 {
	border-top: solid #0099ff 3px;
}

.recruit_headimgBg2 {
	border-top: solid #0099ff 3px;
}

.recruit_headimgBg3 {
	border-top: solid #f29600 3px;
}

.access_headimgBg2 {
	border-top: solid #0099ff 3px;
}

}

@media only screen and (max-width: 1385px) {

.subpage_headline {
	padding: 30px 0;
}

.subpage_headline h1 {
	padding: 10px;
	float: none;
	text-align: center;
}

.subpage_headline p {
	margin: 10px 0 0;
	padding: 10px 0;
	float: none;
	text-align: center;
}

.about_headimgBg5 {
	background-size: contain;
}

}

@media only screen and (max-width: 1250px) {

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.page_headline h1 {
	width: 50%;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.page_headline p {
	width: 50%;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.about_box2_area {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subcontent_box {
	width: 100%;
}

.subcontent_box p {
	word-break: break-all;
}

.footer_area {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.student_img {
	width: 632px;
	margin: 0 auto;
}

.student_img li {
	float: left;
	margin: 0 0 20px 20px;
}

.student_img li:nth-child(3n+1) {
	margin: 0 0 20px 20px;
}

.student_img li:nth-child(2n+1) {
	margin: 0 0 20px;
}

.student_photo {
	float: none;
	margin: 0 0 20px;
}

.student_txt {
	float: none;
	margin: 0;
}

.student_cap {
	display: inline-block;
	padding: 5px 10px;
	background: #00cc33;
	color: #fff;
	font-size: 18px;
}

.student_profile {
	margin: 20px 0 0 0;
}

.student_profilebox {
	width: 400px;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #eeeeef;
}

.student_profilebox dt {
	float: left;
	clear: both;
}

.student_profilebox dd {
	float: left;
	overflow: hidden
}

.recruit_img li:nth-child(3n+1) {
	margin: 0 0 20px 20px;
}

.subcontent_box {
	padding: 90px 10px 0;
}

.page_nav_wrap {
	float: none;
}

.page_nav {
	padding: 15px 0;
	font-size: 20px;
	clear: both;
}

.page_nav li {
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: solid #fff 1px;
	float: none;
	text-align: center;
}

.page_nav li:first-child {
	margin: 0 0 10px;
}

.page_nav2 {
	padding: 15px 0;
	font-size: 20px;
	clear: both;
}

.page_nav2 li {
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: solid #fff 1px;
	text-align: center;
}

.page_nav2 li:first-child {
	margin: 0 0 10px;
}


.member_photo li {
    /* margin: 0 1.7% 10px 0; */
    width: 31.87%;
}

.page_nav.news_page {
	width: 80%;
	justify-content: center;
	margin: auto;
	padding: 15px 0 0;
}



}

@media only screen and (max-width: 1160px) {


.footer_logo {
	width: 150px;
	margin: 20px auto;
	float: none;
	clear: both;
}

}

@media only screen and (max-width: 1024px) {

header {
	width: 100px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.sp_none {
	display: none;
}

.nav_sublist_about {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -617px;
	left: 240px;
	padding: 415px 0 250% 0;
	cursor: default;
	display: none;
}

.nav_sublist_student {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -817px;
	left: 240px;
	padding: 749px 0 200% 0;
	cursor: default;
	display: none;
}

.nav_sublist_recruit {
	width: 250px;
	background: url(../images/nav/sunav_bg.png);
	position: absolute;
	top: -817px;
	left: 240px;
	padding: 682px 0 200% 0;
	cursor: default;
	display: none;
}

.link_list li {
	background: url(../images/link_list_bg.jpg) no-repeat left 11px;
}

}

@media only screen and (max-width: 960px) {

.sitemap_area {
	width: 100%;
}

.member_photo {
	width: 308px;
	margin: 0 auto;
}

.member_photo li {
	float: none;
	margin: 0 0 10px;
	width:inherit;
}



}

@media only screen and (max-width: 860px) {


.news_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.about_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.about_headimgBg2:before {
  content:"";
  display: block;
  padding-top:0;
}

.about_headimgBg3:before {
  content:"";
  display: block;
  padding-top:0;
}

.about_headimgBg4:before {
  content:"";
  display: block;
  padding-top:0;
}

.student_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.student_headimgBg2:before {
  content:"";
  display: block;
  padding-top:0;
}

.recruit_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.recruit_headimgBg2:before {
  content:"";
  display: block;
  padding-top:0;
}

.recruit_headimgBg3:before {
  content:"";
  display: block;
  padding-top:0;
}

.seminar_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.access_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.access_headimgBg2:before {
  content:"";
  display: block;
  padding-top:0;
}

.link_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.journal_headimgBg:before {
  content:"";
  display: block;
  padding-top:0;
}

.subcontent_box {
	width: 100%;
	margin: 0 auto;
	padding: 93px 10px 50px;
}

footer {
	padding: 20px 10px;
}

.footer_area {
	width: 100%;
	margin: 0 auto;
}

.news_headimgBg {
    background: none;
}

.about_headimgBg {
    background: none;
}

.about_headimgBg2 {
    background: none;
    border-top: none;
}

.about_headimgBg3 {
    background: none;
    border-top: none;
}

.about_headimgBg4 {
    background: none;
    border-top: none;
}

.student_headimgBg {
    background: none;
}

.student_headimgBg2 {
    background: none;
    border-top: none;
}

.recruit_headimgBg {
    background: none;
}

.recruit_headimgBg2 {
    background: none;
    border-top: none;
}

.recruit_headimgBg3 {
    background: none;
    border-top: none;
}

.seminar_headimgBg {
    background: none;
}

.access_headimgBg {
    background: none;
}

.access_headimgBg2 {
    background: none;
}

.link_headimgBg {
    background: none;
}

.journal_headimgBg {
    background: none;
}

}

@media only screen and (max-width: 768px) {

.contents {
	margin: 0;
}

.sp_nav_btn,.sp_nav {
	display: inherit;
}

.pc_nav {
	display: none;
}

.side_bar_wrap {
	display: none;
}

.sp_logo {
	width: 45px;
	padding: 20px 10px 0;
}

.sp_logo {
	display: inherit;
}

.header	{
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	top: 0;
}

.sub_page_contents {
	padding: 0;
}

.icon_area {
	position: relative;
}

.icon_area ul {
	position: absolute;
	right: 0;
	z-index: 2000;
}

.purpleh4, .white4 {
	text-align: center;
}

.tab li{
	font-size: 11px;
}

.about_mission {
	font-size:27px;
}

.about_headimgBg5 {
	background-image: url(../images/about_bg_sp.jpg);
}

.headimg_wrap {
	margin: 0 0 97px;
}

.journal_url {
	font-size: 16px;
}



}

@media only screen and (max-width: 650px) {

.student_img {
	width: 100%;
	margin: 0;
}

.student_img li {
	width: 100%;
	float: none;
	margin: 0 0 20px;
	background: #fff;
}

.student_img li a {
	width: 306px;
	margin: 0 auto;
}

.student_img li:nth-child(3n+1) {
	margin: 0 0 20px;
}

.student_img li:nth-child(2n+1) {
	margin: 0 0 20px;
}

.student_list {
	margin: 10px 0 30px;
}

.student_list dt {
	width: 100%;
	float: none;
	padding: 6px 0 5px;
	border-top: dotted #dcdcdc 1px;
}

.student_list dd {
	margin: 0 0 5px;
	padding: 5px 0;
	border-top: none;
}

.last_list {
	border-bottom: none;
}

.student_photo {
	text-align: center;
}

.recruit_img {
	width: 306px;
	margin: 0 auto;
}

.recruit_img li {
	margin: 0 0 20px;
	float: none;
}

.recruit_img li:nth-child(3n+1) {
	margin: 0 0 20px;
}

.access_title {
	font-size: 20px;
}

.about_img_box3 {
	flex-direction: column;
}

.about_box_inner {
	flex-direction: column;
}

.about_mission {
	font-size:19px;
}

.about_col_txt {
	flex-direction: column;
}

.about_col_img {
	margin: 25px 0 0;
}




}

@media only screen and (max-width: 480px) {

.subpage_headline {
	padding: 44px 10px;
}

.icon_area {
	background: none;
}

.icon_area ul li {
	background: #717071;
	float: left;
	text-indent: inherit;
	border-left: solid #dcdcdc 1px;
}
.icon_area ul li:first-child {
	border-left: none;
}
.icon_area ul li a {
	display: block;
	width: 40px;
	height: auto;
	padding: 10px;
	background: none;
	color: #fff;
	text-align: center;
}

.subpage_title_news {
	width: 100%;
	padding: 25px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.subcontent_box h3 {
	font-size: 20px;
}

.about_img_box {
	float: none;
	padding: 0;
	text-align: center;
}

.about_img_box p {
	text-align: center;
	margin: 10px 0;
}

.student_profilebox {
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.student_title {
	font-size: 20px;
}

.recruit_title {
	font-size: 20px;
}

.student_txt2 span {
	font-size: 14px;
}

.recruit_txt2 span {
	font-size: 14px;
}

.seminar_place {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	display: block;
}
.news-img1{
	float: none;
	width: 100%;
}

.news-img2{
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
}

.news_txt_box ul li {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}

.news_txt_box ul li:nth-child(2n) {
	margin: 0 0 10px;
}

.about_col_txt  {
	column-count: inherit;
	column-gap: inherit;
}

.whiteh4 {
	font-size: 20px;
}

}

@media only screen and (max-width: 420px) {

.icon_area ul li a {
	width: 40px;
	font-size: 12px;
}

.student_txt2 {
	padding: 10px 0;
	background: none;
}

.recruit_txt2 {
	padding: 10px 0;
	background: none;
}

.seminar_box table th {
	display: block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.seminar_box table td {
	display: block;
	padding: 10px;
	font-size: 21px;
}

.seminar_place {
	font-size: 10px;
}

}








































