@charset "utf-8";

.pagenav_01 {
	padding-top: 20px;
}

.pagenav_01 li {
	width: 46%;
	margin-bottom: 17px;
}

.pagenav_01 li:last-child,
.pagenav_01 li:nth-last-child(2) {
	margin-bottom: 0;
}

article {
	margin: 0 3% 25px;
}

.ttl {
	background: #006bbd;
	background: -webkit-linear-gradient(#006bbd 0%, #007cd7 100%);
	background: -o-linear-gradient(#006bbd 0%, #007cd7 100%);
	background: linear-gradient(#006bbd 0%, #007cd7 100%);
	padding: 10px 12px;
}

.ttl h1 {
	background-image: url(../img/common/icon_checkbox_02.png);
	background-position: 0 .2em;
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding: 0 3px 3px 25px;
	color: #fff;
	font-size: 1.7rem;
}

.ttl dl {
	display: table;
	float: right;
}

.ttl dt,
.ttl dd {
	display: table-cell;
	padding: 3px 5px;
	font-weight: bold;
}

.ttl dt {
	background-color: #004A82;
	color: #fff;
	border-radius: 5px;
}

.ttl dd {
	color: #FF9900;
}

.content {
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 15px 18px;
}

#main .content h2 {
	color: #FF9900;
	font-size: 1.5rem;
	padding: 0;
	background: transparent;
	margin-bottom: 5px;
}

#flow h2 .label {
	background-image: none;
	background-color: #FF9900;
	color: #0066B7;
	display: block;
	float: right;
	padding: 2px 5px;
}

#flow .entryBlock > p {
	margin-bottom: 10px;
}

.content h3 {
	color: #0066B7;
	text-indent: -4em;
	padding-left: 4em;
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 10px;
}

.content table {
	width: 100%;
	margin-bottom: 10px;
}

.content th,
.content td {
	text-align: center;
	font-size: 1.4rem;
	border: #ccc 1px solid;
	padding: 3px 0;
}

.content th {
	background-color: #DDF0FF;
	font-weight: normal;
}


#plan_04 dl {
	border: #E1E1E1 2px solid;
	border-radius: 4px;
	padding: 0 16px 16px 16px;
	margin-bottom: 10px;
}

#plan_04 dt {
	background-color: #1084D8;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	margin-top: -2px;
	padding: 5px 8px;
	border-radius: 0 0 4px 4px;
	margin-bottom: 15px;
}

#plan_04 li {
	background-image: url(../img/common/icon_checkbox_01.png);
	background-repeat: no-repeat;
	background-position: left .2em;
	font-weight: bold;
	background-size: 15px auto;
	padding-left: 20px;
	font-size: 1.3rem;
}

#plan_04 li b {
	color: #FF9900;
}

#flow li {
	background-image: url(../img/common/icon_arrow_b_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	background-size: 24px auto;
	margin-bottom: 10px;
}

#flow li:last-child {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#flow li dt {
	background-image: url(../img/common/bg_line_01.gif);
	color: #fff;
	font-weight: bold;
}

#flow li dd {
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 13px 15px;
}

#flow dd .icon {
	width: 50px;
	float: right;
	margin-left: 25px;
}

#flow dd .text {
	overflow: hidden;
}

#flow dt span {
	background-size: auto 60%;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 60px;
	display: block;
}

#flow .step_01 dt span {
	background-image: url(../img/service/step_01.png);
}

#flow .step_02 dt span {
	background-image: url(../img/service/step_02.png);
}

#flow .step_03 dt span {
	background-image: url(../img/service/step_03.png);
}

#flow .step_04 dt span {
	background-image: url(../img/service/step_04.png);
}

#flow .step_05 dt span {
	background-image: url(../img/service/step_05.png);
}

#flow .btn {
	margin-top: 10px;
}

#flow .btn a {
	background: #0081e0; /* Old browsers */
	background: -webkit-linear-gradient(#0081e0 0%, #0081e0 50%, #0068b7 51%, #0068b7 100%);
	background: -o-linear-gradient(#0081e0 0%, #0081e0 50%, #0068b7 51%, #0068b7 100%);
	background: linear-gradient(#0081e0 0%, #0081e0 50%, #0068b7 51%, #0068b7 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081e0', endColorstr='#0068b7',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	padding: 9px 0;
	font-weight: bold;
}

#flow .btn a span {
	background-image: url(../img/service/icon_mail_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px auto;
	padding: 7px 0 7px 45px;
}

.service_flow {
	margin-bottom: 15px;
}

.service_flow h4 {
	background: #ff9900; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(#ff9900 74%, #ffbe63 100%);
	background: -o-linear-gradient(#ff9900 74%, #ffbe63 100%);
	background: linear-gradient(#ff9900 74%, #ffbe63 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffbe63',GradientType=0 ); /* IE6-9 */
	
	padding: 5px 0;
	border-bottom: #FF9900 1px dotted;
	border-radius: 3px 3px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	text-shadow: 0px 0px 5px #FF6600;
	color: #fff;
}

.service_flow ol {
	background-color: #FFEDD2;
	padding: 30px 4% 20px;
}

.service_flow li {
	background-image: url(../img/common/bg_line_02.gif);
	border-radius: 3px;
	padding: 2px;
	position: relative;
	margin-bottom: 55px;
	text-align: center;
	font-size: 1.4rem;
}

.service_flow li::after {
	content: " ";
	background-image: url(../img/common/icon_arrow_b_02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -12px;
}

.service_flow li:last-child {
	margin-bottom: 0;
}

.service_flow li:last-child::after {
	display: none;
}

.service_flow li .icon {
	width: 20px;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -10px;
	line-height: 1;
}

.service_flow li span {
	background-color: #fff;
	border-radius: 3px;
	display: block;
	padding: 5px 0;
}

.service_flow li span span {
	color: #A6A6A6;
	display: block;
	font-size: 1.1rem;
	padding: 0;
}