@charset "utf-8";
/* ▼システムで制御する部分
----------------------------------------------------------------------------- */

/* カラー設定
（1）全体背景色 body	 
（2）ヘッダ・フッタ文字色 #cmnmsg, #footer
（3）タイトル文字色	#title
（4）タイトル背景色	#title
（5）フォーム背景色 #enqt, #msg, #err, .a-txt, #submit
（6）メッセージ文字色 #msg
（7）全体エラー文字色・個別エラー背景色（必須アイコン背景色） #er, td #err, td #err:after
（8）表示名称文字色（&ステップのアクティブライン） .q-num, (#step-set ul li.active)
（9）表示名称のアイコン色 .q-num
（10）表示コメント・入力文字色 .a-txt
（11）注意書き・凡例文字色 .ex-txt
（12）表罫線色 .tbl
（13）決定ボタン背景色 #submit input[type="submit"]
（14）リンク文字色 a
 */
body{
	background-color:#ECF0F1;
}
#cmnmsg,
#footer{
	color:#666666;
}
#title{
	background-color:#2979AF;
	color:#FFFFFF;
}
#enqt,
#submit,
#err,
.a-txt{
	background:#FFFFFF;
}
#msg,
#msg02{
	color:#666666;
	background-color:#FFFFFF;
}
#err{
	color:#CA2424;
}
td #err,
.icn-req{
	background-color:#CA2424;
}
td #err:after{
	border-color: transparent transparent #CA2424 transparent;
}
.q-txt{
	color:#666666;
}
.q-num,
#step-set ul li.active{
	border-color:#2979AF;
}
.a-txt{
	color:#666666;
}
.ex-txt{
	color:#777777;
}
.tbl{
	border-color:#DDDDDD;
}
#submit input[type="submit"],
#submit button.submit{
	background-color:#2979AF;
}

a{color: #0076C5;}
a.emphasizeR{color:#FF0000;}
ul,
ol{
	list-style: none;
	margin:0;
	padding:0;
}
h2{font-size: 18px;font-weight: bold;margin-top: 30px;margin-bottom: 10px;line-height: 1.4;}
h3{font-size: 16px;font-weight: bold;margin-top: 20px;margin-bottom: 10px;line-height: 1.4;}
h4{}
p{margin:0;}
.textF13px{font-size: 13px;}
/* ▲システムで制御
----------------------------------------------------------------------------- */



/* レイアウト
----------------------------------------------------------------------------- */
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif, monospace;
}
body {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited{
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
form{
	overflow:hidden;
}
img {
	border: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}


/* __ -02.Margin / Paddding ___________________________________________________________________ */
.mt0  {margin-top: 0;}		.mb0  {margin-bottom: 0;}
.mt5  {margin-top: 5px;}		.mb5  {margin-bottom: 5px;}
.mt10 {margin-top: 10px;}	.mb10 {margin-bottom: 10px;}
.mt20 {margin-top: 20px;}	.mb20 {margin-bottom: 20px;}
.mt30 {margin-top: 30px;}	.mb30 {margin-bottom: 30px;}
.mt40 {margin-top: 40px;}	.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}	.mb50 {margin-bottom: 50px;}
.mt60 {margin-top: 60px;}	.mb60 {margin-bottom: 60px;}
.mt70 {margin-top: 70px;}	.mb70 {margin-bottom: 70px;}
.mt80 {margin-top: 80px;}	.mb80 {margin-bottom: 80px;}
.mt90 {margin-top: 90px;}	.mb90 {margin-bottom: 90px;}
.mt100{margin-top: 100px;}	.mb100{margin-bottom: 100px;}

.mb-5  {margin-bottom: -5px !important;}
.mb-10 {margin-bottom: -10px !important;}
.mb-20 {margin-bottom: -20px !important;}
.mb-30 {margin-bottom: -30px !important;}
.mb-40 {margin-bottom: -40px !important;}
.mb-50 {margin-bottom: -50px !important;}
.mb-60 {margin-bottom: -60px !important;}
.mb-70 {margin-bottom: -70px !important;}
.mb-80 {margin-bottom: -80px !important;}
.mb-90 {margin-bottom: -90px !important;}
.mb-100{margin-bottom: -100px !important;}

.ml0  {margin-left: 0;}		.mr0  {margin-right: 0;}
.ml5  {margin-left: 5px;}	.mr5  {margin-right: 5px;}
.ml10 {margin-left: 10px;}	.mr10 {margin-right: 10px;}
.ml20 {margin-left: 20px;}	.mr20 {margin-right: 20px;}
.ml25 {margin-left: 25px;}	.mr20 {margin-right: 25px;}
.ml30 {margin-left: 30px;}	.mr30 {margin-right: 30px;}
.ml40 {margin-left: 40px;}	.mr40 {margin-right: 40px;}
.ml50 {margin-left: 50px;}	.mr50 {margin-right: 50px;}
.ml60 {margin-left: 60px;}	.mr60 {margin-right: 60px;}
.ml70 {margin-left: 70px;}	.mr70 {margin-right: 70px;}
.ml80 {margin-left: 80px;}	.mr80 {margin-right: 80px;}
.ml90 {margin-left: 90px;}	.mr90 {margin-right: 90px;}
.ml100{margin-left: 100px;}	.mr100{margin-right: 100px;}

.pt0  {padding-top: 0;}		.pb0  {padding-bottom: 0;}
.pt5  {padding-top: 5px;}	.pb5  {padding-bottom: 5px;}
.pt10 {padding-top: 10px;}	.pb10 {padding-bottom: 10px;}
.pt20 {padding-top: 20px;}	.pb20 {padding-bottom: 20px;}
.pt30 {padding-top: 30px;}	.pb30 {padding-bottom: 30px;}
.pt40 {padding-top: 40px;}	.pb40 {padding-bottom: 40px;}
.pt50 {padding-top: 50px;}	.pb50 {padding-bottom: 50px;}
.pt60 {padding-top: 60px;}	.pb60 {padding-bottom: 60px;}
.pt70 {padding-top: 70px;}	.pb70 {padding-bottom: 70px;}
.pt80 {padding-top: 80px;}	.pb80 {padding-bottom: 80px;}
.pt90 {padding-top: 90px;}	.pb90 {padding-bottom: 90px;}
.pt100{padding-top: 100px;}	.pb100{padding-bottom: 100px;}

.pl0  {padding-left: 0;}		.pr0  {padding-right: 0;}
.pl5  {padding-left: 5px;}	.pr5  {padding-right: 5px;}
.pl10 {padding-left: 10px;}	.pr10 {padding-right: 10px;}
.pl20 {padding-left: 20px;}	.pr20 {padding-right: 20px;}
.pl30 {padding-left: 30px;}	.pr30 {padding-right: 30px;}
.pl40 {padding-left: 40px;}	.pr40 {padding-right: 40px;}
.pl50 {padding-left: 50px;}	.pr50 {padding-right: 50px;}
.pl60 {padding-left: 60px;}	.pr60 {padding-right: 60px;}
.pl70 {padding-left: 70px;}	.pr70 {padding-right: 70px;}
.pl80 {padding-left: 80px;}	.pr80 {padding-right: 80px;}
.pl90 {padding-left: 90px;}	.pr90 {padding-right: 90px;}
.pl100{padding-left: 100px;}	.pr100{padding-right: 100px;}


.normalList li {
    background-image: url(https://www.sbishinseibank.co.jp/common13/imgs/icon/icn_normal_list.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 3px;
    text-align: left;
    margin-bottom: 3px;
    line-height: 1.4;
}
.annotationList li{
font-size: 13px;
background-position: left 3px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.6;
text-indent: -0.7em;
padding-left: 1em;
}
.annotationList li::before {
    content: "*";
    padding-right: 5px;
}
.annotationList li.emphasizeR{
}
.annotationList li.emphasizeR::before {
    content: "*";
    padding-right: 5px;
    color: #cc0000;
}
.annotationList li li {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
.numNoticeList li{padding-left: 2.25em;text-indent: -2.5em;font-size: 0.9em;}

.emphasizeR{ color: #cc0000; }
.emphasizeB{ color: #0072CC; }
.emphasizeG{ color: #5DB339; }
.emphasizeP{ color: #FF6B74; }

.tDU{ text-decoration: underline; }
.fWB{ font-weight: bold; }
.fWN{font-weight: normal;}
.vaMdl{vertical-align:middle !important;}
.vaTop{vertical-align:top !important;}

.bdr_gray3px{
	border: solid 3px #E5E7E8;
}
.bdr_blue2px{
	border: solid 2px #0076c6;
}
.bdr_ore3px{
	border: solid 3px #FF980E;
}
.bdr_pnk3px{
	border: solid 3px #FF6B74;
}

.requiredtxt{
	background-color: #cc0000;
	color: #ffffff;
	border-radius: 16px;
	padding: 2px 9px 0px 9px;
	font-size: 0.8em;
}
.block_notes{
  padding: 10px 10px 10px 40px;
  background-color: #fff2f4;
  font-size: 14px;
}
.zenkaku{
	color: #666666;
	border: 2px solid #cccccc;
	padding: 2px 9px 1px 9px;
	font-size: 0.8em;

}
.txtAR{text-align: right;}
.txtAC{text-align: center;}
.txtAL{text-align: left;}
.fLeft{float: left;}
.fRight{float: right;}
#container{
	width:100%;
	background-color:transparent;
}


/* 共通ヘッダー */
#cmnmsg{
	text-align:center;
	margin:0 auto;
}

/* タイトル */
#title {
	padding-top:15px;
	padding-bottom:15px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size:18px;
	margin:0 auto;
	width:100%;
}

/* メッセージ文 */
#msg,
#msg02{
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

/* フォーム入力項目エリア */
#enqt{
	margin:0 auto;
	border:0;
}
#enqt table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	table-layout: fixed;
}
#enqt table td{
	vertical-align:top;
}
#enqt table.tbl{/* 1項目 */
	margin:30px 0 0 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#enqt td.q-txt{/* 項目タイトル */
	padding:2px 0 2px 4px;
	font-weight: bold;
	word-break:break-all;
}
.q-num{
	border-left-width:3px;
	border-left-style:solid;
}

#enqt td.a-txt{/* 入力・表示エリア */
	padding: 4px 0 32px 0;
	line-height: 1.8;
	border:0;
}
#enqt td.a-txt td{
	white-space:normal!important;
}
#enqt td.a-txt .a-font{/* checkbox, radio のラベルエリア */
}
#enqt td.a-txt .ex-txt{/* 汎用 */
		font-size:14px;
}
.a-font{
}
.cautionf{
	border: 3px solid #EE1C23;
	background-color: #ffffff;
	padding: 10px;
}
/* エラーメッセージ */
#err{
	margin:0 auto;
	padding:5px 0;
	word-wrap: break-word;
}
#enqt td #err{
	position: relative;
	top:5px;
	padding: 5px 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #ffffff;
	z-index: 0;
	margin-bottom:10px;
	border-radius: 3px;
}
#enqt td #err:after {
	content: "";
	position: absolute;
	top: -10px; left: 25px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
}
#err pre{/* 仮登録エラー画面用 */
	white-space: pre-wrap ;	
	word-break: break-all ;
}

/* サブミットボタン */
#submit{
	margin:0 auto;
	padding:30px 0 50px 0;
  text-align:center;
}

/* 共通フッター */
#footer{
  text-align:center;
	margin:0 auto;
	padding: 15px 0 20px 0;
}
#footer p{font-size: 12px;}

/* 現在使用されていないタグ */
#headerimg,
#titleimg,
#footerimg,
#header,
.alert-txt,
.q-num{
	
}

/* 手動で設定用 */
.icn-req{
	margin: 0 0 0 6px;
	padding: 4px;
	color: #ffffff;
	font-size: 70%;
	border-radius: 4px;
	vertical-align: 0.2em;
}
.icn-opt{
	margin: 0 0 0 6px;
	padding:4px;
	color: #ffffff;
	font-size: 70%;
	border-radius: 4px;
	vertical-align: 0.2em;
	background: #999999;
}

#step-set{
	overflow: hidden;
	margin: 0 auto 20px;
	width: 80%;
	max-width: 300px;
	min-width: 240px;
}
#step-set ul{
	list-style: none;
	margin:0;
	padding:0;
}
#step-set ul li{
	float: left;
	padding: 3px 0;
	width: 33.33333%;
	text-align: center;
	border-bottom: 3px solid #dddddd;
}


/*form input, textarea, select
----------------------------------------------------------------------------- */
/*form reset*/
#enqt td.a-txt input, .a-txt button, .a-txt textarea, .a-txt select,
#submit input, #submit button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align:bottom;
	line-height:1;
}

#enqt td.a-txt input[type="text"], 
#enqt td.a-txt input[type="password"], 
#enqt td.a-txt textarea,
#enqt td.a-txt select {
	margin: 4px;
	padding: 6px;
	height: auto;
	vertical-align:middle;
	outline: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size:100%;
	max-width:100%;
	border-radius:2px;
}
#enqt td.a-txt input[type="text"]:focus, 
#enqt td.a-txt input[type="password"]:focus, 
#enqt td.a-txt textarea:focus,
#enqt td.a-txt select:focus{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#enqt td.a-txt select {
  padding:6px 20px 6px 8px;
	background-image:url(/form-user/select.svg);
	background-repeat:no-repeat;
	background-position:right center;
}
/* IE9 */
#enqt td.a-txt select:not(:target){
  padding-right:5px\9;
}
/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#enqt td.a-txt select {
		padding-right:20px!important;
	}
}
/* IE10 */
#enqt td.a-txt select::-ms-expand {
	display: none;
  
}
#enqt td.a-txt input[type="text"]:focus,
#enqt td.a-txt input[type="password"]:focus,
#enqt td.a-txt textarea:focus,
#enqt td.a-txt select:focus {
	box-shadow: 0 0 5px #9fcdfb;
	border: 1px solid #9fcdfb;
}

/* input type="radio" のみ */
/* input type="checkbox" のみ */
#enqt td.a-txt input[type="radio"],
#enqt td.a-txt input[type="checkbox"]{
	position: relative;
	width:16px;
	height:16px;
	border:1px solid #cccccc;
	background:#ffffff;
	vertical-align:-0.2em;
	margin:auto 4px;
}
#enqt td.a-txt input[type="radio"]{
	border-radius:30px;
}
#enqt td.a-txt input[type="checkbox"]{
	border-radius:2px;
}

#enqt td.a-txt input[type="radio"]:checked:after,
#enqt td.a-txt input[type="checkbox"]:checked:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#enqt td.a-txt input[type="radio"]:checked:after{
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #419bf9;
	border-radius: 30px;
}
#enqt td.a-txt input[type="checkbox"]:checked:after{
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #419bf9;
	border-bottom: 3px solid #419bf9;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* input type="submit" のみ */
/* ボタン */
#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="submit"],
#submit input[type="button"],
button.pl-deleteButton,
#submit button.submit{
	overflow:visible;
	cursor: pointer;
	border-radius: 3px;
	padding:12px 10px;
	font-size:14px;
	line-height: 1;
	vertical-align:middle;
}
#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="button"],
button.pl-deleteButton,
#submit button{
	background: #ddd;
}
#err + input[type="button"]{ /* 仮登録エラー画面用 */
	position:relative;
	left:50%;
	width:200px;
	margin:30px 0 30px -100px;
}
#enqt td.a-txt input[type="button"]{
	margin: 4px 6px;
}
#submit input[type="submit"],
#submit input[type="button"],
#submit button.submit{
	padding: 16px 20px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	margin:0 10px;
}
#submit input[type="submit"],
#submit button.submit{
	color:#ffffff;
}

/* input type="reset" のみ */
#submit input[type="reset"] {
	display:none;
}

/* URL */
#url{
	text-align:center;
	margin:30px 0;
}
.g-recaptcha{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 320px;

}

/* responsive PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px){
	#title,
	#msg,
	#msg02,
	#enqt,
	#submit,
	#err{
		width: 800px;
		padding-left:30px;
		padding-right:30px;
	}
	#cmnmsg,
	#footer{
		width: 800px;
	}

	#err #err{ /* 仮登録エラー画面用 */
		padding:30px 0;
		width:auto;
	}
	#enqt table #err{
		width:auto;
	}
	/* label のみ */
	#enqt td.a-txt label{
		padding:3px 0px ;
	}
	#enqt td.a-txt label:first-child{
		padding:0px 0px 3px 0;
	}
	#enqt td.a-txt td{
		padding-right:10px;
	}
}
/* responsive tablet
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px){
	#title,
	#msg,
	#msg02,
	#err{
		padding-left:6%;
		padding-right:6%;
	}
	#err #err{ /* 仮登録エラー画面用 */
		padding:30px 0;
	}
	#enqt td.a-txt input[type="text"]:before {
      content: "<div>" ;
	}
	#enqt td.a-txt input[type="text"]:after{
				content: "</div>" ;
	}
	#enqt td.a-txt input[type="text"] div, 
	#enqt td.a-txt input[type="password"]
	#enqt td.a-txt select{
		width:auto;
		max-width:100%!important;
	}
	#enqt td.a-txt textarea{
		display:block;
		width:100%;
	}
	#enqt td.q-txt{
		padding: 0 6%;
	}
	#enqt td.a-txt{
		padding: 0 6% 30px 6%;
	}
	#enqt td.a-txt table td{
		display: block
	}
	img{
		max-width:100%;
	}
}
/* responsive SP
----------------------------------------------------------------------------- */
@media only screen and (max-width : 640px) {
	#submit{
		padding-left:6%;
		padding-right:6%;
	}
	#submit input[type="submit"],
	#submit input[type="button"],
	#submit button{
		display:block;
		width:100%;
		margin:0 auto;
	}
	#submit input[type="submit"],
	#submit button{
		margin-bottom:20px;
	}
	
	/* label のみ */
	#enqt td.a-txt label{
		display: inline-block;
		padding:5px 0px ;
	}
	
}


/* 郵便番号検索エリア */
.zipContainer {
	position: relative;
}

.zipContainer > input {
	width: 136px;
}

/* 郵便番号検索ボタン */
#zipbutton {
	width: 100px;
	height: 38px;
	padding: 6px 0;
	background: #a1a1a1;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	position: absolute;
	bottom: 4px;
}
#zipbutton:hover {
	cursor: pointer;
}

/* 郵便番号検索 複数リスト */
#ziplist > div {
	background-color: #2979AF!important;
}
.zs-title {
	color: #fff!important;
}

@media only screen and (max-width : 640px) {
	/* 郵便番号リストモーダル */
	#ziplist > div {
		width: 88vw!important;
	}
}

