/*----------------------------------------------

top.css
target HTML; /loan/tpoint_taiyopower/

----------------------------------------------*/

/* mainvisual */
.mainvisual {
	padding: 30px 0 30px 0;
	background: #01409a;
}

.mainvisual .container {
	width: 1015px;
}

.mainvisual + .section_application {
	margin-top: 0;
}

/* section_application */
.section_application {
	margin-top: 40px;
	padding: 39px 0 42px 0;
	background: #fefbd3;
	border-top: 1px solid #f5eb64;
	border-bottom: 1px solid #f5eb64;
	text-align: center;
}

.section_application .btn {
	overflow: hidden;
	margin: 30px auto 0 auto;
	width: 902px;
}

.section_application .btn li {
	float: left;
	width: 421px;
	margin: 0 15px;
}

.section_application .btn li a {
	display: block;
}

.section_application .btn li p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}


/* section_points */
.section_points {
	margin-top: 40px;
}

.section_points ul {
	overflow: hidden;
}

.section_points ul li {
	float: left;
	margin-left: 20px;
}

.section_points ul li:first-child {
	margin-left: 0;
}

/* section_notes */
.section_notes {
	margin-top: 85px;
}

.section_notes .tit {
	padding: 15px;
	font-weight: bold;
	background: #e5effc;
	text-align: center;
}

.section_notes ul li {
	margin-top: 5px;
}

/* accordion */
.accordion--default{
	border: 2px solid #d2d4d0;
	margin-top: 30px;
}

.accordion--default__head{
	padding: 30px 54px 30px 110px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.accordion--default__head:before{
	content: "";
	display: block;
	width: 24px;
	height: 4px;
	background: #014099;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
}

.accordion--default__head:after{
	content: "";
	display: block;
	width: 4px;
	height: 24px;
	background: #014099;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -12px;
}

.accordion--default__head.active:after{
	display: none;
}

.accordion--default__body{
	display: none;
	border-top: 2px solid #d2d4d0;
	background: #f5f5f5;
}

.accordion--default__body .inner{
	padding: 30px 40px 30px 110px;
	position: relative;
}

.icon-q, .icon-a{
	display: inline-block;
	padding-left: 50px;
	background: url(/loan/tpoint_taiyopower/imgs/icon_q.png) left center no-repeat;
	color: #014099;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	position: absolute;
	left: 15px;
	top: 20px;
	min-height: 42px;
}

.icon-a{
	background: url(/loan/tpoint_taiyopower/imgs/icon_a.png) left center no-repeat;
	color: #ee7c1b;
}

/*** h1
----------------------------------------------*/
.h1_style {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	padding-left: 30px;
	border-left: 16px solid #014099;
}

.h1_style + * {
	margin-top: 30px;
}

/*** link_pdf
----------------------------------------------*/
.link_pdf{
	background: url(/loan/tpoint_taiyopower/cmn/imgs/icon_pdf.png) right center no-repeat;
	padding-right: 40px;
	height: 32px;
	line-height: 32px;
}

/*** section
----------------------------------------------*/
section {
	margin-top: 100px;
}

/*** table
----------------------------------------------*/

/* table_style01 */
.table_style01 {
	table-layout:fixed;
	border-bottom: 1px solid #d5d4d4;
	border-right: 1px solid #d5d4d4;
}

.table_style01 td,
.table_style01 th {
	padding: 15px 5px;
	border-top: 1px solid #d5d4d4;
	border-left: 1px solid #d5d4d4;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	line-height: 1.625;
}

.table_style01 th {
	background: #f5f5f5;
}

.table_style01 th.tit {
	background: #e5effc;
	font-weight: bold;
}

.table_style01 th span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.table_style01 .point td {
	color: #e40c0c;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.table_style01 .point td sub {
	font-size: 14px;
	font-size: 1.4rem;
}

/* table_style02 */
.table_style02 {
	border: 2px solid #d5d4d4;
}

.table_style02 th {
	width: 206px;
	border-top: 1px solid #d5d4d4;
	vertical-align: middle;
	padding: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.table_style02 td {
	border-top: 1px solid #d5d4d4;
	border-left: 1px solid #d5d4d4;
	vertical-align: middle;
	padding: 15px;
}

.list-indent--primary{
	padding-left:1em;
	text-indent:-2.9em;
	}


/* ------------------------------------------
PDF list
------------------------------------------ */
.arrow_link {
	text-decoration: none;
}