<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";
/* CSS Document */

/*----------------------------------------
共通
----------------------------------------*/
.ir_content{
	margin-bottom: 80px;
}
.txt_area p{
	margin-bottom: 1.5rem;
}

.adb_dl_box{
  background: #f6f6f6;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-flow: column;
	margin-top: 50px;
}
.adb_dl_box img{
  max-width: 159px;
}
.adb_dl_box p{
	margin-top: 1rem;
}

@media screen and (min-width:1000px) {
	.adb_dl_box{
		flex-flow: row;
	}
	.adb_dl_box p{
		margin-top: 0;
		margin-left: 1rem;
	}
}


/*----------------------------------------
公告
----------------------------------------*/
.news_list{
	margin-bottom: 50px;
}
.news_list h3{
	font-size: 22px;
	padding: 4px 0 15px;
	border-bottom: 1px solid #ddd;
}

/*----------------------------------------
ディスクロージャーポリシー
----------------------------------------*/
.policy_block{
	margin-bottom: 50px;
}
.policy_block h3{
	font-size: 22px;
	padding: 4px 0 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

/*----------------------------------------
IRについてのお問合せ
----------------------------------------*/
.inquiry_block ul{
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	font-size: 14px;
}
.inquiry_block ul li{
  flex: 0 0 100%;
  border: 1px solid #ddd;
  padding: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.inquiry_block ul li strong{
  display: block;
	margin-bottom: .5rem;
}

@media screen and (min-width:1000px) {
	.inquiry_block ul{
		flex-wrap: nowrap;
	}
	.inquiry_block ul li{
		flex: 0 0 49%;
		margin-bottom: 0;
	}
}