@charset "UTF-8";


/*=========================================
リセット
=========================================*/
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%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	font-size: 100%;
}

body {
	line-height: 1.4;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}

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;
}

img {
	border: none;
	max-width:100%;
	height: auto;
}

strong {
	font-weight: bold;
}



/*=========================================
初期設定
=========================================*/

body {
	color: #000000;
	background: url(/sim/img/cp04/bg.jpg) top center no-repeat #f8f8f8;
}

.container {
    width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #ffffff;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* フォント関係 */
.font-color-primary{color:#ff112d!important}
.font-size-l{font-size:2rem!important}
.font-weight-n{font-weight:normal!important}
.font-weight-b{font-weight:bold!important}

.md-text-plane{
	font-size:.9rem;
	line-height:1.4!important;
}

.link_outside{
	color:#02adfb;
	text-decoration:underline;
	font-size:1.4rem;
	font-weight:bold;
}

small {
	font-size:0.8em;
}


/*=========================================
メイン
=========================================*/

.container .logo_header {
	width: 120px;
	height: 24px;
	padding: 25px 0 0 45px;
}

.container p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
}

.container .main_img {
	position: relative;
	/*margin-left:-50px;*/
	margin-left:0;
}

.main_img-btn{
	position:absolute;
	right:0;
	/*bottom:222px;*/
	bottom:455px;
}


.container .attention {
	font-size: 0.8em;
}

.container p.button_sub {
	text-align: right;
	margin-right: 0px;
	transform: scale(0.94);
}

.container p img {
	vertical-align: bottom;
}

.container p.campaign_period {
	text-align: right;
	padding-right: 55px;
}





.md-column{
	display:table;
	width:100%;
}

.md-column > div{
	display:table-cell;
}

.md-inner{
	width:840px;
	margin:0 auto;
}


/**** 箇条書き ************************************************/

.md-list-asterisk{
	list-style:none;
	margin:0;
	padding:0;
}

.md-list-asterisk li{
	padding:0 0 0 30px;
	position:relative;
}

.md-list-asterisk li:before{
	position:absolute;
	left:0;
	top:0;
	content:"※";
}


.md-list-asterisk.md-list-number{
	counter-reset:num;
}

.md-list-asterisk.md-list-number li:before{
	counter-increment:num;
	content:"※"counter(num);
}


/**** プラン選択ボタン ************************************************/
.md-plan-select{
	width:860px;
	margin:60px auto;
}














.container p.attention {
	text-align: right;
	margin-right: 90px;
}

.container p.apparatus {
	position: relative;
}

.container p.apparatus img.btn {
	position: absolute;
	right: 60px;
	bottom: 34px;
}

/**** お気に入りに登録ボタン ************************************************/

.container a.button_favorite {
	display: inline-block;
	width: 287px;
	height: 37px;
	/*
	margin: 23px 0 20px 641px;
	*/
	line-height: 37px;
	color: #000000;
	border: solid 2px #cdcdcc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #ffffff, #c6c6c6);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c6c6c6));
	text-decoration: none;
}

.container a.button_favorite img {
	vertical-align: middle;
}

.container .button_dtisim3gb_wrapper {
	width: 856px;
	margin: 0 auto;
	overflow: hidden;
}


/**** 3GB増量ボタン ************************************************/

.container .button_dtisim3gb_wrapper .left {
	float: left;
	width: 411px;
	margin-right: 35px;
}

.container .button_dtisim3gb_wrapper .right {
	float: left;
	width: 410px;
}


/**** フォームの進捗ナビゲーション ************************************************/

.applyform_navi ol {
	width: 831px;
	margin: 30px auto 0 auto;
	background: url(/sim/img/cp04/apply_navi_bg.gif) no-repeat center 16px;
	overflow: hidden;
}

.applyform_navi ol li {
	float: left;
	width: 277px;
	padding-top: 68px;
	text-align: center;
	background: url(/sim/img/cp04/apply_navi_bg_off.png) no-repeat top center;
}

.applyform_navi ol li.active {
	background: url(/sim/img/cp04/apply_navi_bg_on.png) no-repeat top center;
	color: #cc0000;
	font-weight: bold;
}


/**** SNS ボタン周辺 ************************************************/
.sns_wrapper {
	width: 950px;
	overflow: hidden;
}

.sns_wrapper .left,
.sns_wrapper .right {
	float: left;
	width: 475px;
	text-align: center;
}

.container p.sns_url {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0;
	background: #ffeeee;
	border: solid 1px #ff2500;
	color: #ff2500;
}

/**** Q&A **************************************************************/
.qa_bg{
	background:url(/sim/img/n3g_02/qa_bg.jpg) repeat-y center top;
	padding-left:118px;
	margin:0 auto;
	background-size: 100%;
}
.qa_bg li{
	width:626px;
}
/**** お客様の声 **************************************************************/
.voice_bg{
	background:url(/sim/img/n3g_02/voice_bg.gif) repeat-y center top;
	width:820px;
	padding:30px 0 30px 40px;
	text-align:center;
	margin:0 auto;
	border-radius:10px;
}


/*=========================================
フッター
=========================================*/
.footer {
	width: 100%;
	margin: 80px 0 0 0;
	padding: 35px 0 40px 0;
	background: #e9e6e6;
}

.footer p.text {
	font-size: 0.5em;
	text-align: center;
	margin-top: 15px;
}

.footer ul {
	width: 510px;
	height: 1.5em;
	margin: 15px auto 0 auto;
	padding: 0;
	font-size: 0.8em;
	list-style-type: none;
	overflow: hidden;
}

.footer ul li {
	float: left;
	width: 169px;
	text-align: center;
	border-right: 1px solid #000000;
}

.footer ul li:last-child {
	border: none;
}

.footer ul li a {
	color: #000000;
}



/*=========================================
マージン
=========================================*/
.m80 {margin:80px !important;}
.m75 {margin:75px !important;}
.m70 {margin:70px !important;}
.m65 {margin:65px !important;}
.m60 {margin:60px !important;}
.m55 {margin:55px !important;}
.m50 {margin:50px !important;}
.m45 {margin:45px !important;}
.m40 {margin:40px !important;}
.m35 {margin:35px !important;}
.m30 {margin:30px !important;}
.m20 {margin:25px !important;}
.m20 {margin:20px !important;}
.m15 {margin:15px !important;}
.m10 {margin:10px !important;}
.m5 {margin:5px !important;}
.m0 {margin:0 !important;}

.tm120 {margin-top:120px !important;}
.tm115 {margin-top:115px !important;}
.tm110 {margin-top:110px !important;}
.tm105 {margin-top:105px !important;}
.tm100 {margin-top:100px !important;}
.tm95 {margin-top:95px !important;}
.tm90 {margin-top:90px !important;}
.tm85 {margin-top:85px !important;}
.tm80 {margin-top:80px !important;}
.tm75 {margin-top:75px !important;}
.tm70 {margin-top:70px !important;}
.tm65 {margin-top:65px !important;}
.tm60 {margin-top:60px !important;}
.tm55 {margin-top:55px !important;}
.tm50 {margin-top:50px !important;}
.tm45 {margin-top:45px !important;}
.tm40 {margin-top:40px !important;}
.tm35 {margin-top:35px !important;}
.tm30 {margin-top:30px !important;}
.tm25 {margin-top:25px !important;}
.tm20 {margin-top:20px !important;}
.tm15 {margin-top:15px !important;}
.tm10 {margin-top:10px !important;}
.tm5 {margin-top:5px !important;}
.tm0 {margin-top:0 !important;}

.bm80 {margin-bottom:80px !important;}
.bm75 {margin-bottom:75px !important;}
.bm70 {margin-bottom:70px !important;}
.bm65 {margin-bottom:65px !important;}
.bm60 {margin-bottom:60px !important;}
.bm55 {margin-bottom:55px !important;}
.bm50 {margin-bottom:50px !important;}
.bm45 {margin-bottom:45px !important;}
.bm40 {margin-bottom:40px !important;}
.bm35 {margin-bottom:35px !important;}
.bm30 {margin-bottom:30px !important;}
.bm25 {margin-bottom:25px !important;}
.bm20 {margin-bottom:20px !important;}
.bm15 {margin-bottom:15px !important;}
.bm10 {margin-bottom:10px !important;}
.bm5 {margin-bottom:5px !important;}
.bm0 {margin-bottom:0 !important;}

.rm80 {margin-right:80px !important;}
.rm75 {margin-right:75px !important;}
.rm70 {margin-right:70px !important;}
.rm65 {margin-right:65px !important;}
.rm60 {margin-right:60px !important;}
.rm55 {margin-right:55px !important;}
.rm50 {margin-right:50px !important;}
.rm45 {margin-right:45px !important;}
.rm40 {margin-right:40px !important;}
.rm35 {margin-right:35px !important;}
.rm30 {margin-right:30px !important;}
.rm25 {margin-right:25px !important;}
.rm20 {margin-right:20px !important;}
.rm15 {margin-right:15px !important;}
.rm10 {margin-right:10px !important;}
.rm5 {margin-right:5px !important;}
.rm0 {margin-right:0 !important;}

.lm80 {margin-left:80px !important;}
.lm75 {margin-left:75px !important;}
.lm70 {margin-left:70px !important;}
.lm65 {margin-left:65px !important;}
.lm60 {margin-left:60px !important;}
.lm55 {margin-left:55px !important;}
.lm50 {margin-left:50px !important;}
.lm45 {margin-left:45px !important;}
.lm40 {margin-left:40px !important;}
.lm35 {margin-left:30px !important;}
.lm30 {margin-left:30px !important;}
.lm25 {margin-left:20px !important;}
.lm20 {margin-left:20px !important;}
.lm15 {margin-left:15px !important;}
.lm10 {margin-left:10px !important;}
.lm5 {margin-left:5px !important;}
.lm0 {margin-left:0 !important;}


/*=========================================
フロート
=========================================*/
.float-l{float:left!important}
.float-r{float:right!important}
.clear-b{clear:both!important}

/*=========================================
行揃え
=========================================*/
.text-l{text-align:left!important}
.text-r{text-align:right!important}
.text-c{text-align:center!important}
