@charset "utf-8";

/*----------------------------------------------------------
	Reset Default Style
*/
html,body { background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,embed { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000000; }
/*----------------------------------------------------------
	Reset Font Style
*/
body { font-size:100%; color:#000000; }
input,button,textarea { font-weight:inherit; font-size:99%; }
table { font-size:inherit; font-size:100%; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; }
/*
Declare this percent
[10px =>  63%]
[11px =>  69%] [12px =>  75%] [13px =>  82%] [14px =>  88%] [15px =>  94%]
[16px => 100%] [17px => 107%] [18px => 113%] [19px => 119%] [20px => 125%]
[21px => 132%] [22px => 138%] [23px => 144%] [24px => 150%] [25px => 157%]
[26px => 163%]
*/

body, html {
	background: #ffffff;
}
body {
	-webkit-text-size-adjust: 100%;
}
#content {
	margin: 0 auto;
	padding: 20px 0;
	width: 700px;
	font-size: 14px;
	line-height: 1.6em;
	float: none;
}
#content img {
	vertical-align: top;
}

.heading {
	padding: 5px 0 5px 10px;
    font-size: 28px;
    line-height: 1.1em;
	border-left: 6px solid #FF3C00;
}
.lead {
	margin: 20px 0 0 0;
    color: #FF3C00;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}
.text {
	margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5em;
}

.merit {
	margin: 20px 0 0 0;
	width: 100%; height: 100px;
}
.merit li {
	display: inline;
}
.merit .lcol {
	float: left;
}
.merit .rcol {
	float: right;
}

h3 {
	margin: 20px 0 0 0;
	padding: 8px 10px;
    background: #E0DFDE;
    border-radius: 3px 3px 3px 3px;
}
h3 span {
	display: block;
	padding: 0 0 0 5px;
	border-left: 4px solid #FF3C00;
    font-size: 18px;
    line-height: 1.2em;
}
.mb {
	margin-bottom: 15px;
}

.arrow {
	background: transparent url(../img/orico/arrow_01.png) no-repeat 50% 50%;
	display: block;
	width: 160px; height: 40px;
}
table.flow th {
    display: table-cell;
	width: 160px;
	background-color: #FAE9E3;
	border-radius: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
    text-align: center;
	color: #FF3C00;
}
table.flow td {
    display: table-cell;
    margin-top: -1px;
    padding: 2px 0 10px 17px;
    vertical-align: middle;
	font-size: 13px;
	line-height: 1.5em;
    width: 540px;
}
table.flow td .ac {
	padding: 15px 0;
    text-align: center;
}
table.flow td .note {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

ul.flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.flow {
	width: 100%;
	zoom: 1;
}
ul.flow li {
	float: left;
    width: 239px;
	padding: 20px 0 0 0;
}
ul.flow li.last {
    width: 188px;	
}
ul.flow li .block {
    border: 1px solid #D4D1CF;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
    width: 188px;
	min-height: 220px;
}
ul.flow li .block p {
	padding: 0 0 10px 0;
	text-align: center;
}
ul.flow li .block dl dt {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
}
ul.flow li .block dl dd {
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.5em;
}
