@charset "utf-8";

#what_inner{
	margin: 50px auto;
}

#preface {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #ffedf2;
	border: 1px solid #ff99b5;
	border-radius: 10px;
}

#preface p {
	font-size: 160%;
}

#preface p strong {
	font-size: 120%;
	color: #fb658e;
	font-weight: bold;
}

#what_list {
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	background: #ffedf2;
	border: 1px solid #ff99b5;
	border-radius: 10px;
}

#what_list dt {
	font-size: 120%;
}

#what_list dt .step_nb{
	display: block;
	background: #fd80aa;
	color: #fff;
	padding:5px 10px;
	font-size: 16px;
	float: left;
	text-align: center;
	margin-right:5px;
	border-radius: 5px;
}

#what_list dt .step_ttl{
	display: block;
	padding: 3px;
	font-size: 140%;
	font-weight: bold;
	color: #fb658e;
}

#what_list dd {
	padding: 10px 0;
}
#what_list dd li {
	margin-left: 20px;
	list-style: outside;
	line-height: 1.5;
	padding: 5px 0;
	font-size: 150%;
}

.flowarrow {
	width: 100px;
	text-align: center;
	margin: 30px auto;
}

.flowarrow img {
	max-width: 100%;
	height: auto;
}

#what_bottom_txt {
	padding: 20px 0;
}

#what_bottom_txt p {
	font-size: 150%;
}

#what_bottom_txt span {
	color: #fb658e;
	font-size: 120%;
}

#what_bottom_txt .check_txt1 {
	font-size: 130%;
}

#what_bottom_txt .check_txt2 {
	color: #555555;
	font-size: 16px;
	background : #fdff6f;
}
#what_bottom_txt .txt3 {
    padding: 50px 0;	
}
#what_bottom_txt .check_txt3 {
	font-size: 143%;
}


/*  [tablet-size] */
@media only screen and (min-width: 900px) {
	
	#preface {
		padding: 20px;
	}

	#what_list {
		padding: 25px;
	}

	#what_list dt .step_ttl {
		font-size: 24px;
		line-height: 1.2;
	}
	
	#what_bottom_txt {
	text-align: center;
}
}