@charset "UTF-8";

/*------------------------------------------------

   /event/direct

------------------------------------------------*/

section ul{
	padding:10px 0 0;
	margin:0;
}
section ul li{
	padding:0 0 0 18px;
	margin-bottom:5px;
	background:url(../../../../web/img/common/icon/arrow_db.svg) 5px 8px no-repeat;
	background-size:8px 12px;
}
.info_tit{
	text-align:center;
	font-size:45px;
	line-height:100%;
	margin-top:40px;
}
.info_tit span{
	display:block;
	text-align:center;
	font-size:20px;
	line-height:100%;
	clear:both;
	position:relative;
	margin:20px 0 50px;
}
.info_tit span:after{
	content:"";
	width:150px;
	height:1px;
	background:#000;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:auto;
}
.emphasis{
	font-size:120%;
	font-weight:bold;
	padding:10px 0;
}
.title05{
	margin-top:0;
}
.box_w50 img{
	max-width:100%;
}
.support{
	clear:both;
	width:85%;
	margin:40px 0;
	font-size:80%;
	position:relative;
}
.support:after{
	content:"";
	position:absolute;
	width:90px;
	height:40px;
	top:0;
	bottom:0;
	right:-15%;
	margin:auto;
	background:url(../img03.jpg) center center no-repeat;
}

.dir_fot{
	padding:40px 0 0;
	text-align:center;
	border-top:4px solid #092135;
	background:#fff;
}

section table tr td ul{
	padding:0;
	margin:0;
}

.circle{
   padding: 5px 30px 5px 35px;
   font-size: 115%;
   line-height: 1.5;
   clear: both;
   display: block;
   position: relative;
}

.circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #166A98;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

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

.box_w50{
	width:100%;
	float:none;
	clear:both;
	margin-bottom:20px;
}
.support{
	width:65%;
}
.support:after{
	right:-45%;
}


table, table td{
		border: none!important;
	}
table td{
	width: 97%!important;
	display: block;
	
}
	
}

