@charset "utf-8";
.wrapper #second {
	text-align: center;
	padding-top: 35px;
}

.wrapper #second h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #4F4F4F;
	font-family: inherit;
}
#second h2 span {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #4F4F4F;
}

.wrapper #second h1::after {
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper #second .second_inner_01 {
display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#second .second_inner_01 .second_inner01_inner01 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	/*display: grid;
	grid-template-columns: 1fr 5fr;
	column-gap:5px;*/
	text-align: left;
	max-width: 554px;
	align-items: center;
		
}
.second_inner01_inner01 .inner_content01 p {
	margin-top: 22px;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	color: #4F4F4F;
	margin-left: 22px;
}
.second_inner_01 .second_inner01_inner01 .inner_content01 {
	max-width: 377px;

}

#second .second_inner_01 .second_inner01_inner01 .nbr {
	color: #009DD9;
}

.second_inner02   {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 35px;
}
#second .second_inner02 .second_inner02_content {
	padding-top: 57px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 57px;
	max-width: 350px;
	border-radius: 25px;
	box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow:  3px 2px 20px 10px #00000029;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
.second_inner02 .second_inner02_content img {
	margin-left: 0px;
	margin-right: 100%;

}


.second_inner02 .second_inner02_content h2 {
	color: #124677;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}

.second_inner02 .second_inner02_content h2::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;

}.second_inner02 .second_inner02_content p {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #4F4F4F;
}
