@charset "utf-8";



/* 初期化
---------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #2e2e2e;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* docomo ID独自の初期化・スタイル統一 */

a {color: #2a80b9;}



/* body
---------------------------------- */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-family: Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande', sans-serif;
	color: #2e2e2e;
	line-height: 140%;
	background: #fff none;
}
#bodywrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 105px;
	padding: 0 0 10.56rem;
	position: relative;
	min-height: 100%;
}

input {
	font-family: Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande', sans-serif;
}

dd,li,p {
    word-wrap:break-word;
}

/* ユーティリティ
---------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	visibility: hidden;
	clear: both; 
	height: 0; 
}

.txtleft {text-align: left !important;}
.txtcenter {text-align: center !important;}
.txtright  {text-align: right !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}

.mr0 {margin-right: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}

.ml {margin-left: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}

.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}

.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}

.pr0 {padding-right: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}

.pl0 {padding-left: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}

.txt_conf{ 
	font-size: 13px;
	font-size: 1.3rem;
	color: #2a80b9;
	font-weight: bold; 
}
.txt_medium {
	font-size: 13px;
	font-size: 1.3rem !important; 
}

/* ヘッダ--global
---------------------------------- */

.header__global {
	position: relative;
	border-bottom: 2px solid #c90028;
}

/* BCPメッセージ */

.hdr_bcpmes {
	padding: 6px 10px;
	background: #e9e9e9 none;
}
.main .hdr_bcpmes {
	margin: 0 0 10px;
	padding: 0;
	background: #fff none;
}


.header_bcpmes a {
	color: #c90028;
}

.hdr_bcpmes_list {
	padding: 6px 5px;
	background: #fff none;
	border: 2px solid #c90028;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
.hdr_bcpmes_list li {
	margin: 5px 0 0;
	padding:0 5px;
	text-align: center;
	line-height: 1.1;
	
	color: #c90028;
	font-weight: bold;
}
.hdr_bcpmes_list li:first-child {margin: 0;}

.hdr_bcpmes_list a {
	color: #c90028;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.hdr_input_err{
	background:#fff none;
	margin:-5px -5px 5px;
	padding:10px 10px 12px;
}

/* h1グローバル、ロゴ */

.hdr_h1 {
	display: block;
	float: left;
	padding: 10px 0 3px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}

.hdr_logo {
	display: block;
	float: right;
	margin: 13px 10px 0 0;
}
.hdr_logo img {
	display: block;
	width: 53px;
}

.separator {
    border-bottom: 1px solid #ded6cb;
}

/* main
---------------------------------- */

.main {
	padding: 0 5px 0;
	background: #e9e9e9;
}

.main_login {
	background: #fff none;
	padding: 10px 5px 28px;
}

.main_block{
	background: #e9e9e9;
	padding: 5px;
}

.main_complete {
	padding: 0 5px 0;
}

.main_hdrmes01 {
	margin: 0 -5px 14px;
	padding: 5px 0;
	background: #bbaf43;
	line-height: 1;
}
.main_hdrmes01 p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}



/* フォーム進行状況バー、文言 */

.progress_bar_wrap {
	margin: 0 -5px 0;
	padding: 10px 10px 12px;
	background: #fff none;
}
.progress_bar {
	position: relative;
	width: 100%;
	height: 23px;
	line-height: 1;
}
.progress_bar li {
	position: relative;
	display: block;
	float: left;
	width: 33%;
	height: 2.3rem;
	background: #aeaeae none;
	color: #fff;
	font-size: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.3rem;
	text-align: center;
	vertical-align: middle;
}
.progress_bar li:first-child {
	width: 34%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.progress_bar li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
_:-ms-fullscreen, :root .progress_bar li {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
_:-ms-fullscreen, :root .progress_bar li:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.progress_bar li.active {
	background: #cc0033 none;
}
.progress_bar li.active:after {
	content: '';
	position: absolute;
	z-index: 100;
	right: -26px;
	top: 0;
	border-width: 1.15rem 13px 1.15rem 13px;
	border-color: transparent transparent transparent #cc0033;
	border-style: solid;
}
.progress_bar li.active:before {
	content: '';
	position: absolute;
	z-index: 100;
	left: -13px;
	top: 0;
	border-width: 1.15rem 13px 1.15rem 13px;
	border-color: #cc0033 #cc0033 #cc0033 #aeaeae;
	border-style: solid;
}
.progress_bar li:first-child:before,
.progress_bar li:last-child:after {
	border: none;
}

.main_regist_hdrmes {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.progress_bar + .main_regist_hdrmes {
	margin: 9px 0 0;
}



/* フォーム
---------------------------------- */


/* フォーム項目のdl */

.form {
	margin: 19px 0 0;
	background: #fff none;
}

.form dt {
	margin: 12px 0 0;
	padding: 1px 0 1px 8px;
	border-left: 3px solid #cc0033;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
}

.form dt.sub {
	margin: 7px 0 0;
	padding: 0;
	border-left: none;
}

.form dd {
	margin: 8px 0 0;
}


.dd_checkbox {
	margin: 7px 0 0;
}

p.txt_annot {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
}

.form select {
	font-size: 14px;
	font-size: 1.4rem;
	width: 70%
}

/* カード型dl・tableのスタイル上書き */

.card {
	margin: 8px 0 0;
	padding: 12px 10px 12px;
	background: #fff none;
}

.card dt {
	margin: 12px 0 0 -5px;
	padding: 2px 0 1px 8px;
	border-left: 3px solid #cc0033;
}
.card dt:first-child {
	margin-top: 0;
}

.card dt.sub {
	margin: 7px 0 0;
	padding: 0;
	border-left: none;
}

.card dd {
	margin: 6px 0 0;
}

.card .dd_checkbox {
	margin: 4px 0 0;
}

.card .dd_radio_01 {margin: 2px 0 0;}
.card .dd_radio_02 {margin: 0;}
.card .dd_radio_03 {margin: 0;}
.card .dd_radio_04 {margin: 5px 0 0;}

.card .form_parts_wrap.sub {padding-left: 20px;}


/* フォーム、その他の調整 */

.gender {
	padding-bottom: 6px;
}
.gender .form_parts_wrap {
	width: auto;
}
.gender th {
	width: auto;
}
.gender td {
	width: auto;
	font-size: 12px;
	font-size: 1.2rem;
}

i.mandatory {
	display: inline-block;
	margin: 0px 0 -1px 10px;
	padding: 3px 4px 2px;
	background: #cc0033 none;
	font-size: 9px;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1;
	vertical-align: top;
}

i.mandatory_gray {
	display: inline-block;
	margin: 0px 0 -1px 10px;
	padding: 3px 4px 2px;
	background: #858585 none;
	font-size: 9px;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1;
	vertical-align: top;
}

.ib_txt
{
	display: inline-block;
	width: 75%;
}

.ib_img
{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 10px;
}

.err_nopadding {
	margin-right: -80px;
	margin-left: -80px;
}

.txt_normal {
	font-weight: normal;
}

.conf_detail_dt {
	margin: 8px 0 0 -5px !important;
}
.conf_detail_dd {
	margin: 0 !important;
	color: #2a80b9;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}



/* フォーム要素 */

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #ababab;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
input[type=text].err,
input[type=password].err,
input[type=email].err,
input[type=number].err,
input[type=tel].err {
	background: #feeeee none;
	border: 1px solid #cc0033;
}

input.button_submit {
	-webkit-appearance: none;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 16px;
	margin: 22px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
a.button_submit {
	-webkit-appearance: none;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 16px;
	margin: 22px 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}

.main_inner_02 .button_submit{
	margin: 0;
}

/* input.button_submit:first-child {margin: 0;} */
.form + input.button_submit {margin: 19px 0 0;}

.radio_wrap,
.checkbox_wrap {
	display: block;
	padding: 6px 0;
	line-height: 1;
}
.radio_gender {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: baseline;
	margin: 0;
	cursor: pointer;
}

label {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	vertical-align: baseline;
	cursor: pointer;
}



/* IME入力モード */
input {
	ime-mode: active;
}

#docomoid_01, #pwd_01, #pwd_02, #addr01_04, #addr02_02, #input02, #dob_01, #postcode_01, #checknum_01 {
	ime-mode: inactive;
}



/* フォーム要素(ボタン) */

.nextaction {
	padding: 14px 0;
	background: #2a80b9 none;
	border: none;
	color: #fff;
}
.nextaction:active {
	padding: 15px 0 13px 2px;
}
.nextaction:hover {
	background: #226694;
	color: #ccc;
}
.nextaction[disabled="disabled"]:hover {
	background: #2a80b9 none;
	color: #fff;
}

.remind {
	padding: 11px 0;
	background: #fff none;
	border: 3px solid #2a80b9;
	color: #2a80b9;
}
.remind:active {
	padding: 12px 0 10px 2px;
}

.remind:hover {
	background: #ccc none;
	border: 3px solid #226694;
	color: #226694;
}

.prevaction {
	padding: 14px 0;
	background: #9fa4a8 none;
	border: none;
	color: #fff;
}
.prevaction:active {
	padding: 15px 0 13px 2px;
}
.prevaction:hover {
	background: #7f8386 none;
	color: #ccc;
}



/* パスワードチェック */

.pwdchk_status {
	margin: 6px 0 0;
}
#passwdstrength {
	margin: 4px 0 6px;
	padding: 0 0 7px;
	border: 1px solid #d5d5d5;
	background: #e4e8e8 none;
}
#passwdstrength.weak, #passwdstrength.middle, #passwdstrength.strong {
	background: transparent url(https://id.smt.docomo.ne.jp/img/bg_pwdchkbar.png) left top no-repeat;
	-webkit-background-size: 100% 24px;
	background-size: 100% 24px;
}
#passwdstrength.middle {
	background-position: left -8px;
}
#passwdstrength.strong {
	background-position: left -16px;
}

/* パスワード表示 */
.pw_checkbox_wrap{
	display:none;
}

/* ランダム数字読み取り・文字の確認 */

.imgconfirmchk {
}
.fImg {
	display: block;
	float: left;
	width: 114px;
	height: 31px;
	margin: 0 10px 0 0;
	border: 1px solid #eee;
	vertical-align: bottom;
}
.imgRldBtn {
	display: block;
	float: left;
	-webkit-appearance: none;
	margin: 0;
	padding: 8px 20px;
	background: #fff none;
	border: 2px solid #9fa4a8;
	border-radius: 12px;
	font-size: 1.1rem;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
}
.imgRldBtn:active {
	padding: 9px 19px 7px 21px;
}
.imgRldBtn:hover {
	background: #ccc none;
}

/* インフォメーションメッセージ */

.info_mes {
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.info_mes_indent {
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	padding-left:1em !important;
	text-indent:-1em !important;
}

.info_mes_title_bold {
	font-weight: bold;
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 0.2;
}

/* フォームエラーメッセージ、エラー表示 */

.err_mes {
	margin: 10px 0 0;
	padding: 2px 5px 2px 5px;
	/* padding: 2px 4px 2px 1.3em; */
	background: #d8355d none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}

.err_mes:first-child{
	margin: 0;
}
.input_err {
	border: 1px solid #d8365f;
	background: #feeeee none;
	font-weight: bold;
}

/* 以下詳細 */

.err_mes_01 {margin: 9px 0 5px -5px;}
.err_mes_02 {margin: 3px 0 4px 15px;}
.err_mes_03 {margin: 10px 0 3px 0;}
.err_mes_04 {margin: 5px 0;}
.err_mes_05 {margin: 10px 0 8px;}
.err_mes_06 {margin: 10px 0 8px;}
.err_mes_07 {margin: 3px 0 6px;}



/* ボタン枠 */

.form_btn_wrap {
	margin: 8px -5px 0;
	padding: 24px 10px 25px;
	background: #fff none;
}

/* 枠を境界線なしでつなげる場合 */
.form_btn_wrap.start {
	margin-bottom: 0;
}
.form_btn_wrap.end {
	margin-top: 0;
}


/* フォーム一番下、ボタン上の文言 */

.form_notice_btm {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}



/* ご注意等 */

.notice_bottom {
	margin: 0 0 25px;
}

.ftr_notice_h2 {
	padding: 5px 5px 5px 9px;
	background: #cdc36b none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}


.details {
	position: relative;
	padding: 14px 10px 60px;
	background: #f6f6f6 none;
	font-size: 11px;
	font-size: 1.1rem;
}
.details .link_text{
	font-size: 11px;
	font-size: 1.1rem;
}

.annotation li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-weight: normal;
}
.annotation li:before {
	content: '・';
}

/* アコーディオン */

.accordion {
	overflow: hidden;
	border-bottom: none;
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
}

.accordion.closed {
	height: 24px !important;
	overflow: hidden;
	border-bottom: 1px solid #cecab9;
}

.btn_close {
	display: none;
}

.btn_showhide {
	position: absolute;
	right: 10px;
	bottom: 16px;
	display: block;
	padding: 5px 12px;
	border: 2px solid #9fa4a8;
	border-radius: 12px;
	background: #fff none;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.btn_showhide:active {
	padding: 6px 11px 4px 13px;
}
.btn_showhide:hover {
	background: #ccc none;
}

.btn_showhide i {
	display: inline-block;
	width: 12px;
	margin: 0 5px 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 12px;
	vertical-align: baseline;
}

.btn_showhide_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43px;
	margin: -30px 0 0;
	padding: 30px 0 0;
}
.btn_showhide_wrap.closed {
	background: -moz-linear-gradient(top, rgba(246,246,246,0.25) 0%, rgba(246,246,246,1) 36%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,0.25)), color-stop(36%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,0.25) 0%,rgba(246,246,246,1) 36%);
	background: -o-linear-gradient(top, rgba(246,246,246,0.25) 0%,rgba(246,246,246,1) 36%);
	background: -ms-linear-gradient(top, rgba(246,246,246,0.25) 0%,rgba(246,246,246,1) 36%);
	background: linear-gradient(to bottom, rgba(246,246,246,0.25) 0%,rgba(246,246,246,1) 36%);
}

/* 非ボタンのリンク
---------------------------------- */

.link_text {
	display: block;
	margin: 19px 0 0;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.link_text a {
	font-weight: bold;
}
.link_text.txt_right {
	text-align: right;
}
.txt_terms {
	font-size: 13px;
	font-size: 1.3rem;
}

.annotation .link_text {
	margin: 5px 0 8px;
}



/* ボタンの手前のご利用上の注意
---------------------------------- */

.card.notice_bottom_wrap {
	padding: 0;
}

.card.card_terms_button {
	border: none;
	padding: 12px 10px 0;
}

.card.card_terms_button .form_notice_btm {
	margin: 13px 0 0;
}

.ifr2 {
	display: none;
}



/* フッタ
---------------------------------- */

.footer__global {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 27px;
	background: #fff none;
	border-top: 2px solid #c90028;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 11px;
}

.loggedin {
	display: block;
	margin: 9px 0 8px;
	padding: 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
}

.ftr_link {
}
.ftr_link ul {
	text-align: center;
}
.ftr_link li {
	display: inline-block;
	padding: 10px 5px 4px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
}
.ftr_link a {
	color: #858585;
	font-weight: bold;
}

.copyright {
	display: block;
	margin: 14px 0 0;
	text-align: center;
}
.copyright img {
	display: block;
	width: 262px;
	margin-left: auto;
	margin-right: auto;

}

/* .main_inner */
.main_block .main_inner{
  margin: 0px 0 8px;
  padding: 24px 10px 25px;
  background: #fff;
}
.main_block .main_inner_02{
  margin: 8px 0 0px;
  padding: 24px 10px 25px;
  background: #fff;
}
.main_inner_02 + .main_inner{
	margin-top: 10px;
}

.main_inner.easylogin,
.main_inner.bioauth{
	padding:24px 10px 25px;
	margin:0px 0px 10px 0px;
}
.main_inner.easylogin .button_submit,
.main_inner.bioauth   .button_submit{
	margin-top:0px;
}


.main_inner.authpass{
	padding-bottom:25px;
}
.main_inner_02.bioauth{
	margin-top:0px;
}

.hdr_input_err + .privatemode .main_inner {
  margin: 8px 0 8px;
}

/* その他文字装飾
---------------------------------- */

.indent{ padding-left:1em !important; text-indent:-1em !important; }



.privatemode .main_inner{
	padding: 5px 10px;
}

.privatemode .txt_alert {
	color: #c03;
	font-size: 1.2rem;
	line-height: 1.2;
}
.privatemode .link_text {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 10px;
}

.txt_alert {
	color: #cc0033;
}



/* 表示領域切替
---------------------------------- */

/* pc用を消してsp用を表示 */
.sp_view{
	display:block;
}
.pc_view{
	display:none;
}

/* かんたんログイン */
#easyBtn1{
	display:none;
}
.main_inner .easylogin:nth-child(1) a.button_submit{
	margin-top:0;
}

/* 生体認証 */
.main_inner .bioauth:nth-child(1) a.button_submit{
	margin-top:0;
}

/* お使いの携帯電話番号でログイン */
.numLogin{
	display:none;
}

/* プライベートブラウズ/シークレットモード注意 */
.privatemode { display: none; }

/* 重要なお知らせ（SP・IP） */
#disp_bcpmes_pc{display:none;}#disp_bcpmes_sp{
	display: block;
}

.dpoint_banner {
	display:none;
	height: auto;
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}


/* 自動ポーリング画面
---------------------------------- */

.snd_infoMes {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 15px;
}

.snd_pollingMes {
	font-size: 1.3rem;
	margin: 10px 0;
}

.snd_main_inner img {
	width: 100%;
}

.link_button {
	/* button 要素をリンクとして表示 */
	color: #2a80b9;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	text-indent:0;
}

.phone{
	position: relative;
	width:320px;
	height:320px;
	margin: 0 auto;
}

.phone.img{
width:320px; 
height:320px;

}

.circle{
  position:absolute;
  width: 70px;
  height: 70px;
  text-align:center;
  line-height: 70px;
  border-radius: 50%;
  border: solid 15px #e9e9e9;
  top: 100px;
  left:134px;
  font-size: 50px;
  padding-top: 4px;
  background-color:#ffffff;
}