@charset "UTF-8";
/* CSS Document */

#second{
	width: 88%;
	padding:7% 6%;
	font-size: 0.95em;
	background-color: #e3f0f6;
	min-height: 1000px;
}

#second h2{
	width: auto;
	background-color: #30649d;
	color: #fff;
	font-size: 1.3em;
	text-align: left;
	padding: 5px 15px 7px 15px;
	margin: 0 0 1.5em 0;
	font-weight: 400;
}

#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 h3{
	position: relative;
	padding-bottom: 10px;
	text-align: left;
	color: #2c4379;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
}

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

#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 {
	width: 94%;
  text-align: left;
	color: #fff; 
	border:3px double #fff;
	background-color: #2c4379;
	float: left;
	padding: 0.5% 1% 0.5% 2%;
	font-weight:700;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.1em;
	display: inline-block;
	margin-bottom: 0.8em;
}
#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 h4.bg_gold{background-color: #B39855;}

#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_box{
	width: 100%;
}
#second .president_box th{
	width: 24%;
	vertical-align: bottom;
	padding: 0 20px 0 0;
}
#second .president_box th img{
	width: 100%;
	height: auto;
}
#second .president_box td{
	width: auto;
	vertical-align: bottom;
	text-align: left;
}
#second .president_box td span{ font-weight: 500;}
#second .president_box td span span{ font-size: 1.2em;}


/*program*/

/*registration*/


/*accreditation*/




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

*/
}


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


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

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

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

#second.welcome img{
	width:50%;
}
#second.welcome img.fR{
	float: none;
}
#second.welcome img.mgL40{
	margin-left: 25%;
	margin-right: 25%;
}
#second.welcome p span.font75{line-height:normal !important; display: block;}
#second.welcome p span.font225{line-height: normal !important; display: block;}
#second.welcome .line-height225{line-height: normal !important;}
#second .president_box{
	width: 100%;
}
#second .president_box th{
	width: auto;
	vertical-align: bottom;
	text-align: right;
}
#second .president_box td{
	width: 35%;
	vertical-align: bottom;
	padding: 0 0 0 15px !important;
}
#second .president_box td img{
	width: 100%;
	height: auto;
}

	

/*flyer*/
#second.sponsorship .btnC.mgB20{margin-bottom: 0 !important;}

	

}