@charset "UTF-8";
/* =============================

	company

============================= */

/* layout
============================= */

.lead {
	background: none;
	margin-bottom: 20px;
	padding-bottom: 28px;
	background: transparent url("../images/hr.gif") repeat-x left bottom;
}


.tabchangeBox .section {
	padding: 0 20px;
}

/* TPS */
#tps .section .section {
	padding: 0 60px;
}

.tabchangeBox .lead {
	margin-bottom: 30px;
	padding: 0 20px;
	background: none;
}

.tabchangeBox  .section .section .lead {
	margin-bottom: 30px;
	padding: 0;
	background: none;
}

#mainContentsArea .section .section .col2 {
	width: 700px;
	margin-right: -20px;
}

#mainContentsArea .section .section .col2 .col {
	width: 270px;
	margin-right: 20px;
}

.tabchangeBox h2,
.tabchangeBox h3 {
	text-align:center;
}

.moreInfo {
	clear:both;
	margin: 10px 0;
}

.moreInfo .text {
	float:left;
	width: 420px;
	height: 42px;
	line-height: 51px;
	text-align:right;
}

.moreInfo .btn {
	float:right;
	width: 192px;
}


/******** add ********/
.specialsite {
	margin-bottom: 20px;
	padding-bottom: 28px;
	background: transparent url("../images/hr.gif") repeat-x left bottom;
}


.specialsite .summary {
	height: 59px;
	color:#fa6000;
	line-height: 74px;
	font-weight:bold;
	text-align:right;
}

.specialsite .imageRight {
	margin-bottom: 0;
}

#kaiketsu {
	width: 560px;
	margin: 0 0 0 48px;
	background: transparent url("../images/bg_footer_kaiketsu.gif") no-repeat left bottom;
}

#kaiketsu h3 {
	text-align:left;
	margin-bottom: 0;
}

#kaiketsu .summary {
	padding: 0 30px 20px 35px;
}

/* #advantage  */
#advantage h2 {
	margin-bottom: 40px;
}

#advantage .section {
	padding: 0 50px;
}

#advantage .module01 .header {
	margin-bottom: 15px;
}

#mainContentsArea #advantage .section .col2 {
	width: 600px;
}

#mainContentsArea #advantage .section .col {
	width: 280px;
	margin-bottom: 30px;
}

#advantage .module01 {
	width: 640px;
	margin-bottom: 30px;
}

#advantage .module01 .imageLeft {
	margin-right: 36px;
}

#advantage .moreInfo .text {
	width: 370px;
}


/* flow */
.flow {
	width: 562px;
	margin: 0 auto 30px;
	padding: 0;
}

.flow li {
	width: 562px;
	list-style:none;
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: transparent url("../images/bg_foot_flow.gif") no-repeat left bottom;
}


.flow li.shin-flow {
	width: 562px;
	list-style:none;
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: transparent url("../images/bg_foot_flow-sp.gif") no-repeat left bottom;
}


.flow li.last {
	padding-bottom: 0;
	background: transparent url("../images/bg_foot_flow_l.gif") no-repeat left bottom;
}
.flow li.last-sp {
	padding-bottom: 0;
	background: transparent url("../images/bg_foot_flow_l-sp.gif") no-repeat left bottom;
}

.flow li.last2 {
	padding-bottom: 0;
	background: transparent url("../images/bg_foot_flow_l2.gif") no-repeat left bottom;
}

.flow li div {
	display: table-cell;
	vertical-align: middle;
}

.flow li .inner {
	padding: 0 0 5px 0;
	background: transparent url("../images/bg_head_flow.gif") no-repeat right top;
}

.flow li .step {
	width: 182px;
	padding-left: 10px;
	padding-right: 10px;
}

.flow li .comment {
	width: 340px;
	padding: 24px 10px;
}

/* IE 6 */
* html .flow li div {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html .flow li div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html .flow li div {
	display:inline-block;
}
/**/

.case li {
	background-image: url("../images/bg_foot_case.gif");
}

.case li .inner {
	background-image: url("../images/bg_head_case.gif");
}

.case li .step {
	width: 100px;
	text-align:center;
}

.case li .comment {
	width: 422px;
}

.case .comment li {
	width: auto;
	background-image:url("../images/blt_case_unorder.gif");
}

/* 結果 */
.case li.last {
	background-image: url("../images/bg_foot_case_l.gif");
}

.case li.last .inner {
	background-image: url("../images/bg_head_case_l.gif");
}

.case li.last .comment li {
	background-image:url("../images/blt_unorder.gif");
}

.reason {
	width: 530px;
	margin: 0 auto 30px;
	padding: 15px;
	background: transparent url("../images/bg_reason.gif") repeat;
}

#mainContents .reason h3 {
	margin: 0;
}

.reason .inner {
	padding: 20px;
	background: #fff url("../images/bg_reason_in.gif") no-repeat right bottom;
}


/* clearfix
================================== */
.moreInfo:after {
	content: "";
	display: block;
	clear: both;
}