.main{
	/*height:100%;*/
}

.swipe_list{
	display:block;
}

.content ul li{
	height:auto;
}

.scroll_list ul li p{
	/*font-size:14px;*/
	font-size: 3.6vw;
	/*line-height: 20px;*/
	line-height: 5vw;
	text-overflow: unset;
	white-space: nowrap;
	white-space: normal;
}

.list_main{
	padding:10px 20px;
	height: auto;
}

.list_main .info_text{
	max-width:100%;
	font-weight:normal;
	/*line-height: 21px;*/
	line-height: 5.2vw;
	margin-top: 3px;
	letter-spacing: 0;
}

.scroll_list{
	/*height: calc(100% - 11.3%);*/
	height: auto;
}

.scroll_list ul li .date{
	font-weight:bold;
	color:#EA5414;
	font-size: 3.1vw;
}

.scroll_list ul li .title{
	font-weight:bold;
	/*line-height: 20px;*/
	line-height: 5vw;
}

.btn_back{
	margin-top: 20px;
	margin-bottom: 0px;
}

.btn_back:active{
	background-color: #d2d2d2;
}

.notice.icon_batch{
	top: 20px;
}

.icon_batch{
	/*width: 20px;*/
	width: 4.834vw;
	/*height: 20px;*/
	height: 4.834vw;
}
.notice.icon_batch span{
	transform: scale(1);
	font-size: 3.4vw;
	/*line-height: 20px;*/
	line-height: 5vw;
}
/*お知らせ用画像*/
.notice_contents_img{
	/*height: 170px;*/
	height: 41vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5vw 0px;
	border-bottom: 0px;
	background: #fff;
}
.notice_contents_img img{
	vertical-align: middle;
	max-width: 100%;
	/*max-height: 170px;*/
	max-height: 41vw;
	margin-right: auto;
	margin-left: auto;
}

/*タイトルと日付*/
.float_box:after{
	content: " ";
	display: table;
	clear: both;
}
.float_box .date{
	float:left;
}
.float_box .title{
	margin-left: 10px;
	float:left;
}