@charset "utf-8";


/* all
-------------------------------------------------------------------*/

html {
	overflow: auto;
}
body {
	width: 100%;
	overflow: hidden;
	min-width: 900px;

	font-size: 100%;
	text-align: center;
}
.sitewrap {
	width: 1100px;
	min-width:1100px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header_sitewrap {
	margin: 0;
	height: 270px;
	line-height: 270px;
}

img{
	max-width: 100%;
}
@media screen and (max-width:768px) {
	.sitewrap {
		width: 100%;
		min-width:100%;
		padding: 0 10px;
	}
	body {
		min-width:1px;
	}

	.header_sitewrap {
		height: 160px;
		line-height: 160px;
	}
}

@media screen and (min-width:769px) {
	.sp_only { display: none; }
}

@media screen and (max-width:768px) {
	.pc_only { display: none; }
}



@media screen and (min-width:769px) {
	.sidemenu {
		position: fixed;
		top: 140px;
		right: 0;
		z-index: 9999;
		background: #fff;
	}
}

@media screen and (max-width:768px) {
	.sidemenu {
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 200;
	}

	.sidemenu ul {
		width: 100%;
		text-align: center;
		font-size: 0;
	}

	.sidemenu ul li {
		display: inline-block;
		width: 25%;
	}
}





/* header
-------------------------------------------------------------------*/
header {
	background-image:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
header h1{
	float:right;
	width: 125px;
	margin: 40px 0 7px;
	background: #fff;
	padding: 2px 40px;
	border-radius: 5px;
}
header .h_logo2{
	float: left;
	padding: 20px 0;
}
header nav{
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 15px 0;
}
header nav ul {
	width: 1100px;
	background: url(../img/nav_line.png) no-repeat right;
	margin: 0 auto;
}
header nav ul li{
	float:left;
	width: 33%;
	background: url(../img/nav_line.png) no-repeat left;
}
header nav ul li a{
	display:block;
	line-height:45px;
	text-align:center;
	transition:all 1s;
}
header nav ul li a img{
	vertical-align: middle;
}
header nav ul li:hover a{
	color:#fff;
	text-decoration:none;
	transition:all 0.5s;
	opacity: 0.7;
}
#SpMenu{  display:none;}


@media screen and (min-width:769px) {
	header { margin-bottom: 10px; }
	.home header { margin-bottom: 0; }
}

@media screen and (max-width:768px) {
header {
	width:100%;
	border-bottom: solid 1px #ccc;
	background-repeat:no-repeat;
	background-size:cover;
}
	header > .sitewrap{
		width:90%;
		margin: 0;
	}
header .sitewrap{
	padding:8px 10px 8px;
	position:relative;
}

.header_logo {
	height: 50px;
}
#SpMenu{
	display:block;
	position: fixed;
	top: 0;
	right:0;
	z-index: 550;
}
#SpMenu .close,
#SpMenu.active .open{
	display:none;
}
#SpMenu.active .close{
	display: block;
}
header h1{
	width: 120px;
	margin: 10px 60px 10px 0;
	padding: 2px 10px;
}
	header .h_logo2{
		width: calc(100% - 200px);
		padding: 10px 0;
	}
header nav{
	float:none;
	width:auto;
	display:none;
	position:fixed;
	top:59px;
	left:0;
	background:#fff;
	width:100%;
	z-index:600;
	padding:0 !important;
}
header nav ul {
	border-left:none;
	border-top:solid 1px #ccc;
	width:auto;
}
header nav ul li{
	float:none;
	width:auto;
	border-right:none;
	border-bottom:solid 1px #ccc;
}
header nav ul li a{
	display:block;
	line-height: 1.6;
	background:#f6f6f6;
	padding:18px 25px;
	text-align:center;
	font-size:16px;
  position:relative;
	transition: none;
}
header nav ul li a:hover{
	transition: none;
}

header nav ul li:nth-child(3) a{ line-height:1.6;}
header nav ul li a br{ display:none;}
header nav ul li a span{
    display: inline-block;
    padding-right: 15px;
}
header nav ul li a span:before,
header nav ul li a span:after{
    display: inline-block;
    content: "";
    width:0;
    height:0;
	border: 8px solid transparent;
	border-left: 8px solid #E60012;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:12px;
}
header nav ul li a span:after{
    display: inline-block;
	border-left: 8px solid #f6f6f6;
	right:15px;
}
header nav ul li:hover a span:before,
header nav ul li:hover a span:after{
	border-left-color: #f6f6f6;
}
header nav ul li:hover a span:after{
	border-left-color: #E60012;
}
}

/* contents
-------------------------------------------------------------------*/

main{
	display: block;
	/* padding-bottom:110px; */
}

.visula2 .sitewrap {
	margin: 20px auto 50px;
	text-align: center;
	vertical-align: middle;
}

.visula2 .seminar_h2 {
	margin-top: 60px;
}


.visula2 h2{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.visula2 .header_sitewrap h2{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
}
.visula2 h2 .seminar_tit {
	font-size: 34px;
	width: 340px;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.visula2 h2 .seminar_tit {
		font-size: 22px;
	}
	.visula2 .header_sitewrap h2{
		font-size: 8.5vw;
	}
}

/*
.visula2{
	height:230px;
	margin-bottom:30px;
}
.visula2 h2{
	padding-top:80px;
	text-align:center;
}
.visula2 h2{
	max-width:80%;
	margin:0 auto;
}
*/

section.first{
	padding-top:70px;
}

@media screen and (max-width:768px) {
	.visula2 .sitewrap {
		text-align: center;
		vertical-align: middle;
		margin: 0;
	}

	.visula2 h2 img {
		max-width: 100%;
		height: auto;
	}

	section.first{
		padding-top:30px;
	}
}

/* footer
-------------------------------------------------------------------*/
/*#pageTop{
    position: fixed;
    bottom: 15px;
    right: 5%;
    width: 70px;
    z-index: 999;
}*/
.in_footer{
	margin:120px auto 20px;
}
.in_footer ul{
	margin:10px 0 0px;
	text-align:right;
}
.in_footer li{
	display:inline-block;
	border-left: solid 1px #999999;
	padding: 2px 16px;
	text-align:center;
}
footer{
	background: #e28929;
	padding:45px 0;
}

.footer_inner ul {
    width: 775px;
    margin: 0 auto 30px;
}


@media screen and (max-width:768px) {
	#pageTop {
			width: 49px;
		right:10px;
		bottom:10px;
	}
	.in_footer{
		margin:40px auto 0;
	}
	.in_footer ul{
		border-top:solid 1px #ddd;
	}
	.in_footer ul:after{
		content:none;
	}
	.in_footer li{
		font-size: 15px;
			display: block;
			text-align: left;
			padding: 0;
		border-bottom:solid 1px #ddd;
	}
	.in_footer li a{
			display: block;
			padding: 20px;
		position:relative;
	}
	.in_footer a:before,
	.in_footer a:after{
			display: inline-block;
			content: "";
			width:0;
			height:0;
		border: 8px solid transparent;
		border-left: 8px solid #888888;
		position:absolute;
		top:50%;
		margin-top:-8px;
		right:10px;
	}
	.in_footer a:after{
		border: 8px solid transparent;
		border-left: 8px solid #fff;
		right:13px;
	}
	#foot_left,
	#foot_right ul{ display:none;}
	#foot_right{
		text-align:center;
		width:auto;
		float:none;
	}
	#foot_right small{
		font-size:10px;
	}
	.footer_inner ul {
		width:auto;
	}
	.page_link {
			margin-top: -60px;
			padding-top: 60px!important;
			display: block;
	}
	footer{
		padding:0;
		padding-bottom: 30px;
	}
	.footer_inner ul{
		margin-bottom: 0;
	}
	.footer_inner li{
		float: none;
		width: 100%;
    height: auto;
    text-align: left;
    padding: 10px;
    border-left: none;
    border-bottom: solid 1px #fff;
		box-sizing: border-box;
	}
	.footer_inner li a{
		line-height: 35px;
		position: relative;
	}
	.footer_inner > p{
		text-align: left;
		padding: 10px;
		border-bottom:solid 1px #fff;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.footer_inner > p a{
		position: relative;
		display: block;
	}
	.footer_inner > p a::before{
		display: none !important;
	}
	.footer_inner li:nth-child(2) a,
	.footer_inner li:nth-child(3) a,
	.footer_inner li:nth-child(6) a{
		line-height: 35px;
	}
	.footer_inner li a::after,
	.footer_inner > p a::after{
		content: url(../img/btn_arrow.png);
		display: inline-block;
		position: absolute;
		right: 20px;
	}

}

footer{
	color: #fff;
	background: #e28929;
	padding:45px 0;
}
.footer_inner ul{
	margin-bottom: 30px;
}
.footer_inner li{
	float: left;
	border-left: 1px solid #fff;
	width: 257px;
	height: 70px;
	text-align: center;
}
.footer_inner li:last-child{
	border-right: 1px solid #fff;
}
.footer_inner li a{
	color: #fff;
	display: block;
	font-size: 14px;
}
.footer_inner li:nth-child(2) a,
.footer_inner li:nth-child(3) a,
.footer_inner li:nth-child(5) a{
	line-height: 20px;
}
.footer_inner > p{
	margin-bottom: 30px;
}
.footer_inner > p a{
	color: #fff;
}
.footer_inner > p a::before{
	content: url(../img/btn_arrow.png);
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;

	justify-content: space-between;
}
@media screen and (min-width:768px) {
	.footer_inner li{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



@media screen and (min-width:769px) {
	.footer_inner li a {
		transition: 1s;
	}
}

@media screen and (max-width:768px) {
	footer {
		padding: 0;
		padding-bottom: 100px;
	}

	.footer_inner ul {
		margin-bottom: 0;
	}

	.footer_inner li {
		padding: 0;
		width: 100%;
		height: inherit;
		border-left: 0;
	}

	.footer_inner li:last-child {
		border-right: 0;
	}

	.footer_inner li a {
		position: relative;
		text-align: left;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		padding-left: 5px;
		padding-right: 15px;
	}

	.footer_inner li:nth-child(2) a,
	.footer_inner li:nth-child(3) a,
	.footer_inner li:nth-child(5) a{
		line-height: 50px;
	}

	.footer_inner li a span {
		display: inline-block;
		line-height: 1;
	}

	.footer_inner li a::after {
		content: "";
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 10px;
		height: 15px;
		display: block;
		background: url(../img/btn_arrow.png) no-repeat 0 0;
	}



	.footer_inner > p {
		margin-bottom: 0;
		padding: 0;
		line-height: inherit;
	}

	.footer_inner > p a {
		position: relative;
		text-align: left;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		padding-left: 5px;
		padding-right: 15px;
	}

	.footer_inner > p a:after {
		right: 10px;
	}

	.footer_inner small {
		padding: 20px;
		display: block;
		text-align: center;
	}
}
