@charset "utf-8";

.container *,
.container *::before,
.container *::after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.container.container--without-nav{
	width: auto;
	margin-top: 0;
}
ol {
	padding-left: 1em!important;
	text-indent: -1.75em!important;
}
ol, ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
ol li, ul li{
	margin: 0;
	padding: 0;
}
ol > li + li{
	margin: 0;
}
ol > li::before{
	display: none;
}
/* 共通設定 */

body {
	font-size: 14px;
}
/*
body {
	color: #333;
	font-family: arial, helvetica, sans-serif, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳＰゴシック", sans-serif;
}
*/
.categoryTitle{
	background:#003399;
	padding:5px 10px;
	text-align:center;
	color:#FFFF00;
	font-size:1.2em;
	font-weight:bold;
}
#sp_anchorPagetop {
	width: 100%;
	margin: 0 auto;
}
hr {
	color: #ccc!important;
	margin: 6px 0!important;
	border: solid!important;
	border-bottom-width: 0px!important;
	border-left-width: 0px!important;
	border-top-width: 3px!important;
	border-right-width: 0px!important;
}



p.large{
  font-size: 200%;
  margin: 0.5em;
  background-color: #FEFFEA;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}






select{
width:230px;
height:40px;
padding:0 45px 0 10px;
-moz-appearance: button;
-webkit-appearance: button;
appearance: button;
text-overflow:clip;
background:url(images/ico_arrow.png) no-repeat 100% 50%;
background-size:42px 38px;
border-radius:2px;
-moz-border-radius:2px;
}



/** サブタイトル **/
.subtitle {
	background: url(/sphone/common/imgs/sub_title.gif) repeat-x;
	margin: 10px 0 0;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	height: 31px;
	position: relative;
}
.subtitle.high {
	background: url(/sphone/common/imgs/sub_title_high.gif) repeat-x;
	margin: 10px 0 0;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	height: 60px;
	position: relative;
}

.subtitle.mt10_ {
	margin-top: -10px;
}
/** クラス設定 **/
.pl3 {
	padding-left: 3px;
}
.pl8 {
	padding-left: 8px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl76 {
	padding-left: 76px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt10_ {
	padding-top: -10px;
}
.pt2 {
	padding-top: 2px;
}
.pt5 {
	padding-top: 5px;
}
.pt6 {
	padding-top: 6px;
}
.pt7 {
	padding-top: 7px;
}
.pt10 {
	padding-top: 10px;
}
.pt11 {
	padding-top: 11px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pr3 {
	padding-right: 3px;
}
.pr15 {
	padding-right: 15px;
}
.pr80 {
	padding-right: 80px;
}
.pr100 {
	padding-right: 100px;
}
.mt5 {
	margin-top: 5px;
}
.mt3 {
	margin-top: 3px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt16 {
	margin-top: 16px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt13 {
	margin-top: 13px;
}
.mt10_ {
	margin-top: -10px;
}
.mt15_ {
	margin-top: -15px;
}
.mt25_ {
	margin-top: -25px;
}
.mt7_ {
	margin-top: -9px;
}
.mt7 {
	margin-top: 7px;
}
.mt11 {
	margin-top: 11px;
}
.mt20 {
	margin-top: 20px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml16 {
	margin-left: 16px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml10_ {
	margin-left: -10px;
}
.ml15_ {
	margin-left: -15px;
}
.ml20_ {
	margin-left: -20px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr10_ {
	margin-right: -10px;
}
.mt1 {
	margin-top: 1px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb3 {
	margin-bottom: 3px;
}
.mb10_ {
	margin-bottom: -8px;
}
.w90p{
	width:90%;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}
.clear {
	clear: both;
}
.fs_05 {
	font-size: 0.4em;
}
.fs_07 {
	font-size: 0.7em;
}
.fs_08 {
	font-size: 0.8em;
}
.fs_09 {
	font-size: 0.9em;
}
.fs_11 {
	font-size: 1.1em;
}
.fs_12 {
	font-size: 1.2em;
}
.fs_13 {
	font-size: 1.3em;
}
.fs_16p {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
.fw_normal {
	font-weight: normal;
}
.grey {
	color: #777;
}
.red {
	color: #CC0000;
}
.redc {
	color: #CC0000;
}
.blue {
	color: #0076B8;
}
.white {
	color: #ffffff;
}
.none {
	display: none;
}
.kakko {
	margin-left: -5px;
}
.txt_right a.noline_link:visited, .txt_right a.noline_link:link {
	color: #0076B8;
	text-decoration: none;
	padding-top: 6px;
}
a.noline_link:visited, a.noline_link:link {
	color: #333;
	text-decoration: none;
}
#sp_areaContents a.noline:visited, #sp_areaContents a.noline:link {
	color: #0076B8;
	text-decoration: none;
}
.sp_content02 a.noline:visited, .sp_content02 a.noline:link {
	color: #0076B8;
	text-decoration: none;
}
a.tellink:visited, a.tellink:link {
	color: #0076B8;
	text-decoration: none;
}
.pos_rela {
	position: relative;
}
/** リンク設定 **/
#sp_areaHeader a:visited, #sp_areaHeader a:link {
	text-decoration: none;
	color: #0076B8;
}
#sp_areaFooter a:visited, #sp_areaFooter a:link {
	text-decoration: none;
	color: #0076B8;
}
#sp_contents_menu a:visited, #sp_contents_menu a:link {
	text-decoration: none;
	color: #333;
}
.sp_content01 a:visited, .sp_content01 a:link {
	text-decoration: none;
	color: #333;
}
.sp_content02 a:visited, .sp_content02 a:link {
	text-decoration: none;
	color: #333;
}
.tel a:link {
	color: #0076B8;
}
/* ヘッダ */
#sp_areaHeader {
	height: 65px;
	padding: 5px 10px 0 10px;
}
/*.navi01 {
	width:300px;
	margin:0 auto;
}*/
.navi01 p {
	float: left;
}
.navi01 div {
	float: right;
	margin-top: 3px;
}
.navi01 div p.sitelist {
	margin-left: 10px;
	position: relative;
}
.navi01 div p.sitelist span {
	font-size: 9px;
	top: 22px;
	display: block;
	margin-left: -5px;
	padding-top: 1px;
	font-weight: bold;
}
.navi01 div p.pcsite {
	margin-left: 15px;
	position: relative;
}
.navi01 div p.pcsite span {
	font-size: 9px;
	top: 22px;
	display: block;
	padding-top: 1px;
	font-weight: bold;
	margin-left: -2px;
}
.navi01 div p.home_icon {
	position: relative;
}
.navi01 div p.home_icon span {
	font-size: 9px;
	top: 22px;
	display: block;
	padding-left: 3px;
	padding-top: 1px;
	font-weight: bold;
}
/* コンテンツ　(キャンペーン/最新情報/カテゴリ) */
h1 {
	background: url(/sphone/common/imgs/h1_back.gif) repeat-x;
	padding-left: 67px;
	padding-top: 11px;
	min-height: 46px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #0076B8;
}
h1.h1_high {
	background: url(/sphone/common/imgs/h1_back_2row.gif) repeat-x;
	padding-left: 67px;
	padding-top: 13px;
	min-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #0076B8;
}
h1.h1_high2 {
	background: url(/sphone/common/imgs/h1_back_3row.gif) repeat-x;
	padding-left: 67px;
	padding-top: 13px;
	min-height: 105px;
	font-size: 18px;
	font-weight: bold;
	color: #0076B8;
}
h1.h1_high3 {
	background: url(/sphone/common/imgs/h1_back_4row.gif) repeat-x;
	padding-left: 67px;
	padding-top: 13px;
	height: 130px;
	font-size: 18px;
	font-weight: bold;
	color: #0076B8;
}
h1.h1_high4 {
	background: url(/sphone/common/imgs/h1_back_5row.gif) repeat-x;
	padding-left: 67px;
	padding-top: 13px;
	min-height: 160px;
	font-size: 18px;
	font-weight: bold;
	color: #0076B8;
}
/* 下部ボタン(閉じる/もっと見る)あり */
.sp_content01 {
	background: url(/sphone/common/imgs/contents_line_g.gif) repeat-x bottom;
	padding: 5px 0 55px;
	position: relative;
}
/* 下部ボタン(閉じる/もっと見る)なし */
.sp_content02 {
	background: url(/sphone/common/imgs/contents_line_g.gif) repeat-x bottom;
	padding: 5px 0 5px;
	position: relative;
}
/* 下部ボタン(閉じる/もっと見る)なし */
.sp_content03 {
	background: url(/sphone/common/imgs/contents_line_g.gif) repeat-x bottom;
	padding: 0 0 10px;
	position: relative;
}
h2.fp_13 {
	font-size: 15px;
	padding-top: 7px;
}
h2.high.fp_13 {
	font-size: 15px;
	padding-top: 11px;
}
.sp_content01 h2, .sp_content02 h2, .sp_content_a h2 {
	background: url(/sphone/imgs/h2_back.gif) repeat-x;
}
.sp_content01 h2_h, .sp_content02 h2_h, .sp_content_a h2_h {
	background: url(/sphone/imgs/h2_back_h.gif) repeat-x;
}
.item .h2_btn {
	margin-top: -19px;
}
.item .h2_btn.high {
	margin-top: -6px;
}
.item .h2_btn_m {
	margin-top: -30px;
}
.item {
	position: relative;
}
.section01 a {
	display: block;
	margin: 12px 0px 12px;
}
.section01 dl {
	border-bottom: #ccc 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
}
.section01 dl.noline {
	border-bottom: none;
	margin-left: 10px;
}
.sp_content01.noline {
	background: none;
	padding-bottom: 35px;
}
.sp_content02.noline {
	background: none;
}
.section02 a, .section03 a {
	display: block;
	border-bottom: #ccc 1px solid;
	margin: 0px 0px 5px;
	padding-left: 10px;
}
.section02 a.noborder_b:visited, .section03 a.noborder_b:visited, .section02 a.noborder_b:link, .section03 a.noborder_b:link {
	border-bottom: none;
	padding-bottom: 5px;
}
.section_last a {
	border-bottom: none;
}/* 下線不要の場合 */
.section01 p {
	padding-left: 50px;
	min-height: 50px;
	margin-bottom: 5px;
}
.section01 dl dd, .section02 dl dt, .section04 dl, .grey_s {
	font-size: 12px;
	color: #848484;
}
.section02 dl {
	width: 100%;
	margin-bottom: 5px;
}
.section02 dl dd {
	padding-top: 3px;
}
.section03 p {
	padding: 10px 0;
}
.section04 a {
	display: block;
	margin: 6px 5px 6px 0;
}
/* 外枠 */
.layout {
	width: 100%;
	text-align: center;
}
/* リンクの矢印 */
a.btn_arrow:visited, a.btn_arrow:link {
	background: url(/sphone/common/imgs/btn_arrow.gif) no-repeat right;
	text-decoration: none;
	color: #333;
	padding-right: 27px;
}
a.btn_arrow_h:visited, a.btn_arrow_h:link {
	background: url(/sphone/common/imgs/btn_arrow_h.gif) no-repeat right;
	text-decoration: none;
	color: #333;
	padding-right: 27px;
}
a.btn_arrow_h2:visited, a.btn_arrow_h2:link {
	background: url(/sphone/common/imgs/btn_arrow_h.gif) no-repeat left;
	text-decoration: none;
	color: #0076B8;
	padding-left: 27px;
}
/* リンクの矢印(PC) */
a.btn_arrow_s:visited, a.btn_arrow_s:link {
	background: url(/sphone/common/imgs/btn_arrow_s.gif) no-repeat right;
	text-decoration: none;
	color: #0076B8;
	padding-right: 11px;
}
/* リンクの矢印(PC) */
a.btn_arrow_pc:visited, a.btn_arrow_pc:link {
	background: url(/sphone/common/imgs/btn_arrow_pc.gif) no-repeat right;
	padding-right: 40px;
	color: #0076B8;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.btn_arrow_pc_nolink:visited, a.btn_arrow_pc_nolink:link {
	background: url(/sphone/common/imgs/btn_arrow_pc.gif) no-repeat right;
	padding-right: 45px;
	text-decoration: none;
	color: #333;
	padding-top: 2px;
}
#newsIcon a.btn_arrow_pc:visited, #newsIcon a.btn_arrow_pc:link {
	color: #333333;
}
#newsIcon a:visited, #newsIcon a:link {
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}
.fs_08 a.btn_arrow_pc:visited, .fs_08 a.btn_arrow_pc:link {
	padding-top: 5px;
	text-decoration: none;
	padding-right: 35px;
}
a.btn_arrow_pc2:visited, a.btn_arrow_pc2:link {
	background: url(/sphone/common/imgs/btn_arrow_pc2.gif) no-repeat right;
	padding-right: 30px;
	color: #0076B8;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* リンク(PCのみ) */
a.btn_pc:visited, a.btn_pc:link {
	/*background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_pc.gif) no-repeat;
	padding: 4px 0 0 30px;
	color: #0076B8;
	text-decoration: none;*/
}
a.btn_pc_s:visited, a.btn_pc_s:link {
	/*background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_pc_s.gif) no-repeat left;
	padding: 3px 0 0 25px;
	color: #0076B8;
	text-decoration: none;*/
}
a.text:visited, a.text:link {
	color: #0076B8;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 店舗アイコン */
.shop_icon {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/contents_icon_shop.gif) no-repeat left;
}
/* セミナーアイコン */






/* h1上ボタン */
.h1_btn {
	position: absolute;
	top: 78px;
	left: 10px;
}
.h1_btn_high {
	position: absolute;
	top: 93px;
	left: 10px;
}
.h1_btn_high2 {
	position: absolute;
	top: 108px;
	left: 10px;
}
.h1_btn_high3 {
	position: absolute;
	top: 123px;
	left: 10px;
}
.h1_btn_high4 {
	position: absolute;
	top: 138px;
	left: 10px;
}
.back_btn {
	background: url(/sphone/common/imgs/btn_back.gif) no-repeat;
	display: none;
	width: 33px;
	height: 27px;
	padding: 6px 0 0 14px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
/* h2上ボタン */
.h2_btn {
	position: absolute;
	top: 22px;
	right: 10px;
}
/* 一覧ボタン */
.h2_btn a.list {
	display: block;
	background: url(/sphone/imgs/btn_list_h2.gif) no-repeat;
	width: 56px;
	height: 26px;
	margin-right: 5px;
	padding: 7px 0 0 15px;
	font-weight: bold;
}
/* PC一覧ボタン */
.h2_btn a.pc_list {
	display: block;
	background: url(/sphone/imgs/btn_list_pc_h2.gif) no-repeat;
	width: 45px;
	height: 26px;
	margin-right: 5px;
	padding: 5px 0 0 24px;
	font-weight: bold;
	font-size: 12p;
}
a.btn_blue_mini2.kinri span {
	margin-left: 2px;
}
p.white a:link {
	color: #fff;
}
.h2_btn img {
	padding-bottom: 25px;
}
/* 閉じるボタン */
.close_btn {
	float: right;
	margin: 10px 10px 0 0;
	padding: 5px 0 0 9px;
	background: url(/sphone/common/imgs/btn_close.gif) no-repeat;
	width: 64px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	display: none;
}
.close_btn1, .close_btn2, .close_btn3, .close_btn4, .close_btn5, .close_btn6, .close_btn7, .close_btn8, .close_btn9, .close_btn10 {
	float: right;
	margin: 10px 4px 0 0;
	padding: 5px 0 0 9px;
	background: url(/sphone/common/imgs/btn_close.gif) no-repeat;
	width: 59px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	display: none;
}
/* もっと見るボタン */
.open_btn, .open_btn1, .open_btn2, .open_btn3, .open_btn4, .open_btn5, .open_btn6, .open_btn7, .open_btn8, .open_btn9, .open_btn10 {
	float: right;
	margin: 10px 0 0 0;
	padding: 5px 0 0 3px;
	display: block;
	background: url(/sphone/common/imgs/btn_more.gif) no-repeat;
	width: 82px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
}
/* 見るボタン */
.btn_watch {
	float: right;
	margin: 0 0 20px;
	padding: 5px 31px 0 3px;
	background: url(/sphone/common/imgs/btn_watch.gif) no-repeat;
	width: 40px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	clear: both;
}
/* 閉じるボタン */
.btn_close {
	float: right;
	margin: 0 0 20px;
	padding: 5px 31px 0 3px;
	background: url(/sphone/common/imgs/btn_close.gif) no-repeat;
	width: 40px;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	clear: both;
}
.grey_area .open_btn2.mt18, .grey_area .open_btn4.mt18 {
	margin-top: 18px;
}
/* 閉じるボタン */
.grey_area .close_btn, .grey_area .close_btn1, .grey_area .close_btn2, .grey_area .close_btn3, .grey_area .close_btn4, .grey_area .close_btn5, .grey_area .close_btn6, .grey_area .close_btn7, .grey_area .close_btn8, .grey_area .close_btn9, .grey_area .close_btn10 {
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	display: none;
}
/* もっと見るボタン */
.grey_area .open_btn, .grey_area .open_btn1, .grey_area .open_btn2, .grey_area .open_btn3, .grey_area .open_btn4, .grey_area .open_btn5, .grey_area .open_btn6, .grey_area .open_btn7, .grey_area .open_btn8, .grey_area .open_btn9, .grey_area .open_btn10 {
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	display: block;
}
/* 注意事項ボタン */
.attention_btn {
	float: right;
	margin: 10px 10px 0 0;
	padding: 6px 0 0 12px;
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/attention_btn.gif) no-repeat;
	width: 79px;
	height: 26px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
/* 背景色付き注意事項ボタン */
.attention_orange .attention_btn {
	float: right;
	margin: 10px 0px 0 0;
	padding: 6px 0 0 12px;
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/attention_orange_btn.gif) no-repeat;
	width: 79px;
	height: 26px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
/* 確認するボタン(背景色付き) */
.attention .attention_btn {
	float: right;
	margin: -3px 2px 5px;
	/*0;*/
	padding: 5px 0px 0 12px;
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/confirm_btn.gif) no-repeat;
	width: 79px;
	height: 26px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
/* PCサイトボタン */
.pc_site_btn {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_pc_site.gif) no-repeat;
	display: block;
	width: 260px;
	height: 30px;
	margin: 0 auto;
	padding: 4px 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
/* 検索ボタン */
.p_search_img {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_product_search.gif) no-repeat;
	width: 290px;
	height: 32px;
	border: 0;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
/* さらに10件 */
.btn_add10 {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_add10.gif) no-repeat;
	width: 134px;
	height: 26px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 4px;
	float: right;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 6px;
	font-size: 0.8em;
}
/* 10件閉じる */
.btn_del10 {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_del10.gif) no-repeat;
	width: 134px;
	height: 26px;
	margin-top: 5px;
	margin-right: 4px;
	border: 0;
	float: right;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 6px;
	font-size: 0.8em;
	position: relative;
	top: 5px;
}
.btn_del10a {
	padding-left: 7px;
	margin-top: -3px;
}
.btn_del10b {
	padding-left: 5px;
	margin-top: -3px;
}
.btn_add10a {
	padding-left: 2px;
	margin-top: -3px;
}
.btn_add10b {
	padding-left: 0px;
	margin-top: -3px;
}
/* ↓矢印白ボタン大 */
.under_arrow_b {
	float: right;
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 6px;
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/under_arrow_b.gif) no-repeat;
	width: 122px;
	height: 26px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
/* 二つ並びボタン(下線有り) */
.sp_yn_btn_area {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/contents_line_g.gif) repeat-x bottom;
	padding: 20px 0px 30px;
	overflow: hidden;
}
/* 二つ並びボタン(下線無し) */
.sp_2btn_area {
	padding: 10px 0;
	overflow: hidden;
	margin-top: 10px;
}
.sp_contents_menu .sp_2btn_area {
	padding: 0;
	margin-top: 0px;
	overflow: hidden;
}
.sp_yn_btn_area .fl_left, .sp_2btn_area .fl_left {
	padding-left: 13px;
}
.sp_yn_btn_area .fl_right, .sp_2btn_area .fl_right {
	padding-right: 13px;
}
.sp_yn_btn_area div, .sp_2btn_area div {
	width: 320px;
	margin: 0 auto;
}
/* はい　いいえ　2～3文字専用 */
.sp_yn_btn_area .btn_yesno {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_yesno.gif) no-repeat;
	display: block;
	width: 91px;
	height: 32px;
	padding: 5px 0 0 48px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
/* その他用 */
.sp_2btn_area .btn_yes, .sp_2btn_area .btn_no, .sp_2btn_area .btn_step {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_yesno.gif) no-repeat;
	display: block;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.sp_2btn_area .btn_yes {
	width: 92px;
	padding: 6px 0 0 47px;
}
.sp_2btn_area .btn_no {
	width: 95px;
	padding: 6px 0 0 44px;
}
.sp_2btn_area .btn_step {
	width: 122px;
	padding: 6px 0 0 17px;
}
/* 二つ並びのボタンが青いとき */
.sp_2btn_area .btn_blue_mini {
	width: 122px;
	padding: 6px 0 0 17px;
}
.sp_2btn_area .btn_blue_mini2 {
	width: 107px;
	padding: 6px 0 0 32px;
}
/* pcボタンと homeボタン (二つ並び)　*/
.sp_2btn_area .btn_minipc {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_pcsite_mini.gif) no-repeat;
	display: block;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.sp_2btn_area .btn_minihome {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_home_mini.gif) no-repeat;
	display: block;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.sp_2btn_area .btn_minipc {
	width: 122px;
	padding: 6px 0 0 17px;
}
.sp_2btn_area .btn_minihome {
	width: 131px;
	padding: 6px 0 0 8px;
}
/* タブ切り替え */
.tabNavi {
	border-bottom: 2px solid #0076B8;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.tabNavi {
	padding: 10px 10px 5px;
	min-height: 30px;
}
.tabNavi img {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.tabNavi ul li {
	float: left;
	padding-left: 1px;
}
/* プルダウン */
.pulldown_grey {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/back_img_grey.gif) repeat-x top;
	min-height: 45px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 7px;
}
.pulldown_grey_wide {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/back_img_grey_wide.gif) repeat-x top;
	min-height: 70px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 7px;
}
.pulldown_grey_wide select, .pulldown_grey select {
	background-color: #EEEEEE;
	font-size: 1.1em;
}
.pulldown_grey_wide select.normal, .pulldown_grey select.normal {
	background-color: #EEEEEE;
	font-size: 1.0em;
}
/* 表形式 */
inmatrix {
	display: none;
}
.matrix {
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.ml10 .matrix {
	margin-left: 0px;
	margin-right: 10px;
}
.inmatrix td, .matrix td {
	border: 1px solid #E7E7E7;
	text-align: center;
	vertical-align: middle;
}
.inmatrix td.left, .matrix td.left {
	border: 1px solid #E7E7E7;
	text-align: left;
	padding: 10px;
	vertical-align: center;
}
.inmatrix tr.bgb, .matrix tr.bgb {
	background-color: #F1F7FA
}
.inmatrix td.title, .inmatrix tr.title, .matrix td.title, .matrix tr.title {
	background-color: #F8F8F8;
}
.inmatrix tr.kinrititile td {
	text-align: left;
	border-bottom: none;
	font-size: 0.7em;
}
.inmatrix tr.kinri td {
	border-top: none;
}
.border_grey {
	margin: 0 10px;
	width: 94%;
}
.border_grey td {
	border: 1px solid #E7E7E7;
	vertical-align: middle;
	text-align: center;
	margin-left: 20px;
	padding-left: 20px;
}
.border_grey tr.title {
	background-color: #F8F8F8;
}
.border_b {
	border-bottom: 1px solid #CCC;
}
/* リスト */
ul.dot li {
	list-style-type: disc;
	margin-left: 15px;
}
ul.num li {
	list-style-type: decimal;
	margin-left: 35px;
}
ul.num.normal li {
	list-style-type: decimal;
	margin-left: 20px;
}
ul.katakana li {
	list-style-type: katakana;
	margin-left: 20px;
}
ul.g_num li {
	list-style-type: lower-greek;
	margin-left: 20px;
}
span.list_num {
	left: -1.8em;
	position: absolute;
	width: 1.8em;
}
ul.normal span.list_num {
	left: -2.3em;
	position: absolute;
	width: 2.3em;
}
/* 見出し* */

ul.star>li {
	list-style-type: none;
	text-indent: -1em;
}
ul.star.fs_09>li {
	list-style-type: none;
	text-indent: -0.7em;
}
ul.star>li:before {
	display: inline;
	content: "\203b";
}
/* 注意書き */
.attention {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/attention_icon.gif) no-repeat left top;
	min-height: 25px;
	margin: 10px 10px -5px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 5px;
	width: max-device-width-40px;
	border: 1px solid #0076B8;
	background-color: #F6F6F6;
}
.attention_yellow {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/attention_icon_yellow.gif) no-repeat left top;
	min-height: 25px;
	margin: 12px 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 5px;
	width: max-device-width-40px;
	border: 1px solid #E9D3C8;
	background-color: #FEFFED;
}
.attention_orange {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/attention_icon_orange.gif) no-repeat left top;
	min-height: 25px;
	margin: 12px 10px;
	;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 5px;
	width: max-device-width-40px;
	border: 1px solid #E9D3C8;
	background-color: #FFF3EA;
}
.attention_yellow .title {
	font-weight: bold;
	color: #CC0000;
	;
	padding-bottom: 5px;
}
div.rightbtn {
	width: 100%;
	text-align: right;
}
/* 商品説明等の文章欄 */
#areaDisclaimer {
	margin-bottom: -15px;
}
.notopborder .disclaimer {
	margin: 10px;
	width: max-device-width-40px;
	border-top: 1px solid #E7E7E7;
	border-bottom: none;
	padding: 10px 0;
}
.noborder .disclaimer {
	border-top: none;
	border-bottom: none;
	padding: 5px 0 10px;
}
.disclaimer {
	margin: 10px;
	width: max-device-width-40px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 20px 0;
}
.disclaimer.noborder {
	border-top: none;
	border-bottom: none;
	padding: 0 0;
}
.disclaimer p {
	margin: 0;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.disclaimer ul {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.disclaimer ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.disclaimer ul.attentionList {
	position: relative;
	margin-left: 10px;
}
.disclaimer ul.attentionList span {
	left: -0.7em;
	position: absolute;
}
.disclaimer ul.attentionList li {
	list-style-type: none;
	margin-left: 10px;
}
.disclaimer ul li a:visited, .disclaimer ul li a:link {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_pc_s.gif) no-repeat left;
	padding: 3px 0 0 25px;
	color: #0076B8;
	text-decoration: none;
}
.disclaimer ul li a.no_pc:visited, .disclaimer ul li a.no_pc:link {
	background: none;
	padding: 3px 0 0 0px;
	color: #0076B8;
	text-decoration: none;
}
.alert {
	color: #CC0000;
}
.action_area {
	margin: 15px 10px 10px 10px;
	width: max-device-width-40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	line-height: 18px;
}
.action_area.mb20 {
	margin-bottom: 20px;
}
.sp_content02 .action_area a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
	color: #0076B8;
}
.action_area a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.4em;
	color: #0076B8;
}
.action_area a:visited, .action_area a:link {
	text-decoration: none;
}
.action_area p {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.9em;
}
.action_area p.title {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
/* 2並びの囲み(来店予約等) */
.action_area3 {
	margin: 15px 5px 10px;
	height: 130px;
	padding: 20px 2px 20px;
	width: 45%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	line-height: 18px;
}
.action_area4 {
	margin: 15px 5px 10px;
	height: 150px;
	padding: 20px 2px 20px;
	width: 45%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	line-height: 18px;
}
.mb0 .action_area3, .mb0 .action_area4 {
	margin: 15px 5px 0px;
}
.mb5 .action_area3, .mb5 .action_area4 {
	margin: 15px 5px 5px;
}
.action_area3 .fl_left, .action_area4 .fl_left {
	margin-left: 10px;
	margin-right: 0px;
}
.action_area3 .fl_right, .action_area4 .fl_right {
	margin-right: 10px;
	margin-left: 0px;
}
.action_area3 a, .action_area4 a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.4em;
	color: #0076B8;
	text-decoration: none;
	display: inline-block;
}
.action_area3 a:link, .action_area3 a:visited, .action_area4 a:link, .action_area4 a:visited {
	color: #0076B8;
	text-decoration: none;
}
/* 来店予約ボタン */
.action_area3 a.btn_blue_mini, .action_area4 a.btn_blue_mini {
	font-size: 16px;
	color: #fff;
	width: 138px;
	padding: 6px 0 0 0;
	margin-left: 1.5px;
}
.action_area3 a.btn_arrow, .action_area4 a.btn_arrow {
	font-size: 0.9em;
	padding: 4px 22px 0 0;
	position: relative;
	left: 4px;
}
.action_area3 a.btn_blue_mini span, .action_area4 a.btn_blue_mini span {
	margin-left: 2px;
}
/* 下部メニュー(お問い合わせ　等) */
.sp_contents_menu {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/contents_line_g.gif) repeat-x bottom;
	text-align: center;
	padding: 20px 0;
}
.sp_contents_menu p {
	margin-top: 25px;
}
.sp_contents_menu ul {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #CCC;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sp_contents_menu li {
	border-bottom: 2px solid #CCC;
	margin-top: 14px;
	min-height: 34px;
	text-align: left;
}
.sp_contents_menu li.last {
	border-bottom: none;
}
.sp_contents_menu li a:visited, .sp_contents_menu li a:link {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_arrow_cm.gif) no-repeat right;
	font-size: 16px;
	color: #333;
	padding-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	width: max-device-width-25px;
	display: block;
}
/* フッター部にリンクされたディスクレ */
div.footer_disic {
	padding: 10px;
	border-top: #ccc 1px solid;
}
div.footer_disic_last {
	padding: 10px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
div.footer_disic_last p.title, div.footer_disic p.title {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 8px;
}
div.footer_disic_last, div.footer_disic {
	font-size: 0.9em;
}
div.footer_disic_last a:visited, div.footer_disic_last a:link, div.footer_disic a:visited, div.footer_disic a:link {
	color: #0076B8;
	text-decoration: none;
}
.shadow_top {
	height: 5px;
	background: url("https://www.sbishinseibank.co.jp/sphone/common/imgs/contents_line_g.gif") repeat-x scroll center bottom transparent;
}
.shadow_bottom {
	background: url("https://www.s bishinseibank.co.jp/sphone/common/imgs/contents_line_g.gif") repeat-x scroll center bottom transparent;
}
/* フッター */
#sp_areaFooter {
	text-align: center;
	padding: 15px 0;
	font-size: 10px;
	line-height: 1.4em;
}
#sp_areaFooter .r_line {
	border-right: 1px solid #999;
	margin-right: 2px;
	padding-right: 2px;
	padding-left: 12px;
}
.rainbow_line {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/line_rainbow.jpg) repeat-x bottom;
	padding: 0 0 25px;
	margin-bottom: 10px;
	margin-bottom: 10px;
}
h2:before {
	/*content:"&nbsp;"*/
}
a.btn:link, a.btn:visited {
	text-decoration: none;
}
.confirm {
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/confirm_btn.gif) no-repeat right bottom;
	padding-right: 24px;
	font-size: 0.9em;
	color: #333;
	min-height: 26px;
}
.btn span {
	padding-top: 7px;
	display: block;
}
/* 試算するボタン */
.btn_blue_nrml {
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_blue_138.gif) no-repeat;
	width: 138px;
	height: 32px;
	margin: 0 auto;
	/*padding-top:7px;*/
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
.btn_blue_09 {
	display: block;
	background: url(https://www.sbishinseibank.co.jp/sphone/common/imgs/btn_blue_148.gif) no-repeat;
	width: 163px;
	height: 32px;
	margin: 0 auto;
	/*padding-top:7px;*/
	padding-top: 8px;
	padding-left: 13px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#err2 {
	position: absolute;
	background: url(../imgs/tpoint/sp/fukidashi2.gif);
	text-align:left;
	text-indent:1em;
	background-repeat: no-repeat
	width: 300px;
	height: 21px;
	padding: 0 5px;
	left:50%;
	padding-top:10px;
	margin-top:-10px;
	margin-left:-146px;
	font-weight: bold;
	line-height: 20px;

	color: #990000;
	font-size: 12px;
	font-weight: normal;

	z-index: 1;
}


/* 2022.02.17 */
.o-cam_ana_num_sp-input [type="checkbox"],
.o-cam_ana_num_sp-input [type="radio"]{
	opacity: 1;
}

.btnSpecial{
	color: #fff!important;
	background-color: #0076C6!important;
}


