
@media only screen and (min-width: 641px) {
	.only_sp {
		display: none;
	}
	.normalTable .multi_column {
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.only_pc {
		display: none;
	}
}
.m-08-features-slider.fair_offer .m-08-features-slide{
	margin-left:0;
}



/* 行の背景色を指定 */
.normalTable .alternate td {
	background-color: inherit;
}

.normalTable tr.loan_label td {
	background: #999;
}


.multi_column_wrap td:nth-child(2) {
	border-bottom: none;
	border-bottom:1px dashed #cccccc;
}

.normalTable .multi_column {
	text-align: right;
 	white-space: nowrap;/* 実質年利の値段 折り返しなし */
	padding-top: 0;

}

/* 金額の値を右側に */
.normalTable td:last-child {
	text-align: right;
}


/* 〜お得になります */
.otoku {
	background-color: #111;
	color: #fff;
	text-align: center;
	padding:1em 0;
}

.otoku span {
	font-size: 2em;
}
/*　LP1ページ目の2ページ目のリンク　*/
.otoku_link{
	text-decoration: none;
}
.otoku_link_inner{
	background-color:#000;
	color: #fff;
	text-align: center;
	padding:1em;
	border-radius: 3px;
}
/*　LP1ページ目のtable（コロンを揃えるため）　*/
.fair_offer_table{
	font-size: 1.25em;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/*　LP2ページ目のシングルのテーブル表　*/

.normalTable.fairOfferSingleTable{
	width: 65% !important;
	margin:40px auto 0;
}
.normalTable.fairOfferSingleTable td {
	padding-left: 2%;
	padding-right: 2%;
}
.normalTable.fairOfferSingleTable .fair_offer_item_price {
	font-size:109%;
}
.otoku.fairOfferSingleTable_otoku{
	width: 65%;
	margin: 1em auto 0;
}

@media only screen and (max-width: 55em){
	.normalTable.fairOfferSingleTable{
		width: 100% !important;
		margin:20px auto 0;
	}
	.normalTable.fairOfferSingleTable td {
		padding-left: 0%;
		padding-right: 0%;
	}

	.otoku.fairOfferSingleTable_otoku{
		width: 100%;
		margin: 1em auto 0;
	}
}



@media only screen and (min-width: 63.9375em) {
.m-08-features-wrapper .m-08-features-slider .m-08-features-slide .m-08-features-slide-left>p,
.m-08-features-wrapper .m-08-features-slider .m-08-features-slide .m-08-features-slide-right>p {
    font-size: .875em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
}
