@charset "UTF-8";
/* CSS Document */



*{
	padding:0;
	margin:0;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
}


a{ text-decoration:none; }
ul, li{ list-style:none; }
img{ border:0; width:100%; }

clearfix{ zoom:1; }
clearfix:after{ content:'.'; display:block; height:0; clear:both; line-height:0; visibility:hidden; }


html{ height:100%; font-family: arial, sans-serif; }
body{ text-align:center; max-width:768px; margin:0 auto; }


header{ width:100%; margin-bottom:30px; }
section{ margin:0 10px 50px; }

/* FONT */
h1, h2{ margin:0; padding:0; }
h2{ padding-right:20px; padding-left:20px; margin-bottom:10px; }
h3{ font-size:100%; margin-bottom:10px; }
p{ text-align:left; font-size:87.5%; line-height:1.6; }
span{font-weight:bold; font-size:100%; }
.copy{ text-align:center; font-size:75%; padding-bottom:10px; }

/* 各リストの設定 */
ul.advantage{ margin-top:20px; }
ul.advantage li{ display:table; width:100%; padding:10px 0; }
ul.advantage li:not(:last-child){ border-bottom:1px dotted #ccc; }
ul.advantage li figure{ display:table-cell; vertical-align:middle; width:24%; padding-right:10px; line-height:0.1em; font-size:1px; }
ul.advantage li p{ display:table-cell; vertical-align:middle; }

ul.flow{ margin-top:20px; }
ul.flow li{ display:table; width:100%; background:#f3f1ed; padding:18px; margin-bottom:34px; border-radius:6px; position:relative;}
ul.flow li:last-child{ margin-bottom:10px; }
ul.flow li:not(:last-child):after{
	background:url(../img/arrow.gif) no-repeat center center;
	position: absolute;
	content: "";
	bottom: -28px;
	left: 46%;
	width: 18px;
	height: 20px;
	margin-top: -5px;
	background-size:18px 20px;
}
ul.flow li figure{ display:table-cell; vertical-align:middle; width:50%; padding-right:10px; line-height:0.1em; font-size:1px; }
ul.flow li p{ display:table-cell; vertical-align:middle; }

/* ご注意 */
.attention{ background:#f3f1ed; margin:0 0 40px; padding:20px; }
.use{ margin-bottom:40px; }
.btn{ background:#fb524d; padding:14px 0; margin:0 auto; border-radius:6px; color:#fff; font-weight:bold; font-size:110%; display:block; width:80%; }
