
#main_page #dis{	padding: 0;}
#dis{
	background: #fff;
	padding: 50px 50px;
}
#dis .disbox{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#dis .dis_title{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 40px;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #1a335b;
	margin: 0 0 25px 0;
}
#dis .dis_title + .dis_block{
	margin-top: 30px;
}
.fz_select{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: absolute;
	top: 7.5px;
	right: 7.5px;
}
.fz_select span{
	font-size: 14px;
	line-height: 25px;
	margin-right: 3px;
}
.fz_select button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
	border-radius: 3px;
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fz_select button.on{
	color: #0a2244;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
}
.fz_select button:last-of-type{	margin-right: 0;}

.dayselect{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 25px 0;
}
select{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 12px 32px 12px 12px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.select{	padding-right: 30px;}
.select_bg{
	position: relative;
	display: inline-block;
	width: 250px;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 44px;
	background: #999999;
	border-radius: 0;
	pointer-events: none;
	border-radius: 0 2px 2px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	top: calc(50% - 5px);
	right: 5px;
}


/** dis_block **/

.dis_block{
	position: relative;
	text-align: left;
	width: calc(100% - 50px);
	margin: 0 auto 20px auto;
	padding: 13px 0 0 0;
	border-top: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dis_block .date{
	display: inline-block;
	vertical-align: top;
	color: #999;
	background: #fff;
	padding: 0 5px 0 0;
	position: absolute;
	left: 0;
}
.dis_block .name{
	margin: 0;
	padding: 0 0 0 12px;
}
.dis_block .name a{	color: currentColor;}
.dis_block .name a:hover{
	text-decoration: underline;
	color: currentColor;
}
.dis_block .cpn{
	color: #355991;
	padding: 0 0 0 12px;
}


.dis_block .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	padding: 0 4px;
	border-radius: 2px;
	color: #fff;
	position: absolute;
	left: 0;
}
.i1{	background: #003aa8;}
.i2{	background: #00a400;}
.i3{	background: #a60000;}
.i4{	background: #a57101;}

.dis_block .icon+.name{	padding-left: 35px;}
.dis_block .icon+.name+.cpn{	padding-left: 35px;}

.fz_s .dis_block .icon{	top: 14px;}
.fz_l .dis_block .icon{	top: 16px;}


/** font size s **/
.fz_s .dis_block .date{
	font-size: 11px;
	line-height: 15px;
	top: -7px;
}
.fz_s .dis_block .name{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 3px;
}
.fz_s .dis_block .cpn{
	font-size: 13px;
	line-height: 1.3;
}

/** font size l **/
.fz_l .dis_block .date{
	font-size: 13px;
	line-height: 15px;
	top: -7px;
}
.fz_l .dis_block .name{
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 3px;
}
.fz_l .dis_block .cpn{
	font-size: 16px;
	line-height: 1.3;
}


@media (max-width: 750px) {
	#dis{
		padding: 15px 0;
	}
	#dis .dis_title{
		font-size: 1.1rem;
		line-height: 2;
		justify-content: flex-start;
		padding: 0 15px;
	}
	.fz_select span{
		font-size: 11px;
		margin-right: 2px;
	}
	.fz_select button{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		cursor: pointer;
		margin-right: 3px;
		border-radius: 3px;
		color: #fff;
		background: none;
		border: 1px solid rgba(255, 255, 255, 0.4);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.dis_block{
		width: calc(100% - 30px);
		margin-bottom: 25px;
	}

}