@charset "UTF-8";

.subback{
	margin-top: 40px;
}
.businessicon{
	margin-top: 100px;
}

.tradelead{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.tradelead img{
	width: 48%;
	height: 100%;
	object-fit: cover;
}
.taradeleadtext{
	font-size: 20px;
	line-height: 40px;
	width: 48%;
	text-align: left;
}

.tradetext1{
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 40px;
}

.balloon{
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	width: 100%;
	font-size: 16px;
	background: #EC73A8;
}

.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #EC73A8;
  }
  
  .balloontext {
	  font-size: 26px;
	  color: white;
	margin: 0;
	padding: 14px;
  }

  .tradetextbox{
	margin-top: 80px;
	padding: 18px 12px;
	width: 100%;
	font-size: 26px;
	color: white;
	background: #EC73A8;
  }
  .tradetextbox2{
	  font-size: 20px;
	  line-height: 40px;
	padding: 18px 20px;
	width: 100%;
	background: #FDEFF5;
  }

  .rikisyotext{
	  margin-top: 80px;
	  margin-bottom: 30px;
  }

  .rikisyotext2{
	margin-top: 30px;
	margin-bottom: 30px;
}

.ichiran{
	font-size: 20px;
	margin: 80px 0px 0px 0px;
	border: solid 1px black;
	padding: 40px;
}

.ichirantext{
	margin-top: 26px;
	text-align: left;
	line-height: 34px;
}

.ichirantext span{
	font-weight: bold
}


.jissekititle{
	font-size: 20px;
	margin-top: 80px;
	margin-bottom: 60px;
	display: flex;
    align-items: center;
}
.jissekititle:before,
.jissekititle:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: black;
}
.jissekititle:before {
    margin-right: 1rem;
}
.jissekititle:after {
    margin-left: 1rem;
}

.jisseki{
	display: flex;
	justify-content: center;
}
.items {
	margin: 20px 16px 20px 16px;
	text-align: center;
	width: 45%;
}
.items img{
	width: 95%;
}

.itemtext{
	font-size: 20px;
	padding: 14px;
	line-height: 24px;
}


@media(max-width:960px){
	.ichiran{
		margin: 80px 6px 0px 6px;
	}
	.tradetext1{
		padding: 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.tradetextbox2 {
		font-feature-settings: "palt";
	}
	.tradelead{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.wrap{
		margin-top: 40px;
	}

	.balloontext{
		font-size: 20px;
	}
	

	.tradelead img{
		margin: 0 auto;	
		width: 100%;
	}
	.taradeleadtext{
		margin-top: 20px;
		width: 100%;
		font-size: 18px;
		line-height: 32px;
		font-feature-settings: "palt";
		text-align: justify;
	}
	.tradetext1{
		font-size: 18px;
		padding: 0 30px;
		text-align:justify;
		font-feature-settings: "palt";
	}
	.tradetext1 br{
		display: none;
	}
}

@media screen and (max-width: 550px) {
.businesstext{
		font-size: 18px;
}

.itemtext{
	font-size: 16px;
	line-height: 20px;
}
.tradetextbox{
	font-size: 20px;
	font-feature-settings: "palt";
}
}

@media screen and (max-width: 515px) {
.tradetext1 br{
	display: none;
}
.tradetextbox2 br{
	display: none;
}
}


@media screen and (max-width: 350px) {
	.businessicon{
		margin-top: 80px;
	}
	.businesstext{
		font-size: 16px;
}


	  .balloontext {
		  font-size: 20px;
	  }
	.tradetext1{
		font-size: 16px;
		line-height: 26px;
	}
	.linkbtn{
		width: 90%;
	}
	.rikisyotext{
		margin-top: 60px;
	}
	.tradetextbox{
		margin-top: 60px;
		width: 100%;
		font-size: 20px;
	  }
	  .tradetextbox2{
		  font-size: 16px;
		  line-height: 30px;
	  }
	.ichiran{
		font-size: 16px;
		margin: 60px 6px 0px 6px;
		padding: 30px;
	}

	.jissekititle{
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.itemtext{
		font-size: 10px;
		line-height: 12px;
	}
}