@charset "UTF-8";

/*======================================================
For /products/lowa/blog/007/
======================================================*/
.item-wrapper {
	margin: 120px 0;
}
.item-title {
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    border-top: 1px solid #b3b6b7;
    border-bottom: 1px solid #b3b6b7;
    font-size: 2.0rem;
	margin-bottom: 70px;
    font-family: 'Noto Sans JP', sans-serif;
}
.item-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.item-img {
	width: 50%;
}
.item-detail {
	width: 45%;
	margin-left: 5%;
}
.item-detail h3 {
	font-size: 2.5rem;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 30px;
}
.item-detail h3 span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP','Roboto Slab', sans-serif;
	font-weight: normal;
}
.items-gender--men {
    border-color: #C1DE00;
    color: #C1DE00;
	border-style: solid;
    border-width: 1px;
    padding: 0.2em 0.5em;
    display: inline-block;
    font-size: 1.8rem;
	margin-bottom: 30px;
}
.item-detail a {
	display: block;
    color: #333;
    background-color: #f0f0f1;
    padding: 10px;
	text-align: right;
	max-width: 75%;
}
.item-detail a:hover {
	cursor: pointer;
	opacity: 0.5;
}
.fas {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.fa-chevron-right:before {
    content: "\f054";
}
.item-container.reverse {
	flex-direction: row-reverse;
}
.items-gender--women {
    border-color: #51B3C7;
    color: #51B3C7;
	border-style: solid;
    border-width: 1px;
    padding: 0.2em 0.5em;
    display: inline-block;
    font-size: 1.8rem;
	margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
	.item-detail h3 {
		font-size: 2.2rem;
	}
	.item-detail {
		margin-left: 0;
	}
}

@media screen and (max-width:768px) {
	.item-container {
		display: block;
	}
	.item-img {
		width: 80%;
		margin: auto;
		margin-bottom: 50px;
	}
	.item-detail {
		width: 100%;
		margin-left: 0;
	}
	.item-detail h3 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	.item-detail h3 span {
		font-size: 1.8rem;
	}
	.items-gender--men, .items-gender--women {
		margin-bottom: 18px;
	}
	.item-detail a {
		max-width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width:375px) {
	.item-img {
		width: 90%;
		margin-bottom: 30px;
	}
	.item-detail h3 {
		font-size: 2rem;
		margin-bottom: 12px;
	}
	.item-detail h3 span {
		font-size: 1.4rem;
	}
	.items-gender--men, .items-gender--women {
		margin-bottom: 12px;
	}
}
	