@charset "UTF-8";
/* ------------------------------------------------------------------------
css見出し構成
---------------------------------------------------------------------------
	- common（初期設定）
    - page（ページ固有設定）
------------------------------------------------------------------------ */


/* ============================================================================
　common（初期設定）
============================================================================ */
.container-fluid .content_text_wrap{
	max-width: 800px;
	margin: auto;
}
/* ============================================================================
　page（ページ固有設定）
============================================================================ */
/* mainvisualの設定
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page .mainvisual {
	background-image: url(images/mainvisual.jpg);
	height: 180px;
}	
.page .mainvisual::after {
	background-image: url(images/page_title01.png);
	background-size: auto 20%;
	margin-bottom: -50px;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px){
	.page .mainvisual {
		height: 330px;
	}
	.page .mainvisual::after {
		background-size: auto 15%;
		margin-bottom: -60px;
	}
}
/* 1100px以上用（PC用）の記述 （グローバルナビが表示された時）*/
@media screen and (min-width: 1100px){
	.page .mainvisual::after {
    margin-bottom: -130px;
	}
}

/* リストの設定
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ul_01{
	margin: 0 0 0 1em;
	font-size: 14px;
	line-height: 1.7em;
	padding: 0;
}
.ul_01 li{
	text-indent: -1em;
	padding: 0 0 0 1em;
}

/* リンク(タブレットでの閲覧時の電話番号用)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.card_gray a{
	color: #00561f;
}

/* ============================================================================
　Condition （ベストレートの条件）
============================================================================ */
.Conditions {
	background-color: #f4edda;
}
/* ============================================================================
　Privilege（特典）
============================================================================ */
.Privilege{
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.Privilege .text_wrap{
	margin-bottom: 20px;
}

/* テキスト */
.page_text_member{
	font-size: 14px;
	text-align: center;
	margin: 0;
	line-height: 2;
}
.note_center{
	font-size: 13px;
	text-align: center;
	margin: 0;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px){
	.page_text_member{
		font-size: 17px;
	}
	.note_center{
		font-size: 13px;
	}
}

.atention{
	font-size: 90%;
}