/* Scss Document */
/* color */
/* media queries*/
.sales_head {
		background: url("../../img/jimu_head_bg.jpg") no-repeat;
		background-position: 50% left;
		background-size: cover;
}

.box_qa .item {
		width: 32.6666666667%;
}
.box_qa .item:nth-of-type(1) .ques {
		background: url("../../img/box_ques_ico01.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(1) .ans {
		background: url("../../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(2) .ques {
		background: url("../../img/box_ques_ico02.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(2) .ans {
		background: url("../../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(3) .ques {
		background: url("../../img/box_ques_ico03.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(3) .ans {
		background: url("../../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}

.merit {
		margin: 3rem 0;
}
.merit .merit_title {
		padding: 0.5rem;
		border-bottom: #F3DE28 3px solid;
		font-weight: bold;
		font-size: 1.1rem;
}
.merit .merit_title span {
		font-weight: bold;
		font-size: 0.9rem;
		display: block;
}
@media screen and (max-width: 640px) {
		.merit .merit_title span {
				display: inline;
				padding-right: 1rem;
		}
}
.merit .merit_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item {
				display: block;
				margin-bottom: 2rem;
		}
}
.merit .merit_item .box {
		padding: 0.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:first-of-type {
				text-align: center;
		}
}
.merit .merit_item .box:last-of-type {
		padding-top: 1.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:last-of-type {
				padding-top: 0.5rem;
		}
}

.details table a {
		text-decoration: underline !important;
}

/*========== .usage ==========*/
.usage {
		margin: 3rem 0 0;
		padding: 0.5rem 2%;
}
.usage .title {
		background-color: #F3DE28;
		font-size: 1.1rem;
		font-weight: bold;
		color: #47463b;
		padding: 0.5rem 1rem;
}
.usage .box {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.usage .box .explain {
		font-size: 1rem;
		padding-bottom: 1rem;
}
.usage .box .pattern {
		background-color: #fff;
		padding-top: 1rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.usage .box .pattern .title {
		background-color: #f26528;
		color: #fff;
		padding: 0.5rem;
		text-align: center;
		margin: 0 auto 1rem;
		border-radius: 1.5rem;
}
.usage .box .pattern .case {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
		.usage .box .pattern .case {
				display: block;
		}
}
.usage .box .pattern .case .item {
		border: rgba(71, 70, 59, 0.5) 1px solid;
		width: calc((100% - 2rem) / 3);
		color: #333;
		text-align: center;
		padding: 1rem;
		margin: 0.5rem;
		font-weight: bold;
}
.usage .box .pattern .case .item .img {
		margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
		.usage .box .pattern .case .item {
				width: 100%;
				margin: 0 0 1rem 0;
		}
		.usage .box .pattern .case .item:last-of-type {
				margin-bottom: 0;
		}
}

/*========== end .usage ==========*/