@charset "Shift_JIS";
/* CSS Document */

/* ------------------------------------------------- */

/* タグ */

/* ------------------------------------------------- */


* {
	margin:0;
	padding:0;
	max-height: 999999px;
}

html {
	font-size:20px;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	color:#333;
}

body {
	font-family: Roboto, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	width:640px; height:100%;
	overflow-x:hidden;
	font-size:1.3rem;
	zoom:1;
}


h1,h2,h3,h4,h5,h6 {
	font-size:1.3rem;
}

a {
	color:#198C29;
}

ul, ol {
	list-style:none;
}

span,div {
	font-size:inherit;
}

img {
	display:inline-block;
	vertical-align: bottom;
}

hr {
	height:1px;
	border:none;
	border-top: 2px solid #CCC;
	margin:2em 0;
}

hr.thin {
	margin:1em 0;
}

em {
	color:#209620;
	font-style:normal;
}

p + ul.attention,
ul.attention + p,
p + p {
	margin-top:1em;
}



table {
	border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	margin-top:0.5em;
}

table td, 
table th {
	border-bottom:2px solid #CCC;
	border-right:2px solid #CCC;
	padding:0.5em 1em;
}
table th {
	text-align:center;
}

table.narrow th,  
table.narrow td {
	padding:0.5em 0.7em;
}


/* ------------------------------------------------- */

/* ヘッダー */

/* ------------------------------------------------- */

#pHead {
	position:relative;	
	
/*	position: fixed;
	top:0; left: 0;
	background: #FFF;
	z-index: 100;
*/
}

/* ロゴ */
#pHead h1 {
	height:130px;
	width:100%;
	background-color: #FFFFFF;
}


/* ------------------------------------------------- */


/* 申込メニュー */
#navEntry {
	left:0; top:0;
	background:#D3F07F;
}
#navEntry h2 {
	position:absolute;
	left:304px; top:0;
	cursor:pointer;
	width: 108px;
	overflow: hidden;
}
#navEntry h2 img {
	margin-left: -8px;
}
#navEntry ul {
	padding:10px;
}
#navEntry li {
	height:120px;
	overflow:hidden;
}

/* ------------------------------------------------- */


/* ヘッダー部のよくある質問 */
#navFaq {
	left:0; top:0;
	background:#D3F07F;
}
#navFaq h2 {
	position:absolute;
	left:422px; top:0;
	cursor:pointer;
	width: 92px;
	overflow: hidden;
}
#navFaq h2 img {
	margin-left: -16px;
}

/* ------------------------------------------------- */





/* ------------------------------------------------- */

/* パンくず */

/* ------------------------------------------------- */

#tracklist-block {
	background-color:#E4E4E4;
	padding:10px 15px;
	text-align:left;
	position:relative;
	font-size:0.8rem;
	min-height:30px;
}
#tracklist-block .home {
	position:absolute;
	left:15px; top:5px;
}

#tracklist {
	padding-left:50px;
	padding-top:5px;
}

#tracklist li {
	display:inline;
	letter-spacing:-0.05em;
	width:100%;
	color:#808080;
}

#tracklist li:before {
	content:" > ";
}


/* ------------------------------------------------- */

/* コンテンツ */

/* ------------------------------------------------- */

#contents {
	text-align:center;
	overflow:hidden;
	/*margin-top: 148px;*/
}


/* ------------------------------------------------- */

/* PC版サイト・ページトップ */

#footLink {
	border-top:2px solid #CCC;
	border-bottom:2px solid #CCC;
	padding:10px 0;
	margin:0 20px;
	position:relative;
	height:76px;
	overflow:hidden;
}
#footLink li {
	position:absolute;
}
#footLink li.goPc {
	border-right: 2px dotted #CCC;
	left:0;
	padding-right:10px;
}

#footLink li.goPagetop {
	right:0;
}




/* ------------------------------------------------- */

/* フッター */

/* ------------------------------------------------- */
footer {
	margin-top:2em;
}

#coInfo {
	border-bottom: 2px solid #B1B1B1;
	border-top: 2px solid #B1B1B1;
	background-color:#F0F0F0;
	padding: 30px 20px;
	text-align:left;
}
#coInfo address {
	font-style:normal;
	background-color: #F0F0F0;
}
#coInfo p {
	background-color: #F0F0F0;
}

#copyright {
	color:#666;
	padding:30px;
}

#copyright p {
	margin:0 !important;
}



/* ------------------------------------------------- */

/* サイト全体共通パーツ */

/* ------------------------------------------------- */


/* ------------------------------------------------- */

/* ページタイトル */

h2.page-title {
	font-size:2.1rem;
	padding:25px 20px;
}

/* ------------------------------------------------- */

/* 通常見出し */

.idx {
	color:#004831;
	font-size:1.6rem;
	text-align:left;
	padding:10px 20px 10px 40px;
	margin-bottom:2em;
	border-top:2px solid #004831;
	border-bottom:2px solid #CFEB7D;
	box-shadow:0 2px #004831;
	position:relative;
	background: #A8D435;
}

.idx span {
	display:block;
	position:absolute;
	left:0; top:10px;
	margin-left:12px;
	width:12px;
	height:1.5em;
	border-radius:6px;
	background-color:#004831;
}

/* ------------------------------------------------- */

/* コンテンツブロック */

.blockContent {
/*	padding:0 30px;*/
	margin:0 30px;
	margin-bottom:3em;
	text-align:left;
}

.block-top {
	border-top:2px solid #CCC;
	padding:0 30px;
	padding-top:45px;
	text-align:left;
	margin-bottom:3em;
}

.lead {
	margin-bottom:1em;
}

.cen {
	text-align:center;
}
.lf {
	text-align:left;
}
.rt {
	text-align:right;
}

/* 朱書き */
.red {
	color:#E60000;
}

/* フォントサイズ */
.s {
	font-size:1.1rem;
}

.ss {
	font-size:0.8rem;
}
.m {
	font-size:1.3rem;
}
.l {
	font-size:1.5rem;
}
.ll {
	font-size:1.8rem;
}


/* マージンボトム */
.mb00 {
	margin-bottom:0 !important;
}

.mbem {
	margin-bottom:1em !important;
}

/* テキストリンクのリスト */
.txtLink li {
	margin-top:0.5em;
}
.txtLink a {
	color:#333;
}


/* ------------------------------------------------- */

/* 関連ページ */

#kanren {
	background:#E4E4E4;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding:20px;
	margin-bottom:2em;
}
#kanren h3 {
	color:#006837;
	margin-bottom:20px;
}

#kanren li {
	margin-bottom:10px;
}
#kanren a {
	color:#333;
	text-align:left;
}

/* ------------------------------------------------- */

/* リスト */


ul.list {
	margin:0;
	padding:0;
	margin:10px 0 0 0;
	margin-top:10px;
}

.list > li {
	padding-left:1em;
	position:relative;
	text-align:left;
	margin-top:0.5em;
}
.list > li:first-child {
	margin-top:0;
}

.list > li > span {
	display:block;
	width:1em;
	position:absolute;
	top:0; left:0;
	font-size:inherit;
}

/* ------------------------------------------------- */

/* 注意書き */


ul.attention {
	margin:0;
	padding:0;
	margin:10px 0 0 0;
	margin-top:10px;
}

.attention > li {
	padding-left:1em;
	position:relative;
	text-align:left;
}

.attention > li > span {
	display:block;
	width:1em;
	position:absolute;
	top:0; left:0;
	font-size:inherit;
}

dl.attention {
	margin:0;
	padding:0;
	margin:10px 0 0 0;
	margin-top:10px;
	position:relative;
}

.attention > dd {
	padding-left:1em;
	text-align:left;
}

.attention > dt {
	display:block;
	width:1em;
	position:absolute;
	top:0; left:0;
	font-size:inherit;
}

/* ------------------------------------------------- */

/*申込みボタンブロック*/

.blockEntry {
	margin:2em auto;
	padding:0 3%;
	line-height:1.3;
	text-align:center;
}
.blockEntry p {
	margin-top:0;
	
}
.blockEntry h3 {
	margin:1.5em 0 0.75em;
	font-size:1.5rem;
}

.blockEntry h3.small {
	font-size:1.2rem;
}

/*フリーコール*/
.block-freedial {
	margin:1.5em 0 0.75em;
	font-weight:normal;
	font-size:1.5rem;
	padding: 0 3%;
}
img.mbFreeDial {
	margin:10px auto 0;
	width:100%;
}


/* ------------------------------------------------- */


/* 開閉部 */
.toggleBodyMn {
	display:none;
	width:100% !important;
}

.toggleBody {
	display:none;
	width:100% !important;
}

/* 文字あふれ */
.readmore {
	margin-bottom:0.8em;
}

.btmFlat {
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
}

/* ------------------------------------------------- */

/* 閉じる */
.btnClose {
	position:relative;
	display:block;
	color:#666;
	padding:15px 80px 15px 40px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	width:160px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, #FFFFFF),
		color-stop(1, #C9C9C9)
	);
	background-image: linear-gradient(to bottom, #FFFFFF 50%, #C9C9C9 100%);
	border-radius:10px;
	border:2px solid #979797;
}
.btnCloseB {
	position:relative;
	display:block;
	color:#006837;
	padding:20px 30px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:160px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.4, #FFFFFF),
		color-stop(1, #DDDDDD)
	);
	background-image: linear-gradient(to bottom, #FFFFFF 40%, #DDDDDD 100%);
	border-radius:20px;
	border:2px solid #51A651;
}

#headClose {
	position:absolute;
	right:20px; top:28px;
}
#headClose .btnClose {
	padding:15px 50px 15px 10px !important;
	font-size:0.9rem;
	line-height:1.3;
	width:70px;
}
#headClose span.icnCloseB {
	right:10px !important;
}

/* お問い合わせ電話番号 */
#pHead .tel {
	background-color:#0D532C;
	height:68px;
	overflow:hidden;
}



/* テキストリンクのボタン化 */
a.txtLink,
.txtLink a {
	position:relative;
	background:#FAFAFA;
	display:block;
	padding:0.7em 2em 0.7em 1em;
	border:2px solid #CCC;
	color:inherit;
	text-decoration:none;
}


/* コールセンター */

.callCenter {
	border: 2px solid #B1B1B1;
	background:#F9F9F9;
	border-radius:14px;
	box-shadow:6px 6px 6px rgba(0,0,0,0.3);
	margin-bottom:1em;
	display:block;
}
.callCenter img {
	width:100%;
}

.callCenter2,
.callCenter3 {
	border: 2px solid #B1B1B1;
	background:#F9F9F9;
	border-radius:14px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFE9E8),
		color-stop(0.5, #F5DCDC),
		color-stop(1, #F5BABA)
	);
	background-image: linear-gradient(to bottom, #FFE9E8 0%, #F5DCDC 50%, #F5BABA 100%);	box-shadow:6px 6px 6px rgba(0,0,0,0.3);
	margin:1em 0;
	/*background: #FFF5D4;*/
}
.callCenter2 img,
.callCenter3 img {
	width:100%;
}

.callCenter3 {
	margin:0.3em 0;
}

/* 表 */

.tblSet1 {
	font-size:1.1rem;
	margin-top:1em;
}
.tblSet1 th {
	background:#F0F0F0;
	white-space:nowrap;
	text-align:left;
}
.tblSet1 td {
	background:#FFF;
}



/*-----------------------------------------------------------
//	SMBC共通ヘッダーの挿入
//-----------------------------------------------------------*/


body {
	position: relative;
}
#smbcHeader {
	width: 100%;
	background: url(../../../sp/common_1/img/smbcHeaderBg.png) no-repeat center top;
	background-size:contain;
}
#smbcHeaderContent {
	position: relative;
}
#smbcLogo {
	display: block;
	width: 29.3%;
}
#smbcGroup {
	display: block;
	position: absolute;
	right: 0; top: 0;
	width: 22.6%;
}
#pHead h1 {
	height: 124px;
}
nav.tel {
	display: none;
}

#headClose {
    top: 16px;
}



/* ヘッダーTOP */
#navTop {
	position:absolute;
	left:516px; top:0;
	cursor:pointer;
	width: 124px;
	overflow: hidden;
}


/*　ガイド動画のバナー（個別） */
.bnr_guidemov {
	margin: 1em 0;
}
.bnr_guidemov img {
	box-shadow: 0.3em 0.3em 0.3em rgba(0,0,0,0.2);
}
.bnr_guidemov a {
	display: inline-block;
}
.bnr_guidemov a + a {
	margin-top: 0.8em;
}

