@charset "UTF-8";
/* CSS Document */
#second{
	width: 100%;
	min-height: 700px;
}
#second.welcome,
#second.abstract,
#second.registration,
#second.privacy_policy,
#second.access{
	width: 82%;
	background-color: #fff;
	margin:0 5% 5% 5%;
	padding: 5% 4%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#second.information{
	width: 90%;
	background-color: #fff;
	margin:0 5% 5% 5%;
	padding: 2% 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
h2{
	color: #16201e;
	font-size: 2em;
	padding: 0.1% 0;
	font-weight: 700;
	/*
	width: auto;
	margin: 60px 0;
	padding: 6px 18px 10px 40px;
	background-color: #30649d;
	background: url("../img/common/h2.jpg") no-repeat top left;
	background-size: cover;
	*/
	text-align: center;
  position: relative;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height:6px;
  content: '';
  border-radius: 3px;
	background: #16201e;
}

#second{
	width:88%;
	padding:0 6% 7% 6%;
	margin: 0;
	font-size: 0.95em;
}

#second h3{
	position: relative;
	text-align: left;
	color: #129b78;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0 0 0.1em 0;
}
#second h4{
	color: #111;
	font-size: 1.05em;
	text-align: left;
	margin: 0 0 1em 0;
	font-weight:700;
	padding: 0;
	line-height: 1.1;
}
#second h4:before {
	background-color: #111;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	width:4px;
}

/*
#second h3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #004999 0px, #004999 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #004999 0px, #004999 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}*/
/*


#second h3 {
	font-size: 1.2em;
	position: relative;
	color:#1c2c54;
	font-weight: 700;
	margin-bottom:10px;
	text-align: left;
}

#second h3:before {
	width: 100%;
	border-top: 3px dotted #1c2c54;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}

#second h3 span {
	background-color: #e3f0f6;
	display: inline-block;
	padding-right: 12px;
	position: relative;
}
#second .boxBorder h3{
	position: relative;
	padding-bottom: 10px;
	text-align: left;
	color: #990000;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
}

#second .boxBorder h3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #990000 0px, #990000 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #990000 0px, #990000 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

#second h4 {
  text-align: left;
	color: #1f2c51; 
	border:3px double #aac7e0;
	background-color: #fff;
	padding: 0.5% 2.5% 0.8% 2%;
	font-weight:700;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	font-size: 1em;
	display: inline-block;
	margin-bottom: 0.8em;
	float: left;
}
#second.program h4 {margin-bottom: 0.2em;}

#second h4 span.h4_80{display: inline; float: left; width:80%;}
#second h4 span.ondemand{display: inline; float: right; background-color: #fff;color: #d69841;font-size: 0.7em; padding: 2px 1%;border-radius:12px; margin-top:0.5%;}
#second.program h4 {font-feature-settings: "palt";}

#second .boxBorder h4{
	color: #fff; 
	border:3px double #ffeded;
	background-color: #990000;
	font-size: 1em;
}
#second .one h4{
	border:none;
	background-color:transparent;
	font-size: 0.9em;
	color: #248a90;
	font-weight:400;
	padding: 0;
	margin-bottom: 0.1em;
}
#second .two h4{
	border:3px double #2c4379;
	background-color: #fff;
	font-size: 0.9em;
	color: #2c4379;
}

#second h5 {
	color:#222;
	margin-bottom:1em;
	text-align: left;
	font-size: 1.1em;
	font-weight:700;
	border-bottom: 2px dotted #222;
}
#second h5 span {
	padding:0 0 0.5% 0;
}

#second h6 {
	position: relative;
	color:#000;
	margin-bottom:1em;
	padding-left: 7px;
	text-align: left;
	font-size: 1em;
	font-weight:700;
	border-left: 4px solid #222;
}

#second h6.ver2 {
	position: relative;
	color:#3b838b;
	margin-bottom:5px;
	padding-left: 0;
	text-align: left;
	font-size: 1em;
	font-weight:700;
	border-left: none;
	line-height: 1.3;
}

#second h4 {
	font-size: 1.1em;
	position: relative;
	color:#2660ac;
	font-weight:400;
	margin-bottom:10px;
	text-align: left;
}
#second h4:before {
	width: 100%;
	border-top: 2px dotted #2660ac;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}
#second h4 span {
	background-color: #fff;
	display: inline-block;
	padding-right: 12px;
	position: relative;
}

#second h5.ver2 {
  text-align: left;
	color:#2660ac;
	background-color: #d1e8f8;
	float: left;
	padding:0.5% 2% 0.5% 1.5%;
	font-weight:400;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 0.95em;
	border-left: none;
}
#second h5 span.fontRed{color:#ff3333;}
*/


/*welcome*/
#second.welcome p{}

#second .president{
	width: 100%;
	line-height: 1.4;
}
#second .president th{
	width: 25%;
	vertical-align: bottom;
	padding: 0 20px 0 0;
}
#second .president th img{
	width: 100%;
	height: auto;
}
#second .president td{
	width: auto;
	vertical-align: bottom;
	text-align: left;
}
#second .president td{ font-weight: 700;}
#second .president td span.font75{display: inline-block;}


/*program*/
#second.program{}

/*registration*/

/*accreditation
div.at,
.one .at,
.two .at{
	background: url("../img/common/at.png") no-repeat 0px 2px;
	background-size: 15px 20px;
	padding-left: 21px;
	text-align: left;
	float: right;
	color: #1f2c51;
	margin-bottom:1em;
	font-weight: 400;
}
*/

/*access*/
#second.access a{color: #339966;}



/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
/*
#index{
	width: 1080px;
	min-height:auto;
	margin: 0;
	padding:0;
}
*/
}


/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

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

#second{
	/*
	width: 88%;
	margin: 6%;
	*/
}

/* welcome
--------------------------------------------------------------------------------------*/

#second.welcome p{}

#second .president{
	width: 100%;
	line-height: 1.4;
}
#second .president th{
	width: 35%;
	vertical-align: bottom;
	padding: 0 20px 0 0;
}
#second .president th img{
	width: 100%;
	height: auto;
}
#second .president td{
	width: auto;
	vertical-align: bottom;
	text-align: left;
}
#second .president td .font120{font-size: 1em;}
#second .president td{ font-weight: 700;}
#second .president td span.font75{font-size: 0.7em; display: inline-block;}

#second.information{
	width: 82%;
	background-color: #fff;
	margin:0 5% 5% 5%;
	padding: 5% 4%;
}
	

}