@charset "utf-8";

.offeredArea {
	display: flex;
	align-items: stretch;
	margin-bottom: 1.5vw;
}

/* Category */
.category {
	background-color: #E4E4E4;
	width: 18%;
	padding-top: 0.5vw;
	margin-right: 2%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.categTxt {
	font-size: 1.3vw;
	text-align: center;
}

/* Spec Area */
.specArea {
	width: 80%;
	display: flex;
	flex-wrap:wrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

/* Single Box */
.single {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.6vw;
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* Name */
.nameArea {
	width: 20%;
	margin-right: 1%;
}

.nameJ {
	font-size: 1.1vw;
	line-height: 110%;
	color: #000;
	font-weight: 400;
}

.nameE {
	font-size: 1.05vw;
	line-height: 110%;
	color: #000;
	font-weight: 400;
	padding-bottom: 0.4vw;
}

/* Button Area */
.btnArea {
	width: 12%;
}

/* Button */
.btn a,
.btn a:visited {
	border: 1px solid #666;
	font-size: 1.1vw;
	line-height: 100%;
	text-decoration: none;
	padding-top: 0em;
	padding-bottom: 0.1em;
	border-radius: 4px;
	color: #000;
	padding-right: 1em;
	padding-left: 1em;
}

.btn a:hover {
	background-color: #E9E9E9;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

/* RecoTxt */
.recoTxt {
	width: 66%;
	font-size: 1.1vw;
}

.btmSpace {
	height: 8vw;
}


@media screen and (max-width: 767.98px){ /*768-992*/

.offeredArea {
	display: flex;
	flex-wrap:wrap;
	align-items: stretch;
	margin-bottom: 4vh;
}

/* Category */
.category {
	background-color: #E4E4E4;
	width: 100%;
	padding-top: 0.8vw;
	margin-right: 0%;
	border-bottom-width: 8px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	padding-bottom: 1.4vw;
	margin-bottom: 1.4vh;
}

.categTxt {
	font-size: 4vw;
	text-align: center;
}

/* Spec Area */
.specArea {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 0.6vh;
}

/* Single Box */
.single {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.6vw;
	padding-top: 0.6vw;
	padding-bottom: 0vw;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* Name */
.nameArea {
	width: 55%;
	margin-right: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.6vh;
}

.nameJ {
	font-size: 3.8vw;
	line-height: 110%;
	color: #000;
	font-weight: 400;
}

.nameE {
	font-size: 3.8vw;
	line-height: 110%;
	color: #000;
	font-weight: 400;
	padding-bottom: 0.4vw;
}

/* Button Area */
.btnArea {
	width: 35%;
}

/* Button */
.btn a,
.btn a:visited {
	border: 1px solid #666;
	font-size: 4vw;
	line-height: 100%;
	text-decoration: none;
	padding-top: 0.4vhem;
	padding-bottom: 0.4vh;
	border-radius: 4px;
	color: #000;
	padding-right: 1.4em;
	padding-left: 1.4em;
}

.btn a:hover {
	background-color: #E9E9E9;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

/* RecoTxt */
.recoTxt {
	width: 100%;
	font-size: 3.8vw;
	padding-top: 1vh;
	padding-bottom: 1.1vh;
	line-height: 110%;
}

.btmSpace {
	height: 8vw;
}


}
