@charset "shift_jis";

body {
	box-sizing: border-box;
}
h1, h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

#uchiwa-body {
	margin-bottom: 50px;
	font-size:16px;
	line-height: 1.5;
	color:#333;
	width:830px;
}
#uchiwa-body img {
	width: 100%;
	vertical-align: top;
}
.uchiwa-ttl {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #46b1e1;
	margin-top: 70px;
	padding: 8px 15px;
	text-align: center;
}
.uchiwa-lineup {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.uchiwa-item {
	width: 46%;
	margin-top: 30px;
}
#uchiwa-body .inquiry-btn {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	background: #ffc000;
	padding: 7px 30px;
	border-radius: 5px;
	text-align:center;
	text-decoration: none;
	display: inline-block;
}
#uchiwa-body .inquiry-btn:hover {
	opacity: 0.8;
}

#uchiwa-midassi div {
	margin-top:5px;
}

#uchiwa-midassi span {
	margin:0px 15px 5px 10px;
	font-size:16px;
	padding:0px 12px;
	background-color:#FFC000;
	border-radius:20px;
	font-weight:bold;
	text-align:center;
}