* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 14px;
}

body {
	color: #212121;
	background-color: #3949ab;
	font-size: 14px;
}

.wrapper {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

.header {
	padding: 20px 0;
	color: #ffffff;
}

.header h1 {
	padding: 4px 0;
	font-size: 24px;
}

.main {
	background-color: #ffffff;
}

.contents {
	padding: 30px 0;
}

.contents a {
	color: #3949ab;
}

.contents h1 {
	padding: 2px 10px 5px 10px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	background-color: #3949ab;
}

.contents h2 {
	padding-bottom: 4px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: solid 1px #c5cae9;
}

.contents h2::before {
	content: "";
	border-left: 3px solid #3949ab;
	padding-right: 10px;
}

.contents p,
.contents ul {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 22px;
}

.contents th {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

.contents ul {
	padding-left: 15px;
	list-style-type: disc;
}

.alert {
	padding: 5px 15px;
	border: solid 3px #f44336;
}

.alert .title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	border: 0;
}

.alert p.gray {
	color: #616161;
}

.item {
	margin-bottom: 16px;
	overflow: hidden;
}

.item .left {
	width: 100px;
	float: left;
}

.item .left img {
	width: 100%;
	border: solid 1px #9e9e9e;
}

.item .right {
	width: 900px;
	padding-left: 20px;
	float: right;
}

.detail {
	margin-bottom: 6px;
	overflow: hidden;
}

.detail .chip,
.detail .title,
.detail .price {
	float: left;
}

.detail .chip {
	width: 60px;
	height: 22px;
	margin-right: 10px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}

.detail .chip-wide {
	width: 80px;
}

.detail .chip-new {
	background-color: #ff1744;
}

.detail .chip-semi {
	background-color: #d500f9;
}

.detail .chip-old {
	background-color: #2979ff;
}

.detail .chip-gray {
	background-color: #757575;
}

.detail .title {
	margin-top: -5px;
	margin-right: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.detail .price {
	margin-top: 2px;
	color: #424242;
}

.package {
	margin-top: 30px;
	margin-bottom: 10px;
}

.package img {
	height: 100px;
	margin-right: 5px;
}

.oshinagaki {
	width: 80%;
	margin: 10px 0;
	border: solid 1px #9e9e9e;
}

.footer {
	padding: 30px 0;
	line-height: 22px;
	color: #ffffff;
}

@media screen and (max-width: 1020px) {
	.wrapper {
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
		box-sizing: border-box;
	}

	.item .left {
		width: 80px;
	}

	.item .right {
		width: calc(100% - 80px);
	}

	.detail .chip,
	.detail .title,
	.detail .price {
		float: none;
	}

	.detail .chip {
		margin-bottom: 8px;
	}

	.detail .title {
		line-height: 26px;
	}
}
