
/*----------------------------------------------------------*/
.boxb2{
	width: 100%;
	text-align: center;
	margin-top:200px;
}
.boxb2-1{
	width: 80%;
	max-width: 1200px;
	margin: 50px auto;
	font-size: 1.5vw;
	text-align: left;
}
.boxb2-1 h3{
	font-size: 20px;
}
.boxb2-1-in{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.boxb2-1-image img{
	max-width: 500px;
	width: 100%;
}
.boxb2-1-text{
	width: 100%;
	max-width: 700px;
	font-size: 16px;
   margin-left: 5%;
	 margin-top: 0px;
	 line-height: 2em;
	}
.boxb2-2{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 20vh;
	font-size: 1.5vw;
}
.boxb2-2 h3{
	font-size: 20px;
}
.boxb2-2 td{

}
table{
	width: 100%;
	 border-collapse: collapse;
 	font-size: 16px;
	margin-top: 20px;
}
table th{
	width: 150px;
	padding: 10px 0;
  border: solid 1px black;
  background: #70531c;
	color: #fff;
	font-weight: normal;

}
table td {
	width:calc(100% - 150px);
  border: solid 1px black;
	text-align: left;
	padding: 5px;

}
.boxb20{
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-size: 1.5vw;
}
.boxb2-3-in{
	width: 100%;
	display: block;
}

.boxb2-3-image img{
	width: 100%;
}
.boxb2-3-text{
	width: 100%;
	font-size: 0.7em;
	 margin-top: 0px;
	 line-height: 2em;
	}
/*-------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
.boxb2{
	margin-top: 120px;
}
.boxb2-1-text{

	font-size: 15px;
	}

table{

	font-size: 15px;
}


}/*max--width:1000px;*/


@media only screen and (max-width:768px) {

	h2{
	}
	h3{
		font-size: 20px;
	}
	/*----------------------------------------------------------*/
	.boxb2{
		width: 100%;
	}
	.boxb2-1{
		width: 90%;
		max-width: 1200px;
		margin:50px auto 100px;
		font-size: 1.5vw;
	}

	.boxb2-1-in{
		width: 100%;
		display: block;
	}

	.boxb2-1-image img{
		max-width: 500px;
		width: 100%;
	}
	.boxb2-1-text{
		width: 100%;
		max-width: 700px;
	   margin-left: 0%;
		 margin-top: 20px;
		 font-size: 15px;
		}
		.boxb2-2{}
.boxb2-2-table{
	font-size: 10px;
}
.boxb20{
	width: 100%;
}
.boxb2-3-text{
	width: 100%;
	max-width: 700px;
	 margin-left: 0%;
	 margin-top:10px;
	 font-size: 15px;
	}
	table th{
		width: 100px;
 	 font-size: 14px;
	}
	table td{
		width: calc(100% - 100px);
	}
	/*----------------------------------------------------------*/
.boxb2-2{
	width: 90%;
	margin:50px auto 100px;
}
	/*----------------------------------------------------------*/

}
@media only screen and (max-width:450px) {

}
