/*body {
    line-height: 1.5em;
}
*/

/*---------------------------------------------------------------
	ご利用の流れ
---------------------------------------------------------------*/
.box_flow {
	border: 1px solid #005bac;
	padding: 0px;
}

.box_flow_inner {
	background-color:  #005bac;
	padding: 10px;
	color: white;
	margin-bottom: 10px;
}

.box_flow_inner2 { padding: 4px 12px 14px 12px; }

.arr { width: 36px; }

.box_link {
	background-color:#DB6500;
	background-color:#F18D00;
	padding: 5px 10px 3px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 11pt;
	display: table;
}

.circle18 {
  color: #fff;
  background-color: white;
  color:#003E92;

  padding: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  display: inline-block;

  font-weight: bold;
  font-size: 10pt;
  margin-right: 5px;
  line-height: 1.35em;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;

  vertical-align: 1.5px;
}

@media screen and (min-width:480px) { 
	.circle18 { line-height: 1.5em; }
}