@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/flow/h2PageTitle.jpg);
}

/*コンテンツ*/

div.flowBox01 {
	height: auto;
	width: 700px;
	padding-bottom: 70px;
	margin: 0px auto;
}

div.flowBox01 ul {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.flowBox01 ul li {
	float: left;
	display: inline;
	height: auto;
	width: 213px;
	margin: 10px;
}

div.flowBox01 ul li h3 {
	height: 233px;
	width: 213px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.h3Title01 {
	background-image: url(../img/flow/h3Title01.jpg);
}

h3.h3Title02 {
	background-image: url(../img/flow/h3Title02.jpg);
}

h3.h3Title03 {
	background-image: url(../img/flow/h3Title03.jpg);
}

p.flowText01 {
	padding-top: 10px;
	font-size: 17px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}

div.flowTextArea {
	height: 95px;
	width: 100%;
	overflow: hidden;
	vertical-align: text-top;
}

div.flowTextArea p {
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: left;
}

div.flowBtnBox a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

div.flowBox02 {
	height: auto;
	width: 700px;
	margin: 0px auto 50px auto;
}

div.flowBox02 h3 {
	height: 100px;
	width: 700px;
	margin: 0px auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.howtoTitle {
	background-image: url(../img/flow/howtoTitle.jpg);
}

h3.noticeTitle {
	background-image: url(../img/flow/noticeTitle.jpg);
}

ul.flowBox02List {
	height: auto;
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

ul.flowBox02List li {
	padding-top: 2px;
	font-size: 13px;
	line-height: 32px;
	color: #333;
	border-bottom: 1px dashed #22A250;
}

ul.flowBox02List li:before {
	content: "■";
	font-size: 10px;
	line-height: 32px;
	padding-right: 15px;
	color: #20A050;
}



/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){


div.flowBox01 {
	height: auto;
	width: 100%;
	padding-bottom: 0px;
	margin: 0px auto;
}

div.flowBox01 ul {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.subImageBox02 {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.subImageBox02 img {
	height: auto;
	width: 100%;
	background-size: contain;
}

div.flowBox01 ul {
	text-align: center;
}

div.flowBox01 ul li {
	float: none;
	display: block;
	margin: 0px auto 50px auto;
}

div.flowBox02 {
	height: auto;
	width: 100%;
	margin: 0px auto 20px auto;
}

div.flowBox02 h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

ul.flowBox02List {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

ul.flowBox02List li:before {
	padding-right: 1em;
}

}
