.settings {
	width: 100%;
	height: 30vw;
}
.settings img {
	width: 100%;
	height: 100%;
}
.tailorisms {
	width: 100%;
	margin-bottom: 3vw;
}
.tailorisms_box {
	width: 75vw;
	margin: 1vw auto;
}

.concerning {
	width: 100%;
	margin-top: 3vw;
}
.concerning_top {
  font-weight: bold;
	font-size: 1.6vw;
	color: #000000;
}
.concerning_top span {
	color: red;
}
.concerning_bottom {
	width: 100%;
	margin-top: 2vw;

}
.concerning_left {
	width: 100%;
}
.concerning_left_title {
	font-size: 1.4vw;
	color: #000000;
	margin: 1vw auto;
	font-weight: bold;
}
.concerning_right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 1vw;
}
.concerning_left_conent {
	line-height: 2vw;
	font-size: 0.9vw;
	color: #000000;
	text-align: justify;
}
.concerning_right img {
	width: 49%;
	height: 22vw;
}