.mediaViewInfo {
	--web-view-name: News;
	--web-view-id: News;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}

:root {
	--web-view-ids: News;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

#News {
	width: 85%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	--web-view-name: News;
	--web-view-id: News;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;

}
#Text_cq {
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
	letter-spacing: 0.8px;
	padding-bottom: 20px;
}

#n_0231101 {
	overflow: visible;
	width: 62px;
	white-space: nowrap;
	text-align: left;
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(0, 4, 98, 1);
	letter-spacing: 0.4px;
}

#n_479 {
	width: auto;
	height: auto;
	display: inline;
	object-fit: contain;
}

#n_15m_100kg {
	font-size: 16px;
	padding-bottom: 50px;
}

#Component_cw {
	width: 360px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	overflow: visible;
}

.categorybox {
	padding-left: 5px;
}

.category {
	font-weight: bold;
	background-color: #000462;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
}

#box {
	box-sizing: border-box;
	/* 罫線も含む長さ      */
	background: #fff;
	/* BOXの背景色         */
	width: 280px;
	/* BOXの幅             */
	max-height: 210px;
	/* BOXの高さ           */
	display: flex;
	/* FlexBox定義         */
	flex-wrap: wrap;
	/* 折り返し定義        */
	padding-bottom: 20px;
}

#pict {
	padding-top: 10px;
	text-align: center;
}

#head {
	padding-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
}

@media screen and (max-width: 849px) {
	#Component_cw {
		width: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0 auto;
		overflow: visible;
	}

    #News {
        width: 90%;
    }

    #head {
        padding-left: 0;
        padding-right: 0;
    }
}
