﻿@charset "utf-8";
/* CSS Document */




/*************************************
*
* 1. common
*
*************************************/


html, body {
	font-family: " メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif"
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.right{
	float:right;	
}

.left{
	float:left;	
}


.inr {
	width:950px;
	margin:0 auto;
}

ul{
	padding-left:0px;	
}

ul li{
	list-style:none;	
}


.space30 {
	height:30px;
	clear:both;
}

.space50 {
	height:50px;
	clear:both;
}

.clearboth {
	clear:both;
}



table tr th{
	background-color:#f9f6ed;
}

table tr th,
table tr td{
	padding:10px 20px!important;
	border:1px solid #aaa;
	line-height: 120%;
}

table.noborder{
	margin-bottom:20px;
}

table.noborder tr th,
table.noborder tr td{
	border:none;
}

table td.title, th.title{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#00a0c1;
}

table td.title a, th.title a{
	color:#fff !important;
}

.btn-warning{
	margin-left: 20px;
}

.btn-website1{
	display: inline-block;
	background-color:#FFF799;
	border: #EA5514 solid 2px;
	min-width: 240px;
	text-align: center;
	border-radius: 20px;
	padding: 4px 10px;
	color: #D04A0F;
	margin-bottom: 10px;
	margin-right: 10px; 
}

.btn-website1:after{
	content: "\f138";
	color:#EA5514;
	float: right;
	padding-left:5px; 
}

.btn-website2{
	display: inline-block;
	background-color:#FFDCEB;
	border: #EA5514 solid 2px;
	min-width: 240px;
	text-align: center;
	border-radius: 20px;
	padding: 4px 10px;
	color: #D04A0F;
	margin-bottom: 10px;
}

.btn-website2:after{
	content: "\f138";
	color:#EA5514;
	float: right;
	padding-left:5px;
}

small{
	font-size:85%;
	line-height: 100%;
}

.pc_none{
	display: none;
}

.sp_none{
	display : block;
}

/* font awesome */

 *:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.fa-face-smile:before{
	font-weight: normal;
}

.fa-arrow-alt-circle-up:before{
	font-weight: normal;
}

/*.location:before{
	content: "\f3c5";
}

.pagetop:before{
 	content: '\f0aa';
}*/

/*************************************
*
* 2. overwrite bootstrap 
*
*************************************/

.btn-warning{
	background-color:#fff;
	border: 1px solid #b5401c;
}
a.btn-warning:hover{
	background-color:#FFF3CC;
        border: 1px solid #b5401c;
	text-decoration: none;
}

.btn-info{
	background-color: #ffffff;
}

.btn-info:hover{
	background-color: #efefef;
}

/*************************************
*
* 2. header
*
*************************************/


#header {
	border-top:8px solid #333;
	padding:0;
}

#header h1{
	margin-top:5px;

}

#header .inr .header_left {
	float:left;
}

#header .inr img#eyecatch,
#header .inr img#eyecatch2{
	width:100%;
}

#header .inr .header_left p {
	float:left;
}

#header .inr .header_left div {
	float:right;
}

#header .inr .header_left div p {
	margin-bottom:5px;
	font-size:10px;
	float:none;
	width:auto;
}

#header .inr .header_left div h1 {
	margin-bottom:5px;
	font-size:28px;
}

#header .inr .header_right {
	float:left;
}

#header .inr .header_right ul li {
	display:inline-block;
	display:inline/9;
	font-size:10px;
}

#header .inr .header_right ul {
	margin-bottom:10px;
}

#header .inr .header_right ul li a {
	color:#0f0069;
}

#header .inr .header_right form {
	width:100%;
}

#header .inr .header_right form input {
	border:1px solid #ccc;
	padding:5px;
	height:20px;
	width:100%;
}





/************************************
*
* 3. nav
*
************************************/

nav{
	background:#333;	
	display:block;
	min-height:40px;
}


nav #navi ul li{
	border-right:1px solid #fff;	
}

nav #navi ul li:first-child{
	border-left:1px solid #fff;		
}

nav #navi ul li:hover{
	background:#00a0c1;	
}

nav #navi ul li a {
	display:block;
	color:#fff;
	height:40px;
	padding-top:10px;
	text-align:center;
}

nav #navi ul li a:hover{
	text-decoration:none;
}

nav #navi ul li a.lines{
	padding-top:5px;
	line-height: 110%;
}

/*20221014 追加*/
nav #navi ul li{
	padding-right: 5px;	
	padding-left: 5px;	
	width: 135px;
}


/**************************************
*
* footer
*
**************************************/


#footer {
	background:#333333;
	padding:15px;
	text-align:center;
	margin-top:30px;
}

#footer small {
	color:#fff;
	font-size:8px;
}



/*************************************
*
* main contents
*
*************************************/

#main_contents {
	min-height: 700px
}

#main_contents .inr {
	padding:10px;
}



#main_contents div#application{
	padding:10px;
	background-color:#ffd2b3;
	margin-top:20px;
	margin-bottom: 20px;
}

#main_contents div#application h3{
	background-color:#FF9500;
	color:#fff;
	margin-top:15px;
	margin-bottom:10px;
	font-size:14px;
}



#main_contents div.sub_contents_inr div.banner_student img.full{
    width: 100%;
}

#main_contents div.sub_contents_inr div.banner_student p.main_title{
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    background-color:#00a0c1;
    color:#fff;
    padding:5px 20px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

#main_contents div.sub_contents_inr div.student_q h2{
    background-color: #fcfcfc;
    font-weight: bold;
    position: relative;
    padding: 8px 10px 8px 10px;
    display: inline-block;   
    width:90%;
    font-size: 18px;
    margin-left: 40px;
    margin-top: -20px;
    min-height: auto;
}

#main_contents div.sub_contents_inr div.student_q h2 span{
    color: #00a0c1;
}

#main_contents div.sub_contents_inr div.student_q i.fa{
    background-color: #00a0c1;
    color:#fff;
    border-radius:50%;
    border:4px solid #fff;
    width:55px;
    height: 55px;
    text-align: center;
    position: absolute;
    padding-top: 12px;
    font-size: 24px;
    margin-left: -10px;
    margin-top: -20px;
    z-index: 10;
}

#main_contents div.sub_contents_inr div.student_q p{
    margin: 0px 10px 50px 10px;
    background-color:#E5E5E5;
    border-radius: 20px;
    padding:15px 20px;
}


/**********************************
*
* 4. eyecatch
*
**********************************/


.mv {
	background-image:url(images/mv_bg.jpg);
	background-position:left top;
	background-repeat:repeat;
	width:100%;
	height:392px;
	z-index: 0
}

.mv p {
	margin: 0 auto;
	width:1024px;
}


/**************************************
*
* top left coulmn
*
**************************************/


#main_contents .left_side {
	background:#ffefd5;
	padding:10px;
}

#main_contents .left_side ul li {
	margin-bottom:8px;
}

#main_contents .left_side ul li table tr {
	background:#fff;
	
	font-weight:bold;
}

#main_contents .left_side ul li table tr td {
	vertical-align:middle;
	padding:10px 5px;
	font-size:16px;
}

#main_contents .left_side ul li table tr td span {
	font-size:10px;
}

#main_contents  .bottom_contents {
	margin-bottom:30px;
}




/**************************************
*
* top news area
*
**************************************/


.bottom_contents .news_content {
}

.bottom_contents .news_content h2{
	font-size:24px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:15px;
	min-height:60px;
	margin-top:0px;
}


.bottom_contents .news_content ul li {
	padding:15px;
	border-bottom:1px solid #eee;
	background-image:url(images/allow02.gif);
	background-repeat:no-repeat;
	background-position: 10px 20px;
	background-size:8px 6px;
	zoom:1;
	background-image:url(images/allow02_ie.gif) /9;
}

.bottom_contents .news_content ul li:after {
	content: " "; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.bottom_contents .news_content ul li a {
	display:block;
}

.bottom_contents .news_content ul li span.news {
	color:#cc3333;
	border:1px solid #cc3333;
	font-size:10px;
	text-align:center;
}

div#paneldiscussion{
	padding-bottom: 60px;
}

div#paneldiscussion small{
	line-height:100%;
}

div#paneldiscussion span.name{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin-top:5px; 
}


div#paneldiscussion span.name:after{
	content: "\f054";
	background-color: #00a0c1;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
	float: right;
	padding-left: 2px;
	
}




.wn_txt{
	font-size: 16px;
	color: #FF0000
	}

#contact ul li{
	margin-bottom: 4px !important;
	}
	
.mgb40{
	margin-bottom: 40px;
}

#wn_wrap{padding:0px 0 20px 148px;}

#wn_wrap table tr td{padding: 0; border:none;}


.access_about{
	border: 1px solid #ff0000;
	margin-top: 20px;
	padding: 15px;
	margin: 0 87px;
}

#speakers_area div.col-sm-2{
	padding-right: 0!important;
}

/******************************************
*
* sub page
*
******************************************/

#sub nav{
}

#sub .sub_contents_left h3{
	background-color: #333333;
	color:#fff;
	font-weight: bold;
}


#sub .sub_contents_left {
	background-image: url("images/students/bg.jpg");
	background-position: center;
	background-repeat:  no-repeat; 
	background-size:  cover;
}

#sub {
	min-height:auto!important;
}

#sub .inr {
	border-top:none!important;
}

#sub .sub_contents_right {
}

#sub .sub_contents_left h2 {
	font-size:18px;
	min-height:45px;
	padding-top:10px;
	width: 840px;
	height: auto;
	margin-bottom: 20px!important;
}

#sub .sub_contents_left .sub_contents_inr {
	padding:10px 15px 30px;
}

#sub .sub_contents_left .sub_contents_inr h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px 10px;
}

#sub .sub_contents_left .sub_contents_inr h3.round,
#sub .sub_contents_left .sub_contents_inr h4.round{
	font-size:14px;
	padding:5px 0px 0px 0px;
	color:#152676;
	font-weight: bold;
	background-color:transparent;
	margin-top: 5px;
	margin-bottom: 8px;	
	border-bottom:1px solid #152676;
}

#sub .sub_contents_left .sub_contents_inr h3.title{
	font-weight: bold;
	font-size:18px;
	margin:30px 5px 15px 5px;
}

#sub .sub_contents_left .sub_contents_inr h5.title{
	font-weight:bold;
	font-size:16px;
	padding-left:10px;
}

#sub .sub_contents_left strong.title{
	font-size:120%;
}

#sub .sub_contents_left .sub_contents_inr ul {
	margin-top:20px;
}

#sub .sub_contents_left .sub_contents_inr ul li {
	margin-bottom:10px;
	padding-left:20px;
	background-image:url(images/allow02.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size:8px 6px;
	background-image:url(images/allow02_ie.gif) /9;
	line-height:1.7em;
}

#sub .sub_contents_left .sub_contents_inr p {
	line-height:1.7em;
}

#sub .sub_contents_left hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dotted #666;
}

.space20 {
	margin:20px 0px!important;
}
.space10 {
	margin:10px 0px 0px 0px!important;
}

#sub .sub_contents_right h2 {
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#0f0069 3px solid;
	border-bottom:2px solid #eee;
	padding:10px 8px;
	font-weight:bold;
	font-size:14px!important;
	margin-bottom:0!important;
}

#sub .sub_contents_right ul {
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	padding:25px 15px;
}

#sub .sub_contents_right ul li {
	margin-bottom:15px;
	padding-left:20px;
	background-image:url(images/allow03.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size:7px 6px;
	background-image:url(images/allow03_ie.gif) /9;
	line-height:1.7em;
}

#sub .sub_contents_right ul li.last {
	margin-bottom:0;
}

#sub .sub_contents_right ul li a:hover {
	text-decoration:underline;
	color:#003BB1;
}




#sub .sub_contents_left h4 {
	font-size:13px;
	margin:30px 0 10px 0;
	font-weight: bold;
}

#sub .sub_contents_left p img {
/*	padding:10px;*/
}


#sub .sub_contents_left table.member {
	margin-bottom:50px;
}

#sub .sub_contents_left table.member td,
#sub .sub_contents_left table.member th {
	vertical-align:middle;
}

#sub .sub_contents_left table.member th {
	width:150px;
	padding-left:20px;
	border-right:#ACACAC 1px solid;
}

#sub .sub_contents_left table.member td.email {
	width:300px;
	padding-left:20px;
	border-right:#ACACAC 2px solid;
}


#sub .sub_contents_left .pagetop {
	float:right;
	clear:both;
	margin-top:10px;
}

#sub .sub_contents_left a:link {
	color:#00a0c1;
}
#sub .sub_contents_left a:hover {
	text-decoration:underline;
	color:#00a0c1;
}
#sub .sub_contents_left a:visited {
	color:#00a0c1;
}


#sub .sub_contents_left table.chronology th {
	padding:5px 0;
	border-bottom:1px #CDCDCD solid;
}

#sub .sub_contents_left table.chronology td {
	padding:5px 0;
	border-bottom:1px #CDCDCD solid;
}

#sub .sub_contents_left div#access_area{
	text-align: center;
}

#sub .sub_contents_left .sub_contents_inr h2 {
	margin-bottom:10px;
}



#sub .sub_contents_left .sub_contents_inr a:link {color:#00a0c1;}

#sub .sub_contents_left .sub_contents_inr a:hover {text-decoration:#00a0c1;}

#sub .sub_contents_left .sub_contents_inr {
	min-height:500px;
}

#sub .sub_contents_left .sub_contents_inr .hr {
	border-bottom:1px rgba(48,58,106,1.00) solid;
	margin-top:10px;
}

#sub .sub_contents_left .profile{
	font-size:16px;
}
#sub .sub_contents_left .profile small{
	font-size:12px;
	line-height: 120%;
}

.btn-profile{
	display: inline-block;
	background-color:#dbeff5;
	text-align: center;
	border-radius: 20px;
	padding: 4px 20px;
	color: #000;
	font-size: 17px;
}

.btn-profile img{
	height: 22px;
	width: auto;
	padding-right: 10px;
}

.btn-profile-more{
	color: #000;
	font-size: 17px;
}

.btn-profile-more img{
	height: 30px;
	width: auto;
	padding-right: 10px;
}

#sub .profile-balloon{
	  position: relative;
	  display: inline-block;
	  margin: 0 0 1.5em;
	  padding: 10px 10px 7px;
	  width: 100%;
	  background: #FFF;
	  border-top: solid 2px #000;
		border-bottom: solid 2px #000;
		box-sizing: border-box;
}

#sub .profile-balloon:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}

#sub .profile-balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -14px;
  border: 13px solid transparent;
  border-top: 13px solid #000;
  z-index: 1;
}

#sub .profile-balloon p {
  margin: 0;
  padding: 0;
	white-space: nowrap;
	font-size: 13px;
}


#sub .profile-balloon b {
  font-size:18px;
}

#sub .profile-balloon span{
	white-space: normal;
}

#sub .profile-balloon p:before{
	position: relative;
	content: "\f02e";
	float:left;
	color:#00a0c1;
	font-size: 36px;
	font-style: normal;
	margin-right: 4px;
	line-height: 35px;
	
}

/*#sub .profile-balloon p:after{
	position: absolute;
	content: "\f02e";
	color:#FDEECD;
	font-size: 29px;
	font-style: normal;
	line-height: 40px;
	top:6px;
	left:8px;
}*/

#sub .profile-balloon span {
	color:#00a0c1;
	font-size:14px;
}


.txt12 {
	font-size:12px;	
}

@media (min-width: 768px) {
	div#sp_menu {
		display:none;
	}
	
	.sp_toggle{
		display:none;	
	}
	
}


@media (max-width: 767px) {
	.inr,
	div.inr,	
	div.mv,
	div.mv img,
	div.mv p,
	img.full{
		width:100%;
		height:auto;
	}
	
	ul{
		padding-left:0px;	
	}
	
	
	#header .inr .header_left div h1{
		font-size:18px;
	}
	
	div.header_right{
		display:none;	
	}
	
	nav{
		display:none;	
	}
	
	.right,
	.left{
		float:none;		
	}
	
	div#banner_area ul li a{
	}
	
	
	div#sp_menu {
		display: block;
		height: 30px;
		position: absolute;
		right: 10px;
		top: 20px;
		width: 30px;
		z-index: 1000001;
	}
	
	#main_contents div.sub_contents_inr div.banner_student p.main_title{
		font-size:16px;
	}
	
	div.sub_contents_right{
		margin-bottom:20px;	
	}
	
	div.sub_contents_right h2 span{
		float:right;
		margin-right:20px;
	}
	
	div.sub_contents_right h2 span a{
		padding:10px;
	}
	
	div.sub_contents_right ul{
		display:none;	
	}
	
	nav #navi ul li{
		border-left:none;
		border-right:none;
		border-bottom:1px solid #fff;
		width:100%;
	}
	
	table tr td,
	table tr th{
		padding-left:5px !important;
        padding-right:5px !important;
	}
	
	
	.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
		padding-left:5px;
		padding-right:5px;
	}
	
	.xs_non{display: none;}
	
	#wn_wrap{padding-left: 0px;padding-top: 0px;}
	
    div#main_contents div.col-sm-12{
        padding-left:0px;
        padding-right:0px;
    }
    
    #sub .sub_contents_left{
        padding:0px;
    }
    
	#sub .sub_contents_left .sub_contents_inr{
		padding: 0;
	}
	
	.access_about{
		margin: 0;
		border: none;
	}
	
	.btn-warning{
	margin-left: 0;
	}
	
	.pc_none{
		display: block;
	}

	.sp_none{
		display : none;
	}
	
	
}