@charset "utf-8";
.index_spc1{
	margin-top: 80px;
	margin-bottom: 100px;
}
.index_txt_center{
	text-align: center;
}
.index_mainBOX{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.index_parent {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_child {
	width: calc((100% - 30px) / 2);
	height: auto;
	display: flex;
	flex-direction: column;
}
.index_child h2{
	margin-bottom: 0.5rem;
}
.index_child p{
	margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {	
.index_mainBOX{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.index_parent {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_child {
	width: calc((100% - 30px) / 2);
	height: auto;
	display: flex;
	flex-direction: column;
}
}
@media (max-width: 768px) {
.index_child {
	text-align: center;
	width:100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
	.index_child:nth-child(2){
		margin-top: 80px;
	}
}
