@charset "utf-8";
/*===========================
add
===========================*/


.lhight {
line-height: 1.5 !important;
}

.box_strategy{
	border: 2px solid #f3963e;
	border-radius: 20px;
	background-color: #fff;
}

.headding01_strategy{
	background-color: #f3963e;
	text-align: center;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 20px;
	color: #fff;
}

.body_strategy{
	padding: 30px 30px;
}

.headding02_strategy{
	border-bottom: dashed 1px #f3963e;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.ico_strategy {
	display: inline-block;
	border-radius: 20px;
	padding: 3px 10px;
	background-color: #C85715;
	color: #fff;
	margin-right: 10px;
}

.headding03_strategy{
	color: #1B3564;
	font-size: 18px;
	font-weight: 600;	
}

@media only screen and (max-width: 600px) {
	
.headding01_strategy{
	font-size: 20px;
}

.body_strategy{
	padding: 20px 20px;
}

.headding02_strategy{
	font-size: 16px;
}

.ico_strategy {
}

.headding03_strategy{
	font-size: 16px;
}
	
.section_pdg {
	margin-bottom: 80px;
}

}


.v-align {
  display: flex;
/*  justify-content: center; */
  align-items: center;
}

