.section-news iframe {
	max-width: 100%;
	max-height: 64vw;
}
.section-news img {
	max-width: 100%;
}
.section-news em {
	font-weight: bold;
	font-style: normal;
}
.section-news .tbl {
	width: 100%;
}
.section-news .image-left,
.section-news .image-right {
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-news .image-right .image {
	max-width: 50%;
	float: right;
	margin: 0 0 20px 20px;
}
.section-news .image-left .image {
	max-width: 50%;
	float: left;
	margin: 0 20px 20px 0 ;
}
.section-news .image-right .image img,
.section-news .image-left .image img {
	width: 100%;
}
.section-news div:after,
.section-news main:after,
.section-news section:after,
.section-news p:after,
.section-news ul:after,
.section-news li:after { content: none; }

.section-news .image-left:after,
.section-news .image-right:after,
.section-news .clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.section-news .col-3 {
	text-align: center;
	margin: 15px 0;
}
.section-news .col-3 > li {
	display: inline-block;
	width: 220px;
	margin-right: 16px;
}
.section-news .caption {
	margin-top: 8px;
	font-size: 12px;
}
.section-news .notice-list {
	margin: 20px 0;
}
.section-news .notice-list li {
	margin-bottom: 12px;
}

.list-bullet-01 {
	margin: 0 0 20px 0;
	padding-left: 30px;
	list-style-type: disc;
}
.list-bullet-01 li {
	list-style-type: disc;
}

.section-news ul.notice-list-02 > li,
.section-news ul.notice-list > li {
	display: table;
	margin-top: 20px;
	font-size: 12px;
}
.section-news ul.notice-list-02 > li span:first-child,
.section-news ul.notice-list > li span:first-child {
	display: table-cell;
	white-space: nowrap;
}
.section-news ul.notice-list-02 > li span:first-child + div,
.section-news ul.notice-list > li span:first-child + div {
	display: table-cell;
	padding-left: 0.5em;
}


.grid-arr.t-2.col-2 .unit img {
	width: 100%;
}

.list-order>li, .list-alpha-01>li, .list-alpha-02>li {
	position: relative;
	padding-left: 30px;
}
.list-order>li:before, .list-alpha-01>li:before, .list-alpha-02>li:before {
	position: absolute;
	top: 0;
	left: 0;
}
.list-order {
	margin: 0 0 20px 0;
	counter-reset: list-order-item 0;
}
.list-order>li:before {
	counter-increment: list-order-item 1;
	content: counter(list-order-item) ".";
}
@media screen and (min-width:641px) and (min-device-width:641px) {
	.grid-arr.t-2.col-2 {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}
	.grid-arr.t-2.col-2 .unit {
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
	}
}