@charset "shift_jis";

/*-------------------------------------

[COMMON]

--------------------------------------*/
*{
	box-sizing:border-box;
}
html,body{
  font-family: Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	min-height:100%;
	position:relative;
	margin:0;
	padding:0;
}

ul,li,p,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
}
hr{
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #ccc;
}
img{
	vertical-align:bottom;
}
.clearfix{
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}

/*
BOX
*/
.horizon_2{
	width:100%;
}
.horizon_2 > *{
	float:left;
	width:49%;
}
.horizon_2 > *:first-child{
	margin-right:2%;
}

.grayBox{
	background: #f2f2f2;
}

/*
border
*/
.bdb_blue{
	border-bottom: 2px solid #436aaf;
}

/*
position
*/
.fl_l{
	float:left;
}

.al_c{
	text-align:center;
}
.al_l{
	text-align:left;
}
.al_r{
	text-align:right;
}

.mg_auto{
	margin-right:auto;
	margin-left:auto;
}

/*
radius
*/
.bdrzS{
	border-radius:5px;
}
.bdrzM{
	border-radius:10px;
}
.bdrzL{
	border-radius:15px;
}

/*約款用*/
#yakkan .y_box{
	padding-bottom:10px;
}
.y_box table{
	margin-bottom:5px;
}
#yakkan p{
	font-weight: bold;
	margin-bottom:5px;
}


/*-------------------------------------

[PC]

--------------------------------------*/

@media screen and (min-width: 641px) {
/*
共通
*/

.pc_off{
	display:none;
}

.content_full{
	width:100%;
	min-width:960px;
}
.content{
	width:960px;
	margin:0 auto;
}

.verticalBox_M{
	margin-top:20px;
	margin-bottom:20px;
}
.verticalBox_L{
	margin-top:50px;
	margin-bottom:50px;
}

/*テーブル：*marginNG
PC->横並び2
SP->縦積み*/
.colm2{
  display:table;
	width:100%;
}
.colm2 > *{
  display:table-cell;
	width:50%;
}
/*フロート：*marginOK
PC->横並び2
SP->縦積み*/
.horizon_2_a{
	width:100%;
}
.horizon_2_a > *{
	float:left;
	width:49%;
}
.horizon_2_a > *:first-child{
	margin-right:2%;
}

/*横2つのボタンwrap
PC->横並び2
SP->縦積み*/
.horizon2_btn{
  width: 542px;
  margin-right: auto;
  margin-left: auto;
}

.min_h{
	min-height:650px;
}

/*
interval
*/
.mgbS{
	margin-bottom: 5px !important;
}
.mgbM{
	margin-bottom: 10px !important;
}
.mgbL{
	margin-bottom: 30px !important;
}
.mgbXL{
	margin-bottom: 50px !important;
}
.pd_M{
	padding:20px;
}


/*
同意ページ
*/
.agree_preparationBox{
	padding:50px 0;
}

.agree_mutuallnk {
	text-align:right;
	padding-bottom:35px;
	margin-bottom:35px;
  border-bottom: 1px dotted #999;
}
.agree_mutuallnk span {
    display: inline-block;
    padding:5px 10px;
    border: 1px solid #d0cfd0;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.yakkanBox{
	padding:0px 0 50px;
}


/*約款と共通・・・*/
.agree_preparationBoxin,
.yakkanBoxin{
	padding:30px 50px;
}

.agree_preparation_index{
	display:inline-block;
	text-align:center;
	font-size: 21px;
	padding:0 0 0 43px;
	margin-bottom:20px;
	background:url("/start/img/icon_caution_blue.png") no-repeat left center;
	background-size:30px auto;
	min-height:30px;
}
.agree_preparation_list{
	text-align:left;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.agree_preparation_list li{
	padding:20px 20px 20px 35px;
	background:url("/start/img/icon_check_blue.png") no-repeat 0 20px;
	background-size:30px auto;
	font-size: 16px;
}
.agree_preparation_list li:not(:last-child){
	border-bottom: 1px dotted #d9d9d9;
}

/*約款用*/
.yakkan_inc{
	width:100%;
	height:400px;
	padding:15px;
	margin-bottom:20px;
	overflow:scroll;
	background:#fff;
	border:1px solid #ccc;
}

/*
ログインページ
*/
.login_new,
.login_member{
	text-align:center;
	padding:0 70px;
}
.login_new{
	border-right: 1px dotted #ccc;
}
.login_member input{
	width:100%;
}

/*
申し込み選択
*/
.select_direct,
.select_package{
	text-align:center;
	height:555px;
}
.select_direct dt,
.select_package dt{
	font-size: 30px;
	margin-bottom:10px;
}
.select_direct_ttl,
.select_package_ttl{
	width:100%;
	color:#fff;
	background: #999;
	padding:10px;
	margin-bottom:20px;
}
/*--add 20161001---*/
.select_direct_img{
  height:350px;
	background: url(/start/img/select_direct.png) no-repeat;
}
/*-------------*/

.select_package h2{
	text-align:left;
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}

/*
サービス選択 
*/
.select_mbservice dl,
.select_mbplus dl{
	padding:10px 0;
}
/*--add 20161001---*/
.select_package_welcome,
.select_package_voice{
	height:110px;
}
.select_package_welcome{
	background:url(/start/img/select_package_welcome.png) no-repeat;
}
.select_package_voice{
	background:url(/start/img/select_package_voice.png) no-repeat;
}
/*--------------------*/
/*
SIMカード選択
*/
.select_simhas dl,
.select_simno dl{
	padding:20px 0;
}

/*
電話番号・パスコード入力
*/
.input_simhas{
}
.input_simhas input{
	width:100%;
}

.code_display01{
	display:table;
}
.code_display01 dt{
	vertical-align:middle;
	display:table-cell;
	width:320px;
}
.code_display01 dd{
	display:table-cell;
	width:640px;
}
.passcard_list span{
	display:inline-block;
	width:32%;
	margin-right:1%;
}
.passcard_list span:last-child{
	margin-right:0;
}
.passcard_list img{
	width:100%;
}

/*
エントリーコード入力
*/
.input_simno{
	width:640px;
	margin-right:auto;
	margin-left:auto;
}
.entryCodeBox{
	display:table;
	margin-bottom:5px;
}
.entryCodeBox > div{
	display:table-cell;
}
.entryCodeBox > span{
	display:table-cell;
	width:30px;
	text-align:center;
}

.code_display02{
	display:table;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}
.code_display02 dt{
	vertical-align:middle;
	display:table-cell;
	width:70%;
}
.code_display02 dd{
	display:table-cell;
	width:30%;
}
.package_image span{
	width:100%;
}
.package_image img{
	width:100%;
}

/*
active（SIMカード情報）
*/
.active_table{
	border-top: 1px solid #ccc;
}
.active_table li{
  padding: 25px 0;
	border-bottom: 1px solid #ccc;
}
.active_table li dl{
	display:table;
	width:100%;
}
.active_table li dt,
.active_table li dd{
	display:table-cell;
	vertical-align:middle;
	padding:0 30px;
}
.active_table li dt{
	width:300px;
	border-right: 1px solid #ccc;
}

.active_package img{
	height:160px;
}

/*
cautinoBox
*/
.caution-box{
  margin: 50px;
  padding: 30px 30px 30px 84px;
  background: url(/start/img/icon_caution_red.png) no-repeat;
  background-position: 2% 50%;
  background-size: 46px auto;
  border: 6px solid #ffdcdc;
}

/*
確認ページ
*/


/*
完了ページ
*/

/*
ヘッダ
*/
.headBox{
	border-bottom: 1px solid #e8e8e8;
	padding:20px 0;
}
.headBox .userName{
	float:right;
}

/*
STEP
*/
.stepstateBox{
  background:#f7f2ee;
}
.stepstateBoxin{
  padding:25px 0;
	display:table;
	width:960px;
}
.stepstateBoxin li{
	display:table-cell;
	text-align:center;
}
.stepBox{
  width:230px;
	background: #fff;
	margin-right:10px;
	padding:10px 0;
	border-radius:5px;
	font-size: 12px;
	color:#bababa;
}
.stepstateBoxin li:last-child .stepBox{
	margin-right:0;
}
.stepIcon{
	display:inline-block;
	padding:2px 6px;
	font-size: 14px;
	border-radius:50%;
	background:#bababa;
	color:#fff;
	margin-bottom:5px;
}
.stepBox.active{
	border:1px solid #e7198c;
	color:#333;
}
.stepBox.active .stepIcon{
	background:#e7198c;
}

/*
フッター
*/
.footerBox{
	padding:40px 20px;
	background: #271e23;
}
.footerLogo{
}
.footerTxt{
}

}
/*end*/

/*-------------------------------------

[SP]

--------------------------------------*/

@media screen and (max-width: 640px) {
	
/*
共通
*/
.sp_off{
	display:none;
}

.content_full{
	width:100%;
}
.content{
	100%;
}
.content_inner{
	padding-right:2% !important;
	padding-left:2% !important;
}
/*テーブル：*marginNG
PC->横並び2
SP->縦積み*/
.colm2{
	width:100%;
}
/*フロート：*marginOK
PC->横並び2
SP->縦積み*/
.horizon_2_a{
	width:100%;
}
.horizon_2_a > *{
	margin-bottom:5%;
}

/*sp only*/
.grayBox_sp{
	background: #f2f2f2;
}

/*
interval
*/
.mgbS{
	margin-bottom: 1% !important;
}
.mgbM{
	margin-bottom: 5% !important;
}
.mgbL{
	margin-bottom: 8% !important;
}
.mgbXL{
	margin-bottom: 10% !important;
}
.pd_M{
	padding:3%;
}


.verticalBox_M{
	margin-top:5% !important;
	margin-bottom:5% !important;
}
.verticalBox_L{
	margin-top:8% !important;
	margin-bottom:8% !important;
}

.min_h{
	min-height:700px;
}

/*
同意ページ
*/
.agree_preparationBox{
	padding:10% 0;
}
.agree_mutuallnk {
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px dotted #666;
}
.agree_mutuallnk span {
    display: inline-block;
    padding:2% 3%;
    border: 1px solid #d0cfd0;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.yakkanBox{
	padding:0 0 10%;
}

/*約款と共通・・・*/
.agree_preparationBoxin,
.yakkanBoxin{
	padding:8% 5%;
}

.agree_preparation_index{
	display:inline-block;
	text-align:center;
	font-size: 5vw;
	padding:30px 0 0 0;
	margin-bottom:5%;
	background:url("/start/img/icon_caution_blue.png") no-repeat top center;
	background-size:25px auto;
}
.agree_preparation_list{
	text-align:left;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.agree_preparation_list li{
  padding: 10px 10px 10px 25px;
  background: url("/start/img/icon_check_blue.png") no-repeat 0 15px;
	background-size:20px auto;
	font-size:4vw;
}
.agree_preparation_list li:not(:last-child){
	border-bottom: 1px dotted #d9d9d9;
}
.yakkan_inc{
	width:100%;
	height:250px;
	padding:3%;
	margin-bottom:20px;
	overflow:scroll;
	background:#fff;
	border:1px solid #ccc;
}

/*
SP ログインページ
*/
.login_new,
.login_member{
	text-align:center;
	padding:0 5% 5% 5%;
}
.login_new{
	border-bottom: 1px dotted #ccc;
}

/*
申し込み選択
*/
.select_direct,
.select_package{
	text-align:center;
}
.select_direct dt,
.select_package dt{
	font-size: 5vw;
}

#sp_direct,
#sp_package{
	display:none;
}
/*
サービス選択 
*/
.select_mbservice dl,
.select_mbplus dl{
	padding:5% 0;
}

/*
SIMカード選択
*/
.select_simhas dl,
.select_simno dl{
	padding:8% 0;
}

/*
電話番号・パスコード入力
*/
.code_display01{
}
.code_display01 dt{
	text-align:center;
}
.passcard_list{
	text-align:center;
	padding-bottom:5%;
}
.passcard_list span{
	display:inline-block;
	width:48%;
}
.passcard_list span:first-child{
	display:block;
	margin:0 auto;
}
.passcard_list img{
	width:100%;
}


/*
エントリーコード入力
*/
.input_simno{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5%;
}
.entryCodeBox{
	display:table;
	margin-bottom:2%;
}
.entryCodeBox > div{
	display:table-cell;
	width:24%;
}
.entryCodeBox > div:first-child{
	width:15%;
}
.entryCodeBox > span{
	display:table-cell;
	width:2%;
	text-align:center;
}

.code_display02{
}
.code_display02 dt{
	text-align:center;
}
.package_image{
	width:70%;
	margin:0 auto;
}
.package_image img{
	width:100%;
}

/*
active（SIMカード情報）
*/
.active_package{
	max-width:240px;
	margin:0 auto;
}
.active_table{
	border-top: 1px solid #ccc;
}
.active_table li{
  padding:0;
	border-bottom: 1px solid #ccc;
}
.active_table li dl{
	width:100%;
}
.active_table li dt,
.active_table li dd{
	padding:5%;
}
.active_table li dt{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.active_table li dd{
}

/*赤枠+アイコン　cautionBox*/
.caution-box{
  margin: 50px 10px;
  padding: 50px 10px 10px 10px;
  background: url(/start/img/icon_caution_red.png) no-repeat;
  background-position: 50% 7%;
  background-size: 38px auto;
  border: 6px solid #ffdcdc;
}


/*
ヘッダ
*/
.headBox{
	border-bottom: 1px solid #e8e8e8;
	padding:2%;
}
.headBox .logo{
	width:100px;
}
.headBox .userName{
	width:-webkit-calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:calc(100% - 100px);
	float:right;
	text-align:right;
}

/*
STEP
*/
.stepstateBox{
  background:#f7f2ee;
}
.stepstateBoxin{
  padding:3% 0;
	display:table;
	width:100%;
}
.stepstateBoxin li{
	display:table-cell;
	text-align:center;
  width:25%;
	padding:1%;
}
.stepBox{
	background: #fff;
	padding:10% 0;
	border-radius:3px;
	font-size: 11px;
	color:#bababa;
}
.stepstateBoxin li:last-child{
	margin-right:0;
}
.stepIcon{
	display:inline-block;
	padding:2px 6px;
	font-size: 12px;
	border-radius:50%;
	background:#bababa;
	color:#fff;
	margin-bottom:5px;
}
.stepBox.active{
	border:1px solid #e7198c;
	color:#333;
}
.stepBox.active .stepIcon{
	background:#e7198c;
}


/*
フッター
*/
.footerBox{
	padding:10% 4%;
	background: #271e23;
}
.footerLogo{
}
.footerTxt{
}



}
/*end*/