h2.hdg03,p.tableImage {
	text-align:center;
}

.hdg03 .mark {
	background-color:#25dbb9;
}

.bg_example {
	border: solid 2px #25dbb9;
    padding: 30px;
    border-radius: 20px;
    background-color: white;
}

h3.underLine {
	color:white;
	background-color:#25dbb9;
	padding:10px 30px;
	text-align:center;
	border-radius:20px;
}

.hrLine {
	margin-bottom: 50px;
    border-bottom: solid 4px #25dbb9;
    padding-bottom: 50px;
}

.textLeft {
	text-align:left;
}

.textCenter {
	text-align:center;
}

.pd30 {
	padding: 0px 30px;
}

h2,h3 {
	margin-top:40px;
}

.crred {
	color:#ff94a0;
	font-weight: bold;
}

.crblue {
	color:#8bd9f9;
	font-weight: bold;
}

.flex_pc {
	display:flex;
	justify-content: space-around;
	width:80%;
	margin:0 auto;
	align-items:center;
	flex-direction: column;
}



.flex_sp {
	display: flex;
	flex-direction: column;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

.order3 {
	order: 3;
}

.flex_title {
	display: flex;
	flex-direction: column;
	width:80%;
	margin:0 auto;
}

.mrr {
}

.step {
	display: flex;
	width:80%;
	margin:0 auto 50px;
	align-items: start;
}

.step_sp {
	display: flex;
	width:100%;
	margin:0 auto 50px;
	align-items: start;
}

.fss {
	font-size:smaller;
}